|
|
|
1 | 2024-05-14T03:14:13.028Z | job assigned to worker 01HXTHE20TK7XF8T109TK84B6Q (queued for 1 m 12 s) |
|
2 | 2024-05-14T03:14:20.992Z | starting task 0: "setup" |
3 | 2024-05-14T03:14:21.058Z | ++ uname -s |
4 | 2024-05-14T03:14:21.071Z | + kern=SunOS |
5 | 2024-05-14T03:14:21.071Z | + case "$kern" in |
6 | 2024-05-14T03:14:21.071Z | + groupadd -g 12345 build |
7 | 2024-05-14T03:14:21.071Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-14T03:14:23.077Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-14T03:14:23.162Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-14T03:14:23.184Z | + home_fs=zfs |
11 | 2024-05-14T03:14:23.184Z | + [[ zfs == autofs ]] |
12 | 2024-05-14T03:14:23.184Z | + mkdir -p /home/build |
13 | 2024-05-14T03:14:23.184Z | + chown build:build /home/build /work |
14 | 2024-05-14T03:14:25.166Z | + chmod 0700 /home/build /work |
15 | 2024-05-14T03:14:25.174Z | process exited: duration 4183 ms, exit code 0 |
|
16 | 2024-05-14T03:14:26.227Z | starting task 1: "rust-toolchain" |
17 | 2024-05-14T03:14:26.269Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-14T03:14:26.269Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-14T03:14:26.348Z | info: downloading installer |
20 | 2024-05-14T03:14:27.975Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-14T03:14:27.975Z | warning: /opt/ooce/bin |
22 | 2024-05-14T03:14:27.975Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-14T03:14:27.975Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-14T03:14:27.975Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-14T03:14:27.976Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-14T03:14:27.976Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-14T03:14:27.976Z | error: cannot install while Rust is installed |
28 | 2024-05-14T03:14:27.976Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-14T03:14:28.057Z | info: profile set to 'default' |
30 | 2024-05-14T03:14:28.058Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-14T03:14:28.075Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-14T03:14:28.220Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-14T03:14:28.221Z | info: downloading component 'cargo' |
34 | 2024-05-14T03:14:28.990Z | info: downloading component 'clippy' |
35 | 2024-05-14T03:14:29.274Z | info: downloading component 'rust-docs' |
36 | 2024-05-14T03:14:30.311Z | info: downloading component 'rust-std' |
37 | 2024-05-14T03:14:32.093Z | info: downloading component 'rustc' |
38 | 2024-05-14T03:14:36.461Z | info: downloading component 'rustfmt' |
39 | 2024-05-14T03:14:36.707Z | info: installing component 'cargo' |
40 | 2024-05-14T03:14:37.604Z | info: installing component 'clippy' |
41 | 2024-05-14T03:14:37.995Z | info: installing component 'rust-docs' |
42 | 2024-05-14T03:14:39.466Z | info: installing component 'rust-std' |
43 | 2024-05-14T03:14:41.323Z | info: installing component 'rustc' |
44 | 2024-05-14T03:14:45.668Z | info: installing component 'rustfmt' |
45 | 2024-05-14T03:14:46.022Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-14T03:14:46.023Z | |
47 | 2024-05-14T03:14:46.303Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-14T03:14:46.303Z | |
49 | 2024-05-14T03:14:46.318Z | |
50 | 2024-05-14T03:14:46.318Z | Rust is installed now. Great! |
51 | 2024-05-14T03:14:46.318Z | |
52 | 2024-05-14T03:14:46.319Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-14T03:14:46.319Z | environment variable. This has not been done automatically. |
54 | 2024-05-14T03:14:46.319Z | |
55 | 2024-05-14T03:14:46.319Z | To configure your current shell, you need to source |
56 | 2024-05-14T03:14:46.320Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-14T03:14:46.320Z | |
58 | 2024-05-14T03:14:46.320Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-14T03:14:46.320Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-14T03:14:46.320Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-14T03:14:46.395Z | + rustc --version |
62 | 2024-05-14T03:14:46.463Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-14T03:14:46.474Z | process exited: duration 20231 ms, exit code 0 |
|
64 | 2024-05-14T03:14:46.507Z | starting task 2: "authentication" |
65 | 2024-05-14T03:14:46.532Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-05-14T03:15:10.400Z | process exited: duration 23900 ms, exit code 0 |
|
67 | 2024-05-14T03:15:10.418Z | starting task 3: "clone repository" |
68 | 2024-05-14T03:15:10.432Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-05-14T03:15:10.432Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-05-14T03:15:10.753Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-05-14T03:15:17.467Z | + cd /work/oxidecomputer/omicron |
72 | 2024-05-14T03:15:17.467Z | + git fetch origin 3e7038e67b50b124b9ada466b88740294f1d29ca |
73 | 2024-05-14T03:15:17.782Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-05-14T03:15:17.782Z | * branch 3e7038e67b50b124b9ada466b88740294f1d29ca -> FETCH_HEAD |
75 | 2024-05-14T03:15:17.793Z | + [[ -n renovate/libc-0.x ]] |
76 | 2024-05-14T03:15:17.803Z | ++ git branch --show-current |
77 | 2024-05-14T03:15:17.803Z | + current=main |
78 | 2024-05-14T03:15:17.803Z | + [[ main != renovate/libc-0.x ]] |
79 | 2024-05-14T03:15:17.804Z | + git branch -f renovate/libc-0.x 3e7038e67b50b124b9ada466b88740294f1d29ca |
80 | 2024-05-14T03:15:17.804Z | + git checkout -f renovate/libc-0.x |
81 | 2024-05-14T03:15:17.926Z | Switched to branch 'renovate/libc-0.x' |
82 | 2024-05-14T03:15:17.936Z | + git reset --hard 3e7038e67b50b124b9ada466b88740294f1d29ca |
83 | 2024-05-14T03:15:17.951Z | HEAD is now at 3e7038e67 Update Rust crate libc to 0.2.154 |
84 | 2024-05-14T03:15:17.952Z | process exited: duration 7518 ms, exit code 0 |
|
85 | 2024-05-14T03:15:17.969Z | starting task 4: "build" |
86 | 2024-05-14T03:15:17.986Z | + cargo --version |
87 | 2024-05-14T03:15:17.986Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
88 | 2024-05-14T03:15:18.136Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
89 | 2024-05-14T03:15:18.136Z | info: downloading component 'cargo' |
90 | 2024-05-14T03:15:18.718Z | info: downloading component 'clippy' |
91 | 2024-05-14T03:15:18.906Z | info: downloading component 'rust-docs' |
92 | 2024-05-14T03:15:19.705Z | info: downloading component 'rust-std' |
93 | 2024-05-14T03:15:20.854Z | info: downloading component 'rustc' |
94 | 2024-05-14T03:15:23.884Z | info: downloading component 'rustfmt' |
95 | 2024-05-14T03:15:24.070Z | info: installing component 'cargo' |
96 | 2024-05-14T03:15:24.894Z | info: installing component 'clippy' |
97 | 2024-05-14T03:15:25.211Z | info: installing component 'rust-docs' |
98 | 2024-05-14T03:15:26.681Z | info: installing component 'rust-std' |
99 | 2024-05-14T03:15:28.325Z | info: installing component 'rustc' |
100 | 2024-05-14T03:15:32.351Z | info: installing component 'rustfmt' |
101 | 2024-05-14T03:15:32.749Z | cargo 1.77.2 (e52e36006 2024-03-26) |
102 | 2024-05-14T03:15:32.766Z | + rustc --version |
103 | 2024-05-14T03:15:32.824Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
104 | 2024-05-14T03:15:32.837Z | + source ./env.sh |
105 | 2024-05-14T03:15:32.838Z | ++ set -o xtrace |
106 | 2024-05-14T03:15:32.838Z | ++++ dirname ./env.sh |
107 | 2024-05-14T03:15:32.839Z | +++ readlink -f . |
108 | 2024-05-14T03:15:32.903Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2024-05-14T03:15:32.923Z | ++ export 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-05-14T03:15:32.923Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-05-14T03:15:32.923Z | ++ 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 |
112 | 2024-05-14T03:15:32.923Z | ++ 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 |
113 | 2024-05-14T03:15:32.923Z | ++ 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 |
114 | 2024-05-14T03:15:32.924Z | ++ 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 |
115 | 2024-05-14T03:15:32.924Z | ++ 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 |
116 | 2024-05-14T03:15:32.924Z | ++ 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 |
117 | 2024-05-14T03:15:32.924Z | ++ unset OMICRON_WS |
118 | 2024-05-14T03:15:32.924Z | ++ set +o xtrace |
119 | 2024-05-14T03:15:32.935Z | |
120 | 2024-05-14T03:15:32.935Z | ##### ##### ###### ##### ###### #### # # # #### # |
121 | 2024-05-14T03:15:32.935Z | # # # # # # # # # # # # # # # |
122 | 2024-05-14T03:15:32.935Z | # # # # ##### # # ##### # # # # # #### # |
123 | 2024-05-14T03:15:32.936Z | ##### ##### # ##### # # # # # # # # # |
124 | 2024-05-14T03:15:32.936Z | # # # # # # # # # # # # # # # |
125 | 2024-05-14T03:15:32.936Z | # # # ###### # # ###### ### # #### # #### # |
126 | 2024-05-14T03:15:32.937Z | |
127 | 2024-05-14T03:15:42.492Z | Startup: Refreshing catalog 'helios-dev' ... Done |
128 | 2024-05-14T03:15:44.249Z | Startup: Caching catalogs ... Done |
129 | 2024-05-14T03:15:45.833Z | Planning: Solver setup ... Done (1.147s) |
130 | 2024-05-14T03:15:45.852Z | Planning: Running solver ... Done (0.021s) |
131 | 2024-05-14T03:15:45.926Z | Planning: Finding local manifests ... Done (0.003s) |
132 | 2024-05-14T03:15:47.163Z | Planning: Fetching manifests: 0/4 0% complete |
133 | 2024-05-14T03:15:47.409Z | Planning: Fetching manifests: 4/4 100% complete |
134 | 2024-05-14T03:15:47.464Z | Planning: Package planning ... Done (0.056s) |
135 | 2024-05-14T03:15:47.518Z | Planning: Merging actions ... Done (0.052s) |
136 | 2024-05-14T03:15:48.153Z | Planning: Checking for conflicting actions ... Done (0.623s) |
137 | 2024-05-14T03:15:48.165Z | Planning: Consolidating action changes ... Done (0.012s) |
138 | 2024-05-14T03:15:51.835Z | Planning: Evaluating mediators ... Done (3.391s) |
139 | 2024-05-14T03:15:51.835Z | Planning: Planning completed in 7.24 seconds |
140 | 2024-05-14T03:15:51.861Z | Packages to install: 4 |
141 | 2024-05-14T03:15:51.861Z | Mediators to change: 2 |
142 | 2024-05-14T03:15:51.861Z | Services to change: 1 |
143 | 2024-05-14T03:15:51.862Z | Estimated space available: 155.31 GB |
144 | 2024-05-14T03:15:51.862Z | Estimated space to be consumed: 1.44 GB |
145 | 2024-05-14T03:15:51.878Z | Create boot environment: No |
146 | 2024-05-14T03:15:51.879Z | Create backup boot environment: No |
147 | 2024-05-14T03:15:51.879Z | Rebuild boot archive: No |
148 | 2024-05-14T03:15:51.879Z | |
149 | 2024-05-14T03:15:51.879Z | Changed mediators: |
150 | 2024-05-14T03:15:51.879Z | mediator clang: |
151 | 2024-05-14T03:15:51.879Z | version: None -> 15 (system default) |
152 | 2024-05-14T03:15:51.879Z | |
153 | 2024-05-14T03:15:51.879Z | mediator llvm: |
154 | 2024-05-14T03:15:51.879Z | version: 14 (system default) -> 15 (system default) |
155 | 2024-05-14T03:15:51.880Z | |
156 | 2024-05-14T03:15:51.880Z | Changed packages: |
157 | 2024-05-14T03:15:51.880Z | helios-dev |
158 | 2024-05-14T03:15:51.880Z | developer/build-essential |
159 | 2024-05-14T03:15:51.880Z | None -> 11-2.0 |
160 | 2024-05-14T03:15:51.880Z | library/libxmlsec1 |
161 | 2024-05-14T03:15:51.880Z | None -> 1.2.35-2.0 |
162 | 2024-05-14T03:15:51.880Z | ooce/developer/clang-15 |
163 | 2024-05-14T03:15:51.881Z | None -> 15.0.7-2.0 |
164 | 2024-05-14T03:15:51.881Z | ooce/developer/llvm-15 |
165 | 2024-05-14T03:15:51.881Z | None -> 15.0.7-2.0 |
166 | 2024-05-14T03:15:51.881Z | |
167 | 2024-05-14T03:15:51.881Z | Services: |
168 | 2024-05-14T03:15:51.881Z | restart_fmri: |
169 | 2024-05-14T03:15:51.881Z | svc:/system/update-man-index:default |
170 | 2024-05-14T03:15:51.990Z | |
171 | 2024-05-14T03:15:51.990Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
172 | 2024-05-14T03:15:57.329Z | Download: 265/3290 items 1.5/212.6MB 0% complete (326k/s) |
173 | 2024-05-14T03:16:02.384Z | Download: 367/3290 items 16.2/212.6MB 7% complete (1.5M/s) |
174 | 2024-05-14T03:16:07.387Z | Download: 622/3290 items 17.2/212.6MB 8% complete (1.6M/s) |
175 | 2024-05-14T03:16:12.411Z | Download: 1112/3290 items 28.5/212.6MB 13% complete (1.2M/s) |
176 | 2024-05-14T03:16:21.430Z | Download: 1193/3290 items 83.3/212.6MB 39% complete (6.7M/s) |
177 | 2024-05-14T03:16:26.210Z | Download: 1196/3290 items 83.4/212.6MB 39% complete (39.3k/s) |
178 | 2024-05-14T03:16:53.010Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
179 | 2024-05-14T03:16:58.015Z | Download: 2533/3290 items 120.3/212.6MB 56% complete (268k/s) |
180 | 2024-05-14T03:17:02.996Z | Download: 3120/3290 items 144.9/212.6MB 68% complete (2.5M/s) |
181 | 2024-05-14T03:17:08.713Z | Download: 3247/3290 items 202.5/212.6MB 95% complete (8.2M/s) |
182 | 2024-05-14T03:17:14.186Z | Download: 3286/3290 items 211.7/212.6MB 99% complete (8.9M/s) |
183 | 2024-05-14T03:17:17.358Z | Download: Completed 212.60 MB in 85.36 seconds (2.5M/s) |
184 | 2024-05-14T03:17:17.531Z | Actions: 1/3689 actions (Installing new actions) |
185 | 2024-05-14T03:17:22.600Z | Actions: 3554/3689 actions (Installing new actions) |
186 | 2024-05-14T03:17:22.850Z | Actions: Completed 3689 actions in 5.32 seconds. |
187 | 2024-05-14T03:17:22.981Z | Done (0.124s) |
188 | 2024-05-14T03:17:22.981Z | Done (0.000s) |
189 | 2024-05-14T03:17:23.274Z | Done (0.295s) |
190 | 2024-05-14T03:17:29.337Z | Done (5.889s) |
191 | 2024-05-14T03:17:29.533Z | Done (0.109s) |
192 | 2024-05-14T03:17:29.550Z | Done (0.000s) |
193 | 2024-05-14T03:17:29.681Z | Done (0.000s) |
194 | 2024-05-14T03:17:30.327Z | Planning: Evaluating mediator changes ... Done |
195 | 2024-05-14T03:17:31.002Z | Planning: Checking for conflicting actions ... Done |
196 | 2024-05-14T03:17:31.055Z | Planning: Consolidating action changes ... Done |
197 | 2024-05-14T03:17:31.056Z | Planning: Evaluating mediators ... Done |
198 | 2024-05-14T03:17:31.056Z | Planning: Planning completed in 0.47 seconds |
199 | 2024-05-14T03:17:31.056Z | Mediators to change: 2 |
200 | 2024-05-14T03:17:31.056Z | Create boot environment: No |
201 | 2024-05-14T03:17:31.056Z | Create backup boot environment: No |
202 | 2024-05-14T03:17:31.056Z | Done |
203 | 2024-05-14T03:17:31.056Z | Done |
204 | 2024-05-14T03:17:31.155Z | Done |
205 | 2024-05-14T03:17:35.109Z | Done |
206 | 2024-05-14T03:17:35.230Z | Done |
207 | 2024-05-14T03:17:35.230Z | Done |
208 | 2024-05-14T03:17:35.299Z | Done |
209 | 2024-05-14T03:17:35.926Z | Planning: Evaluating mediator changes ... Done |
210 | 2024-05-14T03:17:35.958Z | Planning: Merging actions ... Done |
211 | 2024-05-14T03:17:36.128Z | Planning: Checking for conflicting actions ... Done |
212 | 2024-05-14T03:17:36.141Z | Planning: Consolidating action changes ... Done |
213 | 2024-05-14T03:17:36.420Z | Planning: Evaluating mediators ... Done |
214 | 2024-05-14T03:17:36.480Z | Planning: Planning completed in 0.80 seconds |
215 | 2024-05-14T03:17:36.516Z | Packages to change: 1 |
216 | 2024-05-14T03:17:36.516Z | Mediators to change: 1 |
217 | 2024-05-14T03:17:36.516Z | Services to change: 1 |
218 | 2024-05-14T03:17:36.517Z | Create boot environment: No |
219 | 2024-05-14T03:17:36.545Z | Create backup boot environment: Yes |
220 | 2024-05-14T03:17:38.443Z | Actions: 1/6 actions (Updating modified actions) |
221 | 2024-05-14T03:17:38.478Z | Actions: Completed 6 actions in 0.05 seconds. |
222 | 2024-05-14T03:17:38.478Z | Done |
223 | 2024-05-14T03:17:38.478Z | Done |
224 | 2024-05-14T03:17:38.535Z | Done |
225 | 2024-05-14T03:17:42.703Z | Done |
226 | 2024-05-14T03:17:42.797Z | Done |
227 | 2024-05-14T03:17:42.800Z | Done |
228 | 2024-05-14T03:17:43.062Z | Done |
229 | 2024-05-14T03:17:43.483Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
230 | 2024-05-14T03:17:43.483Z | clang system 15 system |
231 | 2024-05-14T03:17:43.483Z | csh system system illumos |
232 | 2024-05-14T03:17:43.483Z | ctags system system illumos |
233 | 2024-05-14T03:17:43.484Z | gcc vendor 12 vendor |
234 | 2024-05-14T03:17:43.484Z | gcc system 10 system |
235 | 2024-05-14T03:17:43.484Z | gcc system 7 system |
236 | 2024-05-14T03:17:43.484Z | go system 1.20 system |
237 | 2024-05-14T03:17:43.484Z | go system 1.19 system |
238 | 2024-05-14T03:17:43.485Z | llvm system 15 system |
239 | 2024-05-14T03:17:43.485Z | llvm system 14 system |
240 | 2024-05-14T03:17:43.485Z | mariadb system 10.6 system |
241 | 2024-05-14T03:17:43.485Z | mta vendor vendor dma |
242 | 2024-05-14T03:17:43.485Z | openjdk system 17 system |
243 | 2024-05-14T03:17:43.486Z | openjdk system 11 system |
244 | 2024-05-14T03:17:43.486Z | openjdk system 1.8 system |
245 | 2024-05-14T03:17:43.486Z | openssl vendor 3 vendor |
246 | 2024-05-14T03:17:43.486Z | perl system 5.36 system |
247 | 2024-05-14T03:17:43.487Z | postgresql system 15 system |
248 | 2024-05-14T03:17:43.487Z | postgresql system 13 system |
249 | 2024-05-14T03:17:43.487Z | python vendor 3 vendor |
250 | 2024-05-14T03:17:43.487Z | python system 2 system |
251 | 2024-05-14T03:17:43.487Z | python3 system 3.11 system |
252 | 2024-05-14T03:17:43.487Z | ruby system 3.0 system |
253 | 2024-05-14T03:17:43.487Z | words vendor vendor american-english |
254 | 2024-05-14T03:17:43.487Z | words system system australian-english |
255 | 2024-05-14T03:17:43.487Z | words system system british-english |
256 | 2024-05-14T03:17:43.487Z | words system system canadian-english |
257 | 2024-05-14T03:17:43.488Z | words system system french |
258 | 2024-05-14T03:17:43.488Z | words system system italian |
259 | 2024-05-14T03:17:43.488Z | words system system ngerman |
260 | 2024-05-14T03:17:43.488Z | words system system ogerman |
261 | 2024-05-14T03:17:43.488Z | words system system spanish |
262 | 2024-05-14T03:17:43.858Z | PUBLISHER TYPE STATUS P LOCATION |
263 | 2024-05-14T03:17:43.858Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
264 | 2024-05-14T03:17:45.305Z | FMRI IFO |
265 | 2024-05-14T03:17:45.305Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
266 | 2024-05-14T03:17:45.305Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
267 | 2024-05-14T03:17:45.305Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
268 | 2024-05-14T03:17:45.305Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
269 | 2024-05-14T03:17:45.305Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
270 | 2024-05-14T03:17:45.306Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
271 | 2024-05-14T03:17:45.306Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
272 | 2024-05-14T03:17:45.306Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
273 | 2024-05-14T03:17:45.306Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
274 | 2024-05-14T03:17:45.306Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
275 | 2024-05-14T03:17:45.306Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
276 | 2024-05-14T03:17:45.306Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
277 | 2024-05-14T03:17:45.631Z | + set -o errexit |
278 | 2024-05-14T03:17:45.635Z | +++ dirname ./tools/ci_download_cockroachdb |
279 | 2024-05-14T03:17:45.635Z | ++ cd ./tools |
280 | 2024-05-14T03:17:45.635Z | ++ pwd |
281 | 2024-05-14T03:17:45.635Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
282 | 2024-05-14T03:17:45.635Z | ++ basename ./tools/ci_download_cockroachdb |
283 | 2024-05-14T03:17:45.635Z | + ARG0=ci_download_cockroachdb |
284 | 2024-05-14T03:17:45.635Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
285 | 2024-05-14T03:17:45.635Z | + CIDL_VERSION=v22.1.9 |
286 | 2024-05-14T03:17:45.635Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
287 | 2024-05-14T03:17:45.635Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
288 | 2024-05-14T03:17:45.635Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
289 | 2024-05-14T03:17:45.635Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
290 | 2024-05-14T03:17:45.635Z | + TARGET_DIR=out |
291 | 2024-05-14T03:17:45.635Z | + DOWNLOAD_DIR=out/downloads |
292 | 2024-05-14T03:17:45.635Z | + DEST_DIR=./out/cockroachdb |
293 | 2024-05-14T03:17:45.636Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
294 | 2024-05-14T03:17:45.636Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
295 | 2024-05-14T03:17:45.636Z | + main |
296 | 2024-05-14T03:17:45.636Z | + [[ 0 != 0 ]] |
297 | 2024-05-14T03:17:45.636Z | + CIDL_OS=solaris2.11 |
298 | 2024-05-14T03:17:45.636Z | + [[ 0 != 0 ]] |
299 | 2024-05-14T03:17:45.636Z | + configure_os solaris2.11 |
300 | 2024-05-14T03:17:45.636Z | + echo 'current directory: /work/oxidecomputer/omicron' |
301 | 2024-05-14T03:17:45.636Z | current directory: /work/oxidecomputer/omicron |
302 | 2024-05-14T03:17:45.636Z | + echo 'configuring based on OS: "solaris2.11"' |
303 | 2024-05-14T03:17:45.636Z | configuring based on OS: "solaris2.11" |
304 | 2024-05-14T03:17:45.636Z | + case "$1" in |
305 | 2024-05-14T03:17:45.636Z | + CIDL_BUILD=illumos |
306 | 2024-05-14T03:17:45.636Z | + CIDL_SUFFIX=tar.gz |
307 | 2024-05-14T03:17:45.636Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
308 | 2024-05-14T03:17:45.636Z | + CIDL_URL_BASE=https://illumos.org/downloads |
309 | 2024-05-14T03:17:45.636Z | + CIDL_ASSEMBLE=do_assemble_illumos |
310 | 2024-05-14T03:17:45.636Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
311 | 2024-05-14T03:17:45.636Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-05-14T03:17:45.636Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-05-14T03:17:45.636Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
314 | 2024-05-14T03:17:45.637Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-05-14T03:17:45.637Z | + CIDL_SHA256FUNC=do_sha256sum |
316 | 2024-05-14T03:17:45.637Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
317 | 2024-05-14T03:17:45.637Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
318 | 2024-05-14T03:17:45.637Z | + mkdir -p out/downloads |
319 | 2024-05-14T03:17:45.637Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-05-14T03:17:45.637Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2024-05-14T03:17:45.637Z | + mkdir -p ./out/cockroachdb |
322 | 2024-05-14T03:17:45.640Z | + local DO_DOWNLOAD=true |
323 | 2024-05-14T03:17:45.640Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
324 | 2024-05-14T03:17:45.640Z | + '[' true == true ']' |
325 | 2024-05-14T03:17:45.640Z | + echo Downloading... |
326 | 2024-05-14T03:17:45.640Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
327 | 2024-05-14T03:17:45.641Z | Downloading... |
328 | 2024-05-14T03:17:45.641Z | + 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 |
329 | 2024-05-14T03:17:51.205Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
330 | 2024-05-14T03:17:51.219Z | ++ sha256sum |
331 | 2024-05-14T03:17:51.219Z | ++ awk '{print $1}' |
332 | 2024-05-14T03:17:51.251Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
333 | 2024-05-14T03:17:51.251Z | + [[ 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 ]] |
334 | 2024-05-14T03:17:51.251Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
335 | 2024-05-14T03:17:51.255Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
336 | 2024-05-14T03:17:53.468Z | + do_assemble_illumos |
337 | 2024-05-14T03:17:53.468Z | + rm -r ./out/cockroachdb |
338 | 2024-05-14T03:17:53.481Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
339 | 2024-05-14T03:17:53.857Z | + ./out/cockroachdb/bin/cockroach version |
340 | 2024-05-14T03:17:54.015Z | Build Tag: v22.1.9-dirty |
341 | 2024-05-14T03:17:54.015Z | Build Time: 2022/10/26 21:17:46 |
342 | 2024-05-14T03:17:54.015Z | Distribution: OSS |
343 | 2024-05-14T03:17:54.015Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
344 | 2024-05-14T03:17:54.015Z | Go Version: go1.17.13 |
345 | 2024-05-14T03:17:54.015Z | C Compiler: gcc 10.3.0 |
346 | 2024-05-14T03:17:54.015Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
347 | 2024-05-14T03:17:54.015Z | Build Type: release |
348 | 2024-05-14T03:17:54.039Z | + set -o errexit |
349 | 2024-05-14T03:17:54.045Z | +++ dirname ./tools/ci_download_clickhouse |
350 | 2024-05-14T03:17:54.045Z | ++ cd ./tools |
351 | 2024-05-14T03:17:54.045Z | ++ pwd |
352 | 2024-05-14T03:17:54.045Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
353 | 2024-05-14T03:17:54.045Z | ++ basename ./tools/ci_download_clickhouse |
354 | 2024-05-14T03:17:54.046Z | + ARG0=ci_download_clickhouse |
355 | 2024-05-14T03:17:54.046Z | + TARGET_DIR=out |
356 | 2024-05-14T03:17:54.046Z | + DOWNLOAD_DIR=out/downloads |
357 | 2024-05-14T03:17:54.046Z | + DEST_DIR=./out/clickhouse |
358 | 2024-05-14T03:17:54.046Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
359 | 2024-05-14T03:17:54.046Z | + CIDL_VERSION=v23.8.7.24 |
360 | 2024-05-14T03:17:54.046Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
361 | 2024-05-14T03:17:54.046Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
362 | 2024-05-14T03:17:54.046Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
363 | 2024-05-14T03:17:54.046Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
364 | 2024-05-14T03:17:54.046Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
365 | 2024-05-14T03:17:54.046Z | + main |
366 | 2024-05-14T03:17:54.046Z | + [[ 0 != 0 ]] |
367 | 2024-05-14T03:17:54.046Z | + CIDL_OS=solaris2.11 |
368 | 2024-05-14T03:17:54.046Z | + [[ 0 != 0 ]] |
369 | 2024-05-14T03:17:54.046Z | + configure_os solaris2.11 |
370 | 2024-05-14T03:17:54.047Z | + echo 'current directory: /work/oxidecomputer/omicron' |
371 | 2024-05-14T03:17:54.047Z | current directory: /work/oxidecomputer/omicron |
372 | 2024-05-14T03:17:54.047Z | + echo 'configuring based on OS: "solaris2.11"' |
373 | 2024-05-14T03:17:54.047Z | + CIDL_DASHREV= |
374 | 2024-05-14T03:17:54.047Z | + case "$1" in |
375 | 2024-05-14T03:17:54.047Z | configuring based on OS: "solaris2.11" |
376 | 2024-05-14T03:17:54.047Z | + CIDL_PLATFORM=illumos |
377 | 2024-05-14T03:17:54.047Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
378 | 2024-05-14T03:17:54.047Z | + CIDL_MD5FUNC=do_md5sum |
379 | 2024-05-14T03:17:54.047Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
380 | 2024-05-14T03:17:54.047Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
381 | 2024-05-14T03:17:54.047Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
382 | 2024-05-14T03:17:54.047Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
383 | 2024-05-14T03:17:54.047Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
384 | 2024-05-14T03:17:54.047Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
385 | 2024-05-14T03:17:54.047Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
386 | 2024-05-14T03:17:54.047Z | + mkdir -p out/downloads |
387 | 2024-05-14T03:17:54.047Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
388 | 2024-05-14T03:17:54.047Z | + mkdir -p ./out/clickhouse |
389 | 2024-05-14T03:17:54.060Z | + local DO_DOWNLOAD=true |
390 | 2024-05-14T03:17:54.060Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
391 | 2024-05-14T03:17:54.061Z | + '[' true == true ']' |
392 | 2024-05-14T03:17:54.061Z | + echo Downloading... |
393 | 2024-05-14T03:17:54.062Z | Downloading... |
394 | 2024-05-14T03:17:54.062Z | + 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 |
395 | 2024-05-14T03:17:54.062Z | + 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 |
396 | 2024-05-14T03:17:55.632Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
397 | 2024-05-14T03:17:55.664Z | ++ md5sum |
398 | 2024-05-14T03:17:55.664Z | ++ awk '{print $1}' |
399 | 2024-05-14T03:17:55.933Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
400 | 2024-05-14T03:17:55.933Z | + [[ 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 ]] |
401 | 2024-05-14T03:17:55.933Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
402 | 2024-05-14T03:17:55.934Z | + mkdir -p ./out/clickhouse |
403 | 2024-05-14T03:17:55.966Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
404 | 2024-05-14T03:17:59.830Z | + [[ solaris2.11 == darwin* ]] |
405 | 2024-05-14T03:17:59.830Z | + ./out/clickhouse/clickhouse server --version |
406 | 2024-05-14T03:18:00.063Z | ClickHouse server version 23.8.7.1. |
407 | 2024-05-14T03:18:00.084Z | + set -o errexit |
408 | 2024-05-14T03:18:00.088Z | +++ dirname ./tools/ci_download_console |
409 | 2024-05-14T03:18:00.088Z | ++ cd ./tools |
410 | 2024-05-14T03:18:00.088Z | ++ pwd |
411 | 2024-05-14T03:18:00.088Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2024-05-14T03:18:00.088Z | ++ basename ./tools/ci_download_console |
413 | 2024-05-14T03:18:00.088Z | + ARG0=ci_download_console |
414 | 2024-05-14T03:18:00.089Z | + TARGET_DIR=out |
415 | 2024-05-14T03:18:00.089Z | + DOWNLOAD_DIR=out/downloads |
416 | 2024-05-14T03:18:00.089Z | + DEST_DIR=./out/console-assets |
417 | 2024-05-14T03:18:00.089Z | + source /work/oxidecomputer/omicron/tools/console_version |
418 | 2024-05-14T03:18:00.089Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
419 | 2024-05-14T03:18:00.089Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
420 | 2024-05-14T03:18:00.089Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
421 | 2024-05-14T03:18:00.089Z | + TARBALL_FILE=out/downloads/console.tar.gz |
422 | 2024-05-14T03:18:00.091Z | + main |
423 | 2024-05-14T03:18:00.091Z | + [[ 0 != 0 ]] |
424 | 2024-05-14T03:18:00.091Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
425 | 2024-05-14T03:18:00.092Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
426 | 2024-05-14T03:18:00.092Z | + echo 'Local file: out/downloads/console.tar.gz' |
427 | 2024-05-14T03:18:00.092Z | + local DO_DOWNLOAD=true |
428 | 2024-05-14T03:18:00.092Z | Local file: out/downloads/console.tar.gz |
429 | 2024-05-14T03:18:00.092Z | + [[ -f out/downloads/console.tar.gz ]] |
430 | 2024-05-14T03:18:00.092Z | + mkdir -p out/downloads |
431 | 2024-05-14T03:18:00.092Z | + '[' true == true ']' |
432 | 2024-05-14T03:18:00.092Z | + echo Downloading... |
433 | 2024-05-14T03:18:00.092Z | Downloading... |
434 | 2024-05-14T03:18:00.092Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
435 | 2024-05-14T03:18:00.092Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
436 | 2024-05-14T03:18:00.698Z | ++ do_sha256sum out/downloads/console.tar.gz |
437 | 2024-05-14T03:18:00.698Z | ++ case "$OSTYPE" in |
438 | 2024-05-14T03:18:00.710Z | ++ SHA=sha256sum |
439 | 2024-05-14T03:18:00.710Z | ++ sha256sum |
440 | 2024-05-14T03:18:00.710Z | ++ awk '{print $1}' |
441 | 2024-05-14T03:18:00.710Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
442 | 2024-05-14T03:18:00.710Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
443 | 2024-05-14T03:18:00.711Z | + rm -rf ./out/console-assets |
444 | 2024-05-14T03:18:00.711Z | + mkdir -p ./out/console-assets |
445 | 2024-05-14T03:18:00.711Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
446 | 2024-05-14T03:18:00.711Z | + mkdir -p ./out/console-assets |
447 | 2024-05-14T03:18:00.711Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
448 | 2024-05-14T03:18:01.124Z | + set -o errexit |
449 | 2024-05-14T03:18:01.124Z | +++ dirname ./tools/ci_download_dendrite_openapi |
450 | 2024-05-14T03:18:01.125Z | ++ cd ./tools |
451 | 2024-05-14T03:18:01.125Z | ++ pwd |
452 | 2024-05-14T03:18:01.125Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
453 | 2024-05-14T03:18:01.125Z | ++ basename ./tools/ci_download_dendrite_openapi |
454 | 2024-05-14T03:18:01.125Z | + ARG0=ci_download_dendrite_openapi |
455 | 2024-05-14T03:18:01.125Z | + TARGET_DIR=out |
456 | 2024-05-14T03:18:01.125Z | + DOWNLOAD_DIR=out/downloads |
457 | 2024-05-14T03:18:01.125Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
458 | 2024-05-14T03:18:01.125Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
459 | 2024-05-14T03:18:01.125Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
460 | 2024-05-14T03:18:01.125Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
461 | 2024-05-14T03:18:01.125Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
462 | 2024-05-14T03:18:01.125Z | + main |
463 | 2024-05-14T03:18:01.125Z | + [[ 0 != 0 ]] |
464 | 2024-05-14T03:18:01.126Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
465 | 2024-05-14T03:18:01.126Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
466 | 2024-05-14T03:18:01.126Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
467 | 2024-05-14T03:18:01.126Z | + local DO_DOWNLOAD=true |
468 | 2024-05-14T03:18:01.126Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
469 | 2024-05-14T03:18:01.126Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
470 | 2024-05-14T03:18:01.126Z | + mkdir -p out/downloads |
471 | 2024-05-14T03:18:01.126Z | + '[' true == true ']' |
472 | 2024-05-14T03:18:01.126Z | + echo Downloading... |
473 | 2024-05-14T03:18:01.126Z | Downloading... |
474 | 2024-05-14T03:18:01.126Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
475 | 2024-05-14T03:18:01.126Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
476 | 2024-05-14T03:18:01.432Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
477 | 2024-05-14T03:18:01.432Z | ++ case "$OSTYPE" in |
478 | 2024-05-14T03:18:01.432Z | ++ SHA=sha256sum |
479 | 2024-05-14T03:18:01.432Z | ++ sha256sum |
480 | 2024-05-14T03:18:01.432Z | ++ awk '{print $1}' |
481 | 2024-05-14T03:18:01.432Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
482 | 2024-05-14T03:18:01.432Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
483 | 2024-05-14T03:18:01.432Z | + set -o errexit |
484 | 2024-05-14T03:18:01.432Z | +++ dirname ./tools/ci_download_dendrite_stub |
485 | 2024-05-14T03:18:01.432Z | ++ cd ./tools |
486 | 2024-05-14T03:18:01.432Z | ++ pwd |
487 | 2024-05-14T03:18:01.433Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2024-05-14T03:18:01.433Z | ++ basename ./tools/ci_download_dendrite_stub |
489 | 2024-05-14T03:18:01.433Z | + ARG0=ci_download_dendrite_stub |
490 | 2024-05-14T03:18:01.433Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
491 | 2024-05-14T03:18:01.433Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
492 | 2024-05-14T03:18:01.433Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
493 | 2024-05-14T03:18:01.433Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
494 | 2024-05-14T03:18:01.433Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
495 | 2024-05-14T03:18:01.433Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
496 | 2024-05-14T03:18:01.433Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
497 | 2024-05-14T03:18:01.433Z | + TARGET_DIR=out |
498 | 2024-05-14T03:18:01.433Z | + DOWNLOAD_DIR=out/downloads |
499 | 2024-05-14T03:18:01.433Z | + DEST_DIR=./out/dendrite-stub |
500 | 2024-05-14T03:18:01.433Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
501 | 2024-05-14T03:18:01.433Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
502 | 2024-05-14T03:18:01.433Z | + REPO=oxidecomputer/dendrite |
503 | 2024-05-14T03:18:01.433Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
504 | 2024-05-14T03:18:01.433Z | + main |
505 | 2024-05-14T03:18:01.433Z | + [[ 0 != 0 ]] |
506 | 2024-05-14T03:18:01.433Z | + CIDL_OS=solaris2.11 |
507 | 2024-05-14T03:18:01.433Z | + [[ 0 != 0 ]] |
508 | 2024-05-14T03:18:01.433Z | + configure_os solaris2.11 |
509 | 2024-05-14T03:18:01.433Z | + echo 'current directory: /work/oxidecomputer/omicron' |
510 | 2024-05-14T03:18:01.434Z | current directory: /work/oxidecomputer/omicron |
511 | 2024-05-14T03:18:01.434Z | + echo 'configuring based on OS: "solaris2.11"' |
512 | 2024-05-14T03:18:01.438Z | configuring based on OS: "solaris2.11" |
513 | 2024-05-14T03:18:01.438Z | + case "$1" in |
514 | 2024-05-14T03:18:01.438Z | + SET_BINARIES= |
515 | 2024-05-14T03:18:01.438Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
516 | 2024-05-14T03:18:01.438Z | + CIDL_SHA256FUNC=do_sha256sum |
517 | 2024-05-14T03:18:01.438Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
518 | 2024-05-14T03:18:01.438Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
519 | 2024-05-14T03:18:01.438Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
520 | 2024-05-14T03:18:01.438Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
521 | 2024-05-14T03:18:01.438Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
522 | 2024-05-14T03:18:01.438Z | Local file: out/downloads/dendrite-stub.tar.gz |
523 | 2024-05-14T03:18:01.439Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
524 | 2024-05-14T03:18:01.439Z | + mkdir -p out/downloads |
525 | 2024-05-14T03:18:01.439Z | + mkdir -p ./out/dendrite-stub |
526 | 2024-05-14T03:18:01.439Z | + fetch_and_verify |
527 | 2024-05-14T03:18:01.439Z | + local DO_DOWNLOAD=true |
528 | 2024-05-14T03:18:01.439Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
529 | 2024-05-14T03:18:01.439Z | + '[' true == true ']' |
530 | 2024-05-14T03:18:01.439Z | + echo Downloading... |
531 | 2024-05-14T03:18:01.439Z | Downloading... |
532 | 2024-05-14T03:18:01.439Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
533 | 2024-05-14T03:18:01.439Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
534 | 2024-05-14T03:18:15.098Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
535 | 2024-05-14T03:18:15.119Z | ++ sha256sum |
536 | 2024-05-14T03:18:15.119Z | ++ awk '{print $1}' |
537 | 2024-05-14T03:18:15.119Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
538 | 2024-05-14T03:18:15.119Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
539 | 2024-05-14T03:18:15.119Z | + do_untar out/downloads/dendrite-stub.tar.gz |
540 | 2024-05-14T03:18:15.119Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
541 | 2024-05-14T03:18:16.163Z | + do_assemble |
542 | 2024-05-14T03:18:16.163Z | + rm -r ./out/dendrite-stub |
543 | 2024-05-14T03:18:16.390Z | + mkdir ./out/dendrite-stub |
544 | 2024-05-14T03:18:16.390Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
545 | 2024-05-14T03:18:16.390Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
546 | 2024-05-14T03:18:16.390Z | + set -o errexit |
547 | 2024-05-14T03:18:16.390Z | +++ dirname ./tools/ci_download_maghemite_mgd |
548 | 2024-05-14T03:18:16.390Z | ++ cd ./tools |
549 | 2024-05-14T03:18:16.390Z | ++ pwd |
550 | 2024-05-14T03:18:16.390Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
551 | 2024-05-14T03:18:16.391Z | ++ basename ./tools/ci_download_maghemite_mgd |
552 | 2024-05-14T03:18:16.391Z | + ARG0=ci_download_maghemite_mgd |
553 | 2024-05-14T03:18:16.391Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
554 | 2024-05-14T03:18:16.391Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
555 | 2024-05-14T03:18:16.391Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
556 | 2024-05-14T03:18:16.391Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
557 | 2024-05-14T03:18:16.391Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
558 | 2024-05-14T03:18:16.391Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
559 | 2024-05-14T03:18:16.391Z | + TARGET_DIR=out |
560 | 2024-05-14T03:18:16.392Z | + DOWNLOAD_DIR=out/downloads |
561 | 2024-05-14T03:18:16.392Z | + DEST_DIR=./out/mgd |
562 | 2024-05-14T03:18:16.392Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
563 | 2024-05-14T03:18:16.392Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
564 | 2024-05-14T03:18:16.392Z | + REPO=oxidecomputer/maghemite |
565 | 2024-05-14T03:18:16.392Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
566 | 2024-05-14T03:18:16.393Z | + main |
567 | 2024-05-14T03:18:16.393Z | + rm -rf out/downloads/root |
568 | 2024-05-14T03:18:16.393Z | + [[ 0 != 0 ]] |
569 | 2024-05-14T03:18:16.393Z | + CIDL_OS=solaris2.11 |
570 | 2024-05-14T03:18:16.393Z | + [[ 0 != 0 ]] |
571 | 2024-05-14T03:18:16.393Z | + configure_os solaris2.11 |
572 | 2024-05-14T03:18:16.394Z | + echo 'current directory: /work/oxidecomputer/omicron' |
573 | 2024-05-14T03:18:16.394Z | current directory: /work/oxidecomputer/omicron |
574 | 2024-05-14T03:18:16.394Z | + echo 'configuring based on OS: "solaris2.11"' |
575 | 2024-05-14T03:18:16.394Z | configuring based on OS: "solaris2.11" |
576 | 2024-05-14T03:18:16.394Z | + case "$1" in |
577 | 2024-05-14T03:18:16.394Z | + SET_BINARIES= |
578 | 2024-05-14T03:18:16.394Z | + CIDL_SHA256FUNC=do_sha256sum |
579 | 2024-05-14T03:18:16.394Z | + TARBALL_FILENAME=mgd.tar.gz |
580 | 2024-05-14T03:18:16.394Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
581 | 2024-05-14T03:18:16.395Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
582 | 2024-05-14T03:18:16.395Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
583 | 2024-05-14T03:18:16.395Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
584 | 2024-05-14T03:18:16.395Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
585 | 2024-05-14T03:18:16.395Z | Local file: out/downloads/mgd.tar.gz |
586 | 2024-05-14T03:18:16.395Z | + mkdir -p out/downloads |
587 | 2024-05-14T03:18:16.396Z | + mkdir -p ./out/mgd |
588 | 2024-05-14T03:18:16.396Z | + fetch_and_verify |
589 | 2024-05-14T03:18:16.396Z | + local DO_DOWNLOAD=true |
590 | 2024-05-14T03:18:16.396Z | + [[ -f out/downloads/mgd.tar.gz ]] |
591 | 2024-05-14T03:18:16.396Z | + '[' true == true ']' |
592 | 2024-05-14T03:18:16.397Z | + echo Downloading... |
593 | 2024-05-14T03:18:16.397Z | Downloading... |
594 | 2024-05-14T03:18:16.397Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
595 | 2024-05-14T03:18:16.397Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
596 | 2024-05-14T03:18:34.212Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
597 | 2024-05-14T03:18:34.215Z | ++ sha256sum |
598 | 2024-05-14T03:18:34.215Z | ++ awk '{print $1}' |
599 | 2024-05-14T03:18:34.646Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
600 | 2024-05-14T03:18:34.646Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
601 | 2024-05-14T03:18:34.663Z | + do_untar out/downloads/mgd.tar.gz |
602 | 2024-05-14T03:18:34.664Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
603 | 2024-05-14T03:18:34.833Z | + do_assemble |
604 | 2024-05-14T03:18:34.833Z | + rm -r ./out/mgd |
605 | 2024-05-14T03:18:34.849Z | + mkdir ./out/mgd |
606 | 2024-05-14T03:18:34.849Z | + cp -r out/downloads/root ./out/mgd/root |
607 | 2024-05-14T03:18:34.914Z | + set -o errexit |
608 | 2024-05-14T03:18:34.924Z | +++ dirname ./tools/ci_download_transceiver_control |
609 | 2024-05-14T03:18:34.924Z | ++ cd ./tools |
610 | 2024-05-14T03:18:34.924Z | ++ pwd |
611 | 2024-05-14T03:18:34.924Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
612 | 2024-05-14T03:18:34.924Z | ++ basename ./tools/ci_download_transceiver_control |
613 | 2024-05-14T03:18:34.924Z | + ARG0=ci_download_transceiver_control |
614 | 2024-05-14T03:18:34.925Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
615 | 2024-05-14T03:18:34.925Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
616 | 2024-05-14T03:18:34.925Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
617 | 2024-05-14T03:18:34.925Z | + TARGET_DIR=out |
618 | 2024-05-14T03:18:34.925Z | + DOWNLOAD_DIR=out/downloads |
619 | 2024-05-14T03:18:34.925Z | + DEST_DIR=./out/transceiver-control |
620 | 2024-05-14T03:18:34.925Z | + BIN_DIR=/opt/oxide/bin |
621 | 2024-05-14T03:18:34.925Z | + BINARY=xcvradm |
622 | 2024-05-14T03:18:34.926Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
623 | 2024-05-14T03:18:34.926Z | + REPO=oxidecomputer/transceiver-control |
624 | 2024-05-14T03:18:34.926Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
625 | 2024-05-14T03:18:34.926Z | + main |
626 | 2024-05-14T03:18:34.926Z | + [[ 0 != 0 ]] |
627 | 2024-05-14T03:18:34.926Z | + CIDL_OS=solaris2.11 |
628 | 2024-05-14T03:18:34.926Z | + [[ 0 != 0 ]] |
629 | 2024-05-14T03:18:34.926Z | + configure_os solaris2.11 |
630 | 2024-05-14T03:18:34.926Z | + echo 'current directory: /work/oxidecomputer/omicron' |
631 | 2024-05-14T03:18:34.927Z | + echo 'configuring based on OS: "solaris2.11"' |
632 | 2024-05-14T03:18:34.927Z | + case "$1" in |
633 | 2024-05-14T03:18:34.927Z | + SET_BINARIES= |
634 | 2024-05-14T03:18:34.927Z | current directory: /work/oxidecomputer/omicron |
635 | 2024-05-14T03:18:34.927Z | configuring based on OS: "solaris2.11" |
636 | 2024-05-14T03:18:34.927Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
637 | 2024-05-14T03:18:34.927Z | + CIDL_SHA256FUNC=do_sha256sum |
638 | 2024-05-14T03:18:34.927Z | + ARCHIVE_FILENAME=xcvradm.gz |
639 | 2024-05-14T03:18:34.927Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
640 | 2024-05-14T03:18:34.927Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
641 | 2024-05-14T03:18:34.927Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
642 | 2024-05-14T03:18:34.928Z | + echo 'Local file: out/downloads/xcvradm.gz' |
643 | 2024-05-14T03:18:34.928Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
644 | 2024-05-14T03:18:34.928Z | Local file: out/downloads/xcvradm.gz |
645 | 2024-05-14T03:18:34.928Z | + mkdir -p out/downloads |
646 | 2024-05-14T03:18:34.928Z | + mkdir -p ./out/transceiver-control |
647 | 2024-05-14T03:18:34.928Z | + fetch_and_verify |
648 | 2024-05-14T03:18:34.928Z | + local DO_DOWNLOAD=true |
649 | 2024-05-14T03:18:34.928Z | + [[ -f out/downloads/xcvradm.gz ]] |
650 | 2024-05-14T03:18:34.929Z | + '[' true == true ']' |
651 | 2024-05-14T03:18:34.929Z | + echo Downloading... |
652 | 2024-05-14T03:18:34.929Z | Downloading... |
653 | 2024-05-14T03:18:34.929Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
654 | 2024-05-14T03:18:34.929Z | + 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 |
655 | 2024-05-14T03:18:39.021Z | ++ do_sha256sum out/downloads/xcvradm.gz |
656 | 2024-05-14T03:18:39.036Z | ++ sha256sum |
657 | 2024-05-14T03:18:39.036Z | ++ awk '{print $1}' |
658 | 2024-05-14T03:18:39.037Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-05-14T03:18:39.037Z | + [[ 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 ]] |
660 | 2024-05-14T03:18:39.038Z | + do_unpack out/downloads/xcvradm.gz |
661 | 2024-05-14T03:18:39.038Z | + mkdir -p out/downloads/root//opt/oxide/bin |
662 | 2024-05-14T03:18:39.038Z | + gzip -dc out/downloads/xcvradm.gz |
663 | 2024-05-14T03:18:39.136Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
664 | 2024-05-14T03:18:39.159Z | + do_assemble |
665 | 2024-05-14T03:18:39.159Z | + rm -r ./out/transceiver-control |
666 | 2024-05-14T03:18:39.159Z | + mkdir ./out/transceiver-control |
667 | 2024-05-14T03:18:39.160Z | + cp -r out/downloads/root ./out/transceiver-control/root |
668 | 2024-05-14T03:18:39.233Z | + set -o errexit |
669 | 2024-05-14T03:18:39.651Z | +++ dirname ./tools/ci_download_thundermuffin |
670 | 2024-05-14T03:18:39.651Z | ++ cd ./tools |
671 | 2024-05-14T03:18:39.651Z | ++ pwd |
672 | 2024-05-14T03:18:39.651Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
673 | 2024-05-14T03:18:39.651Z | ++ basename ./tools/ci_download_thundermuffin |
674 | 2024-05-14T03:18:39.651Z | + ARG0=ci_download_thundermuffin |
675 | 2024-05-14T03:18:39.651Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
676 | 2024-05-14T03:18:39.651Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
677 | 2024-05-14T03:18:39.651Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
678 | 2024-05-14T03:18:39.652Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
679 | 2024-05-14T03:18:39.652Z | + TARGET_DIR=out |
680 | 2024-05-14T03:18:39.652Z | + DOWNLOAD_DIR=out/downloads |
681 | 2024-05-14T03:18:39.652Z | + DEST_DIR=./out/thundermuffin |
682 | 2024-05-14T03:18:39.652Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
683 | 2024-05-14T03:18:39.652Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
684 | 2024-05-14T03:18:39.652Z | + REPO=oxidecomputer/thundermuffin |
685 | 2024-05-14T03:18:39.652Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
686 | 2024-05-14T03:18:39.652Z | + main |
687 | 2024-05-14T03:18:39.652Z | + rm -rf out/downloads/root |
688 | 2024-05-14T03:18:39.659Z | + [[ 0 != 0 ]] |
689 | 2024-05-14T03:18:39.659Z | + CIDL_OS=solaris2.11 |
690 | 2024-05-14T03:18:39.659Z | + [[ 0 != 0 ]] |
691 | 2024-05-14T03:18:39.659Z | + configure_os solaris2.11 |
692 | 2024-05-14T03:18:39.659Z | + echo 'current directory: /work/oxidecomputer/omicron' |
693 | 2024-05-14T03:18:39.660Z | + echo 'configuring based on OS: "solaris2.11"' |
694 | 2024-05-14T03:18:39.660Z | current directory: /work/oxidecomputer/omicron |
695 | 2024-05-14T03:18:39.660Z | configuring based on OS: "solaris2.11" |
696 | 2024-05-14T03:18:39.660Z | + case "$1" in |
697 | 2024-05-14T03:18:39.660Z | + SET_BINARIES= |
698 | 2024-05-14T03:18:39.660Z | + CIDL_SHA256FUNC=do_sha256sum |
699 | 2024-05-14T03:18:39.660Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
700 | 2024-05-14T03:18:39.660Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
701 | 2024-05-14T03:18:39.660Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
702 | 2024-05-14T03:18:39.660Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
703 | 2024-05-14T03:18:39.660Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
704 | 2024-05-14T03:18:39.661Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
705 | 2024-05-14T03:18:39.661Z | Local file: out/downloads/thundermuffin.tar.gz |
706 | 2024-05-14T03:18:39.661Z | + mkdir -p out/downloads |
707 | 2024-05-14T03:18:39.661Z | + mkdir -p ./out/thundermuffin |
708 | 2024-05-14T03:18:39.661Z | + fetch_and_verify |
709 | 2024-05-14T03:18:39.661Z | + local DO_DOWNLOAD=true |
710 | 2024-05-14T03:18:39.661Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
711 | 2024-05-14T03:18:39.661Z | + '[' true == true ']' |
712 | 2024-05-14T03:18:39.661Z | + echo Downloading... |
713 | 2024-05-14T03:18:39.661Z | Downloading... |
714 | 2024-05-14T03:18:39.661Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
715 | 2024-05-14T03:18:39.661Z | + 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 |
716 | 2024-05-14T03:18:41.941Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
717 | 2024-05-14T03:18:41.945Z | ++ sha256sum |
718 | 2024-05-14T03:18:41.945Z | ++ awk '{print $1}' |
719 | 2024-05-14T03:18:41.945Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
720 | 2024-05-14T03:18:41.945Z | + [[ 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 ]] |
721 | 2024-05-14T03:18:41.945Z | + do_untar out/downloads/thundermuffin.tar.gz |
722 | 2024-05-14T03:18:41.945Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
723 | 2024-05-14T03:18:42.043Z | + do_assemble |
724 | 2024-05-14T03:18:42.043Z | + rm -r ./out/thundermuffin |
725 | 2024-05-14T03:18:42.059Z | + mkdir ./out/thundermuffin |
726 | 2024-05-14T03:18:42.060Z | + cp -r out/downloads/root ./out/thundermuffin/root |
727 | 2024-05-14T03:18:42.221Z | All builder prerequisites installed successfully, and PATH looks valid |
728 | 2024-05-14T03:18:42.230Z | |
729 | 2024-05-14T03:18:42.230Z | real 3:09.229683852 |
730 | 2024-05-14T03:18:42.230Z | user 39.366927808 |
731 | 2024-05-14T03:18:42.230Z | sys 7.347576830 |
732 | 2024-05-14T03:18:42.230Z | trap 0.013159713 |
733 | 2024-05-14T03:18:42.231Z | tflt 0.182552107 |
734 | 2024-05-14T03:18:42.231Z | dflt 0.183756871 |
735 | 2024-05-14T03:18:42.231Z | kflt 0.116515333 |
736 | 2024-05-14T03:18:42.231Z | lock 1.359067704 |
737 | 2024-05-14T03:18:42.231Z | slp 6:34.744246676 |
738 | 2024-05-14T03:18:42.231Z | lat 2.047921370 |
739 | 2024-05-14T03:18:42.232Z | stop 0.144870190 |
740 | 2024-05-14T03:18:42.232Z | |
741 | 2024-05-14T03:18:42.232Z | #### # # ##### ##### # # |
742 | 2024-05-14T03:18:42.232Z | # # # # # # # # # # |
743 | 2024-05-14T03:18:42.232Z | # # # # # # # # |
744 | 2024-05-14T03:18:42.232Z | # # # ##### ##### # |
745 | 2024-05-14T03:18:42.232Z | # # # # # # # |
746 | 2024-05-14T03:18:42.232Z | #### ###### # # # # |
747 | 2024-05-14T03:18:42.232Z | |
748 | 2024-05-14T03:18:42.467Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
749 | 2024-05-14T03:18:42.762Z | Updating git repository `https://github.com/oxidecomputer/zone` |
750 | 2024-05-14T03:18:43.056Z | Updating crates.io index |
751 | 2024-05-14T03:18:43.076Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
752 | 2024-05-14T03:18:43.909Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
753 | 2024-05-14T03:18:44.572Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
754 | 2024-05-14T03:18:46.563Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
755 | 2024-05-14T03:18:47.165Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
756 | 2024-05-14T03:18:47.453Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
757 | 2024-05-14T03:18:48.521Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
758 | 2024-05-14T03:18:50.435Z | Updating git repository `https://github.com/oxidecomputer/opte` |
759 | 2024-05-14T03:18:51.525Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
760 | 2024-05-14T03:18:52.214Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
761 | 2024-05-14T03:18:52.509Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
762 | 2024-05-14T03:18:53.103Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
763 | 2024-05-14T03:18:53.451Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
764 | 2024-05-14T03:18:53.756Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
765 | 2024-05-14T03:18:54.112Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
766 | 2024-05-14T03:18:54.474Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
767 | 2024-05-14T03:18:54.805Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
768 | 2024-05-14T03:18:55.112Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
769 | 2024-05-14T03:18:55.448Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
770 | 2024-05-14T03:18:55.770Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
771 | 2024-05-14T03:18:56.984Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
772 | 2024-05-14T03:18:56.984Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
773 | 2024-05-14T03:18:57.046Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
774 | 2024-05-14T03:18:57.402Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
775 | 2024-05-14T03:18:57.698Z | Updating git repository `https://github.com/jgallagher/nix` |
776 | 2024-05-14T03:18:58.883Z | Updating git repository `https://github.com/cbiffle/hubpack` |
777 | 2024-05-14T03:18:59.354Z | Updating git repository `https://github.com/oxidecomputer/typify` |
778 | 2024-05-14T03:19:01.323Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
779 | 2024-05-14T03:19:02.082Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
780 | 2024-05-14T03:19:02.540Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
781 | 2024-05-14T03:19:02.550Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
782 | 2024-05-14T03:19:03.536Z | Downloading crates ... |
783 | 2024-05-14T03:19:03.631Z | Downloaded serde_derive v1.0.201 |
784 | 2024-05-14T03:19:03.642Z | Downloaded errno v0.3.8 |
785 | 2024-05-14T03:19:03.666Z | Downloaded anstyle v1.0.7 |
786 | 2024-05-14T03:19:03.686Z | Downloaded swrite v0.1.0 |
787 | 2024-05-14T03:19:03.686Z | Downloaded colorchoice v1.0.0 |
788 | 2024-05-14T03:19:03.686Z | Downloaded autocfg v1.1.0 |
789 | 2024-05-14T03:19:03.687Z | Downloaded equivalent v1.0.1 |
790 | 2024-05-14T03:19:03.687Z | Downloaded thiserror v1.0.59 |
791 | 2024-05-14T03:19:03.687Z | Downloaded serde_spanned v0.6.5 |
792 | 2024-05-14T03:19:03.687Z | Downloaded anstyle-query v1.0.0 |
793 | 2024-05-14T03:19:03.687Z | Downloaded thiserror-impl v1.0.59 |
794 | 2024-05-14T03:19:03.696Z | Downloaded itoa v1.0.9 |
795 | 2024-05-14T03:19:03.696Z | Downloaded fs-err v2.11.0 |
796 | 2024-05-14T03:19:03.706Z | Downloaded strsim v0.11.0 |
797 | 2024-05-14T03:19:03.706Z | Downloaded clap_builder v4.5.2 |
798 | 2024-05-14T03:19:03.716Z | Downloaded terminal_size v0.3.0 |
799 | 2024-05-14T03:19:03.716Z | Downloaded heck v0.5.0 |
800 | 2024-05-14T03:19:03.717Z | Downloaded camino v1.1.6 |
801 | 2024-05-14T03:19:03.717Z | Downloaded toml_datetime v0.6.5 |
802 | 2024-05-14T03:19:03.717Z | Downloaded anstream v0.6.11 |
803 | 2024-05-14T03:19:03.717Z | Downloaded clap_derive v4.5.4 |
804 | 2024-05-14T03:19:03.717Z | Downloaded cargo_toml v0.20.2 |
805 | 2024-05-14T03:19:03.718Z | Downloaded anstyle-parse v0.2.1 |
806 | 2024-05-14T03:19:03.726Z | Downloaded clap_lex v0.7.0 |
807 | 2024-05-14T03:19:03.726Z | Downloaded utf8parse v0.2.1 |
808 | 2024-05-14T03:19:03.726Z | Downloaded macaddr v1.0.1 |
809 | 2024-05-14T03:19:03.737Z | Downloaded proc-macro2 v1.0.81 |
810 | 2024-05-14T03:19:03.737Z | Downloaded cargo-platform v0.1.3 |
811 | 2024-05-14T03:19:03.737Z | Downloaded toml v0.8.12 |
812 | 2024-05-14T03:19:03.737Z | Downloaded ryu v1.0.15 |
813 | 2024-05-14T03:19:03.753Z | Downloaded semver v1.0.22 |
814 | 2024-05-14T03:19:03.754Z | Downloaded cargo_metadata v0.18.1 |
815 | 2024-05-14T03:19:03.754Z | Downloaded quote v1.0.36 |
816 | 2024-05-14T03:19:03.754Z | Downloaded unicode-ident v1.0.12 |
817 | 2024-05-14T03:19:03.754Z | Downloaded anyhow v1.0.83 |
818 | 2024-05-14T03:19:03.766Z | Downloaded clap v4.5.4 |
819 | 2024-05-14T03:19:03.766Z | Downloaded bitflags v2.4.2 |
820 | 2024-05-14T03:19:04.177Z | Downloaded toml_edit v0.22.12 |
821 | 2024-05-14T03:19:04.178Z | Downloaded serde_json v1.0.116 |
822 | 2024-05-14T03:19:04.178Z | Downloaded memchr v2.7.1 |
823 | 2024-05-14T03:19:04.178Z | Downloaded winnow v0.6.1 |
824 | 2024-05-14T03:19:04.178Z | Downloaded hashbrown v0.14.3 |
825 | 2024-05-14T03:19:04.178Z | Downloaded indexmap v2.2.6 |
826 | 2024-05-14T03:19:04.178Z | Downloaded serde v1.0.201 |
827 | 2024-05-14T03:19:04.178Z | Downloaded syn v2.0.60 |
828 | 2024-05-14T03:19:04.178Z | Downloaded rustix v0.38.31 |
829 | 2024-05-14T03:19:04.178Z | Downloaded libc v0.2.154 |
830 | 2024-05-14T03:19:04.178Z | Compiling proc-macro2 v1.0.81 |
831 | 2024-05-14T03:19:04.178Z | Compiling unicode-ident v1.0.12 |
832 | 2024-05-14T03:19:04.179Z | Compiling serde v1.0.201 |
833 | 2024-05-14T03:19:04.179Z | Compiling libc v0.2.154 |
834 | 2024-05-14T03:19:04.179Z | Compiling rustix v0.38.31 |
835 | 2024-05-14T03:19:04.179Z | Compiling bitflags v2.4.2 |
836 | 2024-05-14T03:19:04.179Z | Compiling equivalent v1.0.1 |
837 | 2024-05-14T03:19:04.179Z | Compiling hashbrown v0.14.3 |
838 | 2024-05-14T03:19:04.743Z | Compiling utf8parse v0.2.1 |
839 | 2024-05-14T03:19:04.757Z | Compiling winnow v0.6.1 |
840 | 2024-05-14T03:19:04.757Z | Compiling anstyle-parse v0.2.1 |
841 | 2024-05-14T03:19:04.757Z | Compiling serde_json v1.0.116 |
842 | 2024-05-14T03:19:05.207Z | Compiling autocfg v1.1.0 |
843 | 2024-05-14T03:19:05.255Z | Compiling indexmap v2.2.6 |
844 | 2024-05-14T03:19:05.420Z | Compiling thiserror v1.0.59 |
845 | 2024-05-14T03:19:05.865Z | Compiling camino v1.1.6 |
846 | 2024-05-14T03:19:05.940Z | Compiling colorchoice v1.0.0 |
847 | 2024-05-14T03:19:05.975Z | Compiling semver v1.0.22 |
848 | 2024-05-14T03:19:06.047Z | Compiling anstyle v1.0.7 |
849 | 2024-05-14T03:19:06.525Z | Compiling anstyle-query v1.0.0 |
850 | 2024-05-14T03:19:06.540Z | Compiling fs-err v2.11.0 |
851 | 2024-05-14T03:19:06.541Z | Compiling heck v0.5.0 |
852 | 2024-05-14T03:19:06.557Z | Compiling anstream v0.6.11 |
853 | 2024-05-14T03:19:06.573Z | Compiling strsim v0.11.0 |
854 | 2024-05-14T03:19:06.591Z | Compiling ryu v1.0.15 |
855 | 2024-05-14T03:19:06.686Z | Compiling clap_lex v0.7.0 |
856 | 2024-05-14T03:19:06.923Z | Compiling quote v1.0.36 |
857 | 2024-05-14T03:19:06.951Z | Compiling anyhow v1.0.83 |
858 | 2024-05-14T03:19:07.612Z | Compiling errno v0.3.8 |
859 | 2024-05-14T03:19:08.038Z | Compiling syn v2.0.60 |
860 | 2024-05-14T03:19:08.038Z | Compiling itoa v1.0.9 |
861 | 2024-05-14T03:19:08.038Z | Compiling swrite v0.1.0 |
862 | 2024-05-14T03:19:08.265Z | Compiling terminal_size v0.3.0 |
863 | 2024-05-14T03:19:08.343Z | Compiling clap_builder v4.5.2 |
864 | 2024-05-14T03:19:12.296Z | Compiling serde_derive v1.0.201 |
865 | 2024-05-14T03:19:12.296Z | Compiling thiserror-impl v1.0.59 |
866 | 2024-05-14T03:19:12.310Z | Compiling clap_derive v4.5.4 |
867 | 2024-05-14T03:19:15.006Z | Compiling clap v4.5.4 |
868 | 2024-05-14T03:19:20.106Z | Compiling serde_spanned v0.6.5 |
869 | 2024-05-14T03:19:20.106Z | Compiling toml_datetime v0.6.5 |
870 | 2024-05-14T03:19:20.112Z | Compiling cargo-platform v0.1.3 |
871 | 2024-05-14T03:19:20.112Z | Compiling macaddr v1.0.1 |
872 | 2024-05-14T03:19:20.396Z | Compiling toml_edit v0.22.12 |
873 | 2024-05-14T03:19:21.452Z | Compiling cargo_metadata v0.18.1 |
874 | 2024-05-14T03:19:22.604Z | Compiling toml v0.8.12 |
875 | 2024-05-14T03:19:23.399Z | Compiling cargo_toml v0.20.2 |
876 | 2024-05-14T03:19:27.024Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
877 | 2024-05-14T03:19:29.663Z | Finished dev [unoptimized + debuginfo] target(s) in 47.38s |
878 | 2024-05-14T03:19:29.884Z | Running `target/debug/xtask clippy` |
879 | 2024-05-14T03:19:29.962Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
880 | 2024-05-14T03:19:30.592Z | Downloading crates ... |
881 | 2024-05-14T03:19:30.712Z | Downloaded arrayref v0.3.7 |
882 | 2024-05-14T03:19:30.723Z | Downloaded adler v1.0.2 |
883 | 2024-05-14T03:19:30.727Z | Downloaded anes v0.1.6 |
884 | 2024-05-14T03:19:30.730Z | Downloaded ascii-canvas v3.0.0 |
885 | 2024-05-14T03:19:30.730Z | Downloaded arrayvec v0.7.4 |
886 | 2024-05-14T03:19:30.733Z | Downloaded crypto-bigint v0.5.2 |
887 | 2024-05-14T03:19:30.739Z | Downloaded approx v0.5.1 |
888 | 2024-05-14T03:19:30.742Z | Downloaded heck v0.3.3 |
889 | 2024-05-14T03:19:30.745Z | Downloaded atomicwrites v0.4.3 |
890 | 2024-05-14T03:19:30.745Z | Downloaded async-stream-impl v0.3.5 |
891 | 2024-05-14T03:19:30.748Z | Downloaded assert_matches v1.5.0 |
892 | 2024-05-14T03:19:30.748Z | Downloaded ascii v1.1.0 |
893 | 2024-05-14T03:19:30.751Z | Downloaded heapless v0.7.16 |
894 | 2024-05-14T03:19:30.759Z | Downloaded hex v0.4.3 |
895 | 2024-05-14T03:19:30.762Z | Downloaded atomic-waker v1.1.1 |
896 | 2024-05-14T03:19:30.763Z | Downloaded http-body v0.4.5 |
897 | 2024-05-14T03:19:30.763Z | Downloaded async-recursion v1.1.0 |
898 | 2024-05-14T03:19:30.766Z | Downloaded http-body v1.0.0 |
899 | 2024-05-14T03:19:30.769Z | Downloaded const-oid v0.9.6 |
900 | 2024-05-14T03:19:30.769Z | Downloaded ciborium-ll v0.2.2 |
901 | 2024-05-14T03:19:30.772Z | Downloaded castaway v0.2.2 |
902 | 2024-05-14T03:19:30.775Z | Downloaded cookie_store v0.20.0 |
903 | 2024-05-14T03:19:30.778Z | Downloaded cpufeatures v0.2.12 |
904 | 2024-05-14T03:19:30.778Z | Downloaded bitstruct_derive v0.1.0 |
905 | 2024-05-14T03:19:30.782Z | Downloaded backtrace v0.3.69 |
906 | 2024-05-14T03:19:30.786Z | Downloaded idna v0.5.0 |
907 | 2024-05-14T03:19:30.793Z | Downloaded cc v1.0.83 |
908 | 2024-05-14T03:19:30.798Z | Downloaded hkdf v0.12.4 |
909 | 2024-05-14T03:19:31.212Z | Downloaded corncobs v0.1.3 |
910 | 2024-05-14T03:19:31.637Z | Downloaded maplit v1.0.2 |
911 | 2024-05-14T03:19:31.637Z | Downloaded http v1.0.0 |
912 | 2024-05-14T03:19:31.638Z | Downloaded hyper v1.1.0 |
913 | 2024-05-14T03:19:31.638Z | Downloaded memmap2 v0.7.1 |
914 | 2024-05-14T03:19:31.638Z | Downloaded match_cfg v0.1.0 |
915 | 2024-05-14T03:19:31.638Z | Downloaded nodrop v0.1.14 |
916 | 2024-05-14T03:19:31.638Z | Downloaded base16ct v0.2.0 |
917 | 2024-05-14T03:19:31.638Z | Downloaded ident_case v1.0.1 |
918 | 2024-05-14T03:19:31.638Z | Downloaded http-range v0.1.5 |
919 | 2024-05-14T03:19:31.638Z | Downloaded nanorand v0.7.0 |
920 | 2024-05-14T03:19:31.638Z | Downloaded crunchy v0.2.2 |
921 | 2024-05-14T03:19:31.639Z | Downloaded md-5 v0.10.5 |
922 | 2024-05-14T03:19:31.639Z | Downloaded hubpack_derive v0.1.1 |
923 | 2024-05-14T03:19:31.639Z | Downloaded iana-time-zone v0.1.57 |
924 | 2024-05-14T03:19:31.639Z | Downloaded cipher v0.4.4 |
925 | 2024-05-14T03:19:31.639Z | Downloaded cexpr v0.6.0 |
926 | 2024-05-14T03:19:31.639Z | Downloaded nested v0.1.1 |
927 | 2024-05-14T03:19:31.639Z | Downloaded crc-any v2.4.3 |
928 | 2024-05-14T03:19:31.639Z | Downloaded bitstruct v0.1.1 |
929 | 2024-05-14T03:19:31.639Z | Downloaded matches v0.1.10 |
930 | 2024-05-14T03:19:31.639Z | Downloaded maybe-uninit v2.0.0 |
931 | 2024-05-14T03:19:31.639Z | Downloaded indoc v1.0.9 |
932 | 2024-05-14T03:19:31.640Z | Downloaded memoffset v0.7.1 |
933 | 2024-05-14T03:19:31.640Z | Downloaded newtype_derive v0.1.6 |
934 | 2024-05-14T03:19:31.640Z | Downloaded newline-converter v0.3.0 |
935 | 2024-05-14T03:19:31.640Z | Downloaded new_debug_unreachable v1.0.4 |
936 | 2024-05-14T03:19:31.640Z | Downloaded ciborium v0.2.2 |
937 | 2024-05-14T03:19:31.640Z | Downloaded normalize-line-endings v0.3.0 |
938 | 2024-05-14T03:19:31.640Z | Downloaded hyper-staticfile v0.9.5 |
939 | 2024-05-14T03:19:31.640Z | Downloaded multimap v0.10.0 |
940 | 2024-05-14T03:19:31.640Z | Downloaded linked-hash-map v0.5.6 |
941 | 2024-05-14T03:19:31.640Z | Downloaded termtree v0.4.1 |
942 | 2024-05-14T03:19:31.640Z | Downloaded strum v0.26.2 |
943 | 2024-05-14T03:19:31.640Z | Downloaded mockall v0.12.1 |
944 | 2024-05-14T03:19:31.641Z | Downloaded managed v0.8.0 |
945 | 2024-05-14T03:19:31.641Z | Downloaded num v0.4.2 |
946 | 2024-05-14T03:19:31.641Z | Downloaded cfg-if v1.0.0 |
947 | 2024-05-14T03:19:31.641Z | Downloaded convert_case v0.4.0 |
948 | 2024-05-14T03:19:31.641Z | Downloaded constant_time_eq v0.3.0 |
949 | 2024-05-14T03:19:31.641Z | Downloaded byteorder v1.5.0 |
950 | 2024-05-14T03:19:31.641Z | Downloaded vte_generate_state_changes v0.1.1 |
951 | 2024-05-14T03:19:31.641Z | Downloaded is-terminal v0.4.9 |
952 | 2024-05-14T03:19:31.641Z | Downloaded const_format_proc_macros v0.2.32 |
953 | 2024-05-14T03:19:31.641Z | Downloaded newtype-uuid v1.1.0 |
954 | 2024-05-14T03:19:31.641Z | Downloaded signal-hook-mio v0.2.3 |
955 | 2024-05-14T03:19:31.641Z | Downloaded cast v0.3.0 |
956 | 2024-05-14T03:19:31.642Z | Downloaded tower-service v0.3.2 |
957 | 2024-05-14T03:19:31.642Z | Downloaded nibble_vec v0.1.0 |
958 | 2024-05-14T03:19:31.642Z | Downloaded linear-map v1.2.0 |
959 | 2024-05-14T03:19:31.642Z | Downloaded kstat-rs v0.2.3 |
960 | 2024-05-14T03:19:31.642Z | Downloaded keccak v0.1.4 |
961 | 2024-05-14T03:19:31.642Z | Downloaded signature v1.6.4 |
962 | 2024-05-14T03:19:31.642Z | Downloaded sha1 v0.10.6 |
963 | 2024-05-14T03:19:31.642Z | Downloaded bit-set v0.5.3 |
964 | 2024-05-14T03:19:31.642Z | Downloaded rand_seeder v0.2.3 |
965 | 2024-05-14T03:19:31.642Z | Downloaded sqlformat v0.2.3 |
966 | 2024-05-14T03:19:31.642Z | Downloaded signature v2.1.0 |
967 | 2024-05-14T03:19:31.642Z | Downloaded libloading v0.7.4 |
968 | 2024-05-14T03:19:31.643Z | Downloaded libsw v3.3.1 |
969 | 2024-05-14T03:19:31.643Z | Downloaded nu-ansi-term v0.50.0 |
970 | 2024-05-14T03:19:31.643Z | Downloaded native-tls v0.2.11 |
971 | 2024-05-14T03:19:31.643Z | Downloaded zerocopy v0.3.0 |
972 | 2024-05-14T03:19:31.643Z | Downloaded escape8259 v0.5.2 |
973 | 2024-05-14T03:19:31.643Z | Downloaded unicode-xid v0.2.4 |
974 | 2024-05-14T03:19:31.643Z | Downloaded scheduled-thread-pool v0.2.7 |
975 | 2024-05-14T03:19:31.643Z | Downloaded same-file v1.0.6 |
976 | 2024-05-14T03:19:31.643Z | Downloaded parse-size v1.0.0 |
977 | 2024-05-14T03:19:31.643Z | Downloaded termios v0.3.3 |
978 | 2024-05-14T03:19:31.643Z | Downloaded termcolor v1.2.0 |
979 | 2024-05-14T03:19:31.644Z | Downloaded deranged v0.3.11 |
980 | 2024-05-14T03:19:31.644Z | Downloaded fallible-iterator v0.2.0 |
981 | 2024-05-14T03:19:31.644Z | Downloaded crc32fast v1.3.2 |
982 | 2024-05-14T03:19:31.644Z | Downloaded fnv v1.0.7 |
983 | 2024-05-14T03:19:31.644Z | Downloaded futures-timer v3.0.2 |
984 | 2024-05-14T03:19:31.644Z | Downloaded cancel-safe-futures v0.1.5 |
985 | 2024-05-14T03:19:31.644Z | Downloaded futures-task v0.3.30 |
986 | 2024-05-14T03:19:31.644Z | Downloaded tracing-attributes v0.1.27 |
987 | 2024-05-14T03:19:31.644Z | Downloaded usdt-macro v0.3.5 |
988 | 2024-05-14T03:19:31.644Z | Downloaded unicode-width v0.1.11 |
989 | 2024-05-14T03:19:31.644Z | Downloaded num_enum_derive v0.5.11 |
990 | 2024-05-14T03:19:31.644Z | Downloaded crossbeam-utils v0.8.19 |
991 | 2024-05-14T03:19:31.644Z | Downloaded num_enum v0.5.11 |
992 | 2024-05-14T03:19:31.645Z | Downloaded quick-error v1.2.3 |
993 | 2024-05-14T03:19:31.645Z | Downloaded parse-display-derive v0.9.0 |
994 | 2024-05-14T03:19:31.645Z | Downloaded signal-hook-tokio v0.3.1 |
995 | 2024-05-14T03:19:31.645Z | Downloaded rstest v0.19.0 |
996 | 2024-05-14T03:19:31.645Z | Downloaded sigpipe v0.1.3 |
997 | 2024-05-14T03:19:31.645Z | Downloaded plotters-backend v0.3.5 |
998 | 2024-05-14T03:19:31.645Z | Downloaded doc-comment v0.3.3 |
999 | 2024-05-14T03:19:31.645Z | Downloaded display-error-chain v0.2.0 |
1000 | 2024-05-14T03:19:31.645Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1001 | 2024-05-14T03:19:31.645Z | Downloaded datatest-stable v0.2.9 |
1002 | 2024-05-14T03:19:31.645Z | Downloaded resolv-conf v0.7.0 |
1003 | 2024-05-14T03:19:31.645Z | Downloaded futures-sink v0.3.30 |
1004 | 2024-05-14T03:19:31.645Z | Downloaded funty v2.0.0 |
1005 | 2024-05-14T03:19:31.646Z | Downloaded data-encoding v2.4.0 |
1006 | 2024-05-14T03:19:31.646Z | Downloaded term v0.7.0 |
1007 | 2024-05-14T03:19:31.646Z | Downloaded rand_chacha v0.3.1 |
1008 | 2024-05-14T03:19:31.646Z | Downloaded plain v0.2.3 |
1009 | 2024-05-14T03:19:31.646Z | Downloaded foreign-types-shared v0.3.1 |
1010 | 2024-05-14T03:19:31.659Z | Downloaded foreign-types-shared v0.1.1 |
1011 | 2024-05-14T03:19:31.660Z | Downloaded pkg-config v0.3.27 |
1012 | 2024-05-14T03:19:31.660Z | Downloaded der_derive v0.7.2 |
1013 | 2024-05-14T03:19:31.660Z | Downloaded usdt-impl v0.5.0 |
1014 | 2024-05-14T03:19:31.660Z | Downloaded openssl-macros v0.1.1 |
1015 | 2024-05-14T03:19:31.660Z | Downloaded serde_repr v0.1.16 |
1016 | 2024-05-14T03:19:31.660Z | Downloaded pkcs8 v0.10.2 |
1017 | 2024-05-14T03:19:31.660Z | Downloaded pretty-hex v0.4.1 |
1018 | 2024-05-14T03:19:31.660Z | Downloaded shell-words v1.1.0 |
1019 | 2024-05-14T03:19:31.660Z | Downloaded platforms v3.0.2 |
1020 | 2024-05-14T03:19:31.660Z | Downloaded static_assertions v1.1.0 |
1021 | 2024-05-14T03:19:31.660Z | Downloaded crossbeam-epoch v0.9.18 |
1022 | 2024-05-14T03:19:31.661Z | Downloaded derive-where v1.2.7 |
1023 | 2024-05-14T03:19:31.661Z | Downloaded dof v0.1.5 |
1024 | 2024-05-14T03:19:31.661Z | Downloaded dirs-sys-next v0.1.2 |
1025 | 2024-05-14T03:19:31.661Z | Downloaded whoami v1.5.1 |
1026 | 2024-05-14T03:19:31.661Z | Downloaded tracing-core v0.1.32 |
1027 | 2024-05-14T03:19:31.661Z | Downloaded signal-hook v0.3.17 |
1028 | 2024-05-14T03:19:31.661Z | Downloaded fragile v2.0.0 |
1029 | 2024-05-14T03:19:31.661Z | Downloaded form_urlencoded v1.2.1 |
1030 | 2024-05-14T03:19:31.661Z | Downloaded yasna v0.5.2 |
1031 | 2024-05-14T03:19:31.661Z | Downloaded endian-type v0.1.2 |
1032 | 2024-05-14T03:19:31.661Z | Downloaded stability v0.2.0 |
1033 | 2024-05-14T03:19:31.661Z | Downloaded hash32 v0.3.1 |
1034 | 2024-05-14T03:19:31.661Z | Downloaded sqlparser_derive v0.2.2 |
1035 | 2024-05-14T03:19:31.661Z | Downloaded paste v1.0.14 |
1036 | 2024-05-14T03:19:31.661Z | Downloaded base64 v0.21.7 |
1037 | 2024-05-14T03:19:31.661Z | Downloaded want v0.3.1 |
1038 | 2024-05-14T03:19:31.661Z | Downloaded pkcs1 v0.7.5 |
1039 | 2024-05-14T03:19:31.661Z | Downloaded base64 v0.13.1 |
1040 | 2024-05-14T03:19:31.661Z | Downloaded precomputed-hash v0.1.1 |
1041 | 2024-05-14T03:19:31.661Z | Downloaded path-slash v0.1.5 |
1042 | 2024-05-14T03:19:31.661Z | Downloaded slog-async v2.8.0 |
1043 | 2024-05-14T03:19:31.661Z | Downloaded threadpool v1.8.1 |
1044 | 2024-05-14T03:19:31.662Z | Downloaded string_cache v0.8.7 |
1045 | 2024-05-14T03:19:31.662Z | Downloaded snafu-derive v0.8.2 |
1046 | 2024-05-14T03:19:31.662Z | Downloaded shlex v1.3.0 |
1047 | 2024-05-14T03:19:31.662Z | Downloaded thread_local v1.1.7 |
1048 | 2024-05-14T03:19:31.662Z | Downloaded sec1 v0.7.3 |
1049 | 2024-05-14T03:19:31.662Z | Downloaded serde_arrays v0.1.0 |
1050 | 2024-05-14T03:19:31.662Z | Downloaded spki v0.7.2 |
1051 | 2024-05-14T03:19:31.662Z | Downloaded similar v2.4.0 |
1052 | 2024-05-14T03:19:31.662Z | Downloaded oso v0.27.3 |
1053 | 2024-05-14T03:19:31.662Z | Downloaded scroll_derive v0.12.0 |
1054 | 2024-05-14T03:19:31.662Z | Downloaded which v4.4.0 |
1055 | 2024-05-14T03:19:31.662Z | Downloaded ron v0.8.1 |
1056 | 2024-05-14T03:19:31.662Z | Downloaded tui-tree-widget v0.19.0 |
1057 | 2024-05-14T03:19:31.662Z | Downloaded toolchain_find v0.4.0 |
1058 | 2024-05-14T03:19:31.663Z | Downloaded thread-id v4.2.0 |
1059 | 2024-05-14T03:19:31.663Z | Downloaded darling_macro v0.20.8 |
1060 | 2024-05-14T03:19:31.663Z | Downloaded foreign-types v0.5.0 |
1061 | 2024-05-14T03:19:31.663Z | Downloaded digest v0.10.7 |
1062 | 2024-05-14T03:19:31.663Z | Downloaded ena v0.14.2 |
1063 | 2024-05-14T03:19:31.663Z | Downloaded embedded-io v0.4.0 |
1064 | 2024-05-14T03:19:31.663Z | Downloaded enum-as-inner v0.5.1 |
1065 | 2024-05-14T03:19:31.663Z | Downloaded ppv-lite86 v0.2.17 |
1066 | 2024-05-14T03:19:31.663Z | Downloaded poly1305 v0.8.0 |
1067 | 2024-05-14T03:19:31.663Z | Downloaded zerocopy v0.6.6 |
1068 | 2024-05-14T03:19:31.663Z | Downloaded oso-derive v0.27.3 |
1069 | 2024-05-14T03:19:31.663Z | Downloaded openssl-probe v0.1.5 |
1070 | 2024-05-14T03:19:31.663Z | Downloaded ron v0.7.1 |
1071 | 2024-05-14T03:19:31.663Z | Downloaded r2d2 v0.8.10 |
1072 | 2024-05-14T03:19:31.663Z | Downloaded rusty-fork v0.3.0 |
1073 | 2024-05-14T03:19:31.663Z | Downloaded pin-utils v0.1.0 |
1074 | 2024-05-14T03:19:31.663Z | Downloaded packed_struct_codegen v0.10.1 |
1075 | 2024-05-14T03:19:31.663Z | Downloaded sync_wrapper v0.1.2 |
1076 | 2024-05-14T03:19:31.664Z | Downloaded env_logger v0.10.0 |
1077 | 2024-05-14T03:19:31.664Z | Downloaded darling v0.20.8 |
1078 | 2024-05-14T03:19:31.664Z | Downloaded rustversion v1.0.14 |
1079 | 2024-05-14T03:19:31.664Z | Downloaded rsa v0.9.2 |
1080 | 2024-05-14T03:19:31.664Z | Downloaded tinyvec_macros v0.1.1 |
1081 | 2024-05-14T03:19:31.664Z | Downloaded scroll v0.12.0 |
1082 | 2024-05-14T03:19:31.664Z | Downloaded dyn-clone v1.0.17 |
1083 | 2024-05-14T03:19:31.664Z | Downloaded usdt-macro v0.5.0 |
1084 | 2024-05-14T03:19:31.664Z | Downloaded usdt-attr-macro v0.5.0 |
1085 | 2024-05-14T03:19:31.664Z | Downloaded rustls-pki-types v1.3.0 |
1086 | 2024-05-14T03:19:31.664Z | Downloaded glob v0.3.1 |
1087 | 2024-05-14T03:19:31.664Z | Downloaded topological-sort v0.2.2 |
1088 | 2024-05-14T03:19:31.664Z | Downloaded time-macros v0.2.17 |
1089 | 2024-05-14T03:19:31.664Z | Downloaded walkdir v2.5.0 |
1090 | 2024-05-14T03:19:31.664Z | Downloaded slog v2.7.0 |
1091 | 2024-05-14T03:19:31.664Z | Downloaded parking_lot v0.12.1 |
1092 | 2024-05-14T03:19:31.664Z | Downloaded number_prefix v0.4.0 |
1093 | 2024-05-14T03:19:31.665Z | Downloaded num_threads v0.1.6 |
1094 | 2024-05-14T03:19:31.665Z | Downloaded cstr-argument v0.1.2 |
1095 | 2024-05-14T03:19:31.665Z | Downloaded foreign-types v0.3.2 |
1096 | 2024-05-14T03:19:31.665Z | Downloaded getopts v0.2.21 |
1097 | 2024-05-14T03:19:31.665Z | Downloaded nom v7.1.3 |
1098 | 2024-05-14T03:19:31.665Z | Downloaded semver v0.1.20 |
1099 | 2024-05-14T03:19:31.665Z | Downloaded secrecy v0.8.0 |
1100 | 2024-05-14T03:19:31.665Z | Downloaded proc-macro-crate v1.3.1 |
1101 | 2024-05-14T03:19:31.666Z | Downloaded packed_struct v0.10.1 |
1102 | 2024-05-14T03:19:31.666Z | Downloaded smallvec v0.6.14 |
1103 | 2024-05-14T03:19:31.666Z | Downloaded tokio-rustls v0.24.1 |
1104 | 2024-05-14T03:19:31.667Z | Downloaded portpicker v0.1.1 |
1105 | 2024-05-14T03:19:31.667Z | Downloaded der v0.7.8 |
1106 | 2024-05-14T03:19:31.667Z | Downloaded rustfmt-wrapper v0.2.1 |
1107 | 2024-05-14T03:19:31.667Z | Downloaded opaque-debug v0.3.0 |
1108 | 2024-05-14T03:19:31.667Z | Downloaded fxhash v0.2.1 |
1109 | 2024-05-14T03:19:31.667Z | Downloaded dof v0.3.0 |
1110 | 2024-05-14T03:19:31.692Z | Downloaded ed25519 v1.5.3 |
1111 | 2024-05-14T03:19:31.692Z | Downloaded synstructure v0.12.6 |
1112 | 2024-05-14T03:19:31.692Z | Downloaded globset v0.4.13 |
1113 | 2024-05-14T03:19:31.692Z | Downloaded getrandom v0.2.12 |
1114 | 2024-05-14T03:19:31.692Z | Downloaded rustls-pemfile v2.1.2 |
1115 | 2024-05-14T03:19:31.692Z | Downloaded utf-8 v0.7.6 |
1116 | 2024-05-14T03:19:31.693Z | Downloaded samael v0.0.15 |
1117 | 2024-05-14T03:19:31.693Z | Downloaded trust-dns-resolver v0.22.0 |
1118 | 2024-05-14T03:19:31.693Z | Downloaded serde-big-array v0.5.1 |
1119 | 2024-05-14T03:19:31.693Z | Downloaded try-lock v0.2.4 |
1120 | 2024-05-14T03:19:31.693Z | Downloaded slog-bunyan v2.5.0 |
1121 | 2024-05-14T03:19:31.693Z | Downloaded papergrid v0.11.0 |
1122 | 2024-05-14T03:19:31.693Z | Downloaded zeroize v1.7.0 |
1123 | 2024-05-14T03:19:31.693Z | Downloaded supports-color v3.0.0 |
1124 | 2024-05-14T03:19:31.693Z | Downloaded darling_core v0.20.8 |
1125 | 2024-05-14T03:19:31.693Z | Downloaded x509-cert v0.2.4 |
1126 | 2024-05-14T03:19:31.693Z | Downloaded usdt-attr-macro v0.3.5 |
1127 | 2024-05-14T03:19:31.693Z | Downloaded strum_macros v0.25.2 |
1128 | 2024-05-14T03:19:31.693Z | Downloaded subtle v2.5.0 |
1129 | 2024-05-14T03:19:31.693Z | Downloaded slog-dtrace v0.3.0 |
1130 | 2024-05-14T03:19:31.693Z | Downloaded prettyplease v0.2.19 |
1131 | 2024-05-14T03:19:31.693Z | Downloaded smawk v0.3.1 |
1132 | 2024-05-14T03:19:31.693Z | Downloaded num-conv v0.1.0 |
1133 | 2024-05-14T03:19:31.694Z | Downloaded rand v0.8.5 |
1134 | 2024-05-14T03:19:31.694Z | Downloaded dtrace-parser v0.2.0 |
1135 | 2024-05-14T03:19:31.694Z | Downloaded futures-macro v0.3.30 |
1136 | 2024-05-14T03:19:31.694Z | Downloaded futures-executor v0.3.30 |
1137 | 2024-05-14T03:19:31.694Z | Downloaded take_mut v0.2.2 |
1138 | 2024-05-14T03:19:31.694Z | Downloaded universal-hash v0.5.1 |
1139 | 2024-05-14T03:19:31.694Z | Downloaded usdt-impl v0.3.5 |
1140 | 2024-05-14T03:19:31.694Z | Downloaded elliptic-curve v0.13.8 |
1141 | 2024-05-14T03:19:31.694Z | Downloaded tap v1.0.1 |
1142 | 2024-05-14T03:19:31.694Z | Downloaded tokio-rustls v0.25.0 |
1143 | 2024-05-14T03:19:31.694Z | Downloaded toml v0.7.8 |
1144 | 2024-05-14T03:19:31.694Z | Downloaded rtoolbox v0.0.1 |
1145 | 2024-05-14T03:19:31.694Z | Downloaded smallvec v1.13.1 |
1146 | 2024-05-14T03:19:31.694Z | Downloaded phf v0.11.2 |
1147 | 2024-05-14T03:19:31.694Z | Downloaded peeking_take_while v0.1.2 |
1148 | 2024-05-14T03:19:31.694Z | Downloaded untrusted v0.7.1 |
1149 | 2024-05-14T03:19:31.695Z | Downloaded filetime v0.2.23 |
1150 | 2024-05-14T03:19:31.695Z | Downloaded derive_builder v0.20.0 |
1151 | 2024-05-14T03:19:31.695Z | Downloaded pem v3.0.4 |
1152 | 2024-05-14T03:19:31.695Z | Downloaded peg v0.8.3 |
1153 | 2024-05-14T03:19:31.695Z | Downloaded crypto-common v0.1.6 |
1154 | 2024-05-14T03:19:31.695Z | Downloaded strum_macros v0.26.1 |
1155 | 2024-05-14T03:19:31.695Z | Downloaded hashbrown v0.13.2 |
1156 | 2024-05-14T03:19:31.695Z | Downloaded pathdiff v0.2.1 |
1157 | 2024-05-14T03:19:31.695Z | Downloaded ff v0.13.0 |
1158 | 2024-05-14T03:19:31.695Z | Downloaded stable_deref_trait v1.2.0 |
1159 | 2024-05-14T03:19:31.695Z | Downloaded tabwriter v1.4.0 |
1160 | 2024-05-14T03:19:31.695Z | Downloaded tabled_derive v0.7.0 |
1161 | 2024-05-14T03:19:31.695Z | Downloaded tokio-tungstenite v0.21.0 |
1162 | 2024-05-14T03:19:31.695Z | Downloaded unicode-linebreak v0.1.5 |
1163 | 2024-05-14T03:19:31.695Z | Downloaded peg-macros v0.8.3 |
1164 | 2024-05-14T03:19:31.695Z | Downloaded num-rational v0.4.1 |
1165 | 2024-05-14T03:19:31.695Z | Downloaded socket2 v0.4.9 |
1166 | 2024-05-14T03:19:31.696Z | Downloaded zerocopy-derive v0.7.32 |
1167 | 2024-05-14T03:19:31.696Z | Downloaded hashbrown v0.12.3 |
1168 | 2024-05-14T03:19:31.696Z | Downloaded downcast v0.11.0 |
1169 | 2024-05-14T03:19:31.696Z | Downloaded dtrace-parser v0.1.14 |
1170 | 2024-05-14T03:19:31.696Z | Downloaded rustc-hash v1.1.0 |
1171 | 2024-05-14T03:19:31.696Z | Downloaded strum_macros v0.24.3 |
1172 | 2024-05-14T03:19:31.696Z | Downloaded zone_cfg_derive v0.1.2 |
1173 | 2024-05-14T03:19:31.696Z | Downloaded num-iter v0.1.44 |
1174 | 2024-05-14T03:19:31.696Z | Downloaded serde_tokenstream v0.2.0 |
1175 | 2024-05-14T03:19:31.696Z | Downloaded serde_path_to_error v0.1.16 |
1176 | 2024-05-14T03:19:31.696Z | Downloaded time-core v0.1.2 |
1177 | 2024-05-14T03:19:31.696Z | Downloaded phf_shared v0.11.2 |
1178 | 2024-05-14T03:19:31.696Z | Downloaded tinyvec v1.6.0 |
1179 | 2024-05-14T03:19:31.696Z | Downloaded futures v0.3.30 |
1180 | 2024-05-14T03:19:31.696Z | Downloaded fd-lock v4.0.2 |
1181 | 2024-05-14T03:19:31.696Z | Downloaded siphasher v0.3.11 |
1182 | 2024-05-14T03:19:31.696Z | Downloaded libxml v0.3.3 |
1183 | 2024-05-14T03:19:31.697Z | Downloaded proc-macro-error v1.0.4 |
1184 | 2024-05-14T03:19:31.697Z | Downloaded plotters v0.3.5 |
1185 | 2024-05-14T03:19:31.697Z | Downloaded num-integer v0.1.46 |
1186 | 2024-05-14T03:19:31.697Z | Downloaded time v0.3.34 |
1187 | 2024-05-14T03:19:31.697Z | Downloaded group v0.13.0 |
1188 | 2024-05-14T03:19:31.697Z | Downloaded derive_more v0.99.17 |
1189 | 2024-05-14T03:19:31.697Z | Downloaded subprocess v0.2.9 |
1190 | 2024-05-14T03:19:31.697Z | Downloaded diesel_derives v2.1.2 |
1191 | 2024-05-14T03:19:31.697Z | Downloaded gethostname v0.4.3 |
1192 | 2024-05-14T03:19:31.697Z | Downloaded num-complex v0.4.5 |
1193 | 2024-05-14T03:19:31.697Z | Downloaded tinytemplate v1.2.1 |
1194 | 2024-05-14T03:19:31.697Z | Downloaded target-lexicon v0.12.13 |
1195 | 2024-05-14T03:19:31.697Z | Downloaded rustyline v14.0.0 |
1196 | 2024-05-14T03:19:31.697Z | Downloaded num-bigint-dig v0.8.4 |
1197 | 2024-05-14T03:19:31.697Z | Downloaded uuid v1.8.0 |
1198 | 2024-05-14T03:19:31.697Z | Downloaded num-derive v0.4.0 |
1199 | 2024-05-14T03:19:31.697Z | Downloaded tar v0.4.40 |
1200 | 2024-05-14T03:19:31.698Z | Downloaded portable-atomic v1.4.3 |
1201 | 2024-05-14T03:19:31.698Z | Downloaded guppy v0.17.5 |
1202 | 2024-05-14T03:19:31.698Z | Downloaded socket2 v0.5.6 |
1203 | 2024-05-14T03:19:31.698Z | Downloaded publicsuffix v2.2.3 |
1204 | 2024-05-14T03:19:31.698Z | Downloaded unicode-bidi v0.3.15 |
1205 | 2024-05-14T03:19:31.698Z | Downloaded unsafe-libyaml v0.2.10 |
1206 | 2024-05-14T03:19:31.698Z | Downloaded lalrpop v0.19.12 |
1207 | 2024-05-14T03:19:31.698Z | Downloaded tough v0.17.1 |
1208 | 2024-05-14T03:19:31.698Z | Downloaded unicode-segmentation v1.10.1 |
1209 | 2024-05-14T03:19:31.698Z | Downloaded zerocopy v0.7.32 |
1210 | 2024-05-14T03:19:31.703Z | Downloaded trust-dns-client v0.22.0 |
1211 | 2024-05-14T03:19:31.704Z | Downloaded rayon v1.10.0 |
1212 | 2024-05-14T03:19:31.704Z | Downloaded unicode-normalization v0.1.22 |
1213 | 2024-05-14T03:19:31.704Z | Downloaded h2 v0.3.26 |
1214 | 2024-05-14T03:19:31.704Z | Downloaded rustls-webpki v0.101.7 |
1215 | 2024-05-14T03:19:31.704Z | Downloaded flate2 v1.0.28 |
1216 | 2024-05-14T03:19:31.704Z | Downloaded tokio-util v0.7.10 |
1217 | 2024-05-14T03:19:31.704Z | Downloaded quick-xml v0.31.0 |
1218 | 2024-05-14T03:19:31.705Z | Downloaded idna v0.3.0 |
1219 | 2024-05-14T03:19:31.705Z | Downloaded reedline v0.31.0 |
1220 | 2024-05-14T03:19:31.705Z | Downloaded nix v0.28.0 |
1221 | 2024-05-14T03:19:31.705Z | Downloaded regex-automata v0.1.10 |
1222 | 2024-05-14T03:19:31.705Z | Downloaded rustls-webpki v0.102.1 |
1223 | 2024-05-14T03:19:31.725Z | Downloaded tabled v0.15.0 |
1224 | 2024-05-14T03:19:31.765Z | Downloaded petgraph v0.6.4 |
1225 | 2024-05-14T03:19:31.789Z | Downloaded object v0.30.4 |
1226 | 2024-05-14T03:19:31.790Z | Downloaded rustls v0.21.9 |
1227 | 2024-05-14T03:19:31.790Z | Downloaded goblin v0.8.0 |
1228 | 2024-05-14T03:19:31.802Z | Downloaded vcpkg v0.2.15 |
1229 | 2024-05-14T03:19:31.818Z | Downloaded proptest v1.4.0 |
1230 | 2024-05-14T03:19:31.827Z | Downloaded radix_trie v0.2.1 |
1231 | 2024-05-14T03:19:31.833Z | Downloaded openssl v0.10.64 |
1232 | 2024-05-14T03:19:31.843Z | Downloaded trust-dns-proto v0.22.0 |
1233 | 2024-05-14T03:19:31.857Z | Downloaded curve25519-dalek v4.1.2 |
1234 | 2024-05-14T03:19:31.867Z | Downloaded openapiv3 v2.0.0 |
1235 | 2024-05-14T03:19:31.883Z | Downloaded bstr v1.9.0 |
1236 | 2024-05-14T03:19:31.893Z | Downloaded diesel v2.1.6 |
1237 | 2024-05-14T03:19:31.911Z | Downloaded zerocopy-derive v0.2.0 |
1238 | 2024-05-14T03:19:31.921Z | Downloaded sled v0.34.7 |
1239 | 2024-05-14T03:19:31.934Z | Downloaded ratatui v0.26.2 |
1240 | 2024-05-14T03:19:31.950Z | Downloaded zerocopy-derive v0.6.6 |
1241 | 2024-05-14T03:19:31.964Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1242 | 2024-05-14T03:19:31.975Z | Downloaded regex-automata v0.4.5 |
1243 | 2024-05-14T03:19:31.992Z | Downloaded csv v1.3.0 |
1244 | 2024-05-14T03:19:32.012Z | Downloaded tokio v1.37.0 |
1245 | 2024-05-14T03:19:32.048Z | Downloaded sha3 v0.10.8 |
1246 | 2024-05-14T03:19:32.053Z | Downloaded smoltcp v0.11.0 |
1247 | 2024-05-14T03:19:32.065Z | Downloaded rustls v0.22.4 |
1248 | 2024-05-14T03:19:32.078Z | Downloaded regress v0.9.1 |
1249 | 2024-05-14T03:19:32.094Z | Downloaded polar-core v0.27.3 |
1250 | 2024-05-14T03:19:32.098Z | Downloaded regex-syntax v0.6.29 |
1251 | 2024-05-14T03:19:32.102Z | Downloaded bstr v0.2.17 |
1252 | 2024-05-14T03:19:32.112Z | Downloaded object v0.32.1 |
1253 | 2024-05-14T03:19:32.130Z | Downloaded regex-syntax v0.8.2 |
1254 | 2024-05-14T03:19:32.137Z | Downloaded gimli v0.28.0 |
1255 | 2024-05-14T03:19:32.141Z | Downloaded syn v1.0.109 |
1256 | 2024-05-14T03:19:32.149Z | Downloaded encoding_rs v0.8.33 |
1257 | 2024-05-14T03:19:32.172Z | Downloaded smoltcp v0.9.1 |
1258 | 2024-05-14T03:19:32.182Z | Downloaded webpki-roots v0.25.2 |
1259 | 2024-05-14T03:19:32.186Z | Downloaded regex v1.10.4 |
1260 | 2024-05-14T03:19:32.204Z | Downloaded serde_with v3.7.0 |
1261 | 2024-05-14T03:19:32.208Z | Downloaded sqlparser v0.45.0 |
1262 | 2024-05-14T03:19:32.214Z | Downloaded bindgen v0.69.2 |
1263 | 2024-05-14T03:19:32.222Z | Downloaded winnow v0.5.15 |
1264 | 2024-05-14T03:19:32.234Z | Downloaded idna v0.2.3 |
1265 | 2024-05-14T03:19:32.239Z | Downloaded reqwest v0.11.27 |
1266 | 2024-05-14T03:19:32.246Z | Downloaded tower v0.4.13 |
1267 | 2024-05-14T03:19:32.252Z | Downloaded generic-array v0.14.7 |
1268 | 2024-05-14T03:19:32.259Z | Downloaded dirs-next v2.0.0 |
1269 | 2024-05-14T03:19:32.259Z | Downloaded sha2 v0.10.8 |
1270 | 2024-05-14T03:19:32.259Z | Downloaded once_cell v1.19.0 |
1271 | 2024-05-14T03:19:32.271Z | Downloaded rustc-demangle v0.1.23 |
1272 | 2024-05-14T03:19:32.271Z | Downloaded rust-argon2 v2.1.0 |
1273 | 2024-05-14T03:19:32.271Z | Downloaded futures-util v0.3.30 |
1274 | 2024-05-14T03:19:32.275Z | Downloaded hyper v0.14.28 |
1275 | 2024-05-14T03:19:32.286Z | Downloaded zone v0.1.8 |
1276 | 2024-05-14T03:19:32.291Z | Downloaded zeroize_derive v1.4.2 |
1277 | 2024-05-14T03:19:32.291Z | Downloaded wait-timeout v0.2.0 |
1278 | 2024-05-14T03:19:32.291Z | Downloaded version_check v0.9.4 |
1279 | 2024-05-14T03:19:32.291Z | Downloaded tiny-keccak v2.0.2 |
1280 | 2024-05-14T03:19:32.291Z | Downloaded flagset v0.4.3 |
1281 | 2024-05-14T03:19:32.297Z | Downloaded fixedbitset v0.4.2 |
1282 | 2024-05-14T03:19:32.297Z | Downloaded slog-scope v4.4.0 |
1283 | 2024-05-14T03:19:32.297Z | Downloaded slog-json v2.6.1 |
1284 | 2024-05-14T03:19:32.297Z | Downloaded similar-asserts v1.5.0 |
1285 | 2024-05-14T03:19:32.303Z | Downloaded ref-cast v1.0.22 |
1286 | 2024-05-14T03:19:32.303Z | Downloaded proc-macro-error-attr v1.0.4 |
1287 | 2024-05-14T03:19:32.303Z | Downloaded pest_generator v2.7.6 |
1288 | 2024-05-14T03:19:32.303Z | Downloaded pem-rfc7468 v0.7.0 |
1289 | 2024-05-14T03:19:32.306Z | Downloaded pest_meta v2.7.6 |
1290 | 2024-05-14T03:19:32.306Z | Downloaded salty v0.2.0 |
1291 | 2024-05-14T03:19:32.309Z | Downloaded spin v0.5.2 |
1292 | 2024-05-14T03:19:32.314Z | Downloaded tokio-stream v0.1.15 |
1293 | 2024-05-14T03:19:32.318Z | Downloaded diff v0.1.13 |
1294 | 2024-05-14T03:19:32.322Z | Downloaded vsss-rs v3.3.4 |
1295 | 2024-05-14T03:19:32.322Z | Downloaded postcard v1.0.8 |
1296 | 2024-05-14T03:19:32.325Z | Downloaded typed-path v0.7.0 |
1297 | 2024-05-14T03:19:32.330Z | Downloaded pest v2.7.6 |
1298 | 2024-05-14T03:19:32.335Z | Downloaded ref-cast-impl v1.0.22 |
1299 | 2024-05-14T03:19:32.339Z | Downloaded float-cmp v0.9.0 |
1300 | 2024-05-14T03:19:32.339Z | Downloaded uzers v0.11.3 |
1301 | 2024-05-14T03:19:32.342Z | Downloaded trybuild v1.0.91 |
1302 | 2024-05-14T03:19:32.348Z | Downloaded zip v0.6.6 |
1303 | 2024-05-14T03:19:32.350Z | Downloaded serde_yaml v0.9.25 |
1304 | 2024-05-14T03:19:32.354Z | Downloaded unarray v0.1.4 |
1305 | 2024-05-14T03:19:32.357Z | Downloaded slog-stdlog v4.1.1 |
1306 | 2024-05-14T03:19:32.360Z | Downloaded serde_urlencoded v0.7.1 |
1307 | 2024-05-14T03:19:32.360Z | Downloaded postgres-types v0.2.6 |
1308 | 2024-05-14T03:19:32.363Z | Downloaded postgres-protocol v0.6.6 |
1309 | 2024-05-14T03:19:32.363Z | Downloaded owo-colors v4.0.0 |
1310 | 2024-05-14T03:19:32.367Z | Downloaded fatfs v0.3.6 |
1311 | 2024-05-14T03:19:32.370Z | Downloaded toml v0.5.11 |
1312 | 2024-05-14T03:19:32.375Z | Downloaded pin-project v1.1.3 |
1313 | 2024-05-14T03:19:32.382Z | Downloaded fancy-regex v0.13.0 |
1314 | 2024-05-14T03:19:32.386Z | Downloaded blake3 v1.5.0 |
1315 | 2024-05-14T03:19:32.393Z | Downloaded tungstenite v0.21.0 |
1316 | 2024-05-14T03:19:32.397Z | Downloaded tungstenite v0.20.1 |
1317 | 2024-05-14T03:19:32.404Z | Downloaded slog-envlogger v2.2.0 |
1318 | 2024-05-14T03:19:32.420Z | Downloaded serde_plain v1.0.2 |
1319 | 2024-05-14T03:19:32.420Z | Downloaded oorandom v11.1.3 |
1320 | 2024-05-14T03:19:32.420Z | Downloaded futures-channel v0.3.30 |
1321 | 2024-05-14T03:19:32.420Z | Downloaded psl-types v2.0.11 |
1322 | 2024-05-14T03:19:32.420Z | Downloaded derive_builder_macro v0.20.0 |
1323 | 2024-05-14T03:19:32.431Z | Downloaded futures-core v0.3.30 |
1324 | 2024-05-14T03:19:32.431Z | Downloaded serde_with_macros v3.7.0 |
1325 | 2024-05-14T03:19:32.432Z | Downloaded headers v0.3.9 |
1326 | 2024-05-14T03:19:32.432Z | Downloaded pretty_assertions v1.4.0 |
1327 | 2024-05-14T03:19:32.432Z | Downloaded tokio-postgres v0.7.10 |
1328 | 2024-05-14T03:19:32.432Z | Downloaded criterion v0.5.1 |
1329 | 2024-05-14T03:19:32.437Z | Downloaded toml_edit v0.19.15 |
1330 | 2024-05-14T03:19:32.447Z | Downloaded crossterm v0.27.0 |
1331 | 2024-05-14T03:19:32.452Z | Downloaded trust-dns-server v0.22.1 |
1332 | 2024-05-14T03:19:32.458Z | Downloaded smf v0.2.3 |
1333 | 2024-05-14T03:19:32.461Z | Downloaded predicates-tree v1.0.9 |
1334 | 2024-05-14T03:19:32.461Z | Downloaded predicates-core v1.0.6 |
1335 | 2024-05-14T03:19:32.461Z | Downloaded predicates v3.1.0 |
1336 | 2024-05-14T03:19:32.465Z | Downloaded powerfmt v0.2.0 |
1337 | 2024-05-14T03:19:32.465Z | Downloaded slog-term v2.9.1 |
1338 | 2024-05-14T03:19:32.471Z | Downloaded omicron-zone-package v0.11.0 |
1339 | 2024-05-14T03:19:32.471Z | Downloaded plotters-svg v0.3.5 |
1340 | 2024-05-14T03:19:32.471Z | Downloaded serde-big-array v0.4.1 |
1341 | 2024-05-14T03:19:32.471Z | Downloaded peg-runtime v0.8.3 |
1342 | 2024-05-14T03:19:32.491Z | Downloaded pretty-hex v0.2.1 |
1343 | 2024-05-14T03:19:32.491Z | Downloaded phf_shared v0.10.0 |
1344 | 2024-05-14T03:19:32.491Z | Downloaded olpc-cjson v0.1.3 |
1345 | 2024-05-14T03:19:32.491Z | Downloaded pin-project-lite v0.2.13 |
1346 | 2024-05-14T03:19:32.495Z | Downloaded ring v0.17.8 |
1347 | 2024-05-14T03:19:32.558Z | Downloaded pin-project-internal v1.1.3 |
1348 | 2024-05-14T03:19:32.981Z | Downloaded either v1.11.0 |
1349 | 2024-05-14T03:19:32.982Z | Downloaded csv-core v0.1.11 |
1350 | 2024-05-14T03:19:32.982Z | Downloaded itertools v0.12.1 |
1351 | 2024-05-14T03:19:32.982Z | Downloaded rayon-core v1.12.1 |
1352 | 2024-05-14T03:19:32.982Z | Downloaded rustls-pemfile v1.0.3 |
1353 | 2024-05-14T03:19:32.982Z | Downloaded url v2.5.0 |
1354 | 2024-05-14T03:19:32.982Z | Downloaded chrono v0.4.38 |
1355 | 2024-05-14T03:19:32.982Z | Downloaded bitvec v1.0.1 |
1356 | 2024-05-14T03:19:32.982Z | Downloaded ring v0.16.20 |
1357 | 2024-05-14T03:19:32.982Z | Downloaded sct v0.7.0 |
1358 | 2024-05-14T03:19:32.982Z | Downloaded futures-io v0.3.30 |
1359 | 2024-05-14T03:19:32.982Z | Downloaded scopeguard v1.2.0 |
1360 | 2024-05-14T03:19:32.982Z | Downloaded parking_lot v0.11.2 |
1361 | 2024-05-14T03:19:32.982Z | Downloaded libm v0.2.7 |
1362 | 2024-05-14T03:19:32.982Z | Downloaded itertools v0.10.5 |
1363 | 2024-05-14T03:19:32.982Z | Downloaded ucd-trie v0.1.6 |
1364 | 2024-05-14T03:19:32.982Z | Downloaded typenum v1.16.0 |
1365 | 2024-05-14T03:19:32.982Z | Downloaded snafu v0.8.2 |
1366 | 2024-05-14T03:19:32.982Z | Downloaded num-bigint v0.4.4 |
1367 | 2024-05-14T03:19:32.982Z | Downloaded rustc_version v0.1.7 |
1368 | 2024-05-14T03:19:32.982Z | Downloaded env_logger v0.9.3 |
1369 | 2024-05-14T03:19:32.982Z | Downloaded spin v0.9.8 |
1370 | 2024-05-14T03:19:32.982Z | Downloaded expectorate v1.1.0 |
1371 | 2024-05-14T03:19:32.982Z | Downloaded rustc_version v0.4.0 |
1372 | 2024-05-14T03:19:32.983Z | Downloaded radium v0.7.0 |
1373 | 2024-05-14T03:19:32.983Z | Downloaded openssl-sys v0.9.102 |
1374 | 2024-05-14T03:19:32.983Z | Downloaded derive_builder_core v0.20.0 |
1375 | 2024-05-14T03:19:32.983Z | Downloaded serde_derive_internals v0.29.0 |
1376 | 2024-05-14T03:19:32.983Z | Downloaded base64 v0.22.1 |
1377 | 2024-05-14T03:19:32.983Z | Downloaded mio v0.8.11 |
1378 | 2024-05-14T03:19:32.983Z | Downloaded minimal-lexical v0.2.1 |
1379 | 2024-05-14T03:19:32.983Z | Downloaded steno v0.4.0 |
1380 | 2024-05-14T03:19:32.983Z | Downloaded parking_lot_core v0.8.6 |
1381 | 2024-05-14T03:19:32.983Z | Downloaded difflib v0.4.0 |
1382 | 2024-05-14T03:19:32.983Z | Downloaded curve25519-dalek-derive v0.1.0 |
1383 | 2024-05-14T03:19:32.983Z | Downloaded waitgroup v0.1.2 |
1384 | 2024-05-14T03:19:32.983Z | Downloaded tower-layer v0.3.2 |
1385 | 2024-05-14T03:19:32.983Z | Downloaded target-spec v3.1.0 |
1386 | 2024-05-14T03:19:32.983Z | Downloaded password-hash v0.5.0 |
1387 | 2024-05-14T03:19:32.983Z | Downloaded partial-io v0.5.4 |
1388 | 2024-05-14T03:19:32.983Z | Downloaded parking_lot_core v0.9.8 |
1389 | 2024-05-14T03:19:32.983Z | Downloaded flume v0.11.0 |
1390 | 2024-05-14T03:19:32.983Z | Downloaded crossbeam-channel v0.5.8 |
1391 | 2024-05-14T03:19:32.983Z | Downloaded const_format v0.2.32 |
1392 | 2024-05-14T03:19:32.983Z | Downloaded bytes v1.6.0 |
1393 | 2024-05-14T03:19:32.983Z | Downloaded num-traits v0.2.18 |
1394 | 2024-05-14T03:19:32.983Z | Downloaded half v2.3.1 |
1395 | 2024-05-14T03:19:32.983Z | Downloaded unicode_categories v0.1.1 |
1396 | 2024-05-14T03:19:32.984Z | Downloaded tracing v0.1.40 |
1397 | 2024-05-14T03:19:32.984Z | Downloaded slab v0.4.9 |
1398 | 2024-05-14T03:19:32.984Z | Downloaded tempfile v3.10.1 |
1399 | 2024-05-14T03:19:32.984Z | Downloaded serde-hex v0.1.0 |
1400 | 2024-05-14T03:19:32.984Z | Downloaded rand_xorshift v0.3.0 |
1401 | 2024-05-14T03:19:32.984Z | Downloaded rand_core v0.6.4 |
1402 | 2024-05-14T03:19:32.984Z | Downloaded hash32 v0.2.1 |
1403 | 2024-05-14T03:19:32.984Z | Downloaded textwrap v0.16.1 |
1404 | 2024-05-14T03:19:32.984Z | Downloaded test-strategy v0.3.1 |
1405 | 2024-05-14T03:19:32.984Z | Downloaded cookie v0.17.0 |
1406 | 2024-05-14T03:19:32.984Z | Downloaded foreign-types-macros v0.2.3 |
1407 | 2024-05-14T03:19:32.984Z | Downloaded erased-serde v0.3.31 |
1408 | 2024-05-14T03:19:32.984Z | Downloaded http v0.2.12 |
1409 | 2024-05-14T03:19:32.984Z | Downloaded thiserror-no-std v2.0.2 |
1410 | 2024-05-14T03:19:32.984Z | Downloaded thiserror-impl-no-std v2.0.2 |
1411 | 2024-05-14T03:19:32.984Z | Downloaded rstest_macros v0.19.0 |
1412 | 2024-05-14T03:19:32.984Z | Downloaded schemars v0.8.17 |
1413 | 2024-05-14T03:19:32.984Z | Downloaded rcgen v0.12.1 |
1414 | 2024-05-14T03:19:32.984Z | Downloaded guppy-workspace-hack v0.1.0 |
1415 | 2024-05-14T03:19:32.984Z | Downloaded fastrand v2.0.1 |
1416 | 2024-05-14T03:19:32.984Z | Downloaded usdt v0.5.0 |
1417 | 2024-05-14T03:19:32.984Z | Downloaded usdt v0.3.5 |
1418 | 2024-05-14T03:19:32.984Z | Downloaded untrusted v0.9.0 |
1419 | 2024-05-14T03:19:32.985Z | Downloaded tokio-native-tls v0.3.1 |
1420 | 2024-05-14T03:19:32.985Z | Downloaded tokio-macros v2.2.0 |
1421 | 2024-05-14T03:19:32.985Z | Downloaded strsim v0.10.0 |
1422 | 2024-05-14T03:19:32.985Z | Downloaded strip-ansi-escapes v0.2.0 |
1423 | 2024-05-14T03:19:32.985Z | Downloaded stringprep v0.1.3 |
1424 | 2024-05-14T03:19:32.985Z | Downloaded rpassword v7.3.1 |
1425 | 2024-05-14T03:19:32.985Z | Downloaded pest_derive v2.7.6 |
1426 | 2024-05-14T03:19:32.985Z | Downloaded percent-encoding v2.3.1 |
1427 | 2024-05-14T03:19:32.985Z | Downloaded relative-path v1.9.0 |
1428 | 2024-05-14T03:19:32.985Z | Downloaded tokio-tungstenite v0.20.1 |
1429 | 2024-05-14T03:19:32.985Z | Downloaded compact_str v0.7.1 |
1430 | 2024-05-14T03:19:32.985Z | Downloaded defmt v0.3.5 |
1431 | 2024-05-14T03:19:32.985Z | Downloaded xattr v1.0.1 |
1432 | 2024-05-14T03:19:32.985Z | Downloaded rustls-native-certs v0.7.0 |
1433 | 2024-05-14T03:19:32.985Z | Downloaded parse-display v0.9.0 |
1434 | 2024-05-14T03:19:32.985Z | Downloaded vte v0.11.1 |
1435 | 2024-05-14T03:19:32.985Z | Downloaded indicatif v0.17.8 |
1436 | 2024-05-14T03:19:32.985Z | Downloaded chacha20poly1305 v0.10.1 |
1437 | 2024-05-14T03:19:32.985Z | Downloaded num_cpus v1.16.0 |
1438 | 2024-05-14T03:19:32.985Z | Downloaded clang-sys v1.6.1 |
1439 | 2024-05-14T03:19:32.985Z | Downloaded cfg-expr v0.15.6 |
1440 | 2024-05-14T03:19:32.985Z | Downloaded cassowary v0.3.0 |
1441 | 2024-05-14T03:19:32.985Z | Downloaded bcs v0.1.6 |
1442 | 2024-05-14T03:19:32.985Z | Downloaded yansi v0.5.1 |
1443 | 2024-05-14T03:19:32.986Z | Downloaded wyz v0.5.1 |
1444 | 2024-05-14T03:19:32.986Z | Downloaded mockall_derive v0.12.1 |
1445 | 2024-05-14T03:19:32.986Z | Downloaded hyper-util v0.1.2 |
1446 | 2024-05-14T03:19:32.986Z | Downloaded unicase v2.7.0 |
1447 | 2024-05-14T03:19:32.986Z | Downloaded structmeta-derive v0.3.0 |
1448 | 2024-05-14T03:19:32.991Z | Downloaded structmeta-derive v0.2.0 |
1449 | 2024-05-14T03:19:32.991Z | Downloaded schemars_derive v0.8.17 |
1450 | 2024-05-14T03:19:32.991Z | Downloaded criterion-plot v0.5.0 |
1451 | 2024-05-14T03:19:32.991Z | Downloaded camino-tempfile v1.1.1 |
1452 | 2024-05-14T03:19:32.991Z | Downloaded bzip2 v0.4.4 |
1453 | 2024-05-14T03:19:32.991Z | Downloaded defmt-macros v0.3.6 |
1454 | 2024-05-14T03:19:32.991Z | Downloaded debug-ignore v1.0.5 |
1455 | 2024-05-14T03:19:32.991Z | Downloaded structmeta v0.3.0 |
1456 | 2024-05-14T03:19:32.991Z | Downloaded structmeta v0.2.0 |
1457 | 2024-05-14T03:19:32.991Z | Downloaded defmt-parser v0.3.3 |
1458 | 2024-05-14T03:19:32.991Z | Downloaded inout v0.1.3 |
1459 | 2024-05-14T03:19:32.991Z | Downloaded signal-hook-registry v1.4.1 |
1460 | 2024-05-14T03:19:32.991Z | Downloaded serde_tokenstream v0.1.7 |
1461 | 2024-05-14T03:19:32.991Z | Downloaded miniz_oxide v0.7.1 |
1462 | 2024-05-14T03:19:32.991Z | Downloaded log v0.4.21 |
1463 | 2024-05-14T03:19:32.992Z | Downloaded indexmap v1.9.3 |
1464 | 2024-05-14T03:19:32.992Z | Downloaded console v0.15.8 |
1465 | 2024-05-14T03:19:32.992Z | Downloaded lock_api v0.4.10 |
1466 | 2024-05-14T03:19:32.992Z | Downloaded hmac v0.12.1 |
1467 | 2024-05-14T03:19:32.992Z | Downloaded multer v3.1.0 |
1468 | 2024-05-14T03:19:32.992Z | Downloaded mime_guess v2.0.4 |
1469 | 2024-05-14T03:19:32.992Z | Downloaded mime v0.3.17 |
1470 | 2024-05-14T03:19:32.992Z | Downloaded ipnet v2.9.0 |
1471 | 2024-05-14T03:19:32.992Z | Downloaded highway v1.1.0 |
1472 | 2024-05-14T03:19:32.992Z | Downloaded blake2 v0.10.6 |
1473 | 2024-05-14T03:19:32.992Z | Downloaded hyper-rustls v0.24.2 |
1474 | 2024-05-14T03:19:32.992Z | Downloaded blake2b_simd v1.0.1 |
1475 | 2024-05-14T03:19:32.992Z | Downloaded base64ct v1.6.0 |
1476 | 2024-05-14T03:19:32.992Z | Downloaded bitflags v1.3.2 |
1477 | 2024-05-14T03:19:32.992Z | Downloaded memmap v0.7.0 |
1478 | 2024-05-14T03:19:32.992Z | Downloaded libtest-mimic v0.7.2 |
1479 | 2024-05-14T03:19:32.992Z | Downloaded lazy_static v1.4.0 |
1480 | 2024-05-14T03:19:32.992Z | Downloaded bitfield v0.14.0 |
1481 | 2024-05-14T03:19:32.992Z | Downloaded bit-vec v0.6.3 |
1482 | 2024-05-14T03:19:32.992Z | Downloaded hubpack v0.1.2 |
1483 | 2024-05-14T03:19:32.992Z | Downloaded constant_time_eq v0.2.6 |
1484 | 2024-05-14T03:19:32.992Z | Downloaded buf-list v1.0.3 |
1485 | 2024-05-14T03:19:32.992Z | Downloaded block-padding v0.3.3 |
1486 | 2024-05-14T03:19:32.992Z | Downloaded bb8 v0.8.3 |
1487 | 2024-05-14T03:19:32.993Z | Downloaded lru-cache v0.1.2 |
1488 | 2024-05-14T03:19:32.993Z | Downloaded lru v0.12.1 |
1489 | 2024-05-14T03:19:32.993Z | Downloaded libefi-sys v0.1.0 |
1490 | 2024-05-14T03:19:32.993Z | Downloaded lazycell v1.3.0 |
1491 | 2024-05-14T03:19:32.993Z | Downloaded lalrpop-util v0.19.12 |
1492 | 2024-05-14T03:19:32.993Z | Downloaded ipnetwork v0.20.0 |
1493 | 2024-05-14T03:19:32.993Z | Downloaded indoc v2.0.3 |
1494 | 2024-05-14T03:19:32.993Z | Downloaded hyper-rustls v0.26.0 |
1495 | 2024-05-14T03:19:32.993Z | Downloaded httparse v1.8.0 |
1496 | 2024-05-14T03:19:32.993Z | Downloaded crossbeam-deque v0.8.3 |
1497 | 2024-05-14T03:19:32.993Z | Downloaded colored v2.1.0 |
1498 | 2024-05-14T03:19:32.993Z | Downloaded hyper-tls v0.5.0 |
1499 | 2024-05-14T03:19:32.993Z | Downloaded is_ci v1.2.0 |
1500 | 2024-05-14T03:19:32.993Z | Downloaded instant v0.1.12 |
1501 | 2024-05-14T03:19:32.993Z | Downloaded impl-trait-for-tuples v0.2.2 |
1502 | 2024-05-14T03:19:32.993Z | Downloaded humantime v2.1.0 |
1503 | 2024-05-14T03:19:32.993Z | Downloaded httptest v0.15.5 |
1504 | 2024-05-14T03:19:32.993Z | Downloaded httpdate v1.0.3 |
1505 | 2024-05-14T03:19:32.993Z | Downloaded hostname v0.4.0 |
1506 | 2024-05-14T03:19:32.993Z | Downloaded hostname v0.3.1 |
1507 | 2024-05-14T03:19:32.993Z | Downloaded home v0.5.5 |
1508 | 2024-05-14T03:19:32.993Z | Downloaded crucible-workspace-hack v0.1.0 |
1509 | 2024-05-14T03:19:32.994Z | Downloaded cfg_aliases v0.1.1 |
1510 | 2024-05-14T03:19:32.994Z | Downloaded crc-catalog v2.2.0 |
1511 | 2024-05-14T03:19:32.994Z | Downloaded crc v3.0.1 |
1512 | 2024-05-14T03:19:32.994Z | Downloaded cobs v0.2.3 |
1513 | 2024-05-14T03:19:32.994Z | Downloaded chacha20 v0.9.1 |
1514 | 2024-05-14T03:19:32.994Z | Downloaded bytecount v0.6.3 |
1515 | 2024-05-14T03:19:32.994Z | Downloaded block-buffer v0.10.4 |
1516 | 2024-05-14T03:19:32.994Z | Downloaded hex-literal v0.4.1 |
1517 | 2024-05-14T03:19:32.994Z | Downloaded ciborium-io v0.2.2 |
1518 | 2024-05-14T03:19:32.994Z | Downloaded heck v0.4.1 |
1519 | 2024-05-14T03:19:32.994Z | Downloaded heapless v0.8.0 |
1520 | 2024-05-14T03:19:32.994Z | Downloaded cookie v0.18.1 |
1521 | 2024-05-14T03:19:32.994Z | Downloaded backoff v0.4.0 |
1522 | 2024-05-14T03:19:32.994Z | Downloaded assert_cmd v2.0.14 |
1523 | 2024-05-14T03:19:32.994Z | Downloaded argon2 v0.5.3 |
1524 | 2024-05-14T03:19:32.994Z | Downloaded allocator-api2 v0.2.16 |
1525 | 2024-05-14T03:19:32.998Z | Downloaded array-init v0.0.4 |
1526 | 2024-05-14T03:19:32.998Z | Downloaded arc-swap v1.6.0 |
1527 | 2024-05-14T03:19:32.998Z | Downloaded headers-core v0.2.0 |
1528 | 2024-05-14T03:19:32.998Z | Downloaded async-trait v0.1.80 |
1529 | 2024-05-14T03:19:32.998Z | Downloaded async-stream v0.3.5 |
1530 | 2024-05-14T03:19:33.004Z | Downloaded aho-corasick v1.1.2 |
1531 | 2024-05-14T03:19:33.008Z | Downloaded ahash v0.8.8 |
1532 | 2024-05-14T03:19:33.008Z | Downloaded aead v0.5.2 |
1533 | 2024-05-14T03:19:33.013Z | Downloaded addr2line v0.21.0 |
1534 | 2024-05-14T03:19:33.013Z | Downloaded atty v0.2.14 |
1535 | 2024-05-14T03:19:33.978Z | Compiling libc v0.2.154 |
1536 | 2024-05-14T03:19:33.978Z | Compiling serde v1.0.201 |
1537 | 2024-05-14T03:19:34.020Z | Compiling version_check v0.9.4 |
1538 | 2024-05-14T03:19:34.020Z | Checking cfg-if v1.0.0 |
1539 | 2024-05-14T03:19:34.020Z | Compiling lock_api v0.4.10 |
1540 | 2024-05-14T03:19:34.020Z | Compiling parking_lot_core v0.9.8 |
1541 | 2024-05-14T03:19:34.020Z | Compiling syn v2.0.60 |
1542 | 2024-05-14T03:19:34.021Z | Compiling once_cell v1.19.0 |
1543 | 2024-05-14T03:19:34.021Z | Compiling libm v0.2.7 |
1544 | 2024-05-14T03:19:34.075Z | Compiling num-traits v0.2.18 |
1545 | 2024-05-14T03:19:34.098Z | Compiling memchr v2.7.1 |
1546 | 2024-05-14T03:19:34.118Z | Compiling serde_json v1.0.116 |
1547 | 2024-05-14T03:19:34.159Z | Compiling byteorder v1.5.0 |
1548 | 2024-05-14T03:19:34.368Z | Compiling ahash v0.8.8 |
1549 | 2024-05-14T03:19:34.597Z | Compiling syn v1.0.109 |
1550 | 2024-05-14T03:19:34.775Z | Checking log v0.4.21 |
1551 | 2024-05-14T03:19:35.078Z | Compiling slab v0.4.9 |
1552 | 2024-05-14T03:19:35.330Z | Compiling typenum v1.16.0 |
1553 | 2024-05-14T03:19:35.509Z | Checking getrandom v0.2.12 |
1554 | 2024-05-14T03:19:35.534Z | Compiling cc v1.0.83 |
1555 | 2024-05-14T03:19:35.774Z | Checking itoa v1.0.9 |
1556 | 2024-05-14T03:19:35.789Z | Compiling generic-array v0.14.7 |
1557 | 2024-05-14T03:19:35.975Z | Checking scopeguard v1.2.0 |
1558 | 2024-05-14T03:19:36.100Z | Checking smallvec v1.13.1 |
1559 | 2024-05-14T03:19:36.263Z | Compiling allocator-api2 v0.2.16 |
1560 | 2024-05-14T03:19:36.328Z | Compiling pkg-config v0.3.27 |
1561 | 2024-05-14T03:19:36.697Z | Compiling rustix v0.38.31 |
1562 | 2024-05-14T03:19:37.265Z | Compiling schemars v0.8.17 |
1563 | 2024-05-14T03:19:37.271Z | Compiling httparse v1.8.0 |
1564 | 2024-05-14T03:19:37.284Z | Checking pin-project-lite v0.2.13 |
1565 | 2024-05-14T03:19:37.334Z | Checking parking_lot v0.12.1 |
1566 | 2024-05-14T03:19:37.409Z | Compiling time-core v0.1.2 |
1567 | 2024-05-14T03:19:37.612Z | Compiling num-conv v0.1.0 |
1568 | 2024-05-14T03:19:37.696Z | Compiling fnv v1.0.7 |
1569 | 2024-05-14T03:19:37.873Z | Checking signal-hook-registry v1.4.1 |
1570 | 2024-05-14T03:19:37.901Z | Compiling vcpkg v0.2.15 |
1571 | 2024-05-14T03:19:37.927Z | Compiling time-macros v0.2.17 |
1572 | 2024-05-14T03:19:38.108Z | Checking mio v0.8.11 |
1573 | 2024-05-14T03:19:38.407Z | Checking ryu v1.0.15 |
1574 | 2024-05-14T03:19:38.672Z | Compiling heck v0.4.1 |
1575 | 2024-05-14T03:19:38.838Z | Compiling aho-corasick v1.1.2 |
1576 | 2024-05-14T03:19:39.116Z | Compiling ring v0.17.8 |
1577 | 2024-05-14T03:19:40.373Z | Compiling openssl-sys v0.9.102 |
1578 | 2024-05-14T03:19:40.627Z | Compiling regex-syntax v0.8.2 |
1579 | 2024-05-14T03:19:41.688Z | Compiling serde_derive_internals v0.29.0 |
1580 | 2024-05-14T03:19:42.635Z | Checking rand_core v0.6.4 |
1581 | 2024-05-14T03:19:42.745Z | Checking num_cpus v1.16.0 |
1582 | 2024-05-14T03:19:42.886Z | Checking futures-core v0.3.30 |
1583 | 2024-05-14T03:19:42.935Z | Compiling ring v0.16.20 |
1584 | 2024-05-14T03:19:43.033Z | Checking socket2 v0.5.6 |
1585 | 2024-05-14T03:19:43.930Z | Compiling regex-automata v0.4.5 |
1586 | 2024-05-14T03:19:44.274Z | Compiling openssl v0.10.64 |
1587 | 2024-05-14T03:19:44.708Z | Compiling slog v2.7.0 |
1588 | 2024-05-14T03:19:45.073Z | Compiling rustversion v1.0.14 |
1589 | 2024-05-14T03:19:45.206Z | Compiling ucd-trie v0.1.6 |
1590 | 2024-05-14T03:19:45.890Z | Compiling crossbeam-utils v0.8.19 |
1591 | 2024-05-14T03:19:46.601Z | Compiling rustls v0.21.9 |
1592 | 2024-05-14T03:19:46.863Z | Compiling iana-time-zone v0.1.57 |
1593 | 2024-05-14T03:19:46.878Z | Compiling native-tls v0.2.11 |
1594 | 2024-05-14T03:19:47.212Z | Compiling cookie v0.17.0 |
1595 | 2024-05-14T03:19:47.236Z | Checking spin v0.5.2 |
1596 | 2024-05-14T03:19:47.287Z | Compiling backtrace v0.3.69 |
1597 | 2024-05-14T03:19:47.417Z | Checking futures-sink v0.3.30 |
1598 | 2024-05-14T03:19:47.440Z | Compiling dyn-clone v1.0.17 |
1599 | 2024-05-14T03:19:47.550Z | Compiling anyhow v1.0.83 |
1600 | 2024-05-14T03:19:47.643Z | Checking pin-utils v0.1.0 |
1601 | 2024-05-14T03:19:47.747Z | Checking futures-channel v0.3.30 |
1602 | 2024-05-14T03:19:48.188Z | Compiling tinyvec_macros v0.1.1 |
1603 | 2024-05-14T03:19:48.278Z | Checking futures-task v0.3.30 |
1604 | 2024-05-14T03:19:48.371Z | Checking futures-io v0.3.30 |
1605 | 2024-05-14T03:19:48.404Z | Compiling tinyvec v1.6.0 |
1606 | 2024-05-14T03:19:48.521Z | Compiling thread-id v4.2.0 |
1607 | 2024-05-14T03:19:48.743Z | Compiling unicode-bidi v0.3.15 |
1608 | 2024-05-14T03:19:48.762Z | Compiling serde_derive v1.0.201 |
1609 | 2024-05-14T03:19:49.309Z | Compiling zerocopy-derive v0.7.32 |
1610 | 2024-05-14T03:19:49.494Z | Compiling thiserror-impl v1.0.59 |
1611 | 2024-05-14T03:19:49.802Z | Compiling zeroize_derive v1.4.2 |
1612 | 2024-05-14T03:19:50.005Z | Compiling tokio-macros v2.2.0 |
1613 | 2024-05-14T03:19:50.257Z | Compiling futures-macro v0.3.30 |
1614 | 2024-05-14T03:19:50.347Z | Compiling tracing-attributes v0.1.27 |
1615 | 2024-05-14T03:19:52.011Z | Compiling schemars_derive v0.8.17 |
1616 | 2024-05-14T03:19:52.011Z | Compiling zerocopy v0.7.32 |
1617 | 2024-05-14T03:19:52.011Z | Compiling regex v1.10.4 |
1618 | 2024-05-14T03:19:52.461Z | Checking zeroize v1.7.0 |
1619 | 2024-05-14T03:19:52.721Z | Compiling openssl-macros v0.1.1 |
1620 | 2024-05-14T03:19:52.958Z | Compiling thiserror v1.0.59 |
1621 | 2024-05-14T03:19:53.224Z | Compiling pest v2.7.6 |
1622 | 2024-05-14T03:19:53.523Z | Compiling async-trait v0.1.80 |
1623 | 2024-05-14T03:19:53.999Z | Compiling hashbrown v0.14.3 |
1624 | 2024-05-14T03:19:54.487Z | Compiling scroll_derive v0.12.0 |
1625 | 2024-05-14T03:19:54.743Z | Checking futures-util v0.3.30 |
1626 | 2024-05-14T03:19:55.350Z | Compiling unicode-normalization v0.1.22 |
1627 | 2024-05-14T03:19:55.595Z | Compiling pest_meta v2.7.6 |
1628 | 2024-05-14T03:19:55.927Z | Compiling der_derive v0.7.2 |
1629 | 2024-05-14T03:19:56.482Z | Compiling errno v0.3.8 |
1630 | 2024-05-14T03:19:56.504Z | Compiling either v1.11.0 |
1631 | 2024-05-14T03:19:56.712Z | Compiling crc32fast v1.3.2 |
1632 | 2024-05-14T03:19:56.916Z | Compiling pest_generator v2.7.6 |
1633 | 2024-05-14T03:19:57.238Z | Checking subtle v2.5.0 |
1634 | 2024-05-14T03:19:57.258Z | Compiling unicode-width v0.1.11 |
1635 | 2024-05-14T03:19:57.487Z | Compiling scroll v0.12.0 |
1636 | 2024-05-14T03:19:58.321Z | Compiling usdt-impl v0.5.0 |
1637 | 2024-05-14T03:19:58.681Z | Compiling plain v0.2.3 |
1638 | 2024-05-14T03:19:59.259Z | Compiling winnow v0.5.15 |
1639 | 2024-05-14T03:20:00.108Z | Compiling goblin v0.8.0 |
1640 | 2024-05-14T03:20:00.592Z | Compiling spin v0.9.8 |
1641 | 2024-05-14T03:20:00.683Z | Compiling tracing-core v0.1.32 |
1642 | 2024-05-14T03:20:00.703Z | Compiling pest_derive v2.7.6 |
1643 | 2024-05-14T03:20:00.999Z | Compiling pretty-hex v0.4.1 |
1644 | 2024-05-14T03:20:01.582Z | Compiling tracing v0.1.40 |
1645 | 2024-05-14T03:20:01.602Z | Compiling dtrace-parser v0.2.0 |
1646 | 2024-05-14T03:20:02.127Z | Compiling const-oid v0.9.6 |
1647 | 2024-05-14T03:20:02.343Z | Compiling percent-encoding v2.3.1 |
1648 | 2024-05-14T03:20:02.851Z | Compiling clap_derive v4.5.4 |
1649 | 2024-05-14T03:20:03.041Z | Checking bytes v1.6.0 |
1650 | 2024-05-14T03:20:03.636Z | Checking bitflags v2.4.2 |
1651 | 2024-05-14T03:20:03.823Z | Checking tokio v1.37.0 |
1652 | 2024-05-14T03:20:03.883Z | Checking chrono v0.4.38 |
1653 | 2024-05-14T03:20:04.314Z | Compiling indexmap v2.2.6 |
1654 | 2024-05-14T03:20:05.816Z | Compiling serde_tokenstream v0.2.0 |
1655 | 2024-05-14T03:20:06.125Z | Compiling uuid v1.8.0 |
1656 | 2024-05-14T03:20:06.576Z | Compiling semver v1.0.22 |
1657 | 2024-05-14T03:20:06.579Z | Compiling http v0.2.12 |
1658 | 2024-05-14T03:20:06.972Z | Compiling toml_datetime v0.6.5 |
1659 | 2024-05-14T03:20:07.082Z | Compiling serde_spanned v0.6.5 |
1660 | 2024-05-14T03:20:07.309Z | Compiling rustc_version v0.4.0 |
1661 | 2024-05-14T03:20:08.044Z | Compiling toml_edit v0.19.15 |
1662 | 2024-05-14T03:20:08.073Z | Compiling openapiv3 v2.0.0 |
1663 | 2024-05-14T03:20:09.875Z | Compiling dof v0.3.0 |
1664 | 2024-05-14T03:20:10.658Z | Compiling untrusted v0.9.0 |
1665 | 2024-05-14T03:20:10.694Z | Compiling untrusted v0.7.1 |
1666 | 2024-05-14T03:20:10.829Z | Compiling signal-hook v0.3.17 |
1667 | 2024-05-14T03:20:10.863Z | Compiling foreign-types-shared v0.1.1 |
1668 | 2024-05-14T03:20:10.974Z | Compiling powerfmt v0.2.0 |
1669 | 2024-05-14T03:20:11.135Z | Compiling foreign-types v0.3.2 |
1670 | 2024-05-14T03:20:11.397Z | Compiling deranged v0.3.11 |
1671 | 2024-05-14T03:20:12.299Z | Compiling usdt-attr-macro v0.5.0 |
1672 | 2024-05-14T03:20:12.463Z | Compiling usdt-macro v0.5.0 |
1673 | 2024-05-14T03:20:12.901Z | Compiling form_urlencoded v1.2.1 |
1674 | 2024-05-14T03:20:13.208Z | Compiling crypto-common v0.1.6 |
1675 | 2024-05-14T03:20:13.424Z | Compiling zerocopy-derive v0.6.6 |
1676 | 2024-05-14T03:20:13.982Z | Compiling base64 v0.21.7 |
1677 | 2024-05-14T03:20:14.032Z | Compiling siphasher v0.3.11 |
1678 | 2024-05-14T03:20:14.398Z | Compiling num_threads v0.1.6 |
1679 | 2024-05-14T03:20:14.522Z | Compiling try-lock v0.2.4 |
1680 | 2024-05-14T03:20:14.662Z | Compiling want v0.3.1 |
1681 | 2024-05-14T03:20:14.826Z | Compiling time v0.3.34 |
1682 | 2024-05-14T03:20:14.909Z | Compiling rustls-webpki v0.101.7 |
1683 | 2024-05-14T03:20:14.947Z | Compiling sct v0.7.0 |
1684 | 2024-05-14T03:20:15.257Z | Compiling tokio-util v0.7.10 |
1685 | 2024-05-14T03:20:15.675Z | Compiling http-body v0.4.5 |
1686 | 2024-05-14T03:20:16.087Z | Compiling block-buffer v0.10.4 |
1687 | 2024-05-14T03:20:16.108Z | Compiling idna v0.5.0 |
1688 | 2024-05-14T03:20:16.384Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1689 | 2024-05-14T03:20:16.588Z | Compiling h2 v0.3.26 |
1690 | 2024-05-14T03:20:16.859Z | Compiling tower-service v0.3.2 |
1691 | 2024-05-14T03:20:16.868Z | Compiling httpdate v1.0.3 |
1692 | 2024-05-14T03:20:16.993Z | Compiling openssl-probe v0.1.5 |
1693 | 2024-05-14T03:20:17.338Z | Compiling url v2.5.0 |
1694 | 2024-05-14T03:20:17.728Z | Compiling digest v0.10.7 |
1695 | 2024-05-14T03:20:18.262Z | Compiling heapless v0.7.16 |
1696 | 2024-05-14T03:20:18.697Z | Compiling idna v0.3.0 |
1697 | 2024-05-14T03:20:18.800Z | Compiling lazy_static v1.4.0 |
1698 | 2024-05-14T03:20:19.237Z | Compiling adler v1.0.2 |
1699 | 2024-05-14T03:20:20.259Z | Compiling ppv-lite86 v0.2.17 |
1700 | 2024-05-14T03:20:20.288Z | Checking equivalent v1.0.1 |
1701 | 2024-05-14T03:20:20.376Z | Compiling psl-types v2.0.11 |
1702 | 2024-05-14T03:20:20.555Z | Compiling publicsuffix v2.2.3 |
1703 | 2024-05-14T03:20:21.007Z | Compiling rand_chacha v0.3.1 |
1704 | 2024-05-14T03:20:21.117Z | Compiling crossbeam-epoch v0.9.18 |
1705 | 2024-05-14T03:20:21.454Z | Compiling tokio-native-tls v0.3.1 |
1706 | 2024-05-14T03:20:21.617Z | Compiling miniz_oxide v0.7.1 |
1707 | 2024-05-14T03:20:21.958Z | Compiling tokio-rustls v0.24.1 |
1708 | 2024-05-14T03:20:22.386Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1709 | 2024-05-14T03:20:22.783Z | Compiling ipnet v2.9.0 |
1710 | 2024-05-14T03:20:22.908Z | Compiling bit-vec v0.6.3 |
1711 | 2024-05-14T03:20:23.023Z | Compiling cookie_store v0.20.0 |
1712 | 2024-05-14T03:20:23.179Z | Compiling rand v0.8.5 |
1713 | 2024-05-14T03:20:23.456Z | Compiling hyper v0.14.28 |
1714 | 2024-05-14T03:20:23.529Z | Compiling rustls-pemfile v1.0.3 |
1715 | 2024-05-14T03:20:23.920Z | Compiling phf_shared v0.10.0 |
1716 | 2024-05-14T03:20:24.061Z | Compiling serde_urlencoded v0.7.1 |
1717 | 2024-05-14T03:20:24.416Z | Compiling encoding_rs v0.8.33 |
1718 | 2024-05-14T03:20:24.618Z | Compiling num-bigint v0.4.4 |
1719 | 2024-05-14T03:20:24.637Z | Compiling precomputed-hash v0.1.1 |
1720 | 2024-05-14T03:20:24.752Z | Compiling new_debug_unreachable v1.0.4 |
1721 | 2024-05-14T03:20:24.852Z | Compiling webpki-roots v0.25.2 |
1722 | 2024-05-14T03:20:25.018Z | Compiling fixedbitset v0.4.2 |
1723 | 2024-05-14T03:20:25.038Z | Compiling gimli v0.28.0 |
1724 | 2024-05-14T03:20:25.289Z | Compiling smoltcp v0.9.1 |
1725 | 2024-05-14T03:20:25.474Z | Compiling mime v0.3.17 |
1726 | 2024-05-14T03:20:25.505Z | Compiling minimal-lexical v0.2.1 |
1727 | 2024-05-14T03:20:26.051Z | Compiling base64ct v1.6.0 |
1728 | 2024-05-14T03:20:26.067Z | Compiling sync_wrapper v0.1.2 |
1729 | 2024-05-14T03:20:26.121Z | Compiling nom v7.1.3 |
1730 | 2024-05-14T03:20:26.663Z | Compiling pem-rfc7468 v0.7.0 |
1731 | 2024-05-14T03:20:26.705Z | Compiling petgraph v0.6.4 |
1732 | 2024-05-14T03:20:27.603Z | Compiling string_cache v0.8.7 |
1733 | 2024-05-14T03:20:27.651Z | Compiling bit-set v0.5.3 |
1734 | 2024-05-14T03:20:27.863Z | Compiling hmac v0.12.1 |
1735 | 2024-05-14T03:20:28.116Z | Compiling itertools v0.10.5 |
1736 | 2024-05-14T03:20:28.137Z | Compiling hubpack_derive v0.1.1 |
1737 | 2024-05-14T03:20:28.288Z | Compiling enum-as-inner v0.5.1 |
1738 | 2024-05-14T03:20:29.146Z | Compiling diesel_table_macro_syntax v0.1.0 |
1739 | 2024-05-14T03:20:29.400Z | Compiling addr2line v0.21.0 |
1740 | 2024-05-14T03:20:29.428Z | Compiling object v0.32.1 |
1741 | 2024-05-14T03:20:29.587Z | Compiling lalrpop-util v0.19.12 |
1742 | 2024-05-14T03:20:29.949Z | Compiling flagset v0.4.3 |
1743 | 2024-05-14T03:20:30.110Z | Compiling rustc-demangle v0.1.23 |
1744 | 2024-05-14T03:20:30.139Z | Compiling unicode-segmentation v1.10.1 |
1745 | 2024-05-14T03:20:30.692Z | Compiling toml_edit v0.22.12 |
1746 | 2024-05-14T03:20:30.791Z | Compiling hyper-tls v0.5.0 |
1747 | 2024-05-14T03:20:30.811Z | Compiling hyper-rustls v0.24.2 |
1748 | 2024-05-14T03:20:31.074Z | Compiling der v0.7.8 |
1749 | 2024-05-14T03:20:31.091Z | Compiling reqwest v0.11.27 |
1750 | 2024-05-14T03:20:31.139Z | Compiling diesel_derives v2.1.2 |
1751 | 2024-05-14T03:20:31.206Z | Compiling flate2 v1.0.28 |
1752 | 2024-05-14T03:20:31.359Z | Compiling futures-executor v0.3.30 |
1753 | 2024-05-14T03:20:31.999Z | Compiling cpufeatures v0.2.12 |
1754 | 2024-05-14T03:20:32.249Z | Compiling sha2 v0.10.8 |
1755 | 2024-05-14T03:20:34.270Z | Compiling spki v0.7.2 |
1756 | 2024-05-14T03:20:34.533Z | Compiling futures v0.3.30 |
1757 | 2024-05-14T03:20:34.654Z | Compiling md-5 v0.10.5 |
1758 | 2024-05-14T03:20:34.911Z | Compiling toml v0.7.8 |
1759 | 2024-05-14T03:20:35.927Z | Compiling hex v0.4.3 |
1760 | 2024-05-14T03:20:36.005Z | Compiling stringprep v0.1.3 |
1761 | 2024-05-14T03:20:36.008Z | Compiling strum_macros v0.25.2 |
1762 | 2024-05-14T03:20:36.650Z | Compiling serde_repr v0.1.16 |
1763 | 2024-05-14T03:20:37.599Z | Compiling num-integer v0.1.46 |
1764 | 2024-05-14T03:20:37.950Z | Compiling hash32 v0.2.1 |
1765 | 2024-05-14T03:20:38.195Z | Compiling fallible-iterator v0.2.0 |
1766 | 2024-05-14T03:20:38.364Z | Checking unicode-ident v1.0.12 |
1767 | 2024-05-14T03:20:38.427Z | Compiling stable_deref_trait v1.2.0 |
1768 | 2024-05-14T03:20:38.549Z | Compiling pkcs8 v0.10.2 |
1769 | 2024-05-14T03:20:38.959Z | Compiling postgres-protocol v0.6.6 |
1770 | 2024-05-14T03:20:39.325Z | Compiling phf_shared v0.11.2 |
1771 | 2024-05-14T03:20:39.710Z | Compiling terminal_size v0.3.0 |
1772 | 2024-05-14T03:20:39.846Z | Compiling ff v0.13.0 |
1773 | 2024-05-14T03:20:40.088Z | Compiling block-padding v0.3.3 |
1774 | 2024-05-14T03:20:40.146Z | Compiling scheduled-thread-pool v0.2.7 |
1775 | 2024-05-14T03:20:40.596Z | Compiling matches v0.1.10 |
1776 | 2024-05-14T03:20:40.620Z | Compiling regex-automata v0.1.10 |
1777 | 2024-05-14T03:20:40.700Z | Compiling managed v0.8.0 |
1778 | 2024-05-14T03:20:40.752Z | Compiling bitflags v1.3.2 |
1779 | 2024-05-14T03:20:40.791Z | Compiling peg-runtime v0.8.3 |
1780 | 2024-05-14T03:20:40.867Z | Compiling base16ct v0.2.0 |
1781 | 2024-05-14T03:20:40.904Z | Compiling clap_builder v4.5.2 |
1782 | 2024-05-14T03:20:41.184Z | Compiling sec1 v0.7.3 |
1783 | 2024-05-14T03:20:41.219Z | Compiling bstr v0.2.17 |
1784 | 2024-05-14T03:20:41.492Z | Compiling idna v0.2.3 |
1785 | 2024-05-14T03:20:41.800Z | Compiling r2d2 v0.8.10 |
1786 | 2024-05-14T03:20:42.195Z | Compiling inout v0.1.3 |
1787 | 2024-05-14T03:20:42.808Z | Compiling group v0.13.0 |
1788 | 2024-05-14T03:20:42.902Z | Compiling signal-hook-mio v0.2.3 |
1789 | 2024-05-14T03:20:43.061Z | Compiling postgres-types v0.2.6 |
1790 | 2024-05-14T03:20:43.149Z | Compiling phf v0.11.2 |
1791 | 2024-05-14T03:20:43.200Z | Compiling bzip2 v0.4.4 |
1792 | 2024-05-14T03:20:43.469Z | Compiling hubpack v0.1.2 |
1793 | 2024-05-14T03:20:43.611Z | Compiling hkdf v0.12.4 |
1794 | 2024-05-14T03:20:43.938Z | Compiling zerocopy v0.6.6 |
1795 | 2024-05-14T03:20:44.198Z | Compiling ipnetwork v0.20.0 |
1796 | 2024-05-14T03:20:44.711Z | Compiling crypto-bigint v0.5.2 |
1797 | 2024-05-14T03:20:44.834Z | Compiling float-cmp v0.9.0 |
1798 | 2024-05-14T03:20:45.158Z | Compiling memmap v0.7.0 |
1799 | 2024-05-14T03:20:45.237Z | Compiling data-encoding v2.4.0 |
1800 | 2024-05-14T03:20:45.531Z | Compiling difflib v0.4.0 |
1801 | 2024-05-14T03:20:46.925Z | Compiling normalize-line-endings v0.3.0 |
1802 | 2024-05-14T03:20:47.051Z | Compiling predicates-core v1.0.6 |
1803 | 2024-05-14T03:20:47.168Z | Compiling static_assertions v1.1.0 |
1804 | 2024-05-14T03:20:47.274Z | Compiling whoami v1.5.1 |
1805 | 2024-05-14T03:20:47.397Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1806 | 2024-05-14T03:20:47.416Z | Compiling predicates v3.1.0 |
1807 | 2024-05-14T03:20:47.593Z | Compiling elliptic-curve v0.13.8 |
1808 | 2024-05-14T03:20:47.860Z | Compiling diesel v2.1.6 |
1809 | 2024-05-14T03:20:47.935Z | Compiling tokio-postgres v0.7.10 |
1810 | 2024-05-14T03:20:48.201Z | Compiling yasna v0.5.2 |
1811 | 2024-05-14T03:20:48.392Z | Compiling trust-dns-proto v0.22.0 |
1812 | 2024-05-14T03:20:49.220Z | Compiling usdt v0.5.0 |
1813 | 2024-05-14T03:20:50.141Z | Compiling clap v4.5.4 |
1814 | 2024-05-14T03:20:50.265Z | Compiling zip v0.6.6 |
1815 | 2024-05-14T03:20:50.944Z | Compiling crossterm v0.27.0 |
1816 | 2024-05-14T03:20:51.693Z | Compiling cipher v0.4.4 |
1817 | 2024-05-14T03:20:51.718Z | Compiling similar v2.4.0 |
1818 | 2024-05-14T03:20:52.210Z | Checking proc-macro2 v1.0.81 |
1819 | 2024-05-14T03:20:52.986Z | Compiling num-iter v0.1.44 |
1820 | 2024-05-14T03:20:53.082Z | Compiling console v0.15.8 |
1821 | 2024-05-14T03:20:53.141Z | Compiling tokio-stream v0.1.15 |
1822 | 2024-05-14T03:20:53.168Z | Compiling bstr v1.9.0 |
1823 | 2024-05-14T03:20:54.182Z | Checking quote v1.0.36 |
1824 | 2024-05-14T03:20:59.185Z | Checking utf8parse v0.2.1 |
1825 | 2024-05-14T03:21:03.224Z | Checking anstyle v1.0.7 |
1826 | 2024-05-14T03:21:04.480Z | Checking anstyle-parse v0.2.1 |
1827 | 2024-05-14T03:21:04.743Z | Checking anstyle-query v1.0.0 |
1828 | 2024-05-14T03:21:04.839Z | Checking colorchoice v1.0.0 |
1829 | 2024-05-14T03:21:04.965Z | Checking anstream v0.6.11 |
1830 | 2024-05-14T03:21:05.241Z | Checking strsim v0.11.0 |
1831 | 2024-05-14T03:21:05.320Z | Checking clap_lex v0.7.0 |
1832 | 2024-05-14T03:21:08.724Z | Checking winnow v0.6.1 |
1833 | 2024-05-14T03:21:17.820Z | Compiling regress v0.9.1 |
1834 | 2024-05-14T03:21:18.597Z | Compiling getopts v0.2.21 |
1835 | 2024-05-14T03:21:18.698Z | Checking heck v0.5.0 |
1836 | 2024-05-14T03:21:18.876Z | Compiling unsafe-libyaml v0.2.10 |
1837 | 2024-05-14T03:21:19.607Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1838 | 2024-05-14T03:21:20.259Z | Compiling serde_yaml v0.9.25 |
1839 | 2024-05-14T03:21:20.549Z | Checking is-terminal v0.4.9 |
1840 | 2024-05-14T03:21:20.671Z | Checking camino v1.1.6 |
1841 | 2024-05-14T03:21:20.716Z | Checking base64 v0.22.1 |
1842 | 2024-05-14T03:21:20.807Z | Compiling strsim v0.10.0 |
1843 | 2024-05-14T03:21:21.188Z | Compiling ident_case v1.0.1 |
1844 | 2024-05-14T03:21:21.244Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1845 | 2024-05-14T03:21:21.374Z | Compiling darling_core v0.20.8 |
1846 | 2024-05-14T03:21:21.654Z | Checking sha1 v0.10.6 |
1847 | 2024-05-14T03:21:21.924Z | Checking http v1.0.0 |
1848 | 2024-05-14T03:21:22.804Z | Compiling paste v1.0.14 |
1849 | 2024-05-14T03:21:23.255Z | Compiling strum_macros v0.26.1 |
1850 | 2024-05-14T03:21:23.362Z | Checking rustls-pki-types v1.3.0 |
1851 | 2024-05-14T03:21:23.768Z | Checking match_cfg v0.1.0 |
1852 | 2024-05-14T03:21:23.857Z | Checking fastrand v2.0.1 |
1853 | 2024-05-14T03:21:24.178Z | Checking tempfile v3.10.1 |
1854 | 2024-05-14T03:21:24.488Z | Checking hostname v0.3.1 |
1855 | 2024-05-14T03:21:24.626Z | Checking dirs-sys-next v0.1.2 |
1856 | 2024-05-14T03:21:24.723Z | Checking quick-error v1.2.3 |
1857 | 2024-05-14T03:21:24.800Z | Checking dirs-next v2.0.0 |
1858 | 2024-05-14T03:21:24.862Z | Checking crossbeam-channel v0.5.8 |
1859 | 2024-05-14T03:21:24.929Z | Checking thread_local v1.1.7 |
1860 | 2024-05-14T03:21:25.208Z | Compiling slog-async v2.8.0 |
1861 | 2024-05-14T03:21:25.630Z | Compiling rustls v0.22.4 |
1862 | 2024-05-14T03:21:25.724Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1863 | 2024-05-14T03:21:25.744Z | Checking term v0.7.0 |
1864 | 2024-05-14T03:21:25.771Z | Checking rustls-webpki v0.102.1 |
1865 | 2024-05-14T03:21:25.937Z | Checking instant v0.1.12 |
1866 | 2024-05-14T03:21:26.054Z | Checking take_mut v0.2.2 |
1867 | 2024-05-14T03:21:26.162Z | Checking slog-term v2.9.1 |
1868 | 2024-05-14T03:21:26.215Z | Checking rustls-pemfile v2.1.2 |
1869 | 2024-05-14T03:21:26.454Z | Compiling multer v3.1.0 |
1870 | 2024-05-14T03:21:26.508Z | Checking debug-ignore v1.0.5 |
1871 | 2024-05-14T03:21:26.639Z | Checking toml v0.8.12 |
1872 | 2024-05-14T03:21:26.655Z | Checking slog-json v2.6.1 |
1873 | 2024-05-14T03:21:26.833Z | Compiling async-stream-impl v0.3.5 |
1874 | 2024-05-14T03:21:26.909Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1875 | 2024-05-14T03:21:27.221Z | Checking atomic-waker v1.1.1 |
1876 | 2024-05-14T03:21:27.357Z | Checking waitgroup v0.1.2 |
1877 | 2024-05-14T03:21:27.462Z | Checking slog-bunyan v2.5.0 |
1878 | 2024-05-14T03:21:27.622Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1879 | 2024-05-14T03:21:27.875Z | Checking serde_path_to_error v0.1.16 |
1880 | 2024-05-14T03:21:28.256Z | Checking async-stream v0.3.5 |
1881 | 2024-05-14T03:21:28.455Z | Checking hostname v0.4.0 |
1882 | 2024-05-14T03:21:28.487Z | Checking newtype-uuid v1.1.0 |
1883 | 2024-05-14T03:21:28.517Z | Compiling darling_macro v0.20.8 |
1884 | 2024-05-14T03:21:28.583Z | Checking wait-timeout v0.2.0 |
1885 | 2024-05-14T03:21:28.709Z | Compiling structmeta-derive v0.3.0 |
1886 | 2024-05-14T03:21:28.727Z | Checking strum v0.26.2 |
1887 | 2024-05-14T03:21:28.767Z | Checking rusty-fork v0.3.0 |
1888 | 2024-05-14T03:21:28.882Z | Compiling structmeta-derive v0.2.0 |
1889 | 2024-05-14T03:21:29.062Z | Checking rand_xorshift v0.3.0 |
1890 | 2024-05-14T03:21:29.234Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1891 | 2024-05-14T03:21:29.538Z | Checking unarray v0.1.4 |
1892 | 2024-05-14T03:21:29.604Z | Compiling darling v0.20.8 |
1893 | 2024-05-14T03:21:29.682Z | Checking proptest v1.4.0 |
1894 | 2024-05-14T03:21:29.726Z | Compiling serde_with_macros v3.7.0 |
1895 | 2024-05-14T03:21:29.993Z | Checking backoff v0.4.0 |
1896 | 2024-05-14T03:21:30.221Z | Checking tokio-rustls v0.25.0 |
1897 | 2024-05-14T03:21:30.306Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1898 | 2024-05-14T03:21:31.131Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1899 | 2024-05-14T03:21:31.305Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1900 | 2024-05-14T03:21:31.577Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1901 | 2024-05-14T03:21:32.050Z | Compiling structmeta v0.3.0 |
1902 | 2024-05-14T03:21:32.162Z | Compiling structmeta v0.2.0 |
1903 | 2024-05-14T03:21:32.419Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1904 | 2024-05-14T03:21:32.462Z | Compiling parse-display-derive v0.9.0 |
1905 | 2024-05-14T03:21:32.572Z | Checking macaddr v1.0.1 |
1906 | 2024-05-14T03:21:32.638Z | Compiling test-strategy v0.3.1 |
1907 | 2024-05-14T03:21:32.942Z | Compiling proc-macro-error-attr v1.0.4 |
1908 | 2024-05-14T03:21:33.189Z | Checking serde_with v3.7.0 |
1909 | 2024-05-14T03:21:33.342Z | Compiling proc-macro-error v1.0.4 |
1910 | 2024-05-14T03:21:34.565Z | Compiling proc-macro-crate v1.3.1 |
1911 | 2024-05-14T03:21:34.724Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1912 | 2024-05-14T03:21:35.197Z | Checking camino-tempfile v1.1.1 |
1913 | 2024-05-14T03:21:35.491Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1914 | 2024-05-14T03:21:35.511Z | Compiling foreign-types-macros v0.2.3 |
1915 | 2024-05-14T03:21:35.729Z | Compiling num_enum_derive v0.5.11 |
1916 | 2024-05-14T03:21:35.860Z | Checking foreign-types-shared v0.3.1 |
1917 | 2024-05-14T03:21:35.984Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1918 | 2024-05-14T03:21:36.709Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1919 | 2024-05-14T03:21:36.912Z | Checking cstr-argument v0.1.2 |
1920 | 2024-05-14T03:21:36.984Z | Checking foreign-types v0.5.0 |
1921 | 2024-05-14T03:21:37.072Z | Checking pretty-hex v0.2.1 |
1922 | 2024-05-14T03:21:37.092Z | Checking tabwriter v1.4.0 |
1923 | 2024-05-14T03:21:37.097Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1924 | 2024-05-14T03:21:37.231Z | Checking colored v2.1.0 |
1925 | 2024-05-14T03:21:37.349Z | Checking socket2 v0.4.9 |
1926 | 2024-05-14T03:21:37.392Z | Checking smf v0.2.3 |
1927 | 2024-05-14T03:21:37.531Z | Checking humantime v2.1.0 |
1928 | 2024-05-14T03:21:37.718Z | Checking parse-display v0.9.0 |
1929 | 2024-05-14T03:21:37.766Z | Checking termcolor v1.2.0 |
1930 | 2024-05-14T03:21:37.791Z | Checking arc-swap v1.6.0 |
1931 | 2024-05-14T03:21:37.817Z | Checking utf-8 v0.7.6 |
1932 | 2024-05-14T03:21:37.878Z | Checking newline-converter v0.3.0 |
1933 | 2024-05-14T03:21:37.948Z | Checking xattr v1.0.1 |
1934 | 2024-05-14T03:21:38.037Z | Checking filetime v0.2.23 |
1935 | 2024-05-14T03:21:38.062Z | Checking same-file v1.0.6 |
1936 | 2024-05-14T03:21:38.138Z | Checking expectorate v1.1.0 |
1937 | 2024-05-14T03:21:38.170Z | Checking tungstenite v0.20.1 |
1938 | 2024-05-14T03:21:38.219Z | Checking walkdir v2.5.0 |
1939 | 2024-05-14T03:21:38.237Z | Checking slog-scope v4.4.0 |
1940 | 2024-05-14T03:21:38.240Z | Checking tar v0.4.40 |
1941 | 2024-05-14T03:21:38.290Z | Checking termtree v0.4.1 |
1942 | 2024-05-14T03:21:38.452Z | Checking slog-stdlog v4.1.1 |
1943 | 2024-05-14T03:21:38.488Z | Compiling heapless v0.8.0 |
1944 | 2024-05-14T03:21:38.506Z | Checking predicates-tree v1.0.9 |
1945 | 2024-05-14T03:21:38.618Z | Checking slog-envlogger v2.2.0 |
1946 | 2024-05-14T03:21:38.663Z | Checking hash32 v0.3.1 |
1947 | 2024-05-14T03:21:38.755Z | Checking num_enum v0.5.11 |
1948 | 2024-05-14T03:21:38.843Z | Compiling smoltcp v0.11.0 |
1949 | 2024-05-14T03:21:38.865Z | Checking embedded-io v0.4.0 |
1950 | 2024-05-14T03:21:38.910Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1951 | 2024-05-14T03:21:39.053Z | Compiling crucible-workspace-hack v0.1.0 |
1952 | 2024-05-14T03:21:39.073Z | Checking cobs v0.2.3 |
1953 | 2024-05-14T03:21:39.112Z | Checking tokio-tungstenite v0.20.1 |
1954 | 2024-05-14T03:21:39.192Z | Checking sigpipe v0.1.3 |
1955 | 2024-05-14T03:21:39.256Z | Checking postcard v1.0.8 |
1956 | 2024-05-14T03:21:39.302Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1957 | 2024-05-14T03:21:39.375Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1958 | 2024-05-14T03:21:39.591Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1959 | 2024-05-14T03:21:39.627Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1960 | 2024-05-14T03:21:39.671Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1961 | 2024-05-14T03:21:39.686Z | Checking atty v0.2.14 |
1962 | 2024-05-14T03:21:39.799Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1963 | 2024-05-14T03:21:40.205Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1964 | 2024-05-14T03:21:40.223Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1965 | 2024-05-14T03:21:40.223Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1966 | 2024-05-14T03:21:40.370Z | Compiling mockall_derive v0.12.1 |
1967 | 2024-05-14T03:21:40.547Z | Compiling num-derive v0.4.0 |
1968 | 2024-05-14T03:21:40.671Z | Checking fragile v2.0.0 |
1969 | 2024-05-14T03:21:40.953Z | Checking downcast v0.11.0 |
1970 | 2024-05-14T03:21:41.152Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1971 | 2024-05-14T03:21:41.456Z | Checking pem v3.0.4 |
1972 | 2024-05-14T03:21:41.558Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1973 | 2024-05-14T03:21:41.720Z | Checking env_logger v0.9.3 |
1974 | 2024-05-14T03:21:41.884Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1975 | 2024-05-14T03:21:42.178Z | Compiling bitstruct_derive v0.1.0 |
1976 | 2024-05-14T03:21:42.253Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1977 | 2024-05-14T03:21:42.389Z | Checking ascii v1.1.0 |
1978 | 2024-05-14T03:21:42.404Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1979 | 2024-05-14T03:21:42.577Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1980 | 2024-05-14T03:21:42.809Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1981 | 2024-05-14T03:21:42.845Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1982 | 2024-05-14T03:21:43.090Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1983 | 2024-05-14T03:21:43.153Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1984 | 2024-05-14T03:21:43.439Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1985 | 2024-05-14T03:21:43.460Z | Checking erased-serde v0.3.31 |
1986 | 2024-05-14T03:21:43.548Z | Checking serde_arrays v0.1.0 |
1987 | 2024-05-14T03:21:43.658Z | Checking bitstruct v0.1.1 |
1988 | 2024-05-14T03:21:43.701Z | Compiling heck v0.3.3 |
1989 | 2024-05-14T03:21:43.745Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1990 | 2024-05-14T03:21:43.767Z | Checking tungstenite v0.21.0 |
1991 | 2024-05-14T03:21:44.094Z | Checking base64 v0.13.1 |
1992 | 2024-05-14T03:21:44.149Z | Compiling zone_cfg_derive v0.1.2 |
1993 | 2024-05-14T03:21:44.525Z | Checking ron v0.7.1 |
1994 | 2024-05-14T03:21:44.592Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1995 | 2024-05-14T03:21:44.711Z | Checking tokio-tungstenite v0.21.0 |
1996 | 2024-05-14T03:21:44.856Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1997 | 2024-05-14T03:21:45.578Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1998 | 2024-05-14T03:21:45.729Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1999 | 2024-05-14T03:21:45.786Z | Checking zone v0.1.8 |
2000 | 2024-05-14T03:21:46.498Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2001 | 2024-05-14T03:21:46.514Z | Checking headers-core v0.2.0 |
2002 | 2024-05-14T03:21:46.661Z | Checking portpicker v0.1.1 |
2003 | 2024-05-14T03:21:46.804Z | Checking headers v0.3.9 |
2004 | 2024-05-14T03:21:46.820Z | Checking rcgen v0.12.1 |
2005 | 2024-05-14T03:21:47.027Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2006 | 2024-05-14T03:21:47.157Z | Checking atomicwrites v0.4.3 |
2007 | 2024-05-14T03:21:47.370Z | Checking subprocess v0.2.9 |
2008 | 2024-05-14T03:21:47.373Z | Checking linked-hash-map v0.5.6 |
2009 | 2024-05-14T03:21:47.527Z | Checking password-hash v0.5.0 |
2010 | 2024-05-14T03:21:47.722Z | Checking lru-cache v0.1.2 |
2011 | 2024-05-14T03:21:47.933Z | Checking blake2 v0.10.6 |
2012 | 2024-05-14T03:21:47.976Z | Checking swrite v0.1.0 |
2013 | 2024-05-14T03:21:48.007Z | Checking itertools v0.12.1 |
2014 | 2024-05-14T03:21:48.016Z | Compiling derive-where v1.2.7 |
2015 | 2024-05-14T03:21:48.020Z | Checking resolv-conf v0.7.0 |
2016 | 2024-05-14T03:21:48.094Z | Compiling rayon-core v1.12.1 |
2017 | 2024-05-14T03:21:48.380Z | Checking argon2 v0.5.3 |
2018 | 2024-05-14T03:21:48.407Z | Checking trust-dns-resolver v0.22.0 |
2019 | 2024-05-14T03:21:48.448Z | Checking half v2.3.1 |
2020 | 2024-05-14T03:21:48.936Z | Checking ciborium-io v0.2.2 |
2021 | 2024-05-14T03:21:49.068Z | Compiling cancel-safe-futures v0.1.5 |
2022 | 2024-05-14T03:21:49.116Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2023 | 2024-05-14T03:21:49.467Z | Checking ciborium-ll v0.2.2 |
2024 | 2024-05-14T03:21:49.519Z | Checking mockall v0.12.1 |
2025 | 2024-05-14T03:21:49.773Z | Checking bytecount v0.6.3 |
2026 | 2024-05-14T03:21:49.798Z | Checking ciborium v0.2.2 |
2027 | 2024-05-14T03:21:49.935Z | Checking papergrid v0.11.0 |
2028 | 2024-05-14T03:21:49.978Z | Compiling tabled_derive v0.7.0 |
2029 | 2024-05-14T03:21:50.033Z | Compiling slog-dtrace v0.3.0 |
2030 | 2024-05-14T03:21:50.354Z | Compiling semver v0.1.20 |
2031 | 2024-05-14T03:21:50.764Z | Compiling rustc_version v0.1.7 |
2032 | 2024-05-14T03:21:50.964Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2033 | 2024-05-14T03:21:51.051Z | Checking libsw v3.3.1 |
2034 | 2024-05-14T03:21:51.302Z | Checking linear-map v1.2.0 |
2035 | 2024-05-14T03:21:51.349Z | Checking owo-colors v4.0.0 |
2036 | 2024-05-14T03:21:51.353Z | Compiling newtype_derive v0.1.6 |
2037 | 2024-05-14T03:21:51.660Z | Compiling num-rational v0.4.1 |
2038 | 2024-05-14T03:21:51.777Z | Compiling unicode-xid v0.2.4 |
2039 | 2024-05-14T03:21:52.074Z | Compiling radium v0.7.0 |
2040 | 2024-05-14T03:21:52.077Z | Checking steno v0.4.0 |
2041 | 2024-05-14T03:21:52.109Z | Checking num-complex v0.4.5 |
2042 | 2024-05-14T03:21:52.600Z | Checking nibble_vec v0.1.0 |
2043 | 2024-05-14T03:21:52.812Z | Checking endian-type v0.1.2 |
2044 | 2024-05-14T03:21:52.855Z | Checking tabled v0.15.0 |
2045 | 2024-05-14T03:21:52.920Z | Checking tap v1.0.1 |
2046 | 2024-05-14T03:21:53.010Z | Compiling maybe-uninit v2.0.0 |
2047 | 2024-05-14T03:21:53.026Z | Checking radix_trie v0.2.1 |
2048 | 2024-05-14T03:21:53.081Z | Checking wyz v0.5.1 |
2049 | 2024-05-14T03:21:53.237Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2050 | 2024-05-14T03:21:53.845Z | Checking num v0.4.2 |
2051 | 2024-05-14T03:21:53.866Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2052 | 2024-05-14T03:21:53.866Z | Checking fxhash v0.2.1 |
2053 | 2024-05-14T03:21:53.866Z | Compiling packed_struct v0.10.1 |
2054 | 2024-05-14T03:21:53.869Z | Checking funty v2.0.0 |
2055 | 2024-05-14T03:21:54.052Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2056 | 2024-05-14T03:21:54.233Z | Checking crc-catalog v2.2.0 |
2057 | 2024-05-14T03:21:54.352Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2058 | 2024-05-14T03:21:54.367Z | Compiling num-bigint-dig v0.8.4 |
2059 | 2024-05-14T03:21:54.472Z | Checking crc v3.0.1 |
2060 | 2024-05-14T03:21:54.566Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2061 | 2024-05-14T03:21:54.733Z | Compiling packed_struct_codegen v0.10.1 |
2062 | 2024-05-14T03:21:54.799Z | Compiling indexmap v1.9.3 |
2063 | 2024-05-14T03:21:54.813Z | Checking nodrop v0.1.14 |
2064 | 2024-05-14T03:21:54.832Z | Checking bitvec v1.0.1 |
2065 | 2024-05-14T03:21:54.836Z | Checking smallvec v0.6.14 |
2066 | 2024-05-14T03:21:54.919Z | Checking array-init v0.0.4 |
2067 | 2024-05-14T03:21:55.226Z | Checking pkcs1 v0.7.5 |
2068 | 2024-05-14T03:21:55.613Z | Checking signature v2.1.0 |
2069 | 2024-05-14T03:21:55.798Z | Checking hashbrown v0.12.3 |
2070 | 2024-05-14T03:21:55.881Z | Checking bitfield v0.14.0 |
2071 | 2024-05-14T03:21:55.913Z | Checking serde-hex v0.1.0 |
2072 | 2024-05-14T03:21:56.138Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2073 | 2024-05-14T03:21:56.425Z | Checking env_logger v0.10.0 |
2074 | 2024-05-14T03:21:56.858Z | Checking x509-cert v0.2.4 |
2075 | 2024-05-14T03:21:57.358Z | Checking rsa v0.9.2 |
2076 | 2024-05-14T03:21:57.603Z | Checking ron v0.8.1 |
2077 | 2024-05-14T03:21:57.784Z | Checking hashbrown v0.13.2 |
2078 | 2024-05-14T03:21:57.905Z | Checking crc-any v2.4.3 |
2079 | 2024-05-14T03:21:58.298Z | Checking path-slash v0.1.5 |
2080 | 2024-05-14T03:21:58.312Z | Checking display-error-chain v0.2.0 |
2081 | 2024-05-14T03:21:58.423Z | Compiling convert_case v0.4.0 |
2082 | 2024-05-14T03:21:58.444Z | Compiling async-recursion v1.1.0 |
2083 | 2024-05-14T03:21:58.507Z | Compiling buf-list v1.0.3 |
2084 | 2024-05-14T03:21:58.758Z | Checking object v0.30.4 |
2085 | 2024-05-14T03:21:58.874Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2086 | 2024-05-14T03:21:59.117Z | Checking maplit v1.0.2 |
2087 | 2024-05-14T03:21:59.215Z | Compiling blake3 v1.5.0 |
2088 | 2024-05-14T03:21:59.403Z | Compiling derive_more v0.99.17 |
2089 | 2024-05-14T03:21:59.528Z | Checking gethostname v0.4.3 |
2090 | 2024-05-14T03:21:59.670Z | Compiling libefi-sys v0.1.0 |
2091 | 2024-05-14T03:21:59.869Z | Compiling parking_lot_core v0.8.6 |
2092 | 2024-05-14T03:21:59.969Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2093 | 2024-05-14T03:22:00.153Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2094 | 2024-05-14T03:22:00.452Z | Compiling crossbeam-deque v0.8.3 |
2095 | 2024-05-14T03:22:00.683Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2096 | 2024-05-14T03:22:00.687Z | Checking keccak v0.1.4 |
2097 | 2024-05-14T03:22:00.821Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2098 | 2024-05-14T03:22:00.988Z | Checking sha3 v0.10.8 |
2099 | 2024-05-14T03:22:01.074Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2100 | 2024-05-14T03:22:01.187Z | Checking parking_lot v0.11.2 |
2101 | 2024-05-14T03:22:01.566Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2102 | 2024-05-14T03:22:01.956Z | Checking trust-dns-client v0.22.0 |
2103 | 2024-05-14T03:22:02.018Z | Compiling synstructure v0.12.6 |
2104 | 2024-05-14T03:22:02.204Z | Checking toml v0.5.11 |
2105 | 2024-05-14T03:22:02.583Z | Checking secrecy v0.8.0 |
2106 | 2024-05-14T03:22:02.794Z | Compiling pin-project-internal v1.1.3 |
2107 | 2024-05-14T03:22:03.100Z | Compiling rayon v1.10.0 |
2108 | 2024-05-14T03:22:03.674Z | Checking trust-dns-server v0.22.1 |
2109 | 2024-05-14T03:22:03.812Z | Compiling zerocopy-derive v0.2.0 |
2110 | 2024-05-14T03:22:05.007Z | Checking sled v0.34.7 |
2111 | 2024-05-14T03:22:06.098Z | Checking pin-project v1.1.3 |
2112 | 2024-05-14T03:22:06.253Z | Compiling memmap2 v0.7.1 |
2113 | 2024-05-14T03:22:06.742Z | Compiling constant_time_eq v0.3.0 |
2114 | 2024-05-14T03:22:06.938Z | Compiling arrayvec v0.7.4 |
2115 | 2024-05-14T03:22:06.979Z | Compiling arrayref v0.3.7 |
2116 | 2024-05-14T03:22:07.085Z | Compiling home v0.5.5 |
2117 | 2024-05-14T03:22:07.339Z | Compiling toolchain_find v0.4.0 |
2118 | 2024-05-14T03:22:08.157Z | Compiling vte_generate_state_changes v0.1.1 |
2119 | 2024-05-14T03:22:08.276Z | Compiling topological-sort v0.2.2 |
2120 | 2024-05-14T03:22:08.380Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2121 | 2024-05-14T03:22:08.500Z | Compiling omicron-zone-package v0.11.0 |
2122 | 2024-05-14T03:22:08.729Z | Checking fd-lock v4.0.2 |
2123 | 2024-05-14T03:22:08.880Z | Checking vte v0.11.1 |
2124 | 2024-05-14T03:22:08.937Z | Compiling rustfmt-wrapper v0.2.1 |
2125 | 2024-05-14T03:22:09.338Z | Checking glob v0.3.1 |
2126 | 2024-05-14T03:22:09.612Z | Compiling usdt-impl v0.3.5 |
2127 | 2024-05-14T03:22:09.654Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2128 | 2024-05-14T03:22:09.764Z | Checking nu-ansi-term v0.50.0 |
2129 | 2024-05-14T03:22:10.006Z | Compiling zerocopy v0.3.0 |
2130 | 2024-05-14T03:22:10.139Z | Compiling prettyplease v0.2.19 |
2131 | 2024-05-14T03:22:10.190Z | Compiling platforms v3.0.2 |
2132 | 2024-05-14T03:22:10.297Z | Checking strip-ansi-escapes v0.2.0 |
2133 | 2024-05-14T03:22:10.446Z | Checking reedline v0.31.0 |
2134 | 2024-05-14T03:22:10.486Z | Compiling dtrace-parser v0.1.14 |
2135 | 2024-05-14T03:22:10.514Z | Compiling snafu-derive v0.8.2 |
2136 | 2024-05-14T03:22:10.816Z | Compiling dof v0.1.5 |
2137 | 2024-05-14T03:22:12.010Z | Checking globset v0.4.13 |
2138 | 2024-05-14T03:22:12.286Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2139 | 2024-05-14T03:22:12.494Z | Checking olpc-cjson v0.1.3 |
2140 | 2024-05-14T03:22:12.531Z | Compiling serde_tokenstream v0.1.7 |
2141 | 2024-05-14T03:22:12.700Z | Checking serde_plain v1.0.2 |
2142 | 2024-05-14T03:22:13.093Z | Compiling memoffset v0.7.1 |
2143 | 2024-05-14T03:22:13.257Z | Compiling crunchy v0.2.2 |
2144 | 2024-05-14T03:22:13.421Z | Checking typed-path v0.7.0 |
2145 | 2024-05-14T03:22:13.672Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2146 | 2024-05-14T03:22:13.815Z | Compiling curve25519-dalek v4.1.2 |
2147 | 2024-05-14T03:22:13.941Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2148 | 2024-05-14T03:22:14.238Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2149 | 2024-05-14T03:22:14.254Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2150 | 2024-05-14T03:22:14.441Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2151 | 2024-05-14T03:22:15.234Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2152 | 2024-05-14T03:22:15.347Z | Checking fs-err v2.11.0 |
2153 | 2024-05-14T03:22:15.517Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2154 | 2024-05-14T03:22:15.660Z | Compiling clang-sys v1.6.1 |
2155 | 2024-05-14T03:22:16.438Z | Compiling unicase v2.7.0 |
2156 | 2024-05-14T03:22:16.632Z | Checking snafu v0.8.2 |
2157 | 2024-05-14T03:22:16.701Z | Compiling tiny-keccak v2.0.2 |
2158 | 2024-05-14T03:22:16.760Z | Checking parse-size v1.0.0 |
2159 | 2024-05-14T03:22:17.144Z | Checking tough v0.17.1 |
2160 | 2024-05-14T03:22:17.477Z | Compiling usdt-macro v0.3.5 |
2161 | 2024-05-14T03:22:17.600Z | Compiling usdt-attr-macro v0.3.5 |
2162 | 2024-05-14T03:22:17.972Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2163 | 2024-05-14T03:22:18.694Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2164 | 2024-05-14T03:22:18.832Z | Checking universal-hash v0.5.1 |
2165 | 2024-05-14T03:22:19.007Z | Compiling thiserror-impl-no-std v2.0.2 |
2166 | 2024-05-14T03:22:19.025Z | Compiling curve25519-dalek-derive v0.1.0 |
2167 | 2024-05-14T03:22:19.125Z | Checking nanorand v0.7.0 |
2168 | 2024-05-14T03:22:19.516Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2169 | 2024-05-14T03:22:19.837Z | Compiling cfg_aliases v0.1.1 |
2170 | 2024-05-14T03:22:19.941Z | Checking signature v1.6.4 |
2171 | 2024-05-14T03:22:20.016Z | Checking opaque-debug v0.3.0 |
2172 | 2024-05-14T03:22:20.077Z | Compiling salty v0.2.0 |
2173 | 2024-05-14T03:22:20.102Z | Checking poly1305 v0.8.0 |
2174 | 2024-05-14T03:22:20.625Z | Checking ed25519 v1.5.3 |
2175 | 2024-05-14T03:22:20.628Z | Compiling nix v0.28.0 |
2176 | 2024-05-14T03:22:20.753Z | Checking flume v0.11.0 |
2177 | 2024-05-14T03:22:20.787Z | Checking usdt v0.3.5 |
2178 | 2024-05-14T03:22:20.987Z | Compiling ascii-canvas v3.0.0 |
2179 | 2024-05-14T03:22:21.256Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2180 | 2024-05-14T03:22:21.526Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2181 | 2024-05-14T03:22:21.791Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2182 | 2024-05-14T03:22:21.850Z | Checking chacha20 v0.9.1 |
2183 | 2024-05-14T03:22:22.128Z | Checking aead v0.5.2 |
2184 | 2024-05-14T03:22:22.328Z | Checking serde-big-array v0.5.1 |
2185 | 2024-05-14T03:22:22.374Z | Checking kstat-rs v0.2.3 |
2186 | 2024-05-14T03:22:22.396Z | Checking thiserror-no-std v2.0.2 |
2187 | 2024-05-14T03:22:22.432Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2188 | 2024-05-14T03:22:22.510Z | Compiling ena v0.14.2 |
2189 | 2024-05-14T03:22:22.546Z | Compiling libloading v0.7.4 |
2190 | 2024-05-14T03:22:22.631Z | Compiling bindgen v0.69.2 |
2191 | 2024-05-14T03:22:22.945Z | Compiling diff v0.1.13 |
2192 | 2024-05-14T03:22:22.961Z | Compiling regex-syntax v0.6.29 |
2193 | 2024-05-14T03:22:22.964Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2194 | 2024-05-14T03:22:23.409Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2195 | 2024-05-14T03:22:23.460Z | Checking vsss-rs v3.3.4 |
2196 | 2024-05-14T03:22:23.733Z | Checking chacha20poly1305 v0.10.1 |
2197 | 2024-05-14T03:22:24.667Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2198 | 2024-05-14T03:22:25.833Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2199 | 2024-05-14T03:22:26.141Z | Checking signal-hook-tokio v0.3.1 |
2200 | 2024-05-14T03:22:26.349Z | Compiling lalrpop v0.19.12 |
2201 | 2024-05-14T03:22:26.925Z | Compiling cexpr v0.6.0 |
2202 | 2024-05-14T03:22:27.023Z | Checking serde-big-array v0.4.1 |
2203 | 2024-05-14T03:22:27.496Z | Compiling which v4.4.0 |
2204 | 2024-05-14T03:22:27.906Z | Compiling shlex v1.3.0 |
2205 | 2024-05-14T03:22:28.170Z | Compiling rustc-hash v1.1.0 |
2206 | 2024-05-14T03:22:28.431Z | Compiling lazycell v1.3.0 |
2207 | 2024-05-14T03:22:28.444Z | Compiling peeking_take_while v0.1.2 |
2208 | 2024-05-14T03:22:28.511Z | Compiling ref-cast v1.0.22 |
2209 | 2024-05-14T03:22:28.729Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2210 | 2024-05-14T03:22:29.092Z | Compiling mime_guess v2.0.4 |
2211 | 2024-05-14T03:22:36.249Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2212 | 2024-05-14T03:22:36.366Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2213 | 2024-05-14T03:22:36.366Z | Compiling derive_builder_core v0.20.0 |
2214 | 2024-05-14T03:22:36.366Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2215 | 2024-05-14T03:22:36.366Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2216 | 2024-05-14T03:22:36.366Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2217 | 2024-05-14T03:22:36.366Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2218 | 2024-05-14T03:22:36.367Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2219 | 2024-05-14T03:22:36.691Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2220 | 2024-05-14T03:22:37.844Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2221 | 2024-05-14T03:22:38.602Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2222 | 2024-05-14T03:22:38.902Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2223 | 2024-05-14T03:22:39.243Z | Compiling peg-macros v0.8.3 |
2224 | 2024-05-14T03:22:40.176Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2225 | 2024-05-14T03:22:41.546Z | Compiling sqlparser_derive v0.2.2 |
2226 | 2024-05-14T03:22:41.867Z | Compiling ref-cast-impl v1.0.22 |
2227 | 2024-05-14T03:22:42.831Z | Compiling libxml v0.3.3 |
2228 | 2024-05-14T03:22:43.227Z | Checking corncobs v0.1.3 |
2229 | 2024-05-14T03:22:43.412Z | Checking unicode_categories v0.1.1 |
2230 | 2024-05-14T03:22:43.433Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2231 | 2024-05-14T03:22:43.633Z | Checking rustyline v14.0.0 |
2232 | 2024-05-14T03:22:43.660Z | Checking peg v0.8.3 |
2233 | 2024-05-14T03:22:43.730Z | Checking sqlformat v0.2.3 |
2234 | 2024-05-14T03:22:43.957Z | Checking sqlparser v0.45.0 |
2235 | 2024-05-14T03:22:45.411Z | Compiling derive_builder_macro v0.20.0 |
2236 | 2024-05-14T03:22:45.555Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2237 | 2024-05-14T03:22:46.048Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2238 | 2024-05-14T03:22:46.345Z | Checking bcs v0.1.6 |
2239 | 2024-05-14T03:22:46.544Z | Compiling strum_macros v0.24.3 |
2240 | 2024-05-14T03:22:46.858Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2241 | 2024-05-14T03:22:47.193Z | Compiling cookie v0.18.1 |
2242 | 2024-05-14T03:22:47.504Z | Checking highway v1.1.0 |
2243 | 2024-05-14T03:22:47.947Z | Compiling indoc v1.0.9 |
2244 | 2024-05-14T03:22:48.206Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2245 | 2024-05-14T03:22:49.943Z | Checking derive_builder v0.20.0 |
2246 | 2024-05-14T03:22:50.518Z | Compiling const_format_proc_macros v0.2.32 |
2247 | 2024-05-14T03:22:50.589Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2248 | 2024-05-14T03:22:50.633Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2249 | 2024-05-14T03:22:50.925Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2250 | 2024-05-14T03:22:51.489Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2251 | 2024-05-14T03:22:51.870Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2252 | 2024-05-14T03:22:52.639Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2253 | 2024-05-14T03:22:52.660Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2254 | 2024-05-14T03:22:53.301Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2255 | 2024-05-14T03:22:53.670Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2256 | 2024-05-14T03:22:53.963Z | Checking bb8 v0.8.3 |
2257 | 2024-05-14T03:22:54.430Z | Checking quick-xml v0.31.0 |
2258 | 2024-05-14T03:22:56.509Z | Compiling oso-derive v0.27.3 |
2259 | 2024-05-14T03:22:56.509Z | Compiling impl-trait-for-tuples v0.2.2 |
2260 | 2024-05-14T03:22:56.536Z | Checking http-range v0.1.5 |
2261 | 2024-05-14T03:22:56.552Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2262 | 2024-05-14T03:22:56.673Z | Checking hyper-staticfile v0.9.5 |
2263 | 2024-05-14T03:22:57.104Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2264 | 2024-05-14T03:22:57.111Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2265 | 2024-05-14T03:22:57.585Z | Checking const_format v0.2.32 |
2266 | 2024-05-14T03:22:58.970Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2267 | 2024-05-14T03:23:00.295Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2268 | 2024-05-14T03:23:00.774Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2269 | 2024-05-14T03:23:01.478Z | Checking assert_matches v1.5.0 |
2270 | 2024-05-14T03:23:01.571Z | Checking rand_seeder v0.2.3 |
2271 | 2024-05-14T03:23:01.823Z | Compiling portable-atomic v1.4.3 |
2272 | 2024-05-14T03:23:02.261Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2273 | 2024-05-14T03:23:02.508Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2274 | 2024-05-14T03:23:03.859Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2275 | 2024-05-14T03:23:04.008Z | Checking number_prefix v0.4.0 |
2276 | 2024-05-14T03:23:04.041Z | Checking castaway v0.2.2 |
2277 | 2024-05-14T03:23:04.216Z | Checking compact_str v0.7.1 |
2278 | 2024-05-14T03:23:04.235Z | Checking indicatif v0.17.8 |
2279 | 2024-05-14T03:23:04.829Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2280 | 2024-05-14T03:23:04.938Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2281 | 2024-05-14T03:23:05.035Z | Checking lru v0.12.1 |
2282 | 2024-05-14T03:23:05.140Z | Compiling stability v0.2.0 |
2283 | 2024-05-14T03:23:05.242Z | Checking cassowary v0.3.0 |
2284 | 2024-05-14T03:23:05.328Z | Compiling indoc v2.0.3 |
2285 | 2024-05-14T03:23:05.706Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2286 | 2024-05-14T03:23:06.231Z | Checking smawk v0.3.1 |
2287 | 2024-05-14T03:23:06.444Z | Checking unicode-linebreak v0.1.5 |
2288 | 2024-05-14T03:23:06.498Z | Checking ratatui v0.26.2 |
2289 | 2024-05-14T03:23:06.868Z | Checking textwrap v0.16.1 |
2290 | 2024-05-14T03:23:07.273Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2291 | 2024-05-14T03:23:07.581Z | Checking is_ci v1.2.0 |
2292 | 2024-05-14T03:23:07.717Z | Checking supports-color v3.0.0 |
2293 | 2024-05-14T03:23:07.931Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2294 | 2024-05-14T03:23:08.389Z | Checking fatfs v0.3.6 |
2295 | 2024-05-14T03:23:08.572Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2296 | 2024-05-14T03:23:09.021Z | Checking rtoolbox v0.0.1 |
2297 | 2024-05-14T03:23:09.188Z | Checking rpassword v7.3.1 |
2298 | 2024-05-14T03:23:09.346Z | Checking shell-words v1.1.0 |
2299 | 2024-05-14T03:23:09.399Z | Checking tui-tree-widget v0.19.0 |
2300 | 2024-05-14T03:23:09.446Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2301 | 2024-05-14T03:23:09.466Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2302 | 2024-05-14T03:23:09.703Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2303 | 2024-05-14T03:23:09.714Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2304 | 2024-05-14T03:23:10.338Z | Checking yansi v0.5.1 |
2305 | 2024-05-14T03:23:10.583Z | Compiling target-lexicon v0.12.13 |
2306 | 2024-05-14T03:23:10.631Z | Checking pretty_assertions v1.4.0 |
2307 | 2024-05-14T03:23:10.768Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2308 | 2024-05-14T03:23:10.813Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2309 | 2024-05-14T03:23:11.984Z | Checking plotters-backend v0.3.5 |
2310 | 2024-05-14T03:23:12.268Z | Compiling guppy-workspace-hack v0.1.0 |
2311 | 2024-05-14T03:23:12.336Z | Compiling doc-comment v0.3.3 |
2312 | 2024-05-14T03:23:12.510Z | Checking plotters-svg v0.3.5 |
2313 | 2024-05-14T03:23:12.737Z | Checking http-body v1.0.0 |
2314 | 2024-05-14T03:23:12.933Z | Compiling assert_cmd v2.0.14 |
2315 | 2024-05-14T03:23:13.067Z | Checking cast v0.3.0 |
2316 | 2024-05-14T03:23:13.167Z | Checking tower-layer v0.3.2 |
2317 | 2024-05-14T03:23:13.333Z | Compiling target-spec v3.1.0 |
2318 | 2024-05-14T03:23:13.385Z | Checking criterion-plot v0.5.0 |
2319 | 2024-05-14T03:23:13.439Z | Checking tower v0.4.13 |
2320 | 2024-05-14T03:23:13.915Z | Checking cfg-expr v0.15.6 |
2321 | 2024-05-14T03:23:14.023Z | Checking hyper v1.1.0 |
2322 | 2024-05-14T03:23:14.261Z | Checking plotters v0.3.5 |
2323 | 2024-05-14T03:23:14.953Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2324 | 2024-05-14T03:23:15.276Z | Checking tinytemplate v1.2.1 |
2325 | 2024-05-14T03:23:15.675Z | Checking cargo-platform v0.1.3 |
2326 | 2024-05-14T03:23:15.722Z | Checking oorandom v11.1.3 |
2327 | 2024-05-14T03:23:15.883Z | Checking anes v0.1.6 |
2328 | 2024-05-14T03:23:15.992Z | Checking cargo_metadata v0.18.1 |
2329 | 2024-05-14T03:23:16.018Z | Checking hyper-util v0.1.2 |
2330 | 2024-05-14T03:23:16.279Z | Checking criterion v0.5.1 |
2331 | 2024-05-14T03:23:17.906Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2332 | 2024-05-14T03:23:18.017Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2333 | 2024-05-14T03:23:18.951Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2334 | 2024-05-14T03:23:19.197Z | Checking rustls-native-certs v0.7.0 |
2335 | 2024-05-14T03:23:19.329Z | Checking httptest v0.15.5 |
2336 | 2024-05-14T03:23:20.056Z | Checking pathdiff v0.2.1 |
2337 | 2024-05-14T03:23:20.218Z | Checking nested v0.1.1 |
2338 | 2024-05-14T03:23:20.429Z | Checking guppy v0.17.5 |
2339 | 2024-05-14T03:23:21.820Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2340 | 2024-05-14T03:23:22.478Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2341 | 2024-05-14T03:23:22.661Z | Checking hyper-rustls v0.26.0 |
2342 | 2024-05-14T03:23:22.907Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2343 | 2024-05-14T03:23:23.007Z | Checking escape8259 v0.5.2 |
2344 | 2024-05-14T03:23:23.193Z | Checking threadpool v1.8.1 |
2345 | 2024-05-14T03:23:24.235Z | Checking libtest-mimic v0.7.2 |
2346 | 2024-05-14T03:23:24.723Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2347 | 2024-05-14T03:23:25.005Z | Checking similar-asserts v1.5.0 |
2348 | 2024-05-14T03:23:25.255Z | Checking fancy-regex v0.13.0 |
2349 | 2024-05-14T03:23:25.861Z | Compiling rstest_macros v0.19.0 |
2350 | 2024-05-14T03:23:26.572Z | Checking datatest-stable v0.2.9 |
2351 | 2024-05-14T03:23:26.879Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2352 | 2024-05-14T03:23:28.002Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2353 | 2024-05-14T03:23:28.107Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2354 | 2024-05-14T03:23:28.218Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2355 | 2024-05-14T03:23:28.538Z | Checking csv-core v0.1.11 |
2356 | 2024-05-14T03:23:28.554Z | Compiling relative-path v1.9.0 |
2357 | 2024-05-14T03:23:28.832Z | Compiling trybuild v1.0.91 |
2358 | 2024-05-14T03:23:28.886Z | Checking constant_time_eq v0.2.6 |
2359 | 2024-05-14T03:23:29.023Z | Checking blake2b_simd v1.0.1 |
2360 | 2024-05-14T03:23:29.325Z | Checking csv v1.3.0 |
2361 | 2024-05-14T03:23:30.067Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2362 | 2024-05-14T03:23:30.234Z | Checking multimap v0.10.0 |
2363 | 2024-05-14T03:23:30.558Z | Checking futures-timer v3.0.2 |
2364 | 2024-05-14T03:23:30.910Z | Checking rust-argon2 v2.1.0 |
2365 | 2024-05-14T03:23:32.983Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2366 | 2024-05-14T03:23:35.067Z | Checking partial-io v0.5.4 |
2367 | 2024-05-14T03:23:35.459Z | Checking approx v0.5.1 |
2368 | 2024-05-14T03:23:35.691Z | Checking uzers v0.11.3 |
2369 | 2024-05-14T03:23:36.037Z | Checking termios v0.3.3 |
2370 | 2024-05-14T03:23:36.257Z | Checking hex-literal v0.4.1 |
2371 | 2024-05-14T03:23:39.526Z | Checking rstest v0.19.0 |
2372 | 2024-05-14T03:23:42.061Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2373 | 2024-05-14T03:23:44.139Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2374 | 2024-05-14T03:24:06.660Z | Compiling samael v0.0.15 |
2375 | 2024-05-14T03:24:30.523Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2376 | 2024-05-14T03:24:32.757Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2377 | 2024-05-14T03:24:41.246Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2378 | 2024-05-14T03:24:53.303Z | Compiling polar-core v0.27.3 |
2379 | 2024-05-14T03:25:00.738Z | Checking oso v0.27.3 |
2380 | 2024-05-14T03:25:31.155Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2381 | 2024-05-14T03:25:31.158Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2382 | 2024-05-14T03:25:31.158Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2383 | 2024-05-14T03:26:40.646Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 10s |
2384 | 2024-05-14T03:26:40.843Z | |
2385 | 2024-05-14T03:26:40.843Z | real 7:58.548144287 |
2386 | 2024-05-14T03:26:40.843Z | user 40:28.819849214 |
2387 | 2024-05-14T03:26:40.843Z | sys 7:01.959659231 |
2388 | 2024-05-14T03:26:40.843Z | trap 1.218031213 |
2389 | 2024-05-14T03:26:40.843Z | tflt 4.567129149 |
2390 | 2024-05-14T03:26:40.843Z | dflt 3.934613270 |
2391 | 2024-05-14T03:26:40.843Z | kflt 0.014966763 |
2392 | 2024-05-14T03:26:40.843Z | lock 1:02:01.223470086 |
2393 | 2024-05-14T03:26:40.843Z | slp 2:02:26.100814084 |
2394 | 2024-05-14T03:26:40.843Z | lat 1:53.616266376 |
2395 | 2024-05-14T03:26:40.843Z | stop 5:03.589352820 |
2396 | 2024-05-14T03:26:41.841Z | warning: output filename collision. |
2397 | 2024-05-14T03:26:41.841Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2398 | 2024-05-14T03:26:41.842Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2399 | 2024-05-14T03:26:41.842Z | The targets should have unique names. |
2400 | 2024-05-14T03:26:41.842Z | This is a known bug where multiple crates with the same name use |
2401 | 2024-05-14T03:26:41.842Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2402 | 2024-05-14T03:26:41.842Z | warning: output filename collision. |
2403 | 2024-05-14T03:26:41.842Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` 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=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2404 | 2024-05-14T03:26:41.842Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2405 | 2024-05-14T03:26:41.842Z | The targets should have unique names. |
2406 | 2024-05-14T03:26:41.842Z | This is a known bug where multiple crates with the same name use |
2407 | 2024-05-14T03:26:41.842Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2408 | 2024-05-14T03:26:41.846Z | warning: output filename collision. |
2409 | 2024-05-14T03:26:41.846Z | 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)`. |
2410 | 2024-05-14T03:26:41.846Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2411 | 2024-05-14T03:26:41.846Z | The targets should have unique names. |
2412 | 2024-05-14T03:26:41.846Z | This is a known bug where multiple crates with the same name use |
2413 | 2024-05-14T03:26:41.846Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2414 | 2024-05-14T03:26:41.847Z | warning: output filename collision. |
2415 | 2024-05-14T03:26:41.847Z | 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)`. |
2416 | 2024-05-14T03:26:41.847Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2417 | 2024-05-14T03:26:41.847Z | The targets should have unique names. |
2418 | 2024-05-14T03:26:41.847Z | This is a known bug where multiple crates with the same name use |
2419 | 2024-05-14T03:26:41.847Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2420 | 2024-05-14T03:26:41.847Z | warning: output filename collision. |
2421 | 2024-05-14T03:26:41.847Z | 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)`. |
2422 | 2024-05-14T03:26:41.847Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2423 | 2024-05-14T03:26:41.847Z | The targets should have unique names. |
2424 | 2024-05-14T03:26:41.847Z | This is a known bug where multiple crates with the same name use |
2425 | 2024-05-14T03:26:41.847Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2426 | 2024-05-14T03:26:41.847Z | warning: output filename collision. |
2427 | 2024-05-14T03:26:41.847Z | 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)`. |
2428 | 2024-05-14T03:26:41.847Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2429 | 2024-05-14T03:26:41.847Z | The targets should have unique names. |
2430 | 2024-05-14T03:26:41.847Z | This is a known bug where multiple crates with the same name use |
2431 | 2024-05-14T03:26:41.847Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2432 | 2024-05-14T03:26:41.847Z | warning: output filename collision. |
2433 | 2024-05-14T03:26:41.847Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2434 | 2024-05-14T03:26:41.847Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2435 | 2024-05-14T03:26:41.847Z | The targets should have unique names. |
2436 | 2024-05-14T03:26:41.848Z | This is a known bug where multiple crates with the same name use |
2437 | 2024-05-14T03:26:41.848Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2438 | 2024-05-14T03:26:41.848Z | warning: output filename collision. |
2439 | 2024-05-14T03:26:41.848Z | 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)`. |
2440 | 2024-05-14T03:26:41.848Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2441 | 2024-05-14T03:26:41.848Z | The targets should have unique names. |
2442 | 2024-05-14T03:26:41.848Z | This is a known bug where multiple crates with the same name use |
2443 | 2024-05-14T03:26:41.848Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2444 | 2024-05-14T03:26:41.851Z | warning: output filename collision. |
2445 | 2024-05-14T03:26:41.851Z | 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`. |
2446 | 2024-05-14T03:26:41.851Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2447 | 2024-05-14T03:26:41.851Z | The targets should have unique names. |
2448 | 2024-05-14T03:26:41.851Z | This is a known bug where multiple crates with the same name use |
2449 | 2024-05-14T03:26:41.851Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2450 | 2024-05-14T03:26:42.471Z | Documenting libc v0.2.154 |
2451 | 2024-05-14T03:26:42.523Z | Documenting cfg-if v1.0.0 |
2452 | 2024-05-14T03:26:42.540Z | Documenting serde_derive v1.0.201 |
2453 | 2024-05-14T03:26:42.576Z | Documenting log v0.4.21 |
2454 | 2024-05-14T03:26:42.579Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2455 | 2024-05-14T03:26:42.608Z | Documenting memchr v2.7.1 |
2456 | 2024-05-14T03:26:42.620Z | Documenting byteorder v1.5.0 |
2457 | 2024-05-14T03:26:42.634Z | Documenting scopeguard v1.2.0 |
2458 | 2024-05-14T03:26:42.932Z | Documenting itoa v1.0.9 |
2459 | 2024-05-14T03:26:45.357Z | Documenting smallvec v1.13.1 |
2460 | 2024-05-14T03:26:45.996Z | Documenting once_cell v1.19.0 |
2461 | 2024-05-14T03:26:46.884Z | Documenting lock_api v0.4.10 |
2462 | 2024-05-14T03:26:46.900Z | Documenting pin-project-lite v0.2.13 |
2463 | 2024-05-14T03:26:46.914Z | Documenting getrandom v0.2.12 |
2464 | 2024-05-14T03:26:47.019Z | Documenting libm v0.2.7 |
2465 | 2024-05-14T03:26:48.201Z | Documenting signal-hook-registry v1.4.1 |
2466 | 2024-05-14T03:26:49.219Z | Documenting parking_lot_core v0.9.8 |
2467 | 2024-05-14T03:26:50.091Z | Documenting mio v0.8.11 |
2468 | 2024-05-14T03:26:50.308Z | Documenting zeroize_derive v1.4.2 |
2469 | 2024-05-14T03:26:50.619Z | Documenting serde v1.0.201 |
2470 | 2024-05-14T03:26:50.942Z | Documenting num-traits v0.2.18 |
2471 | 2024-05-14T03:26:51.106Z | Documenting rand_core v0.6.4 |
2472 | 2024-05-14T03:26:51.910Z | Documenting thiserror-impl v1.0.59 |
2473 | 2024-05-14T03:26:52.429Z | Documenting futures-core v0.3.30 |
2474 | 2024-05-14T03:26:54.238Z | Documenting parking_lot v0.12.1 |
2475 | 2024-05-14T03:26:55.373Z | Documenting zeroize v1.7.0 |
2476 | 2024-05-14T03:26:55.527Z | Documenting ryu v1.0.15 |
2477 | 2024-05-14T03:26:56.049Z | Documenting socket2 v0.5.6 |
2478 | 2024-05-14T03:26:56.416Z | Documenting num_cpus v1.16.0 |
2479 | 2024-05-14T03:26:56.580Z | Documenting tokio-macros v2.2.0 |
2480 | 2024-05-14T03:26:57.179Z | Documenting thiserror v1.0.59 |
2481 | 2024-05-14T03:26:58.408Z | Documenting zerocopy v0.7.32 |
2482 | 2024-05-14T03:26:59.310Z | Documenting futures-sink v0.3.30 |
2483 | 2024-05-14T03:26:59.826Z | Documenting typenum v1.16.0 |
2484 | 2024-05-14T03:27:00.271Z | Documenting pin-utils v0.1.0 |
2485 | 2024-05-14T03:27:01.141Z | Documenting subtle v2.5.0 |
2486 | 2024-05-14T03:27:01.230Z | Documenting slab v0.4.9 |
2487 | 2024-05-14T03:27:02.382Z | Documenting futures-macro v0.3.30 |
2488 | 2024-05-14T03:27:04.528Z | Documenting futures-channel v0.3.30 |
2489 | 2024-05-14T03:27:11.747Z | Documenting bytes v1.6.0 |
2490 | 2024-05-14T03:27:13.062Z | Documenting bitflags v2.4.2 |
2491 | 2024-05-14T03:27:13.112Z | Documenting serde_json v1.0.116 |
2492 | 2024-05-14T03:27:13.406Z | Documenting iana-time-zone v0.1.57 |
2493 | 2024-05-14T03:27:13.459Z | Documenting futures-task v0.3.30 |
2494 | 2024-05-14T03:27:13.528Z | Documenting futures-io v0.3.30 |
2495 | 2024-05-14T03:27:13.789Z | Documenting uuid v1.8.0 |
2496 | 2024-05-14T03:27:14.375Z | Documenting generic-array v0.14.7 |
2497 | 2024-05-14T03:27:16.756Z | Documenting tokio v1.37.0 |
2498 | 2024-05-14T03:27:17.506Z | Documenting chrono v0.4.38 |
2499 | 2024-05-14T03:27:17.583Z | Documenting ahash v0.8.8 |
2500 | 2024-05-14T03:27:17.602Z | Documenting futures-util v0.3.30 |
2501 | 2024-05-14T03:27:18.332Z | Documenting allocator-api2 v0.2.16 |
2502 | 2024-05-14T03:27:18.430Z | Documenting tinyvec_macros v0.1.1 |
2503 | 2024-05-14T03:27:19.259Z | Documenting crypto-common v0.1.6 |
2504 | 2024-05-14T03:27:20.019Z | Documenting const-oid v0.9.6 |
2505 | 2024-05-14T03:27:21.583Z | Documenting tinyvec v1.6.0 |
2506 | 2024-05-14T03:27:22.261Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2507 | 2024-05-14T03:27:22.421Z | Documenting hashbrown v0.14.3 |
2508 | 2024-05-14T03:27:22.457Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2509 | 2024-05-14T03:27:23.251Z | Documenting tracing-core v0.1.32 |
2510 | 2024-05-14T03:27:24.171Z | Documenting serde_derive_internals v0.29.0 |
2511 | 2024-05-14T03:27:24.741Z | Documenting tracing-attributes v0.1.27 |
2512 | 2024-05-14T03:27:25.869Z | Checking serde_derive_internals v0.29.0 |
2513 | 2024-05-14T03:27:26.525Z | Documenting dyn-clone v1.0.17 |
2514 | 2024-05-14T03:27:26.629Z | Documenting unicode-normalization v0.1.22 |
2515 | 2024-05-14T03:27:27.679Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2516 | 2024-05-14T03:27:28.298Z | Documenting ppv-lite86 v0.2.17 |
2517 | 2024-05-14T03:27:29.052Z | Documenting unicode-bidi v0.3.15 |
2518 | 2024-05-14T03:27:30.428Z | Documenting lazy_static v1.4.0 |
2519 | 2024-05-14T03:27:30.829Z | Documenting percent-encoding v2.3.1 |
2520 | 2024-05-14T03:27:31.285Z | Documenting schemars_derive v0.8.17 |
2521 | 2024-05-14T03:27:32.341Z | Documenting rand_chacha v0.3.1 |
2522 | 2024-05-14T03:27:32.367Z | Documenting block-buffer v0.10.4 |
2523 | 2024-05-14T03:27:33.441Z | Documenting powerfmt v0.2.0 |
2524 | 2024-05-14T03:27:36.224Z | Documenting fnv v1.0.7 |
2525 | 2024-05-14T03:27:36.641Z | Documenting equivalent v1.0.1 |
2526 | 2024-05-14T03:27:36.642Z | Documenting deranged v0.3.11 |
2527 | 2024-05-14T03:27:37.032Z | Documenting digest v0.10.7 |
2528 | 2024-05-14T03:27:37.047Z | Documenting form_urlencoded v1.2.1 |
2529 | 2024-05-14T03:27:37.292Z | Documenting rand v0.8.5 |
2530 | 2024-05-14T03:27:37.373Z | Documenting schemars v0.8.17 |
2531 | 2024-05-14T03:27:39.750Z | Documenting indexmap v2.2.6 |
2532 | 2024-05-14T03:27:40.611Z | Documenting time-macros v0.2.17 |
2533 | 2024-05-14T03:27:41.414Z | Documenting unicode-width v0.1.11 |
2534 | 2024-05-14T03:27:42.258Z | Documenting num_threads v0.1.6 |
2535 | 2024-05-14T03:27:42.797Z | Documenting num-conv v0.1.0 |
2536 | 2024-05-14T03:27:45.002Z | Documenting tracing v0.1.40 |
2537 | 2024-05-14T03:27:52.499Z | Documenting time-core v0.1.2 |
2538 | 2024-05-14T03:27:52.750Z | Documenting idna v0.5.0 |
2539 | 2024-05-14T03:27:52.766Z | Documenting errno v0.3.8 |
2540 | 2024-05-14T03:27:52.802Z | Documenting adler v1.0.2 |
2541 | 2024-05-14T03:27:52.822Z | Documenting unicode-ident v1.0.12 |
2542 | 2024-05-14T03:27:53.082Z | Documenting slog v2.7.0 |
2543 | 2024-05-14T03:27:53.432Z | Documenting httparse v1.8.0 |
2544 | 2024-05-14T03:27:55.728Z | Documenting miniz_oxide v0.7.1 |
2545 | 2024-05-14T03:27:55.826Z | Documenting time v0.3.34 |
2546 | 2024-05-14T03:27:56.189Z | Documenting proc-macro2 v1.0.81 |
2547 | 2024-05-14T03:27:56.820Z | Documenting rustix v0.38.31 |
2548 | 2024-05-14T03:27:57.435Z | Documenting url v2.5.0 |
2549 | 2024-05-14T03:27:57.833Z | Documenting cpufeatures v0.2.12 |
2550 | 2024-05-14T03:27:58.087Z | Documenting async-trait v0.1.80 |
2551 | 2024-05-14T03:27:59.449Z | Documenting try-lock v0.2.4 |
2552 | 2024-05-14T03:28:00.947Z | Documenting quote v1.0.36 |
2553 | 2024-05-14T03:28:01.328Z | Documenting httpdate v1.0.3 |
2554 | 2024-05-14T03:28:01.948Z | Documenting http-body v0.4.5 |
2555 | 2024-05-14T03:28:02.117Z | Documenting aho-corasick v1.1.2 |
2556 | 2024-05-14T03:28:02.536Z | Documenting want v0.3.1 |
2557 | 2024-05-14T03:28:02.968Z | Documenting tokio-util v0.7.10 |
2558 | 2024-05-14T03:28:04.277Z | Documenting openssl-sys v0.9.102 |
2559 | 2024-05-14T03:28:05.133Z | Documenting openssl-macros v0.1.1 |
2560 | 2024-05-14T03:28:06.045Z | Documenting syn v2.0.60 |
2561 | 2024-05-14T03:28:06.138Z | Documenting regex-syntax v0.8.2 |
2562 | 2024-05-14T03:28:06.710Z | Documenting gimli v0.28.0 |
2563 | 2024-05-14T03:28:07.555Z | Documenting tower-service v0.3.2 |
2564 | 2024-05-14T03:28:07.798Z | Documenting mime v0.3.17 |
2565 | 2024-05-14T03:28:09.605Z | Documenting h2 v0.3.26 |
2566 | 2024-05-14T03:28:10.677Z | Documenting object v0.32.1 |
2567 | 2024-05-14T03:28:11.400Z | Documenting openssl v0.10.64 |
2568 | 2024-05-14T03:28:11.719Z | Documenting openssl-probe v0.1.5 |
2569 | 2024-05-14T03:28:12.074Z | Documenting rustc-demangle v0.1.23 |
2570 | 2024-05-14T03:28:13.220Z | Documenting regex-automata v0.4.5 |
2571 | 2024-05-14T03:28:13.371Z | Documenting addr2line v0.21.0 |
2572 | 2024-05-14T03:28:15.227Z | Documenting ipnet v2.9.0 |
2573 | 2024-05-14T03:28:16.704Z | Documenting base64ct v1.6.0 |
2574 | 2024-05-14T03:28:17.276Z | Documenting futures-executor v0.3.30 |
2575 | 2024-05-14T03:28:20.036Z | Documenting encoding_rs v0.8.33 |
2576 | 2024-05-14T03:28:20.254Z | Documenting hyper v0.14.28 |
2577 | 2024-05-14T03:28:20.401Z | Documenting native-tls v0.2.11 |
2578 | 2024-05-14T03:28:21.822Z | Documenting psl-types v2.0.11 |
2579 | 2024-05-14T03:28:21.930Z | Documenting serde_urlencoded v0.7.1 |
2580 | 2024-05-14T03:28:22.147Z | Documenting regex v1.10.4 |
2581 | 2024-05-14T03:28:22.907Z | Documenting backtrace v0.3.69 |
2582 | 2024-05-14T03:28:24.883Z | Documenting publicsuffix v2.2.3 |
2583 | 2024-05-14T03:28:24.933Z | Checking pest_meta v2.7.6 |
2584 | 2024-05-14T03:28:25.848Z | Documenting tokio-native-tls v0.3.1 |
2585 | 2024-05-14T03:28:25.928Z | Documenting crossbeam-utils v0.8.19 |
2586 | 2024-05-14T03:28:27.355Z | Documenting utf8parse v0.2.1 |
2587 | 2024-05-14T03:28:28.251Z | Documenting anyhow v1.0.83 |
2588 | 2024-05-14T03:28:28.597Z | Documenting futures v0.3.30 |
2589 | 2024-05-14T03:28:30.063Z | Documenting cookie_store v0.20.0 |
2590 | 2024-05-14T03:28:30.113Z | Documenting pem-rfc7468 v0.7.0 |
2591 | 2024-05-14T03:28:30.782Z | Documenting pest_meta v2.7.6 |
2592 | 2024-05-14T03:28:30.863Z | Documenting der_derive v0.7.2 |
2593 | 2024-05-14T03:28:32.338Z | Documenting scroll_derive v0.12.0 |
2594 | 2024-05-14T03:28:33.592Z | Documenting sync_wrapper v0.1.2 |
2595 | 2024-05-14T03:28:33.711Z | Documenting hyper-rustls v0.24.2 |
2596 | 2024-05-14T03:28:35.119Z | Documenting hyper-tls v0.5.0 |
2597 | 2024-05-14T03:28:35.727Z | Documenting webpki-roots v0.25.2 |
2598 | 2024-05-14T03:28:35.965Z | Documenting flagset v0.4.3 |
2599 | 2024-05-14T03:28:36.632Z | Documenting pest_generator v2.7.6 |
2600 | 2024-05-14T03:28:37.197Z | Checking pest_generator v2.7.6 |
2601 | 2024-05-14T03:28:37.710Z | Documenting num-integer v0.1.46 |
2602 | 2024-05-14T03:28:37.931Z | Documenting ucd-trie v0.1.6 |
2603 | 2024-05-14T03:28:38.140Z | Documenting scroll v0.12.0 |
2604 | 2024-05-14T03:28:39.404Z | Documenting der v0.7.8 |
2605 | 2024-05-14T03:28:39.936Z | Documenting plain v0.2.3 |
2606 | 2024-05-14T03:28:40.846Z | Documenting openapiv3 v2.0.0 |
2607 | 2024-05-14T03:28:41.951Z | Documenting pest_derive v2.7.6 |
2608 | 2024-05-14T03:28:42.224Z | Documenting pest v2.7.6 |
2609 | 2024-05-14T03:28:42.556Z | Documenting pretty-hex v0.4.1 |
2610 | 2024-05-14T03:28:42.971Z | Documenting spin v0.9.8 |
2611 | 2024-05-14T03:28:43.360Z | Documenting goblin v0.8.0 |
2612 | 2024-05-14T03:28:44.026Z | Documenting reqwest v0.11.27 |
2613 | 2024-05-14T03:28:45.883Z | Documenting spki v0.7.2 |
2614 | 2024-05-14T03:28:45.931Z | Documenting thread-id v4.2.0 |
2615 | 2024-05-14T03:28:46.697Z | Documenting anstyle v1.0.7 |
2616 | 2024-05-14T03:28:48.069Z | Documenting either v1.11.0 |
2617 | 2024-05-14T03:28:48.667Z | Documenting dtrace-parser v0.2.0 |
2618 | 2024-05-14T03:28:49.803Z | Documenting anstyle-parse v0.2.1 |
2619 | 2024-05-14T03:28:50.508Z | Documenting pkcs8 v0.10.2 |
2620 | 2024-05-14T03:28:51.004Z | Documenting memmap v0.7.0 |
2621 | 2024-05-14T03:28:51.020Z | Documenting anstyle-query v1.0.0 |
2622 | 2024-05-14T03:28:51.043Z | Documenting dof v0.3.0 |
2623 | 2024-05-14T03:28:52.748Z | Documenting data-encoding v2.4.0 |
2624 | 2024-05-14T03:28:53.634Z | Documenting colorchoice v1.0.0 |
2625 | 2024-05-14T03:28:53.756Z | Documenting crossbeam-epoch v0.9.18 |
2626 | 2024-05-14T03:28:55.078Z | Documenting terminal_size v0.3.0 |
2627 | 2024-05-14T03:28:55.429Z | Documenting sha2 v0.10.8 |
2628 | 2024-05-14T03:28:55.913Z | Documenting ipnetwork v0.20.0 |
2629 | 2024-05-14T03:28:56.030Z | Documenting hex v0.4.3 |
2630 | 2024-05-14T03:28:56.417Z | Documenting usdt-impl v0.5.0 |
2631 | 2024-05-14T03:28:57.006Z | Documenting anstream v0.6.11 |
2632 | 2024-05-14T03:28:57.400Z | Documenting crc32fast v1.3.2 |
2633 | 2024-05-14T03:28:58.182Z | Documenting strsim v0.11.0 |
2634 | 2024-05-14T03:29:00.526Z | Documenting untrusted v0.9.0 |
2635 | 2024-05-14T03:29:00.594Z | Documenting clap_lex v0.7.0 |
2636 | 2024-05-14T03:29:01.279Z | Documenting unicode-segmentation v1.10.1 |
2637 | 2024-05-14T03:29:01.354Z | Documenting num-iter v0.1.44 |
2638 | 2024-05-14T03:29:02.208Z | Documenting hmac v0.12.1 |
2639 | 2024-05-14T03:29:02.327Z | Documenting signal-hook v0.3.17 |
2640 | 2024-05-14T03:29:02.530Z | Documenting clap_derive v4.5.4 |
2641 | 2024-05-14T03:29:03.117Z | Documenting usdt v0.5.0 |
2642 | 2024-05-14T03:29:03.839Z | Documenting ring v0.17.8 |
2643 | 2024-05-14T03:29:04.742Z | Documenting static_assertions v1.1.0 |
2644 | 2024-05-14T03:29:04.803Z | Documenting clap_builder v4.5.2 |
2645 | 2024-05-14T03:29:06.620Z | Documenting flate2 v1.0.28 |
2646 | 2024-05-14T03:29:07.576Z | Documenting managed v0.8.0 |
2647 | 2024-05-14T03:29:07.993Z | Documenting signal-hook-mio v0.2.3 |
2648 | 2024-05-14T03:29:08.393Z | Documenting enum-as-inner v0.5.1 |
2649 | 2024-05-14T03:29:08.411Z | Documenting block-padding v0.3.3 |
2650 | 2024-05-14T03:29:09.506Z | Documenting scheduled-thread-pool v0.2.7 |
2651 | 2024-05-14T03:29:09.704Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2652 | 2024-05-14T03:29:11.498Z | Documenting diesel_table_macro_syntax v0.1.0 |
2653 | 2024-05-14T03:29:11.818Z | Checking diesel_table_macro_syntax v0.1.0 |
2654 | 2024-05-14T03:29:11.880Z | Documenting clap v4.5.4 |
2655 | 2024-05-14T03:29:11.985Z | Documenting md-5 v0.10.5 |
2656 | 2024-05-14T03:29:13.000Z | Documenting trust-dns-proto v0.22.0 |
2657 | 2024-05-14T03:29:13.186Z | Documenting crossterm v0.27.0 |
2658 | 2024-05-14T03:29:13.744Z | Documenting inout v0.1.3 |
2659 | 2024-05-14T03:29:14.715Z | Documenting r2d2 v0.8.10 |
2660 | 2024-05-14T03:29:14.833Z | Documenting bzip2 v0.4.4 |
2661 | 2024-05-14T03:29:17.346Z | Documenting diesel_derives v2.1.2 |
2662 | 2024-05-14T03:29:17.672Z | Documenting stringprep v0.1.3 |
2663 | 2024-05-14T03:29:17.790Z | Documenting regress v0.9.1 |
2664 | 2024-05-14T03:29:18.311Z | Documenting ff v0.13.0 |
2665 | 2024-05-14T03:29:18.674Z | Documenting toml_datetime v0.6.5 |
2666 | 2024-05-14T03:29:19.102Z | Documenting serde_spanned v0.6.5 |
2667 | 2024-05-14T03:29:19.927Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2668 | 2024-05-14T03:29:22.183Z | Documenting base16ct v0.2.0 |
2669 | 2024-05-14T03:29:22.608Z | Documenting siphasher v0.3.11 |
2670 | 2024-05-14T03:29:23.297Z | Documenting fallible-iterator v0.2.0 |
2671 | 2024-05-14T03:29:23.780Z | Documenting winnow v0.6.1 |
2672 | 2024-05-14T03:29:24.111Z | Documenting bit-vec v0.6.3 |
2673 | 2024-05-14T03:29:24.195Z | Documenting group v0.13.0 |
2674 | 2024-05-14T03:29:24.589Z | Documenting diesel v2.1.6 |
2675 | 2024-05-14T03:29:25.152Z | Documenting zip v0.6.6 |
2676 | 2024-05-14T03:29:25.426Z | Documenting sec1 v0.7.3 |
2677 | 2024-05-14T03:29:26.072Z | Documenting phf_shared v0.11.2 |
2678 | 2024-05-14T03:29:28.679Z | Documenting postgres-protocol v0.6.6 |
2679 | 2024-05-14T03:29:28.811Z | Documenting cipher v0.4.4 |
2680 | 2024-05-14T03:29:29.386Z | Documenting hkdf v0.12.4 |
2681 | 2024-05-14T03:29:30.351Z | Documenting num-bigint v0.4.4 |
2682 | 2024-05-14T03:29:30.398Z | Documenting toml_edit v0.22.12 |
2683 | 2024-05-14T03:29:30.923Z | Documenting bstr v1.9.0 |
2684 | 2024-05-14T03:29:41.846Z | Documenting console v0.15.8 |
2685 | 2024-05-14T03:29:49.688Z | Documenting crypto-bigint v0.5.2 |
2686 | 2024-05-14T03:29:50.058Z | Documenting hubpack v0.1.2 |
2687 | 2024-05-14T03:29:50.231Z | Documenting serde_repr v0.1.16 |
2688 | 2024-05-14T03:29:50.549Z | Documenting new_debug_unreachable v1.0.4 |
2689 | 2024-05-14T03:29:50.803Z | Checking strsim v0.10.0 |
2690 | 2024-05-14T03:29:50.900Z | Documenting minimal-lexical v0.2.1 |
2691 | 2024-05-14T03:29:50.971Z | Documenting precomputed-hash v0.1.1 |
2692 | 2024-05-14T03:29:51.030Z | Checking ident_case v1.0.1 |
2693 | 2024-05-14T03:29:51.185Z | Checking unsafe-libyaml v0.2.10 |
2694 | 2024-05-14T03:29:52.549Z | Documenting lalrpop-util v0.19.12 |
2695 | 2024-05-14T03:29:52.853Z | Documenting heck v0.5.0 |
2696 | 2024-05-14T03:29:53.933Z | Documenting fixedbitset v0.4.2 |
2697 | 2024-05-14T03:29:54.688Z | Documenting yasna v0.5.2 |
2698 | 2024-05-14T03:29:55.163Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2699 | 2024-05-14T03:29:55.233Z | Documenting string_cache v0.8.7 |
2700 | 2024-05-14T03:30:03.522Z | Documenting nom v7.1.3 |
2701 | 2024-05-14T03:30:03.610Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2702 | 2024-05-14T03:30:03.770Z | Documenting postgres-types v0.2.6 |
2703 | 2024-05-14T03:30:03.908Z | Documenting petgraph v0.6.4 |
2704 | 2024-05-14T03:30:04.032Z | Documenting phf v0.11.2 |
2705 | 2024-05-14T03:30:04.422Z | Documenting elliptic-curve v0.13.8 |
2706 | 2024-05-14T03:30:04.451Z | Documenting similar v2.4.0 |
2707 | 2024-05-14T03:30:04.500Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2708 | 2024-05-14T03:30:08.429Z | Documenting semver v1.0.22 |
2709 | 2024-05-14T03:30:09.643Z | Documenting float-cmp v0.9.0 |
2710 | 2024-05-14T03:30:09.960Z | Documenting normalize-line-endings v0.3.0 |
2711 | 2024-05-14T03:30:19.616Z | Documenting predicates-core v1.0.6 |
2712 | 2024-05-14T03:30:19.828Z | Documenting unsafe-libyaml v0.2.10 |
2713 | 2024-05-14T03:30:20.267Z | Documenting whoami v1.5.1 |
2714 | 2024-05-14T03:30:20.351Z | Documenting difflib v0.4.0 |
2715 | 2024-05-14T03:30:20.354Z | Documenting peg-runtime v0.8.3 |
2716 | 2024-05-14T03:30:20.475Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2717 | 2024-05-14T03:30:20.548Z | Checking serde_yaml v0.9.25 |
2718 | 2024-05-14T03:30:20.836Z | Checking darling_core v0.20.8 |
2719 | 2024-05-14T03:30:22.503Z | Documenting bit-set v0.5.3 |
2720 | 2024-05-14T03:30:22.817Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2721 | 2024-05-14T03:30:24.198Z | Documenting serde_yaml v0.9.25 |
2722 | 2024-05-14T03:30:24.432Z | Documenting tokio-postgres v0.7.10 |
2723 | 2024-05-14T03:30:24.511Z | Documenting getopts v0.2.21 |
2724 | 2024-05-14T03:30:24.648Z | Documenting tokio-stream v0.1.15 |
2725 | 2024-05-14T03:30:24.770Z | Documenting predicates v3.1.0 |
2726 | 2024-05-14T03:30:27.405Z | Documenting ident_case v1.0.1 |
2727 | 2024-05-14T03:30:27.494Z | Checking darling v0.20.8 |
2728 | 2024-05-14T03:30:27.600Z | Documenting is-terminal v0.4.9 |
2729 | 2024-05-14T03:30:28.745Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2730 | 2024-05-14T03:30:30.403Z | Documenting strum v0.26.2 |
2731 | 2024-05-14T03:30:31.212Z | Documenting base64 v0.22.1 |
2732 | 2024-05-14T03:30:31.280Z | Documenting darling_core v0.20.8 |
2733 | 2024-05-14T03:30:31.950Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2734 | 2024-05-14T03:30:33.076Z | Documenting dirs-sys-next v0.1.2 |
2735 | 2024-05-14T03:30:33.316Z | Documenting sha1 v0.10.6 |
2736 | 2024-05-14T03:30:33.454Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2737 | 2024-05-14T03:30:34.378Z | Documenting http v1.0.0 |
2738 | 2024-05-14T03:30:36.155Z | Documenting camino v1.1.6 |
2739 | 2024-05-14T03:30:37.231Z | Documenting paste v1.0.14 |
2740 | 2024-05-14T03:30:38.097Z | Documenting dirs-next v2.0.0 |
2741 | 2024-05-14T03:30:38.202Z | Documenting thread_local v1.1.7 |
2742 | 2024-05-14T03:30:39.038Z | Documenting rustls-pki-types v1.3.0 |
2743 | 2024-05-14T03:30:40.104Z | Documenting crossbeam-channel v0.5.8 |
2744 | 2024-05-14T03:30:40.128Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2745 | 2024-05-14T03:30:40.208Z | Documenting darling_macro v0.20.8 |
2746 | 2024-05-14T03:30:40.617Z | Documenting take_mut v0.2.2 |
2747 | 2024-05-14T03:30:41.452Z | Documenting slog-json v2.6.1 |
2748 | 2024-05-14T03:30:42.244Z | Documenting async-stream-impl v0.3.5 |
2749 | 2024-05-14T03:30:43.127Z | Documenting term v0.7.0 |
2750 | 2024-05-14T03:30:43.714Z | Documenting rustls-webpki v0.102.1 |
2751 | 2024-05-14T03:30:45.030Z | Documenting darling v0.20.8 |
2752 | 2024-05-14T03:30:45.546Z | Documenting atomic-waker v1.1.1 |
2753 | 2024-05-14T03:30:45.571Z | Documenting slog-async v2.8.0 |
2754 | 2024-05-14T03:30:46.617Z | Documenting debug-ignore v1.0.5 |
2755 | 2024-05-14T03:30:47.955Z | Documenting async-stream v0.3.5 |
2756 | 2024-05-14T03:30:48.301Z | Documenting rustls v0.22.4 |
2757 | 2024-05-14T03:30:48.388Z | Documenting slog-term v2.9.1 |
2758 | 2024-05-14T03:30:48.918Z | Documenting waitgroup v0.1.2 |
2759 | 2024-05-14T03:30:49.584Z | Documenting slog-bunyan v2.5.0 |
2760 | 2024-05-14T03:30:49.890Z | Documenting rustls-pemfile v2.1.2 |
2761 | 2024-05-14T03:30:50.221Z | Documenting multer v3.1.0 |
2762 | 2024-05-14T03:30:51.526Z | Documenting toml v0.8.12 |
2763 | 2024-05-14T03:30:52.095Z | Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2764 | 2024-05-14T03:30:53.704Z | Documenting serde_path_to_error v0.1.16 |
2765 | 2024-05-14T03:30:53.982Z | Documenting hostname v0.4.0 |
2766 | 2024-05-14T03:30:54.759Z | Documenting serde_with_macros v3.7.0 |
2767 | 2024-05-14T03:30:54.906Z | Documenting structmeta-derive v0.3.0 |
2768 | 2024-05-14T03:30:55.688Z | Documenting newtype-uuid v1.1.0 |
2769 | 2024-05-14T03:30:57.584Z | Documenting tokio-rustls v0.25.0 |
2770 | 2024-05-14T03:30:57.737Z | Checking structmeta v0.3.0 |
2771 | 2024-05-14T03:30:57.756Z | Documenting instant v0.1.12 |
2772 | 2024-05-14T03:30:57.994Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2773 | 2024-05-14T03:30:59.245Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2774 | 2024-05-14T03:30:59.270Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2775 | 2024-05-14T03:31:00.277Z | Documenting serde_with v3.7.0 |
2776 | 2024-05-14T03:31:00.811Z | Documenting structmeta v0.3.0 |
2777 | 2024-05-14T03:31:01.498Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2778 | 2024-05-14T03:31:02.738Z | Documenting backoff v0.4.0 |
2779 | 2024-05-14T03:31:02.992Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2780 | 2024-05-14T03:31:03.733Z | Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2781 | 2024-05-14T03:31:03.957Z | Documenting macaddr v1.0.1 |
2782 | 2024-05-14T03:31:05.799Z | Documenting parse-display-derive v0.9.0 |
2783 | 2024-05-14T03:31:07.566Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2784 | 2024-05-14T03:31:08.082Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2785 | 2024-05-14T03:31:08.559Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2786 | 2024-05-14T03:31:08.702Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2787 | 2024-05-14T03:31:08.816Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2788 | 2024-05-14T03:31:09.524Z | Documenting fastrand v2.0.1 |
2789 | 2024-05-14T03:31:09.729Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2790 | 2024-05-14T03:31:10.028Z | Documenting proc-macro-crate v1.3.1 |
2791 | 2024-05-14T03:31:11.786Z | Checking proc-macro-crate v1.3.1 |
2792 | 2024-05-14T03:31:12.005Z | Documenting foreign-types-macros v0.2.3 |
2793 | 2024-05-14T03:31:12.052Z | Documenting foreign-types-shared v0.3.1 |
2794 | 2024-05-14T03:31:12.468Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2795 | 2024-05-14T03:31:12.679Z | Documenting parse-display v0.9.0 |
2796 | 2024-05-14T03:31:12.857Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2797 | 2024-05-14T03:31:13.791Z | Documenting tempfile v3.10.1 |
2798 | 2024-05-14T03:31:15.110Z | Documenting cstr-argument v0.1.2 |
2799 | 2024-05-14T03:31:16.492Z | Documenting num_enum_derive v0.5.11 |
2800 | 2024-05-14T03:31:16.627Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2801 | 2024-05-14T03:31:17.209Z | Documenting tabwriter v1.4.0 |
2802 | 2024-05-14T03:31:18.265Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2803 | 2024-05-14T03:31:18.437Z | Documenting foreign-types v0.5.0 |
2804 | 2024-05-14T03:31:18.557Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2805 | 2024-05-14T03:31:18.757Z | Documenting camino-tempfile v1.1.1 |
2806 | 2024-05-14T03:31:20.161Z | Documenting colored v2.1.0 |
2807 | 2024-05-14T03:31:22.258Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2808 | 2024-05-14T03:31:22.351Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2809 | 2024-05-14T03:31:22.589Z | Documenting hash32 v0.3.1 |
2810 | 2024-05-14T03:31:23.742Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2811 | 2024-05-14T03:31:24.004Z | Documenting stable_deref_trait v1.2.0 |
2812 | 2024-05-14T03:31:24.178Z | Documenting num_enum v0.5.11 |
2813 | 2024-05-14T03:31:24.592Z | Documenting smf v0.2.3 |
2814 | 2024-05-14T03:31:26.747Z | Documenting cobs v0.2.3 |
2815 | 2024-05-14T03:31:27.058Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2816 | 2024-05-14T03:31:27.194Z | Documenting embedded-io v0.4.0 |
2817 | 2024-05-14T03:31:27.587Z | Documenting heapless v0.8.0 |
2818 | 2024-05-14T03:31:27.748Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2819 | 2024-05-14T03:31:29.190Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2820 | 2024-05-14T03:31:29.877Z | Documenting crucible-workspace-hack v0.1.0 |
2821 | 2024-05-14T03:31:30.133Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2822 | 2024-05-14T03:31:30.881Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2823 | 2024-05-14T03:31:31.032Z | Documenting postcard v1.0.8 |
2824 | 2024-05-14T03:31:33.766Z | Documenting smoltcp v0.11.0 |
2825 | 2024-05-14T03:31:34.249Z | Documenting newline-converter v0.3.0 |
2826 | 2024-05-14T03:31:34.719Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2827 | 2024-05-14T03:31:35.192Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2828 | 2024-05-14T03:31:36.439Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2829 | 2024-05-14T03:31:36.872Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2830 | 2024-05-14T03:31:37.222Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2831 | 2024-05-14T03:31:37.256Z | Documenting sigpipe v0.1.3 |
2832 | 2024-05-14T03:31:39.159Z | Documenting expectorate v1.1.0 |
2833 | 2024-05-14T03:31:40.310Z | Documenting num-derive v0.4.0 |
2834 | 2024-05-14T03:31:40.474Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2835 | 2024-05-14T03:31:41.008Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2836 | 2024-05-14T03:31:41.795Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2837 | 2024-05-14T03:31:42.587Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2838 | 2024-05-14T03:31:47.217Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2839 | 2024-05-14T03:31:47.401Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2840 | 2024-05-14T03:31:47.401Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2841 | 2024-05-14T03:31:47.401Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2842 | 2024-05-14T03:31:47.401Z | Documenting password-hash v0.5.0 |
2843 | 2024-05-14T03:31:47.401Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2844 | 2024-05-14T03:31:47.600Z | Documenting blake2 v0.10.6 |
2845 | 2024-05-14T03:31:48.051Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2846 | 2024-05-14T03:31:48.185Z | Documenting linked-hash-map v0.5.6 |
2847 | 2024-05-14T03:31:48.423Z | Documenting proc-macro-error-attr v1.0.4 |
2848 | 2024-05-14T03:31:49.783Z | Documenting humantime v2.1.0 |
2849 | 2024-05-14T03:31:52.518Z | Documenting lru-cache v0.1.2 |
2850 | 2024-05-14T03:31:52.908Z | Checking proc-macro-error v1.0.4 |
2851 | 2024-05-14T03:31:52.960Z | Documenting proc-macro-error v1.0.4 |
2852 | 2024-05-14T03:31:53.225Z | Documenting bytecount v0.6.3 |
2853 | 2024-05-14T03:31:53.664Z | Documenting argon2 v0.5.3 |
2854 | 2024-05-14T03:31:54.953Z | Documenting derive-where v1.2.7 |
2855 | 2024-05-14T03:31:55.579Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2856 | 2024-05-14T03:31:56.277Z | Documenting papergrid v0.11.0 |
2857 | 2024-05-14T03:31:56.895Z | Documenting swrite v0.1.0 |
2858 | 2024-05-14T03:31:56.952Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2859 | 2024-05-14T03:31:57.765Z | Documenting tabled_derive v0.7.0 |
2860 | 2024-05-14T03:31:58.291Z | Documenting newtype_derive v0.1.6 |
2861 | 2024-05-14T03:31:59.883Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2862 | 2024-05-14T03:32:00.425Z | Documenting itertools v0.12.1 |
2863 | 2024-05-14T03:32:01.150Z | Documenting quick-error v1.2.3 |
2864 | 2024-05-14T03:32:01.278Z | Documenting arc-swap v1.6.0 |
2865 | 2024-05-14T03:32:01.606Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2866 | 2024-05-14T03:32:02.530Z | Documenting steno v0.4.0 |
2867 | 2024-05-14T03:32:02.761Z | Documenting tabled v0.15.0 |
2868 | 2024-05-14T03:32:04.067Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2869 | 2024-05-14T03:32:05.403Z | Documenting resolv-conf v0.7.0 |
2870 | 2024-05-14T03:32:05.831Z | Documenting slog-scope v4.4.0 |
2871 | 2024-05-14T03:32:07.558Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2872 | 2024-05-14T03:32:08.490Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2873 | 2024-05-14T03:32:09.467Z | Documenting num-rational v0.4.1 |
2874 | 2024-05-14T03:32:10.766Z | Documenting trust-dns-resolver v0.22.0 |
2875 | 2024-05-14T03:32:11.073Z | Documenting num-complex v0.4.5 |
2876 | 2024-05-14T03:32:11.086Z | Documenting slog-stdlog v4.1.1 |
2877 | 2024-05-14T03:32:12.276Z | Documenting filetime v0.2.23 |
2878 | 2024-05-14T03:32:12.702Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2879 | 2024-05-14T03:32:14.559Z | Documenting xattr v1.0.1 |
2880 | 2024-05-14T03:32:16.098Z | Documenting slog-envlogger v2.2.0 |
2881 | 2024-05-14T03:32:16.174Z | Documenting tap v1.0.1 |
2882 | 2024-05-14T03:32:17.432Z | Documenting num v0.4.2 |
2883 | 2024-05-14T03:32:19.620Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2884 | 2024-05-14T03:32:19.644Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2885 | 2024-05-14T03:32:19.668Z | Documenting tar v0.4.40 |
2886 | 2024-05-14T03:32:19.729Z | Documenting wyz v0.5.1 |
2887 | 2024-05-14T03:32:22.468Z | Documenting radium v0.7.0 |
2888 | 2024-05-14T03:32:22.495Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2889 | 2024-05-14T03:32:22.495Z | Documenting nibble_vec v0.1.0 |
2890 | 2024-05-14T03:32:22.495Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2891 | 2024-05-14T03:32:25.244Z | Documenting crc-catalog v2.2.0 |
2892 | 2024-05-14T03:32:25.306Z | Documenting endian-type v0.1.2 |
2893 | 2024-05-14T03:32:25.306Z | Documenting funty v2.0.0 |
2894 | 2024-05-14T03:32:25.509Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2895 | 2024-05-14T03:32:25.830Z | Documenting cancel-safe-futures v0.1.5 |
2896 | 2024-05-14T03:32:25.938Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2897 | 2024-05-14T03:32:26.324Z | Documenting packed_struct_codegen v0.10.1 |
2898 | 2024-05-14T03:32:26.652Z | Documenting crc v3.0.1 |
2899 | 2024-05-14T03:32:27.632Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2900 | 2024-05-14T03:32:28.430Z | Documenting radix_trie v0.2.1 |
2901 | 2024-05-14T03:32:28.923Z | Documenting bitvec v1.0.1 |
2902 | 2024-05-14T03:32:29.546Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2903 | 2024-05-14T03:32:30.392Z | Documenting nodrop v0.1.14 |
2904 | 2024-05-14T03:32:32.026Z | Documenting same-file v1.0.6 |
2905 | 2024-05-14T03:32:32.139Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2906 | 2024-05-14T03:32:33.901Z | Documenting num-bigint-dig v0.8.4 |
2907 | 2024-05-14T03:32:34.218Z | Documenting array-init v0.0.4 |
2908 | 2024-05-14T03:32:35.030Z | Documenting packed_struct v0.10.1 |
2909 | 2024-05-14T03:32:36.099Z | Documenting pkcs1 v0.7.5 |
2910 | 2024-05-14T03:32:36.478Z | Documenting walkdir v2.5.0 |
2911 | 2024-05-14T03:32:38.248Z | Documenting signature v2.1.0 |
2912 | 2024-05-14T03:32:40.774Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2913 | 2024-05-14T03:32:40.946Z | Documenting bitfield v0.14.0 |
2914 | 2024-05-14T03:32:41.193Z | Documenting termcolor v1.2.0 |
2915 | 2024-05-14T03:32:41.799Z | Documenting display-error-chain v0.2.0 |
2916 | 2024-05-14T03:32:42.367Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2917 | 2024-05-14T03:32:42.367Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2918 | 2024-05-14T03:32:42.367Z | | |
2919 | 2024-05-14T03:32:42.367Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2920 | 2024-05-14T03:32:42.367Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2921 | 2024-05-14T03:32:42.367Z | | |
2922 | 2024-05-14T03:32:42.367Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2923 | 2024-05-14T03:32:42.367Z | |
2924 | 2024-05-14T03:32:44.100Z | Documenting serde-hex v0.1.0 |
2925 | 2024-05-14T03:32:44.537Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2926 | 2024-05-14T03:32:44.584Z | Documenting rsa v0.9.2 |
2927 | 2024-05-14T03:32:45.186Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2928 | 2024-05-14T03:32:45.194Z | warning: `nexus-types` (lib doc) generated 1 warning |
2929 | 2024-05-14T03:32:45.194Z | Documenting slog-dtrace v0.3.0 |
2930 | 2024-05-14T03:32:45.588Z | Documenting env_logger v0.10.0 |
2931 | 2024-05-14T03:32:46.095Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2932 | 2024-05-14T03:32:46.266Z | Documenting pem v3.0.4 |
2933 | 2024-05-14T03:32:46.455Z | Documenting x509-cert v0.2.4 |
2934 | 2024-05-14T03:32:49.916Z | Documenting libsw v3.3.1 |
2935 | 2024-05-14T03:32:50.193Z | Documenting ron v0.8.1 |
2936 | 2024-05-14T03:32:50.576Z | Documenting half v2.3.1 |
2937 | 2024-05-14T03:32:50.970Z | Documenting linear-map v1.2.0 |
2938 | 2024-05-14T03:32:52.342Z | Documenting maplit v1.0.2 |
2939 | 2024-05-14T03:32:52.352Z | Documenting crc-any v2.4.3 |
2940 | 2024-05-14T03:32:53.082Z | Documenting owo-colors v4.0.0 |
2941 | 2024-05-14T03:32:53.206Z | Documenting ciborium-io v0.2.2 |
2942 | 2024-05-14T03:32:54.621Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2943 | 2024-05-14T03:32:55.117Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2944 | 2024-05-14T03:32:55.608Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2945 | 2024-05-14T03:32:55.951Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2946 | 2024-05-14T03:32:56.355Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2947 | 2024-05-14T03:32:57.268Z | Documenting headers-core v0.2.0 |
2948 | 2024-05-14T03:32:57.570Z | Documenting ciborium-ll v0.2.2 |
2949 | 2024-05-14T03:32:58.748Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2950 | 2024-05-14T03:32:59.735Z | Documenting path-slash v0.1.5 |
2951 | 2024-05-14T03:33:03.208Z | Documenting ciborium v0.2.2 |
2952 | 2024-05-14T03:33:03.528Z | Documenting headers v0.3.9 |
2953 | 2024-05-14T03:33:03.904Z | Documenting fxhash v0.2.1 |
2954 | 2024-05-14T03:33:04.777Z | Documenting async-recursion v1.1.0 |
2955 | 2024-05-14T03:33:05.403Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2956 | 2024-05-14T03:33:08.068Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2957 | 2024-05-14T03:33:08.864Z | Documenting vte_generate_state_changes v0.1.1 |
2958 | 2024-05-14T03:33:09.898Z | Checking convert_case v0.4.0 |
2959 | 2024-05-14T03:33:10.042Z | Documenting convert_case v0.4.0 |
2960 | 2024-05-14T03:33:10.081Z | Documenting buf-list v1.0.3 |
2961 | 2024-05-14T03:33:10.142Z | Documenting derive_builder_core v0.20.0 |
2962 | 2024-05-14T03:33:11.692Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2963 | 2024-05-14T03:33:13.109Z | Documenting vte v0.11.1 |
2964 | 2024-05-14T03:33:14.431Z | Documenting derive_more v0.99.17 |
2965 | 2024-05-14T03:33:15.387Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2966 | 2024-05-14T03:33:16.995Z | Checking derive_builder_core v0.20.0 |
2967 | 2024-05-14T03:33:17.784Z | Documenting fd-lock v4.0.2 |
2968 | 2024-05-14T03:33:17.906Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2969 | 2024-05-14T03:33:19.615Z | Documenting bitstruct_derive v0.1.0 |
2970 | 2024-05-14T03:33:20.779Z | Documenting pin-project-internal v1.1.3 |
2971 | 2024-05-14T03:33:21.986Z | Documenting ascii v1.1.0 |
2972 | 2024-05-14T03:33:23.061Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2973 | 2024-05-14T03:33:23.130Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2974 | 2024-05-14T03:33:23.508Z | Documenting derive_builder_macro v0.20.0 |
2975 | 2024-05-14T03:33:24.879Z | Documenting bitstruct v0.1.1 |
2976 | 2024-05-14T03:33:25.826Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2977 | 2024-05-14T03:33:26.149Z | Documenting pin-project v1.1.3 |
2978 | 2024-05-14T03:33:28.265Z | Documenting strip-ansi-escapes v0.2.0 |
2979 | 2024-05-14T03:33:28.347Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2980 | 2024-05-14T03:33:28.564Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2981 | 2024-05-14T03:33:28.674Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2982 | 2024-05-14T03:33:30.164Z | Documenting crossbeam-deque v0.8.3 |
2983 | 2024-05-14T03:33:31.445Z | Documenting snafu-derive v0.8.2 |
2984 | 2024-05-14T03:33:32.696Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2985 | 2024-05-14T03:33:33.343Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2986 | 2024-05-14T03:33:34.663Z | Documenting serde_arrays v0.1.0 |
2987 | 2024-05-14T03:33:34.684Z | Documenting erased-serde v0.3.31 |
2988 | 2024-05-14T03:33:34.886Z | Documenting ref-cast-impl v1.0.22 |
2989 | 2024-05-14T03:33:39.597Z | Documenting unicode-xid v0.2.4 |
2990 | 2024-05-14T03:33:39.597Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2991 | 2024-05-14T03:33:39.597Z | Documenting nu-ansi-term v0.50.0 |
2992 | 2024-05-14T03:33:39.609Z | Checking unicode-xid v0.2.4 |
2993 | 2024-05-14T03:33:39.719Z | Documenting snafu v0.8.2 |
2994 | 2024-05-14T03:33:40.101Z | Documenting ref-cast v1.0.22 |
2995 | 2024-05-14T03:33:40.934Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2996 | 2024-05-14T03:33:42.621Z | Documenting const_format_proc_macros v0.2.32 |
2997 | 2024-05-14T03:33:43.844Z | Documenting reedline v0.31.0 |
2998 | 2024-05-14T03:33:43.934Z | Documenting rayon-core v1.12.1 |
2999 | 2024-05-14T03:33:44.263Z | Documenting derive_builder v0.20.0 |
3000 | 2024-05-14T03:33:47.496Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3001 | 2024-05-14T03:33:49.067Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3002 | 2024-05-14T03:33:49.493Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3003 | 2024-05-14T03:33:50.111Z | Documenting libefi-sys v0.1.0 |
3004 | 2024-05-14T03:33:52.870Z | Documenting trust-dns-client v0.22.0 |
3005 | 2024-05-14T03:33:53.301Z | Documenting polar-core v0.27.3 |
3006 | 2024-05-14T03:33:54.001Z | Documenting libxml v0.3.3 |
3007 | 2024-05-14T03:33:54.864Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3008 | 2024-05-14T03:33:56.055Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3009 | 2024-05-14T03:33:56.807Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3010 | 2024-05-14T03:33:57.110Z | Documenting globset v0.4.13 |
3011 | 2024-05-14T03:33:57.186Z | Documenting bb8 v0.8.3 |
3012 | 2024-05-14T03:34:01.201Z | Documenting olpc-cjson v0.1.3 |
3013 | 2024-05-14T03:34:02.057Z | Documenting quick-xml v0.31.0 |
3014 | 2024-05-14T03:34:02.297Z | Documenting serde_plain v1.0.2 |
3015 | 2024-05-14T03:34:03.622Z | Documenting oso-derive v0.27.3 |
3016 | 2024-05-14T03:34:03.853Z | Documenting impl-trait-for-tuples v0.2.2 |
3017 | 2024-05-14T03:34:04.037Z | Documenting typed-path v0.7.0 |
3018 | 2024-05-14T03:34:05.704Z | Documenting keccak v0.1.4 |
3019 | 2024-05-14T03:34:06.924Z | Documenting utf-8 v0.7.6 |
3020 | 2024-05-14T03:34:08.627Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3021 | 2024-05-14T03:34:08.733Z | Documenting samael v0.0.15 |
3022 | 2024-05-14T03:34:09.346Z | Documenting sha3 v0.10.8 |
3023 | 2024-05-14T03:34:09.698Z | Documenting oso v0.27.3 |
3024 | 2024-05-14T03:34:09.983Z | Documenting tough v0.17.1 |
3025 | 2024-05-14T03:34:12.122Z | Documenting tungstenite v0.21.0 |
3026 | 2024-05-14T03:34:12.911Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3027 | 2024-05-14T03:34:14.004Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3028 | 2024-05-14T03:34:15.593Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3029 | 2024-05-14T03:34:16.046Z | Documenting trust-dns-server v0.22.1 |
3030 | 2024-05-14T03:34:18.028Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3031 | 2024-05-14T03:34:19.676Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3032 | 2024-05-14T03:34:22.483Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3033 | 2024-05-14T03:34:23.400Z | Documenting rayon v1.10.0 |
3034 | 2024-05-14T03:34:24.325Z | Documenting const_format v0.2.32 |
3035 | 2024-05-14T03:34:25.894Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3036 | 2024-05-14T03:34:25.947Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3037 | 2024-05-14T03:34:26.361Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3038 | 2024-05-14T03:34:26.572Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3039 | 2024-05-14T03:34:27.201Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3040 | 2024-05-14T03:34:27.337Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3041 | 2024-05-14T03:34:28.937Z | Documenting sled v0.34.7 |
3042 | 2024-05-14T03:34:28.985Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3043 | 2024-05-14T03:34:28.985Z | Documenting fs-err v2.11.0 |
3044 | 2024-05-14T03:34:28.985Z | Documenting nix v0.28.0 |
3045 | 2024-05-14T03:34:32.509Z | Documenting cookie v0.18.1 |
3046 | 2024-05-14T03:34:32.706Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3047 | 2024-05-14T03:34:32.734Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3048 | 2024-05-14T03:34:33.067Z | Documenting secrecy v0.8.0 |
3049 | 2024-05-14T03:34:33.954Z | Documenting gethostname v0.4.3 |
3050 | 2024-05-14T03:34:34.624Z | Documenting peg-macros v0.8.3 |
3051 | 2024-05-14T03:34:34.866Z | Documenting rustversion v1.0.14 |
3052 | 2024-05-14T03:34:35.717Z | Documenting sqlparser_derive v0.2.2 |
3053 | 2024-05-14T03:34:37.855Z | Documenting unicode_categories v0.1.1 |
3054 | 2024-05-14T03:34:37.986Z | Documenting parse-size v1.0.0 |
3055 | 2024-05-14T03:34:39.392Z | Documenting home v0.5.5 |
3056 | 2024-05-14T03:34:39.489Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3057 | 2024-05-14T03:34:40.542Z | Documenting sqlparser v0.45.0 |
3058 | 2024-05-14T03:34:40.832Z | Documenting peg v0.8.3 |
3059 | 2024-05-14T03:34:41.613Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3060 | 2024-05-14T03:34:41.958Z | Documenting castaway v0.2.2 |
3061 | 2024-05-14T03:34:43.059Z | Documenting sqlformat v0.2.3 |
3062 | 2024-05-14T03:34:43.764Z | Documenting rustyline v14.0.0 |
3063 | 2024-05-14T03:34:45.106Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3064 | 2024-05-14T03:34:46.236Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3065 | 2024-05-14T03:34:48.719Z | Documenting tokio-tungstenite v0.21.0 |
3066 | 2024-05-14T03:34:50.386Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3067 | 2024-05-14T03:34:53.200Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3068 | 2024-05-14T03:34:54.676Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3069 | 2024-05-14T03:34:55.127Z | Documenting zone v0.1.8 |
3070 | 2024-05-14T03:34:57.344Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3071 | 2024-05-14T03:34:57.832Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3072 | 2024-05-14T03:34:58.484Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3073 | 2024-05-14T03:34:59.499Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3074 | 2024-05-14T03:35:00.895Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3075 | 2024-05-14T03:35:01.180Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3076 | 2024-05-14T03:35:01.646Z | Documenting portpicker v0.1.1 |
3077 | 2024-05-14T03:35:04.725Z | Documenting universal-hash v0.5.1 |
3078 | 2024-05-14T03:35:06.969Z | Documenting bcs v0.1.6 |
3079 | 2024-05-14T03:35:08.162Z | Documenting kstat-rs v0.2.3 |
3080 | 2024-05-14T03:35:09.382Z | Documenting thiserror-impl-no-std v2.0.2 |
3081 | 2024-05-14T03:35:10.677Z | Documenting curve25519-dalek-derive v0.1.0 |
3082 | 2024-05-14T03:35:19.518Z | Documenting opaque-debug v0.3.0 |
3083 | 2024-05-14T03:35:19.678Z | Documenting highway v1.1.0 |
3084 | 2024-05-14T03:35:19.985Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3085 | 2024-05-14T03:35:20.052Z | Documenting curve25519-dalek v4.1.2 |
3086 | 2024-05-14T03:35:20.246Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3087 | 2024-05-14T03:35:20.480Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3088 | 2024-05-14T03:35:20.522Z | Documenting thiserror-no-std v2.0.2 |
3089 | 2024-05-14T03:35:22.746Z | Documenting poly1305 v0.8.0 |
3090 | 2024-05-14T03:35:23.984Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3091 | 2024-05-14T03:35:24.117Z | Documenting compact_str v0.7.1 |
3092 | 2024-05-14T03:35:30.472Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3093 | 2024-05-14T03:35:30.544Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3094 | 2024-05-14T03:35:30.545Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3095 | 2024-05-14T03:35:30.545Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3096 | 2024-05-14T03:35:30.545Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3097 | 2024-05-14T03:35:30.545Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3098 | 2024-05-14T03:35:34.141Z | Documenting portable-atomic v1.4.3 |
3099 | 2024-05-14T03:35:34.589Z | Documenting ed25519 v1.5.3 |
3100 | 2024-05-14T03:35:35.837Z | Documenting memoffset v0.7.1 |
3101 | 2024-05-14T03:35:38.039Z | Documenting unicase v2.7.0 |
3102 | 2024-05-14T03:35:38.206Z | Documenting rcgen v0.12.1 |
3103 | 2024-05-14T03:35:39.316Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3104 | 2024-05-14T03:35:42.156Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3105 | 2024-05-14T03:35:42.826Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3106 | 2024-05-14T03:35:44.907Z | Documenting atomicwrites v0.4.3 |
3107 | 2024-05-14T03:35:45.921Z | warning: could not parse code block as Rust code |
3108 | 2024-05-14T03:35:45.921Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3109 | 2024-05-14T03:35:45.921Z | | |
3110 | 2024-05-14T03:35:45.921Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3111 | 2024-05-14T03:35:45.921Z | 247 | | /// |
3112 | 2024-05-14T03:35:45.921Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3113 | 2024-05-14T03:35:45.921Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3114 | 2024-05-14T03:35:45.921Z | ... | |
3115 | 2024-05-14T03:35:45.921Z | 277 | | /// |
3116 | 2024-05-14T03:35:45.921Z | 278 | | /// Will be parsed as `this string has " in it`. |
3117 | 2024-05-14T03:35:45.922Z | | |________________________________________________________^ |
3118 | 2024-05-14T03:35:45.922Z | | |
3119 | 2024-05-14T03:35:45.922Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3120 | 2024-05-14T03:35:45.922Z | = note: error from rustc: unknown start of token: \ |
3121 | 2024-05-14T03:35:45.922Z | = note: error from rustc: unknown start of token: \ |
3122 | 2024-05-14T03:35:45.922Z | = note: error from rustc: unknown start of token: \ |
3123 | 2024-05-14T03:35:45.922Z | = note: error from rustc: unknown start of token: \ |
3124 | 2024-05-14T03:35:45.922Z | = note: error from rustc: unknown start of token: \ |
3125 | 2024-05-14T03:35:45.922Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3126 | 2024-05-14T03:35:45.922Z | |
3127 | 2024-05-14T03:35:46.900Z | Documenting chacha20 v0.9.1 |
3128 | 2024-05-14T03:35:47.866Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3129 | 2024-05-14T03:35:47.871Z | Documenting lru v0.12.1 |
3130 | 2024-05-14T03:35:47.911Z | Documenting aead v0.5.2 |
3131 | 2024-05-14T03:35:48.106Z | Documenting rand_seeder v0.2.3 |
3132 | 2024-05-14T03:35:49.985Z | Documenting nanorand v0.7.0 |
3133 | 2024-05-14T03:35:56.757Z | Documenting subprocess v0.2.9 |
3134 | 2024-05-14T03:35:56.772Z | Documenting stability v0.2.0 |
3135 | 2024-05-14T03:35:56.773Z | Documenting number_prefix v0.4.0 |
3136 | 2024-05-14T03:35:56.773Z | Documenting glob v0.3.1 |
3137 | 2024-05-14T03:35:56.773Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3138 | 2024-05-14T03:36:03.084Z | Documenting cassowary v0.3.0 |
3139 | 2024-05-14T03:36:03.537Z | Documenting indicatif v0.17.8 |
3140 | 2024-05-14T03:36:03.583Z | Documenting chacha20poly1305 v0.10.1 |
3141 | 2024-05-14T03:36:03.648Z | Documenting flume v0.11.0 |
3142 | 2024-05-14T03:36:03.860Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3143 | 2024-05-14T03:36:04.097Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3144 | 2024-05-14T03:36:04.296Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3145 | 2024-05-14T03:36:07.516Z | Documenting ratatui v0.26.2 |
3146 | 2024-05-14T03:36:08.294Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3147 | 2024-05-14T03:36:20.080Z | Documenting mime_guess v2.0.4 |
3148 | 2024-05-14T03:36:20.104Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3149 | 2024-05-14T03:36:20.105Z | Documenting salty v0.2.0 |
3150 | 2024-05-14T03:36:20.105Z | Documenting vsss-rs v3.3.4 |
3151 | 2024-05-14T03:36:20.105Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3152 | 2024-05-14T03:36:21.302Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3153 | 2024-05-14T03:36:22.402Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3154 | 2024-05-14T03:36:23.207Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3155 | 2024-05-14T03:36:23.648Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3156 | 2024-05-14T03:36:25.192Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3157 | 2024-05-14T03:36:25.200Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3158 | 2024-05-14T03:36:25.276Z | Documenting serde-big-array v0.5.1 |
3159 | 2024-05-14T03:36:25.679Z | Documenting rtoolbox v0.0.1 |
3160 | 2024-05-14T03:36:27.683Z | Documenting smawk v0.3.1 |
3161 | 2024-05-14T03:36:28.027Z | Documenting is_ci v1.2.0 |
3162 | 2024-05-14T03:36:29.692Z | Documenting unicode-linebreak v0.1.5 |
3163 | 2024-05-14T03:36:30.062Z | Documenting http-range v0.1.5 |
3164 | 2024-05-14T03:36:30.933Z | Documenting rpassword v7.3.1 |
3165 | 2024-05-14T03:36:31.819Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3166 | 2024-05-14T03:36:33.049Z | Documenting supports-color v3.0.0 |
3167 | 2024-05-14T03:36:33.411Z | Documenting textwrap v0.16.1 |
3168 | 2024-05-14T03:36:34.497Z | Documenting hyper-staticfile v0.9.5 |
3169 | 2024-05-14T03:36:35.354Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3170 | 2024-05-14T03:36:37.415Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3171 | 2024-05-14T03:36:38.534Z | Documenting tui-tree-widget v0.19.0 |
3172 | 2024-05-14T03:36:39.530Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3173 | 2024-05-14T03:36:40.531Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3174 | 2024-05-14T03:36:41.446Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3175 | 2024-05-14T03:36:43.519Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3176 | 2024-05-14T03:36:45.442Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3177 | 2024-05-14T03:36:45.824Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3178 | 2024-05-14T03:36:46.150Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3179 | 2024-05-14T03:36:46.453Z | Documenting signal-hook-tokio v0.3.1 |
3180 | 2024-05-14T03:36:46.653Z | Documenting memmap2 v0.7.1 |
3181 | 2024-05-14T03:36:46.714Z | Documenting arrayvec v0.7.4 |
3182 | 2024-05-14T03:36:47.721Z | Documenting corncobs v0.1.3 |
3183 | 2024-05-14T03:36:50.116Z | Documenting shell-words v1.1.0 |
3184 | 2024-05-14T03:36:50.976Z | Documenting arrayref v0.3.7 |
3185 | 2024-05-14T03:36:51.311Z | Documenting constant_time_eq v0.3.0 |
3186 | 2024-05-14T03:36:51.944Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3187 | 2024-05-14T03:36:53.752Z | warning: unresolved link to `test_sled_transitions` |
3188 | 2024-05-14T03:36:53.752Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3189 | 2024-05-14T03:36:53.753Z | | |
3190 | 2024-05-14T03:36:53.753Z | 698 | /// [`test_sled_transitions`]. |
3191 | 2024-05-14T03:36:53.753Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3192 | 2024-05-14T03:36:53.753Z | | |
3193 | 2024-05-14T03:36:53.753Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3194 | 2024-05-14T03:36:53.753Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3195 | 2024-05-14T03:36:53.753Z | |
3196 | 2024-05-14T03:36:53.757Z | warning: unresolved link to `test_sled_transitions` |
3197 | 2024-05-14T03:36:53.757Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3198 | 2024-05-14T03:36:53.758Z | | |
3199 | 2024-05-14T03:36:53.758Z | 734 | /// [`test_sled_transitions`]. |
3200 | 2024-05-14T03:36:53.758Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3201 | 2024-05-14T03:36:53.758Z | | |
3202 | 2024-05-14T03:36:53.758Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3203 | 2024-05-14T03:36:53.758Z | |
3204 | 2024-05-14T03:36:53.758Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3205 | 2024-05-14T03:36:53.759Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3206 | 2024-05-14T03:36:53.759Z | | |
3207 | 2024-05-14T03:36:53.759Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3208 | 2024-05-14T03:36:53.759Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3209 | 2024-05-14T03:36:53.759Z | |
3210 | 2024-05-14T03:36:53.956Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3211 | 2024-05-14T03:36:54.234Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3212 | 2024-05-14T03:36:54.699Z | Documenting blake3 v1.5.0 |
3213 | 2024-05-14T03:36:55.400Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3214 | 2024-05-14T03:36:57.307Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3215 | 2024-05-14T03:36:58.441Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3216 | 2024-05-14T03:36:59.371Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3217 | 2024-05-14T03:37:11.845Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3218 | 2024-05-14T03:37:18.477Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3219 | 2024-05-14T03:37:18.525Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3220 | 2024-05-14T03:37:18.525Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3221 | 2024-05-14T03:37:18.526Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3222 | 2024-05-14T03:37:18.982Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3223 | 2024-05-14T03:37:19.706Z | warning: unresolved link to `BlueprintDisksConfig` |
3224 | 2024-05-14T03:37:19.707Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1128:55 |
3225 | 2024-05-14T03:37:19.707Z | | |
3226 | 2024-05-14T03:37:19.707Z | 1128 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3227 | 2024-05-14T03:37:19.707Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3228 | 2024-05-14T03:37:19.707Z | | |
3229 | 2024-05-14T03:37:19.707Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3230 | 2024-05-14T03:37:19.707Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3231 | 2024-05-14T03:37:19.707Z | |
3232 | 2024-05-14T03:37:20.774Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3233 | 2024-05-14T03:37:20.774Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3234 | 2024-05-14T03:37:22.033Z | warning: unclosed HTML tag `usize` |
3235 | 2024-05-14T03:37:22.033Z | --> wicket/src/ui/panes/update.rs:153:19 |
3236 | 2024-05-14T03:37:22.033Z | | |
3237 | 2024-05-14T03:37:22.034Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3238 | 2024-05-14T03:37:22.034Z | | ^^^^^^^ |
3239 | 2024-05-14T03:37:22.034Z | | |
3240 | 2024-05-14T03:37:22.034Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3241 | 2024-05-14T03:37:22.034Z | |
3242 | 2024-05-14T03:37:22.976Z | Documenting fatfs v0.3.6 |
3243 | 2024-05-14T03:37:23.466Z | warning: `wicket` (lib doc) generated 1 warning |
3244 | 2024-05-14T03:37:23.469Z | Documenting assert_matches v1.5.0 |
3245 | 2024-05-14T03:37:26.451Z | Documenting topological-sort v0.2.2 |
3246 | 2024-05-14T03:37:28.849Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3247 | 2024-05-14T03:37:30.068Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3248 | 2024-05-14T03:37:30.882Z | Documenting omicron-zone-package v0.11.0 |
3249 | 2024-05-14T03:37:34.237Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3250 | 2024-05-14T03:37:34.238Z | --> sled-agent/src/sim/instance.rs:46:7 |
3251 | 2024-05-14T03:37:34.238Z | | |
3252 | 2024-05-14T03:37:34.238Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3253 | 2024-05-14T03:37:34.238Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3254 | 2024-05-14T03:37:34.238Z | | |
3255 | 2024-05-14T03:37:34.238Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3256 | 2024-05-14T03:37:34.238Z | |
3257 | 2024-05-14T03:37:38.310Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3258 | 2024-05-14T03:37:38.333Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3259 | 2024-05-14T03:37:40.494Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3260 | 2024-05-14T03:37:41.465Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3261 | 2024-05-14T03:37:42.046Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3262 | 2024-05-14T03:37:42.065Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3263 | 2024-05-14T03:37:45.400Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3264 | 2024-05-14T03:37:46.276Z | Documenting uzers v0.11.3 |
3265 | 2024-05-14T03:37:47.219Z | Documenting termios v0.3.3 |
3266 | 2024-05-14T03:37:50.267Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3267 | 2024-05-14T03:37:51.508Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3268 | 2024-05-14T03:37:51.705Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3269 | 2024-05-14T03:37:52.744Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3270 | 2024-05-14T03:37:57.054Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3271 | 2024-05-14T03:38:03.093Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3272 | 2024-05-14T03:38:11.210Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3273 | 2024-05-14T03:38:27.441Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3274 | 2024-05-14T03:38:33.524Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3275 | 2024-05-14T03:38:34.265Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3276 | 2024-05-14T03:38:41.932Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3277 | 2024-05-14T03:38:43.305Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3278 | 2024-05-14T03:38:43.492Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3279 | 2024-05-14T03:38:48.325Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3280 | 2024-05-14T03:38:52.155Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3281 | 2024-05-14T03:39:14.586Z | warning: unresolved link to `Nexus` |
3282 | 2024-05-14T03:39:14.586Z | --> nexus/src/app/instance_network.rs:280:34 |
3283 | 2024-05-14T03:39:14.587Z | | |
3284 | 2024-05-14T03:39:14.587Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3285 | 2024-05-14T03:39:14.587Z | | ^^^^^ no item named `Nexus` in scope |
3286 | 2024-05-14T03:39:14.588Z | | |
3287 | 2024-05-14T03:39:14.588Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3288 | 2024-05-14T03:39:14.588Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3289 | 2024-05-14T03:39:14.588Z | |
3290 | 2024-05-14T03:39:14.589Z | warning: unresolved link to `Nexus` |
3291 | 2024-05-14T03:39:14.589Z | --> nexus/src/app/instance_network.rs:458:34 |
3292 | 2024-05-14T03:39:14.589Z | | |
3293 | 2024-05-14T03:39:14.589Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3294 | 2024-05-14T03:39:14.600Z | | ^^^^^ no item named `Nexus` in scope |
3295 | 2024-05-14T03:39:14.600Z | | |
3296 | 2024-05-14T03:39:14.600Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3297 | 2024-05-14T03:39:14.600Z | |
3298 | 2024-05-14T03:39:14.601Z | warning: unresolved link to `VolumeConstructionRequest` |
3299 | 2024-05-14T03:39:14.601Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3300 | 2024-05-14T03:39:14.601Z | | |
3301 | 2024-05-14T03:39:14.601Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3302 | 2024-05-14T03:39:14.601Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3303 | 2024-05-14T03:39:14.601Z | | |
3304 | 2024-05-14T03:39:14.601Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3305 | 2024-05-14T03:39:14.601Z | |
3306 | 2024-05-14T03:39:14.601Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3307 | 2024-05-14T03:39:14.601Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3308 | 2024-05-14T03:39:14.601Z | | |
3309 | 2024-05-14T03:39:14.601Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3310 | 2024-05-14T03:39:14.602Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3311 | 2024-05-14T03:39:14.602Z | |
3312 | 2024-05-14T03:39:14.602Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3313 | 2024-05-14T03:39:14.602Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3314 | 2024-05-14T03:39:14.602Z | | |
3315 | 2024-05-14T03:39:14.603Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3316 | 2024-05-14T03:39:14.603Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3317 | 2024-05-14T03:39:14.603Z | |
3318 | 2024-05-14T03:39:14.603Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3319 | 2024-05-14T03:39:14.603Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3320 | 2024-05-14T03:39:14.604Z | | |
3321 | 2024-05-14T03:39:14.604Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3322 | 2024-05-14T03:39:14.604Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3323 | 2024-05-14T03:39:14.604Z | |
3324 | 2024-05-14T03:39:14.605Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3325 | 2024-05-14T03:39:14.605Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3326 | 2024-05-14T03:39:14.605Z | | |
3327 | 2024-05-14T03:39:14.605Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3328 | 2024-05-14T03:39:14.605Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3329 | 2024-05-14T03:39:14.605Z | |
3330 | 2024-05-14T03:39:14.606Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3331 | 2024-05-14T03:39:14.606Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3332 | 2024-05-14T03:39:14.606Z | | |
3333 | 2024-05-14T03:39:14.606Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3334 | 2024-05-14T03:39:14.606Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3335 | 2024-05-14T03:39:14.606Z | |
3336 | 2024-05-14T03:39:14.606Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3337 | 2024-05-14T03:39:14.606Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3338 | 2024-05-14T03:39:14.606Z | | |
3339 | 2024-05-14T03:39:14.606Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3340 | 2024-05-14T03:39:14.606Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3341 | 2024-05-14T03:39:14.606Z | |
3342 | 2024-05-14T03:39:17.703Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3343 | 2024-05-14T03:39:34.807Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 53s |
3344 | 2024-05-14T03:39:35.290Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3345 | 2024-05-14T03:39:35.290Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3346 | 2024-05-14T03:39:35.290Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3347 | 2024-05-14T03:39:35.290Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3348 | 2024-05-14T03:39:35.290Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3349 | 2024-05-14T03:39:35.290Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3350 | 2024-05-14T03:39:35.291Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3351 | 2024-05-14T03:39:35.291Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3352 | 2024-05-14T03:39:35.291Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3353 | 2024-05-14T03:39:35.291Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3354 | 2024-05-14T03:39:35.291Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3355 | 2024-05-14T03:39:35.291Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3356 | 2024-05-14T03:39:35.308Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3357 | 2024-05-14T03:39:35.308Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3358 | 2024-05-14T03:39:35.309Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3359 | 2024-05-14T03:39:35.309Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3360 | 2024-05-14T03:39:35.309Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3361 | 2024-05-14T03:39:35.309Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3362 | 2024-05-14T03:39:35.309Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3363 | 2024-05-14T03:39:35.310Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3364 | 2024-05-14T03:39:35.310Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3365 | 2024-05-14T03:39:35.310Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3366 | 2024-05-14T03:39:35.310Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3367 | 2024-05-14T03:39:35.310Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3368 | 2024-05-14T03:39:35.311Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3369 | 2024-05-14T03:39:35.311Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3370 | 2024-05-14T03:39:35.311Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3371 | 2024-05-14T03:39:35.311Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3372 | 2024-05-14T03:39:35.311Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3373 | 2024-05-14T03:39:35.311Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3374 | 2024-05-14T03:39:35.311Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3375 | 2024-05-14T03:39:35.311Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3376 | 2024-05-14T03:39:35.312Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3377 | 2024-05-14T03:39:35.312Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3378 | 2024-05-14T03:39:35.312Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3379 | 2024-05-14T03:39:35.312Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3380 | 2024-05-14T03:39:35.312Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3381 | 2024-05-14T03:39:35.312Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3382 | 2024-05-14T03:39:35.313Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3383 | 2024-05-14T03:39:35.313Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3384 | 2024-05-14T03:39:35.313Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3385 | 2024-05-14T03:39:35.313Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3386 | 2024-05-14T03:39:35.314Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3387 | 2024-05-14T03:39:35.314Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3388 | 2024-05-14T03:39:35.314Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3389 | 2024-05-14T03:39:35.314Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3390 | 2024-05-14T03:39:35.314Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3391 | 2024-05-14T03:39:35.314Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3392 | 2024-05-14T03:39:35.315Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3393 | 2024-05-14T03:39:35.315Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3394 | 2024-05-14T03:39:35.315Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3395 | 2024-05-14T03:39:35.315Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3396 | 2024-05-14T03:39:35.315Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3397 | 2024-05-14T03:39:35.315Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3398 | 2024-05-14T03:39:35.315Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3399 | 2024-05-14T03:39:35.315Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3400 | 2024-05-14T03:39:35.315Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3401 | 2024-05-14T03:39:35.315Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3402 | 2024-05-14T03:39:35.316Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3403 | 2024-05-14T03:39:35.316Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3404 | 2024-05-14T03:39:35.316Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3405 | 2024-05-14T03:39:35.316Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3406 | 2024-05-14T03:39:35.316Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3407 | 2024-05-14T03:39:35.316Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3408 | 2024-05-14T03:39:35.316Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3409 | 2024-05-14T03:39:35.316Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3410 | 2024-05-14T03:39:35.316Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3411 | 2024-05-14T03:39:35.316Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3412 | 2024-05-14T03:39:35.317Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3413 | 2024-05-14T03:39:35.317Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3414 | 2024-05-14T03:39:35.317Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3415 | 2024-05-14T03:39:35.317Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3416 | 2024-05-14T03:39:35.317Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3417 | 2024-05-14T03:39:35.317Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3418 | 2024-05-14T03:39:35.317Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3419 | 2024-05-14T03:39:35.317Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3420 | 2024-05-14T03:39:35.317Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3421 | 2024-05-14T03:39:35.318Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3422 | 2024-05-14T03:39:35.318Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3423 | 2024-05-14T03:39:35.318Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3424 | 2024-05-14T03:39:35.318Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3425 | 2024-05-14T03:39:35.318Z | |
3426 | 2024-05-14T03:39:35.318Z | real 12:53.921438928 |
3427 | 2024-05-14T03:39:35.318Z | user 36:18.383963269 |
3428 | 2024-05-14T03:39:35.318Z | sys 54:10.895833262 |
3429 | 2024-05-14T03:39:35.318Z | trap 1.060715126 |
3430 | 2024-05-14T03:39:35.318Z | tflt 0.116995892 |
3431 | 2024-05-14T03:39:35.318Z | dflt 0.489214098 |
3432 | 2024-05-14T03:39:35.319Z | kflt 0.000072186 |
3433 | 2024-05-14T03:39:35.319Z | lock 3:29:05.843694215 |
3434 | 2024-05-14T03:39:35.319Z | slp 3:33:10.500745775 |
3435 | 2024-05-14T03:39:35.319Z | lat 4:22.582170178 |
3436 | 2024-05-14T03:39:35.319Z | stop 2:02.444580259 |
3437 | 2024-05-14T03:39:35.320Z | process exited: duration 1456722 ms, exit code 0 |
|
3438 | 2024-05-14T03:39:35.340Z | found 0 output files |