|
|
|
1 | 2024-05-06T17:55:24.067Z | job assigned to worker 01HX7GNSQSJ4Z875CGK5QTN3F8 (queued for 1 m 0 s) |
|
2 | 2024-05-06T17:55:31.691Z | starting task 0: "setup" |
3 | 2024-05-06T17:55:31.749Z | ++ uname -s |
4 | 2024-05-06T17:55:31.762Z | + kern=SunOS |
5 | 2024-05-06T17:55:31.763Z | + case "$kern" in |
6 | 2024-05-06T17:55:31.763Z | + groupadd -g 12345 build |
7 | 2024-05-06T17:55:31.763Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-06T17:55:34.174Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-06T17:55:34.180Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-06T17:55:34.180Z | + home_fs=zfs |
11 | 2024-05-06T17:55:34.180Z | + [[ zfs == autofs ]] |
12 | 2024-05-06T17:55:34.180Z | + mkdir -p /home/build |
13 | 2024-05-06T17:55:34.180Z | + chown build:build /home/build /work |
14 | 2024-05-06T17:55:35.910Z | + chmod 0700 /home/build /work |
15 | 2024-05-06T17:55:35.918Z | process exited: duration 4228 ms, exit code 0 |
|
16 | 2024-05-06T17:55:35.940Z | starting task 1: "rust-toolchain" |
17 | 2024-05-06T17:55:35.954Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-06T17:55:35.955Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-06T17:55:36.075Z | info: downloading installer |
20 | 2024-05-06T17:55:37.651Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-06T17:55:37.651Z | warning: /opt/ooce/bin |
22 | 2024-05-06T17:55:37.651Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-06T17:55:37.651Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-06T17:55:37.651Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-06T17:55:37.651Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-06T17:55:37.652Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-06T17:55:37.652Z | error: cannot install while Rust is installed |
28 | 2024-05-06T17:55:37.652Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-06T17:55:37.755Z | info: profile set to 'default' |
30 | 2024-05-06T17:55:37.755Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-06T17:55:37.783Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-06T17:55:37.880Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-06T17:55:37.880Z | info: downloading component 'cargo' |
34 | 2024-05-06T17:55:38.641Z | info: downloading component 'clippy' |
35 | 2024-05-06T17:55:38.910Z | info: downloading component 'rust-docs' |
36 | 2024-05-06T17:55:39.899Z | info: downloading component 'rust-std' |
37 | 2024-05-06T17:55:41.642Z | info: downloading component 'rustc' |
38 | 2024-05-06T17:55:45.935Z | info: downloading component 'rustfmt' |
39 | 2024-05-06T17:55:46.244Z | info: installing component 'cargo' |
40 | 2024-05-06T17:55:47.076Z | info: installing component 'clippy' |
41 | 2024-05-06T17:55:47.448Z | info: installing component 'rust-docs' |
42 | 2024-05-06T17:55:48.845Z | info: installing component 'rust-std' |
43 | 2024-05-06T17:55:50.702Z | info: installing component 'rustc' |
44 | 2024-05-06T17:55:54.802Z | info: installing component 'rustfmt' |
45 | 2024-05-06T17:55:55.151Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-06T17:55:55.151Z | |
47 | 2024-05-06T17:55:55.425Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-06T17:55:55.425Z | |
49 | 2024-05-06T17:55:55.434Z | |
50 | 2024-05-06T17:55:55.434Z | Rust is installed now. Great! |
51 | 2024-05-06T17:55:55.434Z | |
52 | 2024-05-06T17:55:55.434Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-06T17:55:55.434Z | environment variable. This has not been done automatically. |
54 | 2024-05-06T17:55:55.435Z | |
55 | 2024-05-06T17:55:55.435Z | To configure your current shell, you need to source |
56 | 2024-05-06T17:55:55.435Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-06T17:55:55.435Z | |
58 | 2024-05-06T17:55:55.435Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-06T17:55:55.435Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-06T17:55:55.436Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-06T17:55:55.496Z | + rustc --version |
62 | 2024-05-06T17:55:55.566Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-06T17:55:55.582Z | process exited: duration 19624 ms, exit code 0 |
|
64 | 2024-05-06T17:55:55.602Z | starting task 2: "authentication" |
65 | 2024-05-06T17:55:55.636Z | process exited: duration 37 ms, exit code 0 |
|
66 | 2024-05-06T17:55:55.643Z | starting task 3: "clone repository" |
67 | 2024-05-06T17:55:55.648Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-06T17:55:55.651Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-06T17:55:55.803Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-06T17:56:04.271Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-06T17:56:04.272Z | + git fetch origin 0d311ea1351d058f8dca774225a5a54f0bdd62c1 |
72 | 2024-05-06T17:56:04.632Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-06T17:56:04.632Z | * branch 0d311ea1351d058f8dca774225a5a54f0bdd62c1 -> FETCH_HEAD |
74 | 2024-05-06T17:56:04.642Z | + [[ -n api-typo ]] |
75 | 2024-05-06T17:56:04.642Z | ++ git branch --show-current |
76 | 2024-05-06T17:56:04.642Z | + current=main |
77 | 2024-05-06T17:56:04.642Z | + [[ main != api-typo ]] |
78 | 2024-05-06T17:56:04.642Z | + git branch -f api-typo 0d311ea1351d058f8dca774225a5a54f0bdd62c1 |
79 | 2024-05-06T17:56:04.650Z | + git checkout -f api-typo |
80 | 2024-05-06T17:56:04.765Z | Switched to branch 'api-typo' |
81 | 2024-05-06T17:56:04.770Z | + git reset --hard 0d311ea1351d058f8dca774225a5a54f0bdd62c1 |
82 | 2024-05-06T17:56:04.783Z | HEAD is now at 0d311ea13 API typos |
83 | 2024-05-06T17:56:04.790Z | process exited: duration 9137 ms, exit code 0 |
|
84 | 2024-05-06T17:56:04.804Z | starting task 4: "build" |
85 | 2024-05-06T17:56:04.811Z | + cargo --version |
86 | 2024-05-06T17:56:04.816Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-06T17:56:04.964Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-06T17:56:04.964Z | info: downloading component 'cargo' |
89 | 2024-05-06T17:56:05.758Z | info: downloading component 'clippy' |
90 | 2024-05-06T17:56:06.019Z | info: downloading component 'rust-docs' |
91 | 2024-05-06T17:56:07.086Z | info: downloading component 'rust-std' |
92 | 2024-05-06T17:56:08.647Z | info: downloading component 'rustc' |
93 | 2024-05-06T17:56:12.850Z | info: downloading component 'rustfmt' |
94 | 2024-05-06T17:56:13.089Z | info: installing component 'cargo' |
95 | 2024-05-06T17:56:13.905Z | info: installing component 'clippy' |
96 | 2024-05-06T17:56:14.248Z | info: installing component 'rust-docs' |
97 | 2024-05-06T17:56:15.646Z | info: installing component 'rust-std' |
98 | 2024-05-06T17:56:17.274Z | info: installing component 'rustc' |
99 | 2024-05-06T17:56:21.344Z | info: installing component 'rustfmt' |
100 | 2024-05-06T17:56:21.735Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-06T17:56:21.747Z | + rustc --version |
102 | 2024-05-06T17:56:21.803Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-06T17:56:21.807Z | + source ./env.sh |
104 | 2024-05-06T17:56:21.810Z | ++ set -o xtrace |
105 | 2024-05-06T17:56:21.810Z | ++++ dirname ./env.sh |
106 | 2024-05-06T17:56:21.813Z | +++ readlink -f . |
107 | 2024-05-06T17:56:21.915Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-05-06T17:56:21.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 |
109 | 2024-05-06T17:56:21.923Z | ++ 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-06T17:56:21.924Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-05-06T17:56:21.924Z | ++ 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-06T17:56:21.924Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2024-05-06T17:56:21.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 |
114 | 2024-05-06T17:56:21.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 |
115 | 2024-05-06T17:56:21.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 |
116 | 2024-05-06T17:56:21.924Z | ++ unset OMICRON_WS |
117 | 2024-05-06T17:56:21.924Z | ++ set +o xtrace |
118 | 2024-05-06T17:56:22.023Z | |
119 | 2024-05-06T17:56:22.023Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-05-06T17:56:22.023Z | # # # # # # # # # # # # # # # |
121 | 2024-05-06T17:56:22.023Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-05-06T17:56:22.023Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-05-06T17:56:22.023Z | # # # # # # # # # # # # # # # |
124 | 2024-05-06T17:56:22.023Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-05-06T17:56:22.023Z | |
126 | 2024-05-06T17:56:34.737Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-05-06T17:56:37.057Z | Planning: Solver setup ... Done (0.940s) |
128 | 2024-05-06T17:56:37.071Z | Planning: Running solver ... Done (0.017s) |
129 | 2024-05-06T17:56:37.107Z | Planning: Finding local manifests ... Done (0.003s) |
130 | 2024-05-06T17:56:37.113Z | Planning: Fetching manifests: 0/4 0% complete |
131 | 2024-05-06T17:56:37.494Z | Planning: Fetching manifests: 4/4 100% complete |
132 | 2024-05-06T17:56:37.542Z | Planning: Package planning ... Done (0.048s) |
133 | 2024-05-06T17:56:37.592Z | Planning: Merging actions ... Done (0.051s) |
134 | 2024-05-06T17:56:38.790Z | Planning: Checking for conflicting actions ... Done (1.196s) |
135 | 2024-05-06T17:56:38.801Z | Planning: Consolidating action changes ... Done (0.011s) |
136 | 2024-05-06T17:56:44.482Z | Planning: Evaluating mediators ... Done (5.680s) |
137 | 2024-05-06T17:56:44.489Z | Planning: Planning completed in 9.75 seconds |
138 | 2024-05-06T17:56:45.431Z | Packages to install: 4 |
139 | 2024-05-06T17:56:45.431Z | Mediators to change: 2 |
140 | 2024-05-06T17:56:45.431Z | Services to change: 1 |
141 | 2024-05-06T17:56:45.431Z | Estimated space available: 155.31 GB |
142 | 2024-05-06T17:56:45.431Z | Estimated space to be consumed: 1.44 GB |
143 | 2024-05-06T17:56:45.432Z | Create boot environment: No |
144 | 2024-05-06T17:56:45.432Z | Create backup boot environment: No |
145 | 2024-05-06T17:56:45.439Z | Rebuild boot archive: No |
146 | 2024-05-06T17:56:45.440Z | |
147 | 2024-05-06T17:56:45.440Z | Changed mediators: |
148 | 2024-05-06T17:56:45.440Z | mediator clang: |
149 | 2024-05-06T17:56:45.440Z | version: None -> 15 (system default) |
150 | 2024-05-06T17:56:45.440Z | |
151 | 2024-05-06T17:56:45.440Z | mediator llvm: |
152 | 2024-05-06T17:56:45.440Z | version: 14 (system default) -> 15 (system default) |
153 | 2024-05-06T17:56:45.440Z | |
154 | 2024-05-06T17:56:45.441Z | Changed packages: |
155 | 2024-05-06T17:56:45.441Z | helios-dev |
156 | 2024-05-06T17:56:45.441Z | developer/build-essential |
157 | 2024-05-06T17:56:45.441Z | None -> 11-2.0 |
158 | 2024-05-06T17:56:45.441Z | library/libxmlsec1 |
159 | 2024-05-06T17:56:45.441Z | None -> 1.2.35-2.0 |
160 | 2024-05-06T17:56:45.441Z | ooce/developer/clang-15 |
161 | 2024-05-06T17:56:45.441Z | None -> 15.0.7-2.0 |
162 | 2024-05-06T17:56:45.441Z | ooce/developer/llvm-15 |
163 | 2024-05-06T17:56:45.442Z | None -> 15.0.7-2.0 |
164 | 2024-05-06T17:56:45.442Z | |
165 | 2024-05-06T17:56:45.442Z | Services: |
166 | 2024-05-06T17:56:45.442Z | restart_fmri: |
167 | 2024-05-06T17:56:45.442Z | svc:/system/update-man-index:default |
168 | 2024-05-06T17:56:45.468Z | |
169 | 2024-05-06T17:56:45.468Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
170 | 2024-05-06T17:56:50.469Z | Download: 992/3290 items 19.5/212.6MB 9% complete (4.0M/s) |
171 | 2024-05-06T17:56:55.485Z | Download: 1698/3290 items 118.0/212.6MB 55% complete (12.1M/s) |
172 | 2024-05-06T17:57:06.141Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (11.4M/s) |
173 | 2024-05-06T17:57:13.025Z | Download: Completed 212.60 MB in 24.93 seconds (8.5M/s) |
174 | 2024-05-06T17:57:13.049Z | Actions: 1/3689 actions (Installing new actions) |
175 | 2024-05-06T17:57:15.763Z | Actions: Completed 3689 actions in 4.97 seconds. |
176 | 2024-05-06T17:57:16.036Z | Done (0.278s) |
177 | 2024-05-06T17:57:16.036Z | Done (0.000s) |
178 | 2024-05-06T17:57:16.316Z | Done (0.280s) |
179 | 2024-05-06T17:57:21.559Z | Done (5.089s) |
180 | 2024-05-06T17:57:21.698Z | Done (0.071s) |
181 | 2024-05-06T17:57:21.701Z | Done (0.000s) |
182 | 2024-05-06T17:57:21.865Z | Done (0.000s) |
183 | 2024-05-06T17:57:22.275Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-05-06T17:57:22.437Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-05-06T17:57:22.440Z | Planning: Consolidating action changes ... Done |
186 | 2024-05-06T17:57:22.701Z | Planning: Evaluating mediators ... Done |
187 | 2024-05-06T17:57:22.704Z | Planning: Planning completed in 0.43 seconds |
188 | 2024-05-06T17:57:22.737Z | Mediators to change: 2 |
189 | 2024-05-06T17:57:22.738Z | Create boot environment: No |
190 | 2024-05-06T17:57:22.738Z | Create backup boot environment: No |
191 | 2024-05-06T17:57:22.815Z | Done |
192 | 2024-05-06T17:57:22.815Z | Done |
193 | 2024-05-06T17:57:23.027Z | Done |
194 | 2024-05-06T17:57:26.603Z | Done |
195 | 2024-05-06T17:57:26.690Z | Done |
196 | 2024-05-06T17:57:26.690Z | Done |
197 | 2024-05-06T17:57:26.796Z | Done |
198 | 2024-05-06T17:57:27.406Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-05-06T17:57:27.412Z | Planning: Merging actions ... Done |
200 | 2024-05-06T17:57:27.597Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-05-06T17:57:27.602Z | Planning: Consolidating action changes ... Done |
202 | 2024-05-06T17:57:27.858Z | Planning: Evaluating mediators ... Done |
203 | 2024-05-06T17:57:27.919Z | Planning: Planning completed in 0.75 seconds |
204 | 2024-05-06T17:57:27.958Z | Packages to change: 1 |
205 | 2024-05-06T17:57:27.959Z | Mediators to change: 1 |
206 | 2024-05-06T17:57:27.965Z | Services to change: 1 |
207 | 2024-05-06T17:57:27.965Z | Create boot environment: No |
208 | 2024-05-06T17:57:27.966Z | Create backup boot environment: Yes |
209 | 2024-05-06T17:57:29.938Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-05-06T17:57:29.983Z | Actions: Completed 6 actions in 0.05 seconds. |
211 | 2024-05-06T17:57:29.986Z | Done |
212 | 2024-05-06T17:57:29.986Z | Done |
213 | 2024-05-06T17:57:30.046Z | Done |
214 | 2024-05-06T17:57:33.592Z | Done |
215 | 2024-05-06T17:57:33.679Z | Done |
216 | 2024-05-06T17:57:33.682Z | Done |
217 | 2024-05-06T17:57:33.804Z | Done |
218 | 2024-05-06T17:57:34.245Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-05-06T17:57:34.245Z | clang system 15 system |
220 | 2024-05-06T17:57:34.245Z | csh system system illumos |
221 | 2024-05-06T17:57:34.245Z | ctags system system illumos |
222 | 2024-05-06T17:57:34.245Z | gcc vendor 12 vendor |
223 | 2024-05-06T17:57:34.245Z | gcc system 10 system |
224 | 2024-05-06T17:57:34.245Z | gcc system 7 system |
225 | 2024-05-06T17:57:34.245Z | go system 1.20 system |
226 | 2024-05-06T17:57:34.245Z | go system 1.19 system |
227 | 2024-05-06T17:57:34.245Z | llvm system 15 system |
228 | 2024-05-06T17:57:34.246Z | llvm system 14 system |
229 | 2024-05-06T17:57:34.246Z | mariadb system 10.6 system |
230 | 2024-05-06T17:57:34.246Z | mta vendor vendor dma |
231 | 2024-05-06T17:57:34.246Z | openjdk system 17 system |
232 | 2024-05-06T17:57:34.246Z | openjdk system 11 system |
233 | 2024-05-06T17:57:34.246Z | openjdk system 1.8 system |
234 | 2024-05-06T17:57:34.246Z | openssl vendor 3 vendor |
235 | 2024-05-06T17:57:34.246Z | perl system 5.36 system |
236 | 2024-05-06T17:57:34.246Z | postgresql system 15 system |
237 | 2024-05-06T17:57:34.246Z | postgresql system 13 system |
238 | 2024-05-06T17:57:34.246Z | python vendor 3 vendor |
239 | 2024-05-06T17:57:34.246Z | python system 2 system |
240 | 2024-05-06T17:57:34.246Z | python3 system 3.11 system |
241 | 2024-05-06T17:57:34.246Z | ruby system 3.0 system |
242 | 2024-05-06T17:57:34.246Z | words vendor vendor american-english |
243 | 2024-05-06T17:57:34.246Z | words system system australian-english |
244 | 2024-05-06T17:57:34.246Z | words system system british-english |
245 | 2024-05-06T17:57:34.246Z | words system system canadian-english |
246 | 2024-05-06T17:57:34.246Z | words system system french |
247 | 2024-05-06T17:57:34.246Z | words system system italian |
248 | 2024-05-06T17:57:34.246Z | words system system ngerman |
249 | 2024-05-06T17:57:34.246Z | words system system ogerman |
250 | 2024-05-06T17:57:34.246Z | words system system spanish |
251 | 2024-05-06T17:57:34.570Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-05-06T17:57:34.571Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-05-06T17:57:35.914Z | FMRI IFO |
254 | 2024-05-06T17:57:35.914Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-05-06T17:57:35.915Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-05-06T17:57:35.915Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-05-06T17:57:35.915Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-05-06T17:57:35.915Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-05-06T17:57:35.915Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-05-06T17:57:35.915Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
261 | 2024-05-06T17:57:35.915Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-05-06T17:57:35.915Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
263 | 2024-05-06T17:57:35.915Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
264 | 2024-05-06T17:57:35.915Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
265 | 2024-05-06T17:57:35.915Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
266 | 2024-05-06T17:57:36.171Z | + set -o errexit |
267 | 2024-05-06T17:57:36.174Z | +++ dirname ./tools/ci_download_cockroachdb |
268 | 2024-05-06T17:57:36.174Z | ++ cd ./tools |
269 | 2024-05-06T17:57:36.174Z | ++ pwd |
270 | 2024-05-06T17:57:36.174Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
271 | 2024-05-06T17:57:36.174Z | ++ basename ./tools/ci_download_cockroachdb |
272 | 2024-05-06T17:57:36.174Z | + ARG0=ci_download_cockroachdb |
273 | 2024-05-06T17:57:36.174Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
274 | 2024-05-06T17:57:36.178Z | + CIDL_VERSION=v22.1.9 |
275 | 2024-05-06T17:57:36.178Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
276 | 2024-05-06T17:57:36.178Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
277 | 2024-05-06T17:57:36.178Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
278 | 2024-05-06T17:57:36.178Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
279 | 2024-05-06T17:57:36.178Z | + TARGET_DIR=out |
280 | 2024-05-06T17:57:36.178Z | + DOWNLOAD_DIR=out/downloads |
281 | 2024-05-06T17:57:36.178Z | + DEST_DIR=./out/cockroachdb |
282 | 2024-05-06T17:57:36.178Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
283 | 2024-05-06T17:57:36.178Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
284 | 2024-05-06T17:57:36.178Z | + main |
285 | 2024-05-06T17:57:36.178Z | + [[ 0 != 0 ]] |
286 | 2024-05-06T17:57:36.178Z | + CIDL_OS=solaris2.11 |
287 | 2024-05-06T17:57:36.178Z | + [[ 0 != 0 ]] |
288 | 2024-05-06T17:57:36.179Z | + configure_os solaris2.11 |
289 | 2024-05-06T17:57:36.179Z | + echo 'current directory: /work/oxidecomputer/omicron' |
290 | 2024-05-06T17:57:36.179Z | + echo 'configuring based on OS: "solaris2.11"' |
291 | 2024-05-06T17:57:36.179Z | current directory: /work/oxidecomputer/omicron |
292 | 2024-05-06T17:57:36.179Z | + case "$1" in |
293 | 2024-05-06T17:57:36.179Z | configuring based on OS: "solaris2.11" |
294 | 2024-05-06T17:57:36.179Z | + CIDL_BUILD=illumos |
295 | 2024-05-06T17:57:36.179Z | + CIDL_SUFFIX=tar.gz |
296 | 2024-05-06T17:57:36.179Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
297 | 2024-05-06T17:57:36.179Z | + CIDL_URL_BASE=https://illumos.org/downloads |
298 | 2024-05-06T17:57:36.179Z | + CIDL_ASSEMBLE=do_assemble_illumos |
299 | 2024-05-06T17:57:36.179Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
300 | 2024-05-06T17:57:36.179Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-05-06T17:57:36.179Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-05-06T17:57:36.179Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
303 | 2024-05-06T17:57:36.179Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-05-06T17:57:36.179Z | + CIDL_SHA256FUNC=do_sha256sum |
305 | 2024-05-06T17:57:36.179Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
306 | 2024-05-06T17:57:36.179Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-05-06T17:57:36.179Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
308 | 2024-05-06T17:57:36.179Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-05-06T17:57:36.180Z | + mkdir -p out/downloads |
310 | 2024-05-06T17:57:36.185Z | + mkdir -p ./out/cockroachdb |
311 | 2024-05-06T17:57:36.186Z | + local DO_DOWNLOAD=true |
312 | 2024-05-06T17:57:36.186Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
313 | 2024-05-06T17:57:36.186Z | + '[' true == true ']' |
314 | 2024-05-06T17:57:36.186Z | + echo Downloading... |
315 | 2024-05-06T17:57:36.186Z | Downloading... |
316 | 2024-05-06T17:57:36.186Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-05-06T17:57:36.186Z | + 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 |
318 | 2024-05-06T17:57:39.166Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-05-06T17:57:39.169Z | ++ sha256sum |
320 | 2024-05-06T17:57:39.169Z | ++ awk '{print $1}' |
321 | 2024-05-06T17:57:39.228Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
322 | 2024-05-06T17:57:39.228Z | + [[ 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 ]] |
323 | 2024-05-06T17:57:39.231Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
324 | 2024-05-06T17:57:39.231Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
325 | 2024-05-06T17:57:41.393Z | + do_assemble_illumos |
326 | 2024-05-06T17:57:41.394Z | + rm -r ./out/cockroachdb |
327 | 2024-05-06T17:57:41.397Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
328 | 2024-05-06T17:57:41.781Z | + ./out/cockroachdb/bin/cockroach version |
329 | 2024-05-06T17:57:41.985Z | Build Tag: v22.1.9-dirty |
330 | 2024-05-06T17:57:41.985Z | Build Time: 2022/10/26 21:17:46 |
331 | 2024-05-06T17:57:41.986Z | Distribution: OSS |
332 | 2024-05-06T17:57:41.986Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
333 | 2024-05-06T17:57:41.986Z | Go Version: go1.17.13 |
334 | 2024-05-06T17:57:41.986Z | C Compiler: gcc 10.3.0 |
335 | 2024-05-06T17:57:41.986Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
336 | 2024-05-06T17:57:41.986Z | Build Type: release |
337 | 2024-05-06T17:57:42.002Z | + set -o errexit |
338 | 2024-05-06T17:57:42.005Z | +++ dirname ./tools/ci_download_clickhouse |
339 | 2024-05-06T17:57:42.005Z | ++ cd ./tools |
340 | 2024-05-06T17:57:42.008Z | ++ pwd |
341 | 2024-05-06T17:57:42.008Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
342 | 2024-05-06T17:57:42.008Z | ++ basename ./tools/ci_download_clickhouse |
343 | 2024-05-06T17:57:42.009Z | + ARG0=ci_download_clickhouse |
344 | 2024-05-06T17:57:42.009Z | + TARGET_DIR=out |
345 | 2024-05-06T17:57:42.009Z | + DOWNLOAD_DIR=out/downloads |
346 | 2024-05-06T17:57:42.009Z | + DEST_DIR=./out/clickhouse |
347 | 2024-05-06T17:57:42.015Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
348 | 2024-05-06T17:57:42.015Z | + CIDL_VERSION=v23.8.7.24 |
349 | 2024-05-06T17:57:42.015Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
350 | 2024-05-06T17:57:42.015Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
351 | 2024-05-06T17:57:42.015Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
352 | 2024-05-06T17:57:42.015Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
353 | 2024-05-06T17:57:42.015Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
354 | 2024-05-06T17:57:42.015Z | + main |
355 | 2024-05-06T17:57:42.015Z | + [[ 0 != 0 ]] |
356 | 2024-05-06T17:57:42.015Z | + CIDL_OS=solaris2.11 |
357 | 2024-05-06T17:57:42.015Z | + [[ 0 != 0 ]] |
358 | 2024-05-06T17:57:42.015Z | + configure_os solaris2.11 |
359 | 2024-05-06T17:57:42.015Z | + echo 'current directory: /work/oxidecomputer/omicron' |
360 | 2024-05-06T17:57:42.015Z | current directory: /work/oxidecomputer/omicron |
361 | 2024-05-06T17:57:42.015Z | + echo 'configuring based on OS: "solaris2.11"' |
362 | 2024-05-06T17:57:42.015Z | + CIDL_DASHREV= |
363 | 2024-05-06T17:57:42.015Z | configuring based on OS: "solaris2.11" |
364 | 2024-05-06T17:57:42.015Z | + case "$1" in |
365 | 2024-05-06T17:57:42.015Z | + CIDL_PLATFORM=illumos |
366 | 2024-05-06T17:57:42.015Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
367 | 2024-05-06T17:57:42.015Z | + CIDL_MD5FUNC=do_md5sum |
368 | 2024-05-06T17:57:42.016Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
369 | 2024-05-06T17:57:42.016Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
370 | 2024-05-06T17:57:42.016Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
371 | 2024-05-06T17:57:42.016Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-05-06T17:57:42.016Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
373 | 2024-05-06T17:57:42.016Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
374 | 2024-05-06T17:57:42.016Z | + mkdir -p out/downloads |
375 | 2024-05-06T17:57:42.016Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-05-06T17:57:42.016Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-05-06T17:57:42.019Z | + mkdir -p ./out/clickhouse |
378 | 2024-05-06T17:57:42.019Z | + local DO_DOWNLOAD=true |
379 | 2024-05-06T17:57:42.019Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
380 | 2024-05-06T17:57:42.019Z | + '[' true == true ']' |
381 | 2024-05-06T17:57:42.019Z | + echo Downloading... |
382 | 2024-05-06T17:57:42.019Z | Downloading... |
383 | 2024-05-06T17:57:42.020Z | + 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 |
384 | 2024-05-06T17:57:42.020Z | + 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 |
385 | 2024-05-06T17:57:43.991Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
386 | 2024-05-06T17:57:44.010Z | ++ md5sum |
387 | 2024-05-06T17:57:44.011Z | ++ awk '{print $1}' |
388 | 2024-05-06T17:57:44.250Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
389 | 2024-05-06T17:57:44.250Z | + [[ 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 ]] |
390 | 2024-05-06T17:57:44.250Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
391 | 2024-05-06T17:57:44.256Z | + mkdir -p ./out/clickhouse |
392 | 2024-05-06T17:57:44.256Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
393 | 2024-05-06T17:57:48.128Z | + [[ solaris2.11 == darwin* ]] |
394 | 2024-05-06T17:57:48.138Z | + ./out/clickhouse/clickhouse server --version |
395 | 2024-05-06T17:57:49.450Z | ClickHouse server version 23.8.7.1. |
396 | 2024-05-06T17:57:49.450Z | + set -o errexit |
397 | 2024-05-06T17:57:49.451Z | +++ dirname ./tools/ci_download_console |
398 | 2024-05-06T17:57:49.451Z | ++ cd ./tools |
399 | 2024-05-06T17:57:49.451Z | ++ pwd |
400 | 2024-05-06T17:57:49.451Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
401 | 2024-05-06T17:57:49.451Z | ++ basename ./tools/ci_download_console |
402 | 2024-05-06T17:57:49.452Z | + ARG0=ci_download_console |
403 | 2024-05-06T17:57:49.452Z | + TARGET_DIR=out |
404 | 2024-05-06T17:57:49.452Z | + DOWNLOAD_DIR=out/downloads |
405 | 2024-05-06T17:57:49.452Z | + DEST_DIR=./out/console-assets |
406 | 2024-05-06T17:57:49.452Z | + source /work/oxidecomputer/omicron/tools/console_version |
407 | 2024-05-06T17:57:49.453Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
408 | 2024-05-06T17:57:49.453Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
409 | 2024-05-06T17:57:49.453Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
410 | 2024-05-06T17:57:49.453Z | + TARBALL_FILE=out/downloads/console.tar.gz |
411 | 2024-05-06T17:57:49.453Z | + main |
412 | 2024-05-06T17:57:49.453Z | + [[ 0 != 0 ]] |
413 | 2024-05-06T17:57:49.454Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
414 | 2024-05-06T17:57:49.454Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
415 | 2024-05-06T17:57:49.454Z | + echo 'Local file: out/downloads/console.tar.gz' |
416 | 2024-05-06T17:57:49.454Z | Local file: out/downloads/console.tar.gz |
417 | 2024-05-06T17:57:49.454Z | + local DO_DOWNLOAD=true |
418 | 2024-05-06T17:57:49.455Z | + [[ -f out/downloads/console.tar.gz ]] |
419 | 2024-05-06T17:57:49.455Z | + mkdir -p out/downloads |
420 | 2024-05-06T17:57:49.455Z | + '[' true == true ']' |
421 | 2024-05-06T17:57:49.455Z | + echo Downloading... |
422 | 2024-05-06T17:57:49.455Z | Downloading... |
423 | 2024-05-06T17:57:49.455Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
424 | 2024-05-06T17:57:49.456Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
425 | 2024-05-06T17:57:49.456Z | ++ do_sha256sum out/downloads/console.tar.gz |
426 | 2024-05-06T17:57:49.456Z | ++ case "$OSTYPE" in |
427 | 2024-05-06T17:57:49.456Z | ++ SHA=sha256sum |
428 | 2024-05-06T17:57:49.456Z | ++ sha256sum |
429 | 2024-05-06T17:57:49.456Z | ++ awk '{print $1}' |
430 | 2024-05-06T17:57:49.457Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
431 | 2024-05-06T17:57:49.457Z | + [[ 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 ]] |
432 | 2024-05-06T17:57:49.457Z | + rm -rf ./out/console-assets |
433 | 2024-05-06T17:57:49.457Z | + mkdir -p ./out/console-assets |
434 | 2024-05-06T17:57:49.457Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
435 | 2024-05-06T17:57:49.457Z | + mkdir -p ./out/console-assets |
436 | 2024-05-06T17:57:49.457Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
437 | 2024-05-06T17:57:49.457Z | + set -o errexit |
438 | 2024-05-06T17:57:49.457Z | +++ dirname ./tools/ci_download_dendrite_openapi |
439 | 2024-05-06T17:57:49.457Z | ++ cd ./tools |
440 | 2024-05-06T17:57:49.457Z | ++ pwd |
441 | 2024-05-06T17:57:49.457Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
442 | 2024-05-06T17:57:49.458Z | ++ basename ./tools/ci_download_dendrite_openapi |
443 | 2024-05-06T17:57:49.458Z | + ARG0=ci_download_dendrite_openapi |
444 | 2024-05-06T17:57:49.458Z | + TARGET_DIR=out |
445 | 2024-05-06T17:57:49.458Z | + DOWNLOAD_DIR=out/downloads |
446 | 2024-05-06T17:57:49.458Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
447 | 2024-05-06T17:57:49.458Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
448 | 2024-05-06T17:57:49.458Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
449 | 2024-05-06T17:57:49.458Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
450 | 2024-05-06T17:57:49.459Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
451 | 2024-05-06T17:57:49.459Z | + main |
452 | 2024-05-06T17:57:49.459Z | + [[ 0 != 0 ]] |
453 | 2024-05-06T17:57:49.459Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
454 | 2024-05-06T17:57:49.459Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
455 | 2024-05-06T17:57:49.459Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
456 | 2024-05-06T17:57:49.459Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
457 | 2024-05-06T17:57:49.460Z | + local DO_DOWNLOAD=true |
458 | 2024-05-06T17:57:49.460Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
459 | 2024-05-06T17:57:49.460Z | + mkdir -p out/downloads |
460 | 2024-05-06T17:57:49.460Z | + '[' true == true ']' |
461 | 2024-05-06T17:57:49.460Z | + echo Downloading... |
462 | 2024-05-06T17:57:49.460Z | Downloading... |
463 | 2024-05-06T17:57:49.460Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
464 | 2024-05-06T17:57:49.461Z | + 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 |
465 | 2024-05-06T17:57:49.604Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
466 | 2024-05-06T17:57:49.605Z | ++ case "$OSTYPE" in |
467 | 2024-05-06T17:57:49.605Z | ++ SHA=sha256sum |
468 | 2024-05-06T17:57:49.609Z | ++ sha256sum |
469 | 2024-05-06T17:57:49.609Z | ++ awk '{print $1}' |
470 | 2024-05-06T17:57:49.609Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
471 | 2024-05-06T17:57:49.609Z | + [[ 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 ]] |
472 | 2024-05-06T17:57:49.616Z | + set -o errexit |
473 | 2024-05-06T17:57:49.620Z | +++ dirname ./tools/ci_download_dendrite_stub |
474 | 2024-05-06T17:57:49.621Z | ++ cd ./tools |
475 | 2024-05-06T17:57:49.621Z | ++ pwd |
476 | 2024-05-06T17:57:49.621Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
477 | 2024-05-06T17:57:49.624Z | ++ basename ./tools/ci_download_dendrite_stub |
478 | 2024-05-06T17:57:49.625Z | + ARG0=ci_download_dendrite_stub |
479 | 2024-05-06T17:57:49.625Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
480 | 2024-05-06T17:57:49.625Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
481 | 2024-05-06T17:57:49.625Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
482 | 2024-05-06T17:57:49.625Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
483 | 2024-05-06T17:57:49.625Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
484 | 2024-05-06T17:57:49.625Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
485 | 2024-05-06T17:57:49.625Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
486 | 2024-05-06T17:57:49.625Z | + TARGET_DIR=out |
487 | 2024-05-06T17:57:49.625Z | + DOWNLOAD_DIR=out/downloads |
488 | 2024-05-06T17:57:49.625Z | + DEST_DIR=./out/dendrite-stub |
489 | 2024-05-06T17:57:49.625Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
490 | 2024-05-06T17:57:49.626Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
491 | 2024-05-06T17:57:49.626Z | + REPO=oxidecomputer/dendrite |
492 | 2024-05-06T17:57:49.626Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
493 | 2024-05-06T17:57:49.626Z | + main |
494 | 2024-05-06T17:57:49.626Z | + [[ 0 != 0 ]] |
495 | 2024-05-06T17:57:49.626Z | + CIDL_OS=solaris2.11 |
496 | 2024-05-06T17:57:49.626Z | + [[ 0 != 0 ]] |
497 | 2024-05-06T17:57:49.626Z | + configure_os solaris2.11 |
498 | 2024-05-06T17:57:49.626Z | + echo 'current directory: /work/oxidecomputer/omicron' |
499 | 2024-05-06T17:57:49.626Z | + echo 'configuring based on OS: "solaris2.11"' |
500 | 2024-05-06T17:57:49.626Z | + case "$1" in |
501 | 2024-05-06T17:57:49.626Z | + SET_BINARIES= |
502 | 2024-05-06T17:57:49.627Z | current directory: /work/oxidecomputer/omicron |
503 | 2024-05-06T17:57:49.627Z | configuring based on OS: "solaris2.11" |
504 | 2024-05-06T17:57:49.627Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
505 | 2024-05-06T17:57:49.627Z | + CIDL_SHA256FUNC=do_sha256sum |
506 | 2024-05-06T17:57:49.627Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
507 | 2024-05-06T17:57:49.627Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
508 | 2024-05-06T17:57:49.627Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
509 | 2024-05-06T17:57:49.627Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
510 | 2024-05-06T17:57:49.627Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
511 | 2024-05-06T17:57:49.627Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
512 | 2024-05-06T17:57:49.627Z | + mkdir -p out/downloads |
513 | 2024-05-06T17:57:49.627Z | Local file: out/downloads/dendrite-stub.tar.gz |
514 | 2024-05-06T17:57:49.636Z | + mkdir -p ./out/dendrite-stub |
515 | 2024-05-06T17:57:49.636Z | + fetch_and_verify |
516 | 2024-05-06T17:57:49.636Z | + local DO_DOWNLOAD=true |
517 | 2024-05-06T17:57:49.636Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
518 | 2024-05-06T17:57:49.636Z | + '[' true == true ']' |
519 | 2024-05-06T17:57:49.636Z | + echo Downloading... |
520 | 2024-05-06T17:57:49.636Z | Downloading... |
521 | 2024-05-06T17:57:49.636Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
522 | 2024-05-06T17:57:49.636Z | + 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 |
523 | 2024-05-06T17:57:56.829Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
524 | 2024-05-06T17:57:56.832Z | ++ sha256sum |
525 | 2024-05-06T17:57:56.833Z | ++ awk '{print $1}' |
526 | 2024-05-06T17:57:56.852Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
527 | 2024-05-06T17:57:56.852Z | + [[ 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 ]] |
528 | 2024-05-06T17:57:56.857Z | + do_untar out/downloads/dendrite-stub.tar.gz |
529 | 2024-05-06T17:57:56.857Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
530 | 2024-05-06T17:57:57.486Z | + do_assemble |
531 | 2024-05-06T17:57:57.486Z | + rm -r ./out/dendrite-stub |
532 | 2024-05-06T17:57:57.493Z | + mkdir ./out/dendrite-stub |
533 | 2024-05-06T17:57:57.493Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
534 | 2024-05-06T17:57:57.576Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
535 | 2024-05-06T17:57:57.587Z | + set -o errexit |
536 | 2024-05-06T17:57:57.590Z | +++ dirname ./tools/ci_download_maghemite_mgd |
537 | 2024-05-06T17:57:57.590Z | ++ cd ./tools |
538 | 2024-05-06T17:57:57.590Z | ++ pwd |
539 | 2024-05-06T17:57:57.593Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
540 | 2024-05-06T17:57:57.593Z | ++ basename ./tools/ci_download_maghemite_mgd |
541 | 2024-05-06T17:57:57.593Z | + ARG0=ci_download_maghemite_mgd |
542 | 2024-05-06T17:57:57.593Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
543 | 2024-05-06T17:57:57.593Z | ++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc |
544 | 2024-05-06T17:57:57.593Z | ++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c |
545 | 2024-05-06T17:57:57.593Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
546 | 2024-05-06T17:57:57.593Z | ++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d |
547 | 2024-05-06T17:57:57.593Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
548 | 2024-05-06T17:57:57.593Z | + TARGET_DIR=out |
549 | 2024-05-06T17:57:57.593Z | + DOWNLOAD_DIR=out/downloads |
550 | 2024-05-06T17:57:57.593Z | + DEST_DIR=./out/mgd |
551 | 2024-05-06T17:57:57.593Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
552 | 2024-05-06T17:57:57.593Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
553 | 2024-05-06T17:57:57.593Z | + REPO=oxidecomputer/maghemite |
554 | 2024-05-06T17:57:57.593Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d |
555 | 2024-05-06T17:57:57.594Z | + main |
556 | 2024-05-06T17:57:57.594Z | + rm -rf out/downloads/root |
557 | 2024-05-06T17:57:57.601Z | + [[ 0 != 0 ]] |
558 | 2024-05-06T17:57:57.601Z | + CIDL_OS=solaris2.11 |
559 | 2024-05-06T17:57:57.614Z | + [[ 0 != 0 ]] |
560 | 2024-05-06T17:57:57.614Z | + configure_os solaris2.11 |
561 | 2024-05-06T17:57:57.615Z | + echo 'current directory: /work/oxidecomputer/omicron' |
562 | 2024-05-06T17:57:57.615Z | current directory: /work/oxidecomputer/omicron |
563 | 2024-05-06T17:57:57.615Z | + echo 'configuring based on OS: "solaris2.11"' |
564 | 2024-05-06T17:57:57.615Z | + case "$1" in |
565 | 2024-05-06T17:57:57.615Z | configuring based on OS: "solaris2.11" |
566 | 2024-05-06T17:57:57.615Z | + SET_BINARIES= |
567 | 2024-05-06T17:57:57.615Z | + CIDL_SHA256FUNC=do_sha256sum |
568 | 2024-05-06T17:57:57.615Z | + TARBALL_FILENAME=mgd.tar.gz |
569 | 2024-05-06T17:57:57.615Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
570 | 2024-05-06T17:57:57.615Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
571 | 2024-05-06T17:57:57.615Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz' |
572 | 2024-05-06T17:57:57.615Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
573 | 2024-05-06T17:57:57.615Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
574 | 2024-05-06T17:57:57.615Z | Local file: out/downloads/mgd.tar.gz |
575 | 2024-05-06T17:57:57.615Z | + mkdir -p out/downloads |
576 | 2024-05-06T17:57:57.615Z | + mkdir -p ./out/mgd |
577 | 2024-05-06T17:57:57.615Z | + fetch_and_verify |
578 | 2024-05-06T17:57:57.615Z | + local DO_DOWNLOAD=true |
579 | 2024-05-06T17:57:57.615Z | + [[ -f out/downloads/mgd.tar.gz ]] |
580 | 2024-05-06T17:57:57.616Z | + '[' true == true ']' |
581 | 2024-05-06T17:57:57.616Z | + echo Downloading... |
582 | 2024-05-06T17:57:57.616Z | Downloading... |
583 | 2024-05-06T17:57:57.616Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz |
584 | 2024-05-06T17:57:57.616Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
585 | 2024-05-06T17:58:07.062Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
586 | 2024-05-06T17:58:07.065Z | ++ sha256sum |
587 | 2024-05-06T17:58:07.066Z | ++ awk '{print $1}' |
588 | 2024-05-06T17:58:07.089Z | + calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc |
589 | 2024-05-06T17:58:07.089Z | + [[ 4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc != \4\5\2\6\a\a\3\2\4\7\0\0\2\d\f\2\0\8\5\b\9\5\a\8\8\8\2\9\d\a\e\6\5\1\3\c\6\5\e\2\5\4\6\f\a\7\8\f\6\4\5\5\6\9\1\1\b\d\c\a\d\9\b\c ]] |
590 | 2024-05-06T17:58:07.092Z | + do_untar out/downloads/mgd.tar.gz |
591 | 2024-05-06T17:58:07.092Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
592 | 2024-05-06T17:58:07.680Z | + do_assemble |
593 | 2024-05-06T17:58:07.680Z | + rm -r ./out/mgd |
594 | 2024-05-06T17:58:07.684Z | + mkdir ./out/mgd |
595 | 2024-05-06T17:58:07.684Z | + cp -r out/downloads/root ./out/mgd/root |
596 | 2024-05-06T17:58:07.764Z | + set -o errexit |
597 | 2024-05-06T17:58:07.768Z | +++ dirname ./tools/ci_download_transceiver_control |
598 | 2024-05-06T17:58:07.768Z | ++ cd ./tools |
599 | 2024-05-06T17:58:07.768Z | ++ pwd |
600 | 2024-05-06T17:58:07.768Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
601 | 2024-05-06T17:58:07.768Z | ++ basename ./tools/ci_download_transceiver_control |
602 | 2024-05-06T17:58:07.774Z | + ARG0=ci_download_transceiver_control |
603 | 2024-05-06T17:58:07.774Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
604 | 2024-05-06T17:58:07.774Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
605 | 2024-05-06T17:58:07.774Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
606 | 2024-05-06T17:58:07.774Z | + TARGET_DIR=out |
607 | 2024-05-06T17:58:07.774Z | + DOWNLOAD_DIR=out/downloads |
608 | 2024-05-06T17:58:07.774Z | + DEST_DIR=./out/transceiver-control |
609 | 2024-05-06T17:58:07.774Z | + BIN_DIR=/opt/oxide/bin |
610 | 2024-05-06T17:58:07.774Z | + BINARY=xcvradm |
611 | 2024-05-06T17:58:07.774Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
612 | 2024-05-06T17:58:07.774Z | + REPO=oxidecomputer/transceiver-control |
613 | 2024-05-06T17:58:07.774Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
614 | 2024-05-06T17:58:07.774Z | + main |
615 | 2024-05-06T17:58:07.774Z | + [[ 0 != 0 ]] |
616 | 2024-05-06T17:58:07.775Z | + CIDL_OS=solaris2.11 |
617 | 2024-05-06T17:58:07.775Z | + [[ 0 != 0 ]] |
618 | 2024-05-06T17:58:07.775Z | + configure_os solaris2.11 |
619 | 2024-05-06T17:58:07.775Z | + echo 'current directory: /work/oxidecomputer/omicron' |
620 | 2024-05-06T17:58:07.775Z | current directory: /work/oxidecomputer/omicron |
621 | 2024-05-06T17:58:07.775Z | + echo 'configuring based on OS: "solaris2.11"' |
622 | 2024-05-06T17:58:07.775Z | + case "$1" in |
623 | 2024-05-06T17:58:07.775Z | configuring based on OS: "solaris2.11" |
624 | 2024-05-06T17:58:07.775Z | + SET_BINARIES= |
625 | 2024-05-06T17:58:07.775Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
626 | 2024-05-06T17:58:07.775Z | + CIDL_SHA256FUNC=do_sha256sum |
627 | 2024-05-06T17:58:07.775Z | + ARCHIVE_FILENAME=xcvradm.gz |
628 | 2024-05-06T17:58:07.775Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
629 | 2024-05-06T17:58:07.775Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
630 | 2024-05-06T17:58:07.775Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
631 | 2024-05-06T17:58:07.775Z | + echo 'Local file: out/downloads/xcvradm.gz' |
632 | 2024-05-06T17:58:07.775Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
633 | 2024-05-06T17:58:07.775Z | Local file: out/downloads/xcvradm.gz |
634 | 2024-05-06T17:58:07.775Z | + mkdir -p out/downloads |
635 | 2024-05-06T17:58:07.775Z | + mkdir -p ./out/transceiver-control |
636 | 2024-05-06T17:58:07.780Z | + fetch_and_verify |
637 | 2024-05-06T17:58:07.781Z | + local DO_DOWNLOAD=true |
638 | 2024-05-06T17:58:07.781Z | + [[ -f out/downloads/xcvradm.gz ]] |
639 | 2024-05-06T17:58:07.781Z | + '[' true == true ']' |
640 | 2024-05-06T17:58:07.781Z | + echo Downloading... |
641 | 2024-05-06T17:58:07.781Z | Downloading... |
642 | 2024-05-06T17:58:07.781Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
643 | 2024-05-06T17:58:07.781Z | + 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 |
644 | 2024-05-06T17:58:10.917Z | ++ do_sha256sum out/downloads/xcvradm.gz |
645 | 2024-05-06T17:58:10.924Z | ++ sha256sum |
646 | 2024-05-06T17:58:10.924Z | ++ awk '{print $1}' |
647 | 2024-05-06T17:58:10.928Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
648 | 2024-05-06T17:58:10.928Z | + [[ 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 ]] |
649 | 2024-05-06T17:58:10.928Z | + do_unpack out/downloads/xcvradm.gz |
650 | 2024-05-06T17:58:10.928Z | + mkdir -p out/downloads/root//opt/oxide/bin |
651 | 2024-05-06T17:58:10.931Z | + gzip -dc out/downloads/xcvradm.gz |
652 | 2024-05-06T17:58:11.050Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
653 | 2024-05-06T17:58:11.053Z | + do_assemble |
654 | 2024-05-06T17:58:11.053Z | + rm -r ./out/transceiver-control |
655 | 2024-05-06T17:58:11.053Z | + mkdir ./out/transceiver-control |
656 | 2024-05-06T17:58:11.057Z | + cp -r out/downloads/root ./out/transceiver-control/root |
657 | 2024-05-06T17:58:11.570Z | + set -o errexit |
658 | 2024-05-06T17:58:11.582Z | +++ dirname ./tools/ci_download_thundermuffin |
659 | 2024-05-06T17:58:11.582Z | ++ cd ./tools |
660 | 2024-05-06T17:58:11.582Z | ++ pwd |
661 | 2024-05-06T17:58:11.583Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
662 | 2024-05-06T17:58:11.583Z | ++ basename ./tools/ci_download_thundermuffin |
663 | 2024-05-06T17:58:11.583Z | + ARG0=ci_download_thundermuffin |
664 | 2024-05-06T17:58:11.583Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
665 | 2024-05-06T17:58:11.583Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
666 | 2024-05-06T17:58:11.583Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
667 | 2024-05-06T17:58:11.583Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
668 | 2024-05-06T17:58:11.583Z | + TARGET_DIR=out |
669 | 2024-05-06T17:58:11.583Z | + DOWNLOAD_DIR=out/downloads |
670 | 2024-05-06T17:58:11.583Z | + DEST_DIR=./out/thundermuffin |
671 | 2024-05-06T17:58:11.583Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
672 | 2024-05-06T17:58:11.583Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
673 | 2024-05-06T17:58:11.583Z | + REPO=oxidecomputer/thundermuffin |
674 | 2024-05-06T17:58:11.583Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
675 | 2024-05-06T17:58:11.583Z | + main |
676 | 2024-05-06T17:58:11.584Z | + rm -rf out/downloads/root |
677 | 2024-05-06T17:58:11.584Z | + [[ 0 != 0 ]] |
678 | 2024-05-06T17:58:11.584Z | + CIDL_OS=solaris2.11 |
679 | 2024-05-06T17:58:11.584Z | + [[ 0 != 0 ]] |
680 | 2024-05-06T17:58:11.584Z | + configure_os solaris2.11 |
681 | 2024-05-06T17:58:11.584Z | + echo 'current directory: /work/oxidecomputer/omicron' |
682 | 2024-05-06T17:58:11.584Z | + echo 'configuring based on OS: "solaris2.11"' |
683 | 2024-05-06T17:58:11.584Z | current directory: /work/oxidecomputer/omicron |
684 | 2024-05-06T17:58:11.584Z | configuring based on OS: "solaris2.11" |
685 | 2024-05-06T17:58:11.584Z | + case "$1" in |
686 | 2024-05-06T17:58:11.584Z | + SET_BINARIES= |
687 | 2024-05-06T17:58:11.584Z | + CIDL_SHA256FUNC=do_sha256sum |
688 | 2024-05-06T17:58:11.584Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
689 | 2024-05-06T17:58:11.584Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
690 | 2024-05-06T17:58:11.584Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
691 | 2024-05-06T17:58:11.584Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
692 | 2024-05-06T17:58:11.584Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
693 | 2024-05-06T17:58:11.584Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
694 | 2024-05-06T17:58:11.584Z | Local file: out/downloads/thundermuffin.tar.gz |
695 | 2024-05-06T17:58:11.585Z | + mkdir -p out/downloads |
696 | 2024-05-06T17:58:11.585Z | + mkdir -p ./out/thundermuffin |
697 | 2024-05-06T17:58:11.585Z | + fetch_and_verify |
698 | 2024-05-06T17:58:11.585Z | + local DO_DOWNLOAD=true |
699 | 2024-05-06T17:58:11.585Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
700 | 2024-05-06T17:58:11.585Z | + '[' true == true ']' |
701 | 2024-05-06T17:58:11.585Z | + echo Downloading... |
702 | 2024-05-06T17:58:11.585Z | Downloading... |
703 | 2024-05-06T17:58:11.585Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
704 | 2024-05-06T17:58:11.585Z | + 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 |
705 | 2024-05-06T17:58:12.186Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
706 | 2024-05-06T17:58:12.194Z | ++ sha256sum |
707 | 2024-05-06T17:58:12.194Z | ++ awk '{print $1}' |
708 | 2024-05-06T17:58:12.195Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
709 | 2024-05-06T17:58:12.195Z | + [[ 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 ]] |
710 | 2024-05-06T17:58:12.195Z | + do_untar out/downloads/thundermuffin.tar.gz |
711 | 2024-05-06T17:58:12.195Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
712 | 2024-05-06T17:58:12.274Z | + do_assemble |
713 | 2024-05-06T17:58:12.274Z | + rm -r ./out/thundermuffin |
714 | 2024-05-06T17:58:12.298Z | + mkdir ./out/thundermuffin |
715 | 2024-05-06T17:58:12.298Z | + cp -r out/downloads/root ./out/thundermuffin/root |
716 | 2024-05-06T17:58:12.574Z | All builder prerequisites installed successfully, and PATH looks valid |
717 | 2024-05-06T17:58:12.577Z | |
718 | 2024-05-06T17:58:12.577Z | real 1:50.419672011 |
719 | 2024-05-06T17:58:12.578Z | user 32.701268569 |
720 | 2024-05-06T17:58:12.578Z | sys 6.537271125 |
721 | 2024-05-06T17:58:12.578Z | trap 0.007583667 |
722 | 2024-05-06T17:58:12.578Z | tflt 0.343932201 |
723 | 2024-05-06T17:58:12.578Z | dflt 0.389871450 |
724 | 2024-05-06T17:58:12.578Z | kflt 0.268751696 |
725 | 2024-05-06T17:58:12.578Z | lock 1.414838811 |
726 | 2024-05-06T17:58:12.578Z | slp 3:43.528488508 |
727 | 2024-05-06T17:58:12.578Z | lat 2.056197223 |
728 | 2024-05-06T17:58:12.578Z | stop 0.130783430 |
729 | 2024-05-06T17:58:12.578Z | |
730 | 2024-05-06T17:58:12.578Z | #### # # ##### ##### # # |
731 | 2024-05-06T17:58:12.578Z | # # # # # # # # # # |
732 | 2024-05-06T17:58:12.578Z | # # # # # # # # |
733 | 2024-05-06T17:58:12.578Z | # # # ##### ##### # |
734 | 2024-05-06T17:58:12.578Z | # # # # # # # |
735 | 2024-05-06T17:58:12.579Z | #### ###### # # # # |
736 | 2024-05-06T17:58:12.579Z | |
737 | 2024-05-06T17:58:12.787Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
738 | 2024-05-06T17:58:13.095Z | Updating git repository `https://github.com/oxidecomputer/zone` |
739 | 2024-05-06T17:58:13.393Z | Updating crates.io index |
740 | 2024-05-06T17:58:13.407Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
741 | 2024-05-06T17:58:14.268Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
742 | 2024-05-06T17:58:14.922Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
743 | 2024-05-06T17:58:16.966Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
744 | 2024-05-06T17:58:17.479Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
745 | 2024-05-06T17:58:17.758Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
746 | 2024-05-06T17:58:18.785Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
747 | 2024-05-06T17:58:20.808Z | Updating git repository `https://github.com/oxidecomputer/opte` |
748 | 2024-05-06T17:58:21.818Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
749 | 2024-05-06T17:58:22.604Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
750 | 2024-05-06T17:58:22.891Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
751 | 2024-05-06T17:58:23.445Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
752 | 2024-05-06T17:58:23.786Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
753 | 2024-05-06T17:58:24.138Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
754 | 2024-05-06T17:58:24.633Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
755 | 2024-05-06T17:58:24.930Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
756 | 2024-05-06T17:58:25.344Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
757 | 2024-05-06T17:58:25.665Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
758 | 2024-05-06T17:58:25.924Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
759 | 2024-05-06T17:58:26.217Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
760 | 2024-05-06T17:58:26.656Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
761 | 2024-05-06T17:58:27.022Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
762 | 2024-05-06T17:58:27.605Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
763 | 2024-05-06T17:58:28.013Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
764 | 2024-05-06T17:58:28.335Z | Updating git repository `https://github.com/jgallagher/nix` |
765 | 2024-05-06T17:58:29.354Z | Updating git repository `https://github.com/cbiffle/hubpack` |
766 | 2024-05-06T17:58:29.699Z | Updating git repository `https://github.com/oxidecomputer/typify` |
767 | 2024-05-06T17:58:31.770Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
768 | 2024-05-06T17:58:32.173Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
769 | 2024-05-06T17:58:32.487Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
770 | 2024-05-06T17:58:32.941Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
771 | 2024-05-06T17:58:34.025Z | Downloading crates ... |
772 | 2024-05-06T17:58:34.125Z | Downloaded errno v0.3.8 |
773 | 2024-05-06T17:58:34.128Z | Downloaded autocfg v1.1.0 |
774 | 2024-05-06T17:58:34.131Z | Downloaded cargo-platform v0.1.3 |
775 | 2024-05-06T17:58:34.148Z | Downloaded clap v4.5.4 |
776 | 2024-05-06T17:58:34.160Z | Downloaded colorchoice v1.0.0 |
777 | 2024-05-06T17:58:34.163Z | Downloaded equivalent v1.0.1 |
778 | 2024-05-06T17:58:34.169Z | Downloaded swrite v0.1.0 |
779 | 2024-05-06T17:58:34.172Z | Downloaded anstyle v1.0.6 |
780 | 2024-05-06T17:58:34.172Z | Downloaded serde_spanned v0.6.5 |
781 | 2024-05-06T17:58:34.173Z | Downloaded fs-err v2.11.0 |
782 | 2024-05-06T17:58:34.176Z | Downloaded clap_lex v0.7.0 |
783 | 2024-05-06T17:58:34.178Z | Downloaded terminal_size v0.3.0 |
784 | 2024-05-06T17:58:34.178Z | Downloaded cargo_metadata v0.18.1 |
785 | 2024-05-06T17:58:34.181Z | Downloaded bitflags v2.4.2 |
786 | 2024-05-06T17:58:34.184Z | Downloaded anstyle-query v1.0.0 |
787 | 2024-05-06T17:58:34.189Z | Downloaded strsim v0.11.0 |
788 | 2024-05-06T17:58:34.192Z | Downloaded heck v0.5.0 |
789 | 2024-05-06T17:58:34.192Z | Downloaded anstream v0.6.11 |
790 | 2024-05-06T17:58:34.195Z | Downloaded utf8parse v0.2.1 |
791 | 2024-05-06T17:58:34.195Z | Downloaded thiserror-impl v1.0.59 |
792 | 2024-05-06T17:58:34.198Z | Downloaded itoa v1.0.9 |
793 | 2024-05-06T17:58:34.201Z | Downloaded toml_datetime v0.6.5 |
794 | 2024-05-06T17:58:34.201Z | Downloaded macaddr v1.0.1 |
795 | 2024-05-06T17:58:34.204Z | Downloaded cargo_toml v0.20.2 |
796 | 2024-05-06T17:58:34.204Z | Downloaded camino v1.1.6 |
797 | 2024-05-06T17:58:34.207Z | Downloaded anstyle-parse v0.2.1 |
798 | 2024-05-06T17:58:34.210Z | Downloaded quote v1.0.36 |
799 | 2024-05-06T17:58:34.216Z | Downloaded thiserror v1.0.59 |
800 | 2024-05-06T17:58:34.219Z | Downloaded semver v1.0.22 |
801 | 2024-05-06T17:58:34.223Z | Downloaded anyhow v1.0.82 |
802 | 2024-05-06T17:58:34.228Z | Downloaded unicode-ident v1.0.12 |
803 | 2024-05-06T17:58:34.231Z | Downloaded toml v0.8.12 |
804 | 2024-05-06T17:58:34.234Z | Downloaded proc-macro2 v1.0.81 |
805 | 2024-05-06T17:58:34.237Z | Downloaded clap_derive v4.5.4 |
806 | 2024-05-06T17:58:34.251Z | Downloaded serde_derive v1.0.199 |
807 | 2024-05-06T17:58:34.255Z | Downloaded ryu v1.0.15 |
808 | 2024-05-06T17:58:34.256Z | Downloaded serde v1.0.199 |
809 | 2024-05-06T17:58:34.267Z | Downloaded toml_edit v0.22.12 |
810 | 2024-05-06T17:58:34.286Z | Downloaded memchr v2.7.1 |
811 | 2024-05-06T17:58:34.291Z | Downloaded indexmap v2.2.6 |
812 | 2024-05-06T17:58:34.298Z | Downloaded hashbrown v0.14.3 |
813 | 2024-05-06T17:58:34.302Z | Downloaded winnow v0.6.1 |
814 | 2024-05-06T17:58:34.316Z | Downloaded serde_json v1.0.116 |
815 | 2024-05-06T17:58:34.325Z | Downloaded clap_builder v4.5.2 |
816 | 2024-05-06T17:58:34.331Z | Downloaded syn v2.0.60 |
817 | 2024-05-06T17:58:34.344Z | Downloaded rustix v0.38.31 |
818 | 2024-05-06T17:58:34.380Z | Downloaded libc v0.2.153 |
819 | 2024-05-06T17:58:34.634Z | Compiling proc-macro2 v1.0.81 |
820 | 2024-05-06T17:58:34.634Z | Compiling unicode-ident v1.0.12 |
821 | 2024-05-06T17:58:34.637Z | Compiling serde v1.0.199 |
822 | 2024-05-06T17:58:34.637Z | Compiling libc v0.2.153 |
823 | 2024-05-06T17:58:34.637Z | Compiling rustix v0.38.31 |
824 | 2024-05-06T17:58:34.637Z | Compiling equivalent v1.0.1 |
825 | 2024-05-06T17:58:34.637Z | Compiling bitflags v2.4.2 |
826 | 2024-05-06T17:58:34.638Z | Compiling hashbrown v0.14.3 |
827 | 2024-05-06T17:58:34.797Z | Compiling utf8parse v0.2.1 |
828 | 2024-05-06T17:58:34.850Z | Compiling semver v1.0.22 |
829 | 2024-05-06T17:58:34.960Z | Compiling anstyle-parse v0.2.1 |
830 | 2024-05-06T17:58:35.119Z | Compiling winnow v0.6.1 |
831 | 2024-05-06T17:58:35.256Z | Compiling anstyle-query v1.0.0 |
832 | 2024-05-06T17:58:35.367Z | Compiling serde_json v1.0.116 |
833 | 2024-05-06T17:58:35.722Z | Compiling indexmap v2.2.6 |
834 | 2024-05-06T17:58:36.393Z | Compiling anstyle v1.0.6 |
835 | 2024-05-06T17:58:36.398Z | Compiling autocfg v1.1.0 |
836 | 2024-05-06T17:58:36.528Z | Compiling colorchoice v1.0.0 |
837 | 2024-05-06T17:58:36.584Z | Compiling camino v1.1.6 |
838 | 2024-05-06T17:58:36.633Z | Compiling thiserror v1.0.59 |
839 | 2024-05-06T17:58:36.761Z | Compiling anstream v0.6.11 |
840 | 2024-05-06T17:58:36.883Z | Compiling heck v0.5.0 |
841 | 2024-05-06T17:58:37.291Z | Compiling strsim v0.11.0 |
842 | 2024-05-06T17:58:37.335Z | Compiling fs-err v2.11.0 |
843 | 2024-05-06T17:58:37.374Z | Compiling quote v1.0.36 |
844 | 2024-05-06T17:58:37.411Z | Compiling itoa v1.0.9 |
845 | 2024-05-06T17:58:37.492Z | Compiling anyhow v1.0.82 |
846 | 2024-05-06T17:58:37.627Z | Compiling clap_lex v0.7.0 |
847 | 2024-05-06T17:58:37.643Z | Compiling ryu v1.0.15 |
848 | 2024-05-06T17:58:37.963Z | Compiling syn v2.0.60 |
849 | 2024-05-06T17:58:38.070Z | Compiling errno v0.3.8 |
850 | 2024-05-06T17:58:38.135Z | Compiling swrite v0.1.0 |
851 | 2024-05-06T17:58:38.938Z | Compiling terminal_size v0.3.0 |
852 | 2024-05-06T17:58:39.034Z | Compiling clap_builder v4.5.2 |
853 | 2024-05-06T17:58:42.718Z | Compiling serde_derive v1.0.199 |
854 | 2024-05-06T17:58:42.718Z | Compiling thiserror-impl v1.0.59 |
855 | 2024-05-06T17:58:42.721Z | Compiling clap_derive v4.5.4 |
856 | 2024-05-06T17:58:45.358Z | Compiling clap v4.5.4 |
857 | 2024-05-06T17:58:50.458Z | Compiling serde_spanned v0.6.5 |
858 | 2024-05-06T17:58:50.458Z | Compiling toml_datetime v0.6.5 |
859 | 2024-05-06T17:58:50.462Z | Compiling cargo-platform v0.1.3 |
860 | 2024-05-06T17:58:50.462Z | Compiling macaddr v1.0.1 |
861 | 2024-05-06T17:58:50.768Z | Compiling toml_edit v0.22.12 |
862 | 2024-05-06T17:58:51.723Z | Compiling cargo_metadata v0.18.1 |
863 | 2024-05-06T17:58:52.765Z | Compiling toml v0.8.12 |
864 | 2024-05-06T17:58:53.531Z | Compiling cargo_toml v0.20.2 |
865 | 2024-05-06T17:58:56.916Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
866 | 2024-05-06T17:58:59.274Z | Finished dev [unoptimized + debuginfo] target(s) in 46.64s |
867 | 2024-05-06T17:58:59.488Z | Running `target/debug/xtask clippy` |
868 | 2024-05-06T17:58:59.537Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless" |
869 | 2024-05-06T17:59:00.113Z | Downloading crates ... |
870 | 2024-05-06T17:59:00.196Z | Downloaded adler v1.0.2 |
871 | 2024-05-06T17:59:00.200Z | Downloaded aead v0.5.2 |
872 | 2024-05-06T17:59:00.205Z | Downloaded addr2line v0.21.0 |
873 | 2024-05-06T17:59:00.214Z | Downloaded async-recursion v1.1.0 |
874 | 2024-05-06T17:59:00.219Z | Downloaded ahash v0.8.8 |
875 | 2024-05-06T17:59:00.225Z | Downloaded assert_matches v1.5.0 |
876 | 2024-05-06T17:59:00.228Z | Downloaded ascii-canvas v3.0.0 |
877 | 2024-05-06T17:59:00.228Z | Downloaded approx v0.5.1 |
878 | 2024-05-06T17:59:00.231Z | Downloaded async-trait v0.1.80 |
879 | 2024-05-06T17:59:00.234Z | Downloaded array-init v0.0.4 |
880 | 2024-05-06T17:59:00.234Z | Downloaded http-range v0.1.5 |
881 | 2024-05-06T17:59:00.237Z | Downloaded ascii v1.1.0 |
882 | 2024-05-06T17:59:00.240Z | Downloaded assert_cmd v2.0.14 |
883 | 2024-05-06T17:59:00.240Z | Downloaded async-stream-impl v0.3.5 |
884 | 2024-05-06T17:59:00.243Z | Downloaded async-stream v0.3.5 |
885 | 2024-05-06T17:59:00.244Z | Downloaded arrayref v0.3.7 |
886 | 2024-05-06T17:59:00.247Z | Downloaded argon2 v0.5.3 |
887 | 2024-05-06T17:59:00.247Z | Downloaded bitflags v1.3.2 |
888 | 2024-05-06T17:59:00.249Z | Downloaded httpdate v1.0.3 |
889 | 2024-05-06T17:59:00.252Z | Downloaded httptest v0.15.5 |
890 | 2024-05-06T17:59:00.255Z | Downloaded bcs v0.1.6 |
891 | 2024-05-06T17:59:00.255Z | Downloaded atty v0.2.14 |
892 | 2024-05-06T17:59:00.258Z | Downloaded httparse v1.8.0 |
893 | 2024-05-06T17:59:00.261Z | Downloaded atomicwrites v0.4.3 |
894 | 2024-05-06T17:59:00.262Z | Downloaded http-body v1.0.0 |
895 | 2024-05-06T17:59:00.262Z | Downloaded crypto-bigint v0.5.2 |
896 | 2024-05-06T17:59:00.268Z | Downloaded block-padding v0.3.3 |
897 | 2024-05-06T17:59:00.271Z | Downloaded blake2b_simd v1.0.1 |
898 | 2024-05-06T17:59:00.273Z | Downloaded blake2 v0.10.6 |
899 | 2024-05-06T17:59:00.277Z | Downloaded bitstruct v0.1.1 |
900 | 2024-05-06T17:59:00.277Z | Downloaded cfg_aliases v0.1.1 |
901 | 2024-05-06T17:59:00.277Z | Downloaded bit-set v0.5.3 |
902 | 2024-05-06T17:59:00.280Z | Downloaded itertools v0.10.5 |
903 | 2024-05-06T17:59:00.287Z | Downloaded humantime v2.1.0 |
904 | 2024-05-06T17:59:00.293Z | Downloaded ipnetwork v0.20.0 |
905 | 2024-05-06T17:59:00.296Z | Downloaded hyper-tls v0.5.0 |
906 | 2024-05-06T17:59:00.296Z | Downloaded instant v0.1.12 |
907 | 2024-05-06T17:59:00.296Z | Downloaded hubpack v0.1.2 |
908 | 2024-05-06T17:59:00.296Z | Downloaded hyper-rustls v0.24.2 |
909 | 2024-05-06T17:59:00.299Z | Downloaded byteorder v1.5.0 |
910 | 2024-05-06T17:59:00.302Z | Downloaded indoc v2.0.3 |
911 | 2024-05-06T17:59:00.305Z | Downloaded kstat-rs v0.2.3 |
912 | 2024-05-06T17:59:00.308Z | Downloaded crunchy v0.2.2 |
913 | 2024-05-06T17:59:00.308Z | Downloaded iana-time-zone v0.1.57 |
914 | 2024-05-06T17:59:00.312Z | Downloaded hyper-rustls v0.26.0 |
915 | 2024-05-06T17:59:00.312Z | Downloaded keccak v0.1.4 |
916 | 2024-05-06T17:59:00.316Z | Downloaded ipnet v2.9.0 |
917 | 2024-05-06T17:59:00.319Z | Downloaded indoc v1.0.9 |
918 | 2024-05-06T17:59:00.319Z | Downloaded cipher v0.4.4 |
919 | 2024-05-06T17:59:00.322Z | Downloaded match_cfg v0.1.0 |
920 | 2024-05-06T17:59:00.325Z | Downloaded cassowary v0.3.0 |
921 | 2024-05-06T17:59:00.325Z | Downloaded md-5 v0.10.5 |
922 | 2024-05-06T17:59:00.328Z | Downloaded is-terminal v0.4.9 |
923 | 2024-05-06T17:59:00.328Z | Downloaded cexpr v0.6.0 |
924 | 2024-05-06T17:59:00.331Z | Downloaded chacha20 v0.9.1 |
925 | 2024-05-06T17:59:00.334Z | Downloaded hyper-staticfile v0.9.5 |
926 | 2024-05-06T17:59:00.337Z | Downloaded newline-converter v0.3.0 |
927 | 2024-05-06T17:59:00.337Z | Downloaded cobs v0.2.3 |
928 | 2024-05-06T17:59:00.340Z | Downloaded convert_case v0.4.0 |
929 | 2024-05-06T17:59:00.340Z | Downloaded const_format_proc_macros v0.2.32 |
930 | 2024-05-06T17:59:00.343Z | Downloaded constant_time_eq v0.3.0 |
931 | 2024-05-06T17:59:00.343Z | Downloaded matches v0.1.10 |
932 | 2024-05-06T17:59:00.346Z | Downloaded bytecount v0.6.3 |
933 | 2024-05-06T17:59:00.349Z | Downloaded normalize-line-endings v0.3.0 |
934 | 2024-05-06T17:59:00.349Z | Downloaded nested v0.1.1 |
935 | 2024-05-06T17:59:00.349Z | Downloaded sync_wrapper v0.1.2 |
936 | 2024-05-06T17:59:00.355Z | Downloaded colored v2.1.0 |
937 | 2024-05-06T17:59:00.355Z | Downloaded cfg-if v1.0.0 |
938 | 2024-05-06T17:59:00.358Z | Downloaded num-conv v0.1.0 |
939 | 2024-05-06T17:59:00.358Z | Downloaded new_debug_unreachable v1.0.4 |
940 | 2024-05-06T17:59:00.358Z | Downloaded crc-catalog v2.2.0 |
941 | 2024-05-06T17:59:00.358Z | Downloaded corncobs v0.1.3 |
942 | 2024-05-06T17:59:00.361Z | Downloaded is_ci v1.2.0 |
943 | 2024-05-06T17:59:00.361Z | Downloaded crc v3.0.1 |
944 | 2024-05-06T17:59:00.364Z | Downloaded lru v0.12.1 |
945 | 2024-05-06T17:59:00.364Z | Downloaded criterion-plot v0.5.0 |
946 | 2024-05-06T17:59:00.367Z | Downloaded multer v3.0.0 |
947 | 2024-05-06T17:59:00.370Z | Downloaded lazy_static v1.4.0 |
948 | 2024-05-06T17:59:00.370Z | Downloaded home v0.5.5 |
949 | 2024-05-06T17:59:00.373Z | Downloaded camino-tempfile v1.1.1 |
950 | 2024-05-06T17:59:00.376Z | Downloaded heck v0.4.1 |
951 | 2024-05-06T17:59:00.376Z | Downloaded nibble_vec v0.1.0 |
952 | 2024-05-06T17:59:00.379Z | Downloaded tinyvec_macros v0.1.1 |
953 | 2024-05-06T17:59:00.379Z | Downloaded newtype_derive v0.1.6 |
954 | 2024-05-06T17:59:00.382Z | Downloaded rustfmt-wrapper v0.2.1 |
955 | 2024-05-06T17:59:00.382Z | Downloaded rustc_version v0.4.0 |
956 | 2024-05-06T17:59:00.386Z | Downloaded rtoolbox v0.0.1 |
957 | 2024-05-06T17:59:00.386Z | Downloaded serde-hex v0.1.0 |
958 | 2024-05-06T17:59:00.389Z | Downloaded ciborium-ll v0.2.2 |
959 | 2024-05-06T17:59:00.389Z | Downloaded schemars_derive v0.8.17 |
960 | 2024-05-06T17:59:00.392Z | Downloaded darling_macro v0.20.8 |
961 | 2024-05-06T17:59:00.392Z | Downloaded slog-bunyan v2.5.0 |
962 | 2024-05-06T17:59:00.392Z | Downloaded waitgroup v0.1.2 |
963 | 2024-05-06T17:59:00.395Z | Downloaded cookie_store v0.20.0 |
964 | 2024-05-06T17:59:00.398Z | Downloaded console v0.15.8 |
965 | 2024-05-06T17:59:00.401Z | Downloaded clang-sys v1.6.1 |
966 | 2024-05-06T17:59:00.404Z | Downloaded vte_generate_state_changes v0.1.1 |
967 | 2024-05-06T17:59:00.404Z | Downloaded spin v0.5.2 |
968 | 2024-05-06T17:59:00.406Z | Downloaded supports-color v3.0.0 |
969 | 2024-05-06T17:59:00.406Z | Downloaded constant_time_eq v0.2.6 |
970 | 2024-05-06T17:59:00.409Z | Downloaded memoffset v0.7.1 |
971 | 2024-05-06T17:59:00.410Z | Downloaded crc32fast v1.3.2 |
972 | 2024-05-06T17:59:00.413Z | Downloaded maybe-uninit v2.0.0 |
973 | 2024-05-06T17:59:00.413Z | Downloaded managed v0.8.0 |
974 | 2024-05-06T17:59:00.416Z | Downloaded lalrpop-util v0.19.12 |
975 | 2024-05-06T17:59:00.416Z | Downloaded maplit v1.0.2 |
976 | 2024-05-06T17:59:00.421Z | Downloaded cfg-expr v0.15.6 |
977 | 2024-05-06T17:59:00.425Z | Downloaded libefi-sys v0.1.0 |
978 | 2024-05-06T17:59:00.425Z | Downloaded dtrace-parser v0.1.14 |
979 | 2024-05-06T17:59:00.425Z | Downloaded downcast v0.11.0 |
980 | 2024-05-06T17:59:00.425Z | Downloaded fxhash v0.2.1 |
981 | 2024-05-06T17:59:00.428Z | Downloaded cancel-safe-futures v0.1.5 |
982 | 2024-05-06T17:59:00.431Z | Downloaded tiny-keccak v2.0.2 |
983 | 2024-05-06T17:59:00.434Z | Downloaded tokio-macros v2.2.0 |
984 | 2024-05-06T17:59:00.434Z | Downloaded num-iter v0.1.44 |
985 | 2024-05-06T17:59:00.437Z | Downloaded universal-hash v0.5.1 |
986 | 2024-05-06T17:59:00.437Z | Downloaded num v0.4.2 |
987 | 2024-05-06T17:59:00.440Z | Downloaded multimap v0.10.0 |
988 | 2024-05-06T17:59:00.440Z | Downloaded mime v0.3.17 |
989 | 2024-05-06T17:59:00.443Z | Downloaded cookie v0.18.1 |
990 | 2024-05-06T17:59:00.446Z | Downloaded parse-size v1.0.0 |
991 | 2024-05-06T17:59:00.446Z | Downloaded opaque-debug v0.3.0 |
992 | 2024-05-06T17:59:00.446Z | Downloaded foreign-types-shared v0.3.1 |
993 | 2024-05-06T17:59:00.449Z | Downloaded phf_shared v0.10.0 |
994 | 2024-05-06T17:59:00.450Z | Downloaded foreign-types-shared v0.1.1 |
995 | 2024-05-06T17:59:00.450Z | Downloaded wait-timeout v0.2.0 |
996 | 2024-05-06T17:59:00.453Z | Downloaded stringprep v0.1.3 |
997 | 2024-05-06T17:59:00.453Z | Downloaded sec1 v0.7.3 |
998 | 2024-05-06T17:59:00.456Z | Downloaded thiserror-impl-no-std v2.0.2 |
999 | 2024-05-06T17:59:00.459Z | Downloaded const-oid v0.9.6 |
1000 | 2024-05-06T17:59:00.462Z | Downloaded crc-any v2.4.3 |
1001 | 2024-05-06T17:59:00.462Z | Downloaded synstructure v0.12.6 |
1002 | 2024-05-06T17:59:00.465Z | Downloaded strsim v0.10.0 |
1003 | 2024-05-06T17:59:00.465Z | Downloaded rpassword v7.3.1 |
1004 | 2024-05-06T17:59:00.468Z | Downloaded fallible-iterator v0.2.0 |
1005 | 2024-05-06T17:59:00.468Z | Downloaded defmt-parser v0.3.3 |
1006 | 2024-05-06T17:59:00.471Z | Downloaded defmt-macros v0.3.6 |
1007 | 2024-05-06T17:59:00.474Z | Downloaded untrusted v0.7.1 |
1008 | 2024-05-06T17:59:00.475Z | Downloaded mime_guess v2.0.4 |
1009 | 2024-05-06T17:59:00.478Z | Downloaded scroll_derive v0.12.0 |
1010 | 2024-05-06T17:59:00.478Z | Downloaded native-tls v0.2.11 |
1011 | 2024-05-06T17:59:00.481Z | Downloaded libsw v3.3.1 |
1012 | 2024-05-06T17:59:00.481Z | Downloaded tinytemplate v1.2.1 |
1013 | 2024-05-06T17:59:00.487Z | Downloaded strip-ansi-escapes v0.2.0 |
1014 | 2024-05-06T17:59:00.487Z | Downloaded num-derive v0.4.0 |
1015 | 2024-05-06T17:59:00.490Z | Downloaded num-complex v0.4.5 |
1016 | 2024-05-06T17:59:00.491Z | Downloaded nu-ansi-term v0.50.0 |
1017 | 2024-05-06T17:59:00.493Z | Downloaded slog v2.7.0 |
1018 | 2024-05-06T17:59:00.496Z | Downloaded memmap2 v0.7.1 |
1019 | 2024-05-06T17:59:00.496Z | Downloaded difflib v0.4.0 |
1020 | 2024-05-06T17:59:00.500Z | Downloaded termtree v0.4.1 |
1021 | 2024-05-06T17:59:00.500Z | Downloaded typenum v1.16.0 |
1022 | 2024-05-06T17:59:00.503Z | Downloaded mockall v0.12.1 |
1023 | 2024-05-06T17:59:00.506Z | Downloaded indexmap v1.9.3 |
1024 | 2024-05-06T17:59:00.521Z | Downloaded phf v0.11.2 |
1025 | 2024-05-06T17:59:00.521Z | Downloaded parse-display v0.9.0 |
1026 | 2024-05-06T17:59:00.532Z | Downloaded crossbeam-epoch v0.9.18 |
1027 | 2024-05-06T17:59:00.532Z | Downloaded num-rational v0.4.1 |
1028 | 2024-05-06T17:59:00.532Z | Downloaded want v0.3.1 |
1029 | 2024-05-06T17:59:00.532Z | Downloaded usdt-attr-macro v0.5.0 |
1030 | 2024-05-06T17:59:00.532Z | Downloaded memmap v0.7.0 |
1031 | 2024-05-06T17:59:00.532Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1032 | 2024-05-06T17:59:00.532Z | Downloaded untrusted v0.9.0 |
1033 | 2024-05-06T17:59:00.532Z | Downloaded proc-macro-crate v1.3.1 |
1034 | 2024-05-06T17:59:00.532Z | Downloaded predicates v3.1.0 |
1035 | 2024-05-06T17:59:00.533Z | Downloaded foreign-types v0.3.2 |
1036 | 2024-05-06T17:59:00.548Z | Downloaded endian-type v0.1.2 |
1037 | 2024-05-06T17:59:00.548Z | Downloaded openssl-probe v0.1.5 |
1038 | 2024-05-06T17:59:00.548Z | Downloaded openssl-macros v0.1.1 |
1039 | 2024-05-06T17:59:00.548Z | Downloaded ron v0.8.1 |
1040 | 2024-05-06T17:59:00.548Z | Downloaded guppy-workspace-hack v0.1.0 |
1041 | 2024-05-06T17:59:00.548Z | Downloaded smawk v0.3.1 |
1042 | 2024-05-06T17:59:00.553Z | Downloaded proc-macro-error-attr v1.0.4 |
1043 | 2024-05-06T17:59:00.553Z | Downloaded walkdir v2.5.0 |
1044 | 2024-05-06T17:59:00.553Z | Downloaded ucd-trie v0.1.6 |
1045 | 2024-05-06T17:59:00.553Z | Downloaded serde_yaml v0.9.25 |
1046 | 2024-05-06T17:59:00.553Z | Downloaded base64 v0.22.0 |
1047 | 2024-05-06T17:59:00.556Z | Downloaded target-spec v3.1.0 |
1048 | 2024-05-06T17:59:00.556Z | Downloaded smf v0.2.3 |
1049 | 2024-05-06T17:59:00.561Z | Downloaded portpicker v0.1.1 |
1050 | 2024-05-06T17:59:00.561Z | Downloaded compact_str v0.7.1 |
1051 | 2024-05-06T17:59:00.564Z | Downloaded precomputed-hash v0.1.1 |
1052 | 2024-05-06T17:59:00.564Z | Downloaded unicode-linebreak v0.1.5 |
1053 | 2024-05-06T17:59:00.564Z | Downloaded tokio-native-tls v0.3.1 |
1054 | 2024-05-06T17:59:00.567Z | Downloaded thread_local v1.1.7 |
1055 | 2024-05-06T17:59:00.567Z | Downloaded parse-display-derive v0.9.0 |
1056 | 2024-05-06T17:59:00.570Z | Downloaded const_format v0.2.32 |
1057 | 2024-05-06T17:59:00.574Z | Downloaded serde-big-array v0.4.1 |
1058 | 2024-05-06T17:59:00.578Z | Downloaded snafu-derive v0.8.2 |
1059 | 2024-05-06T17:59:00.581Z | Downloaded rustversion v1.0.14 |
1060 | 2024-05-06T17:59:00.581Z | Downloaded debug-ignore v1.0.5 |
1061 | 2024-05-06T17:59:00.584Z | Downloaded defmt v0.3.5 |
1062 | 2024-05-06T17:59:00.590Z | Downloaded subtle v2.5.0 |
1063 | 2024-05-06T17:59:00.593Z | Downloaded slog-dtrace v0.3.0 |
1064 | 2024-05-06T17:59:00.593Z | Downloaded try-lock v0.2.4 |
1065 | 2024-05-06T17:59:00.593Z | Downloaded scroll v0.12.0 |
1066 | 2024-05-06T17:59:00.596Z | Downloaded fixedbitset v0.4.2 |
1067 | 2024-05-06T17:59:00.596Z | Downloaded doc-comment v0.3.3 |
1068 | 2024-05-06T17:59:00.600Z | Downloaded which v4.4.0 |
1069 | 2024-05-06T17:59:00.601Z | Downloaded half v2.3.1 |
1070 | 2024-05-06T17:59:00.603Z | Downloaded sha2 v0.10.8 |
1071 | 2024-05-06T17:59:00.606Z | Downloaded cstr-argument v0.1.2 |
1072 | 2024-05-06T17:59:00.606Z | Downloaded highway v1.1.0 |
1073 | 2024-05-06T17:59:00.609Z | Downloaded zone_cfg_derive v0.1.2 |
1074 | 2024-05-06T17:59:00.609Z | Downloaded num-traits v0.2.18 |
1075 | 2024-05-06T17:59:00.612Z | Downloaded slab v0.4.9 |
1076 | 2024-05-06T17:59:00.621Z | Downloaded pin-utils v0.1.0 |
1077 | 2024-05-06T17:59:00.623Z | Downloaded oorandom v11.1.3 |
1078 | 2024-05-06T17:59:00.626Z | Downloaded funty v2.0.0 |
1079 | 2024-05-06T17:59:00.626Z | Downloaded crossbeam-channel v0.5.8 |
1080 | 2024-05-06T17:59:00.630Z | Downloaded peg-runtime v0.8.2 |
1081 | 2024-05-06T17:59:00.633Z | Downloaded fragile v2.0.0 |
1082 | 2024-05-06T17:59:00.633Z | Downloaded vsss-rs v3.3.4 |
1083 | 2024-05-06T17:59:00.637Z | Downloaded diff v0.1.13 |
1084 | 2024-05-06T17:59:00.641Z | Downloaded termios v0.3.3 |
1085 | 2024-05-06T17:59:00.644Z | Downloaded ena v0.14.2 |
1086 | 2024-05-06T17:59:00.648Z | Downloaded ppv-lite86 v0.2.17 |
1087 | 2024-05-06T17:59:00.648Z | Downloaded serde-big-array v0.5.1 |
1088 | 2024-05-06T17:59:00.651Z | Downloaded sct v0.7.0 |
1089 | 2024-05-06T17:59:00.655Z | Downloaded topological-sort v0.2.2 |
1090 | 2024-05-06T17:59:00.655Z | Downloaded headers v0.3.9 |
1091 | 2024-05-06T17:59:00.667Z | Downloaded pretty-hex v0.2.1 |
1092 | 2024-05-06T17:59:00.670Z | Downloaded serde_arrays v0.1.0 |
1093 | 2024-05-06T17:59:00.670Z | Downloaded once_cell v1.19.0 |
1094 | 2024-05-06T17:59:00.670Z | Downloaded structmeta-derive v0.3.0 |
1095 | 2024-05-06T17:59:00.670Z | Downloaded structmeta-derive v0.2.0 |
1096 | 2024-05-06T17:59:00.670Z | Downloaded dyn-clone v1.0.17 |
1097 | 2024-05-06T17:59:00.673Z | Downloaded usdt-attr-macro v0.3.5 |
1098 | 2024-05-06T17:59:00.673Z | Downloaded structmeta v0.3.0 |
1099 | 2024-05-06T17:59:00.673Z | Downloaded pest_derive v2.7.6 |
1100 | 2024-05-06T17:59:00.677Z | Downloaded tokio-tungstenite v0.20.1 |
1101 | 2024-05-06T17:59:00.683Z | Downloaded take_mut v0.2.2 |
1102 | 2024-05-06T17:59:00.683Z | Downloaded either v1.11.0 |
1103 | 2024-05-06T17:59:00.687Z | Downloaded indicatif v0.17.8 |
1104 | 2024-05-06T17:59:00.687Z | Downloaded hostname v0.3.1 |
1105 | 2024-05-06T17:59:00.690Z | Downloaded crypto-common v0.1.6 |
1106 | 2024-05-06T17:59:00.690Z | Downloaded usdt v0.3.5 |
1107 | 2024-05-06T17:59:00.690Z | Downloaded unicode-xid v0.2.4 |
1108 | 2024-05-06T17:59:00.694Z | Downloaded unicode-width v0.1.11 |
1109 | 2024-05-06T17:59:00.694Z | Downloaded termcolor v1.2.0 |
1110 | 2024-05-06T17:59:00.697Z | Downloaded vte v0.11.1 |
1111 | 2024-05-06T17:59:00.700Z | Downloaded rstest v0.19.0 |
1112 | 2024-05-06T17:59:00.704Z | Downloaded zip v0.6.6 |
1113 | 2024-05-06T17:59:00.708Z | Downloaded rand_chacha v0.3.1 |
1114 | 2024-05-06T17:59:00.711Z | Downloaded peeking_take_while v0.1.2 |
1115 | 2024-05-06T17:59:00.711Z | Downloaded oso-derive v0.27.3 |
1116 | 2024-05-06T17:59:00.715Z | Downloaded resolv-conf v0.7.0 |
1117 | 2024-05-06T17:59:00.715Z | Downloaded mio v0.8.11 |
1118 | 2024-05-06T17:59:00.721Z | Downloaded static_assertions v1.1.0 |
1119 | 2024-05-06T17:59:00.724Z | Downloaded group v0.13.0 |
1120 | 2024-05-06T17:59:00.727Z | Downloaded semver v0.1.20 |
1121 | 2024-05-06T17:59:00.727Z | Downloaded tower-layer v0.3.2 |
1122 | 2024-05-06T17:59:00.727Z | Downloaded postcard v1.0.8 |
1123 | 2024-05-06T17:59:00.730Z | Downloaded rand_core v0.6.4 |
1124 | 2024-05-06T17:59:00.734Z | Downloaded unarray v0.1.4 |
1125 | 2024-05-06T17:59:00.734Z | Downloaded tabled_derive v0.7.0 |
1126 | 2024-05-06T17:59:00.741Z | Downloaded usdt v0.5.0 |
1127 | 2024-05-06T17:59:00.741Z | Downloaded tabwriter v1.4.0 |
1128 | 2024-05-06T17:59:00.741Z | Downloaded tungstenite v0.20.1 |
1129 | 2024-05-06T17:59:00.744Z | Downloaded serde_urlencoded v0.7.1 |
1130 | 2024-05-06T17:59:00.744Z | Downloaded time-core v0.1.2 |
1131 | 2024-05-06T17:59:00.748Z | Downloaded predicates-tree v1.0.9 |
1132 | 2024-05-06T17:59:00.748Z | Downloaded predicates-core v1.0.6 |
1133 | 2024-05-06T17:59:00.748Z | Downloaded schemars v0.8.17 |
1134 | 2024-05-06T17:59:00.764Z | Downloaded fnv v1.0.7 |
1135 | 2024-05-06T17:59:00.767Z | Downloaded filetime v0.2.23 |
1136 | 2024-05-06T17:59:00.767Z | Downloaded digest v0.10.7 |
1137 | 2024-05-06T17:59:00.767Z | Downloaded tap v1.0.1 |
1138 | 2024-05-06T17:59:00.767Z | Downloaded csv-core v0.1.11 |
1139 | 2024-05-06T17:59:00.772Z | Downloaded peg v0.8.2 |
1140 | 2024-05-06T17:59:00.775Z | Downloaded oso v0.27.3 |
1141 | 2024-05-06T17:59:00.778Z | Downloaded unsafe-libyaml v0.2.10 |
1142 | 2024-05-06T17:59:00.781Z | Downloaded ref-cast-impl v1.0.22 |
1143 | 2024-05-06T17:59:00.782Z | Downloaded deranged v0.3.11 |
1144 | 2024-05-06T17:59:00.785Z | Downloaded term v0.7.0 |
1145 | 2024-05-06T17:59:00.788Z | Downloaded pathdiff v0.2.1 |
1146 | 2024-05-06T17:59:00.788Z | Downloaded path-slash v0.1.5 |
1147 | 2024-05-06T17:59:00.791Z | Downloaded rustls-pki-types v1.3.0 |
1148 | 2024-05-06T17:59:00.791Z | Downloaded unicase v2.7.0 |
1149 | 2024-05-06T17:59:00.794Z | Downloaded hmac v0.12.1 |
1150 | 2024-05-06T17:59:00.800Z | Downloaded rustls-pemfile v2.1.2 |
1151 | 2024-05-06T17:59:00.800Z | Downloaded parking_lot v0.11.2 |
1152 | 2024-05-06T17:59:01.216Z | Downloaded futures-io v0.3.30 |
1153 | 2024-05-06T17:59:01.216Z | Downloaded futures-executor v0.3.30 |
1154 | 2024-05-06T17:59:01.216Z | Downloaded futures-core v0.3.30 |
1155 | 2024-05-06T17:59:01.216Z | Downloaded peg-macros v0.8.2 |
1156 | 2024-05-06T17:59:01.216Z | Downloaded stability v0.2.0 |
1157 | 2024-05-06T17:59:01.227Z | Downloaded percent-encoding v2.3.1 |
1158 | 2024-05-06T17:59:01.227Z | Downloaded tower-service v0.3.2 |
1159 | 2024-05-06T17:59:01.227Z | Downloaded pem v3.0.4 |
1160 | 2024-05-06T17:59:01.227Z | Downloaded postgres-types v0.2.6 |
1161 | 2024-05-06T17:59:01.227Z | Downloaded hyper v1.1.0 |
1162 | 2024-05-06T17:59:01.227Z | Downloaded derive_builder_macro v0.20.0 |
1163 | 2024-05-06T17:59:01.227Z | Downloaded rand_xorshift v0.3.0 |
1164 | 2024-05-06T17:59:01.227Z | Downloaded packed_struct_codegen v0.10.1 |
1165 | 2024-05-06T17:59:01.227Z | Downloaded scheduled-thread-pool v0.2.7 |
1166 | 2024-05-06T17:59:01.227Z | Downloaded serde_tokenstream v0.1.7 |
1167 | 2024-05-06T17:59:01.227Z | Downloaded serde_plain v1.0.2 |
1168 | 2024-05-06T17:59:01.228Z | Downloaded elliptic-curve v0.13.8 |
1169 | 2024-05-06T17:59:01.228Z | Downloaded tokio-postgres v0.7.10 |
1170 | 2024-05-06T17:59:01.228Z | Downloaded dtrace-parser v0.2.0 |
1171 | 2024-05-06T17:59:01.228Z | Downloaded same-file v1.0.6 |
1172 | 2024-05-06T17:59:01.228Z | Downloaded serde_tokenstream v0.2.0 |
1173 | 2024-05-06T17:59:01.228Z | Downloaded version_check v0.9.4 |
1174 | 2024-05-06T17:59:01.228Z | Downloaded usdt-impl v0.5.0 |
1175 | 2024-05-06T17:59:01.228Z | Downloaded openssl-sys v0.9.102 |
1176 | 2024-05-06T17:59:01.228Z | Downloaded futures v0.3.30 |
1177 | 2024-05-06T17:59:01.228Z | Downloaded num-bigint v0.4.4 |
1178 | 2024-05-06T17:59:01.228Z | Downloaded futures-channel v0.3.30 |
1179 | 2024-05-06T17:59:01.228Z | Downloaded plotters-svg v0.3.5 |
1180 | 2024-05-06T17:59:01.228Z | Downloaded dirs-sys-next v0.1.2 |
1181 | 2024-05-06T17:59:01.228Z | Downloaded dirs-next v2.0.0 |
1182 | 2024-05-06T17:59:01.229Z | Downloaded strum_macros v0.25.2 |
1183 | 2024-05-06T17:59:01.229Z | Downloaded blake3 v1.5.0 |
1184 | 2024-05-06T17:59:01.229Z | Downloaded paste v1.0.14 |
1185 | 2024-05-06T17:59:01.229Z | Downloaded samael v0.0.15 |
1186 | 2024-05-06T17:59:01.229Z | Downloaded shlex v1.3.0 |
1187 | 2024-05-06T17:59:01.229Z | Downloaded pretty-hex v0.4.1 |
1188 | 2024-05-06T17:59:01.229Z | Downloaded snafu v0.8.2 |
1189 | 2024-05-06T17:59:01.229Z | Downloaded zerocopy v0.3.0 |
1190 | 2024-05-06T17:59:01.229Z | Downloaded smallvec v1.13.1 |
1191 | 2024-05-06T17:59:01.229Z | Downloaded similar v2.4.0 |
1192 | 2024-05-06T17:59:01.229Z | Downloaded yansi v0.5.1 |
1193 | 2024-05-06T17:59:01.229Z | Downloaded textwrap v0.16.1 |
1194 | 2024-05-06T17:59:01.229Z | Downloaded serde_path_to_error v0.1.16 |
1195 | 2024-05-06T17:59:01.230Z | Downloaded serde_derive_internals v0.29.0 |
1196 | 2024-05-06T17:59:01.230Z | Downloaded heck v0.3.3 |
1197 | 2024-05-06T17:59:01.230Z | Downloaded hash32 v0.3.1 |
1198 | 2024-05-06T17:59:01.230Z | Downloaded reqwest v0.11.27 |
1199 | 2024-05-06T17:59:01.230Z | Downloaded strum_macros v0.26.1 |
1200 | 2024-05-06T17:59:01.230Z | Downloaded diesel_derives v2.1.2 |
1201 | 2024-05-06T17:59:01.230Z | Downloaded derive_more v0.99.17 |
1202 | 2024-05-06T17:59:01.230Z | Downloaded thread-id v4.2.0 |
1203 | 2024-05-06T17:59:01.230Z | Downloaded thiserror-no-std v2.0.2 |
1204 | 2024-05-06T17:59:01.230Z | Downloaded phf_shared v0.11.2 |
1205 | 2024-05-06T17:59:01.230Z | Downloaded globset v0.4.13 |
1206 | 2024-05-06T17:59:01.230Z | Downloaded strum_macros v0.24.3 |
1207 | 2024-05-06T17:59:01.230Z | Downloaded usdt-macro v0.5.0 |
1208 | 2024-05-06T17:59:01.230Z | Downloaded psl-types v2.0.11 |
1209 | 2024-05-06T17:59:01.231Z | Downloaded plotters-backend v0.3.5 |
1210 | 2024-05-06T17:59:01.231Z | Downloaded rustls-native-certs v0.7.0 |
1211 | 2024-05-06T17:59:01.231Z | Downloaded ron v0.7.1 |
1212 | 2024-05-06T17:59:01.231Z | Downloaded usdt-macro v0.3.5 |
1213 | 2024-05-06T17:59:01.231Z | Downloaded yasna v0.5.2 |
1214 | 2024-05-06T17:59:01.231Z | Downloaded r2d2 v0.8.10 |
1215 | 2024-05-06T17:59:01.231Z | Downloaded rustls-pemfile v1.0.3 |
1216 | 2024-05-06T17:59:01.231Z | Downloaded pest_meta v2.7.6 |
1217 | 2024-05-06T17:59:01.231Z | Downloaded wyz v0.5.1 |
1218 | 2024-05-06T17:59:01.231Z | Downloaded olpc-cjson v0.1.3 |
1219 | 2024-05-06T17:59:01.231Z | Downloaded float-cmp v0.9.0 |
1220 | 2024-05-06T17:59:01.231Z | Downloaded pin-project v1.1.3 |
1221 | 2024-05-06T17:59:01.231Z | Downloaded toolchain_find v0.4.0 |
1222 | 2024-05-06T17:59:01.232Z | Downloaded threadpool v1.8.1 |
1223 | 2024-05-06T17:59:01.232Z | Downloaded slog-term v2.9.1 |
1224 | 2024-05-06T17:59:01.232Z | Downloaded ref-cast v1.0.22 |
1225 | 2024-05-06T17:59:01.232Z | Downloaded sqlformat v0.2.3 |
1226 | 2024-05-06T17:59:01.232Z | Downloaded zone v0.1.8 |
1227 | 2024-05-06T17:59:01.232Z | Downloaded zeroize_derive v1.4.2 |
1228 | 2024-05-06T17:59:01.232Z | Downloaded zeroize v1.7.0 |
1229 | 2024-05-06T17:59:01.232Z | Downloaded xattr v1.0.1 |
1230 | 2024-05-06T17:59:01.232Z | Downloaded tokio-tungstenite v0.21.0 |
1231 | 2024-05-06T17:59:01.232Z | Downloaded platforms v3.0.2 |
1232 | 2024-05-06T17:59:01.232Z | Downloaded radium v0.7.0 |
1233 | 2024-05-06T17:59:01.232Z | Downloaded uzers v0.11.3 |
1234 | 2024-05-06T17:59:01.232Z | Downloaded tempfile v3.10.1 |
1235 | 2024-05-06T17:59:01.232Z | Downloaded target-lexicon v0.12.13 |
1236 | 2024-05-06T17:59:01.233Z | Downloaded sigpipe v0.1.3 |
1237 | 2024-05-06T17:59:01.233Z | Downloaded curve25519-dalek-derive v0.1.0 |
1238 | 2024-05-06T17:59:01.233Z | Downloaded signal-hook v0.3.17 |
1239 | 2024-05-06T17:59:01.233Z | Downloaded hyper v0.14.28 |
1240 | 2024-05-06T17:59:01.233Z | Downloaded strum v0.26.2 |
1241 | 2024-05-06T17:59:01.233Z | Downloaded sqlparser_derive v0.2.2 |
1242 | 2024-05-06T17:59:01.233Z | Downloaded typed-path v0.7.0 |
1243 | 2024-05-06T17:59:01.233Z | Downloaded futures-sink v0.3.30 |
1244 | 2024-05-06T17:59:01.233Z | Downloaded tui-tree-widget v0.19.0 |
1245 | 2024-05-06T17:59:01.233Z | Downloaded data-encoding v2.4.0 |
1246 | 2024-05-06T17:59:01.233Z | Downloaded regex-automata v0.1.10 |
1247 | 2024-05-06T17:59:01.233Z | Downloaded password-hash v0.5.0 |
1248 | 2024-05-06T17:59:01.233Z | Downloaded spki v0.7.2 |
1249 | 2024-05-06T17:59:01.234Z | Downloaded hex-literal v0.4.1 |
1250 | 2024-05-06T17:59:01.234Z | Downloaded plain v0.2.3 |
1251 | 2024-05-06T17:59:01.234Z | Downloaded rustls-webpki v0.101.7 |
1252 | 2024-05-06T17:59:01.234Z | Downloaded packed_struct v0.10.1 |
1253 | 2024-05-06T17:59:01.234Z | Downloaded fatfs v0.3.6 |
1254 | 2024-05-06T17:59:01.234Z | Downloaded hex v0.4.3 |
1255 | 2024-05-06T17:59:01.234Z | Downloaded hash32 v0.2.1 |
1256 | 2024-05-06T17:59:01.234Z | Downloaded url v2.5.0 |
1257 | 2024-05-06T17:59:01.240Z | Downloaded gethostname v0.4.3 |
1258 | 2024-05-06T17:59:01.240Z | Downloaded slog-envlogger v2.2.0 |
1259 | 2024-05-06T17:59:01.240Z | Downloaded partial-io v0.5.4 |
1260 | 2024-05-06T17:59:01.241Z | Downloaded http-body v0.4.5 |
1261 | 2024-05-06T17:59:01.241Z | Downloaded utf-8 v0.7.6 |
1262 | 2024-05-06T17:59:01.241Z | Downloaded rand_seeder v0.2.3 |
1263 | 2024-05-06T17:59:01.241Z | Downloaded rustc-demangle v0.1.23 |
1264 | 2024-05-06T17:59:01.241Z | Downloaded generic-array v0.14.7 |
1265 | 2024-05-06T17:59:01.241Z | Downloaded toml_edit v0.19.15 |
1266 | 2024-05-06T17:59:01.241Z | Downloaded string_cache v0.8.7 |
1267 | 2024-05-06T17:59:01.241Z | Downloaded erased-serde v0.3.31 |
1268 | 2024-05-06T17:59:01.241Z | Downloaded env_logger v0.10.0 |
1269 | 2024-05-06T17:59:01.241Z | Downloaded env_logger v0.9.3 |
1270 | 2024-05-06T17:59:01.241Z | Downloaded parking_lot v0.12.1 |
1271 | 2024-05-06T17:59:01.242Z | Downloaded pretty_assertions v1.4.0 |
1272 | 2024-05-06T17:59:01.242Z | Downloaded pkcs8 v0.10.2 |
1273 | 2024-05-06T17:59:01.242Z | Downloaded spin v0.9.8 |
1274 | 2024-05-06T17:59:01.242Z | Downloaded rstest_macros v0.19.0 |
1275 | 2024-05-06T17:59:01.242Z | Downloaded zerocopy v0.6.6 |
1276 | 2024-05-06T17:59:01.242Z | Downloaded prettyplease v0.2.19 |
1277 | 2024-05-06T17:59:01.242Z | Downloaded unicode-segmentation v1.10.1 |
1278 | 2024-05-06T17:59:01.242Z | Downloaded bindgen v0.69.2 |
1279 | 2024-05-06T17:59:01.242Z | Downloaded fd-lock v4.0.2 |
1280 | 2024-05-06T17:59:01.243Z | Downloaded omicron-zone-package v0.11.0 |
1281 | 2024-05-06T17:59:01.243Z | Downloaded trust-dns-server v0.22.1 |
1282 | 2024-05-06T17:59:01.243Z | Downloaded hkdf v0.12.4 |
1283 | 2024-05-06T17:59:01.243Z | Downloaded tracing v0.1.40 |
1284 | 2024-05-06T17:59:01.243Z | Downloaded rustyline v14.0.0 |
1285 | 2024-05-06T17:59:01.243Z | Downloaded hashbrown v0.13.2 |
1286 | 2024-05-06T17:59:01.243Z | Downloaded http v0.2.12 |
1287 | 2024-05-06T17:59:01.243Z | Downloaded idna v0.3.0 |
1288 | 2024-05-06T17:59:01.243Z | Downloaded zerocopy v0.7.32 |
1289 | 2024-05-06T17:59:01.243Z | Downloaded x509-cert v0.2.4 |
1290 | 2024-05-06T17:59:01.243Z | Downloaded tough v0.17.1 |
1291 | 2024-05-06T17:59:01.243Z | Downloaded flate2 v1.0.28 |
1292 | 2024-05-06T17:59:01.243Z | Downloaded toml v0.7.8 |
1293 | 2024-05-06T17:59:01.244Z | Downloaded flume v0.11.0 |
1294 | 2024-05-06T17:59:01.244Z | Downloaded syn v1.0.109 |
1295 | 2024-05-06T17:59:01.248Z | Downloaded http v1.0.0 |
1296 | 2024-05-06T17:59:01.262Z | Downloaded portable-atomic v1.4.3 |
1297 | 2024-05-06T17:59:01.266Z | Downloaded bstr v0.2.17 |
1298 | 2024-05-06T17:59:01.271Z | Downloaded pest v2.7.6 |
1299 | 2024-05-06T17:59:01.276Z | Downloaded publicsuffix v2.2.3 |
1300 | 2024-05-06T17:59:01.283Z | Downloaded steno v0.4.0 |
1301 | 2024-05-06T17:59:01.304Z | Downloaded hashbrown v0.12.3 |
1302 | 2024-05-06T17:59:01.304Z | Downloaded winnow v0.5.15 |
1303 | 2024-05-06T17:59:01.312Z | Downloaded time v0.3.34 |
1304 | 2024-05-06T17:59:01.312Z | Downloaded proptest v1.4.0 |
1305 | 2024-05-06T17:59:01.316Z | Downloaded tokio-util v0.7.10 |
1306 | 2024-05-06T17:59:01.322Z | Downloaded reedline v0.31.0 |
1307 | 2024-05-06T17:59:01.325Z | Downloaded rayon v1.10.0 |
1308 | 2024-05-06T17:59:01.344Z | Downloaded object v0.30.4 |
1309 | 2024-05-06T17:59:01.347Z | Downloaded quick-xml v0.31.0 |
1310 | 2024-05-06T17:59:01.352Z | Downloaded petgraph v0.6.4 |
1311 | 2024-05-06T17:59:01.369Z | Downloaded tabled v0.15.0 |
1312 | 2024-05-06T17:59:01.385Z | Downloaded openssl v0.10.64 |
1313 | 2024-05-06T17:59:01.394Z | Downloaded smoltcp v0.11.0 |
1314 | 2024-05-06T17:59:01.407Z | Downloaded gimli v0.28.0 |
1315 | 2024-05-06T17:59:01.415Z | Downloaded vcpkg v0.2.15 |
1316 | 2024-05-06T17:59:01.458Z | Downloaded rustls v0.21.9 |
1317 | 2024-05-06T17:59:01.467Z | Downloaded curve25519-dalek v4.1.2 |
1318 | 2024-05-06T17:59:01.476Z | Downloaded regex v1.10.4 |
1319 | 2024-05-06T17:59:01.492Z | Downloaded diesel v2.1.6 |
1320 | 2024-05-06T17:59:01.509Z | Downloaded radix_trie v0.2.1 |
1321 | 2024-05-06T17:59:01.515Z | Downloaded regex-syntax v0.6.29 |
1322 | 2024-05-06T17:59:01.523Z | Downloaded regress v0.9.1 |
1323 | 2024-05-06T17:59:01.531Z | Downloaded zerocopy-derive v0.6.6 |
1324 | 2024-05-06T17:59:01.543Z | Downloaded rustls v0.22.4 |
1325 | 2024-05-06T17:59:01.554Z | Downloaded regex-syntax v0.8.2 |
1326 | 2024-05-06T17:59:01.563Z | Downloaded csv v1.3.0 |
1327 | 2024-05-06T17:59:01.583Z | Downloaded sled v0.34.7 |
1328 | 2024-05-06T17:59:01.593Z | Downloaded zerocopy-derive v0.2.0 |
1329 | 2024-05-06T17:59:01.604Z | Downloaded openapiv3 v2.0.0 |
1330 | 2024-05-06T17:59:01.613Z | Downloaded trust-dns-proto v0.22.0 |
1331 | 2024-05-06T17:59:01.625Z | Downloaded ratatui v0.26.2 |
1332 | 2024-05-06T17:59:01.642Z | Downloaded polar-core v0.27.3 |
1333 | 2024-05-06T17:59:01.650Z | Downloaded nix v0.28.0 |
1334 | 2024-05-06T17:59:01.662Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1335 | 2024-05-06T17:59:01.674Z | Downloaded bstr v1.9.0 |
1336 | 2024-05-06T17:59:01.686Z | Downloaded object v0.32.1 |
1337 | 2024-05-06T17:59:01.710Z | Downloaded webpki-roots v0.25.2 |
1338 | 2024-05-06T17:59:01.715Z | Downloaded regex-automata v0.4.5 |
1339 | 2024-05-06T17:59:01.733Z | Downloaded tokio v1.37.0 |
1340 | 2024-05-06T17:59:01.775Z | Downloaded sha3 v0.10.8 |
1341 | 2024-05-06T17:59:01.780Z | Downloaded smoltcp v0.9.1 |
1342 | 2024-05-06T17:59:01.788Z | Downloaded serde_with v3.7.0 |
1343 | 2024-05-06T17:59:01.794Z | Downloaded idna v0.2.3 |
1344 | 2024-05-06T17:59:01.800Z | Downloaded rustls-webpki v0.102.1 |
1345 | 2024-05-06T17:59:01.816Z | Downloaded lalrpop v0.19.12 |
1346 | 2024-05-06T17:59:01.827Z | Downloaded plotters v0.3.5 |
1347 | 2024-05-06T17:59:01.834Z | Downloaded h2 v0.3.26 |
1348 | 2024-05-06T17:59:01.842Z | Downloaded idna v0.5.0 |
1349 | 2024-05-06T17:59:01.847Z | Downloaded darling_core v0.20.8 |
1350 | 2024-05-06T17:59:01.852Z | Downloaded trust-dns-resolver v0.22.0 |
1351 | 2024-05-06T17:59:01.856Z | Downloaded tower v0.4.13 |
1352 | 2024-05-06T17:59:01.864Z | Downloaded sqlparser v0.45.0 |
1353 | 2024-05-06T17:59:01.870Z | Downloaded goblin v0.8.0 |
1354 | 2024-05-06T17:59:01.875Z | Downloaded tracing-core v0.1.32 |
1355 | 2024-05-06T17:59:01.880Z | Downloaded siphasher v0.3.11 |
1356 | 2024-05-06T17:59:01.884Z | Downloaded slog-json v2.6.1 |
1357 | 2024-05-06T17:59:01.884Z | Downloaded encoding_rs v0.8.33 |
1358 | 2024-05-06T17:59:01.903Z | Downloaded derive_builder_core v0.20.0 |
1359 | 2024-05-06T17:59:02.511Z | Downloaded uuid v1.8.0 |
1360 | 2024-05-06T17:59:02.512Z | Downloaded chrono v0.4.38 |
1361 | 2024-05-06T17:59:02.512Z | Downloaded bitvec v1.0.1 |
1362 | 2024-05-06T17:59:02.512Z | Downloaded time-macros v0.2.17 |
1363 | 2024-05-06T17:59:02.512Z | Downloaded similar-asserts v1.5.0 |
1364 | 2024-05-06T17:59:02.512Z | Downloaded pin-project-lite v0.2.13 |
1365 | 2024-05-06T17:59:02.512Z | Downloaded rust-argon2 v2.1.0 |
1366 | 2024-05-06T17:59:02.512Z | Downloaded test-strategy v0.3.1 |
1367 | 2024-05-06T17:59:02.512Z | Downloaded toml v0.5.11 |
1368 | 2024-05-06T17:59:02.512Z | Downloaded guppy v0.17.5 |
1369 | 2024-05-06T17:59:02.512Z | Downloaded futures-util v0.3.30 |
1370 | 2024-05-06T17:59:02.512Z | Downloaded darling v0.20.8 |
1371 | 2024-05-06T17:59:02.512Z | Downloaded escape8259 v0.5.2 |
1372 | 2024-05-06T17:59:02.512Z | Downloaded derive_builder v0.20.0 |
1373 | 2024-05-06T17:59:02.512Z | Downloaded subprocess v0.2.9 |
1374 | 2024-05-06T17:59:02.512Z | Downloaded tungstenite v0.21.0 |
1375 | 2024-05-06T17:59:02.512Z | Downloaded rusty-fork v0.3.0 |
1376 | 2024-05-06T17:59:02.512Z | Downloaded rand v0.8.5 |
1377 | 2024-05-06T17:59:02.512Z | Downloaded nom v7.1.3 |
1378 | 2024-05-06T17:59:02.512Z | Downloaded unicode-normalization v0.1.22 |
1379 | 2024-05-06T17:59:02.513Z | Downloaded getrandom v0.2.12 |
1380 | 2024-05-06T17:59:02.513Z | Downloaded derive-where v1.2.7 |
1381 | 2024-05-06T17:59:02.513Z | Downloaded num-bigint-dig v0.8.4 |
1382 | 2024-05-06T17:59:02.513Z | Downloaded libm v0.2.7 |
1383 | 2024-05-06T17:59:02.513Z | Downloaded zerocopy-derive v0.7.32 |
1384 | 2024-05-06T17:59:02.513Z | Downloaded tracing-attributes v0.1.27 |
1385 | 2024-05-06T17:59:02.513Z | Downloaded tar v0.4.40 |
1386 | 2024-05-06T17:59:02.513Z | Downloaded libxml v0.3.3 |
1387 | 2024-05-06T17:59:02.513Z | Downloaded futures-macro v0.3.30 |
1388 | 2024-05-06T17:59:02.513Z | Downloaded signature v2.1.0 |
1389 | 2024-05-06T17:59:02.513Z | Downloaded signature v1.6.4 |
1390 | 2024-05-06T17:59:02.513Z | Downloaded signal-hook-mio v0.2.3 |
1391 | 2024-05-06T17:59:02.513Z | Downloaded unicode-bidi v0.3.15 |
1392 | 2024-05-06T17:59:02.513Z | Downloaded shell-words v1.1.0 |
1393 | 2024-05-06T17:59:02.514Z | Downloaded pem-rfc7468 v0.7.0 |
1394 | 2024-05-06T17:59:02.514Z | Downloaded fancy-regex v0.13.0 |
1395 | 2024-05-06T17:59:02.514Z | Downloaded dof v0.3.0 |
1396 | 2024-05-06T17:59:02.514Z | Downloaded display-error-chain v0.2.0 |
1397 | 2024-05-06T17:59:02.514Z | Downloaded pest_generator v2.7.6 |
1398 | 2024-05-06T17:59:02.514Z | Downloaded glob v0.3.1 |
1399 | 2024-05-06T17:59:02.514Z | Downloaded getopts v0.2.21 |
1400 | 2024-05-06T17:59:02.514Z | Downloaded der_derive v0.7.2 |
1401 | 2024-05-06T17:59:02.514Z | Downloaded papergrid v0.11.0 |
1402 | 2024-05-06T17:59:02.514Z | Downloaded flagset v0.4.3 |
1403 | 2024-05-06T17:59:02.514Z | Downloaded ff v0.13.0 |
1404 | 2024-05-06T17:59:02.514Z | Downloaded datatest-stable v0.2.9 |
1405 | 2024-05-06T17:59:02.514Z | Downloaded quick-error v1.2.3 |
1406 | 2024-05-06T17:59:02.515Z | Downloaded owo-colors v4.0.0 |
1407 | 2024-05-06T17:59:02.515Z | Downloaded pin-project-internal v1.1.3 |
1408 | 2024-05-06T17:59:02.515Z | Downloaded heapless v0.8.0 |
1409 | 2024-05-06T17:59:02.515Z | Downloaded heapless v0.7.16 |
1410 | 2024-05-06T17:59:02.515Z | Downloaded minimal-lexical v0.2.1 |
1411 | 2024-05-06T17:59:02.515Z | Downloaded expectorate v1.1.0 |
1412 | 2024-05-06T17:59:02.515Z | Downloaded crossterm v0.27.0 |
1413 | 2024-05-06T17:59:02.515Z | Downloaded tokio-stream v0.1.15 |
1414 | 2024-05-06T17:59:02.515Z | Downloaded criterion v0.5.1 |
1415 | 2024-05-06T17:59:02.515Z | Downloaded ed25519 v1.5.3 |
1416 | 2024-05-06T17:59:02.515Z | Downloaded itertools v0.12.1 |
1417 | 2024-05-06T17:59:02.515Z | Downloaded stable_deref_trait v1.2.0 |
1418 | 2024-05-06T17:59:02.516Z | Downloaded slog-stdlog v4.1.1 |
1419 | 2024-05-06T17:59:02.516Z | Downloaded slog-scope v4.4.0 |
1420 | 2024-05-06T17:59:02.516Z | Downloaded enum-as-inner v0.5.1 |
1421 | 2024-05-06T17:59:02.516Z | Downloaded embedded-io v0.4.0 |
1422 | 2024-05-06T17:59:02.516Z | Downloaded postgres-protocol v0.6.6 |
1423 | 2024-05-06T17:59:02.516Z | Downloaded unicode_categories v0.1.1 |
1424 | 2024-05-06T17:59:02.516Z | Downloaded trust-dns-client v0.22.0 |
1425 | 2024-05-06T17:59:02.516Z | Downloaded usdt-impl v0.3.5 |
1426 | 2024-05-06T17:59:02.516Z | Downloaded rsa v0.9.2 |
1427 | 2024-05-06T17:59:02.516Z | Downloaded rcgen v0.12.1 |
1428 | 2024-05-06T17:59:02.516Z | Downloaded rayon-core v1.12.1 |
1429 | 2024-05-06T17:59:02.516Z | Downloaded der v0.7.8 |
1430 | 2024-05-06T17:59:02.517Z | Downloaded futures-timer v3.0.2 |
1431 | 2024-05-06T17:59:02.517Z | Downloaded futures-task v0.3.30 |
1432 | 2024-05-06T17:59:02.517Z | Downloaded smallvec v0.6.14 |
1433 | 2024-05-06T17:59:02.517Z | Downloaded pkcs1 v0.7.5 |
1434 | 2024-05-06T17:59:02.517Z | Downloaded whoami v1.5.1 |
1435 | 2024-05-06T17:59:02.517Z | Downloaded tokio-rustls v0.25.0 |
1436 | 2024-05-06T17:59:02.517Z | Downloaded secrecy v0.8.0 |
1437 | 2024-05-06T17:59:02.517Z | Downloaded scopeguard v1.2.0 |
1438 | 2024-05-06T17:59:02.517Z | Downloaded salty v0.2.0 |
1439 | 2024-05-06T17:59:02.517Z | Downloaded structmeta v0.2.0 |
1440 | 2024-05-06T17:59:02.517Z | Downloaded rustc_version v0.1.7 |
1441 | 2024-05-06T17:59:02.517Z | Downloaded rustc-hash v1.1.0 |
1442 | 2024-05-06T17:59:02.517Z | Downloaded powerfmt v0.2.0 |
1443 | 2024-05-06T17:59:02.518Z | Downloaded dof v0.1.5 |
1444 | 2024-05-06T17:59:02.518Z | Downloaded tokio-rustls v0.24.1 |
1445 | 2024-05-06T17:59:02.518Z | Downloaded proc-macro-error v1.0.4 |
1446 | 2024-05-06T17:59:02.518Z | Downloaded poly1305 v0.8.0 |
1447 | 2024-05-06T17:59:02.518Z | Downloaded relative-path v1.9.0 |
1448 | 2024-05-06T17:59:02.518Z | Downloaded mockall_derive v0.12.1 |
1449 | 2024-05-06T17:59:02.518Z | Downloaded parking_lot_core v0.9.8 |
1450 | 2024-05-06T17:59:02.518Z | Downloaded parking_lot_core v0.8.6 |
1451 | 2024-05-06T17:59:02.518Z | Downloaded miniz_oxide v0.7.1 |
1452 | 2024-05-06T17:59:02.518Z | Downloaded log v0.4.21 |
1453 | 2024-05-06T17:59:02.518Z | Downloaded lock_api v0.4.10 |
1454 | 2024-05-06T17:59:02.519Z | Downloaded trybuild v1.0.91 |
1455 | 2024-05-06T17:59:02.519Z | Downloaded pkg-config v0.3.27 |
1456 | 2024-05-06T17:59:02.519Z | Downloaded sha1 v0.10.6 |
1457 | 2024-05-06T17:59:02.519Z | Downloaded tinyvec v1.6.0 |
1458 | 2024-05-06T17:59:02.519Z | Downloaded base64 v0.21.7 |
1459 | 2024-05-06T17:59:02.530Z | Downloaded chacha20poly1305 v0.10.1 |
1460 | 2024-05-06T17:59:02.530Z | Downloaded foreign-types-macros v0.2.3 |
1461 | 2024-05-06T17:59:02.530Z | Downloaded foreign-types v0.5.0 |
1462 | 2024-05-06T17:59:02.530Z | Downloaded cc v1.0.83 |
1463 | 2024-05-06T17:59:02.530Z | Downloaded form_urlencoded v1.2.1 |
1464 | 2024-05-06T17:59:02.530Z | Downloaded fastrand v2.0.1 |
1465 | 2024-05-06T17:59:02.530Z | Downloaded socket2 v0.5.6 |
1466 | 2024-05-06T17:59:02.530Z | Downloaded socket2 v0.4.9 |
1467 | 2024-05-06T17:59:02.530Z | Downloaded libtest-mimic v0.7.2 |
1468 | 2024-05-06T17:59:02.530Z | Downloaded libloading v0.7.4 |
1469 | 2024-05-06T17:59:02.531Z | Downloaded newtype-uuid v1.1.0 |
1470 | 2024-05-06T17:59:02.531Z | Downloaded crossbeam-utils v0.8.19 |
1471 | 2024-05-06T17:59:02.531Z | Downloaded num_enum_derive v0.5.11 |
1472 | 2024-05-06T17:59:02.531Z | Downloaded num_enum v0.5.11 |
1473 | 2024-05-06T17:59:02.531Z | Downloaded num_cpus v1.16.0 |
1474 | 2024-05-06T17:59:02.531Z | Downloaded nanorand v0.7.0 |
1475 | 2024-05-06T17:59:02.531Z | Downloaded bytes v1.6.0 |
1476 | 2024-05-06T17:59:02.531Z | Downloaded linked-hash-map v0.5.6 |
1477 | 2024-05-06T17:59:02.531Z | Downloaded serde_with_macros v3.7.0 |
1478 | 2024-05-06T17:59:02.531Z | Downloaded num-integer v0.1.46 |
1479 | 2024-05-06T17:59:02.531Z | Downloaded nodrop v0.1.14 |
1480 | 2024-05-06T17:59:02.531Z | Downloaded linear-map v1.2.0 |
1481 | 2024-05-06T17:59:02.531Z | Downloaded lazycell v1.3.0 |
1482 | 2024-05-06T17:59:02.531Z | Downloaded impl-trait-for-tuples v0.2.2 |
1483 | 2024-05-06T17:59:02.532Z | Downloaded bzip2 v0.4.4 |
1484 | 2024-05-06T17:59:02.532Z | Downloaded cookie v0.17.0 |
1485 | 2024-05-06T17:59:02.532Z | Downloaded slog-async v2.8.0 |
1486 | 2024-05-06T17:59:02.532Z | Downloaded signal-hook-tokio v0.3.1 |
1487 | 2024-05-06T17:59:02.532Z | Downloaded signal-hook-registry v1.4.1 |
1488 | 2024-05-06T17:59:02.532Z | Downloaded serde_repr v0.1.16 |
1489 | 2024-05-06T17:59:02.532Z | Downloaded number_prefix v0.4.0 |
1490 | 2024-05-06T17:59:02.532Z | Downloaded num_threads v0.1.6 |
1491 | 2024-05-06T17:59:02.532Z | Downloaded lru-cache v0.1.2 |
1492 | 2024-05-06T17:59:02.532Z | Downloaded ciborium v0.2.2 |
1493 | 2024-05-06T17:59:02.532Z | Downloaded cast v0.3.0 |
1494 | 2024-05-06T17:59:02.532Z | Downloaded hyper-util v0.1.2 |
1495 | 2024-05-06T17:59:02.533Z | Downloaded cpufeatures v0.2.12 |
1496 | 2024-05-06T17:59:02.533Z | Downloaded crossbeam-deque v0.8.3 |
1497 | 2024-05-06T17:59:02.533Z | Downloaded castaway v0.2.2 |
1498 | 2024-05-06T17:59:02.533Z | Downloaded buf-list v1.0.3 |
1499 | 2024-05-06T17:59:02.533Z | Downloaded inout v0.1.3 |
1500 | 2024-05-06T17:59:02.533Z | Downloaded headers-core v0.2.0 |
1501 | 2024-05-06T17:59:02.533Z | Downloaded ring v0.17.8 |
1502 | 2024-05-06T17:59:02.533Z | Downloaded crucible-workspace-hack v0.1.0 |
1503 | 2024-05-06T17:59:02.533Z | Downloaded block-buffer v0.10.4 |
1504 | 2024-05-06T17:59:02.533Z | Downloaded atomic-waker v1.1.1 |
1505 | 2024-05-06T17:59:02.533Z | Downloaded ciborium-io v0.2.2 |
1506 | 2024-05-06T17:59:02.533Z | Downloaded bitstruct_derive v0.1.0 |
1507 | 2024-05-06T17:59:02.533Z | Downloaded ident_case v1.0.1 |
1508 | 2024-05-06T17:59:02.533Z | Downloaded hubpack_derive v0.1.1 |
1509 | 2024-05-06T17:59:02.533Z | Downloaded bit-vec v0.6.3 |
1510 | 2024-05-06T17:59:02.533Z | Downloaded base64ct v1.6.0 |
1511 | 2024-05-06T17:59:02.533Z | Downloaded bitfield v0.14.0 |
1512 | 2024-05-06T17:59:02.533Z | Downloaded bb8 v0.8.3 |
1513 | 2024-05-06T17:59:02.533Z | Downloaded base64 v0.13.1 |
1514 | 2024-05-06T17:59:02.533Z | Downloaded backtrace v0.3.69 |
1515 | 2024-05-06T17:59:02.533Z | Downloaded base16ct v0.2.0 |
1516 | 2024-05-06T17:59:02.533Z | Downloaded backoff v0.4.0 |
1517 | 2024-05-06T17:59:02.533Z | Downloaded arc-swap v1.6.0 |
1518 | 2024-05-06T17:59:02.534Z | Downloaded anes v0.1.6 |
1519 | 2024-05-06T17:59:02.534Z | Downloaded aho-corasick v1.1.2 |
1520 | 2024-05-06T17:59:02.534Z | Downloaded arrayvec v0.7.4 |
1521 | 2024-05-06T17:59:02.534Z | Downloaded allocator-api2 v0.2.16 |
1522 | 2024-05-06T17:59:02.534Z | Downloaded ring v0.16.20 |
1523 | 2024-05-06T17:59:03.008Z | Compiling libc v0.2.153 |
1524 | 2024-05-06T17:59:03.008Z | Compiling serde v1.0.199 |
1525 | 2024-05-06T17:59:03.014Z | Compiling version_check v0.9.4 |
1526 | 2024-05-06T17:59:03.014Z | Checking cfg-if v1.0.0 |
1527 | 2024-05-06T17:59:03.070Z | Compiling lock_api v0.4.10 |
1528 | 2024-05-06T17:59:03.078Z | Compiling parking_lot_core v0.9.8 |
1529 | 2024-05-06T17:59:03.131Z | Compiling syn v2.0.60 |
1530 | 2024-05-06T17:59:03.148Z | Compiling once_cell v1.19.0 |
1531 | 2024-05-06T17:59:03.163Z | Compiling libm v0.2.7 |
1532 | 2024-05-06T17:59:03.507Z | Compiling num-traits v0.2.18 |
1533 | 2024-05-06T17:59:03.524Z | Compiling memchr v2.7.1 |
1534 | 2024-05-06T17:59:03.556Z | Compiling serde_json v1.0.116 |
1535 | 2024-05-06T17:59:03.570Z | Compiling byteorder v1.5.0 |
1536 | 2024-05-06T17:59:03.799Z | Compiling ahash v0.8.8 |
1537 | 2024-05-06T17:59:04.002Z | Compiling syn v1.0.109 |
1538 | 2024-05-06T17:59:04.178Z | Checking log v0.4.21 |
1539 | 2024-05-06T17:59:04.455Z | Compiling slab v0.4.9 |
1540 | 2024-05-06T17:59:04.478Z | Checking itoa v1.0.9 |
1541 | 2024-05-06T17:59:04.614Z | Compiling typenum v1.16.0 |
1542 | 2024-05-06T17:59:04.896Z | Compiling generic-array v0.14.7 |
1543 | 2024-05-06T17:59:04.929Z | Checking getrandom v0.2.12 |
1544 | 2024-05-06T17:59:05.086Z | Compiling cc v1.0.83 |
1545 | 2024-05-06T17:59:05.285Z | Checking scopeguard v1.2.0 |
1546 | 2024-05-06T17:59:05.301Z | Checking smallvec v1.13.1 |
1547 | 2024-05-06T17:59:05.602Z | Compiling allocator-api2 v0.2.16 |
1548 | 2024-05-06T17:59:05.642Z | Compiling pkg-config v0.3.27 |
1549 | 2024-05-06T17:59:05.784Z | Compiling rustix v0.38.31 |
1550 | 2024-05-06T17:59:05.876Z | Compiling schemars v0.8.17 |
1551 | 2024-05-06T17:59:06.250Z | Compiling httparse v1.8.0 |
1552 | 2024-05-06T17:59:06.309Z | Checking parking_lot v0.12.1 |
1553 | 2024-05-06T17:59:06.389Z | Checking pin-project-lite v0.2.13 |
1554 | 2024-05-06T17:59:06.498Z | Compiling num-conv v0.1.0 |
1555 | 2024-05-06T17:59:06.638Z | Compiling time-core v0.1.2 |
1556 | 2024-05-06T17:59:06.706Z | Compiling fnv v1.0.7 |
1557 | 2024-05-06T17:59:06.865Z | Checking signal-hook-registry v1.4.1 |
1558 | 2024-05-06T17:59:06.868Z | Compiling time-macros v0.2.17 |
1559 | 2024-05-06T17:59:07.026Z | Compiling vcpkg v0.2.15 |
1560 | 2024-05-06T17:59:07.098Z | Checking mio v0.8.11 |
1561 | 2024-05-06T17:59:07.435Z | Checking ryu v1.0.15 |
1562 | 2024-05-06T17:59:07.677Z | Compiling heck v0.4.1 |
1563 | 2024-05-06T17:59:07.750Z | Compiling aho-corasick v1.1.2 |
1564 | 2024-05-06T17:59:08.157Z | Compiling ring v0.17.8 |
1565 | 2024-05-06T17:59:09.237Z | Compiling openssl-sys v0.9.102 |
1566 | 2024-05-06T17:59:09.419Z | Compiling regex-syntax v0.8.2 |
1567 | 2024-05-06T17:59:10.353Z | Checking rand_core v0.6.4 |
1568 | 2024-05-06T17:59:10.582Z | Compiling serde_derive_internals v0.29.0 |
1569 | 2024-05-06T17:59:11.197Z | Checking num_cpus v1.16.0 |
1570 | 2024-05-06T17:59:11.292Z | Checking futures-core v0.3.30 |
1571 | 2024-05-06T17:59:11.481Z | Compiling ring v0.16.20 |
1572 | 2024-05-06T17:59:11.763Z | Checking socket2 v0.5.6 |
1573 | 2024-05-06T17:59:12.591Z | Compiling openssl v0.10.64 |
1574 | 2024-05-06T17:59:12.997Z | Compiling regex-automata v0.4.5 |
1575 | 2024-05-06T17:59:13.279Z | Compiling slog v2.7.0 |
1576 | 2024-05-06T17:59:13.779Z | Compiling rustversion v1.0.14 |
1577 | 2024-05-06T17:59:13.805Z | Compiling ucd-trie v0.1.6 |
1578 | 2024-05-06T17:59:14.463Z | Compiling crossbeam-utils v0.8.19 |
1579 | 2024-05-06T17:59:15.072Z | Compiling iana-time-zone v0.1.57 |
1580 | 2024-05-06T17:59:15.845Z | Compiling native-tls v0.2.11 |
1581 | 2024-05-06T17:59:15.848Z | Compiling rustls v0.21.9 |
1582 | 2024-05-06T17:59:15.848Z | Compiling cookie v0.17.0 |
1583 | 2024-05-06T17:59:15.848Z | Checking spin v0.5.2 |
1584 | 2024-05-06T17:59:15.849Z | Compiling backtrace v0.3.69 |
1585 | 2024-05-06T17:59:16.036Z | Compiling unicode-xid v0.2.4 |
1586 | 2024-05-06T17:59:16.106Z | Compiling dyn-clone v1.0.17 |
1587 | 2024-05-06T17:59:16.125Z | Checking futures-sink v0.3.30 |
1588 | 2024-05-06T17:59:16.196Z | Compiling anyhow v1.0.82 |
1589 | 2024-05-06T17:59:16.273Z | Checking pin-utils v0.1.0 |
1590 | 2024-05-06T17:59:16.322Z | Checking futures-channel v0.3.30 |
1591 | 2024-05-06T17:59:17.346Z | Checking futures-task v0.3.30 |
1592 | 2024-05-06T17:59:17.350Z | Compiling tinyvec_macros v0.1.1 |
1593 | 2024-05-06T17:59:17.350Z | Checking futures-io v0.3.30 |
1594 | 2024-05-06T17:59:17.350Z | Compiling tinyvec v1.6.0 |
1595 | 2024-05-06T17:59:17.350Z | Compiling thread-id v4.2.0 |
1596 | 2024-05-06T17:59:17.370Z | Compiling unicode-bidi v0.3.15 |
1597 | 2024-05-06T17:59:17.493Z | Compiling serde_derive v1.0.199 |
1598 | 2024-05-06T17:59:17.801Z | Compiling zerocopy-derive v0.7.32 |
1599 | 2024-05-06T17:59:18.181Z | Compiling thiserror-impl v1.0.59 |
1600 | 2024-05-06T17:59:18.561Z | Compiling zeroize_derive v1.4.2 |
1601 | 2024-05-06T17:59:18.578Z | Compiling tokio-macros v2.2.0 |
1602 | 2024-05-06T17:59:18.709Z | Compiling futures-macro v0.3.30 |
1603 | 2024-05-06T17:59:18.844Z | Compiling tracing-attributes v0.1.27 |
1604 | 2024-05-06T17:59:20.135Z | Compiling zerocopy v0.7.32 |
1605 | 2024-05-06T17:59:20.207Z | Compiling schemars_derive v0.8.17 |
1606 | 2024-05-06T17:59:20.284Z | Compiling regex v1.10.4 |
1607 | 2024-05-06T17:59:20.890Z | Checking zeroize v1.7.0 |
1608 | 2024-05-06T17:59:21.145Z | Compiling openssl-macros v0.1.1 |
1609 | 2024-05-06T17:59:21.580Z | Compiling thiserror v1.0.59 |
1610 | 2024-05-06T17:59:21.900Z | Compiling pest v2.7.6 |
1611 | 2024-05-06T17:59:21.963Z | Compiling async-trait v0.1.80 |
1612 | 2024-05-06T17:59:22.476Z | Compiling hashbrown v0.14.3 |
1613 | 2024-05-06T17:59:22.876Z | Checking futures-util v0.3.30 |
1614 | 2024-05-06T17:59:23.185Z | Compiling scroll_derive v0.12.0 |
1615 | 2024-05-06T17:59:23.865Z | Compiling unicode-normalization v0.1.22 |
1616 | 2024-05-06T17:59:24.285Z | Compiling pest_meta v2.7.6 |
1617 | 2024-05-06T17:59:24.633Z | Compiling der_derive v0.7.2 |
1618 | 2024-05-06T17:59:24.937Z | Compiling errno v0.3.8 |
1619 | 2024-05-06T17:59:24.953Z | Compiling crc32fast v1.3.2 |
1620 | 2024-05-06T17:59:25.171Z | Compiling unicode-width v0.1.11 |
1621 | 2024-05-06T17:59:25.318Z | Compiling either v1.11.0 |
1622 | 2024-05-06T17:59:25.450Z | Checking subtle v2.5.0 |
1623 | 2024-05-06T17:59:25.700Z | Compiling pest_generator v2.7.6 |
1624 | 2024-05-06T17:59:26.835Z | Compiling winnow v0.5.15 |
1625 | 2024-05-06T17:59:28.117Z | Compiling synstructure v0.12.6 |
1626 | 2024-05-06T17:59:28.835Z | Compiling spin v0.9.8 |
1627 | 2024-05-06T17:59:29.223Z | Compiling tracing-core v0.1.32 |
1628 | 2024-05-06T17:59:29.347Z | Compiling pest_derive v2.7.6 |
1629 | 2024-05-06T17:59:29.469Z | Compiling scroll v0.12.0 |
1630 | 2024-05-06T17:59:29.930Z | Compiling zerocopy-derive v0.2.0 |
1631 | 2024-05-06T17:59:30.027Z | Compiling tracing v0.1.40 |
1632 | 2024-05-06T17:59:30.165Z | Compiling usdt-impl v0.5.0 |
1633 | 2024-05-06T17:59:30.490Z | Compiling const-oid v0.9.6 |
1634 | 2024-05-06T17:59:30.635Z | Compiling plain v0.2.3 |
1635 | 2024-05-06T17:59:30.659Z | Compiling percent-encoding v2.3.1 |
1636 | 2024-05-06T17:59:30.787Z | Compiling goblin v0.8.0 |
1637 | 2024-05-06T17:59:30.868Z | Compiling pretty-hex v0.4.1 |
1638 | 2024-05-06T17:59:31.073Z | Compiling dtrace-parser v0.2.0 |
1639 | 2024-05-06T17:59:31.136Z | Compiling clap_derive v4.5.4 |
1640 | 2024-05-06T17:59:31.226Z | Checking bytes v1.6.0 |
1641 | 2024-05-06T17:59:32.035Z | Checking tokio v1.37.0 |
1642 | 2024-05-06T17:59:32.481Z | Compiling indexmap v2.2.6 |
1643 | 2024-05-06T17:59:33.741Z | Compiling bitflags v2.4.2 |
1644 | 2024-05-06T17:59:33.874Z | Compiling uuid v1.8.0 |
1645 | 2024-05-06T17:59:34.442Z | Compiling chrono v0.4.38 |
1646 | 2024-05-06T17:59:34.443Z | Compiling semver v1.0.22 |
1647 | 2024-05-06T17:59:34.443Z | Compiling http v0.2.12 |
1648 | 2024-05-06T17:59:34.928Z | Compiling serde_spanned v0.6.5 |
1649 | 2024-05-06T17:59:35.147Z | Compiling toml_datetime v0.6.5 |
1650 | 2024-05-06T17:59:35.243Z | Compiling rustc_version v0.4.0 |
1651 | 2024-05-06T17:59:35.997Z | Compiling toml_edit v0.19.15 |
1652 | 2024-05-06T17:59:36.389Z | Compiling openapiv3 v2.0.0 |
1653 | 2024-05-06T17:59:37.994Z | Compiling dof v0.3.0 |
1654 | 2024-05-06T17:59:38.939Z | Compiling untrusted v0.7.1 |
1655 | 2024-05-06T17:59:39.110Z | Compiling untrusted v0.9.0 |
1656 | 2024-05-06T17:59:39.283Z | Compiling signal-hook v0.3.17 |
1657 | 2024-05-06T17:59:39.565Z | Compiling powerfmt v0.2.0 |
1658 | 2024-05-06T17:59:39.969Z | Compiling foreign-types-shared v0.1.1 |
1659 | 2024-05-06T17:59:40.079Z | Compiling foreign-types v0.3.2 |
1660 | 2024-05-06T17:59:40.163Z | Compiling deranged v0.3.11 |
1661 | 2024-05-06T17:59:40.921Z | Compiling form_urlencoded v1.2.1 |
1662 | 2024-05-06T17:59:41.224Z | Compiling crypto-common v0.1.6 |
1663 | 2024-05-06T17:59:41.243Z | Compiling zerocopy-derive v0.6.6 |
1664 | 2024-05-06T17:59:42.192Z | Compiling usdt-impl v0.3.5 |
1665 | 2024-05-06T17:59:42.416Z | Compiling siphasher v0.3.11 |
1666 | 2024-05-06T17:59:42.529Z | Compiling num_threads v0.1.6 |
1667 | 2024-05-06T17:59:42.649Z | Compiling try-lock v0.2.4 |
1668 | 2024-05-06T17:59:42.783Z | Compiling base64 v0.21.7 |
1669 | 2024-05-06T17:59:42.797Z | Compiling want v0.3.1 |
1670 | 2024-05-06T17:59:43.092Z | Compiling time v0.3.34 |
1671 | 2024-05-06T17:59:43.515Z | Compiling tokio-util v0.7.10 |
1672 | 2024-05-06T17:59:43.537Z | Compiling sct v0.7.0 |
1673 | 2024-05-06T17:59:43.868Z | Compiling rustls-webpki v0.101.7 |
1674 | 2024-05-06T17:59:43.964Z | Compiling http-body v0.4.5 |
1675 | 2024-05-06T17:59:44.113Z | Compiling zerocopy v0.3.0 |
1676 | 2024-05-06T17:59:44.391Z | Compiling block-buffer v0.10.4 |
1677 | 2024-05-06T17:59:44.658Z | Compiling h2 v0.3.26 |
1678 | 2024-05-06T17:59:44.933Z | Compiling idna v0.5.0 |
1679 | 2024-05-06T17:59:44.948Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1680 | 2024-05-06T17:59:45.413Z | Compiling socket2 v0.4.9 |
1681 | 2024-05-06T17:59:45.726Z | Compiling httpdate v1.0.3 |
1682 | 2024-05-06T17:59:45.757Z | Compiling tower-service v0.3.2 |
1683 | 2024-05-06T17:59:45.887Z | Compiling openssl-probe v0.1.5 |
1684 | 2024-05-06T17:59:46.143Z | Compiling url v2.5.0 |
1685 | 2024-05-06T17:59:46.524Z | Compiling dof v0.1.5 |
1686 | 2024-05-06T17:59:47.468Z | Compiling digest v0.10.7 |
1687 | 2024-05-06T17:59:47.550Z | Compiling heapless v0.7.16 |
1688 | 2024-05-06T17:59:47.939Z | Compiling dtrace-parser v0.1.14 |
1689 | 2024-05-06T17:59:48.112Z | Compiling idna v0.3.0 |
1690 | 2024-05-06T17:59:48.186Z | Compiling lazy_static v1.4.0 |
1691 | 2024-05-06T17:59:48.501Z | Compiling psl-types v2.0.11 |
1692 | 2024-05-06T17:59:49.719Z | Checking equivalent v1.0.1 |
1693 | 2024-05-06T17:59:49.828Z | Compiling ppv-lite86 v0.2.17 |
1694 | 2024-05-06T17:59:49.872Z | Compiling adler v1.0.2 |
1695 | 2024-05-06T17:59:50.095Z | Compiling miniz_oxide v0.7.1 |
1696 | 2024-05-06T17:59:50.138Z | Compiling tokio-native-tls v0.3.1 |
1697 | 2024-05-06T17:59:50.406Z | Compiling crossbeam-epoch v0.9.18 |
1698 | 2024-05-06T17:59:50.581Z | Compiling rand_chacha v0.3.1 |
1699 | 2024-05-06T17:59:50.694Z | Compiling tokio-rustls v0.24.1 |
1700 | 2024-05-06T17:59:51.079Z | Compiling publicsuffix v2.2.3 |
1701 | 2024-05-06T17:59:51.398Z | Compiling hyper v0.14.28 |
1702 | 2024-05-06T17:59:51.581Z | Compiling serde_tokenstream v0.1.7 |
1703 | 2024-05-06T17:59:51.599Z | Compiling ipnet v2.9.0 |
1704 | 2024-05-06T17:59:52.137Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1705 | 2024-05-06T17:59:52.892Z | Compiling bit-vec v0.6.3 |
1706 | 2024-05-06T17:59:52.897Z | Compiling cookie_store v0.20.0 |
1707 | 2024-05-06T17:59:52.897Z | Compiling rand v0.8.5 |
1708 | 2024-05-06T17:59:52.965Z | Compiling rustls-pemfile v1.0.3 |
1709 | 2024-05-06T17:59:53.296Z | Compiling phf_shared v0.10.0 |
1710 | 2024-05-06T17:59:53.354Z | Compiling serde_urlencoded v0.7.1 |
1711 | 2024-05-06T17:59:53.813Z | Compiling encoding_rs v0.8.33 |
1712 | 2024-05-06T17:59:53.893Z | Compiling num-bigint v0.4.4 |
1713 | 2024-05-06T17:59:54.385Z | Compiling sync_wrapper v0.1.2 |
1714 | 2024-05-06T17:59:54.385Z | Compiling smoltcp v0.9.1 |
1715 | 2024-05-06T17:59:54.448Z | Compiling gimli v0.28.0 |
1716 | 2024-05-06T17:59:54.716Z | Compiling base64ct v1.6.0 |
1717 | 2024-05-06T17:59:54.736Z | Compiling precomputed-hash v0.1.1 |
1718 | 2024-05-06T17:59:54.843Z | Compiling mime v0.3.17 |
1719 | 2024-05-06T17:59:54.998Z | Compiling minimal-lexical v0.2.1 |
1720 | 2024-05-06T17:59:55.190Z | Compiling webpki-roots v0.25.2 |
1721 | 2024-05-06T17:59:55.295Z | Compiling new_debug_unreachable v1.0.4 |
1722 | 2024-05-06T17:59:55.350Z | Compiling fixedbitset v0.4.2 |
1723 | 2024-05-06T17:59:55.384Z | Compiling nom v7.1.3 |
1724 | 2024-05-06T17:59:55.393Z | Compiling string_cache v0.8.7 |
1725 | 2024-05-06T17:59:55.490Z | Compiling pem-rfc7468 v0.7.0 |
1726 | 2024-05-06T17:59:55.773Z | Compiling petgraph v0.6.4 |
1727 | 2024-05-06T17:59:56.231Z | Compiling usdt-attr-macro v0.3.5 |
1728 | 2024-05-06T17:59:56.250Z | Compiling usdt-macro v0.3.5 |
1729 | 2024-05-06T17:59:56.395Z | Compiling bit-set v0.5.3 |
1730 | 2024-05-06T17:59:56.667Z | Compiling hmac v0.12.1 |
1731 | 2024-05-06T17:59:57.247Z | Compiling itertools v0.10.5 |
1732 | 2024-05-06T17:59:57.676Z | Compiling enum-as-inner v0.5.1 |
1733 | 2024-05-06T17:59:57.786Z | Compiling hubpack_derive v0.1.1 |
1734 | 2024-05-06T17:59:58.435Z | Compiling hyper-tls v0.5.0 |
1735 | 2024-05-06T17:59:58.723Z | Compiling hyper-rustls v0.24.2 |
1736 | 2024-05-06T17:59:58.750Z | Compiling addr2line v0.21.0 |
1737 | 2024-05-06T17:59:59.243Z | Compiling diesel_table_macro_syntax v0.1.0 |
1738 | 2024-05-06T17:59:59.244Z | Compiling reqwest v0.11.27 |
1739 | 2024-05-06T17:59:59.244Z | Compiling object v0.32.1 |
1740 | 2024-05-06T17:59:59.244Z | Compiling unicode-segmentation v1.10.1 |
1741 | 2024-05-06T17:59:59.348Z | Compiling flagset v0.4.3 |
1742 | 2024-05-06T17:59:59.553Z | Compiling lalrpop-util v0.19.12 |
1743 | 2024-05-06T17:59:59.805Z | Compiling rustc-demangle v0.1.23 |
1744 | 2024-05-06T17:59:59.899Z | Compiling der v0.7.8 |
1745 | 2024-05-06T17:59:59.939Z | Compiling toml_edit v0.22.12 |
1746 | 2024-05-06T18:00:00.023Z | Compiling diesel_derives v2.1.2 |
1747 | 2024-05-06T18:00:00.601Z | Compiling flate2 v1.0.28 |
1748 | 2024-05-06T18:00:00.721Z | Compiling futures-executor v0.3.30 |
1749 | 2024-05-06T18:00:01.513Z | Compiling cpufeatures v0.2.12 |
1750 | 2024-05-06T18:00:01.552Z | Compiling futures v0.3.30 |
1751 | 2024-05-06T18:00:02.048Z | Compiling sha2 v0.10.8 |
1752 | 2024-05-06T18:00:02.930Z | Compiling spki v0.7.2 |
1753 | 2024-05-06T18:00:03.281Z | Compiling md-5 v0.10.5 |
1754 | 2024-05-06T18:00:03.308Z | Compiling toml v0.7.8 |
1755 | 2024-05-06T18:00:03.542Z | Compiling hex v0.4.3 |
1756 | 2024-05-06T18:00:04.140Z | Compiling stringprep v0.1.3 |
1757 | 2024-05-06T18:00:04.580Z | Compiling serde_repr v0.1.16 |
1758 | 2024-05-06T18:00:05.096Z | Compiling strum_macros v0.25.2 |
1759 | 2024-05-06T18:00:05.456Z | Compiling num-integer v0.1.46 |
1760 | 2024-05-06T18:00:06.167Z | Compiling hash32 v0.2.1 |
1761 | 2024-05-06T18:00:06.457Z | Checking unicode-ident v1.0.12 |
1762 | 2024-05-06T18:00:06.552Z | Compiling stable_deref_trait v1.2.0 |
1763 | 2024-05-06T18:00:06.616Z | Compiling fallible-iterator v0.2.0 |
1764 | 2024-05-06T18:00:07.114Z | Compiling pkcs8 v0.10.2 |
1765 | 2024-05-06T18:00:07.305Z | Compiling postgres-protocol v0.6.6 |
1766 | 2024-05-06T18:00:08.042Z | Compiling phf_shared v0.11.2 |
1767 | 2024-05-06T18:00:08.429Z | Compiling terminal_size v0.3.0 |
1768 | 2024-05-06T18:00:08.479Z | Compiling ff v0.13.0 |
1769 | 2024-05-06T18:00:08.663Z | Compiling block-padding v0.3.3 |
1770 | 2024-05-06T18:00:08.697Z | Compiling scheduled-thread-pool v0.2.7 |
1771 | 2024-05-06T18:00:09.007Z | Compiling peg-runtime v0.8.2 |
1772 | 2024-05-06T18:00:09.140Z | Compiling managed v0.8.0 |
1773 | 2024-05-06T18:00:09.252Z | Compiling matches v0.1.10 |
1774 | 2024-05-06T18:00:09.273Z | Compiling base16ct v0.2.0 |
1775 | 2024-05-06T18:00:09.343Z | Compiling bitflags v1.3.2 |
1776 | 2024-05-06T18:00:09.384Z | Compiling regex-automata v0.1.10 |
1777 | 2024-05-06T18:00:09.439Z | Compiling clap_builder v4.5.2 |
1778 | 2024-05-06T18:00:09.590Z | Compiling sec1 v0.7.3 |
1779 | 2024-05-06T18:00:09.699Z | Compiling idna v0.2.3 |
1780 | 2024-05-06T18:00:09.853Z | Compiling bstr v0.2.17 |
1781 | 2024-05-06T18:00:10.152Z | Compiling r2d2 v0.8.10 |
1782 | 2024-05-06T18:00:10.477Z | Compiling inout v0.1.3 |
1783 | 2024-05-06T18:00:11.130Z | Compiling signal-hook-mio v0.2.3 |
1784 | 2024-05-06T18:00:11.275Z | Compiling group v0.13.0 |
1785 | 2024-05-06T18:00:11.278Z | Compiling phf v0.11.2 |
1786 | 2024-05-06T18:00:11.308Z | Compiling postgres-types v0.2.6 |
1787 | 2024-05-06T18:00:11.612Z | Compiling bzip2 v0.4.4 |
1788 | 2024-05-06T18:00:11.750Z | Compiling hubpack v0.1.2 |
1789 | 2024-05-06T18:00:12.032Z | Compiling hkdf v0.12.4 |
1790 | 2024-05-06T18:00:12.298Z | Compiling zerocopy v0.6.6 |
1791 | 2024-05-06T18:00:12.502Z | Compiling ipnetwork v0.20.0 |
1792 | 2024-05-06T18:00:12.843Z | Compiling crypto-bigint v0.5.2 |
1793 | 2024-05-06T18:00:13.141Z | Compiling float-cmp v0.9.0 |
1794 | 2024-05-06T18:00:13.379Z | Compiling normalize-line-endings v0.3.0 |
1795 | 2024-05-06T18:00:13.508Z | Compiling difflib v0.4.0 |
1796 | 2024-05-06T18:00:13.525Z | Compiling data-encoding v2.4.0 |
1797 | 2024-05-06T18:00:14.584Z | Compiling whoami v1.5.1 |
1798 | 2024-05-06T18:00:14.999Z | Compiling predicates-core v1.0.6 |
1799 | 2024-05-06T18:00:15.113Z | Compiling static_assertions v1.1.0 |
1800 | 2024-05-06T18:00:15.202Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1801 | 2024-05-06T18:00:15.227Z | Compiling predicates v3.1.0 |
1802 | 2024-05-06T18:00:15.351Z | Compiling tokio-postgres v0.7.10 |
1803 | 2024-05-06T18:00:15.807Z | Compiling elliptic-curve v0.13.8 |
1804 | 2024-05-06T18:00:16.056Z | Compiling diesel v2.1.6 |
1805 | 2024-05-06T18:00:16.232Z | Compiling yasna v0.5.2 |
1806 | 2024-05-06T18:00:16.591Z | Compiling trust-dns-proto v0.22.0 |
1807 | 2024-05-06T18:00:18.240Z | Compiling clap v4.5.4 |
1808 | 2024-05-06T18:00:18.367Z | Compiling zip v0.6.6 |
1809 | 2024-05-06T18:00:18.966Z | Compiling crossterm v0.27.0 |
1810 | 2024-05-06T18:00:19.147Z | Compiling similar v2.4.0 |
1811 | 2024-05-06T18:00:19.788Z | Compiling cipher v0.4.4 |
1812 | 2024-05-06T18:00:20.287Z | Checking proc-macro2 v1.0.81 |
1813 | 2024-05-06T18:00:20.550Z | Compiling num-iter v0.1.44 |
1814 | 2024-05-06T18:00:20.733Z | Compiling usdt v0.3.5 |
1815 | 2024-05-06T18:00:20.885Z | Compiling console v0.15.8 |
1816 | 2024-05-06T18:00:20.942Z | Compiling tokio-stream v0.1.15 |
1817 | 2024-05-06T18:00:21.006Z | Compiling bstr v1.9.0 |
1818 | 2024-05-06T18:00:21.646Z | Compiling base64 v0.22.0 |
1819 | 2024-05-06T18:00:21.906Z | Checking quote v1.0.36 |
1820 | 2024-05-06T18:00:27.378Z | Checking utf8parse v0.2.1 |
1821 | 2024-05-06T18:00:30.581Z | Checking anstyle v1.0.6 |
1822 | 2024-05-06T18:00:32.096Z | Checking anstyle-parse v0.2.1 |
1823 | 2024-05-06T18:00:32.309Z | Checking colorchoice v1.0.0 |
1824 | 2024-05-06T18:00:32.740Z | Checking anstyle-query v1.0.0 |
1825 | 2024-05-06T18:00:32.744Z | Checking anstream v0.6.11 |
1826 | 2024-05-06T18:00:32.744Z | Checking strsim v0.11.0 |
1827 | 2024-05-06T18:00:32.793Z | Checking clap_lex v0.7.0 |
1828 | 2024-05-06T18:00:35.088Z | Compiling serde_tokenstream v0.2.0 |
1829 | 2024-05-06T18:00:36.823Z | Checking winnow v0.6.1 |
1830 | 2024-05-06T18:00:45.757Z | Compiling regress v0.9.1 |
1831 | 2024-05-06T18:00:45.910Z | Compiling getopts v0.2.21 |
1832 | 2024-05-06T18:00:46.472Z | Checking heck v0.5.0 |
1833 | 2024-05-06T18:00:46.657Z | Compiling unsafe-libyaml v0.2.10 |
1834 | 2024-05-06T18:00:47.016Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1835 | 2024-05-06T18:00:47.630Z | Checking is-terminal v0.4.9 |
1836 | 2024-05-06T18:00:47.677Z | Checking camino v1.1.6 |
1837 | 2024-05-06T18:00:47.744Z | Compiling rayon-core v1.12.1 |
1838 | 2024-05-06T18:00:48.025Z | Compiling serde_yaml v0.9.25 |
1839 | 2024-05-06T18:00:48.088Z | Compiling strsim v0.10.0 |
1840 | 2024-05-06T18:00:48.252Z | Compiling ident_case v1.0.1 |
1841 | 2024-05-06T18:00:48.423Z | Compiling darling_core v0.20.8 |
1842 | 2024-05-06T18:00:48.542Z | Checking sha1 v0.10.6 |
1843 | 2024-05-06T18:00:48.813Z | Checking http v1.0.0 |
1844 | 2024-05-06T18:00:48.880Z | Compiling paste v1.0.14 |
1845 | 2024-05-06T18:00:49.382Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1846 | 2024-05-06T18:00:50.132Z | Compiling strum_macros v0.26.1 |
1847 | 2024-05-06T18:00:50.925Z | Checking match_cfg v0.1.0 |
1848 | 2024-05-06T18:00:51.021Z | Checking rustls-pki-types v1.3.0 |
1849 | 2024-05-06T18:00:51.345Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1850 | 2024-05-06T18:00:51.417Z | Checking fastrand v2.0.1 |
1851 | 2024-05-06T18:00:51.746Z | Checking tempfile v3.10.1 |
1852 | 2024-05-06T18:00:52.218Z | Checking hostname v0.3.1 |
1853 | 2024-05-06T18:00:52.226Z | Checking dirs-sys-next v0.1.2 |
1854 | 2024-05-06T18:00:52.278Z | Checking quick-error v1.2.3 |
1855 | 2024-05-06T18:00:52.294Z | Checking dirs-next v2.0.0 |
1856 | 2024-05-06T18:00:52.412Z | Checking crossbeam-channel v0.5.8 |
1857 | 2024-05-06T18:00:52.430Z | Checking thread_local v1.1.7 |
1858 | 2024-05-06T18:00:52.514Z | Compiling rustls v0.22.4 |
1859 | 2024-05-06T18:00:52.712Z | Compiling slog-async v2.8.0 |
1860 | 2024-05-06T18:00:52.822Z | Checking term v0.7.0 |
1861 | 2024-05-06T18:00:53.168Z | Checking rustls-webpki v0.102.1 |
1862 | 2024-05-06T18:00:53.618Z | Checking instant v0.1.12 |
1863 | 2024-05-06T18:00:53.629Z | Checking take_mut v0.2.2 |
1864 | 2024-05-06T18:00:53.629Z | Checking slog-term v2.9.1 |
1865 | 2024-05-06T18:00:53.630Z | Checking rustls-pemfile v2.1.2 |
1866 | 2024-05-06T18:00:53.630Z | Compiling blake3 v1.5.0 |
1867 | 2024-05-06T18:00:53.683Z | Compiling multer v3.0.0 |
1868 | 2024-05-06T18:00:53.777Z | Checking debug-ignore v1.0.5 |
1869 | 2024-05-06T18:00:53.919Z | Checking toml v0.8.12 |
1870 | 2024-05-06T18:00:54.041Z | Checking slog-json v2.6.1 |
1871 | 2024-05-06T18:00:54.294Z | Compiling crossbeam-deque v0.8.3 |
1872 | 2024-05-06T18:00:54.480Z | Compiling async-stream-impl v0.3.5 |
1873 | 2024-05-06T18:00:54.629Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1874 | 2024-05-06T18:00:54.932Z | Checking atomic-waker v1.1.1 |
1875 | 2024-05-06T18:00:55.060Z | Compiling same-file v1.0.6 |
1876 | 2024-05-06T18:00:55.195Z | Checking waitgroup v0.1.2 |
1877 | 2024-05-06T18:00:55.274Z | Compiling walkdir v2.5.0 |
1878 | 2024-05-06T18:00:55.471Z | Checking strum v0.26.2 |
1879 | 2024-05-06T18:00:55.515Z | Compiling darling_macro v0.20.8 |
1880 | 2024-05-06T18:00:55.980Z | Checking async-stream v0.3.5 |
1881 | 2024-05-06T18:00:56.021Z | Checking slog-bunyan v2.5.0 |
1882 | 2024-05-06T18:00:56.186Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1883 | 2024-05-06T18:00:56.203Z | Checking serde_path_to_error v0.1.16 |
1884 | 2024-05-06T18:00:56.577Z | Compiling rayon v1.10.0 |
1885 | 2024-05-06T18:00:56.595Z | Compiling darling v0.20.8 |
1886 | 2024-05-06T18:00:56.814Z | Compiling xattr v1.0.1 |
1887 | 2024-05-06T18:00:57.093Z | Compiling memmap2 v0.7.1 |
1888 | 2024-05-06T18:00:57.452Z | Compiling filetime v0.2.23 |
1889 | 2024-05-06T18:00:57.489Z | Checking tokio-rustls v0.25.0 |
1890 | 2024-05-06T18:00:57.519Z | Compiling constant_time_eq v0.3.0 |
1891 | 2024-05-06T18:00:57.668Z | Compiling arrayref v0.3.7 |
1892 | 2024-05-06T18:00:57.766Z | Compiling arrayvec v0.7.4 |
1893 | 2024-05-06T18:00:57.795Z | Compiling home v0.5.5 |
1894 | 2024-05-06T18:00:57.831Z | Compiling tar v0.4.40 |
1895 | 2024-05-06T18:00:57.850Z | Compiling camino-tempfile v1.1.1 |
1896 | 2024-05-06T18:00:58.044Z | Compiling toolchain_find v0.4.0 |
1897 | 2024-05-06T18:00:58.165Z | Compiling serde_with_macros v3.7.0 |
1898 | 2024-05-06T18:00:59.129Z | Compiling topological-sort v0.2.2 |
1899 | 2024-05-06T18:00:59.358Z | Compiling rustfmt-wrapper v0.2.1 |
1900 | 2024-05-06T18:00:59.956Z | Checking newtype-uuid v1.1.0 |
1901 | 2024-05-06T18:00:59.977Z | Checking wait-timeout v0.2.0 |
1902 | 2024-05-06T18:01:00.046Z | Compiling structmeta-derive v0.3.0 |
1903 | 2024-05-06T18:01:00.150Z | Checking rusty-fork v0.3.0 |
1904 | 2024-05-06T18:01:00.188Z | Compiling structmeta-derive v0.2.0 |
1905 | 2024-05-06T18:01:00.414Z | Checking rand_xorshift v0.3.0 |
1906 | 2024-05-06T18:01:00.590Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1907 | 2024-05-06T18:01:00.876Z | Checking unarray v0.1.4 |
1908 | 2024-05-06T18:01:01.014Z | Checking proptest v1.4.0 |
1909 | 2024-05-06T18:01:01.564Z | Checking serde_with v3.7.0 |
1910 | 2024-05-06T18:01:02.577Z | Compiling omicron-zone-package v0.11.0 |
1911 | 2024-05-06T18:01:03.538Z | Checking backoff v0.4.0 |
1912 | 2024-05-06T18:01:03.542Z | Compiling structmeta v0.3.0 |
1913 | 2024-05-06T18:01:03.542Z | Compiling structmeta v0.2.0 |
1914 | 2024-05-06T18:01:03.542Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1915 | 2024-05-06T18:01:03.685Z | Compiling parse-display-derive v0.9.0 |
1916 | 2024-05-06T18:01:03.716Z | Compiling test-strategy v0.3.1 |
1917 | 2024-05-06T18:01:04.618Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1918 | 2024-05-06T18:01:05.090Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1919 | 2024-05-06T18:01:05.090Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1920 | 2024-05-06T18:01:05.111Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1921 | 2024-05-06T18:01:05.154Z | Checking macaddr v1.0.1 |
1922 | 2024-05-06T18:01:05.424Z | Compiling proc-macro-error-attr v1.0.4 |
1923 | 2024-05-06T18:01:05.483Z | Compiling proc-macro-error v1.0.4 |
1924 | 2024-05-06T18:01:05.518Z | Compiling proc-macro-crate v1.3.1 |
1925 | 2024-05-06T18:01:05.946Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1926 | 2024-05-06T18:01:06.577Z | Compiling num_enum_derive v0.5.11 |
1927 | 2024-05-06T18:01:06.598Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1928 | 2024-05-06T18:01:06.964Z | Compiling foreign-types-macros v0.2.3 |
1929 | 2024-05-06T18:01:07.401Z | Checking foreign-types-shared v0.3.1 |
1930 | 2024-05-06T18:01:07.510Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1931 | 2024-05-06T18:01:07.867Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1932 | 2024-05-06T18:01:07.951Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1933 | 2024-05-06T18:01:07.998Z | Checking cstr-argument v0.1.2 |
1934 | 2024-05-06T18:01:08.205Z | Checking pretty-hex v0.2.1 |
1935 | 2024-05-06T18:01:08.286Z | Checking foreign-types v0.5.0 |
1936 | 2024-05-06T18:01:08.335Z | Checking tabwriter v1.4.0 |
1937 | 2024-05-06T18:01:08.361Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1938 | 2024-05-06T18:01:08.528Z | Checking parse-display v0.9.0 |
1939 | 2024-05-06T18:01:08.554Z | Checking colored v2.1.0 |
1940 | 2024-05-06T18:01:08.656Z | Checking smf v0.2.3 |
1941 | 2024-05-06T18:01:09.096Z | Checking humantime v2.1.0 |
1942 | 2024-05-06T18:01:09.105Z | Checking termcolor v1.2.0 |
1943 | 2024-05-06T18:01:09.105Z | Checking arc-swap v1.6.0 |
1944 | 2024-05-06T18:01:09.105Z | Compiling usdt-attr-macro v0.5.0 |
1945 | 2024-05-06T18:01:09.105Z | Compiling usdt-macro v0.5.0 |
1946 | 2024-05-06T18:01:09.105Z | Checking memmap v0.7.0 |
1947 | 2024-05-06T18:01:09.105Z | Checking utf-8 v0.7.6 |
1948 | 2024-05-06T18:01:09.247Z | Checking slog-scope v4.4.0 |
1949 | 2024-05-06T18:01:09.278Z | Checking newline-converter v0.3.0 |
1950 | 2024-05-06T18:01:09.421Z | Checking num_enum v0.5.11 |
1951 | 2024-05-06T18:01:09.449Z | Checking slog-stdlog v4.1.1 |
1952 | 2024-05-06T18:01:09.589Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1953 | 2024-05-06T18:01:09.622Z | Checking slog-envlogger v2.2.0 |
1954 | 2024-05-06T18:01:09.811Z | Checking expectorate v1.1.0 |
1955 | 2024-05-06T18:01:09.827Z | Checking tungstenite v0.20.1 |
1956 | 2024-05-06T18:01:09.884Z | Compiling heapless v0.8.0 |
1957 | 2024-05-06T18:01:09.963Z | Checking termtree v0.4.1 |
1958 | 2024-05-06T18:01:10.141Z | Checking predicates-tree v1.0.9 |
1959 | 2024-05-06T18:01:10.289Z | Checking hash32 v0.3.1 |
1960 | 2024-05-06T18:01:10.325Z | Compiling smoltcp v0.11.0 |
1961 | 2024-05-06T18:01:10.415Z | Checking embedded-io v0.4.0 |
1962 | 2024-05-06T18:01:10.471Z | Compiling crucible-workspace-hack v0.1.0 |
1963 | 2024-05-06T18:01:10.552Z | Checking usdt v0.5.0 |
1964 | 2024-05-06T18:01:10.599Z | Checking cobs v0.2.3 |
1965 | 2024-05-06T18:01:10.653Z | Checking tokio-tungstenite v0.20.1 |
1966 | 2024-05-06T18:01:10.773Z | Checking postcard v1.0.8 |
1967 | 2024-05-06T18:01:10.792Z | Checking sigpipe v0.1.3 |
1968 | 2024-05-06T18:01:10.808Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1969 | 2024-05-06T18:01:10.893Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1970 | 2024-05-06T18:01:11.108Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1971 | 2024-05-06T18:01:11.122Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1972 | 2024-05-06T18:01:11.125Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1973 | 2024-05-06T18:01:11.165Z | Checking atty v0.2.14 |
1974 | 2024-05-06T18:01:11.332Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1975 | 2024-05-06T18:01:11.486Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1976 | 2024-05-06T18:01:11.527Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1977 | 2024-05-06T18:01:11.890Z | Compiling num-derive v0.4.0 |
1978 | 2024-05-06T18:01:12.018Z | Compiling mockall_derive v0.12.1 |
1979 | 2024-05-06T18:01:12.636Z | Checking downcast v0.11.0 |
1980 | 2024-05-06T18:01:12.641Z | Checking fragile v2.0.0 |
1981 | 2024-05-06T18:01:12.707Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1982 | 2024-05-06T18:01:12.864Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1983 | 2024-05-06T18:01:12.999Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1984 | 2024-05-06T18:01:13.064Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1985 | 2024-05-06T18:01:13.334Z | Checking pem v3.0.4 |
1986 | 2024-05-06T18:01:13.478Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1987 | 2024-05-06T18:01:13.603Z | Checking env_logger v0.9.3 |
1988 | 2024-05-06T18:01:13.755Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1989 | 2024-05-06T18:01:13.802Z | Compiling bitstruct_derive v0.1.0 |
1990 | 2024-05-06T18:01:14.045Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1991 | 2024-05-06T18:01:14.537Z | Checking ascii v1.1.0 |
1992 | 2024-05-06T18:01:14.537Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1993 | 2024-05-06T18:01:14.537Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1994 | 2024-05-06T18:01:14.537Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1995 | 2024-05-06T18:01:14.538Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1996 | 2024-05-06T18:01:14.545Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1997 | 2024-05-06T18:01:14.650Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1998 | 2024-05-06T18:01:14.680Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1999 | 2024-05-06T18:01:14.850Z | Checking serde_arrays v0.1.0 |
2000 | 2024-05-06T18:01:14.915Z | Checking erased-serde v0.3.31 |
2001 | 2024-05-06T18:01:14.945Z | Compiling heck v0.3.3 |
2002 | 2024-05-06T18:01:14.973Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2003 | 2024-05-06T18:01:15.149Z | Checking bitstruct v0.1.1 |
2004 | 2024-05-06T18:01:15.253Z | Checking tungstenite v0.21.0 |
2005 | 2024-05-06T18:01:15.292Z | Checking base64 v0.13.1 |
2006 | 2024-05-06T18:01:15.339Z | Compiling zone_cfg_derive v0.1.2 |
2007 | 2024-05-06T18:01:16.081Z | Checking ron v0.7.1 |
2008 | 2024-05-06T18:01:16.102Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2009 | 2024-05-06T18:01:16.102Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2010 | 2024-05-06T18:01:16.114Z | Checking tokio-tungstenite v0.21.0 |
2011 | 2024-05-06T18:01:16.580Z | Checking headers-core v0.2.0 |
2012 | 2024-05-06T18:01:16.678Z | Checking portpicker v0.1.1 |
2013 | 2024-05-06T18:01:16.830Z | Checking headers v0.3.9 |
2014 | 2024-05-06T18:01:16.837Z | Checking rcgen v0.12.1 |
2015 | 2024-05-06T18:01:16.925Z | Checking zone v0.1.8 |
2016 | 2024-05-06T18:01:17.079Z | Checking atomicwrites v0.4.3 |
2017 | 2024-05-06T18:01:17.281Z | Checking subprocess v0.2.9 |
2018 | 2024-05-06T18:01:17.493Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2019 | 2024-05-06T18:01:17.510Z | Checking linked-hash-map v0.5.6 |
2020 | 2024-05-06T18:01:17.597Z | Checking password-hash v0.5.0 |
2021 | 2024-05-06T18:01:17.758Z | Checking blake2 v0.10.6 |
2022 | 2024-05-06T18:01:17.796Z | Checking swrite v0.1.0 |
2023 | 2024-05-06T18:01:17.816Z | Checking lru-cache v0.1.2 |
2024 | 2024-05-06T18:01:17.913Z | Checking itertools v0.12.1 |
2025 | 2024-05-06T18:01:17.928Z | Compiling derive-where v1.2.7 |
2026 | 2024-05-06T18:01:17.984Z | Checking resolv-conf v0.7.0 |
2027 | 2024-05-06T18:01:18.042Z | Checking half v2.3.1 |
2028 | 2024-05-06T18:01:18.197Z | Checking argon2 v0.5.3 |
2029 | 2024-05-06T18:01:18.314Z | Checking trust-dns-resolver v0.22.0 |
2030 | 2024-05-06T18:01:18.502Z | Checking ciborium-io v0.2.2 |
2031 | 2024-05-06T18:01:18.622Z | Compiling cancel-safe-futures v0.1.5 |
2032 | 2024-05-06T18:01:18.864Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2033 | 2024-05-06T18:01:19.009Z | Checking ciborium-ll v0.2.2 |
2034 | 2024-05-06T18:01:19.311Z | Checking ciborium v0.2.2 |
2035 | 2024-05-06T18:01:19.640Z | Checking bytecount v0.6.3 |
2036 | 2024-05-06T18:01:19.782Z | Checking papergrid v0.11.0 |
2037 | 2024-05-06T18:01:19.798Z | Compiling tabled_derive v0.7.0 |
2038 | 2024-05-06T18:01:20.293Z | Compiling slog-dtrace v0.3.0 |
2039 | 2024-05-06T18:01:20.307Z | Checking mockall v0.12.1 |
2040 | 2024-05-06T18:01:20.507Z | Compiling semver v0.1.20 |
2041 | 2024-05-06T18:01:20.535Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2042 | 2024-05-06T18:01:20.647Z | Checking libsw v3.3.1 |
2043 | 2024-05-06T18:01:20.895Z | Compiling rustc_version v0.1.7 |
2044 | 2024-05-06T18:01:20.911Z | Checking owo-colors v4.0.0 |
2045 | 2024-05-06T18:01:21.188Z | Checking linear-map v1.2.0 |
2046 | 2024-05-06T18:01:21.389Z | Compiling newtype_derive v0.1.6 |
2047 | 2024-05-06T18:01:21.422Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2048 | 2024-05-06T18:01:21.491Z | Compiling num-rational v0.4.1 |
2049 | 2024-05-06T18:01:21.630Z | Compiling radium v0.7.0 |
2050 | 2024-05-06T18:01:21.759Z | Checking num-complex v0.4.5 |
2051 | 2024-05-06T18:01:21.845Z | Checking steno v0.4.0 |
2052 | 2024-05-06T18:01:22.151Z | Checking nibble_vec v0.1.0 |
2053 | 2024-05-06T18:01:22.328Z | Checking tap v1.0.1 |
2054 | 2024-05-06T18:01:22.492Z | Checking endian-type v0.1.2 |
2055 | 2024-05-06T18:01:22.538Z | Checking tabled v0.15.0 |
2056 | 2024-05-06T18:01:22.665Z | Compiling maybe-uninit v2.0.0 |
2057 | 2024-05-06T18:01:22.682Z | Checking num v0.4.2 |
2058 | 2024-05-06T18:01:22.695Z | Checking radix_trie v0.2.1 |
2059 | 2024-05-06T18:01:22.715Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2060 | 2024-05-06T18:01:22.800Z | Checking wyz v0.5.1 |
2061 | 2024-05-06T18:01:23.159Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2062 | 2024-05-06T18:01:23.241Z | Checking fxhash v0.2.1 |
2063 | 2024-05-06T18:01:23.409Z | Compiling packed_struct v0.10.1 |
2064 | 2024-05-06T18:01:23.501Z | Checking crc-catalog v2.2.0 |
2065 | 2024-05-06T18:01:23.646Z | Compiling num-bigint-dig v0.8.4 |
2066 | 2024-05-06T18:01:23.865Z | Checking funty v2.0.0 |
2067 | 2024-05-06T18:01:23.993Z | Checking crc v3.0.1 |
2068 | 2024-05-06T18:01:24.167Z | Compiling packed_struct_codegen v0.10.1 |
2069 | 2024-05-06T18:01:24.202Z | Compiling indexmap v1.9.3 |
2070 | 2024-05-06T18:01:24.439Z | Checking nodrop v0.1.14 |
2071 | 2024-05-06T18:01:24.533Z | Checking smallvec v0.6.14 |
2072 | 2024-05-06T18:01:24.553Z | Checking array-init v0.0.4 |
2073 | 2024-05-06T18:01:24.807Z | Checking bitvec v1.0.1 |
2074 | 2024-05-06T18:01:24.824Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2075 | 2024-05-06T18:01:26.141Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2076 | 2024-05-06T18:01:26.179Z | Checking pkcs1 v0.7.5 |
2077 | 2024-05-06T18:01:26.179Z | Checking signature v2.1.0 |
2078 | 2024-05-06T18:01:26.179Z | Checking bitfield v0.14.0 |
2079 | 2024-05-06T18:01:26.179Z | Checking hashbrown v0.12.3 |
2080 | 2024-05-06T18:01:26.180Z | Checking serde-hex v0.1.0 |
2081 | 2024-05-06T18:01:26.180Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2082 | 2024-05-06T18:01:26.194Z | Checking env_logger v0.10.0 |
2083 | 2024-05-06T18:01:26.667Z | Checking x509-cert v0.2.4 |
2084 | 2024-05-06T18:01:26.949Z | Checking rsa v0.9.2 |
2085 | 2024-05-06T18:01:27.235Z | Checking ron v0.8.1 |
2086 | 2024-05-06T18:01:27.501Z | Checking hashbrown v0.13.2 |
2087 | 2024-05-06T18:01:27.558Z | Checking crc-any v2.4.3 |
2088 | 2024-05-06T18:01:27.902Z | Checking path-slash v0.1.5 |
2089 | 2024-05-06T18:01:28.451Z | Checking display-error-chain v0.2.0 |
2090 | 2024-05-06T18:01:28.451Z | Compiling convert_case v0.4.0 |
2091 | 2024-05-06T18:01:28.451Z | Compiling async-recursion v1.1.0 |
2092 | 2024-05-06T18:01:28.451Z | Compiling buf-list v1.0.3 |
2093 | 2024-05-06T18:01:28.452Z | Checking object v0.30.4 |
2094 | 2024-05-06T18:01:28.580Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2095 | 2024-05-06T18:01:28.658Z | Checking maplit v1.0.2 |
2096 | 2024-05-06T18:01:28.823Z | Checking gethostname v0.4.3 |
2097 | 2024-05-06T18:01:29.007Z | Compiling libefi-sys v0.1.0 |
2098 | 2024-05-06T18:01:29.158Z | Compiling derive_more v0.99.17 |
2099 | 2024-05-06T18:01:29.159Z | Compiling parking_lot_core v0.8.6 |
2100 | 2024-05-06T18:01:29.373Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2101 | 2024-05-06T18:01:29.759Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2102 | 2024-05-06T18:01:29.810Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2103 | 2024-05-06T18:01:30.364Z | Checking keccak v0.1.4 |
2104 | 2024-05-06T18:01:30.372Z | Checking parking_lot v0.11.2 |
2105 | 2024-05-06T18:01:30.373Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2106 | 2024-05-06T18:01:30.373Z | Checking sha3 v0.10.8 |
2107 | 2024-05-06T18:01:30.373Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2108 | 2024-05-06T18:01:30.373Z | Checking trust-dns-client v0.22.0 |
2109 | 2024-05-06T18:01:30.373Z | Checking toml v0.5.11 |
2110 | 2024-05-06T18:01:30.620Z | Checking secrecy v0.8.0 |
2111 | 2024-05-06T18:01:30.639Z | Compiling pin-project-internal v1.1.3 |
2112 | 2024-05-06T18:01:30.840Z | Checking sled v0.34.7 |
2113 | 2024-05-06T18:01:31.062Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2114 | 2024-05-06T18:01:31.468Z | Compiling vte_generate_state_changes v0.1.1 |
2115 | 2024-05-06T18:01:31.836Z | Checking trust-dns-server v0.22.1 |
2116 | 2024-05-06T18:01:32.578Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2117 | 2024-05-06T18:01:32.627Z | Checking vte v0.11.1 |
2118 | 2024-05-06T18:01:33.669Z | Checking fd-lock v4.0.2 |
2119 | 2024-05-06T18:01:33.830Z | Checking glob v0.3.1 |
2120 | 2024-05-06T18:01:33.915Z | Checking pin-project v1.1.3 |
2121 | 2024-05-06T18:01:34.011Z | Checking strip-ansi-escapes v0.2.0 |
2122 | 2024-05-06T18:01:34.132Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2123 | 2024-05-06T18:01:34.150Z | Checking nu-ansi-term v0.50.0 |
2124 | 2024-05-06T18:01:34.334Z | Compiling platforms v3.0.2 |
2125 | 2024-05-06T18:01:34.455Z | Compiling prettyplease v0.2.19 |
2126 | 2024-05-06T18:01:34.489Z | Compiling snafu-derive v0.8.2 |
2127 | 2024-05-06T18:01:34.583Z | Checking reedline v0.31.0 |
2128 | 2024-05-06T18:01:34.630Z | Checking globset v0.4.13 |
2129 | 2024-05-06T18:01:34.869Z | Checking olpc-cjson v0.1.3 |
2130 | 2024-05-06T18:01:35.040Z | Checking serde_plain v1.0.2 |
2131 | 2024-05-06T18:01:35.258Z | Compiling memoffset v0.7.1 |
2132 | 2024-05-06T18:01:35.301Z | Compiling crunchy v0.2.2 |
2133 | 2024-05-06T18:01:35.557Z | Checking typed-path v0.7.0 |
2134 | 2024-05-06T18:01:35.857Z | Compiling curve25519-dalek v4.1.2 |
2135 | 2024-05-06T18:01:36.424Z | Compiling clang-sys v1.6.1 |
2136 | 2024-05-06T18:01:36.489Z | Checking fs-err v2.11.0 |
2137 | 2024-05-06T18:01:36.803Z | Compiling unicase v2.7.0 |
2138 | 2024-05-06T18:01:36.842Z | Checking parse-size v1.0.0 |
2139 | 2024-05-06T18:01:37.003Z | Compiling tiny-keccak v2.0.2 |
2140 | 2024-05-06T18:01:37.424Z | Checking universal-hash v0.5.1 |
2141 | 2024-05-06T18:01:37.460Z | Compiling thiserror-impl-no-std v2.0.2 |
2142 | 2024-05-06T18:01:37.487Z | Compiling curve25519-dalek-derive v0.1.0 |
2143 | 2024-05-06T18:01:37.613Z | Checking nanorand v0.7.0 |
2144 | 2024-05-06T18:01:37.819Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2145 | 2024-05-06T18:01:37.987Z | Checking signature v1.6.4 |
2146 | 2024-05-06T18:01:38.116Z | Checking opaque-debug v0.3.0 |
2147 | 2024-05-06T18:01:38.148Z | Compiling cfg_aliases v0.1.1 |
2148 | 2024-05-06T18:01:38.205Z | Compiling salty v0.2.0 |
2149 | 2024-05-06T18:01:38.253Z | Compiling nix v0.28.0 |
2150 | 2024-05-06T18:01:38.744Z | Checking poly1305 v0.8.0 |
2151 | 2024-05-06T18:01:38.929Z | Checking ed25519 v1.5.3 |
2152 | 2024-05-06T18:01:39.098Z | Checking flume v0.11.0 |
2153 | 2024-05-06T18:01:39.111Z | Compiling ascii-canvas v3.0.0 |
2154 | 2024-05-06T18:01:39.561Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2155 | 2024-05-06T18:01:39.618Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2156 | 2024-05-06T18:01:39.820Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2157 | 2024-05-06T18:01:39.857Z | Checking chacha20 v0.9.1 |
2158 | 2024-05-06T18:01:40.175Z | Checking aead v0.5.2 |
2159 | 2024-05-06T18:01:40.333Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2160 | 2024-05-06T18:01:40.373Z | Checking snafu v0.8.2 |
2161 | 2024-05-06T18:01:40.562Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2162 | 2024-05-06T18:01:40.573Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2163 | 2024-05-06T18:01:40.757Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2164 | 2024-05-06T18:01:40.792Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2165 | 2024-05-06T18:01:41.984Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2166 | 2024-05-06T18:01:42.042Z | Checking tough v0.17.1 |
2167 | 2024-05-06T18:01:42.059Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2168 | 2024-05-06T18:01:43.149Z | Checking thiserror-no-std v2.0.2 |
2169 | 2024-05-06T18:01:43.261Z | Checking serde-big-array v0.5.1 |
2170 | 2024-05-06T18:01:43.475Z | Checking kstat-rs v0.2.3 |
2171 | 2024-05-06T18:01:43.796Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2172 | 2024-05-06T18:01:44.015Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2173 | 2024-05-06T18:01:44.027Z | Compiling ena v0.14.2 |
2174 | 2024-05-06T18:01:44.436Z | Compiling libloading v0.7.4 |
2175 | 2024-05-06T18:01:44.540Z | Compiling diff v0.1.13 |
2176 | 2024-05-06T18:01:44.724Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2177 | 2024-05-06T18:01:44.737Z | Compiling regex-syntax v0.6.29 |
2178 | 2024-05-06T18:01:44.828Z | Compiling bindgen v0.69.2 |
2179 | 2024-05-06T18:01:45.232Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2180 | 2024-05-06T18:01:45.410Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2181 | 2024-05-06T18:01:45.763Z | Checking vsss-rs v3.3.4 |
2182 | 2024-05-06T18:01:46.713Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2183 | 2024-05-06T18:01:47.314Z | Checking chacha20poly1305 v0.10.1 |
2184 | 2024-05-06T18:01:47.688Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2185 | 2024-05-06T18:01:47.887Z | Compiling lalrpop v0.19.12 |
2186 | 2024-05-06T18:01:47.932Z | Checking signal-hook-tokio v0.3.1 |
2187 | 2024-05-06T18:01:48.097Z | Compiling cexpr v0.6.0 |
2188 | 2024-05-06T18:01:48.112Z | Checking serde-big-array v0.4.1 |
2189 | 2024-05-06T18:01:48.306Z | Compiling which v4.4.0 |
2190 | 2024-05-06T18:01:48.918Z | Compiling peeking_take_while v0.1.2 |
2191 | 2024-05-06T18:01:48.983Z | Compiling lazycell v1.3.0 |
2192 | 2024-05-06T18:01:49.053Z | Compiling shlex v1.3.0 |
2193 | 2024-05-06T18:01:49.132Z | Compiling rustc-hash v1.1.0 |
2194 | 2024-05-06T18:01:49.283Z | Compiling ref-cast v1.0.22 |
2195 | 2024-05-06T18:01:49.761Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2196 | 2024-05-06T18:01:49.859Z | Compiling mime_guess v2.0.4 |
2197 | 2024-05-06T18:01:50.730Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2198 | 2024-05-06T18:01:51.146Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2199 | 2024-05-06T18:01:51.454Z | Compiling derive_builder_core v0.20.0 |
2200 | 2024-05-06T18:01:53.117Z | Compiling peg-macros v0.8.2 |
2201 | 2024-05-06T18:01:53.918Z | Compiling ref-cast-impl v1.0.22 |
2202 | 2024-05-06T18:01:54.597Z | Compiling sqlparser_derive v0.2.2 |
2203 | 2024-05-06T18:01:54.941Z | Compiling libxml v0.3.3 |
2204 | 2024-05-06T18:01:55.242Z | Checking corncobs v0.1.3 |
2205 | 2024-05-06T18:01:55.295Z | Checking unicode_categories v0.1.1 |
2206 | 2024-05-06T18:01:55.419Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2207 | 2024-05-06T18:01:55.591Z | Checking sqlformat v0.2.3 |
2208 | 2024-05-06T18:01:55.644Z | Checking rustyline v14.0.0 |
2209 | 2024-05-06T18:01:55.741Z | Checking sqlparser v0.45.0 |
2210 | 2024-05-06T18:01:56.960Z | Checking peg v0.8.2 |
2211 | 2024-05-06T18:01:57.173Z | Compiling derive_builder_macro v0.20.0 |
2212 | 2024-05-06T18:01:57.256Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2213 | 2024-05-06T18:01:57.627Z | Checking bcs v0.1.6 |
2214 | 2024-05-06T18:01:58.076Z | Compiling strum_macros v0.24.3 |
2215 | 2024-05-06T18:01:58.121Z | Compiling cookie v0.18.1 |
2216 | 2024-05-06T18:01:58.435Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2217 | 2024-05-06T18:01:58.596Z | Checking highway v1.1.0 |
2218 | 2024-05-06T18:01:58.736Z | Compiling indoc v1.0.9 |
2219 | 2024-05-06T18:01:59.141Z | Checking derive_builder v0.20.0 |
2220 | 2024-05-06T18:01:59.982Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2221 | 2024-05-06T18:02:00.287Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2222 | 2024-05-06T18:02:00.558Z | Checking bb8 v0.8.3 |
2223 | 2024-05-06T18:02:01.023Z | Checking quick-xml v0.31.0 |
2224 | 2024-05-06T18:02:01.690Z | Compiling impl-trait-for-tuples v0.2.2 |
2225 | 2024-05-06T18:02:01.816Z | Compiling oso-derive v0.27.3 |
2226 | 2024-05-06T18:02:02.120Z | Compiling const_format_proc_macros v0.2.32 |
2227 | 2024-05-06T18:02:02.951Z | Checking http-range v0.1.5 |
2228 | 2024-05-06T18:02:03.097Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2229 | 2024-05-06T18:02:03.134Z | Checking hyper-staticfile v0.9.5 |
2230 | 2024-05-06T18:02:03.530Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2231 | 2024-05-06T18:02:04.443Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2232 | 2024-05-06T18:02:04.521Z | Checking const_format v0.2.32 |
2233 | 2024-05-06T18:02:04.991Z | Checking assert_matches v1.5.0 |
2234 | 2024-05-06T18:02:05.088Z | Checking rand_seeder v0.2.3 |
2235 | 2024-05-06T18:02:05.167Z | Compiling portable-atomic v1.4.3 |
2236 | 2024-05-06T18:02:05.333Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2237 | 2024-05-06T18:02:05.565Z | Checking number_prefix v0.4.0 |
2238 | 2024-05-06T18:02:05.775Z | Checking castaway v0.2.2 |
2239 | 2024-05-06T18:02:06.372Z | Checking compact_str v0.7.1 |
2240 | 2024-05-06T18:02:06.378Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2241 | 2024-05-06T18:02:06.629Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2242 | 2024-05-06T18:02:06.668Z | Checking lru v0.12.1 |
2243 | 2024-05-06T18:02:06.958Z | Compiling stability v0.2.0 |
2244 | 2024-05-06T18:02:06.988Z | Checking cassowary v0.3.0 |
2245 | 2024-05-06T18:02:07.332Z | Checking indicatif v0.17.8 |
2246 | 2024-05-06T18:02:07.386Z | Compiling indoc v2.0.3 |
2247 | 2024-05-06T18:02:07.857Z | Checking smawk v0.3.1 |
2248 | 2024-05-06T18:02:08.048Z | Checking unicode-linebreak v0.1.5 |
2249 | 2024-05-06T18:02:08.062Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2250 | 2024-05-06T18:02:08.090Z | Checking is_ci v1.2.0 |
2251 | 2024-05-06T18:02:08.216Z | Checking supports-color v3.0.0 |
2252 | 2024-05-06T18:02:08.379Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2253 | 2024-05-06T18:02:08.393Z | Checking fatfs v0.3.6 |
2254 | 2024-05-06T18:02:08.454Z | Checking textwrap v0.16.1 |
2255 | 2024-05-06T18:02:08.531Z | Checking ratatui v0.26.2 |
2256 | 2024-05-06T18:02:08.824Z | Checking rtoolbox v0.0.1 |
2257 | 2024-05-06T18:02:09.034Z | Checking rpassword v7.3.1 |
2258 | 2024-05-06T18:02:09.188Z | Checking shell-words v1.1.0 |
2259 | 2024-05-06T18:02:09.364Z | Checking yansi v0.5.1 |
2260 | 2024-05-06T18:02:09.561Z | Compiling target-lexicon v0.12.13 |
2261 | 2024-05-06T18:02:09.660Z | Checking pretty_assertions v1.4.0 |
2262 | 2024-05-06T18:02:09.852Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2263 | 2024-05-06T18:02:09.962Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2264 | 2024-05-06T18:02:10.443Z | Checking plotters-backend v0.3.5 |
2265 | 2024-05-06T18:02:10.573Z | Compiling doc-comment v0.3.3 |
2266 | 2024-05-06T18:02:10.847Z | Compiling guppy-workspace-hack v0.1.0 |
2267 | 2024-05-06T18:02:11.252Z | Checking plotters-svg v0.3.5 |
2268 | 2024-05-06T18:02:11.419Z | Checking http-body v1.0.0 |
2269 | 2024-05-06T18:02:11.444Z | Checking tui-tree-widget v0.19.0 |
2270 | 2024-05-06T18:02:11.471Z | Compiling assert_cmd v2.0.14 |
2271 | 2024-05-06T18:02:11.620Z | Compiling target-spec v3.1.0 |
2272 | 2024-05-06T18:02:11.795Z | Checking cast v0.3.0 |
2273 | 2024-05-06T18:02:11.799Z | Checking tower-layer v0.3.2 |
2274 | 2024-05-06T18:02:12.068Z | Checking cfg-expr v0.15.6 |
2275 | 2024-05-06T18:02:12.083Z | Checking tower v0.4.13 |
2276 | 2024-05-06T18:02:12.104Z | Checking criterion-plot v0.5.0 |
2277 | 2024-05-06T18:02:12.233Z | Checking hyper v1.1.0 |
2278 | 2024-05-06T18:02:12.614Z | Checking plotters v0.3.5 |
2279 | 2024-05-06T18:02:12.890Z | Checking tinytemplate v1.2.1 |
2280 | 2024-05-06T18:02:12.994Z | Checking cargo-platform v0.1.3 |
2281 | 2024-05-06T18:02:13.128Z | Checking oorandom v11.1.3 |
2282 | 2024-05-06T18:02:13.280Z | Checking anes v0.1.6 |
2283 | 2024-05-06T18:02:13.290Z | Checking cargo_metadata v0.18.1 |
2284 | 2024-05-06T18:02:13.373Z | Checking hyper-util v0.1.2 |
2285 | 2024-05-06T18:02:13.670Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2286 | 2024-05-06T18:02:14.112Z | Checking rustls-native-certs v0.7.0 |
2287 | 2024-05-06T18:02:14.246Z | Checking httptest v0.15.5 |
2288 | 2024-05-06T18:02:14.356Z | Checking criterion v0.5.1 |
2289 | 2024-05-06T18:02:14.864Z | Checking pathdiff v0.2.1 |
2290 | 2024-05-06T18:02:14.867Z | Checking nested v0.1.1 |
2291 | 2024-05-06T18:02:14.962Z | Checking hyper-rustls v0.26.0 |
2292 | 2024-05-06T18:02:15.018Z | Checking escape8259 v0.5.2 |
2293 | 2024-05-06T18:02:15.075Z | Checking guppy v0.17.5 |
2294 | 2024-05-06T18:02:15.187Z | Checking threadpool v1.8.1 |
2295 | 2024-05-06T18:02:15.385Z | Checking libtest-mimic v0.7.2 |
2296 | 2024-05-06T18:02:15.874Z | Checking similar-asserts v1.5.0 |
2297 | 2024-05-06T18:02:16.101Z | Checking fancy-regex v0.13.0 |
2298 | 2024-05-06T18:02:16.118Z | Compiling rstest_macros v0.19.0 |
2299 | 2024-05-06T18:02:16.903Z | Checking datatest-stable v0.2.9 |
2300 | 2024-05-06T18:02:17.192Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2301 | 2024-05-06T18:02:17.282Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2302 | 2024-05-06T18:02:17.299Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2303 | 2024-05-06T18:02:17.610Z | Checking csv-core v0.1.11 |
2304 | 2024-05-06T18:02:17.681Z | Compiling relative-path v1.9.0 |
2305 | 2024-05-06T18:02:17.948Z | Checking constant_time_eq v0.2.6 |
2306 | 2024-05-06T18:02:17.964Z | Compiling trybuild v1.0.91 |
2307 | 2024-05-06T18:02:18.079Z | Checking blake2b_simd v1.0.1 |
2308 | 2024-05-06T18:02:18.426Z | Checking csv v1.3.0 |
2309 | 2024-05-06T18:02:18.721Z | Checking multimap v0.10.0 |
2310 | 2024-05-06T18:02:18.896Z | Checking futures-timer v3.0.2 |
2311 | 2024-05-06T18:02:19.024Z | Checking rust-argon2 v2.1.0 |
2312 | 2024-05-06T18:02:19.443Z | Checking partial-io v0.5.4 |
2313 | 2024-05-06T18:02:19.833Z | Checking approx v0.5.1 |
2314 | 2024-05-06T18:02:20.067Z | Checking uzers v0.11.3 |
2315 | 2024-05-06T18:02:20.243Z | Checking termios v0.3.3 |
2316 | 2024-05-06T18:02:20.367Z | Checking hex-literal v0.4.1 |
2317 | 2024-05-06T18:02:23.041Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2318 | 2024-05-06T18:02:23.333Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2319 | 2024-05-06T18:02:23.517Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2320 | 2024-05-06T18:02:26.129Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2321 | 2024-05-06T18:02:28.078Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2322 | 2024-05-06T18:02:28.100Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2323 | 2024-05-06T18:02:32.511Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2324 | 2024-05-06T18:02:33.563Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2325 | 2024-05-06T18:02:40.391Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2326 | 2024-05-06T18:02:40.419Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2327 | 2024-05-06T18:02:40.419Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2328 | 2024-05-06T18:02:40.419Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2329 | 2024-05-06T18:02:40.419Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2330 | 2024-05-06T18:02:40.419Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2331 | 2024-05-06T18:02:40.420Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2332 | 2024-05-06T18:02:40.420Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2333 | 2024-05-06T18:02:40.420Z | Checking rstest v0.19.0 |
2334 | 2024-05-06T18:02:40.420Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2335 | 2024-05-06T18:02:40.605Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2336 | 2024-05-06T18:02:40.684Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2337 | 2024-05-06T18:02:41.016Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2338 | 2024-05-06T18:02:42.423Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2339 | 2024-05-06T18:02:42.726Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2340 | 2024-05-06T18:02:43.239Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2341 | 2024-05-06T18:02:43.933Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2342 | 2024-05-06T18:02:46.766Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2343 | 2024-05-06T18:02:47.853Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2344 | 2024-05-06T18:02:48.802Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2345 | 2024-05-06T18:02:48.898Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2346 | 2024-05-06T18:02:49.634Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2347 | 2024-05-06T18:02:51.834Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2348 | 2024-05-06T18:02:53.965Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2349 | 2024-05-06T18:02:54.623Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2350 | 2024-05-06T18:02:59.670Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2351 | 2024-05-06T18:02:59.747Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2352 | 2024-05-06T18:03:01.052Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2353 | 2024-05-06T18:03:06.305Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2354 | 2024-05-06T18:03:06.336Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2355 | 2024-05-06T18:03:06.778Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2356 | 2024-05-06T18:03:07.358Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2357 | 2024-05-06T18:03:13.488Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2358 | 2024-05-06T18:03:13.594Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2359 | 2024-05-06T18:03:14.539Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2360 | 2024-05-06T18:03:23.047Z | Compiling samael v0.0.15 |
2361 | 2024-05-06T18:03:35.637Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2362 | 2024-05-06T18:03:39.847Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2363 | 2024-05-06T18:03:52.626Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2364 | 2024-05-06T18:03:56.650Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2365 | 2024-05-06T18:04:08.337Z | Compiling polar-core v0.27.3 |
2366 | 2024-05-06T18:04:16.803Z | Checking oso v0.27.3 |
2367 | 2024-05-06T18:04:43.628Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2368 | 2024-05-06T18:04:43.631Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2369 | 2024-05-06T18:04:43.631Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2370 | 2024-05-06T18:05:45.510Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 45s |
2371 | 2024-05-06T18:05:45.706Z | |
2372 | 2024-05-06T18:05:45.706Z | real 7:33.082186031 |
2373 | 2024-05-06T18:05:45.706Z | user 38:39.700819321 |
2374 | 2024-05-06T18:05:45.706Z | sys 6:45.431062908 |
2375 | 2024-05-06T18:05:45.706Z | trap 1.050516843 |
2376 | 2024-05-06T18:05:45.706Z | tflt 4.974709913 |
2377 | 2024-05-06T18:05:45.706Z | dflt 4.526192078 |
2378 | 2024-05-06T18:05:45.706Z | kflt 0.016184199 |
2379 | 2024-05-06T18:05:45.706Z | lock 58:54.094568792 |
2380 | 2024-05-06T18:05:45.706Z | slp 1:57:37.270250364 |
2381 | 2024-05-06T18:05:45.706Z | lat 1:43.985149418 |
2382 | 2024-05-06T18:05:45.706Z | stop 4:26.675465023 |
2383 | 2024-05-06T18:05:46.623Z | warning: output filename collision. |
2384 | 2024-05-06T18:05:46.623Z | 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)`. |
2385 | 2024-05-06T18:05:46.624Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2386 | 2024-05-06T18:05:46.624Z | The targets should have unique names. |
2387 | 2024-05-06T18:05:46.624Z | This is a known bug where multiple crates with the same name use |
2388 | 2024-05-06T18:05:46.624Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2389 | 2024-05-06T18:05:46.624Z | warning: output filename collision. |
2390 | 2024-05-06T18:05:46.624Z | 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)`. |
2391 | 2024-05-06T18:05:46.624Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2392 | 2024-05-06T18:05:46.624Z | The targets should have unique names. |
2393 | 2024-05-06T18:05:46.624Z | This is a known bug where multiple crates with the same name use |
2394 | 2024-05-06T18:05:46.624Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2395 | 2024-05-06T18:05:46.629Z | warning: output filename collision. |
2396 | 2024-05-06T18:05:46.629Z | 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)`. |
2397 | 2024-05-06T18:05:46.629Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2398 | 2024-05-06T18:05:46.629Z | The targets should have unique names. |
2399 | 2024-05-06T18:05:46.629Z | This is a known bug where multiple crates with the same name use |
2400 | 2024-05-06T18:05:46.629Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2401 | 2024-05-06T18:05:46.629Z | warning: output filename collision. |
2402 | 2024-05-06T18:05:46.629Z | 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)`. |
2403 | 2024-05-06T18:05:46.629Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2404 | 2024-05-06T18:05:46.629Z | The targets should have unique names. |
2405 | 2024-05-06T18:05:46.630Z | This is a known bug where multiple crates with the same name use |
2406 | 2024-05-06T18:05:46.630Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2407 | 2024-05-06T18:05:46.630Z | warning: output filename collision. |
2408 | 2024-05-06T18:05:46.630Z | 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)`. |
2409 | 2024-05-06T18:05:46.630Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2410 | 2024-05-06T18:05:46.630Z | The targets should have unique names. |
2411 | 2024-05-06T18:05:46.630Z | This is a known bug where multiple crates with the same name use |
2412 | 2024-05-06T18:05:46.630Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2413 | 2024-05-06T18:05:46.630Z | warning: output filename collision. |
2414 | 2024-05-06T18:05:46.630Z | 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)`. |
2415 | 2024-05-06T18:05:46.630Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2416 | 2024-05-06T18:05:46.630Z | The targets should have unique names. |
2417 | 2024-05-06T18:05:46.631Z | This is a known bug where multiple crates with the same name use |
2418 | 2024-05-06T18:05:46.631Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2419 | 2024-05-06T18:05:46.631Z | warning: output filename collision. |
2420 | 2024-05-06T18:05:46.631Z | 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)`. |
2421 | 2024-05-06T18:05:46.631Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2422 | 2024-05-06T18:05:46.631Z | The targets should have unique names. |
2423 | 2024-05-06T18:05:46.631Z | This is a known bug where multiple crates with the same name use |
2424 | 2024-05-06T18:05:46.631Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2425 | 2024-05-06T18:05:46.631Z | warning: output filename collision. |
2426 | 2024-05-06T18:05:46.631Z | 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)`. |
2427 | 2024-05-06T18:05:46.631Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2428 | 2024-05-06T18:05:46.632Z | The targets should have unique names. |
2429 | 2024-05-06T18:05:46.632Z | This is a known bug where multiple crates with the same name use |
2430 | 2024-05-06T18:05:46.632Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2431 | 2024-05-06T18:05:46.632Z | warning: output filename collision. |
2432 | 2024-05-06T18:05:46.632Z | 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`. |
2433 | 2024-05-06T18:05:46.632Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2434 | 2024-05-06T18:05:46.632Z | The targets should have unique names. |
2435 | 2024-05-06T18:05:46.632Z | This is a known bug where multiple crates with the same name use |
2436 | 2024-05-06T18:05:46.632Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2437 | 2024-05-06T18:05:47.136Z | Documenting libc v0.2.153 |
2438 | 2024-05-06T18:05:47.193Z | Documenting cfg-if v1.0.0 |
2439 | 2024-05-06T18:05:47.199Z | Documenting serde_derive v1.0.199 |
2440 | 2024-05-06T18:05:47.231Z | Documenting log v0.4.21 |
2441 | 2024-05-06T18:05:47.245Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2442 | 2024-05-06T18:05:47.259Z | Documenting memchr v2.7.1 |
2443 | 2024-05-06T18:05:47.277Z | Documenting byteorder v1.5.0 |
2444 | 2024-05-06T18:05:47.288Z | Documenting itoa v1.0.9 |
2445 | 2024-05-06T18:05:47.532Z | Documenting smallvec v1.13.1 |
2446 | 2024-05-06T18:05:50.121Z | Documenting scopeguard v1.2.0 |
2447 | 2024-05-06T18:05:50.552Z | Documenting once_cell v1.19.0 |
2448 | 2024-05-06T18:05:51.220Z | Documenting pin-project-lite v0.2.13 |
2449 | 2024-05-06T18:05:51.240Z | Documenting libm v0.2.7 |
2450 | 2024-05-06T18:05:51.267Z | Documenting zeroize_derive v1.4.2 |
2451 | 2024-05-06T18:05:51.976Z | Documenting getrandom v0.2.12 |
2452 | 2024-05-06T18:05:52.569Z | Documenting parking_lot_core v0.9.8 |
2453 | 2024-05-06T18:05:53.118Z | Documenting lock_api v0.4.10 |
2454 | 2024-05-06T18:05:54.418Z | Documenting signal-hook-registry v1.4.1 |
2455 | 2024-05-06T18:05:54.591Z | Documenting mio v0.8.11 |
2456 | 2024-05-06T18:05:55.054Z | Documenting serde v1.0.199 |
2457 | 2024-05-06T18:05:55.076Z | Documenting num-traits v0.2.18 |
2458 | 2024-05-06T18:05:56.026Z | Documenting zeroize v1.7.0 |
2459 | 2024-05-06T18:05:56.034Z | Documenting rand_core v0.6.4 |
2460 | 2024-05-06T18:05:56.147Z | Documenting thiserror-impl v1.0.59 |
2461 | 2024-05-06T18:05:57.576Z | Documenting parking_lot v0.12.1 |
2462 | 2024-05-06T18:05:58.710Z | Documenting futures-core v0.3.30 |
2463 | 2024-05-06T18:06:00.038Z | Documenting ryu v1.0.15 |
2464 | 2024-05-06T18:06:00.211Z | Documenting num_cpus v1.16.0 |
2465 | 2024-05-06T18:06:00.550Z | Documenting socket2 v0.5.6 |
2466 | 2024-05-06T18:06:00.569Z | Documenting tokio-macros v2.2.0 |
2467 | 2024-05-06T18:06:01.388Z | Documenting thiserror v1.0.59 |
2468 | 2024-05-06T18:06:02.605Z | Documenting zerocopy v0.7.32 |
2469 | 2024-05-06T18:06:02.665Z | Documenting futures-sink v0.3.30 |
2470 | 2024-05-06T18:06:02.960Z | Documenting typenum v1.16.0 |
2471 | 2024-05-06T18:06:04.364Z | Documenting subtle v2.5.0 |
2472 | 2024-05-06T18:06:05.582Z | Documenting pin-utils v0.1.0 |
2473 | 2024-05-06T18:06:05.643Z | Documenting slab v0.4.9 |
2474 | 2024-05-06T18:06:06.056Z | Documenting futures-macro v0.3.30 |
2475 | 2024-05-06T18:06:06.656Z | Documenting futures-channel v0.3.30 |
2476 | 2024-05-06T18:06:15.402Z | Documenting bytes v1.6.0 |
2477 | 2024-05-06T18:06:17.542Z | Documenting bitflags v2.4.2 |
2478 | 2024-05-06T18:06:17.596Z | Documenting serde_json v1.0.116 |
2479 | 2024-05-06T18:06:17.899Z | Documenting futures-io v0.3.30 |
2480 | 2024-05-06T18:06:17.958Z | Documenting futures-task v0.3.30 |
2481 | 2024-05-06T18:06:18.027Z | Documenting iana-time-zone v0.1.57 |
2482 | 2024-05-06T18:06:18.298Z | Documenting uuid v1.8.0 |
2483 | 2024-05-06T18:06:18.816Z | Documenting generic-array v0.14.7 |
2484 | 2024-05-06T18:06:20.021Z | Documenting tokio v1.37.0 |
2485 | 2024-05-06T18:06:21.950Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2486 | 2024-05-06T18:06:22.042Z | Documenting futures-util v0.3.30 |
2487 | 2024-05-06T18:06:22.051Z | Documenting ahash v0.8.8 |
2488 | 2024-05-06T18:06:22.737Z | Documenting allocator-api2 v0.2.16 |
2489 | 2024-05-06T18:06:22.901Z | Documenting chrono v0.4.38 |
2490 | 2024-05-06T18:06:23.428Z | Documenting crypto-common v0.1.6 |
2491 | 2024-05-06T18:06:24.398Z | Documenting const-oid v0.9.6 |
2492 | 2024-05-06T18:06:26.467Z | Documenting tinyvec_macros v0.1.1 |
2493 | 2024-05-06T18:06:27.023Z | Documenting hashbrown v0.14.3 |
2494 | 2024-05-06T18:06:28.452Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2495 | 2024-05-06T18:06:28.636Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2496 | 2024-05-06T18:06:29.318Z | Documenting tinyvec v1.6.0 |
2497 | 2024-05-06T18:06:29.417Z | Documenting tracing-core v0.1.32 |
2498 | 2024-05-06T18:06:29.928Z | Checking serde_derive_internals v0.29.0 |
2499 | 2024-05-06T18:06:30.605Z | Documenting tracing-attributes v0.1.27 |
2500 | 2024-05-06T18:06:30.666Z | Documenting serde_derive_internals v0.29.0 |
2501 | 2024-05-06T18:06:31.726Z | Documenting dyn-clone v1.0.17 |
2502 | 2024-05-06T18:06:32.068Z | Documenting ppv-lite86 v0.2.17 |
2503 | 2024-05-06T18:06:33.611Z | Documenting unicode-bidi v0.3.15 |
2504 | 2024-05-06T18:06:33.845Z | Documenting unicode-normalization v0.1.22 |
2505 | 2024-05-06T18:06:34.985Z | Documenting lazy_static v1.4.0 |
2506 | 2024-05-06T18:06:35.303Z | Documenting rand_chacha v0.3.1 |
2507 | 2024-05-06T18:06:36.447Z | Documenting percent-encoding v2.3.1 |
2508 | 2024-05-06T18:06:36.498Z | Documenting schemars_derive v0.8.17 |
2509 | 2024-05-06T18:06:37.912Z | Documenting block-buffer v0.10.4 |
2510 | 2024-05-06T18:06:38.472Z | Documenting powerfmt v0.2.0 |
2511 | 2024-05-06T18:06:39.333Z | Documenting fnv v1.0.7 |
2512 | 2024-05-06T18:06:41.518Z | Documenting rand v0.8.5 |
2513 | 2024-05-06T18:06:41.562Z | Documenting equivalent v1.0.1 |
2514 | 2024-05-06T18:06:41.784Z | Documenting deranged v0.3.11 |
2515 | 2024-05-06T18:06:42.087Z | Documenting schemars v0.8.17 |
2516 | 2024-05-06T18:06:42.569Z | Documenting digest v0.10.7 |
2517 | 2024-05-06T18:06:44.071Z | Documenting form_urlencoded v1.2.1 |
2518 | 2024-05-06T18:06:45.104Z | Documenting indexmap v2.2.6 |
2519 | 2024-05-06T18:06:45.735Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2520 | 2024-05-06T18:06:46.435Z | Documenting time-macros v0.2.17 |
2521 | 2024-05-06T18:06:47.588Z | Documenting num_threads v0.1.6 |
2522 | 2024-05-06T18:06:49.609Z | Documenting tracing v0.1.40 |
2523 | 2024-05-06T18:06:52.982Z | Documenting num-conv v0.1.0 |
2524 | 2024-05-06T18:06:56.633Z | Documenting unicode-width v0.1.11 |
2525 | 2024-05-06T18:06:56.852Z | Documenting time-core v0.1.2 |
2526 | 2024-05-06T18:06:56.855Z | Documenting idna v0.5.0 |
2527 | 2024-05-06T18:06:56.905Z | Documenting errno v0.3.8 |
2528 | 2024-05-06T18:06:56.935Z | Documenting unicode-ident v1.0.12 |
2529 | 2024-05-06T18:06:57.199Z | Documenting adler v1.0.2 |
2530 | 2024-05-06T18:06:57.476Z | Documenting slog v2.7.0 |
2531 | 2024-05-06T18:06:59.826Z | Documenting time v0.3.34 |
2532 | 2024-05-06T18:07:00.058Z | Documenting httparse v1.8.0 |
2533 | 2024-05-06T18:07:00.257Z | Documenting proc-macro2 v1.0.81 |
2534 | 2024-05-06T18:07:00.418Z | Documenting miniz_oxide v0.7.1 |
2535 | 2024-05-06T18:07:01.126Z | Documenting rustix v0.38.31 |
2536 | 2024-05-06T18:07:01.244Z | Documenting url v2.5.0 |
2537 | 2024-05-06T18:07:02.541Z | Documenting cpufeatures v0.2.12 |
2538 | 2024-05-06T18:07:04.597Z | Documenting async-trait v0.1.80 |
2539 | 2024-05-06T18:07:04.730Z | Documenting try-lock v0.2.4 |
2540 | 2024-05-06T18:07:05.528Z | Documenting httpdate v1.0.3 |
2541 | 2024-05-06T18:07:05.833Z | Documenting http-body v0.4.5 |
2542 | 2024-05-06T18:07:05.847Z | Documenting quote v1.0.36 |
2543 | 2024-05-06T18:07:06.460Z | Documenting aho-corasick v1.1.2 |
2544 | 2024-05-06T18:07:06.553Z | Documenting tokio-util v0.7.10 |
2545 | 2024-05-06T18:07:08.145Z | Documenting want v0.3.1 |
2546 | 2024-05-06T18:07:09.389Z | Documenting openssl-sys v0.9.102 |
2547 | 2024-05-06T18:07:09.737Z | Documenting openssl-macros v0.1.1 |
2548 | 2024-05-06T18:07:10.162Z | Documenting syn v2.0.60 |
2549 | 2024-05-06T18:07:10.636Z | Documenting gimli v0.28.0 |
2550 | 2024-05-06T18:07:11.318Z | Documenting mime v0.3.17 |
2551 | 2024-05-06T18:07:11.594Z | Documenting tower-service v0.3.2 |
2552 | 2024-05-06T18:07:12.294Z | Documenting regex-syntax v0.8.2 |
2553 | 2024-05-06T18:07:13.276Z | Documenting h2 v0.3.26 |
2554 | 2024-05-06T18:07:15.268Z | Documenting object v0.32.1 |
2555 | 2024-05-06T18:07:15.396Z | Documenting ipnet v2.9.0 |
2556 | 2024-05-06T18:07:15.693Z | Documenting openssl-probe v0.1.5 |
2557 | 2024-05-06T18:07:16.310Z | Documenting openssl v0.10.64 |
2558 | 2024-05-06T18:07:17.314Z | Documenting addr2line v0.21.0 |
2559 | 2024-05-06T18:07:19.400Z | Documenting regex-automata v0.4.5 |
2560 | 2024-05-06T18:07:19.962Z | Documenting rustc-demangle v0.1.23 |
2561 | 2024-05-06T18:07:20.007Z | Documenting base64ct v1.6.0 |
2562 | 2024-05-06T18:07:21.381Z | Documenting futures-executor v0.3.30 |
2563 | 2024-05-06T18:07:23.382Z | Documenting encoding_rs v0.8.33 |
2564 | 2024-05-06T18:07:23.807Z | Documenting hyper v0.14.28 |
2565 | 2024-05-06T18:07:24.973Z | Documenting psl-types v2.0.11 |
2566 | 2024-05-06T18:07:25.233Z | Documenting native-tls v0.2.11 |
2567 | 2024-05-06T18:07:25.907Z | Documenting serde_urlencoded v0.7.1 |
2568 | 2024-05-06T18:07:27.460Z | Documenting backtrace v0.3.69 |
2569 | 2024-05-06T18:07:28.413Z | Documenting crossbeam-utils v0.8.19 |
2570 | 2024-05-06T18:07:28.636Z | Documenting publicsuffix v2.2.3 |
2571 | 2024-05-06T18:07:28.671Z | Documenting regex v1.10.4 |
2572 | 2024-05-06T18:07:30.603Z | Documenting utf8parse v0.2.1 |
2573 | 2024-05-06T18:07:30.863Z | Documenting tokio-native-tls v0.3.1 |
2574 | 2024-05-06T18:07:32.691Z | Documenting anyhow v1.0.82 |
2575 | 2024-05-06T18:07:33.244Z | Documenting futures v0.3.30 |
2576 | 2024-05-06T18:07:33.602Z | Documenting cookie_store v0.20.0 |
2577 | 2024-05-06T18:07:33.636Z | Documenting pem-rfc7468 v0.7.0 |
2578 | 2024-05-06T18:07:33.647Z | Checking pest_meta v2.7.6 |
2579 | 2024-05-06T18:07:34.024Z | Documenting der_derive v0.7.2 |
2580 | 2024-05-06T18:07:34.557Z | Documenting sync_wrapper v0.1.2 |
2581 | 2024-05-06T18:07:36.879Z | Documenting flagset v0.4.3 |
2582 | 2024-05-06T18:07:36.931Z | Documenting hyper-tls v0.5.0 |
2583 | 2024-05-06T18:07:37.836Z | Documenting hyper-rustls v0.24.2 |
2584 | 2024-05-06T18:07:37.902Z | Documenting webpki-roots v0.25.2 |
2585 | 2024-05-06T18:07:38.497Z | Documenting num-integer v0.1.46 |
2586 | 2024-05-06T18:07:39.189Z | Documenting pest_meta v2.7.6 |
2587 | 2024-05-06T18:07:39.601Z | Documenting scroll_derive v0.12.0 |
2588 | 2024-05-06T18:07:40.221Z | Documenting der v0.7.8 |
2589 | 2024-05-06T18:07:41.247Z | Checking pest_generator v2.7.6 |
2590 | 2024-05-06T18:07:42.005Z | Documenting openapiv3 v2.0.0 |
2591 | 2024-05-06T18:07:42.756Z | Documenting plain v0.2.3 |
2592 | 2024-05-06T18:07:43.696Z | Documenting ucd-trie v0.1.6 |
2593 | 2024-05-06T18:07:44.153Z | Documenting pest_generator v2.7.6 |
2594 | 2024-05-06T18:07:44.693Z | Documenting spin v0.9.8 |
2595 | 2024-05-06T18:07:45.284Z | Documenting scroll v0.12.0 |
2596 | 2024-05-06T18:07:45.725Z | Documenting anstyle v1.0.6 |
2597 | 2024-05-06T18:07:45.741Z | Documenting reqwest v0.11.27 |
2598 | 2024-05-06T18:07:45.865Z | Documenting spki v0.7.2 |
2599 | 2024-05-06T18:07:47.654Z | Documenting pest v2.7.6 |
2600 | 2024-05-06T18:07:47.860Z | Documenting either v1.11.0 |
2601 | 2024-05-06T18:07:49.331Z | Documenting pest_derive v2.7.6 |
2602 | 2024-05-06T18:07:49.871Z | Documenting pretty-hex v0.4.1 |
2603 | 2024-05-06T18:07:50.201Z | Documenting goblin v0.8.0 |
2604 | 2024-05-06T18:07:50.315Z | Documenting pkcs8 v0.10.2 |
2605 | 2024-05-06T18:07:50.674Z | Documenting anstyle-parse v0.2.1 |
2606 | 2024-05-06T18:07:52.392Z | Documenting thread-id v4.2.0 |
2607 | 2024-05-06T18:07:53.533Z | Documenting colorchoice v1.0.0 |
2608 | 2024-05-06T18:07:53.977Z | Documenting data-encoding v2.4.0 |
2609 | 2024-05-06T18:07:54.037Z | Documenting dtrace-parser v0.2.0 |
2610 | 2024-05-06T18:07:54.440Z | Documenting anstyle-query v1.0.0 |
2611 | 2024-05-06T18:07:54.721Z | Documenting crossbeam-epoch v0.9.18 |
2612 | 2024-05-06T18:07:56.451Z | Documenting terminal_size v0.3.0 |
2613 | 2024-05-06T18:07:57.331Z | Documenting sha2 v0.10.8 |
2614 | 2024-05-06T18:07:57.397Z | Documenting ipnetwork v0.20.0 |
2615 | 2024-05-06T18:07:58.621Z | Documenting anstream v0.6.11 |
2616 | 2024-05-06T18:07:58.800Z | Documenting hex v0.4.3 |
2617 | 2024-05-06T18:07:58.897Z | Documenting dof v0.3.0 |
2618 | 2024-05-06T18:07:59.164Z | Documenting crc32fast v1.3.2 |
2619 | 2024-05-06T18:07:59.169Z | Documenting clap_lex v0.7.0 |
2620 | 2024-05-06T18:08:01.972Z | Documenting strsim v0.11.0 |
2621 | 2024-05-06T18:08:02.056Z | Documenting unicode-segmentation v1.10.1 |
2622 | 2024-05-06T18:08:02.916Z | Documenting untrusted v0.9.0 |
2623 | 2024-05-06T18:08:03.119Z | Documenting num-iter v0.1.44 |
2624 | 2024-05-06T18:08:03.261Z | Documenting hmac v0.12.1 |
2625 | 2024-05-06T18:08:03.678Z | Documenting signal-hook v0.3.17 |
2626 | 2024-05-06T18:08:03.736Z | Documenting clap_derive v4.5.4 |
2627 | 2024-05-06T18:08:04.160Z | Documenting usdt-impl v0.5.0 |
2628 | 2024-05-06T18:08:05.897Z | Documenting base64 v0.22.0 |
2629 | 2024-05-06T18:08:05.931Z | Documenting clap_builder v4.5.2 |
2630 | 2024-05-06T18:08:06.234Z | Documenting ring v0.17.8 |
2631 | 2024-05-06T18:08:07.690Z | Documenting static_assertions v1.1.0 |
2632 | 2024-05-06T18:08:07.775Z | Documenting flate2 v1.0.28 |
2633 | 2024-05-06T18:08:08.546Z | Documenting managed v0.8.0 |
2634 | 2024-05-06T18:08:09.444Z | Documenting signal-hook-mio v0.2.3 |
2635 | 2024-05-06T18:08:10.111Z | Documenting enum-as-inner v0.5.1 |
2636 | 2024-05-06T18:08:10.854Z | Documenting block-padding v0.3.3 |
2637 | 2024-05-06T18:08:10.857Z | Documenting scheduled-thread-pool v0.2.7 |
2638 | 2024-05-06T18:08:12.087Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2639 | 2024-05-06T18:08:12.389Z | Documenting diesel_table_macro_syntax v0.1.0 |
2640 | 2024-05-06T18:08:12.606Z | Checking diesel_table_macro_syntax v0.1.0 |
2641 | 2024-05-06T18:08:12.783Z | Documenting md-5 v0.10.5 |
2642 | 2024-05-06T18:08:12.973Z | Documenting clap v4.5.4 |
2643 | 2024-05-06T18:08:14.474Z | Documenting crossterm v0.27.0 |
2644 | 2024-05-06T18:08:14.689Z | Documenting trust-dns-proto v0.22.0 |
2645 | 2024-05-06T18:08:15.565Z | Documenting inout v0.1.3 |
2646 | 2024-05-06T18:08:15.992Z | Documenting r2d2 v0.8.10 |
2647 | 2024-05-06T18:08:17.080Z | Documenting bzip2 v0.4.4 |
2648 | 2024-05-06T18:08:17.320Z | Documenting stringprep v0.1.3 |
2649 | 2024-05-06T18:08:17.418Z | Documenting diesel_derives v2.1.2 |
2650 | 2024-05-06T18:08:18.709Z | Documenting regress v0.9.1 |
2651 | 2024-05-06T18:08:20.456Z | Documenting ff v0.13.0 |
2652 | 2024-05-06T18:08:20.463Z | Documenting serde_spanned v0.6.5 |
2653 | 2024-05-06T18:08:20.463Z | Documenting toml_datetime v0.6.5 |
2654 | 2024-05-06T18:08:22.164Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2655 | 2024-05-06T18:08:22.264Z | Documenting fallible-iterator v0.2.0 |
2656 | 2024-05-06T18:08:23.745Z | Documenting bit-vec v0.6.3 |
2657 | 2024-05-06T18:08:24.449Z | Documenting base16ct v0.2.0 |
2658 | 2024-05-06T18:08:24.750Z | Documenting winnow v0.6.1 |
2659 | 2024-05-06T18:08:24.941Z | Documenting siphasher v0.3.11 |
2660 | 2024-05-06T18:08:25.262Z | Documenting group v0.13.0 |
2661 | 2024-05-06T18:08:26.195Z | Documenting zip v0.6.6 |
2662 | 2024-05-06T18:08:27.263Z | Documenting diesel v2.1.6 |
2663 | 2024-05-06T18:08:28.007Z | Documenting postgres-protocol v0.6.6 |
2664 | 2024-05-06T18:08:28.068Z | Documenting phf_shared v0.11.2 |
2665 | 2024-05-06T18:08:28.196Z | Documenting sec1 v0.7.3 |
2666 | 2024-05-06T18:08:28.473Z | Documenting cipher v0.4.4 |
2667 | 2024-05-06T18:08:30.238Z | Documenting hkdf v0.12.4 |
2668 | 2024-05-06T18:08:31.025Z | Documenting num-bigint v0.4.4 |
2669 | 2024-05-06T18:08:31.198Z | Documenting toml_edit v0.22.12 |
2670 | 2024-05-06T18:08:32.288Z | Documenting bstr v1.9.0 |
2671 | 2024-05-06T18:08:42.637Z | Documenting console v0.15.8 |
2672 | 2024-05-06T18:08:50.024Z | Documenting crypto-bigint v0.5.2 |
2673 | 2024-05-06T18:08:50.036Z | Documenting hubpack v0.1.2 |
2674 | 2024-05-06T18:08:50.610Z | Documenting serde_repr v0.1.16 |
2675 | 2024-05-06T18:08:50.673Z | Checking strsim v0.10.0 |
2676 | 2024-05-06T18:08:51.273Z | Documenting precomputed-hash v0.1.1 |
2677 | 2024-05-06T18:08:51.294Z | Documenting new_debug_unreachable v1.0.4 |
2678 | 2024-05-06T18:08:51.294Z | Documenting minimal-lexical v0.2.1 |
2679 | 2024-05-06T18:08:51.294Z | Documenting fixedbitset v0.4.2 |
2680 | 2024-05-06T18:08:53.011Z | Checking unsafe-libyaml v0.2.10 |
2681 | 2024-05-06T18:08:54.212Z | Documenting lalrpop-util v0.19.12 |
2682 | 2024-05-06T18:08:54.885Z | Documenting heck v0.5.0 |
2683 | 2024-05-06T18:08:54.897Z | Checking ident_case v1.0.1 |
2684 | 2024-05-06T18:08:54.897Z | Documenting yasna v0.5.2 |
2685 | 2024-05-06T18:08:54.932Z | Documenting petgraph v0.6.4 |
2686 | 2024-05-06T18:08:55.017Z | Documenting nom v7.1.3 |
2687 | 2024-05-06T18:08:55.079Z | Documenting string_cache v0.8.7 |
2688 | 2024-05-06T18:08:55.487Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2689 | 2024-05-06T18:09:05.295Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
2690 | 2024-05-06T18:09:05.407Z | Documenting postgres-types v0.2.6 |
2691 | 2024-05-06T18:09:05.585Z | Documenting phf v0.11.2 |
2692 | 2024-05-06T18:09:06.017Z | Documenting similar v2.4.0 |
2693 | 2024-05-06T18:09:06.098Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
2694 | 2024-05-06T18:09:06.143Z | Documenting semver v1.0.22 |
2695 | 2024-05-06T18:09:06.199Z | Documenting elliptic-curve v0.13.8 |
2696 | 2024-05-06T18:09:07.216Z | Documenting float-cmp v0.9.0 |
2697 | 2024-05-06T18:09:10.022Z | Documenting unsafe-libyaml v0.2.10 |
2698 | 2024-05-06T18:09:10.716Z | Documenting normalize-line-endings v0.3.0 |
2699 | 2024-05-06T18:09:11.485Z | Documenting whoami v1.5.1 |
2700 | 2024-05-06T18:09:11.701Z | Documenting predicates-core v1.0.6 |
2701 | 2024-05-06T18:09:13.091Z | Documenting peg-runtime v0.8.2 |
2702 | 2024-05-06T18:09:13.100Z | Documenting difflib v0.4.0 |
2703 | 2024-05-06T18:09:22.583Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
2704 | 2024-05-06T18:09:22.701Z | Checking darling_core v0.20.8 |
2705 | 2024-05-06T18:09:22.716Z | Documenting serde_yaml v0.9.25 |
2706 | 2024-05-06T18:09:22.894Z | Documenting tokio-postgres v0.7.10 |
2707 | 2024-05-06T18:09:22.954Z | Checking serde_yaml v0.9.25 |
2708 | 2024-05-06T18:09:23.062Z | Documenting bit-set v0.5.3 |
2709 | 2024-05-06T18:09:23.187Z | Documenting predicates v3.1.0 |
2710 | 2024-05-06T18:09:23.424Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2711 | 2024-05-06T18:09:24.525Z | Documenting getopts v0.2.21 |
2712 | 2024-05-06T18:09:24.850Z | Documenting tokio-stream v0.1.15 |
2713 | 2024-05-06T18:09:28.085Z | Documenting ident_case v1.0.1 |
2714 | 2024-05-06T18:09:28.587Z | Checking darling v0.20.8 |
2715 | 2024-05-06T18:09:28.695Z | Documenting is-terminal v0.4.9 |
2716 | 2024-05-06T18:09:29.474Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2717 | 2024-05-06T18:09:29.488Z | Documenting strum v0.26.2 |
2718 | 2024-05-06T18:09:30.488Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2719 | 2024-05-06T18:09:30.548Z | Documenting dirs-sys-next v0.1.2 |
2720 | 2024-05-06T18:09:32.030Z | Documenting darling_core v0.20.8 |
2721 | 2024-05-06T18:09:32.145Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2722 | 2024-05-06T18:09:33.420Z | Documenting match_cfg v0.1.0 |
2723 | 2024-05-06T18:09:33.548Z | Documenting sha1 v0.10.6 |
2724 | 2024-05-06T18:09:33.790Z | Documenting http v1.0.0 |
2725 | 2024-05-06T18:09:35.450Z | Documenting dirs-next v2.0.0 |
2726 | 2024-05-06T18:09:36.150Z | Documenting camino v1.1.6 |
2727 | 2024-05-06T18:09:36.685Z | Documenting hostname v0.3.1 |
2728 | 2024-05-06T18:09:37.885Z | Documenting paste v1.0.14 |
2729 | 2024-05-06T18:09:38.141Z | Documenting thread_local v1.1.7 |
2730 | 2024-05-06T18:09:38.731Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2731 | 2024-05-06T18:09:39.489Z | Documenting rustls-pki-types v1.3.0 |
2732 | 2024-05-06T18:09:40.340Z | Documenting term v0.7.0 |
2733 | 2024-05-06T18:09:40.850Z | Documenting darling_macro v0.20.8 |
2734 | 2024-05-06T18:09:40.863Z | Documenting crossbeam-channel v0.5.8 |
2735 | 2024-05-06T18:09:41.584Z | Documenting take_mut v0.2.2 |
2736 | 2024-05-06T18:09:41.916Z | Documenting slog-json v2.6.1 |
2737 | 2024-05-06T18:09:42.289Z | Documenting async-stream-impl v0.3.5 |
2738 | 2024-05-06T18:09:44.405Z | Documenting rustls-webpki v0.102.1 |
2739 | 2024-05-06T18:09:45.469Z | Documenting atomic-waker v1.1.1 |
2740 | 2024-05-06T18:09:45.530Z | Documenting slog-term v2.9.1 |
2741 | 2024-05-06T18:09:45.708Z | Documenting slog-async v2.8.0 |
2742 | 2024-05-06T18:09:45.805Z | Documenting darling v0.20.8 |
2743 | 2024-05-06T18:09:47.072Z | Documenting debug-ignore v1.0.5 |
2744 | 2024-05-06T18:09:47.953Z | Documenting async-stream v0.3.5 |
2745 | 2024-05-06T18:09:48.789Z | Documenting waitgroup v0.1.2 |
2746 | 2024-05-06T18:09:49.288Z | Documenting rustls v0.22.4 |
2747 | 2024-05-06T18:09:49.836Z | Documenting slog-bunyan v2.5.0 |
2748 | 2024-05-06T18:09:49.992Z | Documenting rustls-pemfile v2.1.2 |
2749 | 2024-05-06T18:09:50.224Z | Documenting multer v3.0.0 |
2750 | 2024-05-06T18:09:51.064Z | Documenting toml v0.8.12 |
2751 | 2024-05-06T18:09:51.077Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2752 | 2024-05-06T18:09:52.098Z | Documenting serde_path_to_error v0.1.16 |
2753 | 2024-05-06T18:09:53.580Z | Documenting serde_with_macros v3.7.0 |
2754 | 2024-05-06T18:09:54.833Z | Documenting structmeta-derive v0.3.0 |
2755 | 2024-05-06T18:09:54.962Z | Documenting newtype-uuid v1.1.0 |
2756 | 2024-05-06T18:09:55.816Z | Checking structmeta v0.3.0 |
2757 | 2024-05-06T18:09:56.071Z | Documenting instant v0.1.12 |
2758 | 2024-05-06T18:09:56.162Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2759 | 2024-05-06T18:09:57.053Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2760 | 2024-05-06T18:09:57.741Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2761 | 2024-05-06T18:09:58.225Z | Documenting tokio-rustls v0.25.0 |
2762 | 2024-05-06T18:09:58.967Z | Documenting serde_with v3.7.0 |
2763 | 2024-05-06T18:10:00.341Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2764 | 2024-05-06T18:10:00.430Z | Documenting backoff v0.4.0 |
2765 | 2024-05-06T18:10:00.621Z | Documenting structmeta v0.3.0 |
2766 | 2024-05-06T18:10:01.656Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2767 | 2024-05-06T18:10:04.120Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2768 | 2024-05-06T18:10:05.407Z | Documenting parse-display-derive v0.9.0 |
2769 | 2024-05-06T18:10:05.747Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2770 | 2024-05-06T18:10:05.942Z | Documenting macaddr v1.0.1 |
2771 | 2024-05-06T18:10:06.071Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2772 | 2024-05-06T18:10:07.628Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2773 | 2024-05-06T18:10:10.033Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2774 | 2024-05-06T18:10:10.280Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2775 | 2024-05-06T18:10:10.343Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2776 | 2024-05-06T18:10:10.757Z | Documenting fastrand v2.0.1 |
2777 | 2024-05-06T18:10:11.222Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2778 | 2024-05-06T18:10:11.508Z | Documenting proc-macro-crate v1.3.1 |
2779 | 2024-05-06T18:10:11.695Z | Checking proc-macro-crate v1.3.1 |
2780 | 2024-05-06T18:10:11.877Z | Documenting parse-display v0.9.0 |
2781 | 2024-05-06T18:10:11.942Z | Documenting foreign-types-macros v0.2.3 |
2782 | 2024-05-06T18:10:12.575Z | Documenting foreign-types-shared v0.3.1 |
2783 | 2024-05-06T18:10:12.934Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2784 | 2024-05-06T18:10:13.132Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2785 | 2024-05-06T18:10:15.002Z | Documenting tempfile v3.10.1 |
2786 | 2024-05-06T18:10:15.864Z | Documenting cstr-argument v0.1.2 |
2787 | 2024-05-06T18:10:16.864Z | Documenting foreign-types v0.5.0 |
2788 | 2024-05-06T18:10:16.983Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2789 | 2024-05-06T18:10:17.480Z | Documenting tabwriter v1.4.0 |
2790 | 2024-05-06T18:10:17.638Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2791 | 2024-05-06T18:10:17.757Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2792 | 2024-05-06T18:10:17.819Z | Documenting num_enum_derive v0.5.11 |
2793 | 2024-05-06T18:10:20.572Z | Documenting camino-tempfile v1.1.1 |
2794 | 2024-05-06T18:10:20.655Z | Documenting colored v2.1.0 |
2795 | 2024-05-06T18:10:21.343Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2796 | 2024-05-06T18:10:21.825Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2797 | 2024-05-06T18:10:22.356Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2798 | 2024-05-06T18:10:22.663Z | Documenting hash32 v0.3.1 |
2799 | 2024-05-06T18:10:24.433Z | Documenting num_enum v0.5.11 |
2800 | 2024-05-06T18:10:24.703Z | Documenting stable_deref_trait v1.2.0 |
2801 | 2024-05-06T18:10:25.409Z | Documenting smf v0.2.3 |
2802 | 2024-05-06T18:10:25.638Z | Documenting embedded-io v0.4.0 |
2803 | 2024-05-06T18:10:25.645Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2804 | 2024-05-06T18:10:26.549Z | Documenting cobs v0.2.3 |
2805 | 2024-05-06T18:10:27.691Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2806 | 2024-05-06T18:10:28.100Z | Documenting heapless v0.8.0 |
2807 | 2024-05-06T18:10:29.301Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2808 | 2024-05-06T18:10:29.312Z | Documenting crucible-workspace-hack v0.1.0 |
2809 | 2024-05-06T18:10:29.753Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2810 | 2024-05-06T18:10:29.901Z | Documenting postcard v1.0.8 |
2811 | 2024-05-06T18:10:36.720Z | Documenting memmap v0.7.0 |
2812 | 2024-05-06T18:10:36.875Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2813 | 2024-05-06T18:10:36.875Z | Documenting smoltcp v0.11.0 |
2814 | 2024-05-06T18:10:36.876Z | Documenting newline-converter v0.3.0 |
2815 | 2024-05-06T18:10:36.876Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2816 | 2024-05-06T18:10:36.876Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2817 | 2024-05-06T18:10:36.876Z | Documenting usdt v0.5.0 |
2818 | 2024-05-06T18:10:36.876Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2819 | 2024-05-06T18:10:36.876Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2820 | 2024-05-06T18:10:36.876Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2821 | 2024-05-06T18:10:38.479Z | Documenting expectorate v1.1.0 |
2822 | 2024-05-06T18:10:38.541Z | Documenting sigpipe v0.1.3 |
2823 | 2024-05-06T18:10:38.574Z | Documenting num-derive v0.4.0 |
2824 | 2024-05-06T18:10:39.952Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2825 | 2024-05-06T18:10:40.276Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2826 | 2024-05-06T18:10:42.596Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2827 | 2024-05-06T18:10:42.599Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2828 | 2024-05-06T18:10:42.782Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2829 | 2024-05-06T18:10:43.113Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2830 | 2024-05-06T18:10:43.480Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2831 | 2024-05-06T18:10:43.749Z | Documenting password-hash v0.5.0 |
2832 | 2024-05-06T18:10:43.764Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2833 | 2024-05-06T18:10:44.516Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2834 | 2024-05-06T18:10:47.019Z | Documenting blake2 v0.10.6 |
2835 | 2024-05-06T18:10:47.885Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2836 | 2024-05-06T18:10:48.005Z | Documenting linked-hash-map v0.5.6 |
2837 | 2024-05-06T18:10:48.824Z | Documenting proc-macro-error-attr v1.0.4 |
2838 | 2024-05-06T18:10:48.966Z | Documenting humantime v2.1.0 |
2839 | 2024-05-06T18:10:50.453Z | Checking proc-macro-error v1.0.4 |
2840 | 2024-05-06T18:10:50.729Z | Documenting bytecount v0.6.3 |
2841 | 2024-05-06T18:10:51.754Z | Documenting argon2 v0.5.3 |
2842 | 2024-05-06T18:10:52.087Z | Documenting lru-cache v0.1.2 |
2843 | 2024-05-06T18:10:53.129Z | Documenting derive-where v1.2.7 |
2844 | 2024-05-06T18:10:53.787Z | Documenting proc-macro-error v1.0.4 |
2845 | 2024-05-06T18:10:54.122Z | Documenting papergrid v0.11.0 |
2846 | 2024-05-06T18:10:54.188Z | Documenting swrite v0.1.0 |
2847 | 2024-05-06T18:10:55.007Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2848 | 2024-05-06T18:10:55.114Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2849 | 2024-05-06T18:10:56.272Z | Documenting newtype_derive v0.1.6 |
2850 | 2024-05-06T18:10:56.533Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2851 | 2024-05-06T18:10:58.006Z | Documenting itertools v0.12.1 |
2852 | 2024-05-06T18:10:58.583Z | Documenting tabled_derive v0.7.0 |
2853 | 2024-05-06T18:10:58.972Z | Documenting quick-error v1.2.3 |
2854 | 2024-05-06T18:10:58.993Z | Documenting arc-swap v1.6.0 |
2855 | 2024-05-06T18:10:59.711Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2856 | 2024-05-06T18:11:00.382Z | Documenting steno v0.4.0 |
2857 | 2024-05-06T18:11:02.957Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2858 | 2024-05-06T18:11:03.424Z | Documenting slog-scope v4.4.0 |
2859 | 2024-05-06T18:11:03.580Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2860 | 2024-05-06T18:11:03.725Z | Documenting tabled v0.15.0 |
2861 | 2024-05-06T18:11:03.838Z | Documenting resolv-conf v0.7.0 |
2862 | 2024-05-06T18:11:04.403Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2863 | 2024-05-06T18:11:06.461Z | Documenting num-rational v0.4.1 |
2864 | 2024-05-06T18:11:07.804Z | Documenting slog-stdlog v4.1.1 |
2865 | 2024-05-06T18:11:08.941Z | Documenting trust-dns-resolver v0.22.0 |
2866 | 2024-05-06T18:11:09.948Z | Documenting num-complex v0.4.5 |
2867 | 2024-05-06T18:11:11.074Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2868 | 2024-05-06T18:11:11.306Z | Documenting filetime v0.2.23 |
2869 | 2024-05-06T18:11:11.617Z | Documenting xattr v1.0.1 |
2870 | 2024-05-06T18:11:12.071Z | Documenting slog-envlogger v2.2.0 |
2871 | 2024-05-06T18:11:15.606Z | Documenting tap v1.0.1 |
2872 | 2024-05-06T18:11:16.286Z | Documenting num v0.4.2 |
2873 | 2024-05-06T18:11:16.611Z | Documenting tar v0.4.40 |
2874 | 2024-05-06T18:11:17.516Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2875 | 2024-05-06T18:11:17.580Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2876 | 2024-05-06T18:11:17.876Z | Documenting radium v0.7.0 |
2877 | 2024-05-06T18:11:18.562Z | Documenting wyz v0.5.1 |
2878 | 2024-05-06T18:11:18.873Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2879 | 2024-05-06T18:11:19.083Z | Documenting nibble_vec v0.1.0 |
2880 | 2024-05-06T18:11:19.189Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2881 | 2024-05-06T18:11:21.226Z | Documenting funty v2.0.0 |
2882 | 2024-05-06T18:11:22.191Z | Documenting crc-catalog v2.2.0 |
2883 | 2024-05-06T18:11:22.415Z | Documenting endian-type v0.1.2 |
2884 | 2024-05-06T18:11:22.934Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2885 | 2024-05-06T18:11:23.124Z | Documenting cancel-safe-futures v0.1.5 |
2886 | 2024-05-06T18:11:23.425Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2887 | 2024-05-06T18:11:23.712Z | Documenting packed_struct_codegen v0.10.1 |
2888 | 2024-05-06T18:11:24.164Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2889 | 2024-05-06T18:11:24.626Z | Documenting bitvec v1.0.1 |
2890 | 2024-05-06T18:11:25.477Z | Documenting crc v3.0.1 |
2891 | 2024-05-06T18:11:26.559Z | Documenting radix_trie v0.2.1 |
2892 | 2024-05-06T18:11:27.928Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2893 | 2024-05-06T18:11:29.026Z | Documenting same-file v1.0.6 |
2894 | 2024-05-06T18:11:29.075Z | Documenting nodrop v0.1.14 |
2895 | 2024-05-06T18:11:29.287Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2896 | 2024-05-06T18:11:30.347Z | Documenting packed_struct v0.10.1 |
2897 | 2024-05-06T18:11:31.158Z | Documenting num-bigint-dig v0.8.4 |
2898 | 2024-05-06T18:11:32.132Z | Documenting array-init v0.0.4 |
2899 | 2024-05-06T18:11:32.930Z | Documenting pkcs1 v0.7.5 |
2900 | 2024-05-06T18:11:33.351Z | Documenting walkdir v2.5.0 |
2901 | 2024-05-06T18:11:35.951Z | Documenting signature v2.1.0 |
2902 | 2024-05-06T18:11:37.279Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2903 | 2024-05-06T18:11:37.366Z | Documenting bitfield v0.14.0 |
2904 | 2024-05-06T18:11:37.635Z | Documenting termcolor v1.2.0 |
2905 | 2024-05-06T18:11:38.073Z | Documenting display-error-chain v0.2.0 |
2906 | 2024-05-06T18:11:39.418Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2907 | 2024-05-06T18:11:39.419Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2908 | 2024-05-06T18:11:39.419Z | | |
2909 | 2024-05-06T18:11:39.419Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2910 | 2024-05-06T18:11:39.419Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2911 | 2024-05-06T18:11:39.419Z | | |
2912 | 2024-05-06T18:11:39.419Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2913 | 2024-05-06T18:11:39.419Z | |
2914 | 2024-05-06T18:11:39.465Z | Documenting serde-hex v0.1.0 |
2915 | 2024-05-06T18:11:39.678Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2916 | 2024-05-06T18:11:40.699Z | Documenting rsa v0.9.2 |
2917 | 2024-05-06T18:11:40.800Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2918 | 2024-05-06T18:11:41.710Z | warning: `nexus-types` (lib doc) generated 1 warning |
2919 | 2024-05-06T18:11:41.732Z | Documenting slog-dtrace v0.3.0 |
2920 | 2024-05-06T18:11:41.895Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2921 | 2024-05-06T18:11:42.132Z | Documenting env_logger v0.10.0 |
2922 | 2024-05-06T18:11:42.209Z | Documenting pem v3.0.4 |
2923 | 2024-05-06T18:11:42.645Z | Documenting x509-cert v0.2.4 |
2924 | 2024-05-06T18:11:44.532Z | Documenting libsw v3.3.1 |
2925 | 2024-05-06T18:11:45.269Z | Documenting ron v0.8.1 |
2926 | 2024-05-06T18:11:46.403Z | Documenting half v2.3.1 |
2927 | 2024-05-06T18:11:47.278Z | Documenting maplit v1.0.2 |
2928 | 2024-05-06T18:11:48.139Z | Documenting linear-map v1.2.0 |
2929 | 2024-05-06T18:11:48.981Z | Documenting crc-any v2.4.3 |
2930 | 2024-05-06T18:11:49.475Z | Documenting ciborium-io v0.2.2 |
2931 | 2024-05-06T18:11:49.492Z | Documenting owo-colors v4.0.0 |
2932 | 2024-05-06T18:11:49.988Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2933 | 2024-05-06T18:11:50.126Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2934 | 2024-05-06T18:11:51.802Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2935 | 2024-05-06T18:11:52.066Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2936 | 2024-05-06T18:11:52.395Z | Documenting headers-core v0.2.0 |
2937 | 2024-05-06T18:11:52.703Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2938 | 2024-05-06T18:11:53.787Z | Documenting ciborium-ll v0.2.2 |
2939 | 2024-05-06T18:11:54.498Z | Documenting path-slash v0.1.5 |
2940 | 2024-05-06T18:11:55.104Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2941 | 2024-05-06T18:11:58.249Z | Documenting headers v0.3.9 |
2942 | 2024-05-06T18:11:59.330Z | Documenting ciborium v0.2.2 |
2943 | 2024-05-06T18:11:59.468Z | Documenting fxhash v0.2.1 |
2944 | 2024-05-06T18:12:00.128Z | Documenting async-recursion v1.1.0 |
2945 | 2024-05-06T18:12:01.852Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2946 | 2024-05-06T18:12:04.140Z | Documenting vte_generate_state_changes v0.1.1 |
2947 | 2024-05-06T18:12:04.449Z | Checking convert_case v0.4.0 |
2948 | 2024-05-06T18:12:04.515Z | Documenting convert_case v0.4.0 |
2949 | 2024-05-06T18:12:04.661Z | Documenting buf-list v1.0.3 |
2950 | 2024-05-06T18:12:06.206Z | Documenting derive_builder_core v0.20.0 |
2951 | 2024-05-06T18:12:07.852Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2952 | 2024-05-06T18:12:08.457Z | Documenting vte v0.11.1 |
2953 | 2024-05-06T18:12:08.658Z | Documenting derive_more v0.99.17 |
2954 | 2024-05-06T18:12:10.017Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2955 | 2024-05-06T18:12:10.829Z | Checking derive_builder_core v0.20.0 |
2956 | 2024-05-06T18:12:12.262Z | Documenting fd-lock v4.0.2 |
2957 | 2024-05-06T18:12:12.714Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2958 | 2024-05-06T18:12:13.238Z | Documenting bitstruct_derive v0.1.0 |
2959 | 2024-05-06T18:12:15.493Z | Documenting pin-project-internal v1.1.3 |
2960 | 2024-05-06T18:12:15.720Z | Documenting ascii v1.1.0 |
2961 | 2024-05-06T18:12:15.930Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2962 | 2024-05-06T18:12:17.050Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2963 | 2024-05-06T18:12:17.574Z | Documenting strip-ansi-escapes v0.2.0 |
2964 | 2024-05-06T18:12:18.052Z | Documenting bitstruct v0.1.1 |
2965 | 2024-05-06T18:12:19.356Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2966 | 2024-05-06T18:12:20.724Z | Documenting derive_builder_macro v0.20.0 |
2967 | 2024-05-06T18:12:21.167Z | Documenting pin-project v1.1.3 |
2968 | 2024-05-06T18:12:21.381Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2969 | 2024-05-06T18:12:22.165Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2970 | 2024-05-06T18:12:22.541Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2971 | 2024-05-06T18:12:24.466Z | Documenting crossbeam-deque v0.8.3 |
2972 | 2024-05-06T18:12:25.742Z | Documenting snafu-derive v0.8.2 |
2973 | 2024-05-06T18:12:25.768Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2974 | 2024-05-06T18:12:27.569Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2975 | 2024-05-06T18:12:28.589Z | Documenting serde_arrays v0.1.0 |
2976 | 2024-05-06T18:12:28.922Z | Documenting erased-serde v0.3.31 |
2977 | 2024-05-06T18:12:28.994Z | Documenting ref-cast-impl v1.0.22 |
2978 | 2024-05-06T18:12:31.551Z | Checking unicode-xid v0.2.4 |
2979 | 2024-05-06T18:12:31.698Z | Documenting unicode-xid v0.2.4 |
2980 | 2024-05-06T18:12:33.169Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2981 | 2024-05-06T18:12:33.220Z | Documenting nu-ansi-term v0.50.0 |
2982 | 2024-05-06T18:12:33.497Z | Documenting snafu v0.8.2 |
2983 | 2024-05-06T18:12:33.847Z | Documenting ref-cast v1.0.22 |
2984 | 2024-05-06T18:12:35.120Z | Documenting const_format_proc_macros v0.2.32 |
2985 | 2024-05-06T18:12:35.293Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2986 | 2024-05-06T18:12:37.444Z | Documenting rayon-core v1.12.1 |
2987 | 2024-05-06T18:12:38.076Z | Documenting derive_builder v0.20.0 |
2988 | 2024-05-06T18:12:38.298Z | Documenting reedline v0.31.0 |
2989 | 2024-05-06T18:12:39.534Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2990 | 2024-05-06T18:12:40.637Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2991 | 2024-05-06T18:12:41.206Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2992 | 2024-05-06T18:12:41.905Z | Documenting libefi-sys v0.1.0 |
2993 | 2024-05-06T18:12:42.844Z | Documenting trust-dns-client v0.22.0 |
2994 | 2024-05-06T18:12:43.067Z | Documenting polar-core v0.27.3 |
2995 | 2024-05-06T18:12:46.319Z | Documenting libxml v0.3.3 |
2996 | 2024-05-06T18:12:47.225Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2997 | 2024-05-06T18:12:47.399Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2998 | 2024-05-06T18:12:47.823Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2999 | 2024-05-06T18:12:49.088Z | Documenting globset v0.4.13 |
3000 | 2024-05-06T18:12:51.094Z | Documenting bb8 v0.8.3 |
3001 | 2024-05-06T18:12:51.717Z | Documenting olpc-cjson v0.1.3 |
3002 | 2024-05-06T18:12:52.417Z | Documenting quick-xml v0.31.0 |
3003 | 2024-05-06T18:12:53.457Z | Documenting serde_plain v1.0.2 |
3004 | 2024-05-06T18:12:54.645Z | Documenting impl-trait-for-tuples v0.2.2 |
3005 | 2024-05-06T18:12:55.320Z | Documenting oso-derive v0.27.3 |
3006 | 2024-05-06T18:12:56.876Z | Documenting keccak v0.1.4 |
3007 | 2024-05-06T18:12:57.388Z | Documenting typed-path v0.7.0 |
3008 | 2024-05-06T18:12:58.235Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3009 | 2024-05-06T18:12:59.509Z | Documenting utf-8 v0.7.6 |
3010 | 2024-05-06T18:13:00.437Z | Documenting sha3 v0.10.8 |
3011 | 2024-05-06T18:13:00.751Z | Documenting samael v0.0.15 |
3012 | 2024-05-06T18:13:01.251Z | Documenting oso v0.27.3 |
3013 | 2024-05-06T18:13:02.585Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3014 | 2024-05-06T18:13:03.756Z | Documenting tungstenite v0.21.0 |
3015 | 2024-05-06T18:13:04.036Z | Documenting tough v0.17.1 |
3016 | 2024-05-06T18:13:05.445Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3017 | 2024-05-06T18:13:06.132Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3018 | 2024-05-06T18:13:07.505Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3019 | 2024-05-06T18:13:07.610Z | Documenting trust-dns-server v0.22.1 |
3020 | 2024-05-06T18:13:11.993Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3021 | 2024-05-06T18:13:12.806Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3022 | 2024-05-06T18:13:13.312Z | Documenting rayon v1.10.0 |
3023 | 2024-05-06T18:13:13.947Z | Documenting const_format v0.2.32 |
3024 | 2024-05-06T18:13:17.321Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3025 | 2024-05-06T18:13:17.425Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3026 | 2024-05-06T18:13:17.844Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3027 | 2024-05-06T18:13:18.050Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3028 | 2024-05-06T18:13:18.507Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3029 | 2024-05-06T18:13:18.894Z | Documenting sled v0.34.7 |
3030 | 2024-05-06T18:13:19.276Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3031 | 2024-05-06T18:13:19.424Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3032 | 2024-05-06T18:13:19.895Z | Documenting fs-err v2.11.0 |
3033 | 2024-05-06T18:13:20.357Z | Documenting nix v0.28.0 |
3034 | 2024-05-06T18:13:21.370Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3035 | 2024-05-06T18:13:22.754Z | Documenting cookie v0.18.1 |
3036 | 2024-05-06T18:13:24.031Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3037 | 2024-05-06T18:13:24.339Z | Documenting secrecy v0.8.0 |
3038 | 2024-05-06T18:13:24.861Z | Documenting gethostname v0.4.3 |
3039 | 2024-05-06T18:13:25.051Z | Documenting peg-macros v0.8.2 |
3040 | 2024-05-06T18:13:25.117Z | Documenting rustversion v1.0.14 |
3041 | 2024-05-06T18:13:26.568Z | Documenting sqlparser_derive v0.2.2 |
3042 | 2024-05-06T18:13:27.872Z | Documenting parse-size v1.0.0 |
3043 | 2024-05-06T18:13:29.098Z | Documenting home v0.5.5 |
3044 | 2024-05-06T18:13:29.749Z | Documenting unicode_categories v0.1.1 |
3045 | 2024-05-06T18:13:29.982Z | Documenting castaway v0.2.2 |
3046 | 2024-05-06T18:13:30.123Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3047 | 2024-05-06T18:13:30.894Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3048 | 2024-05-06T18:13:31.155Z | Documenting peg v0.8.2 |
3049 | 2024-05-06T18:13:31.543Z | Documenting sqlparser v0.45.0 |
3050 | 2024-05-06T18:13:33.247Z | Documenting rustyline v14.0.0 |
3051 | 2024-05-06T18:13:34.016Z | Documenting sqlformat v0.2.3 |
3052 | 2024-05-06T18:13:34.245Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3053 | 2024-05-06T18:13:36.071Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3054 | 2024-05-06T18:13:40.271Z | Documenting tokio-tungstenite v0.21.0 |
3055 | 2024-05-06T18:13:40.278Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3056 | 2024-05-06T18:13:42.702Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3057 | 2024-05-06T18:13:44.003Z | Documenting zone v0.1.8 |
3058 | 2024-05-06T18:13:45.405Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3059 | 2024-05-06T18:13:46.635Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3060 | 2024-05-06T18:13:47.342Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3061 | 2024-05-06T18:13:48.165Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3062 | 2024-05-06T18:13:48.604Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3063 | 2024-05-06T18:13:48.893Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3064 | 2024-05-06T18:13:49.173Z | Documenting portpicker v0.1.1 |
3065 | 2024-05-06T18:13:49.649Z | Documenting universal-hash v0.5.1 |
3066 | 2024-05-06T18:13:53.265Z | Documenting bcs v0.1.6 |
3067 | 2024-05-06T18:13:54.663Z | Documenting kstat-rs v0.2.3 |
3068 | 2024-05-06T18:14:04.351Z | Documenting thiserror-impl-no-std v2.0.2 |
3069 | 2024-05-06T18:14:04.653Z | Documenting curve25519-dalek-derive v0.1.0 |
3070 | 2024-05-06T18:14:04.779Z | Documenting opaque-debug v0.3.0 |
3071 | 2024-05-06T18:14:04.815Z | Documenting highway v1.1.0 |
3072 | 2024-05-06T18:14:04.865Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3073 | 2024-05-06T18:14:05.496Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3074 | 2024-05-06T18:14:05.512Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3075 | 2024-05-06T18:14:08.132Z | Documenting poly1305 v0.8.0 |
3076 | 2024-05-06T18:14:09.138Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3077 | 2024-05-06T18:14:09.430Z | Documenting curve25519-dalek v4.1.2 |
3078 | 2024-05-06T18:14:10.741Z | Documenting thiserror-no-std v2.0.2 |
3079 | 2024-05-06T18:14:12.911Z | Documenting compact_str v0.7.1 |
3080 | 2024-05-06T18:14:13.772Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3081 | 2024-05-06T18:14:14.947Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3082 | 2024-05-06T18:14:15.734Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3083 | 2024-05-06T18:14:16.629Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3084 | 2024-05-06T18:14:17.386Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3085 | 2024-05-06T18:14:17.477Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3086 | 2024-05-06T18:14:19.015Z | Documenting portable-atomic v1.4.3 |
3087 | 2024-05-06T18:14:19.595Z | Documenting ed25519 v1.5.3 |
3088 | 2024-05-06T18:14:22.693Z | Documenting memoffset v0.7.1 |
3089 | 2024-05-06T18:14:23.376Z | Documenting unicase v2.7.0 |
3090 | 2024-05-06T18:14:25.862Z | Documenting rcgen v0.12.1 |
3091 | 2024-05-06T18:14:26.075Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3092 | 2024-05-06T18:14:27.152Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3093 | 2024-05-06T18:14:29.271Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3094 | 2024-05-06T18:14:29.801Z | Documenting atomicwrites v0.4.3 |
3095 | 2024-05-06T18:14:32.347Z | warning: could not parse code block as Rust code |
3096 | 2024-05-06T18:14:32.347Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3097 | 2024-05-06T18:14:32.347Z | | |
3098 | 2024-05-06T18:14:32.347Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3099 | 2024-05-06T18:14:32.347Z | 247 | | /// |
3100 | 2024-05-06T18:14:32.348Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3101 | 2024-05-06T18:14:32.348Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3102 | 2024-05-06T18:14:32.348Z | ... | |
3103 | 2024-05-06T18:14:32.348Z | 277 | | /// |
3104 | 2024-05-06T18:14:32.348Z | 278 | | /// Will be parsed as `this string has " in it`. |
3105 | 2024-05-06T18:14:32.348Z | | |________________________________________________________^ |
3106 | 2024-05-06T18:14:32.348Z | | |
3107 | 2024-05-06T18:14:32.349Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3108 | 2024-05-06T18:14:32.349Z | = note: error from rustc: unknown start of token: \ |
3109 | 2024-05-06T18:14:32.349Z | = note: error from rustc: unknown start of token: \ |
3110 | 2024-05-06T18:14:32.349Z | = note: error from rustc: unknown start of token: \ |
3111 | 2024-05-06T18:14:32.349Z | = note: error from rustc: unknown start of token: \ |
3112 | 2024-05-06T18:14:32.349Z | = note: error from rustc: unknown start of token: \ |
3113 | 2024-05-06T18:14:32.349Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3114 | 2024-05-06T18:14:32.349Z | |
3115 | 2024-05-06T18:14:33.936Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3116 | 2024-05-06T18:14:33.947Z | Documenting chacha20 v0.9.1 |
3117 | 2024-05-06T18:14:34.159Z | Documenting lru v0.12.1 |
3118 | 2024-05-06T18:14:34.751Z | Documenting aead v0.5.2 |
3119 | 2024-05-06T18:14:34.782Z | Documenting rand_seeder v0.2.3 |
3120 | 2024-05-06T18:14:35.741Z | Documenting nanorand v0.7.0 |
3121 | 2024-05-06T18:14:36.242Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3122 | 2024-05-06T18:14:39.076Z | Documenting subprocess v0.2.9 |
3123 | 2024-05-06T18:14:39.282Z | Documenting stability v0.2.0 |
3124 | 2024-05-06T18:14:39.615Z | Documenting glob v0.3.1 |
3125 | 2024-05-06T18:14:49.338Z | Documenting cassowary v0.3.0 |
3126 | 2024-05-06T18:14:49.645Z | Documenting number_prefix v0.4.0 |
3127 | 2024-05-06T18:14:49.922Z | Documenting chacha20poly1305 v0.10.1 |
3128 | 2024-05-06T18:14:50.050Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3129 | 2024-05-06T18:14:50.196Z | Documenting flume v0.11.0 |
3130 | 2024-05-06T18:14:50.377Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3131 | 2024-05-06T18:14:50.540Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3132 | 2024-05-06T18:14:54.403Z | Documenting ratatui v0.26.2 |
3133 | 2024-05-06T18:14:54.609Z | Documenting indicatif v0.17.8 |
3134 | 2024-05-06T18:15:05.125Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3135 | 2024-05-06T18:15:05.256Z | Documenting mime_guess v2.0.4 |
3136 | 2024-05-06T18:15:05.546Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3137 | 2024-05-06T18:15:05.594Z | Documenting salty v0.2.0 |
3138 | 2024-05-06T18:15:06.334Z | Documenting vsss-rs v3.3.4 |
3139 | 2024-05-06T18:15:06.462Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3140 | 2024-05-06T18:15:07.899Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3141 | 2024-05-06T18:15:08.927Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3142 | 2024-05-06T18:15:08.993Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3143 | 2024-05-06T18:15:09.813Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3144 | 2024-05-06T18:15:11.001Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3145 | 2024-05-06T18:15:12.433Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3146 | 2024-05-06T18:15:12.708Z | Documenting serde-big-array v0.5.1 |
3147 | 2024-05-06T18:15:13.532Z | Documenting rtoolbox v0.0.1 |
3148 | 2024-05-06T18:15:14.239Z | Documenting http-range v0.1.5 |
3149 | 2024-05-06T18:15:15.812Z | Documenting unicode-linebreak v0.1.5 |
3150 | 2024-05-06T18:15:17.298Z | Documenting is_ci v1.2.0 |
3151 | 2024-05-06T18:15:18.438Z | Documenting smawk v0.3.1 |
3152 | 2024-05-06T18:15:18.730Z | Documenting rpassword v7.3.1 |
3153 | 2024-05-06T18:15:19.405Z | Documenting hyper-staticfile v0.9.5 |
3154 | 2024-05-06T18:15:21.385Z | Documenting supports-color v3.0.0 |
3155 | 2024-05-06T18:15:28.225Z | Documenting textwrap v0.16.1 |
3156 | 2024-05-06T18:15:28.282Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3157 | 2024-05-06T18:15:28.282Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3158 | 2024-05-06T18:15:28.282Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3159 | 2024-05-06T18:15:28.282Z | Documenting tui-tree-widget v0.19.0 |
3160 | 2024-05-06T18:15:28.282Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3161 | 2024-05-06T18:15:28.282Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3162 | 2024-05-06T18:15:29.304Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3163 | 2024-05-06T18:15:30.782Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3164 | 2024-05-06T18:15:31.974Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3165 | 2024-05-06T18:15:32.444Z | warning: unresolved link to `test_sled_transitions` |
3166 | 2024-05-06T18:15:32.444Z | --> nexus/db-queries/src/db/datastore/sled.rs:636:11 |
3167 | 2024-05-06T18:15:32.444Z | | |
3168 | 2024-05-06T18:15:32.444Z | 636 | /// [`test_sled_transitions`]. |
3169 | 2024-05-06T18:15:32.444Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3170 | 2024-05-06T18:15:32.444Z | | |
3171 | 2024-05-06T18:15:32.444Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3172 | 2024-05-06T18:15:32.444Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3173 | 2024-05-06T18:15:32.444Z | |
3174 | 2024-05-06T18:15:32.448Z | warning: unresolved link to `test_sled_transitions` |
3175 | 2024-05-06T18:15:32.448Z | --> nexus/db-queries/src/db/datastore/sled.rs:672:11 |
3176 | 2024-05-06T18:15:32.448Z | | |
3177 | 2024-05-06T18:15:32.448Z | 672 | /// [`test_sled_transitions`]. |
3178 | 2024-05-06T18:15:32.448Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3179 | 2024-05-06T18:15:32.448Z | | |
3180 | 2024-05-06T18:15:32.448Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3181 | 2024-05-06T18:15:32.448Z | |
3182 | 2024-05-06T18:15:32.448Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3183 | 2024-05-06T18:15:32.448Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3184 | 2024-05-06T18:15:32.448Z | | |
3185 | 2024-05-06T18:15:32.448Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3186 | 2024-05-06T18:15:32.448Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3187 | 2024-05-06T18:15:32.448Z | |
3188 | 2024-05-06T18:15:32.729Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3189 | 2024-05-06T18:15:33.088Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3190 | 2024-05-06T18:15:33.512Z | Documenting signal-hook-tokio v0.3.1 |
3191 | 2024-05-06T18:15:33.534Z | Documenting memmap2 v0.7.1 |
3192 | 2024-05-06T18:15:34.656Z | Documenting arrayref v0.3.7 |
3193 | 2024-05-06T18:15:37.454Z | Documenting corncobs v0.1.3 |
3194 | 2024-05-06T18:15:38.166Z | Documenting shell-words v1.1.0 |
3195 | 2024-05-06T18:15:38.249Z | Documenting arrayvec v0.7.4 |
3196 | 2024-05-06T18:15:39.044Z | Documenting constant_time_eq v0.3.0 |
3197 | 2024-05-06T18:15:40.569Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3198 | 2024-05-06T18:15:42.111Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3199 | 2024-05-06T18:15:42.283Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3200 | 2024-05-06T18:15:42.424Z | Documenting blake3 v1.5.0 |
3201 | 2024-05-06T18:15:43.563Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3202 | 2024-05-06T18:15:45.135Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3203 | 2024-05-06T18:15:47.169Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3204 | 2024-05-06T18:15:50.003Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3205 | 2024-05-06T18:15:51.816Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3206 | 2024-05-06T18:15:51.816Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3207 | 2024-05-06T18:15:51.889Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3208 | 2024-05-06T18:16:04.330Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3209 | 2024-05-06T18:16:05.712Z | warning: unresolved link to `BlueprintDisksConfig` |
3210 | 2024-05-06T18:16:05.712Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55 |
3211 | 2024-05-06T18:16:05.712Z | | |
3212 | 2024-05-06T18:16:05.712Z | 1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3213 | 2024-05-06T18:16:05.712Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3214 | 2024-05-06T18:16:05.712Z | | |
3215 | 2024-05-06T18:16:05.712Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3216 | 2024-05-06T18:16:05.712Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3217 | 2024-05-06T18:16:05.712Z | |
3218 | 2024-05-06T18:16:06.130Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3219 | 2024-05-06T18:16:06.151Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3220 | 2024-05-06T18:16:06.832Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3221 | 2024-05-06T18:16:06.836Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3222 | 2024-05-06T18:16:07.942Z | Documenting fatfs v0.3.6 |
3223 | 2024-05-06T18:16:09.503Z | warning: unclosed HTML tag `usize` |
3224 | 2024-05-06T18:16:09.503Z | --> wicket/src/ui/panes/update.rs:153:19 |
3225 | 2024-05-06T18:16:09.503Z | | |
3226 | 2024-05-06T18:16:09.503Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3227 | 2024-05-06T18:16:09.503Z | | ^^^^^^^ |
3228 | 2024-05-06T18:16:09.503Z | | |
3229 | 2024-05-06T18:16:09.503Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3230 | 2024-05-06T18:16:09.503Z | |
3231 | 2024-05-06T18:16:10.984Z | warning: `wicket` (lib doc) generated 1 warning |
3232 | 2024-05-06T18:16:10.988Z | Documenting topological-sort v0.2.2 |
3233 | 2024-05-06T18:16:13.559Z | Documenting assert_matches v1.5.0 |
3234 | 2024-05-06T18:16:15.085Z | Documenting omicron-zone-package v0.11.0 |
3235 | 2024-05-06T18:16:16.587Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3236 | 2024-05-06T18:16:18.142Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3237 | 2024-05-06T18:16:18.905Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3238 | 2024-05-06T18:16:25.552Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3239 | 2024-05-06T18:16:27.635Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3240 | 2024-05-06T18:16:28.482Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3241 | 2024-05-06T18:16:28.615Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3242 | 2024-05-06T18:16:28.783Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3243 | 2024-05-06T18:16:28.783Z | --> sled-agent/src/sim/instance.rs:46:7 |
3244 | 2024-05-06T18:16:28.783Z | | |
3245 | 2024-05-06T18:16:28.783Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3246 | 2024-05-06T18:16:28.783Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3247 | 2024-05-06T18:16:28.783Z | | |
3248 | 2024-05-06T18:16:28.783Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3249 | 2024-05-06T18:16:28.783Z | |
3250 | 2024-05-06T18:16:30.997Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3251 | 2024-05-06T18:16:32.331Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3252 | 2024-05-06T18:16:32.335Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3253 | 2024-05-06T18:16:33.129Z | Documenting uzers v0.11.3 |
3254 | 2024-05-06T18:16:34.270Z | Documenting termios v0.3.3 |
3255 | 2024-05-06T18:16:38.495Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3256 | 2024-05-06T18:16:39.452Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3257 | 2024-05-06T18:16:39.581Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3258 | 2024-05-06T18:16:44.690Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3259 | 2024-05-06T18:16:45.545Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3260 | 2024-05-06T18:16:56.302Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3261 | 2024-05-06T18:17:01.682Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3262 | 2024-05-06T18:17:11.400Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3263 | 2024-05-06T18:17:17.640Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3264 | 2024-05-06T18:17:26.691Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3265 | 2024-05-06T18:17:27.075Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3266 | 2024-05-06T18:17:27.369Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3267 | 2024-05-06T18:17:32.208Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3268 | 2024-05-06T18:17:35.231Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3269 | 2024-05-06T18:17:46.402Z | warning: unresolved link to `Nexus` |
3270 | 2024-05-06T18:17:46.402Z | --> nexus/src/app/instance_network.rs:280:34 |
3271 | 2024-05-06T18:17:46.402Z | | |
3272 | 2024-05-06T18:17:46.402Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3273 | 2024-05-06T18:17:46.402Z | | ^^^^^ no item named `Nexus` in scope |
3274 | 2024-05-06T18:17:46.402Z | | |
3275 | 2024-05-06T18:17:46.402Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3276 | 2024-05-06T18:17:46.402Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3277 | 2024-05-06T18:17:46.402Z | |
3278 | 2024-05-06T18:17:46.407Z | warning: unresolved link to `Nexus` |
3279 | 2024-05-06T18:17:46.407Z | --> nexus/src/app/instance_network.rs:458:34 |
3280 | 2024-05-06T18:17:46.407Z | | |
3281 | 2024-05-06T18:17:46.407Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3282 | 2024-05-06T18:17:46.407Z | | ^^^^^ no item named `Nexus` in scope |
3283 | 2024-05-06T18:17:46.407Z | | |
3284 | 2024-05-06T18:17:46.407Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3285 | 2024-05-06T18:17:46.407Z | |
3286 | 2024-05-06T18:17:46.407Z | warning: unresolved link to `VolumeConstructionRequest` |
3287 | 2024-05-06T18:17:46.407Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3288 | 2024-05-06T18:17:46.407Z | | |
3289 | 2024-05-06T18:17:46.407Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3290 | 2024-05-06T18:17:46.407Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3291 | 2024-05-06T18:17:46.407Z | | |
3292 | 2024-05-06T18:17:46.408Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3293 | 2024-05-06T18:17:46.408Z | |
3294 | 2024-05-06T18:17:46.408Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3295 | 2024-05-06T18:17:46.408Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3296 | 2024-05-06T18:17:46.408Z | | |
3297 | 2024-05-06T18:17:46.408Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3298 | 2024-05-06T18:17:46.408Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3299 | 2024-05-06T18:17:46.408Z | |
3300 | 2024-05-06T18:17:46.408Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3301 | 2024-05-06T18:17:46.408Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3302 | 2024-05-06T18:17:46.408Z | | |
3303 | 2024-05-06T18:17:46.408Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3304 | 2024-05-06T18:17:46.408Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3305 | 2024-05-06T18:17:46.408Z | |
3306 | 2024-05-06T18:17:46.408Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3307 | 2024-05-06T18:17:46.408Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3308 | 2024-05-06T18:17:46.408Z | | |
3309 | 2024-05-06T18:17:46.408Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3310 | 2024-05-06T18:17:46.408Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3311 | 2024-05-06T18:17:46.408Z | |
3312 | 2024-05-06T18:17:46.408Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3313 | 2024-05-06T18:17:46.408Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3314 | 2024-05-06T18:17:46.408Z | | |
3315 | 2024-05-06T18:17:46.408Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3316 | 2024-05-06T18:17:46.409Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3317 | 2024-05-06T18:17:46.409Z | |
3318 | 2024-05-06T18:17:46.409Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3319 | 2024-05-06T18:17:46.409Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3320 | 2024-05-06T18:17:46.409Z | | |
3321 | 2024-05-06T18:17:46.409Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3322 | 2024-05-06T18:17:46.409Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3323 | 2024-05-06T18:17:46.409Z | |
3324 | 2024-05-06T18:17:46.409Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3325 | 2024-05-06T18:17:46.409Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3326 | 2024-05-06T18:17:46.409Z | | |
3327 | 2024-05-06T18:17:46.409Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3328 | 2024-05-06T18:17:46.409Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3329 | 2024-05-06T18:17:46.409Z | |
3330 | 2024-05-06T18:17:49.477Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3331 | 2024-05-06T18:18:06.598Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 20s |
3332 | 2024-05-06T18:18:06.677Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3333 | 2024-05-06T18:18:06.677Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3334 | 2024-05-06T18:18:06.677Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3335 | 2024-05-06T18:18:06.677Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3336 | 2024-05-06T18:18:06.682Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3337 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3338 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3339 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3340 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3341 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3342 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3343 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3344 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3345 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3346 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3347 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3348 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3349 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3350 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3351 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3352 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3353 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3354 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3355 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3356 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3357 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3358 | 2024-05-06T18:18:06.683Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3359 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3360 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3361 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3362 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3363 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3364 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3365 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3366 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3367 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3368 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3369 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3370 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3371 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3372 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3373 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3374 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3375 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3376 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3377 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3378 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3379 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3380 | 2024-05-06T18:18:06.684Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3381 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3382 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3383 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3384 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3385 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3386 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3387 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3388 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3389 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3390 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3391 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3392 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3393 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3394 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3395 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3396 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3397 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3398 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3399 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3400 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3401 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3402 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3403 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3404 | 2024-05-06T18:18:06.685Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3405 | 2024-05-06T18:18:06.686Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3406 | 2024-05-06T18:18:06.686Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3407 | 2024-05-06T18:18:06.686Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3408 | 2024-05-06T18:18:06.686Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3409 | 2024-05-06T18:18:06.686Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3410 | 2024-05-06T18:18:06.686Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3411 | 2024-05-06T18:18:06.686Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3412 | 2024-05-06T18:18:06.686Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3413 | 2024-05-06T18:18:06.707Z | |
3414 | 2024-05-06T18:18:06.707Z | real 12:20.904714654 |
3415 | 2024-05-06T18:18:06.708Z | user 34:12.614842668 |
3416 | 2024-05-06T18:18:06.708Z | sys 53:16.722255171 |
3417 | 2024-05-06T18:18:06.708Z | trap 0.887118243 |
3418 | 2024-05-06T18:18:06.708Z | tflt 0.135895959 |
3419 | 2024-05-06T18:18:06.708Z | dflt 0.696327495 |
3420 | 2024-05-06T18:18:06.708Z | kflt 0.000079331 |
3421 | 2024-05-06T18:18:06.708Z | lock 3:23:58.053851889 |
3422 | 2024-05-06T18:18:06.708Z | slp 3:27:00.364602561 |
3423 | 2024-05-06T18:18:06.708Z | lat 4:22.363217921 |
3424 | 2024-05-06T18:18:06.711Z | stop 1:52.803134678 |
3425 | 2024-05-06T18:18:06.711Z | process exited: duration 1321780 ms, exit code 0 |
|
3426 | 2024-05-06T18:18:06.718Z | found 0 output files |