|
|
|
1 | 2024-04-26T17:47:17.501Z | job assigned to worker 01HWDR5X90YYMCMXK674ASGBP5 (queued for 2 m 2 s) |
|
2 | 2024-04-26T17:47:25.154Z | starting task 0: "setup" |
3 | 2024-04-26T17:47:25.212Z | ++ uname -s |
4 | 2024-04-26T17:47:25.216Z | + kern=SunOS |
5 | 2024-04-26T17:47:25.216Z | + case "$kern" in |
6 | 2024-04-26T17:47:25.216Z | + groupadd -g 12345 build |
7 | 2024-04-26T17:47:25.264Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-26T17:47:27.307Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-26T17:47:28.161Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-26T17:47:28.164Z | + home_fs=zfs |
11 | 2024-04-26T17:47:28.165Z | + [[ zfs == autofs ]] |
12 | 2024-04-26T17:47:28.165Z | + mkdir -p /home/build |
13 | 2024-04-26T17:47:28.169Z | + chown build:build /home/build /work |
14 | 2024-04-26T17:47:29.170Z | + chmod 0700 /home/build /work |
15 | 2024-04-26T17:47:29.178Z | process exited: duration 4017 ms, exit code 0 |
|
16 | 2024-04-26T17:47:29.195Z | starting task 1: "rust-toolchain" |
17 | 2024-04-26T17:47:29.208Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-26T17:47:29.208Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-26T17:47:29.321Z | info: downloading installer |
20 | 2024-04-26T17:47:31.047Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-26T17:47:31.047Z | warning: /opt/ooce/bin |
22 | 2024-04-26T17:47:31.047Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-26T17:47:31.047Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-26T17:47:31.047Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-26T17:47:31.048Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-26T17:47:31.048Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-26T17:47:31.048Z | error: cannot install while Rust is installed |
28 | 2024-04-26T17:47:31.048Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-26T17:47:31.198Z | info: profile set to 'default' |
30 | 2024-04-26T17:47:31.198Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-26T17:47:31.201Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-26T17:47:31.338Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-26T17:47:31.338Z | info: downloading component 'cargo' |
34 | 2024-04-26T17:47:32.116Z | info: downloading component 'clippy' |
35 | 2024-04-26T17:47:32.398Z | info: downloading component 'rust-docs' |
36 | 2024-04-26T17:47:33.372Z | info: downloading component 'rust-std' |
37 | 2024-04-26T17:47:35.121Z | info: downloading component 'rustc' |
38 | 2024-04-26T17:47:40.851Z | info: downloading component 'rustfmt' |
39 | 2024-04-26T17:47:41.206Z | info: installing component 'cargo' |
40 | 2024-04-26T17:47:42.132Z | info: installing component 'clippy' |
41 | 2024-04-26T17:47:42.623Z | info: installing component 'rust-docs' |
42 | 2024-04-26T17:47:44.085Z | info: installing component 'rust-std' |
43 | 2024-04-26T17:47:45.969Z | info: installing component 'rustc' |
44 | 2024-04-26T17:47:50.002Z | info: installing component 'rustfmt' |
45 | 2024-04-26T17:47:50.359Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-26T17:47:50.359Z | |
47 | 2024-04-26T17:47:50.643Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-26T17:47:50.643Z | |
49 | 2024-04-26T17:47:50.649Z | |
50 | 2024-04-26T17:47:50.649Z | Rust is installed now. Great! |
51 | 2024-04-26T17:47:50.649Z | |
52 | 2024-04-26T17:47:50.649Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-26T17:47:50.649Z | environment variable. This has not been done automatically. |
54 | 2024-04-26T17:47:50.649Z | |
55 | 2024-04-26T17:47:50.649Z | To configure your current shell, you need to source |
56 | 2024-04-26T17:47:50.649Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-26T17:47:50.649Z | |
58 | 2024-04-26T17:47:50.649Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-26T17:47:50.649Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-26T17:47:50.649Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-26T17:47:50.834Z | + rustc --version |
62 | 2024-04-26T17:47:50.902Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-26T17:47:50.906Z | process exited: duration 21710 ms, exit code 0 |
|
64 | 2024-04-26T17:47:50.913Z | starting task 2: "authentication" |
65 | 2024-04-26T17:47:50.935Z | process exited: duration 21 ms, exit code 0 |
|
66 | 2024-04-26T17:47:50.942Z | starting task 3: "clone repository" |
67 | 2024-04-26T17:47:50.951Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-26T17:47:50.954Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-26T17:47:51.245Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-26T17:47:56.460Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-26T17:47:56.467Z | + git fetch origin 6ec688aa1faa23bd859ab179b7b389fb862efdf1 |
72 | 2024-04-26T17:47:56.793Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-26T17:47:56.793Z | * branch 6ec688aa1faa23bd859ab179b7b389fb862efdf1 -> FETCH_HEAD |
74 | 2024-04-26T17:47:56.803Z | + [[ -n sunshowers/spr/omdb-add-basic-support-for-activating-background-tasks ]] |
75 | 2024-04-26T17:47:56.806Z | ++ git branch --show-current |
76 | 2024-04-26T17:47:56.809Z | + current=main |
77 | 2024-04-26T17:47:56.809Z | + [[ main != sunshowers/spr/omdb-add-basic-support-for-activating-background-tasks ]] |
78 | 2024-04-26T17:47:56.809Z | + git branch -f sunshowers/spr/omdb-add-basic-support-for-activating-background-tasks 6ec688aa1faa23bd859ab179b7b389fb862efdf1 |
79 | 2024-04-26T17:47:56.815Z | + git checkout -f sunshowers/spr/omdb-add-basic-support-for-activating-background-tasks |
80 | 2024-04-26T17:47:56.828Z | Switched to branch 'sunshowers/spr/omdb-add-basic-support-for-activating-background-tasks' |
81 | 2024-04-26T17:47:56.831Z | + git reset --hard 6ec688aa1faa23bd859ab179b7b389fb862efdf1 |
82 | 2024-04-26T17:47:56.848Z | HEAD is now at 6ec688aa1 rebase |
83 | 2024-04-26T17:47:56.851Z | process exited: duration 5906 ms, exit code 0 |
|
84 | 2024-04-26T17:47:56.861Z | starting task 4: "build" |
85 | 2024-04-26T17:47:56.865Z | + cargo --version |
86 | 2024-04-26T17:47:56.869Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-04-26T17:47:57.020Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-04-26T17:47:57.020Z | info: downloading component 'cargo' |
89 | 2024-04-26T17:47:57.837Z | info: downloading component 'clippy' |
90 | 2024-04-26T17:47:58.103Z | info: downloading component 'rust-docs' |
91 | 2024-04-26T17:47:59.193Z | info: downloading component 'rust-std' |
92 | 2024-04-26T17:48:00.831Z | info: downloading component 'rustc' |
93 | 2024-04-26T17:48:05.270Z | info: downloading component 'rustfmt' |
94 | 2024-04-26T17:48:05.502Z | info: installing component 'cargo' |
95 | 2024-04-26T17:48:06.337Z | info: installing component 'clippy' |
96 | 2024-04-26T17:48:06.671Z | info: installing component 'rust-docs' |
97 | 2024-04-26T17:48:08.188Z | info: installing component 'rust-std' |
98 | 2024-04-26T17:48:09.908Z | info: installing component 'rustc' |
99 | 2024-04-26T17:48:13.978Z | info: installing component 'rustfmt' |
100 | 2024-04-26T17:48:14.402Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-04-26T17:48:14.405Z | + rustc --version |
102 | 2024-04-26T17:48:14.478Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-04-26T17:48:14.482Z | + source ./env.sh |
104 | 2024-04-26T17:48:14.482Z | ++ set -o xtrace |
105 | 2024-04-26T17:48:14.485Z | ++++ dirname ./env.sh |
106 | 2024-04-26T17:48:14.515Z | +++ readlink -f . |
107 | 2024-04-26T17:48:14.558Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-04-26T17:48:14.564Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-04-26T17:48:14.564Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-04-26T17:48:14.564Z | ++ 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 |
111 | 2024-04-26T17:48:14.564Z | ++ 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 |
112 | 2024-04-26T17:48:14.565Z | ++ 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 |
113 | 2024-04-26T17:48:14.565Z | ++ 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 |
114 | 2024-04-26T17:48:14.565Z | ++ 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 |
115 | 2024-04-26T17:48:14.565Z | ++ 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 |
116 | 2024-04-26T17:48:14.565Z | ++ unset OMICRON_WS |
117 | 2024-04-26T17:48:14.565Z | ++ set +o xtrace |
118 | 2024-04-26T17:48:14.569Z | |
119 | 2024-04-26T17:48:14.569Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-04-26T17:48:14.569Z | # # # # # # # # # # # # # # # |
121 | 2024-04-26T17:48:14.569Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-04-26T17:48:14.569Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-04-26T17:48:14.569Z | # # # # # # # # # # # # # # # |
124 | 2024-04-26T17:48:14.570Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-04-26T17:48:14.570Z | |
126 | 2024-04-26T17:48:26.505Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-04-26T17:48:28.570Z | Startup: Caching catalogs ... Done |
128 | 2024-04-26T17:48:31.232Z | Planning: Solver setup ... Done (2.178s) |
129 | 2024-04-26T17:48:31.278Z | Planning: Running solver ... Done (0.046s) |
130 | 2024-04-26T17:48:31.576Z | Planning: Finding local manifests ... Done (0.262s) |
131 | 2024-04-26T17:48:31.588Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-04-26T17:48:32.056Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-04-26T17:48:32.107Z | Planning: Package planning ... Done (0.051s) |
134 | 2024-04-26T17:48:32.159Z | Planning: Merging actions ... Done (0.052s) |
135 | 2024-04-26T17:48:32.772Z | Planning: Checking for conflicting actions ... Done (0.613s) |
136 | 2024-04-26T17:48:32.785Z | Planning: Consolidating action changes ... Done (0.012s) |
137 | 2024-04-26T17:48:41.666Z | Planning: Evaluating mediators ... Done (8.879s) |
138 | 2024-04-26T17:48:41.679Z | Planning: Planning completed in 13.04 seconds |
139 | 2024-04-26T17:48:41.690Z | Packages to install: 4 |
140 | 2024-04-26T17:48:41.690Z | Mediators to change: 2 |
141 | 2024-04-26T17:48:41.694Z | Services to change: 1 |
142 | 2024-04-26T17:48:41.694Z | Estimated space available: 155.32 GB |
143 | 2024-04-26T17:48:41.694Z | Estimated space to be consumed: 1.44 GB |
144 | 2024-04-26T17:48:41.694Z | Create boot environment: No |
145 | 2024-04-26T17:48:41.694Z | Create backup boot environment: No |
146 | 2024-04-26T17:48:41.695Z | Rebuild boot archive: No |
147 | 2024-04-26T17:48:41.695Z | |
148 | 2024-04-26T17:48:41.695Z | Changed mediators: |
149 | 2024-04-26T17:48:41.695Z | mediator clang: |
150 | 2024-04-26T17:48:41.695Z | version: None -> 15 (system default) |
151 | 2024-04-26T17:48:41.695Z | |
152 | 2024-04-26T17:48:41.695Z | mediator llvm: |
153 | 2024-04-26T17:48:41.695Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-04-26T17:48:41.695Z | |
155 | 2024-04-26T17:48:41.695Z | Changed packages: |
156 | 2024-04-26T17:48:41.695Z | helios-dev |
157 | 2024-04-26T17:48:41.695Z | developer/build-essential |
158 | 2024-04-26T17:48:41.695Z | None -> 11-2.0 |
159 | 2024-04-26T17:48:41.695Z | library/libxmlsec1 |
160 | 2024-04-26T17:48:41.695Z | None -> 1.2.35-2.0 |
161 | 2024-04-26T17:48:41.696Z | ooce/developer/clang-15 |
162 | 2024-04-26T17:48:41.696Z | None -> 15.0.7-2.0 |
163 | 2024-04-26T17:48:41.696Z | ooce/developer/llvm-15 |
164 | 2024-04-26T17:48:41.696Z | None -> 15.0.7-2.0 |
165 | 2024-04-26T17:48:41.696Z | |
166 | 2024-04-26T17:48:41.696Z | Services: |
167 | 2024-04-26T17:48:41.696Z | restart_fmri: |
168 | 2024-04-26T17:48:41.696Z | svc:/system/update-man-index:default |
169 | 2024-04-26T17:48:41.830Z | |
170 | 2024-04-26T17:48:41.830Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-04-26T17:48:46.823Z | Download: 510/3290 items 17.1/212.6MB 8% complete (3.6M/s) |
172 | 2024-04-26T17:48:51.933Z | Download: 1196/3290 items 64.3/212.6MB 30% complete (6.7M/s) |
173 | 2024-04-26T17:48:57.280Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.2M/s) |
174 | 2024-04-26T17:49:02.285Z | Download: 1985/3290 items 118.5/212.6MB 55% complete (4.7M/s) |
175 | 2024-04-26T17:49:07.286Z | Download: 2653/3290 items 120.7/212.6MB 56% complete (3.7M/s) |
176 | 2024-04-26T17:49:12.426Z | Download: 3276/3290 items 208.8/212.6MB 98% complete (9.0M/s) |
177 | 2024-04-26T17:49:12.967Z | Download: Completed 212.60 MB in 31.13 seconds (6.8M/s) |
178 | 2024-04-26T17:49:13.510Z | Actions: 1/3689 actions (Installing new actions) |
179 | 2024-04-26T17:49:18.685Z | Actions: 3681/3689 actions (Installing new actions) |
180 | 2024-04-26T17:49:18.689Z | Actions: Completed 3689 actions in 5.18 seconds. |
181 | 2024-04-26T17:49:18.924Z | Done (0.227s) |
182 | 2024-04-26T17:49:18.924Z | Done (0.000s) |
183 | 2024-04-26T17:49:19.211Z | Done (0.289s) |
184 | 2024-04-26T17:49:25.103Z | Done (5.739s) |
185 | 2024-04-26T17:49:25.271Z | Done (0.092s) |
186 | 2024-04-26T17:49:25.277Z | Done (0.000s) |
187 | 2024-04-26T17:49:25.433Z | Done (0.000s) |
188 | 2024-04-26T17:49:26.013Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-04-26T17:49:26.184Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-04-26T17:49:26.193Z | Planning: Consolidating action changes ... Done |
191 | 2024-04-26T17:49:26.461Z | Planning: Evaluating mediators ... Done |
192 | 2024-04-26T17:49:26.464Z | Planning: Planning completed in 0.45 seconds |
193 | 2024-04-26T17:49:26.497Z | Mediators to change: 2 |
194 | 2024-04-26T17:49:26.497Z | Create boot environment: No |
195 | 2024-04-26T17:49:26.497Z | Create backup boot environment: No |
196 | 2024-04-26T17:49:26.573Z | Done |
197 | 2024-04-26T17:49:26.573Z | Done |
198 | 2024-04-26T17:49:26.773Z | Done |
199 | 2024-04-26T17:49:30.830Z | Done |
200 | 2024-04-26T17:49:30.921Z | Done |
201 | 2024-04-26T17:49:30.925Z | Done |
202 | 2024-04-26T17:49:31.034Z | Done |
203 | 2024-04-26T17:49:31.741Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-04-26T17:49:31.757Z | Planning: Merging actions ... Done |
205 | 2024-04-26T17:49:31.933Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-04-26T17:49:31.937Z | Planning: Consolidating action changes ... Done |
207 | 2024-04-26T17:49:32.209Z | Planning: Evaluating mediators ... Done |
208 | 2024-04-26T17:49:32.271Z | Planning: Planning completed in 0.83 seconds |
209 | 2024-04-26T17:49:32.312Z | Packages to change: 1 |
210 | 2024-04-26T17:49:32.312Z | Mediators to change: 1 |
211 | 2024-04-26T17:49:32.312Z | Services to change: 1 |
212 | 2024-04-26T17:49:32.313Z | Create boot environment: No |
213 | 2024-04-26T17:49:32.334Z | Create backup boot environment: Yes |
214 | 2024-04-26T17:49:34.223Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-04-26T17:49:34.226Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-04-26T17:49:34.226Z | Done |
217 | 2024-04-26T17:49:34.226Z | Done |
218 | 2024-04-26T17:49:34.286Z | Done |
219 | 2024-04-26T17:49:38.186Z | Done |
220 | 2024-04-26T17:49:38.282Z | Done |
221 | 2024-04-26T17:49:38.292Z | Done |
222 | 2024-04-26T17:49:38.387Z | Done |
223 | 2024-04-26T17:49:38.842Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-04-26T17:49:38.842Z | clang system 15 system |
225 | 2024-04-26T17:49:38.842Z | csh system system illumos |
226 | 2024-04-26T17:49:38.842Z | ctags system system illumos |
227 | 2024-04-26T17:49:38.842Z | gcc vendor 12 vendor |
228 | 2024-04-26T17:49:38.843Z | gcc system 10 system |
229 | 2024-04-26T17:49:38.843Z | gcc system 7 system |
230 | 2024-04-26T17:49:38.843Z | go system 1.20 system |
231 | 2024-04-26T17:49:38.843Z | go system 1.19 system |
232 | 2024-04-26T17:49:38.843Z | llvm system 15 system |
233 | 2024-04-26T17:49:38.843Z | llvm system 14 system |
234 | 2024-04-26T17:49:38.843Z | mariadb system 10.6 system |
235 | 2024-04-26T17:49:38.843Z | mta vendor vendor dma |
236 | 2024-04-26T17:49:38.843Z | openjdk system 17 system |
237 | 2024-04-26T17:49:38.843Z | openjdk system 11 system |
238 | 2024-04-26T17:49:38.843Z | openjdk system 1.8 system |
239 | 2024-04-26T17:49:38.843Z | openssl vendor 3 vendor |
240 | 2024-04-26T17:49:38.843Z | perl system 5.36 system |
241 | 2024-04-26T17:49:38.843Z | postgresql system 15 system |
242 | 2024-04-26T17:49:38.843Z | postgresql system 13 system |
243 | 2024-04-26T17:49:38.843Z | python vendor 3 vendor |
244 | 2024-04-26T17:49:38.843Z | python system 2 system |
245 | 2024-04-26T17:49:38.843Z | python3 system 3.11 system |
246 | 2024-04-26T17:49:38.843Z | ruby system 3.0 system |
247 | 2024-04-26T17:49:38.843Z | words vendor vendor american-english |
248 | 2024-04-26T17:49:38.843Z | words system system australian-english |
249 | 2024-04-26T17:49:38.843Z | words system system british-english |
250 | 2024-04-26T17:49:38.843Z | words system system canadian-english |
251 | 2024-04-26T17:49:38.844Z | words system system french |
252 | 2024-04-26T17:49:38.844Z | words system system italian |
253 | 2024-04-26T17:49:38.844Z | words system system ngerman |
254 | 2024-04-26T17:49:38.844Z | words system system ogerman |
255 | 2024-04-26T17:49:38.844Z | words system system spanish |
256 | 2024-04-26T17:49:39.184Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-04-26T17:49:39.184Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-04-26T17:49:40.599Z | FMRI IFO |
259 | 2024-04-26T17:49:40.599Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-04-26T17:49:40.600Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-04-26T17:49:40.600Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-04-26T17:49:40.600Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-04-26T17:49:40.600Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-04-26T17:49:40.600Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-04-26T17:49:40.600Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
266 | 2024-04-26T17:49:40.600Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-04-26T17:49:40.600Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-04-26T17:49:40.601Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-04-26T17:49:40.601Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-04-26T17:49:40.601Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-04-26T17:49:40.890Z | + set -o errexit |
272 | 2024-04-26T17:49:40.895Z | +++ dirname ./tools/ci_download_cockroachdb |
273 | 2024-04-26T17:49:40.895Z | ++ cd ./tools |
274 | 2024-04-26T17:49:40.895Z | ++ pwd |
275 | 2024-04-26T17:49:40.895Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
276 | 2024-04-26T17:49:40.906Z | ++ basename ./tools/ci_download_cockroachdb |
277 | 2024-04-26T17:49:40.906Z | + ARG0=ci_download_cockroachdb |
278 | 2024-04-26T17:49:40.906Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
279 | 2024-04-26T17:49:40.906Z | + CIDL_VERSION=v22.1.9 |
280 | 2024-04-26T17:49:40.906Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
281 | 2024-04-26T17:49:40.906Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
282 | 2024-04-26T17:49:40.906Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
283 | 2024-04-26T17:49:40.906Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
284 | 2024-04-26T17:49:40.906Z | + TARGET_DIR=out |
285 | 2024-04-26T17:49:40.906Z | + DOWNLOAD_DIR=out/downloads |
286 | 2024-04-26T17:49:40.906Z | + DEST_DIR=./out/cockroachdb |
287 | 2024-04-26T17:49:40.906Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
288 | 2024-04-26T17:49:40.906Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
289 | 2024-04-26T17:49:40.906Z | + main |
290 | 2024-04-26T17:49:40.906Z | + [[ 0 != 0 ]] |
291 | 2024-04-26T17:49:40.907Z | + CIDL_OS=solaris2.11 |
292 | 2024-04-26T17:49:40.907Z | + [[ 0 != 0 ]] |
293 | 2024-04-26T17:49:40.907Z | + configure_os solaris2.11 |
294 | 2024-04-26T17:49:40.907Z | + echo 'current directory: /work/oxidecomputer/omicron' |
295 | 2024-04-26T17:49:40.907Z | current directory: /work/oxidecomputer/omicron |
296 | 2024-04-26T17:49:40.907Z | + echo 'configuring based on OS: "solaris2.11"' |
297 | 2024-04-26T17:49:40.907Z | + case "$1" in |
298 | 2024-04-26T17:49:40.907Z | configuring based on OS: "solaris2.11" |
299 | 2024-04-26T17:49:40.907Z | + CIDL_BUILD=illumos |
300 | 2024-04-26T17:49:40.907Z | + CIDL_SUFFIX=tar.gz |
301 | 2024-04-26T17:49:40.907Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
302 | 2024-04-26T17:49:40.907Z | + CIDL_URL_BASE=https://illumos.org/downloads |
303 | 2024-04-26T17:49:40.907Z | + CIDL_ASSEMBLE=do_assemble_illumos |
304 | 2024-04-26T17:49:40.907Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
305 | 2024-04-26T17:49:40.907Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-04-26T17:49:40.907Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-04-26T17:49:40.907Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
308 | 2024-04-26T17:49:40.907Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-04-26T17:49:40.907Z | + CIDL_SHA256FUNC=do_sha256sum |
310 | 2024-04-26T17:49:40.907Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
311 | 2024-04-26T17:49:40.907Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-04-26T17:49:40.907Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
313 | 2024-04-26T17:49:40.907Z | + mkdir -p out/downloads |
314 | 2024-04-26T17:49:40.908Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-04-26T17:49:40.908Z | + mkdir -p ./out/cockroachdb |
316 | 2024-04-26T17:49:40.908Z | + local DO_DOWNLOAD=true |
317 | 2024-04-26T17:49:40.908Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
318 | 2024-04-26T17:49:40.908Z | + '[' true == true ']' |
319 | 2024-04-26T17:49:40.908Z | + echo Downloading... |
320 | 2024-04-26T17:49:40.908Z | Downloading... |
321 | 2024-04-26T17:49:40.908Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
322 | 2024-04-26T17:49:40.908Z | + 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 |
323 | 2024-04-26T17:49:46.016Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
324 | 2024-04-26T17:49:46.020Z | ++ sha256sum |
325 | 2024-04-26T17:49:46.020Z | ++ awk '{print $1}' |
326 | 2024-04-26T17:49:46.168Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
327 | 2024-04-26T17:49:46.168Z | + [[ 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 ]] |
328 | 2024-04-26T17:49:46.171Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
329 | 2024-04-26T17:49:46.171Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
330 | 2024-04-26T17:49:48.353Z | + do_assemble_illumos |
331 | 2024-04-26T17:49:48.353Z | + rm -r ./out/cockroachdb |
332 | 2024-04-26T17:49:48.357Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
333 | 2024-04-26T17:49:48.832Z | + ./out/cockroachdb/bin/cockroach version |
334 | 2024-04-26T17:49:48.973Z | Build Tag: v22.1.9-dirty |
335 | 2024-04-26T17:49:48.973Z | Build Time: 2022/10/26 21:17:46 |
336 | 2024-04-26T17:49:48.973Z | Distribution: OSS |
337 | 2024-04-26T17:49:48.973Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
338 | 2024-04-26T17:49:48.973Z | Go Version: go1.17.13 |
339 | 2024-04-26T17:49:48.973Z | C Compiler: gcc 10.3.0 |
340 | 2024-04-26T17:49:48.973Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
341 | 2024-04-26T17:49:48.973Z | Build Type: release |
342 | 2024-04-26T17:49:48.993Z | + set -o errexit |
343 | 2024-04-26T17:49:48.997Z | +++ dirname ./tools/ci_download_clickhouse |
344 | 2024-04-26T17:49:49.001Z | ++ cd ./tools |
345 | 2024-04-26T17:49:49.001Z | ++ pwd |
346 | 2024-04-26T17:49:49.001Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
347 | 2024-04-26T17:49:49.002Z | ++ basename ./tools/ci_download_clickhouse |
348 | 2024-04-26T17:49:49.005Z | + ARG0=ci_download_clickhouse |
349 | 2024-04-26T17:49:49.005Z | + TARGET_DIR=out |
350 | 2024-04-26T17:49:49.005Z | + DOWNLOAD_DIR=out/downloads |
351 | 2024-04-26T17:49:49.005Z | + DEST_DIR=./out/clickhouse |
352 | 2024-04-26T17:49:49.005Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
353 | 2024-04-26T17:49:49.005Z | + CIDL_VERSION=v23.8.7.24 |
354 | 2024-04-26T17:49:49.005Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
355 | 2024-04-26T17:49:49.005Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
356 | 2024-04-26T17:49:49.005Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
357 | 2024-04-26T17:49:49.005Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
358 | 2024-04-26T17:49:49.005Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
359 | 2024-04-26T17:49:49.005Z | + main |
360 | 2024-04-26T17:49:49.005Z | + [[ 0 != 0 ]] |
361 | 2024-04-26T17:49:49.006Z | + CIDL_OS=solaris2.11 |
362 | 2024-04-26T17:49:49.006Z | + [[ 0 != 0 ]] |
363 | 2024-04-26T17:49:49.006Z | + configure_os solaris2.11 |
364 | 2024-04-26T17:49:49.006Z | + echo 'current directory: /work/oxidecomputer/omicron' |
365 | 2024-04-26T17:49:49.006Z | + echo 'configuring based on OS: "solaris2.11"' |
366 | 2024-04-26T17:49:49.006Z | current directory: /work/oxidecomputer/omicron |
367 | 2024-04-26T17:49:49.006Z | configuring based on OS: "solaris2.11" |
368 | 2024-04-26T17:49:49.006Z | + CIDL_DASHREV= |
369 | 2024-04-26T17:49:49.006Z | + case "$1" in |
370 | 2024-04-26T17:49:49.006Z | + CIDL_PLATFORM=illumos |
371 | 2024-04-26T17:49:49.006Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
372 | 2024-04-26T17:49:49.006Z | + CIDL_MD5FUNC=do_md5sum |
373 | 2024-04-26T17:49:49.006Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
374 | 2024-04-26T17:49:49.006Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-04-26T17:49:49.006Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-04-26T17:49:49.006Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-04-26T17:49:49.006Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
378 | 2024-04-26T17:49:49.006Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
379 | 2024-04-26T17:49:49.006Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
380 | 2024-04-26T17:49:49.006Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
381 | 2024-04-26T17:49:49.006Z | + mkdir -p out/downloads |
382 | 2024-04-26T17:49:49.010Z | + mkdir -p ./out/clickhouse |
383 | 2024-04-26T17:49:49.010Z | + local DO_DOWNLOAD=true |
384 | 2024-04-26T17:49:49.010Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
385 | 2024-04-26T17:49:49.010Z | + '[' true == true ']' |
386 | 2024-04-26T17:49:49.010Z | + echo Downloading... |
387 | 2024-04-26T17:49:49.010Z | Downloading... |
388 | 2024-04-26T17:49:49.010Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
389 | 2024-04-26T17:49:49.010Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
390 | 2024-04-26T17:49:50.603Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
391 | 2024-04-26T17:49:50.606Z | ++ md5sum |
392 | 2024-04-26T17:49:50.606Z | ++ awk '{print $1}' |
393 | 2024-04-26T17:49:50.829Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
394 | 2024-04-26T17:49:50.832Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
395 | 2024-04-26T17:49:50.832Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
396 | 2024-04-26T17:49:50.832Z | + mkdir -p ./out/clickhouse |
397 | 2024-04-26T17:49:50.832Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
398 | 2024-04-26T17:49:54.754Z | + [[ solaris2.11 == darwin* ]] |
399 | 2024-04-26T17:49:54.754Z | + ./out/clickhouse/clickhouse server --version |
400 | 2024-04-26T17:49:54.992Z | ClickHouse server version 23.8.7.1. |
401 | 2024-04-26T17:49:55.013Z | + set -o errexit |
402 | 2024-04-26T17:49:55.018Z | +++ dirname ./tools/ci_download_console |
403 | 2024-04-26T17:49:55.022Z | ++ cd ./tools |
404 | 2024-04-26T17:49:55.022Z | ++ pwd |
405 | 2024-04-26T17:49:55.022Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
406 | 2024-04-26T17:49:55.022Z | ++ basename ./tools/ci_download_console |
407 | 2024-04-26T17:49:55.022Z | + ARG0=ci_download_console |
408 | 2024-04-26T17:49:55.022Z | + TARGET_DIR=out |
409 | 2024-04-26T17:49:55.022Z | + DOWNLOAD_DIR=out/downloads |
410 | 2024-04-26T17:49:55.022Z | + DEST_DIR=./out/console-assets |
411 | 2024-04-26T17:49:55.022Z | + source /work/oxidecomputer/omicron/tools/console_version |
412 | 2024-04-26T17:49:55.022Z | ++ COMMIT=d2a9345f2a87a08bb05a3668c82f5a8884a1afe3 |
413 | 2024-04-26T17:49:55.022Z | ++ SHA2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 |
414 | 2024-04-26T17:49:55.023Z | + URL=https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
415 | 2024-04-26T17:49:55.023Z | + TARBALL_FILE=out/downloads/console.tar.gz |
416 | 2024-04-26T17:49:55.023Z | + main |
417 | 2024-04-26T17:49:55.023Z | + [[ 0 != 0 ]] |
418 | 2024-04-26T17:49:55.023Z | + echo 'URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz' |
419 | 2024-04-26T17:49:55.023Z | URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
420 | 2024-04-26T17:49:55.023Z | + echo 'Local file: out/downloads/console.tar.gz' |
421 | 2024-04-26T17:49:55.023Z | Local file: out/downloads/console.tar.gz |
422 | 2024-04-26T17:49:55.023Z | + local DO_DOWNLOAD=true |
423 | 2024-04-26T17:49:55.023Z | + [[ -f out/downloads/console.tar.gz ]] |
424 | 2024-04-26T17:49:55.023Z | + mkdir -p out/downloads |
425 | 2024-04-26T17:49:55.026Z | + '[' true == true ']' |
426 | 2024-04-26T17:49:55.026Z | + echo Downloading... |
427 | 2024-04-26T17:49:55.026Z | Downloading... |
428 | 2024-04-26T17:49:55.026Z | + do_download_curl https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz out/downloads/console.tar.gz |
429 | 2024-04-26T17:49:55.026Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
430 | 2024-04-26T17:49:55.606Z | ++ do_sha256sum out/downloads/console.tar.gz |
431 | 2024-04-26T17:49:55.606Z | ++ case "$OSTYPE" in |
432 | 2024-04-26T17:49:55.606Z | ++ SHA=sha256sum |
433 | 2024-04-26T17:49:55.615Z | ++ sha256sum |
434 | 2024-04-26T17:49:55.615Z | ++ awk '{print $1}' |
435 | 2024-04-26T17:49:55.626Z | + calculated_sha2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 |
436 | 2024-04-26T17:49:55.626Z | + [[ 152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 != \1\5\2\b\f\e\0\5\a\8\8\7\a\b\8\8\4\e\a\c\4\b\f\7\7\7\2\2\b\c\3\a\e\f\c\8\0\b\e\7\3\6\2\5\5\3\2\b\3\2\4\1\4\8\c\d\6\4\7\6\c\7\a\9 ]] |
437 | 2024-04-26T17:49:55.626Z | + rm -rf ./out/console-assets |
438 | 2024-04-26T17:49:55.627Z | + mkdir -p ./out/console-assets |
439 | 2024-04-26T17:49:55.627Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
440 | 2024-04-26T17:49:55.627Z | + mkdir -p ./out/console-assets |
441 | 2024-04-26T17:49:55.628Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
442 | 2024-04-26T17:49:55.723Z | + set -o errexit |
443 | 2024-04-26T17:49:55.786Z | +++ dirname ./tools/ci_download_maghemite_openapi |
444 | 2024-04-26T17:49:55.786Z | ++ cd ./tools |
445 | 2024-04-26T17:49:55.786Z | ++ pwd |
446 | 2024-04-26T17:49:55.786Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
447 | 2024-04-26T17:49:55.786Z | ++ basename ./tools/ci_download_maghemite_openapi |
448 | 2024-04-26T17:49:55.786Z | + ARG0=ci_download_maghemite_openapi |
449 | 2024-04-26T17:49:55.786Z | + TARGET_DIR=out |
450 | 2024-04-26T17:49:55.787Z | + DOWNLOAD_DIR=out/downloads |
451 | 2024-04-26T17:49:55.787Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
452 | 2024-04-26T17:49:55.787Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
453 | 2024-04-26T17:49:55.787Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
454 | 2024-04-26T17:49:55.787Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
455 | 2024-04-26T17:49:55.787Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
456 | 2024-04-26T17:49:55.787Z | + main |
457 | 2024-04-26T17:49:55.787Z | + rm -rf out/downloads/root |
458 | 2024-04-26T17:49:55.787Z | + [[ 0 != 0 ]] |
459 | 2024-04-26T17:49:55.787Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
460 | 2024-04-26T17:49:55.787Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
461 | 2024-04-26T17:49:55.787Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
462 | 2024-04-26T17:49:55.787Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
463 | 2024-04-26T17:49:55.787Z | + local DO_DOWNLOAD=true |
464 | 2024-04-26T17:49:55.787Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
465 | 2024-04-26T17:49:55.787Z | + mkdir -p out/downloads |
466 | 2024-04-26T17:49:55.787Z | + '[' true == true ']' |
467 | 2024-04-26T17:49:55.788Z | + echo Downloading... |
468 | 2024-04-26T17:49:55.788Z | Downloading... |
469 | 2024-04-26T17:49:55.788Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
470 | 2024-04-26T17:49:55.788Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
471 | 2024-04-26T17:49:55.950Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
472 | 2024-04-26T17:49:55.950Z | ++ case "$OSTYPE" in |
473 | 2024-04-26T17:49:55.950Z | ++ SHA=sha256sum |
474 | 2024-04-26T17:49:55.954Z | ++ sha256sum |
475 | 2024-04-26T17:49:55.954Z | ++ awk '{print $1}' |
476 | 2024-04-26T17:49:55.957Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
477 | 2024-04-26T17:49:55.957Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
478 | 2024-04-26T17:49:55.958Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
479 | 2024-04-26T17:49:55.958Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
480 | 2024-04-26T17:49:55.958Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
481 | 2024-04-26T17:49:55.958Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
482 | 2024-04-26T17:49:55.958Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
483 | 2024-04-26T17:49:55.958Z | + main |
484 | 2024-04-26T17:49:55.958Z | + rm -rf out/downloads/root |
485 | 2024-04-26T17:49:55.958Z | + [[ 0 != 0 ]] |
486 | 2024-04-26T17:49:55.958Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
487 | 2024-04-26T17:49:55.958Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
488 | 2024-04-26T17:49:55.958Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
489 | 2024-04-26T17:49:55.958Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
490 | 2024-04-26T17:49:55.958Z | + local DO_DOWNLOAD=true |
491 | 2024-04-26T17:49:55.958Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
492 | 2024-04-26T17:49:55.958Z | + mkdir -p out/downloads |
493 | 2024-04-26T17:49:55.962Z | + '[' true == true ']' |
494 | 2024-04-26T17:49:55.962Z | + echo Downloading... |
495 | 2024-04-26T17:49:55.962Z | Downloading... |
496 | 2024-04-26T17:49:55.963Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
497 | 2024-04-26T17:49:55.963Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
498 | 2024-04-26T17:49:56.993Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
499 | 2024-04-26T17:49:57.015Z | ++ case "$OSTYPE" in |
500 | 2024-04-26T17:49:57.015Z | ++ SHA=sha256sum |
501 | 2024-04-26T17:49:57.015Z | ++ sha256sum |
502 | 2024-04-26T17:49:57.015Z | ++ awk '{print $1}' |
503 | 2024-04-26T17:49:57.016Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
504 | 2024-04-26T17:49:57.016Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
505 | 2024-04-26T17:49:57.016Z | + set -o errexit |
506 | 2024-04-26T17:49:57.029Z | +++ dirname ./tools/ci_download_dendrite_openapi |
507 | 2024-04-26T17:49:57.029Z | ++ cd ./tools |
508 | 2024-04-26T17:49:57.029Z | ++ pwd |
509 | 2024-04-26T17:49:57.029Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-04-26T17:49:57.029Z | ++ basename ./tools/ci_download_dendrite_openapi |
511 | 2024-04-26T17:49:57.029Z | + ARG0=ci_download_dendrite_openapi |
512 | 2024-04-26T17:49:57.029Z | + TARGET_DIR=out |
513 | 2024-04-26T17:49:57.029Z | + DOWNLOAD_DIR=out/downloads |
514 | 2024-04-26T17:49:57.029Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
515 | 2024-04-26T17:49:57.029Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
516 | 2024-04-26T17:49:57.029Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
517 | 2024-04-26T17:49:57.029Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
518 | 2024-04-26T17:49:57.029Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
519 | 2024-04-26T17:49:57.029Z | + main |
520 | 2024-04-26T17:49:57.030Z | + [[ 0 != 0 ]] |
521 | 2024-04-26T17:49:57.030Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
522 | 2024-04-26T17:49:57.030Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
523 | 2024-04-26T17:49:57.030Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
524 | 2024-04-26T17:49:57.030Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
525 | 2024-04-26T17:49:57.030Z | + local DO_DOWNLOAD=true |
526 | 2024-04-26T17:49:57.030Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
527 | 2024-04-26T17:49:57.030Z | + mkdir -p out/downloads |
528 | 2024-04-26T17:49:57.030Z | + '[' true == true ']' |
529 | 2024-04-26T17:49:57.030Z | + echo Downloading... |
530 | 2024-04-26T17:49:57.030Z | Downloading... |
531 | 2024-04-26T17:49:57.030Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
532 | 2024-04-26T17:49:57.030Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
533 | 2024-04-26T17:49:57.129Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
534 | 2024-04-26T17:49:57.129Z | ++ case "$OSTYPE" in |
535 | 2024-04-26T17:49:57.133Z | ++ SHA=sha256sum |
536 | 2024-04-26T17:49:57.133Z | ++ sha256sum |
537 | 2024-04-26T17:49:57.133Z | ++ awk '{print $1}' |
538 | 2024-04-26T17:49:57.137Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
539 | 2024-04-26T17:49:57.137Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
540 | 2024-04-26T17:49:57.144Z | + set -o errexit |
541 | 2024-04-26T17:49:57.147Z | +++ dirname ./tools/ci_download_dendrite_stub |
542 | 2024-04-26T17:49:57.151Z | ++ cd ./tools |
543 | 2024-04-26T17:49:57.151Z | ++ pwd |
544 | 2024-04-26T17:49:57.151Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
545 | 2024-04-26T17:49:57.154Z | ++ basename ./tools/ci_download_dendrite_stub |
546 | 2024-04-26T17:49:57.154Z | + ARG0=ci_download_dendrite_stub |
547 | 2024-04-26T17:49:57.154Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
548 | 2024-04-26T17:49:57.154Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
549 | 2024-04-26T17:49:57.154Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
550 | 2024-04-26T17:49:57.155Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
551 | 2024-04-26T17:49:57.155Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
552 | 2024-04-26T17:49:57.155Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
553 | 2024-04-26T17:49:57.155Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
554 | 2024-04-26T17:49:57.155Z | + TARGET_DIR=out |
555 | 2024-04-26T17:49:57.155Z | + DOWNLOAD_DIR=out/downloads |
556 | 2024-04-26T17:49:57.155Z | + DEST_DIR=./out/dendrite-stub |
557 | 2024-04-26T17:49:57.155Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
558 | 2024-04-26T17:49:57.155Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
559 | 2024-04-26T17:49:57.155Z | + REPO=oxidecomputer/dendrite |
560 | 2024-04-26T17:49:57.155Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
561 | 2024-04-26T17:49:57.155Z | + main |
562 | 2024-04-26T17:49:57.155Z | + [[ 0 != 0 ]] |
563 | 2024-04-26T17:49:57.155Z | + CIDL_OS=solaris2.11 |
564 | 2024-04-26T17:49:57.155Z | + [[ 0 != 0 ]] |
565 | 2024-04-26T17:49:57.155Z | + configure_os solaris2.11 |
566 | 2024-04-26T17:49:57.155Z | + echo 'current directory: /work/oxidecomputer/omicron' |
567 | 2024-04-26T17:49:57.155Z | + echo 'configuring based on OS: "solaris2.11"' |
568 | 2024-04-26T17:49:57.155Z | + case "$1" in |
569 | 2024-04-26T17:49:57.155Z | + SET_BINARIES= |
570 | 2024-04-26T17:49:57.155Z | current directory: /work/oxidecomputer/omicron |
571 | 2024-04-26T17:49:57.155Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
572 | 2024-04-26T17:49:57.156Z | + CIDL_SHA256FUNC=do_sha256sum |
573 | 2024-04-26T17:49:57.156Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
574 | 2024-04-26T17:49:57.156Z | configuring based on OS: "solaris2.11" |
575 | 2024-04-26T17:49:57.156Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
576 | 2024-04-26T17:49:57.156Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
577 | 2024-04-26T17:49:57.156Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
578 | 2024-04-26T17:49:57.156Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
579 | 2024-04-26T17:49:57.156Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
580 | 2024-04-26T17:49:57.156Z | + mkdir -p out/downloads |
581 | 2024-04-26T17:49:57.156Z | Local file: out/downloads/dendrite-stub.tar.gz |
582 | 2024-04-26T17:49:57.159Z | + mkdir -p ./out/dendrite-stub |
583 | 2024-04-26T17:49:57.159Z | + fetch_and_verify |
584 | 2024-04-26T17:49:57.160Z | + local DO_DOWNLOAD=true |
585 | 2024-04-26T17:49:57.160Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
586 | 2024-04-26T17:49:57.160Z | + '[' true == true ']' |
587 | 2024-04-26T17:49:57.160Z | + echo Downloading... |
588 | 2024-04-26T17:49:57.160Z | Downloading... |
589 | 2024-04-26T17:49:57.160Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
590 | 2024-04-26T17:49:57.160Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
591 | 2024-04-26T17:50:02.774Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
592 | 2024-04-26T17:50:02.779Z | ++ sha256sum |
593 | 2024-04-26T17:50:02.779Z | ++ awk '{print $1}' |
594 | 2024-04-26T17:50:02.797Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
595 | 2024-04-26T17:50:02.801Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
596 | 2024-04-26T17:50:02.801Z | + do_untar out/downloads/dendrite-stub.tar.gz |
597 | 2024-04-26T17:50:02.801Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
598 | 2024-04-26T17:50:03.399Z | + do_assemble |
599 | 2024-04-26T17:50:03.400Z | + rm -r ./out/dendrite-stub |
600 | 2024-04-26T17:50:03.821Z | + mkdir ./out/dendrite-stub |
601 | 2024-04-26T17:50:03.822Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
602 | 2024-04-26T17:50:03.838Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
603 | 2024-04-26T17:50:03.839Z | + set -o errexit |
604 | 2024-04-26T17:50:03.839Z | +++ dirname ./tools/ci_download_maghemite_mgd |
605 | 2024-04-26T17:50:03.839Z | ++ cd ./tools |
606 | 2024-04-26T17:50:03.839Z | ++ pwd |
607 | 2024-04-26T17:50:03.839Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
608 | 2024-04-26T17:50:03.840Z | ++ basename ./tools/ci_download_maghemite_mgd |
609 | 2024-04-26T17:50:03.840Z | + ARG0=ci_download_maghemite_mgd |
610 | 2024-04-26T17:50:03.840Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
611 | 2024-04-26T17:50:03.840Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
612 | 2024-04-26T17:50:03.840Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
613 | 2024-04-26T17:50:03.840Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
614 | 2024-04-26T17:50:03.841Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
615 | 2024-04-26T17:50:03.841Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
616 | 2024-04-26T17:50:03.841Z | + TARGET_DIR=out |
617 | 2024-04-26T17:50:03.841Z | + DOWNLOAD_DIR=out/downloads |
618 | 2024-04-26T17:50:03.841Z | + DEST_DIR=./out/mgd |
619 | 2024-04-26T17:50:03.842Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
620 | 2024-04-26T17:50:03.842Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
621 | 2024-04-26T17:50:03.842Z | + REPO=oxidecomputer/maghemite |
622 | 2024-04-26T17:50:03.842Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
623 | 2024-04-26T17:50:03.842Z | + main |
624 | 2024-04-26T17:50:03.842Z | + rm -rf out/downloads/root |
625 | 2024-04-26T17:50:03.843Z | + [[ 0 != 0 ]] |
626 | 2024-04-26T17:50:03.843Z | + CIDL_OS=solaris2.11 |
627 | 2024-04-26T17:50:03.843Z | + [[ 0 != 0 ]] |
628 | 2024-04-26T17:50:03.843Z | + configure_os solaris2.11 |
629 | 2024-04-26T17:50:03.843Z | + echo 'current directory: /work/oxidecomputer/omicron' |
630 | 2024-04-26T17:50:03.844Z | current directory: /work/oxidecomputer/omicron |
631 | 2024-04-26T17:50:03.844Z | + echo 'configuring based on OS: "solaris2.11"' |
632 | 2024-04-26T17:50:03.844Z | + case "$1" in |
633 | 2024-04-26T17:50:03.844Z | + SET_BINARIES= |
634 | 2024-04-26T17:50:03.844Z | configuring based on OS: "solaris2.11" |
635 | 2024-04-26T17:50:03.845Z | + CIDL_SHA256FUNC=do_sha256sum |
636 | 2024-04-26T17:50:03.845Z | + TARBALL_FILENAME=mgd.tar.gz |
637 | 2024-04-26T17:50:03.845Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
638 | 2024-04-26T17:50:03.845Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
639 | 2024-04-26T17:50:03.845Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
640 | 2024-04-26T17:50:03.845Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
641 | 2024-04-26T17:50:03.846Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
642 | 2024-04-26T17:50:03.846Z | Local file: out/downloads/mgd.tar.gz |
643 | 2024-04-26T17:50:03.846Z | + mkdir -p out/downloads |
644 | 2024-04-26T17:50:03.846Z | + mkdir -p ./out/mgd |
645 | 2024-04-26T17:50:03.846Z | + fetch_and_verify |
646 | 2024-04-26T17:50:03.846Z | + local DO_DOWNLOAD=true |
647 | 2024-04-26T17:50:03.847Z | + [[ -f out/downloads/mgd.tar.gz ]] |
648 | 2024-04-26T17:50:03.847Z | + '[' true == true ']' |
649 | 2024-04-26T17:50:03.847Z | + echo Downloading... |
650 | 2024-04-26T17:50:03.847Z | Downloading... |
651 | 2024-04-26T17:50:03.847Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
652 | 2024-04-26T17:50:03.847Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
653 | 2024-04-26T17:50:13.384Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
654 | 2024-04-26T17:50:13.388Z | ++ sha256sum |
655 | 2024-04-26T17:50:13.388Z | ++ awk '{print $1}' |
656 | 2024-04-26T17:50:13.410Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
657 | 2024-04-26T17:50:13.410Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
658 | 2024-04-26T17:50:13.414Z | + do_untar out/downloads/mgd.tar.gz |
659 | 2024-04-26T17:50:13.414Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
660 | 2024-04-26T17:50:14.008Z | + do_assemble |
661 | 2024-04-26T17:50:14.008Z | + rm -r ./out/mgd |
662 | 2024-04-26T17:50:14.011Z | + mkdir ./out/mgd |
663 | 2024-04-26T17:50:14.014Z | + cp -r out/downloads/root ./out/mgd/root |
664 | 2024-04-26T17:50:14.092Z | + set -o errexit |
665 | 2024-04-26T17:50:14.106Z | +++ dirname ./tools/ci_download_transceiver_control |
666 | 2024-04-26T17:50:14.110Z | ++ cd ./tools |
667 | 2024-04-26T17:50:14.110Z | ++ pwd |
668 | 2024-04-26T17:50:14.110Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
669 | 2024-04-26T17:50:14.110Z | ++ basename ./tools/ci_download_transceiver_control |
670 | 2024-04-26T17:50:14.111Z | + ARG0=ci_download_transceiver_control |
671 | 2024-04-26T17:50:14.111Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
672 | 2024-04-26T17:50:14.111Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
673 | 2024-04-26T17:50:14.111Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-04-26T17:50:14.111Z | + TARGET_DIR=out |
675 | 2024-04-26T17:50:14.111Z | + DOWNLOAD_DIR=out/downloads |
676 | 2024-04-26T17:50:14.111Z | + DEST_DIR=./out/transceiver-control |
677 | 2024-04-26T17:50:14.111Z | + BIN_DIR=/opt/oxide/bin |
678 | 2024-04-26T17:50:14.111Z | + BINARY=xcvradm |
679 | 2024-04-26T17:50:14.111Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
680 | 2024-04-26T17:50:14.111Z | + REPO=oxidecomputer/transceiver-control |
681 | 2024-04-26T17:50:14.111Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
682 | 2024-04-26T17:50:14.111Z | + main |
683 | 2024-04-26T17:50:14.111Z | + [[ 0 != 0 ]] |
684 | 2024-04-26T17:50:14.111Z | + CIDL_OS=solaris2.11 |
685 | 2024-04-26T17:50:14.111Z | + [[ 0 != 0 ]] |
686 | 2024-04-26T17:50:14.111Z | + configure_os solaris2.11 |
687 | 2024-04-26T17:50:14.111Z | + echo 'current directory: /work/oxidecomputer/omicron' |
688 | 2024-04-26T17:50:14.111Z | + echo 'configuring based on OS: "solaris2.11"' |
689 | 2024-04-26T17:50:14.111Z | current directory: /work/oxidecomputer/omicron |
690 | 2024-04-26T17:50:14.111Z | configuring based on OS: "solaris2.11" |
691 | 2024-04-26T17:50:14.111Z | + case "$1" in |
692 | 2024-04-26T17:50:14.111Z | + SET_BINARIES= |
693 | 2024-04-26T17:50:14.112Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
694 | 2024-04-26T17:50:14.112Z | + CIDL_SHA256FUNC=do_sha256sum |
695 | 2024-04-26T17:50:14.112Z | + ARCHIVE_FILENAME=xcvradm.gz |
696 | 2024-04-26T17:50:14.112Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
697 | 2024-04-26T17:50:14.112Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
698 | 2024-04-26T17:50:14.112Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
699 | 2024-04-26T17:50:14.112Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
700 | 2024-04-26T17:50:14.112Z | + echo 'Local file: out/downloads/xcvradm.gz' |
701 | 2024-04-26T17:50:14.112Z | + mkdir -p out/downloads |
702 | 2024-04-26T17:50:14.112Z | Local file: out/downloads/xcvradm.gz |
703 | 2024-04-26T17:50:14.112Z | + mkdir -p ./out/transceiver-control |
704 | 2024-04-26T17:50:14.112Z | + fetch_and_verify |
705 | 2024-04-26T17:50:14.112Z | + local DO_DOWNLOAD=true |
706 | 2024-04-26T17:50:14.112Z | + [[ -f out/downloads/xcvradm.gz ]] |
707 | 2024-04-26T17:50:14.112Z | + '[' true == true ']' |
708 | 2024-04-26T17:50:14.112Z | + echo Downloading... |
709 | 2024-04-26T17:50:14.112Z | Downloading... |
710 | 2024-04-26T17:50:14.112Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
711 | 2024-04-26T17:50:14.112Z | + 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 |
712 | 2024-04-26T17:50:16.808Z | ++ do_sha256sum out/downloads/xcvradm.gz |
713 | 2024-04-26T17:50:16.811Z | ++ sha256sum |
714 | 2024-04-26T17:50:16.811Z | ++ awk '{print $1}' |
715 | 2024-04-26T17:50:16.821Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
716 | 2024-04-26T17:50:16.824Z | + [[ 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 ]] |
717 | 2024-04-26T17:50:16.824Z | + do_unpack out/downloads/xcvradm.gz |
718 | 2024-04-26T17:50:16.824Z | + mkdir -p out/downloads/root//opt/oxide/bin |
719 | 2024-04-26T17:50:16.824Z | + gzip -dc out/downloads/xcvradm.gz |
720 | 2024-04-26T17:50:16.940Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
721 | 2024-04-26T17:50:16.944Z | + do_assemble |
722 | 2024-04-26T17:50:16.944Z | + rm -r ./out/transceiver-control |
723 | 2024-04-26T17:50:16.947Z | + mkdir ./out/transceiver-control |
724 | 2024-04-26T17:50:16.951Z | + cp -r out/downloads/root ./out/transceiver-control/root |
725 | 2024-04-26T17:50:17.036Z | + set -o errexit |
726 | 2024-04-26T17:50:17.040Z | +++ dirname ./tools/ci_download_thundermuffin |
727 | 2024-04-26T17:50:17.040Z | ++ cd ./tools |
728 | 2024-04-26T17:50:17.040Z | ++ pwd |
729 | 2024-04-26T17:50:17.040Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
730 | 2024-04-26T17:50:17.044Z | ++ basename ./tools/ci_download_thundermuffin |
731 | 2024-04-26T17:50:17.044Z | + ARG0=ci_download_thundermuffin |
732 | 2024-04-26T17:50:17.044Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
733 | 2024-04-26T17:50:17.044Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
734 | 2024-04-26T17:50:17.044Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
735 | 2024-04-26T17:50:17.044Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
736 | 2024-04-26T17:50:17.044Z | + TARGET_DIR=out |
737 | 2024-04-26T17:50:17.044Z | + DOWNLOAD_DIR=out/downloads |
738 | 2024-04-26T17:50:17.044Z | + DEST_DIR=./out/thundermuffin |
739 | 2024-04-26T17:50:17.044Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
740 | 2024-04-26T17:50:17.044Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
741 | 2024-04-26T17:50:17.044Z | + REPO=oxidecomputer/thundermuffin |
742 | 2024-04-26T17:50:17.044Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
743 | 2024-04-26T17:50:17.044Z | + main |
744 | 2024-04-26T17:50:17.044Z | + rm -rf out/downloads/root |
745 | 2024-04-26T17:50:17.052Z | + [[ 0 != 0 ]] |
746 | 2024-04-26T17:50:17.052Z | + CIDL_OS=solaris2.11 |
747 | 2024-04-26T17:50:17.055Z | + [[ 0 != 0 ]] |
748 | 2024-04-26T17:50:17.056Z | + configure_os solaris2.11 |
749 | 2024-04-26T17:50:17.056Z | + echo 'current directory: /work/oxidecomputer/omicron' |
750 | 2024-04-26T17:50:17.056Z | current directory: /work/oxidecomputer/omicron |
751 | 2024-04-26T17:50:17.056Z | + echo 'configuring based on OS: "solaris2.11"' |
752 | 2024-04-26T17:50:17.056Z | configuring based on OS: "solaris2.11" |
753 | 2024-04-26T17:50:17.056Z | + case "$1" in |
754 | 2024-04-26T17:50:17.056Z | + SET_BINARIES= |
755 | 2024-04-26T17:50:17.056Z | + CIDL_SHA256FUNC=do_sha256sum |
756 | 2024-04-26T17:50:17.056Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
757 | 2024-04-26T17:50:17.056Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
758 | 2024-04-26T17:50:17.056Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
759 | 2024-04-26T17:50:17.056Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
760 | 2024-04-26T17:50:17.056Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
761 | 2024-04-26T17:50:17.056Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
762 | 2024-04-26T17:50:17.056Z | Local file: out/downloads/thundermuffin.tar.gz |
763 | 2024-04-26T17:50:17.056Z | + mkdir -p out/downloads |
764 | 2024-04-26T17:50:17.056Z | + mkdir -p ./out/thundermuffin |
765 | 2024-04-26T17:50:17.060Z | + fetch_and_verify |
766 | 2024-04-26T17:50:17.060Z | + local DO_DOWNLOAD=true |
767 | 2024-04-26T17:50:17.060Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
768 | 2024-04-26T17:50:17.060Z | + '[' true == true ']' |
769 | 2024-04-26T17:50:17.060Z | + echo Downloading... |
770 | 2024-04-26T17:50:17.060Z | Downloading... |
771 | 2024-04-26T17:50:17.060Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
772 | 2024-04-26T17:50:17.060Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
773 | 2024-04-26T17:50:20.237Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
774 | 2024-04-26T17:50:20.245Z | ++ sha256sum |
775 | 2024-04-26T17:50:20.246Z | ++ awk '{print $1}' |
776 | 2024-04-26T17:50:20.246Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
777 | 2024-04-26T17:50:20.246Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
778 | 2024-04-26T17:50:20.246Z | + do_untar out/downloads/thundermuffin.tar.gz |
779 | 2024-04-26T17:50:20.246Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
780 | 2024-04-26T17:50:20.308Z | + do_assemble |
781 | 2024-04-26T17:50:20.308Z | + rm -r ./out/thundermuffin |
782 | 2024-04-26T17:50:20.317Z | + mkdir ./out/thundermuffin |
783 | 2024-04-26T17:50:20.317Z | + cp -r out/downloads/root ./out/thundermuffin/root |
784 | 2024-04-26T17:50:20.341Z | All builder prerequisites installed successfully, and PATH looks valid |
785 | 2024-04-26T17:50:20.359Z | |
786 | 2024-04-26T17:50:20.359Z | real 2:05.708679566 |
787 | 2024-04-26T17:50:20.360Z | user 39.534447711 |
788 | 2024-04-26T17:50:20.360Z | sys 7.542767070 |
789 | 2024-04-26T17:50:20.360Z | trap 0.011460677 |
790 | 2024-04-26T17:50:20.360Z | tflt 0.105509527 |
791 | 2024-04-26T17:50:20.360Z | dflt 0.540637483 |
792 | 2024-04-26T17:50:20.360Z | kflt 0.174925732 |
793 | 2024-04-26T17:50:20.361Z | lock 1.049315073 |
794 | 2024-04-26T17:50:20.361Z | slp 4:10.051412023 |
795 | 2024-04-26T17:50:20.361Z | lat 2.088518898 |
796 | 2024-04-26T17:50:20.361Z | stop 0.157179171 |
797 | 2024-04-26T17:50:20.361Z | |
798 | 2024-04-26T17:50:20.362Z | #### # # ##### ##### # # |
799 | 2024-04-26T17:50:20.362Z | # # # # # # # # # # |
800 | 2024-04-26T17:50:20.362Z | # # # # # # # # |
801 | 2024-04-26T17:50:20.362Z | # # # ##### ##### # |
802 | 2024-04-26T17:50:20.362Z | # # # # # # # |
803 | 2024-04-26T17:50:20.362Z | #### ###### # # # # |
804 | 2024-04-26T17:50:20.363Z | |
805 | 2024-04-26T17:50:20.566Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
806 | 2024-04-26T17:50:20.912Z | Updating git repository `https://github.com/oxidecomputer/zone` |
807 | 2024-04-26T17:50:21.216Z | Updating crates.io index |
808 | 2024-04-26T17:50:21.305Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
809 | 2024-04-26T17:50:22.050Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
810 | 2024-04-26T17:50:22.732Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
811 | 2024-04-26T17:50:24.981Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
812 | 2024-04-26T17:50:25.518Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
813 | 2024-04-26T17:50:25.814Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
814 | 2024-04-26T17:50:26.731Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
815 | 2024-04-26T17:50:28.516Z | Updating git repository `https://github.com/oxidecomputer/opte` |
816 | 2024-04-26T17:50:29.621Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
817 | 2024-04-26T17:50:30.306Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
818 | 2024-04-26T17:50:30.630Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
819 | 2024-04-26T17:50:31.228Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
820 | 2024-04-26T17:50:31.536Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
821 | 2024-04-26T17:50:31.821Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
822 | 2024-04-26T17:50:32.165Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
823 | 2024-04-26T17:50:32.461Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
824 | 2024-04-26T17:50:32.815Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
825 | 2024-04-26T17:50:33.109Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
826 | 2024-04-26T17:50:33.366Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
827 | 2024-04-26T17:50:33.694Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
828 | 2024-04-26T17:50:34.136Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
829 | 2024-04-26T17:50:34.347Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
830 | 2024-04-26T17:50:34.975Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
831 | 2024-04-26T17:50:35.288Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
832 | 2024-04-26T17:50:35.619Z | Updating git repository `https://github.com/jgallagher/nix` |
833 | 2024-04-26T17:50:36.644Z | Updating git repository `https://github.com/cbiffle/hubpack` |
834 | 2024-04-26T17:50:37.047Z | Updating git repository `https://github.com/oxidecomputer/typify` |
835 | 2024-04-26T17:50:39.125Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
836 | 2024-04-26T17:50:39.482Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
837 | 2024-04-26T17:50:39.747Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
838 | 2024-04-26T17:50:40.263Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
839 | 2024-04-26T17:50:41.222Z | Downloading crates ... |
840 | 2024-04-26T17:50:41.313Z | Downloaded anstyle-parse v0.2.1 |
841 | 2024-04-26T17:50:41.319Z | Downloaded camino v1.1.6 |
842 | 2024-04-26T17:50:41.324Z | Downloaded anstream v0.6.11 |
843 | 2024-04-26T17:50:41.324Z | Downloaded autocfg v1.1.0 |
844 | 2024-04-26T17:50:41.328Z | Downloaded anstyle v1.0.6 |
845 | 2024-04-26T17:50:41.328Z | Downloaded colorchoice v1.0.0 |
846 | 2024-04-26T17:50:41.328Z | Downloaded cargo-platform v0.1.3 |
847 | 2024-04-26T17:50:41.328Z | Downloaded anyhow v1.0.82 |
848 | 2024-04-26T17:50:41.331Z | Downloaded cargo_toml v0.20.0 |
849 | 2024-04-26T17:50:41.335Z | Downloaded anstyle-query v1.0.0 |
850 | 2024-04-26T17:50:41.339Z | Downloaded macaddr v1.0.1 |
851 | 2024-04-26T17:50:41.344Z | Downloaded itoa v1.0.9 |
852 | 2024-04-26T17:50:41.344Z | Downloaded clap_lex v0.7.0 |
853 | 2024-04-26T17:50:41.347Z | Downloaded cargo_metadata v0.18.1 |
854 | 2024-04-26T17:50:41.351Z | Downloaded semver v1.0.22 |
855 | 2024-04-26T17:50:41.351Z | Downloaded terminal_size v0.3.0 |
856 | 2024-04-26T17:50:41.356Z | Downloaded strsim v0.11.0 |
857 | 2024-04-26T17:50:41.356Z | Downloaded clap_derive v4.5.4 |
858 | 2024-04-26T17:50:41.362Z | Downloaded thiserror-impl v1.0.59 |
859 | 2024-04-26T17:50:41.371Z | Downloaded swrite v0.1.0 |
860 | 2024-04-26T17:50:41.374Z | Downloaded fs-err v2.11.0 |
861 | 2024-04-26T17:50:41.374Z | Downloaded equivalent v1.0.1 |
862 | 2024-04-26T17:50:41.374Z | Downloaded clap v4.5.4 |
863 | 2024-04-26T17:50:41.380Z | Downloaded utf8parse v0.2.1 |
864 | 2024-04-26T17:50:41.386Z | Downloaded thiserror v1.0.59 |
865 | 2024-04-26T17:50:41.392Z | Downloaded serde_spanned v0.6.5 |
866 | 2024-04-26T17:50:41.392Z | Downloaded errno v0.3.8 |
867 | 2024-04-26T17:50:41.392Z | Downloaded proc-macro2 v1.0.81 |
868 | 2024-04-26T17:50:41.392Z | Downloaded quote v1.0.36 |
869 | 2024-04-26T17:50:41.395Z | Downloaded serde v1.0.198 |
870 | 2024-04-26T17:50:41.395Z | Downloaded heck v0.5.0 |
871 | 2024-04-26T17:50:41.398Z | Downloaded bitflags v2.4.2 |
872 | 2024-04-26T17:50:41.401Z | Downloaded toml_datetime v0.6.5 |
873 | 2024-04-26T17:50:41.401Z | Downloaded indexmap v2.2.6 |
874 | 2024-04-26T17:50:41.405Z | Downloaded toml v0.8.12 |
875 | 2024-04-26T17:50:41.410Z | Downloaded unicode-ident v1.0.12 |
876 | 2024-04-26T17:50:41.413Z | Downloaded serde_derive v1.0.198 |
877 | 2024-04-26T17:50:41.416Z | Downloaded ryu v1.0.15 |
878 | 2024-04-26T17:50:41.420Z | Downloaded memchr v2.7.1 |
879 | 2024-04-26T17:50:41.432Z | Downloaded clap_builder v4.5.2 |
880 | 2024-04-26T17:50:41.448Z | Downloaded hashbrown v0.14.3 |
881 | 2024-04-26T17:50:41.453Z | Downloaded toml_edit v0.22.12 |
882 | 2024-04-26T17:50:41.463Z | Downloaded winnow v0.6.1 |
883 | 2024-04-26T17:50:41.472Z | Downloaded serde_json v1.0.116 |
884 | 2024-04-26T17:50:41.479Z | Downloaded syn v2.0.60 |
885 | 2024-04-26T17:50:41.491Z | Downloaded rustix v0.38.31 |
886 | 2024-04-26T17:50:41.521Z | Downloaded libc v0.2.153 |
887 | 2024-04-26T17:50:41.791Z | Compiling proc-macro2 v1.0.81 |
888 | 2024-04-26T17:50:41.794Z | Compiling unicode-ident v1.0.12 |
889 | 2024-04-26T17:50:41.794Z | Compiling serde v1.0.198 |
890 | 2024-04-26T17:50:41.794Z | Compiling libc v0.2.153 |
891 | 2024-04-26T17:50:41.795Z | Compiling rustix v0.38.31 |
892 | 2024-04-26T17:50:41.795Z | Compiling utf8parse v0.2.1 |
893 | 2024-04-26T17:50:41.795Z | Compiling equivalent v1.0.1 |
894 | 2024-04-26T17:50:41.795Z | Compiling hashbrown v0.14.3 |
895 | 2024-04-26T17:50:41.981Z | Compiling bitflags v2.4.2 |
896 | 2024-04-26T17:50:42.043Z | Compiling anstyle-parse v0.2.1 |
897 | 2024-04-26T17:50:42.065Z | Compiling winnow v0.6.1 |
898 | 2024-04-26T17:50:42.360Z | Compiling autocfg v1.1.0 |
899 | 2024-04-26T17:50:42.379Z | Compiling semver v1.0.22 |
900 | 2024-04-26T17:50:42.976Z | Compiling indexmap v2.2.6 |
901 | 2024-04-26T17:50:43.036Z | Compiling camino v1.1.6 |
902 | 2024-04-26T17:50:43.082Z | Compiling serde_json v1.0.116 |
903 | 2024-04-26T17:50:43.205Z | Compiling anstyle-query v1.0.0 |
904 | 2024-04-26T17:50:43.264Z | Compiling colorchoice v1.0.0 |
905 | 2024-04-26T17:50:43.337Z | Compiling anstyle v1.0.6 |
906 | 2024-04-26T17:50:43.411Z | Compiling thiserror v1.0.59 |
907 | 2024-04-26T17:50:43.522Z | Compiling fs-err v2.11.0 |
908 | 2024-04-26T17:50:43.727Z | Compiling anstream v0.6.11 |
909 | 2024-04-26T17:50:43.770Z | Compiling ryu v1.0.15 |
910 | 2024-04-26T17:50:43.832Z | Compiling strsim v0.11.0 |
911 | 2024-04-26T17:50:44.107Z | Compiling quote v1.0.36 |
912 | 2024-04-26T17:50:44.126Z | Compiling itoa v1.0.9 |
913 | 2024-04-26T17:50:44.264Z | Compiling heck v0.5.0 |
914 | 2024-04-26T17:50:44.348Z | Compiling anyhow v1.0.82 |
915 | 2024-04-26T17:50:44.447Z | Compiling errno v0.3.8 |
916 | 2024-04-26T17:50:44.672Z | Compiling syn v2.0.60 |
917 | 2024-04-26T17:50:44.759Z | Compiling clap_lex v0.7.0 |
918 | 2024-04-26T17:50:44.794Z | Compiling swrite v0.1.0 |
919 | 2024-04-26T17:50:45.585Z | Compiling terminal_size v0.3.0 |
920 | 2024-04-26T17:50:45.731Z | Compiling clap_builder v4.5.2 |
921 | 2024-04-26T17:50:50.055Z | Compiling serde_derive v1.0.198 |
922 | 2024-04-26T17:50:50.056Z | Compiling thiserror-impl v1.0.59 |
923 | 2024-04-26T17:50:50.059Z | Compiling clap_derive v4.5.4 |
924 | 2024-04-26T17:50:52.644Z | Compiling clap v4.5.4 |
925 | 2024-04-26T17:51:00.635Z | Compiling toml_datetime v0.6.5 |
926 | 2024-04-26T17:51:00.734Z | Compiling serde_spanned v0.6.5 |
927 | 2024-04-26T17:51:00.734Z | Compiling cargo-platform v0.1.3 |
928 | 2024-04-26T17:51:00.734Z | Compiling macaddr v1.0.1 |
929 | 2024-04-26T17:51:00.734Z | Compiling toml_edit v0.22.12 |
930 | 2024-04-26T17:51:00.734Z | Compiling cargo_metadata v0.18.1 |
931 | 2024-04-26T17:51:00.734Z | Compiling toml v0.8.12 |
932 | 2024-04-26T17:51:01.160Z | Compiling cargo_toml v0.20.0 |
933 | 2024-04-26T17:51:04.698Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
934 | 2024-04-26T17:51:07.243Z | Finished dev [unoptimized + debuginfo] target(s) in 46.84s |
935 | 2024-04-26T17:51:07.468Z | Running `target/debug/xtask clippy` |
936 | 2024-04-26T17:51:07.515Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless" |
937 | 2024-04-26T17:51:08.123Z | Downloading crates ... |
938 | 2024-04-26T17:51:08.255Z | Downloaded headers-core v0.2.0 |
939 | 2024-04-26T17:51:08.259Z | Downloaded approx v0.5.1 |
940 | 2024-04-26T17:51:08.263Z | Downloaded bitstruct v0.1.1 |
941 | 2024-04-26T17:51:08.266Z | Downloaded byteorder v1.5.0 |
942 | 2024-04-26T17:51:08.269Z | Downloaded crypto-bigint v0.5.2 |
943 | 2024-04-26T17:51:08.278Z | Downloaded const-oid v0.9.6 |
944 | 2024-04-26T17:51:08.281Z | Downloaded hyper-rustls v0.26.0 |
945 | 2024-04-26T17:51:08.282Z | Downloaded heck v0.4.1 |
946 | 2024-04-26T17:51:08.285Z | Downloaded blake2 v0.10.6 |
947 | 2024-04-26T17:51:08.288Z | Downloaded crunchy v0.2.2 |
948 | 2024-04-26T17:51:08.288Z | Downloaded http-body v1.0.0 |
949 | 2024-04-26T17:51:08.292Z | Downloaded http-body v0.4.5 |
950 | 2024-04-26T17:51:08.292Z | Downloaded anes v0.1.6 |
951 | 2024-04-26T17:51:08.295Z | Downloaded hubpack_derive v0.1.1 |
952 | 2024-04-26T17:51:08.295Z | Downloaded http v1.0.0 |
953 | 2024-04-26T17:51:08.299Z | Downloaded async-stream-impl v0.3.5 |
954 | 2024-04-26T17:51:08.302Z | Downloaded aho-corasick v1.1.2 |
955 | 2024-04-26T17:51:08.309Z | Downloaded httparse v1.8.0 |
956 | 2024-04-26T17:51:08.312Z | Downloaded indoc v1.0.9 |
957 | 2024-04-26T17:51:08.315Z | Downloaded http-range v0.1.5 |
958 | 2024-04-26T17:51:08.315Z | Downloaded cfg-if v1.0.0 |
959 | 2024-04-26T17:51:08.318Z | Downloaded bzip2 v0.4.4 |
960 | 2024-04-26T17:51:08.320Z | Downloaded bit-set v0.5.3 |
961 | 2024-04-26T17:51:08.321Z | Downloaded bitstruct_derive v0.1.0 |
962 | 2024-04-26T17:51:08.324Z | Downloaded array-init v0.0.4 |
963 | 2024-04-26T17:51:08.324Z | Downloaded hyper v0.14.28 |
964 | 2024-04-26T17:51:08.334Z | Downloaded md-5 v0.10.5 |
965 | 2024-04-26T17:51:08.337Z | Downloaded lru v0.12.1 |
966 | 2024-04-26T17:51:08.340Z | Downloaded libloading v0.7.4 |
967 | 2024-04-26T17:51:08.343Z | Downloaded is_ci v1.2.0 |
968 | 2024-04-26T17:51:08.344Z | Downloaded hostname v0.3.1 |
969 | 2024-04-26T17:51:08.347Z | Downloaded normalize-line-endings v0.3.0 |
970 | 2024-04-26T17:51:08.350Z | Downloaded match_cfg v0.1.0 |
971 | 2024-04-26T17:51:08.350Z | Downloaded hyper-staticfile v0.9.5 |
972 | 2024-04-26T17:51:08.353Z | Downloaded hex-literal v0.4.1 |
973 | 2024-04-26T17:51:08.353Z | Downloaded instant v0.1.12 |
974 | 2024-04-26T17:51:08.356Z | Downloaded crucible-workspace-hack v0.1.0 |
975 | 2024-04-26T17:51:08.356Z | Downloaded ident_case v1.0.1 |
976 | 2024-04-26T17:51:08.359Z | Downloaded atomicwrites v0.4.3 |
977 | 2024-04-26T17:51:08.359Z | Downloaded atty v0.2.14 |
978 | 2024-04-26T17:51:08.359Z | Downloaded highway v1.1.0 |
979 | 2024-04-26T17:51:08.365Z | Downloaded ciborium-ll v0.2.2 |
980 | 2024-04-26T17:51:08.369Z | Downloaded block-padding v0.3.3 |
981 | 2024-04-26T17:51:08.369Z | Downloaded new_debug_unreachable v1.0.4 |
982 | 2024-04-26T17:51:08.369Z | Downloaded bitflags v1.3.2 |
983 | 2024-04-26T17:51:08.372Z | Downloaded lazycell v1.3.0 |
984 | 2024-04-26T17:51:08.372Z | Downloaded inout v0.1.3 |
985 | 2024-04-26T17:51:08.375Z | Downloaded newtype_derive v0.1.6 |
986 | 2024-04-26T17:51:08.375Z | Downloaded indoc v2.0.3 |
987 | 2024-04-26T17:51:08.378Z | Downloaded managed v0.8.0 |
988 | 2024-04-26T17:51:08.381Z | Downloaded linked-hash-map v0.5.6 |
989 | 2024-04-26T17:51:08.384Z | Downloaded nested v0.1.1 |
990 | 2024-04-26T17:51:08.384Z | Downloaded newline-converter v0.3.0 |
991 | 2024-04-26T17:51:08.385Z | Downloaded matches v0.1.10 |
992 | 2024-04-26T17:51:08.387Z | Downloaded cexpr v0.6.0 |
993 | 2024-04-26T17:51:08.388Z | Downloaded atomic-waker v1.1.1 |
994 | 2024-04-26T17:51:08.391Z | Downloaded humantime v2.1.0 |
995 | 2024-04-26T17:51:08.394Z | Downloaded cipher v0.4.4 |
996 | 2024-04-26T17:51:08.394Z | Downloaded libefi-sys v0.1.0 |
997 | 2024-04-26T17:51:08.397Z | Downloaded lalrpop-util v0.19.12 |
998 | 2024-04-26T17:51:08.397Z | Downloaded buf-list v1.0.3 |
999 | 2024-04-26T17:51:08.400Z | Downloaded nibble_vec v0.1.0 |
1000 | 2024-04-26T17:51:08.410Z | Downloaded lazy_static v1.4.0 |
1001 | 2024-04-26T17:51:08.411Z | Downloaded impl-trait-for-tuples v0.2.2 |
1002 | 2024-04-26T17:51:08.411Z | Downloaded nodrop v0.1.14 |
1003 | 2024-04-26T17:51:08.411Z | Downloaded rpassword v7.3.1 |
1004 | 2024-04-26T17:51:08.411Z | Downloaded maybe-uninit v2.0.0 |
1005 | 2024-04-26T17:51:08.415Z | Downloaded crc-catalog v2.2.0 |
1006 | 2024-04-26T17:51:08.415Z | Downloaded cobs v0.2.3 |
1007 | 2024-04-26T17:51:08.418Z | Downloaded termtree v0.4.1 |
1008 | 2024-04-26T17:51:08.418Z | Downloaded mime v0.3.17 |
1009 | 2024-04-26T17:51:08.418Z | Downloaded num v0.4.2 |
1010 | 2024-04-26T17:51:08.421Z | Downloaded mockall v0.12.1 |
1011 | 2024-04-26T17:51:08.424Z | Downloaded hubpack v0.1.2 |
1012 | 2024-04-26T17:51:08.424Z | Downloaded memmap v0.7.0 |
1013 | 2024-04-26T17:51:08.427Z | Downloaded linear-map v1.2.0 |
1014 | 2024-04-26T17:51:08.430Z | Downloaded crossbeam-epoch v0.9.18 |
1015 | 2024-04-26T17:51:08.433Z | Downloaded thread_local v1.1.7 |
1016 | 2024-04-26T17:51:08.433Z | Downloaded nanorand v0.7.0 |
1017 | 2024-04-26T17:51:08.436Z | Downloaded serde_plain v1.0.2 |
1018 | 2024-04-26T17:51:08.439Z | Downloaded signal-hook-mio v0.2.3 |
1019 | 2024-04-26T17:51:08.445Z | Downloaded secrecy v0.8.0 |
1020 | 2024-04-26T17:51:08.445Z | Downloaded serde_repr v0.1.16 |
1021 | 2024-04-26T17:51:08.448Z | Downloaded lock_api v0.4.10 |
1022 | 2024-04-26T17:51:08.448Z | Downloaded strip-ansi-escapes v0.2.0 |
1023 | 2024-04-26T17:51:08.448Z | Downloaded usdt-macro v0.5.0 |
1024 | 2024-04-26T17:51:08.451Z | Downloaded stringprep v0.1.3 |
1025 | 2024-04-26T17:51:08.451Z | Downloaded usdt-macro v0.3.5 |
1026 | 2024-04-26T17:51:08.454Z | Downloaded spin v0.5.2 |
1027 | 2024-04-26T17:51:08.454Z | Downloaded nu-ansi-term v0.50.0 |
1028 | 2024-04-26T17:51:08.457Z | Downloaded criterion-plot v0.5.0 |
1029 | 2024-04-26T17:51:08.460Z | Downloaded cassowary v0.3.0 |
1030 | 2024-04-26T17:51:08.464Z | Downloaded memmap2 v0.7.1 |
1031 | 2024-04-26T17:51:08.467Z | Downloaded mime_guess v2.0.4 |
1032 | 2024-04-26T17:51:08.467Z | Downloaded indexmap v1.9.3 |
1033 | 2024-04-26T17:51:08.470Z | Downloaded multer v3.0.0 |
1034 | 2024-04-26T17:51:08.474Z | Downloaded signal-hook-registry v1.4.1 |
1035 | 2024-04-26T17:51:08.477Z | Downloaded newtype-uuid v1.1.0 |
1036 | 2024-04-26T17:51:08.477Z | Downloaded crc32fast v1.3.2 |
1037 | 2024-04-26T17:51:08.480Z | Downloaded threadpool v1.8.1 |
1038 | 2024-04-26T17:51:08.483Z | Downloaded escape8259 v0.5.2 |
1039 | 2024-04-26T17:51:08.483Z | Downloaded ciborium v0.2.2 |
1040 | 2024-04-26T17:51:08.486Z | Downloaded blake2b_simd v1.0.1 |
1041 | 2024-04-26T17:51:08.489Z | Downloaded supports-color v3.0.0 |
1042 | 2024-04-26T17:51:08.489Z | Downloaded parse-size v1.0.0 |
1043 | 2024-04-26T17:51:08.492Z | Downloaded assert_cmd v2.0.14 |
1044 | 2024-04-26T17:51:08.495Z | Downloaded native-tls v0.2.11 |
1045 | 2024-04-26T17:51:08.495Z | Downloaded hyper-rustls v0.24.2 |
1046 | 2024-04-26T17:51:08.500Z | Downloaded slog-bunyan v2.5.0 |
1047 | 2024-04-26T17:51:08.503Z | Downloaded utf-8 v0.7.6 |
1048 | 2024-04-26T17:51:08.503Z | Downloaded untrusted v0.9.0 |
1049 | 2024-04-26T17:51:08.506Z | Downloaded phf_shared v0.10.0 |
1050 | 2024-04-26T17:51:08.506Z | Downloaded portpicker v0.1.1 |
1051 | 2024-04-26T17:51:08.506Z | Downloaded untrusted v0.7.1 |
1052 | 2024-04-26T17:51:08.509Z | Downloaded sha2 v0.10.8 |
1053 | 2024-04-26T17:51:08.513Z | Downloaded signal-hook-tokio v0.3.1 |
1054 | 2024-04-26T17:51:08.513Z | Downloaded log v0.4.21 |
1055 | 2024-04-26T17:51:08.519Z | Downloaded precomputed-hash v0.1.1 |
1056 | 2024-04-26T17:51:08.519Z | Downloaded miniz_oxide v0.7.1 |
1057 | 2024-04-26T17:51:08.523Z | Downloaded crossbeam-utils v0.8.19 |
1058 | 2024-04-26T17:51:08.523Z | Downloaded defmt-parser v0.3.3 |
1059 | 2024-04-26T17:51:08.526Z | Downloaded clang-sys v1.6.1 |
1060 | 2024-04-26T17:51:08.529Z | Downloaded sqlparser_derive v0.2.2 |
1061 | 2024-04-26T17:51:08.529Z | Downloaded cookie v0.17.0 |
1062 | 2024-04-26T17:51:08.532Z | Downloaded fallible-iterator v0.2.0 |
1063 | 2024-04-26T17:51:08.535Z | Downloaded futures-timer v3.0.2 |
1064 | 2024-04-26T17:51:08.535Z | Downloaded dirs-sys-next v0.1.2 |
1065 | 2024-04-26T17:51:08.539Z | Downloaded strum_macros v0.26.1 |
1066 | 2024-04-26T17:51:08.542Z | Downloaded foreign-types-macros v0.2.3 |
1067 | 2024-04-26T17:51:08.542Z | Downloaded downcast v0.11.0 |
1068 | 2024-04-26T17:51:08.542Z | Downloaded fxhash v0.2.1 |
1069 | 2024-04-26T17:51:08.545Z | Downloaded foreign-types v0.5.0 |
1070 | 2024-04-26T17:51:08.545Z | Downloaded sync_wrapper v0.1.2 |
1071 | 2024-04-26T17:51:08.548Z | Downloaded num-derive v0.4.0 |
1072 | 2024-04-26T17:51:08.548Z | Downloaded futures-task v0.3.30 |
1073 | 2024-04-26T17:51:08.551Z | Downloaded try-lock v0.2.4 |
1074 | 2024-04-26T17:51:08.551Z | Downloaded socket2 v0.5.6 |
1075 | 2024-04-26T17:51:08.554Z | Downloaded ron v0.7.1 |
1076 | 2024-04-26T17:51:08.559Z | Downloaded waitgroup v0.1.2 |
1077 | 2024-04-26T17:51:08.564Z | Downloaded phf v0.11.2 |
1078 | 2024-04-26T17:51:08.564Z | Downloaded packed_struct v0.10.1 |
1079 | 2024-04-26T17:51:08.567Z | Downloaded yasna v0.5.2 |
1080 | 2024-04-26T17:51:08.570Z | Downloaded scheduled-thread-pool v0.2.7 |
1081 | 2024-04-26T17:51:08.570Z | Downloaded num-conv v0.1.0 |
1082 | 2024-04-26T17:51:08.570Z | Downloaded same-file v1.0.6 |
1083 | 2024-04-26T17:51:08.573Z | Downloaded oso-derive v0.27.3 |
1084 | 2024-04-26T17:51:08.573Z | Downloaded uuid v1.8.0 |
1085 | 2024-04-26T17:51:08.577Z | Downloaded shell-words v1.1.0 |
1086 | 2024-04-26T17:51:08.580Z | Downloaded ppv-lite86 v0.2.17 |
1087 | 2024-04-26T17:51:08.582Z | Downloaded sqlformat v0.2.3 |
1088 | 2024-04-26T17:51:08.582Z | Downloaded compact_str v0.7.1 |
1089 | 2024-04-26T17:51:08.585Z | Downloaded dtrace-parser v0.2.0 |
1090 | 2024-04-26T17:51:08.589Z | Downloaded zerocopy-derive v0.7.32 |
1091 | 2024-04-26T17:51:08.592Z | Downloaded pretty-hex v0.4.1 |
1092 | 2024-04-26T17:51:08.595Z | Downloaded termcolor v1.2.0 |
1093 | 2024-04-26T17:51:08.599Z | Downloaded termios v0.3.3 |
1094 | 2024-04-26T17:51:08.599Z | Downloaded signature v2.1.0 |
1095 | 2024-04-26T17:51:08.609Z | Downloaded sigpipe v0.1.3 |
1096 | 2024-04-26T17:51:08.613Z | Downloaded futures-sink v0.3.30 |
1097 | 2024-04-26T17:51:08.613Z | Downloaded tokio-rustls v0.24.1 |
1098 | 2024-04-26T17:51:08.613Z | Downloaded parse-display-derive v0.9.0 |
1099 | 2024-04-26T17:51:08.616Z | Downloaded owo-colors v4.0.0 |
1100 | 2024-04-26T17:51:08.620Z | Downloaded thiserror-impl-no-std v2.0.2 |
1101 | 2024-04-26T17:51:08.620Z | Downloaded poly1305 v0.8.0 |
1102 | 2024-04-26T17:51:08.623Z | Downloaded rstest v0.19.0 |
1103 | 2024-04-26T17:51:08.629Z | Downloaded zeroize v1.7.0 |
1104 | 2024-04-26T17:51:08.633Z | Downloaded password-hash v0.5.0 |
1105 | 2024-04-26T17:51:08.636Z | Downloaded futures-macro v0.3.30 |
1106 | 2024-04-26T17:51:08.636Z | Downloaded pin-utils v0.1.0 |
1107 | 2024-04-26T17:51:08.640Z | Downloaded packed_struct_codegen v0.10.1 |
1108 | 2024-04-26T17:51:08.640Z | Downloaded cstr-argument v0.1.2 |
1109 | 2024-04-26T17:51:08.643Z | Downloaded indicatif v0.17.8 |
1110 | 2024-04-26T17:51:08.646Z | Downloaded num-iter v0.1.44 |
1111 | 2024-04-26T17:51:08.649Z | Downloaded want v0.3.1 |
1112 | 2024-04-26T17:51:08.650Z | Downloaded tinyvec_macros v0.1.1 |
1113 | 2024-04-26T17:51:08.650Z | Downloaded rand_core v0.6.4 |
1114 | 2024-04-26T17:51:08.653Z | Downloaded rustc-hash v1.1.0 |
1115 | 2024-04-26T17:51:08.653Z | Downloaded rand_seeder v0.2.3 |
1116 | 2024-04-26T17:51:08.656Z | Downloaded serde_path_to_error v0.1.16 |
1117 | 2024-04-26T17:51:08.659Z | Downloaded gethostname v0.4.3 |
1118 | 2024-04-26T17:51:08.659Z | Downloaded either v1.11.0 |
1119 | 2024-04-26T17:51:08.664Z | Downloaded futures v0.3.30 |
1120 | 2024-04-26T17:51:08.667Z | Downloaded ucd-trie v0.1.6 |
1121 | 2024-04-26T17:51:08.670Z | Downloaded smawk v0.3.1 |
1122 | 2024-04-26T17:51:08.674Z | Downloaded slog-json v2.6.1 |
1123 | 2024-04-26T17:51:08.674Z | Downloaded ed25519 v1.5.3 |
1124 | 2024-04-26T17:51:08.677Z | Downloaded dyn-clone v1.0.17 |
1125 | 2024-04-26T17:51:08.680Z | Downloaded foreign-types-shared v0.1.1 |
1126 | 2024-04-26T17:51:08.680Z | Downloaded foreign-types v0.3.2 |
1127 | 2024-04-26T17:51:08.680Z | Downloaded omicron-zone-package v0.11.0 |
1128 | 2024-04-26T17:51:08.683Z | Downloaded scopeguard v1.2.0 |
1129 | 2024-04-26T17:51:08.687Z | Downloaded universal-hash v0.5.1 |
1130 | 2024-04-26T17:51:08.687Z | Downloaded tiny-keccak v2.0.2 |
1131 | 2024-04-26T17:51:08.690Z | Downloaded plotters-svg v0.3.5 |
1132 | 2024-04-26T17:51:08.693Z | Downloaded structmeta-derive v0.2.0 |
1133 | 2024-04-26T17:51:08.693Z | Downloaded time-core v0.1.2 |
1134 | 2024-04-26T17:51:08.699Z | Downloaded smf v0.2.3 |
1135 | 2024-04-26T17:51:08.699Z | Downloaded tower-layer v0.3.2 |
1136 | 2024-04-26T17:51:08.706Z | Downloaded usdt v0.5.0 |
1137 | 2024-04-26T17:51:08.706Z | Downloaded structmeta-derive v0.3.0 |
1138 | 2024-04-26T17:51:08.706Z | Downloaded static_assertions v1.1.0 |
1139 | 2024-04-26T17:51:08.706Z | Downloaded crypto-common v0.1.6 |
1140 | 2024-04-26T17:51:08.710Z | Downloaded tokio-macros v2.2.0 |
1141 | 2024-04-26T17:51:08.710Z | Downloaded tap v1.0.1 |
1142 | 2024-04-26T17:51:08.710Z | Downloaded unicase v2.7.0 |
1143 | 2024-04-26T17:51:08.710Z | Downloaded test-strategy v0.3.1 |
1144 | 2024-04-26T17:51:08.713Z | Downloaded fd-lock v4.0.2 |
1145 | 2024-04-26T17:51:08.716Z | Downloaded serde_derive_internals v0.26.0 |
1146 | 2024-04-26T17:51:08.720Z | Downloaded rustc-demangle v0.1.23 |
1147 | 2024-04-26T17:51:08.720Z | Downloaded hash32 v0.3.1 |
1148 | 2024-04-26T17:51:08.723Z | Downloaded float-cmp v0.9.0 |
1149 | 2024-04-26T17:51:08.723Z | Downloaded parking_lot v0.11.2 |
1150 | 2024-04-26T17:51:08.729Z | Downloaded diff v0.1.13 |
1151 | 2024-04-26T17:51:08.732Z | Downloaded plotters-backend v0.3.5 |
1152 | 2024-04-26T17:51:08.732Z | Downloaded textwrap v0.16.1 |
1153 | 2024-04-26T17:51:08.735Z | Downloaded salty v0.2.0 |
1154 | 2024-04-26T17:51:08.741Z | Downloaded pretty-hex v0.2.1 |
1155 | 2024-04-26T17:51:08.744Z | Downloaded time-macros v0.2.17 |
1156 | 2024-04-26T17:51:08.748Z | Downloaded plain v0.2.3 |
1157 | 2024-04-26T17:51:08.748Z | Downloaded parse-display v0.9.0 |
1158 | 2024-04-26T17:51:08.751Z | Downloaded stability v0.2.0 |
1159 | 2024-04-26T17:51:08.751Z | Downloaded proc-macro-error-attr v1.0.4 |
1160 | 2024-04-26T17:51:08.754Z | Downloaded predicates-tree v1.0.9 |
1161 | 2024-04-26T17:51:08.754Z | Downloaded r2d2 v0.8.10 |
1162 | 2024-04-26T17:51:08.760Z | Downloaded postcard v1.0.8 |
1163 | 2024-04-26T17:51:08.763Z | Downloaded serde_urlencoded v0.7.1 |
1164 | 2024-04-26T17:51:08.763Z | Downloaded thread-id v4.2.0 |
1165 | 2024-04-26T17:51:08.763Z | Downloaded vte v0.11.1 |
1166 | 2024-04-26T17:51:08.766Z | Downloaded derive_builder v0.20.0 |
1167 | 2024-04-26T17:51:08.770Z | Downloaded funty v2.0.0 |
1168 | 2024-04-26T17:51:08.773Z | Downloaded fragile v2.0.0 |
1169 | 2024-04-26T17:51:08.777Z | Downloaded derive_builder_macro v0.20.0 |
1170 | 2024-04-26T17:51:08.777Z | Downloaded scroll_derive v0.12.0 |
1171 | 2024-04-26T17:51:08.777Z | Downloaded doc-comment v0.3.3 |
1172 | 2024-04-26T17:51:08.780Z | Downloaded parking_lot v0.12.1 |
1173 | 2024-04-26T17:51:08.783Z | Downloaded deranged v0.3.11 |
1174 | 2024-04-26T17:51:08.783Z | Downloaded schemars v0.8.16 |
1175 | 2024-04-26T17:51:08.795Z | Downloaded take_mut v0.2.2 |
1176 | 2024-04-26T17:51:08.798Z | Downloaded rustls-pemfile v2.1.2 |
1177 | 2024-04-26T17:51:08.801Z | Downloaded pem v3.0.4 |
1178 | 2024-04-26T17:51:08.801Z | Downloaded quick-error v1.2.3 |
1179 | 2024-04-26T17:51:08.801Z | Downloaded pest_derive v2.7.6 |
1180 | 2024-04-26T17:51:08.804Z | Downloaded opaque-debug v0.3.0 |
1181 | 2024-04-26T17:51:08.807Z | Downloaded display-error-chain v0.2.0 |
1182 | 2024-04-26T17:51:08.808Z | Downloaded proc-macro-crate v1.3.1 |
1183 | 2024-04-26T17:51:08.811Z | Downloaded filetime v0.2.23 |
1184 | 2024-04-26T17:51:08.811Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1185 | 2024-04-26T17:51:08.814Z | Downloaded slog-stdlog v4.1.1 |
1186 | 2024-04-26T17:51:08.814Z | Downloaded num_cpus v1.16.0 |
1187 | 2024-04-26T17:51:08.817Z | Downloaded peg v0.8.2 |
1188 | 2024-04-26T17:51:08.821Z | Downloaded which v4.4.0 |
1189 | 2024-04-26T17:51:08.824Z | Downloaded string_cache v0.8.7 |
1190 | 2024-04-26T17:51:08.828Z | Downloaded siphasher v0.3.11 |
1191 | 2024-04-26T17:51:08.828Z | Downloaded smallvec v1.13.1 |
1192 | 2024-04-26T17:51:08.831Z | Downloaded openssl-probe v0.1.5 |
1193 | 2024-04-26T17:51:08.831Z | Downloaded enum-as-inner v0.5.1 |
1194 | 2024-04-26T17:51:08.834Z | Downloaded snafu-derive v0.8.2 |
1195 | 2024-04-26T17:51:08.835Z | Downloaded serde_with_macros v3.7.0 |
1196 | 2024-04-26T17:51:08.839Z | Downloaded parking_lot_core v0.9.8 |
1197 | 2024-04-26T17:51:08.844Z | Downloaded der_derive v0.7.2 |
1198 | 2024-04-26T17:51:08.844Z | Downloaded version_check v0.9.4 |
1199 | 2024-04-26T17:51:08.848Z | Downloaded derive_builder_core v0.20.0 |
1200 | 2024-04-26T17:51:08.848Z | Downloaded rusty-fork v0.3.0 |
1201 | 2024-04-26T17:51:08.848Z | Downloaded prettyplease v0.2.19 |
1202 | 2024-04-26T17:51:08.853Z | Downloaded trust-dns-resolver v0.22.0 |
1203 | 2024-04-26T17:51:08.857Z | Downloaded samael v0.0.15 |
1204 | 2024-04-26T17:51:08.863Z | Downloaded tabwriter v1.4.0 |
1205 | 2024-04-26T17:51:08.866Z | Downloaded strum_macros v0.24.3 |
1206 | 2024-04-26T17:51:08.869Z | Downloaded oorandom v11.1.3 |
1207 | 2024-04-26T17:51:08.869Z | Downloaded unicode-width v0.1.11 |
1208 | 2024-04-26T17:51:08.872Z | Downloaded futures-executor v0.3.30 |
1209 | 2024-04-26T17:51:08.875Z | Downloaded slog-term v2.9.1 |
1210 | 2024-04-26T17:51:08.879Z | Downloaded semver v0.1.20 |
1211 | 2024-04-26T17:51:08.880Z | Downloaded percent-encoding v2.3.1 |
1212 | 2024-04-26T17:51:08.883Z | Downloaded unicode-xid v0.2.4 |
1213 | 2024-04-26T17:51:08.883Z | Downloaded whoami v1.5.1 |
1214 | 2024-04-26T17:51:08.883Z | Downloaded spin v0.9.8 |
1215 | 2024-04-26T17:51:08.887Z | Downloaded number_prefix v0.4.0 |
1216 | 2024-04-26T17:51:08.890Z | Downloaded num_threads v0.1.6 |
1217 | 2024-04-26T17:51:08.890Z | Downloaded usdt-attr-macro v0.3.5 |
1218 | 2024-04-26T17:51:08.891Z | Downloaded num-complex v0.4.5 |
1219 | 2024-04-26T17:51:08.894Z | Downloaded zerocopy v0.6.6 |
1220 | 2024-04-26T17:51:08.894Z | Downloaded slab v0.4.9 |
1221 | 2024-04-26T17:51:08.899Z | Downloaded headers v0.3.9 |
1222 | 2024-04-26T17:51:08.903Z | Downloaded zone_cfg_derive v0.1.2 |
1223 | 2024-04-26T17:51:08.903Z | Downloaded regex-automata v0.1.10 |
1224 | 2024-04-26T17:51:08.910Z | Downloaded curve25519-dalek-derive v0.1.0 |
1225 | 2024-04-26T17:51:08.913Z | Downloaded serde-big-array v0.5.1 |
1226 | 2024-04-26T17:51:08.913Z | Downloaded usdt-attr-macro v0.5.0 |
1227 | 2024-04-26T17:51:08.913Z | Downloaded unsafe-libyaml v0.2.10 |
1228 | 2024-04-26T17:51:08.917Z | Downloaded trust-dns-server v0.22.1 |
1229 | 2024-04-26T17:51:08.922Z | Downloaded pathdiff v0.2.1 |
1230 | 2024-04-26T17:51:08.926Z | Downloaded path-slash v0.1.5 |
1231 | 2024-04-26T17:51:08.926Z | Downloaded pest_generator v2.7.6 |
1232 | 2024-04-26T17:51:08.929Z | Downloaded endian-type v0.1.2 |
1233 | 2024-04-26T17:51:08.929Z | Downloaded futures-core v0.3.30 |
1234 | 2024-04-26T17:51:08.932Z | Downloaded openssl-macros v0.1.1 |
1235 | 2024-04-26T17:51:08.932Z | Downloaded hash32 v0.2.1 |
1236 | 2024-04-26T17:51:08.932Z | Downloaded embedded-io v0.4.0 |
1237 | 2024-04-26T17:51:08.935Z | Downloaded strum v0.26.2 |
1238 | 2024-04-26T17:51:08.935Z | Downloaded ref-cast v1.0.22 |
1239 | 2024-04-26T17:51:08.939Z | Downloaded strum_macros v0.25.2 |
1240 | 2024-04-26T17:51:08.942Z | Downloaded env_logger v0.9.3 |
1241 | 2024-04-26T17:51:08.942Z | Downloaded toolchain_find v0.4.0 |
1242 | 2024-04-26T17:51:08.945Z | Downloaded num_enum_derive v0.5.11 |
1243 | 2024-04-26T17:51:08.945Z | Downloaded num_enum v0.5.11 |
1244 | 2024-04-26T17:51:08.950Z | Downloaded thiserror-no-std v2.0.2 |
1245 | 2024-04-26T17:51:08.955Z | Downloaded tungstenite v0.20.1 |
1246 | 2024-04-26T17:51:08.959Z | Downloaded darling_macro v0.20.8 |
1247 | 2024-04-26T17:51:08.962Z | Downloaded foreign-types-shared v0.3.1 |
1248 | 2024-04-26T17:51:08.962Z | Downloaded slog-envlogger v2.2.0 |
1249 | 2024-04-26T17:51:08.965Z | Downloaded slog-dtrace v0.3.0 |
1250 | 2024-04-26T17:51:08.965Z | Downloaded tungstenite v0.21.0 |
1251 | 2024-04-26T17:51:08.972Z | Downloaded serde_arrays v0.1.0 |
1252 | 2024-04-26T17:51:08.975Z | Downloaded serde-hex v0.1.0 |
1253 | 2024-04-26T17:51:08.975Z | Downloaded hyper v1.1.0 |
1254 | 2024-04-26T17:51:08.978Z | Downloaded pin-project v1.1.3 |
1255 | 2024-04-26T17:51:08.992Z | Downloaded serde-big-array v0.4.1 |
1256 | 2024-04-26T17:51:08.995Z | Downloaded sha1 v0.10.6 |
1257 | 2024-04-26T17:51:08.995Z | Downloaded topological-sort v0.2.2 |
1258 | 2024-04-26T17:51:08.998Z | Downloaded serde_tokenstream v0.1.7 |
1259 | 2024-04-26T17:51:09.002Z | Downloaded guppy-workspace-hack v0.1.0 |
1260 | 2024-04-26T17:51:09.002Z | Downloaded tabled_derive v0.7.0 |
1261 | 2024-04-26T17:51:09.002Z | Downloaded data-encoding v2.4.0 |
1262 | 2024-04-26T17:51:09.005Z | Downloaded reqwest v0.11.24 |
1263 | 2024-04-26T17:51:09.012Z | Downloaded group v0.13.0 |
1264 | 2024-04-26T17:51:09.015Z | Downloaded form_urlencoded v1.2.1 |
1265 | 2024-04-26T17:51:09.015Z | Downloaded tar v0.4.40 |
1266 | 2024-04-26T17:51:09.019Z | Downloaded ref-cast-impl v1.0.22 |
1267 | 2024-04-26T17:51:09.022Z | Downloaded relative-path v1.9.0 |
1268 | 2024-04-26T17:51:09.022Z | Downloaded pkcs8 v0.10.2 |
1269 | 2024-04-26T17:51:09.025Z | Downloaded futures-channel v0.3.30 |
1270 | 2024-04-26T17:51:09.025Z | Downloaded flagset v0.4.3 |
1271 | 2024-04-26T17:51:09.030Z | Downloaded half v2.3.1 |
1272 | 2024-04-26T17:51:09.033Z | Downloaded derive_more v0.99.17 |
1273 | 2024-04-26T17:51:09.036Z | Downloaded predicates v3.1.0 |
1274 | 2024-04-26T17:51:09.039Z | Downloaded usdt-impl v0.3.5 |
1275 | 2024-04-26T17:51:09.045Z | Downloaded tracing-attributes v0.1.27 |
1276 | 2024-04-26T17:51:09.048Z | Downloaded rustversion v1.0.14 |
1277 | 2024-04-26T17:51:09.048Z | Downloaded tokio-native-tls v0.3.1 |
1278 | 2024-04-26T17:51:09.048Z | Downloaded usdt-impl v0.5.0 |
1279 | 2024-04-26T17:51:09.051Z | Downloaded yansi v0.5.1 |
1280 | 2024-04-26T17:51:09.051Z | Downloaded unicode-bidi v0.3.15 |
1281 | 2024-04-26T17:51:09.054Z | Downloaded portable-atomic v1.4.3 |
1282 | 2024-04-26T17:51:09.059Z | Downloaded pkg-config v0.3.27 |
1283 | 2024-04-26T17:51:09.062Z | Downloaded typed-path v0.7.0 |
1284 | 2024-04-26T17:51:09.068Z | Downloaded rtoolbox v0.0.1 |
1285 | 2024-04-26T17:51:09.071Z | Downloaded unicode-normalization v0.1.22 |
1286 | 2024-04-26T17:51:09.074Z | Downloaded tracing-core v0.1.32 |
1287 | 2024-04-26T17:51:09.077Z | Downloaded similar v2.4.0 |
1288 | 2024-04-26T17:51:09.082Z | Downloaded rcgen v0.12.1 |
1289 | 2024-04-26T17:51:09.087Z | Downloaded pkcs1 v0.7.5 |
1290 | 2024-04-26T17:51:09.090Z | Downloaded fatfs v0.3.6 |
1291 | 2024-04-26T17:51:09.094Z | Downloaded zerocopy v0.7.32 |
1292 | 2024-04-26T17:51:09.109Z | Downloaded trust-dns-client v0.22.0 |
1293 | 2024-04-26T17:51:09.114Z | Downloaded pest v2.7.6 |
1294 | 2024-04-26T17:51:09.125Z | Downloaded rstest_macros v0.19.0 |
1295 | 2024-04-26T17:51:09.129Z | Downloaded futures-util v0.3.30 |
1296 | 2024-04-26T17:51:09.137Z | Downloaded toml v0.7.8 |
1297 | 2024-04-26T17:51:09.141Z | Downloaded zip v0.6.6 |
1298 | 2024-04-26T17:51:09.146Z | Downloaded tracing v0.1.40 |
1299 | 2024-04-26T17:51:09.150Z | Downloaded petgraph v0.6.4 |
1300 | 2024-04-26T17:51:09.167Z | Downloaded darling_core v0.20.8 |
1301 | 2024-04-26T17:51:09.172Z | Downloaded chrono v0.4.38 |
1302 | 2024-04-26T17:51:09.181Z | Downloaded toml_edit v0.19.15 |
1303 | 2024-04-26T17:51:09.198Z | Downloaded unicode_categories v0.1.1 |
1304 | 2024-04-26T17:51:09.201Z | Downloaded lalrpop v0.19.12 |
1305 | 2024-04-26T17:51:09.213Z | Downloaded quick-xml v0.31.0 |
1306 | 2024-04-26T17:51:09.220Z | Downloaded bitvec v1.0.1 |
1307 | 2024-04-26T17:51:09.237Z | Downloaded x509-cert v0.2.4 |
1308 | 2024-04-26T17:51:09.243Z | Downloaded sqlparser v0.45.0 |
1309 | 2024-04-26T17:51:09.253Z | Downloaded tough v0.17.1 |
1310 | 2024-04-26T17:51:09.260Z | Downloaded tokio-postgres v0.7.10 |
1311 | 2024-04-26T17:51:09.265Z | Downloaded rustls v0.21.9 |
1312 | 2024-04-26T17:51:09.279Z | Downloaded goblin v0.8.0 |
1313 | 2024-04-26T17:51:09.286Z | Downloaded proptest v1.4.0 |
1314 | 2024-04-26T17:51:09.297Z | Downloaded rustls-webpki v0.101.7 |
1315 | 2024-04-26T17:51:09.313Z | Downloaded num-bigint-dig v0.8.4 |
1316 | 2024-04-26T17:51:09.318Z | Downloaded smoltcp v0.9.1 |
1317 | 2024-04-26T17:51:09.331Z | Downloaded idna v0.5.0 |
1318 | 2024-04-26T17:51:09.338Z | Downloaded bstr v1.9.0 |
1319 | 2024-04-26T17:51:09.351Z | Downloaded openssl v0.10.64 |
1320 | 2024-04-26T17:51:09.362Z | Downloaded curve25519-dalek v4.1.2 |
1321 | 2024-04-26T17:51:09.373Z | Downloaded winnow v0.5.15 |
1322 | 2024-04-26T17:51:09.382Z | Downloaded rayon v1.10.0 |
1323 | 2024-04-26T17:51:09.392Z | Downloaded object v0.30.4 |
1324 | 2024-04-26T17:51:09.405Z | Downloaded h2 v0.3.26 |
1325 | 2024-04-26T17:51:09.410Z | Downloaded sled v0.34.7 |
1326 | 2024-04-26T17:51:09.423Z | Downloaded tabled v0.15.0 |
1327 | 2024-04-26T17:51:09.440Z | Downloaded ratatui v0.26.2 |
1328 | 2024-04-26T17:51:09.461Z | Downloaded syn v1.0.109 |
1329 | 2024-04-26T17:51:09.472Z | Downloaded radix_trie v0.2.1 |
1330 | 2024-04-26T17:51:09.478Z | Downloaded vcpkg v0.2.15 |
1331 | 2024-04-26T17:51:09.521Z | Downloaded regress v0.9.1 |
1332 | 2024-04-26T17:51:09.531Z | Downloaded gimli v0.28.0 |
1333 | 2024-04-26T17:51:09.540Z | Downloaded smoltcp v0.11.0 |
1334 | 2024-04-26T17:51:09.555Z | Downloaded polar-core v0.27.3 |
1335 | 2024-04-26T17:51:09.564Z | Downloaded regex-syntax v0.8.2 |
1336 | 2024-04-26T17:51:09.573Z | Downloaded csv v1.3.0 |
1337 | 2024-04-26T17:51:09.596Z | Downloaded sha3 v0.10.8 |
1338 | 2024-04-26T17:51:09.600Z | Downloaded zerocopy-derive v0.2.0 |
1339 | 2024-04-26T17:51:09.613Z | Downloaded zerocopy-derive v0.6.6 |
1340 | 2024-04-26T17:51:09.621Z | Downloaded regex-syntax v0.6.29 |
1341 | 2024-04-26T17:51:09.628Z | Downloaded openapiv3 v2.0.0 |
1342 | 2024-04-26T17:51:09.642Z | Downloaded regex-automata v0.4.5 |
1343 | 2024-04-26T17:51:09.660Z | Downloaded tokio v1.37.0 |
1344 | 2024-04-26T17:51:09.701Z | Downloaded diesel v2.1.6 |
1345 | 2024-04-26T17:51:09.721Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1346 | 2024-04-26T17:51:09.735Z | Downloaded encoding_rs v0.8.33 |
1347 | 2024-04-26T17:51:09.761Z | Downloaded webpki-roots v0.25.2 |
1348 | 2024-04-26T17:51:09.769Z | Downloaded rustls v0.22.4 |
1349 | 2024-04-26T17:51:09.773Z | Downloaded trust-dns-proto v0.22.0 |
1350 | 2024-04-26T17:51:09.786Z | Downloaded rustls-webpki v0.102.1 |
1351 | 2024-04-26T17:51:09.803Z | Downloaded regex v1.10.4 |
1352 | 2024-04-26T17:51:09.817Z | Downloaded nix v0.28.0 |
1353 | 2024-04-26T17:51:09.832Z | Downloaded idna v0.3.0 |
1354 | 2024-04-26T17:51:09.836Z | Downloaded idna v0.2.3 |
1355 | 2024-04-26T17:51:09.843Z | Downloaded bstr v0.2.17 |
1356 | 2024-04-26T17:51:09.853Z | Downloaded object v0.32.1 |
1357 | 2024-04-26T17:51:09.865Z | Downloaded bindgen v0.69.2 |
1358 | 2024-04-26T17:51:09.871Z | Downloaded publicsuffix v2.2.3 |
1359 | 2024-04-26T17:51:09.874Z | Downloaded steno v0.4.0 |
1360 | 2024-04-26T17:51:09.878Z | Downloaded plotters v0.3.5 |
1361 | 2024-04-26T17:51:09.887Z | Downloaded openssl-sys v0.9.102 |
1362 | 2024-04-26T17:51:09.891Z | Downloaded rayon-core v1.12.1 |
1363 | 2024-04-26T17:51:09.895Z | Downloaded rand v0.8.5 |
1364 | 2024-04-26T17:51:09.899Z | Downloaded pest_meta v2.7.6 |
1365 | 2024-04-26T17:51:09.902Z | Downloaded tower v0.4.13 |
1366 | 2024-04-26T17:51:09.910Z | Downloaded serde_with v3.7.0 |
1367 | 2024-04-26T17:51:09.918Z | Downloaded diesel_derives v2.1.2 |
1368 | 2024-04-26T17:51:09.922Z | Downloaded guppy v0.17.5 |
1369 | 2024-04-26T17:51:09.928Z | Downloaded wyz v0.5.1 |
1370 | 2024-04-26T17:51:09.931Z | Downloaded zone v0.1.8 |
1371 | 2024-04-26T17:51:09.931Z | Downloaded slog-scope v4.4.0 |
1372 | 2024-04-26T17:51:09.934Z | Downloaded sct v0.7.0 |
1373 | 2024-04-26T17:51:09.937Z | Downloaded hashbrown v0.12.3 |
1374 | 2024-04-26T17:51:09.940Z | Downloaded structmeta v0.3.0 |
1375 | 2024-04-26T17:51:09.946Z | Downloaded fixedbitset v0.4.2 |
1376 | 2024-04-26T17:51:09.946Z | Downloaded similar-asserts v1.5.0 |
1377 | 2024-04-26T17:51:09.949Z | Downloaded serde_tokenstream v0.2.0 |
1378 | 2024-04-26T17:51:09.949Z | Downloaded fastrand v2.0.1 |
1379 | 2024-04-26T17:51:09.949Z | Downloaded datatest-stable v0.2.8 |
1380 | 2024-04-26T17:51:09.953Z | Downloaded uzers v0.11.3 |
1381 | 2024-04-26T17:51:09.953Z | Downloaded pin-project-lite v0.2.13 |
1382 | 2024-04-26T17:51:09.957Z | Downloaded getrandom v0.2.12 |
1383 | 2024-04-26T17:51:09.960Z | Downloaded num-traits v0.2.18 |
1384 | 2024-04-26T17:51:09.963Z | Downloaded flume v0.11.0 |
1385 | 2024-04-26T17:51:09.966Z | Downloaded ff v0.13.0 |
1386 | 2024-04-26T17:51:09.969Z | Downloaded structmeta v0.2.0 |
1387 | 2024-04-26T17:51:09.969Z | Downloaded snafu v0.8.2 |
1388 | 2024-04-26T17:51:09.974Z | Downloaded serde_yaml v0.9.25 |
1389 | 2024-04-26T17:51:09.978Z | Downloaded darling v0.20.8 |
1390 | 2024-04-26T17:51:09.982Z | Downloaded typenum v1.16.0 |
1391 | 2024-04-26T17:51:09.985Z | Downloaded trybuild v1.0.91 |
1392 | 2024-04-26T17:51:09.988Z | Downloaded target-lexicon v0.12.13 |
1393 | 2024-04-26T17:51:09.991Z | Downloaded unarray v0.1.4 |
1394 | 2024-04-26T17:51:09.991Z | Downloaded psl-types v2.0.11 |
1395 | 2024-04-26T17:51:09.994Z | Downloaded paste v1.0.14 |
1396 | 2024-04-26T17:51:09.997Z | Downloaded ena v0.14.2 |
1397 | 2024-04-26T17:51:09.997Z | Downloaded xattr v1.0.1 |
1398 | 2024-04-26T17:51:10.000Z | Downloaded elliptic-curve v0.13.8 |
1399 | 2024-04-26T17:51:10.004Z | Downloaded predicates-core v1.0.6 |
1400 | 2024-04-26T17:51:10.004Z | Downloaded pem-rfc7468 v0.7.0 |
1401 | 2024-04-26T17:51:10.007Z | Downloaded blake3 v1.5.0 |
1402 | 2024-04-26T17:51:10.015Z | Downloaded dof v0.1.5 |
1403 | 2024-04-26T17:51:10.018Z | Downloaded pin-project-internal v1.1.3 |
1404 | 2024-04-26T17:51:10.018Z | Downloaded tokio-util v0.7.10 |
1405 | 2024-04-26T17:51:10.021Z | Downloaded tower-service v0.3.2 |
1406 | 2024-04-26T17:51:10.024Z | Downloaded papergrid v0.11.0 |
1407 | 2024-04-26T17:51:10.027Z | Downloaded reedline v0.31.0 |
1408 | 2024-04-26T17:51:10.034Z | Downloaded scroll v0.12.0 |
1409 | 2024-04-26T17:51:10.037Z | Downloaded peg-macros v0.8.2 |
1410 | 2024-04-26T17:51:10.041Z | Downloaded hashbrown v0.13.2 |
1411 | 2024-04-26T17:51:10.044Z | Downloaded rand_chacha v0.3.1 |
1412 | 2024-04-26T17:51:10.044Z | Downloaded flate2 v1.0.28 |
1413 | 2024-04-26T17:51:10.048Z | Downloaded der v0.7.8 |
1414 | 2024-04-26T17:51:10.053Z | Downloaded rust-argon2 v2.1.0 |
1415 | 2024-04-26T17:51:10.056Z | Downloaded num-rational v0.4.1 |
1416 | 2024-04-26T17:51:10.059Z | Downloaded globset v0.4.13 |
1417 | 2024-04-26T17:51:10.059Z | Downloaded pretty_assertions v1.4.0 |
1418 | 2024-04-26T17:51:10.062Z | Downloaded unicode-linebreak v0.1.5 |
1419 | 2024-04-26T17:51:10.062Z | Downloaded getopts v0.2.21 |
1420 | 2024-04-26T17:51:10.062Z | Downloaded futures-io v0.3.30 |
1421 | 2024-04-26T17:51:10.065Z | Downloaded time v0.3.34 |
1422 | 2024-04-26T17:51:10.070Z | Downloaded proc-macro-error v1.0.4 |
1423 | 2024-04-26T17:51:10.073Z | Downloaded rustls-pemfile v1.0.3 |
1424 | 2024-04-26T17:51:10.076Z | Downloaded url v2.5.0 |
1425 | 2024-04-26T17:51:10.079Z | Downloaded rustyline v14.0.0 |
1426 | 2024-04-26T17:51:10.084Z | Downloaded expectorate v1.1.0 |
1427 | 2024-04-26T17:51:10.089Z | Downloaded ring v0.17.8 |
1428 | 2024-04-26T17:51:10.162Z | Downloaded derive-where v1.2.7 |
1429 | 2024-04-26T17:51:10.168Z | Downloaded tinyvec v1.6.0 |
1430 | 2024-04-26T17:51:10.169Z | Downloaded libxml v0.3.3 |
1431 | 2024-04-26T17:51:10.174Z | Downloaded criterion v0.5.1 |
1432 | 2024-04-26T17:51:10.183Z | Downloaded rustfmt-wrapper v0.2.1 |
1433 | 2024-04-26T17:51:10.196Z | Downloaded rustc_version v0.4.0 |
1434 | 2024-04-26T17:51:10.196Z | Downloaded radium v0.7.0 |
1435 | 2024-04-26T17:51:10.196Z | Downloaded rustls-native-certs v0.7.0 |
1436 | 2024-04-26T17:51:10.204Z | Downloaded nom v7.1.3 |
1437 | 2024-04-26T17:51:10.222Z | Downloaded libm v0.2.7 |
1438 | 2024-04-26T17:51:10.222Z | Downloaded ring v0.16.20 |
1439 | 2024-04-26T17:51:10.287Z | Downloaded crossterm v0.27.0 |
1440 | 2024-04-26T17:51:10.293Z | Downloaded parking_lot_core v0.8.6 |
1441 | 2024-04-26T17:51:10.297Z | Downloaded fancy-regex v0.13.0 |
1442 | 2024-04-26T17:51:10.300Z | Downloaded unicode-segmentation v1.10.1 |
1443 | 2024-04-26T17:51:10.307Z | Downloaded itertools v0.10.5 |
1444 | 2024-04-26T17:51:10.312Z | Downloaded peg-runtime v0.8.2 |
1445 | 2024-04-26T17:51:10.312Z | Downloaded glob v0.3.1 |
1446 | 2024-04-26T17:51:10.312Z | Downloaded strsim v0.10.0 |
1447 | 2024-04-26T17:51:10.312Z | Downloaded stable_deref_trait v1.2.0 |
1448 | 2024-04-26T17:51:10.312Z | Downloaded tui-tree-widget v0.19.0 |
1449 | 2024-04-26T17:51:10.315Z | Downloaded dof v0.3.0 |
1450 | 2024-04-26T17:51:10.315Z | Downloaded zeroize_derive v1.4.2 |
1451 | 2024-04-26T17:51:10.316Z | Downloaded zerocopy v0.3.0 |
1452 | 2024-04-26T17:51:10.316Z | Downloaded tinytemplate v1.2.1 |
1453 | 2024-04-26T17:51:10.320Z | Downloaded vsss-rs v3.3.4 |
1454 | 2024-04-26T17:51:10.323Z | Downloaded smallvec v0.6.14 |
1455 | 2024-04-26T17:51:10.324Z | Downloaded platforms v3.0.2 |
1456 | 2024-04-26T17:51:10.324Z | Downloaded once_cell v1.19.0 |
1457 | 2024-04-26T17:51:10.327Z | Downloaded oso v0.27.3 |
1458 | 2024-04-26T17:51:10.331Z | Downloaded peeking_take_while v0.1.2 |
1459 | 2024-04-26T17:51:10.332Z | Downloaded fnv v1.0.7 |
1460 | 2024-04-26T17:51:10.332Z | Downloaded signal-hook v0.3.17 |
1461 | 2024-04-26T17:51:10.335Z | Downloaded rsa v0.9.2 |
1462 | 2024-04-26T17:51:10.338Z | Downloaded num-bigint v0.4.4 |
1463 | 2024-04-26T17:51:10.341Z | Downloaded crossbeam-channel v0.5.8 |
1464 | 2024-04-26T17:51:10.345Z | Downloaded base64 v0.21.7 |
1465 | 2024-04-26T17:51:10.349Z | Downloaded walkdir v2.5.0 |
1466 | 2024-04-26T17:51:10.352Z | Downloaded mio v0.8.11 |
1467 | 2024-04-26T17:51:10.355Z | Downloaded minimal-lexical v0.2.1 |
1468 | 2024-04-26T17:51:10.360Z | Downloaded rustc_version v0.1.7 |
1469 | 2024-04-26T17:51:10.363Z | Downloaded dtrace-parser v0.1.14 |
1470 | 2024-04-26T17:51:10.363Z | Downloaded term v0.7.0 |
1471 | 2024-04-26T17:51:10.366Z | Downloaded tempfile v3.10.1 |
1472 | 2024-04-26T17:51:10.369Z | Downloaded vte_generate_state_changes v0.1.1 |
1473 | 2024-04-26T17:51:10.369Z | Downloaded postgres-types v0.2.6 |
1474 | 2024-04-26T17:51:10.372Z | Downloaded postgres-protocol v0.6.6 |
1475 | 2024-04-26T17:51:10.372Z | Downloaded cookie v0.18.1 |
1476 | 2024-04-26T17:51:10.375Z | Downloaded phf_shared v0.11.2 |
1477 | 2024-04-26T17:51:10.375Z | Downloaded const_format v0.2.32 |
1478 | 2024-04-26T17:51:10.379Z | Downloaded base64 v0.22.0 |
1479 | 2024-04-26T17:51:10.383Z | Downloaded defmt-macros v0.3.6 |
1480 | 2024-04-26T17:51:10.390Z | Downloaded partial-io v0.5.4 |
1481 | 2024-04-26T17:51:10.390Z | Downloaded wait-timeout v0.2.0 |
1482 | 2024-04-26T17:51:10.393Z | Downloaded usdt v0.3.5 |
1483 | 2024-04-26T17:51:10.393Z | Downloaded shlex v1.3.0 |
1484 | 2024-04-26T17:51:10.393Z | Downloaded http v0.2.12 |
1485 | 2024-04-26T17:51:10.396Z | Downloaded csv-core v0.1.11 |
1486 | 2024-04-26T17:51:10.396Z | Downloaded heapless v0.7.16 |
1487 | 2024-04-26T17:51:10.399Z | Downloaded debug-ignore v1.0.5 |
1488 | 2024-04-26T17:51:10.402Z | Downloaded ron v0.8.1 |
1489 | 2024-04-26T17:51:10.405Z | Downloaded toml v0.5.11 |
1490 | 2024-04-26T17:51:10.408Z | Downloaded signature v1.6.4 |
1491 | 2024-04-26T17:51:10.411Z | Downloaded erased-serde v0.3.31 |
1492 | 2024-04-26T17:51:10.411Z | Downloaded env_logger v0.10.0 |
1493 | 2024-04-26T17:51:10.414Z | Downloaded target-spec v3.1.0 |
1494 | 2024-04-26T17:51:10.417Z | Downloaded synstructure v0.12.6 |
1495 | 2024-04-26T17:51:10.417Z | Downloaded generic-array v0.14.7 |
1496 | 2024-04-26T17:51:10.417Z | Downloaded spki v0.7.2 |
1497 | 2024-04-26T17:51:10.421Z | Downloaded schemars_derive v0.8.16 |
1498 | 2024-04-26T17:51:10.421Z | Downloaded tokio-tungstenite v0.20.1 |
1499 | 2024-04-26T17:51:10.425Z | Downloaded arc-swap v1.6.0 |
1500 | 2024-04-26T17:51:10.427Z | Downloaded subprocess v0.2.9 |
1501 | 2024-04-26T17:51:10.427Z | Downloaded cfg-expr v0.15.6 |
1502 | 2024-04-26T17:51:10.430Z | Downloaded base64 v0.13.1 |
1503 | 2024-04-26T17:51:10.440Z | Downloaded powerfmt v0.2.0 |
1504 | 2024-04-26T17:51:10.445Z | Downloaded socket2 v0.4.9 |
1505 | 2024-04-26T17:51:10.445Z | Downloaded mockall_derive v0.12.1 |
1506 | 2024-04-26T17:51:10.445Z | Downloaded cc v1.0.83 |
1507 | 2024-04-26T17:51:10.445Z | Downloaded resolv-conf v0.7.0 |
1508 | 2024-04-26T17:51:10.445Z | Downloaded uuid v0.8.2 |
1509 | 2024-04-26T17:51:10.453Z | Downloaded tokio-rustls v0.25.0 |
1510 | 2024-04-26T17:51:10.454Z | Downloaded olpc-cjson v0.1.3 |
1511 | 2024-04-26T17:51:10.454Z | Downloaded num-integer v0.1.46 |
1512 | 2024-04-26T17:51:10.454Z | Downloaded tokio-stream v0.1.15 |
1513 | 2024-04-26T17:51:10.457Z | Downloaded slog v2.7.0 |
1514 | 2024-04-26T17:51:10.457Z | Downloaded hyper-util v0.1.2 |
1515 | 2024-04-26T17:51:10.461Z | Downloaded tokio-tungstenite v0.21.0 |
1516 | 2024-04-26T17:51:10.461Z | Downloaded cancel-safe-futures v0.1.5 |
1517 | 2024-04-26T17:51:10.465Z | Downloaded dirs-next v2.0.0 |
1518 | 2024-04-26T17:51:10.465Z | Downloaded digest v0.10.7 |
1519 | 2024-04-26T17:51:10.468Z | Downloaded difflib v0.4.0 |
1520 | 2024-04-26T17:51:10.468Z | Downloaded defmt v0.3.5 |
1521 | 2024-04-26T17:51:10.471Z | Downloaded subtle v2.5.0 |
1522 | 2024-04-26T17:51:10.471Z | Downloaded bcs v0.1.6 |
1523 | 2024-04-26T17:51:10.476Z | Downloaded argon2 v0.5.3 |
1524 | 2024-04-26T17:51:10.476Z | Downloaded libtest-mimic v0.7.2 |
1525 | 2024-04-26T17:51:10.479Z | Downloaded backoff v0.4.0 |
1526 | 2024-04-26T17:51:10.479Z | Downloaded hmac v0.12.1 |
1527 | 2024-04-26T17:51:10.479Z | Downloaded corncobs v0.1.3 |
1528 | 2024-04-26T17:51:10.482Z | Downloaded base64ct v1.6.0 |
1529 | 2024-04-26T17:51:10.485Z | Downloaded ascii v1.1.0 |
1530 | 2024-04-26T17:51:10.485Z | Downloaded ipnetwork v0.20.0 |
1531 | 2024-04-26T17:51:10.488Z | Downloaded ipnet v2.9.0 |
1532 | 2024-04-26T17:51:10.489Z | Downloaded httptest v0.15.5 |
1533 | 2024-04-26T17:51:10.491Z | Downloaded console v0.15.8 |
1534 | 2024-04-26T17:51:10.492Z | Downloaded slog-async v2.8.0 |
1535 | 2024-04-26T17:51:10.495Z | Downloaded sec1 v0.7.3 |
1536 | 2024-04-26T17:51:10.495Z | Downloaded itertools v0.12.1 |
1537 | 2024-04-26T17:51:10.500Z | Downloaded rustls-pki-types v1.3.0 |
1538 | 2024-04-26T17:51:10.504Z | Downloaded multimap v0.10.0 |
1539 | 2024-04-26T17:51:10.504Z | Downloaded libsw v3.3.1 |
1540 | 2024-04-26T17:51:10.507Z | Downloaded rand_xorshift v0.3.0 |
1541 | 2024-04-26T17:51:10.507Z | Downloaded memoffset v0.7.1 |
1542 | 2024-04-26T17:51:10.507Z | Downloaded constant_time_eq v0.2.6 |
1543 | 2024-04-26T17:51:10.510Z | Downloaded bytes v1.6.0 |
1544 | 2024-04-26T17:51:10.516Z | Downloaded backtrace v0.3.69 |
1545 | 2024-04-26T17:51:10.519Z | Downloaded ahash v0.8.8 |
1546 | 2024-04-26T17:51:10.519Z | Downloaded addr2line v0.21.0 |
1547 | 2024-04-26T17:51:10.522Z | Downloaded crc-any v2.4.3 |
1548 | 2024-04-26T17:51:10.522Z | Downloaded crc v3.0.1 |
1549 | 2024-04-26T17:51:10.525Z | Downloaded async-stream v0.3.5 |
1550 | 2024-04-26T17:51:10.525Z | Downloaded const_format_proc_macros v0.2.32 |
1551 | 2024-04-26T17:51:10.528Z | Downloaded chacha20poly1305 v0.10.1 |
1552 | 2024-04-26T17:51:10.528Z | Downloaded bytecount v0.6.3 |
1553 | 2024-04-26T17:51:10.532Z | Downloaded arrayvec v0.7.4 |
1554 | 2024-04-26T17:51:10.532Z | Downloaded heck v0.3.3 |
1555 | 2024-04-26T17:51:10.535Z | Downloaded cpufeatures v0.2.12 |
1556 | 2024-04-26T17:51:10.535Z | Downloaded block-buffer v0.10.4 |
1557 | 2024-04-26T17:51:10.535Z | Downloaded bit-vec v0.6.3 |
1558 | 2024-04-26T17:51:10.538Z | Downloaded bb8 v0.8.3 |
1559 | 2024-04-26T17:51:10.538Z | Downloaded maplit v1.0.2 |
1560 | 2024-04-26T17:51:10.538Z | Downloaded lru-cache v0.1.2 |
1561 | 2024-04-26T17:51:10.538Z | Downloaded keccak v0.1.4 |
1562 | 2024-04-26T17:51:10.541Z | Downloaded hyper-tls v0.5.0 |
1563 | 2024-04-26T17:51:10.541Z | Downloaded constant_time_eq v0.3.0 |
1564 | 2024-04-26T17:51:10.541Z | Downloaded colored v2.1.0 |
1565 | 2024-04-26T17:51:10.544Z | Downloaded async-recursion v1.1.0 |
1566 | 2024-04-26T17:51:10.548Z | Downloaded chacha20 v0.9.1 |
1567 | 2024-04-26T17:51:10.548Z | Downloaded assert_matches v1.5.0 |
1568 | 2024-04-26T17:51:10.552Z | Downloaded arrayref v0.3.7 |
1569 | 2024-04-26T17:51:10.552Z | Downloaded crossbeam-deque v0.8.3 |
1570 | 2024-04-26T17:51:10.555Z | Downloaded base16ct v0.2.0 |
1571 | 2024-04-26T17:51:10.555Z | Downloaded bitfield v0.14.0 |
1572 | 2024-04-26T17:51:10.555Z | Downloaded kstat-rs v0.2.3 |
1573 | 2024-04-26T17:51:10.555Z | Downloaded ascii-canvas v3.0.0 |
1574 | 2024-04-26T17:51:10.558Z | Downloaded is-terminal v0.4.9 |
1575 | 2024-04-26T17:51:10.558Z | Downloaded httpdate v1.0.3 |
1576 | 2024-04-26T17:51:10.558Z | Downloaded iana-time-zone v0.1.57 |
1577 | 2024-04-26T17:51:10.561Z | Downloaded hex v0.4.3 |
1578 | 2024-04-26T17:51:10.562Z | Downloaded async-trait v0.1.80 |
1579 | 2024-04-26T17:51:10.564Z | Downloaded allocator-api2 v0.2.16 |
1580 | 2024-04-26T17:51:10.568Z | Downloaded cookie_store v0.20.0 |
1581 | 2024-04-26T17:51:10.573Z | Downloaded cfg_aliases v0.1.1 |
1582 | 2024-04-26T17:51:10.573Z | Downloaded camino-tempfile v1.1.1 |
1583 | 2024-04-26T17:51:10.574Z | Downloaded castaway v0.2.2 |
1584 | 2024-04-26T17:51:10.574Z | Downloaded cast v0.3.0 |
1585 | 2024-04-26T17:51:10.577Z | Downloaded hkdf v0.12.4 |
1586 | 2024-04-26T17:51:10.577Z | Downloaded ciborium-io v0.2.2 |
1587 | 2024-04-26T17:51:10.577Z | Downloaded aead v0.5.2 |
1588 | 2024-04-26T17:51:10.577Z | Downloaded adler v1.0.2 |
1589 | 2024-04-26T17:51:10.580Z | Downloaded home v0.5.5 |
1590 | 2024-04-26T17:51:10.580Z | Downloaded heapless v0.8.0 |
1591 | 2024-04-26T17:51:10.586Z | Downloaded convert_case v0.4.0 |
1592 | 2024-04-26T17:51:11.162Z | Compiling libc v0.2.153 |
1593 | 2024-04-26T17:51:11.165Z | Compiling serde v1.0.198 |
1594 | 2024-04-26T17:51:11.165Z | Compiling version_check v0.9.4 |
1595 | 2024-04-26T17:51:11.165Z | Checking cfg-if v1.0.0 |
1596 | 2024-04-26T17:51:11.165Z | Compiling lock_api v0.4.10 |
1597 | 2024-04-26T17:51:11.214Z | Compiling syn v1.0.109 |
1598 | 2024-04-26T17:51:11.252Z | Compiling syn v2.0.60 |
1599 | 2024-04-26T17:51:11.337Z | Compiling parking_lot_core v0.9.8 |
1600 | 2024-04-26T17:51:11.356Z | Compiling once_cell v1.19.0 |
1601 | 2024-04-26T17:51:11.611Z | Compiling libm v0.2.7 |
1602 | 2024-04-26T17:51:11.859Z | Compiling num-traits v0.2.18 |
1603 | 2024-04-26T17:51:11.895Z | Compiling memchr v2.7.1 |
1604 | 2024-04-26T17:51:11.898Z | Compiling serde_json v1.0.116 |
1605 | 2024-04-26T17:51:12.154Z | Compiling ahash v0.8.8 |
1606 | 2024-04-26T17:51:12.305Z | Compiling byteorder v1.5.0 |
1607 | 2024-04-26T17:51:12.779Z | Checking log v0.4.21 |
1608 | 2024-04-26T17:51:13.085Z | Compiling slab v0.4.9 |
1609 | 2024-04-26T17:51:13.098Z | Checking itoa v1.0.9 |
1610 | 2024-04-26T17:51:13.231Z | Checking getrandom v0.2.12 |
1611 | 2024-04-26T17:51:13.299Z | Compiling typenum v1.16.0 |
1612 | 2024-04-26T17:51:13.424Z | Compiling cc v1.0.83 |
1613 | 2024-04-26T17:51:13.708Z | Compiling generic-array v0.14.7 |
1614 | 2024-04-26T17:51:14.039Z | Checking scopeguard v1.2.0 |
1615 | 2024-04-26T17:51:14.119Z | Checking smallvec v1.13.1 |
1616 | 2024-04-26T17:51:14.138Z | Compiling heck v0.4.1 |
1617 | 2024-04-26T17:51:14.239Z | Compiling allocator-api2 v0.2.16 |
1618 | 2024-04-26T17:51:14.498Z | Compiling pkg-config v0.3.27 |
1619 | 2024-04-26T17:51:14.657Z | Compiling rustix v0.38.31 |
1620 | 2024-04-26T17:51:14.686Z | Compiling schemars v0.8.16 |
1621 | 2024-04-26T17:51:15.069Z | Compiling httparse v1.8.0 |
1622 | 2024-04-26T17:51:15.090Z | Checking pin-project-lite v0.2.13 |
1623 | 2024-04-26T17:51:15.210Z | Compiling time-core v0.1.2 |
1624 | 2024-04-26T17:51:15.277Z | Checking parking_lot v0.12.1 |
1625 | 2024-04-26T17:51:15.385Z | Compiling num-conv v0.1.0 |
1626 | 2024-04-26T17:51:15.541Z | Compiling fnv v1.0.7 |
1627 | 2024-04-26T17:51:15.655Z | Compiling time-macros v0.2.17 |
1628 | 2024-04-26T17:51:15.670Z | Checking signal-hook-registry v1.4.1 |
1629 | 2024-04-26T17:51:15.833Z | Compiling vcpkg v0.2.15 |
1630 | 2024-04-26T17:51:15.901Z | Checking mio v0.8.11 |
1631 | 2024-04-26T17:51:16.197Z | Checking ryu v1.0.15 |
1632 | 2024-04-26T17:51:16.432Z | Compiling aho-corasick v1.1.2 |
1633 | 2024-04-26T17:51:16.626Z | Compiling ring v0.17.8 |
1634 | 2024-04-26T17:51:18.004Z | Compiling regex-syntax v0.8.2 |
1635 | 2024-04-26T17:51:18.023Z | Compiling openssl-sys v0.9.102 |
1636 | 2024-04-26T17:51:19.091Z | Checking rand_core v0.6.4 |
1637 | 2024-04-26T17:51:19.318Z | Compiling serde_derive_internals v0.26.0 |
1638 | 2024-04-26T17:51:20.099Z | Checking num_cpus v1.16.0 |
1639 | 2024-04-26T17:51:20.214Z | Checking futures-core v0.3.30 |
1640 | 2024-04-26T17:51:20.400Z | Compiling ring v0.16.20 |
1641 | 2024-04-26T17:51:20.556Z | Checking socket2 v0.5.6 |
1642 | 2024-04-26T17:51:21.035Z | Compiling regex-automata v0.4.5 |
1643 | 2024-04-26T17:51:21.707Z | Compiling openssl v0.10.64 |
1644 | 2024-04-26T17:51:22.143Z | Compiling slog v2.7.0 |
1645 | 2024-04-26T17:51:22.642Z | Compiling ucd-trie v0.1.6 |
1646 | 2024-04-26T17:51:23.081Z | Compiling rustversion v1.0.14 |
1647 | 2024-04-26T17:51:23.788Z | Compiling crossbeam-utils v0.8.19 |
1648 | 2024-04-26T17:51:24.181Z | Compiling native-tls v0.2.11 |
1649 | 2024-04-26T17:51:24.214Z | Compiling rustls v0.21.9 |
1650 | 2024-04-26T17:51:24.424Z | Compiling iana-time-zone v0.1.57 |
1651 | 2024-04-26T17:51:24.496Z | Compiling cookie v0.17.0 |
1652 | 2024-04-26T17:51:24.541Z | Checking spin v0.5.2 |
1653 | 2024-04-26T17:51:24.732Z | Compiling backtrace v0.3.69 |
1654 | 2024-04-26T17:51:24.854Z | Compiling dyn-clone v1.0.17 |
1655 | 2024-04-26T17:51:24.874Z | Compiling uuid v0.8.2 |
1656 | 2024-04-26T17:51:25.007Z | Checking futures-sink v0.3.30 |
1657 | 2024-04-26T17:51:25.156Z | Compiling unicode-xid v0.2.4 |
1658 | 2024-04-26T17:51:25.220Z | Compiling anyhow v1.0.82 |
1659 | 2024-04-26T17:51:25.445Z | Checking pin-utils v0.1.0 |
1660 | 2024-04-26T17:51:25.523Z | Checking futures-channel v0.3.30 |
1661 | 2024-04-26T17:51:25.993Z | Checking futures-io v0.3.30 |
1662 | 2024-04-26T17:51:26.062Z | Compiling serde_derive v1.0.198 |
1663 | 2024-04-26T17:51:26.118Z | Compiling zerocopy-derive v0.7.32 |
1664 | 2024-04-26T17:51:26.169Z | Compiling thiserror-impl v1.0.59 |
1665 | 2024-04-26T17:51:26.193Z | Compiling zeroize_derive v1.4.2 |
1666 | 2024-04-26T17:51:26.236Z | Compiling tokio-macros v2.2.0 |
1667 | 2024-04-26T17:51:26.745Z | Compiling futures-macro v0.3.30 |
1668 | 2024-04-26T17:51:26.873Z | Compiling tracing-attributes v0.1.27 |
1669 | 2024-04-26T17:51:27.905Z | Compiling schemars_derive v0.8.16 |
1670 | 2024-04-26T17:51:28.095Z | Compiling regex v1.10.4 |
1671 | 2024-04-26T17:51:28.607Z | Compiling zerocopy v0.7.32 |
1672 | 2024-04-26T17:51:28.976Z | Checking zeroize v1.7.0 |
1673 | 2024-04-26T17:51:29.185Z | Compiling openssl-macros v0.1.1 |
1674 | 2024-04-26T17:51:29.720Z | Compiling thiserror v1.0.59 |
1675 | 2024-04-26T17:51:29.993Z | Compiling pest v2.7.6 |
1676 | 2024-04-26T17:51:30.011Z | Compiling async-trait v0.1.80 |
1677 | 2024-04-26T17:51:30.971Z | Compiling hashbrown v0.14.3 |
1678 | 2024-04-26T17:51:30.995Z | Compiling tinyvec_macros v0.1.1 |
1679 | 2024-04-26T17:51:31.090Z | Checking futures-task v0.3.30 |
1680 | 2024-04-26T17:51:31.109Z | Compiling tinyvec v1.6.0 |
1681 | 2024-04-26T17:51:31.333Z | Checking futures-util v0.3.30 |
1682 | 2024-04-26T17:51:31.456Z | Compiling scroll_derive v0.12.0 |
1683 | 2024-04-26T17:51:32.503Z | Compiling pest_meta v2.7.6 |
1684 | 2024-04-26T17:51:32.668Z | Compiling thread-id v4.2.0 |
1685 | 2024-04-26T17:51:32.778Z | Compiling unicode-normalization v0.1.22 |
1686 | 2024-04-26T17:51:33.034Z | Compiling der_derive v0.7.2 |
1687 | 2024-04-26T17:51:33.855Z | Compiling pest_generator v2.7.6 |
1688 | 2024-04-26T17:51:34.346Z | Compiling unicode-bidi v0.3.15 |
1689 | 2024-04-26T17:51:34.671Z | Compiling errno v0.3.8 |
1690 | 2024-04-26T17:51:34.891Z | Compiling crc32fast v1.3.2 |
1691 | 2024-04-26T17:51:35.851Z | Compiling unicode-width v0.1.11 |
1692 | 2024-04-26T17:51:35.879Z | Checking subtle v2.5.0 |
1693 | 2024-04-26T17:51:36.011Z | Compiling either v1.11.0 |
1694 | 2024-04-26T17:51:36.502Z | Compiling winnow v0.5.15 |
1695 | 2024-04-26T17:51:36.847Z | Compiling synstructure v0.12.6 |
1696 | 2024-04-26T17:51:37.483Z | Compiling pest_derive v2.7.6 |
1697 | 2024-04-26T17:51:38.307Z | Compiling spin v0.9.8 |
1698 | 2024-04-26T17:51:38.586Z | Compiling tracing-core v0.1.32 |
1699 | 2024-04-26T17:51:38.682Z | Compiling scroll v0.12.0 |
1700 | 2024-04-26T17:51:38.734Z | Compiling zerocopy-derive v0.2.0 |
1701 | 2024-04-26T17:51:38.826Z | Compiling usdt-impl v0.5.0 |
1702 | 2024-04-26T17:51:39.173Z | Compiling const-oid v0.9.6 |
1703 | 2024-04-26T17:51:39.237Z | Compiling plain v0.2.3 |
1704 | 2024-04-26T17:51:39.392Z | Compiling tracing v0.1.40 |
1705 | 2024-04-26T17:51:40.030Z | Compiling percent-encoding v2.3.1 |
1706 | 2024-04-26T17:51:40.301Z | Checking bytes v1.6.0 |
1707 | 2024-04-26T17:51:40.405Z | Checking bitflags v2.4.2 |
1708 | 2024-04-26T17:51:40.421Z | Compiling goblin v0.8.0 |
1709 | 2024-04-26T17:51:40.826Z | Compiling pretty-hex v0.4.1 |
1710 | 2024-04-26T17:51:40.980Z | Compiling clap_derive v4.5.4 |
1711 | 2024-04-26T17:51:41.016Z | Checking chrono v0.4.38 |
1712 | 2024-04-26T17:51:41.037Z | Compiling dtrace-parser v0.2.0 |
1713 | 2024-04-26T17:51:41.106Z | Checking tokio v1.37.0 |
1714 | 2024-04-26T17:51:42.045Z | Compiling indexmap v2.2.6 |
1715 | 2024-04-26T17:51:43.238Z | Compiling uuid v1.8.0 |
1716 | 2024-04-26T17:51:43.674Z | Compiling semver v1.0.22 |
1717 | 2024-04-26T17:51:44.366Z | Compiling http v0.2.12 |
1718 | 2024-04-26T17:51:44.484Z | Compiling serde_spanned v0.6.5 |
1719 | 2024-04-26T17:51:44.692Z | Compiling toml_datetime v0.6.5 |
1720 | 2024-04-26T17:51:44.725Z | Compiling rustc_version v0.4.0 |
1721 | 2024-04-26T17:51:45.498Z | Compiling toml_edit v0.19.15 |
1722 | 2024-04-26T17:51:46.967Z | Compiling openapiv3 v2.0.0 |
1723 | 2024-04-26T17:51:47.383Z | Compiling dof v0.3.0 |
1724 | 2024-04-26T17:51:48.160Z | Compiling untrusted v0.9.0 |
1725 | 2024-04-26T17:51:48.335Z | Compiling untrusted v0.7.1 |
1726 | 2024-04-26T17:51:48.457Z | Compiling foreign-types-shared v0.1.1 |
1727 | 2024-04-26T17:51:48.520Z | Compiling powerfmt v0.2.0 |
1728 | 2024-04-26T17:51:48.562Z | Compiling signal-hook v0.3.17 |
1729 | 2024-04-26T17:51:48.877Z | Compiling deranged v0.3.11 |
1730 | 2024-04-26T17:51:48.942Z | Compiling foreign-types v0.3.2 |
1731 | 2024-04-26T17:51:50.932Z | Compiling form_urlencoded v1.2.1 |
1732 | 2024-04-26T17:51:51.160Z | Compiling crypto-common v0.1.6 |
1733 | 2024-04-26T17:51:51.270Z | Compiling zerocopy-derive v0.6.6 |
1734 | 2024-04-26T17:51:51.559Z | Compiling usdt-impl v0.3.5 |
1735 | 2024-04-26T17:51:51.933Z | Compiling base64 v0.21.7 |
1736 | 2024-04-26T17:51:52.087Z | Compiling try-lock v0.2.4 |
1737 | 2024-04-26T17:51:52.233Z | Compiling num_threads v0.1.6 |
1738 | 2024-04-26T17:51:52.374Z | Compiling siphasher v0.3.11 |
1739 | 2024-04-26T17:51:52.695Z | Compiling time v0.3.34 |
1740 | 2024-04-26T17:51:52.854Z | Compiling want v0.3.1 |
1741 | 2024-04-26T17:51:53.095Z | Compiling rustls-webpki v0.101.7 |
1742 | 2024-04-26T17:51:53.223Z | Compiling sct v0.7.0 |
1743 | 2024-04-26T17:51:53.538Z | Compiling tokio-util v0.7.10 |
1744 | 2024-04-26T17:51:53.706Z | Compiling http-body v0.4.5 |
1745 | 2024-04-26T17:51:53.759Z | Compiling zerocopy v0.3.0 |
1746 | 2024-04-26T17:51:54.113Z | Compiling block-buffer v0.10.4 |
1747 | 2024-04-26T17:51:54.378Z | Compiling idna v0.5.0 |
1748 | 2024-04-26T17:51:54.481Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1749 | 2024-04-26T17:51:54.953Z | Compiling h2 v0.3.26 |
1750 | 2024-04-26T17:51:55.087Z | Compiling httpdate v1.0.3 |
1751 | 2024-04-26T17:51:55.114Z | Compiling tower-service v0.3.2 |
1752 | 2024-04-26T17:51:55.246Z | Compiling openssl-probe v0.1.5 |
1753 | 2024-04-26T17:51:55.287Z | Compiling url v2.5.0 |
1754 | 2024-04-26T17:51:56.012Z | Compiling dof v0.1.5 |
1755 | 2024-04-26T17:51:56.440Z | Compiling digest v0.10.7 |
1756 | 2024-04-26T17:51:56.935Z | Compiling heapless v0.7.16 |
1757 | 2024-04-26T17:51:57.158Z | Compiling dtrace-parser v0.1.14 |
1758 | 2024-04-26T17:51:57.247Z | Compiling idna v0.3.0 |
1759 | 2024-04-26T17:51:57.387Z | Compiling lazy_static v1.4.0 |
1760 | 2024-04-26T17:51:58.238Z | Compiling adler v1.0.2 |
1761 | 2024-04-26T17:51:58.824Z | Checking equivalent v1.0.1 |
1762 | 2024-04-26T17:51:58.888Z | Compiling ppv-lite86 v0.2.17 |
1763 | 2024-04-26T17:51:59.100Z | Compiling psl-types v2.0.11 |
1764 | 2024-04-26T17:51:59.292Z | Compiling publicsuffix v2.2.3 |
1765 | 2024-04-26T17:51:59.537Z | Compiling tokio-native-tls v0.3.1 |
1766 | 2024-04-26T17:51:59.691Z | Compiling rand_chacha v0.3.1 |
1767 | 2024-04-26T17:51:59.809Z | Compiling miniz_oxide v0.7.1 |
1768 | 2024-04-26T17:52:00.154Z | Compiling crossbeam-epoch v0.9.18 |
1769 | 2024-04-26T17:52:00.798Z | Compiling tokio-rustls v0.24.1 |
1770 | 2024-04-26T17:52:01.189Z | Compiling serde_tokenstream v0.1.7 |
1771 | 2024-04-26T17:52:01.374Z | Compiling ipnet v2.9.0 |
1772 | 2024-04-26T17:52:01.589Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1773 | 2024-04-26T17:52:01.720Z | Compiling bit-vec v0.6.3 |
1774 | 2024-04-26T17:52:01.866Z | Compiling cookie_store v0.20.0 |
1775 | 2024-04-26T17:52:02.188Z | Compiling hyper v0.14.28 |
1776 | 2024-04-26T17:52:02.226Z | Compiling rand v0.8.5 |
1777 | 2024-04-26T17:52:02.667Z | Compiling phf_shared v0.10.0 |
1778 | 2024-04-26T17:52:02.765Z | Compiling rustls-pemfile v1.0.3 |
1779 | 2024-04-26T17:52:03.069Z | Compiling serde_urlencoded v0.7.1 |
1780 | 2024-04-26T17:52:03.445Z | Compiling encoding_rs v0.8.33 |
1781 | 2024-04-26T17:52:03.481Z | Compiling num-bigint v0.4.4 |
1782 | 2024-04-26T17:52:03.592Z | Compiling precomputed-hash v0.1.1 |
1783 | 2024-04-26T17:52:03.709Z | Compiling base64ct v1.6.0 |
1784 | 2024-04-26T17:52:03.962Z | Compiling smoltcp v0.9.1 |
1785 | 2024-04-26T17:52:04.278Z | Compiling new_debug_unreachable v1.0.4 |
1786 | 2024-04-26T17:52:04.309Z | Compiling gimli v0.28.0 |
1787 | 2024-04-26T17:52:04.329Z | Compiling webpki-roots v0.25.2 |
1788 | 2024-04-26T17:52:04.369Z | Compiling fixedbitset v0.4.2 |
1789 | 2024-04-26T17:52:04.476Z | Compiling minimal-lexical v0.2.1 |
1790 | 2024-04-26T17:52:04.745Z | Compiling mime v0.3.17 |
1791 | 2024-04-26T17:52:04.828Z | Compiling sync_wrapper v0.1.2 |
1792 | 2024-04-26T17:52:04.966Z | Compiling nom v7.1.3 |
1793 | 2024-04-26T17:52:05.050Z | Compiling petgraph v0.6.4 |
1794 | 2024-04-26T17:52:05.346Z | Compiling string_cache v0.8.7 |
1795 | 2024-04-26T17:52:05.910Z | Compiling pem-rfc7468 v0.7.0 |
1796 | 2024-04-26T17:52:06.238Z | Compiling usdt-macro v0.3.5 |
1797 | 2024-04-26T17:52:06.522Z | Compiling usdt-attr-macro v0.3.5 |
1798 | 2024-04-26T17:52:10.945Z | Compiling bit-set v0.5.3 |
1799 | 2024-04-26T17:52:10.945Z | Compiling hmac v0.12.1 |
1800 | 2024-04-26T17:52:10.945Z | Compiling itertools v0.10.5 |
1801 | 2024-04-26T17:52:10.945Z | Compiling enum-as-inner v0.5.1 |
1802 | 2024-04-26T17:52:10.945Z | Compiling hubpack_derive v0.1.1 |
1803 | 2024-04-26T17:52:10.945Z | Compiling diesel_table_macro_syntax v0.1.0 |
1804 | 2024-04-26T17:52:10.945Z | Compiling addr2line v0.21.0 |
1805 | 2024-04-26T17:52:10.945Z | Compiling object v0.32.1 |
1806 | 2024-04-26T17:52:10.945Z | Compiling hyper-tls v0.5.0 |
1807 | 2024-04-26T17:52:10.945Z | Compiling hyper-rustls v0.24.2 |
1808 | 2024-04-26T17:52:10.945Z | Compiling rustc-demangle v0.1.23 |
1809 | 2024-04-26T17:52:10.945Z | Compiling lalrpop-util v0.19.12 |
1810 | 2024-04-26T17:52:10.945Z | Compiling unicode-segmentation v1.10.1 |
1811 | 2024-04-26T17:52:10.945Z | Compiling reqwest v0.11.24 |
1812 | 2024-04-26T17:52:10.945Z | Compiling flagset v0.4.3 |
1813 | 2024-04-26T17:52:10.945Z | Compiling toml_edit v0.22.12 |
1814 | 2024-04-26T17:52:10.945Z | Compiling der v0.7.8 |
1815 | 2024-04-26T17:52:10.998Z | Compiling diesel_derives v2.1.2 |
1816 | 2024-04-26T17:52:10.998Z | Compiling flate2 v1.0.28 |
1817 | 2024-04-26T17:52:10.998Z | Compiling futures-executor v0.3.30 |
1818 | 2024-04-26T17:52:11.336Z | Compiling cpufeatures v0.2.12 |
1819 | 2024-04-26T17:52:11.602Z | Compiling sha2 v0.10.8 |
1820 | 2024-04-26T17:52:12.175Z | Compiling futures v0.3.30 |
1821 | 2024-04-26T17:52:13.587Z | Compiling spki v0.7.2 |
1822 | 2024-04-26T17:52:13.727Z | Compiling md-5 v0.10.5 |
1823 | 2024-04-26T17:52:13.976Z | Compiling toml v0.7.8 |
1824 | 2024-04-26T17:52:13.995Z | Compiling hex v0.4.3 |
1825 | 2024-04-26T17:52:14.250Z | Compiling stringprep v0.1.3 |
1826 | 2024-04-26T17:52:15.221Z | Compiling strum_macros v0.25.2 |
1827 | 2024-04-26T17:52:15.284Z | Compiling serde_repr v0.1.16 |
1828 | 2024-04-26T17:52:16.391Z | Compiling num-integer v0.1.46 |
1829 | 2024-04-26T17:52:16.507Z | Compiling hash32 v0.2.1 |
1830 | 2024-04-26T17:52:16.906Z | Checking unicode-ident v1.0.12 |
1831 | 2024-04-26T17:52:17.081Z | Compiling stable_deref_trait v1.2.0 |
1832 | 2024-04-26T17:52:17.192Z | Compiling fallible-iterator v0.2.0 |
1833 | 2024-04-26T17:52:17.934Z | Compiling postgres-protocol v0.6.6 |
1834 | 2024-04-26T17:52:18.304Z | Compiling pkcs8 v0.10.2 |
1835 | 2024-04-26T17:52:18.684Z | Compiling phf_shared v0.11.2 |
1836 | 2024-04-26T17:52:18.876Z | Compiling terminal_size v0.3.0 |
1837 | 2024-04-26T17:52:18.894Z | Compiling ff v0.13.0 |
1838 | 2024-04-26T17:52:19.076Z | Compiling block-padding v0.3.3 |
1839 | 2024-04-26T17:52:19.116Z | Compiling scheduled-thread-pool v0.2.7 |
1840 | 2024-04-26T17:52:19.332Z | Compiling managed v0.8.0 |
1841 | 2024-04-26T17:52:19.564Z | Compiling bitflags v1.3.2 |
1842 | 2024-04-26T17:52:19.613Z | Compiling peg-runtime v0.8.2 |
1843 | 2024-04-26T17:52:19.666Z | Compiling regex-automata v0.1.10 |
1844 | 2024-04-26T17:52:19.694Z | Compiling matches v0.1.10 |
1845 | 2024-04-26T17:52:19.780Z | Compiling base16ct v0.2.0 |
1846 | 2024-04-26T17:52:19.799Z | Compiling idna v0.2.3 |
1847 | 2024-04-26T17:52:20.090Z | Compiling bstr v0.2.17 |
1848 | 2024-04-26T17:52:20.147Z | Compiling sec1 v0.7.3 |
1849 | 2024-04-26T17:52:20.346Z | Compiling clap_builder v4.5.2 |
1850 | 2024-04-26T17:52:20.723Z | Compiling r2d2 v0.8.10 |
1851 | 2024-04-26T17:52:21.088Z | Compiling inout v0.1.3 |
1852 | 2024-04-26T17:52:21.454Z | Compiling signal-hook-mio v0.2.3 |
1853 | 2024-04-26T17:52:21.559Z | Compiling group v0.13.0 |
1854 | 2024-04-26T17:52:21.612Z | Compiling phf v0.11.2 |
1855 | 2024-04-26T17:52:21.754Z | Compiling postgres-types v0.2.6 |
1856 | 2024-04-26T17:52:21.915Z | Compiling bzip2 v0.4.4 |
1857 | 2024-04-26T17:52:22.013Z | Compiling hubpack v0.1.2 |
1858 | 2024-04-26T17:52:22.330Z | Compiling hkdf v0.12.4 |
1859 | 2024-04-26T17:52:22.607Z | Compiling zerocopy v0.6.6 |
1860 | 2024-04-26T17:52:22.748Z | Compiling ipnetwork v0.20.0 |
1861 | 2024-04-26T17:52:23.326Z | Compiling crypto-bigint v0.5.2 |
1862 | 2024-04-26T17:52:23.483Z | Compiling float-cmp v0.9.0 |
1863 | 2024-04-26T17:52:23.720Z | Compiling whoami v1.5.1 |
1864 | 2024-04-26T17:52:23.825Z | Compiling normalize-line-endings v0.3.0 |
1865 | 2024-04-26T17:52:23.942Z | Compiling predicates-core v1.0.6 |
1866 | 2024-04-26T17:52:24.312Z | Compiling difflib v0.4.0 |
1867 | 2024-04-26T17:52:24.400Z | Compiling static_assertions v1.1.0 |
1868 | 2024-04-26T17:52:24.506Z | Compiling data-encoding v2.4.0 |
1869 | 2024-04-26T17:52:25.657Z | Compiling elliptic-curve v0.13.8 |
1870 | 2024-04-26T17:52:25.674Z | Compiling trust-dns-proto v0.22.0 |
1871 | 2024-04-26T17:52:26.021Z | Compiling yasna v0.5.2 |
1872 | 2024-04-26T17:52:26.448Z | Compiling predicates v3.1.0 |
1873 | 2024-04-26T17:52:26.810Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1874 | 2024-04-26T17:52:26.898Z | Compiling clap v4.5.4 |
1875 | 2024-04-26T17:52:27.022Z | Compiling tokio-postgres v0.7.10 |
1876 | 2024-04-26T17:52:27.041Z | Compiling diesel v2.1.6 |
1877 | 2024-04-26T17:52:28.356Z | Compiling zip v0.6.6 |
1878 | 2024-04-26T17:52:29.807Z | Compiling crossterm v0.27.0 |
1879 | 2024-04-26T17:52:30.085Z | Compiling cipher v0.4.4 |
1880 | 2024-04-26T17:52:30.208Z | Compiling similar v2.4.0 |
1881 | 2024-04-26T17:52:30.636Z | Checking proc-macro2 v1.0.81 |
1882 | 2024-04-26T17:52:31.337Z | Compiling num-iter v0.1.44 |
1883 | 2024-04-26T17:52:31.757Z | Compiling usdt v0.3.5 |
1884 | 2024-04-26T17:52:32.048Z | Compiling console v0.15.8 |
1885 | 2024-04-26T17:52:32.241Z | Compiling tokio-stream v0.1.15 |
1886 | 2024-04-26T17:52:32.700Z | Compiling bstr v1.9.0 |
1887 | 2024-04-26T17:52:32.792Z | Compiling base64 v0.22.0 |
1888 | 2024-04-26T17:52:33.258Z | Checking quote v1.0.36 |
1889 | 2024-04-26T17:52:38.051Z | Checking utf8parse v0.2.1 |
1890 | 2024-04-26T17:52:41.897Z | Checking anstyle v1.0.6 |
1891 | 2024-04-26T17:52:44.401Z | Checking anstyle-parse v0.2.1 |
1892 | 2024-04-26T17:52:44.419Z | Checking anstyle-query v1.0.0 |
1893 | 2024-04-26T17:52:44.419Z | Checking colorchoice v1.0.0 |
1894 | 2024-04-26T17:52:44.419Z | Checking anstream v0.6.11 |
1895 | 2024-04-26T17:52:44.419Z | Checking strsim v0.11.0 |
1896 | 2024-04-26T17:52:44.419Z | Checking clap_lex v0.7.0 |
1897 | 2024-04-26T17:52:46.507Z | Compiling serde_tokenstream v0.2.0 |
1898 | 2024-04-26T17:52:48.265Z | Checking winnow v0.6.1 |
1899 | 2024-04-26T17:52:57.177Z | Compiling regress v0.9.1 |
1900 | 2024-04-26T17:52:57.369Z | Compiling getopts v0.2.21 |
1901 | 2024-04-26T17:52:58.132Z | Compiling unsafe-libyaml v0.2.10 |
1902 | 2024-04-26T17:52:58.686Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1903 | 2024-04-26T17:52:59.303Z | Checking is-terminal v0.4.9 |
1904 | 2024-04-26T17:52:59.321Z | Checking camino v1.1.6 |
1905 | 2024-04-26T17:52:59.420Z | Compiling serde_yaml v0.9.25 |
1906 | 2024-04-26T17:52:59.869Z | Compiling ident_case v1.0.1 |
1907 | 2024-04-26T17:52:59.913Z | Compiling strsim v0.10.0 |
1908 | 2024-04-26T17:52:59.996Z | Checking sha1 v0.10.6 |
1909 | 2024-04-26T17:53:00.044Z | Checking http v1.0.0 |
1910 | 2024-04-26T17:53:00.284Z | Compiling darling_core v0.20.8 |
1911 | 2024-04-26T17:53:00.765Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1912 | 2024-04-26T17:53:01.405Z | Compiling paste v1.0.14 |
1913 | 2024-04-26T17:53:02.018Z | Compiling strum_macros v0.26.1 |
1914 | 2024-04-26T17:53:02.184Z | Checking rustls-pki-types v1.3.0 |
1915 | 2024-04-26T17:53:02.617Z | Checking fastrand v2.0.1 |
1916 | 2024-04-26T17:53:02.957Z | Checking match_cfg v0.1.0 |
1917 | 2024-04-26T17:53:03.050Z | Checking hostname v0.3.1 |
1918 | 2024-04-26T17:53:03.182Z | Checking tempfile v3.10.1 |
1919 | 2024-04-26T17:53:03.683Z | Checking dirs-sys-next v0.1.2 |
1920 | 2024-04-26T17:53:03.865Z | Checking quick-error v1.2.3 |
1921 | 2024-04-26T17:53:04.001Z | Checking dirs-next v2.0.0 |
1922 | 2024-04-26T17:53:04.119Z | Checking crossbeam-channel v0.5.8 |
1923 | 2024-04-26T17:53:04.140Z | Checking thread_local v1.1.7 |
1924 | 2024-04-26T17:53:04.326Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1925 | 2024-04-26T17:53:04.436Z | Compiling slog-async v2.8.0 |
1926 | 2024-04-26T17:53:04.780Z | Compiling rustls v0.22.4 |
1927 | 2024-04-26T17:53:04.799Z | Checking term v0.7.0 |
1928 | 2024-04-26T17:53:04.880Z | Checking rustls-webpki v0.102.1 |
1929 | 2024-04-26T17:53:05.030Z | Checking instant v0.1.12 |
1930 | 2024-04-26T17:53:05.111Z | Checking take_mut v0.2.2 |
1931 | 2024-04-26T17:53:05.151Z | Checking rustls-pemfile v2.1.2 |
1932 | 2024-04-26T17:53:05.253Z | Checking slog-term v2.9.1 |
1933 | 2024-04-26T17:53:05.395Z | Compiling multer v3.0.0 |
1934 | 2024-04-26T17:53:05.555Z | Checking debug-ignore v1.0.5 |
1935 | 2024-04-26T17:53:05.688Z | Checking toml v0.8.12 |
1936 | 2024-04-26T17:53:05.736Z | Checking slog-json v2.6.1 |
1937 | 2024-04-26T17:53:05.774Z | Compiling async-stream-impl v0.3.5 |
1938 | 2024-04-26T17:53:05.997Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1939 | 2024-04-26T17:53:06.294Z | Checking atomic-waker v1.1.1 |
1940 | 2024-04-26T17:53:06.428Z | Checking waitgroup v0.1.2 |
1941 | 2024-04-26T17:53:06.534Z | Checking slog-bunyan v2.5.0 |
1942 | 2024-04-26T17:53:06.705Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1943 | 2024-04-26T17:53:07.016Z | Checking serde_path_to_error v0.1.16 |
1944 | 2024-04-26T17:53:07.268Z | Checking async-stream v0.3.5 |
1945 | 2024-04-26T17:53:07.477Z | Checking newtype-uuid v1.1.0 |
1946 | 2024-04-26T17:53:07.524Z | Checking strum v0.26.2 |
1947 | 2024-04-26T17:53:07.540Z | Compiling darling_macro v0.20.8 |
1948 | 2024-04-26T17:53:07.663Z | Checking wait-timeout v0.2.0 |
1949 | 2024-04-26T17:53:07.684Z | Compiling structmeta-derive v0.3.0 |
1950 | 2024-04-26T17:53:07.698Z | Compiling structmeta-derive v0.2.0 |
1951 | 2024-04-26T17:53:07.841Z | Checking rusty-fork v0.3.0 |
1952 | 2024-04-26T17:53:08.133Z | Checking rand_xorshift v0.3.0 |
1953 | 2024-04-26T17:53:08.301Z | Checking unarray v0.1.4 |
1954 | 2024-04-26T17:53:08.456Z | Checking proptest v1.4.0 |
1955 | 2024-04-26T17:53:08.626Z | Compiling darling v0.20.8 |
1956 | 2024-04-26T17:53:08.738Z | Compiling serde_with_macros v3.7.0 |
1957 | 2024-04-26T17:53:09.058Z | Checking backoff v0.4.0 |
1958 | 2024-04-26T17:53:09.249Z | Checking tokio-rustls v0.25.0 |
1959 | 2024-04-26T17:53:09.369Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1960 | 2024-04-26T17:53:10.168Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1961 | 2024-04-26T17:53:10.310Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1962 | 2024-04-26T17:53:10.563Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1963 | 2024-04-26T17:53:10.862Z | Compiling structmeta v0.2.0 |
1964 | 2024-04-26T17:53:10.924Z | Compiling structmeta v0.3.0 |
1965 | 2024-04-26T17:53:11.308Z | Compiling test-strategy v0.3.1 |
1966 | 2024-04-26T17:53:11.364Z | Compiling parse-display-derive v0.9.0 |
1967 | 2024-04-26T17:53:11.382Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1968 | 2024-04-26T17:53:11.532Z | Checking macaddr v1.0.1 |
1969 | 2024-04-26T17:53:11.932Z | Compiling proc-macro-error-attr v1.0.4 |
1970 | 2024-04-26T17:53:12.134Z | Checking serde_with v3.7.0 |
1971 | 2024-04-26T17:53:12.315Z | Compiling proc-macro-error v1.0.4 |
1972 | 2024-04-26T17:53:13.131Z | Compiling proc-macro-crate v1.3.1 |
1973 | 2024-04-26T17:53:13.376Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1974 | 2024-04-26T17:53:13.768Z | Checking camino-tempfile v1.1.1 |
1975 | 2024-04-26T17:53:14.056Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1976 | 2024-04-26T17:53:14.265Z | Compiling num_enum_derive v0.5.11 |
1977 | 2024-04-26T17:53:14.392Z | Compiling foreign-types-macros v0.2.3 |
1978 | 2024-04-26T17:53:14.398Z | Checking foreign-types-shared v0.3.1 |
1979 | 2024-04-26T17:53:14.520Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1980 | 2024-04-26T17:53:15.246Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1981 | 2024-04-26T17:53:15.604Z | Checking cstr-argument v0.1.2 |
1982 | 2024-04-26T17:53:15.624Z | Checking pretty-hex v0.2.1 |
1983 | 2024-04-26T17:53:15.737Z | Checking foreign-types v0.5.0 |
1984 | 2024-04-26T17:53:15.774Z | Checking tabwriter v1.4.0 |
1985 | 2024-04-26T17:53:15.791Z | Checking colored v2.1.0 |
1986 | 2024-04-26T17:53:15.850Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1987 | 2024-04-26T17:53:15.995Z | Checking socket2 v0.4.9 |
1988 | 2024-04-26T17:53:16.088Z | Checking smf v0.2.3 |
1989 | 2024-04-26T17:53:16.163Z | Checking humantime v2.1.0 |
1990 | 2024-04-26T17:53:16.303Z | Checking termcolor v1.2.0 |
1991 | 2024-04-26T17:53:16.333Z | Checking parse-display v0.9.0 |
1992 | 2024-04-26T17:53:16.433Z | Compiling usdt-macro v0.5.0 |
1993 | 2024-04-26T17:53:16.456Z | Compiling usdt-attr-macro v0.5.0 |
1994 | 2024-04-26T17:53:16.541Z | Checking memmap v0.7.0 |
1995 | 2024-04-26T17:53:16.557Z | Checking arc-swap v1.6.0 |
1996 | 2024-04-26T17:53:16.679Z | Checking utf-8 v0.7.6 |
1997 | 2024-04-26T17:53:16.784Z | Checking filetime v0.2.23 |
1998 | 2024-04-26T17:53:16.916Z | Checking xattr v1.0.1 |
1999 | 2024-04-26T17:53:17.005Z | Checking same-file v1.0.6 |
2000 | 2024-04-26T17:53:17.022Z | Checking slog-scope v4.4.0 |
2001 | 2024-04-26T17:53:17.115Z | Checking tar v0.4.40 |
2002 | 2024-04-26T17:53:17.182Z | Checking walkdir v2.5.0 |
2003 | 2024-04-26T17:53:17.216Z | Checking slog-stdlog v4.1.1 |
2004 | 2024-04-26T17:53:17.234Z | Checking num_enum v0.5.11 |
2005 | 2024-04-26T17:53:17.384Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2006 | 2024-04-26T17:53:17.390Z | Checking slog-envlogger v2.2.0 |
2007 | 2024-04-26T17:53:17.450Z | Checking tungstenite v0.20.1 |
2008 | 2024-04-26T17:53:17.618Z | Checking newline-converter v0.3.0 |
2009 | 2024-04-26T17:53:17.660Z | Checking termtree v0.4.1 |
2010 | 2024-04-26T17:53:17.775Z | Checking expectorate v1.1.0 |
2011 | 2024-04-26T17:53:17.861Z | Compiling heapless v0.8.0 |
2012 | 2024-04-26T17:53:17.894Z | Checking predicates-tree v1.0.9 |
2013 | 2024-04-26T17:53:17.925Z | Checking hash32 v0.3.1 |
2014 | 2024-04-26T17:53:17.995Z | Compiling smoltcp v0.11.0 |
2015 | 2024-04-26T17:53:18.044Z | Checking embedded-io v0.4.0 |
2016 | 2024-04-26T17:53:18.106Z | Compiling crucible-workspace-hack v0.1.0 |
2017 | 2024-04-26T17:53:18.233Z | Checking usdt v0.5.0 |
2018 | 2024-04-26T17:53:18.252Z | Checking cobs v0.2.3 |
2019 | 2024-04-26T17:53:18.710Z | Checking tokio-tungstenite v0.20.1 |
2020 | 2024-04-26T17:53:18.717Z | Checking postcard v1.0.8 |
2021 | 2024-04-26T17:53:18.717Z | Checking sigpipe v0.1.3 |
2022 | 2024-04-26T17:53:18.717Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2023 | 2024-04-26T17:53:18.717Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2024 | 2024-04-26T17:53:18.732Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2025 | 2024-04-26T17:53:18.770Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2026 | 2024-04-26T17:53:18.787Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2027 | 2024-04-26T17:53:18.874Z | Checking atty v0.2.14 |
2028 | 2024-04-26T17:53:18.991Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2029 | 2024-04-26T17:53:19.109Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2030 | 2024-04-26T17:53:19.218Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2031 | 2024-04-26T17:53:19.579Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2032 | 2024-04-26T17:53:19.596Z | Compiling mockall_derive v0.12.1 |
2033 | 2024-04-26T17:53:19.694Z | Compiling num-derive v0.4.0 |
2034 | 2024-04-26T17:53:19.837Z | Checking downcast v0.11.0 |
2035 | 2024-04-26T17:53:20.037Z | Checking fragile v2.0.0 |
2036 | 2024-04-26T17:53:20.304Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2037 | 2024-04-26T17:53:20.549Z | Checking pem v3.0.4 |
2038 | 2024-04-26T17:53:20.729Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2039 | 2024-04-26T17:53:20.805Z | Checking env_logger v0.9.3 |
2040 | 2024-04-26T17:53:20.903Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2041 | 2024-04-26T17:53:21.244Z | Compiling bitstruct_derive v0.1.0 |
2042 | 2024-04-26T17:53:21.287Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2043 | 2024-04-26T17:53:21.413Z | Checking ascii v1.1.0 |
2044 | 2024-04-26T17:53:21.508Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2045 | 2024-04-26T17:53:21.671Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2046 | 2024-04-26T17:53:21.870Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2047 | 2024-04-26T17:53:21.954Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2048 | 2024-04-26T17:53:22.170Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2049 | 2024-04-26T17:53:22.259Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2050 | 2024-04-26T17:53:22.516Z | Checking erased-serde v0.3.31 |
2051 | 2024-04-26T17:53:22.630Z | Checking serde_arrays v0.1.0 |
2052 | 2024-04-26T17:53:22.712Z | Checking bitstruct v0.1.1 |
2053 | 2024-04-26T17:53:22.774Z | Compiling heck v0.3.3 |
2054 | 2024-04-26T17:53:22.791Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2055 | 2024-04-26T17:53:22.815Z | Checking tungstenite v0.21.0 |
2056 | 2024-04-26T17:53:22.859Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2057 | 2024-04-26T17:53:23.108Z | Checking base64 v0.13.1 |
2058 | 2024-04-26T17:53:23.192Z | Compiling zone_cfg_derive v0.1.2 |
2059 | 2024-04-26T17:53:23.498Z | Checking ron v0.7.1 |
2060 | 2024-04-26T17:53:23.565Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2061 | 2024-04-26T17:53:23.699Z | Checking tokio-tungstenite v0.21.0 |
2062 | 2024-04-26T17:53:24.198Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2063 | 2024-04-26T17:53:24.651Z | Checking headers-core v0.2.0 |
2064 | 2024-04-26T17:53:24.763Z | Checking zone v0.1.8 |
2065 | 2024-04-26T17:53:24.785Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2066 | 2024-04-26T17:53:24.933Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2067 | 2024-04-26T17:53:25.410Z | Checking portpicker v0.1.1 |
2068 | 2024-04-26T17:53:25.539Z | Checking headers v0.3.9 |
2069 | 2024-04-26T17:53:25.607Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2070 | 2024-04-26T17:53:26.030Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2071 | 2024-04-26T17:53:26.034Z | Checking rcgen v0.12.1 |
2072 | 2024-04-26T17:53:26.034Z | Checking atomicwrites v0.4.3 |
2073 | 2024-04-26T17:53:26.034Z | Checking subprocess v0.2.9 |
2074 | 2024-04-26T17:53:26.092Z | Checking linked-hash-map v0.5.6 |
2075 | 2024-04-26T17:53:26.411Z | Checking lru-cache v0.1.2 |
2076 | 2024-04-26T17:53:26.475Z | Checking password-hash v0.5.0 |
2077 | 2024-04-26T17:53:26.516Z | Checking blake2 v0.10.6 |
2078 | 2024-04-26T17:53:26.589Z | Checking swrite v0.1.0 |
2079 | 2024-04-26T17:53:26.615Z | Checking itertools v0.12.1 |
2080 | 2024-04-26T17:53:26.724Z | Compiling derive-where v1.2.7 |
2081 | 2024-04-26T17:53:26.781Z | Checking resolv-conf v0.7.0 |
2082 | 2024-04-26T17:53:26.974Z | Compiling rayon-core v1.12.1 |
2083 | 2024-04-26T17:53:27.041Z | Checking argon2 v0.5.3 |
2084 | 2024-04-26T17:53:27.132Z | Checking trust-dns-resolver v0.22.0 |
2085 | 2024-04-26T17:53:27.315Z | Checking half v2.3.1 |
2086 | 2024-04-26T17:53:27.728Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2087 | 2024-04-26T17:53:27.801Z | Checking ciborium-io v0.2.2 |
2088 | 2024-04-26T17:53:27.922Z | Compiling cancel-safe-futures v0.1.5 |
2089 | 2024-04-26T17:53:28.084Z | Checking ciborium-ll v0.2.2 |
2090 | 2024-04-26T17:53:28.150Z | Checking mockall v0.12.1 |
2091 | 2024-04-26T17:53:28.355Z | Checking ciborium v0.2.2 |
2092 | 2024-04-26T17:53:28.385Z | Checking bytecount v0.6.3 |
2093 | 2024-04-26T17:53:28.528Z | Checking papergrid v0.11.0 |
2094 | 2024-04-26T17:53:28.646Z | Compiling tabled_derive v0.7.0 |
2095 | 2024-04-26T17:53:28.722Z | Compiling slog-dtrace v0.3.0 |
2096 | 2024-04-26T17:53:29.044Z | Compiling semver v0.1.20 |
2097 | 2024-04-26T17:53:29.362Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2098 | 2024-04-26T17:53:29.413Z | Compiling rustc_version v0.1.7 |
2099 | 2024-04-26T17:53:29.718Z | Checking libsw v3.3.1 |
2100 | 2024-04-26T17:53:29.725Z | Checking linear-map v1.2.0 |
2101 | 2024-04-26T17:53:29.923Z | Checking owo-colors v4.0.0 |
2102 | 2024-04-26T17:53:29.983Z | Compiling newtype_derive v0.1.6 |
2103 | 2024-04-26T17:53:30.056Z | Compiling num-rational v0.4.1 |
2104 | 2024-04-26T17:53:30.444Z | Compiling radium v0.7.0 |
2105 | 2024-04-26T17:53:30.462Z | Checking steno v0.4.0 |
2106 | 2024-04-26T17:53:30.512Z | Checking num-complex v0.4.5 |
2107 | 2024-04-26T17:53:30.961Z | Checking nibble_vec v0.1.0 |
2108 | 2024-04-26T17:53:31.151Z | Checking tap v1.0.1 |
2109 | 2024-04-26T17:53:31.255Z | Checking endian-type v0.1.2 |
2110 | 2024-04-26T17:53:31.299Z | Compiling maybe-uninit v2.0.0 |
2111 | 2024-04-26T17:53:31.782Z | Checking num v0.4.2 |
2112 | 2024-04-26T17:53:31.782Z | Checking tabled v0.15.0 |
2113 | 2024-04-26T17:53:31.782Z | Checking wyz v0.5.1 |
2114 | 2024-04-26T17:53:31.782Z | Checking radix_trie v0.2.1 |
2115 | 2024-04-26T17:53:31.782Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2116 | 2024-04-26T17:53:31.904Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2117 | 2024-04-26T17:53:31.945Z | Checking fxhash v0.2.1 |
2118 | 2024-04-26T17:53:32.128Z | Checking crc-catalog v2.2.0 |
2119 | 2024-04-26T17:53:32.263Z | Compiling packed_struct v0.10.1 |
2120 | 2024-04-26T17:53:32.296Z | Compiling num-bigint-dig v0.8.4 |
2121 | 2024-04-26T17:53:32.582Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2122 | 2024-04-26T17:53:32.607Z | Checking funty v2.0.0 |
2123 | 2024-04-26T17:53:32.759Z | Checking crc v3.0.1 |
2124 | 2024-04-26T17:53:32.874Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2125 | 2024-04-26T17:53:32.943Z | Compiling packed_struct_codegen v0.10.1 |
2126 | 2024-04-26T17:53:32.958Z | Compiling indexmap v1.9.3 |
2127 | 2024-04-26T17:53:33.206Z | Checking nodrop v0.1.14 |
2128 | 2024-04-26T17:53:33.270Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2129 | 2024-04-26T17:53:33.309Z | Checking smallvec v0.6.14 |
2130 | 2024-04-26T17:53:33.324Z | Checking array-init v0.0.4 |
2131 | 2024-04-26T17:53:33.526Z | Checking bitvec v1.0.1 |
2132 | 2024-04-26T17:53:33.678Z | Checking pkcs1 v0.7.5 |
2133 | 2024-04-26T17:53:34.093Z | Checking signature v2.1.0 |
2134 | 2024-04-26T17:53:34.287Z | Checking hashbrown v0.12.3 |
2135 | 2024-04-26T17:53:34.304Z | Checking bitfield v0.14.0 |
2136 | 2024-04-26T17:53:34.516Z | Checking serde-hex v0.1.0 |
2137 | 2024-04-26T17:53:34.583Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2138 | 2024-04-26T17:53:34.829Z | Checking env_logger v0.10.0 |
2139 | 2024-04-26T17:53:35.271Z | Checking x509-cert v0.2.4 |
2140 | 2024-04-26T17:53:35.556Z | Checking rsa v0.9.2 |
2141 | 2024-04-26T17:53:36.055Z | Checking ron v0.8.1 |
2142 | 2024-04-26T17:53:36.124Z | Checking hashbrown v0.13.2 |
2143 | 2024-04-26T17:53:36.439Z | Checking crc-any v2.4.3 |
2144 | 2024-04-26T17:53:36.521Z | Checking path-slash v0.1.5 |
2145 | 2024-04-26T17:53:36.671Z | Checking display-error-chain v0.2.0 |
2146 | 2024-04-26T17:53:36.819Z | Compiling convert_case v0.4.0 |
2147 | 2024-04-26T17:53:36.823Z | Compiling async-recursion v1.1.0 |
2148 | 2024-04-26T17:53:36.926Z | Compiling buf-list v1.0.3 |
2149 | 2024-04-26T17:53:37.188Z | Checking object v0.30.4 |
2150 | 2024-04-26T17:53:37.365Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2151 | 2024-04-26T17:53:37.622Z | Compiling blake3 v1.5.0 |
2152 | 2024-04-26T17:53:37.835Z | Compiling derive_more v0.99.17 |
2153 | 2024-04-26T17:53:37.919Z | Checking gethostname v0.4.3 |
2154 | 2024-04-26T17:53:38.061Z | Compiling libefi-sys v0.1.0 |
2155 | 2024-04-26T17:53:38.347Z | Compiling parking_lot_core v0.8.6 |
2156 | 2024-04-26T17:53:38.436Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2157 | 2024-04-26T17:53:38.668Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2158 | 2024-04-26T17:53:38.958Z | Compiling crossbeam-deque v0.8.3 |
2159 | 2024-04-26T17:53:38.976Z | Checking keccak v0.1.4 |
2160 | 2024-04-26T17:53:39.296Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2161 | 2024-04-26T17:53:39.312Z | Checking sha3 v0.10.8 |
2162 | 2024-04-26T17:53:39.449Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2163 | 2024-04-26T17:53:39.807Z | Checking parking_lot v0.11.2 |
2164 | 2024-04-26T17:53:39.853Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2165 | 2024-04-26T17:53:40.270Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2166 | 2024-04-26T17:53:40.334Z | Checking trust-dns-client v0.22.0 |
2167 | 2024-04-26T17:53:40.409Z | Checking toml v0.5.11 |
2168 | 2024-04-26T17:53:40.488Z | Checking secrecy v0.8.0 |
2169 | 2024-04-26T17:53:40.688Z | Compiling pin-project-internal v1.1.3 |
2170 | 2024-04-26T17:53:41.592Z | Compiling rayon v1.10.0 |
2171 | 2024-04-26T17:53:41.618Z | Checking sled v0.34.7 |
2172 | 2024-04-26T17:53:41.894Z | Checking trust-dns-server v0.22.1 |
2173 | 2024-04-26T17:53:43.995Z | Checking pin-project v1.1.3 |
2174 | 2024-04-26T17:53:44.415Z | Compiling memmap2 v0.7.1 |
2175 | 2024-04-26T17:53:44.496Z | Compiling constant_time_eq v0.3.0 |
2176 | 2024-04-26T17:53:44.499Z | Compiling arrayvec v0.7.4 |
2177 | 2024-04-26T17:53:44.680Z | Compiling home v0.5.5 |
2178 | 2024-04-26T17:53:44.732Z | Compiling arrayref v0.3.7 |
2179 | 2024-04-26T17:53:44.830Z | Compiling toolchain_find v0.4.0 |
2180 | 2024-04-26T17:53:45.498Z | Compiling vte_generate_state_changes v0.1.1 |
2181 | 2024-04-26T17:53:45.857Z | Compiling topological-sort v0.2.2 |
2182 | 2024-04-26T17:53:46.089Z | Compiling rustfmt-wrapper v0.2.1 |
2183 | 2024-04-26T17:53:46.678Z | Checking vte v0.11.1 |
2184 | 2024-04-26T17:53:46.684Z | Checking fd-lock v4.0.2 |
2185 | 2024-04-26T17:53:46.760Z | Checking glob v0.3.1 |
2186 | 2024-04-26T17:53:46.935Z | Compiling omicron-zone-package v0.11.0 |
2187 | 2024-04-26T17:53:46.983Z | Checking nu-ansi-term v0.50.0 |
2188 | 2024-04-26T17:53:47.083Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2189 | 2024-04-26T17:53:47.408Z | Compiling prettyplease v0.2.19 |
2190 | 2024-04-26T17:53:47.450Z | Compiling platforms v3.0.2 |
2191 | 2024-04-26T17:53:47.756Z | Compiling snafu-derive v0.8.2 |
2192 | 2024-04-26T17:53:47.760Z | Checking globset v0.4.13 |
2193 | 2024-04-26T17:53:48.500Z | Checking olpc-cjson v0.1.3 |
2194 | 2024-04-26T17:53:48.505Z | Checking strip-ansi-escapes v0.2.0 |
2195 | 2024-04-26T17:53:48.505Z | Checking serde_plain v1.0.2 |
2196 | 2024-04-26T17:53:48.505Z | Checking reedline v0.31.0 |
2197 | 2024-04-26T17:53:48.505Z | Compiling memoffset v0.7.1 |
2198 | 2024-04-26T17:53:48.505Z | Compiling crunchy v0.2.2 |
2199 | 2024-04-26T17:53:48.769Z | Checking typed-path v0.7.0 |
2200 | 2024-04-26T17:53:48.979Z | Compiling curve25519-dalek v4.1.2 |
2201 | 2024-04-26T17:53:49.192Z | Checking fs-err v2.11.0 |
2202 | 2024-04-26T17:53:49.519Z | Compiling clang-sys v1.6.1 |
2203 | 2024-04-26T17:53:49.678Z | Compiling unicase v2.7.0 |
2204 | 2024-04-26T17:53:50.011Z | Compiling tiny-keccak v2.0.2 |
2205 | 2024-04-26T17:53:50.269Z | Checking parse-size v1.0.0 |
2206 | 2024-04-26T17:53:50.680Z | Checking universal-hash v0.5.1 |
2207 | 2024-04-26T17:53:50.722Z | Compiling thiserror-impl-no-std v2.0.2 |
2208 | 2024-04-26T17:53:50.866Z | Compiling curve25519-dalek-derive v0.1.0 |
2209 | 2024-04-26T17:53:51.017Z | Checking nanorand v0.7.0 |
2210 | 2024-04-26T17:53:51.035Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2211 | 2024-04-26T17:53:51.397Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2212 | 2024-04-26T17:53:51.729Z | Compiling salty v0.2.0 |
2213 | 2024-04-26T17:53:52.164Z | Compiling cfg_aliases v0.1.1 |
2214 | 2024-04-26T17:53:52.267Z | Checking signature v1.6.4 |
2215 | 2024-04-26T17:53:52.283Z | Checking opaque-debug v0.3.0 |
2216 | 2024-04-26T17:53:52.341Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2217 | 2024-04-26T17:53:52.403Z | Checking ed25519 v1.5.3 |
2218 | 2024-04-26T17:53:52.570Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2219 | 2024-04-26T17:53:52.589Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2220 | 2024-04-26T17:53:52.601Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2221 | 2024-04-26T17:53:53.018Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2222 | 2024-04-26T17:53:53.482Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2223 | 2024-04-26T17:53:53.715Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2224 | 2024-04-26T17:53:53.816Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2225 | 2024-04-26T17:53:54.054Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2226 | 2024-04-26T17:53:54.163Z | Checking snafu v0.8.2 |
2227 | 2024-04-26T17:53:54.385Z | Checking thiserror-no-std v2.0.2 |
2228 | 2024-04-26T17:53:54.504Z | Checking poly1305 v0.8.0 |
2229 | 2024-04-26T17:53:54.672Z | Checking tough v0.17.1 |
2230 | 2024-04-26T17:53:55.059Z | Compiling nix v0.28.0 |
2231 | 2024-04-26T17:53:55.374Z | Checking flume v0.11.0 |
2232 | 2024-04-26T17:53:55.801Z | Compiling ascii-canvas v3.0.0 |
2233 | 2024-04-26T17:53:55.964Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2234 | 2024-04-26T17:53:56.356Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2235 | 2024-04-26T17:53:56.472Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2236 | 2024-04-26T17:53:56.544Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2237 | 2024-04-26T17:53:56.608Z | Checking chacha20 v0.9.1 |
2238 | 2024-04-26T17:53:56.660Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2239 | 2024-04-26T17:53:56.977Z | Checking aead v0.5.2 |
2240 | 2024-04-26T17:53:57.236Z | Checking serde-big-array v0.5.1 |
2241 | 2024-04-26T17:53:57.353Z | Checking kstat-rs v0.2.3 |
2242 | 2024-04-26T17:53:57.477Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2243 | 2024-04-26T17:53:57.713Z | Compiling ena v0.14.2 |
2244 | 2024-04-26T17:53:58.137Z | Compiling libloading v0.7.4 |
2245 | 2024-04-26T17:53:58.450Z | Compiling regex-syntax v0.6.29 |
2246 | 2024-04-26T17:53:58.530Z | Compiling bindgen v0.69.2 |
2247 | 2024-04-26T17:53:58.924Z | Compiling diff v0.1.13 |
2248 | 2024-04-26T17:53:59.239Z | Checking maplit v1.0.2 |
2249 | 2024-04-26T17:53:59.374Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2250 | 2024-04-26T17:53:59.677Z | Checking chacha20poly1305 v0.10.1 |
2251 | 2024-04-26T17:53:59.854Z | Checking vsss-rs v3.3.4 |
2252 | 2024-04-26T17:54:00.308Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2253 | 2024-04-26T17:54:01.395Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2254 | 2024-04-26T17:54:01.571Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2255 | 2024-04-26T17:54:01.655Z | Compiling lalrpop v0.19.12 |
2256 | 2024-04-26T17:54:01.997Z | Checking signal-hook-tokio v0.3.1 |
2257 | 2024-04-26T17:54:02.169Z | Compiling cexpr v0.6.0 |
2258 | 2024-04-26T17:54:03.109Z | Checking serde-big-array v0.4.1 |
2259 | 2024-04-26T17:54:03.279Z | Compiling which v4.4.0 |
2260 | 2024-04-26T17:54:03.872Z | Compiling shlex v1.3.0 |
2261 | 2024-04-26T17:54:03.917Z | Compiling lazycell v1.3.0 |
2262 | 2024-04-26T17:54:03.972Z | Compiling ref-cast v1.0.22 |
2263 | 2024-04-26T17:54:04.096Z | Compiling rustc-hash v1.1.0 |
2264 | 2024-04-26T17:54:04.267Z | Compiling peeking_take_while v0.1.2 |
2265 | 2024-04-26T17:54:04.313Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2266 | 2024-04-26T17:54:04.551Z | Compiling mime_guess v2.0.4 |
2267 | 2024-04-26T17:54:05.981Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2268 | 2024-04-26T17:54:07.942Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2269 | 2024-04-26T17:54:08.224Z | Compiling derive_builder_core v0.20.0 |
2270 | 2024-04-26T17:54:08.333Z | Compiling peg-macros v0.8.2 |
2271 | 2024-04-26T17:54:09.411Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2272 | 2024-04-26T17:54:10.099Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2273 | 2024-04-26T17:54:10.670Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2274 | 2024-04-26T17:54:12.259Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2275 | 2024-04-26T17:54:12.292Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2276 | 2024-04-26T17:54:12.764Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2277 | 2024-04-26T17:54:13.803Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2278 | 2024-04-26T17:54:14.527Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2279 | 2024-04-26T17:54:14.987Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2280 | 2024-04-26T17:54:15.108Z | Compiling sqlparser_derive v0.2.2 |
2281 | 2024-04-26T17:54:16.276Z | Compiling ref-cast-impl v1.0.22 |
2282 | 2024-04-26T17:54:16.737Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2283 | 2024-04-26T17:54:17.583Z | Compiling libxml v0.3.3 |
2284 | 2024-04-26T17:54:17.761Z | Checking corncobs v0.1.3 |
2285 | 2024-04-26T17:54:17.954Z | Checking unicode_categories v0.1.1 |
2286 | 2024-04-26T17:54:18.006Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2287 | 2024-04-26T17:54:18.207Z | Checking rustyline v14.0.0 |
2288 | 2024-04-26T17:54:18.243Z | Checking sqlformat v0.2.3 |
2289 | 2024-04-26T17:54:18.390Z | Checking sqlparser v0.45.0 |
2290 | 2024-04-26T17:54:19.833Z | Checking peg v0.8.2 |
2291 | 2024-04-26T17:54:19.930Z | Compiling derive_builder_macro v0.20.0 |
2292 | 2024-04-26T17:54:19.946Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2293 | 2024-04-26T17:54:20.442Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2294 | 2024-04-26T17:54:21.147Z | Checking bcs v0.1.6 |
2295 | 2024-04-26T17:54:21.666Z | Compiling strum_macros v0.24.3 |
2296 | 2024-04-26T17:54:23.034Z | Compiling cookie v0.18.1 |
2297 | 2024-04-26T17:54:23.315Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2298 | 2024-04-26T17:54:23.333Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2299 | 2024-04-26T17:54:23.658Z | Checking highway v1.1.0 |
2300 | 2024-04-26T17:54:24.083Z | Compiling indoc v1.0.9 |
2301 | 2024-04-26T17:54:25.243Z | Checking derive_builder v0.20.0 |
2302 | 2024-04-26T17:54:25.840Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2303 | 2024-04-26T17:54:25.874Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2304 | 2024-04-26T17:54:26.156Z | Checking bb8 v0.8.3 |
2305 | 2024-04-26T17:54:26.172Z | Checking quick-xml v0.31.0 |
2306 | 2024-04-26T17:54:26.607Z | Compiling oso-derive v0.27.3 |
2307 | 2024-04-26T17:54:26.810Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2308 | 2024-04-26T17:54:27.250Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2309 | 2024-04-26T17:54:27.748Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2310 | 2024-04-26T17:54:28.130Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2311 | 2024-04-26T17:54:28.148Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2312 | 2024-04-26T17:54:28.289Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2313 | 2024-04-26T17:54:28.878Z | Compiling impl-trait-for-tuples v0.2.2 |
2314 | 2024-04-26T17:54:29.952Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2315 | 2024-04-26T17:54:31.831Z | Compiling const_format_proc_macros v0.2.32 |
2316 | 2024-04-26T17:54:32.103Z | Checking http-range v0.1.5 |
2317 | 2024-04-26T17:54:32.295Z | Checking hyper-staticfile v0.9.5 |
2318 | 2024-04-26T17:54:32.694Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2319 | 2024-04-26T17:54:33.050Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2320 | 2024-04-26T17:54:33.631Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2321 | 2024-04-26T17:54:34.276Z | Checking const_format v0.2.32 |
2322 | 2024-04-26T17:54:35.613Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2323 | 2024-04-26T17:54:36.314Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2324 | 2024-04-26T17:54:36.973Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2325 | 2024-04-26T17:54:37.937Z | Checking assert_matches v1.5.0 |
2326 | 2024-04-26T17:54:38.038Z | Checking rand_seeder v0.2.3 |
2327 | 2024-04-26T17:54:38.277Z | Compiling portable-atomic v1.4.3 |
2328 | 2024-04-26T17:54:38.947Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2329 | 2024-04-26T17:54:39.174Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2330 | 2024-04-26T17:54:39.340Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2331 | 2024-04-26T17:54:40.234Z | Checking number_prefix v0.4.0 |
2332 | 2024-04-26T17:54:40.358Z | Checking castaway v0.2.2 |
2333 | 2024-04-26T17:54:40.417Z | Checking indicatif v0.17.8 |
2334 | 2024-04-26T17:54:40.509Z | Checking compact_str v0.7.1 |
2335 | 2024-04-26T17:54:40.620Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2336 | 2024-04-26T17:54:40.791Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2337 | 2024-04-26T17:54:40.926Z | Checking lru v0.12.1 |
2338 | 2024-04-26T17:54:41.101Z | Compiling stability v0.2.0 |
2339 | 2024-04-26T17:54:41.137Z | Compiling indoc v2.0.3 |
2340 | 2024-04-26T17:54:41.187Z | Checking cassowary v0.3.0 |
2341 | 2024-04-26T17:54:41.355Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2342 | 2024-04-26T17:54:41.614Z | Checking unicode-linebreak v0.1.5 |
2343 | 2024-04-26T17:54:42.033Z | Checking smawk v0.3.1 |
2344 | 2024-04-26T17:54:42.186Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2345 | 2024-04-26T17:54:42.237Z | Checking textwrap v0.16.1 |
2346 | 2024-04-26T17:54:42.346Z | Checking ratatui v0.26.2 |
2347 | 2024-04-26T17:54:42.501Z | Checking is_ci v1.2.0 |
2348 | 2024-04-26T17:54:42.644Z | Checking supports-color v3.0.0 |
2349 | 2024-04-26T17:54:42.666Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2350 | 2024-04-26T17:54:42.828Z | Checking fatfs v0.3.6 |
2351 | 2024-04-26T17:54:42.978Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2352 | 2024-04-26T17:54:43.832Z | Checking rtoolbox v0.0.1 |
2353 | 2024-04-26T17:54:44.016Z | Checking rpassword v7.3.1 |
2354 | 2024-04-26T17:54:44.089Z | Checking shell-words v1.1.0 |
2355 | 2024-04-26T17:54:44.153Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2356 | 2024-04-26T17:54:44.278Z | Checking yansi v0.5.1 |
2357 | 2024-04-26T17:54:44.411Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2358 | 2024-04-26T17:54:44.547Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2359 | 2024-04-26T17:54:45.255Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2360 | 2024-04-26T17:54:45.429Z | Checking tui-tree-widget v0.19.0 |
2361 | 2024-04-26T17:54:45.597Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2362 | 2024-04-26T17:54:45.754Z | Compiling target-lexicon v0.12.13 |
2363 | 2024-04-26T17:54:45.924Z | Checking pretty_assertions v1.4.0 |
2364 | 2024-04-26T17:54:46.134Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2365 | 2024-04-26T17:54:46.904Z | Compiling guppy-workspace-hack v0.1.0 |
2366 | 2024-04-26T17:54:47.010Z | Checking plotters-backend v0.3.5 |
2367 | 2024-04-26T17:54:47.383Z | Compiling doc-comment v0.3.3 |
2368 | 2024-04-26T17:54:47.549Z | Checking plotters-svg v0.3.5 |
2369 | 2024-04-26T17:54:47.763Z | Checking httptest v0.15.5 |
2370 | 2024-04-26T17:54:48.105Z | Checking http-body v1.0.0 |
2371 | 2024-04-26T17:54:48.168Z | Compiling target-spec v3.1.0 |
2372 | 2024-04-26T17:54:48.306Z | Checking tower-layer v0.3.2 |
2373 | 2024-04-26T17:54:48.500Z | Compiling assert_cmd v2.0.14 |
2374 | 2024-04-26T17:54:48.702Z | Checking cast v0.3.0 |
2375 | 2024-04-26T17:54:48.752Z | Checking tower v0.4.13 |
2376 | 2024-04-26T17:54:48.949Z | Checking hyper v1.1.0 |
2377 | 2024-04-26T17:54:49.031Z | Checking criterion-plot v0.5.0 |
2378 | 2024-04-26T17:54:49.541Z | Checking cfg-expr v0.15.6 |
2379 | 2024-04-26T17:54:49.658Z | Checking plotters v0.3.5 |
2380 | 2024-04-26T17:54:50.867Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2381 | 2024-04-26T17:54:50.867Z | Checking tinytemplate v1.2.1 |
2382 | 2024-04-26T17:54:50.867Z | Checking cargo-platform v0.1.3 |
2383 | 2024-04-26T17:54:51.110Z | Checking anes v0.1.6 |
2384 | 2024-04-26T17:54:51.202Z | Checking oorandom v11.1.3 |
2385 | 2024-04-26T17:54:51.353Z | Checking cargo_metadata v0.18.1 |
2386 | 2024-04-26T17:54:51.489Z | Checking criterion v0.5.1 |
2387 | 2024-04-26T17:54:51.852Z | Checking hyper-util v0.1.2 |
2388 | 2024-04-26T17:54:53.491Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2389 | 2024-04-26T17:54:53.550Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2390 | 2024-04-26T17:54:54.441Z | Checking rustls-native-certs v0.7.0 |
2391 | 2024-04-26T17:54:54.477Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2392 | 2024-04-26T17:54:54.594Z | Checking pathdiff v0.2.1 |
2393 | 2024-04-26T17:54:54.742Z | Checking nested v0.1.1 |
2394 | 2024-04-26T17:54:54.961Z | Checking guppy v0.17.5 |
2395 | 2024-04-26T17:54:56.644Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2396 | 2024-04-26T17:54:57.175Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2397 | 2024-04-26T17:54:57.824Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2398 | 2024-04-26T17:54:58.677Z | Checking hyper-rustls v0.26.0 |
2399 | 2024-04-26T17:54:59.039Z | Checking escape8259 v0.5.2 |
2400 | 2024-04-26T17:54:59.233Z | Checking threadpool v1.8.1 |
2401 | 2024-04-26T17:54:59.764Z | Checking libtest-mimic v0.7.2 |
2402 | 2024-04-26T17:55:00.224Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2403 | 2024-04-26T17:55:00.250Z | Checking similar-asserts v1.5.0 |
2404 | 2024-04-26T17:55:00.492Z | Checking fancy-regex v0.13.0 |
2405 | 2024-04-26T17:55:01.057Z | Compiling rstest_macros v0.19.0 |
2406 | 2024-04-26T17:55:01.731Z | Checking datatest-stable v0.2.8 |
2407 | 2024-04-26T17:55:02.001Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2408 | 2024-04-26T17:55:03.264Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2409 | 2024-04-26T17:55:03.282Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2410 | 2024-04-26T17:55:03.315Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2411 | 2024-04-26T17:55:03.627Z | Checking csv-core v0.1.11 |
2412 | 2024-04-26T17:55:03.773Z | Compiling relative-path v1.9.0 |
2413 | 2024-04-26T17:55:03.954Z | Checking constant_time_eq v0.2.6 |
2414 | 2024-04-26T17:55:03.971Z | Compiling trybuild v1.0.91 |
2415 | 2024-04-26T17:55:04.092Z | Checking heck v0.5.0 |
2416 | 2024-04-26T17:55:04.302Z | Checking blake2b_simd v1.0.1 |
2417 | 2024-04-26T17:55:04.435Z | Checking csv v1.3.0 |
2418 | 2024-04-26T17:55:05.262Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2419 | 2024-04-26T17:55:05.304Z | Checking multimap v0.10.0 |
2420 | 2024-04-26T17:55:05.633Z | Checking futures-timer v3.0.2 |
2421 | 2024-04-26T17:55:05.997Z | Checking rust-argon2 v2.1.0 |
2422 | 2024-04-26T17:55:07.847Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2423 | 2024-04-26T17:55:09.907Z | Checking partial-io v0.5.4 |
2424 | 2024-04-26T17:55:10.305Z | Checking approx v0.5.1 |
2425 | 2024-04-26T17:55:10.536Z | Checking termios v0.3.3 |
2426 | 2024-04-26T17:55:10.748Z | Checking uzers v0.11.3 |
2427 | 2024-04-26T17:55:11.112Z | Checking hex-literal v0.4.1 |
2428 | 2024-04-26T17:55:14.525Z | Checking rstest v0.19.0 |
2429 | 2024-04-26T17:55:16.815Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2430 | 2024-04-26T17:55:17.949Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2431 | 2024-04-26T17:55:40.882Z | Compiling samael v0.0.15 |
2432 | 2024-04-26T17:56:01.468Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2433 | 2024-04-26T17:56:04.284Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2434 | 2024-04-26T17:56:14.942Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2435 | 2024-04-26T17:56:28.068Z | Compiling polar-core v0.27.3 |
2436 | 2024-04-26T17:56:33.184Z | Checking oso v0.27.3 |
2437 | 2024-04-26T17:57:01.765Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2438 | 2024-04-26T17:57:01.768Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2439 | 2024-04-26T17:57:01.768Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2440 | 2024-04-26T17:58:07.966Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 00s |
2441 | 2024-04-26T17:58:08.167Z | |
2442 | 2024-04-26T17:58:08.167Z | real 7:47.744643742 |
2443 | 2024-04-26T17:58:08.167Z | user 39:32.697650699 |
2444 | 2024-04-26T17:58:08.167Z | sys 7:06.010759819 |
2445 | 2024-04-26T17:58:08.167Z | trap 1.132724472 |
2446 | 2024-04-26T17:58:08.167Z | tflt 4.531170088 |
2447 | 2024-04-26T17:58:08.168Z | dflt 3.329345160 |
2448 | 2024-04-26T17:58:08.168Z | kflt 0.110058662 |
2449 | 2024-04-26T17:58:08.168Z | lock 1:00:47.799207935 |
2450 | 2024-04-26T17:58:08.168Z | slp 2:00:06.266855531 |
2451 | 2024-04-26T17:58:08.168Z | lat 1:56.668517578 |
2452 | 2024-04-26T17:58:08.168Z | stop 4:55.230285938 |
2453 | 2024-04-26T17:58:09.118Z | warning: output filename collision. |
2454 | 2024-04-26T17:58:09.118Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2455 | 2024-04-26T17:58:09.118Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2456 | 2024-04-26T17:58:09.118Z | The targets should have unique names. |
2457 | 2024-04-26T17:58:09.118Z | This is a known bug where multiple crates with the same name use |
2458 | 2024-04-26T17:58:09.118Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2459 | 2024-04-26T17:58:09.118Z | warning: output filename collision. |
2460 | 2024-04-26T17:58:09.118Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2461 | 2024-04-26T17:58:09.119Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2462 | 2024-04-26T17:58:09.119Z | The targets should have unique names. |
2463 | 2024-04-26T17:58:09.119Z | This is a known bug where multiple crates with the same name use |
2464 | 2024-04-26T17:58:09.119Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2465 | 2024-04-26T17:58:09.124Z | warning: output filename collision. |
2466 | 2024-04-26T17:58:09.124Z | 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)`. |
2467 | 2024-04-26T17:58:09.124Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2468 | 2024-04-26T17:58:09.124Z | The targets should have unique names. |
2469 | 2024-04-26T17:58:09.124Z | This is a known bug where multiple crates with the same name use |
2470 | 2024-04-26T17:58:09.124Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2471 | 2024-04-26T17:58:09.124Z | warning: output filename collision. |
2472 | 2024-04-26T17:58:09.124Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`. |
2473 | 2024-04-26T17:58:09.124Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2474 | 2024-04-26T17:58:09.124Z | The targets should have unique names. |
2475 | 2024-04-26T17:58:09.124Z | This is a known bug where multiple crates with the same name use |
2476 | 2024-04-26T17:58:09.124Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2477 | 2024-04-26T17:58:09.124Z | warning: output filename collision. |
2478 | 2024-04-26T17:58:09.124Z | The lib target `nix` in package `nix v0.28.0` 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)`. |
2479 | 2024-04-26T17:58:09.124Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2480 | 2024-04-26T17:58:09.125Z | The targets should have unique names. |
2481 | 2024-04-26T17:58:09.125Z | This is a known bug where multiple crates with the same name use |
2482 | 2024-04-26T17:58:09.125Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2483 | 2024-04-26T17:58:09.125Z | warning: output filename collision. |
2484 | 2024-04-26T17:58:09.125Z | 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)`. |
2485 | 2024-04-26T17:58:09.125Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2486 | 2024-04-26T17:58:09.125Z | The targets should have unique names. |
2487 | 2024-04-26T17:58:09.125Z | This is a known bug where multiple crates with the same name use |
2488 | 2024-04-26T17:58:09.125Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2489 | 2024-04-26T17:58:09.125Z | warning: output filename collision. |
2490 | 2024-04-26T17:58:09.125Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2491 | 2024-04-26T17:58:09.125Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2492 | 2024-04-26T17:58:09.125Z | The targets should have unique names. |
2493 | 2024-04-26T17:58:09.125Z | This is a known bug where multiple crates with the same name use |
2494 | 2024-04-26T17:58:09.125Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2495 | 2024-04-26T17:58:09.125Z | warning: output filename collision. |
2496 | 2024-04-26T17:58:09.125Z | 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)`. |
2497 | 2024-04-26T17:58:09.125Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2498 | 2024-04-26T17:58:09.125Z | The targets should have unique names. |
2499 | 2024-04-26T17:58:09.126Z | This is a known bug where multiple crates with the same name use |
2500 | 2024-04-26T17:58:09.126Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2501 | 2024-04-26T17:58:09.126Z | warning: output filename collision. |
2502 | 2024-04-26T17:58:09.126Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
2503 | 2024-04-26T17:58:09.126Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2504 | 2024-04-26T17:58:09.126Z | The targets should have unique names. |
2505 | 2024-04-26T17:58:09.126Z | This is a known bug where multiple crates with the same name use |
2506 | 2024-04-26T17:58:09.126Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2507 | 2024-04-26T17:58:09.655Z | Documenting libc v0.2.153 |
2508 | 2024-04-26T17:58:09.703Z | Documenting cfg-if v1.0.0 |
2509 | 2024-04-26T17:58:09.717Z | Documenting serde_derive v1.0.198 |
2510 | 2024-04-26T17:58:09.750Z | Documenting log v0.4.21 |
2511 | 2024-04-26T17:58:09.771Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2512 | 2024-04-26T17:58:09.786Z | Documenting memchr v2.7.1 |
2513 | 2024-04-26T17:58:09.797Z | Documenting byteorder v1.5.0 |
2514 | 2024-04-26T17:58:09.812Z | Documenting scopeguard v1.2.0 |
2515 | 2024-04-26T17:58:10.061Z | Documenting smallvec v1.13.1 |
2516 | 2024-04-26T17:58:12.575Z | Documenting itoa v1.0.9 |
2517 | 2024-04-26T17:58:13.093Z | Documenting lock_api v0.4.10 |
2518 | 2024-04-26T17:58:13.919Z | Documenting pin-project-lite v0.2.13 |
2519 | 2024-04-26T17:58:13.956Z | Documenting once_cell v1.19.0 |
2520 | 2024-04-26T17:58:14.110Z | Documenting libm v0.2.7 |
2521 | 2024-04-26T17:58:14.516Z | Documenting getrandom v0.2.12 |
2522 | 2024-04-26T17:58:15.269Z | Documenting parking_lot_core v0.9.8 |
2523 | 2024-04-26T17:58:15.583Z | Documenting signal-hook-registry v1.4.1 |
2524 | 2024-04-26T17:58:16.356Z | Documenting mio v0.8.11 |
2525 | 2024-04-26T17:58:17.380Z | Documenting zeroize_derive v1.4.2 |
2526 | 2024-04-26T17:58:17.996Z | Documenting serde v1.0.198 |
2527 | 2024-04-26T17:58:18.185Z | Documenting num-traits v0.2.18 |
2528 | 2024-04-26T17:58:18.292Z | Documenting thiserror-impl v1.0.59 |
2529 | 2024-04-26T17:58:18.906Z | Documenting rand_core v0.6.4 |
2530 | 2024-04-26T17:58:19.819Z | Documenting futures-core v0.3.30 |
2531 | 2024-04-26T17:58:20.389Z | Documenting parking_lot v0.12.1 |
2532 | 2024-04-26T17:58:21.972Z | Documenting ryu v1.0.15 |
2533 | 2024-04-26T17:58:22.624Z | Documenting zeroize v1.7.0 |
2534 | 2024-04-26T17:58:23.205Z | Documenting num_cpus v1.16.0 |
2535 | 2024-04-26T17:58:23.716Z | Documenting thiserror v1.0.59 |
2536 | 2024-04-26T17:58:23.960Z | Documenting socket2 v0.5.6 |
2537 | 2024-04-26T17:58:24.662Z | Documenting tokio-macros v2.2.0 |
2538 | 2024-04-26T17:58:25.315Z | Documenting zerocopy v0.7.32 |
2539 | 2024-04-26T17:58:25.629Z | Documenting futures-sink v0.3.30 |
2540 | 2024-04-26T17:58:27.200Z | Documenting typenum v1.16.0 |
2541 | 2024-04-26T17:58:27.356Z | Documenting pin-utils v0.1.0 |
2542 | 2024-04-26T17:58:28.521Z | Documenting subtle v2.5.0 |
2543 | 2024-04-26T17:58:29.175Z | Documenting slab v0.4.9 |
2544 | 2024-04-26T17:58:29.716Z | Documenting futures-macro v0.3.30 |
2545 | 2024-04-26T17:58:29.753Z | Documenting futures-channel v0.3.30 |
2546 | 2024-04-26T17:58:39.402Z | Documenting bytes v1.6.0 |
2547 | 2024-04-26T17:58:41.064Z | Documenting bitflags v2.4.2 |
2548 | 2024-04-26T17:58:41.412Z | Documenting serde_json v1.0.116 |
2549 | 2024-04-26T17:58:41.441Z | Documenting futures-io v0.3.30 |
2550 | 2024-04-26T17:58:41.444Z | Documenting iana-time-zone v0.1.57 |
2551 | 2024-04-26T17:58:41.520Z | Documenting futures-task v0.3.30 |
2552 | 2024-04-26T17:58:41.846Z | Documenting uuid v1.8.0 |
2553 | 2024-04-26T17:58:42.371Z | Documenting generic-array v0.14.7 |
2554 | 2024-04-26T17:58:44.342Z | Documenting tokio v1.37.0 |
2555 | 2024-04-26T17:58:45.854Z | Documenting chrono v0.4.38 |
2556 | 2024-04-26T17:58:46.550Z | Documenting ahash v0.8.8 |
2557 | 2024-04-26T17:58:46.600Z | Documenting futures-util v0.3.30 |
2558 | 2024-04-26T17:58:46.637Z | Documenting allocator-api2 v0.2.16 |
2559 | 2024-04-26T17:58:46.765Z | Documenting const-oid v0.9.6 |
2560 | 2024-04-26T17:58:47.329Z | Documenting crypto-common v0.1.6 |
2561 | 2024-04-26T17:58:48.310Z | Documenting tinyvec_macros v0.1.1 |
2562 | 2024-04-26T17:58:50.736Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2563 | 2024-04-26T17:58:50.933Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2564 | 2024-04-26T17:58:51.652Z | Documenting tinyvec v1.6.0 |
2565 | 2024-04-26T17:58:51.732Z | Documenting tracing-core v0.1.32 |
2566 | 2024-04-26T17:58:52.278Z | Documenting hashbrown v0.14.3 |
2567 | 2024-04-26T17:58:52.539Z | Documenting serde_derive_internals v0.26.0 |
2568 | 2024-04-26T17:58:53.051Z | Checking serde_derive_internals v0.26.0 |
2569 | 2024-04-26T17:58:53.144Z | Documenting tracing-attributes v0.1.27 |
2570 | 2024-04-26T17:58:53.625Z | Documenting dyn-clone v1.0.17 |
2571 | 2024-04-26T17:58:55.513Z | Documenting unicode-normalization v0.1.22 |
2572 | 2024-04-26T17:58:56.229Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2573 | 2024-04-26T17:58:57.086Z | Documenting ppv-lite86 v0.2.17 |
2574 | 2024-04-26T17:58:57.472Z | Documenting unicode-bidi v0.3.15 |
2575 | 2024-04-26T17:58:58.642Z | Documenting schemars_derive v0.8.16 |
2576 | 2024-04-26T17:58:58.677Z | Documenting lazy_static v1.4.0 |
2577 | 2024-04-26T17:58:59.564Z | Documenting percent-encoding v2.3.1 |
2578 | 2024-04-26T17:59:00.491Z | Documenting block-buffer v0.10.4 |
2579 | 2024-04-26T17:59:03.102Z | Documenting powerfmt v0.2.0 |
2580 | 2024-04-26T17:59:03.162Z | Documenting rand_chacha v0.3.1 |
2581 | 2024-04-26T17:59:03.322Z | Documenting fnv v1.0.7 |
2582 | 2024-04-26T17:59:04.005Z | Documenting equivalent v1.0.1 |
2583 | 2024-04-26T17:59:04.224Z | Documenting schemars v0.8.16 |
2584 | 2024-04-26T17:59:04.378Z | Documenting form_urlencoded v1.2.1 |
2585 | 2024-04-26T17:59:05.405Z | Documenting digest v0.10.7 |
2586 | 2024-04-26T17:59:06.171Z | Documenting deranged v0.3.11 |
2587 | 2024-04-26T17:59:07.673Z | Documenting indexmap v2.2.6 |
2588 | 2024-04-26T17:59:07.796Z | Documenting time-macros v0.2.17 |
2589 | 2024-04-26T17:59:08.720Z | Documenting rand v0.8.5 |
2590 | 2024-04-26T17:59:09.358Z | Documenting unicode-width v0.1.11 |
2591 | 2024-04-26T17:59:11.265Z | Documenting tracing v0.1.40 |
2592 | 2024-04-26T17:59:11.674Z | Documenting num-conv v0.1.0 |
2593 | 2024-04-26T17:59:12.031Z | Documenting time-core v0.1.2 |
2594 | 2024-04-26T17:59:20.576Z | Documenting num_threads v0.1.6 |
2595 | 2024-04-26T17:59:20.632Z | Documenting idna v0.5.0 |
2596 | 2024-04-26T17:59:20.760Z | Documenting errno v0.3.8 |
2597 | 2024-04-26T17:59:20.819Z | Documenting adler v1.0.2 |
2598 | 2024-04-26T17:59:20.981Z | Documenting unicode-ident v1.0.12 |
2599 | 2024-04-26T17:59:21.105Z | Documenting slog v2.7.0 |
2600 | 2024-04-26T17:59:21.486Z | Documenting httparse v1.8.0 |
2601 | 2024-04-26T17:59:24.481Z | Documenting miniz_oxide v0.7.1 |
2602 | 2024-04-26T17:59:24.539Z | Documenting proc-macro2 v1.0.81 |
2603 | 2024-04-26T17:59:24.814Z | Documenting time v0.3.34 |
2604 | 2024-04-26T17:59:24.990Z | Documenting rustix v0.38.31 |
2605 | 2024-04-26T17:59:25.321Z | Documenting url v2.5.0 |
2606 | 2024-04-26T17:59:26.030Z | Documenting cpufeatures v0.2.12 |
2607 | 2024-04-26T17:59:26.169Z | Documenting async-trait v0.1.80 |
2608 | 2024-04-26T17:59:28.910Z | Documenting httpdate v1.0.3 |
2609 | 2024-04-26T17:59:29.258Z | Documenting try-lock v0.2.4 |
2610 | 2024-04-26T17:59:30.288Z | Documenting quote v1.0.36 |
2611 | 2024-04-26T17:59:31.039Z | Documenting http-body v0.4.5 |
2612 | 2024-04-26T17:59:31.169Z | Documenting tokio-util v0.7.10 |
2613 | 2024-04-26T17:59:31.339Z | Documenting aho-corasick v1.1.2 |
2614 | 2024-04-26T17:59:32.369Z | Documenting want v0.3.1 |
2615 | 2024-04-26T17:59:32.575Z | Documenting openssl-sys v0.9.102 |
2616 | 2024-04-26T17:59:33.085Z | Documenting openssl-macros v0.1.1 |
2617 | 2024-04-26T17:59:33.486Z | Documenting tower-service v0.3.2 |
2618 | 2024-04-26T17:59:34.669Z | Documenting syn v2.0.60 |
2619 | 2024-04-26T17:59:36.655Z | Documenting regex-syntax v0.8.2 |
2620 | 2024-04-26T17:59:37.130Z | Documenting gimli v0.28.0 |
2621 | 2024-04-26T17:59:37.177Z | Documenting mime v0.3.17 |
2622 | 2024-04-26T17:59:37.718Z | Documenting object v0.32.1 |
2623 | 2024-04-26T17:59:37.992Z | Documenting rustc-demangle v0.1.23 |
2624 | 2024-04-26T17:59:38.055Z | Documenting h2 v0.3.26 |
2625 | 2024-04-26T17:59:39.765Z | Documenting openssl v0.10.64 |
2626 | 2024-04-26T17:59:41.715Z | Documenting openssl-probe v0.1.5 |
2627 | 2024-04-26T17:59:41.866Z | Documenting ipnet v2.9.0 |
2628 | 2024-04-26T17:59:43.872Z | Documenting regex-automata v0.4.5 |
2629 | 2024-04-26T17:59:43.978Z | Documenting addr2line v0.21.0 |
2630 | 2024-04-26T17:59:46.047Z | Documenting base64ct v1.6.0 |
2631 | 2024-04-26T17:59:46.984Z | Documenting futures-executor v0.3.30 |
2632 | 2024-04-26T17:59:48.055Z | Documenting encoding_rs v0.8.33 |
2633 | 2024-04-26T17:59:48.932Z | Documenting native-tls v0.2.11 |
2634 | 2024-04-26T17:59:49.202Z | Documenting hyper v0.14.28 |
2635 | 2024-04-26T17:59:51.405Z | Documenting psl-types v2.0.11 |
2636 | 2024-04-26T17:59:51.595Z | Documenting backtrace v0.3.69 |
2637 | 2024-04-26T17:59:52.776Z | Documenting serde_urlencoded v0.7.1 |
2638 | 2024-04-26T17:59:53.247Z | Documenting regex v1.10.4 |
2639 | 2024-04-26T17:59:53.274Z | Documenting crossbeam-utils v0.8.19 |
2640 | 2024-04-26T17:59:54.360Z | Documenting tokio-native-tls v0.3.1 |
2641 | 2024-04-26T17:59:54.883Z | Documenting publicsuffix v2.2.3 |
2642 | 2024-04-26T17:59:57.503Z | Documenting utf8parse v0.2.1 |
2643 | 2024-04-26T17:59:58.063Z | Documenting futures v0.3.30 |
2644 | 2024-04-26T17:59:58.093Z | Documenting anyhow v1.0.82 |
2645 | 2024-04-26T17:59:59.011Z | Documenting pem-rfc7468 v0.7.0 |
2646 | 2024-04-26T17:59:59.773Z | Checking pest_meta v2.7.6 |
2647 | 2024-04-26T17:59:59.990Z | Documenting cookie_store v0.20.0 |
2648 | 2024-04-26T18:00:00.600Z | Documenting der_derive v0.7.2 |
2649 | 2024-04-26T18:00:00.706Z | Documenting webpki-roots v0.25.2 |
2650 | 2024-04-26T18:00:01.056Z | Documenting flagset v0.4.3 |
2651 | 2024-04-26T18:00:02.641Z | Documenting hyper-tls v0.5.0 |
2652 | 2024-04-26T18:00:03.366Z | Documenting hyper-rustls v0.24.2 |
2653 | 2024-04-26T18:00:04.035Z | Documenting sync_wrapper v0.1.2 |
2654 | 2024-04-26T18:00:04.555Z | Documenting num-integer v0.1.46 |
2655 | 2024-04-26T18:00:05.033Z | Documenting pest_meta v2.7.6 |
2656 | 2024-04-26T18:00:05.774Z | Documenting scroll_derive v0.12.0 |
2657 | 2024-04-26T18:00:06.473Z | Documenting der v0.7.8 |
2658 | 2024-04-26T18:00:06.835Z | Checking pest_generator v2.7.6 |
2659 | 2024-04-26T18:00:07.076Z | Documenting openapiv3 v2.0.0 |
2660 | 2024-04-26T18:00:07.601Z | Documenting ucd-trie v0.1.6 |
2661 | 2024-04-26T18:00:09.283Z | Documenting plain v0.2.3 |
2662 | 2024-04-26T18:00:10.396Z | Documenting pest_generator v2.7.6 |
2663 | 2024-04-26T18:00:10.634Z | Documenting spin v0.9.8 |
2664 | 2024-04-26T18:00:11.189Z | Documenting scroll v0.12.0 |
2665 | 2024-04-26T18:00:11.995Z | Documenting reqwest v0.11.24 |
2666 | 2024-04-26T18:00:12.044Z | Documenting pest v2.7.6 |
2667 | 2024-04-26T18:00:12.224Z | Documenting spki v0.7.2 |
2668 | 2024-04-26T18:00:12.307Z | Documenting either v1.11.0 |
2669 | 2024-04-26T18:00:13.828Z | Documenting anstyle v1.0.6 |
2670 | 2024-04-26T18:00:14.878Z | Documenting pretty-hex v0.4.1 |
2671 | 2024-04-26T18:00:15.730Z | Documenting pest_derive v2.7.6 |
2672 | 2024-04-26T18:00:15.900Z | Documenting goblin v0.8.0 |
2673 | 2024-04-26T18:00:16.817Z | Documenting pkcs8 v0.10.2 |
2674 | 2024-04-26T18:00:17.115Z | Documenting anstyle-parse v0.2.1 |
2675 | 2024-04-26T18:00:18.130Z | Documenting thread-id v4.2.0 |
2676 | 2024-04-26T18:00:18.345Z | Documenting colorchoice v1.0.0 |
2677 | 2024-04-26T18:00:18.413Z | Documenting anstyle-query v1.0.0 |
2678 | 2024-04-26T18:00:20.122Z | Documenting dtrace-parser v0.2.0 |
2679 | 2024-04-26T18:00:20.992Z | Documenting data-encoding v2.4.0 |
2680 | 2024-04-26T18:00:21.196Z | Documenting crossbeam-epoch v0.9.18 |
2681 | 2024-04-26T18:00:21.268Z | Documenting terminal_size v0.3.0 |
2682 | 2024-04-26T18:00:23.299Z | Documenting sha2 v0.10.8 |
2683 | 2024-04-26T18:00:23.372Z | Documenting anstream v0.6.11 |
2684 | 2024-04-26T18:00:23.755Z | Documenting ipnetwork v0.20.0 |
2685 | 2024-04-26T18:00:24.664Z | Documenting dof v0.3.0 |
2686 | 2024-04-26T18:00:25.186Z | Documenting hex v0.4.3 |
2687 | 2024-04-26T18:00:25.737Z | Documenting crc32fast v1.3.2 |
2688 | 2024-04-26T18:00:25.834Z | Documenting strsim v0.11.0 |
2689 | 2024-04-26T18:00:26.961Z | Documenting unicode-segmentation v1.10.1 |
2690 | 2024-04-26T18:00:28.506Z | Documenting untrusted v0.9.0 |
2691 | 2024-04-26T18:00:29.485Z | Documenting clap_lex v0.7.0 |
2692 | 2024-04-26T18:00:30.087Z | Documenting clap_derive v4.5.4 |
2693 | 2024-04-26T18:00:30.109Z | Documenting usdt-impl v0.5.0 |
2694 | 2024-04-26T18:00:30.212Z | Documenting num-iter v0.1.44 |
2695 | 2024-04-26T18:00:30.716Z | Documenting hmac v0.12.1 |
2696 | 2024-04-26T18:00:30.716Z | Documenting signal-hook v0.3.17 |
2697 | 2024-04-26T18:00:30.716Z | Documenting static_assertions v1.1.0 |
2698 | 2024-04-26T18:00:31.985Z | Documenting ring v0.17.8 |
2699 | 2024-04-26T18:00:33.808Z | Documenting clap_builder v4.5.2 |
2700 | 2024-04-26T18:00:34.262Z | Documenting base64 v0.22.0 |
2701 | 2024-04-26T18:00:35.054Z | Documenting flate2 v1.0.28 |
2702 | 2024-04-26T18:00:35.926Z | Documenting managed v0.8.0 |
2703 | 2024-04-26T18:00:36.413Z | Documenting signal-hook-mio v0.2.3 |
2704 | 2024-04-26T18:00:36.845Z | Documenting block-padding v0.3.3 |
2705 | 2024-04-26T18:00:37.100Z | Documenting scheduled-thread-pool v0.2.7 |
2706 | 2024-04-26T18:00:38.081Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2707 | 2024-04-26T18:00:38.733Z | Documenting enum-as-inner v0.5.1 |
2708 | 2024-04-26T18:00:40.000Z | Checking diesel_table_macro_syntax v0.1.0 |
2709 | 2024-04-26T18:00:40.187Z | Documenting diesel_table_macro_syntax v0.1.0 |
2710 | 2024-04-26T18:00:40.258Z | Documenting md-5 v0.10.5 |
2711 | 2024-04-26T18:00:40.981Z | Documenting clap v4.5.4 |
2712 | 2024-04-26T18:00:41.715Z | Documenting crossterm v0.27.0 |
2713 | 2024-04-26T18:00:42.384Z | Documenting inout v0.1.3 |
2714 | 2024-04-26T18:00:42.466Z | Documenting r2d2 v0.8.10 |
2715 | 2024-04-26T18:00:43.214Z | Documenting bzip2 v0.4.4 |
2716 | 2024-04-26T18:00:43.428Z | Documenting trust-dns-proto v0.22.0 |
2717 | 2024-04-26T18:00:46.051Z | Documenting diesel_derives v2.1.2 |
2718 | 2024-04-26T18:00:46.180Z | Documenting stringprep v0.1.3 |
2719 | 2024-04-26T18:00:46.939Z | Documenting regress v0.9.1 |
2720 | 2024-04-26T18:00:47.281Z | Documenting ff v0.13.0 |
2721 | 2024-04-26T18:00:47.633Z | Documenting toml_datetime v0.6.5 |
2722 | 2024-04-26T18:00:47.807Z | Documenting serde_spanned v0.6.5 |
2723 | 2024-04-26T18:00:48.394Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2724 | 2024-04-26T18:00:51.214Z | Documenting base16ct v0.2.0 |
2725 | 2024-04-26T18:00:52.312Z | Documenting bit-vec v0.6.3 |
2726 | 2024-04-26T18:00:52.730Z | Documenting winnow v0.6.1 |
2727 | 2024-04-26T18:00:52.787Z | Documenting siphasher v0.3.11 |
2728 | 2024-04-26T18:00:52.869Z | Documenting fallible-iterator v0.2.0 |
2729 | 2024-04-26T18:00:53.019Z | Documenting group v0.13.0 |
2730 | 2024-04-26T18:00:54.352Z | Documenting zip v0.6.6 |
2731 | 2024-04-26T18:00:54.583Z | Documenting diesel v2.1.6 |
2732 | 2024-04-26T18:00:55.068Z | Documenting sec1 v0.7.3 |
2733 | 2024-04-26T18:00:56.466Z | Documenting phf_shared v0.11.2 |
2734 | 2024-04-26T18:00:57.006Z | Documenting cipher v0.4.4 |
2735 | 2024-04-26T18:00:58.242Z | Documenting hkdf v0.12.4 |
2736 | 2024-04-26T18:00:58.804Z | Documenting postgres-protocol v0.6.6 |
2737 | 2024-04-26T18:00:59.380Z | Documenting toml_edit v0.22.12 |
2738 | 2024-04-26T18:01:00.009Z | Documenting num-bigint v0.4.4 |
2739 | 2024-04-26T18:01:00.812Z | Documenting bstr v1.9.0 |
2740 | 2024-04-26T18:01:11.616Z | Documenting console v0.15.8 |
2741 | 2024-04-26T18:01:19.365Z | Documenting crypto-bigint v0.5.2 |
2742 | 2024-04-26T18:01:19.594Z | Documenting hubpack v0.1.2 |
2743 | 2024-04-26T18:01:19.991Z | Documenting serde_repr v0.1.16 |
2744 | 2024-04-26T18:01:20.057Z | Checking unsafe-libyaml v0.2.10 |
2745 | 2024-04-26T18:01:20.515Z | Checking ident_case v1.0.1 |
2746 | 2024-04-26T18:01:20.584Z | Documenting fixedbitset v0.4.2 |
2747 | 2024-04-26T18:01:20.661Z | Documenting minimal-lexical v0.2.1 |
2748 | 2024-04-26T18:01:20.685Z | Documenting lalrpop-util v0.19.12 |
2749 | 2024-04-26T18:01:21.239Z | Checking strsim v0.10.0 |
2750 | 2024-04-26T18:01:21.483Z | Documenting heck v0.4.1 |
2751 | 2024-04-26T18:01:22.564Z | Documenting new_debug_unreachable v1.0.4 |
2752 | 2024-04-26T18:01:24.281Z | Documenting precomputed-hash v0.1.1 |
2753 | 2024-04-26T18:01:24.507Z | Documenting petgraph v0.6.4 |
2754 | 2024-04-26T18:01:24.987Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2755 | 2024-04-26T18:01:25.150Z | Documenting yasna v0.5.2 |
2756 | 2024-04-26T18:01:33.532Z | Documenting postgres-types v0.2.6 |
2757 | 2024-04-26T18:01:33.637Z | Documenting nom v7.1.3 |
2758 | 2024-04-26T18:01:33.751Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2759 | 2024-04-26T18:01:34.213Z | Documenting string_cache v0.8.7 |
2760 | 2024-04-26T18:01:34.300Z | Documenting phf v0.11.2 |
2761 | 2024-04-26T18:01:34.539Z | Documenting similar v2.4.0 |
2762 | 2024-04-26T18:01:34.554Z | Documenting elliptic-curve v0.13.8 |
2763 | 2024-04-26T18:01:35.175Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2764 | 2024-04-26T18:01:38.557Z | Documenting semver v1.0.22 |
2765 | 2024-04-26T18:01:39.517Z | Documenting float-cmp v0.9.0 |
2766 | 2024-04-26T18:01:40.018Z | Documenting unsafe-libyaml v0.2.10 |
2767 | 2024-04-26T18:01:40.223Z | Documenting peg-runtime v0.8.2 |
2768 | 2024-04-26T18:01:41.534Z | Documenting difflib v0.4.0 |
2769 | 2024-04-26T18:01:42.017Z | Documenting normalize-line-endings v0.3.0 |
2770 | 2024-04-26T18:01:51.594Z | Documenting predicates-core v1.0.6 |
2771 | 2024-04-26T18:01:51.803Z | Documenting whoami v1.5.1 |
2772 | 2024-04-26T18:01:52.241Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2773 | 2024-04-26T18:01:52.245Z | Checking darling_core v0.20.8 |
2774 | 2024-04-26T18:01:52.245Z | Documenting serde_yaml v0.9.25 |
2775 | 2024-04-26T18:01:52.245Z | Checking serde_yaml v0.9.25 |
2776 | 2024-04-26T18:01:52.364Z | Documenting bit-set v0.5.3 |
2777 | 2024-04-26T18:01:52.600Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2778 | 2024-04-26T18:01:54.018Z | Documenting getopts v0.2.21 |
2779 | 2024-04-26T18:01:54.182Z | Documenting tokio-stream v0.1.15 |
2780 | 2024-04-26T18:01:55.782Z | Documenting predicates v3.1.0 |
2781 | 2024-04-26T18:01:56.274Z | Documenting tokio-postgres v0.7.10 |
2782 | 2024-04-26T18:01:57.475Z | Documenting ident_case v1.0.1 |
2783 | 2024-04-26T18:01:58.349Z | Checking darling v0.20.8 |
2784 | 2024-04-26T18:01:58.476Z | Documenting is-terminal v0.4.9 |
2785 | 2024-04-26T18:01:59.093Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2786 | 2024-04-26T18:01:59.743Z | Documenting strum v0.26.2 |
2787 | 2024-04-26T18:02:00.258Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2788 | 2024-04-26T18:02:01.692Z | Documenting darling_core v0.20.8 |
2789 | 2024-04-26T18:02:02.358Z | Documenting dirs-sys-next v0.1.2 |
2790 | 2024-04-26T18:02:02.981Z | Documenting match_cfg v0.1.0 |
2791 | 2024-04-26T18:02:03.409Z | Documenting sha1 v0.10.6 |
2792 | 2024-04-26T18:02:03.946Z | Documenting http v1.0.0 |
2793 | 2024-04-26T18:02:06.368Z | Documenting hostname v0.3.1 |
2794 | 2024-04-26T18:02:07.297Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2795 | 2024-04-26T18:02:07.476Z | Documenting dirs-next v2.0.0 |
2796 | 2024-04-26T18:02:07.850Z | Documenting camino v1.1.6 |
2797 | 2024-04-26T18:02:09.327Z | Documenting paste v1.0.14 |
2798 | 2024-04-26T18:02:10.025Z | Documenting thread_local v1.1.7 |
2799 | 2024-04-26T18:02:10.151Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2800 | 2024-04-26T18:02:11.467Z | Documenting rustls-pki-types v1.3.0 |
2801 | 2024-04-26T18:02:11.548Z | Documenting crossbeam-channel v0.5.8 |
2802 | 2024-04-26T18:02:12.347Z | Documenting darling_macro v0.20.8 |
2803 | 2024-04-26T18:02:12.752Z | Documenting term v0.7.0 |
2804 | 2024-04-26T18:02:12.808Z | Documenting take_mut v0.2.2 |
2805 | 2024-04-26T18:02:13.738Z | Documenting slog-json v2.6.1 |
2806 | 2024-04-26T18:02:14.536Z | Documenting async-stream-impl v0.3.5 |
2807 | 2024-04-26T18:02:16.299Z | Documenting debug-ignore v1.0.5 |
2808 | 2024-04-26T18:02:16.562Z | Documenting rustls-webpki v0.102.1 |
2809 | 2024-04-26T18:02:17.041Z | Documenting slog-async v2.8.0 |
2810 | 2024-04-26T18:02:17.993Z | Documenting slog-term v2.9.1 |
2811 | 2024-04-26T18:02:18.219Z | Documenting darling v0.20.8 |
2812 | 2024-04-26T18:02:19.155Z | Documenting atomic-waker v1.1.1 |
2813 | 2024-04-26T18:02:19.379Z | Documenting slog-bunyan v2.5.0 |
2814 | 2024-04-26T18:02:20.488Z | Documenting async-stream v0.3.5 |
2815 | 2024-04-26T18:02:21.582Z | Documenting rustls v0.22.4 |
2816 | 2024-04-26T18:02:21.638Z | Documenting rustls-pemfile v2.1.2 |
2817 | 2024-04-26T18:02:22.084Z | Documenting multer v3.0.0 |
2818 | 2024-04-26T18:02:22.658Z | Documenting waitgroup v0.1.2 |
2819 | 2024-04-26T18:02:23.649Z | Documenting toml v0.8.12 |
2820 | 2024-04-26T18:02:23.656Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2821 | 2024-04-26T18:02:24.750Z | Documenting serde_path_to_error v0.1.16 |
2822 | 2024-04-26T18:02:24.882Z | Documenting serde_with_macros v3.7.0 |
2823 | 2024-04-26T18:02:26.702Z | Documenting structmeta-derive v0.3.0 |
2824 | 2024-04-26T18:02:26.856Z | Documenting newtype-uuid v1.1.0 |
2825 | 2024-04-26T18:02:27.711Z | Checking structmeta v0.3.0 |
2826 | 2024-04-26T18:02:27.946Z | Documenting instant v0.1.12 |
2827 | 2024-04-26T18:02:29.270Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2828 | 2024-04-26T18:02:30.460Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2829 | 2024-04-26T18:02:30.559Z | Documenting serde_with v3.7.0 |
2830 | 2024-04-26T18:02:30.993Z | Documenting tokio-rustls v0.25.0 |
2831 | 2024-04-26T18:02:31.824Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2832 | 2024-04-26T18:02:32.230Z | Documenting backoff v0.4.0 |
2833 | 2024-04-26T18:02:33.322Z | Documenting structmeta v0.3.0 |
2834 | 2024-04-26T18:02:33.545Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2835 | 2024-04-26T18:02:34.996Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2836 | 2024-04-26T18:02:35.675Z | Documenting macaddr v1.0.1 |
2837 | 2024-04-26T18:02:37.142Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2838 | 2024-04-26T18:02:37.913Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2839 | 2024-04-26T18:02:38.257Z | Documenting parse-display-derive v0.9.0 |
2840 | 2024-04-26T18:02:39.312Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2841 | 2024-04-26T18:02:39.592Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2842 | 2024-04-26T18:02:39.688Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2843 | 2024-04-26T18:02:39.921Z | Documenting fastrand v2.0.1 |
2844 | 2024-04-26T18:02:40.723Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2845 | 2024-04-26T18:02:41.057Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2846 | 2024-04-26T18:02:41.349Z | Documenting proc-macro-crate v1.3.1 |
2847 | 2024-04-26T18:02:43.074Z | Checking proc-macro-crate v1.3.1 |
2848 | 2024-04-26T18:02:43.488Z | Documenting foreign-types-macros v0.2.3 |
2849 | 2024-04-26T18:02:43.488Z | Documenting foreign-types-shared v0.3.1 |
2850 | 2024-04-26T18:02:43.695Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2851 | 2024-04-26T18:02:44.275Z | Documenting tempfile v3.10.1 |
2852 | 2024-04-26T18:02:44.716Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2853 | 2024-04-26T18:02:44.823Z | Documenting parse-display v0.9.0 |
2854 | 2024-04-26T18:02:46.725Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2855 | 2024-04-26T18:02:47.825Z | Documenting num_enum_derive v0.5.11 |
2856 | 2024-04-26T18:02:48.100Z | Documenting cstr-argument v0.1.2 |
2857 | 2024-04-26T18:02:49.131Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2858 | 2024-04-26T18:02:49.300Z | Documenting foreign-types v0.5.0 |
2859 | 2024-04-26T18:02:50.095Z | Documenting camino-tempfile v1.1.1 |
2860 | 2024-04-26T18:02:50.299Z | Documenting tabwriter v1.4.0 |
2861 | 2024-04-26T18:02:51.416Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2862 | 2024-04-26T18:02:53.104Z | Documenting colored v2.1.0 |
2863 | 2024-04-26T18:02:54.107Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2864 | 2024-04-26T18:02:54.196Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2865 | 2024-04-26T18:02:54.576Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2866 | 2024-04-26T18:02:54.879Z | Documenting hash32 v0.3.1 |
2867 | 2024-04-26T18:02:54.998Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2868 | 2024-04-26T18:02:55.421Z | Documenting stable_deref_trait v1.2.0 |
2869 | 2024-04-26T18:02:55.579Z | Documenting num_enum v0.5.11 |
2870 | 2024-04-26T18:02:57.704Z | Documenting smf v0.2.3 |
2871 | 2024-04-26T18:02:58.196Z | Documenting cobs v0.2.3 |
2872 | 2024-04-26T18:02:58.411Z | Documenting embedded-io v0.4.0 |
2873 | 2024-04-26T18:02:59.007Z | Documenting memmap v0.7.0 |
2874 | 2024-04-26T18:02:59.833Z | Documenting heapless v0.8.0 |
2875 | 2024-04-26T18:03:00.413Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2876 | 2024-04-26T18:03:01.770Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2877 | 2024-04-26T18:03:02.167Z | Documenting crucible-workspace-hack v0.1.0 |
2878 | 2024-04-26T18:03:02.314Z | Documenting postcard v1.0.8 |
2879 | 2024-04-26T18:03:04.776Z | Documenting usdt v0.5.0 |
2880 | 2024-04-26T18:03:04.896Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2881 | 2024-04-26T18:03:05.802Z | Documenting smoltcp v0.11.0 |
2882 | 2024-04-26T18:03:05.870Z | Documenting newline-converter v0.3.0 |
2883 | 2024-04-26T18:03:06.335Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2884 | 2024-04-26T18:03:08.207Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2885 | 2024-04-26T18:03:08.272Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2886 | 2024-04-26T18:03:08.323Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2887 | 2024-04-26T18:03:09.342Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2888 | 2024-04-26T18:03:09.832Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2889 | 2024-04-26T18:03:10.859Z | Documenting expectorate v1.1.0 |
2890 | 2024-04-26T18:03:11.540Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2891 | 2024-04-26T18:03:12.209Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2892 | 2024-04-26T18:03:12.337Z | Documenting sigpipe v0.1.3 |
2893 | 2024-04-26T18:03:13.355Z | Documenting num-derive v0.4.0 |
2894 | 2024-04-26T18:03:13.438Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2895 | 2024-04-26T18:03:13.579Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2896 | 2024-04-26T18:03:16.393Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2897 | 2024-04-26T18:03:16.619Z | Documenting password-hash v0.5.0 |
2898 | 2024-04-26T18:03:17.520Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2899 | 2024-04-26T18:03:17.831Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2900 | 2024-04-26T18:03:19.447Z | Documenting blake2 v0.10.6 |
2901 | 2024-04-26T18:03:19.508Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2902 | 2024-04-26T18:03:21.293Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2903 | 2024-04-26T18:03:21.973Z | Documenting linked-hash-map v0.5.6 |
2904 | 2024-04-26T18:03:22.485Z | Documenting proc-macro-error-attr v1.0.4 |
2905 | 2024-04-26T18:03:23.996Z | Documenting humantime v2.1.0 |
2906 | 2024-04-26T18:03:25.588Z | Checking proc-macro-error v1.0.4 |
2907 | 2024-04-26T18:03:25.688Z | Documenting argon2 v0.5.3 |
2908 | 2024-04-26T18:03:25.872Z | Documenting bytecount v0.6.3 |
2909 | 2024-04-26T18:03:26.132Z | Documenting derive-where v1.2.7 |
2910 | 2024-04-26T18:03:26.436Z | Documenting lru-cache v0.1.2 |
2911 | 2024-04-26T18:03:26.687Z | Documenting swrite v0.1.0 |
2912 | 2024-04-26T18:03:27.620Z | Documenting proc-macro-error v1.0.4 |
2913 | 2024-04-26T18:03:28.337Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2914 | 2024-04-26T18:03:28.834Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2915 | 2024-04-26T18:03:28.899Z | Documenting papergrid v0.11.0 |
2916 | 2024-04-26T18:03:30.875Z | Documenting newtype_derive v0.1.6 |
2917 | 2024-04-26T18:03:30.935Z | Documenting itertools v0.12.1 |
2918 | 2024-04-26T18:03:31.321Z | Documenting arc-swap v1.6.0 |
2919 | 2024-04-26T18:03:31.794Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2920 | 2024-04-26T18:03:32.603Z | Documenting tabled_derive v0.7.0 |
2921 | 2024-04-26T18:03:32.954Z | Documenting quick-error v1.2.3 |
2922 | 2024-04-26T18:03:34.786Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2923 | 2024-04-26T18:03:35.103Z | Documenting steno v0.4.0 |
2924 | 2024-04-26T18:03:36.458Z | Documenting slog-scope v4.4.0 |
2925 | 2024-04-26T18:03:36.970Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2926 | 2024-04-26T18:03:37.296Z | Documenting resolv-conf v0.7.0 |
2927 | 2024-04-26T18:03:37.762Z | Documenting tabled v0.15.0 |
2928 | 2024-04-26T18:03:39.085Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2929 | 2024-04-26T18:03:39.585Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2930 | 2024-04-26T18:03:39.931Z | Documenting num-rational v0.4.1 |
2931 | 2024-04-26T18:03:40.872Z | Documenting slog-stdlog v4.1.1 |
2932 | 2024-04-26T18:03:42.680Z | Documenting trust-dns-resolver v0.22.0 |
2933 | 2024-04-26T18:03:44.499Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2934 | 2024-04-26T18:03:45.266Z | Documenting slog-envlogger v2.2.0 |
2935 | 2024-04-26T18:03:45.530Z | Documenting num-complex v0.4.5 |
2936 | 2024-04-26T18:03:45.941Z | Documenting xattr v1.0.1 |
2937 | 2024-04-26T18:03:46.508Z | Documenting filetime v0.2.23 |
2938 | 2024-04-26T18:03:51.183Z | Documenting tap v1.0.1 |
2939 | 2024-04-26T18:03:51.259Z | Documenting num v0.4.2 |
2940 | 2024-04-26T18:03:51.623Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2941 | 2024-04-26T18:03:51.764Z | Documenting tar v0.4.40 |
2942 | 2024-04-26T18:03:51.873Z | Documenting radium v0.7.0 |
2943 | 2024-04-26T18:03:52.970Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2944 | 2024-04-26T18:03:53.656Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2945 | 2024-04-26T18:03:53.897Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2946 | 2024-04-26T18:03:54.675Z | Documenting wyz v0.5.1 |
2947 | 2024-04-26T18:03:55.672Z | Documenting nibble_vec v0.1.0 |
2948 | 2024-04-26T18:03:56.630Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2949 | 2024-04-26T18:03:57.199Z | Documenting funty v2.0.0 |
2950 | 2024-04-26T18:03:58.151Z | Documenting endian-type v0.1.2 |
2951 | 2024-04-26T18:03:58.174Z | Documenting crc-catalog v2.2.0 |
2952 | 2024-04-26T18:03:59.023Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2953 | 2024-04-26T18:03:59.055Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2954 | 2024-04-26T18:03:59.104Z | Documenting cancel-safe-futures v0.1.5 |
2955 | 2024-04-26T18:04:00.078Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2956 | 2024-04-26T18:04:00.788Z | Documenting packed_struct_codegen v0.10.1 |
2957 | 2024-04-26T18:04:01.171Z | Documenting bitvec v1.0.1 |
2958 | 2024-04-26T18:04:01.709Z | Documenting crc v3.0.1 |
2959 | 2024-04-26T18:04:02.559Z | Documenting radix_trie v0.2.1 |
2960 | 2024-04-26T18:04:05.614Z | Documenting same-file v1.0.6 |
2961 | 2024-04-26T18:04:05.628Z | Documenting nodrop v0.1.14 |
2962 | 2024-04-26T18:04:06.272Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2963 | 2024-04-26T18:04:06.312Z | Documenting num-bigint-dig v0.8.4 |
2964 | 2024-04-26T18:04:06.986Z | Documenting packed_struct v0.10.1 |
2965 | 2024-04-26T18:04:07.338Z | Documenting pkcs1 v0.7.5 |
2966 | 2024-04-26T18:04:08.960Z | Documenting array-init v0.0.4 |
2967 | 2024-04-26T18:04:09.721Z | Documenting walkdir v2.5.0 |
2968 | 2024-04-26T18:04:10.042Z | Documenting signature v2.1.0 |
2969 | 2024-04-26T18:04:12.429Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2970 | 2024-04-26T18:04:12.814Z | Documenting bitfield v0.14.0 |
2971 | 2024-04-26T18:04:12.827Z | Documenting termcolor v1.2.0 |
2972 | 2024-04-26T18:04:14.069Z | Documenting display-error-chain v0.2.0 |
2973 | 2024-04-26T18:04:14.237Z | Documenting serde-hex v0.1.0 |
2974 | 2024-04-26T18:04:16.187Z | Documenting rsa v0.9.2 |
2975 | 2024-04-26T18:04:16.419Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2976 | 2024-04-26T18:04:16.661Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2977 | 2024-04-26T18:04:17.427Z | Documenting env_logger v0.10.0 |
2978 | 2024-04-26T18:04:18.581Z | Documenting slog-dtrace v0.3.0 |
2979 | 2024-04-26T18:04:19.186Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2980 | 2024-04-26T18:04:19.407Z | Documenting pem v3.0.4 |
2981 | 2024-04-26T18:04:20.377Z | Documenting x509-cert v0.2.4 |
2982 | 2024-04-26T18:04:34.701Z | Documenting libsw v3.3.1 |
2983 | 2024-04-26T18:04:34.757Z | Documenting ron v0.8.1 |
2984 | 2024-04-26T18:04:34.757Z | Documenting half v2.3.1 |
2985 | 2024-04-26T18:04:34.757Z | Documenting owo-colors v4.0.0 |
2986 | 2024-04-26T18:04:34.757Z | Documenting ciborium-io v0.2.2 |
2987 | 2024-04-26T18:04:34.757Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2988 | 2024-04-26T18:04:34.757Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2989 | 2024-04-26T18:04:34.757Z | | |
2990 | 2024-04-26T18:04:34.757Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2991 | 2024-04-26T18:04:34.757Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2992 | 2024-04-26T18:04:34.757Z | | |
2993 | 2024-04-26T18:04:34.758Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2994 | 2024-04-26T18:04:34.758Z | |
2995 | 2024-04-26T18:04:34.758Z | Documenting linear-map v1.2.0 |
2996 | 2024-04-26T18:04:34.758Z | Documenting crc-any v2.4.3 |
2997 | 2024-04-26T18:04:34.795Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2998 | 2024-04-26T18:04:34.795Z | warning: `nexus-types` (lib doc) generated 1 warning |
2999 | 2024-04-26T18:04:34.795Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3000 | 2024-04-26T18:04:34.796Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3001 | 2024-04-26T18:04:34.796Z | Documenting ciborium-ll v0.2.2 |
3002 | 2024-04-26T18:04:34.796Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3003 | 2024-04-26T18:04:34.796Z | Documenting headers-core v0.2.0 |
3004 | 2024-04-26T18:04:34.796Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3005 | 2024-04-26T18:04:34.796Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3006 | 2024-04-26T18:04:34.797Z | Documenting path-slash v0.1.5 |
3007 | 2024-04-26T18:04:34.797Z | Documenting ciborium v0.2.2 |
3008 | 2024-04-26T18:04:35.655Z | Documenting headers v0.3.9 |
3009 | 2024-04-26T18:04:37.521Z | Documenting fxhash v0.2.1 |
3010 | 2024-04-26T18:04:37.551Z | Documenting async-recursion v1.1.0 |
3011 | 2024-04-26T18:04:38.871Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3012 | 2024-04-26T18:04:40.374Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3013 | 2024-04-26T18:04:42.016Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3014 | 2024-04-26T18:04:42.124Z | Documenting vte_generate_state_changes v0.1.1 |
3015 | 2024-04-26T18:04:42.568Z | Documenting convert_case v0.4.0 |
3016 | 2024-04-26T18:04:42.594Z | Checking convert_case v0.4.0 |
3017 | 2024-04-26T18:04:42.812Z | Documenting buf-list v1.0.3 |
3018 | 2024-04-26T18:04:43.330Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3019 | 2024-04-26T18:04:46.720Z | Documenting derive_more v0.99.17 |
3020 | 2024-04-26T18:04:46.843Z | Documenting vte v0.11.1 |
3021 | 2024-04-26T18:04:47.919Z | Documenting derive_builder_core v0.20.0 |
3022 | 2024-04-26T18:04:51.462Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3023 | 2024-04-26T18:04:53.736Z | Checking derive_builder_core v0.20.0 |
3024 | 2024-04-26T18:04:54.264Z | Documenting fd-lock v4.0.2 |
3025 | 2024-04-26T18:04:54.550Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3026 | 2024-04-26T18:04:54.679Z | Documenting bitstruct_derive v0.1.0 |
3027 | 2024-04-26T18:04:54.733Z | Documenting pin-project-internal v1.1.3 |
3028 | 2024-04-26T18:04:57.046Z | Documenting ascii v1.1.0 |
3029 | 2024-04-26T18:04:58.900Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3030 | 2024-04-26T18:05:00.045Z | Documenting bitstruct v0.1.1 |
3031 | 2024-04-26T18:05:00.215Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3032 | 2024-04-26T18:05:00.432Z | Documenting pin-project v1.1.3 |
3033 | 2024-04-26T18:05:00.835Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3034 | 2024-04-26T18:05:03.114Z | Documenting derive_builder_macro v0.20.0 |
3035 | 2024-04-26T18:05:03.533Z | Documenting strip-ansi-escapes v0.2.0 |
3036 | 2024-04-26T18:05:04.126Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3037 | 2024-04-26T18:05:04.363Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3038 | 2024-04-26T18:05:04.987Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3039 | 2024-04-26T18:05:05.474Z | Documenting crossbeam-deque v0.8.3 |
3040 | 2024-04-26T18:05:07.324Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3041 | 2024-04-26T18:05:07.982Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3042 | 2024-04-26T18:05:08.577Z | Documenting serde_arrays v0.1.0 |
3043 | 2024-04-26T18:05:08.971Z | Documenting erased-serde v0.3.31 |
3044 | 2024-04-26T18:05:10.049Z | Documenting snafu-derive v0.8.2 |
3045 | 2024-04-26T18:05:11.243Z | Documenting ref-cast-impl v1.0.22 |
3046 | 2024-04-26T18:05:13.229Z | Documenting unicode-xid v0.2.4 |
3047 | 2024-04-26T18:05:14.444Z | Checking unicode-xid v0.2.4 |
3048 | 2024-04-26T18:05:14.593Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3049 | 2024-04-26T18:05:14.903Z | Documenting nu-ansi-term v0.50.0 |
3050 | 2024-04-26T18:05:15.321Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3051 | 2024-04-26T18:05:15.693Z | Documenting ref-cast v1.0.22 |
3052 | 2024-04-26T18:05:16.721Z | Documenting const_format_proc_macros v0.2.32 |
3053 | 2024-04-26T18:05:17.849Z | Documenting snafu v0.8.2 |
3054 | 2024-04-26T18:05:19.322Z | Documenting reedline v0.31.0 |
3055 | 2024-04-26T18:05:19.400Z | Documenting rayon-core v1.12.1 |
3056 | 2024-04-26T18:05:21.531Z | Documenting derive_builder v0.20.0 |
3057 | 2024-04-26T18:05:22.556Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3058 | 2024-04-26T18:05:22.631Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3059 | 2024-04-26T18:05:23.939Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3060 | 2024-04-26T18:05:24.252Z | Documenting libefi-sys v0.1.0 |
3061 | 2024-04-26T18:05:28.522Z | Documenting trust-dns-client v0.22.0 |
3062 | 2024-04-26T18:05:30.274Z | Documenting polar-core v0.27.3 |
3063 | 2024-04-26T18:05:30.298Z | Documenting libxml v0.3.3 |
3064 | 2024-04-26T18:05:30.323Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3065 | 2024-04-26T18:05:31.415Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3066 | 2024-04-26T18:05:32.128Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3067 | 2024-04-26T18:05:32.985Z | Documenting globset v0.4.13 |
3068 | 2024-04-26T18:05:33.556Z | Documenting bb8 v0.8.3 |
3069 | 2024-04-26T18:05:37.409Z | Documenting olpc-cjson v0.1.3 |
3070 | 2024-04-26T18:05:37.765Z | Documenting serde_plain v1.0.2 |
3071 | 2024-04-26T18:05:38.570Z | Documenting quick-xml v0.31.0 |
3072 | 2024-04-26T18:05:39.618Z | Documenting impl-trait-for-tuples v0.2.2 |
3073 | 2024-04-26T18:05:39.860Z | Documenting oso-derive v0.27.3 |
3074 | 2024-04-26T18:05:40.019Z | Documenting typed-path v0.7.0 |
3075 | 2024-04-26T18:05:42.367Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3076 | 2024-04-26T18:05:42.710Z | Documenting maplit v1.0.2 |
3077 | 2024-04-26T18:05:44.977Z | Documenting utf-8 v0.7.6 |
3078 | 2024-04-26T18:05:45.729Z | Documenting keccak v0.1.4 |
3079 | 2024-04-26T18:05:46.052Z | Documenting samael v0.0.15 |
3080 | 2024-04-26T18:05:46.831Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3081 | 2024-04-26T18:05:46.996Z | Documenting oso v0.27.3 |
3082 | 2024-04-26T18:05:47.087Z | Documenting tough v0.17.1 |
3083 | 2024-04-26T18:05:49.307Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3084 | 2024-04-26T18:05:49.366Z | Documenting tungstenite v0.21.0 |
3085 | 2024-04-26T18:05:49.472Z | Documenting sha3 v0.10.8 |
3086 | 2024-04-26T18:05:52.045Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3087 | 2024-04-26T18:05:53.505Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3088 | 2024-04-26T18:05:55.627Z | Documenting trust-dns-server v0.22.1 |
3089 | 2024-04-26T18:05:57.145Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3090 | 2024-04-26T18:05:59.103Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3091 | 2024-04-26T18:06:00.155Z | Documenting rayon v1.10.0 |
3092 | 2024-04-26T18:06:00.588Z | Documenting const_format v0.2.32 |
3093 | 2024-04-26T18:06:00.992Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3094 | 2024-04-26T18:06:03.421Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3095 | 2024-04-26T18:06:04.048Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3096 | 2024-04-26T18:06:04.088Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3097 | 2024-04-26T18:06:04.253Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3098 | 2024-04-26T18:06:04.282Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3099 | 2024-04-26T18:06:04.479Z | Documenting sled v0.34.7 |
3100 | 2024-04-26T18:06:04.591Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3101 | 2024-04-26T18:06:04.894Z | Documenting fs-err v2.11.0 |
3102 | 2024-04-26T18:06:05.482Z | Documenting nix v0.28.0 |
3103 | 2024-04-26T18:06:05.526Z | Documenting cookie v0.18.1 |
3104 | 2024-04-26T18:06:08.927Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3105 | 2024-04-26T18:06:09.072Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3106 | 2024-04-26T18:06:09.403Z | Documenting secrecy v0.8.0 |
3107 | 2024-04-26T18:06:09.415Z | Documenting gethostname v0.4.3 |
3108 | 2024-04-26T18:06:10.160Z | Documenting peg-macros v0.8.2 |
3109 | 2024-04-26T18:06:11.242Z | Documenting rustversion v1.0.14 |
3110 | 2024-04-26T18:06:11.617Z | Documenting sqlparser_derive v0.2.2 |
3111 | 2024-04-26T18:06:12.322Z | Documenting unicode_categories v0.1.1 |
3112 | 2024-04-26T18:06:14.347Z | Documenting home v0.5.5 |
3113 | 2024-04-26T18:06:14.658Z | Documenting parse-size v1.0.0 |
3114 | 2024-04-26T18:06:15.880Z | Documenting castaway v0.2.2 |
3115 | 2024-04-26T18:06:16.518Z | Documenting peg v0.8.2 |
3116 | 2024-04-26T18:06:16.673Z | Documenting sqlformat v0.2.3 |
3117 | 2024-04-26T18:06:16.870Z | Documenting sqlparser v0.45.0 |
3118 | 2024-04-26T18:06:18.335Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3119 | 2024-04-26T18:06:18.466Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3120 | 2024-04-26T18:06:18.670Z | Documenting rustyline v14.0.0 |
3121 | 2024-04-26T18:06:20.135Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3122 | 2024-04-26T18:06:20.798Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3123 | 2024-04-26T18:06:22.267Z | Documenting tokio-tungstenite v0.21.0 |
3124 | 2024-04-26T18:06:25.867Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3125 | 2024-04-26T18:06:26.303Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3126 | 2024-04-26T18:06:27.260Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3127 | 2024-04-26T18:06:30.796Z | Documenting zone v0.1.8 |
3128 | 2024-04-26T18:06:33.810Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3129 | 2024-04-26T18:06:34.236Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3130 | 2024-04-26T18:06:34.792Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3131 | 2024-04-26T18:06:36.451Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3132 | 2024-04-26T18:06:36.750Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3133 | 2024-04-26T18:06:37.092Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
3134 | 2024-04-26T18:06:38.769Z | Documenting portpicker v0.1.1 |
3135 | 2024-04-26T18:06:40.677Z | Documenting universal-hash v0.5.1 |
3136 | 2024-04-26T18:06:41.654Z | Documenting bcs v0.1.6 |
3137 | 2024-04-26T18:06:44.117Z | Documenting kstat-rs v0.2.3 |
3138 | 2024-04-26T18:06:46.249Z | Documenting thiserror-impl-no-std v2.0.2 |
3139 | 2024-04-26T18:06:56.414Z | Documenting curve25519-dalek-derive v0.1.0 |
3140 | 2024-04-26T18:06:56.595Z | Documenting highway v1.1.0 |
3141 | 2024-04-26T18:06:56.880Z | Documenting opaque-debug v0.3.0 |
3142 | 2024-04-26T18:06:56.915Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3143 | 2024-04-26T18:06:57.218Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3144 | 2024-04-26T18:06:57.470Z | Documenting thiserror-no-std v2.0.2 |
3145 | 2024-04-26T18:06:57.684Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3146 | 2024-04-26T18:07:00.767Z | Documenting poly1305 v0.8.0 |
3147 | 2024-04-26T18:07:01.036Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3148 | 2024-04-26T18:07:01.139Z | Documenting compact_str v0.7.1 |
3149 | 2024-04-26T18:07:02.218Z | Documenting curve25519-dalek v4.1.2 |
3150 | 2024-04-26T18:07:05.772Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3151 | 2024-04-26T18:07:06.421Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3152 | 2024-04-26T18:07:07.946Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3153 | 2024-04-26T18:07:08.787Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3154 | 2024-04-26T18:07:09.696Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3155 | 2024-04-26T18:07:09.868Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3156 | 2024-04-26T18:07:11.420Z | Documenting portable-atomic v1.4.3 |
3157 | 2024-04-26T18:07:12.066Z | Documenting ed25519 v1.5.3 |
3158 | 2024-04-26T18:07:15.316Z | Documenting memoffset v0.7.1 |
3159 | 2024-04-26T18:07:16.066Z | Documenting unicase v2.7.0 |
3160 | 2024-04-26T18:07:16.992Z | Documenting rcgen v0.12.1 |
3161 | 2024-04-26T18:07:18.912Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3162 | 2024-04-26T18:07:19.691Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
3163 | 2024-04-26T18:07:19.737Z | warning: could not parse code block as Rust code |
3164 | 2024-04-26T18:07:19.737Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3165 | 2024-04-26T18:07:19.737Z | | |
3166 | 2024-04-26T18:07:19.738Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3167 | 2024-04-26T18:07:19.738Z | 247 | | /// |
3168 | 2024-04-26T18:07:19.738Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3169 | 2024-04-26T18:07:19.738Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3170 | 2024-04-26T18:07:19.738Z | ... | |
3171 | 2024-04-26T18:07:19.739Z | 277 | | /// |
3172 | 2024-04-26T18:07:19.739Z | 278 | | /// Will be parsed as `this string has " in it`. |
3173 | 2024-04-26T18:07:19.739Z | | |________________________________________________________^ |
3174 | 2024-04-26T18:07:19.739Z | | |
3175 | 2024-04-26T18:07:19.739Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3176 | 2024-04-26T18:07:19.739Z | = note: error from rustc: unknown start of token: \ |
3177 | 2024-04-26T18:07:19.740Z | = note: error from rustc: unknown start of token: \ |
3178 | 2024-04-26T18:07:19.740Z | = note: error from rustc: unknown start of token: \ |
3179 | 2024-04-26T18:07:19.740Z | = note: error from rustc: unknown start of token: \ |
3180 | 2024-04-26T18:07:19.740Z | = note: error from rustc: unknown start of token: \ |
3181 | 2024-04-26T18:07:19.740Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3182 | 2024-04-26T18:07:19.741Z | |
3183 | 2024-04-26T18:07:20.526Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3184 | 2024-04-26T18:07:21.005Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
3185 | 2024-04-26T18:07:21.286Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3186 | 2024-04-26T18:07:21.290Z | Documenting atomicwrites v0.4.3 |
3187 | 2024-04-26T18:07:21.290Z | Documenting chacha20 v0.9.1 |
3188 | 2024-04-26T18:07:25.449Z | Documenting lru v0.12.1 |
3189 | 2024-04-26T18:07:27.189Z | Documenting aead v0.5.2 |
3190 | 2024-04-26T18:07:27.219Z | Documenting rand_seeder v0.2.3 |
3191 | 2024-04-26T18:07:28.618Z | Documenting nanorand v0.7.0 |
3192 | 2024-04-26T18:07:29.717Z | Documenting subprocess v0.2.9 |
3193 | 2024-04-26T18:07:30.666Z | Documenting stability v0.2.0 |
3194 | 2024-04-26T18:07:31.761Z | Documenting number_prefix v0.4.0 |
3195 | 2024-04-26T18:07:41.846Z | Documenting glob v0.3.1 |
3196 | 2024-04-26T18:07:41.923Z | Documenting cassowary v0.3.0 |
3197 | 2024-04-26T18:07:42.245Z | Documenting chacha20poly1305 v0.10.1 |
3198 | 2024-04-26T18:07:42.260Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3199 | 2024-04-26T18:07:42.655Z | Documenting indicatif v0.17.8 |
3200 | 2024-04-26T18:07:42.871Z | Documenting flume v0.11.0 |
3201 | 2024-04-26T18:07:42.888Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3202 | 2024-04-26T18:07:46.277Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3203 | 2024-04-26T18:07:46.545Z | Documenting ratatui v0.26.2 |
3204 | 2024-04-26T18:07:47.557Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3205 | 2024-04-26T18:07:59.252Z | Documenting mime_guess v2.0.4 |
3206 | 2024-04-26T18:07:59.351Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3207 | 2024-04-26T18:07:59.704Z | Documenting salty v0.2.0 |
3208 | 2024-04-26T18:08:00.338Z | Documenting vsss-rs v3.3.4 |
3209 | 2024-04-26T18:08:00.621Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3210 | 2024-04-26T18:08:04.018Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3211 | 2024-04-26T18:08:04.516Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3212 | 2024-04-26T18:08:04.559Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3213 | 2024-04-26T18:08:05.026Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3214 | 2024-04-26T18:08:05.165Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3215 | 2024-04-26T18:08:06.131Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3216 | 2024-04-26T18:08:06.423Z | Documenting serde-big-array v0.5.1 |
3217 | 2024-04-26T18:08:08.217Z | Documenting rtoolbox v0.0.1 |
3218 | 2024-04-26T18:08:09.437Z | Documenting smawk v0.3.1 |
3219 | 2024-04-26T18:08:10.193Z | Documenting http-range v0.1.5 |
3220 | 2024-04-26T18:08:10.320Z | Documenting is_ci v1.2.0 |
3221 | 2024-04-26T18:08:11.169Z | Documenting unicode-linebreak v0.1.5 |
3222 | 2024-04-26T18:08:13.470Z | Documenting rpassword v7.3.1 |
3223 | 2024-04-26T18:08:13.829Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3224 | 2024-04-26T18:08:14.807Z | Documenting textwrap v0.16.1 |
3225 | 2024-04-26T18:08:15.229Z | Documenting hyper-staticfile v0.9.5 |
3226 | 2024-04-26T18:08:15.384Z | Documenting supports-color v3.0.0 |
3227 | 2024-04-26T18:08:18.136Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3228 | 2024-04-26T18:08:19.769Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3229 | 2024-04-26T18:08:20.118Z | Documenting tui-tree-widget v0.19.0 |
3230 | 2024-04-26T18:08:22.176Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3231 | 2024-04-26T18:08:22.903Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3232 | 2024-04-26T18:08:23.460Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3233 | 2024-04-26T18:08:26.719Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3234 | 2024-04-26T18:08:27.184Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3235 | 2024-04-26T18:08:27.842Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3236 | 2024-04-26T18:08:27.869Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3237 | 2024-04-26T18:08:28.295Z | Documenting signal-hook-tokio v0.3.1 |
3238 | 2024-04-26T18:08:28.567Z | Documenting memmap2 v0.7.1 |
3239 | 2024-04-26T18:08:28.699Z | Documenting shell-words v1.1.0 |
3240 | 2024-04-26T18:08:29.231Z | Documenting corncobs v0.1.3 |
3241 | 2024-04-26T18:08:32.854Z | Documenting arrayvec v0.7.4 |
3242 | 2024-04-26T18:08:33.119Z | Documenting constant_time_eq v0.3.0 |
3243 | 2024-04-26T18:08:33.311Z | Documenting arrayref v0.3.7 |
3244 | 2024-04-26T18:08:33.834Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3245 | 2024-04-26T18:08:33.918Z | warning: unresolved link to `test_sled_transitions` |
3246 | 2024-04-26T18:08:33.919Z | --> nexus/db-queries/src/db/datastore/sled.rs:636:11 |
3247 | 2024-04-26T18:08:33.919Z | | |
3248 | 2024-04-26T18:08:33.919Z | 636 | /// [`test_sled_transitions`]. |
3249 | 2024-04-26T18:08:33.919Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3250 | 2024-04-26T18:08:33.920Z | | |
3251 | 2024-04-26T18:08:33.920Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3252 | 2024-04-26T18:08:33.920Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3253 | 2024-04-26T18:08:33.920Z | |
3254 | 2024-04-26T18:08:33.929Z | warning: unresolved link to `test_sled_transitions` |
3255 | 2024-04-26T18:08:33.929Z | --> nexus/db-queries/src/db/datastore/sled.rs:672:11 |
3256 | 2024-04-26T18:08:33.930Z | | |
3257 | 2024-04-26T18:08:33.930Z | 672 | /// [`test_sled_transitions`]. |
3258 | 2024-04-26T18:08:33.930Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3259 | 2024-04-26T18:08:33.930Z | | |
3260 | 2024-04-26T18:08:33.931Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3261 | 2024-04-26T18:08:33.931Z | |
3262 | 2024-04-26T18:08:33.931Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3263 | 2024-04-26T18:08:33.931Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3264 | 2024-04-26T18:08:33.931Z | | |
3265 | 2024-04-26T18:08:33.932Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3266 | 2024-04-26T18:08:33.932Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3267 | 2024-04-26T18:08:33.932Z | |
3268 | 2024-04-26T18:08:37.042Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3269 | 2024-04-26T18:08:37.062Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3270 | 2024-04-26T18:08:37.235Z | Documenting blake3 v1.5.0 |
3271 | 2024-04-26T18:08:43.362Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3272 | 2024-04-26T18:08:43.407Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3273 | 2024-04-26T18:08:43.407Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3274 | 2024-04-26T18:08:43.941Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3275 | 2024-04-26T18:08:53.179Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3276 | 2024-04-26T18:08:53.183Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3277 | 2024-04-26T18:08:54.670Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3278 | 2024-04-26T18:08:56.268Z | warning: unclosed HTML tag `usize` |
3279 | 2024-04-26T18:08:56.268Z | --> wicket/src/ui/panes/update.rs:153:19 |
3280 | 2024-04-26T18:08:56.268Z | | |
3281 | 2024-04-26T18:08:56.268Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3282 | 2024-04-26T18:08:56.268Z | | ^^^^^^^ |
3283 | 2024-04-26T18:08:56.269Z | | |
3284 | 2024-04-26T18:08:56.269Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3285 | 2024-04-26T18:08:56.269Z | |
3286 | 2024-04-26T18:08:57.009Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3287 | 2024-04-26T18:08:57.727Z | warning: `wicket` (lib doc) generated 1 warning |
3288 | 2024-04-26T18:08:57.731Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3289 | 2024-04-26T18:08:59.567Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3290 | 2024-04-26T18:09:02.713Z | warning: unresolved link to `BlueprintDisksConfig` |
3291 | 2024-04-26T18:09:02.713Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55 |
3292 | 2024-04-26T18:09:02.713Z | | |
3293 | 2024-04-26T18:09:02.713Z | 1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3294 | 2024-04-26T18:09:02.713Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3295 | 2024-04-26T18:09:02.713Z | | |
3296 | 2024-04-26T18:09:02.713Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3297 | 2024-04-26T18:09:02.713Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3298 | 2024-04-26T18:09:02.713Z | |
3299 | 2024-04-26T18:09:03.471Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
3300 | 2024-04-26T18:09:03.766Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3301 | 2024-04-26T18:09:03.773Z | Documenting fatfs v0.3.6 |
3302 | 2024-04-26T18:09:05.307Z | Documenting assert_matches v1.5.0 |
3303 | 2024-04-26T18:09:08.836Z | Documenting topological-sort v0.2.2 |
3304 | 2024-04-26T18:09:10.415Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3305 | 2024-04-26T18:09:13.285Z | Documenting omicron-zone-package v0.11.0 |
3306 | 2024-04-26T18:09:15.357Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3307 | 2024-04-26T18:09:19.978Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3308 | 2024-04-26T18:09:24.056Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3309 | 2024-04-26T18:09:26.220Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3310 | 2024-04-26T18:09:26.894Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3311 | 2024-04-26T18:09:27.237Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3312 | 2024-04-26T18:09:32.434Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3313 | 2024-04-26T18:09:33.272Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3314 | 2024-04-26T18:09:34.816Z | Documenting uzers v0.11.3 |
3315 | 2024-04-26T18:09:36.741Z | Documenting termios v0.3.3 |
3316 | 2024-04-26T18:09:36.862Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3317 | 2024-04-26T18:09:40.307Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3318 | 2024-04-26T18:09:41.810Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3319 | 2024-04-26T18:09:41.810Z | --> sled-agent/src/sim/instance.rs:46:7 |
3320 | 2024-04-26T18:09:41.810Z | | |
3321 | 2024-04-26T18:09:41.810Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3322 | 2024-04-26T18:09:41.810Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3323 | 2024-04-26T18:09:41.811Z | | |
3324 | 2024-04-26T18:09:41.811Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3325 | 2024-04-26T18:09:41.811Z | |
3326 | 2024-04-26T18:09:42.228Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3327 | 2024-04-26T18:09:42.739Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3328 | 2024-04-26T18:09:45.622Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3329 | 2024-04-26T18:09:49.846Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3330 | 2024-04-26T18:09:58.833Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3331 | 2024-04-26T18:09:59.673Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3332 | 2024-04-26T18:10:14.243Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3333 | 2024-04-26T18:10:20.036Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3334 | 2024-04-26T18:10:27.655Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3335 | 2024-04-26T18:10:29.475Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3336 | 2024-04-26T18:10:29.869Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3337 | 2024-04-26T18:10:33.756Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3338 | 2024-04-26T18:10:34.746Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3339 | 2024-04-26T18:10:50.489Z | warning: unresolved link to `Nexus` |
3340 | 2024-04-26T18:10:50.489Z | --> nexus/src/app/instance_network.rs:280:34 |
3341 | 2024-04-26T18:10:50.489Z | | |
3342 | 2024-04-26T18:10:50.489Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3343 | 2024-04-26T18:10:50.489Z | | ^^^^^ no item named `Nexus` in scope |
3344 | 2024-04-26T18:10:50.489Z | | |
3345 | 2024-04-26T18:10:50.490Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3346 | 2024-04-26T18:10:50.490Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3347 | 2024-04-26T18:10:50.490Z | |
3348 | 2024-04-26T18:10:51.482Z | warning: unresolved link to `Nexus` |
3349 | 2024-04-26T18:10:51.482Z | --> nexus/src/app/instance_network.rs:458:34 |
3350 | 2024-04-26T18:10:51.482Z | | |
3351 | 2024-04-26T18:10:51.482Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3352 | 2024-04-26T18:10:51.482Z | | ^^^^^ no item named `Nexus` in scope |
3353 | 2024-04-26T18:10:51.482Z | | |
3354 | 2024-04-26T18:10:51.482Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3355 | 2024-04-26T18:10:51.482Z | |
3356 | 2024-04-26T18:10:51.482Z | warning: unresolved link to `VolumeConstructionRequest` |
3357 | 2024-04-26T18:10:51.482Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3358 | 2024-04-26T18:10:51.482Z | | |
3359 | 2024-04-26T18:10:51.482Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3360 | 2024-04-26T18:10:51.482Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3361 | 2024-04-26T18:10:51.482Z | | |
3362 | 2024-04-26T18:10:51.482Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3363 | 2024-04-26T18:10:51.482Z | |
3364 | 2024-04-26T18:10:51.483Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3365 | 2024-04-26T18:10:51.483Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3366 | 2024-04-26T18:10:51.483Z | | |
3367 | 2024-04-26T18:10:51.483Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3368 | 2024-04-26T18:10:51.483Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3369 | 2024-04-26T18:10:51.483Z | |
3370 | 2024-04-26T18:10:51.483Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3371 | 2024-04-26T18:10:51.483Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3372 | 2024-04-26T18:10:51.483Z | | |
3373 | 2024-04-26T18:10:51.483Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3374 | 2024-04-26T18:10:51.483Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3375 | 2024-04-26T18:10:51.483Z | |
3376 | 2024-04-26T18:10:51.483Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3377 | 2024-04-26T18:10:51.483Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3378 | 2024-04-26T18:10:51.483Z | | |
3379 | 2024-04-26T18:10:51.483Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3380 | 2024-04-26T18:10:51.483Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3381 | 2024-04-26T18:10:51.483Z | |
3382 | 2024-04-26T18:10:51.483Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3383 | 2024-04-26T18:10:51.483Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3384 | 2024-04-26T18:10:51.483Z | | |
3385 | 2024-04-26T18:10:51.483Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3386 | 2024-04-26T18:10:51.484Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3387 | 2024-04-26T18:10:51.484Z | |
3388 | 2024-04-26T18:10:51.484Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3389 | 2024-04-26T18:10:51.484Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3390 | 2024-04-26T18:10:51.484Z | | |
3391 | 2024-04-26T18:10:51.484Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3392 | 2024-04-26T18:10:51.484Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3393 | 2024-04-26T18:10:51.484Z | |
3394 | 2024-04-26T18:10:51.484Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3395 | 2024-04-26T18:10:51.484Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3396 | 2024-04-26T18:10:51.484Z | | |
3397 | 2024-04-26T18:10:51.484Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3398 | 2024-04-26T18:10:51.484Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3399 | 2024-04-26T18:10:51.484Z | |
3400 | 2024-04-26T18:10:53.710Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3401 | 2024-04-26T18:11:17.794Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 09s |
3402 | 2024-04-26T18:11:17.873Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3403 | 2024-04-26T18:11:17.874Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3404 | 2024-04-26T18:11:17.874Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3405 | 2024-04-26T18:11:17.874Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3406 | 2024-04-26T18:11:17.874Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3407 | 2024-04-26T18:11:17.874Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3408 | 2024-04-26T18:11:17.874Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3409 | 2024-04-26T18:11:17.875Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3410 | 2024-04-26T18:11:17.875Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3411 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3412 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3413 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3414 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3415 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3416 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3417 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3418 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3419 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3420 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3421 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3422 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3423 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3424 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3425 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3426 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3427 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3428 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3429 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3430 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3431 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3432 | 2024-04-26T18:11:17.885Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3433 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3434 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3435 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3436 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3437 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3438 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3439 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3440 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3441 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3442 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3443 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3444 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3445 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3446 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3447 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3448 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3449 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3450 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3451 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3452 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3453 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3454 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3455 | 2024-04-26T18:11:17.886Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3456 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3457 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3458 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3459 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3460 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3461 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3462 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3463 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3464 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3465 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3466 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3467 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3468 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3469 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3470 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3471 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3472 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3473 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3474 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3475 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3476 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3477 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3478 | 2024-04-26T18:11:17.887Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3479 | 2024-04-26T18:11:17.888Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3480 | 2024-04-26T18:11:17.888Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3481 | 2024-04-26T18:11:17.888Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3482 | 2024-04-26T18:11:17.888Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3483 | 2024-04-26T18:11:17.903Z | |
3484 | 2024-04-26T18:11:17.906Z | real 13:09.575546105 |
3485 | 2024-04-26T18:11:17.906Z | user 35:08.750954246 |
3486 | 2024-04-26T18:11:17.906Z | sys 57:23.725726735 |
3487 | 2024-04-26T18:11:17.906Z | trap 0.980925258 |
3488 | 2024-04-26T18:11:17.906Z | tflt 0.123043808 |
3489 | 2024-04-26T18:11:17.906Z | dflt 0.620833699 |
3490 | 2024-04-26T18:11:17.906Z | kflt 0.000053859 |
3491 | 2024-04-26T18:11:17.906Z | lock 3:30:53.432989647 |
3492 | 2024-04-26T18:11:17.907Z | slp 3:38:27.601096382 |
3493 | 2024-04-26T18:11:17.907Z | lat 4:29.104829029 |
3494 | 2024-04-26T18:11:17.907Z | stop 2:03.197681857 |
3495 | 2024-04-26T18:11:17.907Z | process exited: duration 1400811 ms, exit code 0 |
|
3496 | 2024-04-26T18:11:17.913Z | found 0 output files |