|
|
|
1 | 2024-02-25T04:08:01.071Z | job assigned to worker 01HQF73QHWHB6FPZTG9XX4RAVA (queued for 1 m 5 s) |
|
2 | 2024-02-25T04:08:01.334Z | starting task 0: "setup" |
3 | 2024-02-25T04:08:01.420Z | ++ uname -s |
4 | 2024-02-25T04:08:01.423Z | + kern=SunOS |
5 | 2024-02-25T04:08:01.423Z | + case "$kern" in |
6 | 2024-02-25T04:08:01.423Z | + groupadd -g 12345 build |
7 | 2024-02-25T04:08:01.423Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-25T04:08:03.434Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-25T04:08:03.518Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-25T04:08:03.521Z | + home_fs=zfs |
11 | 2024-02-25T04:08:03.522Z | + [[ zfs == autofs ]] |
12 | 2024-02-25T04:08:03.522Z | + mkdir -p /home/build |
13 | 2024-02-25T04:08:03.525Z | + chown build:build /home/build /work |
14 | 2024-02-25T04:08:04.525Z | + chmod 0700 /home/build /work |
15 | 2024-02-25T04:08:04.528Z | process exited: duration 3198 ms, exit code 0 |
|
16 | 2024-02-25T04:08:04.535Z | starting task 1: "rust-toolchain" |
17 | 2024-02-25T04:08:04.542Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-25T04:08:04.545Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-25T04:08:04.706Z | info: downloading installer |
20 | 2024-02-25T04:08:06.312Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-25T04:08:06.312Z | warning: /opt/ooce/bin |
22 | 2024-02-25T04:08:06.312Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-25T04:08:06.312Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-25T04:08:06.312Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-25T04:08:06.312Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-25T04:08:06.312Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-25T04:08:06.312Z | error: cannot install while Rust is installed |
28 | 2024-02-25T04:08:06.312Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-25T04:08:06.445Z | info: profile set to 'default' |
30 | 2024-02-25T04:08:06.445Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-25T04:08:06.448Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-25T04:08:06.613Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-25T04:08:06.614Z | info: downloading component 'cargo' |
34 | 2024-02-25T04:08:07.568Z | info: downloading component 'clippy' |
35 | 2024-02-25T04:08:07.903Z | info: downloading component 'rust-docs' |
36 | 2024-02-25T04:08:09.096Z | info: downloading component 'rust-std' |
37 | 2024-02-25T04:08:12.145Z | info: downloading component 'rustc' |
38 | 2024-02-25T04:08:16.475Z | info: downloading component 'rustfmt' |
39 | 2024-02-25T04:08:16.838Z | info: installing component 'cargo' |
40 | 2024-02-25T04:08:17.726Z | info: installing component 'clippy' |
41 | 2024-02-25T04:08:18.140Z | info: installing component 'rust-docs' |
42 | 2024-02-25T04:08:19.659Z | info: installing component 'rust-std' |
43 | 2024-02-25T04:08:21.553Z | info: installing component 'rustc' |
44 | 2024-02-25T04:08:25.783Z | info: installing component 'rustfmt' |
45 | 2024-02-25T04:08:26.107Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-25T04:08:26.108Z | |
47 | 2024-02-25T04:08:26.379Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-25T04:08:26.379Z | |
49 | 2024-02-25T04:08:26.388Z | |
50 | 2024-02-25T04:08:26.388Z | Rust is installed now. Great! |
51 | 2024-02-25T04:08:26.388Z | |
52 | 2024-02-25T04:08:26.388Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-25T04:08:26.388Z | environment variable. This has not been done automatically. |
54 | 2024-02-25T04:08:26.389Z | |
55 | 2024-02-25T04:08:26.389Z | To configure your current shell, run: |
56 | 2024-02-25T04:08:26.389Z | source "$HOME/.cargo/env" |
57 | 2024-02-25T04:08:26.431Z | + rustc --version |
58 | 2024-02-25T04:08:26.496Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-25T04:08:26.505Z | process exited: duration 21957 ms, exit code 0 |
|
60 | 2024-02-25T04:08:26.531Z | starting task 2: "authentication" |
61 | 2024-02-25T04:08:26.558Z | process exited: duration 27 ms, exit code 0 |
|
62 | 2024-02-25T04:08:26.577Z | starting task 3: "clone repository" |
63 | 2024-02-25T04:08:26.586Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-25T04:08:26.586Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-25T04:08:26.804Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-25T04:08:32.217Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-25T04:08:32.233Z | + git fetch origin 960f77fd93b2d7dded6681ee757e91a2d85fc975 |
68 | 2024-02-25T04:08:32.533Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-25T04:08:32.534Z | * branch 960f77fd93b2d7dded6681ee757e91a2d85fc975 -> FETCH_HEAD |
70 | 2024-02-25T04:08:32.545Z | + [[ -n '' ]] |
71 | 2024-02-25T04:08:32.545Z | + git reset --hard 960f77fd93b2d7dded6681ee757e91a2d85fc975 |
72 | 2024-02-25T04:08:32.661Z | HEAD is now at 960f77fd9 chore(deps): update taiki-e/install-action digest to b7add58 |
73 | 2024-02-25T04:08:32.685Z | process exited: duration 6077 ms, exit code 0 |
|
74 | 2024-02-25T04:08:32.721Z | starting task 4: "build" |
75 | 2024-02-25T04:08:32.743Z | + cargo --version |
76 | 2024-02-25T04:08:32.743Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-25T04:08:32.863Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-25T04:08:32.870Z | info: downloading component 'cargo' |
79 | 2024-02-25T04:08:33.562Z | info: downloading component 'clippy' |
80 | 2024-02-25T04:08:33.783Z | info: downloading component 'rust-docs' |
81 | 2024-02-25T04:08:34.634Z | info: downloading component 'rust-std' |
82 | 2024-02-25T04:08:35.907Z | info: downloading component 'rustc' |
83 | 2024-02-25T04:08:40.038Z | info: downloading component 'rustfmt' |
84 | 2024-02-25T04:08:40.383Z | info: installing component 'cargo' |
85 | 2024-02-25T04:08:41.243Z | info: installing component 'clippy' |
86 | 2024-02-25T04:08:41.587Z | info: installing component 'rust-docs' |
87 | 2024-02-25T04:08:43.108Z | info: installing component 'rust-std' |
88 | 2024-02-25T04:08:44.777Z | info: installing component 'rustc' |
89 | 2024-02-25T04:08:48.856Z | info: installing component 'rustfmt' |
90 | 2024-02-25T04:08:49.238Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-25T04:08:49.242Z | + rustc --version |
92 | 2024-02-25T04:08:49.310Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-25T04:08:49.313Z | + source ./env.sh |
94 | 2024-02-25T04:08:49.314Z | ++ set -o xtrace |
95 | 2024-02-25T04:08:49.314Z | ++++ dirname ./env.sh |
96 | 2024-02-25T04:08:49.447Z | +++ cd . |
97 | 2024-02-25T04:08:49.450Z | +++ echo /work/oxidecomputer/omicron |
98 | 2024-02-25T04:08:49.451Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
99 | 2024-02-25T04:08:49.451Z | ++ 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-25T04:08:49.451Z | ++ 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-25T04:08:49.451Z | ++ 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-25T04:08:49.451Z | ++ 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-25T04:08:49.451Z | ++ 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-25T04:08:49.451Z | ++ 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-25T04:08:49.451Z | ++ 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-25T04:08:49.451Z | ++ 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-25T04:08:49.451Z | ++ unset OMICRON_WS |
108 | 2024-02-25T04:08:49.451Z | ++ set +o xtrace |
109 | 2024-02-25T04:08:49.582Z | |
110 | 2024-02-25T04:08:49.582Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-02-25T04:08:49.582Z | # # # # # # # # # # # # # # # |
112 | 2024-02-25T04:08:49.582Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-02-25T04:08:49.582Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-02-25T04:08:49.582Z | # # # # # # # # # # # # # # # |
115 | 2024-02-25T04:08:49.582Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-02-25T04:08:49.582Z | |
117 | 2024-02-25T04:09:05.615Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-02-25T04:09:06.825Z | Startup: Caching catalogs ... Done |
119 | 2024-02-25T04:09:08.375Z | Planning: Solver setup ... Done (1.205s) |
120 | 2024-02-25T04:09:08.399Z | Planning: Running solver ... Done (0.029s) |
121 | 2024-02-25T04:09:08.719Z | Planning: Finding local manifests ... Done (0.297s) |
122 | 2024-02-25T04:09:08.738Z | Planning: Fetching manifests: 0/4 0% complete |
123 | 2024-02-25T04:09:08.991Z | Planning: Fetching manifests: 4/4 100% complete |
124 | 2024-02-25T04:09:09.033Z | Planning: Package planning ... Done (0.048s) |
125 | 2024-02-25T04:09:09.501Z | Planning: Merging actions ... Done (0.051s) |
126 | 2024-02-25T04:09:10.771Z | Planning: Checking for conflicting actions ... Done (1.687s) |
127 | 2024-02-25T04:09:10.780Z | Planning: Consolidating action changes ... Done (0.011s) |
128 | 2024-02-25T04:09:15.564Z | Planning: Evaluating mediators ... Done (4.782s) |
129 | 2024-02-25T04:09:15.573Z | Planning: Planning completed in 8.69 seconds |
130 | 2024-02-25T04:09:15.686Z | Packages to install: 4 |
131 | 2024-02-25T04:09:15.693Z | Mediators to change: 2 |
132 | 2024-02-25T04:09:15.693Z | Services to change: 1 |
133 | 2024-02-25T04:09:15.693Z | Estimated space available: 148.87 GB |
134 | 2024-02-25T04:09:15.693Z | Estimated space to be consumed: 1.41 GB |
135 | 2024-02-25T04:09:15.693Z | Create boot environment: No |
136 | 2024-02-25T04:09:15.693Z | Create backup boot environment: No |
137 | 2024-02-25T04:09:15.693Z | Rebuild boot archive: No |
138 | 2024-02-25T04:09:15.693Z | |
139 | 2024-02-25T04:09:15.693Z | Changed mediators: |
140 | 2024-02-25T04:09:15.693Z | mediator clang: |
141 | 2024-02-25T04:09:15.693Z | version: None -> 15 (system default) |
142 | 2024-02-25T04:09:15.693Z | |
143 | 2024-02-25T04:09:15.693Z | mediator llvm: |
144 | 2024-02-25T04:09:15.693Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-02-25T04:09:15.693Z | |
146 | 2024-02-25T04:09:15.693Z | Changed packages: |
147 | 2024-02-25T04:09:15.693Z | helios-dev |
148 | 2024-02-25T04:09:15.693Z | developer/build-essential |
149 | 2024-02-25T04:09:15.693Z | None -> 11-2.0 |
150 | 2024-02-25T04:09:15.693Z | library/libxmlsec1 |
151 | 2024-02-25T04:09:15.693Z | None -> 1.2.35-2.0 |
152 | 2024-02-25T04:09:15.693Z | ooce/developer/clang-15 |
153 | 2024-02-25T04:09:15.693Z | None -> 15.0.7-2.0 |
154 | 2024-02-25T04:09:15.693Z | ooce/developer/llvm-15 |
155 | 2024-02-25T04:09:15.694Z | None -> 15.0.7-2.0 |
156 | 2024-02-25T04:09:15.694Z | |
157 | 2024-02-25T04:09:15.694Z | Services: |
158 | 2024-02-25T04:09:15.694Z | restart_fmri: |
159 | 2024-02-25T04:09:15.694Z | svc:/system/update-man-index:default |
160 | 2024-02-25T04:09:16.025Z | |
161 | 2024-02-25T04:09:16.025Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
162 | 2024-02-25T04:09:21.028Z | Download: 717/3290 items 18.2/212.6MB 8% complete (3.8M/s) |
163 | 2024-02-25T04:09:26.044Z | Download: 1191/3290 items 67.7/212.6MB 31% complete (6.8M/s) |
164 | 2024-02-25T04:09:42.893Z | Download: 1197/3290 items 83.5/212.6MB 39% complete |
165 | 2024-02-25T04:09:47.892Z | Download: 3071/3290 items 121.4/212.6MB 57% complete (7.6M/s) |
166 | 2024-02-25T04:09:50.566Z | Download: Completed 212.60 MB in 34.54 seconds (6.2M/s) |
167 | 2024-02-25T04:09:54.984Z | Actions: 1/3689 actions (Installing new actions) |
168 | 2024-02-25T04:10:00.031Z | Actions: 3555/3689 actions (Installing new actions) |
169 | 2024-02-25T04:10:00.399Z | Actions: Completed 3689 actions in 5.41 seconds. |
170 | 2024-02-25T04:10:00.570Z | Done (0.167s) |
171 | 2024-02-25T04:10:00.571Z | Done (0.000s) |
172 | 2024-02-25T04:10:00.791Z | Done (0.219s) |
173 | 2024-02-25T04:10:06.240Z | Done (5.323s) |
174 | 2024-02-25T04:10:06.429Z | Done (0.119s) |
175 | 2024-02-25T04:10:06.433Z | Done (0.000s) |
176 | 2024-02-25T04:10:06.593Z | Done (0.000s) |
177 | 2024-02-25T04:10:07.100Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-25T04:10:07.265Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-02-25T04:10:07.677Z | Planning: Consolidating action changes ... Done |
180 | 2024-02-25T04:10:07.682Z | Planning: Evaluating mediators ... Done |
181 | 2024-02-25T04:10:07.682Z | Planning: Planning completed in 0.43 seconds |
182 | 2024-02-25T04:10:07.682Z | Mediators to change: 2 |
183 | 2024-02-25T04:10:07.682Z | Create boot environment: No |
184 | 2024-02-25T04:10:07.682Z | Create backup boot environment: No |
185 | 2024-02-25T04:10:07.682Z | Done |
186 | 2024-02-25T04:10:07.682Z | Done |
187 | 2024-02-25T04:10:07.771Z | Done |
188 | 2024-02-25T04:10:11.421Z | Done |
189 | 2024-02-25T04:10:11.507Z | Done |
190 | 2024-02-25T04:10:11.511Z | Done |
191 | 2024-02-25T04:10:11.623Z | Done |
192 | 2024-02-25T04:10:12.252Z | Planning: Evaluating mediator changes ... Done |
193 | 2024-02-25T04:10:12.255Z | Planning: Merging actions ... Done |
194 | 2024-02-25T04:10:12.449Z | Planning: Checking for conflicting actions ... Done |
195 | 2024-02-25T04:10:12.452Z | Planning: Consolidating action changes ... Done |
196 | 2024-02-25T04:10:12.716Z | Planning: Evaluating mediators ... Done |
197 | 2024-02-25T04:10:12.772Z | Planning: Planning completed in 0.80 seconds |
198 | 2024-02-25T04:10:12.807Z | Packages to change: 1 |
199 | 2024-02-25T04:10:12.807Z | Mediators to change: 1 |
200 | 2024-02-25T04:10:12.811Z | Services to change: 1 |
201 | 2024-02-25T04:10:12.811Z | Create boot environment: No |
202 | 2024-02-25T04:10:12.811Z | Create backup boot environment: Yes |
203 | 2024-02-25T04:10:14.553Z | Actions: 1/6 actions (Updating modified actions) |
204 | 2024-02-25T04:10:14.587Z | Actions: Completed 6 actions in 0.03 seconds. |
205 | 2024-02-25T04:10:14.590Z | Done |
206 | 2024-02-25T04:10:14.590Z | Done |
207 | 2024-02-25T04:10:14.639Z | Done |
208 | 2024-02-25T04:10:18.280Z | Done |
209 | 2024-02-25T04:10:18.372Z | Done |
210 | 2024-02-25T04:10:18.375Z | Done |
211 | 2024-02-25T04:10:18.478Z | Done |
212 | 2024-02-25T04:10:18.902Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
213 | 2024-02-25T04:10:18.902Z | clang system 15 system |
214 | 2024-02-25T04:10:18.902Z | csh system system illumos |
215 | 2024-02-25T04:10:18.903Z | ctags system system illumos |
216 | 2024-02-25T04:10:18.903Z | gcc vendor 12 vendor |
217 | 2024-02-25T04:10:18.903Z | gcc system 10 system |
218 | 2024-02-25T04:10:18.903Z | gcc system 7 system |
219 | 2024-02-25T04:10:18.903Z | go system 1.20 system |
220 | 2024-02-25T04:10:18.903Z | go system 1.19 system |
221 | 2024-02-25T04:10:18.903Z | llvm system 15 system |
222 | 2024-02-25T04:10:18.903Z | llvm system 14 system |
223 | 2024-02-25T04:10:18.903Z | mariadb system 10.6 system |
224 | 2024-02-25T04:10:18.903Z | mta vendor vendor dma |
225 | 2024-02-25T04:10:18.903Z | openjdk system 17 system |
226 | 2024-02-25T04:10:18.903Z | openjdk system 11 system |
227 | 2024-02-25T04:10:18.903Z | openjdk system 1.8 system |
228 | 2024-02-25T04:10:18.904Z | openssl vendor 3 vendor |
229 | 2024-02-25T04:10:18.904Z | perl system 5.36 system |
230 | 2024-02-25T04:10:18.904Z | postgresql system 15 system |
231 | 2024-02-25T04:10:18.904Z | postgresql system 13 system |
232 | 2024-02-25T04:10:18.904Z | python vendor 3 vendor |
233 | 2024-02-25T04:10:18.904Z | python system 2 system |
234 | 2024-02-25T04:10:18.904Z | python3 system 3.11 system |
235 | 2024-02-25T04:10:18.904Z | ruby system 3.0 system |
236 | 2024-02-25T04:10:18.904Z | words vendor vendor american-english |
237 | 2024-02-25T04:10:18.904Z | words system system australian-english |
238 | 2024-02-25T04:10:18.904Z | words system system british-english |
239 | 2024-02-25T04:10:18.904Z | words system system canadian-english |
240 | 2024-02-25T04:10:18.905Z | words system system french |
241 | 2024-02-25T04:10:18.905Z | words system system italian |
242 | 2024-02-25T04:10:18.905Z | words system system ngerman |
243 | 2024-02-25T04:10:18.905Z | words system system ogerman |
244 | 2024-02-25T04:10:18.905Z | words system system spanish |
245 | 2024-02-25T04:10:19.228Z | FMRI IFO |
246 | 2024-02-25T04:10:19.228Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-02-25T04:10:19.228Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-02-25T04:10:19.228Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-02-25T04:10:19.228Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-02-25T04:10:19.228Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-02-25T04:10:19.228Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-02-25T04:10:19.229Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-02-25T04:10:19.229Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-02-25T04:10:19.283Z | + set -o errexit |
255 | 2024-02-25T04:10:19.290Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2024-02-25T04:10:19.290Z | ++ cd ./tools |
257 | 2024-02-25T04:10:19.290Z | ++ pwd |
258 | 2024-02-25T04:10:19.290Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2024-02-25T04:10:19.290Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2024-02-25T04:10:19.291Z | + ARG0=ci_download_cockroachdb |
261 | 2024-02-25T04:10:19.300Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2024-02-25T04:10:19.300Z | + CIDL_VERSION=v22.1.9 |
263 | 2024-02-25T04:10:19.300Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2024-02-25T04:10:19.300Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
265 | 2024-02-25T04:10:19.300Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
266 | 2024-02-25T04:10:19.300Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
267 | 2024-02-25T04:10:19.300Z | + TARGET_DIR=out |
268 | 2024-02-25T04:10:19.300Z | + DOWNLOAD_DIR=out/downloads |
269 | 2024-02-25T04:10:19.300Z | + DEST_DIR=./out/cockroachdb |
270 | 2024-02-25T04:10:19.300Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2024-02-25T04:10:19.300Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2024-02-25T04:10:19.300Z | + main |
273 | 2024-02-25T04:10:19.301Z | + [[ 0 != 0 ]] |
274 | 2024-02-25T04:10:19.301Z | + CIDL_OS=solaris2.11 |
275 | 2024-02-25T04:10:19.301Z | + [[ 0 != 0 ]] |
276 | 2024-02-25T04:10:19.301Z | + configure_os solaris2.11 |
277 | 2024-02-25T04:10:19.301Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2024-02-25T04:10:19.301Z | current directory: /work/oxidecomputer/omicron |
279 | 2024-02-25T04:10:19.301Z | + echo 'configuring based on OS: "solaris2.11"' |
280 | 2024-02-25T04:10:19.301Z | + case "$1" in |
281 | 2024-02-25T04:10:19.301Z | configuring based on OS: "solaris2.11" |
282 | 2024-02-25T04:10:19.301Z | + CIDL_BUILD=illumos |
283 | 2024-02-25T04:10:19.301Z | + CIDL_SUFFIX=tar.gz |
284 | 2024-02-25T04:10:19.301Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
285 | 2024-02-25T04:10:19.301Z | + CIDL_URL_BASE=https://illumos.org/downloads |
286 | 2024-02-25T04:10:19.301Z | + CIDL_ASSEMBLE=do_assemble_illumos |
287 | 2024-02-25T04:10:19.302Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
288 | 2024-02-25T04:10:19.302Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-02-25T04:10:19.302Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-25T04:10:19.302Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
291 | 2024-02-25T04:10:19.302Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-25T04:10:19.302Z | + CIDL_SHA256FUNC=do_sha256sum |
293 | 2024-02-25T04:10:19.302Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2024-02-25T04:10:19.302Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-25T04:10:19.302Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-02-25T04:10:19.302Z | + mkdir -p out/downloads |
297 | 2024-02-25T04:10:19.302Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-25T04:10:19.302Z | + mkdir -p ./out/cockroachdb |
299 | 2024-02-25T04:10:19.303Z | + local DO_DOWNLOAD=true |
300 | 2024-02-25T04:10:19.303Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2024-02-25T04:10:19.303Z | + '[' true == true ']' |
302 | 2024-02-25T04:10:19.303Z | + echo Downloading... |
303 | 2024-02-25T04:10:19.303Z | Downloading... |
304 | 2024-02-25T04:10:19.303Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-02-25T04:10:19.303Z | + 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 |
306 | 2024-02-25T04:10:22.238Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-02-25T04:10:22.241Z | ++ sha256sum |
308 | 2024-02-25T04:10:22.241Z | ++ awk '{print $1}' |
309 | 2024-02-25T04:10:22.758Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
310 | 2024-02-25T04:10:22.758Z | + [[ 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 ]] |
311 | 2024-02-25T04:10:22.765Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-02-25T04:10:22.765Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2024-02-25T04:10:24.538Z | + do_assemble_illumos |
314 | 2024-02-25T04:10:24.538Z | + rm -r ./out/cockroachdb |
315 | 2024-02-25T04:10:24.541Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2024-02-25T04:10:24.918Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2024-02-25T04:10:25.101Z | Build Tag: v22.1.9-dirty |
318 | 2024-02-25T04:10:25.101Z | Build Time: 2022/10/26 21:17:46 |
319 | 2024-02-25T04:10:25.101Z | Distribution: OSS |
320 | 2024-02-25T04:10:25.101Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2024-02-25T04:10:25.101Z | Go Version: go1.17.13 |
322 | 2024-02-25T04:10:25.101Z | C Compiler: gcc 10.3.0 |
323 | 2024-02-25T04:10:25.102Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2024-02-25T04:10:25.102Z | Build Type: release |
325 | 2024-02-25T04:10:25.113Z | + set -o errexit |
326 | 2024-02-25T04:10:25.114Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2024-02-25T04:10:25.114Z | ++ cd ./tools |
328 | 2024-02-25T04:10:25.114Z | ++ pwd |
329 | 2024-02-25T04:10:25.114Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2024-02-25T04:10:25.114Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2024-02-25T04:10:25.114Z | + ARG0=ci_download_clickhouse |
332 | 2024-02-25T04:10:25.114Z | + TARGET_DIR=out |
333 | 2024-02-25T04:10:25.114Z | + DOWNLOAD_DIR=out/downloads |
334 | 2024-02-25T04:10:25.114Z | + DEST_DIR=./out/clickhouse |
335 | 2024-02-25T04:10:25.114Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
336 | 2024-02-25T04:10:25.114Z | + CIDL_VERSION=v22.8.9.24 |
337 | 2024-02-25T04:10:25.114Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2024-02-25T04:10:25.114Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
339 | 2024-02-25T04:10:25.114Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
340 | 2024-02-25T04:10:25.114Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
341 | 2024-02-25T04:10:25.114Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2024-02-25T04:10:25.128Z | + main |
343 | 2024-02-25T04:10:25.128Z | + [[ 0 != 0 ]] |
344 | 2024-02-25T04:10:25.128Z | + CIDL_OS=solaris2.11 |
345 | 2024-02-25T04:10:25.128Z | + [[ 0 != 0 ]] |
346 | 2024-02-25T04:10:25.128Z | + configure_os solaris2.11 |
347 | 2024-02-25T04:10:25.128Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2024-02-25T04:10:25.128Z | current directory: /work/oxidecomputer/omicron |
349 | 2024-02-25T04:10:25.128Z | configuring based on OS: "solaris2.11" |
350 | 2024-02-25T04:10:25.128Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2024-02-25T04:10:25.129Z | + CIDL_DASHREV= |
352 | 2024-02-25T04:10:25.129Z | + case "$1" in |
353 | 2024-02-25T04:10:25.129Z | + CIDL_PLATFORM=illumos |
354 | 2024-02-25T04:10:25.129Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2024-02-25T04:10:25.129Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2024-02-25T04:10:25.129Z | + CIDL_DASHREV=-1 |
357 | 2024-02-25T04:10:25.129Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
358 | 2024-02-25T04:10:25.129Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-25T04:10:25.129Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-25T04:10:25.130Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-25T04:10:25.130Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2024-02-25T04:10:25.130Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-02-25T04:10:25.130Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-02-25T04:10:25.130Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2024-02-25T04:10:25.130Z | + mkdir -p out/downloads |
366 | 2024-02-25T04:10:25.130Z | + mkdir -p ./out/clickhouse |
367 | 2024-02-25T04:10:25.130Z | + local DO_DOWNLOAD=true |
368 | 2024-02-25T04:10:25.130Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
369 | 2024-02-25T04:10:25.130Z | + '[' true == true ']' |
370 | 2024-02-25T04:10:25.131Z | + echo Downloading... |
371 | 2024-02-25T04:10:25.131Z | Downloading... |
372 | 2024-02-25T04:10:25.131Z | + 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 |
373 | 2024-02-25T04:10:25.131Z | + 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 |
374 | 2024-02-25T04:10:26.403Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2024-02-25T04:10:26.407Z | ++ md5sum |
376 | 2024-02-25T04:10:26.407Z | ++ awk '{print $1}' |
377 | 2024-02-25T04:10:26.594Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
378 | 2024-02-25T04:10:26.594Z | + [[ 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 ]] |
379 | 2024-02-25T04:10:26.599Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
380 | 2024-02-25T04:10:26.599Z | + mkdir -p ./out/clickhouse |
381 | 2024-02-25T04:10:26.600Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
382 | 2024-02-25T04:10:29.743Z | + ./out/clickhouse/clickhouse server --version |
383 | 2024-02-25T04:10:29.768Z | ClickHouse server version 22.8.9.1. |
384 | 2024-02-25T04:10:29.786Z | + set -o errexit |
385 | 2024-02-25T04:10:29.796Z | +++ dirname ./tools/ci_download_console |
386 | 2024-02-25T04:10:29.796Z | ++ cd ./tools |
387 | 2024-02-25T04:10:29.796Z | ++ pwd |
388 | 2024-02-25T04:10:29.797Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2024-02-25T04:10:29.797Z | ++ basename ./tools/ci_download_console |
390 | 2024-02-25T04:10:29.797Z | + ARG0=ci_download_console |
391 | 2024-02-25T04:10:29.797Z | + TARGET_DIR=out |
392 | 2024-02-25T04:10:29.798Z | + DOWNLOAD_DIR=out/downloads |
393 | 2024-02-25T04:10:29.798Z | + DEST_DIR=./out/console-assets |
394 | 2024-02-25T04:10:29.798Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2024-02-25T04:10:29.798Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
396 | 2024-02-25T04:10:29.799Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
397 | 2024-02-25T04:10:29.799Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
398 | 2024-02-25T04:10:29.799Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2024-02-25T04:10:29.799Z | + main |
400 | 2024-02-25T04:10:29.799Z | + [[ 0 != 0 ]] |
401 | 2024-02-25T04:10:29.800Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
402 | 2024-02-25T04:10:29.800Z | + echo 'Local file: out/downloads/console.tar.gz' |
403 | 2024-02-25T04:10:29.800Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
404 | 2024-02-25T04:10:29.800Z | Local file: out/downloads/console.tar.gz |
405 | 2024-02-25T04:10:29.800Z | + local DO_DOWNLOAD=true |
406 | 2024-02-25T04:10:29.800Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2024-02-25T04:10:29.800Z | + mkdir -p out/downloads |
408 | 2024-02-25T04:10:29.800Z | + '[' true == true ']' |
409 | 2024-02-25T04:10:29.801Z | + echo Downloading... |
410 | 2024-02-25T04:10:29.801Z | Downloading... |
411 | 2024-02-25T04:10:29.801Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
412 | 2024-02-25T04:10:29.801Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
413 | 2024-02-25T04:10:30.371Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2024-02-25T04:10:30.375Z | ++ case "$OSTYPE" in |
415 | 2024-02-25T04:10:30.375Z | ++ SHA=sha256sum |
416 | 2024-02-25T04:10:30.375Z | ++ sha256sum |
417 | 2024-02-25T04:10:30.375Z | ++ awk '{print $1}' |
418 | 2024-02-25T04:10:30.380Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
419 | 2024-02-25T04:10:30.386Z | + [[ 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 ]] |
420 | 2024-02-25T04:10:30.386Z | + rm -rf ./out/console-assets |
421 | 2024-02-25T04:10:30.386Z | + mkdir -p ./out/console-assets |
422 | 2024-02-25T04:10:30.386Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2024-02-25T04:10:30.386Z | + mkdir -p ./out/console-assets |
424 | 2024-02-25T04:10:30.397Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2024-02-25T04:10:30.483Z | + set -o errexit |
426 | 2024-02-25T04:10:30.502Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2024-02-25T04:10:30.502Z | ++ cd ./tools |
428 | 2024-02-25T04:10:30.502Z | ++ pwd |
429 | 2024-02-25T04:10:30.502Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2024-02-25T04:10:30.502Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2024-02-25T04:10:30.502Z | + ARG0=ci_download_maghemite_openapi |
432 | 2024-02-25T04:10:30.502Z | + TARGET_DIR=out |
433 | 2024-02-25T04:10:30.502Z | + DOWNLOAD_DIR=out/downloads |
434 | 2024-02-25T04:10:30.503Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2024-02-25T04:10:30.503Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
436 | 2024-02-25T04:10:30.503Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
437 | 2024-02-25T04:10:30.503Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
438 | 2024-02-25T04:10:30.503Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
439 | 2024-02-25T04:10:30.503Z | + main |
440 | 2024-02-25T04:10:30.503Z | + [[ 0 != 0 ]] |
441 | 2024-02-25T04:10:30.503Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
442 | 2024-02-25T04:10:30.504Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
443 | 2024-02-25T04:10:30.504Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
444 | 2024-02-25T04:10:30.504Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
445 | 2024-02-25T04:10:30.504Z | + local DO_DOWNLOAD=true |
446 | 2024-02-25T04:10:30.504Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
447 | 2024-02-25T04:10:30.504Z | + mkdir -p out/downloads |
448 | 2024-02-25T04:10:30.504Z | + '[' true == true ']' |
449 | 2024-02-25T04:10:30.504Z | + echo Downloading... |
450 | 2024-02-25T04:10:30.504Z | Downloading... |
451 | 2024-02-25T04:10:30.504Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
452 | 2024-02-25T04:10:30.504Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
453 | 2024-02-25T04:10:30.689Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
454 | 2024-02-25T04:10:30.689Z | ++ case "$OSTYPE" in |
455 | 2024-02-25T04:10:30.693Z | ++ SHA=sha256sum |
456 | 2024-02-25T04:10:30.694Z | ++ sha256sum |
457 | 2024-02-25T04:10:30.694Z | ++ awk '{print $1}' |
458 | 2024-02-25T04:10:30.700Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
459 | 2024-02-25T04:10:30.701Z | + [[ 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 ]] |
460 | 2024-02-25T04:10:30.701Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2024-02-25T04:10:30.701Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
462 | 2024-02-25T04:10:30.701Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
463 | 2024-02-25T04:10:30.701Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
464 | 2024-02-25T04:10:30.701Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
465 | 2024-02-25T04:10:30.701Z | + main |
466 | 2024-02-25T04:10:30.701Z | + [[ 0 != 0 ]] |
467 | 2024-02-25T04:10:30.701Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
468 | 2024-02-25T04:10:30.701Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
469 | 2024-02-25T04:10:30.701Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
470 | 2024-02-25T04:10:30.701Z | + local DO_DOWNLOAD=true |
471 | 2024-02-25T04:10:30.701Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
472 | 2024-02-25T04:10:30.701Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
473 | 2024-02-25T04:10:30.701Z | + mkdir -p out/downloads |
474 | 2024-02-25T04:10:30.701Z | + '[' true == true ']' |
475 | 2024-02-25T04:10:30.701Z | + echo Downloading... |
476 | 2024-02-25T04:10:30.701Z | Downloading... |
477 | 2024-02-25T04:10:30.701Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
478 | 2024-02-25T04:10:30.701Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
479 | 2024-02-25T04:10:30.795Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
480 | 2024-02-25T04:10:30.798Z | ++ case "$OSTYPE" in |
481 | 2024-02-25T04:10:30.798Z | ++ SHA=sha256sum |
482 | 2024-02-25T04:10:30.798Z | ++ sha256sum |
483 | 2024-02-25T04:10:30.798Z | ++ awk '{print $1}' |
484 | 2024-02-25T04:10:30.801Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
485 | 2024-02-25T04:10:30.801Z | + [[ 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 ]] |
486 | 2024-02-25T04:10:30.822Z | + set -o errexit |
487 | 2024-02-25T04:10:30.825Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2024-02-25T04:10:30.825Z | ++ cd ./tools |
489 | 2024-02-25T04:10:30.825Z | ++ pwd |
490 | 2024-02-25T04:10:30.825Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2024-02-25T04:10:30.825Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2024-02-25T04:10:30.825Z | + ARG0=ci_download_dendrite_openapi |
493 | 2024-02-25T04:10:30.825Z | + TARGET_DIR=out |
494 | 2024-02-25T04:10:30.825Z | + DOWNLOAD_DIR=out/downloads |
495 | 2024-02-25T04:10:30.825Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2024-02-25T04:10:30.825Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
497 | 2024-02-25T04:10:30.825Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
498 | 2024-02-25T04:10:30.825Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
499 | 2024-02-25T04:10:30.825Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-25T04:10:30.825Z | + main |
501 | 2024-02-25T04:10:30.825Z | + [[ 0 != 0 ]] |
502 | 2024-02-25T04:10:30.825Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
503 | 2024-02-25T04:10:30.825Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
504 | 2024-02-25T04:10:30.825Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
505 | 2024-02-25T04:10:30.826Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
506 | 2024-02-25T04:10:30.826Z | + local DO_DOWNLOAD=true |
507 | 2024-02-25T04:10:30.826Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
508 | 2024-02-25T04:10:30.826Z | + mkdir -p out/downloads |
509 | 2024-02-25T04:10:30.826Z | + '[' true == true ']' |
510 | 2024-02-25T04:10:30.826Z | + echo Downloading... |
511 | 2024-02-25T04:10:30.826Z | Downloading... |
512 | 2024-02-25T04:10:30.826Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
513 | 2024-02-25T04:10:30.826Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
514 | 2024-02-25T04:10:30.984Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
515 | 2024-02-25T04:10:30.995Z | ++ case "$OSTYPE" in |
516 | 2024-02-25T04:10:30.995Z | ++ SHA=sha256sum |
517 | 2024-02-25T04:10:30.995Z | ++ sha256sum |
518 | 2024-02-25T04:10:30.995Z | ++ awk '{print $1}' |
519 | 2024-02-25T04:10:30.995Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-02-25T04:10:30.995Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
521 | 2024-02-25T04:10:30.995Z | + set -o errexit |
522 | 2024-02-25T04:10:31.009Z | +++ dirname ./tools/ci_download_dendrite_stub |
523 | 2024-02-25T04:10:31.009Z | ++ cd ./tools |
524 | 2024-02-25T04:10:31.009Z | ++ pwd |
525 | 2024-02-25T04:10:31.009Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2024-02-25T04:10:31.009Z | ++ basename ./tools/ci_download_dendrite_stub |
527 | 2024-02-25T04:10:31.009Z | + ARG0=ci_download_dendrite_stub |
528 | 2024-02-25T04:10:31.009Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
529 | 2024-02-25T04:10:31.009Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
530 | 2024-02-25T04:10:31.009Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
531 | 2024-02-25T04:10:31.009Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
532 | 2024-02-25T04:10:31.009Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
533 | 2024-02-25T04:10:31.009Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
534 | 2024-02-25T04:10:31.009Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
535 | 2024-02-25T04:10:31.009Z | + TARGET_DIR=out |
536 | 2024-02-25T04:10:31.009Z | + DOWNLOAD_DIR=out/downloads |
537 | 2024-02-25T04:10:31.010Z | + DEST_DIR=./out/dendrite-stub |
538 | 2024-02-25T04:10:31.010Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
539 | 2024-02-25T04:10:31.010Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2024-02-25T04:10:31.010Z | + REPO=oxidecomputer/dendrite |
541 | 2024-02-25T04:10:31.010Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
542 | 2024-02-25T04:10:31.010Z | + main |
543 | 2024-02-25T04:10:31.010Z | + [[ 0 != 0 ]] |
544 | 2024-02-25T04:10:31.010Z | + CIDL_OS=solaris2.11 |
545 | 2024-02-25T04:10:31.010Z | + [[ 0 != 0 ]] |
546 | 2024-02-25T04:10:31.010Z | + configure_os solaris2.11 |
547 | 2024-02-25T04:10:31.010Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2024-02-25T04:10:31.010Z | current directory: /work/oxidecomputer/omicron |
549 | 2024-02-25T04:10:31.010Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2024-02-25T04:10:31.010Z | configuring based on OS: "solaris2.11" |
551 | 2024-02-25T04:10:31.010Z | + case "$1" in |
552 | 2024-02-25T04:10:31.010Z | + SET_BINARIES= |
553 | 2024-02-25T04:10:31.011Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
554 | 2024-02-25T04:10:31.011Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2024-02-25T04:10:31.011Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
556 | 2024-02-25T04:10:31.011Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
557 | 2024-02-25T04:10:31.011Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
558 | 2024-02-25T04:10:31.011Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
559 | 2024-02-25T04:10:31.011Z | Local file: out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-25T04:10:31.011Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
561 | 2024-02-25T04:10:31.011Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
562 | 2024-02-25T04:10:31.011Z | + mkdir -p out/downloads |
563 | 2024-02-25T04:10:31.011Z | + mkdir -p ./out/dendrite-stub |
564 | 2024-02-25T04:10:31.011Z | + fetch_and_verify |
565 | 2024-02-25T04:10:31.011Z | + local DO_DOWNLOAD=true |
566 | 2024-02-25T04:10:31.012Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
567 | 2024-02-25T04:10:31.012Z | + '[' true == true ']' |
568 | 2024-02-25T04:10:31.012Z | + echo Downloading... |
569 | 2024-02-25T04:10:31.012Z | Downloading... |
570 | 2024-02-25T04:10:31.012Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2024-02-25T04:10:31.012Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
572 | 2024-02-25T04:10:39.386Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2024-02-25T04:10:39.392Z | ++ sha256sum |
574 | 2024-02-25T04:10:39.392Z | ++ awk '{print $1}' |
575 | 2024-02-25T04:10:39.418Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
576 | 2024-02-25T04:10:39.431Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
577 | 2024-02-25T04:10:39.432Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2024-02-25T04:10:39.432Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2024-02-25T04:10:40.096Z | + do_assemble |
580 | 2024-02-25T04:10:40.096Z | + rm -r ./out/dendrite-stub |
581 | 2024-02-25T04:10:40.099Z | + mkdir ./out/dendrite-stub |
582 | 2024-02-25T04:10:40.105Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2024-02-25T04:10:40.192Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2024-02-25T04:10:40.202Z | + set -o errexit |
585 | 2024-02-25T04:10:40.206Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2024-02-25T04:10:40.210Z | ++ cd ./tools |
587 | 2024-02-25T04:10:40.210Z | ++ pwd |
588 | 2024-02-25T04:10:40.210Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2024-02-25T04:10:40.210Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2024-02-25T04:10:40.210Z | + ARG0=ci_download_maghemite_mgd |
591 | 2024-02-25T04:10:40.210Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2024-02-25T04:10:40.210Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
593 | 2024-02-25T04:10:40.210Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
594 | 2024-02-25T04:10:40.210Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2024-02-25T04:10:40.210Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
596 | 2024-02-25T04:10:40.210Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
597 | 2024-02-25T04:10:40.210Z | + TARGET_DIR=out |
598 | 2024-02-25T04:10:40.210Z | + DOWNLOAD_DIR=out/downloads |
599 | 2024-02-25T04:10:40.210Z | + DEST_DIR=./out/mgd |
600 | 2024-02-25T04:10:40.210Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2024-02-25T04:10:40.210Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2024-02-25T04:10:40.210Z | + REPO=oxidecomputer/maghemite |
603 | 2024-02-25T04:10:40.211Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
604 | 2024-02-25T04:10:40.214Z | + main |
605 | 2024-02-25T04:10:40.214Z | + [[ 0 != 0 ]] |
606 | 2024-02-25T04:10:40.214Z | + CIDL_OS=solaris2.11 |
607 | 2024-02-25T04:10:40.214Z | + [[ 0 != 0 ]] |
608 | 2024-02-25T04:10:40.214Z | + configure_os solaris2.11 |
609 | 2024-02-25T04:10:40.214Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2024-02-25T04:10:40.214Z | current directory: /work/oxidecomputer/omicron |
611 | 2024-02-25T04:10:40.214Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2024-02-25T04:10:40.214Z | + case "$1" in |
613 | 2024-02-25T04:10:40.214Z | + SET_BINARIES= |
614 | 2024-02-25T04:10:40.214Z | configuring based on OS: "solaris2.11" |
615 | 2024-02-25T04:10:40.214Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2024-02-25T04:10:40.214Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2024-02-25T04:10:40.214Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
618 | 2024-02-25T04:10:40.214Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
619 | 2024-02-25T04:10:40.214Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
620 | 2024-02-25T04:10:40.214Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
621 | 2024-02-25T04:10:40.214Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2024-02-25T04:10:40.215Z | + mkdir -p out/downloads |
623 | 2024-02-25T04:10:40.215Z | Local file: out/downloads/mgd.tar.gz |
624 | 2024-02-25T04:10:40.215Z | + mkdir -p ./out/mgd |
625 | 2024-02-25T04:10:40.218Z | + fetch_and_verify |
626 | 2024-02-25T04:10:40.218Z | + local DO_DOWNLOAD=true |
627 | 2024-02-25T04:10:40.218Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2024-02-25T04:10:40.218Z | + '[' true == true ']' |
629 | 2024-02-25T04:10:40.218Z | + echo Downloading... |
630 | 2024-02-25T04:10:40.218Z | Downloading... |
631 | 2024-02-25T04:10:40.218Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2024-02-25T04:10:40.218Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
633 | 2024-02-25T04:10:47.285Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2024-02-25T04:10:47.288Z | ++ sha256sum |
635 | 2024-02-25T04:10:47.288Z | ++ awk '{print $1}' |
636 | 2024-02-25T04:10:47.314Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
637 | 2024-02-25T04:10:47.317Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
638 | 2024-02-25T04:10:47.317Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2024-02-25T04:10:47.317Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2024-02-25T04:10:47.748Z | + do_assemble |
641 | 2024-02-25T04:10:47.748Z | + rm -r ./out/mgd |
642 | 2024-02-25T04:10:47.751Z | + mkdir ./out/mgd |
643 | 2024-02-25T04:10:47.754Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2024-02-25T04:10:47.898Z | + set -o errexit |
645 | 2024-02-25T04:10:47.901Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2024-02-25T04:10:47.912Z | ++ cd ./tools |
647 | 2024-02-25T04:10:47.912Z | ++ pwd |
648 | 2024-02-25T04:10:47.912Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2024-02-25T04:10:47.912Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2024-02-25T04:10:47.918Z | + ARG0=ci_download_transceiver_control |
651 | 2024-02-25T04:10:47.918Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2024-02-25T04:10:47.918Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2024-02-25T04:10:47.918Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2024-02-25T04:10:47.918Z | + TARGET_DIR=out |
655 | 2024-02-25T04:10:47.918Z | + DOWNLOAD_DIR=out/downloads |
656 | 2024-02-25T04:10:47.918Z | + DEST_DIR=./out/transceiver-control |
657 | 2024-02-25T04:10:47.918Z | + BIN_DIR=/opt/oxide/bin |
658 | 2024-02-25T04:10:47.919Z | + BINARY=xcvradm |
659 | 2024-02-25T04:10:47.919Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2024-02-25T04:10:47.919Z | + REPO=oxidecomputer/transceiver-control |
661 | 2024-02-25T04:10:47.919Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2024-02-25T04:10:47.919Z | + main |
663 | 2024-02-25T04:10:47.919Z | + [[ 0 != 0 ]] |
664 | 2024-02-25T04:10:47.919Z | + CIDL_OS=solaris2.11 |
665 | 2024-02-25T04:10:47.919Z | + [[ 0 != 0 ]] |
666 | 2024-02-25T04:10:47.919Z | + configure_os solaris2.11 |
667 | 2024-02-25T04:10:47.919Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2024-02-25T04:10:47.919Z | current directory: /work/oxidecomputer/omicron |
669 | 2024-02-25T04:10:47.919Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2024-02-25T04:10:47.919Z | configuring based on OS: "solaris2.11" |
671 | 2024-02-25T04:10:47.919Z | + case "$1" in |
672 | 2024-02-25T04:10:47.919Z | + SET_BINARIES= |
673 | 2024-02-25T04:10:47.919Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-02-25T04:10:47.919Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2024-02-25T04:10:47.919Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2024-02-25T04:10:47.919Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-02-25T04:10:47.919Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2024-02-25T04:10:47.919Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2024-02-25T04:10:47.919Z | + echo 'Local file: out/downloads/xcvradm.gz' |
680 | 2024-02-25T04:10:47.919Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2024-02-25T04:10:47.919Z | Local file: out/downloads/xcvradm.gz |
682 | 2024-02-25T04:10:47.919Z | + mkdir -p out/downloads |
683 | 2024-02-25T04:10:47.920Z | + mkdir -p ./out/transceiver-control |
684 | 2024-02-25T04:10:47.920Z | + fetch_and_verify |
685 | 2024-02-25T04:10:47.920Z | + local DO_DOWNLOAD=true |
686 | 2024-02-25T04:10:47.920Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2024-02-25T04:10:47.920Z | + '[' true == true ']' |
688 | 2024-02-25T04:10:47.920Z | + echo Downloading... |
689 | 2024-02-25T04:10:47.920Z | Downloading... |
690 | 2024-02-25T04:10:47.920Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2024-02-25T04:10:47.920Z | + 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 |
692 | 2024-02-25T04:10:49.432Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2024-02-25T04:10:49.435Z | ++ sha256sum |
694 | 2024-02-25T04:10:49.435Z | ++ awk '{print $1}' |
695 | 2024-02-25T04:10:49.441Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2024-02-25T04:10:49.444Z | + [[ 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 ]] |
697 | 2024-02-25T04:10:49.444Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2024-02-25T04:10:49.444Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2024-02-25T04:10:49.444Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2024-02-25T04:10:49.571Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2024-02-25T04:10:49.574Z | + do_assemble |
702 | 2024-02-25T04:10:49.574Z | + rm -r ./out/transceiver-control |
703 | 2024-02-25T04:10:49.577Z | + mkdir ./out/transceiver-control |
704 | 2024-02-25T04:10:49.577Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2024-02-25T04:10:49.909Z | All builder prerequisites installed successfully, and PATH looks valid |
706 | 2024-02-25T04:10:49.919Z | |
707 | 2024-02-25T04:10:49.920Z | real 2:00.238240239 |
708 | 2024-02-25T04:10:49.920Z | user 34.078159110 |
709 | 2024-02-25T04:10:49.920Z | sys 6.374499649 |
710 | 2024-02-25T04:10:49.920Z | trap 0.010085804 |
711 | 2024-02-25T04:10:49.921Z | tflt 0.253304890 |
712 | 2024-02-25T04:10:49.921Z | dflt 0.974420321 |
713 | 2024-02-25T04:10:49.921Z | kflt 0.338811663 |
714 | 2024-02-25T04:10:49.921Z | lock 1.272376830 |
715 | 2024-02-25T04:10:49.921Z | slp 3:55.347587874 |
716 | 2024-02-25T04:10:49.922Z | lat 1.853841981 |
717 | 2024-02-25T04:10:49.922Z | stop 0.122774565 |
718 | 2024-02-25T04:10:49.922Z | |
719 | 2024-02-25T04:10:49.922Z | #### # # ##### ##### # # |
720 | 2024-02-25T04:10:49.922Z | # # # # # # # # # # |
721 | 2024-02-25T04:10:49.922Z | # # # # # # # # |
722 | 2024-02-25T04:10:49.922Z | # # # ##### ##### # |
723 | 2024-02-25T04:10:49.922Z | # # # # # # # |
724 | 2024-02-25T04:10:49.923Z | #### ###### # # # # |
725 | 2024-02-25T04:10:49.923Z | |
726 | 2024-02-25T04:10:50.121Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2024-02-25T04:10:50.421Z | Updating git repository `https://github.com/oxidecomputer/samael` |
728 | 2024-02-25T04:10:50.781Z | Updating crates.io index |
729 | 2024-02-25T04:10:50.785Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2024-02-25T04:10:51.722Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
731 | 2024-02-25T04:10:53.602Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
732 | 2024-02-25T04:10:54.171Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
733 | 2024-02-25T04:10:54.481Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
734 | 2024-02-25T04:10:54.762Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
735 | 2024-02-25T04:10:55.049Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2024-02-25T04:10:55.973Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2024-02-25T04:10:58.223Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2024-02-25T04:10:59.146Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
739 | 2024-02-25T04:10:59.464Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2024-02-25T04:11:00.025Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2024-02-25T04:11:00.326Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
742 | 2024-02-25T04:11:00.647Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
743 | 2024-02-25T04:11:00.943Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
744 | 2024-02-25T04:11:01.307Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
745 | 2024-02-25T04:11:01.646Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
746 | 2024-02-25T04:11:02.082Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
747 | 2024-02-25T04:11:02.590Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
748 | 2024-02-25T04:11:02.926Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
749 | 2024-02-25T04:11:03.266Z | Updating git repository `https://github.com/jgallagher/nix` |
750 | 2024-02-25T04:11:04.263Z | Updating git repository `https://github.com/cbiffle/hubpack` |
751 | 2024-02-25T04:11:04.651Z | Updating git repository `https://github.com/oxidecomputer/typify` |
752 | 2024-02-25T04:11:05.787Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
753 | 2024-02-25T04:11:06.152Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
754 | 2024-02-25T04:11:06.464Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
755 | 2024-02-25T04:11:07.942Z | Downloading crates ... |
756 | 2024-02-25T04:11:08.224Z | Downloaded anstream v0.6.11 |
757 | 2024-02-25T04:11:08.230Z | Downloaded cargo-platform v0.1.3 |
758 | 2024-02-25T04:11:08.234Z | Downloaded quote v1.0.35 |
759 | 2024-02-25T04:11:08.234Z | Downloaded serde_spanned v0.6.5 |
760 | 2024-02-25T04:11:08.240Z | Downloaded colorchoice v1.0.0 |
761 | 2024-02-25T04:11:08.240Z | Downloaded anstyle v1.0.2 |
762 | 2024-02-25T04:11:08.240Z | Downloaded cargo_toml v0.19.0 |
763 | 2024-02-25T04:11:08.243Z | Downloaded indexmap v2.2.3 |
764 | 2024-02-25T04:11:08.253Z | Downloaded equivalent v1.0.1 |
765 | 2024-02-25T04:11:08.257Z | Downloaded anstyle-query v1.0.0 |
766 | 2024-02-25T04:11:08.266Z | Downloaded toml_datetime v0.6.5 |
767 | 2024-02-25T04:11:08.269Z | Downloaded itoa v1.0.9 |
768 | 2024-02-25T04:11:08.274Z | Downloaded terminal_size v0.3.0 |
769 | 2024-02-25T04:11:08.275Z | Downloaded cargo_metadata v0.18.1 |
770 | 2024-02-25T04:11:08.280Z | Downloaded heck v0.4.1 |
771 | 2024-02-25T04:11:08.280Z | Downloaded strsim v0.11.0 |
772 | 2024-02-25T04:11:08.280Z | Downloaded clap_lex v0.7.0 |
773 | 2024-02-25T04:11:08.283Z | Downloaded utf8parse v0.2.1 |
774 | 2024-02-25T04:11:08.283Z | Downloaded errno v0.3.8 |
775 | 2024-02-25T04:11:08.283Z | Downloaded semver v1.0.22 |
776 | 2024-02-25T04:11:08.283Z | Downloaded camino v1.1.6 |
777 | 2024-02-25T04:11:08.286Z | Downloaded clap_derive v4.5.0 |
778 | 2024-02-25T04:11:08.286Z | Downloaded bitflags v2.4.0 |
779 | 2024-02-25T04:11:08.289Z | Downloaded anstyle-parse v0.2.1 |
780 | 2024-02-25T04:11:08.292Z | Downloaded thiserror v1.0.57 |
781 | 2024-02-25T04:11:08.302Z | Downloaded thiserror-impl v1.0.57 |
782 | 2024-02-25T04:11:08.306Z | Downloaded clap v4.5.0 |
783 | 2024-02-25T04:11:08.308Z | Downloaded anyhow v1.0.75 |
784 | 2024-02-25T04:11:08.312Z | Downloaded unicode-ident v1.0.12 |
785 | 2024-02-25T04:11:08.314Z | Downloaded toml v0.8.10 |
786 | 2024-02-25T04:11:08.317Z | Downloaded proc-macro2 v1.0.78 |
787 | 2024-02-25T04:11:08.320Z | Downloaded ryu v1.0.15 |
788 | 2024-02-25T04:11:08.324Z | Downloaded serde_derive v1.0.196 |
789 | 2024-02-25T04:11:08.328Z | Downloaded serde v1.0.196 |
790 | 2024-02-25T04:11:08.333Z | Downloaded memchr v2.6.3 |
791 | 2024-02-25T04:11:08.340Z | Downloaded toml_edit v0.22.6 |
792 | 2024-02-25T04:11:08.370Z | Downloaded serde_json v1.0.114 |
793 | 2024-02-25T04:11:08.377Z | Downloaded hashbrown v0.14.3 |
794 | 2024-02-25T04:11:08.385Z | Downloaded winnow v0.6.1 |
795 | 2024-02-25T04:11:08.390Z | Downloaded clap_builder v4.5.0 |
796 | 2024-02-25T04:11:08.396Z | Downloaded syn v2.0.48 |
797 | 2024-02-25T04:11:08.406Z | Downloaded rustix v0.38.31 |
798 | 2024-02-25T04:11:08.436Z | Downloaded libc v0.2.153 |
799 | 2024-02-25T04:11:08.654Z | Compiling proc-macro2 v1.0.78 |
800 | 2024-02-25T04:11:08.654Z | Compiling unicode-ident v1.0.12 |
801 | 2024-02-25T04:11:08.657Z | Compiling serde v1.0.196 |
802 | 2024-02-25T04:11:08.657Z | Compiling libc v0.2.153 |
803 | 2024-02-25T04:11:08.657Z | Compiling rustix v0.38.31 |
804 | 2024-02-25T04:11:08.657Z | Compiling hashbrown v0.14.3 |
805 | 2024-02-25T04:11:08.676Z | Compiling utf8parse v0.2.1 |
806 | 2024-02-25T04:11:08.680Z | Compiling equivalent v1.0.1 |
807 | 2024-02-25T04:11:08.816Z | Compiling bitflags v2.4.0 |
808 | 2024-02-25T04:11:08.859Z | Compiling anstyle-parse v0.2.1 |
809 | 2024-02-25T04:11:08.874Z | Compiling serde_json v1.0.114 |
810 | 2024-02-25T04:11:09.150Z | Compiling anstyle v1.0.2 |
811 | 2024-02-25T04:11:09.191Z | Compiling winnow v0.6.1 |
812 | 2024-02-25T04:11:09.476Z | Compiling semver v1.0.22 |
813 | 2024-02-25T04:11:09.732Z | Compiling indexmap v2.2.3 |
814 | 2024-02-25T04:11:10.174Z | Compiling camino v1.1.6 |
815 | 2024-02-25T04:11:10.174Z | Compiling thiserror v1.0.57 |
816 | 2024-02-25T04:11:10.306Z | Compiling anstyle-query v1.0.0 |
817 | 2024-02-25T04:11:10.354Z | Compiling colorchoice v1.0.0 |
818 | 2024-02-25T04:11:10.506Z | Compiling anstream v0.6.11 |
819 | 2024-02-25T04:11:10.524Z | Compiling clap_lex v0.7.0 |
820 | 2024-02-25T04:11:10.842Z | Compiling itoa v1.0.9 |
821 | 2024-02-25T04:11:10.878Z | Compiling anyhow v1.0.75 |
822 | 2024-02-25T04:11:10.892Z | Compiling heck v0.4.1 |
823 | 2024-02-25T04:11:11.033Z | Compiling ryu v1.0.15 |
824 | 2024-02-25T04:11:11.057Z | Compiling strsim v0.11.0 |
825 | 2024-02-25T04:11:11.248Z | Compiling quote v1.0.35 |
826 | 2024-02-25T04:11:11.642Z | Compiling syn v2.0.48 |
827 | 2024-02-25T04:11:11.680Z | Compiling errno v0.3.8 |
828 | 2024-02-25T04:11:12.597Z | Compiling terminal_size v0.3.0 |
829 | 2024-02-25T04:11:12.691Z | Compiling clap_builder v4.5.0 |
830 | 2024-02-25T04:11:16.436Z | Compiling serde_derive v1.0.196 |
831 | 2024-02-25T04:11:16.436Z | Compiling thiserror-impl v1.0.57 |
832 | 2024-02-25T04:11:16.442Z | Compiling clap_derive v4.5.0 |
833 | 2024-02-25T04:11:19.071Z | Compiling clap v4.5.0 |
834 | 2024-02-25T04:11:24.059Z | Compiling serde_spanned v0.6.5 |
835 | 2024-02-25T04:11:24.062Z | Compiling toml_datetime v0.6.5 |
836 | 2024-02-25T04:11:24.062Z | Compiling cargo-platform v0.1.3 |
837 | 2024-02-25T04:11:24.317Z | Compiling toml_edit v0.22.6 |
838 | 2024-02-25T04:11:25.401Z | Compiling cargo_metadata v0.18.1 |
839 | 2024-02-25T04:11:26.272Z | Compiling toml v0.8.10 |
840 | 2024-02-25T04:11:26.881Z | Compiling cargo_toml v0.19.0 |
841 | 2024-02-25T04:11:30.748Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
842 | 2024-02-25T04:11:31.707Z | Finished dev [unoptimized + debuginfo] target(s) in 41.74s |
843 | 2024-02-25T04:11:31.873Z | Running `target/debug/xtask clippy` |
844 | 2024-02-25T04:11:31.907Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
845 | 2024-02-25T04:11:32.422Z | Downloading crates ... |
846 | 2024-02-25T04:11:32.645Z | Downloaded instant v0.1.12 |
847 | 2024-02-25T04:11:32.655Z | Downloaded colored v2.0.4 |
848 | 2024-02-25T04:11:32.658Z | Downloaded anes v0.1.6 |
849 | 2024-02-25T04:11:32.665Z | Downloaded atomicwrites v0.4.3 |
850 | 2024-02-25T04:11:32.670Z | Downloaded async-stream v0.3.5 |
851 | 2024-02-25T04:11:32.673Z | Downloaded cpufeatures v0.2.12 |
852 | 2024-02-25T04:11:32.677Z | Downloaded ansi_term v0.12.1 |
853 | 2024-02-25T04:11:32.682Z | Downloaded num-integer v0.1.46 |
854 | 2024-02-25T04:11:32.692Z | Downloaded num v0.4.1 |
855 | 2024-02-25T04:11:32.692Z | Downloaded num-derive v0.4.0 |
856 | 2024-02-25T04:11:32.692Z | Downloaded constant_time_eq v0.3.0 |
857 | 2024-02-25T04:11:32.699Z | Downloaded constant_time_eq v0.2.6 |
858 | 2024-02-25T04:11:32.699Z | Downloaded block-buffer v0.10.4 |
859 | 2024-02-25T04:11:32.699Z | Downloaded normalize-line-endings v0.3.0 |
860 | 2024-02-25T04:11:32.699Z | Downloaded num-iter v0.1.43 |
861 | 2024-02-25T04:11:32.700Z | Downloaded convert_case v0.4.0 |
862 | 2024-02-25T04:11:32.700Z | Downloaded aead v0.5.2 |
863 | 2024-02-25T04:11:32.700Z | Downloaded backoff v0.4.0 |
864 | 2024-02-25T04:11:33.128Z | Downloaded num-rational v0.4.1 |
865 | 2024-02-25T04:11:33.128Z | Downloaded rustc_version v0.4.0 |
866 | 2024-02-25T04:11:33.128Z | Downloaded threadpool v1.8.1 |
867 | 2024-02-25T04:11:33.129Z | Downloaded is_ci v1.2.0 |
868 | 2024-02-25T04:11:33.129Z | Downloaded atty v0.2.14 |
869 | 2024-02-25T04:11:33.136Z | Downloaded num-bigint v0.4.4 |
870 | 2024-02-25T04:11:33.136Z | Downloaded kstat-rs v0.2.3 |
871 | 2024-02-25T04:11:33.136Z | Downloaded httpdate v1.0.3 |
872 | 2024-02-25T04:11:33.136Z | Downloaded maybe-uninit v2.0.0 |
873 | 2024-02-25T04:11:33.136Z | Downloaded tower-layer v0.3.2 |
874 | 2024-02-25T04:11:33.136Z | Downloaded async-stream-impl v0.3.5 |
875 | 2024-02-25T04:11:33.136Z | Downloaded term v0.7.0 |
876 | 2024-02-25T04:11:33.136Z | Downloaded lru v0.12.1 |
877 | 2024-02-25T04:11:33.136Z | Downloaded http-body v1.0.0 |
878 | 2024-02-25T04:11:33.136Z | Downloaded indicatif v0.17.8 |
879 | 2024-02-25T04:11:33.136Z | Downloaded linked-hash-map v0.5.6 |
880 | 2024-02-25T04:11:33.137Z | Downloaded lazycell v1.3.0 |
881 | 2024-02-25T04:11:33.137Z | Downloaded cexpr v0.6.0 |
882 | 2024-02-25T04:11:33.137Z | Downloaded bytes v1.5.0 |
883 | 2024-02-25T04:11:33.137Z | Downloaded macaddr v1.0.1 |
884 | 2024-02-25T04:11:33.137Z | Downloaded cipher v0.4.4 |
885 | 2024-02-25T04:11:33.137Z | Downloaded similar v2.3.0 |
886 | 2024-02-25T04:11:33.137Z | Downloaded base16ct v0.2.0 |
887 | 2024-02-25T04:11:33.137Z | Downloaded bitfield v0.14.0 |
888 | 2024-02-25T04:11:33.137Z | Downloaded crc v3.0.1 |
889 | 2024-02-25T04:11:33.137Z | Downloaded corncobs v0.1.3 |
890 | 2024-02-25T04:11:33.137Z | Downloaded assert_matches v1.5.0 |
891 | 2024-02-25T04:11:33.137Z | Downloaded ciborium-io v0.2.2 |
892 | 2024-02-25T04:11:33.137Z | Downloaded hostname v0.3.1 |
893 | 2024-02-25T04:11:33.137Z | Downloaded hubpack_derive v0.1.1 |
894 | 2024-02-25T04:11:33.138Z | Downloaded cookie v0.18.0 |
895 | 2024-02-25T04:11:33.138Z | Downloaded http-range v0.1.5 |
896 | 2024-02-25T04:11:33.138Z | Downloaded curve25519-dalek-derive v0.1.0 |
897 | 2024-02-25T04:11:33.138Z | Downloaded hyper-tls v0.5.0 |
898 | 2024-02-25T04:11:33.138Z | Downloaded buf-list v1.0.3 |
899 | 2024-02-25T04:11:33.138Z | Downloaded ipnetwork v0.20.0 |
900 | 2024-02-25T04:11:33.138Z | Downloaded itertools v0.12.1 |
901 | 2024-02-25T04:11:33.138Z | Downloaded crunchy v0.2.2 |
902 | 2024-02-25T04:11:33.138Z | Downloaded rpassword v7.3.1 |
903 | 2024-02-25T04:11:33.138Z | Downloaded cast v0.3.0 |
904 | 2024-02-25T04:11:33.138Z | Downloaded match_cfg v0.1.0 |
905 | 2024-02-25T04:11:33.138Z | Downloaded nodrop v0.1.14 |
906 | 2024-02-25T04:11:33.139Z | Downloaded matches v0.1.10 |
907 | 2024-02-25T04:11:33.139Z | Downloaded lock_api v0.4.10 |
908 | 2024-02-25T04:11:33.139Z | Downloaded blake2b_simd v1.0.1 |
909 | 2024-02-25T04:11:33.139Z | Downloaded crucible-workspace-hack v0.1.0 |
910 | 2024-02-25T04:11:33.139Z | Downloaded crossbeam-deque v0.8.3 |
911 | 2024-02-25T04:11:33.139Z | Downloaded bzip2 v0.4.4 |
912 | 2024-02-25T04:11:33.139Z | Downloaded arrayref v0.3.7 |
913 | 2024-02-25T04:11:33.139Z | Downloaded home v0.5.5 |
914 | 2024-02-25T04:11:33.139Z | Downloaded indoc v2.0.3 |
915 | 2024-02-25T04:11:33.139Z | Downloaded bit-vec v0.6.3 |
916 | 2024-02-25T04:11:33.139Z | Downloaded keccak v0.1.4 |
917 | 2024-02-25T04:11:33.139Z | Downloaded ident_case v1.0.1 |
918 | 2024-02-25T04:11:33.139Z | Downloaded serde-big-array v0.5.1 |
919 | 2024-02-25T04:11:33.140Z | Downloaded memoffset v0.9.0 |
920 | 2024-02-25T04:11:33.140Z | Downloaded castaway v0.2.2 |
921 | 2024-02-25T04:11:33.140Z | Downloaded assert_cmd v2.0.14 |
922 | 2024-02-25T04:11:33.140Z | Downloaded libsw v3.3.1 |
923 | 2024-02-25T04:11:33.140Z | Downloaded bcs v0.1.6 |
924 | 2024-02-25T04:11:33.140Z | Downloaded bitflags v1.3.2 |
925 | 2024-02-25T04:11:33.140Z | Downloaded block-padding v0.3.3 |
926 | 2024-02-25T04:11:33.140Z | Downloaded adler v1.0.2 |
927 | 2024-02-25T04:11:33.140Z | Downloaded crypto-common v0.1.6 |
928 | 2024-02-25T04:11:33.140Z | Downloaded maplit v1.0.2 |
929 | 2024-02-25T04:11:33.140Z | Downloaded autocfg v1.1.0 |
930 | 2024-02-25T04:11:33.140Z | Downloaded chacha20 v0.9.1 |
931 | 2024-02-25T04:11:33.140Z | Downloaded impl-trait-for-tuples v0.2.2 |
932 | 2024-02-25T04:11:33.140Z | Downloaded nibble_vec v0.1.0 |
933 | 2024-02-25T04:11:33.141Z | Downloaded new_debug_unreachable v1.0.4 |
934 | 2024-02-25T04:11:33.141Z | Downloaded async-trait v0.1.77 |
935 | 2024-02-25T04:11:33.141Z | Downloaded cstr-argument v0.1.2 |
936 | 2024-02-25T04:11:33.141Z | Downloaded cassowary v0.3.0 |
937 | 2024-02-25T04:11:33.141Z | Downloaded memmap v0.7.0 |
938 | 2024-02-25T04:11:33.141Z | Downloaded hyper-rustls v0.24.2 |
939 | 2024-02-25T04:11:33.141Z | Downloaded highway v1.1.0 |
940 | 2024-02-25T04:11:33.141Z | Downloaded similar-asserts v1.5.0 |
941 | 2024-02-25T04:11:33.141Z | Downloaded nanorand v0.7.0 |
942 | 2024-02-25T04:11:33.141Z | Downloaded lalrpop-util v0.19.12 |
943 | 2024-02-25T04:11:33.141Z | Downloaded serde_tokenstream v0.1.7 |
944 | 2024-02-25T04:11:33.141Z | Downloaded memmap2 v0.7.1 |
945 | 2024-02-25T04:11:33.141Z | Downloaded lru-cache v0.1.2 |
946 | 2024-02-25T04:11:33.141Z | Downloaded cobs v0.2.3 |
947 | 2024-02-25T04:11:33.141Z | Downloaded httparse v1.8.0 |
948 | 2024-02-25T04:11:33.142Z | Downloaded hmac v0.12.1 |
949 | 2024-02-25T04:11:33.142Z | Downloaded inout v0.1.3 |
950 | 2024-02-25T04:11:33.142Z | Downloaded opaque-debug v0.3.0 |
951 | 2024-02-25T04:11:33.142Z | Downloaded httptest v0.15.5 |
952 | 2024-02-25T04:11:33.142Z | Downloaded cancel-safe-futures v0.1.5 |
953 | 2024-02-25T04:11:33.142Z | Downloaded signal-hook-mio v0.2.3 |
954 | 2024-02-25T04:11:33.142Z | Downloaded scroll_derive v0.12.0 |
955 | 2024-02-25T04:11:33.142Z | Downloaded structmeta v0.3.0 |
956 | 2024-02-25T04:11:33.142Z | Downloaded argon2 v0.5.3 |
957 | 2024-02-25T04:11:33.142Z | Downloaded parse-size v1.0.0 |
958 | 2024-02-25T04:11:33.142Z | Downloaded whoami v1.4.1 |
959 | 2024-02-25T04:11:33.142Z | Downloaded signature v2.1.0 |
960 | 2024-02-25T04:11:33.142Z | Downloaded approx v0.5.1 |
961 | 2024-02-25T04:11:33.142Z | Downloaded synstructure v0.12.6 |
962 | 2024-02-25T04:11:33.142Z | Downloaded rtoolbox v0.0.1 |
963 | 2024-02-25T04:11:33.143Z | Downloaded tui-tree-widget v0.17.0 |
964 | 2024-02-25T04:11:33.143Z | Downloaded signal-hook-registry v1.4.1 |
965 | 2024-02-25T04:11:33.143Z | Downloaded usdt-macro v0.5.0 |
966 | 2024-02-25T04:11:33.143Z | Downloaded bb8 v0.8.3 |
967 | 2024-02-25T04:11:33.143Z | Downloaded native-tls v0.2.11 |
968 | 2024-02-25T04:11:33.143Z | Downloaded relative-path v1.9.0 |
969 | 2024-02-25T04:11:33.163Z | Downloaded termcolor v1.2.0 |
970 | 2024-02-25T04:11:33.163Z | Downloaded libtest-mimic v0.6.1 |
971 | 2024-02-25T04:11:33.163Z | Downloaded structmeta v0.2.0 |
972 | 2024-02-25T04:11:33.163Z | Downloaded shlex v1.3.0 |
973 | 2024-02-25T04:11:33.164Z | Downloaded hyper-rustls v0.26.0 |
974 | 2024-02-25T04:11:33.164Z | Downloaded structmeta-derive v0.2.0 |
975 | 2024-02-25T04:11:33.164Z | Downloaded multimap v0.10.0 |
976 | 2024-02-25T04:11:33.164Z | Downloaded base64ct v1.6.0 |
977 | 2024-02-25T04:11:33.164Z | Downloaded mockall v0.12.0 |
978 | 2024-02-25T04:11:33.164Z | Downloaded tower-service v0.3.2 |
979 | 2024-02-25T04:11:33.164Z | Downloaded criterion-plot v0.5.0 |
980 | 2024-02-25T04:11:33.164Z | Downloaded mime_guess v2.0.4 |
981 | 2024-02-25T04:11:33.164Z | Downloaded plotters-svg v0.3.5 |
982 | 2024-02-25T04:11:33.164Z | Downloaded blake2 v0.10.6 |
983 | 2024-02-25T04:11:33.164Z | Downloaded radium v0.7.0 |
984 | 2024-02-25T04:11:33.164Z | Downloaded tokio-stream v0.1.14 |
985 | 2024-02-25T04:11:33.164Z | Downloaded unarray v0.1.4 |
986 | 2024-02-25T04:11:33.164Z | Downloaded dtrace-parser v0.1.14 |
987 | 2024-02-25T04:11:33.164Z | Downloaded libloading v0.7.4 |
988 | 2024-02-25T04:11:33.164Z | Downloaded newtype-uuid v1.0.1 |
989 | 2024-02-25T04:11:33.164Z | Downloaded md-5 v0.10.5 |
990 | 2024-02-25T04:11:33.164Z | Downloaded sha1 v0.10.6 |
991 | 2024-02-25T04:11:33.165Z | Downloaded tinyvec v1.6.0 |
992 | 2024-02-25T04:11:33.165Z | Downloaded scroll v0.12.0 |
993 | 2024-02-25T04:11:33.165Z | Downloaded addr2line v0.21.0 |
994 | 2024-02-25T04:11:33.165Z | Downloaded unicase v2.7.0 |
995 | 2024-02-25T04:11:33.165Z | Downloaded which v4.4.0 |
996 | 2024-02-25T04:11:33.165Z | Downloaded sct v0.7.0 |
997 | 2024-02-25T04:11:33.165Z | Downloaded rustls-pemfile v2.1.0 |
998 | 2024-02-25T04:11:33.165Z | Downloaded tokio-rustls v0.25.0 |
999 | 2024-02-25T04:11:33.165Z | Downloaded semver-parser v0.10.2 |
1000 | 2024-02-25T04:11:33.165Z | Downloaded strum_macros v0.26.1 |
1001 | 2024-02-25T04:11:33.165Z | Downloaded unicode-xid v0.2.4 |
1002 | 2024-02-25T04:11:33.165Z | Downloaded data-encoding v2.4.0 |
1003 | 2024-02-25T04:11:33.165Z | Downloaded strum_macros v0.25.2 |
1004 | 2024-02-25T04:11:33.165Z | Downloaded tinytemplate v1.2.1 |
1005 | 2024-02-25T04:11:33.165Z | Downloaded oso-derive v0.27.0 |
1006 | 2024-02-25T04:11:33.165Z | Downloaded shell-words v1.1.0 |
1007 | 2024-02-25T04:11:33.165Z | Downloaded allocator-api2 v0.2.16 |
1008 | 2024-02-25T04:11:33.165Z | Downloaded basic-toml v0.1.8 |
1009 | 2024-02-25T04:11:33.165Z | Downloaded derive_builder_macro v0.12.0 |
1010 | 2024-02-25T04:11:33.165Z | Downloaded openssl-probe v0.1.5 |
1011 | 2024-02-25T04:11:33.166Z | Downloaded usdt-attr-macro v0.5.0 |
1012 | 2024-02-25T04:11:33.166Z | Downloaded const-oid v0.9.5 |
1013 | 2024-02-25T04:11:33.166Z | Downloaded tinyvec_macros v0.1.1 |
1014 | 2024-02-25T04:11:33.166Z | Downloaded futures-core v0.3.30 |
1015 | 2024-02-25T04:11:33.166Z | Downloaded datatest-stable v0.2.3 |
1016 | 2024-02-25T04:11:33.166Z | Downloaded usdt-macro v0.3.5 |
1017 | 2024-02-25T04:11:33.166Z | Downloaded untrusted v0.9.0 |
1018 | 2024-02-25T04:11:33.166Z | Downloaded tempfile v3.10.0 |
1019 | 2024-02-25T04:11:33.166Z | Downloaded multer v3.0.0 |
1020 | 2024-02-25T04:11:33.166Z | Downloaded unicode-bidi v0.3.13 |
1021 | 2024-02-25T04:11:33.166Z | Downloaded untrusted v0.7.1 |
1022 | 2024-02-25T04:11:33.166Z | Downloaded endian-type v0.1.2 |
1023 | 2024-02-25T04:11:33.166Z | Downloaded fallible-iterator v0.2.0 |
1024 | 2024-02-25T04:11:33.166Z | Downloaded subtle v2.5.0 |
1025 | 2024-02-25T04:11:33.166Z | Downloaded string_cache v0.8.7 |
1026 | 2024-02-25T04:11:33.167Z | Downloaded usdt-impl v0.5.0 |
1027 | 2024-02-25T04:11:33.167Z | Downloaded version_check v0.9.4 |
1028 | 2024-02-25T04:11:33.167Z | Downloaded cfg-expr v0.15.6 |
1029 | 2024-02-25T04:11:33.167Z | Downloaded strsim v0.8.0 |
1030 | 2024-02-25T04:11:33.167Z | Downloaded slog-json v2.6.1 |
1031 | 2024-02-25T04:11:33.167Z | Downloaded proc-macro-crate v1.3.1 |
1032 | 2024-02-25T04:11:33.167Z | Downloaded base64 v0.21.7 |
1033 | 2024-02-25T04:11:33.167Z | Downloaded strsim v0.10.0 |
1034 | 2024-02-25T04:11:33.167Z | Downloaded hex-literal v0.4.1 |
1035 | 2024-02-25T04:11:33.167Z | Downloaded cc v1.0.83 |
1036 | 2024-02-25T04:11:33.167Z | Downloaded pest_generator v2.7.6 |
1037 | 2024-02-25T04:11:33.167Z | Downloaded slog-dtrace v0.3.0 |
1038 | 2024-02-25T04:11:33.167Z | Downloaded plotters-backend v0.3.5 |
1039 | 2024-02-25T04:11:33.167Z | Downloaded num_threads v0.1.6 |
1040 | 2024-02-25T04:11:33.167Z | Downloaded zeroize_derive v1.4.2 |
1041 | 2024-02-25T04:11:33.167Z | Downloaded crc-any v2.4.3 |
1042 | 2024-02-25T04:11:33.167Z | Downloaded crossbeam-epoch v0.9.15 |
1043 | 2024-02-25T04:11:33.167Z | Downloaded chacha20poly1305 v0.10.1 |
1044 | 2024-02-25T04:11:33.167Z | Downloaded arc-swap v1.6.0 |
1045 | 2024-02-25T04:11:33.167Z | Downloaded pretty-hex v0.4.1 |
1046 | 2024-02-25T04:11:33.167Z | Downloaded number_prefix v0.4.0 |
1047 | 2024-02-25T04:11:33.167Z | Downloaded slog-bunyan v2.5.0 |
1048 | 2024-02-25T04:11:33.168Z | Downloaded hyper-util v0.1.2 |
1049 | 2024-02-25T04:11:33.168Z | Downloaded rustls-pemfile v1.0.3 |
1050 | 2024-02-25T04:11:33.168Z | Downloaded unicode-linebreak v0.1.5 |
1051 | 2024-02-25T04:11:33.168Z | Downloaded env_logger v0.10.0 |
1052 | 2024-02-25T04:11:33.168Z | Downloaded tiny-keccak v2.0.2 |
1053 | 2024-02-25T04:11:33.168Z | Downloaded group v0.13.0 |
1054 | 2024-02-25T04:11:33.168Z | Downloaded structopt v0.3.26 |
1055 | 2024-02-25T04:11:33.168Z | Downloaded toolchain_find v0.2.0 |
1056 | 2024-02-25T04:11:33.168Z | Downloaded smallvec v0.6.14 |
1057 | 2024-02-25T04:11:33.168Z | Downloaded futures-executor v0.3.30 |
1058 | 2024-02-25T04:11:33.168Z | Downloaded fs-err v2.11.0 |
1059 | 2024-02-25T04:11:33.168Z | Downloaded vsss-rs v3.3.4 |
1060 | 2024-02-25T04:11:33.168Z | Downloaded fragile v2.0.0 |
1061 | 2024-02-25T04:11:33.168Z | Downloaded heck v0.3.3 |
1062 | 2024-02-25T04:11:33.169Z | Downloaded quick-error v1.2.3 |
1063 | 2024-02-25T04:11:33.169Z | Downloaded pin-utils v0.1.0 |
1064 | 2024-02-25T04:11:33.169Z | Downloaded dof v0.3.0 |
1065 | 2024-02-25T04:11:33.169Z | Downloaded num-traits v0.2.16 |
1066 | 2024-02-25T04:11:33.169Z | Downloaded dof v0.1.5 |
1067 | 2024-02-25T04:11:33.169Z | Downloaded pkcs8 v0.10.2 |
1068 | 2024-02-25T04:11:33.169Z | Downloaded backtrace v0.3.69 |
1069 | 2024-02-25T04:11:33.178Z | Downloaded postcard v1.0.8 |
1070 | 2024-02-25T04:11:33.178Z | Downloaded try-lock v0.2.4 |
1071 | 2024-02-25T04:11:33.178Z | Downloaded derive_more v0.99.17 |
1072 | 2024-02-25T04:11:33.178Z | Downloaded zone v0.3.0 |
1073 | 2024-02-25T04:11:33.178Z | Downloaded fd-lock v3.0.13 |
1074 | 2024-02-25T04:11:33.178Z | Downloaded csv-core v0.1.11 |
1075 | 2024-02-25T04:11:33.179Z | Downloaded scheduled-thread-pool v0.2.7 |
1076 | 2024-02-25T04:11:33.179Z | Downloaded nu-ansi-term v0.50.0 |
1077 | 2024-02-25T04:11:33.179Z | Downloaded form_urlencoded v1.2.1 |
1078 | 2024-02-25T04:11:33.179Z | Downloaded tungstenite v0.20.1 |
1079 | 2024-02-25T04:11:33.179Z | Downloaded serde_yaml v0.9.25 |
1080 | 2024-02-25T04:11:33.179Z | Downloaded rust-argon2 v1.0.1 |
1081 | 2024-02-25T04:11:33.179Z | Downloaded precomputed-hash v0.1.1 |
1082 | 2024-02-25T04:11:33.179Z | Downloaded topological-sort v0.2.2 |
1083 | 2024-02-25T04:11:33.179Z | Downloaded foreign-types-shared v0.1.1 |
1084 | 2024-02-25T04:11:33.179Z | Downloaded foreign-types-shared v0.3.1 |
1085 | 2024-02-25T04:11:33.179Z | Downloaded path-slash v0.1.5 |
1086 | 2024-02-25T04:11:33.179Z | Downloaded pathdiff v0.2.1 |
1087 | 2024-02-25T04:11:33.179Z | Downloaded fxhash v0.2.1 |
1088 | 2024-02-25T04:11:33.179Z | Downloaded thread_local v1.1.7 |
1089 | 2024-02-25T04:11:33.179Z | Downloaded hex v0.4.3 |
1090 | 2024-02-25T04:11:33.179Z | Downloaded futures-io v0.3.30 |
1091 | 2024-02-25T04:11:33.179Z | Downloaded filetime v0.2.23 |
1092 | 2024-02-25T04:11:33.179Z | Downloaded usdt v0.3.5 |
1093 | 2024-02-25T04:11:33.179Z | Downloaded slog-envlogger v2.2.0 |
1094 | 2024-02-25T04:11:33.179Z | Downloaded mockall_derive v0.12.0 |
1095 | 2024-02-25T04:11:33.179Z | Downloaded tap v1.0.1 |
1096 | 2024-02-25T04:11:33.189Z | Downloaded textwrap v0.16.1 |
1097 | 2024-02-25T04:11:33.189Z | Downloaded take_mut v0.2.2 |
1098 | 2024-02-25T04:11:33.189Z | Downloaded difflib v0.4.0 |
1099 | 2024-02-25T04:11:33.189Z | Downloaded omicron-zone-package v0.11.0 |
1100 | 2024-02-25T04:11:33.189Z | Downloaded http v1.0.0 |
1101 | 2024-02-25T04:11:33.189Z | Downloaded schemars_derive v0.8.16 |
1102 | 2024-02-25T04:11:33.190Z | Downloaded smallvec v1.13.1 |
1103 | 2024-02-25T04:11:33.202Z | Downloaded slog-term v2.9.0 |
1104 | 2024-02-25T04:11:33.202Z | Downloaded itertools v0.10.5 |
1105 | 2024-02-25T04:11:33.213Z | Downloaded stability v0.1.1 |
1106 | 2024-02-25T04:11:33.213Z | Downloaded ron v0.8.1 |
1107 | 2024-02-25T04:11:33.213Z | Downloaded newtype_derive v0.1.6 |
1108 | 2024-02-25T04:11:33.213Z | Downloaded tokio-postgres v0.7.10 |
1109 | 2024-02-25T04:11:33.227Z | Downloaded same-file v1.0.6 |
1110 | 2024-02-25T04:11:33.227Z | Downloaded defmt v0.3.5 |
1111 | 2024-02-25T04:11:33.227Z | Downloaded pretty-hex v0.2.1 |
1112 | 2024-02-25T04:11:33.227Z | Downloaded usdt-attr-macro v0.3.5 |
1113 | 2024-02-25T04:11:33.228Z | Downloaded trust-dns-client v0.22.0 |
1114 | 2024-02-25T04:11:33.231Z | Downloaded pin-project-lite v0.2.13 |
1115 | 2024-02-25T04:11:33.231Z | Downloaded tar v0.4.40 |
1116 | 2024-02-25T04:11:33.231Z | Downloaded peeking_take_while v0.1.2 |
1117 | 2024-02-25T04:11:33.236Z | Downloaded deranged v0.3.8 |
1118 | 2024-02-25T04:11:33.236Z | Downloaded headers-core v0.2.0 |
1119 | 2024-02-25T04:11:33.236Z | Downloaded serde_urlencoded v0.7.1 |
1120 | 2024-02-25T04:11:33.250Z | Downloaded generic-array v0.14.7 |
1121 | 2024-02-25T04:11:33.250Z | Downloaded usdt v0.5.0 |
1122 | 2024-02-25T04:11:33.250Z | Downloaded tokio-macros v2.2.0 |
1123 | 2024-02-25T04:11:33.254Z | Downloaded olpc-cjson v0.1.3 |
1124 | 2024-02-25T04:11:33.254Z | Downloaded predicates v3.1.0 |
1125 | 2024-02-25T04:11:33.254Z | Downloaded schemars v0.8.16 |
1126 | 2024-02-25T04:11:33.264Z | Downloaded swrite v0.1.0 |
1127 | 2024-02-25T04:11:33.264Z | Downloaded darling_core v0.20.3 |
1128 | 2024-02-25T04:11:33.271Z | Downloaded spin v0.5.2 |
1129 | 2024-02-25T04:11:33.271Z | Downloaded trybuild v1.0.89 |
1130 | 2024-02-25T04:11:33.271Z | Downloaded futures-macro v0.3.30 |
1131 | 2024-02-25T04:11:33.271Z | Downloaded either v1.10.0 |
1132 | 2024-02-25T04:11:33.281Z | Downloaded socket2 v0.5.5 |
1133 | 2024-02-25T04:11:33.282Z | Downloaded ena v0.14.2 |
1134 | 2024-02-25T04:11:33.282Z | Downloaded stable_deref_trait v1.2.0 |
1135 | 2024-02-25T04:11:33.282Z | Downloaded globset v0.4.13 |
1136 | 2024-02-25T04:11:33.283Z | Downloaded papergrid v0.11.0 |
1137 | 2024-02-25T04:11:33.296Z | Downloaded structmeta-derive v0.3.0 |
1138 | 2024-02-25T04:11:33.296Z | Downloaded yansi v0.5.1 |
1139 | 2024-02-25T04:11:33.296Z | Downloaded resolv-conf v0.7.0 |
1140 | 2024-02-25T04:11:33.297Z | Downloaded r2d2 v0.8.10 |
1141 | 2024-02-25T04:11:33.297Z | Downloaded parking_lot_core v0.9.8 |
1142 | 2024-02-25T04:11:33.311Z | Downloaded termios v0.3.3 |
1143 | 2024-02-25T04:11:33.311Z | Downloaded nested v0.1.1 |
1144 | 2024-02-25T04:11:33.311Z | Downloaded tokio-native-tls v0.3.1 |
1145 | 2024-02-25T04:11:33.312Z | Downloaded getrandom v0.2.10 |
1146 | 2024-02-25T04:11:33.312Z | Downloaded derive_builder_core v0.12.0 |
1147 | 2024-02-25T04:11:33.312Z | Downloaded unicode-width v0.1.11 |
1148 | 2024-02-25T04:11:33.312Z | Downloaded phf_shared v0.11.2 |
1149 | 2024-02-25T04:11:33.313Z | Downloaded num_cpus v1.16.0 |
1150 | 2024-02-25T04:11:33.326Z | Downloaded criterion v0.5.1 |
1151 | 2024-02-25T04:11:33.327Z | Downloaded predicates-tree v1.0.9 |
1152 | 2024-02-25T04:11:33.327Z | Downloaded zerocopy v0.3.0 |
1153 | 2024-02-25T04:11:33.327Z | Downloaded glob v0.3.1 |
1154 | 2024-02-25T04:11:33.327Z | Downloaded futures-channel v0.3.30 |
1155 | 2024-02-25T04:11:33.327Z | Downloaded pin-project v1.1.3 |
1156 | 2024-02-25T04:11:33.751Z | Downloaded guppy-workspace-hack v0.1.0 |
1157 | 2024-02-25T04:11:33.751Z | Downloaded termtree v0.4.1 |
1158 | 2024-02-25T04:11:33.751Z | Downloaded darling_macro v0.14.4 |
1159 | 2024-02-25T04:11:33.751Z | Downloaded ref-cast-impl v1.0.20 |
1160 | 2024-02-25T04:11:33.751Z | Downloaded uuid v1.7.0 |
1161 | 2024-02-25T04:11:33.756Z | Downloaded futures-sink v0.3.30 |
1162 | 2024-02-25T04:11:33.756Z | Downloaded tokio-rustls v0.24.1 |
1163 | 2024-02-25T04:11:33.756Z | Downloaded parse-display-derive v0.9.0 |
1164 | 2024-02-25T04:11:33.756Z | Downloaded hash32 v0.3.1 |
1165 | 2024-02-25T04:11:33.756Z | Downloaded futures-task v0.3.30 |
1166 | 2024-02-25T04:11:33.756Z | Downloaded structopt-derive v0.4.18 |
1167 | 2024-02-25T04:11:33.756Z | Downloaded sqlformat v0.2.3 |
1168 | 2024-02-25T04:11:33.756Z | Downloaded hash32 v0.2.1 |
1169 | 2024-02-25T04:11:33.756Z | Downloaded time-core v0.1.1 |
1170 | 2024-02-25T04:11:33.756Z | Downloaded unicode_categories v0.1.1 |
1171 | 2024-02-25T04:11:33.756Z | Downloaded phf v0.11.2 |
1172 | 2024-02-25T04:11:33.756Z | Downloaded trust-dns-server v0.22.1 |
1173 | 2024-02-25T04:11:33.756Z | Downloaded thread-id v4.2.0 |
1174 | 2024-02-25T04:11:33.756Z | Downloaded fixedbitset v0.4.2 |
1175 | 2024-02-25T04:11:33.756Z | Downloaded getopts v0.2.21 |
1176 | 2024-02-25T04:11:33.756Z | Downloaded dyn-clone v1.0.16 |
1177 | 2024-02-25T04:11:33.756Z | Downloaded trust-dns-resolver v0.22.0 |
1178 | 2024-02-25T04:11:33.757Z | Downloaded futures-timer v3.0.2 |
1179 | 2024-02-25T04:11:33.757Z | Downloaded defmt-macros v0.3.6 |
1180 | 2024-02-25T04:11:33.757Z | Downloaded want v0.3.1 |
1181 | 2024-02-25T04:11:33.757Z | Downloaded fatfs v0.3.6 |
1182 | 2024-02-25T04:11:33.757Z | Downloaded plain v0.2.3 |
1183 | 2024-02-25T04:11:33.757Z | Downloaded target-lexicon v0.12.13 |
1184 | 2024-02-25T04:11:33.757Z | Downloaded serde_repr v0.1.16 |
1185 | 2024-02-25T04:11:33.757Z | Downloaded crossterm v0.27.0 |
1186 | 2024-02-25T04:11:33.757Z | Downloaded wait-timeout v0.2.0 |
1187 | 2024-02-25T04:11:33.757Z | Downloaded strum_macros v0.24.3 |
1188 | 2024-02-25T04:11:33.757Z | Downloaded toml_edit v0.19.15 |
1189 | 2024-02-25T04:11:33.757Z | Downloaded vte_generate_state_changes v0.1.1 |
1190 | 2024-02-25T04:11:33.757Z | Downloaded parking_lot_core v0.8.6 |
1191 | 2024-02-25T04:11:33.757Z | Downloaded openssl-macros v0.1.1 |
1192 | 2024-02-25T04:11:33.757Z | Downloaded zone_cfg_derive v0.3.0 |
1193 | 2024-02-25T04:11:33.757Z | Downloaded ff v0.13.0 |
1194 | 2024-02-25T04:11:33.757Z | Downloaded gethostname v0.4.3 |
1195 | 2024-02-25T04:11:33.757Z | Downloaded rand_chacha v0.3.1 |
1196 | 2024-02-25T04:11:33.757Z | Downloaded packed_struct_codegen v0.10.1 |
1197 | 2024-02-25T04:11:33.757Z | Downloaded tempdir v0.3.7 |
1198 | 2024-02-25T04:11:33.757Z | Downloaded foreign-types v0.3.2 |
1199 | 2024-02-25T04:11:33.757Z | Downloaded serde_path_to_error v0.1.15 |
1200 | 2024-02-25T04:11:33.757Z | Downloaded secrecy v0.8.0 |
1201 | 2024-02-25T04:11:33.757Z | Downloaded once_cell v1.19.0 |
1202 | 2024-02-25T04:11:33.757Z | Downloaded vte v0.11.1 |
1203 | 2024-02-25T04:11:33.757Z | Downloaded owo-colors v4.0.0 |
1204 | 2024-02-25T04:11:33.758Z | Downloaded darling_macro v0.20.3 |
1205 | 2024-02-25T04:11:33.758Z | Downloaded strum v0.25.0 |
1206 | 2024-02-25T04:11:33.758Z | Downloaded expectorate v1.1.0 |
1207 | 2024-02-25T04:11:33.758Z | Downloaded nom v7.1.3 |
1208 | 2024-02-25T04:11:33.758Z | Downloaded sqlparser_derive v0.2.2 |
1209 | 2024-02-25T04:11:33.758Z | Downloaded rand_xorshift v0.3.0 |
1210 | 2024-02-25T04:11:33.758Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1211 | 2024-02-25T04:11:33.758Z | Downloaded debug-ignore v1.0.5 |
1212 | 2024-02-25T04:11:33.758Z | Downloaded static_assertions v1.1.0 |
1213 | 2024-02-25T04:11:33.758Z | Downloaded pem-rfc7468 v0.7.0 |
1214 | 2024-02-25T04:11:33.758Z | Downloaded flume v0.11.0 |
1215 | 2024-02-25T04:11:33.758Z | Downloaded proc-macro-error-attr v1.0.4 |
1216 | 2024-02-25T04:11:33.758Z | Downloaded diff v0.1.13 |
1217 | 2024-02-25T04:11:33.758Z | Downloaded typenum v1.16.0 |
1218 | 2024-02-25T04:11:33.758Z | Downloaded tracing-core v0.1.31 |
1219 | 2024-02-25T04:11:33.758Z | Downloaded darling_core v0.14.4 |
1220 | 2024-02-25T04:11:33.758Z | Downloaded flate2 v1.0.28 |
1221 | 2024-02-25T04:11:33.758Z | Downloaded spki v0.7.2 |
1222 | 2024-02-25T04:11:33.758Z | Downloaded fnv v1.0.7 |
1223 | 2024-02-25T04:11:33.758Z | Downloaded usdt-impl v0.3.5 |
1224 | 2024-02-25T04:11:33.758Z | Downloaded libxml v0.3.3 |
1225 | 2024-02-25T04:11:33.758Z | Downloaded waitgroup v0.1.2 |
1226 | 2024-02-25T04:11:33.758Z | Downloaded downcast v0.11.0 |
1227 | 2024-02-25T04:11:33.758Z | Downloaded ppv-lite86 v0.2.17 |
1228 | 2024-02-25T04:11:33.758Z | Downloaded num_enum_derive v0.5.11 |
1229 | 2024-02-25T04:11:33.758Z | Downloaded fastrand v2.0.1 |
1230 | 2024-02-25T04:11:33.759Z | Downloaded zeroize v1.7.0 |
1231 | 2024-02-25T04:11:33.759Z | Downloaded rustc-demangle v0.1.23 |
1232 | 2024-02-25T04:11:33.759Z | Downloaded foreign-types v0.5.0 |
1233 | 2024-02-25T04:11:33.759Z | Downloaded foreign-types-macros v0.2.3 |
1234 | 2024-02-25T04:11:33.759Z | Downloaded ucd-trie v0.1.6 |
1235 | 2024-02-25T04:11:33.759Z | Downloaded slog v2.7.0 |
1236 | 2024-02-25T04:11:33.759Z | Downloaded newline-converter v0.3.0 |
1237 | 2024-02-25T04:11:33.759Z | Downloaded siphasher v0.3.11 |
1238 | 2024-02-25T04:11:33.759Z | Downloaded parse-display v0.9.0 |
1239 | 2024-02-25T04:11:33.759Z | Downloaded spin v0.9.8 |
1240 | 2024-02-25T04:11:33.759Z | Downloaded x509-cert v0.2.4 |
1241 | 2024-02-25T04:11:33.759Z | Downloaded portable-atomic v1.4.3 |
1242 | 2024-02-25T04:11:33.759Z | Downloaded strum v0.26.1 |
1243 | 2024-02-25T04:11:33.759Z | Downloaded display-error-chain v0.2.0 |
1244 | 2024-02-25T04:11:33.759Z | Downloaded smf v0.2.2 |
1245 | 2024-02-25T04:11:33.759Z | Downloaded time-macros v0.2.13 |
1246 | 2024-02-25T04:11:33.759Z | Downloaded oso v0.27.0 |
1247 | 2024-02-25T04:11:33.759Z | Downloaded dtrace-parser v0.2.0 |
1248 | 2024-02-25T04:11:33.759Z | Downloaded num_enum v0.5.11 |
1249 | 2024-02-25T04:11:33.759Z | Downloaded thiserror-no-std v2.0.2 |
1250 | 2024-02-25T04:11:33.760Z | Downloaded zerocopy-derive v0.7.32 |
1251 | 2024-02-25T04:11:33.760Z | Downloaded predicates-core v1.0.6 |
1252 | 2024-02-25T04:11:33.760Z | Downloaded hkdf v0.12.4 |
1253 | 2024-02-25T04:11:33.760Z | Downloaded blake3 v1.5.0 |
1254 | 2024-02-25T04:11:33.760Z | Downloaded serde-hex v0.1.0 |
1255 | 2024-02-25T04:11:33.760Z | Downloaded rusty-fork v0.3.0 |
1256 | 2024-02-25T04:11:33.760Z | Downloaded tabled_derive v0.7.0 |
1257 | 2024-02-25T04:11:33.760Z | Downloaded serde_plain v1.0.2 |
1258 | 2024-02-25T04:11:33.761Z | Downloaded remove_dir_all v0.5.3 |
1259 | 2024-02-25T04:11:33.761Z | Downloaded ed25519 v1.5.3 |
1260 | 2024-02-25T04:11:33.761Z | Downloaded paste v1.0.14 |
1261 | 2024-02-25T04:11:33.777Z | Downloaded float-cmp v0.9.0 |
1262 | 2024-02-25T04:11:33.777Z | Downloaded pin-project-internal v1.1.3 |
1263 | 2024-02-25T04:11:33.777Z | Downloaded textwrap v0.11.0 |
1264 | 2024-02-25T04:11:33.777Z | Downloaded derive_builder v0.12.0 |
1265 | 2024-02-25T04:11:33.778Z | Downloaded memoffset v0.7.1 |
1266 | 2024-02-25T04:11:33.778Z | Downloaded parking_lot v0.12.1 |
1267 | 2024-02-25T04:11:33.778Z | Downloaded subprocess v0.2.9 |
1268 | 2024-02-25T04:11:33.778Z | Downloaded semver v0.11.0 |
1269 | 2024-02-25T04:11:33.778Z | Downloaded rstest v0.18.2 |
1270 | 2024-02-25T04:11:33.778Z | Downloaded flagset v0.4.3 |
1271 | 2024-02-25T04:11:33.779Z | Downloaded rustc_version v0.1.7 |
1272 | 2024-02-25T04:11:33.779Z | Downloaded hashbrown v0.12.3 |
1273 | 2024-02-25T04:11:33.779Z | Downloaded der_derive v0.7.2 |
1274 | 2024-02-25T04:11:33.779Z | Downloaded wyz v0.5.1 |
1275 | 2024-02-25T04:11:33.779Z | Downloaded toml v0.5.11 |
1276 | 2024-02-25T04:11:33.779Z | Downloaded dirs-sys-next v0.1.2 |
1277 | 2024-02-25T04:11:33.779Z | Downloaded rustfmt-wrapper v0.2.0 |
1278 | 2024-02-25T04:11:33.779Z | Downloaded rayon-core v1.12.0 |
1279 | 2024-02-25T04:11:33.779Z | Downloaded tracing v0.1.37 |
1280 | 2024-02-25T04:11:33.779Z | Downloaded slog-stdlog v4.1.1 |
1281 | 2024-02-25T04:11:33.779Z | Downloaded prettyplease v0.2.16 |
1282 | 2024-02-25T04:11:33.780Z | Downloaded url v2.5.0 |
1283 | 2024-02-25T04:11:33.780Z | Downloaded crc32fast v1.3.2 |
1284 | 2024-02-25T04:11:33.780Z | Downloaded serde_tokenstream v0.2.0 |
1285 | 2024-02-25T04:11:33.780Z | Downloaded futures v0.3.30 |
1286 | 2024-02-25T04:11:33.780Z | Downloaded typed-path v0.7.0 |
1287 | 2024-02-25T04:11:33.780Z | Downloaded bindgen v0.69.2 |
1288 | 2024-02-25T04:11:33.780Z | Downloaded partial-io v0.5.4 |
1289 | 2024-02-25T04:11:33.781Z | Downloaded platforms v3.0.2 |
1290 | 2024-02-25T04:11:33.781Z | Downloaded postgres-types v0.2.6 |
1291 | 2024-02-25T04:11:33.781Z | Downloaded slog-scope v4.4.0 |
1292 | 2024-02-25T04:11:33.782Z | Downloaded tracing-attributes v0.1.26 |
1293 | 2024-02-25T04:11:33.782Z | Downloaded aho-corasick v1.0.4 |
1294 | 2024-02-25T04:11:33.782Z | Downloaded test-strategy v0.3.1 |
1295 | 2024-02-25T04:11:33.782Z | Downloaded postgres-protocol v0.6.6 |
1296 | 2024-02-25T04:11:33.782Z | Downloaded serde_derive_internals v0.26.0 |
1297 | 2024-02-25T04:11:33.782Z | Downloaded zerocopy v0.7.32 |
1298 | 2024-02-25T04:11:33.782Z | Downloaded zip v0.6.6 |
1299 | 2024-02-25T04:11:33.782Z | Downloaded derive-where v1.2.7 |
1300 | 2024-02-25T04:11:33.782Z | Downloaded futures-util v0.3.30 |
1301 | 2024-02-25T04:11:33.782Z | Downloaded tough v0.16.0 |
1302 | 2024-02-25T04:11:33.782Z | Downloaded unsafe-libyaml v0.2.10 |
1303 | 2024-02-25T04:11:33.783Z | Downloaded headers v0.3.9 |
1304 | 2024-02-25T04:11:33.783Z | Downloaded rcgen v0.12.1 |
1305 | 2024-02-25T04:11:33.783Z | Downloaded rsa v0.9.2 |
1306 | 2024-02-25T04:11:33.783Z | Downloaded openssl-sys v0.9.96 |
1307 | 2024-02-25T04:11:33.783Z | Downloaded serde_with v3.6.1 |
1308 | 2024-02-25T04:11:33.783Z | Downloaded elliptic-curve v0.13.8 |
1309 | 2024-02-25T04:11:33.783Z | Downloaded heapless v0.7.16 |
1310 | 2024-02-25T04:11:33.783Z | Downloaded rand v0.4.6 |
1311 | 2024-02-25T04:11:33.784Z | Downloaded winnow v0.5.15 |
1312 | 2024-02-25T04:11:33.784Z | Downloaded rand v0.8.5 |
1313 | 2024-02-25T04:11:33.784Z | Downloaded rayon v1.8.0 |
1314 | 2024-02-25T04:11:33.784Z | Downloaded regex-automata v0.1.10 |
1315 | 2024-02-25T04:11:33.784Z | Downloaded tabled v0.15.0 |
1316 | 2024-02-25T04:11:33.796Z | Downloaded chrono v0.4.31 |
1317 | 2024-02-25T04:11:33.797Z | Downloaded sqlparser v0.43.1 |
1318 | 2024-02-25T04:11:33.797Z | Downloaded quick-xml v0.30.0 |
1319 | 2024-02-25T04:11:33.809Z | Downloaded tokio-util v0.7.10 |
1320 | 2024-02-25T04:11:33.809Z | Downloaded unicode-normalization v0.1.22 |
1321 | 2024-02-25T04:11:33.819Z | Downloaded rustls-webpki v0.102.1 |
1322 | 2024-02-25T04:11:33.824Z | Downloaded reqwest v0.11.22 |
1323 | 2024-02-25T04:11:33.841Z | Downloaded lalrpop v0.19.12 |
1324 | 2024-02-25T04:11:33.845Z | Downloaded pest v2.7.6 |
1325 | 2024-02-25T04:11:33.848Z | Downloaded petgraph v0.6.4 |
1326 | 2024-02-25T04:11:33.867Z | Downloaded h2 v0.3.24 |
1327 | 2024-02-25T04:11:33.878Z | Downloaded nix v0.27.1 |
1328 | 2024-02-25T04:11:33.887Z | Downloaded idna v0.5.0 |
1329 | 2024-02-25T04:11:33.895Z | Downloaded plotters v0.3.5 |
1330 | 2024-02-25T04:11:33.902Z | Downloaded reedline v0.29.0 |
1331 | 2024-02-25T04:11:33.908Z | Downloaded smoltcp v0.9.1 |
1332 | 2024-02-25T04:11:33.917Z | Downloaded vcpkg v0.2.15 |
1333 | 2024-02-25T04:11:33.953Z | Downloaded rustls-webpki v0.101.7 |
1334 | 2024-02-25T04:11:33.966Z | Downloaded rustls v0.22.2 |
1335 | 2024-02-25T04:11:33.980Z | Downloaded diesel v2.1.4 |
1336 | 2024-02-25T04:11:33.998Z | Downloaded regress v0.8.0 |
1337 | 2024-02-25T04:11:34.006Z | Downloaded radix_trie v0.2.1 |
1338 | 2024-02-25T04:11:34.011Z | Downloaded polar-core v0.27.0 |
1339 | 2024-02-25T04:11:34.020Z | Downloaded regex-syntax v0.8.2 |
1340 | 2024-02-25T04:11:34.031Z | Downloaded object v0.32.1 |
1341 | 2024-02-25T04:11:34.038Z | Downloaded gimli v0.28.0 |
1342 | 2024-02-25T04:11:34.047Z | Downloaded bstr v1.6.0 |
1343 | 2024-02-25T04:11:34.060Z | Downloaded smoltcp v0.11.0 |
1344 | 2024-02-25T04:11:34.073Z | Downloaded sled v0.34.7 |
1345 | 2024-02-25T04:11:34.085Z | Downloaded proptest v1.4.0 |
1346 | 2024-02-25T04:11:34.093Z | Downloaded openapiv3 v2.0.0 |
1347 | 2024-02-25T04:11:34.108Z | Downloaded rustls v0.21.9 |
1348 | 2024-02-25T04:11:34.120Z | Downloaded zerocopy-derive v0.2.0 |
1349 | 2024-02-25T04:11:34.128Z | Downloaded regex-automata v0.4.4 |
1350 | 2024-02-25T04:11:34.143Z | Downloaded ratatui v0.26.1 |
1351 | 2024-02-25T04:11:34.157Z | Downloaded zerocopy-derive v0.6.4 |
1352 | 2024-02-25T04:11:34.167Z | Downloaded regex-automata v0.3.8 |
1353 | 2024-02-25T04:11:34.184Z | Downloaded sha3 v0.10.8 |
1354 | 2024-02-25T04:11:34.189Z | Downloaded syn v1.0.109 |
1355 | 2024-02-25T04:11:34.200Z | Downloaded regex-syntax v0.6.29 |
1356 | 2024-02-25T04:11:34.628Z | Downloaded tokio v1.36.0 |
1357 | 2024-02-25T04:11:34.669Z | Downloaded csv v1.3.0 |
1358 | 2024-02-25T04:11:34.669Z | Downloaded encoding_rs v0.8.33 |
1359 | 2024-02-25T04:11:34.669Z | Downloaded trust-dns-proto v0.22.0 |
1360 | 2024-02-25T04:11:34.669Z | Downloaded curve25519-dalek v4.1.1 |
1361 | 2024-02-25T04:11:34.669Z | Downloaded openssl v0.10.60 |
1362 | 2024-02-25T04:11:34.669Z | Downloaded bstr v0.2.17 |
1363 | 2024-02-25T04:11:34.669Z | Downloaded regex v1.10.3 |
1364 | 2024-02-25T04:11:34.669Z | Downloaded object v0.30.4 |
1365 | 2024-02-25T04:11:34.669Z | Downloaded webpki-roots v0.25.2 |
1366 | 2024-02-25T04:11:34.669Z | Downloaded guppy v0.17.5 |
1367 | 2024-02-25T04:11:34.669Z | Downloaded goblin v0.8.0 |
1368 | 2024-02-25T04:11:34.670Z | Downloaded bitvec v1.0.1 |
1369 | 2024-02-25T04:11:34.670Z | Downloaded time v0.3.27 |
1370 | 2024-02-25T04:11:34.670Z | Downloaded hyper v0.14.27 |
1371 | 2024-02-25T04:11:34.670Z | Downloaded idna v0.2.3 |
1372 | 2024-02-25T04:11:34.670Z | Downloaded slog-async v2.8.0 |
1373 | 2024-02-25T04:11:34.670Z | Downloaded hashbrown v0.13.2 |
1374 | 2024-02-25T04:11:34.670Z | Downloaded steno v0.4.0 |
1375 | 2024-02-25T04:11:34.670Z | Downloaded rustc-hash v1.1.0 |
1376 | 2024-02-25T04:11:34.671Z | Downloaded poly1305 v0.8.0 |
1377 | 2024-02-25T04:11:34.671Z | Downloaded snafu-derive v0.7.5 |
1378 | 2024-02-25T04:11:34.671Z | Downloaded funty v2.0.0 |
1379 | 2024-02-25T04:11:34.671Z | Downloaded fd-lock v4.0.2 |
1380 | 2024-02-25T04:11:34.672Z | Downloaded thiserror-impl-no-std v2.0.2 |
1381 | 2024-02-25T04:11:34.672Z | Downloaded dirs-next v2.0.0 |
1382 | 2024-02-25T04:11:34.672Z | Downloaded unicode-segmentation v1.10.1 |
1383 | 2024-02-25T04:11:34.672Z | Downloaded hyper v1.1.0 |
1384 | 2024-02-25T04:11:34.672Z | Downloaded miniz_oxide v0.7.1 |
1385 | 2024-02-25T04:11:34.673Z | Downloaded darling v0.20.3 |
1386 | 2024-02-25T04:11:34.673Z | Downloaded rustls-native-certs v0.7.0 |
1387 | 2024-02-25T04:11:34.673Z | Downloaded password-hash v0.5.0 |
1388 | 2024-02-25T04:11:34.673Z | Downloaded socket2 v0.4.9 |
1389 | 2024-02-25T04:11:34.673Z | Downloaded proc-macro-error v1.0.4 |
1390 | 2024-02-25T04:11:34.673Z | Downloaded signature v1.6.4 |
1391 | 2024-02-25T04:11:34.673Z | Downloaded packed_struct v0.10.1 |
1392 | 2024-02-25T04:11:34.673Z | Downloaded rand_core v0.6.4 |
1393 | 2024-02-25T04:11:34.673Z | Downloaded pkcs1 v0.7.5 |
1394 | 2024-02-25T04:11:34.674Z | Downloaded snafu v0.7.5 |
1395 | 2024-02-25T04:11:34.674Z | Downloaded num-bigint-dig v0.8.4 |
1396 | 2024-02-25T04:11:34.674Z | Downloaded clap v2.34.0 |
1397 | 2024-02-25T04:11:34.674Z | Downloaded rustyline v13.0.0 |
1398 | 2024-02-25T04:11:34.674Z | Downloaded tokio-tungstenite v0.20.1 |
1399 | 2024-02-25T04:11:34.674Z | Downloaded mio v0.8.9 |
1400 | 2024-02-25T04:11:34.674Z | Downloaded heapless v0.8.0 |
1401 | 2024-02-25T04:11:34.674Z | Downloaded rustversion v1.0.14 |
1402 | 2024-02-25T04:11:34.674Z | Downloaded ref-cast v1.0.20 |
1403 | 2024-02-25T04:11:34.674Z | Downloaded enum-as-inner v0.5.1 |
1404 | 2024-02-25T04:11:34.674Z | Downloaded xattr v1.0.1 |
1405 | 2024-02-25T04:11:34.675Z | Downloaded pem v3.0.2 |
1406 | 2024-02-25T04:11:34.675Z | Downloaded parking_lot v0.11.2 |
1407 | 2024-02-25T04:11:34.675Z | Downloaded half v2.3.1 |
1408 | 2024-02-25T04:11:34.675Z | Downloaded tower v0.4.13 |
1409 | 2024-02-25T04:11:34.675Z | Downloaded pretty_assertions v1.4.0 |
1410 | 2024-02-25T04:11:34.675Z | Downloaded minimal-lexical v0.2.1 |
1411 | 2024-02-25T04:11:34.675Z | Downloaded pest_meta v2.7.6 |
1412 | 2024-02-25T04:11:34.675Z | Downloaded zerocopy v0.6.4 |
1413 | 2024-02-25T04:11:34.675Z | Downloaded crypto-bigint v0.5.2 |
1414 | 2024-02-25T04:11:34.675Z | Downloaded pest_derive v2.7.6 |
1415 | 2024-02-25T04:11:34.676Z | Downloaded phf_shared v0.10.0 |
1416 | 2024-02-25T04:11:34.676Z | Downloaded oorandom v11.1.3 |
1417 | 2024-02-25T04:11:34.676Z | Downloaded der v0.7.8 |
1418 | 2024-02-25T04:11:34.676Z | Downloaded libm v0.2.7 |
1419 | 2024-02-25T04:11:34.676Z | Downloaded crossbeam-channel v0.5.8 |
1420 | 2024-02-25T04:11:34.676Z | Downloaded salty v0.2.0 |
1421 | 2024-02-25T04:11:34.677Z | Downloaded embedded-io v0.4.0 |
1422 | 2024-02-25T04:11:34.677Z | Downloaded target-spec v3.1.0 |
1423 | 2024-02-25T04:11:34.677Z | Downloaded vec_map v0.8.2 |
1424 | 2024-02-25T04:11:34.678Z | Downloaded supports-color v3.0.0 |
1425 | 2024-02-25T04:11:34.678Z | Downloaded http v0.2.11 |
1426 | 2024-02-25T04:11:34.678Z | Downloaded diesel_derives v2.1.2 |
1427 | 2024-02-25T04:11:34.678Z | Downloaded serde_with_macros v3.6.1 |
1428 | 2024-02-25T04:11:34.678Z | Downloaded smawk v0.3.1 |
1429 | 2024-02-25T04:11:34.678Z | Downloaded percent-encoding v2.3.1 |
1430 | 2024-02-25T04:11:34.678Z | Downloaded darling v0.14.4 |
1431 | 2024-02-25T04:11:34.678Z | Downloaded yasna v0.5.2 |
1432 | 2024-02-25T04:11:34.679Z | Downloaded crossbeam-utils v0.8.16 |
1433 | 2024-02-25T04:11:34.679Z | Downloaded defmt-parser v0.3.3 |
1434 | 2024-02-25T04:11:34.679Z | Downloaded doc-comment v0.3.3 |
1435 | 2024-02-25T04:11:34.679Z | Downloaded digest v0.10.7 |
1436 | 2024-02-25T04:11:34.679Z | Downloaded walkdir v2.4.0 |
1437 | 2024-02-25T04:11:34.679Z | Downloaded toml v0.7.8 |
1438 | 2024-02-25T04:11:34.680Z | Downloaded rstest_macros v0.18.2 |
1439 | 2024-02-25T04:11:34.680Z | Downloaded pkg-config v0.3.27 |
1440 | 2024-02-25T04:11:34.680Z | Downloaded strip-ansi-escapes v0.2.0 |
1441 | 2024-02-25T04:11:34.680Z | Downloaded sec1 v0.7.3 |
1442 | 2024-02-25T04:11:34.680Z | Downloaded clang-sys v1.6.1 |
1443 | 2024-02-25T04:11:34.681Z | Downloaded compact_str v0.7.1 |
1444 | 2024-02-25T04:11:34.681Z | Downloaded signal-hook v0.3.17 |
1445 | 2024-02-25T04:11:34.681Z | Downloaded sha2 v0.10.8 |
1446 | 2024-02-25T04:11:34.681Z | Downloaded utf-8 v0.7.6 |
1447 | 2024-02-25T04:11:34.681Z | Downloaded stringprep v0.1.3 |
1448 | 2024-02-25T04:11:34.682Z | Downloaded universal-hash v0.5.1 |
1449 | 2024-02-25T04:11:34.682Z | Downloaded ahash v0.8.7 |
1450 | 2024-02-25T04:11:34.682Z | Downloaded arrayvec v0.7.4 |
1451 | 2024-02-25T04:11:34.682Z | Downloaded camino-tempfile v1.1.1 |
1452 | 2024-02-25T04:11:34.683Z | Downloaded slab v0.4.9 |
1453 | 2024-02-25T04:11:34.683Z | Downloaded scopeguard v1.2.0 |
1454 | 2024-02-25T04:11:34.683Z | Downloaded rustls-pki-types v1.3.0 |
1455 | 2024-02-25T04:11:34.683Z | Downloaded semver v0.1.20 |
1456 | 2024-02-25T04:11:34.684Z | Downloaded log v0.4.20 |
1457 | 2024-02-25T04:11:34.695Z | Downloaded mime v0.3.17 |
1458 | 2024-02-25T04:11:34.695Z | Downloaded ascii-canvas v3.0.0 |
1459 | 2024-02-25T04:11:34.696Z | Downloaded linear-map v1.2.0 |
1460 | 2024-02-25T04:11:34.696Z | Downloaded crc-catalog v2.2.0 |
1461 | 2024-02-25T04:11:34.696Z | Downloaded indoc v1.0.9 |
1462 | 2024-02-25T04:11:34.696Z | Downloaded bit-set v0.5.3 |
1463 | 2024-02-25T04:11:34.696Z | Downloaded signal-hook-tokio v0.3.1 |
1464 | 2024-02-25T04:11:34.697Z | Downloaded serde-big-array v0.4.1 |
1465 | 2024-02-25T04:11:34.697Z | Downloaded byteorder v1.5.0 |
1466 | 2024-02-25T04:11:34.697Z | Downloaded libefi-sys v0.1.0 |
1467 | 2024-02-25T04:11:34.697Z | Downloaded managed v0.8.0 |
1468 | 2024-02-25T04:11:34.697Z | Downloaded hyper-staticfile v0.9.5 |
1469 | 2024-02-25T04:11:34.697Z | Downloaded iana-time-zone v0.1.57 |
1470 | 2024-02-25T04:11:34.697Z | Downloaded humantime v2.1.0 |
1471 | 2024-02-25T04:11:34.697Z | Downloaded hubpack v0.1.2 |
1472 | 2024-02-25T04:11:34.698Z | Downloaded cfg-if v1.0.0 |
1473 | 2024-02-25T04:11:34.698Z | Downloaded array-init v0.0.4 |
1474 | 2024-02-25T04:11:34.698Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1475 | 2024-02-25T04:11:34.698Z | Downloaded http-body v0.4.5 |
1476 | 2024-02-25T04:11:34.698Z | Downloaded bytecount v0.6.3 |
1477 | 2024-02-25T04:11:34.698Z | Downloaded lazy_static v1.4.0 |
1478 | 2024-02-25T04:11:34.699Z | Downloaded ipnet v2.9.0 |
1479 | 2024-02-25T04:11:34.699Z | Downloaded indexmap v1.9.3 |
1480 | 2024-02-25T04:11:34.699Z | Downloaded async-recursion v1.0.5 |
1481 | 2024-02-25T04:11:34.699Z | Downloaded console v0.15.8 |
1482 | 2024-02-25T04:11:34.700Z | Downloaded ciborium v0.2.2 |
1483 | 2024-02-25T04:11:34.700Z | Downloaded num-complex v0.4.4 |
1484 | 2024-02-25T04:11:34.700Z | Downloaded is-terminal v0.4.9 |
1485 | 2024-02-25T04:11:34.701Z | Downloaded atomic-waker v1.1.1 |
1486 | 2024-02-25T04:11:34.701Z | Downloaded ciborium-ll v0.2.2 |
1487 | 2024-02-25T04:11:34.769Z | Downloaded ring v0.17.8 |
1488 | 2024-02-25T04:11:34.868Z | Downloaded ring v0.16.20 |
1489 | 2024-02-25T04:11:35.442Z | Compiling libc v0.2.153 |
1490 | 2024-02-25T04:11:35.442Z | Compiling serde v1.0.196 |
1491 | 2024-02-25T04:11:35.445Z | Compiling autocfg v1.1.0 |
1492 | 2024-02-25T04:11:35.446Z | Compiling version_check v0.9.4 |
1493 | 2024-02-25T04:11:35.446Z | Checking cfg-if v1.0.0 |
1494 | 2024-02-25T04:11:35.490Z | Compiling syn v1.0.109 |
1495 | 2024-02-25T04:11:35.533Z | Compiling syn v2.0.48 |
1496 | 2024-02-25T04:11:35.582Z | Compiling parking_lot_core v0.9.8 |
1497 | 2024-02-25T04:11:35.621Z | Compiling memchr v2.6.3 |
1498 | 2024-02-25T04:11:36.055Z | Compiling libm v0.2.7 |
1499 | 2024-02-25T04:11:36.083Z | Compiling once_cell v1.19.0 |
1500 | 2024-02-25T04:11:36.357Z | Compiling ahash v0.8.7 |
1501 | 2024-02-25T04:11:36.465Z | Compiling lock_api v0.4.10 |
1502 | 2024-02-25T04:11:36.632Z | Compiling num-traits v0.2.16 |
1503 | 2024-02-25T04:11:36.784Z | Compiling serde_json v1.0.114 |
1504 | 2024-02-25T04:11:36.928Z | Compiling byteorder v1.5.0 |
1505 | 2024-02-25T04:11:37.401Z | Compiling log v0.4.20 |
1506 | 2024-02-25T04:11:37.544Z | Compiling slab v0.4.9 |
1507 | 2024-02-25T04:11:37.578Z | Checking getrandom v0.2.10 |
1508 | 2024-02-25T04:11:37.761Z | Compiling cc v1.0.83 |
1509 | 2024-02-25T04:11:38.011Z | Compiling typenum v1.16.0 |
1510 | 2024-02-25T04:11:38.089Z | Checking itoa v1.0.9 |
1511 | 2024-02-25T04:11:38.102Z | Compiling generic-array v0.14.7 |
1512 | 2024-02-25T04:11:38.297Z | Checking scopeguard v1.2.0 |
1513 | 2024-02-25T04:11:38.343Z | Compiling allocator-api2 v0.2.16 |
1514 | 2024-02-25T04:11:38.433Z | Compiling pkg-config v0.3.27 |
1515 | 2024-02-25T04:11:38.531Z | Compiling rustix v0.38.31 |
1516 | 2024-02-25T04:11:39.045Z | Checking smallvec v1.13.1 |
1517 | 2024-02-25T04:11:39.399Z | Compiling schemars v0.8.16 |
1518 | 2024-02-25T04:11:39.443Z | Compiling httparse v1.8.0 |
1519 | 2024-02-25T04:11:39.474Z | Compiling fnv v1.0.7 |
1520 | 2024-02-25T04:11:39.774Z | Compiling vcpkg v0.2.15 |
1521 | 2024-02-25T04:11:39.881Z | Compiling aho-corasick v1.0.4 |
1522 | 2024-02-25T04:11:40.116Z | Compiling regex-syntax v0.8.2 |
1523 | 2024-02-25T04:11:40.917Z | Compiling ring v0.17.8 |
1524 | 2024-02-25T04:11:42.120Z | Compiling openssl-sys v0.9.96 |
1525 | 2024-02-25T04:11:42.826Z | Checking parking_lot v0.12.1 |
1526 | 2024-02-25T04:11:42.845Z | Checking pin-project-lite v0.2.13 |
1527 | 2024-02-25T04:11:42.931Z | Compiling ucd-trie v0.1.6 |
1528 | 2024-02-25T04:11:43.497Z | Compiling serde_derive_internals v0.26.0 |
1529 | 2024-02-25T04:11:43.532Z | Compiling regex-automata v0.4.4 |
1530 | 2024-02-25T04:11:44.721Z | Compiling ring v0.16.20 |
1531 | 2024-02-25T04:11:44.938Z | Checking ryu v1.0.15 |
1532 | 2024-02-25T04:11:45.967Z | Checking signal-hook-registry v1.4.1 |
1533 | 2024-02-25T04:11:46.076Z | Compiling crossbeam-utils v0.8.16 |
1534 | 2024-02-25T04:11:46.229Z | Compiling openssl v0.10.60 |
1535 | 2024-02-25T04:11:46.678Z | Checking mio v0.8.9 |
1536 | 2024-02-25T04:11:46.681Z | Checking rand_core v0.6.4 |
1537 | 2024-02-25T04:11:46.703Z | Compiling iana-time-zone v0.1.57 |
1538 | 2024-02-25T04:11:46.986Z | Checking num_cpus v1.16.0 |
1539 | 2024-02-25T04:11:47.069Z | Checking futures-core v0.3.30 |
1540 | 2024-02-25T04:11:47.109Z | Compiling native-tls v0.2.11 |
1541 | 2024-02-25T04:11:47.238Z | Compiling rustls v0.21.9 |
1542 | 2024-02-25T04:11:47.299Z | Compiling spin v0.5.2 |
1543 | 2024-02-25T04:11:47.915Z | Compiling dyn-clone v1.0.16 |
1544 | 2024-02-25T04:11:47.930Z | Compiling regex v1.10.3 |
1545 | 2024-02-25T04:11:47.930Z | Checking socket2 v0.5.5 |
1546 | 2024-02-25T04:11:47.930Z | Compiling slog v2.7.0 |
1547 | 2024-02-25T04:11:47.977Z | Compiling async-trait v0.1.77 |
1548 | 2024-02-25T04:11:48.277Z | Compiling memoffset v0.9.0 |
1549 | 2024-02-25T04:11:48.738Z | Compiling crossbeam-epoch v0.9.15 |
1550 | 2024-02-25T04:11:48.866Z | Compiling backtrace v0.3.69 |
1551 | 2024-02-25T04:11:49.347Z | Compiling futures-sink v0.3.30 |
1552 | 2024-02-25T04:11:49.470Z | Compiling errno v0.3.8 |
1553 | 2024-02-25T04:11:49.504Z | Compiling tinyvec_macros v0.1.1 |
1554 | 2024-02-25T04:11:49.527Z | Compiling rustversion v1.0.14 |
1555 | 2024-02-25T04:11:49.588Z | Compiling crc32fast v1.3.2 |
1556 | 2024-02-25T04:11:49.685Z | Compiling unicode-xid v0.2.4 |
1557 | 2024-02-25T04:11:49.808Z | Compiling either v1.10.0 |
1558 | 2024-02-25T04:11:49.843Z | Compiling tinyvec v1.6.0 |
1559 | 2024-02-25T04:11:49.918Z | Compiling futures-channel v0.3.30 |
1560 | 2024-02-25T04:11:50.198Z | Compiling serde_derive v1.0.196 |
1561 | 2024-02-25T04:11:50.219Z | Compiling zerocopy-derive v0.7.32 |
1562 | 2024-02-25T04:11:50.290Z | Compiling thiserror-impl v1.0.57 |
1563 | 2024-02-25T04:11:50.468Z | Compiling zeroize_derive v1.4.2 |
1564 | 2024-02-25T04:11:50.677Z | Compiling tokio-macros v2.2.0 |
1565 | 2024-02-25T04:11:50.897Z | Compiling futures-macro v0.3.30 |
1566 | 2024-02-25T04:11:51.354Z | Compiling tracing-attributes v0.1.26 |
1567 | 2024-02-25T04:11:52.283Z | Compiling schemars_derive v0.8.16 |
1568 | 2024-02-25T04:11:52.560Z | Compiling openssl-macros v0.1.1 |
1569 | 2024-02-25T04:11:52.765Z | Compiling zerocopy v0.7.32 |
1570 | 2024-02-25T04:11:53.158Z | Checking zeroize v1.7.0 |
1571 | 2024-02-25T04:11:53.782Z | Compiling thiserror v1.0.57 |
1572 | 2024-02-25T04:11:53.920Z | Compiling pest v2.7.6 |
1573 | 2024-02-25T04:11:54.128Z | Compiling futures-io v0.3.30 |
1574 | 2024-02-25T04:11:54.464Z | Compiling anyhow v1.0.75 |
1575 | 2024-02-25T04:11:54.714Z | Compiling futures-task v0.3.30 |
1576 | 2024-02-25T04:11:55.004Z | Compiling hashbrown v0.14.3 |
1577 | 2024-02-25T04:11:55.027Z | Compiling pin-utils v0.1.0 |
1578 | 2024-02-25T04:11:55.055Z | Compiling unicode-width v0.1.11 |
1579 | 2024-02-25T04:11:55.116Z | Compiling futures-util v0.3.30 |
1580 | 2024-02-25T04:11:55.433Z | Compiling unicode-normalization v0.1.22 |
1581 | 2024-02-25T04:11:55.854Z | Compiling spin v0.9.8 |
1582 | 2024-02-25T04:11:56.286Z | Compiling pest_meta v2.7.6 |
1583 | 2024-02-25T04:11:56.292Z | Compiling tracing-core v0.1.31 |
1584 | 2024-02-25T04:11:56.476Z | Compiling unicode-bidi v0.3.13 |
1585 | 2024-02-25T04:11:56.641Z | Compiling der_derive v0.7.2 |
1586 | 2024-02-25T04:11:57.067Z | Compiling tracing v0.1.37 |
1587 | 2024-02-25T04:11:57.595Z | Compiling pest_generator v2.7.6 |
1588 | 2024-02-25T04:11:57.800Z | Compiling winnow v0.5.15 |
1589 | 2024-02-25T04:11:58.444Z | Compiling lazy_static v1.4.0 |
1590 | 2024-02-25T04:11:59.369Z | Checking subtle v2.5.0 |
1591 | 2024-02-25T04:12:00.797Z | Compiling foreign-types-shared v0.1.1 |
1592 | 2024-02-25T04:12:00.904Z | Compiling untrusted v0.7.1 |
1593 | 2024-02-25T04:12:01.104Z | Compiling percent-encoding v2.3.1 |
1594 | 2024-02-25T04:12:01.119Z | Compiling untrusted v0.9.0 |
1595 | 2024-02-25T04:12:01.320Z | Compiling time-core v0.1.1 |
1596 | 2024-02-25T04:12:01.489Z | Compiling time-macros v0.2.13 |
1597 | 2024-02-25T04:12:01.548Z | Compiling pest_derive v2.7.6 |
1598 | 2024-02-25T04:12:02.393Z | Compiling foreign-types v0.3.2 |
1599 | 2024-02-25T04:12:02.814Z | Compiling scroll_derive v0.12.0 |
1600 | 2024-02-25T04:12:03.682Z | Compiling synstructure v0.12.6 |
1601 | 2024-02-25T04:12:04.184Z | Checking bytes v1.5.0 |
1602 | 2024-02-25T04:12:04.406Z | Checking bitflags v2.4.0 |
1603 | 2024-02-25T04:12:04.956Z | Checking tokio v1.36.0 |
1604 | 2024-02-25T04:12:05.083Z | Compiling thread-id v4.2.0 |
1605 | 2024-02-25T04:12:05.193Z | Compiling base64 v0.21.7 |
1606 | 2024-02-25T04:12:05.527Z | Compiling indexmap v2.2.3 |
1607 | 2024-02-25T04:12:05.951Z | Compiling uuid v1.7.0 |
1608 | 2024-02-25T04:12:06.101Z | Compiling chrono v0.4.31 |
1609 | 2024-02-25T04:12:06.342Z | Compiling semver v1.0.22 |
1610 | 2024-02-25T04:12:06.897Z | Compiling http v0.2.11 |
1611 | 2024-02-25T04:12:07.146Z | Compiling serde_spanned v0.6.5 |
1612 | 2024-02-25T04:12:07.383Z | Compiling toml_datetime v0.6.5 |
1613 | 2024-02-25T04:12:07.545Z | Compiling openapiv3 v2.0.0 |
1614 | 2024-02-25T04:12:07.843Z | Compiling rustc_version v0.4.0 |
1615 | 2024-02-25T04:12:08.463Z | Compiling toml_edit v0.19.15 |
1616 | 2024-02-25T04:12:09.273Z | Compiling try-lock v0.2.4 |
1617 | 2024-02-25T04:12:09.428Z | Compiling want v0.3.1 |
1618 | 2024-02-25T04:12:09.712Z | Compiling http-body v0.4.5 |
1619 | 2024-02-25T04:12:10.123Z | Compiling zerocopy-derive v0.2.0 |
1620 | 2024-02-25T04:12:10.141Z | Compiling rustls-webpki v0.101.7 |
1621 | 2024-02-25T04:12:12.044Z | Compiling sct v0.7.0 |
1622 | 2024-02-25T04:12:12.169Z | Compiling form_urlencoded v1.2.1 |
1623 | 2024-02-25T04:12:12.348Z | Compiling socket2 v0.4.9 |
1624 | 2024-02-25T04:12:12.493Z | Compiling tower-service v0.3.2 |
1625 | 2024-02-25T04:12:12.615Z | Compiling openssl-probe v0.1.5 |
1626 | 2024-02-25T04:12:12.632Z | Compiling const-oid v0.9.5 |
1627 | 2024-02-25T04:12:12.937Z | Compiling httpdate v1.0.3 |
1628 | 2024-02-25T04:12:13.030Z | Compiling idna v0.5.0 |
1629 | 2024-02-25T04:12:13.387Z | Compiling adler v1.0.2 |
1630 | 2024-02-25T04:12:13.599Z | Compiling miniz_oxide v0.7.1 |
1631 | 2024-02-25T04:12:14.558Z | Compiling url v2.5.0 |
1632 | 2024-02-25T04:12:14.635Z | Compiling ipnet v2.9.0 |
1633 | 2024-02-25T04:12:15.176Z | Compiling tokio-util v0.7.10 |
1634 | 2024-02-25T04:12:15.298Z | Compiling signal-hook v0.3.17 |
1635 | 2024-02-25T04:12:15.950Z | Compiling serde_urlencoded v0.7.1 |
1636 | 2024-02-25T04:12:16.530Z | Compiling h2 v0.3.24 |
1637 | 2024-02-25T04:12:16.560Z | Compiling rustls-pemfile v1.0.3 |
1638 | 2024-02-25T04:12:16.775Z | Compiling crypto-common v0.1.6 |
1639 | 2024-02-25T04:12:16.928Z | Compiling tokio-native-tls v0.3.1 |
1640 | 2024-02-25T04:12:16.985Z | Compiling tokio-rustls v0.24.1 |
1641 | 2024-02-25T04:12:17.164Z | Compiling zerocopy-derive v0.6.4 |
1642 | 2024-02-25T04:12:17.201Z | Compiling clap_derive v4.5.0 |
1643 | 2024-02-25T04:12:17.391Z | Compiling usdt-impl v0.3.5 |
1644 | 2024-02-25T04:12:17.746Z | Compiling encoding_rs v0.8.33 |
1645 | 2024-02-25T04:12:17.937Z | Compiling webpki-roots v0.25.2 |
1646 | 2024-02-25T04:12:18.095Z | Compiling gimli v0.28.0 |
1647 | 2024-02-25T04:12:18.966Z | Compiling mime v0.3.17 |
1648 | 2024-02-25T04:12:19.457Z | Compiling siphasher v0.3.11 |
1649 | 2024-02-25T04:12:19.710Z | Compiling zerocopy v0.3.0 |
1650 | 2024-02-25T04:12:19.862Z | Compiling scroll v0.12.0 |
1651 | 2024-02-25T04:12:20.430Z | Compiling block-buffer v0.10.4 |
1652 | 2024-02-25T04:12:20.702Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1653 | 2024-02-25T04:12:20.861Z | Compiling object v0.32.1 |
1654 | 2024-02-25T04:12:21.197Z | Compiling num-iter v0.1.43 |
1655 | 2024-02-25T04:12:21.542Z | Compiling usdt-impl v0.5.0 |
1656 | 2024-02-25T04:12:21.907Z | Compiling rustc-demangle v0.1.23 |
1657 | 2024-02-25T04:12:22.323Z | Compiling plain v0.2.3 |
1658 | 2024-02-25T04:12:22.422Z | Compiling addr2line v0.21.0 |
1659 | 2024-02-25T04:12:22.474Z | Compiling goblin v0.8.0 |
1660 | 2024-02-25T04:12:22.839Z | Compiling flate2 v1.0.28 |
1661 | 2024-02-25T04:12:22.858Z | Compiling digest v0.10.7 |
1662 | 2024-02-25T04:12:23.063Z | Compiling dof v0.1.5 |
1663 | 2024-02-25T04:12:23.176Z | Compiling heapless v0.7.16 |
1664 | 2024-02-25T04:12:23.464Z | Compiling dtrace-parser v0.1.14 |
1665 | 2024-02-25T04:12:23.543Z | Compiling hyper v0.14.27 |
1666 | 2024-02-25T04:12:23.642Z | Compiling futures-executor v0.3.30 |
1667 | 2024-02-25T04:12:23.780Z | Compiling strum_macros v0.25.2 |
1668 | 2024-02-25T04:12:24.234Z | Checking equivalent v1.0.1 |
1669 | 2024-02-25T04:12:24.339Z | Compiling pretty-hex v0.4.1 |
1670 | 2024-02-25T04:12:24.562Z | Compiling ppv-lite86 v0.2.17 |
1671 | 2024-02-25T04:12:25.337Z | Compiling rand_chacha v0.3.1 |
1672 | 2024-02-25T04:12:26.837Z | Compiling toml_edit v0.22.6 |
1673 | 2024-02-25T04:12:27.601Z | Compiling futures v0.3.30 |
1674 | 2024-02-25T04:12:27.783Z | Compiling toml v0.7.8 |
1675 | 2024-02-25T04:12:27.857Z | Compiling hex v0.4.3 |
1676 | 2024-02-25T04:12:27.875Z | Compiling serde_tokenstream v0.1.7 |
1677 | 2024-02-25T04:12:28.429Z | Compiling dof v0.3.0 |
1678 | 2024-02-25T04:12:28.979Z | Compiling dtrace-parser v0.2.0 |
1679 | 2024-02-25T04:12:30.194Z | Compiling bit-vec v0.6.3 |
1680 | 2024-02-25T04:12:30.253Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1681 | 2024-02-25T04:12:30.651Z | Compiling hyper-rustls v0.24.2 |
1682 | 2024-02-25T04:12:30.785Z | Compiling hyper-tls v0.5.0 |
1683 | 2024-02-25T04:12:31.069Z | Compiling reqwest v0.11.22 |
1684 | 2024-02-25T04:12:31.128Z | Compiling rand v0.8.5 |
1685 | 2024-02-25T04:12:31.266Z | Compiling phf_shared v0.10.0 |
1686 | 2024-02-25T04:12:31.339Z | Compiling num-bigint v0.4.4 |
1687 | 2024-02-25T04:12:31.677Z | Compiling precomputed-hash v0.1.1 |
1688 | 2024-02-25T04:12:31.795Z | Compiling fixedbitset v0.4.2 |
1689 | 2024-02-25T04:12:32.238Z | Compiling new_debug_unreachable v1.0.4 |
1690 | 2024-02-25T04:12:32.256Z | Compiling smoltcp v0.9.1 |
1691 | 2024-02-25T04:12:32.330Z | Compiling minimal-lexical v0.2.1 |
1692 | 2024-02-25T04:12:32.657Z | Compiling base64ct v1.6.0 |
1693 | 2024-02-25T04:12:33.047Z | Compiling nom v7.1.3 |
1694 | 2024-02-25T04:12:33.244Z | Compiling pem-rfc7468 v0.7.0 |
1695 | 2024-02-25T04:12:33.311Z | Compiling string_cache v0.8.7 |
1696 | 2024-02-25T04:12:33.769Z | Compiling petgraph v0.6.4 |
1697 | 2024-02-25T04:12:33.872Z | Compiling bit-set v0.5.3 |
1698 | 2024-02-25T04:12:34.010Z | Compiling usdt-attr-macro v0.3.5 |
1699 | 2024-02-25T04:12:34.027Z | Compiling usdt-macro v0.3.5 |
1700 | 2024-02-25T04:12:34.148Z | Compiling hmac v0.12.1 |
1701 | 2024-02-25T04:12:34.254Z | Compiling enum-as-inner v0.5.1 |
1702 | 2024-02-25T04:12:34.402Z | Compiling hubpack_derive v0.1.1 |
1703 | 2024-02-25T04:12:35.316Z | Compiling itertools v0.10.5 |
1704 | 2024-02-25T04:12:35.360Z | Compiling diesel_table_macro_syntax v0.1.0 |
1705 | 2024-02-25T04:12:35.424Z | Compiling unicode-segmentation v1.10.1 |
1706 | 2024-02-25T04:12:35.584Z | Compiling flagset v0.4.3 |
1707 | 2024-02-25T04:12:35.587Z | Compiling lalrpop-util v0.19.12 |
1708 | 2024-02-25T04:12:35.759Z | Compiling diesel_derives v2.1.2 |
1709 | 2024-02-25T04:12:35.783Z | Compiling der v0.7.8 |
1710 | 2024-02-25T04:12:36.639Z | Compiling cpufeatures v0.2.12 |
1711 | 2024-02-25T04:12:37.314Z | Compiling sha2 v0.10.8 |
1712 | 2024-02-25T04:12:37.927Z | Compiling spki v0.7.2 |
1713 | 2024-02-25T04:12:37.991Z | Compiling md-5 v0.10.5 |
1714 | 2024-02-25T04:12:38.210Z | Compiling stringprep v0.1.3 |
1715 | 2024-02-25T04:12:38.237Z | Compiling serde_repr v0.1.16 |
1716 | 2024-02-25T04:12:38.293Z | Compiling num-integer v0.1.46 |
1717 | 2024-02-25T04:12:38.672Z | Compiling hash32 v0.2.1 |
1718 | 2024-02-25T04:12:39.059Z | Compiling stable_deref_trait v1.2.0 |
1719 | 2024-02-25T04:12:39.099Z | Compiling fallible-iterator v0.2.0 |
1720 | 2024-02-25T04:12:39.197Z | Compiling pkcs8 v0.10.2 |
1721 | 2024-02-25T04:12:39.614Z | Compiling phf_shared v0.11.2 |
1722 | 2024-02-25T04:12:39.836Z | Compiling postgres-protocol v0.6.6 |
1723 | 2024-02-25T04:12:39.978Z | Compiling ff v0.13.0 |
1724 | 2024-02-25T04:12:40.202Z | Compiling terminal_size v0.3.0 |
1725 | 2024-02-25T04:12:40.394Z | Compiling block-padding v0.3.3 |
1726 | 2024-02-25T04:12:40.494Z | Compiling scheduled-thread-pool v0.2.7 |
1727 | 2024-02-25T04:12:40.641Z | Compiling regex-automata v0.1.10 |
1728 | 2024-02-25T04:12:40.754Z | Compiling num_threads v0.1.6 |
1729 | 2024-02-25T04:12:40.886Z | Compiling base16ct v0.2.0 |
1730 | 2024-02-25T04:12:40.972Z | Compiling matches v0.1.10 |
1731 | 2024-02-25T04:12:41.054Z | Compiling deranged v0.3.8 |
1732 | 2024-02-25T04:12:41.089Z | Compiling managed v0.8.0 |
1733 | 2024-02-25T04:12:41.130Z | Checking unicode-ident v1.0.12 |
1734 | 2024-02-25T04:12:41.198Z | Compiling bitflags v1.3.2 |
1735 | 2024-02-25T04:12:41.215Z | Compiling sec1 v0.7.3 |
1736 | 2024-02-25T04:12:41.231Z | Compiling bstr v0.2.17 |
1737 | 2024-02-25T04:12:41.296Z | Compiling idna v0.2.3 |
1738 | 2024-02-25T04:12:41.324Z | Compiling clap_builder v4.5.0 |
1739 | 2024-02-25T04:12:41.803Z | Compiling r2d2 v0.8.10 |
1740 | 2024-02-25T04:12:42.580Z | Compiling inout v0.1.3 |
1741 | 2024-02-25T04:12:42.774Z | Compiling postgres-types v0.2.6 |
1742 | 2024-02-25T04:12:42.857Z | Compiling group v0.13.0 |
1743 | 2024-02-25T04:12:42.881Z | Compiling time v0.3.27 |
1744 | 2024-02-25T04:12:42.954Z | Compiling signal-hook-mio v0.2.3 |
1745 | 2024-02-25T04:12:43.112Z | Compiling phf v0.11.2 |
1746 | 2024-02-25T04:12:43.169Z | Compiling bzip2 v0.4.4 |
1747 | 2024-02-25T04:12:43.566Z | Compiling hubpack v0.1.2 |
1748 | 2024-02-25T04:12:43.888Z | Compiling hkdf v0.12.4 |
1749 | 2024-02-25T04:12:44.140Z | Compiling zerocopy v0.6.4 |
1750 | 2024-02-25T04:12:44.374Z | Compiling crypto-bigint v0.5.2 |
1751 | 2024-02-25T04:12:44.405Z | Compiling ipnetwork v0.20.0 |
1752 | 2024-02-25T04:12:45.333Z | Compiling float-cmp v0.9.0 |
1753 | 2024-02-25T04:12:45.568Z | Compiling data-encoding v2.4.0 |
1754 | 2024-02-25T04:12:46.285Z | Compiling predicates-core v1.0.6 |
1755 | 2024-02-25T04:12:46.459Z | Compiling difflib v0.4.0 |
1756 | 2024-02-25T04:12:46.638Z | Compiling whoami v1.4.1 |
1757 | 2024-02-25T04:12:47.278Z | Compiling static_assertions v1.1.0 |
1758 | 2024-02-25T04:12:47.601Z | Compiling normalize-line-endings v0.3.0 |
1759 | 2024-02-25T04:12:47.732Z | Compiling regex-automata v0.3.8 |
1760 | 2024-02-25T04:12:47.903Z | Compiling predicates v3.1.0 |
1761 | 2024-02-25T04:12:47.973Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1762 | 2024-02-25T04:12:48.144Z | Compiling tokio-postgres v0.7.10 |
1763 | 2024-02-25T04:12:48.473Z | Compiling yasna v0.5.2 |
1764 | 2024-02-25T04:12:49.631Z | Compiling bstr v1.6.0 |
1765 | 2024-02-25T04:12:50.351Z | Compiling elliptic-curve v0.13.8 |
1766 | 2024-02-25T04:12:50.494Z | Compiling trust-dns-proto v0.22.0 |
1767 | 2024-02-25T04:12:51.192Z | Compiling clap v4.5.0 |
1768 | 2024-02-25T04:12:51.284Z | Compiling zip v0.6.6 |
1769 | 2024-02-25T04:12:51.322Z | Compiling crossterm v0.27.0 |
1770 | 2024-02-25T04:12:51.535Z | Compiling cipher v0.4.4 |
1771 | 2024-02-25T04:12:52.074Z | Compiling similar v2.3.0 |
1772 | 2024-02-25T04:12:52.643Z | Compiling diesel v2.1.4 |
1773 | 2024-02-25T04:12:53.518Z | Compiling usdt v0.3.5 |
1774 | 2024-02-25T04:12:53.808Z | Compiling strum v0.25.0 |
1775 | 2024-02-25T04:12:53.976Z | Compiling tokio-stream v0.1.14 |
1776 | 2024-02-25T04:12:54.241Z | Compiling console v0.15.8 |
1777 | 2024-02-25T04:12:54.577Z | Checking proc-macro2 v1.0.78 |
1778 | 2024-02-25T04:12:55.256Z | Checking quote v1.0.35 |
1779 | 2024-02-25T04:12:57.780Z | Checking utf8parse v0.2.1 |
1780 | 2024-02-25T04:12:59.724Z | Checking anstyle v1.0.2 |
1781 | 2024-02-25T04:13:03.744Z | Checking anstyle-parse v0.2.1 |
1782 | 2024-02-25T04:13:04.711Z | Checking colorchoice v1.0.0 |
1783 | 2024-02-25T04:13:04.851Z | Checking anstyle-query v1.0.0 |
1784 | 2024-02-25T04:13:04.982Z | Checking anstream v0.6.11 |
1785 | 2024-02-25T04:13:05.352Z | Compiling serde_tokenstream v0.2.0 |
1786 | 2024-02-25T04:13:05.408Z | Checking strsim v0.11.0 |
1787 | 2024-02-25T04:13:05.456Z | Checking clap_lex v0.7.0 |
1788 | 2024-02-25T04:13:11.308Z | Checking winnow v0.6.1 |
1789 | 2024-02-25T04:13:17.500Z | Compiling regress v0.8.0 |
1790 | 2024-02-25T04:13:20.424Z | Compiling getopts v0.2.21 |
1791 | 2024-02-25T04:13:20.685Z | Compiling unsafe-libyaml v0.2.10 |
1792 | 2024-02-25T04:13:21.180Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1793 | 2024-02-25T04:13:21.462Z | Checking heck v0.4.1 |
1794 | 2024-02-25T04:13:22.665Z | Compiling serde_yaml v0.9.25 |
1795 | 2024-02-25T04:13:23.003Z | Checking camino v1.1.6 |
1796 | 2024-02-25T04:13:23.094Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1797 | 2024-02-25T04:13:23.434Z | Compiling strsim v0.10.0 |
1798 | 2024-02-25T04:13:23.607Z | Compiling ident_case v1.0.1 |
1799 | 2024-02-25T04:13:23.776Z | Checking rustls-pki-types v1.3.0 |
1800 | 2024-02-25T04:13:23.794Z | Checking match_cfg v0.1.0 |
1801 | 2024-02-25T04:13:23.885Z | Checking fastrand v2.0.1 |
1802 | 2024-02-25T04:13:24.191Z | Checking hostname v0.3.1 |
1803 | 2024-02-25T04:13:24.208Z | Checking http v1.0.0 |
1804 | 2024-02-25T04:13:24.211Z | Checking tempfile v3.10.0 |
1805 | 2024-02-25T04:13:24.314Z | Checking atty v0.2.14 |
1806 | 2024-02-25T04:13:24.432Z | Checking quick-error v1.2.3 |
1807 | 2024-02-25T04:13:24.559Z | Compiling paste v1.0.14 |
1808 | 2024-02-25T04:13:24.562Z | Checking sha1 v0.10.6 |
1809 | 2024-02-25T04:13:24.825Z | Checking dirs-sys-next v0.1.2 |
1810 | 2024-02-25T04:13:24.989Z | Compiling rustls v0.22.2 |
1811 | 2024-02-25T04:13:25.311Z | Checking dirs-next v2.0.0 |
1812 | 2024-02-25T04:13:25.441Z | Checking rustls-webpki v0.102.1 |
1813 | 2024-02-25T04:13:25.667Z | Checking crossbeam-channel v0.5.8 |
1814 | 2024-02-25T04:13:26.182Z | Checking thread_local v1.1.7 |
1815 | 2024-02-25T04:13:26.460Z | Checking instant v0.1.12 |
1816 | 2024-02-25T04:13:26.463Z | Compiling slog-async v2.8.0 |
1817 | 2024-02-25T04:13:26.569Z | Checking term v0.7.0 |
1818 | 2024-02-25T04:13:26.933Z | Checking rustls-pemfile v2.1.0 |
1819 | 2024-02-25T04:13:26.989Z | Compiling multer v3.0.0 |
1820 | 2024-02-25T04:13:27.027Z | Checking debug-ignore v1.0.5 |
1821 | 2024-02-25T04:13:27.102Z | Checking take_mut v0.2.2 |
1822 | 2024-02-25T04:13:27.149Z | Checking slog-term v2.9.0 |
1823 | 2024-02-25T04:13:27.166Z | Compiling darling_core v0.20.3 |
1824 | 2024-02-25T04:13:27.365Z | Checking slog-json v2.6.1 |
1825 | 2024-02-25T04:13:27.528Z | Compiling async-stream-impl v0.3.5 |
1826 | 2024-02-25T04:13:27.615Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1827 | 2024-02-25T04:13:27.635Z | Checking atomic-waker v1.1.1 |
1828 | 2024-02-25T04:13:27.758Z | Checking waitgroup v0.1.2 |
1829 | 2024-02-25T04:13:27.882Z | Checking slog-bunyan v2.5.0 |
1830 | 2024-02-25T04:13:28.037Z | Checking toml v0.8.10 |
1831 | 2024-02-25T04:13:28.406Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1832 | 2024-02-25T04:13:28.816Z | Checking serde_path_to_error v0.1.15 |
1833 | 2024-02-25T04:13:29.029Z | Checking async-stream v0.3.5 |
1834 | 2024-02-25T04:13:29.225Z | Checking wait-timeout v0.2.0 |
1835 | 2024-02-25T04:13:29.395Z | Compiling strum_macros v0.26.1 |
1836 | 2024-02-25T04:13:29.414Z | Compiling structmeta-derive v0.3.0 |
1837 | 2024-02-25T04:13:30.168Z | Checking tokio-rustls v0.25.0 |
1838 | 2024-02-25T04:13:30.539Z | Checking rusty-fork v0.3.0 |
1839 | 2024-02-25T04:13:30.837Z | Checking newtype-uuid v1.0.1 |
1840 | 2024-02-25T04:13:31.078Z | Compiling structmeta-derive v0.2.0 |
1841 | 2024-02-25T04:13:32.632Z | Compiling structmeta v0.3.0 |
1842 | 2024-02-25T04:13:33.075Z | Checking rand_xorshift v0.3.0 |
1843 | 2024-02-25T04:13:33.244Z | Checking unarray v0.1.4 |
1844 | 2024-02-25T04:13:33.392Z | Checking proptest v1.4.0 |
1845 | 2024-02-25T04:13:33.446Z | Compiling darling_macro v0.20.3 |
1846 | 2024-02-25T04:13:34.313Z | Compiling structmeta v0.2.0 |
1847 | 2024-02-25T04:13:34.542Z | Compiling darling v0.20.3 |
1848 | 2024-02-25T04:13:34.642Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1849 | 2024-02-25T04:13:34.645Z | Compiling serde_with_macros v3.6.1 |
1850 | 2024-02-25T04:13:34.707Z | Compiling parse-display-derive v0.9.0 |
1851 | 2024-02-25T04:13:34.735Z | Checking backoff v0.4.0 |
1852 | 2024-02-25T04:13:34.874Z | Checking strum v0.26.1 |
1853 | 2024-02-25T04:13:35.018Z | Compiling test-strategy v0.3.1 |
1854 | 2024-02-25T04:13:35.033Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1855 | 2024-02-25T04:13:35.104Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1856 | 2024-02-25T04:13:35.200Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1857 | 2024-02-25T04:13:35.347Z | Checking macaddr v1.0.1 |
1858 | 2024-02-25T04:13:35.673Z | Checking camino-tempfile v1.1.1 |
1859 | 2024-02-25T04:13:35.933Z | Checking is-terminal v0.4.9 |
1860 | 2024-02-25T04:13:35.950Z | Compiling proc-macro-error-attr v1.0.4 |
1861 | 2024-02-25T04:13:36.051Z | Compiling proc-macro-error v1.0.4 |
1862 | 2024-02-25T04:13:36.557Z | Compiling proc-macro-crate v1.3.1 |
1863 | 2024-02-25T04:13:37.721Z | Compiling heapless v0.8.0 |
1864 | 2024-02-25T04:13:38.016Z | Checking termtree v0.4.1 |
1865 | 2024-02-25T04:13:38.031Z | Compiling num_enum_derive v0.5.11 |
1866 | 2024-02-25T04:13:38.052Z | Checking serde_with v3.6.1 |
1867 | 2024-02-25T04:13:38.205Z | Checking predicates-tree v1.0.9 |
1868 | 2024-02-25T04:13:38.353Z | Checking hash32 v0.3.1 |
1869 | 2024-02-25T04:13:38.535Z | Compiling smoltcp v0.11.0 |
1870 | 2024-02-25T04:13:38.602Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1871 | 2024-02-25T04:13:39.222Z | Compiling usdt-macro v0.5.0 |
1872 | 2024-02-25T04:13:39.342Z | Compiling usdt-attr-macro v0.5.0 |
1873 | 2024-02-25T04:13:39.740Z | Checking parse-display v0.9.0 |
1874 | 2024-02-25T04:13:39.950Z | Checking memmap v0.7.0 |
1875 | 2024-02-25T04:13:39.982Z | Checking cobs v0.2.3 |
1876 | 2024-02-25T04:13:40.027Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1877 | 2024-02-25T04:13:40.151Z | Compiling crucible-workspace-hack v0.1.0 |
1878 | 2024-02-25T04:13:40.164Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1879 | 2024-02-25T04:13:40.459Z | Checking embedded-io v0.4.0 |
1880 | 2024-02-25T04:13:40.654Z | Checking postcard v1.0.8 |
1881 | 2024-02-25T04:13:40.840Z | Compiling foreign-types-macros v0.2.3 |
1882 | 2024-02-25T04:13:40.922Z | Checking num_enum v0.5.11 |
1883 | 2024-02-25T04:13:41.066Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1884 | 2024-02-25T04:13:41.082Z | Checking usdt v0.5.0 |
1885 | 2024-02-25T04:13:41.393Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1886 | 2024-02-25T04:13:41.454Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1887 | 2024-02-25T04:13:41.469Z | Checking foreign-types-shared v0.3.1 |
1888 | 2024-02-25T04:13:41.694Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1889 | 2024-02-25T04:13:41.729Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1890 | 2024-02-25T04:13:41.769Z | Checking cstr-argument v0.1.2 |
1891 | 2024-02-25T04:13:41.813Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1892 | 2024-02-25T04:13:41.938Z | Checking pretty-hex v0.2.1 |
1893 | 2024-02-25T04:13:42.099Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1894 | 2024-02-25T04:13:42.144Z | Checking colored v2.0.4 |
1895 | 2024-02-25T04:13:42.189Z | Checking foreign-types v0.5.0 |
1896 | 2024-02-25T04:13:42.293Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1897 | 2024-02-25T04:13:42.362Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1898 | 2024-02-25T04:13:42.435Z | Compiling zone_cfg_derive v0.3.0 |
1899 | 2024-02-25T04:13:42.561Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1900 | 2024-02-25T04:13:42.590Z | Compiling mockall_derive v0.12.0 |
1901 | 2024-02-25T04:13:42.693Z | Compiling num-derive v0.4.0 |
1902 | 2024-02-25T04:13:42.912Z | Checking downcast v0.11.0 |
1903 | 2024-02-25T04:13:43.117Z | Checking fragile v2.0.0 |
1904 | 2024-02-25T04:13:43.387Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1905 | 2024-02-25T04:13:43.576Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1906 | 2024-02-25T04:13:43.634Z | Checking smf v0.2.2 |
1907 | 2024-02-25T04:13:44.028Z | Checking zone v0.3.0 |
1908 | 2024-02-25T04:13:44.093Z | Checking xattr v1.0.1 |
1909 | 2024-02-25T04:13:44.274Z | Checking filetime v0.2.23 |
1910 | 2024-02-25T04:13:44.472Z | Checking same-file v1.0.6 |
1911 | 2024-02-25T04:13:44.492Z | Checking tar v0.4.40 |
1912 | 2024-02-25T04:13:44.640Z | Checking walkdir v2.4.0 |
1913 | 2024-02-25T04:13:44.824Z | Checking pem v3.0.2 |
1914 | 2024-02-25T04:13:44.890Z | Compiling rayon-core v1.12.0 |
1915 | 2024-02-25T04:13:44.972Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1916 | 2024-02-25T04:13:45.055Z | Checking linked-hash-map v0.5.6 |
1917 | 2024-02-25T04:13:45.120Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1918 | 2024-02-25T04:13:45.227Z | Checking itertools v0.12.1 |
1919 | 2024-02-25T04:13:45.243Z | Checking headers-core v0.2.0 |
1920 | 2024-02-25T04:13:45.366Z | Checking lru-cache v0.1.2 |
1921 | 2024-02-25T04:13:45.383Z | Checking headers v0.3.9 |
1922 | 2024-02-25T04:13:45.409Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1923 | 2024-02-25T04:13:45.533Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1924 | 2024-02-25T04:13:45.552Z | Checking password-hash v0.5.0 |
1925 | 2024-02-25T04:13:45.978Z | Checking blake2 v0.10.6 |
1926 | 2024-02-25T04:13:46.431Z | Checking swrite v0.1.0 |
1927 | 2024-02-25T04:13:46.471Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1928 | 2024-02-25T04:13:46.540Z | Checking argon2 v0.5.3 |
1929 | 2024-02-25T04:13:46.563Z | Compiling derive-where v1.2.7 |
1930 | 2024-02-25T04:13:46.735Z | Checking rcgen v0.12.1 |
1931 | 2024-02-25T04:13:47.182Z | Checking atomicwrites v0.4.3 |
1932 | 2024-02-25T04:13:47.372Z | Checking subprocess v0.2.9 |
1933 | 2024-02-25T04:13:47.422Z | Checking arc-swap v1.6.0 |
1934 | 2024-02-25T04:13:47.660Z | Compiling cancel-safe-futures v0.1.5 |
1935 | 2024-02-25T04:13:47.850Z | Checking slog-scope v4.4.0 |
1936 | 2024-02-25T04:13:47.879Z | Checking half v2.3.1 |
1937 | 2024-02-25T04:13:47.910Z | Checking ciborium-io v0.2.2 |
1938 | 2024-02-25T04:13:48.019Z | Checking resolv-conf v0.7.0 |
1939 | 2024-02-25T04:13:48.034Z | Checking slog-stdlog v4.1.1 |
1940 | 2024-02-25T04:13:48.184Z | Checking slog-envlogger v2.2.0 |
1941 | 2024-02-25T04:13:48.356Z | Checking trust-dns-resolver v0.22.0 |
1942 | 2024-02-25T04:13:48.359Z | Checking ciborium-ll v0.2.2 |
1943 | 2024-02-25T04:13:48.405Z | Checking libsw v3.3.1 |
1944 | 2024-02-25T04:13:48.502Z | Checking owo-colors v4.0.0 |
1945 | 2024-02-25T04:13:48.661Z | Checking linear-map v1.2.0 |
1946 | 2024-02-25T04:13:48.674Z | Checking ciborium v0.2.2 |
1947 | 2024-02-25T04:13:48.982Z | Compiling slog-dtrace v0.3.0 |
1948 | 2024-02-25T04:13:49.385Z | Checking textwrap v0.11.0 |
1949 | 2024-02-25T04:13:49.605Z | Compiling heck v0.3.3 |
1950 | 2024-02-25T04:13:49.694Z | Compiling blake3 v1.5.0 |
1951 | 2024-02-25T04:13:49.891Z | Compiling libefi-sys v0.1.0 |
1952 | 2024-02-25T04:13:50.010Z | Checking termcolor v1.2.0 |
1953 | 2024-02-25T04:13:50.204Z | Checking ansi_term v0.12.1 |
1954 | 2024-02-25T04:13:50.313Z | Checking vec_map v0.8.2 |
1955 | 2024-02-25T04:13:50.477Z | Checking strsim v0.8.0 |
1956 | 2024-02-25T04:13:50.506Z | Compiling structopt-derive v0.4.18 |
1957 | 2024-02-25T04:13:50.557Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1958 | 2024-02-25T04:13:50.587Z | Checking clap v2.34.0 |
1959 | 2024-02-25T04:13:50.797Z | Checking nibble_vec v0.1.0 |
1960 | 2024-02-25T04:13:50.920Z | Checking endian-type v0.1.2 |
1961 | 2024-02-25T04:13:50.948Z | Compiling radium v0.7.0 |
1962 | 2024-02-25T04:13:51.118Z | Checking mockall v0.12.0 |
1963 | 2024-02-25T04:13:51.132Z | Checking radix_trie v0.2.1 |
1964 | 2024-02-25T04:13:51.356Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1965 | 2024-02-25T04:13:51.445Z | Compiling maybe-uninit v2.0.0 |
1966 | 2024-02-25T04:13:51.520Z | Checking tap v1.0.1 |
1967 | 2024-02-25T04:13:51.660Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1968 | 2024-02-25T04:13:51.674Z | Checking wyz v0.5.1 |
1969 | 2024-02-25T04:13:51.872Z | Checking fxhash v0.2.1 |
1970 | 2024-02-25T04:13:52.033Z | Checking gethostname v0.4.3 |
1971 | 2024-02-25T04:13:52.036Z | Checking funty v2.0.0 |
1972 | 2024-02-25T04:13:52.064Z | Compiling num-bigint-dig v0.8.4 |
1973 | 2024-02-25T04:13:52.064Z | Checking crc-catalog v2.2.0 |
1974 | 2024-02-25T04:13:52.160Z | Compiling semver v0.1.20 |
1975 | 2024-02-25T04:13:52.208Z | Compiling packed_struct v0.10.1 |
1976 | 2024-02-25T04:13:52.413Z | Checking crc v3.0.1 |
1977 | 2024-02-25T04:13:52.620Z | Compiling rustc_version v0.1.7 |
1978 | 2024-02-25T04:13:52.782Z | Compiling packed_struct_codegen v0.10.1 |
1979 | 2024-02-25T04:13:52.820Z | Compiling indexmap v1.9.3 |
1980 | 2024-02-25T04:13:53.085Z | Checking nodrop v0.1.14 |
1981 | 2024-02-25T04:13:53.173Z | Checking bitvec v1.0.1 |
1982 | 2024-02-25T04:13:53.187Z | Checking array-init v0.0.4 |
1983 | 2024-02-25T04:13:53.200Z | Compiling newtype_derive v0.1.6 |
1984 | 2024-02-25T04:13:53.427Z | Checking smallvec v0.6.14 |
1985 | 2024-02-25T04:13:53.585Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1986 | 2024-02-25T04:13:53.646Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1987 | 2024-02-25T04:13:53.672Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1988 | 2024-02-25T04:13:53.797Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1989 | 2024-02-25T04:13:53.861Z | Checking structopt v0.3.26 |
1990 | 2024-02-25T04:13:54.022Z | Checking pkcs1 v0.7.5 |
1991 | 2024-02-25T04:13:54.181Z | Checking signature v2.1.0 |
1992 | 2024-02-25T04:13:54.230Z | Compiling crossbeam-deque v0.8.3 |
1993 | 2024-02-25T04:13:54.410Z | Checking hashbrown v0.12.3 |
1994 | 2024-02-25T04:13:54.568Z | Checking bitfield v0.14.0 |
1995 | 2024-02-25T04:13:55.488Z | Checking rsa v0.9.2 |
1996 | 2024-02-25T04:13:55.872Z | Checking serde-hex v0.1.0 |
1997 | 2024-02-25T04:13:56.154Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1998 | 2024-02-25T04:13:56.205Z | Checking env_logger v0.10.0 |
1999 | 2024-02-25T04:13:56.413Z | Checking x509-cert v0.2.4 |
2000 | 2024-02-25T04:13:56.438Z | Checking ron v0.8.1 |
2001 | 2024-02-25T04:13:56.643Z | Checking hashbrown v0.13.2 |
2002 | 2024-02-25T04:13:57.536Z | Compiling semver-parser v0.10.2 |
2003 | 2024-02-25T04:13:57.706Z | Compiling num-rational v0.4.1 |
2004 | 2024-02-25T04:13:57.730Z | Checking crc-any v2.4.3 |
2005 | 2024-02-25T04:13:58.069Z | Checking object v0.30.4 |
2006 | 2024-02-25T04:13:58.084Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2007 | 2024-02-25T04:13:58.291Z | Compiling semver v0.11.0 |
2008 | 2024-02-25T04:13:58.340Z | Compiling rayon v1.8.0 |
2009 | 2024-02-25T04:13:59.099Z | Compiling memmap2 v0.7.1 |
2010 | 2024-02-25T04:13:59.813Z | Compiling arrayref v0.3.7 |
2011 | 2024-02-25T04:13:59.829Z | Compiling constant_time_eq v0.3.0 |
2012 | 2024-02-25T04:13:59.909Z | Compiling home v0.5.5 |
2013 | 2024-02-25T04:13:59.992Z | Compiling arrayvec v0.7.4 |
2014 | 2024-02-25T04:13:59.995Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2015 | 2024-02-25T04:14:00.027Z | Checking path-slash v0.1.5 |
2016 | 2024-02-25T04:14:00.151Z | Compiling toolchain_find v0.2.0 |
2017 | 2024-02-25T04:14:00.413Z | Checking steno v0.4.0 |
2018 | 2024-02-25T04:14:00.772Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2019 | 2024-02-25T04:14:01.343Z | Compiling toml v0.5.11 |
2020 | 2024-02-25T04:14:01.560Z | Checking num-complex v0.4.4 |
2021 | 2024-02-25T04:14:02.383Z | Compiling topological-sort v0.2.2 |
2022 | 2024-02-25T04:14:02.506Z | Compiling convert_case v0.4.0 |
2023 | 2024-02-25T04:14:02.580Z | Checking num v0.4.1 |
2024 | 2024-02-25T04:14:02.687Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2025 | 2024-02-25T04:14:02.702Z | Checking newline-converter v0.3.0 |
2026 | 2024-02-25T04:14:03.218Z | Compiling rustfmt-wrapper v0.2.0 |
2027 | 2024-02-25T04:14:03.474Z | Compiling derive_more v0.99.17 |
2028 | 2024-02-25T04:14:03.874Z | Compiling omicron-zone-package v0.11.0 |
2029 | 2024-02-25T04:14:04.592Z | Checking expectorate v1.1.0 |
2030 | 2024-02-25T04:14:04.744Z | Checking utf-8 v0.7.6 |
2031 | 2024-02-25T04:14:04.759Z | Compiling buf-list v1.0.3 |
2032 | 2024-02-25T04:14:04.946Z | Checking tungstenite v0.20.1 |
2033 | 2024-02-25T04:14:05.255Z | Checking display-error-chain v0.2.0 |
2034 | 2024-02-25T04:14:05.400Z | Compiling parking_lot_core v0.8.6 |
2035 | 2024-02-25T04:14:05.725Z | Checking keccak v0.1.4 |
2036 | 2024-02-25T04:14:05.801Z | Checking trust-dns-client v0.22.0 |
2037 | 2024-02-25T04:14:05.864Z | Checking tokio-tungstenite v0.20.1 |
2038 | 2024-02-25T04:14:06.016Z | Checking sha3 v0.10.8 |
2039 | 2024-02-25T04:14:06.279Z | Checking parking_lot v0.11.2 |
2040 | 2024-02-25T04:14:06.426Z | Checking secrecy v0.8.0 |
2041 | 2024-02-25T04:14:06.643Z | Compiling pin-project-internal v1.1.3 |
2042 | 2024-02-25T04:14:06.663Z | Compiling doc-comment v0.3.3 |
2043 | 2024-02-25T04:14:07.325Z | Checking sled v0.34.7 |
2044 | 2024-02-25T04:14:07.520Z | Checking glob v0.3.1 |
2045 | 2024-02-25T04:14:07.815Z | Compiling vte_generate_state_changes v0.1.1 |
2046 | 2024-02-25T04:14:07.866Z | Checking trust-dns-server v0.22.1 |
2047 | 2024-02-25T04:14:08.516Z | Checking vte v0.11.1 |
2048 | 2024-02-25T04:14:09.950Z | Compiling unicase v2.7.0 |
2049 | 2024-02-25T04:14:10.032Z | Checking pin-project v1.1.3 |
2050 | 2024-02-25T04:14:10.035Z | Compiling platforms v3.0.2 |
2051 | 2024-02-25T04:14:10.152Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2052 | 2024-02-25T04:14:10.423Z | Checking strip-ansi-escapes v0.2.0 |
2053 | 2024-02-25T04:14:10.453Z | Checking fd-lock v3.0.13 |
2054 | 2024-02-25T04:14:10.493Z | Compiling snafu-derive v0.7.5 |
2055 | 2024-02-25T04:14:10.507Z | Compiling fs-err v2.11.0 |
2056 | 2024-02-25T04:14:10.539Z | Checking nu-ansi-term v0.50.0 |
2057 | 2024-02-25T04:14:10.628Z | Checking globset v0.4.13 |
2058 | 2024-02-25T04:14:10.936Z | Checking reedline v0.29.0 |
2059 | 2024-02-25T04:14:10.958Z | Checking olpc-cjson v0.1.3 |
2060 | 2024-02-25T04:14:11.108Z | Checking serde_plain v1.0.2 |
2061 | 2024-02-25T04:14:11.155Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2062 | 2024-02-25T04:14:11.191Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2063 | 2024-02-25T04:14:11.207Z | Compiling async-recursion v1.0.5 |
2064 | 2024-02-25T04:14:11.359Z | Checking typed-path v0.7.0 |
2065 | 2024-02-25T04:14:11.984Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2066 | 2024-02-25T04:14:12.002Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2067 | 2024-02-25T04:14:12.123Z | Compiling curve25519-dalek v4.1.1 |
2068 | 2024-02-25T04:14:12.589Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2069 | 2024-02-25T04:14:12.753Z | Compiling memoffset v0.7.1 |
2070 | 2024-02-25T04:14:12.863Z | Checking parse-size v1.0.0 |
2071 | 2024-02-25T04:14:12.923Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2072 | 2024-02-25T04:14:13.134Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2073 | 2024-02-25T04:14:13.204Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2074 | 2024-02-25T04:14:13.220Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2075 | 2024-02-25T04:14:13.255Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2076 | 2024-02-25T04:14:13.649Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2077 | 2024-02-25T04:14:13.691Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2078 | 2024-02-25T04:14:14.361Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2079 | 2024-02-25T04:14:16.357Z | Compiling mime_guess v2.0.4 |
2080 | 2024-02-25T04:14:16.583Z | Checking snafu v0.7.5 |
2081 | 2024-02-25T04:14:17.085Z | Checking tough v0.16.0 |
2082 | 2024-02-25T04:14:19.701Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2083 | 2024-02-25T04:14:19.855Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2084 | 2024-02-25T04:14:20.086Z | Checking universal-hash v0.5.1 |
2085 | 2024-02-25T04:14:20.212Z | Compiling thiserror-impl-no-std v2.0.2 |
2086 | 2024-02-25T04:14:20.268Z | Compiling curve25519-dalek-derive v0.1.0 |
2087 | 2024-02-25T04:14:20.865Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2088 | 2024-02-25T04:14:21.916Z | Checking opaque-debug v0.3.0 |
2089 | 2024-02-25T04:14:22.006Z | Checking poly1305 v0.8.0 |
2090 | 2024-02-25T04:14:23.693Z | Checking thiserror-no-std v2.0.2 |
2091 | 2024-02-25T04:14:23.905Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2092 | 2024-02-25T04:14:24.064Z | Checking chacha20 v0.9.1 |
2093 | 2024-02-25T04:14:24.249Z | Checking aead v0.5.2 |
2094 | 2024-02-25T04:14:24.391Z | Checking kstat-rs v0.2.3 |
2095 | 2024-02-25T04:14:24.454Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2096 | 2024-02-25T04:14:24.744Z | Checking signature v1.6.4 |
2097 | 2024-02-25T04:14:24.865Z | Compiling salty v0.2.0 |
2098 | 2024-02-25T04:14:25.455Z | Checking ed25519 v1.5.3 |
2099 | 2024-02-25T04:14:25.689Z | Checking chacha20poly1305 v0.10.1 |
2100 | 2024-02-25T04:14:25.897Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2101 | 2024-02-25T04:14:26.439Z | Checking vsss-rs v3.3.4 |
2102 | 2024-02-25T04:14:26.619Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2103 | 2024-02-25T04:14:26.876Z | Checking serde-big-array v0.5.1 |
2104 | 2024-02-25T04:14:27.116Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2105 | 2024-02-25T04:14:27.169Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2106 | 2024-02-25T04:14:28.111Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2107 | 2024-02-25T04:14:29.754Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2108 | 2024-02-25T04:14:29.871Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2109 | 2024-02-25T04:14:29.897Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2110 | 2024-02-25T04:14:30.029Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2111 | 2024-02-25T04:14:30.857Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2112 | 2024-02-25T04:14:30.904Z | Checking bytecount v0.6.3 |
2113 | 2024-02-25T04:14:31.055Z | Checking papergrid v0.11.0 |
2114 | 2024-02-25T04:14:32.729Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2115 | 2024-02-25T04:14:33.032Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2116 | 2024-02-25T04:14:33.524Z | Compiling tabled_derive v0.7.0 |
2117 | 2024-02-25T04:14:33.561Z | Checking signal-hook-tokio v0.3.1 |
2118 | 2024-02-25T04:14:33.747Z | Checking fd-lock v4.0.2 |
2119 | 2024-02-25T04:14:33.940Z | Checking nix v0.27.1 |
2120 | 2024-02-25T04:14:34.080Z | Checking serde-big-array v0.4.1 |
2121 | 2024-02-25T04:14:34.246Z | Compiling sqlparser_derive v0.2.2 |
2122 | 2024-02-25T04:14:34.740Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2123 | 2024-02-25T04:14:35.595Z | Checking unicode_categories v0.1.1 |
2124 | 2024-02-25T04:14:35.876Z | Compiling prettyplease v0.2.16 |
2125 | 2024-02-25T04:14:36.229Z | Checking humantime v2.1.0 |
2126 | 2024-02-25T04:14:36.276Z | Checking tabled v0.15.0 |
2127 | 2024-02-25T04:14:36.429Z | Checking sqlformat v0.2.3 |
2128 | 2024-02-25T04:14:36.518Z | Checking sqlparser v0.43.1 |
2129 | 2024-02-25T04:14:36.711Z | Checking rustyline v13.0.0 |
2130 | 2024-02-25T04:14:37.867Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2131 | 2024-02-25T04:14:38.493Z | Checking bcs v0.1.6 |
2132 | 2024-02-25T04:14:38.897Z | Checking corncobs v0.1.3 |
2133 | 2024-02-25T04:14:38.960Z | Checking highway v1.1.0 |
2134 | 2024-02-25T04:14:39.079Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2135 | 2024-02-25T04:14:39.265Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2136 | 2024-02-25T04:14:39.357Z | Compiling crunchy v0.2.2 |
2137 | 2024-02-25T04:14:39.531Z | Checking http-range v0.1.5 |
2138 | 2024-02-25T04:14:39.716Z | Checking hyper-staticfile v0.9.5 |
2139 | 2024-02-25T04:14:39.940Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2140 | 2024-02-25T04:14:40.080Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2141 | 2024-02-25T04:14:40.095Z | Compiling clang-sys v1.6.1 |
2142 | 2024-02-25T04:14:40.110Z | Compiling tiny-keccak v2.0.2 |
2143 | 2024-02-25T04:14:40.283Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2144 | 2024-02-25T04:14:40.429Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2145 | 2024-02-25T04:14:40.946Z | Compiling darling_core v0.14.4 |
2146 | 2024-02-25T04:14:42.048Z | Checking assert_matches v1.5.0 |
2147 | 2024-02-25T04:14:42.144Z | Compiling ascii-canvas v3.0.0 |
2148 | 2024-02-25T04:14:43.350Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2149 | 2024-02-25T04:14:44.546Z | Compiling ena v0.14.2 |
2150 | 2024-02-25T04:14:44.576Z | Compiling libloading v0.7.4 |
2151 | 2024-02-25T04:14:44.602Z | Compiling diff v0.1.13 |
2152 | 2024-02-25T04:14:44.648Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2153 | 2024-02-25T04:14:44.938Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2154 | 2024-02-25T04:14:44.960Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2155 | 2024-02-25T04:14:44.977Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2156 | 2024-02-25T04:14:45.156Z | Compiling bindgen v0.69.2 |
2157 | 2024-02-25T04:14:45.271Z | Compiling regex-syntax v0.6.29 |
2158 | 2024-02-25T04:14:46.912Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2159 | 2024-02-25T04:14:47.397Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2160 | 2024-02-25T04:14:48.370Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2161 | 2024-02-25T04:14:51.536Z | Compiling darling_macro v0.14.4 |
2162 | 2024-02-25T04:14:51.713Z | Compiling lalrpop v0.19.12 |
2163 | 2024-02-25T04:14:51.925Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2164 | 2024-02-25T04:14:52.164Z | Compiling cexpr v0.6.0 |
2165 | 2024-02-25T04:14:52.631Z | Compiling darling v0.14.4 |
2166 | 2024-02-25T04:14:52.754Z | Compiling which v4.4.0 |
2167 | 2024-02-25T04:14:52.781Z | Compiling shlex v1.3.0 |
2168 | 2024-02-25T04:14:52.913Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2169 | 2024-02-25T04:14:53.059Z | Compiling lazycell v1.3.0 |
2170 | 2024-02-25T04:14:53.189Z | Compiling ref-cast v1.0.20 |
2171 | 2024-02-25T04:14:53.223Z | Compiling peeking_take_while v0.1.2 |
2172 | 2024-02-25T04:14:53.364Z | Compiling portable-atomic v1.4.3 |
2173 | 2024-02-25T04:14:53.364Z | Compiling rustc-hash v1.1.0 |
2174 | 2024-02-25T04:14:53.533Z | Checking maplit v1.0.2 |
2175 | 2024-02-25T04:14:53.791Z | Compiling derive_builder_core v0.12.0 |
2176 | 2024-02-25T04:14:53.805Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2177 | 2024-02-25T04:14:54.139Z | Compiling ref-cast-impl v1.0.20 |
2178 | 2024-02-25T04:14:54.524Z | Compiling libxml v0.3.3 |
2179 | 2024-02-25T04:14:55.536Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2180 | 2024-02-25T04:14:55.861Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2181 | 2024-02-25T04:14:56.053Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2182 | 2024-02-25T04:14:56.233Z | Compiling derive_builder_macro v0.12.0 |
2183 | 2024-02-25T04:14:56.527Z | Compiling strum_macros v0.24.3 |
2184 | 2024-02-25T04:14:56.793Z | Compiling cookie v0.18.0 |
2185 | 2024-02-25T04:14:57.115Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2186 | 2024-02-25T04:14:57.171Z | Compiling indoc v1.0.9 |
2187 | 2024-02-25T04:14:57.453Z | Checking number_prefix v0.4.0 |
2188 | 2024-02-25T04:14:57.654Z | Checking indicatif v0.17.8 |
2189 | 2024-02-25T04:14:58.298Z | Checking derive_builder v0.12.0 |
2190 | 2024-02-25T04:14:58.521Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2191 | 2024-02-25T04:14:58.843Z | Checking bb8 v0.8.3 |
2192 | 2024-02-25T04:14:59.316Z | Checking quick-xml v0.30.0 |
2193 | 2024-02-25T04:14:59.425Z | Checking castaway v0.2.2 |
2194 | 2024-02-25T04:14:59.567Z | Compiling oso-derive v0.27.0 |
2195 | 2024-02-25T04:15:00.042Z | Compiling impl-trait-for-tuples v0.2.2 |
2196 | 2024-02-25T04:15:00.221Z | Checking compact_str v0.7.1 |
2197 | 2024-02-25T04:15:00.556Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2198 | 2024-02-25T04:15:01.141Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2199 | 2024-02-25T04:15:01.160Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2200 | 2024-02-25T04:15:01.304Z | Checking lru v0.12.1 |
2201 | 2024-02-25T04:15:01.332Z | Compiling stability v0.1.1 |
2202 | 2024-02-25T04:15:01.584Z | Checking cassowary v0.3.0 |
2203 | 2024-02-25T04:15:02.009Z | Compiling indoc v2.0.3 |
2204 | 2024-02-25T04:15:02.422Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2205 | 2024-02-25T04:15:02.548Z | Checking smawk v0.3.1 |
2206 | 2024-02-25T04:15:02.750Z | Checking unicode-linebreak v0.1.5 |
2207 | 2024-02-25T04:15:03.118Z | Checking is_ci v1.2.0 |
2208 | 2024-02-25T04:15:03.161Z | Checking textwrap v0.16.1 |
2209 | 2024-02-25T04:15:03.180Z | Checking ratatui v0.26.1 |
2210 | 2024-02-25T04:15:03.249Z | Checking supports-color v3.0.0 |
2211 | 2024-02-25T04:15:03.430Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2212 | 2024-02-25T04:15:03.553Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2213 | 2024-02-25T04:15:03.791Z | Checking rtoolbox v0.0.1 |
2214 | 2024-02-25T04:15:03.907Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2215 | 2024-02-25T04:15:03.977Z | Checking rpassword v7.3.1 |
2216 | 2024-02-25T04:15:04.056Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2217 | 2024-02-25T04:15:04.118Z | Checking fatfs v0.3.6 |
2218 | 2024-02-25T04:15:05.167Z | Checking shell-words v1.1.0 |
2219 | 2024-02-25T04:15:05.342Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2220 | 2024-02-25T04:15:05.386Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2221 | 2024-02-25T04:15:06.229Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2222 | 2024-02-25T04:15:06.518Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2223 | 2024-02-25T04:15:06.685Z | Checking tui-tree-widget v0.17.0 |
2224 | 2024-02-25T04:15:07.016Z | Checking yansi v0.5.1 |
2225 | 2024-02-25T04:15:07.304Z | Checking pretty_assertions v1.4.0 |
2226 | 2024-02-25T04:15:07.508Z | Compiling target-lexicon v0.12.13 |
2227 | 2024-02-25T04:15:07.567Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2228 | 2024-02-25T04:15:08.645Z | Checking plotters-backend v0.3.5 |
2229 | 2024-02-25T04:15:08.845Z | Compiling guppy-workspace-hack v0.1.0 |
2230 | 2024-02-25T04:15:09.114Z | Checking plotters-svg v0.3.5 |
2231 | 2024-02-25T04:15:09.325Z | Checking http-body v1.0.0 |
2232 | 2024-02-25T04:15:09.541Z | Checking rand v0.4.6 |
2233 | 2024-02-25T04:15:09.674Z | Checking tower-layer v0.3.2 |
2234 | 2024-02-25T04:15:09.946Z | Compiling assert_cmd v2.0.14 |
2235 | 2024-02-25T04:15:10.389Z | Checking cast v0.3.0 |
2236 | 2024-02-25T04:15:10.514Z | Compiling target-spec v3.1.0 |
2237 | 2024-02-25T04:15:10.842Z | Checking remove_dir_all v0.5.3 |
2238 | 2024-02-25T04:15:10.947Z | Checking tempdir v0.3.7 |
2239 | 2024-02-25T04:15:11.112Z | Checking criterion-plot v0.5.0 |
2240 | 2024-02-25T04:15:11.147Z | Checking tower v0.4.13 |
2241 | 2024-02-25T04:15:11.664Z | Checking cfg-expr v0.15.6 |
2242 | 2024-02-25T04:15:11.973Z | Checking hyper v1.1.0 |
2243 | 2024-02-25T04:15:11.988Z | Checking plotters v0.3.5 |
2244 | 2024-02-25T04:15:12.583Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2245 | 2024-02-25T04:15:13.230Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2246 | 2024-02-25T04:15:13.516Z | Checking tinytemplate v1.2.1 |
2247 | 2024-02-25T04:15:13.711Z | Checking cargo-platform v0.1.3 |
2248 | 2024-02-25T04:15:13.888Z | Checking anes v0.1.6 |
2249 | 2024-02-25T04:15:13.999Z | Checking oorandom v11.1.3 |
2250 | 2024-02-25T04:15:14.157Z | Checking cargo_metadata v0.18.1 |
2251 | 2024-02-25T04:15:14.276Z | Checking criterion v0.5.1 |
2252 | 2024-02-25T04:15:14.794Z | Checking hyper-util v0.1.2 |
2253 | 2024-02-25T04:15:16.017Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2254 | 2024-02-25T04:15:16.304Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2255 | 2024-02-25T04:15:16.644Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2256 | 2024-02-25T04:15:17.364Z | Checking rustls-native-certs v0.7.0 |
2257 | 2024-02-25T04:15:17.524Z | Checking pathdiff v0.2.1 |
2258 | 2024-02-25T04:15:17.679Z | Checking nested v0.1.1 |
2259 | 2024-02-25T04:15:17.887Z | Checking guppy v0.17.5 |
2260 | 2024-02-25T04:15:20.030Z | Checking hyper-rustls v0.26.0 |
2261 | 2024-02-25T04:15:20.363Z | Checking httptest v0.15.5 |
2262 | 2024-02-25T04:15:21.131Z | Checking threadpool v1.8.1 |
2263 | 2024-02-25T04:15:21.331Z | Checking nanorand v0.7.0 |
2264 | 2024-02-25T04:15:21.691Z | Checking flume v0.11.0 |
2265 | 2024-02-25T04:15:21.859Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2266 | 2024-02-25T04:15:22.214Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2267 | 2024-02-25T04:15:22.308Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2268 | 2024-02-25T04:15:22.639Z | Checking libtest-mimic v0.6.1 |
2269 | 2024-02-25T04:15:22.772Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2270 | 2024-02-25T04:15:23.071Z | Checking similar-asserts v1.5.0 |
2271 | 2024-02-25T04:15:23.317Z | Compiling rstest_macros v0.18.2 |
2272 | 2024-02-25T04:15:24.676Z | Checking datatest-stable v0.2.3 |
2273 | 2024-02-25T04:15:24.911Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2274 | 2024-02-25T04:15:25.273Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2275 | 2024-02-25T04:15:25.600Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2276 | 2024-02-25T04:15:26.073Z | Checking csv-core v0.1.11 |
2277 | 2024-02-25T04:15:26.108Z | Compiling relative-path v1.9.0 |
2278 | 2024-02-25T04:15:26.311Z | Checking constant_time_eq v0.2.6 |
2279 | 2024-02-25T04:15:26.434Z | Compiling trybuild v1.0.89 |
2280 | 2024-02-25T04:15:26.448Z | Checking blake2b_simd v1.0.1 |
2281 | 2024-02-25T04:15:26.913Z | Checking csv v1.3.0 |
2282 | 2024-02-25T04:15:27.261Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2283 | 2024-02-25T04:15:27.782Z | Checking multimap v0.10.0 |
2284 | 2024-02-25T04:15:28.088Z | Checking basic-toml v0.1.8 |
2285 | 2024-02-25T04:15:28.934Z | Checking futures-timer v3.0.2 |
2286 | 2024-02-25T04:15:30.645Z | Checking rust-argon2 v1.0.1 |
2287 | 2024-02-25T04:15:31.058Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2288 | 2024-02-25T04:15:33.076Z | Checking partial-io v0.5.4 |
2289 | 2024-02-25T04:15:33.459Z | Checking approx v0.5.1 |
2290 | 2024-02-25T04:15:33.687Z | Checking termios v0.3.3 |
2291 | 2024-02-25T04:15:33.892Z | Checking hex-literal v0.4.1 |
2292 | 2024-02-25T04:15:36.822Z | Checking rstest v0.18.2 |
2293 | 2024-02-25T04:15:38.410Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2294 | 2024-02-25T04:16:24.604Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2295 | 2024-02-25T04:16:28.787Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2296 | 2024-02-25T04:16:30.200Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2297 | 2024-02-25T04:16:30.841Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2298 | 2024-02-25T04:16:43.101Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2299 | 2024-02-25T04:16:53.796Z | Compiling polar-core v0.27.0 |
2300 | 2024-02-25T04:17:00.660Z | Checking oso v0.27.0 |
2301 | 2024-02-25T04:17:26.168Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2302 | 2024-02-25T04:18:25.546Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 53s |
2303 | 2024-02-25T04:18:25.723Z | |
2304 | 2024-02-25T04:18:25.723Z | real 7:35.742649698 |
2305 | 2024-02-25T04:18:25.723Z | user 39:44.929574189 |
2306 | 2024-02-25T04:18:25.726Z | sys 6:42.136187912 |
2307 | 2024-02-25T04:18:25.726Z | trap 1.043516890 |
2308 | 2024-02-25T04:18:25.726Z | tflt 4.690641714 |
2309 | 2024-02-25T04:18:25.727Z | dflt 3.373154054 |
2310 | 2024-02-25T04:18:25.727Z | kflt 0.047982080 |
2311 | 2024-02-25T04:18:25.727Z | lock 1:00:59.538137443 |
2312 | 2024-02-25T04:18:25.727Z | slp 2:01:32.395330420 |
2313 | 2024-02-25T04:18:25.727Z | lat 1:45.607456978 |
2314 | 2024-02-25T04:18:25.727Z | stop 4:08.759925294 |
2315 | 2024-02-25T04:18:26.523Z | warning: output filename collision. |
2316 | 2024-02-25T04:18:26.523Z | 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)`. |
2317 | 2024-02-25T04:18:26.523Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2318 | 2024-02-25T04:18:26.523Z | The targets should have unique names. |
2319 | 2024-02-25T04:18:26.524Z | This is a known bug where multiple crates with the same name use |
2320 | 2024-02-25T04:18:26.524Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2321 | 2024-02-25T04:18:26.527Z | warning: output filename collision. |
2322 | 2024-02-25T04:18:26.527Z | 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)`. |
2323 | 2024-02-25T04:18:26.527Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2324 | 2024-02-25T04:18:26.527Z | The targets should have unique names. |
2325 | 2024-02-25T04:18:26.527Z | This is a known bug where multiple crates with the same name use |
2326 | 2024-02-25T04:18:26.527Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2327 | 2024-02-25T04:18:26.527Z | warning: output filename collision. |
2328 | 2024-02-25T04:18:26.527Z | 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)`. |
2329 | 2024-02-25T04:18:26.527Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2330 | 2024-02-25T04:18:26.528Z | The targets should have unique names. |
2331 | 2024-02-25T04:18:26.528Z | This is a known bug where multiple crates with the same name use |
2332 | 2024-02-25T04:18:26.528Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2333 | 2024-02-25T04:18:26.528Z | warning: output filename collision. |
2334 | 2024-02-25T04:18:26.528Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2335 | 2024-02-25T04:18:26.528Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2336 | 2024-02-25T04:18:26.528Z | The targets should have unique names. |
2337 | 2024-02-25T04:18:26.528Z | This is a known bug where multiple crates with the same name use |
2338 | 2024-02-25T04:18:26.528Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2339 | 2024-02-25T04:18:26.528Z | warning: output filename collision. |
2340 | 2024-02-25T04:18:26.528Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` 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#bc0bb4b0)`. |
2341 | 2024-02-25T04:18:26.528Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2342 | 2024-02-25T04:18:26.528Z | The targets should have unique names. |
2343 | 2024-02-25T04:18:26.528Z | This is a known bug where multiple crates with the same name use |
2344 | 2024-02-25T04:18:26.528Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2345 | 2024-02-25T04:18:26.528Z | warning: output filename collision. |
2346 | 2024-02-25T04:18:26.528Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` 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#bc0bb4b0)`. |
2347 | 2024-02-25T04:18:26.528Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2348 | 2024-02-25T04:18:26.528Z | The targets should have unique names. |
2349 | 2024-02-25T04:18:26.528Z | This is a known bug where multiple crates with the same name use |
2350 | 2024-02-25T04:18:26.528Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2351 | 2024-02-25T04:18:26.528Z | warning: output filename collision. |
2352 | 2024-02-25T04:18:26.528Z | 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)`. |
2353 | 2024-02-25T04:18:26.528Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2354 | 2024-02-25T04:18:26.529Z | The targets should have unique names. |
2355 | 2024-02-25T04:18:26.529Z | This is a known bug where multiple crates with the same name use |
2356 | 2024-02-25T04:18:26.529Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2357 | 2024-02-25T04:18:26.942Z | Documenting libc v0.2.153 |
2358 | 2024-02-25T04:18:26.982Z | Documenting cfg-if v1.0.0 |
2359 | 2024-02-25T04:18:26.993Z | Documenting serde_derive v1.0.196 |
2360 | 2024-02-25T04:18:27.021Z | Documenting log v0.4.20 |
2361 | 2024-02-25T04:18:27.021Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2362 | 2024-02-25T04:18:27.048Z | Documenting memchr v2.6.3 |
2363 | 2024-02-25T04:18:27.051Z | Documenting scopeguard v1.2.0 |
2364 | 2024-02-25T04:18:27.068Z | Documenting byteorder v1.5.0 |
2365 | 2024-02-25T04:18:27.341Z | Documenting smallvec v1.13.1 |
2366 | 2024-02-25T04:18:29.620Z | Documenting itoa v1.0.9 |
2367 | 2024-02-25T04:18:29.778Z | Documenting lock_api v0.4.10 |
2368 | 2024-02-25T04:18:30.501Z | Documenting once_cell v1.19.0 |
2369 | 2024-02-25T04:18:31.310Z | Documenting getrandom v0.2.10 |
2370 | 2024-02-25T04:18:31.357Z | Documenting zeroize_derive v1.4.2 |
2371 | 2024-02-25T04:18:31.561Z | Documenting parking_lot_core v0.9.8 |
2372 | 2024-02-25T04:18:31.626Z | Documenting libm v0.2.7 |
2373 | 2024-02-25T04:18:32.489Z | Documenting pin-project-lite v0.2.13 |
2374 | 2024-02-25T04:18:32.798Z | Documenting signal-hook-registry v1.4.1 |
2375 | 2024-02-25T04:18:33.336Z | Documenting serde v1.0.196 |
2376 | 2024-02-25T04:18:34.973Z | Documenting mio v0.8.9 |
2377 | 2024-02-25T04:18:34.989Z | Documenting num-traits v0.2.16 |
2378 | 2024-02-25T04:18:35.075Z | Documenting rand_core v0.6.4 |
2379 | 2024-02-25T04:18:35.322Z | Documenting futures-core v0.3.30 |
2380 | 2024-02-25T04:18:35.457Z | Documenting parking_lot v0.12.1 |
2381 | 2024-02-25T04:18:36.828Z | Documenting zeroize v1.7.0 |
2382 | 2024-02-25T04:18:37.521Z | Documenting ryu v1.0.15 |
2383 | 2024-02-25T04:18:38.822Z | Documenting thiserror-impl v1.0.57 |
2384 | 2024-02-25T04:18:39.045Z | Documenting num_cpus v1.16.0 |
2385 | 2024-02-25T04:18:39.058Z | Documenting socket2 v0.5.5 |
2386 | 2024-02-25T04:18:39.379Z | Documenting tokio-macros v2.2.0 |
2387 | 2024-02-25T04:18:39.694Z | Documenting zerocopy v0.7.32 |
2388 | 2024-02-25T04:18:40.277Z | Documenting typenum v1.16.0 |
2389 | 2024-02-25T04:18:40.730Z | Documenting subtle v2.5.0 |
2390 | 2024-02-25T04:18:42.990Z | Documenting futures-sink v0.3.30 |
2391 | 2024-02-25T04:18:43.041Z | Documenting pin-utils v0.1.0 |
2392 | 2024-02-25T04:18:43.629Z | Documenting thiserror v1.0.57 |
2393 | 2024-02-25T04:18:43.911Z | Documenting iana-time-zone v0.1.57 |
2394 | 2024-02-25T04:18:44.688Z | Documenting slab v0.4.9 |
2395 | 2024-02-25T04:18:46.870Z | Documenting futures-channel v0.3.30 |
2396 | 2024-02-25T04:18:47.063Z | Documenting ahash v0.8.7 |
2397 | 2024-02-25T04:18:47.344Z | Documenting futures-macro v0.3.30 |
2398 | 2024-02-25T04:18:47.677Z | Documenting futures-task v0.3.30 |
2399 | 2024-02-25T04:18:48.226Z | Documenting futures-io v0.3.30 |
2400 | 2024-02-25T04:18:49.383Z | Documenting const-oid v0.9.5 |
2401 | 2024-02-25T04:18:50.888Z | Documenting allocator-api2 v0.2.16 |
2402 | 2024-02-25T04:18:51.694Z | Documenting tinyvec_macros v0.1.1 |
2403 | 2024-02-25T04:18:51.914Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2404 | 2024-02-25T04:18:52.065Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2405 | 2024-02-25T04:18:52.129Z | Documenting tracing-core v0.1.31 |
2406 | 2024-02-25T04:18:52.316Z | Documenting futures-util v0.3.30 |
2407 | 2024-02-25T04:18:52.849Z | Documenting tracing-attributes v0.1.26 |
2408 | 2024-02-25T04:18:54.479Z | Documenting hashbrown v0.14.3 |
2409 | 2024-02-25T04:18:54.680Z | Documenting bytes v1.5.0 |
2410 | 2024-02-25T04:18:54.742Z | Documenting bitflags v2.4.0 |
2411 | 2024-02-25T04:18:55.410Z | Documenting serde_json v1.0.114 |
2412 | 2024-02-25T04:18:58.925Z | Documenting chrono v0.4.31 |
2413 | 2024-02-25T04:18:59.758Z | Documenting uuid v1.7.0 |
2414 | 2024-02-25T04:18:59.898Z | Documenting tokio v1.36.0 |
2415 | 2024-02-25T04:19:01.046Z | Documenting tinyvec v1.6.0 |
2416 | 2024-02-25T04:19:01.104Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2417 | 2024-02-25T04:19:02.823Z | Documenting ppv-lite86 v0.2.17 |
2418 | 2024-02-25T04:19:04.462Z | Documenting unicode-bidi v0.3.13 |
2419 | 2024-02-25T04:19:04.872Z | Documenting unicode-normalization v0.1.22 |
2420 | 2024-02-25T04:19:05.154Z | Documenting equivalent v1.0.1 |
2421 | 2024-02-25T04:19:05.813Z | Documenting generic-array v0.14.7 |
2422 | 2024-02-25T04:19:06.243Z | Documenting rand_chacha v0.3.1 |
2423 | 2024-02-25T04:19:08.058Z | Documenting indexmap v2.2.3 |
2424 | 2024-02-25T04:19:08.918Z | Documenting serde_derive_internals v0.26.0 |
2425 | 2024-02-25T04:19:09.317Z | Checking serde_derive_internals v0.26.0 |
2426 | 2024-02-25T04:19:09.891Z | Documenting dyn-clone v1.0.16 |
2427 | 2024-02-25T04:19:10.420Z | Documenting tracing v0.1.37 |
2428 | 2024-02-25T04:19:10.432Z | Documenting percent-encoding v2.3.1 |
2429 | 2024-02-25T04:19:10.609Z | Documenting rand v0.8.5 |
2430 | 2024-02-25T04:19:10.890Z | Documenting crypto-common v0.1.6 |
2431 | 2024-02-25T04:19:11.019Z | Documenting block-buffer v0.10.4 |
2432 | 2024-02-25T04:19:12.952Z | Documenting base64 v0.21.7 |
2433 | 2024-02-25T04:19:13.453Z | Documenting lazy_static v1.4.0 |
2434 | 2024-02-25T04:19:14.284Z | Documenting schemars_derive v0.8.16 |
2435 | 2024-02-25T04:19:14.436Z | Documenting form_urlencoded v1.2.1 |
2436 | 2024-02-25T04:19:15.058Z | Documenting fnv v1.0.7 |
2437 | 2024-02-25T04:19:15.605Z | Documenting digest v0.10.7 |
2438 | 2024-02-25T04:19:16.112Z | Documenting errno v0.3.8 |
2439 | 2024-02-25T04:19:16.293Z | Documenting cpufeatures v0.2.12 |
2440 | 2024-02-25T04:19:16.704Z | Documenting idna v0.5.0 |
2441 | 2024-02-25T04:19:18.408Z | Documenting httparse v1.8.0 |
2442 | 2024-02-25T04:19:18.626Z | Documenting unicode-width v0.1.11 |
2443 | 2024-02-25T04:19:19.115Z | Documenting unicode-ident v1.0.12 |
2444 | 2024-02-25T04:19:20.116Z | Documenting rustix v0.38.31 |
2445 | 2024-02-25T04:19:20.673Z | Documenting schemars v0.8.16 |
2446 | 2024-02-25T04:19:20.783Z | Documenting url v2.5.0 |
2447 | 2024-02-25T04:19:21.551Z | Documenting try-lock v0.2.4 |
2448 | 2024-02-25T04:19:21.669Z | Documenting adler v1.0.2 |
2449 | 2024-02-25T04:19:22.049Z | Documenting proc-macro2 v1.0.78 |
2450 | 2024-02-25T04:19:23.086Z | Documenting httpdate v1.0.3 |
2451 | 2024-02-25T04:19:24.458Z | Documenting want v0.3.1 |
2452 | 2024-02-25T04:19:24.571Z | Documenting miniz_oxide v0.7.1 |
2453 | 2024-02-25T04:19:25.254Z | Documenting http-body v0.4.5 |
2454 | 2024-02-25T04:19:26.107Z | Documenting openssl-sys v0.9.96 |
2455 | 2024-02-25T04:19:26.718Z | Documenting openssl-macros v0.1.1 |
2456 | 2024-02-25T04:19:27.000Z | Documenting mime v0.3.17 |
2457 | 2024-02-25T04:19:28.054Z | Documenting base64ct v1.6.0 |
2458 | 2024-02-25T04:19:28.076Z | Documenting tower-service v0.3.2 |
2459 | 2024-02-25T04:19:28.231Z | Documenting quote v1.0.35 |
2460 | 2024-02-25T04:19:30.062Z | Documenting aho-corasick v1.0.4 |
2461 | 2024-02-25T04:19:30.754Z | Documenting tokio-util v0.7.10 |
2462 | 2024-02-25T04:19:31.074Z | Documenting slog v2.7.0 |
2463 | 2024-02-25T04:19:31.666Z | Documenting regex-syntax v0.8.2 |
2464 | 2024-02-25T04:19:31.841Z | Documenting openssl-probe v0.1.5 |
2465 | 2024-02-25T04:19:31.985Z | Documenting openssl v0.10.60 |
2466 | 2024-02-25T04:19:32.073Z | Documenting ipnet v2.9.0 |
2467 | 2024-02-25T04:19:32.605Z | Documenting syn v2.0.48 |
2468 | 2024-02-25T04:19:35.019Z | Documenting async-trait v0.1.77 |
2469 | 2024-02-25T04:19:35.432Z | Documenting pem-rfc7468 v0.7.0 |
2470 | 2024-02-25T04:19:35.606Z | Documenting encoding_rs v0.8.33 |
2471 | 2024-02-25T04:19:36.211Z | Documenting crossbeam-utils v0.8.16 |
2472 | 2024-02-25T04:19:36.566Z | Documenting h2 v0.3.24 |
2473 | 2024-02-25T04:19:38.532Z | Documenting regex-automata v0.4.4 |
2474 | 2024-02-25T04:19:39.496Z | Documenting der_derive v0.7.2 |
2475 | 2024-02-25T04:19:39.819Z | Documenting flagset v0.4.3 |
2476 | 2024-02-25T04:19:40.176Z | Documenting native-tls v0.2.11 |
2477 | 2024-02-25T04:19:40.238Z | Documenting utf8parse v0.2.1 |
2478 | 2024-02-25T04:19:40.486Z | Documenting serde_urlencoded v0.7.1 |
2479 | 2024-02-25T04:19:42.661Z | Documenting num-integer v0.1.46 |
2480 | 2024-02-25T04:19:43.015Z | Documenting time-macros v0.2.13 |
2481 | 2024-02-25T04:19:44.564Z | Documenting time-core v0.1.1 |
2482 | 2024-02-25T04:19:44.615Z | Documenting der v0.7.8 |
2483 | 2024-02-25T04:19:45.113Z | Documenting tokio-native-tls v0.3.1 |
2484 | 2024-02-25T04:19:47.393Z | Documenting num_threads v0.1.6 |
2485 | 2024-02-25T04:19:47.655Z | Documenting regex v1.10.3 |
2486 | 2024-02-25T04:19:47.666Z | Documenting gimli v0.28.0 |
2487 | 2024-02-25T04:19:47.860Z | Documenting hyper v0.14.27 |
2488 | 2024-02-25T04:19:48.166Z | Documenting deranged v0.3.8 |
2489 | 2024-02-25T04:19:49.499Z | Documenting spki v0.7.2 |
2490 | 2024-02-25T04:19:50.428Z | Documenting object v0.32.1 |
2491 | 2024-02-25T04:19:51.110Z | Documenting rustc-demangle v0.1.23 |
2492 | 2024-02-25T04:19:51.514Z | Documenting webpki-roots v0.25.2 |
2493 | 2024-02-25T04:19:52.632Z | Documenting time v0.3.27 |
2494 | 2024-02-25T04:19:53.244Z | Documenting spin v0.9.8 |
2495 | 2024-02-25T04:19:53.900Z | Documenting addr2line v0.21.0 |
2496 | 2024-02-25T04:19:54.126Z | Documenting either v1.10.0 |
2497 | 2024-02-25T04:19:54.207Z | Documenting pkcs8 v0.10.2 |
2498 | 2024-02-25T04:19:55.301Z | Documenting openapiv3 v2.0.0 |
2499 | 2024-02-25T04:19:56.228Z | Documenting futures-executor v0.3.30 |
2500 | 2024-02-25T04:19:57.702Z | Checking pest_meta v2.7.6 |
2501 | 2024-02-25T04:19:57.951Z | Documenting memoffset v0.9.0 |
2502 | 2024-02-25T04:19:58.126Z | Documenting anstyle v1.0.2 |
2503 | 2024-02-25T04:19:58.633Z | Documenting data-encoding v2.4.0 |
2504 | 2024-02-25T04:19:58.742Z | Documenting anstyle-parse v0.2.1 |
2505 | 2024-02-25T04:20:00.382Z | Documenting hyper-rustls v0.24.2 |
2506 | 2024-02-25T04:20:00.654Z | Documenting hyper-tls v0.5.0 |
2507 | 2024-02-25T04:20:00.819Z | Documenting crossbeam-epoch v0.9.15 |
2508 | 2024-02-25T04:20:02.188Z | Documenting ipnetwork v0.20.0 |
2509 | 2024-02-25T04:20:02.200Z | Documenting sha2 v0.10.8 |
2510 | 2024-02-25T04:20:02.300Z | Documenting hex v0.4.3 |
2511 | 2024-02-25T04:20:03.036Z | Documenting crc32fast v1.3.2 |
2512 | 2024-02-25T04:20:03.203Z | Documenting backtrace v0.3.69 |
2513 | 2024-02-25T04:20:04.855Z | Documenting pest_meta v2.7.6 |
2514 | 2024-02-25T04:20:06.406Z | Documenting scroll_derive v0.12.0 |
2515 | 2024-02-25T04:20:06.786Z | Documenting anstyle-query v1.0.0 |
2516 | 2024-02-25T04:20:07.208Z | Documenting colorchoice v1.0.0 |
2517 | 2024-02-25T04:20:07.300Z | Documenting untrusted v0.9.0 |
2518 | 2024-02-25T04:20:08.089Z | Documenting futures v0.3.30 |
2519 | 2024-02-25T04:20:08.607Z | Documenting reqwest v0.11.22 |
2520 | 2024-02-25T04:20:09.466Z | Documenting anyhow v1.0.75 |
2521 | 2024-02-25T04:20:09.686Z | Documenting pest_generator v2.7.6 |
2522 | 2024-02-25T04:20:10.002Z | Checking pest_generator v2.7.6 |
2523 | 2024-02-25T04:20:10.125Z | Documenting ring v0.17.8 |
2524 | 2024-02-25T04:20:10.427Z | Documenting anstream v0.6.11 |
2525 | 2024-02-25T04:20:10.700Z | Documenting num-iter v0.1.43 |
2526 | 2024-02-25T04:20:10.804Z | Documenting scroll v0.12.0 |
2527 | 2024-02-25T04:20:14.268Z | Documenting terminal_size v0.3.0 |
2528 | 2024-02-25T04:20:14.354Z | Documenting hmac v0.12.1 |
2529 | 2024-02-25T04:20:14.501Z | Documenting signal-hook v0.3.17 |
2530 | 2024-02-25T04:20:14.705Z | Documenting static_assertions v1.1.0 |
2531 | 2024-02-25T04:20:15.264Z | Documenting ucd-trie v0.1.6 |
2532 | 2024-02-25T04:20:15.494Z | Documenting clap_lex v0.7.0 |
2533 | 2024-02-25T04:20:15.701Z | Documenting plain v0.2.3 |
2534 | 2024-02-25T04:20:17.761Z | Documenting strsim v0.11.0 |
2535 | 2024-02-25T04:20:18.526Z | Documenting pest_derive v2.7.6 |
2536 | 2024-02-25T04:20:18.674Z | Documenting flate2 v1.0.28 |
2537 | 2024-02-25T04:20:18.699Z | Documenting goblin v0.8.0 |
2538 | 2024-02-25T04:20:19.145Z | Documenting clap_derive v4.5.0 |
2539 | 2024-02-25T04:20:19.350Z | Documenting unicode-segmentation v1.10.1 |
2540 | 2024-02-25T04:20:19.624Z | Documenting pest v2.7.6 |
2541 | 2024-02-25T04:20:19.903Z | Documenting pretty-hex v0.4.1 |
2542 | 2024-02-25T04:20:22.174Z | Documenting clap_builder v4.5.0 |
2543 | 2024-02-25T04:20:22.672Z | Documenting managed v0.8.0 |
2544 | 2024-02-25T04:20:23.028Z | Documenting signal-hook-mio v0.2.3 |
2545 | 2024-02-25T04:20:23.204Z | Documenting block-padding v0.3.3 |
2546 | 2024-02-25T04:20:23.894Z | Documenting scheduled-thread-pool v0.2.7 |
2547 | 2024-02-25T04:20:24.327Z | Documenting thread-id v4.2.0 |
2548 | 2024-02-25T04:20:24.538Z | Documenting dtrace-parser v0.2.0 |
2549 | 2024-02-25T04:20:25.804Z | Documenting dof v0.3.0 |
2550 | 2024-02-25T04:20:26.000Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2551 | 2024-02-25T04:20:27.281Z | Documenting enum-as-inner v0.5.1 |
2552 | 2024-02-25T04:20:27.398Z | Documenting diesel_table_macro_syntax v0.1.0 |
2553 | 2024-02-25T04:20:27.943Z | Checking diesel_table_macro_syntax v0.1.0 |
2554 | 2024-02-25T04:20:28.113Z | Documenting r2d2 v0.8.10 |
2555 | 2024-02-25T04:20:28.255Z | Documenting inout v0.1.3 |
2556 | 2024-02-25T04:20:28.371Z | Documenting clap v4.5.0 |
2557 | 2024-02-25T04:20:29.302Z | Documenting crossterm v0.27.0 |
2558 | 2024-02-25T04:20:29.926Z | Documenting bzip2 v0.4.4 |
2559 | 2024-02-25T04:20:31.398Z | Documenting usdt-impl v0.5.0 |
2560 | 2024-02-25T04:20:31.580Z | Documenting trust-dns-proto v0.22.0 |
2561 | 2024-02-25T04:20:31.871Z | Documenting diesel_derives v2.1.2 |
2562 | 2024-02-25T04:20:32.225Z | Documenting md-5 v0.10.5 |
2563 | 2024-02-25T04:20:32.374Z | Documenting stringprep v0.1.3 |
2564 | 2024-02-25T04:20:33.589Z | Documenting serde_spanned v0.6.5 |
2565 | 2024-02-25T04:20:33.913Z | Documenting toml_datetime v0.6.5 |
2566 | 2024-02-25T04:20:34.551Z | Documenting ff v0.13.0 |
2567 | 2024-02-25T04:20:36.229Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2568 | 2024-02-25T04:20:37.094Z | Documenting base16ct v0.2.0 |
2569 | 2024-02-25T04:20:37.629Z | Documenting fallible-iterator v0.2.0 |
2570 | 2024-02-25T04:20:37.867Z | Documenting siphasher v0.3.11 |
2571 | 2024-02-25T04:20:38.443Z | Documenting winnow v0.6.1 |
2572 | 2024-02-25T04:20:38.707Z | Documenting bit-vec v0.6.3 |
2573 | 2024-02-25T04:20:38.982Z | Documenting group v0.13.0 |
2574 | 2024-02-25T04:20:40.126Z | Documenting diesel v2.1.4 |
2575 | 2024-02-25T04:20:40.177Z | Documenting sec1 v0.7.3 |
2576 | 2024-02-25T04:20:40.523Z | Documenting zip v0.6.6 |
2577 | 2024-02-25T04:20:40.821Z | Documenting phf_shared v0.11.2 |
2578 | 2024-02-25T04:20:42.564Z | Documenting postgres-protocol v0.6.6 |
2579 | 2024-02-25T04:20:42.759Z | Documenting cipher v0.4.4 |
2580 | 2024-02-25T04:20:43.069Z | Documenting hkdf v0.12.4 |
2581 | 2024-02-25T04:20:43.560Z | Documenting toml_edit v0.22.6 |
2582 | 2024-02-25T04:20:44.609Z | Documenting num-bigint v0.4.4 |
2583 | 2024-02-25T04:20:44.907Z | Documenting crypto-bigint v0.5.2 |
2584 | 2024-02-25T04:20:46.411Z | Documenting regress v0.8.0 |
2585 | 2024-02-25T04:20:47.984Z | Documenting hubpack v0.1.2 |
2586 | 2024-02-25T04:20:49.309Z | Documenting bstr v1.6.0 |
2587 | 2024-02-25T04:20:49.442Z | Documenting serde_repr v0.1.16 |
2588 | 2024-02-25T04:20:49.752Z | Documenting precomputed-hash v0.1.1 |
2589 | 2024-02-25T04:20:52.071Z | Documenting fixedbitset v0.4.2 |
2590 | 2024-02-25T04:20:52.283Z | Documenting minimal-lexical v0.2.1 |
2591 | 2024-02-25T04:20:52.582Z | Documenting lalrpop-util v0.19.12 |
2592 | 2024-02-25T04:20:52.794Z | Documenting new_debug_unreachable v1.0.4 |
2593 | 2024-02-25T04:20:53.694Z | Documenting yasna v0.5.2 |
2594 | 2024-02-25T04:20:53.894Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2595 | 2024-02-25T04:20:54.498Z | Documenting elliptic-curve v0.13.8 |
2596 | 2024-02-25T04:20:55.240Z | Documenting petgraph v0.6.4 |
2597 | 2024-02-25T04:20:55.593Z | Documenting string_cache v0.8.7 |
2598 | 2024-02-25T04:20:56.003Z | Documenting nom v7.1.3 |
2599 | 2024-02-25T04:20:57.068Z | Documenting postgres-types v0.2.6 |
2600 | 2024-02-25T04:21:00.311Z | Documenting phf v0.11.2 |
2601 | 2024-02-25T04:21:00.454Z | Documenting console v0.15.8 |
2602 | 2024-02-25T04:21:00.498Z | Documenting semver v1.0.22 |
2603 | 2024-02-25T04:21:00.542Z | Documenting float-cmp v0.9.0 |
2604 | 2024-02-25T04:21:01.040Z | Documenting normalize-line-endings v0.3.0 |
2605 | 2024-02-25T04:21:02.624Z | Documenting predicates-core v1.0.6 |
2606 | 2024-02-25T04:21:04.585Z | Documenting whoami v1.4.1 |
2607 | 2024-02-25T04:21:04.614Z | Documenting heck v0.4.1 |
2608 | 2024-02-25T04:21:04.705Z | Documenting difflib v0.4.0 |
2609 | 2024-02-25T04:21:04.940Z | Documenting bit-set v0.5.3 |
2610 | 2024-02-25T04:21:04.985Z | Documenting similar v2.3.0 |
2611 | 2024-02-25T04:21:05.019Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2612 | 2024-02-25T04:21:05.552Z | Documenting tokio-stream v0.1.14 |
2613 | 2024-02-25T04:21:06.441Z | Documenting getopts v0.2.21 |
2614 | 2024-02-25T04:21:08.372Z | Documenting tokio-postgres v0.7.10 |
2615 | 2024-02-25T04:21:08.482Z | Documenting predicates v3.1.0 |
2616 | 2024-02-25T04:21:09.074Z | Checking ident_case v1.0.1 |
2617 | 2024-02-25T04:21:09.139Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2618 | 2024-02-25T04:21:09.222Z | Checking strsim v0.10.0 |
2619 | 2024-02-25T04:21:09.369Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2620 | 2024-02-25T04:21:09.438Z | Documenting match_cfg v0.1.0 |
2621 | 2024-02-25T04:21:10.770Z | Documenting sha1 v0.10.6 |
2622 | 2024-02-25T04:21:10.941Z | Documenting dirs-sys-next v0.1.2 |
2623 | 2024-02-25T04:21:11.784Z | Documenting rustls-pki-types v1.3.0 |
2624 | 2024-02-25T04:21:12.283Z | Documenting hostname v0.3.1 |
2625 | 2024-02-25T04:21:13.440Z | Documenting camino v1.1.6 |
2626 | 2024-02-25T04:21:14.830Z | Documenting dirs-next v2.0.0 |
2627 | 2024-02-25T04:21:15.623Z | Documenting paste v1.0.14 |
2628 | 2024-02-25T04:21:15.690Z | Documenting thread_local v1.1.7 |
2629 | 2024-02-25T04:21:16.129Z | Documenting rustls-webpki v0.102.1 |
2630 | 2024-02-25T04:21:16.785Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2631 | 2024-02-25T04:21:17.791Z | Documenting crossbeam-channel v0.5.8 |
2632 | 2024-02-25T04:21:17.845Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2633 | 2024-02-25T04:21:18.428Z | Documenting atty v0.2.14 |
2634 | 2024-02-25T04:21:18.662Z | Documenting term v0.7.0 |
2635 | 2024-02-25T04:21:20.225Z | Documenting take_mut v0.2.2 |
2636 | 2024-02-25T04:21:20.282Z | Documenting slog-json v2.6.1 |
2637 | 2024-02-25T04:21:20.575Z | Documenting rustls v0.22.2 |
2638 | 2024-02-25T04:21:21.537Z | Documenting http v1.0.0 |
2639 | 2024-02-25T04:21:21.842Z | Documenting async-stream-impl v0.3.5 |
2640 | 2024-02-25T04:21:21.866Z | Documenting debug-ignore v1.0.5 |
2641 | 2024-02-25T04:21:22.671Z | Documenting slog-term v2.9.0 |
2642 | 2024-02-25T04:21:23.916Z | Documenting slog-async v2.8.0 |
2643 | 2024-02-25T04:21:24.500Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2644 | 2024-02-25T04:21:24.721Z | Documenting atomic-waker v1.1.1 |
2645 | 2024-02-25T04:21:24.932Z | Documenting slog-bunyan v2.5.0 |
2646 | 2024-02-25T04:21:26.365Z | Documenting async-stream v0.3.5 |
2647 | 2024-02-25T04:21:27.279Z | Documenting rustls-pemfile v2.1.0 |
2648 | 2024-02-25T04:21:27.515Z | Documenting multer v3.0.0 |
2649 | 2024-02-25T04:21:27.583Z | Documenting waitgroup v0.1.2 |
2650 | 2024-02-25T04:21:28.504Z | Checking darling_core v0.20.3 |
2651 | 2024-02-25T04:21:29.652Z | Documenting tokio-rustls v0.25.0 |
2652 | 2024-02-25T04:21:30.021Z | Documenting toml v0.8.10 |
2653 | 2024-02-25T04:21:30.147Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2654 | 2024-02-25T04:21:30.346Z | Documenting serde_path_to_error v0.1.15 |
2655 | 2024-02-25T04:21:31.354Z | Checking darling v0.20.3 |
2656 | 2024-02-25T04:21:31.467Z | Documenting serde_with_macros v3.6.1 |
2657 | 2024-02-25T04:21:31.485Z | Documenting structmeta-derive v0.3.0 |
2658 | 2024-02-25T04:21:32.296Z | Documenting strum v0.26.1 |
2659 | 2024-02-25T04:21:32.824Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2660 | 2024-02-25T04:21:34.557Z | Checking structmeta v0.3.0 |
2661 | 2024-02-25T04:21:34.783Z | Documenting instant v0.1.12 |
2662 | 2024-02-25T04:21:34.997Z | Documenting newtype-uuid v1.0.1 |
2663 | 2024-02-25T04:21:35.884Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2664 | 2024-02-25T04:21:35.931Z | Documenting macaddr v1.0.1 |
2665 | 2024-02-25T04:21:36.029Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2666 | 2024-02-25T04:21:36.444Z | Documenting serde_with v3.6.1 |
2667 | 2024-02-25T04:21:36.634Z | Documenting structmeta v0.3.0 |
2668 | 2024-02-25T04:21:38.489Z | Documenting backoff v0.4.0 |
2669 | 2024-02-25T04:21:39.999Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2670 | 2024-02-25T04:21:40.139Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2671 | 2024-02-25T04:21:40.234Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2672 | 2024-02-25T04:21:40.463Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2673 | 2024-02-25T04:21:40.931Z | Documenting parse-display-derive v0.9.0 |
2674 | 2024-02-25T04:21:42.266Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2675 | 2024-02-25T04:21:43.195Z | Documenting fastrand v2.0.1 |
2676 | 2024-02-25T04:21:43.808Z | Documenting proc-macro-error-attr v1.0.4 |
2677 | 2024-02-25T04:21:44.396Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2678 | 2024-02-25T04:21:44.698Z | Checking proc-macro-error v1.0.4 |
2679 | 2024-02-25T04:21:44.991Z | Documenting is-terminal v0.4.9 |
2680 | 2024-02-25T04:21:45.321Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2681 | 2024-02-25T04:21:45.334Z | Documenting proc-macro-crate v1.3.1 |
2682 | 2024-02-25T04:21:45.588Z | Checking proc-macro-crate v1.3.1 |
2683 | 2024-02-25T04:21:45.831Z | Documenting hash32 v0.3.1 |
2684 | 2024-02-25T04:21:46.319Z | Documenting stable_deref_trait v1.2.0 |
2685 | 2024-02-25T04:21:46.872Z | Documenting parse-display v0.9.0 |
2686 | 2024-02-25T04:21:47.616Z | Documenting tempfile v3.10.0 |
2687 | 2024-02-25T04:21:47.738Z | Documenting proc-macro-error v1.0.4 |
2688 | 2024-02-25T04:21:49.147Z | Documenting cobs v0.2.3 |
2689 | 2024-02-25T04:21:49.896Z | Documenting heapless v0.8.0 |
2690 | 2024-02-25T04:21:50.109Z | Documenting embedded-io v0.4.0 |
2691 | 2024-02-25T04:21:50.701Z | Documenting num_enum_derive v0.5.11 |
2692 | 2024-02-25T04:21:50.932Z | Documenting foreign-types-macros v0.2.3 |
2693 | 2024-02-25T04:21:50.978Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2694 | 2024-02-25T04:21:52.058Z | Documenting camino-tempfile v1.1.1 |
2695 | 2024-02-25T04:21:52.147Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2696 | 2024-02-25T04:21:53.104Z | Documenting foreign-types-shared v0.3.1 |
2697 | 2024-02-25T04:21:53.220Z | Documenting postcard v1.0.8 |
2698 | 2024-02-25T04:21:54.715Z | Documenting smoltcp v0.11.0 |
2699 | 2024-02-25T04:21:55.028Z | Documenting crucible-workspace-hack v0.1.0 |
2700 | 2024-02-25T04:21:55.457Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2701 | 2024-02-25T04:21:55.994Z | Documenting foreign-types v0.5.0 |
2702 | 2024-02-25T04:21:56.545Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2703 | 2024-02-25T04:21:56.817Z | Documenting num_enum v0.5.11 |
2704 | 2024-02-25T04:21:57.906Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2705 | 2024-02-25T04:21:58.678Z | Documenting cstr-argument v0.1.2 |
2706 | 2024-02-25T04:21:59.976Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2707 | 2024-02-25T04:22:00.070Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2708 | 2024-02-25T04:22:00.221Z | Documenting colored v2.0.4 |
2709 | 2024-02-25T04:22:00.496Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2710 | 2024-02-25T04:22:00.947Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2711 | 2024-02-25T04:22:02.571Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2712 | 2024-02-25T04:22:04.383Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2713 | 2024-02-25T04:22:04.479Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2714 | 2024-02-25T04:22:04.904Z | Documenting zone_cfg_derive v0.3.0 |
2715 | 2024-02-25T04:22:05.442Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2716 | 2024-02-25T04:22:06.508Z | Documenting num-derive v0.4.0 |
2717 | 2024-02-25T04:22:07.361Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2718 | 2024-02-25T04:22:07.762Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2719 | 2024-02-25T04:22:09.348Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2720 | 2024-02-25T04:22:09.658Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2721 | 2024-02-25T04:22:09.695Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2722 | 2024-02-25T04:22:10.524Z | Documenting zone v0.3.0 |
2723 | 2024-02-25T04:22:11.086Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2724 | 2024-02-25T04:22:13.349Z | Documenting smf v0.2.2 |
2725 | 2024-02-25T04:22:13.400Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2726 | 2024-02-25T04:22:13.689Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2727 | 2024-02-25T04:22:13.791Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2728 | 2024-02-25T04:22:15.503Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2729 | 2024-02-25T04:22:15.703Z | Documenting linked-hash-map v0.5.6 |
2730 | 2024-02-25T04:22:16.124Z | Documenting password-hash v0.5.0 |
2731 | 2024-02-25T04:22:17.082Z | Documenting blake2 v0.10.6 |
2732 | 2024-02-25T04:22:17.542Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2733 | 2024-02-25T04:22:18.780Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2734 | 2024-02-25T04:22:20.192Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2735 | 2024-02-25T04:22:20.397Z | Documenting lru-cache v0.1.2 |
2736 | 2024-02-25T04:22:20.749Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2737 | 2024-02-25T04:22:21.100Z | Documenting itertools v0.12.1 |
2738 | 2024-02-25T04:22:21.866Z | Documenting memmap v0.7.0 |
2739 | 2024-02-25T04:22:22.146Z | Documenting argon2 v0.5.3 |
2740 | 2024-02-25T04:22:23.217Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2741 | 2024-02-25T04:22:24.185Z | Documenting quick-error v1.2.3 |
2742 | 2024-02-25T04:22:24.426Z | Documenting derive-where v1.2.7 |
2743 | 2024-02-25T04:22:25.648Z | Documenting swrite v0.1.0 |
2744 | 2024-02-25T04:22:25.774Z | Documenting usdt v0.5.0 |
2745 | 2024-02-25T04:22:27.149Z | Documenting newtype_derive v0.1.6 |
2746 | 2024-02-25T04:22:27.223Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2747 | 2024-02-25T04:22:27.936Z | Documenting resolv-conf v0.7.0 |
2748 | 2024-02-25T04:22:28.280Z | Documenting tap v1.0.1 |
2749 | 2024-02-25T04:22:28.877Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2750 | 2024-02-25T04:22:29.432Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2751 | 2024-02-25T04:22:30.718Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2752 | 2024-02-25T04:22:30.810Z | Documenting steno v0.4.0 |
2753 | 2024-02-25T04:22:31.124Z | Documenting wyz v0.5.1 |
2754 | 2024-02-25T04:22:31.397Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2755 | 2024-02-25T04:22:31.584Z | Documenting radium v0.7.0 |
2756 | 2024-02-25T04:22:31.949Z | Documenting trust-dns-resolver v0.22.0 |
2757 | 2024-02-25T04:22:33.184Z | Documenting nibble_vec v0.1.0 |
2758 | 2024-02-25T04:22:33.967Z | Checking heck v0.3.3 |
2759 | 2024-02-25T04:22:34.143Z | Documenting endian-type v0.1.2 |
2760 | 2024-02-25T04:22:34.269Z | Documenting crc-catalog v2.2.0 |
2761 | 2024-02-25T04:22:34.639Z | Documenting funty v2.0.0 |
2762 | 2024-02-25T04:22:37.278Z | Documenting crc v3.0.1 |
2763 | 2024-02-25T04:22:37.630Z | Documenting structopt-derive v0.4.18 |
2764 | 2024-02-25T04:22:37.844Z | Documenting bitvec v1.0.1 |
2765 | 2024-02-25T04:22:37.934Z | Documenting radix_trie v0.2.1 |
2766 | 2024-02-25T04:22:40.270Z | Documenting cancel-safe-futures v0.1.5 |
2767 | 2024-02-25T04:22:40.833Z | Documenting xattr v1.0.1 |
2768 | 2024-02-25T04:22:41.298Z | Documenting filetime v0.2.23 |
2769 | 2024-02-25T04:22:41.942Z | Documenting packed_struct_codegen v0.10.1 |
2770 | 2024-02-25T04:22:42.653Z | Documenting nodrop v0.1.14 |
2771 | 2024-02-25T04:22:43.221Z | Documenting structopt v0.3.26 |
2772 | 2024-02-25T04:22:44.743Z | Documenting num-bigint-dig v0.8.4 |
2773 | 2024-02-25T04:22:45.182Z | Documenting tar v0.4.40 |
2774 | 2024-02-25T04:22:45.514Z | Documenting array-init v0.0.4 |
2775 | 2024-02-25T04:22:46.950Z | Documenting libefi-sys v0.1.0 |
2776 | 2024-02-25T04:22:47.579Z | Documenting num-rational v0.4.1 |
2777 | 2024-02-25T04:22:48.029Z | Documenting packed_struct v0.10.1 |
2778 | 2024-02-25T04:22:48.727Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2779 | 2024-02-25T04:22:49.312Z | Documenting pkcs1 v0.7.5 |
2780 | 2024-02-25T04:22:51.036Z | Documenting signature v2.1.0 |
2781 | 2024-02-25T04:22:51.092Z | Documenting num-complex v0.4.4 |
2782 | 2024-02-25T04:22:51.265Z | Documenting arc-swap v1.6.0 |
2783 | 2024-02-25T04:22:52.666Z | Documenting termcolor v1.2.0 |
2784 | 2024-02-25T04:22:53.841Z | Documenting bitfield v0.14.0 |
2785 | 2024-02-25T04:22:54.034Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2786 | 2024-02-25T04:22:54.665Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2787 | 2024-02-25T04:22:55.136Z | Documenting slog-scope v4.4.0 |
2788 | 2024-02-25T04:22:55.959Z | Documenting rsa v0.9.2 |
2789 | 2024-02-25T04:22:56.444Z | Documenting num v0.4.1 |
2790 | 2024-02-25T04:22:56.681Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2791 | 2024-02-25T04:22:57.279Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2792 | 2024-02-25T04:22:57.416Z | Documenting env_logger v0.10.0 |
2793 | 2024-02-25T04:22:59.018Z | Documenting serde-hex v0.1.0 |
2794 | 2024-02-25T04:22:59.198Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2795 | 2024-02-25T04:23:01.997Z | Documenting x509-cert v0.2.4 |
2796 | 2024-02-25T04:23:02.248Z | Documenting ron v0.8.1 |
2797 | 2024-02-25T04:23:02.899Z | Documenting libsw v3.3.1 |
2798 | 2024-02-25T04:23:03.063Z | Documenting gethostname v0.4.3 |
2799 | 2024-02-25T04:23:04.336Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2800 | 2024-02-25T04:23:05.299Z | Documenting half v2.3.1 |
2801 | 2024-02-25T04:23:05.569Z | Documenting owo-colors v4.0.0 |
2802 | 2024-02-25T04:23:06.612Z | Documenting ciborium-io v0.2.2 |
2803 | 2024-02-25T04:23:06.998Z | Documenting same-file v1.0.6 |
2804 | 2024-02-25T04:23:07.630Z | Documenting crc-any v2.4.3 |
2805 | 2024-02-25T04:23:07.752Z | Documenting linear-map v1.2.0 |
2806 | 2024-02-25T04:23:08.395Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2807 | 2024-02-25T04:23:09.712Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2808 | 2024-02-25T04:23:10.304Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2809 | 2024-02-25T04:23:10.338Z | Documenting ciborium-ll v0.2.2 |
2810 | 2024-02-25T04:23:10.823Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2811 | 2024-02-25T04:23:11.508Z | Documenting walkdir v2.4.0 |
2812 | 2024-02-25T04:23:12.522Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2813 | 2024-02-25T04:23:14.579Z | Documenting slog-stdlog v4.1.1 |
2814 | 2024-02-25T04:23:15.458Z | Documenting slog-dtrace v0.3.0 |
2815 | 2024-02-25T04:23:16.250Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2816 | 2024-02-25T04:23:19.548Z | Documenting path-slash v0.1.5 |
2817 | 2024-02-25T04:23:21.599Z | Documenting slog-envlogger v2.2.0 |
2818 | 2024-02-25T04:23:22.342Z | Documenting ciborium v0.2.2 |
2819 | 2024-02-25T04:23:22.708Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2820 | 2024-02-25T04:23:22.879Z | Documenting pem v3.0.2 |
2821 | 2024-02-25T04:23:24.320Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2822 | 2024-02-25T04:23:26.668Z | Documenting fxhash v0.2.1 |
2823 | 2024-02-25T04:23:27.005Z | Documenting display-error-chain v0.2.0 |
2824 | 2024-02-25T04:23:27.361Z | Documenting utf-8 v0.7.6 |
2825 | 2024-02-25T04:23:27.659Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2826 | 2024-02-25T04:23:28.910Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2827 | 2024-02-25T04:23:28.928Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2828 | 2024-02-25T04:23:29.132Z | Documenting vte_generate_state_changes v0.1.1 |
2829 | 2024-02-25T04:23:30.463Z | Documenting convert_case v0.4.0 |
2830 | 2024-02-25T04:23:30.760Z | Checking convert_case v0.4.0 |
2831 | 2024-02-25T04:23:30.967Z | Documenting buf-list v1.0.3 |
2832 | 2024-02-25T04:23:31.042Z | Documenting tungstenite v0.20.1 |
2833 | 2024-02-25T04:23:33.036Z | Documenting vte v0.11.1 |
2834 | 2024-02-25T04:23:34.386Z | Documenting derive_more v0.99.17 |
2835 | 2024-02-25T04:23:35.933Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2836 | 2024-02-25T04:23:36.462Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2837 | 2024-02-25T04:23:36.646Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2838 | 2024-02-25T04:23:36.951Z | Checking darling_core v0.14.4 |
2839 | 2024-02-25T04:23:37.871Z | Documenting pin-project-internal v1.1.3 |
2840 | 2024-02-25T04:23:38.212Z | Documenting tokio-tungstenite v0.20.1 |
2841 | 2024-02-25T04:23:38.786Z | Checking darling v0.14.4 |
2842 | 2024-02-25T04:23:38.893Z | Documenting strip-ansi-escapes v0.2.0 |
2843 | 2024-02-25T04:23:40.162Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2844 | 2024-02-25T04:23:41.005Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2845 | 2024-02-25T04:23:43.055Z | Documenting doc-comment v0.3.3 |
2846 | 2024-02-25T04:23:43.280Z | Documenting pin-project v1.1.3 |
2847 | 2024-02-25T04:23:43.946Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2848 | 2024-02-25T04:23:45.600Z | Documenting crossbeam-deque v0.8.3 |
2849 | 2024-02-25T04:23:45.946Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2850 | 2024-02-25T04:23:46.340Z | Documenting snafu-derive v0.7.5 |
2851 | 2024-02-25T04:23:46.407Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2852 | 2024-02-25T04:23:46.428Z | Documenting nu-ansi-term v0.50.0 |
2853 | 2024-02-25T04:23:49.245Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2854 | 2024-02-25T04:23:49.719Z | Documenting rayon-core v1.12.0 |
2855 | 2024-02-25T04:23:50.538Z | Documenting reedline v0.29.0 |
2856 | 2024-02-25T04:23:51.126Z | Documenting trust-dns-client v0.22.0 |
2857 | 2024-02-25T04:23:52.846Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2858 | 2024-02-25T04:23:54.067Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2859 | 2024-02-25T04:23:54.080Z | Documenting globset v0.4.13 |
2860 | 2024-02-25T04:23:54.383Z | Documenting olpc-cjson v0.1.3 |
2861 | 2024-02-25T04:23:54.937Z | Documenting snafu v0.7.5 |
2862 | 2024-02-25T04:23:56.247Z | Documenting serde_plain v1.0.2 |
2863 | 2024-02-25T04:23:58.812Z | Documenting headers-core v0.2.0 |
2864 | 2024-02-25T04:23:58.925Z | Documenting async-recursion v1.0.5 |
2865 | 2024-02-25T04:23:59.069Z | Documenting keccak v0.1.4 |
2866 | 2024-02-25T04:23:59.985Z | Documenting typed-path v0.7.0 |
2867 | 2024-02-25T04:24:00.176Z | Documenting bytecount v0.6.3 |
2868 | 2024-02-25T04:24:00.347Z | Documenting rayon v1.8.0 |
2869 | 2024-02-25T04:24:01.187Z | Documenting trust-dns-server v0.22.1 |
2870 | 2024-02-25T04:24:02.024Z | Documenting sha3 v0.10.8 |
2871 | 2024-02-25T04:24:04.043Z | Documenting papergrid v0.11.0 |
2872 | 2024-02-25T04:24:04.049Z | Documenting headers v0.3.9 |
2873 | 2024-02-25T04:24:04.050Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2874 | 2024-02-25T04:24:04.156Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2875 | 2024-02-25T04:24:05.308Z | Documenting tough v0.16.0 |
2876 | 2024-02-25T04:24:07.241Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2877 | 2024-02-25T04:24:08.090Z | Documenting derive_builder_core v0.12.0 |
2878 | 2024-02-25T04:24:08.169Z | Checking derive_builder_core v0.12.0 |
2879 | 2024-02-25T04:24:08.708Z | Documenting sled v0.34.7 |
2880 | 2024-02-25T04:24:08.860Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2024-02-25T04:24:09.017Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2882 | 2024-02-25T04:24:09.474Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2883 | 2024-02-25T04:24:09.890Z | Documenting fs-err v2.11.0 |
2884 | 2024-02-25T04:24:10.295Z | Documenting unicase v2.7.0 |
2885 | 2024-02-25T04:24:10.712Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2886 | 2024-02-25T04:24:10.723Z | Documenting tabled_derive v0.7.0 |
2887 | 2024-02-25T04:24:11.035Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2888 | 2024-02-25T04:24:13.607Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2889 | 2024-02-25T04:24:13.881Z | Documenting fd-lock v4.0.2 |
2890 | 2024-02-25T04:24:14.329Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2891 | 2024-02-25T04:24:14.478Z | Documenting nix v0.27.1 |
2892 | 2024-02-25T04:24:15.351Z | Documenting secrecy v0.8.0 |
2893 | 2024-02-25T04:24:16.686Z | Documenting rustversion v1.0.14 |
2894 | 2024-02-25T04:24:18.344Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2895 | 2024-02-25T04:24:19.448Z | Documenting sqlparser_derive v0.2.2 |
2896 | 2024-02-25T04:24:19.460Z | Documenting home v0.5.5 |
2897 | 2024-02-25T04:24:19.540Z | Documenting unicode_categories v0.1.1 |
2898 | 2024-02-25T04:24:20.706Z | Documenting parse-size v1.0.0 |
2899 | 2024-02-25T04:24:21.429Z | Documenting castaway v0.2.2 |
2900 | 2024-02-25T04:24:22.672Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2901 | 2024-02-25T04:24:22.954Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2902 | 2024-02-25T04:24:23.321Z | Documenting rustyline v13.0.0 |
2903 | 2024-02-25T04:24:23.447Z | Documenting sqlformat v0.2.3 |
2904 | 2024-02-25T04:24:23.648Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2905 | 2024-02-25T04:24:24.802Z | Documenting sqlparser v0.43.1 |
2906 | 2024-02-25T04:24:25.212Z | Documenting tabled v0.15.0 |
2907 | 2024-02-25T04:24:26.491Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2908 | 2024-02-25T04:24:28.844Z | Documenting derive_builder_macro v0.12.0 |
2909 | 2024-02-25T04:24:30.090Z | Documenting mime_guess v2.0.4 |
2910 | 2024-02-25T04:24:32.927Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2911 | 2024-02-25T04:24:33.615Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2912 | 2024-02-25T04:24:33.688Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2913 | 2024-02-25T04:24:34.913Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2914 | 2024-02-25T04:24:35.238Z | Documenting universal-hash v0.5.1 |
2915 | 2024-02-25T04:24:38.069Z | Documenting bcs v0.1.6 |
2916 | 2024-02-25T04:24:39.738Z | Documenting kstat-rs v0.2.3 |
2917 | 2024-02-25T04:24:41.561Z | Documenting thiserror-impl-no-std v2.0.2 |
2918 | 2024-02-25T04:24:42.281Z | Documenting curve25519-dalek-derive v0.1.0 |
2919 | 2024-02-25T04:24:44.876Z | Documenting ref-cast-impl v1.0.20 |
2920 | 2024-02-25T04:24:45.287Z | Documenting opaque-debug v0.3.0 |
2921 | 2024-02-25T04:24:46.734Z | Documenting highway v1.1.0 |
2922 | 2024-02-25T04:24:46.993Z | Documenting thiserror-no-std v2.0.2 |
2923 | 2024-02-25T04:24:47.171Z | Documenting curve25519-dalek v4.1.1 |
2924 | 2024-02-25T04:24:47.546Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2925 | 2024-02-25T04:24:48.198Z | Documenting poly1305 v0.8.0 |
2926 | 2024-02-25T04:24:49.957Z | Documenting derive_builder v0.12.0 |
2927 | 2024-02-25T04:24:50.635Z | Documenting ref-cast v1.0.20 |
2928 | 2024-02-25T04:24:50.890Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2929 | 2024-02-25T04:24:52.117Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2930 | 2024-02-25T04:24:53.255Z | Documenting compact_str v0.7.1 |
2931 | 2024-02-25T04:24:53.360Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2932 | 2024-02-25T04:24:53.751Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2933 | 2024-02-25T04:24:54.826Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2934 | 2024-02-25T04:24:57.354Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2935 | 2024-02-25T04:24:57.415Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2936 | 2024-02-25T04:25:01.531Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2937 | 2024-02-25T04:25:06.902Z | Documenting portable-atomic v1.4.3 |
2938 | 2024-02-25T04:25:07.602Z | Documenting polar-core v0.27.0 |
2939 | 2024-02-25T04:25:07.853Z | Documenting ed25519 v1.5.3 |
2940 | 2024-02-25T04:25:10.584Z | Documenting libxml v0.3.3 |
2941 | 2024-02-25T04:25:10.803Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2942 | 2024-02-25T04:25:12.151Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2943 | 2024-02-25T04:25:14.606Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2944 | 2024-02-25T04:25:15.459Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2945 | 2024-02-25T04:25:16.021Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2946 | 2024-02-25T04:25:16.095Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2947 | 2024-02-25T04:25:17.149Z | Documenting chacha20 v0.9.1 |
2948 | 2024-02-25T04:25:18.291Z | Documenting bb8 v0.8.3 |
2949 | 2024-02-25T04:25:20.733Z | Documenting aead v0.5.2 |
2950 | 2024-02-25T04:25:22.393Z | Documenting lru v0.12.1 |
2951 | 2024-02-25T04:25:24.926Z | Documenting quick-xml v0.30.0 |
2952 | 2024-02-25T04:25:25.774Z | Documenting oso-derive v0.27.0 |
2953 | 2024-02-25T04:25:26.850Z | Documenting stability v0.1.1 |
2954 | 2024-02-25T04:25:27.785Z | Documenting impl-trait-for-tuples v0.2.2 |
2955 | 2024-02-25T04:25:30.116Z | Documenting glob v0.3.1 |
2956 | 2024-02-25T04:25:30.364Z | Documenting maplit v1.0.2 |
2957 | 2024-02-25T04:25:30.429Z | Documenting cassowary v0.3.0 |
2958 | 2024-02-25T04:25:31.388Z | Documenting number_prefix v0.4.0 |
2959 | 2024-02-25T04:25:31.486Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2960 | 2024-02-25T04:25:34.126Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2961 | 2024-02-25T04:25:34.436Z | Documenting oso v0.27.0 |
2962 | 2024-02-25T04:25:34.569Z | Documenting ratatui v0.26.1 |
2963 | 2024-02-25T04:25:34.838Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2964 | 2024-02-25T04:25:34.914Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2965 | 2024-02-25T04:25:35.105Z | Documenting indicatif v0.17.8 |
2966 | 2024-02-25T04:25:35.578Z | Documenting chacha20poly1305 v0.10.1 |
2967 | 2024-02-25T04:25:39.781Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2968 | 2024-02-25T04:25:40.097Z | Documenting salty v0.2.0 |
2969 | 2024-02-25T04:25:41.938Z | Documenting vsss-rs v3.3.4 |
2970 | 2024-02-25T04:25:44.529Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2971 | 2024-02-25T04:25:45.238Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2972 | 2024-02-25T04:25:46.120Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2973 | 2024-02-25T04:25:46.424Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2974 | 2024-02-25T04:25:47.269Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2975 | 2024-02-25T04:25:49.314Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2976 | 2024-02-25T04:25:50.723Z | Documenting cookie v0.18.0 |
2977 | 2024-02-25T04:25:50.972Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2978 | 2024-02-25T04:25:54.507Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2979 | 2024-02-25T04:25:55.345Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2980 | 2024-02-25T04:25:55.655Z | Documenting serde-big-array v0.5.1 |
2981 | 2024-02-25T04:25:55.702Z | Documenting rtoolbox v0.0.1 |
2982 | 2024-02-25T04:25:56.433Z | Documenting smawk v0.3.1 |
2983 | 2024-02-25T04:25:58.122Z | Documenting http-range v0.1.5 |
2984 | 2024-02-25T04:25:58.544Z | Documenting is_ci v1.2.0 |
2985 | 2024-02-25T04:25:59.743Z | Documenting humantime v2.1.0 |
2986 | 2024-02-25T04:26:00.132Z | Documenting unicode-linebreak v0.1.5 |
2987 | 2024-02-25T04:26:00.880Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2988 | 2024-02-25T04:26:01.893Z | Documenting hyper-staticfile v0.9.5 |
2989 | 2024-02-25T04:26:02.250Z | Documenting supports-color v3.0.0 |
2990 | 2024-02-25T04:26:03.158Z | Documenting textwrap v0.16.1 |
2991 | 2024-02-25T04:26:03.641Z | Documenting rpassword v7.3.1 |
2992 | 2024-02-25T04:26:04.634Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2993 | 2024-02-25T04:26:06.814Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2994 | 2024-02-25T04:26:07.159Z | Documenting tui-tree-widget v0.17.0 |
2995 | 2024-02-25T04:26:08.936Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2996 | 2024-02-25T04:26:09.499Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2997 | 2024-02-25T04:26:09.722Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2998 | 2024-02-25T04:26:10.499Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2999 | 2024-02-25T04:26:12.392Z | Documenting rcgen v0.12.1 |
3000 | 2024-02-25T04:26:13.030Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3001 | 2024-02-25T04:26:13.217Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3002 | 2024-02-25T04:26:13.638Z | Documenting atomicwrites v0.4.3 |
3003 | 2024-02-25T04:26:14.968Z | Documenting signal-hook-tokio v0.3.1 |
3004 | 2024-02-25T04:26:17.767Z | Documenting memmap2 v0.7.1 |
3005 | 2024-02-25T04:26:18.011Z | Documenting subprocess v0.2.9 |
3006 | 2024-02-25T04:26:20.828Z | Documenting arrayref v0.3.7 |
3007 | 2024-02-25T04:26:20.831Z | Documenting shell-words v1.1.0 |
3008 | 2024-02-25T04:26:22.043Z | Documenting arrayvec v0.7.4 |
3009 | 2024-02-25T04:26:22.287Z | Documenting constant_time_eq v0.3.0 |
3010 | 2024-02-25T04:26:22.697Z | Documenting corncobs v0.1.3 |
3011 | 2024-02-25T04:26:24.047Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2024-02-25T04:26:24.794Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3013 | 2024-02-25T04:26:25.210Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3014 | 2024-02-25T04:26:25.240Z | Documenting blake3 v1.5.0 |
3015 | 2024-02-25T04:26:25.737Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3016 | 2024-02-25T04:26:29.628Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3017 | 2024-02-25T04:26:30.843Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3018 | 2024-02-25T04:26:32.183Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2024-02-25T04:26:34.691Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3020 | 2024-02-25T04:26:37.813Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3021 | 2024-02-25T04:26:41.091Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3022 | 2024-02-25T04:26:42.398Z | warning: unclosed HTML tag `usize` |
3023 | 2024-02-25T04:26:42.399Z | --> wicket/src/ui/panes/update.rs:153:19 |
3024 | 2024-02-25T04:26:42.399Z | | |
3025 | 2024-02-25T04:26:42.399Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3026 | 2024-02-25T04:26:42.399Z | | ^^^^^^^ |
3027 | 2024-02-25T04:26:42.399Z | | |
3028 | 2024-02-25T04:26:42.399Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3029 | 2024-02-25T04:26:42.399Z | |
3030 | 2024-02-25T04:26:42.847Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3031 | 2024-02-25T04:26:43.570Z | warning: `wicket` (lib doc) generated 1 warning |
3032 | 2024-02-25T04:26:43.573Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3033 | 2024-02-25T04:26:53.133Z | Documenting fatfs v0.3.6 |
3034 | 2024-02-25T04:26:53.345Z | Documenting nanorand v0.7.0 |
3035 | 2024-02-25T04:26:56.024Z | Documenting topological-sort v0.2.2 |
3036 | 2024-02-25T04:26:57.505Z | Documenting assert_matches v1.5.0 |
3037 | 2024-02-25T04:26:57.717Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3038 | 2024-02-25T04:26:58.203Z | Documenting flume v0.11.0 |
3039 | 2024-02-25T04:27:00.351Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3040 | 2024-02-25T04:27:00.389Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3041 | 2024-02-25T04:27:00.743Z | Documenting omicron-zone-package v0.11.0 |
3042 | 2024-02-25T04:27:03.777Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3043 | 2024-02-25T04:27:04.635Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3044 | 2024-02-25T04:27:05.647Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3045 | 2024-02-25T04:27:06.036Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3046 | 2024-02-25T04:27:14.666Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3047 | 2024-02-25T04:27:15.033Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3048 | 2024-02-25T04:27:15.033Z | --> sled-agent/src/sim/instance.rs:46:7 |
3049 | 2024-02-25T04:27:15.033Z | | |
3050 | 2024-02-25T04:27:15.033Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3051 | 2024-02-25T04:27:15.034Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3052 | 2024-02-25T04:27:15.034Z | | |
3053 | 2024-02-25T04:27:15.034Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3054 | 2024-02-25T04:27:15.034Z | |
3055 | 2024-02-25T04:27:15.459Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3056 | 2024-02-25T04:27:17.015Z | Documenting termios v0.3.3 |
3057 | 2024-02-25T04:27:18.347Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3058 | 2024-02-25T04:27:21.231Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3059 | 2024-02-25T04:27:27.258Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3060 | 2024-02-25T04:27:28.157Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3061 | 2024-02-25T04:27:30.750Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3062 | 2024-02-25T04:27:41.417Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3063 | 2024-02-25T04:27:54.423Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3064 | 2024-02-25T04:27:54.442Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3065 | 2024-02-25T04:28:06.239Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3066 | 2024-02-25T04:28:08.417Z | warning: unresolved link to `test_sled_transitions` |
3067 | 2024-02-25T04:28:08.417Z | --> nexus/db-queries/src/db/datastore/sled.rs:566:11 |
3068 | 2024-02-25T04:28:08.417Z | | |
3069 | 2024-02-25T04:28:08.417Z | 566 | /// [`test_sled_transitions`]. |
3070 | 2024-02-25T04:28:08.417Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3071 | 2024-02-25T04:28:08.417Z | | |
3072 | 2024-02-25T04:28:08.417Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3073 | 2024-02-25T04:28:08.417Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3074 | 2024-02-25T04:28:08.417Z | |
3075 | 2024-02-25T04:28:08.421Z | warning: unresolved link to `test_sled_transitions` |
3076 | 2024-02-25T04:28:08.422Z | --> nexus/db-queries/src/db/datastore/sled.rs:602:11 |
3077 | 2024-02-25T04:28:08.422Z | | |
3078 | 2024-02-25T04:28:08.422Z | 602 | /// [`test_sled_transitions`]. |
3079 | 2024-02-25T04:28:08.422Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3080 | 2024-02-25T04:28:08.422Z | | |
3081 | 2024-02-25T04:28:08.422Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3082 | 2024-02-25T04:28:08.422Z | |
3083 | 2024-02-25T04:28:08.422Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3084 | 2024-02-25T04:28:08.422Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3085 | 2024-02-25T04:28:08.422Z | | |
3086 | 2024-02-25T04:28:08.422Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3087 | 2024-02-25T04:28:08.422Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3088 | 2024-02-25T04:28:08.422Z | |
3089 | 2024-02-25T04:28:10.201Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3090 | 2024-02-25T04:28:13.002Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3091 | 2024-02-25T04:28:14.941Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3092 | 2024-02-25T04:28:16.056Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3093 | 2024-02-25T04:28:19.372Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3094 | 2024-02-25T04:28:24.162Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3095 | 2024-02-25T04:28:24.165Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3096 | 2024-02-25T04:28:47.927Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3097 | 2024-02-25T04:29:36.406Z | warning: unresolved link to `VolumeConstructionRequest` |
3098 | 2024-02-25T04:29:36.406Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3099 | 2024-02-25T04:29:36.406Z | | |
3100 | 2024-02-25T04:29:36.406Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3101 | 2024-02-25T04:29:36.406Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3102 | 2024-02-25T04:29:36.406Z | | |
3103 | 2024-02-25T04:29:36.406Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3104 | 2024-02-25T04:29:36.406Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3105 | 2024-02-25T04:29:36.406Z | |
3106 | 2024-02-25T04:29:36.410Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3107 | 2024-02-25T04:29:36.410Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3108 | 2024-02-25T04:29:36.410Z | | |
3109 | 2024-02-25T04:29:36.410Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3110 | 2024-02-25T04:29:36.410Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3111 | 2024-02-25T04:29:36.410Z | |
3112 | 2024-02-25T04:29:36.410Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3113 | 2024-02-25T04:29:36.410Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3114 | 2024-02-25T04:29:36.410Z | | |
3115 | 2024-02-25T04:29:36.410Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3116 | 2024-02-25T04:29:36.410Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3117 | 2024-02-25T04:29:36.410Z | |
3118 | 2024-02-25T04:29:36.410Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3119 | 2024-02-25T04:29:36.410Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3120 | 2024-02-25T04:29:36.410Z | | |
3121 | 2024-02-25T04:29:36.411Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3122 | 2024-02-25T04:29:36.411Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3123 | 2024-02-25T04:29:36.411Z | |
3124 | 2024-02-25T04:29:36.411Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3125 | 2024-02-25T04:29:36.411Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3126 | 2024-02-25T04:29:36.411Z | | |
3127 | 2024-02-25T04:29:36.411Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3128 | 2024-02-25T04:29:36.411Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3129 | 2024-02-25T04:29:36.411Z | |
3130 | 2024-02-25T04:29:36.411Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3131 | 2024-02-25T04:29:36.411Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3132 | 2024-02-25T04:29:36.411Z | | |
3133 | 2024-02-25T04:29:36.411Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3134 | 2024-02-25T04:29:36.411Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3135 | 2024-02-25T04:29:36.411Z | |
3136 | 2024-02-25T04:29:36.411Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3137 | 2024-02-25T04:29:36.411Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3138 | 2024-02-25T04:29:36.411Z | | |
3139 | 2024-02-25T04:29:36.411Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3140 | 2024-02-25T04:29:36.411Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3141 | 2024-02-25T04:29:36.411Z | |
3142 | 2024-02-25T04:29:39.368Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3143 | 2024-02-25T04:29:55.146Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 29s |
3144 | 2024-02-25T04:29:55.243Z | |
3145 | 2024-02-25T04:29:55.243Z | real 11:29.391876043 |
3146 | 2024-02-25T04:29:55.243Z | user 30:39.703107410 |
3147 | 2024-02-25T04:29:55.243Z | sys 49:15.305998918 |
3148 | 2024-02-25T04:29:55.243Z | trap 0.896744639 |
3149 | 2024-02-25T04:29:55.243Z | tflt 0.161647123 |
3150 | 2024-02-25T04:29:55.246Z | dflt 0.707582466 |
3151 | 2024-02-25T04:29:55.246Z | kflt 0.000080727 |
3152 | 2024-02-25T04:29:55.246Z | lock 2:04:51.777440713 |
3153 | 2024-02-25T04:29:55.246Z | slp 2:52:07.919430998 |
3154 | 2024-02-25T04:29:55.247Z | lat 4:47.039693424 |
3155 | 2024-02-25T04:29:55.247Z | stop 1:29.472876186 |
3156 | 2024-02-25T04:29:55.247Z | process exited: duration 1282336 ms, exit code 0 |
|
3157 | 2024-02-25T04:29:55.253Z | found 0 output files |