|
|
|
1 | 2024-02-12T20:19:29.583Z | job assigned to worker 01HPFFHFZMWQ3FPA3E4H12D2SC (queued for 55 s) |
|
2 | 2024-02-12T20:19:30.575Z | starting task 0: "setup" |
3 | 2024-02-12T20:19:30.677Z | ++ uname -s |
4 | 2024-02-12T20:19:30.689Z | + kern=SunOS |
5 | 2024-02-12T20:19:30.689Z | + case "$kern" in |
6 | 2024-02-12T20:19:30.689Z | + groupadd -g 12345 build |
7 | 2024-02-12T20:19:30.689Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-12T20:19:33.108Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-12T20:19:33.120Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-12T20:19:33.120Z | + home_fs=zfs |
11 | 2024-02-12T20:19:33.120Z | + [[ zfs == autofs ]] |
12 | 2024-02-12T20:19:33.120Z | + mkdir -p /home/build |
13 | 2024-02-12T20:19:33.120Z | + chown build:build /home/build /work |
14 | 2024-02-12T20:19:33.812Z | + chmod 0700 /home/build /work |
15 | 2024-02-12T20:19:33.831Z | process exited: duration 3225 ms, exit code 0 |
|
16 | 2024-02-12T20:19:33.853Z | starting task 1: "rust-toolchain" |
17 | 2024-02-12T20:19:33.858Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-12T20:19:33.859Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-12T20:19:34.044Z | info: downloading installer |
20 | 2024-02-12T20:19:35.913Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-12T20:19:35.913Z | warning: /opt/ooce/bin |
22 | 2024-02-12T20:19:35.913Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-12T20:19:35.914Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-12T20:19:35.914Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-12T20:19:35.914Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-12T20:19:35.914Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-12T20:19:35.919Z | error: cannot install while Rust is installed |
28 | 2024-02-12T20:19:35.919Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-12T20:19:36.033Z | info: profile set to 'default' |
30 | 2024-02-12T20:19:36.033Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-12T20:19:36.049Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-12T20:19:36.187Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-12T20:19:36.187Z | info: downloading component 'cargo' |
34 | 2024-02-12T20:19:38.618Z | info: downloading component 'clippy' |
35 | 2024-02-12T20:19:38.909Z | info: downloading component 'rust-docs' |
36 | 2024-02-12T20:19:39.952Z | info: downloading component 'rust-std' |
37 | 2024-02-12T20:19:41.784Z | info: downloading component 'rustc' |
38 | 2024-02-12T20:19:46.383Z | info: downloading component 'rustfmt' |
39 | 2024-02-12T20:19:46.723Z | info: installing component 'cargo' |
40 | 2024-02-12T20:19:48.035Z | info: installing component 'clippy' |
41 | 2024-02-12T20:19:48.044Z | info: installing component 'rust-docs' |
42 | 2024-02-12T20:19:49.558Z | info: installing component 'rust-std' |
43 | 2024-02-12T20:19:51.551Z | info: installing component 'rustc' |
44 | 2024-02-12T20:19:56.643Z | info: installing component 'rustfmt' |
45 | 2024-02-12T20:19:56.646Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-12T20:19:56.646Z | |
47 | 2024-02-12T20:19:56.855Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-12T20:19:56.855Z | |
49 | 2024-02-12T20:19:56.860Z | |
50 | 2024-02-12T20:19:56.860Z | Rust is installed now. Great! |
51 | 2024-02-12T20:19:56.861Z | |
52 | 2024-02-12T20:19:56.861Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-12T20:19:56.861Z | environment variable. This has not been done automatically. |
54 | 2024-02-12T20:19:56.861Z | |
55 | 2024-02-12T20:19:56.861Z | To configure your current shell, run: |
56 | 2024-02-12T20:19:56.861Z | source "$HOME/.cargo/env" |
57 | 2024-02-12T20:19:56.903Z | + rustc --version |
58 | 2024-02-12T20:19:56.972Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-12T20:19:56.976Z | process exited: duration 23104 ms, exit code 0 |
|
60 | 2024-02-12T20:19:56.983Z | starting task 2: "authentication" |
61 | 2024-02-12T20:19:57.006Z | process exited: duration 23 ms, exit code 0 |
|
62 | 2024-02-12T20:19:57.014Z | starting task 3: "clone repository" |
63 | 2024-02-12T20:19:57.019Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-12T20:19:57.023Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-12T20:19:57.272Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-12T20:20:03.025Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-12T20:20:03.025Z | + git fetch origin 54c992a083cded29e7770c2c945c92dee5804f1b |
68 | 2024-02-12T20:20:03.362Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-12T20:20:03.362Z | * branch 54c992a083cded29e7770c2c945c92dee5804f1b -> FETCH_HEAD |
70 | 2024-02-12T20:20:03.368Z | + [[ -n '' ]] |
71 | 2024-02-12T20:20:03.369Z | + git reset --hard 54c992a083cded29e7770c2c945c92dee5804f1b |
72 | 2024-02-12T20:20:03.481Z | HEAD is now at 54c992a08 Update nexus/src/app/background/init.rs |
73 | 2024-02-12T20:20:03.492Z | process exited: duration 6459 ms, exit code 0 |
|
74 | 2024-02-12T20:20:03.509Z | starting task 4: "build" |
75 | 2024-02-12T20:20:03.516Z | + cargo --version |
76 | 2024-02-12T20:20:03.525Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-12T20:20:03.704Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-12T20:20:03.705Z | info: downloading component 'cargo' |
79 | 2024-02-12T20:20:04.691Z | info: downloading component 'clippy' |
80 | 2024-02-12T20:20:05.007Z | info: downloading component 'rust-docs' |
81 | 2024-02-12T20:20:06.208Z | info: downloading component 'rust-std' |
82 | 2024-02-12T20:20:08.005Z | info: downloading component 'rustc' |
83 | 2024-02-12T20:20:13.601Z | info: downloading component 'rustfmt' |
84 | 2024-02-12T20:20:13.604Z | info: installing component 'cargo' |
85 | 2024-02-12T20:20:14.384Z | info: installing component 'clippy' |
86 | 2024-02-12T20:20:15.152Z | info: installing component 'rust-docs' |
87 | 2024-02-12T20:20:16.347Z | info: installing component 'rust-std' |
88 | 2024-02-12T20:20:18.000Z | info: installing component 'rustc' |
89 | 2024-02-12T20:20:22.455Z | info: installing component 'rustfmt' |
90 | 2024-02-12T20:20:22.852Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-12T20:20:22.861Z | + rustc --version |
92 | 2024-02-12T20:20:22.938Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-12T20:20:22.944Z | + source ./env.sh |
94 | 2024-02-12T20:20:22.944Z | ++ set -o xtrace |
95 | 2024-02-12T20:20:22.944Z | ++++ dirname ./env.sh |
96 | 2024-02-12T20:20:22.967Z | +++ cd . |
97 | 2024-02-12T20:20:22.973Z | +++ echo /work/oxidecomputer/omicron |
98 | 2024-02-12T20:20:22.973Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
99 | 2024-02-12T20:20:22.973Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-02-12T20:20:22.973Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-02-12T20:20:22.973Z | ++ 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 |
102 | 2024-02-12T20:20:22.973Z | ++ 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 |
103 | 2024-02-12T20:20:22.973Z | ++ 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 |
104 | 2024-02-12T20:20:22.974Z | ++ 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 |
105 | 2024-02-12T20:20:22.974Z | ++ 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 |
106 | 2024-02-12T20:20:22.974Z | ++ 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 |
107 | 2024-02-12T20:20:22.974Z | ++ unset OMICRON_WS |
108 | 2024-02-12T20:20:22.974Z | ++ set +o xtrace |
109 | 2024-02-12T20:20:23.008Z | |
110 | 2024-02-12T20:20:23.008Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-02-12T20:20:23.009Z | # # # # # # # # # # # # # # # |
112 | 2024-02-12T20:20:23.009Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-02-12T20:20:23.009Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-02-12T20:20:23.009Z | # # # # # # # # # # # # # # # |
115 | 2024-02-12T20:20:23.009Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-02-12T20:20:23.009Z | |
117 | 2024-02-12T20:20:31.498Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-02-12T20:20:32.627Z | Startup: Caching catalogs ... Done |
119 | 2024-02-12T20:20:34.313Z | Planning: Solver setup ... Done (0.807s) |
120 | 2024-02-12T20:20:34.326Z | Planning: Running solver ... Done (0.018s) |
121 | 2024-02-12T20:20:34.326Z | Planning: Finding local manifests ... Done (0.196s) |
122 | 2024-02-12T20:20:34.327Z | Planning: Fetching manifests: 0/4 0% complete |
123 | 2024-02-12T20:20:34.327Z | Planning: Fetching manifests: 4/4 100% complete |
124 | 2024-02-12T20:20:34.327Z | Planning: Package planning ... Done (0.048s) |
125 | 2024-02-12T20:20:34.327Z | Planning: Merging actions ... Done (0.052s) |
126 | 2024-02-12T20:20:35.237Z | Planning: Checking for conflicting actions ... Done (0.946s) |
127 | 2024-02-12T20:20:35.242Z | Planning: Consolidating action changes ... Done (0.011s) |
128 | 2024-02-12T20:20:39.050Z | Planning: Evaluating mediators ... Done (3.800s) |
129 | 2024-02-12T20:20:39.059Z | Planning: Planning completed in 6.37 seconds |
130 | 2024-02-12T20:20:39.070Z | Packages to install: 4 |
131 | 2024-02-12T20:20:39.070Z | Mediators to change: 2 |
132 | 2024-02-12T20:20:39.074Z | Services to change: 1 |
133 | 2024-02-12T20:20:39.074Z | Estimated space available: 148.87 GB |
134 | 2024-02-12T20:20:39.075Z | Estimated space to be consumed: 1.41 GB |
135 | 2024-02-12T20:20:39.075Z | Create boot environment: No |
136 | 2024-02-12T20:20:39.075Z | Create backup boot environment: No |
137 | 2024-02-12T20:20:39.075Z | Rebuild boot archive: No |
138 | 2024-02-12T20:20:39.075Z | |
139 | 2024-02-12T20:20:39.075Z | Changed mediators: |
140 | 2024-02-12T20:20:39.075Z | mediator clang: |
141 | 2024-02-12T20:20:39.075Z | version: None -> 15 (system default) |
142 | 2024-02-12T20:20:39.075Z | |
143 | 2024-02-12T20:20:39.075Z | mediator llvm: |
144 | 2024-02-12T20:20:39.075Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-02-12T20:20:39.075Z | |
146 | 2024-02-12T20:20:39.075Z | Changed packages: |
147 | 2024-02-12T20:20:39.075Z | helios-dev |
148 | 2024-02-12T20:20:39.075Z | developer/build-essential |
149 | 2024-02-12T20:20:39.075Z | None -> 11-2.0 |
150 | 2024-02-12T20:20:39.075Z | library/libxmlsec1 |
151 | 2024-02-12T20:20:39.075Z | None -> 1.2.35-2.0 |
152 | 2024-02-12T20:20:39.075Z | ooce/developer/clang-15 |
153 | 2024-02-12T20:20:39.075Z | None -> 15.0.7-2.0 |
154 | 2024-02-12T20:20:39.075Z | ooce/developer/llvm-15 |
155 | 2024-02-12T20:20:39.075Z | None -> 15.0.7-2.0 |
156 | 2024-02-12T20:20:39.075Z | |
157 | 2024-02-12T20:20:39.075Z | Services: |
158 | 2024-02-12T20:20:39.075Z | restart_fmri: |
159 | 2024-02-12T20:20:39.076Z | svc:/system/update-man-index:default |
160 | 2024-02-12T20:20:39.320Z | |
161 | 2024-02-12T20:20:39.320Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
162 | 2024-02-12T20:20:44.386Z | Download: 542/3290 items 17.4/212.6MB 8% complete (3.8M/s) |
163 | 2024-02-12T20:20:49.801Z | Download: 1032/3290 items 19.5/212.6MB 9% complete (2.0M/s) |
164 | 2024-02-12T20:20:55.173Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (8.7M/s) |
165 | 2024-02-12T20:21:00.177Z | Download: 2490/3290 items 120.3/212.6MB 56% complete (9.5M/s) |
166 | 2024-02-12T20:21:05.179Z | Download: 3138/3290 items 139.9/212.6MB 65% complete (5.6M/s) |
167 | 2024-02-12T20:21:24.124Z | Download: 3248/3290 items 203.1/212.6MB 95% complete |
168 | 2024-02-12T20:21:27.275Z | Download: Completed 212.60 MB in 47.92 seconds (4.4M/s) |
169 | 2024-02-12T20:21:27.445Z | Actions: 1/3689 actions (Installing new actions) |
170 | 2024-02-12T20:21:32.618Z | Actions: 3616/3689 actions (Installing new actions) |
171 | 2024-02-12T20:21:33.040Z | Actions: Completed 3689 actions in 5.18 seconds. |
172 | 2024-02-12T20:21:33.080Z | Done (0.162s) |
173 | 2024-02-12T20:21:33.080Z | Done (0.000s) |
174 | 2024-02-12T20:21:33.080Z | Done (0.209s) |
175 | 2024-02-12T20:21:38.287Z | Done (5.157s) |
176 | 2024-02-12T20:21:38.446Z | Done (0.087s) |
177 | 2024-02-12T20:21:38.450Z | Done (0.000s) |
178 | 2024-02-12T20:21:38.828Z | Done (0.000s) |
179 | 2024-02-12T20:21:39.319Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-02-12T20:21:39.479Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-02-12T20:21:39.487Z | Planning: Consolidating action changes ... Done |
182 | 2024-02-12T20:21:39.748Z | Planning: Evaluating mediators ... Done |
183 | 2024-02-12T20:21:39.756Z | Planning: Planning completed in 0.43 seconds |
184 | 2024-02-12T20:21:39.779Z | Mediators to change: 2 |
185 | 2024-02-12T20:21:39.779Z | Create boot environment: No |
186 | 2024-02-12T20:21:39.784Z | Create backup boot environment: No |
187 | 2024-02-12T20:21:39.860Z | Done |
188 | 2024-02-12T20:21:39.860Z | Done |
189 | 2024-02-12T20:21:39.983Z | Done |
190 | 2024-02-12T20:21:43.627Z | Done |
191 | 2024-02-12T20:21:43.716Z | Done |
192 | 2024-02-12T20:21:43.719Z | Done |
193 | 2024-02-12T20:21:44.015Z | Done |
194 | 2024-02-12T20:21:44.650Z | Planning: Evaluating mediator changes ... Done |
195 | 2024-02-12T20:21:44.658Z | Planning: Merging actions ... Done |
196 | 2024-02-12T20:21:44.844Z | Planning: Checking for conflicting actions ... Done |
197 | 2024-02-12T20:21:44.848Z | Planning: Consolidating action changes ... Done |
198 | 2024-02-12T20:21:45.109Z | Planning: Evaluating mediators ... Done |
199 | 2024-02-12T20:21:45.163Z | Planning: Planning completed in 0.79 seconds |
200 | 2024-02-12T20:21:45.202Z | Packages to change: 1 |
201 | 2024-02-12T20:21:45.202Z | Mediators to change: 1 |
202 | 2024-02-12T20:21:45.208Z | Services to change: 1 |
203 | 2024-02-12T20:21:45.208Z | Create boot environment: No |
204 | 2024-02-12T20:21:45.208Z | Create backup boot environment: Yes |
205 | 2024-02-12T20:21:47.139Z | Actions: 1/6 actions (Updating modified actions) |
206 | 2024-02-12T20:21:47.173Z | Actions: Completed 6 actions in 0.03 seconds. |
207 | 2024-02-12T20:21:47.179Z | Done |
208 | 2024-02-12T20:21:47.180Z | Done |
209 | 2024-02-12T20:21:47.213Z | Done |
210 | 2024-02-12T20:21:50.839Z | Done |
211 | 2024-02-12T20:21:50.923Z | Done |
212 | 2024-02-12T20:21:50.929Z | Done |
213 | 2024-02-12T20:21:51.094Z | Done |
214 | 2024-02-12T20:21:51.527Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
215 | 2024-02-12T20:21:51.527Z | clang system 15 system |
216 | 2024-02-12T20:21:51.527Z | csh system system illumos |
217 | 2024-02-12T20:21:51.527Z | ctags system system illumos |
218 | 2024-02-12T20:21:51.527Z | gcc vendor 12 vendor |
219 | 2024-02-12T20:21:51.527Z | gcc system 10 system |
220 | 2024-02-12T20:21:51.527Z | gcc system 7 system |
221 | 2024-02-12T20:21:51.527Z | go system 1.20 system |
222 | 2024-02-12T20:21:51.527Z | go system 1.19 system |
223 | 2024-02-12T20:21:51.527Z | llvm system 15 system |
224 | 2024-02-12T20:21:51.528Z | llvm system 14 system |
225 | 2024-02-12T20:21:51.528Z | mariadb system 10.6 system |
226 | 2024-02-12T20:21:51.528Z | mta vendor vendor dma |
227 | 2024-02-12T20:21:51.528Z | openjdk system 17 system |
228 | 2024-02-12T20:21:51.528Z | openjdk system 11 system |
229 | 2024-02-12T20:21:51.528Z | openjdk system 1.8 system |
230 | 2024-02-12T20:21:51.528Z | openssl vendor 3 vendor |
231 | 2024-02-12T20:21:51.528Z | perl system 5.36 system |
232 | 2024-02-12T20:21:51.528Z | postgresql system 15 system |
233 | 2024-02-12T20:21:51.529Z | postgresql system 13 system |
234 | 2024-02-12T20:21:51.529Z | python vendor 3 vendor |
235 | 2024-02-12T20:21:51.529Z | python system 2 system |
236 | 2024-02-12T20:21:51.529Z | python3 system 3.11 system |
237 | 2024-02-12T20:21:51.529Z | ruby system 3.0 system |
238 | 2024-02-12T20:21:51.529Z | words vendor vendor american-english |
239 | 2024-02-12T20:21:51.529Z | words system system australian-english |
240 | 2024-02-12T20:21:51.529Z | words system system british-english |
241 | 2024-02-12T20:21:51.530Z | words system system canadian-english |
242 | 2024-02-12T20:21:51.530Z | words system system french |
243 | 2024-02-12T20:21:51.530Z | words system system italian |
244 | 2024-02-12T20:21:51.530Z | words system system ngerman |
245 | 2024-02-12T20:21:51.530Z | words system system ogerman |
246 | 2024-02-12T20:21:51.530Z | words system system spanish |
247 | 2024-02-12T20:21:51.848Z | FMRI IFO |
248 | 2024-02-12T20:21:51.848Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
249 | 2024-02-12T20:21:51.848Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
250 | 2024-02-12T20:21:51.848Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
251 | 2024-02-12T20:21:51.848Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
252 | 2024-02-12T20:21:51.848Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2024-02-12T20:21:51.848Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
254 | 2024-02-12T20:21:51.849Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-02-12T20:21:51.849Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-02-12T20:21:51.902Z | + set -o errexit |
257 | 2024-02-12T20:21:51.906Z | +++ dirname ./tools/ci_download_cockroachdb |
258 | 2024-02-12T20:21:51.906Z | ++ cd ./tools |
259 | 2024-02-12T20:21:51.906Z | ++ pwd |
260 | 2024-02-12T20:21:51.906Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
261 | 2024-02-12T20:21:51.912Z | ++ basename ./tools/ci_download_cockroachdb |
262 | 2024-02-12T20:21:51.912Z | + ARG0=ci_download_cockroachdb |
263 | 2024-02-12T20:21:51.912Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
264 | 2024-02-12T20:21:51.912Z | + CIDL_VERSION=v22.1.9 |
265 | 2024-02-12T20:21:51.912Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
266 | 2024-02-12T20:21:51.919Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
267 | 2024-02-12T20:21:51.920Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
268 | 2024-02-12T20:21:51.920Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
269 | 2024-02-12T20:21:51.920Z | + TARGET_DIR=out |
270 | 2024-02-12T20:21:51.920Z | + DOWNLOAD_DIR=out/downloads |
271 | 2024-02-12T20:21:51.920Z | + DEST_DIR=./out/cockroachdb |
272 | 2024-02-12T20:21:51.920Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
273 | 2024-02-12T20:21:51.920Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
274 | 2024-02-12T20:21:51.920Z | + main |
275 | 2024-02-12T20:21:51.920Z | + [[ 0 != 0 ]] |
276 | 2024-02-12T20:21:51.920Z | + CIDL_OS=solaris2.11 |
277 | 2024-02-12T20:21:51.920Z | + [[ 0 != 0 ]] |
278 | 2024-02-12T20:21:51.920Z | + configure_os solaris2.11 |
279 | 2024-02-12T20:21:51.921Z | + echo 'current directory: /work/oxidecomputer/omicron' |
280 | 2024-02-12T20:21:51.921Z | current directory: /work/oxidecomputer/omicron |
281 | 2024-02-12T20:21:51.921Z | + echo 'configuring based on OS: "solaris2.11"' |
282 | 2024-02-12T20:21:51.921Z | + case "$1" in |
283 | 2024-02-12T20:21:51.921Z | configuring based on OS: "solaris2.11" |
284 | 2024-02-12T20:21:51.921Z | + CIDL_BUILD=illumos |
285 | 2024-02-12T20:21:51.921Z | + CIDL_SUFFIX=tar.gz |
286 | 2024-02-12T20:21:51.921Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
287 | 2024-02-12T20:21:51.921Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2024-02-12T20:21:51.921Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2024-02-12T20:21:51.921Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2024-02-12T20:21:51.921Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-12T20:21:51.921Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-12T20:21:51.921Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2024-02-12T20:21:51.921Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-12T20:21:51.921Z | + CIDL_SHA256FUNC=do_sha256sum |
295 | 2024-02-12T20:21:51.921Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-02-12T20:21:51.921Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-12T20:21:51.921Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-02-12T20:21:51.921Z | + mkdir -p out/downloads |
299 | 2024-02-12T20:21:51.922Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-12T20:21:51.922Z | + mkdir -p ./out/cockroachdb |
301 | 2024-02-12T20:21:51.922Z | + local DO_DOWNLOAD=true |
302 | 2024-02-12T20:21:51.922Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
303 | 2024-02-12T20:21:51.922Z | + '[' true == true ']' |
304 | 2024-02-12T20:21:51.922Z | + echo Downloading... |
305 | 2024-02-12T20:21:51.922Z | Downloading... |
306 | 2024-02-12T20:21:51.922Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-02-12T20:21:51.922Z | + 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 |
308 | 2024-02-12T20:21:55.833Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-02-12T20:21:55.839Z | ++ sha256sum |
310 | 2024-02-12T20:21:55.839Z | ++ awk '{print $1}' |
311 | 2024-02-12T20:21:55.938Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
312 | 2024-02-12T20:21:55.952Z | + [[ 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 ]] |
313 | 2024-02-12T20:21:55.953Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-02-12T20:21:55.953Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
315 | 2024-02-12T20:21:58.109Z | + do_assemble_illumos |
316 | 2024-02-12T20:21:58.109Z | + rm -r ./out/cockroachdb |
317 | 2024-02-12T20:21:58.117Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
318 | 2024-02-12T20:21:58.535Z | + ./out/cockroachdb/bin/cockroach version |
319 | 2024-02-12T20:21:58.740Z | Build Tag: v22.1.9-dirty |
320 | 2024-02-12T20:21:58.740Z | Build Time: 2022/10/26 21:17:46 |
321 | 2024-02-12T20:21:58.740Z | Distribution: OSS |
322 | 2024-02-12T20:21:58.740Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
323 | 2024-02-12T20:21:58.740Z | Go Version: go1.17.13 |
324 | 2024-02-12T20:21:58.740Z | C Compiler: gcc 10.3.0 |
325 | 2024-02-12T20:21:58.740Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
326 | 2024-02-12T20:21:58.740Z | Build Type: release |
327 | 2024-02-12T20:21:58.757Z | + set -o errexit |
328 | 2024-02-12T20:21:58.765Z | +++ dirname ./tools/ci_download_clickhouse |
329 | 2024-02-12T20:21:58.766Z | ++ cd ./tools |
330 | 2024-02-12T20:21:58.766Z | ++ pwd |
331 | 2024-02-12T20:21:58.766Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
332 | 2024-02-12T20:21:58.766Z | ++ basename ./tools/ci_download_clickhouse |
333 | 2024-02-12T20:21:58.766Z | + ARG0=ci_download_clickhouse |
334 | 2024-02-12T20:21:58.766Z | + TARGET_DIR=out |
335 | 2024-02-12T20:21:58.766Z | + DOWNLOAD_DIR=out/downloads |
336 | 2024-02-12T20:21:58.766Z | + DEST_DIR=./out/clickhouse |
337 | 2024-02-12T20:21:58.766Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
338 | 2024-02-12T20:21:58.766Z | + CIDL_VERSION=v22.8.9.24 |
339 | 2024-02-12T20:21:58.766Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
340 | 2024-02-12T20:21:58.767Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
341 | 2024-02-12T20:21:58.767Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
342 | 2024-02-12T20:21:58.767Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
343 | 2024-02-12T20:21:58.767Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
344 | 2024-02-12T20:21:58.767Z | + main |
345 | 2024-02-12T20:21:58.767Z | + [[ 0 != 0 ]] |
346 | 2024-02-12T20:21:58.767Z | + CIDL_OS=solaris2.11 |
347 | 2024-02-12T20:21:58.767Z | + [[ 0 != 0 ]] |
348 | 2024-02-12T20:21:58.767Z | + configure_os solaris2.11 |
349 | 2024-02-12T20:21:58.767Z | + echo 'current directory: /work/oxidecomputer/omicron' |
350 | 2024-02-12T20:21:58.767Z | current directory: /work/oxidecomputer/omicron |
351 | 2024-02-12T20:21:58.767Z | + echo 'configuring based on OS: "solaris2.11"' |
352 | 2024-02-12T20:21:58.767Z | + CIDL_DASHREV= |
353 | 2024-02-12T20:21:58.767Z | + case "$1" in |
354 | 2024-02-12T20:21:58.767Z | configuring based on OS: "solaris2.11" |
355 | 2024-02-12T20:21:58.767Z | + CIDL_PLATFORM=illumos |
356 | 2024-02-12T20:21:58.767Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
357 | 2024-02-12T20:21:58.767Z | + CIDL_MD5FUNC=do_md5sum |
358 | 2024-02-12T20:21:58.768Z | + CIDL_DASHREV=-1 |
359 | 2024-02-12T20:21:58.768Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
360 | 2024-02-12T20:21:58.768Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-12T20:21:58.768Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-12T20:21:58.768Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-02-12T20:21:58.768Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2024-02-12T20:21:58.768Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-02-12T20:21:58.768Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-12T20:21:58.768Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2024-02-12T20:21:58.768Z | + mkdir -p out/downloads |
368 | 2024-02-12T20:21:58.774Z | + mkdir -p ./out/clickhouse |
369 | 2024-02-12T20:21:58.774Z | + local DO_DOWNLOAD=true |
370 | 2024-02-12T20:21:58.774Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
371 | 2024-02-12T20:21:58.774Z | + '[' true == true ']' |
372 | 2024-02-12T20:21:58.774Z | + echo Downloading... |
373 | 2024-02-12T20:21:58.774Z | Downloading... |
374 | 2024-02-12T20:21:58.775Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2024-02-12T20:21:58.775Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2024-02-12T20:22:00.114Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2024-02-12T20:22:00.117Z | ++ md5sum |
378 | 2024-02-12T20:22:00.117Z | ++ awk '{print $1}' |
379 | 2024-02-12T20:22:00.298Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
380 | 2024-02-12T20:22:00.302Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
381 | 2024-02-12T20:22:00.302Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
382 | 2024-02-12T20:22:00.302Z | + mkdir -p ./out/clickhouse |
383 | 2024-02-12T20:22:00.302Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
384 | 2024-02-12T20:22:03.482Z | + ./out/clickhouse/clickhouse server --version |
385 | 2024-02-12T20:22:03.521Z | ClickHouse server version 22.8.9.1. |
386 | 2024-02-12T20:22:03.529Z | + set -o errexit |
387 | 2024-02-12T20:22:03.540Z | +++ dirname ./tools/ci_download_console |
388 | 2024-02-12T20:22:03.540Z | ++ cd ./tools |
389 | 2024-02-12T20:22:03.541Z | ++ pwd |
390 | 2024-02-12T20:22:03.541Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
391 | 2024-02-12T20:22:03.541Z | ++ basename ./tools/ci_download_console |
392 | 2024-02-12T20:22:03.541Z | + ARG0=ci_download_console |
393 | 2024-02-12T20:22:03.542Z | + TARGET_DIR=out |
394 | 2024-02-12T20:22:03.542Z | + DOWNLOAD_DIR=out/downloads |
395 | 2024-02-12T20:22:03.542Z | + DEST_DIR=./out/console-assets |
396 | 2024-02-12T20:22:03.542Z | + source /work/oxidecomputer/omicron/tools/console_version |
397 | 2024-02-12T20:22:03.542Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
398 | 2024-02-12T20:22:03.542Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
399 | 2024-02-12T20:22:03.543Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
400 | 2024-02-12T20:22:03.543Z | + TARBALL_FILE=out/downloads/console.tar.gz |
401 | 2024-02-12T20:22:03.543Z | + main |
402 | 2024-02-12T20:22:03.543Z | + [[ 0 != 0 ]] |
403 | 2024-02-12T20:22:03.543Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
404 | 2024-02-12T20:22:03.543Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
405 | 2024-02-12T20:22:03.543Z | + echo 'Local file: out/downloads/console.tar.gz' |
406 | 2024-02-12T20:22:03.543Z | Local file: out/downloads/console.tar.gz |
407 | 2024-02-12T20:22:03.544Z | + local DO_DOWNLOAD=true |
408 | 2024-02-12T20:22:03.544Z | + [[ -f out/downloads/console.tar.gz ]] |
409 | 2024-02-12T20:22:03.544Z | + mkdir -p out/downloads |
410 | 2024-02-12T20:22:03.560Z | + '[' true == true ']' |
411 | 2024-02-12T20:22:03.560Z | + echo Downloading... |
412 | 2024-02-12T20:22:03.560Z | Downloading... |
413 | 2024-02-12T20:22:03.560Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
414 | 2024-02-12T20:22:03.560Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
415 | 2024-02-12T20:22:04.503Z | ++ do_sha256sum out/downloads/console.tar.gz |
416 | 2024-02-12T20:22:04.509Z | ++ case "$OSTYPE" in |
417 | 2024-02-12T20:22:04.509Z | ++ SHA=sha256sum |
418 | 2024-02-12T20:22:04.510Z | ++ sha256sum |
419 | 2024-02-12T20:22:04.510Z | ++ awk '{print $1}' |
420 | 2024-02-12T20:22:04.510Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
421 | 2024-02-12T20:22:04.510Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
422 | 2024-02-12T20:22:04.510Z | + rm -rf ./out/console-assets |
423 | 2024-02-12T20:22:04.510Z | + mkdir -p ./out/console-assets |
424 | 2024-02-12T20:22:04.510Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
425 | 2024-02-12T20:22:04.510Z | + mkdir -p ./out/console-assets |
426 | 2024-02-12T20:22:04.510Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
427 | 2024-02-12T20:22:04.510Z | + set -o errexit |
428 | 2024-02-12T20:22:04.510Z | +++ dirname ./tools/ci_download_maghemite_openapi |
429 | 2024-02-12T20:22:04.510Z | ++ cd ./tools |
430 | 2024-02-12T20:22:04.511Z | ++ pwd |
431 | 2024-02-12T20:22:04.511Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
432 | 2024-02-12T20:22:04.511Z | ++ basename ./tools/ci_download_maghemite_openapi |
433 | 2024-02-12T20:22:04.511Z | + ARG0=ci_download_maghemite_openapi |
434 | 2024-02-12T20:22:04.511Z | + TARGET_DIR=out |
435 | 2024-02-12T20:22:04.511Z | + DOWNLOAD_DIR=out/downloads |
436 | 2024-02-12T20:22:04.511Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
437 | 2024-02-12T20:22:04.511Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
438 | 2024-02-12T20:22:04.511Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
439 | 2024-02-12T20:22:04.511Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
440 | 2024-02-12T20:22:04.511Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
441 | 2024-02-12T20:22:04.511Z | + main |
442 | 2024-02-12T20:22:04.511Z | + [[ 0 != 0 ]] |
443 | 2024-02-12T20:22:04.512Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
444 | 2024-02-12T20:22:04.512Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
445 | 2024-02-12T20:22:04.512Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
446 | 2024-02-12T20:22:04.512Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
447 | 2024-02-12T20:22:04.512Z | + local DO_DOWNLOAD=true |
448 | 2024-02-12T20:22:04.512Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
449 | 2024-02-12T20:22:04.512Z | + mkdir -p out/downloads |
450 | 2024-02-12T20:22:04.512Z | + '[' true == true ']' |
451 | 2024-02-12T20:22:04.512Z | + echo Downloading... |
452 | 2024-02-12T20:22:04.512Z | Downloading... |
453 | 2024-02-12T20:22:04.512Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
454 | 2024-02-12T20:22:04.512Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
455 | 2024-02-12T20:22:04.512Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
456 | 2024-02-12T20:22:04.513Z | ++ case "$OSTYPE" in |
457 | 2024-02-12T20:22:04.513Z | ++ SHA=sha256sum |
458 | 2024-02-12T20:22:04.513Z | ++ sha256sum |
459 | 2024-02-12T20:22:04.513Z | ++ awk '{print $1}' |
460 | 2024-02-12T20:22:04.513Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
461 | 2024-02-12T20:22:04.513Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
462 | 2024-02-12T20:22:04.513Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
463 | 2024-02-12T20:22:04.513Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
464 | 2024-02-12T20:22:04.513Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
465 | 2024-02-12T20:22:04.513Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
466 | 2024-02-12T20:22:04.513Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
467 | 2024-02-12T20:22:04.513Z | + main |
468 | 2024-02-12T20:22:04.513Z | + [[ 0 != 0 ]] |
469 | 2024-02-12T20:22:04.514Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
470 | 2024-02-12T20:22:04.514Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
471 | 2024-02-12T20:22:04.514Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
472 | 2024-02-12T20:22:04.514Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
473 | 2024-02-12T20:22:04.514Z | + local DO_DOWNLOAD=true |
474 | 2024-02-12T20:22:04.514Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
475 | 2024-02-12T20:22:04.514Z | + mkdir -p out/downloads |
476 | 2024-02-12T20:22:04.514Z | + '[' true == true ']' |
477 | 2024-02-12T20:22:04.514Z | + echo Downloading... |
478 | 2024-02-12T20:22:04.514Z | Downloading... |
479 | 2024-02-12T20:22:04.514Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
480 | 2024-02-12T20:22:04.514Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
481 | 2024-02-12T20:22:04.546Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
482 | 2024-02-12T20:22:04.549Z | ++ case "$OSTYPE" in |
483 | 2024-02-12T20:22:04.550Z | ++ SHA=sha256sum |
484 | 2024-02-12T20:22:04.550Z | ++ sha256sum |
485 | 2024-02-12T20:22:04.550Z | ++ awk '{print $1}' |
486 | 2024-02-12T20:22:04.558Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
487 | 2024-02-12T20:22:04.558Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
488 | 2024-02-12T20:22:04.561Z | + set -o errexit |
489 | 2024-02-12T20:22:04.562Z | +++ dirname ./tools/ci_download_dendrite_openapi |
490 | 2024-02-12T20:22:04.562Z | ++ cd ./tools |
491 | 2024-02-12T20:22:04.562Z | ++ pwd |
492 | 2024-02-12T20:22:04.565Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
493 | 2024-02-12T20:22:04.565Z | ++ basename ./tools/ci_download_dendrite_openapi |
494 | 2024-02-12T20:22:04.565Z | + ARG0=ci_download_dendrite_openapi |
495 | 2024-02-12T20:22:04.565Z | + TARGET_DIR=out |
496 | 2024-02-12T20:22:04.565Z | + DOWNLOAD_DIR=out/downloads |
497 | 2024-02-12T20:22:04.565Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
498 | 2024-02-12T20:22:04.565Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
499 | 2024-02-12T20:22:04.565Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
500 | 2024-02-12T20:22:04.565Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
501 | 2024-02-12T20:22:04.565Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
502 | 2024-02-12T20:22:04.569Z | + main |
503 | 2024-02-12T20:22:04.569Z | + [[ 0 != 0 ]] |
504 | 2024-02-12T20:22:04.569Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
505 | 2024-02-12T20:22:04.569Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
506 | 2024-02-12T20:22:04.569Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
507 | 2024-02-12T20:22:04.569Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
508 | 2024-02-12T20:22:04.569Z | + local DO_DOWNLOAD=true |
509 | 2024-02-12T20:22:04.569Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
510 | 2024-02-12T20:22:04.569Z | + mkdir -p out/downloads |
511 | 2024-02-12T20:22:04.570Z | + '[' true == true ']' |
512 | 2024-02-12T20:22:04.570Z | + echo Downloading... |
513 | 2024-02-12T20:22:04.570Z | Downloading... |
514 | 2024-02-12T20:22:04.570Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
515 | 2024-02-12T20:22:04.570Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
516 | 2024-02-12T20:22:04.709Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
517 | 2024-02-12T20:22:05.126Z | ++ case "$OSTYPE" in |
518 | 2024-02-12T20:22:05.126Z | ++ SHA=sha256sum |
519 | 2024-02-12T20:22:05.126Z | ++ sha256sum |
520 | 2024-02-12T20:22:05.126Z | ++ awk '{print $1}' |
521 | 2024-02-12T20:22:05.126Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
522 | 2024-02-12T20:22:05.126Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
523 | 2024-02-12T20:22:05.148Z | + set -o errexit |
524 | 2024-02-12T20:22:05.148Z | +++ dirname ./tools/ci_download_dendrite_stub |
525 | 2024-02-12T20:22:05.149Z | ++ cd ./tools |
526 | 2024-02-12T20:22:05.149Z | ++ pwd |
527 | 2024-02-12T20:22:05.149Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
528 | 2024-02-12T20:22:05.149Z | ++ basename ./tools/ci_download_dendrite_stub |
529 | 2024-02-12T20:22:05.149Z | + ARG0=ci_download_dendrite_stub |
530 | 2024-02-12T20:22:05.149Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
531 | 2024-02-12T20:22:05.149Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
532 | 2024-02-12T20:22:05.149Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
533 | 2024-02-12T20:22:05.149Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
534 | 2024-02-12T20:22:05.149Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
535 | 2024-02-12T20:22:05.149Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
536 | 2024-02-12T20:22:05.150Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
537 | 2024-02-12T20:22:05.150Z | + TARGET_DIR=out |
538 | 2024-02-12T20:22:05.150Z | + DOWNLOAD_DIR=out/downloads |
539 | 2024-02-12T20:22:05.150Z | + DEST_DIR=./out/dendrite-stub |
540 | 2024-02-12T20:22:05.150Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
541 | 2024-02-12T20:22:05.150Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
542 | 2024-02-12T20:22:05.150Z | + REPO=oxidecomputer/dendrite |
543 | 2024-02-12T20:22:05.150Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
544 | 2024-02-12T20:22:05.150Z | + main |
545 | 2024-02-12T20:22:05.150Z | + [[ 0 != 0 ]] |
546 | 2024-02-12T20:22:05.150Z | + CIDL_OS=solaris2.11 |
547 | 2024-02-12T20:22:05.150Z | + [[ 0 != 0 ]] |
548 | 2024-02-12T20:22:05.150Z | + configure_os solaris2.11 |
549 | 2024-02-12T20:22:05.150Z | + echo 'current directory: /work/oxidecomputer/omicron' |
550 | 2024-02-12T20:22:05.151Z | current directory: /work/oxidecomputer/omicron |
551 | 2024-02-12T20:22:05.151Z | + echo 'configuring based on OS: "solaris2.11"' |
552 | 2024-02-12T20:22:05.151Z | configuring based on OS: "solaris2.11" |
553 | 2024-02-12T20:22:05.151Z | + case "$1" in |
554 | 2024-02-12T20:22:05.151Z | + SET_BINARIES= |
555 | 2024-02-12T20:22:05.151Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
556 | 2024-02-12T20:22:05.151Z | + CIDL_SHA256FUNC=do_sha256sum |
557 | 2024-02-12T20:22:05.151Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
558 | 2024-02-12T20:22:05.151Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
559 | 2024-02-12T20:22:05.151Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-12T20:22:05.151Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
561 | 2024-02-12T20:22:05.151Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
562 | 2024-02-12T20:22:05.151Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
563 | 2024-02-12T20:22:05.151Z | Local file: out/downloads/dendrite-stub.tar.gz |
564 | 2024-02-12T20:22:05.151Z | + mkdir -p out/downloads |
565 | 2024-02-12T20:22:05.151Z | + mkdir -p ./out/dendrite-stub |
566 | 2024-02-12T20:22:05.151Z | + fetch_and_verify |
567 | 2024-02-12T20:22:05.152Z | + local DO_DOWNLOAD=true |
568 | 2024-02-12T20:22:05.152Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
569 | 2024-02-12T20:22:05.152Z | + '[' true == true ']' |
570 | 2024-02-12T20:22:05.152Z | + echo Downloading... |
571 | 2024-02-12T20:22:05.152Z | Downloading... |
572 | 2024-02-12T20:22:05.152Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
573 | 2024-02-12T20:22:05.152Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
574 | 2024-02-12T20:22:14.990Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
575 | 2024-02-12T20:22:14.997Z | ++ sha256sum |
576 | 2024-02-12T20:22:14.997Z | ++ awk '{print $1}' |
577 | 2024-02-12T20:22:15.006Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
578 | 2024-02-12T20:22:15.013Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
579 | 2024-02-12T20:22:15.013Z | + do_untar out/downloads/dendrite-stub.tar.gz |
580 | 2024-02-12T20:22:15.013Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
581 | 2024-02-12T20:22:15.711Z | + do_assemble |
582 | 2024-02-12T20:22:15.711Z | + rm -r ./out/dendrite-stub |
583 | 2024-02-12T20:22:15.719Z | + mkdir ./out/dendrite-stub |
584 | 2024-02-12T20:22:15.719Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
585 | 2024-02-12T20:22:15.819Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
586 | 2024-02-12T20:22:15.834Z | + set -o errexit |
587 | 2024-02-12T20:22:15.834Z | +++ dirname ./tools/ci_download_maghemite_mgd |
588 | 2024-02-12T20:22:15.834Z | ++ cd ./tools |
589 | 2024-02-12T20:22:15.834Z | ++ pwd |
590 | 2024-02-12T20:22:15.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
591 | 2024-02-12T20:22:15.834Z | ++ basename ./tools/ci_download_maghemite_mgd |
592 | 2024-02-12T20:22:15.834Z | + ARG0=ci_download_maghemite_mgd |
593 | 2024-02-12T20:22:15.834Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
594 | 2024-02-12T20:22:15.834Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
595 | 2024-02-12T20:22:15.834Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
596 | 2024-02-12T20:22:15.835Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
597 | 2024-02-12T20:22:15.835Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
598 | 2024-02-12T20:22:15.835Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
599 | 2024-02-12T20:22:15.835Z | + TARGET_DIR=out |
600 | 2024-02-12T20:22:15.835Z | + DOWNLOAD_DIR=out/downloads |
601 | 2024-02-12T20:22:15.835Z | + DEST_DIR=./out/mgd |
602 | 2024-02-12T20:22:15.835Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
603 | 2024-02-12T20:22:15.835Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
604 | 2024-02-12T20:22:15.835Z | + REPO=oxidecomputer/maghemite |
605 | 2024-02-12T20:22:15.835Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
606 | 2024-02-12T20:22:15.842Z | + main |
607 | 2024-02-12T20:22:15.842Z | + [[ 0 != 0 ]] |
608 | 2024-02-12T20:22:15.842Z | + CIDL_OS=solaris2.11 |
609 | 2024-02-12T20:22:15.842Z | + [[ 0 != 0 ]] |
610 | 2024-02-12T20:22:15.842Z | + configure_os solaris2.11 |
611 | 2024-02-12T20:22:15.843Z | + echo 'current directory: /work/oxidecomputer/omicron' |
612 | 2024-02-12T20:22:15.843Z | current directory: /work/oxidecomputer/omicron |
613 | 2024-02-12T20:22:15.843Z | + echo 'configuring based on OS: "solaris2.11"' |
614 | 2024-02-12T20:22:15.843Z | + case "$1" in |
615 | 2024-02-12T20:22:15.843Z | configuring based on OS: "solaris2.11" |
616 | 2024-02-12T20:22:15.843Z | + SET_BINARIES= |
617 | 2024-02-12T20:22:15.843Z | + CIDL_SHA256FUNC=do_sha256sum |
618 | 2024-02-12T20:22:15.843Z | + TARBALL_FILENAME=mgd.tar.gz |
619 | 2024-02-12T20:22:15.843Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
620 | 2024-02-12T20:22:15.843Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
621 | 2024-02-12T20:22:15.844Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
622 | 2024-02-12T20:22:15.844Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
623 | 2024-02-12T20:22:15.844Z | Local file: out/downloads/mgd.tar.gz |
624 | 2024-02-12T20:22:15.844Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
625 | 2024-02-12T20:22:15.844Z | + mkdir -p out/downloads |
626 | 2024-02-12T20:22:15.844Z | + mkdir -p ./out/mgd |
627 | 2024-02-12T20:22:15.844Z | + fetch_and_verify |
628 | 2024-02-12T20:22:15.845Z | + local DO_DOWNLOAD=true |
629 | 2024-02-12T20:22:15.845Z | + [[ -f out/downloads/mgd.tar.gz ]] |
630 | 2024-02-12T20:22:15.845Z | + '[' true == true ']' |
631 | 2024-02-12T20:22:15.845Z | + echo Downloading... |
632 | 2024-02-12T20:22:15.845Z | Downloading... |
633 | 2024-02-12T20:22:15.845Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
634 | 2024-02-12T20:22:15.845Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
635 | 2024-02-12T20:22:23.633Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
636 | 2024-02-12T20:22:23.642Z | ++ sha256sum |
637 | 2024-02-12T20:22:23.642Z | ++ awk '{print $1}' |
638 | 2024-02-12T20:22:23.649Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
639 | 2024-02-12T20:22:23.649Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
640 | 2024-02-12T20:22:23.649Z | + do_untar out/downloads/mgd.tar.gz |
641 | 2024-02-12T20:22:23.649Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
642 | 2024-02-12T20:22:24.097Z | + do_assemble |
643 | 2024-02-12T20:22:24.097Z | + rm -r ./out/mgd |
644 | 2024-02-12T20:22:24.107Z | + mkdir ./out/mgd |
645 | 2024-02-12T20:22:24.107Z | + cp -r out/downloads/root ./out/mgd/root |
646 | 2024-02-12T20:22:24.250Z | + set -o errexit |
647 | 2024-02-12T20:22:24.254Z | +++ dirname ./tools/ci_download_transceiver_control |
648 | 2024-02-12T20:22:24.254Z | ++ cd ./tools |
649 | 2024-02-12T20:22:24.254Z | ++ pwd |
650 | 2024-02-12T20:22:24.257Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
651 | 2024-02-12T20:22:24.257Z | ++ basename ./tools/ci_download_transceiver_control |
652 | 2024-02-12T20:22:24.257Z | + ARG0=ci_download_transceiver_control |
653 | 2024-02-12T20:22:24.257Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
654 | 2024-02-12T20:22:24.257Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
655 | 2024-02-12T20:22:24.257Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2024-02-12T20:22:24.257Z | + TARGET_DIR=out |
657 | 2024-02-12T20:22:24.257Z | + DOWNLOAD_DIR=out/downloads |
658 | 2024-02-12T20:22:24.257Z | + DEST_DIR=./out/transceiver-control |
659 | 2024-02-12T20:22:24.257Z | + BIN_DIR=/opt/oxide/bin |
660 | 2024-02-12T20:22:24.257Z | + BINARY=xcvradm |
661 | 2024-02-12T20:22:24.257Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
662 | 2024-02-12T20:22:24.257Z | + REPO=oxidecomputer/transceiver-control |
663 | 2024-02-12T20:22:24.258Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
664 | 2024-02-12T20:22:24.258Z | + main |
665 | 2024-02-12T20:22:24.258Z | + [[ 0 != 0 ]] |
666 | 2024-02-12T20:22:24.261Z | + CIDL_OS=solaris2.11 |
667 | 2024-02-12T20:22:24.261Z | + [[ 0 != 0 ]] |
668 | 2024-02-12T20:22:24.261Z | + configure_os solaris2.11 |
669 | 2024-02-12T20:22:24.261Z | + echo 'current directory: /work/oxidecomputer/omicron' |
670 | 2024-02-12T20:22:24.261Z | + echo 'configuring based on OS: "solaris2.11"' |
671 | 2024-02-12T20:22:24.261Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-02-12T20:22:24.261Z | configuring based on OS: "solaris2.11" |
673 | 2024-02-12T20:22:24.261Z | + case "$1" in |
674 | 2024-02-12T20:22:24.262Z | + SET_BINARIES= |
675 | 2024-02-12T20:22:24.262Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2024-02-12T20:22:24.262Z | + CIDL_SHA256FUNC=do_sha256sum |
677 | 2024-02-12T20:22:24.262Z | + ARCHIVE_FILENAME=xcvradm.gz |
678 | 2024-02-12T20:22:24.262Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2024-02-12T20:22:24.262Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
680 | 2024-02-12T20:22:24.262Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
681 | 2024-02-12T20:22:24.262Z | + echo 'Local file: out/downloads/xcvradm.gz' |
682 | 2024-02-12T20:22:24.262Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2024-02-12T20:22:24.262Z | Local file: out/downloads/xcvradm.gz |
684 | 2024-02-12T20:22:24.262Z | + mkdir -p out/downloads |
685 | 2024-02-12T20:22:24.262Z | + mkdir -p ./out/transceiver-control |
686 | 2024-02-12T20:22:24.262Z | + fetch_and_verify |
687 | 2024-02-12T20:22:24.266Z | + local DO_DOWNLOAD=true |
688 | 2024-02-12T20:22:24.266Z | + [[ -f out/downloads/xcvradm.gz ]] |
689 | 2024-02-12T20:22:24.266Z | + '[' true == true ']' |
690 | 2024-02-12T20:22:24.266Z | + echo Downloading... |
691 | 2024-02-12T20:22:24.266Z | Downloading... |
692 | 2024-02-12T20:22:24.266Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
693 | 2024-02-12T20:22:24.266Z | + 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 |
694 | 2024-02-12T20:22:27.511Z | ++ do_sha256sum out/downloads/xcvradm.gz |
695 | 2024-02-12T20:22:27.515Z | ++ sha256sum |
696 | 2024-02-12T20:22:27.515Z | ++ awk '{print $1}' |
697 | 2024-02-12T20:22:27.520Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
698 | 2024-02-12T20:22:27.523Z | + [[ 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 ]] |
699 | 2024-02-12T20:22:27.523Z | + do_unpack out/downloads/xcvradm.gz |
700 | 2024-02-12T20:22:27.523Z | + mkdir -p out/downloads/root//opt/oxide/bin |
701 | 2024-02-12T20:22:27.523Z | + gzip -dc out/downloads/xcvradm.gz |
702 | 2024-02-12T20:22:27.655Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
703 | 2024-02-12T20:22:27.667Z | + do_assemble |
704 | 2024-02-12T20:22:27.667Z | + rm -r ./out/transceiver-control |
705 | 2024-02-12T20:22:27.667Z | + mkdir ./out/transceiver-control |
706 | 2024-02-12T20:22:27.667Z | + cp -r out/downloads/root ./out/transceiver-control/root |
707 | 2024-02-12T20:22:28.000Z | All builder prerequisites installed successfully, and PATH looks valid |
708 | 2024-02-12T20:22:28.542Z | |
709 | 2024-02-12T20:22:28.542Z | real 2:04.835174014 |
710 | 2024-02-12T20:22:28.542Z | user 33.772283636 |
711 | 2024-02-12T20:22:28.542Z | sys 6.739746705 |
712 | 2024-02-12T20:22:28.542Z | trap 0.010581869 |
713 | 2024-02-12T20:22:28.542Z | tflt 0.211594831 |
714 | 2024-02-12T20:22:28.542Z | dflt 0.433798967 |
715 | 2024-02-12T20:22:28.542Z | kflt 0.169181617 |
716 | 2024-02-12T20:22:28.542Z | lock 1.338624574 |
717 | 2024-02-12T20:22:28.542Z | slp 4:10.235961270 |
718 | 2024-02-12T20:22:28.542Z | lat 1.924880891 |
719 | 2024-02-12T20:22:28.542Z | stop 0.124714173 |
720 | 2024-02-12T20:22:28.542Z | |
721 | 2024-02-12T20:22:28.542Z | #### # # ##### ##### # # |
722 | 2024-02-12T20:22:28.542Z | # # # # # # # # # # |
723 | 2024-02-12T20:22:28.542Z | # # # # # # # # |
724 | 2024-02-12T20:22:28.542Z | # # # ##### ##### # |
725 | 2024-02-12T20:22:28.542Z | # # # # # # # |
726 | 2024-02-12T20:22:28.542Z | #### ###### # # # # |
727 | 2024-02-12T20:22:28.543Z | |
728 | 2024-02-12T20:22:28.548Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
729 | 2024-02-12T20:22:28.548Z | Updating git repository `https://github.com/oxidecomputer/samael` |
730 | 2024-02-12T20:22:28.846Z | Updating crates.io index |
731 | 2024-02-12T20:22:28.886Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2024-02-12T20:22:29.763Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-02-12T20:22:31.833Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-02-12T20:22:32.021Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2024-02-12T20:22:32.285Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2024-02-12T20:22:32.586Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2024-02-12T20:22:32.858Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2024-02-12T20:22:33.893Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2024-02-12T20:22:36.159Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2024-02-12T20:22:37.086Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2024-02-12T20:22:37.444Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2024-02-12T20:22:37.979Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2024-02-12T20:22:38.349Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
744 | 2024-02-12T20:22:38.626Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2024-02-12T20:22:38.918Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2024-02-12T20:22:39.306Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2024-02-12T20:22:39.751Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
748 | 2024-02-12T20:22:40.025Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
749 | 2024-02-12T20:22:40.541Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-02-12T20:22:40.918Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
751 | 2024-02-12T20:22:41.224Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-02-12T20:22:42.286Z | Updating git repository `https://github.com/cbiffle/hubpack` |
753 | 2024-02-12T20:22:42.625Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2024-02-12T20:22:43.889Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2024-02-12T20:22:44.267Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2024-02-12T20:22:44.637Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2024-02-12T20:22:45.772Z | Downloading crates ... |
758 | 2024-02-12T20:22:46.031Z | Downloaded strsim v0.10.0 |
759 | 2024-02-12T20:22:46.043Z | Downloaded proc-macro2 v1.0.78 |
760 | 2024-02-12T20:22:46.055Z | Downloaded bitflags v1.3.2 |
761 | 2024-02-12T20:22:46.067Z | Downloaded equivalent v1.0.1 |
762 | 2024-02-12T20:22:46.078Z | Downloaded anstream v0.5.0 |
763 | 2024-02-12T20:22:46.082Z | Downloaded anstyle-query v1.0.0 |
764 | 2024-02-12T20:22:46.082Z | Downloaded thiserror v1.0.56 |
765 | 2024-02-12T20:22:46.082Z | Downloaded utf8parse v0.2.1 |
766 | 2024-02-12T20:22:46.083Z | Downloaded toml_datetime v0.6.5 |
767 | 2024-02-12T20:22:46.083Z | Downloaded thiserror-impl v1.0.56 |
768 | 2024-02-12T20:22:46.083Z | Downloaded colorchoice v1.0.0 |
769 | 2024-02-12T20:22:46.097Z | Downloaded itoa v1.0.9 |
770 | 2024-02-12T20:22:46.117Z | Downloaded serde_spanned v0.6.5 |
771 | 2024-02-12T20:22:46.118Z | Downloaded errno v0.3.8 |
772 | 2024-02-12T20:22:46.118Z | Downloaded cargo-platform v0.1.3 |
773 | 2024-02-12T20:22:46.118Z | Downloaded heck v0.4.1 |
774 | 2024-02-12T20:22:46.128Z | Downloaded anstyle v1.0.2 |
775 | 2024-02-12T20:22:46.128Z | Downloaded terminal_size v0.2.6 |
776 | 2024-02-12T20:22:46.128Z | Downloaded cargo_metadata v0.18.1 |
777 | 2024-02-12T20:22:46.129Z | Downloaded camino v1.1.6 |
778 | 2024-02-12T20:22:46.129Z | Downloaded io-lifetimes v1.0.11 |
779 | 2024-02-12T20:22:46.129Z | Downloaded quote v1.0.35 |
780 | 2024-02-12T20:22:46.137Z | Downloaded semver v1.0.21 |
781 | 2024-02-12T20:22:46.137Z | Downloaded cargo_toml v0.19.0 |
782 | 2024-02-12T20:22:46.138Z | Downloaded clap_lex v0.5.1 |
783 | 2024-02-12T20:22:46.138Z | Downloaded anyhow v1.0.75 |
784 | 2024-02-12T20:22:46.138Z | Downloaded anstyle-parse v0.2.1 |
785 | 2024-02-12T20:22:46.138Z | Downloaded clap_derive v4.4.2 |
786 | 2024-02-12T20:22:46.148Z | Downloaded clap v4.4.3 |
787 | 2024-02-12T20:22:46.149Z | Downloaded ryu v1.0.15 |
788 | 2024-02-12T20:22:46.164Z | Downloaded unicode-ident v1.0.12 |
789 | 2024-02-12T20:22:46.165Z | Downloaded serde_derive v1.0.196 |
790 | 2024-02-12T20:22:46.165Z | Downloaded toml v0.8.9 |
791 | 2024-02-12T20:22:46.177Z | Downloaded serde v1.0.196 |
792 | 2024-02-12T20:22:46.186Z | Downloaded indexmap v2.2.2 |
793 | 2024-02-12T20:22:46.186Z | Downloaded toml_edit v0.21.1 |
794 | 2024-02-12T20:22:46.212Z | Downloaded memchr v2.6.3 |
795 | 2024-02-12T20:22:46.228Z | Downloaded serde_json v1.0.113 |
796 | 2024-02-12T20:22:46.228Z | Downloaded hashbrown v0.14.2 |
797 | 2024-02-12T20:22:46.239Z | Downloaded winnow v0.5.15 |
798 | 2024-02-12T20:22:46.239Z | Downloaded clap_builder v4.4.2 |
799 | 2024-02-12T20:22:46.656Z | Downloaded syn v2.0.48 |
800 | 2024-02-12T20:22:46.667Z | Downloaded rustix v0.37.23 |
801 | 2024-02-12T20:22:46.667Z | Downloaded libc v0.2.153 |
802 | 2024-02-12T20:22:46.667Z | Compiling proc-macro2 v1.0.78 |
803 | 2024-02-12T20:22:46.667Z | Compiling unicode-ident v1.0.12 |
804 | 2024-02-12T20:22:46.667Z | Compiling serde v1.0.196 |
805 | 2024-02-12T20:22:46.667Z | Compiling libc v0.2.153 |
806 | 2024-02-12T20:22:46.668Z | Compiling io-lifetimes v1.0.11 |
807 | 2024-02-12T20:22:46.668Z | Compiling rustix v0.37.23 |
808 | 2024-02-12T20:22:46.668Z | Compiling equivalent v1.0.1 |
809 | 2024-02-12T20:22:46.668Z | Compiling hashbrown v0.14.2 |
810 | 2024-02-12T20:22:46.684Z | Compiling bitflags v1.3.2 |
811 | 2024-02-12T20:22:46.730Z | Compiling utf8parse v0.2.1 |
812 | 2024-02-12T20:22:46.778Z | Compiling serde_json v1.0.113 |
813 | 2024-02-12T20:22:46.905Z | Compiling anstyle-parse v0.2.1 |
814 | 2024-02-12T20:22:47.137Z | Compiling semver v1.0.21 |
815 | 2024-02-12T20:22:47.562Z | Compiling indexmap v2.2.2 |
816 | 2024-02-12T20:22:47.892Z | Compiling colorchoice v1.0.0 |
817 | 2024-02-12T20:22:47.904Z | Compiling camino v1.1.6 |
818 | 2024-02-12T20:22:48.014Z | Compiling anstyle v1.0.2 |
819 | 2024-02-12T20:22:48.064Z | Compiling winnow v0.5.15 |
820 | 2024-02-12T20:22:48.099Z | Compiling anstyle-query v1.0.0 |
821 | 2024-02-12T20:22:48.221Z | Compiling thiserror v1.0.56 |
822 | 2024-02-12T20:22:48.346Z | Compiling anstream v0.5.0 |
823 | 2024-02-12T20:22:48.501Z | Compiling heck v0.4.1 |
824 | 2024-02-12T20:22:48.578Z | Compiling clap_lex v0.5.1 |
825 | 2024-02-12T20:22:48.787Z | Compiling anyhow v1.0.75 |
826 | 2024-02-12T20:22:48.943Z | Compiling quote v1.0.35 |
827 | 2024-02-12T20:22:48.980Z | Compiling ryu v1.0.15 |
828 | 2024-02-12T20:22:49.035Z | Compiling strsim v0.10.0 |
829 | 2024-02-12T20:22:49.083Z | Compiling itoa v1.0.9 |
830 | 2024-02-12T20:22:49.304Z | Compiling syn v2.0.48 |
831 | 2024-02-12T20:22:49.575Z | Compiling errno v0.3.8 |
832 | 2024-02-12T20:22:50.500Z | Compiling terminal_size v0.2.6 |
833 | 2024-02-12T20:22:50.597Z | Compiling clap_builder v4.4.2 |
834 | 2024-02-12T20:22:54.111Z | Compiling serde_derive v1.0.196 |
835 | 2024-02-12T20:22:54.112Z | Compiling thiserror-impl v1.0.56 |
836 | 2024-02-12T20:22:54.539Z | Compiling clap_derive v4.4.2 |
837 | 2024-02-12T20:22:56.779Z | Compiling clap v4.4.3 |
838 | 2024-02-12T20:23:02.146Z | Compiling toml_datetime v0.6.5 |
839 | 2024-02-12T20:23:02.146Z | Compiling serde_spanned v0.6.5 |
840 | 2024-02-12T20:23:02.153Z | Compiling cargo-platform v0.1.3 |
841 | 2024-02-12T20:23:02.382Z | Compiling toml_edit v0.21.1 |
842 | 2024-02-12T20:23:03.408Z | Compiling cargo_metadata v0.18.1 |
843 | 2024-02-12T20:23:04.350Z | Compiling toml v0.8.9 |
844 | 2024-02-12T20:23:05.037Z | Compiling cargo_toml v0.19.0 |
845 | 2024-02-12T20:23:08.843Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
846 | 2024-02-12T20:23:09.752Z | Finished dev [unoptimized + debuginfo] target(s) in 41.68s |
847 | 2024-02-12T20:23:09.919Z | Running `target/debug/xtask clippy` |
848 | 2024-02-12T20:23:09.954Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
849 | 2024-02-12T20:23:10.463Z | Downloading crates ... |
850 | 2024-02-12T20:23:10.661Z | Downloaded arrayref v0.3.7 |
851 | 2024-02-12T20:23:10.666Z | Downloaded httptest v0.15.5 |
852 | 2024-02-12T20:23:10.670Z | Downloaded humantime v2.1.0 |
853 | 2024-02-12T20:23:10.685Z | Downloaded hubpack_derive v0.1.1 |
854 | 2024-02-12T20:23:10.689Z | Downloaded ciborium-io v0.2.2 |
855 | 2024-02-12T20:23:10.689Z | Downloaded cancel-safe-futures v0.1.5 |
856 | 2024-02-12T20:23:10.695Z | Downloaded byteorder v1.5.0 |
857 | 2024-02-12T20:23:10.699Z | Downloaded bb8 v0.8.3 |
858 | 2024-02-12T20:23:10.699Z | Downloaded ipnetwork v0.20.0 |
859 | 2024-02-12T20:23:10.703Z | Downloaded iana-time-zone v0.1.57 |
860 | 2024-02-12T20:23:10.707Z | Downloaded hubpack v0.1.2 |
861 | 2024-02-12T20:23:10.712Z | Downloaded arrayvec v0.7.4 |
862 | 2024-02-12T20:23:10.712Z | Downloaded block-padding v0.3.3 |
863 | 2024-02-12T20:23:10.727Z | Downloaded highway v1.1.0 |
864 | 2024-02-12T20:23:10.727Z | Downloaded async-recursion v1.0.5 |
865 | 2024-02-12T20:23:10.727Z | Downloaded castaway v0.2.2 |
866 | 2024-02-12T20:23:10.734Z | Downloaded normalize-line-endings v0.3.0 |
867 | 2024-02-12T20:23:10.734Z | Downloaded instant v0.1.12 |
868 | 2024-02-12T20:23:10.734Z | Downloaded hex-literal v0.4.1 |
869 | 2024-02-12T20:23:10.734Z | Downloaded ipnet v2.9.0 |
870 | 2024-02-12T20:23:10.734Z | Downloaded nested v0.1.1 |
871 | 2024-02-12T20:23:10.734Z | Downloaded num-integer v0.1.45 |
872 | 2024-02-12T20:23:10.737Z | Downloaded newtype_derive v0.1.6 |
873 | 2024-02-12T20:23:10.737Z | Downloaded nanorand v0.7.0 |
874 | 2024-02-12T20:23:10.740Z | Downloaded crunchy v0.2.2 |
875 | 2024-02-12T20:23:10.743Z | Downloaded crucible-workspace-hack v0.1.0 |
876 | 2024-02-12T20:23:10.743Z | Downloaded rustc-demangle v0.1.23 |
877 | 2024-02-12T20:23:10.746Z | Downloaded http-body v1.0.0 |
878 | 2024-02-12T20:23:10.752Z | Downloaded is-terminal v0.4.9 |
879 | 2024-02-12T20:23:10.755Z | Downloaded hostname v0.3.1 |
880 | 2024-02-12T20:23:10.756Z | Downloaded crc-any v2.4.3 |
881 | 2024-02-12T20:23:10.756Z | Downloaded atty v0.2.14 |
882 | 2024-02-12T20:23:10.760Z | Downloaded chacha20poly1305 v0.10.1 |
883 | 2024-02-12T20:23:10.760Z | Downloaded atomicwrites v0.4.3 |
884 | 2024-02-12T20:23:10.765Z | Downloaded rustls-native-certs v0.7.0 |
885 | 2024-02-12T20:23:10.769Z | Downloaded base64 v0.21.7 |
886 | 2024-02-12T20:23:10.770Z | Downloaded mockall v0.12.0 |
887 | 2024-02-12T20:23:10.773Z | Downloaded hyper v1.1.0 |
888 | 2024-02-12T20:23:10.780Z | Downloaded match_cfg v0.1.0 |
889 | 2024-02-12T20:23:10.783Z | Downloaded http-range v0.1.5 |
890 | 2024-02-12T20:23:10.786Z | Downloaded crossbeam-epoch v0.9.15 |
891 | 2024-02-12T20:23:10.789Z | Downloaded is_ci v1.1.1 |
892 | 2024-02-12T20:23:10.792Z | Downloaded matches v0.1.10 |
893 | 2024-02-12T20:23:10.796Z | Downloaded maplit v1.0.2 |
894 | 2024-02-12T20:23:10.797Z | Downloaded indoc v2.0.3 |
895 | 2024-02-12T20:23:10.800Z | Downloaded maybe-uninit v2.0.0 |
896 | 2024-02-12T20:23:10.803Z | Downloaded cstr-argument v0.1.2 |
897 | 2024-02-12T20:23:10.803Z | Downloaded nix v0.27.1 |
898 | 2024-02-12T20:23:10.820Z | Downloaded nodrop v0.1.14 |
899 | 2024-02-12T20:23:10.824Z | Downloaded async-stream v0.3.5 |
900 | 2024-02-12T20:23:10.824Z | Downloaded atomic-waker v1.1.1 |
901 | 2024-02-12T20:23:10.824Z | Downloaded constant_time_eq v0.2.6 |
902 | 2024-02-12T20:23:10.827Z | Downloaded hex v0.4.3 |
903 | 2024-02-12T20:23:10.827Z | Downloaded serde-big-array v0.5.1 |
904 | 2024-02-12T20:23:10.830Z | Downloaded cookie v0.18.0 |
905 | 2024-02-12T20:23:10.833Z | Downloaded cast v0.3.0 |
906 | 2024-02-12T20:23:10.836Z | Downloaded base16ct v0.2.0 |
907 | 2024-02-12T20:23:10.836Z | Downloaded criterion-plot v0.5.0 |
908 | 2024-02-12T20:23:10.839Z | Downloaded crypto-common v0.1.6 |
909 | 2024-02-12T20:23:10.842Z | Downloaded mime v0.3.17 |
910 | 2024-02-12T20:23:10.845Z | Downloaded home v0.5.5 |
911 | 2024-02-12T20:23:10.845Z | Downloaded cassowary v0.3.0 |
912 | 2024-02-12T20:23:10.848Z | Downloaded macaddr v1.0.1 |
913 | 2024-02-12T20:23:10.851Z | Downloaded num-iter v0.1.43 |
914 | 2024-02-12T20:23:10.851Z | Downloaded num-derive v0.4.0 |
915 | 2024-02-12T20:23:10.855Z | Downloaded signature v1.6.4 |
916 | 2024-02-12T20:23:10.860Z | Downloaded sec1 v0.7.3 |
917 | 2024-02-12T20:23:10.860Z | Downloaded crc32fast v1.3.2 |
918 | 2024-02-12T20:23:10.863Z | Downloaded hyper-rustls v0.24.2 |
919 | 2024-02-12T20:23:10.864Z | Downloaded multimap v0.8.3 |
920 | 2024-02-12T20:23:10.867Z | Downloaded md-5 v0.10.5 |
921 | 2024-02-12T20:23:10.870Z | Downloaded memmap v0.7.0 |
922 | 2024-02-12T20:23:10.870Z | Downloaded hyper-tls v0.5.0 |
923 | 2024-02-12T20:23:10.873Z | Downloaded memmap2 v0.7.1 |
924 | 2024-02-12T20:23:10.875Z | Downloaded bitflags v2.4.0 |
925 | 2024-02-12T20:23:10.878Z | Downloaded waitgroup v0.1.2 |
926 | 2024-02-12T20:23:10.881Z | Downloaded usdt-macro v0.3.5 |
927 | 2024-02-12T20:23:10.884Z | Downloaded wyz v0.5.1 |
928 | 2024-02-12T20:23:10.884Z | Downloaded backoff v0.4.0 |
929 | 2024-02-12T20:23:10.888Z | Downloaded strum_macros v0.24.3 |
930 | 2024-02-12T20:23:10.891Z | Downloaded toolchain_find v0.2.0 |
931 | 2024-02-12T20:23:10.891Z | Downloaded bzip2 v0.4.4 |
932 | 2024-02-12T20:23:10.999Z | Downloaded camino-tempfile v1.1.1 |
933 | 2024-02-12T20:23:11.013Z | Downloaded try-lock v0.2.4 |
934 | 2024-02-12T20:23:11.013Z | Downloaded num-complex v0.4.4 |
935 | 2024-02-12T20:23:11.013Z | Downloaded peeking_take_while v0.1.2 |
936 | 2024-02-12T20:23:11.013Z | Downloaded strum v0.25.0 |
937 | 2024-02-12T20:23:11.013Z | Downloaded httparse v1.8.0 |
938 | 2024-02-12T20:23:11.013Z | Downloaded pretty-hex v0.2.1 |
939 | 2024-02-12T20:23:11.013Z | Downloaded tiny-keccak v2.0.2 |
940 | 2024-02-12T20:23:11.013Z | Downloaded either v1.9.0 |
941 | 2024-02-12T20:23:11.013Z | Downloaded usdt v0.3.5 |
942 | 2024-02-12T20:23:11.014Z | Downloaded mime_guess v2.0.4 |
943 | 2024-02-12T20:23:11.014Z | Downloaded spin v0.5.2 |
944 | 2024-02-12T20:23:11.014Z | Downloaded foreign-types-shared v0.3.1 |
945 | 2024-02-12T20:23:11.014Z | Downloaded bytes v1.5.0 |
946 | 2024-02-12T20:23:11.014Z | Downloaded num_cpus v1.16.0 |
947 | 2024-02-12T20:23:11.014Z | Downloaded num_threads v0.1.6 |
948 | 2024-02-12T20:23:11.014Z | Downloaded libtest-mimic v0.6.1 |
949 | 2024-02-12T20:23:11.014Z | Downloaded thiserror-no-std v2.0.2 |
950 | 2024-02-12T20:23:11.014Z | Downloaded predicates-tree v1.0.9 |
951 | 2024-02-12T20:23:11.014Z | Downloaded pin-utils v0.1.0 |
952 | 2024-02-12T20:23:11.014Z | Downloaded tokio-native-tls v0.3.1 |
953 | 2024-02-12T20:23:11.015Z | Downloaded usdt-impl v0.5.0 |
954 | 2024-02-12T20:23:11.015Z | Downloaded foreign-types-macros v0.2.3 |
955 | 2024-02-12T20:23:11.015Z | Downloaded miniz_oxide v0.7.1 |
956 | 2024-02-12T20:23:11.015Z | Downloaded thread-id v4.2.0 |
957 | 2024-02-12T20:23:11.015Z | Downloaded wait-timeout v0.2.0 |
958 | 2024-02-12T20:23:11.015Z | Downloaded basic-toml v0.1.8 |
959 | 2024-02-12T20:23:11.015Z | Downloaded openssl-probe v0.1.5 |
960 | 2024-02-12T20:23:11.015Z | Downloaded stability v0.1.1 |
961 | 2024-02-12T20:23:11.015Z | Downloaded mockall_derive v0.12.0 |
962 | 2024-02-12T20:23:11.015Z | Downloaded unicode-linebreak v0.1.5 |
963 | 2024-02-12T20:23:11.015Z | Downloaded slog-stdlog v4.1.1 |
964 | 2024-02-12T20:23:11.015Z | Downloaded slog-scope v4.4.0 |
965 | 2024-02-12T20:23:11.015Z | Downloaded number_prefix v0.4.0 |
966 | 2024-02-12T20:23:11.015Z | Downloaded phf v0.11.2 |
967 | 2024-02-12T20:23:11.015Z | Downloaded derive_builder_core v0.12.0 |
968 | 2024-02-12T20:23:11.015Z | Downloaded fragile v2.0.0 |
969 | 2024-02-12T20:23:11.016Z | Downloaded cfg-expr v0.15.6 |
970 | 2024-02-12T20:23:11.016Z | Downloaded diesel_table_macro_syntax v0.1.0 |
971 | 2024-02-12T20:23:11.016Z | Downloaded allocator-api2 v0.2.16 |
972 | 2024-02-12T20:23:11.016Z | Downloaded embedded-io v0.4.0 |
973 | 2024-02-12T20:23:11.016Z | Downloaded fs-err v2.11.0 |
974 | 2024-02-12T20:23:11.016Z | Downloaded strum v0.26.1 |
975 | 2024-02-12T20:23:11.016Z | Downloaded tower-service v0.3.2 |
976 | 2024-02-12T20:23:11.016Z | Downloaded oso-derive v0.27.0 |
977 | 2024-02-12T20:23:11.016Z | Downloaded stringprep v0.1.3 |
978 | 2024-02-12T20:23:11.028Z | Downloaded funty v2.0.0 |
979 | 2024-02-12T20:23:11.028Z | Downloaded slog v2.7.0 |
980 | 2024-02-12T20:23:11.028Z | Downloaded parking_lot_core v0.8.6 |
981 | 2024-02-12T20:23:11.028Z | Downloaded fxhash v0.2.1 |
982 | 2024-02-12T20:23:11.028Z | Downloaded arc-swap v1.6.0 |
983 | 2024-02-12T20:23:11.028Z | Downloaded want v0.3.1 |
984 | 2024-02-12T20:23:11.028Z | Downloaded sqlparser_derive v0.2.2 |
985 | 2024-02-12T20:23:11.028Z | Downloaded plotters-svg v0.3.5 |
986 | 2024-02-12T20:23:11.029Z | Downloaded derive_builder_macro v0.12.0 |
987 | 2024-02-12T20:23:11.029Z | Downloaded form_urlencoded v1.2.1 |
988 | 2024-02-12T20:23:11.040Z | Downloaded defmt-macros v0.3.6 |
989 | 2024-02-12T20:23:11.040Z | Downloaded time-core v0.1.1 |
990 | 2024-02-12T20:23:11.041Z | Downloaded rand_xorshift v0.3.0 |
991 | 2024-02-12T20:23:11.041Z | Downloaded rpassword v7.3.1 |
992 | 2024-02-12T20:23:11.041Z | Downloaded defmt v0.3.5 |
993 | 2024-02-12T20:23:11.065Z | Downloaded thread_local v1.1.7 |
994 | 2024-02-12T20:23:11.065Z | Downloaded serde_plain v1.0.2 |
995 | 2024-02-12T20:23:11.065Z | Downloaded flume v0.11.0 |
996 | 2024-02-12T20:23:11.065Z | Downloaded serde-big-array v0.4.1 |
997 | 2024-02-12T20:23:11.065Z | Downloaded olpc-cjson v0.1.3 |
998 | 2024-02-12T20:23:11.065Z | Downloaded unicode-xid v0.2.4 |
999 | 2024-02-12T20:23:11.079Z | Downloaded darling_macro v0.14.4 |
1000 | 2024-02-12T20:23:11.079Z | Downloaded yasna v0.5.2 |
1001 | 2024-02-12T20:23:11.079Z | Downloaded serde_with_macros v3.6.0 |
1002 | 2024-02-12T20:23:11.079Z | Downloaded sqlformat v0.2.3 |
1003 | 2024-02-12T20:23:11.079Z | Downloaded threadpool v1.8.1 |
1004 | 2024-02-12T20:23:11.079Z | Downloaded rand_chacha v0.3.1 |
1005 | 2024-02-12T20:23:11.079Z | Downloaded rand_core v0.6.4 |
1006 | 2024-02-12T20:23:11.079Z | Downloaded strsim v0.8.0 |
1007 | 2024-02-12T20:23:11.079Z | Downloaded trybuild v1.0.89 |
1008 | 2024-02-12T20:23:11.079Z | Downloaded take_mut v0.2.2 |
1009 | 2024-02-12T20:23:11.080Z | Downloaded structmeta v0.2.0 |
1010 | 2024-02-12T20:23:11.080Z | Downloaded serde_repr v0.1.16 |
1011 | 2024-02-12T20:23:11.101Z | Downloaded usdt-impl v0.3.5 |
1012 | 2024-02-12T20:23:11.101Z | Downloaded plotters-backend v0.3.5 |
1013 | 2024-02-12T20:23:11.102Z | Downloaded getrandom v0.2.10 |
1014 | 2024-02-12T20:23:11.102Z | Downloaded pretty-hex v0.4.1 |
1015 | 2024-02-12T20:23:11.102Z | Downloaded time-macros v0.2.13 |
1016 | 2024-02-12T20:23:11.102Z | Downloaded phf_shared v0.11.2 |
1017 | 2024-02-12T20:23:11.102Z | Downloaded pem v3.0.2 |
1018 | 2024-02-12T20:23:11.102Z | Downloaded untrusted v0.7.1 |
1019 | 2024-02-12T20:23:11.102Z | Downloaded semver-parser v0.10.2 |
1020 | 2024-02-12T20:23:11.102Z | Downloaded strip-ansi-escapes v0.2.0 |
1021 | 2024-02-12T20:23:11.114Z | Downloaded universal-hash v0.5.1 |
1022 | 2024-02-12T20:23:11.114Z | Downloaded enum-as-inner v0.5.1 |
1023 | 2024-02-12T20:23:11.114Z | Downloaded tokio-macros v2.2.0 |
1024 | 2024-02-12T20:23:11.114Z | Downloaded string_cache v0.8.7 |
1025 | 2024-02-12T20:23:11.114Z | Downloaded fallible-iterator v0.2.0 |
1026 | 2024-02-12T20:23:11.114Z | Downloaded num-traits v0.2.16 |
1027 | 2024-02-12T20:23:11.114Z | Downloaded tracing-core v0.1.31 |
1028 | 2024-02-12T20:23:11.131Z | Downloaded rustc_version v0.1.7 |
1029 | 2024-02-12T20:23:11.131Z | Downloaded zeroize v1.7.0 |
1030 | 2024-02-12T20:23:11.131Z | Downloaded minimal-lexical v0.2.1 |
1031 | 2024-02-12T20:23:11.131Z | Downloaded untrusted v0.9.0 |
1032 | 2024-02-12T20:23:11.132Z | Downloaded plain v0.2.3 |
1033 | 2024-02-12T20:23:11.147Z | Downloaded strum_macros v0.26.1 |
1034 | 2024-02-12T20:23:11.147Z | Downloaded proc-macro-crate v1.3.1 |
1035 | 2024-02-12T20:23:11.147Z | Downloaded rsa v0.9.2 |
1036 | 2024-02-12T20:23:11.147Z | Downloaded slog-term v2.9.0 |
1037 | 2024-02-12T20:23:11.147Z | Downloaded spin v0.9.8 |
1038 | 2024-02-12T20:23:11.148Z | Downloaded datatest-stable v0.2.3 |
1039 | 2024-02-12T20:23:11.148Z | Downloaded group v0.13.0 |
1040 | 2024-02-12T20:23:11.164Z | Downloaded trust-dns-client v0.22.0 |
1041 | 2024-02-12T20:23:11.164Z | Downloaded packed_struct_codegen v0.10.1 |
1042 | 2024-02-12T20:23:11.164Z | Downloaded rustc_version v0.4.0 |
1043 | 2024-02-12T20:23:11.164Z | Downloaded pest_meta v2.7.6 |
1044 | 2024-02-12T20:23:11.164Z | Downloaded scopeguard v1.2.0 |
1045 | 2024-02-12T20:23:11.164Z | Downloaded same-file v1.0.6 |
1046 | 2024-02-12T20:23:11.165Z | Downloaded zeroize_derive v1.4.2 |
1047 | 2024-02-12T20:23:11.165Z | Downloaded tabled_derive v0.7.0 |
1048 | 2024-02-12T20:23:11.165Z | Downloaded smallvec v1.13.1 |
1049 | 2024-02-12T20:23:11.184Z | Downloaded num-bigint v0.4.4 |
1050 | 2024-02-12T20:23:11.184Z | Downloaded crossterm v0.27.0 |
1051 | 2024-02-12T20:23:11.200Z | Downloaded tower-layer v0.3.2 |
1052 | 2024-02-12T20:23:11.200Z | Downloaded flagset v0.4.3 |
1053 | 2024-02-12T20:23:11.200Z | Downloaded unicode-width v0.1.11 |
1054 | 2024-02-12T20:23:11.200Z | Downloaded globset v0.4.13 |
1055 | 2024-02-12T20:23:11.200Z | Downloaded usdt-attr-macro v0.3.5 |
1056 | 2024-02-12T20:23:11.200Z | Downloaded parking_lot_core v0.9.8 |
1057 | 2024-02-12T20:23:11.200Z | Downloaded platforms v3.0.2 |
1058 | 2024-02-12T20:23:11.200Z | Downloaded num_enum v0.5.11 |
1059 | 2024-02-12T20:23:11.218Z | Downloaded float-cmp v0.9.0 |
1060 | 2024-02-12T20:23:11.218Z | Downloaded postgres-types v0.2.6 |
1061 | 2024-02-12T20:23:11.218Z | Downloaded tokio-tungstenite v0.20.1 |
1062 | 2024-02-12T20:23:11.218Z | Downloaded semver v0.11.0 |
1063 | 2024-02-12T20:23:11.218Z | Downloaded ucd-trie v0.1.6 |
1064 | 2024-02-12T20:23:11.218Z | Downloaded scroll_derive v0.12.0 |
1065 | 2024-02-12T20:23:11.218Z | Downloaded unicase v2.7.0 |
1066 | 2024-02-12T20:23:11.237Z | Downloaded tracing v0.1.37 |
1067 | 2024-02-12T20:23:11.237Z | Downloaded heck v0.3.3 |
1068 | 2024-02-12T20:23:11.237Z | Downloaded serde_path_to_error v0.1.15 |
1069 | 2024-02-12T20:23:11.237Z | Downloaded rustls-pemfile v2.0.0 |
1070 | 2024-02-12T20:23:11.237Z | Downloaded nom v7.1.3 |
1071 | 2024-02-12T20:23:11.237Z | Downloaded term v0.7.0 |
1072 | 2024-02-12T20:23:11.251Z | Downloaded signal-hook-tokio v0.3.1 |
1073 | 2024-02-12T20:23:11.251Z | Downloaded fixedbitset v0.4.2 |
1074 | 2024-02-12T20:23:11.251Z | Downloaded rtoolbox v0.0.1 |
1075 | 2024-02-12T20:23:11.251Z | Downloaded proc-macro-error v1.0.4 |
1076 | 2024-02-12T20:23:11.252Z | Downloaded quick-error v1.2.3 |
1077 | 2024-02-12T20:23:11.252Z | Downloaded generic-array v0.14.7 |
1078 | 2024-02-12T20:23:11.252Z | Downloaded fd-lock v4.0.2 |
1079 | 2024-02-12T20:23:11.252Z | Downloaded num_enum_derive v0.5.11 |
1080 | 2024-02-12T20:23:11.252Z | Downloaded getopts v0.2.21 |
1081 | 2024-02-12T20:23:11.263Z | Downloaded libm v0.2.7 |
1082 | 2024-02-12T20:23:11.271Z | Downloaded glob v0.3.1 |
1083 | 2024-02-12T20:23:11.271Z | Downloaded rand v0.8.5 |
1084 | 2024-02-12T20:23:11.271Z | Downloaded downcast v0.11.0 |
1085 | 2024-02-12T20:23:11.271Z | Downloaded doc-comment v0.3.3 |
1086 | 2024-02-12T20:23:11.271Z | Downloaded display-error-chain v0.2.0 |
1087 | 2024-02-12T20:23:11.271Z | Downloaded dtrace-parser v0.2.0 |
1088 | 2024-02-12T20:23:11.285Z | Downloaded parse-size v1.0.0 |
1089 | 2024-02-12T20:23:11.285Z | Downloaded darling_macro v0.20.3 |
1090 | 2024-02-12T20:23:11.285Z | Downloaded http v0.2.11 |
1091 | 2024-02-12T20:23:11.285Z | Downloaded serde_derive_internals v0.26.0 |
1092 | 2024-02-12T20:23:11.285Z | Downloaded rustls-pki-types v1.1.0 |
1093 | 2024-02-12T20:23:11.299Z | Downloaded parking_lot v0.11.2 |
1094 | 2024-02-12T20:23:11.299Z | Downloaded env_logger v0.10.0 |
1095 | 2024-02-12T20:23:11.300Z | Downloaded dtrace-parser v0.1.14 |
1096 | 2024-02-12T20:23:11.300Z | Downloaded serde_yaml v0.9.25 |
1097 | 2024-02-12T20:23:11.300Z | Downloaded postgres-protocol v0.6.6 |
1098 | 2024-02-12T20:23:11.300Z | Downloaded half v2.3.1 |
1099 | 2024-02-12T20:23:11.311Z | Downloaded trust-dns-resolver v0.22.0 |
1100 | 2024-02-12T20:23:11.311Z | Downloaded foreign-types v0.3.2 |
1101 | 2024-02-12T20:23:11.311Z | Downloaded tokio-rustls v0.24.1 |
1102 | 2024-02-12T20:23:11.311Z | Downloaded uuid v1.7.0 |
1103 | 2024-02-12T20:23:11.311Z | Downloaded toml v0.7.8 |
1104 | 2024-02-12T20:23:11.325Z | Downloaded url v2.5.0 |
1105 | 2024-02-12T20:23:11.325Z | Downloaded unicode_categories v0.1.1 |
1106 | 2024-02-12T20:23:11.325Z | Downloaded ed25519 v1.5.3 |
1107 | 2024-02-12T20:23:11.325Z | Downloaded dirs-next v2.0.0 |
1108 | 2024-02-12T20:23:11.325Z | Downloaded digest v0.10.7 |
1109 | 2024-02-12T20:23:11.339Z | Downloaded structopt-derive v0.4.18 |
1110 | 2024-02-12T20:23:11.339Z | Downloaded futures-executor v0.3.30 |
1111 | 2024-02-12T20:23:11.339Z | Downloaded smf v0.2.2 |
1112 | 2024-02-12T20:23:11.339Z | Downloaded smawk v0.3.1 |
1113 | 2024-02-12T20:23:11.339Z | Downloaded dof v0.1.5 |
1114 | 2024-02-12T20:23:11.340Z | Downloaded data-encoding v2.4.0 |
1115 | 2024-02-12T20:23:11.340Z | Downloaded oso v0.27.0 |
1116 | 2024-02-12T20:23:11.340Z | Downloaded tinyvec_macros v0.1.1 |
1117 | 2024-02-12T20:23:11.340Z | Downloaded usdt-attr-macro v0.5.0 |
1118 | 2024-02-12T20:23:11.340Z | Downloaded prettyplease v0.2.16 |
1119 | 2024-02-12T20:23:11.340Z | Downloaded path-slash v0.1.5 |
1120 | 2024-02-12T20:23:11.353Z | Downloaded vte v0.11.1 |
1121 | 2024-02-12T20:23:11.353Z | Downloaded ref-cast v1.0.20 |
1122 | 2024-02-12T20:23:11.353Z | Downloaded debug-ignore v1.0.5 |
1123 | 2024-02-12T20:23:11.353Z | Downloaded supports-color v2.1.0 |
1124 | 2024-02-12T20:23:11.354Z | Downloaded termcolor v1.2.0 |
1125 | 2024-02-12T20:23:11.354Z | Downloaded defmt-parser v0.3.3 |
1126 | 2024-02-12T20:23:11.354Z | Downloaded ref-cast-impl v1.0.20 |
1127 | 2024-02-12T20:23:11.354Z | Downloaded radium v0.7.0 |
1128 | 2024-02-12T20:23:11.354Z | Downloaded fnv v1.0.7 |
1129 | 2024-02-12T20:23:11.371Z | Downloaded dirs-sys-next v0.1.2 |
1130 | 2024-02-12T20:23:11.371Z | Downloaded pin-project v1.1.3 |
1131 | 2024-02-12T20:23:11.379Z | Downloaded usdt-macro v0.5.0 |
1132 | 2024-02-12T20:23:11.379Z | Downloaded pest_derive v2.7.6 |
1133 | 2024-02-12T20:23:11.379Z | Downloaded sha2 v0.10.8 |
1134 | 2024-02-12T20:23:11.379Z | Downloaded paste v1.0.14 |
1135 | 2024-02-12T20:23:11.379Z | Downloaded slog-json v2.6.1 |
1136 | 2024-02-12T20:23:11.379Z | Downloaded semver v0.1.20 |
1137 | 2024-02-12T20:23:11.379Z | Downloaded futures-channel v0.3.30 |
1138 | 2024-02-12T20:23:11.379Z | Downloaded papergrid v0.11.0 |
1139 | 2024-02-12T20:23:11.391Z | Downloaded slog-bunyan v2.5.0 |
1140 | 2024-02-12T20:23:11.391Z | Downloaded subtle v2.5.0 |
1141 | 2024-02-12T20:23:11.391Z | Downloaded rayon-core v1.12.0 |
1142 | 2024-02-12T20:23:11.404Z | Downloaded parse-display v0.9.0 |
1143 | 2024-02-12T20:23:11.404Z | Downloaded remove_dir_all v0.5.3 |
1144 | 2024-02-12T20:23:11.404Z | Downloaded signature v2.1.0 |
1145 | 2024-02-12T20:23:11.405Z | Downloaded sct v0.7.0 |
1146 | 2024-02-12T20:23:11.405Z | Downloaded unicode-normalization v0.1.22 |
1147 | 2024-02-12T20:23:11.423Z | Downloaded expectorate v1.1.0 |
1148 | 2024-02-12T20:23:11.423Z | Downloaded diesel_derives v2.1.2 |
1149 | 2024-02-12T20:23:11.423Z | Downloaded zerocopy v0.6.4 |
1150 | 2024-02-12T20:23:11.423Z | Downloaded test-strategy v0.3.1 |
1151 | 2024-02-12T20:23:11.423Z | Downloaded tracing-attributes v0.1.26 |
1152 | 2024-02-12T20:23:11.423Z | Downloaded zip v0.6.6 |
1153 | 2024-02-12T20:23:11.449Z | Downloaded parse-display-derive v0.9.0 |
1154 | 2024-02-12T20:23:11.449Z | Downloaded flate2 v1.0.28 |
1155 | 2024-02-12T20:23:11.450Z | Downloaded yansi v0.5.1 |
1156 | 2024-02-12T20:23:11.450Z | Downloaded itertools v0.12.1 |
1157 | 2024-02-12T20:23:11.450Z | Downloaded unicode-segmentation v1.10.1 |
1158 | 2024-02-12T20:23:11.466Z | Downloaded signal-hook v0.3.17 |
1159 | 2024-02-12T20:23:11.466Z | Downloaded darling_core v0.14.4 |
1160 | 2024-02-12T20:23:11.466Z | Downloaded r2d2 v0.8.10 |
1161 | 2024-02-12T20:23:11.467Z | Downloaded similar v2.3.0 |
1162 | 2024-02-12T20:23:11.467Z | Downloaded relative-path v1.9.0 |
1163 | 2024-02-12T20:23:11.467Z | Downloaded rcgen v0.12.1 |
1164 | 2024-02-12T20:23:11.467Z | Downloaded plotters v0.3.5 |
1165 | 2024-02-12T20:23:11.480Z | Downloaded tower v0.4.13 |
1166 | 2024-02-12T20:23:11.480Z | Downloaded lalrpop v0.19.12 |
1167 | 2024-02-12T20:23:11.492Z | Downloaded der_derive v0.7.2 |
1168 | 2024-02-12T20:23:11.492Z | Downloaded darling_core v0.20.3 |
1169 | 2024-02-12T20:23:11.501Z | Downloaded unsafe-libyaml v0.2.10 |
1170 | 2024-02-12T20:23:11.501Z | Downloaded salty v0.2.0 |
1171 | 2024-02-12T20:23:11.519Z | Downloaded syn v1.0.109 |
1172 | 2024-02-12T20:23:11.533Z | Downloaded futures v0.3.30 |
1173 | 2024-02-12T20:23:11.533Z | Downloaded goblin v0.8.0 |
1174 | 2024-02-12T20:23:11.533Z | Downloaded rustls-webpki v0.101.7 |
1175 | 2024-02-12T20:23:11.544Z | Downloaded tokio-util v0.7.10 |
1176 | 2024-02-12T20:23:11.555Z | Downloaded blake3 v1.5.0 |
1177 | 2024-02-12T20:23:11.571Z | Downloaded zerocopy v0.7.32 |
1178 | 2024-02-12T20:23:11.585Z | Downloaded openssl-sys v0.9.96 |
1179 | 2024-02-12T20:23:11.585Z | Downloaded hashbrown v0.12.3 |
1180 | 2024-02-12T20:23:11.585Z | Downloaded proptest v1.4.0 |
1181 | 2024-02-12T20:23:11.592Z | Downloaded quick-xml v0.30.0 |
1182 | 2024-02-12T20:23:11.607Z | Downloaded gimli v0.28.0 |
1183 | 2024-02-12T20:23:11.617Z | Downloaded vcpkg v0.2.15 |
1184 | 2024-02-12T20:23:11.646Z | Downloaded typed-path v0.7.0 |
1185 | 2024-02-12T20:23:11.652Z | Downloaded trust-dns-proto v0.22.0 |
1186 | 2024-02-12T20:23:11.666Z | Downloaded rustix v0.38.31 |
1187 | 2024-02-12T20:23:11.693Z | Downloaded radix_trie v0.2.1 |
1188 | 2024-02-12T20:23:11.703Z | Downloaded diesel v2.1.4 |
1189 | 2024-02-12T20:23:11.721Z | Downloaded sqlparser v0.43.1 |
1190 | 2024-02-12T20:23:11.731Z | Downloaded petgraph v0.6.4 |
1191 | 2024-02-12T20:23:11.749Z | Downloaded hashbrown v0.13.2 |
1192 | 2024-02-12T20:23:12.178Z | Downloaded pest v2.7.6 |
1193 | 2024-02-12T20:23:12.178Z | Downloaded regress v0.7.1 |
1194 | 2024-02-12T20:23:12.178Z | Downloaded regex-automata v0.1.10 |
1195 | 2024-02-12T20:23:12.193Z | Downloaded smoltcp v0.9.1 |
1196 | 2024-02-12T20:23:12.194Z | Downloaded rustyline v13.0.0 |
1197 | 2024-02-12T20:23:12.194Z | Downloaded zerocopy-derive v0.2.0 |
1198 | 2024-02-12T20:23:12.194Z | Downloaded zerocopy-derive v0.6.4 |
1199 | 2024-02-12T20:23:12.194Z | Downloaded tabled v0.15.0 |
1200 | 2024-02-12T20:23:12.194Z | Downloaded reqwest v0.11.22 |
1201 | 2024-02-12T20:23:12.194Z | Downloaded rustls-webpki v0.102.1 |
1202 | 2024-02-12T20:23:12.194Z | Downloaded rayon v1.8.0 |
1203 | 2024-02-12T20:23:12.195Z | Downloaded openssl v0.10.60 |
1204 | 2024-02-12T20:23:12.195Z | Downloaded regex-automata v0.4.4 |
1205 | 2024-02-12T20:23:12.195Z | Downloaded smoltcp v0.11.0 |
1206 | 2024-02-12T20:23:12.195Z | Downloaded bstr v0.2.17 |
1207 | 2024-02-12T20:23:12.195Z | Downloaded rustls v0.21.9 |
1208 | 2024-02-12T20:23:12.195Z | Downloaded sha3 v0.10.8 |
1209 | 2024-02-12T20:23:12.196Z | Downloaded polar-core v0.27.0 |
1210 | 2024-02-12T20:23:12.196Z | Downloaded regex v1.10.3 |
1211 | 2024-02-12T20:23:12.196Z | Downloaded openapiv3 v2.0.0 |
1212 | 2024-02-12T20:23:12.196Z | Downloaded regex-syntax v0.6.29 |
1213 | 2024-02-12T20:23:12.196Z | Downloaded rustls v0.22.2 |
1214 | 2024-02-12T20:23:12.196Z | Downloaded regex-syntax v0.8.2 |
1215 | 2024-02-12T20:23:12.196Z | Downloaded bstr v1.6.0 |
1216 | 2024-02-12T20:23:12.196Z | Downloaded object v0.32.1 |
1217 | 2024-02-12T20:23:12.197Z | Downloaded encoding_rs v0.8.33 |
1218 | 2024-02-12T20:23:12.197Z | Downloaded ratatui v0.26.0 |
1219 | 2024-02-12T20:23:12.197Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1220 | 2024-02-12T20:23:12.197Z | Downloaded sled v0.34.7 |
1221 | 2024-02-12T20:23:12.197Z | Downloaded regex-automata v0.3.8 |
1222 | 2024-02-12T20:23:12.197Z | Downloaded tokio v1.36.0 |
1223 | 2024-02-12T20:23:12.197Z | Downloaded csv v1.3.0 |
1224 | 2024-02-12T20:23:12.197Z | Downloaded bitvec v1.0.1 |
1225 | 2024-02-12T20:23:12.197Z | Downloaded reedline v0.28.0 |
1226 | 2024-02-12T20:23:12.197Z | Downloaded bindgen v0.69.2 |
1227 | 2024-02-12T20:23:12.197Z | Downloaded idna v0.5.0 |
1228 | 2024-02-12T20:23:12.621Z | Downloaded object v0.30.4 |
1229 | 2024-02-12T20:23:12.621Z | Downloaded futures-util v0.3.30 |
1230 | 2024-02-12T20:23:12.621Z | Downloaded h2 v0.3.24 |
1231 | 2024-02-12T20:23:12.621Z | Downloaded curve25519-dalek v4.1.1 |
1232 | 2024-02-12T20:23:12.621Z | Downloaded clap v2.34.0 |
1233 | 2024-02-12T20:23:12.621Z | Downloaded tough v0.16.0 |
1234 | 2024-02-12T20:23:12.621Z | Downloaded webpki-roots v0.25.2 |
1235 | 2024-02-12T20:23:12.621Z | Downloaded serde_with v3.6.0 |
1236 | 2024-02-12T20:23:12.621Z | Downloaded aho-corasick v1.0.4 |
1237 | 2024-02-12T20:23:12.621Z | Downloaded portable-atomic v1.4.3 |
1238 | 2024-02-12T20:23:12.621Z | Downloaded hkdf v0.12.4 |
1239 | 2024-02-12T20:23:12.621Z | Downloaded idna v0.2.3 |
1240 | 2024-02-12T20:23:12.621Z | Downloaded parking_lot v0.12.1 |
1241 | 2024-02-12T20:23:12.621Z | Downloaded structopt v0.3.26 |
1242 | 2024-02-12T20:23:12.621Z | Downloaded unicode-bidi v0.3.13 |
1243 | 2024-02-12T20:23:12.621Z | Downloaded pin-project-lite v0.2.13 |
1244 | 2024-02-12T20:23:12.621Z | Downloaded elliptic-curve v0.13.8 |
1245 | 2024-02-12T20:23:12.621Z | Downloaded subprocess v0.2.9 |
1246 | 2024-02-12T20:23:12.622Z | Downloaded chrono v0.4.31 |
1247 | 2024-02-12T20:23:12.622Z | Downloaded termios v0.3.3 |
1248 | 2024-02-12T20:23:12.622Z | Downloaded hyper v0.14.27 |
1249 | 2024-02-12T20:23:12.622Z | Downloaded pretty_assertions v1.4.0 |
1250 | 2024-02-12T20:23:12.622Z | Downloaded time v0.3.27 |
1251 | 2024-02-12T20:23:12.622Z | Downloaded slog-dtrace v0.3.0 |
1252 | 2024-02-12T20:23:12.622Z | Downloaded pest_generator v2.7.6 |
1253 | 2024-02-12T20:23:12.622Z | Downloaded percent-encoding v2.3.1 |
1254 | 2024-02-12T20:23:12.622Z | Downloaded toml v0.5.11 |
1255 | 2024-02-12T20:23:12.622Z | Downloaded typenum v1.16.0 |
1256 | 2024-02-12T20:23:12.622Z | Downloaded socket2 v0.5.5 |
1257 | 2024-02-12T20:23:12.622Z | Downloaded postcard v1.0.8 |
1258 | 2024-02-12T20:23:12.622Z | Downloaded guppy v0.17.5 |
1259 | 2024-02-12T20:23:12.622Z | Downloaded zerocopy v0.3.0 |
1260 | 2024-02-12T20:23:12.622Z | Downloaded headers v0.3.9 |
1261 | 2024-02-12T20:23:12.622Z | Downloaded heapless v0.7.16 |
1262 | 2024-02-12T20:23:12.622Z | Downloaded der v0.7.8 |
1263 | 2024-02-12T20:23:12.622Z | Downloaded utf-8 v0.7.6 |
1264 | 2024-02-12T20:23:12.622Z | Downloaded predicates v3.1.0 |
1265 | 2024-02-12T20:23:12.622Z | Downloaded slog-envlogger v2.2.0 |
1266 | 2024-02-12T20:23:12.622Z | Downloaded packed_struct v0.10.1 |
1267 | 2024-02-12T20:23:12.622Z | Downloaded dof v0.3.0 |
1268 | 2024-02-12T20:23:12.622Z | Downloaded futures-core v0.3.30 |
1269 | 2024-02-12T20:23:12.623Z | Downloaded rand v0.4.6 |
1270 | 2024-02-12T20:23:12.623Z | Downloaded heapless v0.8.0 |
1271 | 2024-02-12T20:23:12.623Z | Downloaded derive_more v0.99.17 |
1272 | 2024-02-12T20:23:12.623Z | Downloaded libxml v0.3.3 |
1273 | 2024-02-12T20:23:12.623Z | Downloaded trust-dns-server v0.22.1 |
1274 | 2024-02-12T20:23:12.623Z | Downloaded x509-cert v0.2.4 |
1275 | 2024-02-12T20:23:12.623Z | Downloaded tokio-postgres v0.7.10 |
1276 | 2024-02-12T20:23:12.623Z | Downloaded ring v0.17.7 |
1277 | 2024-02-12T20:23:12.623Z | Downloaded vte_generate_state_changes v0.1.1 |
1278 | 2024-02-12T20:23:12.623Z | Downloaded termtree v0.4.1 |
1279 | 2024-02-12T20:23:12.623Z | Downloaded predicates-core v1.0.6 |
1280 | 2024-02-12T20:23:12.623Z | Downloaded precomputed-hash v0.1.1 |
1281 | 2024-02-12T20:23:12.623Z | Downloaded pathdiff v0.2.1 |
1282 | 2024-02-12T20:23:12.623Z | Downloaded darling v0.20.3 |
1283 | 2024-02-12T20:23:12.623Z | Downloaded fatfs v0.3.6 |
1284 | 2024-02-12T20:23:12.623Z | Downloaded rstest_macros v0.18.2 |
1285 | 2024-02-12T20:23:12.623Z | Downloaded itertools v0.10.5 |
1286 | 2024-02-12T20:23:12.623Z | Downloaded rustfmt-wrapper v0.2.0 |
1287 | 2024-02-12T20:23:12.623Z | Downloaded password-hash v0.5.0 |
1288 | 2024-02-12T20:23:12.623Z | Downloaded mio v0.8.9 |
1289 | 2024-02-12T20:23:12.623Z | Downloaded filetime v0.2.23 |
1290 | 2024-02-12T20:23:12.623Z | Downloaded http v1.0.0 |
1291 | 2024-02-12T20:23:12.623Z | Downloaded tungstenite v0.20.1 |
1292 | 2024-02-12T20:23:12.623Z | Downloaded futures-task v0.3.30 |
1293 | 2024-02-12T20:23:12.624Z | Downloaded pin-project-internal v1.1.3 |
1294 | 2024-02-12T20:23:12.624Z | Downloaded tinyvec v1.6.0 |
1295 | 2024-02-12T20:23:12.624Z | Downloaded toml_edit v0.19.15 |
1296 | 2024-02-12T20:23:12.624Z | Downloaded ring v0.16.20 |
1297 | 2024-02-12T20:23:12.624Z | Downloaded num-bigint-dig v0.8.4 |
1298 | 2024-02-12T20:23:12.624Z | Downloaded signal-hook-registry v1.4.1 |
1299 | 2024-02-12T20:23:12.624Z | Downloaded tempdir v0.3.7 |
1300 | 2024-02-12T20:23:12.624Z | Downloaded ff v0.13.0 |
1301 | 2024-02-12T20:23:12.624Z | Downloaded proc-macro-error-attr v1.0.4 |
1302 | 2024-02-12T20:23:12.624Z | Downloaded scroll v0.12.0 |
1303 | 2024-02-12T20:23:12.624Z | Downloaded scheduled-thread-pool v0.2.7 |
1304 | 2024-02-12T20:23:12.624Z | Downloaded poly1305 v0.8.0 |
1305 | 2024-02-12T20:23:12.624Z | Downloaded fastrand v2.0.1 |
1306 | 2024-02-12T20:23:12.624Z | Downloaded zerocopy-derive v0.7.32 |
1307 | 2024-02-12T20:23:12.627Z | Downloaded zone v0.3.0 |
1308 | 2024-02-12T20:23:12.628Z | Downloaded ppv-lite86 v0.2.17 |
1309 | 2024-02-12T20:23:12.628Z | Downloaded derive-where v1.2.7 |
1310 | 2024-02-12T20:23:12.628Z | Downloaded partial-io v0.5.4 |
1311 | 2024-02-12T20:23:12.628Z | Downloaded steno v0.4.0 |
1312 | 2024-02-12T20:23:12.631Z | Downloaded vec_map v0.8.2 |
1313 | 2024-02-12T20:23:12.636Z | Downloaded crossbeam-channel v0.5.8 |
1314 | 2024-02-12T20:23:12.639Z | Downloaded num-rational v0.4.1 |
1315 | 2024-02-12T20:23:12.640Z | Downloaded version_check v0.9.4 |
1316 | 2024-02-12T20:23:12.640Z | Downloaded usdt v0.5.0 |
1317 | 2024-02-12T20:23:12.640Z | Downloaded tempfile v3.10.0 |
1318 | 2024-02-12T20:23:12.642Z | Downloaded serde_urlencoded v0.7.1 |
1319 | 2024-02-12T20:23:12.642Z | Downloaded owo-colors v4.0.0 |
1320 | 2024-02-12T20:23:12.646Z | Downloaded criterion v0.5.1 |
1321 | 2024-02-12T20:23:12.651Z | Downloaded synstructure v0.12.6 |
1322 | 2024-02-12T20:23:12.659Z | Downloaded deranged v0.3.8 |
1323 | 2024-02-12T20:23:12.659Z | Downloaded fd-lock v3.0.13 |
1324 | 2024-02-12T20:23:12.666Z | Downloaded omicron-zone-package v0.11.0 |
1325 | 2024-02-12T20:23:12.666Z | Downloaded derive_builder v0.12.0 |
1326 | 2024-02-12T20:23:12.666Z | Downloaded rustc-hash v1.1.0 |
1327 | 2024-02-12T20:23:12.666Z | Downloaded hash32 v0.3.1 |
1328 | 2024-02-12T20:23:12.680Z | Downloaded gethostname v0.4.3 |
1329 | 2024-02-12T20:23:12.680Z | Downloaded which v4.4.0 |
1330 | 2024-02-12T20:23:12.680Z | Downloaded snafu v0.7.5 |
1331 | 2024-02-12T20:23:12.681Z | Downloaded backtrace v0.3.69 |
1332 | 2024-02-12T20:23:12.687Z | Downloaded ahash v0.8.7 |
1333 | 2024-02-12T20:23:12.688Z | Downloaded ron v0.8.1 |
1334 | 2024-02-12T20:23:12.688Z | Downloaded pkcs1 v0.7.5 |
1335 | 2024-02-12T20:23:12.688Z | Downloaded pkg-config v0.3.27 |
1336 | 2024-02-12T20:23:12.691Z | Downloaded structmeta v0.3.0 |
1337 | 2024-02-12T20:23:12.691Z | Downloaded signal-hook-mio v0.2.3 |
1338 | 2024-02-12T20:23:12.691Z | Downloaded pkcs8 v0.10.2 |
1339 | 2024-02-12T20:23:12.691Z | Downloaded endian-type v0.1.2 |
1340 | 2024-02-12T20:23:12.691Z | Downloaded walkdir v2.4.0 |
1341 | 2024-02-12T20:23:12.695Z | Downloaded unarray v0.1.4 |
1342 | 2024-02-12T20:23:12.695Z | Downloaded futures-io v0.3.30 |
1343 | 2024-02-12T20:23:12.695Z | Downloaded tokio-stream v0.1.14 |
1344 | 2024-02-12T20:23:12.701Z | Downloaded tokio-rustls v0.25.0 |
1345 | 2024-02-12T20:23:12.704Z | Downloaded once_cell v1.19.0 |
1346 | 2024-02-12T20:23:12.704Z | Downloaded spki v0.7.2 |
1347 | 2024-02-12T20:23:12.704Z | Downloaded futures-sink v0.3.30 |
1348 | 2024-02-12T20:23:12.709Z | Downloaded pem-rfc7468 v0.7.0 |
1349 | 2024-02-12T20:23:12.709Z | Downloaded whoami v1.4.1 |
1350 | 2024-02-12T20:23:12.712Z | Downloaded textwrap v0.16.0 |
1351 | 2024-02-12T20:23:12.712Z | Downloaded schemars v0.8.16 |
1352 | 2024-02-12T20:23:12.720Z | Downloaded futures-macro v0.3.30 |
1353 | 2024-02-12T20:23:12.724Z | Downloaded diff v0.1.13 |
1354 | 2024-02-12T20:23:12.729Z | Downloaded smallvec v0.6.14 |
1355 | 2024-02-12T20:23:12.729Z | Downloaded crypto-bigint v0.5.2 |
1356 | 2024-02-12T20:23:12.733Z | Downloaded foreign-types v0.5.0 |
1357 | 2024-02-12T20:23:12.733Z | Downloaded foreign-types-shared v0.1.1 |
1358 | 2024-02-12T20:23:12.733Z | Downloaded futures-timer v3.0.2 |
1359 | 2024-02-12T20:23:12.736Z | Downloaded tui-tree-widget v0.17.0 |
1360 | 2024-02-12T20:23:12.736Z | Downloaded tar v0.4.40 |
1361 | 2024-02-12T20:23:12.739Z | Downloaded socket2 v0.4.9 |
1362 | 2024-02-12T20:23:12.739Z | Downloaded snafu-derive v0.7.5 |
1363 | 2024-02-12T20:23:12.739Z | Downloaded slog-async v2.8.0 |
1364 | 2024-02-12T20:23:12.742Z | Downloaded blake2b_simd v1.0.1 |
1365 | 2024-02-12T20:23:12.742Z | Downloaded blake2 v0.10.6 |
1366 | 2024-02-12T20:23:12.746Z | Downloaded phf_shared v0.10.0 |
1367 | 2024-02-12T20:23:12.746Z | Downloaded guppy-workspace-hack v0.1.0 |
1368 | 2024-02-12T20:23:12.746Z | Downloaded tinytemplate v1.2.1 |
1369 | 2024-02-12T20:23:12.749Z | Downloaded topological-sort v0.2.2 |
1370 | 2024-02-12T20:23:12.749Z | Downloaded textwrap v0.11.0 |
1371 | 2024-02-12T20:23:12.749Z | Downloaded addr2line v0.21.0 |
1372 | 2024-02-12T20:23:12.754Z | Downloaded opaque-debug v0.3.0 |
1373 | 2024-02-12T20:23:12.754Z | Downloaded oorandom v11.1.3 |
1374 | 2024-02-12T20:23:12.754Z | Downloaded hash32 v0.2.1 |
1375 | 2024-02-12T20:23:12.754Z | Downloaded ena v0.14.2 |
1376 | 2024-02-12T20:23:12.761Z | Downloaded difflib v0.4.0 |
1377 | 2024-02-12T20:23:12.761Z | Downloaded curve25519-dalek-derive v0.1.0 |
1378 | 2024-02-12T20:23:12.761Z | Downloaded xattr v1.0.1 |
1379 | 2024-02-12T20:23:12.761Z | Downloaded serde_tokenstream v0.2.0 |
1380 | 2024-02-12T20:23:12.764Z | Downloaded crossbeam-utils v0.8.16 |
1381 | 2024-02-12T20:23:12.765Z | Downloaded clang-sys v1.6.1 |
1382 | 2024-02-12T20:23:12.771Z | Downloaded dyn-clone v1.0.16 |
1383 | 2024-02-12T20:23:12.771Z | Downloaded darling v0.14.4 |
1384 | 2024-02-12T20:23:12.771Z | Downloaded vsss-rs v3.3.4 |
1385 | 2024-02-12T20:23:12.777Z | Downloaded target-spec v3.1.0 |
1386 | 2024-02-12T20:23:12.777Z | Downloaded target-lexicon v0.12.13 |
1387 | 2024-02-12T20:23:12.777Z | Downloaded openssl-macros v0.1.1 |
1388 | 2024-02-12T20:23:12.778Z | Downloaded rustls-pemfile v1.0.3 |
1389 | 2024-02-12T20:23:12.778Z | Downloaded multer v3.0.0 |
1390 | 2024-02-12T20:23:12.782Z | Downloaded rstest v0.18.2 |
1391 | 2024-02-12T20:23:12.785Z | Downloaded headers-core v0.2.0 |
1392 | 2024-02-12T20:23:12.785Z | Downloaded tap v1.0.1 |
1393 | 2024-02-12T20:23:12.786Z | Downloaded siphasher v0.3.11 |
1394 | 2024-02-12T20:23:12.789Z | Downloaded native-tls v0.2.11 |
1395 | 2024-02-12T20:23:12.789Z | Downloaded bytecount v0.6.3 |
1396 | 2024-02-12T20:23:12.792Z | Downloaded serde_tokenstream v0.1.7 |
1397 | 2024-02-12T20:23:12.792Z | Downloaded hmac v0.12.1 |
1398 | 2024-02-12T20:23:12.795Z | Downloaded static_assertions v1.1.0 |
1399 | 2024-02-12T20:23:12.796Z | Downloaded thiserror-impl-no-std v2.0.2 |
1400 | 2024-02-12T20:23:12.799Z | Downloaded swrite v0.1.0 |
1401 | 2024-02-12T20:23:12.799Z | Downloaded strum_macros v0.25.2 |
1402 | 2024-02-12T20:23:12.799Z | Downloaded structmeta-derive v0.3.0 |
1403 | 2024-02-12T20:23:12.802Z | Downloaded similar-asserts v1.5.0 |
1404 | 2024-02-12T20:23:12.802Z | Downloaded base64ct v1.6.0 |
1405 | 2024-02-12T20:23:12.812Z | Downloaded indicatif v0.17.7 |
1406 | 2024-02-12T20:23:12.815Z | Downloaded structmeta-derive v0.2.0 |
1407 | 2024-02-12T20:23:12.815Z | Downloaded stable_deref_trait v1.2.0 |
1408 | 2024-02-12T20:23:12.815Z | Downloaded serde-hex v0.1.0 |
1409 | 2024-02-12T20:23:12.816Z | Downloaded lock_api v0.4.10 |
1410 | 2024-02-12T20:23:12.816Z | Downloaded bcs v0.1.6 |
1411 | 2024-02-12T20:23:12.816Z | Downloaded assert_cmd v2.0.13 |
1412 | 2024-02-12T20:23:12.816Z | Downloaded ansi_term v0.12.1 |
1413 | 2024-02-12T20:23:12.819Z | Downloaded slab v0.4.9 |
1414 | 2024-02-12T20:23:12.819Z | Downloaded shlex v1.3.0 |
1415 | 2024-02-12T20:23:12.819Z | Downloaded shell-words v1.1.0 |
1416 | 2024-02-12T20:23:12.819Z | Downloaded secrecy v0.8.0 |
1417 | 2024-02-12T20:23:12.824Z | Downloaded rusty-fork v0.3.0 |
1418 | 2024-02-12T20:23:12.824Z | Downloaded resolv-conf v0.7.0 |
1419 | 2024-02-12T20:23:12.828Z | Downloaded lru-cache v0.1.2 |
1420 | 2024-02-12T20:23:12.828Z | Downloaded crossbeam-deque v0.8.3 |
1421 | 2024-02-12T20:23:12.828Z | Downloaded memoffset v0.9.0 |
1422 | 2024-02-12T20:23:12.828Z | Downloaded crossbeam v0.8.2 |
1423 | 2024-02-12T20:23:12.828Z | Downloaded constant_time_eq v0.3.0 |
1424 | 2024-02-12T20:23:12.832Z | Downloaded http-body v0.4.5 |
1425 | 2024-02-12T20:23:12.832Z | Downloaded sha1 v0.10.6 |
1426 | 2024-02-12T20:23:12.832Z | Downloaded corncobs v0.1.3 |
1427 | 2024-02-12T20:23:12.835Z | Downloaded lru v0.12.1 |
1428 | 2024-02-12T20:23:12.835Z | Downloaded zone_cfg_derive v0.3.0 |
1429 | 2024-02-12T20:23:12.836Z | Downloaded rustversion v1.0.14 |
1430 | 2024-02-12T20:23:12.839Z | Downloaded keccak v0.1.4 |
1431 | 2024-02-12T20:23:12.839Z | Downloaded log v0.4.20 |
1432 | 2024-02-12T20:23:12.839Z | Downloaded async-trait v0.1.77 |
1433 | 2024-02-12T20:23:12.843Z | Downloaded csv-core v0.1.11 |
1434 | 2024-02-12T20:23:12.846Z | Downloaded array-init v0.0.4 |
1435 | 2024-02-12T20:23:12.846Z | Downloaded indoc v1.0.9 |
1436 | 2024-02-12T20:23:12.846Z | Downloaded console v0.15.8 |
1437 | 2024-02-12T20:23:12.850Z | Downloaded lazycell v1.3.0 |
1438 | 2024-02-12T20:23:12.850Z | Downloaded ciborium-ll v0.2.2 |
1439 | 2024-02-12T20:23:12.853Z | Downloaded httpdate v1.0.3 |
1440 | 2024-02-12T20:23:12.853Z | Downloaded lazy_static v1.4.0 |
1441 | 2024-02-12T20:23:12.853Z | Downloaded autocfg v1.1.0 |
1442 | 2024-02-12T20:23:12.856Z | Downloaded bitfield v0.14.0 |
1443 | 2024-02-12T20:23:12.857Z | Downloaded crc v3.0.1 |
1444 | 2024-02-12T20:23:12.857Z | Downloaded new_debug_unreachable v1.0.4 |
1445 | 2024-02-12T20:23:12.860Z | Downloaded libsw v3.3.1 |
1446 | 2024-02-12T20:23:12.860Z | Downloaded linear-map v1.2.0 |
1447 | 2024-02-12T20:23:12.860Z | Downloaded assert_matches v1.5.0 |
1448 | 2024-02-12T20:23:12.864Z | Downloaded adler v1.0.2 |
1449 | 2024-02-12T20:23:12.864Z | Downloaded approx v0.5.1 |
1450 | 2024-02-12T20:23:12.864Z | Downloaded bit-vec v0.6.3 |
1451 | 2024-02-12T20:23:12.874Z | Downloaded ascii-canvas v3.0.0 |
1452 | 2024-02-12T20:23:12.874Z | Downloaded anes v0.1.6 |
1453 | 2024-02-12T20:23:12.880Z | Downloaded aead v0.5.2 |
1454 | 2024-02-12T20:23:12.880Z | Downloaded crossbeam-queue v0.3.8 |
1455 | 2024-02-12T20:23:12.880Z | Downloaded linked-hash-map v0.5.6 |
1456 | 2024-02-12T20:23:12.880Z | Downloaded newline-converter v0.3.0 |
1457 | 2024-02-12T20:23:12.880Z | Downloaded memoffset v0.7.1 |
1458 | 2024-02-12T20:23:12.880Z | Downloaded indexmap v1.9.3 |
1459 | 2024-02-12T20:23:12.880Z | Downloaded crc-catalog v2.2.0 |
1460 | 2024-02-12T20:23:12.880Z | Downloaded cpufeatures v0.2.12 |
1461 | 2024-02-12T20:23:12.880Z | Downloaded cc v1.0.83 |
1462 | 2024-02-12T20:23:12.884Z | Downloaded compact_str v0.7.1 |
1463 | 2024-02-12T20:23:12.884Z | Downloaded colored v2.0.4 |
1464 | 2024-02-12T20:23:12.903Z | Downloaded cipher v0.4.4 |
1465 | 2024-02-12T20:23:12.903Z | Downloaded managed v0.8.0 |
1466 | 2024-02-12T20:23:12.903Z | Downloaded cfg-if v1.0.0 |
1467 | 2024-02-12T20:23:12.908Z | Downloaded schemars_derive v0.8.16 |
1468 | 2024-02-12T20:23:12.908Z | Downloaded libloading v0.7.4 |
1469 | 2024-02-12T20:23:12.908Z | Downloaded ciborium v0.2.2 |
1470 | 2024-02-12T20:23:12.908Z | Downloaded async-stream-impl v0.3.5 |
1471 | 2024-02-12T20:23:12.909Z | Downloaded argon2 v0.5.3 |
1472 | 2024-02-12T20:23:12.909Z | Downloaded convert_case v0.4.0 |
1473 | 2024-02-12T20:23:12.909Z | Downloaded rust-argon2 v1.0.1 |
1474 | 2024-02-12T20:23:12.909Z | Downloaded ident_case v1.0.1 |
1475 | 2024-02-12T20:23:12.909Z | Downloaded libefi-sys v0.1.0 |
1476 | 2024-02-12T20:23:12.909Z | Downloaded cobs v0.2.3 |
1477 | 2024-02-12T20:23:12.909Z | Downloaded cexpr v0.6.0 |
1478 | 2024-02-12T20:23:12.909Z | Downloaded hyper-util v0.1.2 |
1479 | 2024-02-12T20:23:12.909Z | Downloaded hyper-rustls v0.26.0 |
1480 | 2024-02-12T20:23:12.909Z | Downloaded kstat-rs v0.2.3 |
1481 | 2024-02-12T20:23:12.914Z | Downloaded num v0.4.1 |
1482 | 2024-02-12T20:23:12.914Z | Downloaded nu-ansi-term v0.49.0 |
1483 | 2024-02-12T20:23:12.914Z | Downloaded nibble_vec v0.1.0 |
1484 | 2024-02-12T20:23:12.914Z | Downloaded lalrpop-util v0.19.12 |
1485 | 2024-02-12T20:23:12.914Z | Downloaded impl-trait-for-tuples v0.2.2 |
1486 | 2024-02-12T20:23:12.918Z | Downloaded block-buffer v0.10.4 |
1487 | 2024-02-12T20:23:12.918Z | Downloaded bit-set v0.5.3 |
1488 | 2024-02-12T20:23:12.918Z | Downloaded inout v0.1.3 |
1489 | 2024-02-12T20:23:12.918Z | Downloaded const-oid v0.9.5 |
1490 | 2024-02-12T20:23:12.923Z | Downloaded hyper-staticfile v0.9.5 |
1491 | 2024-02-12T20:23:12.923Z | Downloaded chacha20 v0.9.1 |
1492 | 2024-02-12T20:23:12.934Z | Downloaded buf-list v1.0.3 |
1493 | 2024-02-12T20:23:13.473Z | Compiling serde v1.0.196 |
1494 | 2024-02-12T20:23:13.473Z | Compiling autocfg v1.1.0 |
1495 | 2024-02-12T20:23:13.473Z | Compiling version_check v0.9.4 |
1496 | 2024-02-12T20:23:13.478Z | Checking cfg-if v1.0.0 |
1497 | 2024-02-12T20:23:13.478Z | Compiling syn v1.0.109 |
1498 | 2024-02-12T20:23:13.535Z | Checking libc v0.2.153 |
1499 | 2024-02-12T20:23:13.556Z | Compiling syn v2.0.48 |
1500 | 2024-02-12T20:23:13.587Z | Compiling parking_lot_core v0.9.8 |
1501 | 2024-02-12T20:23:13.616Z | Compiling cc v1.0.83 |
1502 | 2024-02-12T20:23:14.096Z | Compiling memchr v2.6.3 |
1503 | 2024-02-12T20:23:14.170Z | Compiling once_cell v1.19.0 |
1504 | 2024-02-12T20:23:14.350Z | Compiling ahash v0.8.7 |
1505 | 2024-02-12T20:23:14.370Z | Compiling lock_api v0.4.10 |
1506 | 2024-02-12T20:23:14.650Z | Compiling libm v0.2.7 |
1507 | 2024-02-12T20:23:14.775Z | Compiling num-traits v0.2.16 |
1508 | 2024-02-12T20:23:14.827Z | Checking getrandom v0.2.10 |
1509 | 2024-02-12T20:23:15.438Z | Compiling byteorder v1.5.0 |
1510 | 2024-02-12T20:23:15.461Z | Compiling serde_json v1.0.113 |
1511 | 2024-02-12T20:23:15.495Z | Compiling log v0.4.20 |
1512 | 2024-02-12T20:23:15.502Z | Compiling slab v0.4.9 |
1513 | 2024-02-12T20:23:15.953Z | Compiling typenum v1.16.0 |
1514 | 2024-02-12T20:23:15.980Z | Checking scopeguard v1.2.0 |
1515 | 2024-02-12T20:23:16.132Z | Compiling generic-array v0.14.7 |
1516 | 2024-02-12T20:23:16.175Z | Checking itoa v1.0.9 |
1517 | 2024-02-12T20:23:16.293Z | Compiling pkg-config v0.3.27 |
1518 | 2024-02-12T20:23:16.491Z | Checking smallvec v1.13.1 |
1519 | 2024-02-12T20:23:16.794Z | Compiling allocator-api2 v0.2.16 |
1520 | 2024-02-12T20:23:16.825Z | Compiling rustix v0.38.31 |
1521 | 2024-02-12T20:23:16.860Z | Compiling ring v0.17.7 |
1522 | 2024-02-12T20:23:16.932Z | Compiling schemars v0.8.16 |
1523 | 2024-02-12T20:23:17.326Z | Compiling httparse v1.8.0 |
1524 | 2024-02-12T20:23:17.569Z | Compiling fnv v1.0.7 |
1525 | 2024-02-12T20:23:17.700Z | Compiling vcpkg v0.2.15 |
1526 | 2024-02-12T20:23:17.727Z | Compiling aho-corasick v1.0.4 |
1527 | 2024-02-12T20:23:17.780Z | Compiling regex-syntax v0.8.2 |
1528 | 2024-02-12T20:23:18.020Z | Checking parking_lot v0.12.1 |
1529 | 2024-02-12T20:23:18.432Z | Checking pin-project-lite v0.2.13 |
1530 | 2024-02-12T20:23:18.956Z | Compiling ucd-trie v0.1.6 |
1531 | 2024-02-12T20:23:19.830Z | Compiling openssl-sys v0.9.96 |
1532 | 2024-02-12T20:23:19.847Z | Compiling crossbeam-utils v0.8.16 |
1533 | 2024-02-12T20:23:21.123Z | Compiling regex-automata v0.4.4 |
1534 | 2024-02-12T20:23:21.277Z | Compiling serde_derive_internals v0.26.0 |
1535 | 2024-02-12T20:23:22.189Z | Compiling ring v0.16.20 |
1536 | 2024-02-12T20:23:28.533Z | Checking signal-hook-registry v1.4.1 |
1537 | 2024-02-12T20:23:28.666Z | Checking mio v0.8.9 |
1538 | 2024-02-12T20:23:28.666Z | Checking rand_core v0.6.4 |
1539 | 2024-02-12T20:23:28.667Z | Compiling openssl v0.10.60 |
1540 | 2024-02-12T20:23:28.667Z | Checking ryu v1.0.15 |
1541 | 2024-02-12T20:23:28.667Z | Compiling iana-time-zone v0.1.57 |
1542 | 2024-02-12T20:23:28.667Z | Checking num_cpus v1.16.0 |
1543 | 2024-02-12T20:23:28.667Z | Checking futures-core v0.3.30 |
1544 | 2024-02-12T20:23:28.667Z | Compiling rustls v0.21.9 |
1545 | 2024-02-12T20:23:28.667Z | Compiling native-tls v0.2.11 |
1546 | 2024-02-12T20:23:28.667Z | Checking socket2 v0.5.5 |
1547 | 2024-02-12T20:23:28.667Z | Compiling spin v0.5.2 |
1548 | 2024-02-12T20:23:28.667Z | Compiling regex v1.10.3 |
1549 | 2024-02-12T20:23:28.667Z | Compiling dyn-clone v1.0.16 |
1550 | 2024-02-12T20:23:28.667Z | Compiling memoffset v0.9.0 |
1551 | 2024-02-12T20:23:28.667Z | Compiling async-trait v0.1.77 |
1552 | 2024-02-12T20:23:28.735Z | Compiling slog v2.7.0 |
1553 | 2024-02-12T20:23:28.735Z | Compiling crossbeam-epoch v0.9.15 |
1554 | 2024-02-12T20:23:28.735Z | Compiling backtrace v0.3.69 |
1555 | 2024-02-12T20:23:28.736Z | Compiling errno v0.3.8 |
1556 | 2024-02-12T20:23:28.736Z | Compiling futures-sink v0.3.30 |
1557 | 2024-02-12T20:23:28.736Z | Compiling tinyvec_macros v0.1.1 |
1558 | 2024-02-12T20:23:28.736Z | Compiling either v1.9.0 |
1559 | 2024-02-12T20:23:28.736Z | Compiling crc32fast v1.3.2 |
1560 | 2024-02-12T20:23:28.736Z | Compiling unicode-xid v0.2.4 |
1561 | 2024-02-12T20:23:28.737Z | Compiling futures-channel v0.3.30 |
1562 | 2024-02-12T20:23:28.737Z | Compiling tinyvec v1.6.0 |
1563 | 2024-02-12T20:23:28.737Z | Compiling rustversion v1.0.14 |
1564 | 2024-02-12T20:23:28.737Z | Compiling futures-task v0.3.30 |
1565 | 2024-02-12T20:23:28.737Z | Compiling pin-utils v0.1.0 |
1566 | 2024-02-12T20:23:28.737Z | Compiling futures-io v0.3.30 |
1567 | 2024-02-12T20:23:28.737Z | Compiling unicode-width v0.1.11 |
1568 | 2024-02-12T20:23:28.737Z | Compiling anyhow v1.0.75 |
1569 | 2024-02-12T20:23:28.737Z | Compiling spin v0.9.8 |
1570 | 2024-02-12T20:23:28.737Z | Compiling tracing-core v0.1.31 |
1571 | 2024-02-12T20:23:28.737Z | Compiling serde_derive v1.0.196 |
1572 | 2024-02-12T20:23:28.737Z | Compiling zerocopy-derive v0.7.32 |
1573 | 2024-02-12T20:23:28.737Z | Compiling thiserror-impl v1.0.56 |
1574 | 2024-02-12T20:23:28.737Z | Compiling zeroize_derive v1.4.2 |
1575 | 2024-02-12T20:23:28.841Z | Compiling tokio-macros v2.2.0 |
1576 | 2024-02-12T20:23:29.026Z | Compiling futures-macro v0.3.30 |
1577 | 2024-02-12T20:23:29.637Z | Compiling tracing-attributes v0.1.26 |
1578 | 2024-02-12T20:23:30.403Z | Compiling schemars_derive v0.8.16 |
1579 | 2024-02-12T20:23:30.633Z | Compiling openssl-macros v0.1.1 |
1580 | 2024-02-12T20:23:30.901Z | Compiling zerocopy v0.7.32 |
1581 | 2024-02-12T20:23:31.012Z | Checking zeroize v1.7.0 |
1582 | 2024-02-12T20:23:31.759Z | Compiling futures-util v0.3.30 |
1583 | 2024-02-12T20:23:32.090Z | Compiling thiserror v1.0.56 |
1584 | 2024-02-12T20:23:32.222Z | Compiling pest v2.7.6 |
1585 | 2024-02-12T20:23:33.198Z | Compiling hashbrown v0.14.2 |
1586 | 2024-02-12T20:23:33.376Z | Compiling hashbrown v0.13.2 |
1587 | 2024-02-12T20:23:33.764Z | Compiling unicode-normalization v0.1.22 |
1588 | 2024-02-12T20:23:34.260Z | Compiling unicode-bidi v0.3.13 |
1589 | 2024-02-12T20:23:34.392Z | Compiling tracing v0.1.37 |
1590 | 2024-02-12T20:23:34.667Z | Compiling pest_meta v2.7.6 |
1591 | 2024-02-12T20:23:34.895Z | Compiling der_derive v0.7.2 |
1592 | 2024-02-12T20:23:35.933Z | Compiling num-integer v0.1.45 |
1593 | 2024-02-12T20:23:35.940Z | Checking subtle v2.5.0 |
1594 | 2024-02-12T20:23:36.475Z | Compiling pest_generator v2.7.6 |
1595 | 2024-02-12T20:23:36.481Z | Compiling lazy_static v1.4.0 |
1596 | 2024-02-12T20:23:37.996Z | Compiling time-core v0.1.1 |
1597 | 2024-02-12T20:23:38.156Z | Compiling untrusted v0.7.1 |
1598 | 2024-02-12T20:23:38.191Z | Compiling untrusted v0.9.0 |
1599 | 2024-02-12T20:23:38.209Z | Compiling percent-encoding v2.3.1 |
1600 | 2024-02-12T20:23:38.382Z | Compiling foreign-types-shared v0.1.1 |
1601 | 2024-02-12T20:23:38.489Z | Compiling foreign-types v0.3.2 |
1602 | 2024-02-12T20:23:38.584Z | Compiling time-macros v0.2.13 |
1603 | 2024-02-12T20:23:38.995Z | Compiling scroll_derive v0.12.0 |
1604 | 2024-02-12T20:23:40.016Z | Compiling pest_derive v2.7.6 |
1605 | 2024-02-12T20:23:40.704Z | Compiling synstructure v0.12.6 |
1606 | 2024-02-12T20:23:41.643Z | Compiling thread-id v4.2.0 |
1607 | 2024-02-12T20:23:41.753Z | Compiling try-lock v0.2.4 |
1608 | 2024-02-12T20:23:41.895Z | Compiling base64 v0.21.7 |
1609 | 2024-02-12T20:23:42.205Z | Compiling want v0.3.1 |
1610 | 2024-02-12T20:23:42.258Z | Compiling sct v0.7.0 |
1611 | 2024-02-12T20:23:42.338Z | Compiling rustls-webpki v0.101.7 |
1612 | 2024-02-12T20:23:42.475Z | Compiling form_urlencoded v1.2.1 |
1613 | 2024-02-12T20:23:42.560Z | Compiling socket2 v0.4.9 |
1614 | 2024-02-12T20:23:42.591Z | Compiling zerocopy-derive v0.2.0 |
1615 | 2024-02-12T20:23:42.655Z | Compiling openssl-probe v0.1.5 |
1616 | 2024-02-12T20:23:42.679Z | Checking bytes v1.5.0 |
1617 | 2024-02-12T20:23:42.991Z | Checking bitflags v2.4.0 |
1618 | 2024-02-12T20:23:43.192Z | Compiling tower-service v0.3.2 |
1619 | 2024-02-12T20:23:43.360Z | Compiling httpdate v1.0.3 |
1620 | 2024-02-12T20:23:43.488Z | Checking tokio v1.36.0 |
1621 | 2024-02-12T20:23:43.629Z | Compiling const-oid v0.9.5 |
1622 | 2024-02-12T20:23:44.139Z | Compiling indexmap v2.2.2 |
1623 | 2024-02-12T20:23:44.535Z | Compiling uuid v1.7.0 |
1624 | 2024-02-12T20:23:44.725Z | Compiling chrono v0.4.31 |
1625 | 2024-02-12T20:23:44.734Z | Compiling semver v1.0.21 |
1626 | 2024-02-12T20:23:45.461Z | Compiling http v0.2.11 |
1627 | 2024-02-12T20:23:45.569Z | Compiling serde_spanned v0.6.5 |
1628 | 2024-02-12T20:23:45.587Z | Compiling toml_datetime v0.6.5 |
1629 | 2024-02-12T20:23:45.785Z | Compiling openapiv3 v2.0.0 |
1630 | 2024-02-12T20:23:46.062Z | Compiling rustc_version v0.4.0 |
1631 | 2024-02-12T20:23:46.147Z | Compiling toml_edit v0.19.15 |
1632 | 2024-02-12T20:23:48.756Z | Compiling http-body v0.4.5 |
1633 | 2024-02-12T20:23:50.367Z | Compiling idna v0.5.0 |
1634 | 2024-02-12T20:23:50.990Z | Compiling adler v1.0.2 |
1635 | 2024-02-12T20:23:51.213Z | Compiling url v2.5.0 |
1636 | 2024-02-12T20:23:52.007Z | Compiling miniz_oxide v0.7.1 |
1637 | 2024-02-12T20:23:52.224Z | Compiling ipnet v2.9.0 |
1638 | 2024-02-12T20:23:52.815Z | Compiling signal-hook v0.3.17 |
1639 | 2024-02-12T20:23:53.145Z | Compiling serde_urlencoded v0.7.1 |
1640 | 2024-02-12T20:23:53.202Z | Compiling rustls-pemfile v1.0.3 |
1641 | 2024-02-12T20:23:53.605Z | Compiling crypto-common v0.1.6 |
1642 | 2024-02-12T20:23:53.661Z | Compiling tokio-util v0.7.10 |
1643 | 2024-02-12T20:23:53.722Z | Compiling zerocopy-derive v0.6.4 |
1644 | 2024-02-12T20:23:53.817Z | Compiling clap_derive v4.4.2 |
1645 | 2024-02-12T20:23:54.176Z | Compiling tokio-rustls v0.24.1 |
1646 | 2024-02-12T20:23:54.435Z | Compiling tokio-native-tls v0.3.1 |
1647 | 2024-02-12T20:23:54.569Z | Compiling usdt-impl v0.3.5 |
1648 | 2024-02-12T20:23:54.709Z | Compiling encoding_rs v0.8.33 |
1649 | 2024-02-12T20:23:54.930Z | Compiling h2 v0.3.24 |
1650 | 2024-02-12T20:23:55.285Z | Compiling siphasher v0.3.11 |
1651 | 2024-02-12T20:23:55.701Z | Compiling webpki-roots v0.25.2 |
1652 | 2024-02-12T20:23:56.290Z | Compiling mime v0.3.17 |
1653 | 2024-02-12T20:23:56.704Z | Compiling gimli v0.28.0 |
1654 | 2024-02-12T20:23:56.704Z | Compiling zerocopy v0.3.0 |
1655 | 2024-02-12T20:23:56.705Z | Compiling scroll v0.12.0 |
1656 | 2024-02-12T20:23:57.027Z | Compiling block-buffer v0.10.4 |
1657 | 2024-02-12T20:23:57.291Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1658 | 2024-02-12T20:23:57.513Z | Compiling object v0.32.1 |
1659 | 2024-02-12T20:23:57.791Z | Compiling num-iter v0.1.43 |
1660 | 2024-02-12T20:23:58.124Z | Compiling usdt-impl v0.5.0 |
1661 | 2024-02-12T20:23:58.511Z | Checking equivalent v1.0.1 |
1662 | 2024-02-12T20:23:58.629Z | Compiling rustc-demangle v0.1.23 |
1663 | 2024-02-12T20:23:59.376Z | Compiling plain v0.2.3 |
1664 | 2024-02-12T20:23:59.556Z | Compiling goblin v0.8.0 |
1665 | 2024-02-12T20:24:00.826Z | Compiling addr2line v0.21.0 |
1666 | 2024-02-12T20:24:01.257Z | Compiling flate2 v1.0.28 |
1667 | 2024-02-12T20:24:01.443Z | Compiling digest v0.10.7 |
1668 | 2024-02-12T20:24:01.604Z | Compiling dof v0.1.5 |
1669 | 2024-02-12T20:24:01.810Z | Compiling heapless v0.7.16 |
1670 | 2024-02-12T20:24:01.952Z | Compiling hyper v0.14.27 |
1671 | 2024-02-12T20:24:01.992Z | Compiling dtrace-parser v0.1.14 |
1672 | 2024-02-12T20:24:02.226Z | Compiling futures-executor v0.3.30 |
1673 | 2024-02-12T20:24:03.167Z | Compiling pretty-hex v0.4.1 |
1674 | 2024-02-12T20:24:03.167Z | Compiling ppv-lite86 v0.2.17 |
1675 | 2024-02-12T20:24:03.385Z | Compiling futures v0.3.30 |
1676 | 2024-02-12T20:24:03.579Z | Compiling rand_chacha v0.3.1 |
1677 | 2024-02-12T20:24:03.611Z | Compiling toml v0.7.8 |
1678 | 2024-02-12T20:24:04.617Z | Compiling toml_edit v0.21.1 |
1679 | 2024-02-12T20:24:04.782Z | Compiling hex v0.4.3 |
1680 | 2024-02-12T20:24:05.405Z | Compiling dof v0.3.0 |
1681 | 2024-02-12T20:24:05.426Z | Compiling serde_tokenstream v0.1.7 |
1682 | 2024-02-12T20:24:05.952Z | Compiling dtrace-parser v0.2.0 |
1683 | 2024-02-12T20:24:06.043Z | Compiling strum_macros v0.25.2 |
1684 | 2024-02-12T20:24:07.314Z | Compiling bit-vec v0.6.3 |
1685 | 2024-02-12T20:24:07.814Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1686 | 2024-02-12T20:24:08.040Z | Compiling rand v0.8.5 |
1687 | 2024-02-12T20:24:08.793Z | Compiling phf_shared v0.10.0 |
1688 | 2024-02-12T20:24:09.187Z | Compiling hyper-tls v0.5.0 |
1689 | 2024-02-12T20:24:09.210Z | Compiling hyper-rustls v0.24.2 |
1690 | 2024-02-12T20:24:09.530Z | Compiling reqwest v0.11.22 |
1691 | 2024-02-12T20:24:09.533Z | Compiling num-bigint v0.4.4 |
1692 | 2024-02-12T20:24:09.563Z | Compiling new_debug_unreachable v1.0.4 |
1693 | 2024-02-12T20:24:09.650Z | Compiling smoltcp v0.9.1 |
1694 | 2024-02-12T20:24:10.393Z | Compiling precomputed-hash v0.1.1 |
1695 | 2024-02-12T20:24:10.410Z | Compiling minimal-lexical v0.2.1 |
1696 | 2024-02-12T20:24:10.416Z | Compiling fixedbitset v0.4.2 |
1697 | 2024-02-12T20:24:10.438Z | Compiling base64ct v1.6.0 |
1698 | 2024-02-12T20:24:10.478Z | Compiling string_cache v0.8.7 |
1699 | 2024-02-12T20:24:10.862Z | Compiling nom v7.1.3 |
1700 | 2024-02-12T20:24:10.882Z | Compiling petgraph v0.6.4 |
1701 | 2024-02-12T20:24:10.902Z | Compiling pem-rfc7468 v0.7.0 |
1702 | 2024-02-12T20:24:10.940Z | Compiling bit-set v0.5.3 |
1703 | 2024-02-12T20:24:11.064Z | Compiling usdt-macro v0.3.5 |
1704 | 2024-02-12T20:24:11.210Z | Compiling usdt-attr-macro v0.3.5 |
1705 | 2024-02-12T20:24:11.659Z | Compiling hmac v0.12.1 |
1706 | 2024-02-12T20:24:12.445Z | Compiling hubpack_derive v0.1.1 |
1707 | 2024-02-12T20:24:12.469Z | Compiling enum-as-inner v0.5.1 |
1708 | 2024-02-12T20:24:12.537Z | Compiling itertools v0.10.5 |
1709 | 2024-02-12T20:24:12.775Z | Compiling diesel_table_macro_syntax v0.1.0 |
1710 | 2024-02-12T20:24:13.163Z | Compiling lalrpop-util v0.19.12 |
1711 | 2024-02-12T20:24:13.438Z | Compiling flagset v0.4.3 |
1712 | 2024-02-12T20:24:13.589Z | Compiling unicode-segmentation v1.10.1 |
1713 | 2024-02-12T20:24:13.633Z | Compiling der v0.7.8 |
1714 | 2024-02-12T20:24:14.035Z | Compiling diesel_derives v2.1.2 |
1715 | 2024-02-12T20:24:14.481Z | Compiling cpufeatures v0.2.12 |
1716 | 2024-02-12T20:24:14.573Z | Compiling sha2 v0.10.8 |
1717 | 2024-02-12T20:24:14.720Z | Compiling rustix v0.37.23 |
1718 | 2024-02-12T20:24:15.153Z | Compiling md-5 v0.10.5 |
1719 | 2024-02-12T20:24:15.574Z | Compiling stringprep v0.1.3 |
1720 | 2024-02-12T20:24:16.199Z | Compiling spki v0.7.2 |
1721 | 2024-02-12T20:24:16.226Z | Compiling serde_repr v0.1.16 |
1722 | 2024-02-12T20:24:16.292Z | Compiling hash32 v0.2.1 |
1723 | 2024-02-12T20:24:16.570Z | Checking unicode-ident v1.0.12 |
1724 | 2024-02-12T20:24:16.600Z | Compiling fallible-iterator v0.2.0 |
1725 | 2024-02-12T20:24:16.723Z | Compiling stable_deref_trait v1.2.0 |
1726 | 2024-02-12T20:24:17.083Z | Compiling pkcs8 v0.10.2 |
1727 | 2024-02-12T20:24:17.119Z | Compiling terminal_size v0.2.6 |
1728 | 2024-02-12T20:24:17.303Z | Compiling postgres-protocol v0.6.6 |
1729 | 2024-02-12T20:24:17.618Z | Compiling phf_shared v0.11.2 |
1730 | 2024-02-12T20:24:17.686Z | Compiling ff v0.13.0 |
1731 | 2024-02-12T20:24:17.985Z | Compiling block-padding v0.3.3 |
1732 | 2024-02-12T20:24:18.000Z | Compiling scheduled-thread-pool v0.2.7 |
1733 | 2024-02-12T20:24:18.244Z | Compiling num_threads v0.1.6 |
1734 | 2024-02-12T20:24:18.409Z | Compiling managed v0.8.0 |
1735 | 2024-02-12T20:24:18.447Z | Compiling base16ct v0.2.0 |
1736 | 2024-02-12T20:24:18.604Z | Compiling regex-automata v0.1.10 |
1737 | 2024-02-12T20:24:18.661Z | Compiling matches v0.1.10 |
1738 | 2024-02-12T20:24:18.667Z | Compiling deranged v0.3.8 |
1739 | 2024-02-12T20:24:18.741Z | Compiling idna v0.2.3 |
1740 | 2024-02-12T20:24:18.784Z | Compiling clap_builder v4.4.2 |
1741 | 2024-02-12T20:24:19.096Z | Compiling bstr v0.2.17 |
1742 | 2024-02-12T20:24:19.402Z | Compiling sec1 v0.7.3 |
1743 | 2024-02-12T20:24:19.990Z | Compiling r2d2 v0.8.10 |
1744 | 2024-02-12T20:24:20.360Z | Compiling inout v0.1.3 |
1745 | 2024-02-12T20:24:20.389Z | Compiling postgres-types v0.2.6 |
1746 | 2024-02-12T20:24:20.557Z | Compiling time v0.3.27 |
1747 | 2024-02-12T20:24:20.584Z | Compiling signal-hook-mio v0.2.3 |
1748 | 2024-02-12T20:24:20.630Z | Compiling phf v0.11.2 |
1749 | 2024-02-12T20:24:20.727Z | Compiling group v0.13.0 |
1750 | 2024-02-12T20:24:20.900Z | Compiling bzip2 v0.4.4 |
1751 | 2024-02-12T20:24:21.160Z | Compiling hubpack v0.1.2 |
1752 | 2024-02-12T20:24:21.289Z | Compiling hkdf v0.12.4 |
1753 | 2024-02-12T20:24:21.630Z | Compiling zerocopy v0.6.4 |
1754 | 2024-02-12T20:24:21.902Z | Compiling ipnetwork v0.20.0 |
1755 | 2024-02-12T20:24:21.986Z | Compiling crypto-bigint v0.5.2 |
1756 | 2024-02-12T20:24:22.486Z | Compiling float-cmp v0.9.0 |
1757 | 2024-02-12T20:24:22.724Z | Compiling static_assertions v1.1.0 |
1758 | 2024-02-12T20:24:22.828Z | Compiling regex-automata v0.3.8 |
1759 | 2024-02-12T20:24:22.880Z | Compiling normalize-line-endings v0.3.0 |
1760 | 2024-02-12T20:24:23.000Z | Compiling whoami v1.4.1 |
1761 | 2024-02-12T20:24:23.651Z | Compiling data-encoding v2.4.0 |
1762 | 2024-02-12T20:24:25.233Z | Compiling predicates-core v1.0.6 |
1763 | 2024-02-12T20:24:25.511Z | Compiling difflib v0.4.0 |
1764 | 2024-02-12T20:24:25.535Z | Checking bitflags v1.3.2 |
1765 | 2024-02-12T20:24:25.590Z | Compiling bstr v1.6.0 |
1766 | 2024-02-12T20:24:25.623Z | Compiling trust-dns-proto v0.22.0 |
1767 | 2024-02-12T20:24:26.021Z | Compiling predicates v3.1.0 |
1768 | 2024-02-12T20:24:26.151Z | Compiling yasna v0.5.2 |
1769 | 2024-02-12T20:24:27.205Z | Compiling elliptic-curve v0.13.8 |
1770 | 2024-02-12T20:24:27.223Z | Compiling tokio-postgres v0.7.10 |
1771 | 2024-02-12T20:24:27.777Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1772 | 2024-02-12T20:24:28.033Z | Compiling clap v4.4.3 |
1773 | 2024-02-12T20:24:28.143Z | Compiling zip v0.6.6 |
1774 | 2024-02-12T20:24:28.201Z | Compiling crossterm v0.27.0 |
1775 | 2024-02-12T20:24:28.924Z | Compiling cipher v0.4.4 |
1776 | 2024-02-12T20:24:29.451Z | Compiling similar v2.3.0 |
1777 | 2024-02-12T20:24:29.806Z | Checking proc-macro2 v1.0.78 |
1778 | 2024-02-12T20:24:30.660Z | Compiling usdt v0.3.5 |
1779 | 2024-02-12T20:24:30.731Z | Compiling diesel v2.1.4 |
1780 | 2024-02-12T20:24:30.950Z | Compiling tokio-stream v0.1.14 |
1781 | 2024-02-12T20:24:31.944Z | Compiling console v0.15.8 |
1782 | 2024-02-12T20:24:32.300Z | Checking quote v1.0.35 |
1783 | 2024-02-12T20:24:35.455Z | Checking utf8parse v0.2.1 |
1784 | 2024-02-12T20:24:37.355Z | Checking anstyle v1.0.2 |
1785 | 2024-02-12T20:24:38.427Z | Compiling serde_tokenstream v0.2.0 |
1786 | 2024-02-12T20:24:38.948Z | Checking io-lifetimes v1.0.11 |
1787 | 2024-02-12T20:24:44.597Z | Checking anstyle-parse v0.2.1 |
1788 | 2024-02-12T20:24:44.597Z | Checking anstyle-query v1.0.0 |
1789 | 2024-02-12T20:24:44.597Z | Checking colorchoice v1.0.0 |
1790 | 2024-02-12T20:24:44.598Z | Checking anstream v0.5.0 |
1791 | 2024-02-12T20:24:44.598Z | Checking clap_lex v0.5.1 |
1792 | 2024-02-12T20:24:44.598Z | Checking strsim v0.10.0 |
1793 | 2024-02-12T20:24:44.598Z | Checking winnow v0.5.15 |
1794 | 2024-02-12T20:24:49.367Z | Compiling regress v0.7.1 |
1795 | 2024-02-12T20:24:52.842Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1796 | 2024-02-12T20:24:59.550Z | Compiling getopts v0.2.21 |
1797 | 2024-02-12T20:24:59.833Z | Compiling unsafe-libyaml v0.2.10 |
1798 | 2024-02-12T20:25:00.102Z | Checking heck v0.4.1 |
1799 | 2024-02-12T20:25:00.926Z | Checking camino v1.1.6 |
1800 | 2024-02-12T20:25:01.495Z | Compiling serde_yaml v0.9.25 |
1801 | 2024-02-12T20:25:01.767Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1802 | 2024-02-12T20:25:01.906Z | Compiling ident_case v1.0.1 |
1803 | 2024-02-12T20:25:02.077Z | Checking match_cfg v0.1.0 |
1804 | 2024-02-12T20:25:02.094Z | Checking rustls-pki-types v1.1.0 |
1805 | 2024-02-12T20:25:02.110Z | Checking fastrand v2.0.1 |
1806 | 2024-02-12T20:25:02.165Z | Checking hostname v0.3.1 |
1807 | 2024-02-12T20:25:02.294Z | Checking http v1.0.0 |
1808 | 2024-02-12T20:25:02.419Z | Checking tempfile v3.10.0 |
1809 | 2024-02-12T20:25:02.481Z | Checking atty v0.2.14 |
1810 | 2024-02-12T20:25:02.593Z | Checking quick-error v1.2.3 |
1811 | 2024-02-12T20:25:02.728Z | Compiling paste v1.0.14 |
1812 | 2024-02-12T20:25:02.753Z | Checking crossbeam-channel v0.5.8 |
1813 | 2024-02-12T20:25:03.333Z | Checking sha1 v0.10.6 |
1814 | 2024-02-12T20:25:03.493Z | Checking dirs-sys-next v0.1.2 |
1815 | 2024-02-12T20:25:03.602Z | Compiling rustls v0.22.2 |
1816 | 2024-02-12T20:25:03.670Z | Checking dirs-next v2.0.0 |
1817 | 2024-02-12T20:25:03.798Z | Checking rustls-webpki v0.102.1 |
1818 | 2024-02-12T20:25:03.929Z | Checking thread_local v1.1.7 |
1819 | 2024-02-12T20:25:04.214Z | Checking instant v0.1.12 |
1820 | 2024-02-12T20:25:04.331Z | Compiling slog-async v2.8.0 |
1821 | 2024-02-12T20:25:04.926Z | Checking term v0.7.0 |
1822 | 2024-02-12T20:25:04.946Z | Checking rustls-pemfile v2.0.0 |
1823 | 2024-02-12T20:25:05.170Z | Compiling multer v3.0.0 |
1824 | 2024-02-12T20:25:05.351Z | Checking debug-ignore v1.0.5 |
1825 | 2024-02-12T20:25:05.439Z | Checking take_mut v0.2.2 |
1826 | 2024-02-12T20:25:05.475Z | Checking slog-term v2.9.0 |
1827 | 2024-02-12T20:25:05.564Z | Compiling darling_core v0.20.3 |
1828 | 2024-02-12T20:25:05.750Z | Checking slog-json v2.6.1 |
1829 | 2024-02-12T20:25:05.882Z | Compiling async-stream-impl v0.3.5 |
1830 | 2024-02-12T20:25:05.932Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1831 | 2024-02-12T20:25:06.005Z | Checking atomic-waker v1.1.1 |
1832 | 2024-02-12T20:25:06.136Z | Checking waitgroup v0.1.2 |
1833 | 2024-02-12T20:25:06.275Z | Checking slog-bunyan v2.5.0 |
1834 | 2024-02-12T20:25:06.438Z | Checking toml v0.8.9 |
1835 | 2024-02-12T20:25:06.720Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1836 | 2024-02-12T20:25:07.231Z | Checking serde_path_to_error v0.1.15 |
1837 | 2024-02-12T20:25:07.341Z | Checking async-stream v0.3.5 |
1838 | 2024-02-12T20:25:07.536Z | Checking wait-timeout v0.2.0 |
1839 | 2024-02-12T20:25:07.702Z | Checking strum v0.25.0 |
1840 | 2024-02-12T20:25:07.853Z | Compiling structmeta-derive v0.3.0 |
1841 | 2024-02-12T20:25:07.861Z | Checking rusty-fork v0.3.0 |
1842 | 2024-02-12T20:25:08.143Z | Compiling structmeta-derive v0.2.0 |
1843 | 2024-02-12T20:25:08.298Z | Checking tokio-rustls v0.25.0 |
1844 | 2024-02-12T20:25:08.690Z | Checking rand_xorshift v0.3.0 |
1845 | 2024-02-12T20:25:08.855Z | Checking unarray v0.1.4 |
1846 | 2024-02-12T20:25:09.005Z | Checking proptest v1.4.0 |
1847 | 2024-02-12T20:25:11.089Z | Compiling structmeta v0.3.0 |
1848 | 2024-02-12T20:25:11.362Z | Compiling structmeta v0.2.0 |
1849 | 2024-02-12T20:25:11.510Z | Compiling parse-display-derive v0.9.0 |
1850 | 2024-02-12T20:25:11.806Z | Checking backoff v0.4.0 |
1851 | 2024-02-12T20:25:11.866Z | Compiling darling_macro v0.20.3 |
1852 | 2024-02-12T20:25:12.103Z | Compiling test-strategy v0.3.1 |
1853 | 2024-02-12T20:25:12.160Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1854 | 2024-02-12T20:25:12.749Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1855 | 2024-02-12T20:25:12.972Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1856 | 2024-02-12T20:25:12.990Z | Compiling darling v0.20.3 |
1857 | 2024-02-12T20:25:13.102Z | Compiling serde_with_macros v3.6.0 |
1858 | 2024-02-12T20:25:13.118Z | Checking macaddr v1.0.1 |
1859 | 2024-02-12T20:25:13.237Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1860 | 2024-02-12T20:25:13.358Z | Checking camino-tempfile v1.1.1 |
1861 | 2024-02-12T20:25:13.476Z | Checking is-terminal v0.4.9 |
1862 | 2024-02-12T20:25:13.595Z | Compiling proc-macro-error-attr v1.0.4 |
1863 | 2024-02-12T20:25:13.635Z | Compiling proc-macro-error v1.0.4 |
1864 | 2024-02-12T20:25:14.106Z | Compiling proc-macro-crate v1.3.1 |
1865 | 2024-02-12T20:25:14.129Z | Compiling heapless v0.8.0 |
1866 | 2024-02-12T20:25:14.711Z | Checking termtree v0.4.1 |
1867 | 2024-02-12T20:25:14.908Z | Checking predicates-tree v1.0.9 |
1868 | 2024-02-12T20:25:15.232Z | Compiling num_enum_derive v0.5.11 |
1869 | 2024-02-12T20:25:15.357Z | Checking hash32 v0.3.1 |
1870 | 2024-02-12T20:25:15.539Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1871 | 2024-02-12T20:25:15.616Z | Compiling smoltcp v0.11.0 |
1872 | 2024-02-12T20:25:16.339Z | Checking embedded-io v0.4.0 |
1873 | 2024-02-12T20:25:16.433Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1874 | 2024-02-12T20:25:16.461Z | Checking serde_with v3.6.0 |
1875 | 2024-02-12T20:25:16.523Z | Checking parse-display v0.9.0 |
1876 | 2024-02-12T20:25:16.543Z | Checking cobs v0.2.3 |
1877 | 2024-02-12T20:25:16.717Z | Compiling crucible-workspace-hack v0.1.0 |
1878 | 2024-02-12T20:25:16.721Z | Checking postcard v1.0.8 |
1879 | 2024-02-12T20:25:16.769Z | Compiling foreign-types-macros v0.2.3 |
1880 | 2024-02-12T20:25:17.029Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1881 | 2024-02-12T20:25:17.382Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1882 | 2024-02-12T20:25:17.416Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1883 | 2024-02-12T20:25:17.467Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1884 | 2024-02-12T20:25:17.604Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1885 | 2024-02-12T20:25:17.679Z | Checking foreign-types-shared v0.3.1 |
1886 | 2024-02-12T20:25:18.101Z | Checking foreign-types v0.5.0 |
1887 | 2024-02-12T20:25:18.130Z | Checking num_enum v0.5.11 |
1888 | 2024-02-12T20:25:18.221Z | Compiling usdt-attr-macro v0.5.0 |
1889 | 2024-02-12T20:25:18.263Z | Compiling usdt-macro v0.5.0 |
1890 | 2024-02-12T20:25:18.277Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1891 | 2024-02-12T20:25:19.310Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1892 | 2024-02-12T20:25:19.669Z | Checking cstr-argument v0.1.2 |
1893 | 2024-02-12T20:25:19.809Z | Checking memmap v0.7.0 |
1894 | 2024-02-12T20:25:19.911Z | Checking pretty-hex v0.2.1 |
1895 | 2024-02-12T20:25:19.990Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1896 | 2024-02-12T20:25:20.050Z | Checking usdt v0.5.0 |
1897 | 2024-02-12T20:25:20.060Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1898 | 2024-02-12T20:25:20.064Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1899 | 2024-02-12T20:25:20.116Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1900 | 2024-02-12T20:25:20.307Z | Checking colored v2.0.4 |
1901 | 2024-02-12T20:25:20.320Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1902 | 2024-02-12T20:25:20.323Z | Compiling zone_cfg_derive v0.3.0 |
1903 | 2024-02-12T20:25:20.365Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1904 | 2024-02-12T20:25:20.404Z | Compiling mockall_derive v0.12.0 |
1905 | 2024-02-12T20:25:20.532Z | Compiling num-derive v0.4.0 |
1906 | 2024-02-12T20:25:20.703Z | Checking downcast v0.11.0 |
1907 | 2024-02-12T20:25:20.914Z | Checking fragile v2.0.0 |
1908 | 2024-02-12T20:25:21.158Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1909 | 2024-02-12T20:25:21.389Z | Checking smf v0.2.2 |
1910 | 2024-02-12T20:25:21.474Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1911 | 2024-02-12T20:25:21.847Z | Checking filetime v0.2.23 |
1912 | 2024-02-12T20:25:21.931Z | Checking zone v0.3.0 |
1913 | 2024-02-12T20:25:22.049Z | Checking xattr v1.0.1 |
1914 | 2024-02-12T20:25:22.220Z | Checking same-file v1.0.6 |
1915 | 2024-02-12T20:25:22.375Z | Checking tar v0.4.40 |
1916 | 2024-02-12T20:25:22.390Z | Checking walkdir v2.4.0 |
1917 | 2024-02-12T20:25:22.664Z | Compiling rayon-core v1.12.0 |
1918 | 2024-02-12T20:25:22.704Z | Checking pem v3.0.2 |
1919 | 2024-02-12T20:25:22.934Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1920 | 2024-02-12T20:25:22.938Z | Checking linked-hash-map v0.5.6 |
1921 | 2024-02-12T20:25:22.964Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1922 | 2024-02-12T20:25:23.002Z | Checking itertools v0.12.1 |
1923 | 2024-02-12T20:25:23.086Z | Checking headers-core v0.2.0 |
1924 | 2024-02-12T20:25:23.201Z | Checking swrite v0.1.0 |
1925 | 2024-02-12T20:25:23.223Z | Checking headers v0.3.9 |
1926 | 2024-02-12T20:25:23.264Z | Checking lru-cache v0.1.2 |
1927 | 2024-02-12T20:25:23.310Z | Checking password-hash v0.5.0 |
1928 | 2024-02-12T20:25:23.403Z | Checking blake2 v0.10.6 |
1929 | 2024-02-12T20:25:23.492Z | Checking rcgen v0.12.1 |
1930 | 2024-02-12T20:25:23.773Z | Checking atomicwrites v0.4.3 |
1931 | 2024-02-12T20:25:23.890Z | Checking argon2 v0.5.3 |
1932 | 2024-02-12T20:25:23.976Z | Checking subprocess v0.2.9 |
1933 | 2024-02-12T20:25:24.185Z | Checking arc-swap v1.6.0 |
1934 | 2024-02-12T20:25:24.411Z | Compiling cancel-safe-futures v0.1.5 |
1935 | 2024-02-12T20:25:24.504Z | Checking half v2.3.1 |
1936 | 2024-02-12T20:25:24.508Z | Checking ciborium-io v0.2.2 |
1937 | 2024-02-12T20:25:24.618Z | Checking slog-scope v4.4.0 |
1938 | 2024-02-12T20:25:24.634Z | Checking resolv-conf v0.7.0 |
1939 | 2024-02-12T20:25:24.819Z | Checking slog-stdlog v4.1.1 |
1940 | 2024-02-12T20:25:24.968Z | Checking slog-envlogger v2.2.0 |
1941 | 2024-02-12T20:25:24.972Z | Checking ciborium-ll v0.2.2 |
1942 | 2024-02-12T20:25:24.999Z | Checking trust-dns-resolver v0.22.0 |
1943 | 2024-02-12T20:25:25.174Z | Checking libsw v3.3.1 |
1944 | 2024-02-12T20:25:25.247Z | Compiling derive-where v1.2.7 |
1945 | 2024-02-12T20:25:25.278Z | Checking ciborium v0.2.2 |
1946 | 2024-02-12T20:25:25.426Z | Checking owo-colors v4.0.0 |
1947 | 2024-02-12T20:25:25.744Z | Checking linear-map v1.2.0 |
1948 | 2024-02-12T20:25:25.889Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1949 | 2024-02-12T20:25:26.066Z | Checking textwrap v0.11.0 |
1950 | 2024-02-12T20:25:26.288Z | Compiling heck v0.3.3 |
1951 | 2024-02-12T20:25:26.321Z | Compiling blake3 v1.5.0 |
1952 | 2024-02-12T20:25:26.534Z | Compiling libefi-sys v0.1.0 |
1953 | 2024-02-12T20:25:26.693Z | Checking ansi_term v0.12.1 |
1954 | 2024-02-12T20:25:26.844Z | Checking strsim v0.8.0 |
1955 | 2024-02-12T20:25:26.917Z | Checking vec_map v0.8.2 |
1956 | 2024-02-12T20:25:27.052Z | Compiling structopt-derive v0.4.18 |
1957 | 2024-02-12T20:25:27.176Z | Checking clap v2.34.0 |
1958 | 2024-02-12T20:25:27.287Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1959 | 2024-02-12T20:25:27.368Z | Compiling slog-dtrace v0.3.0 |
1960 | 2024-02-12T20:25:28.008Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1961 | 2024-02-12T20:25:28.148Z | Checking termcolor v1.2.0 |
1962 | 2024-02-12T20:25:28.313Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1963 | 2024-02-12T20:25:28.584Z | Checking nibble_vec v0.1.0 |
1964 | 2024-02-12T20:25:28.785Z | Checking gethostname v0.4.3 |
1965 | 2024-02-12T20:25:28.870Z | Checking mockall v0.12.0 |
1966 | 2024-02-12T20:25:28.913Z | Checking endian-type v0.1.2 |
1967 | 2024-02-12T20:25:28.928Z | Compiling radium v0.7.0 |
1968 | 2024-02-12T20:25:29.030Z | Compiling maybe-uninit v2.0.0 |
1969 | 2024-02-12T20:25:29.093Z | Checking tap v1.0.1 |
1970 | 2024-02-12T20:25:29.114Z | Checking radix_trie v0.2.1 |
1971 | 2024-02-12T20:25:29.258Z | Checking wyz v0.5.1 |
1972 | 2024-02-12T20:25:29.534Z | Checking fxhash v0.2.1 |
1973 | 2024-02-12T20:25:29.637Z | Checking crc-catalog v2.2.0 |
1974 | 2024-02-12T20:25:29.651Z | Compiling semver v0.1.20 |
1975 | 2024-02-12T20:25:29.692Z | Compiling num-bigint-dig v0.8.4 |
1976 | 2024-02-12T20:25:29.757Z | Checking funty v2.0.0 |
1977 | 2024-02-12T20:25:29.814Z | Compiling packed_struct v0.10.1 |
1978 | 2024-02-12T20:25:30.003Z | Compiling rustc_version v0.1.7 |
1979 | 2024-02-12T20:25:30.043Z | Checking crc v3.0.1 |
1980 | 2024-02-12T20:25:30.105Z | Checking structopt v0.3.26 |
1981 | 2024-02-12T20:25:30.287Z | Compiling packed_struct_codegen v0.10.1 |
1982 | 2024-02-12T20:25:30.300Z | Compiling indexmap v1.9.3 |
1983 | 2024-02-12T20:25:30.314Z | Checking nodrop v0.1.14 |
1984 | 2024-02-12T20:25:30.416Z | Checking array-init v0.0.4 |
1985 | 2024-02-12T20:25:30.472Z | Checking smallvec v0.6.14 |
1986 | 2024-02-12T20:25:30.484Z | Compiling newtype_derive v0.1.6 |
1987 | 2024-02-12T20:25:30.805Z | Checking pkcs1 v0.7.5 |
1988 | 2024-02-12T20:25:30.829Z | Checking signature v2.1.0 |
1989 | 2024-02-12T20:25:30.891Z | Checking bitvec v1.0.1 |
1990 | 2024-02-12T20:25:31.005Z | Compiling crossbeam-deque v0.8.3 |
1991 | 2024-02-12T20:25:31.340Z | Checking hashbrown v0.12.3 |
1992 | 2024-02-12T20:25:31.419Z | Checking bitfield v0.14.0 |
1993 | 2024-02-12T20:25:31.692Z | Checking serde-hex v0.1.0 |
1994 | 2024-02-12T20:25:32.666Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1995 | 2024-02-12T20:25:32.673Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1996 | 2024-02-12T20:25:32.858Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1997 | 2024-02-12T20:25:32.932Z | Checking rsa v0.9.2 |
1998 | 2024-02-12T20:25:33.504Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1999 | 2024-02-12T20:25:33.744Z | Checking env_logger v0.10.0 |
2000 | 2024-02-12T20:25:33.826Z | Checking x509-cert v0.2.4 |
2001 | 2024-02-12T20:25:33.904Z | Checking ron v0.8.1 |
2002 | 2024-02-12T20:25:34.177Z | Compiling semver-parser v0.10.2 |
2003 | 2024-02-12T20:25:35.046Z | Compiling num-rational v0.4.1 |
2004 | 2024-02-12T20:25:35.229Z | Checking crc-any v2.4.3 |
2005 | 2024-02-12T20:25:35.465Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2006 | 2024-02-12T20:25:35.559Z | Compiling semver v0.11.0 |
2007 | 2024-02-12T20:25:35.626Z | Compiling rayon v1.8.0 |
2008 | 2024-02-12T20:25:35.812Z | Checking object v0.30.4 |
2009 | 2024-02-12T20:25:36.704Z | Compiling memmap2 v0.7.1 |
2010 | 2024-02-12T20:25:36.762Z | Compiling arrayvec v0.7.4 |
2011 | 2024-02-12T20:25:36.994Z | Checking path-slash v0.1.5 |
2012 | 2024-02-12T20:25:37.129Z | Compiling constant_time_eq v0.3.0 |
2013 | 2024-02-12T20:25:37.169Z | Compiling arrayref v0.3.7 |
2014 | 2024-02-12T20:25:37.178Z | Compiling home v0.5.5 |
2015 | 2024-02-12T20:25:37.408Z | Compiling toolchain_find v0.2.0 |
2016 | 2024-02-12T20:25:37.694Z | Checking steno v0.4.0 |
2017 | 2024-02-12T20:25:37.853Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2018 | 2024-02-12T20:25:38.015Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2019 | 2024-02-12T20:25:38.404Z | Compiling toml v0.5.11 |
2020 | 2024-02-12T20:25:38.807Z | Checking num-complex v0.4.4 |
2021 | 2024-02-12T20:25:39.374Z | Compiling topological-sort v0.2.2 |
2022 | 2024-02-12T20:25:39.590Z | Compiling convert_case v0.4.0 |
2023 | 2024-02-12T20:25:39.746Z | Checking num v0.4.1 |
2024 | 2024-02-12T20:25:39.843Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2025 | 2024-02-12T20:25:40.434Z | Compiling rustfmt-wrapper v0.2.0 |
2026 | 2024-02-12T20:25:40.556Z | Compiling derive_more v0.99.17 |
2027 | 2024-02-12T20:25:41.080Z | Compiling omicron-zone-package v0.11.0 |
2028 | 2024-02-12T20:25:41.148Z | Checking newline-converter v0.3.0 |
2029 | 2024-02-12T20:25:41.838Z | Checking expectorate v1.1.0 |
2030 | 2024-02-12T20:25:42.009Z | Checking utf-8 v0.7.6 |
2031 | 2024-02-12T20:25:42.182Z | Checking tungstenite v0.20.1 |
2032 | 2024-02-12T20:25:42.363Z | Compiling buf-list v1.0.3 |
2033 | 2024-02-12T20:25:42.399Z | Checking display-error-chain v0.2.0 |
2034 | 2024-02-12T20:25:42.533Z | Compiling parking_lot_core v0.8.6 |
2035 | 2024-02-12T20:25:43.097Z | Checking tokio-tungstenite v0.20.1 |
2036 | 2024-02-12T20:25:43.118Z | Checking keccak v0.1.4 |
2037 | 2024-02-12T20:25:43.389Z | Checking parking_lot v0.11.2 |
2038 | 2024-02-12T20:25:43.409Z | Checking sha3 v0.10.8 |
2039 | 2024-02-12T20:25:43.438Z | Checking trust-dns-client v0.22.0 |
2040 | 2024-02-12T20:25:43.750Z | Checking secrecy v0.8.0 |
2041 | 2024-02-12T20:25:43.808Z | Compiling pin-project-internal v1.1.3 |
2042 | 2024-02-12T20:25:43.970Z | Compiling doc-comment v0.3.3 |
2043 | 2024-02-12T20:25:44.725Z | Checking sled v0.34.7 |
2044 | 2024-02-12T20:25:44.827Z | Checking glob v0.3.1 |
2045 | 2024-02-12T20:25:45.035Z | Checking trust-dns-server v0.22.1 |
2046 | 2024-02-12T20:25:45.134Z | Compiling vte_generate_state_changes v0.1.1 |
2047 | 2024-02-12T20:25:45.390Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2048 | 2024-02-12T20:25:45.612Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2049 | 2024-02-12T20:25:45.822Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2050 | 2024-02-12T20:25:46.976Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2051 | 2024-02-12T20:25:47.290Z | Checking pin-project v1.1.3 |
2052 | 2024-02-12T20:25:47.419Z | Checking vte v0.11.1 |
2053 | 2024-02-12T20:25:47.698Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2054 | 2024-02-12T20:25:47.706Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2055 | 2024-02-12T20:25:47.873Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2056 | 2024-02-12T20:25:48.886Z | Compiling unicase v2.7.0 |
2057 | 2024-02-12T20:25:49.241Z | Compiling platforms v3.0.2 |
2058 | 2024-02-12T20:25:50.316Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2059 | 2024-02-12T20:25:50.328Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2060 | 2024-02-12T20:25:50.328Z | Checking strip-ansi-escapes v0.2.0 |
2061 | 2024-02-12T20:25:50.328Z | Checking fd-lock v3.0.13 |
2062 | 2024-02-12T20:25:50.329Z | Compiling snafu-derive v0.7.5 |
2063 | 2024-02-12T20:25:50.329Z | Compiling fs-err v2.11.0 |
2064 | 2024-02-12T20:25:50.329Z | Checking nu-ansi-term v0.49.0 |
2065 | 2024-02-12T20:25:50.329Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2066 | 2024-02-12T20:25:50.350Z | Checking reedline v0.28.0 |
2067 | 2024-02-12T20:25:50.925Z | Checking globset v0.4.13 |
2068 | 2024-02-12T20:25:51.424Z | Checking olpc-cjson v0.1.3 |
2069 | 2024-02-12T20:25:51.457Z | Checking serde_plain v1.0.2 |
2070 | 2024-02-12T20:25:51.639Z | Compiling async-recursion v1.0.5 |
2071 | 2024-02-12T20:25:51.694Z | Checking typed-path v0.7.0 |
2072 | 2024-02-12T20:25:52.778Z | Compiling curve25519-dalek v4.1.1 |
2073 | 2024-02-12T20:25:53.614Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2074 | 2024-02-12T20:25:53.623Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2075 | 2024-02-12T20:25:53.804Z | Compiling memoffset v0.7.1 |
2076 | 2024-02-12T20:25:54.154Z | Checking parse-size v1.0.0 |
2077 | 2024-02-12T20:25:54.454Z | Compiling mime_guess v2.0.4 |
2078 | 2024-02-12T20:25:54.875Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2079 | 2024-02-12T20:25:54.879Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2080 | 2024-02-12T20:25:55.850Z | Checking snafu v0.7.5 |
2081 | 2024-02-12T20:25:56.348Z | Checking tough v0.16.0 |
2082 | 2024-02-12T20:25:56.488Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2083 | 2024-02-12T20:25:56.894Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2084 | 2024-02-12T20:25:57.218Z | Checking universal-hash v0.5.1 |
2085 | 2024-02-12T20:25:57.410Z | Compiling thiserror-impl-no-std v2.0.2 |
2086 | 2024-02-12T20:25:57.756Z | Compiling curve25519-dalek-derive v0.1.0 |
2087 | 2024-02-12T20:25:59.437Z | Checking opaque-debug v0.3.0 |
2088 | 2024-02-12T20:25:59.528Z | Checking poly1305 v0.8.0 |
2089 | 2024-02-12T20:25:59.615Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2090 | 2024-02-12T20:26:00.001Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2091 | 2024-02-12T20:26:00.975Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2092 | 2024-02-12T20:26:01.325Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2093 | 2024-02-12T20:26:01.916Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2094 | 2024-02-12T20:26:01.936Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2095 | 2024-02-12T20:26:02.937Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2096 | 2024-02-12T20:26:03.329Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2097 | 2024-02-12T20:26:04.421Z | Checking thiserror-no-std v2.0.2 |
2098 | 2024-02-12T20:26:06.178Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2099 | 2024-02-12T20:26:06.332Z | Checking chacha20 v0.9.1 |
2100 | 2024-02-12T20:26:06.348Z | Checking aead v0.5.2 |
2101 | 2024-02-12T20:26:06.507Z | Checking kstat-rs v0.2.3 |
2102 | 2024-02-12T20:26:06.575Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2103 | 2024-02-12T20:26:06.672Z | Compiling salty v0.2.0 |
2104 | 2024-02-12T20:26:06.822Z | Checking signature v1.6.4 |
2105 | 2024-02-12T20:26:06.960Z | Checking ed25519 v1.5.3 |
2106 | 2024-02-12T20:26:07.184Z | Checking chacha20poly1305 v0.10.1 |
2107 | 2024-02-12T20:26:07.383Z | Checking vsss-rs v3.3.4 |
2108 | 2024-02-12T20:26:07.975Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2109 | 2024-02-12T20:26:07.990Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2110 | 2024-02-12T20:26:08.253Z | Checking serde-big-array v0.5.1 |
2111 | 2024-02-12T20:26:08.578Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2112 | 2024-02-12T20:26:09.621Z | Checking bytecount v0.6.3 |
2113 | 2024-02-12T20:26:09.780Z | Checking papergrid v0.11.0 |
2114 | 2024-02-12T20:26:11.244Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2115 | 2024-02-12T20:26:11.454Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2116 | 2024-02-12T20:26:11.572Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2117 | 2024-02-12T20:26:11.818Z | Compiling tabled_derive v0.7.0 |
2118 | 2024-02-12T20:26:12.578Z | Checking signal-hook-tokio v0.3.1 |
2119 | 2024-02-12T20:26:12.762Z | Checking fd-lock v4.0.2 |
2120 | 2024-02-12T20:26:12.944Z | Checking nix v0.27.1 |
2121 | 2024-02-12T20:26:13.002Z | Checking serde-big-array v0.4.1 |
2122 | 2024-02-12T20:26:13.178Z | Compiling sqlparser_derive v0.2.2 |
2123 | 2024-02-12T20:26:14.067Z | Checking unicode_categories v0.1.1 |
2124 | 2024-02-12T20:26:14.362Z | Checking humantime v2.1.0 |
2125 | 2024-02-12T20:26:14.518Z | Compiling prettyplease v0.2.16 |
2126 | 2024-02-12T20:26:14.533Z | Checking tabled v0.15.0 |
2127 | 2024-02-12T20:26:14.626Z | Checking sqlparser v0.43.1 |
2128 | 2024-02-12T20:26:14.860Z | Checking sqlformat v0.2.3 |
2129 | 2024-02-12T20:26:15.667Z | Checking rustyline v13.0.0 |
2130 | 2024-02-12T20:26:16.297Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2131 | 2024-02-12T20:26:16.650Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2132 | 2024-02-12T20:26:17.274Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2133 | 2024-02-12T20:26:17.394Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2134 | 2024-02-12T20:26:17.561Z | Checking bcs v0.1.6 |
2135 | 2024-02-12T20:26:18.043Z | Checking highway v1.1.0 |
2136 | 2024-02-12T20:26:18.464Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2137 | 2024-02-12T20:26:18.927Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2138 | 2024-02-12T20:26:19.080Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2139 | 2024-02-12T20:26:20.435Z | Checking corncobs v0.1.3 |
2140 | 2024-02-12T20:26:20.616Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2141 | 2024-02-12T20:26:20.817Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2142 | 2024-02-12T20:26:21.702Z | Checking http-range v0.1.5 |
2143 | 2024-02-12T20:26:21.877Z | Compiling crunchy v0.2.2 |
2144 | 2024-02-12T20:26:22.282Z | Checking hyper-staticfile v0.9.5 |
2145 | 2024-02-12T20:26:22.369Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2146 | 2024-02-12T20:26:22.865Z | Compiling clang-sys v1.6.1 |
2147 | 2024-02-12T20:26:22.872Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2148 | 2024-02-12T20:26:22.872Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2149 | 2024-02-12T20:26:22.872Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2150 | 2024-02-12T20:26:23.022Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2151 | 2024-02-12T20:26:23.165Z | Compiling tiny-keccak v2.0.2 |
2152 | 2024-02-12T20:26:23.636Z | Compiling darling_core v0.14.4 |
2153 | 2024-02-12T20:26:23.648Z | Checking assert_matches v1.5.0 |
2154 | 2024-02-12T20:26:23.741Z | Compiling portable-atomic v1.4.3 |
2155 | 2024-02-12T20:26:24.879Z | Compiling ascii-canvas v3.0.0 |
2156 | 2024-02-12T20:26:25.467Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2157 | 2024-02-12T20:26:25.520Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2158 | 2024-02-12T20:26:25.717Z | Compiling ena v0.14.2 |
2159 | 2024-02-12T20:26:26.128Z | Compiling libloading v0.7.4 |
2160 | 2024-02-12T20:26:26.536Z | Compiling regex-syntax v0.6.29 |
2161 | 2024-02-12T20:26:26.692Z | Compiling diff v0.1.13 |
2162 | 2024-02-12T20:26:26.723Z | Compiling bindgen v0.69.2 |
2163 | 2024-02-12T20:26:28.473Z | Compiling cexpr v0.6.0 |
2164 | 2024-02-12T20:26:28.503Z | Compiling which v4.4.0 |
2165 | 2024-02-12T20:26:29.141Z | Compiling ref-cast v1.0.20 |
2166 | 2024-02-12T20:26:29.664Z | Compiling darling_macro v0.14.4 |
2167 | 2024-02-12T20:26:29.688Z | Compiling rustc-hash v1.1.0 |
2168 | 2024-02-12T20:26:29.836Z | Compiling lalrpop v0.19.12 |
2169 | 2024-02-12T20:26:30.180Z | Checking number_prefix v0.4.0 |
2170 | 2024-02-12T20:26:30.612Z | Compiling peeking_take_while v0.1.2 |
2171 | 2024-02-12T20:26:30.612Z | Checking maplit v1.0.2 |
2172 | 2024-02-12T20:26:30.624Z | Compiling shlex v1.3.0 |
2173 | 2024-02-12T20:26:30.671Z | Compiling lazycell v1.3.0 |
2174 | 2024-02-12T20:26:30.766Z | Compiling darling v0.14.4 |
2175 | 2024-02-12T20:26:30.886Z | Compiling derive_builder_core v0.12.0 |
2176 | 2024-02-12T20:26:31.000Z | Checking indicatif v0.17.7 |
2177 | 2024-02-12T20:26:31.080Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2178 | 2024-02-12T20:26:31.407Z | Compiling ref-cast-impl v1.0.20 |
2179 | 2024-02-12T20:26:31.786Z | Compiling libxml v0.3.3 |
2180 | 2024-02-12T20:26:32.224Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2181 | 2024-02-12T20:26:32.736Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2182 | 2024-02-12T20:26:32.807Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2183 | 2024-02-12T20:26:33.162Z | Compiling strum_macros v0.24.3 |
2184 | 2024-02-12T20:26:33.171Z | Compiling cookie v0.18.0 |
2185 | 2024-02-12T20:26:33.382Z | Compiling derive_builder_macro v0.12.0 |
2186 | 2024-02-12T20:26:33.510Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2187 | 2024-02-12T20:26:33.862Z | Compiling indoc v1.0.9 |
2188 | 2024-02-12T20:26:34.329Z | Checking derive_builder v0.12.0 |
2189 | 2024-02-12T20:26:34.974Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2190 | 2024-02-12T20:26:35.304Z | Checking bb8 v0.8.3 |
2191 | 2024-02-12T20:26:35.756Z | Checking quick-xml v0.30.0 |
2192 | 2024-02-12T20:26:36.402Z | Checking castaway v0.2.2 |
2193 | 2024-02-12T20:26:36.411Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2194 | 2024-02-12T20:26:36.834Z | Compiling strum_macros v0.26.1 |
2195 | 2024-02-12T20:26:37.051Z | Compiling impl-trait-for-tuples v0.2.2 |
2196 | 2024-02-12T20:26:37.194Z | Compiling oso-derive v0.27.0 |
2197 | 2024-02-12T20:26:38.365Z | Checking compact_str v0.7.1 |
2198 | 2024-02-12T20:26:39.190Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2199 | 2024-02-12T20:26:40.407Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2200 | 2024-02-12T20:26:40.653Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2201 | 2024-02-12T20:26:41.811Z | Checking lru v0.12.1 |
2202 | 2024-02-12T20:26:42.110Z | Compiling stability v0.1.1 |
2203 | 2024-02-12T20:26:42.129Z | Checking strum v0.26.1 |
2204 | 2024-02-12T20:26:42.284Z | Compiling indoc v2.0.3 |
2205 | 2024-02-12T20:26:42.459Z | Checking cassowary v0.3.0 |
2206 | 2024-02-12T20:26:42.876Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2207 | 2024-02-12T20:26:43.178Z | Checking smawk v0.3.1 |
2208 | 2024-02-12T20:26:43.377Z | Checking unicode-linebreak v0.1.5 |
2209 | 2024-02-12T20:26:43.422Z | Checking ratatui v0.26.0 |
2210 | 2024-02-12T20:26:43.822Z | Checking textwrap v0.16.0 |
2211 | 2024-02-12T20:26:44.195Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2212 | 2024-02-12T20:26:44.517Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2213 | 2024-02-12T20:26:44.926Z | Checking is_ci v1.1.1 |
2214 | 2024-02-12T20:26:45.048Z | Checking supports-color v2.1.0 |
2215 | 2024-02-12T20:26:45.214Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2216 | 2024-02-12T20:26:45.250Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2217 | 2024-02-12T20:26:45.604Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2218 | 2024-02-12T20:26:46.522Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2219 | 2024-02-12T20:26:46.569Z | Checking rtoolbox v0.0.1 |
2220 | 2024-02-12T20:26:46.772Z | Checking rpassword v7.3.1 |
2221 | 2024-02-12T20:26:46.866Z | Checking tui-tree-widget v0.17.0 |
2222 | 2024-02-12T20:26:46.917Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2223 | 2024-02-12T20:26:47.180Z | Checking fatfs v0.3.6 |
2224 | 2024-02-12T20:26:48.197Z | Checking shell-words v1.1.0 |
2225 | 2024-02-12T20:26:48.338Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2226 | 2024-02-12T20:26:48.596Z | Checking yansi v0.5.1 |
2227 | 2024-02-12T20:26:48.892Z | Checking pretty_assertions v1.4.0 |
2228 | 2024-02-12T20:26:49.265Z | Compiling target-lexicon v0.12.13 |
2229 | 2024-02-12T20:26:49.519Z | Compiling guppy-workspace-hack v0.1.0 |
2230 | 2024-02-12T20:26:49.621Z | Checking plotters-backend v0.3.5 |
2231 | 2024-02-12T20:26:49.858Z | Checking http-body v1.0.0 |
2232 | 2024-02-12T20:26:49.972Z | Checking plotters-svg v0.3.5 |
2233 | 2024-02-12T20:26:50.050Z | Checking rand v0.4.6 |
2234 | 2024-02-12T20:26:50.205Z | Checking remove_dir_all v0.5.3 |
2235 | 2024-02-12T20:26:50.303Z | Compiling target-spec v3.1.0 |
2236 | 2024-02-12T20:26:50.807Z | Checking tower-layer v0.3.2 |
2237 | 2024-02-12T20:26:50.925Z | Checking cast v0.3.0 |
2238 | 2024-02-12T20:26:51.084Z | Checking tempdir v0.3.7 |
2239 | 2024-02-12T20:26:51.089Z | Checking tower v0.4.13 |
2240 | 2024-02-12T20:26:51.227Z | Checking criterion-plot v0.5.0 |
2241 | 2024-02-12T20:26:51.267Z | Checking cfg-expr v0.15.6 |
2242 | 2024-02-12T20:26:51.702Z | Checking plotters v0.3.5 |
2243 | 2024-02-12T20:26:51.922Z | Checking hyper v1.1.0 |
2244 | 2024-02-12T20:26:52.166Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2245 | 2024-02-12T20:26:53.150Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2246 | 2024-02-12T20:26:53.202Z | Checking tinytemplate v1.2.1 |
2247 | 2024-02-12T20:26:53.375Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2248 | 2024-02-12T20:26:53.408Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2249 | 2024-02-12T20:26:53.583Z | Checking cargo-platform v0.1.3 |
2250 | 2024-02-12T20:26:54.163Z | Checking oorandom v11.1.3 |
2251 | 2024-02-12T20:26:54.315Z | Checking anes v0.1.6 |
2252 | 2024-02-12T20:26:54.357Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2253 | 2024-02-12T20:26:54.691Z | Checking criterion v0.5.1 |
2254 | 2024-02-12T20:26:55.342Z | Checking cargo_metadata v0.18.1 |
2255 | 2024-02-12T20:26:55.758Z | Checking hyper-util v0.1.2 |
2256 | 2024-02-12T20:26:56.947Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2257 | 2024-02-12T20:26:57.329Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2258 | 2024-02-12T20:26:57.427Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2259 | 2024-02-12T20:26:57.621Z | Checking assert_cmd v2.0.13 |
2260 | 2024-02-12T20:26:58.066Z | Checking rustls-native-certs v0.7.0 |
2261 | 2024-02-12T20:26:58.221Z | Checking pathdiff v0.2.1 |
2262 | 2024-02-12T20:26:58.617Z | Checking nested v0.1.1 |
2263 | 2024-02-12T20:26:58.826Z | Checking guppy v0.17.5 |
2264 | 2024-02-12T20:27:02.676Z | Checking hyper-rustls v0.26.0 |
2265 | 2024-02-12T20:27:03.009Z | Checking httptest v0.15.5 |
2266 | 2024-02-12T20:27:03.059Z | Checking threadpool v1.8.1 |
2267 | 2024-02-12T20:27:03.258Z | Checking nanorand v0.7.0 |
2268 | 2024-02-12T20:27:03.646Z | Checking libtest-mimic v0.6.1 |
2269 | 2024-02-12T20:27:03.661Z | Checking flume v0.11.0 |
2270 | 2024-02-12T20:27:04.209Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2271 | 2024-02-12T20:27:04.213Z | Checking similar-asserts v1.5.0 |
2272 | 2024-02-12T20:27:04.213Z | Compiling rstest_macros v0.18.2 |
2273 | 2024-02-12T20:27:04.276Z | Compiling crossbeam-queue v0.3.8 |
2274 | 2024-02-12T20:27:04.849Z | Checking datatest-stable v0.2.3 |
2275 | 2024-02-12T20:27:04.872Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2276 | 2024-02-12T20:27:05.064Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2277 | 2024-02-12T20:27:05.913Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2278 | 2024-02-12T20:27:06.071Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2279 | 2024-02-12T20:27:06.432Z | Checking csv-core v0.1.11 |
2280 | 2024-02-12T20:27:06.649Z | Checking constant_time_eq v0.2.6 |
2281 | 2024-02-12T20:27:06.757Z | Compiling relative-path v1.9.0 |
2282 | 2024-02-12T20:27:06.791Z | Compiling trybuild v1.0.89 |
2283 | 2024-02-12T20:27:06.972Z | Checking blake2b_simd v1.0.1 |
2284 | 2024-02-12T20:27:07.249Z | Checking csv v1.3.0 |
2285 | 2024-02-12T20:27:07.952Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2286 | 2024-02-12T20:27:08.106Z | Checking multimap v0.8.3 |
2287 | 2024-02-12T20:27:08.378Z | Checking basic-toml v0.1.8 |
2288 | 2024-02-12T20:27:09.227Z | Checking futures-timer v3.0.2 |
2289 | 2024-02-12T20:27:10.957Z | Checking crossbeam v0.8.2 |
2290 | 2024-02-12T20:27:11.067Z | Checking rust-argon2 v1.0.1 |
2291 | 2024-02-12T20:27:12.552Z | Checking partial-io v0.5.4 |
2292 | 2024-02-12T20:27:12.928Z | Checking approx v0.5.1 |
2293 | 2024-02-12T20:27:13.170Z | Checking termios v0.3.3 |
2294 | 2024-02-12T20:27:13.380Z | Checking hex-literal v0.4.1 |
2295 | 2024-02-12T20:27:17.698Z | Checking rstest v0.18.2 |
2296 | 2024-02-12T20:27:19.020Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2297 | 2024-02-12T20:27:22.512Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2298 | 2024-02-12T20:28:04.523Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2299 | 2024-02-12T20:28:07.124Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2300 | 2024-02-12T20:28:08.306Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2301 | 2024-02-12T20:28:09.243Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2302 | 2024-02-12T20:28:16.334Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2303 | 2024-02-12T20:28:32.701Z | Compiling polar-core v0.27.0 |
2304 | 2024-02-12T20:28:38.384Z | Checking oso v0.27.0 |
2305 | 2024-02-12T20:29:03.734Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2306 | 2024-02-12T20:30:02.937Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 52s |
2307 | 2024-02-12T20:30:03.116Z | |
2308 | 2024-02-12T20:30:03.120Z | real 7:34.731513952 |
2309 | 2024-02-12T20:30:03.120Z | user 39:41.634941419 |
2310 | 2024-02-12T20:30:03.121Z | sys 6:40.545837364 |
2311 | 2024-02-12T20:30:03.121Z | trap 1.067170346 |
2312 | 2024-02-12T20:30:03.121Z | tflt 4.113133787 |
2313 | 2024-02-12T20:30:03.121Z | dflt 3.085990026 |
2314 | 2024-02-12T20:30:03.121Z | kflt 0.051993934 |
2315 | 2024-02-12T20:30:03.121Z | lock 1:01:04.935906285 |
2316 | 2024-02-12T20:30:03.128Z | slp 2:01:21.820160559 |
2317 | 2024-02-12T20:30:03.128Z | lat 1:43.176190967 |
2318 | 2024-02-12T20:30:03.128Z | stop 4:04.860114120 |
2319 | 2024-02-12T20:30:03.928Z | warning: output filename collision. |
2320 | 2024-02-12T20:30:03.928Z | 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)`. |
2321 | 2024-02-12T20:30:03.928Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2322 | 2024-02-12T20:30:03.928Z | The targets should have unique names. |
2323 | 2024-02-12T20:30:03.928Z | This is a known bug where multiple crates with the same name use |
2324 | 2024-02-12T20:30:03.928Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2325 | 2024-02-12T20:30:03.933Z | warning: output filename collision. |
2326 | 2024-02-12T20:30:03.933Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2327 | 2024-02-12T20:30:03.933Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2328 | 2024-02-12T20:30:03.933Z | The targets should have unique names. |
2329 | 2024-02-12T20:30:03.933Z | This is a known bug where multiple crates with the same name use |
2330 | 2024-02-12T20:30:03.933Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2331 | 2024-02-12T20:30:03.933Z | warning: output filename collision. |
2332 | 2024-02-12T20:30:03.933Z | 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)`. |
2333 | 2024-02-12T20:30:03.933Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2334 | 2024-02-12T20:30:03.933Z | The targets should have unique names. |
2335 | 2024-02-12T20:30:03.933Z | This is a known bug where multiple crates with the same name use |
2336 | 2024-02-12T20:30:03.933Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2337 | 2024-02-12T20:30:03.934Z | warning: output filename collision. |
2338 | 2024-02-12T20:30:03.934Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2339 | 2024-02-12T20:30:03.934Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2340 | 2024-02-12T20:30:03.934Z | The targets should have unique names. |
2341 | 2024-02-12T20:30:03.934Z | This is a known bug where multiple crates with the same name use |
2342 | 2024-02-12T20:30:03.934Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2343 | 2024-02-12T20:30:03.934Z | warning: output filename collision. |
2344 | 2024-02-12T20:30:03.934Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2345 | 2024-02-12T20:30:03.934Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2346 | 2024-02-12T20:30:03.934Z | The targets should have unique names. |
2347 | 2024-02-12T20:30:03.934Z | This is a known bug where multiple crates with the same name use |
2348 | 2024-02-12T20:30:03.934Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2349 | 2024-02-12T20:30:03.934Z | warning: output filename collision. |
2350 | 2024-02-12T20:30:03.934Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2351 | 2024-02-12T20:30:03.934Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2352 | 2024-02-12T20:30:03.934Z | The targets should have unique names. |
2353 | 2024-02-12T20:30:03.934Z | This is a known bug where multiple crates with the same name use |
2354 | 2024-02-12T20:30:03.934Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2355 | 2024-02-12T20:30:03.934Z | warning: output filename collision. |
2356 | 2024-02-12T20:30:03.934Z | 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)`. |
2357 | 2024-02-12T20:30:03.934Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2358 | 2024-02-12T20:30:03.934Z | The targets should have unique names. |
2359 | 2024-02-12T20:30:03.934Z | This is a known bug where multiple crates with the same name use |
2360 | 2024-02-12T20:30:03.934Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2361 | 2024-02-12T20:30:04.345Z | Documenting libc v0.2.153 |
2362 | 2024-02-12T20:30:04.384Z | Documenting cfg-if v1.0.0 |
2363 | 2024-02-12T20:30:04.401Z | Documenting serde_derive v1.0.196 |
2364 | 2024-02-12T20:30:04.417Z | Documenting log v0.4.20 |
2365 | 2024-02-12T20:30:04.432Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2366 | 2024-02-12T20:30:04.447Z | Documenting memchr v2.6.3 |
2367 | 2024-02-12T20:30:04.457Z | Documenting scopeguard v1.2.0 |
2368 | 2024-02-12T20:30:04.470Z | Documenting byteorder v1.5.0 |
2369 | 2024-02-12T20:30:04.738Z | Documenting smallvec v1.13.1 |
2370 | 2024-02-12T20:30:07.071Z | Documenting itoa v1.0.9 |
2371 | 2024-02-12T20:30:07.240Z | Documenting lock_api v0.4.10 |
2372 | 2024-02-12T20:30:07.897Z | Documenting zeroize_derive v1.4.2 |
2373 | 2024-02-12T20:30:08.503Z | Documenting getrandom v0.2.10 |
2374 | 2024-02-12T20:30:08.804Z | Documenting parking_lot_core v0.9.8 |
2375 | 2024-02-12T20:30:08.837Z | Documenting once_cell v1.19.0 |
2376 | 2024-02-12T20:30:09.032Z | Documenting pin-project-lite v0.2.13 |
2377 | 2024-02-12T20:30:09.963Z | Documenting libm v0.2.7 |
2378 | 2024-02-12T20:30:10.249Z | Documenting signal-hook-registry v1.4.1 |
2379 | 2024-02-12T20:30:10.733Z | Documenting serde v1.0.196 |
2380 | 2024-02-12T20:30:11.821Z | Documenting mio v0.8.9 |
2381 | 2024-02-12T20:30:12.234Z | Documenting rand_core v0.6.4 |
2382 | 2024-02-12T20:30:12.640Z | Documenting parking_lot v0.12.1 |
2383 | 2024-02-12T20:30:13.170Z | Documenting num-traits v0.2.16 |
2384 | 2024-02-12T20:30:13.234Z | Documenting futures-core v0.3.30 |
2385 | 2024-02-12T20:30:13.363Z | Documenting zeroize v1.7.0 |
2386 | 2024-02-12T20:30:14.340Z | Documenting thiserror-impl v1.0.56 |
2387 | 2024-02-12T20:30:15.943Z | Documenting socket2 v0.5.5 |
2388 | 2024-02-12T20:30:16.093Z | Documenting num_cpus v1.16.0 |
2389 | 2024-02-12T20:30:16.536Z | Documenting tokio-macros v2.2.0 |
2390 | 2024-02-12T20:30:16.839Z | Documenting ryu v1.0.15 |
2391 | 2024-02-12T20:30:17.252Z | Documenting typenum v1.16.0 |
2392 | 2024-02-12T20:30:17.895Z | Documenting subtle v2.5.0 |
2393 | 2024-02-12T20:30:19.059Z | Documenting thiserror v1.0.56 |
2394 | 2024-02-12T20:30:19.645Z | Documenting zerocopy v0.7.32 |
2395 | 2024-02-12T20:30:19.864Z | Documenting futures-sink v0.3.30 |
2396 | 2024-02-12T20:30:19.964Z | Documenting pin-utils v0.1.0 |
2397 | 2024-02-12T20:30:20.988Z | Documenting slab v0.4.9 |
2398 | 2024-02-12T20:30:21.817Z | Documenting futures-macro v0.3.30 |
2399 | 2024-02-12T20:30:22.756Z | Documenting const-oid v0.9.5 |
2400 | 2024-02-12T20:30:23.534Z | Documenting futures-channel v0.3.30 |
2401 | 2024-02-12T20:30:24.965Z | Documenting futures-task v0.3.30 |
2402 | 2024-02-12T20:30:25.578Z | Documenting futures-io v0.3.30 |
2403 | 2024-02-12T20:30:26.710Z | Documenting iana-time-zone v0.1.57 |
2404 | 2024-02-12T20:30:27.175Z | Documenting ahash v0.8.7 |
2405 | 2024-02-12T20:30:27.627Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2406 | 2024-02-12T20:30:28.470Z | Documenting tinyvec_macros v0.1.1 |
2407 | 2024-02-12T20:30:28.804Z | Documenting allocator-api2 v0.2.16 |
2408 | 2024-02-12T20:30:29.076Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2409 | 2024-02-12T20:30:29.621Z | Documenting futures-util v0.3.30 |
2410 | 2024-02-12T20:30:30.655Z | Documenting tracing-core v0.1.31 |
2411 | 2024-02-12T20:30:31.606Z | Documenting tinyvec v1.6.0 |
2412 | 2024-02-12T20:30:32.101Z | Documenting tracing-attributes v0.1.26 |
2413 | 2024-02-12T20:30:32.291Z | Documenting bytes v1.5.0 |
2414 | 2024-02-12T20:30:32.380Z | Documenting bitflags v2.4.0 |
2415 | 2024-02-12T20:30:35.110Z | Documenting serde_json v1.0.113 |
2416 | 2024-02-12T20:30:36.466Z | Documenting chrono v0.4.31 |
2417 | 2024-02-12T20:30:37.370Z | Documenting tokio v1.36.0 |
2418 | 2024-02-12T20:30:38.326Z | Documenting hashbrown v0.14.2 |
2419 | 2024-02-12T20:30:39.956Z | Documenting uuid v1.7.0 |
2420 | 2024-02-12T20:30:40.240Z | Documenting unicode-normalization v0.1.22 |
2421 | 2024-02-12T20:30:40.579Z | Documenting ppv-lite86 v0.2.17 |
2422 | 2024-02-12T20:30:42.521Z | Documenting equivalent v1.0.1 |
2423 | 2024-02-12T20:30:42.802Z | Documenting generic-array v0.14.7 |
2424 | 2024-02-12T20:30:44.008Z | Documenting rand_chacha v0.3.1 |
2425 | 2024-02-12T20:30:44.404Z | Documenting unicode-bidi v0.3.13 |
2426 | 2024-02-12T20:30:44.708Z | Documenting percent-encoding v2.3.1 |
2427 | 2024-02-12T20:30:45.017Z | Documenting base64 v0.21.7 |
2428 | 2024-02-12T20:30:45.384Z | Documenting indexmap v2.2.2 |
2429 | 2024-02-12T20:30:47.662Z | Documenting crypto-common v0.1.6 |
2430 | 2024-02-12T20:30:48.169Z | Documenting block-buffer v0.10.4 |
2431 | 2024-02-12T20:30:48.322Z | Documenting rand v0.8.5 |
2432 | 2024-02-12T20:30:48.764Z | Documenting lazy_static v1.4.0 |
2433 | 2024-02-12T20:30:48.818Z | Documenting tracing v0.1.37 |
2434 | 2024-02-12T20:30:48.884Z | Documenting form_urlencoded v1.2.1 |
2435 | 2024-02-12T20:30:48.958Z | Documenting serde_derive_internals v0.26.0 |
2436 | 2024-02-12T20:30:50.696Z | Checking serde_derive_internals v0.26.0 |
2437 | 2024-02-12T20:30:51.267Z | Documenting fnv v1.0.7 |
2438 | 2024-02-12T20:30:51.567Z | Documenting dyn-clone v1.0.16 |
2439 | 2024-02-12T20:30:52.175Z | Documenting cpufeatures v0.2.12 |
2440 | 2024-02-12T20:30:52.562Z | Documenting digest v0.10.7 |
2441 | 2024-02-12T20:30:52.901Z | Documenting idna v0.5.0 |
2442 | 2024-02-12T20:30:53.898Z | Documenting httparse v1.8.0 |
2443 | 2024-02-12T20:30:54.217Z | Documenting schemars_derive v0.8.16 |
2444 | 2024-02-12T20:30:54.515Z | Documenting errno v0.3.8 |
2445 | 2024-02-12T20:30:54.899Z | Documenting unicode-ident v1.0.12 |
2446 | 2024-02-12T20:30:54.913Z | Documenting unicode-width v0.1.11 |
2447 | 2024-02-12T20:30:56.938Z | Documenting url v2.5.0 |
2448 | 2024-02-12T20:30:57.676Z | Documenting proc-macro2 v1.0.78 |
2449 | 2024-02-12T20:30:57.727Z | Documenting try-lock v0.2.4 |
2450 | 2024-02-12T20:30:58.482Z | Documenting httpdate v1.0.3 |
2451 | 2024-02-12T20:30:58.486Z | Documenting rustix v0.38.31 |
2452 | 2024-02-12T20:30:58.619Z | Documenting adler v1.0.2 |
2453 | 2024-02-12T20:31:00.770Z | Documenting want v0.3.1 |
2454 | 2024-02-12T20:31:00.889Z | Documenting schemars v0.8.16 |
2455 | 2024-02-12T20:31:01.582Z | Documenting miniz_oxide v0.7.1 |
2456 | 2024-02-12T20:31:01.605Z | Documenting http-body v0.4.5 |
2457 | 2024-02-12T20:31:01.974Z | Documenting openssl-sys v0.9.96 |
2458 | 2024-02-12T20:31:02.274Z | Documenting openssl-macros v0.1.1 |
2459 | 2024-02-12T20:31:04.561Z | Documenting mime v0.3.17 |
2460 | 2024-02-12T20:31:04.953Z | Documenting base64ct v1.6.0 |
2461 | 2024-02-12T20:31:05.027Z | Documenting tower-service v0.3.2 |
2462 | 2024-02-12T20:31:06.095Z | Documenting quote v1.0.35 |
2463 | 2024-02-12T20:31:06.659Z | Documenting aho-corasick v1.0.4 |
2464 | 2024-02-12T20:31:07.265Z | Documenting tokio-util v0.7.10 |
2465 | 2024-02-12T20:31:07.882Z | Documenting openssl v0.10.60 |
2466 | 2024-02-12T20:31:08.042Z | Documenting slog v2.7.0 |
2467 | 2024-02-12T20:31:08.851Z | Documenting openssl-probe v0.1.5 |
2468 | 2024-02-12T20:31:09.218Z | Documenting regex-syntax v0.8.2 |
2469 | 2024-02-12T20:31:09.349Z | Documenting ipnet v2.9.0 |
2470 | 2024-02-12T20:31:09.946Z | Documenting syn v2.0.48 |
2471 | 2024-02-12T20:31:11.575Z | Documenting async-trait v0.1.77 |
2472 | 2024-02-12T20:31:12.416Z | Documenting pem-rfc7468 v0.7.0 |
2473 | 2024-02-12T20:31:12.672Z | Documenting crossbeam-utils v0.8.16 |
2474 | 2024-02-12T20:31:13.040Z | Documenting h2 v0.3.24 |
2475 | 2024-02-12T20:31:13.592Z | Documenting encoding_rs v0.8.33 |
2476 | 2024-02-12T20:31:15.903Z | Documenting regex-automata v0.4.4 |
2477 | 2024-02-12T20:31:16.113Z | Documenting native-tls v0.2.11 |
2478 | 2024-02-12T20:31:16.235Z | Documenting der_derive v0.7.2 |
2479 | 2024-02-12T20:31:16.675Z | Documenting utf8parse v0.2.1 |
2480 | 2024-02-12T20:31:16.884Z | Documenting flagset v0.4.3 |
2481 | 2024-02-12T20:31:18.096Z | Documenting serde_urlencoded v0.7.1 |
2482 | 2024-02-12T20:31:19.404Z | Documenting num-integer v0.1.45 |
2483 | 2024-02-12T20:31:20.049Z | Documenting time-macros v0.2.13 |
2484 | 2024-02-12T20:31:21.297Z | Documenting der v0.7.8 |
2485 | 2024-02-12T20:31:22.203Z | Documenting deranged v0.3.8 |
2486 | 2024-02-12T20:31:22.241Z | Documenting tokio-native-tls v0.3.1 |
2487 | 2024-02-12T20:31:23.519Z | Documenting num_threads v0.1.6 |
2488 | 2024-02-12T20:31:24.235Z | Documenting hyper v0.14.27 |
2489 | 2024-02-12T20:31:24.790Z | Documenting time-core v0.1.1 |
2490 | 2024-02-12T20:31:24.847Z | Documenting regex v1.10.3 |
2491 | 2024-02-12T20:31:26.152Z | Documenting gimli v0.28.0 |
2492 | 2024-02-12T20:31:26.583Z | Documenting spki v0.7.2 |
2493 | 2024-02-12T20:31:27.346Z | Documenting object v0.32.1 |
2494 | 2024-02-12T20:31:27.501Z | Documenting webpki-roots v0.25.2 |
2495 | 2024-02-12T20:31:27.679Z | Documenting time v0.3.27 |
2496 | 2024-02-12T20:31:28.587Z | Documenting rustc-demangle v0.1.23 |
2497 | 2024-02-12T20:31:30.376Z | Documenting spin v0.9.8 |
2498 | 2024-02-12T20:31:31.015Z | Documenting either v1.9.0 |
2499 | 2024-02-12T20:31:31.662Z | Documenting pkcs8 v0.10.2 |
2500 | 2024-02-12T20:31:31.662Z | Documenting openapiv3 v2.0.0 |
2501 | 2024-02-12T20:31:32.412Z | Documenting addr2line v0.21.0 |
2502 | 2024-02-12T20:31:33.006Z | Documenting futures-executor v0.3.30 |
2503 | 2024-02-12T20:31:33.446Z | Checking pest_meta v2.7.6 |
2504 | 2024-02-12T20:31:34.380Z | Documenting memoffset v0.9.0 |
2505 | 2024-02-12T20:31:35.219Z | Documenting data-encoding v2.4.0 |
2506 | 2024-02-12T20:31:36.011Z | Documenting anstyle v1.0.2 |
2507 | 2024-02-12T20:31:36.117Z | Documenting anstyle-parse v0.2.1 |
2508 | 2024-02-12T20:31:36.868Z | Documenting hyper-tls v0.5.0 |
2509 | 2024-02-12T20:31:37.180Z | Documenting hyper-rustls v0.24.2 |
2510 | 2024-02-12T20:31:38.230Z | Documenting crossbeam-epoch v0.9.15 |
2511 | 2024-02-12T20:31:38.505Z | Documenting ipnetwork v0.20.0 |
2512 | 2024-02-12T20:31:39.448Z | Documenting sha2 v0.10.8 |
2513 | 2024-02-12T20:31:39.594Z | Documenting hex v0.4.3 |
2514 | 2024-02-12T20:31:39.949Z | Documenting crc32fast v1.3.2 |
2515 | 2024-02-12T20:31:39.975Z | Documenting backtrace v0.3.69 |
2516 | 2024-02-12T20:31:42.241Z | Documenting pest_meta v2.7.6 |
2517 | 2024-02-12T20:31:43.612Z | Documenting scroll_derive v0.12.0 |
2518 | 2024-02-12T20:31:43.773Z | Documenting colorchoice v1.0.0 |
2519 | 2024-02-12T20:31:43.783Z | Documenting untrusted v0.9.0 |
2520 | 2024-02-12T20:31:43.910Z | Documenting anstyle-query v1.0.0 |
2521 | 2024-02-12T20:31:44.424Z | Documenting futures v0.3.30 |
2522 | 2024-02-12T20:31:45.278Z | Documenting reqwest v0.11.22 |
2523 | 2024-02-12T20:31:46.230Z | Documenting pest_generator v2.7.6 |
2524 | 2024-02-12T20:31:46.372Z | Documenting anyhow v1.0.75 |
2525 | 2024-02-12T20:31:46.588Z | Checking pest_generator v2.7.6 |
2526 | 2024-02-12T20:31:46.689Z | Documenting ring v0.17.7 |
2527 | 2024-02-12T20:31:47.316Z | Documenting num-iter v0.1.43 |
2528 | 2024-02-12T20:31:47.583Z | Documenting anstream v0.5.0 |
2529 | 2024-02-12T20:31:47.909Z | Documenting scroll v0.12.0 |
2530 | 2024-02-12T20:31:50.957Z | Documenting hmac v0.12.1 |
2531 | 2024-02-12T20:31:51.308Z | Documenting signal-hook v0.3.17 |
2532 | 2024-02-12T20:31:51.442Z | Documenting terminal_size v0.2.6 |
2533 | 2024-02-12T20:31:51.491Z | Documenting clap_lex v0.5.1 |
2534 | 2024-02-12T20:31:51.763Z | Documenting ucd-trie v0.1.6 |
2535 | 2024-02-12T20:31:51.867Z | Documenting static_assertions v1.1.0 |
2536 | 2024-02-12T20:31:52.808Z | Documenting plain v0.2.3 |
2537 | 2024-02-12T20:31:54.824Z | Documenting strsim v0.10.0 |
2538 | 2024-02-12T20:31:55.313Z | Documenting pest_derive v2.7.6 |
2539 | 2024-02-12T20:31:55.603Z | Documenting flate2 v1.0.28 |
2540 | 2024-02-12T20:31:55.678Z | Documenting goblin v0.8.0 |
2541 | 2024-02-12T20:31:55.834Z | Documenting clap_derive v4.4.2 |
2542 | 2024-02-12T20:31:55.939Z | Documenting pretty-hex v0.4.1 |
2543 | 2024-02-12T20:31:56.269Z | Documenting pest v2.7.6 |
2544 | 2024-02-12T20:31:56.943Z | Documenting managed v0.8.0 |
2545 | 2024-02-12T20:31:59.171Z | Documenting unicode-segmentation v1.10.1 |
2546 | 2024-02-12T20:31:59.338Z | Documenting clap_builder v4.4.2 |
2547 | 2024-02-12T20:31:59.737Z | Documenting signal-hook-mio v0.2.3 |
2548 | 2024-02-12T20:32:00.335Z | Documenting block-padding v0.3.3 |
2549 | 2024-02-12T20:32:00.747Z | Documenting scheduled-thread-pool v0.2.7 |
2550 | 2024-02-12T20:32:00.995Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2551 | 2024-02-12T20:32:01.191Z | Documenting dtrace-parser v0.2.0 |
2552 | 2024-02-12T20:32:02.607Z | Documenting thread-id v4.2.0 |
2553 | 2024-02-12T20:32:02.763Z | Documenting dof v0.3.0 |
2554 | 2024-02-12T20:32:03.996Z | Documenting enum-as-inner v0.5.1 |
2555 | 2024-02-12T20:32:04.408Z | Documenting diesel_table_macro_syntax v0.1.0 |
2556 | 2024-02-12T20:32:04.720Z | Checking diesel_table_macro_syntax v0.1.0 |
2557 | 2024-02-12T20:32:04.886Z | Documenting r2d2 v0.8.10 |
2558 | 2024-02-12T20:32:04.916Z | Documenting bzip2 v0.4.4 |
2559 | 2024-02-12T20:32:05.640Z | Documenting clap v4.4.3 |
2560 | 2024-02-12T20:32:05.855Z | Documenting inout v0.1.3 |
2561 | 2024-02-12T20:32:06.436Z | Documenting crossterm v0.27.0 |
2562 | 2024-02-12T20:32:08.379Z | Documenting usdt-impl v0.5.0 |
2563 | 2024-02-12T20:32:08.409Z | Documenting trust-dns-proto v0.22.0 |
2564 | 2024-02-12T20:32:08.868Z | Documenting md-5 v0.10.5 |
2565 | 2024-02-12T20:32:08.950Z | Documenting diesel_derives v2.1.2 |
2566 | 2024-02-12T20:32:09.068Z | Documenting stringprep v0.1.3 |
2567 | 2024-02-12T20:32:09.914Z | Documenting toml_datetime v0.6.5 |
2568 | 2024-02-12T20:32:16.016Z | Documenting serde_spanned v0.6.5 |
2569 | 2024-02-12T20:32:16.115Z | Documenting ff v0.13.0 |
2570 | 2024-02-12T20:32:16.115Z | Documenting regress v0.7.1 |
2571 | 2024-02-12T20:32:16.115Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2572 | 2024-02-12T20:32:16.115Z | Documenting bit-vec v0.6.3 |
2573 | 2024-02-12T20:32:16.115Z | Documenting winnow v0.5.15 |
2574 | 2024-02-12T20:32:16.115Z | Documenting base16ct v0.2.0 |
2575 | 2024-02-12T20:32:16.115Z | Documenting siphasher v0.3.11 |
2576 | 2024-02-12T20:32:16.115Z | Documenting fallible-iterator v0.2.0 |
2577 | 2024-02-12T20:32:17.650Z | Documenting group v0.13.0 |
2578 | 2024-02-12T20:32:17.708Z | Documenting diesel v2.1.4 |
2579 | 2024-02-12T20:32:18.079Z | Documenting cipher v0.4.4 |
2580 | 2024-02-12T20:32:18.756Z | Documenting phf_shared v0.11.2 |
2581 | 2024-02-12T20:32:18.863Z | Documenting sec1 v0.7.3 |
2582 | 2024-02-12T20:32:18.901Z | Documenting zip v0.6.6 |
2583 | 2024-02-12T20:32:19.474Z | Documenting toml_edit v0.21.1 |
2584 | 2024-02-12T20:32:21.060Z | Documenting postgres-protocol v0.6.6 |
2585 | 2024-02-12T20:32:21.324Z | Documenting hkdf v0.12.4 |
2586 | 2024-02-12T20:32:22.534Z | Documenting num-bigint v0.4.4 |
2587 | 2024-02-12T20:32:23.196Z | Documenting crypto-bigint v0.5.2 |
2588 | 2024-02-12T20:32:24.496Z | Documenting hubpack v0.1.2 |
2589 | 2024-02-12T20:32:25.211Z | Documenting bstr v1.6.0 |
2590 | 2024-02-12T20:32:25.420Z | Documenting serde_repr v0.1.16 |
2591 | 2024-02-12T20:32:26.672Z | Documenting fixedbitset v0.4.2 |
2592 | 2024-02-12T20:32:27.971Z | Documenting heck v0.4.1 |
2593 | 2024-02-12T20:32:29.053Z | Documenting new_debug_unreachable v1.0.4 |
2594 | 2024-02-12T20:32:29.871Z | Documenting precomputed-hash v0.1.1 |
2595 | 2024-02-12T20:32:29.954Z | Documenting minimal-lexical v0.2.1 |
2596 | 2024-02-12T20:32:30.152Z | Documenting lalrpop-util v0.19.12 |
2597 | 2024-02-12T20:32:30.169Z | Documenting yasna v0.5.2 |
2598 | 2024-02-12T20:32:30.303Z | Documenting elliptic-curve v0.13.8 |
2599 | 2024-02-12T20:32:32.004Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2600 | 2024-02-12T20:32:32.638Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2601 | 2024-02-12T20:32:33.562Z | Documenting string_cache v0.8.7 |
2602 | 2024-02-12T20:32:33.712Z | Documenting nom v7.1.3 |
2603 | 2024-02-12T20:32:34.670Z | Documenting petgraph v0.6.4 |
2604 | 2024-02-12T20:32:37.165Z | Documenting postgres-types v0.2.6 |
2605 | 2024-02-12T20:32:37.414Z | Documenting phf v0.11.2 |
2606 | 2024-02-12T20:32:38.096Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2607 | 2024-02-12T20:32:38.701Z | Documenting console v0.15.8 |
2608 | 2024-02-12T20:32:38.766Z | Documenting semver v1.0.21 |
2609 | 2024-02-12T20:32:40.423Z | Documenting float-cmp v0.9.0 |
2610 | 2024-02-12T20:32:40.475Z | Documenting normalize-line-endings v0.3.0 |
2611 | 2024-02-12T20:32:41.441Z | Documenting predicates-core v1.0.6 |
2612 | 2024-02-12T20:32:42.037Z | Documenting difflib v0.4.0 |
2613 | 2024-02-12T20:32:43.037Z | Documenting whoami v1.4.1 |
2614 | 2024-02-12T20:32:43.154Z | Documenting bit-set v0.5.3 |
2615 | 2024-02-12T20:32:44.213Z | Documenting similar v2.3.0 |
2616 | 2024-02-12T20:32:44.674Z | Documenting getopts v0.2.21 |
2617 | 2024-02-12T20:32:44.992Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2618 | 2024-02-12T20:32:45.192Z | Documenting tokio-stream v0.1.14 |
2619 | 2024-02-12T20:32:45.343Z | Checking ident_case v1.0.1 |
2620 | 2024-02-12T20:32:45.501Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2621 | 2024-02-12T20:32:45.761Z | Documenting predicates v3.1.0 |
2622 | 2024-02-12T20:32:46.796Z | Documenting tokio-postgres v0.7.10 |
2623 | 2024-02-12T20:32:47.287Z | Documenting match_cfg v0.1.0 |
2624 | 2024-02-12T20:32:48.521Z | Documenting sha1 v0.10.6 |
2625 | 2024-02-12T20:32:49.132Z | Documenting dirs-sys-next v0.1.2 |
2626 | 2024-02-12T20:32:50.244Z | Documenting hostname v0.3.1 |
2627 | 2024-02-12T20:32:50.317Z | Documenting rustls-pki-types v1.1.0 |
2628 | 2024-02-12T20:32:50.650Z | Documenting camino v1.1.6 |
2629 | 2024-02-12T20:32:52.678Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2630 | 2024-02-12T20:32:52.937Z | Documenting dirs-next v2.0.0 |
2631 | 2024-02-12T20:32:53.404Z | Documenting paste v1.0.14 |
2632 | 2024-02-12T20:32:54.142Z | Documenting thread_local v1.1.7 |
2633 | 2024-02-12T20:32:54.162Z | Documenting rustls-webpki v0.102.1 |
2634 | 2024-02-12T20:32:54.935Z | Documenting crossbeam-channel v0.5.8 |
2635 | 2024-02-12T20:32:55.693Z | Documenting atty v0.2.14 |
2636 | 2024-02-12T20:32:56.209Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2637 | 2024-02-12T20:32:56.789Z | Documenting term v0.7.0 |
2638 | 2024-02-12T20:32:57.961Z | Documenting take_mut v0.2.2 |
2639 | 2024-02-12T20:32:58.562Z | Documenting rustls v0.22.2 |
2640 | 2024-02-12T20:32:58.630Z | Documenting slog-json v2.6.1 |
2641 | 2024-02-12T20:32:58.666Z | Documenting http v1.0.0 |
2642 | 2024-02-12T20:32:59.020Z | Documenting async-stream-impl v0.3.5 |
2643 | 2024-02-12T20:32:59.888Z | Documenting debug-ignore v1.0.5 |
2644 | 2024-02-12T20:33:00.743Z | Documenting slog-term v2.9.0 |
2645 | 2024-02-12T20:33:00.948Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2646 | 2024-02-12T20:33:01.678Z | Documenting slog-async v2.8.0 |
2647 | 2024-02-12T20:33:02.741Z | Documenting atomic-waker v1.1.1 |
2648 | 2024-02-12T20:33:03.265Z | Documenting slog-bunyan v2.5.0 |
2649 | 2024-02-12T20:33:03.525Z | Documenting async-stream v0.3.5 |
2650 | 2024-02-12T20:33:04.701Z | Documenting multer v3.0.0 |
2651 | 2024-02-12T20:33:05.325Z | Documenting rustls-pemfile v2.0.0 |
2652 | 2024-02-12T20:33:05.628Z | Documenting waitgroup v0.1.2 |
2653 | 2024-02-12T20:33:06.260Z | Checking darling_core v0.20.3 |
2654 | 2024-02-12T20:33:07.312Z | Documenting toml v0.8.9 |
2655 | 2024-02-12T20:33:07.776Z | Documenting tokio-rustls v0.25.0 |
2656 | 2024-02-12T20:33:08.089Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2657 | 2024-02-12T20:33:08.358Z | Documenting serde_path_to_error v0.1.15 |
2658 | 2024-02-12T20:33:09.376Z | Checking darling v0.20.3 |
2659 | 2024-02-12T20:33:09.486Z | Documenting serde_with_macros v3.6.0 |
2660 | 2024-02-12T20:33:09.537Z | Documenting structmeta-derive v0.3.0 |
2661 | 2024-02-12T20:33:09.612Z | Checking structmeta v0.3.0 |
2662 | 2024-02-12T20:33:09.841Z | Documenting instant v0.1.12 |
2663 | 2024-02-12T20:33:11.947Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2664 | 2024-02-12T20:33:12.524Z | Documenting macaddr v1.0.1 |
2665 | 2024-02-12T20:33:13.163Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2666 | 2024-02-12T20:33:13.179Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2667 | 2024-02-12T20:33:13.396Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2668 | 2024-02-12T20:33:13.520Z | Documenting backoff v0.4.0 |
2669 | 2024-02-12T20:33:13.850Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2670 | 2024-02-12T20:33:14.552Z | Documenting serde_with v3.6.0 |
2671 | 2024-02-12T20:33:14.738Z | Documenting structmeta v0.3.0 |
2672 | 2024-02-12T20:33:16.070Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2673 | 2024-02-12T20:33:16.273Z | Documenting fastrand v2.0.1 |
2674 | 2024-02-12T20:33:16.534Z | Documenting proc-macro-error-attr v1.0.4 |
2675 | 2024-02-12T20:33:17.655Z | Documenting is-terminal v0.4.9 |
2676 | 2024-02-12T20:33:19.176Z | Documenting parse-display-derive v0.9.0 |
2677 | 2024-02-12T20:33:19.602Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2678 | 2024-02-12T20:33:20.022Z | Checking proc-macro-error v1.0.4 |
2679 | 2024-02-12T20:33:20.312Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2680 | 2024-02-12T20:33:20.336Z | Documenting proc-macro-error v1.0.4 |
2681 | 2024-02-12T20:33:20.474Z | Documenting proc-macro-crate v1.3.1 |
2682 | 2024-02-12T20:33:20.583Z | Checking proc-macro-crate v1.3.1 |
2683 | 2024-02-12T20:33:20.663Z | Documenting tempfile v3.10.0 |
2684 | 2024-02-12T20:33:20.830Z | Documenting hash32 v0.3.1 |
2685 | 2024-02-12T20:33:21.886Z | Documenting stable_deref_trait v1.2.0 |
2686 | 2024-02-12T20:33:22.660Z | Documenting embedded-io v0.4.0 |
2687 | 2024-02-12T20:33:24.662Z | Documenting cobs v0.2.3 |
2688 | 2024-02-12T20:33:24.848Z | Documenting heapless v0.8.0 |
2689 | 2024-02-12T20:33:25.055Z | Documenting parse-display v0.9.0 |
2690 | 2024-02-12T20:33:25.190Z | Documenting camino-tempfile v1.1.1 |
2691 | 2024-02-12T20:33:25.700Z | Documenting foreign-types-macros v0.2.3 |
2692 | 2024-02-12T20:33:25.828Z | Documenting num_enum_derive v0.5.11 |
2693 | 2024-02-12T20:33:25.938Z | Documenting foreign-types-shared v0.3.1 |
2694 | 2024-02-12T20:33:27.517Z | Documenting postcard v1.0.8 |
2695 | 2024-02-12T20:33:29.666Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2696 | 2024-02-12T20:33:29.687Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2697 | 2024-02-12T20:33:29.687Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2698 | 2024-02-12T20:33:29.687Z | Documenting crucible-workspace-hack v0.1.0 |
2699 | 2024-02-12T20:33:29.791Z | Documenting smoltcp v0.11.0 |
2700 | 2024-02-12T20:33:30.263Z | Documenting foreign-types v0.5.0 |
2701 | 2024-02-12T20:33:31.736Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2702 | 2024-02-12T20:33:31.901Z | Documenting num_enum v0.5.11 |
2703 | 2024-02-12T20:33:32.230Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2704 | 2024-02-12T20:33:33.404Z | Documenting cstr-argument v0.1.2 |
2705 | 2024-02-12T20:33:33.491Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2706 | 2024-02-12T20:33:34.325Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2707 | 2024-02-12T20:33:35.593Z | Documenting colored v2.0.4 |
2708 | 2024-02-12T20:33:35.709Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2709 | 2024-02-12T20:33:36.050Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2710 | 2024-02-12T20:33:37.893Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2711 | 2024-02-12T20:33:37.992Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2712 | 2024-02-12T20:33:38.638Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2713 | 2024-02-12T20:33:39.995Z | Documenting zone_cfg_derive v0.3.0 |
2714 | 2024-02-12T20:33:40.848Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2715 | 2024-02-12T20:33:41.840Z | Documenting num-derive v0.4.0 |
2716 | 2024-02-12T20:33:41.963Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2717 | 2024-02-12T20:33:42.119Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2718 | 2024-02-12T20:33:42.408Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2719 | 2024-02-12T20:33:43.774Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2720 | 2024-02-12T20:33:45.001Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2721 | 2024-02-12T20:33:45.590Z | Documenting zone v0.3.0 |
2722 | 2024-02-12T20:33:46.454Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2723 | 2024-02-12T20:33:47.582Z | Documenting smf v0.2.2 |
2724 | 2024-02-12T20:33:48.884Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2725 | 2024-02-12T20:33:49.190Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2726 | 2024-02-12T20:33:49.320Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2727 | 2024-02-12T20:33:49.435Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2728 | 2024-02-12T20:33:51.098Z | Documenting password-hash v0.5.0 |
2729 | 2024-02-12T20:33:51.165Z | Documenting blake2 v0.10.6 |
2730 | 2024-02-12T20:33:51.779Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2731 | 2024-02-12T20:33:52.061Z | Documenting linked-hash-map v0.5.6 |
2732 | 2024-02-12T20:33:52.955Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2733 | 2024-02-12T20:33:55.009Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2734 | 2024-02-12T20:33:55.181Z | Documenting itertools v0.12.1 |
2735 | 2024-02-12T20:33:55.976Z | Documenting memmap v0.7.0 |
2736 | 2024-02-12T20:33:56.349Z | Documenting argon2 v0.5.3 |
2737 | 2024-02-12T20:33:56.377Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2738 | 2024-02-12T20:33:56.978Z | Documenting lru-cache v0.1.2 |
2739 | 2024-02-12T20:33:58.094Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2740 | 2024-02-12T20:33:59.706Z | Documenting quick-error v1.2.3 |
2741 | 2024-02-12T20:33:59.924Z | Documenting usdt v0.5.0 |
2742 | 2024-02-12T20:34:00.479Z | Documenting swrite v0.1.0 |
2743 | 2024-02-12T20:34:00.706Z | Documenting newtype_derive v0.1.6 |
2744 | 2024-02-12T20:34:01.358Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2745 | 2024-02-12T20:34:02.469Z | Documenting tap v1.0.1 |
2746 | 2024-02-12T20:34:02.519Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2747 | 2024-02-12T20:34:03.076Z | Documenting resolv-conf v0.7.0 |
2748 | 2024-02-12T20:34:03.777Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2749 | 2024-02-12T20:34:04.216Z | Documenting radium v0.7.0 |
2750 | 2024-02-12T20:34:04.418Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2751 | 2024-02-12T20:34:04.454Z | Documenting steno v0.4.0 |
2752 | 2024-02-12T20:34:05.306Z | Documenting wyz v0.5.1 |
2753 | 2024-02-12T20:34:07.062Z | Documenting trust-dns-resolver v0.22.0 |
2754 | 2024-02-12T20:34:07.209Z | Documenting nibble_vec v0.1.0 |
2755 | 2024-02-12T20:34:07.368Z | Checking heck v0.3.3 |
2756 | 2024-02-12T20:34:07.540Z | Documenting crc-catalog v2.2.0 |
2757 | 2024-02-12T20:34:08.024Z | Documenting endian-type v0.1.2 |
2758 | 2024-02-12T20:34:08.395Z | Documenting funty v2.0.0 |
2759 | 2024-02-12T20:34:10.949Z | Documenting crc v3.0.1 |
2760 | 2024-02-12T20:34:11.621Z | Documenting bitvec v1.0.1 |
2761 | 2024-02-12T20:34:11.635Z | Documenting structopt-derive v0.4.18 |
2762 | 2024-02-12T20:34:11.813Z | Documenting radix_trie v0.2.1 |
2763 | 2024-02-12T20:34:13.452Z | Documenting cancel-safe-futures v0.1.5 |
2764 | 2024-02-12T20:34:15.138Z | Documenting filetime v0.2.23 |
2765 | 2024-02-12T20:34:16.228Z | Documenting xattr v1.0.1 |
2766 | 2024-02-12T20:34:16.235Z | Documenting packed_struct_codegen v0.10.1 |
2767 | 2024-02-12T20:34:16.812Z | Documenting nodrop v0.1.14 |
2768 | 2024-02-12T20:34:17.751Z | Documenting structopt v0.3.26 |
2769 | 2024-02-12T20:34:19.044Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2770 | 2024-02-12T20:34:19.675Z | Documenting array-init v0.0.4 |
2771 | 2024-02-12T20:34:19.864Z | Documenting libefi-sys v0.1.0 |
2772 | 2024-02-12T20:34:19.881Z | Documenting tar v0.4.40 |
2773 | 2024-02-12T20:34:20.131Z | Documenting num-bigint-dig v0.8.4 |
2774 | 2024-02-12T20:34:21.800Z | Documenting packed_struct v0.10.1 |
2775 | 2024-02-12T20:34:22.119Z | Documenting num-rational v0.4.1 |
2776 | 2024-02-12T20:34:22.952Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2777 | 2024-02-12T20:34:23.899Z | Documenting pkcs1 v0.7.5 |
2778 | 2024-02-12T20:34:24.058Z | Documenting signature v2.1.0 |
2779 | 2024-02-12T20:34:26.012Z | Documenting num-complex v0.4.4 |
2780 | 2024-02-12T20:34:26.426Z | Documenting bitfield v0.14.0 |
2781 | 2024-02-12T20:34:26.650Z | Documenting arc-swap v1.6.0 |
2782 | 2024-02-12T20:34:26.820Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2783 | 2024-02-12T20:34:27.997Z | Documenting termcolor v1.2.0 |
2784 | 2024-02-12T20:34:28.480Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2785 | 2024-02-12T20:34:28.940Z | Documenting rsa v0.9.2 |
2786 | 2024-02-12T20:34:29.324Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2787 | 2024-02-12T20:34:30.495Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2788 | 2024-02-12T20:34:30.701Z | Documenting slog-scope v4.4.0 |
2789 | 2024-02-12T20:34:31.387Z | Documenting num v0.4.1 |
2790 | 2024-02-12T20:34:32.609Z | Documenting env_logger v0.10.0 |
2791 | 2024-02-12T20:34:33.633Z | Documenting serde-hex v0.1.0 |
2792 | 2024-02-12T20:34:34.521Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2793 | 2024-02-12T20:34:34.736Z | Documenting x509-cert v0.2.4 |
2794 | 2024-02-12T20:34:37.199Z | Documenting ron v0.8.1 |
2795 | 2024-02-12T20:34:37.209Z | Documenting libsw v3.3.1 |
2796 | 2024-02-12T20:34:37.564Z | Documenting gethostname v0.4.3 |
2797 | 2024-02-12T20:34:38.361Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2798 | 2024-02-12T20:34:38.464Z | Documenting half v2.3.1 |
2799 | 2024-02-12T20:34:40.096Z | Documenting derive-where v1.2.7 |
2800 | 2024-02-12T20:34:40.409Z | Documenting ciborium-io v0.2.2 |
2801 | 2024-02-12T20:34:41.568Z | Documenting crc-any v2.4.3 |
2802 | 2024-02-12T20:34:41.579Z | Documenting same-file v1.0.6 |
2803 | 2024-02-12T20:34:41.811Z | Documenting owo-colors v4.0.0 |
2804 | 2024-02-12T20:34:41.965Z | Documenting linear-map v1.2.0 |
2805 | 2024-02-12T20:34:43.586Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2806 | 2024-02-12T20:34:44.123Z | Documenting ciborium-ll v0.2.2 |
2807 | 2024-02-12T20:34:44.654Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2808 | 2024-02-12T20:34:45.969Z | Documenting walkdir v2.4.0 |
2809 | 2024-02-12T20:34:46.589Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2810 | 2024-02-12T20:34:47.119Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2811 | 2024-02-12T20:34:47.122Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2812 | 2024-02-12T20:34:48.361Z | Documenting slog-stdlog v4.1.1 |
2813 | 2024-02-12T20:34:50.630Z | Documenting slog-dtrace v0.3.0 |
2814 | 2024-02-12T20:34:52.343Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2815 | 2024-02-12T20:34:52.408Z | Documenting path-slash v0.1.5 |
2816 | 2024-02-12T20:34:52.885Z | Documenting slog-envlogger v2.2.0 |
2817 | 2024-02-12T20:34:55.814Z | Documenting ciborium v0.2.2 |
2818 | 2024-02-12T20:34:56.150Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2819 | 2024-02-12T20:34:57.514Z | Documenting pem v3.0.2 |
2820 | 2024-02-12T20:34:57.795Z | Documenting fxhash v0.2.1 |
2821 | 2024-02-12T20:34:58.398Z | Documenting utf-8 v0.7.6 |
2822 | 2024-02-12T20:35:00.289Z | Documenting display-error-chain v0.2.0 |
2823 | 2024-02-12T20:35:12.961Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2824 | 2024-02-12T20:35:12.961Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2825 | 2024-02-12T20:35:12.961Z | Documenting tungstenite v0.20.1 |
2826 | 2024-02-12T20:35:12.961Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2827 | 2024-02-12T20:35:12.961Z | Documenting vte_generate_state_changes v0.1.1 |
2828 | 2024-02-12T20:35:12.961Z | Documenting convert_case v0.4.0 |
2829 | 2024-02-12T20:35:12.962Z | Checking convert_case v0.4.0 |
2830 | 2024-02-12T20:35:12.962Z | Documenting vte v0.11.1 |
2831 | 2024-02-12T20:35:12.962Z | Documenting buf-list v1.0.3 |
2832 | 2024-02-12T20:35:12.962Z | Documenting derive_more v0.99.17 |
2833 | 2024-02-12T20:35:12.962Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2834 | 2024-02-12T20:35:12.962Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2835 | 2024-02-12T20:35:12.962Z | Documenting tokio-tungstenite v0.20.1 |
2836 | 2024-02-12T20:35:12.962Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2837 | 2024-02-12T20:35:12.962Z | Checking darling_core v0.14.4 |
2838 | 2024-02-12T20:35:12.962Z | Documenting pin-project-internal v1.1.3 |
2839 | 2024-02-12T20:35:13.660Z | Checking darling v0.14.4 |
2840 | 2024-02-12T20:35:13.737Z | Documenting strip-ansi-escapes v0.2.0 |
2841 | 2024-02-12T20:35:13.780Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2842 | 2024-02-12T20:35:15.538Z | Documenting doc-comment v0.3.3 |
2843 | 2024-02-12T20:35:16.927Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2844 | 2024-02-12T20:35:17.203Z | Documenting crossbeam-deque v0.8.3 |
2845 | 2024-02-12T20:35:17.308Z | Documenting pin-project v1.1.3 |
2846 | 2024-02-12T20:35:17.767Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2847 | 2024-02-12T20:35:18.165Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2848 | 2024-02-12T20:35:18.467Z | Documenting snafu-derive v0.7.5 |
2849 | 2024-02-12T20:35:19.115Z | Documenting nu-ansi-term v0.49.0 |
2850 | 2024-02-12T20:35:20.287Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2851 | 2024-02-12T20:35:21.126Z | Documenting rayon-core v1.12.0 |
2852 | 2024-02-12T20:35:21.588Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2853 | 2024-02-12T20:35:23.222Z | Documenting reedline v0.28.0 |
2854 | 2024-02-12T20:35:23.503Z | Documenting trust-dns-client v0.22.0 |
2855 | 2024-02-12T20:35:25.156Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2856 | 2024-02-12T20:35:25.483Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2857 | 2024-02-12T20:35:25.806Z | Documenting globset v0.4.13 |
2858 | 2024-02-12T20:35:26.465Z | Documenting olpc-cjson v0.1.3 |
2859 | 2024-02-12T20:35:27.245Z | Documenting snafu v0.7.5 |
2860 | 2024-02-12T20:35:30.026Z | Documenting serde_plain v1.0.2 |
2861 | 2024-02-12T20:35:30.609Z | Documenting headers-core v0.2.0 |
2862 | 2024-02-12T20:35:30.834Z | Documenting async-recursion v1.0.5 |
2863 | 2024-02-12T20:35:33.094Z | Documenting keccak v0.1.4 |
2864 | 2024-02-12T20:35:33.094Z | Documenting typed-path v0.7.0 |
2865 | 2024-02-12T20:35:33.094Z | Documenting bytecount v0.6.3 |
2866 | 2024-02-12T20:35:33.247Z | Documenting trust-dns-server v0.22.1 |
2867 | 2024-02-12T20:35:34.292Z | Documenting rayon v1.8.0 |
2868 | 2024-02-12T20:35:34.348Z | Documenting sha3 v0.10.8 |
2869 | 2024-02-12T20:35:35.627Z | Documenting headers v0.3.9 |
2870 | 2024-02-12T20:35:36.029Z | Documenting papergrid v0.11.0 |
2871 | 2024-02-12T20:35:37.457Z | Documenting tough v0.16.0 |
2872 | 2024-02-12T20:35:39.607Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2873 | 2024-02-12T20:35:40.695Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2874 | 2024-02-12T20:35:40.849Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2875 | 2024-02-12T20:35:41.783Z | Documenting derive_builder_core v0.12.0 |
2876 | 2024-02-12T20:35:42.028Z | Checking derive_builder_core v0.12.0 |
2877 | 2024-02-12T20:35:42.114Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2878 | 2024-02-12T20:35:42.309Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2879 | 2024-02-12T20:35:42.698Z | Documenting sled v0.34.7 |
2880 | 2024-02-12T20:35:42.806Z | Documenting fs-err v2.11.0 |
2881 | 2024-02-12T20:35:42.840Z | Documenting unicase v2.7.0 |
2882 | 2024-02-12T20:35:43.166Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2883 | 2024-02-12T20:35:43.486Z | Documenting tabled_derive v0.7.0 |
2884 | 2024-02-12T20:35:44.864Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2885 | 2024-02-12T20:35:46.085Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2886 | 2024-02-12T20:35:46.768Z | Documenting fd-lock v4.0.2 |
2887 | 2024-02-12T20:35:48.235Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2888 | 2024-02-12T20:35:48.400Z | Documenting nix v0.27.1 |
2889 | 2024-02-12T20:35:49.230Z | Documenting secrecy v0.8.0 |
2890 | 2024-02-12T20:35:49.425Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2891 | 2024-02-12T20:35:50.987Z | Documenting rustversion v1.0.14 |
2892 | 2024-02-12T20:35:51.605Z | Documenting sqlparser_derive v0.2.2 |
2893 | 2024-02-12T20:35:52.027Z | Documenting home v0.5.5 |
2894 | 2024-02-12T20:35:53.313Z | Documenting unicode_categories v0.1.1 |
2895 | 2024-02-12T20:35:53.534Z | Documenting parse-size v1.0.0 |
2896 | 2024-02-12T20:35:53.610Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2897 | 2024-02-12T20:35:55.027Z | Documenting castaway v0.2.2 |
2898 | 2024-02-12T20:35:55.109Z | Documenting derive_builder_macro v0.12.0 |
2899 | 2024-02-12T20:35:55.944Z | Documenting rustyline v13.0.0 |
2900 | 2024-02-12T20:35:56.500Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2901 | 2024-02-12T20:35:57.092Z | Documenting sqlparser v0.43.1 |
2902 | 2024-02-12T20:35:57.199Z | Documenting sqlformat v0.2.3 |
2903 | 2024-02-12T20:35:58.878Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2904 | 2024-02-12T20:35:59.586Z | Documenting tabled v0.15.0 |
2905 | 2024-02-12T20:36:02.316Z | Documenting mime_guess v2.0.4 |
2906 | 2024-02-12T20:36:04.394Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2907 | 2024-02-12T20:36:05.668Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2908 | 2024-02-12T20:36:06.232Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2909 | 2024-02-12T20:36:07.288Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2910 | 2024-02-12T20:36:07.609Z | Documenting universal-hash v0.5.1 |
2911 | 2024-02-12T20:36:10.143Z | Documenting bcs v0.1.6 |
2912 | 2024-02-12T20:36:11.785Z | Documenting kstat-rs v0.2.3 |
2913 | 2024-02-12T20:36:14.029Z | Documenting thiserror-impl-no-std v2.0.2 |
2914 | 2024-02-12T20:36:14.386Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2915 | 2024-02-12T20:36:17.064Z | Documenting curve25519-dalek-derive v0.1.0 |
2916 | 2024-02-12T20:36:17.131Z | Documenting ref-cast-impl v1.0.20 |
2917 | 2024-02-12T20:36:17.514Z | Documenting opaque-debug v0.3.0 |
2918 | 2024-02-12T20:36:18.754Z | Documenting highway v1.1.0 |
2919 | 2024-02-12T20:36:19.182Z | Documenting thiserror-no-std v2.0.2 |
2920 | 2024-02-12T20:36:20.330Z | Documenting poly1305 v0.8.0 |
2921 | 2024-02-12T20:36:20.976Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2922 | 2024-02-12T20:36:21.860Z | Documenting curve25519-dalek v4.1.1 |
2923 | 2024-02-12T20:36:22.076Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2924 | 2024-02-12T20:36:22.651Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2925 | 2024-02-12T20:36:22.809Z | Documenting ref-cast v1.0.20 |
2926 | 2024-02-12T20:36:23.980Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2927 | 2024-02-12T20:36:24.980Z | Documenting derive_builder v0.12.0 |
2928 | 2024-02-12T20:36:25.288Z | Documenting compact_str v0.7.1 |
2929 | 2024-02-12T20:36:25.735Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2930 | 2024-02-12T20:36:27.196Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2931 | 2024-02-12T20:36:28.633Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2932 | 2024-02-12T20:36:29.363Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2933 | 2024-02-12T20:36:32.388Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2934 | 2024-02-12T20:36:39.398Z | Documenting portable-atomic v1.4.3 |
2935 | 2024-02-12T20:36:39.436Z | Documenting polar-core v0.27.0 |
2936 | 2024-02-12T20:36:40.800Z | Documenting ed25519 v1.5.3 |
2937 | 2024-02-12T20:36:43.071Z | Documenting strum v0.26.1 |
2938 | 2024-02-12T20:36:43.844Z | Documenting libxml v0.3.3 |
2939 | 2024-02-12T20:36:44.809Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2940 | 2024-02-12T20:36:46.695Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2941 | 2024-02-12T20:36:46.817Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2942 | 2024-02-12T20:36:47.654Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2943 | 2024-02-12T20:36:47.957Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2944 | 2024-02-12T20:36:49.100Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2945 | 2024-02-12T20:36:49.586Z | Documenting chacha20 v0.9.1 |
2946 | 2024-02-12T20:36:50.555Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2947 | 2024-02-12T20:36:51.441Z | Documenting bb8 v0.8.3 |
2948 | 2024-02-12T20:36:54.628Z | Documenting aead v0.5.2 |
2949 | 2024-02-12T20:36:57.019Z | Documenting lru v0.12.1 |
2950 | 2024-02-12T20:36:58.056Z | Documenting quick-xml v0.30.0 |
2951 | 2024-02-12T20:37:00.275Z | Documenting impl-trait-for-tuples v0.2.2 |
2952 | 2024-02-12T20:37:01.096Z | Documenting stability v0.1.1 |
2953 | 2024-02-12T20:37:01.867Z | Documenting oso-derive v0.27.0 |
2954 | 2024-02-12T20:37:02.320Z | Documenting maplit v1.0.2 |
2955 | 2024-02-12T20:37:03.460Z | Documenting cassowary v0.3.0 |
2956 | 2024-02-12T20:37:04.945Z | Documenting number_prefix v0.4.0 |
2957 | 2024-02-12T20:37:05.479Z | Documenting glob v0.3.1 |
2958 | 2024-02-12T20:37:05.777Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2959 | 2024-02-12T20:37:06.124Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2960 | 2024-02-12T20:37:06.376Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2961 | 2024-02-12T20:37:06.879Z | Documenting chacha20poly1305 v0.10.1 |
2962 | 2024-02-12T20:37:06.906Z | Documenting oso v0.27.0 |
2963 | 2024-02-12T20:37:07.558Z | Documenting ratatui v0.26.0 |
2964 | 2024-02-12T20:37:08.906Z | Documenting indicatif v0.17.7 |
2965 | 2024-02-12T20:37:10.075Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2966 | 2024-02-12T20:37:12.672Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2967 | 2024-02-12T20:37:13.439Z | Documenting salty v0.2.0 |
2968 | 2024-02-12T20:37:13.911Z | Documenting vsss-rs v3.3.4 |
2969 | 2024-02-12T20:37:17.906Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2970 | 2024-02-12T20:37:18.177Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2971 | 2024-02-12T20:37:18.294Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2972 | 2024-02-12T20:37:18.997Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2973 | 2024-02-12T20:37:20.099Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2974 | 2024-02-12T20:37:21.215Z | Documenting cookie v0.18.0 |
2975 | 2024-02-12T20:37:22.795Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2976 | 2024-02-12T20:37:25.923Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2977 | 2024-02-12T20:37:26.293Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2978 | 2024-02-12T20:37:26.596Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2979 | 2024-02-12T20:37:28.757Z | Documenting serde-big-array v0.5.1 |
2980 | 2024-02-12T20:37:29.854Z | Documenting rtoolbox v0.0.1 |
2981 | 2024-02-12T20:37:29.944Z | Documenting humantime v2.1.0 |
2982 | 2024-02-12T20:37:31.096Z | Documenting is_ci v1.1.1 |
2983 | 2024-02-12T20:37:32.489Z | Documenting http-range v0.1.5 |
2984 | 2024-02-12T20:37:33.101Z | Documenting unicode-linebreak v0.1.5 |
2985 | 2024-02-12T20:37:33.748Z | Documenting smawk v0.3.1 |
2986 | 2024-02-12T20:37:33.972Z | Documenting rpassword v7.3.1 |
2987 | 2024-02-12T20:37:34.819Z | Documenting supports-color v2.1.0 |
2988 | 2024-02-12T20:37:36.112Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2989 | 2024-02-12T20:37:36.314Z | Documenting hyper-staticfile v0.9.5 |
2990 | 2024-02-12T20:37:36.774Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2991 | 2024-02-12T20:37:38.243Z | Documenting textwrap v0.16.0 |
2992 | 2024-02-12T20:37:38.887Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2993 | 2024-02-12T20:37:39.255Z | Documenting tui-tree-widget v0.17.0 |
2994 | 2024-02-12T20:37:42.483Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2995 | 2024-02-12T20:37:42.840Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2996 | 2024-02-12T20:37:44.116Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2997 | 2024-02-12T20:37:44.129Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2998 | 2024-02-12T20:37:44.882Z | Documenting rcgen v0.12.1 |
2999 | 2024-02-12T20:37:45.544Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3000 | 2024-02-12T20:37:46.786Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3001 | 2024-02-12T20:37:47.196Z | Documenting atomicwrites v0.4.3 |
3002 | 2024-02-12T20:37:48.087Z | Documenting signal-hook-tokio v0.3.1 |
3003 | 2024-02-12T20:37:49.672Z | Documenting memmap2 v0.7.1 |
3004 | 2024-02-12T20:37:51.603Z | Documenting subprocess v0.2.9 |
3005 | 2024-02-12T20:37:52.892Z | Documenting corncobs v0.1.3 |
3006 | 2024-02-12T20:37:52.949Z | Documenting arrayvec v0.7.4 |
3007 | 2024-02-12T20:37:53.917Z | Documenting shell-words v1.1.0 |
3008 | 2024-02-12T20:37:55.812Z | Documenting arrayref v0.3.7 |
3009 | 2024-02-12T20:37:55.954Z | Documenting constant_time_eq v0.3.0 |
3010 | 2024-02-12T20:37:56.293Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3011 | 2024-02-12T20:37:58.344Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3012 | 2024-02-12T20:37:58.663Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3013 | 2024-02-12T20:37:58.871Z | Documenting blake3 v1.5.0 |
3014 | 2024-02-12T20:38:01.338Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3015 | 2024-02-12T20:38:03.260Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3016 | 2024-02-12T20:38:03.283Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3017 | 2024-02-12T20:38:04.573Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2024-02-12T20:38:06.642Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3019 | 2024-02-12T20:38:11.064Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3020 | 2024-02-12T20:38:19.724Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3021 | 2024-02-12T20:38:21.544Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3022 | 2024-02-12T20:38:22.649Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
3023 | 2024-02-12T20:38:24.293Z | warning: unclosed HTML tag `usize` |
3024 | 2024-02-12T20:38:24.294Z | --> wicket/src/ui/panes/update.rs:153:19 |
3025 | 2024-02-12T20:38:24.294Z | | |
3026 | 2024-02-12T20:38:24.294Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3027 | 2024-02-12T20:38:24.294Z | | ^^^^^^^ |
3028 | 2024-02-12T20:38:24.294Z | | |
3029 | 2024-02-12T20:38:24.294Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3030 | 2024-02-12T20:38:24.294Z | |
3031 | 2024-02-12T20:38:25.146Z | Documenting fatfs v0.3.6 |
3032 | 2024-02-12T20:38:25.594Z | warning: `wicket` (lib doc) generated 1 warning |
3033 | 2024-02-12T20:38:25.597Z | Documenting nanorand v0.7.0 |
3034 | 2024-02-12T20:38:27.588Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3035 | 2024-02-12T20:38:28.820Z | Documenting topological-sort v0.2.2 |
3036 | 2024-02-12T20:38:29.724Z | Documenting assert_matches v1.5.0 |
3037 | 2024-02-12T20:38:30.279Z | Documenting flume v0.11.0 |
3038 | 2024-02-12T20:38:32.739Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3039 | 2024-02-12T20:38:33.362Z | Documenting omicron-zone-package v0.11.0 |
3040 | 2024-02-12T20:38:34.083Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3041 | 2024-02-12T20:38:36.096Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3042 | 2024-02-12T20:38:38.267Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3043 | 2024-02-12T20:38:39.229Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3044 | 2024-02-12T20:38:42.353Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3045 | 2024-02-12T20:38:46.126Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3046 | 2024-02-12T20:38:49.575Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3047 | 2024-02-12T20:38:50.342Z | Documenting termios v0.3.3 |
3048 | 2024-02-12T20:38:53.652Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3049 | 2024-02-12T20:38:53.652Z | --> sled-agent/src/sim/instance.rs:46:7 |
3050 | 2024-02-12T20:38:53.652Z | | |
3051 | 2024-02-12T20:38:53.652Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3052 | 2024-02-12T20:38:53.652Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3053 | 2024-02-12T20:38:53.652Z | | |
3054 | 2024-02-12T20:38:53.652Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3055 | 2024-02-12T20:38:53.652Z | |
3056 | 2024-02-12T20:38:54.378Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3057 | 2024-02-12T20:38:56.872Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3058 | 2024-02-12T20:39:02.178Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3059 | 2024-02-12T20:39:03.079Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3060 | 2024-02-12T20:39:04.236Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3061 | 2024-02-12T20:39:16.816Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3062 | 2024-02-12T20:39:26.355Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3063 | 2024-02-12T20:39:27.389Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3064 | 2024-02-12T20:39:36.720Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3065 | 2024-02-12T20:39:36.720Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3066 | 2024-02-12T20:39:36.720Z | | |
3067 | 2024-02-12T20:39:36.720Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3068 | 2024-02-12T20:39:36.720Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3069 | 2024-02-12T20:39:36.720Z | | |
3070 | 2024-02-12T20:39:36.720Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3071 | 2024-02-12T20:39:36.720Z | |
3072 | 2024-02-12T20:39:42.614Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3073 | 2024-02-12T20:39:45.872Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3074 | 2024-02-12T20:39:46.089Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3075 | 2024-02-12T20:39:46.729Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3076 | 2024-02-12T20:39:52.205Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3077 | 2024-02-12T20:39:52.556Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3078 | 2024-02-12T20:39:52.575Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3079 | 2024-02-12T20:40:16.491Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3080 | 2024-02-12T20:41:01.919Z | warning: unresolved link to `VolumeConstructionRequest` |
3081 | 2024-02-12T20:41:01.919Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3082 | 2024-02-12T20:41:01.919Z | | |
3083 | 2024-02-12T20:41:01.920Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3084 | 2024-02-12T20:41:01.920Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3085 | 2024-02-12T20:41:01.920Z | | |
3086 | 2024-02-12T20:41:01.920Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3087 | 2024-02-12T20:41:01.920Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3088 | 2024-02-12T20:41:01.920Z | |
3089 | 2024-02-12T20:41:01.924Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3090 | 2024-02-12T20:41:01.924Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3091 | 2024-02-12T20:41:01.924Z | | |
3092 | 2024-02-12T20:41:01.924Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3093 | 2024-02-12T20:41:01.924Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3094 | 2024-02-12T20:41:01.924Z | |
3095 | 2024-02-12T20:41:01.924Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3096 | 2024-02-12T20:41:01.924Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3097 | 2024-02-12T20:41:01.924Z | | |
3098 | 2024-02-12T20:41:01.924Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3099 | 2024-02-12T20:41:01.924Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3100 | 2024-02-12T20:41:01.924Z | |
3101 | 2024-02-12T20:41:01.924Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3102 | 2024-02-12T20:41:01.924Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3103 | 2024-02-12T20:41:01.924Z | | |
3104 | 2024-02-12T20:41:01.924Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3105 | 2024-02-12T20:41:01.924Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3106 | 2024-02-12T20:41:01.924Z | |
3107 | 2024-02-12T20:41:01.924Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3108 | 2024-02-12T20:41:01.924Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3109 | 2024-02-12T20:41:01.924Z | | |
3110 | 2024-02-12T20:41:01.924Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3111 | 2024-02-12T20:41:01.924Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3112 | 2024-02-12T20:41:01.925Z | |
3113 | 2024-02-12T20:41:01.925Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3114 | 2024-02-12T20:41:01.925Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3115 | 2024-02-12T20:41:01.925Z | | |
3116 | 2024-02-12T20:41:01.925Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3117 | 2024-02-12T20:41:01.925Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3118 | 2024-02-12T20:41:01.925Z | |
3119 | 2024-02-12T20:41:01.925Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3120 | 2024-02-12T20:41:01.925Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3121 | 2024-02-12T20:41:01.925Z | | |
3122 | 2024-02-12T20:41:01.925Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3123 | 2024-02-12T20:41:01.925Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3124 | 2024-02-12T20:41:01.925Z | |
3125 | 2024-02-12T20:41:04.792Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3126 | 2024-02-12T20:41:20.516Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 16s |
3127 | 2024-02-12T20:41:20.621Z | |
3128 | 2024-02-12T20:41:20.621Z | real 11:16.894285931 |
3129 | 2024-02-12T20:41:20.622Z | user 30:27.577635804 |
3130 | 2024-02-12T20:41:20.622Z | sys 48:49.022202071 |
3131 | 2024-02-12T20:41:20.622Z | trap 0.944406621 |
3132 | 2024-02-12T20:41:20.622Z | tflt 0.071064528 |
3133 | 2024-02-12T20:41:20.622Z | dflt 0.533321611 |
3134 | 2024-02-12T20:41:20.632Z | kflt 0.000151869 |
3135 | 2024-02-12T20:41:20.632Z | lock 2:02:23.860471567 |
3136 | 2024-02-12T20:41:20.632Z | slp 2:50:44.231982379 |
3137 | 2024-02-12T20:41:20.632Z | lat 4:42.156633155 |
3138 | 2024-02-12T20:41:20.632Z | stop 1:27.179669305 |
3139 | 2024-02-12T20:41:20.632Z | process exited: duration 1276013 ms, exit code 0 |
|
3140 | 2024-02-12T20:41:20.661Z | found 0 output files |