|
|
|
1 | 2024-02-07T22:57:09.438Z | job assigned to worker 01HP2WJFY2JMVYXF7HSAAT5NDD (queued for 4 m 34 s) |
|
2 | 2024-02-07T22:57:10.402Z | starting task 0: "setup" |
3 | 2024-02-07T22:57:10.410Z | ++ uname -s |
4 | 2024-02-07T22:57:10.410Z | + kern=SunOS |
5 | 2024-02-07T22:57:10.410Z | + case "$kern" in |
6 | 2024-02-07T22:57:10.410Z | + groupadd -g 12345 build |
7 | 2024-02-07T22:57:10.410Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-07T22:57:12.094Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-07T22:57:12.181Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-07T22:57:12.193Z | + home_fs=zfs |
11 | 2024-02-07T22:57:12.193Z | + [[ zfs == autofs ]] |
12 | 2024-02-07T22:57:12.194Z | + mkdir -p /home/build |
13 | 2024-02-07T22:57:12.194Z | + chown build:build /home/build /work |
14 | 2024-02-07T22:57:14.183Z | + chmod 0700 /home/build /work |
15 | 2024-02-07T22:57:14.190Z | process exited: duration 4190 ms, exit code 0 |
|
16 | 2024-02-07T22:57:14.212Z | starting task 1: "rust-toolchain" |
17 | 2024-02-07T22:57:14.225Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-07T22:57:14.225Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-07T22:57:14.326Z | info: downloading installer |
20 | 2024-02-07T22:57:15.825Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-07T22:57:15.825Z | warning: /opt/ooce/bin |
22 | 2024-02-07T22:57:15.825Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-07T22:57:15.825Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-07T22:57:15.826Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-07T22:57:15.826Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-07T22:57:15.826Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-07T22:57:15.826Z | error: cannot install while Rust is installed |
28 | 2024-02-07T22:57:15.826Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-07T22:57:15.927Z | info: profile set to 'default' |
30 | 2024-02-07T22:57:15.928Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-07T22:57:15.939Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-07T22:57:16.090Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-07T22:57:16.091Z | info: downloading component 'cargo' |
34 | 2024-02-07T22:57:17.265Z | info: downloading component 'clippy' |
35 | 2024-02-07T22:57:17.319Z | info: downloading component 'rust-docs' |
36 | 2024-02-07T22:57:22.224Z | info: downloading component 'rust-std' |
37 | 2024-02-07T22:57:22.303Z | info: downloading component 'rustc' |
38 | 2024-02-07T22:57:25.456Z | info: downloading component 'rustfmt' |
39 | 2024-02-07T22:57:25.768Z | info: installing component 'cargo' |
40 | 2024-02-07T22:57:26.653Z | info: installing component 'clippy' |
41 | 2024-02-07T22:57:27.335Z | info: installing component 'rust-docs' |
42 | 2024-02-07T22:57:28.552Z | info: installing component 'rust-std' |
43 | 2024-02-07T22:57:30.881Z | info: installing component 'rustc' |
44 | 2024-02-07T22:57:34.582Z | info: installing component 'rustfmt' |
45 | 2024-02-07T22:57:34.918Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-07T22:57:34.919Z | |
47 | 2024-02-07T22:57:35.229Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-07T22:57:35.229Z | |
49 | 2024-02-07T22:57:35.237Z | |
50 | 2024-02-07T22:57:35.237Z | Rust is installed now. Great! |
51 | 2024-02-07T22:57:35.237Z | |
52 | 2024-02-07T22:57:35.237Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-07T22:57:35.237Z | environment variable. This has not been done automatically. |
54 | 2024-02-07T22:57:35.237Z | |
55 | 2024-02-07T22:57:35.237Z | To configure your current shell, run: |
56 | 2024-02-07T22:57:35.238Z | source "$HOME/.cargo/env" |
57 | 2024-02-07T22:57:35.294Z | + rustc --version |
58 | 2024-02-07T22:57:35.358Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-07T22:57:35.370Z | process exited: duration 21141 ms, exit code 0 |
|
60 | 2024-02-07T22:57:35.395Z | starting task 2: "authentication" |
61 | 2024-02-07T22:57:35.445Z | process exited: duration 46 ms, exit code 0 |
|
62 | 2024-02-07T22:57:35.473Z | starting task 3: "clone repository" |
63 | 2024-02-07T22:57:35.491Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-07T22:57:35.491Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-07T22:57:35.935Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-07T22:57:42.387Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-07T22:57:42.387Z | + git fetch origin 0e598e10e5ea4b62c00dd4438a3d491556990c75 |
68 | 2024-02-07T22:57:42.747Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-07T22:57:42.747Z | * branch 0e598e10e5ea4b62c00dd4438a3d491556990c75 -> FETCH_HEAD |
70 | 2024-02-07T22:57:42.755Z | + [[ -n iliana/samael-41 ]] |
71 | 2024-02-07T22:57:42.762Z | ++ git branch --show-current |
72 | 2024-02-07T22:57:42.763Z | + current=main |
73 | 2024-02-07T22:57:42.763Z | + [[ main != iliana/samael-41 ]] |
74 | 2024-02-07T22:57:42.763Z | + git branch -f iliana/samael-41 0e598e10e5ea4b62c00dd4438a3d491556990c75 |
75 | 2024-02-07T22:57:42.769Z | + git checkout -f iliana/samael-41 |
76 | 2024-02-07T22:57:42.874Z | Switched to branch 'iliana/samael-41' |
77 | 2024-02-07T22:57:42.882Z | + git reset --hard 0e598e10e5ea4b62c00dd4438a3d491556990c75 |
78 | 2024-02-07T22:57:42.899Z | HEAD is now at 0e598e10e patch samael crate to include njaremko/samael#41 |
79 | 2024-02-07T22:57:42.899Z | process exited: duration 7414 ms, exit code 0 |
|
80 | 2024-02-07T22:57:42.918Z | starting task 4: "build" |
81 | 2024-02-07T22:57:43.335Z | + cargo --version |
82 | 2024-02-07T22:57:43.344Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-07T22:57:43.344Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-07T22:57:43.344Z | info: downloading component 'cargo' |
85 | 2024-02-07T22:57:44.102Z | info: downloading component 'clippy' |
86 | 2024-02-07T22:57:44.416Z | info: downloading component 'rust-docs' |
87 | 2024-02-07T22:57:45.642Z | info: downloading component 'rust-std' |
88 | 2024-02-07T22:57:47.589Z | info: downloading component 'rustc' |
89 | 2024-02-07T22:57:56.066Z | info: downloading component 'rustfmt' |
90 | 2024-02-07T22:57:56.066Z | info: installing component 'cargo' |
91 | 2024-02-07T22:57:56.066Z | info: installing component 'clippy' |
92 | 2024-02-07T22:57:56.067Z | info: installing component 'rust-docs' |
93 | 2024-02-07T22:57:56.067Z | info: installing component 'rust-std' |
94 | 2024-02-07T22:57:57.318Z | info: installing component 'rustc' |
95 | 2024-02-07T22:58:01.447Z | info: installing component 'rustfmt' |
96 | 2024-02-07T22:58:01.851Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-07T22:58:01.856Z | + rustc --version |
98 | 2024-02-07T22:58:01.927Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-07T22:58:02.394Z | + source ./env.sh |
100 | 2024-02-07T22:58:02.395Z | ++ set -o xtrace |
101 | 2024-02-07T22:58:02.395Z | ++++ dirname ./env.sh |
102 | 2024-02-07T22:58:02.426Z | +++ cd . |
103 | 2024-02-07T22:58:02.426Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-07T22:58:02.426Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-07T22:58:02.426Z | ++ export PATH=/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-07T22:58:02.426Z | ++ PATH=/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-07T22:58:02.426Z | ++ 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 |
108 | 2024-02-07T22:58:02.427Z | ++ 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 |
109 | 2024-02-07T22:58:02.427Z | ++ 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 |
110 | 2024-02-07T22:58:02.427Z | ++ 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 |
111 | 2024-02-07T22:58:02.427Z | ++ 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 |
112 | 2024-02-07T22:58:02.427Z | ++ 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 |
113 | 2024-02-07T22:58:02.427Z | ++ unset OMICRON_WS |
114 | 2024-02-07T22:58:02.427Z | ++ set +o xtrace |
115 | 2024-02-07T22:58:02.427Z | |
116 | 2024-02-07T22:58:02.427Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-07T22:58:02.428Z | # # # # # # # # # # # # # # # |
118 | 2024-02-07T22:58:02.428Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-07T22:58:02.428Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-07T22:58:02.428Z | # # # # # # # # # # # # # # # |
121 | 2024-02-07T22:58:02.428Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-07T22:58:02.428Z | |
123 | 2024-02-07T22:58:11.748Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-07T22:58:12.889Z | Startup: Caching catalogs ... Done |
125 | 2024-02-07T22:58:13.920Z | Planning: Solver setup ... Done (0.715s) |
126 | 2024-02-07T22:58:13.937Z | Planning: Running solver ... Done (0.017s) |
127 | 2024-02-07T22:58:14.186Z | Planning: Finding local manifests ... Done (0.231s) |
128 | 2024-02-07T22:58:14.211Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-07T22:58:14.581Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-07T22:58:14.649Z | Planning: Package planning ... Done (0.048s) |
131 | 2024-02-07T22:58:14.650Z | Planning: Merging actions ... Done (0.050s) |
132 | 2024-02-07T22:58:15.502Z | Planning: Checking for conflicting actions ... Done (0.982s) |
133 | 2024-02-07T22:58:15.513Z | Planning: Consolidating action changes ... Done (0.011s) |
134 | 2024-02-07T22:58:19.567Z | Planning: Evaluating mediators ... Done (4.065s) |
135 | 2024-02-07T22:58:19.575Z | Planning: Planning completed in 6.64 seconds |
136 | 2024-02-07T22:58:19.589Z | Packages to install: 4 |
137 | 2024-02-07T22:58:19.589Z | Mediators to change: 2 |
138 | 2024-02-07T22:58:19.592Z | Services to change: 1 |
139 | 2024-02-07T22:58:19.592Z | Estimated space available: 148.87 GB |
140 | 2024-02-07T22:58:19.592Z | Estimated space to be consumed: 1.41 GB |
141 | 2024-02-07T22:58:19.592Z | Create boot environment: No |
142 | 2024-02-07T22:58:19.592Z | Create backup boot environment: No |
143 | 2024-02-07T22:58:19.592Z | Rebuild boot archive: No |
144 | 2024-02-07T22:58:19.592Z | |
145 | 2024-02-07T22:58:19.592Z | Changed mediators: |
146 | 2024-02-07T22:58:19.592Z | mediator clang: |
147 | 2024-02-07T22:58:19.593Z | version: None -> 15 (system default) |
148 | 2024-02-07T22:58:19.593Z | |
149 | 2024-02-07T22:58:19.593Z | mediator llvm: |
150 | 2024-02-07T22:58:19.593Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-07T22:58:19.593Z | |
152 | 2024-02-07T22:58:19.593Z | Changed packages: |
153 | 2024-02-07T22:58:19.593Z | helios-dev |
154 | 2024-02-07T22:58:19.593Z | developer/build-essential |
155 | 2024-02-07T22:58:19.593Z | None -> 11-2.0 |
156 | 2024-02-07T22:58:19.593Z | library/libxmlsec1 |
157 | 2024-02-07T22:58:19.593Z | None -> 1.2.35-2.0 |
158 | 2024-02-07T22:58:19.593Z | ooce/developer/clang-15 |
159 | 2024-02-07T22:58:19.593Z | None -> 15.0.7-2.0 |
160 | 2024-02-07T22:58:19.593Z | ooce/developer/llvm-15 |
161 | 2024-02-07T22:58:19.593Z | None -> 15.0.7-2.0 |
162 | 2024-02-07T22:58:19.593Z | |
163 | 2024-02-07T22:58:19.593Z | Services: |
164 | 2024-02-07T22:58:19.594Z | restart_fmri: |
165 | 2024-02-07T22:58:19.594Z | svc:/system/update-man-index:default |
166 | 2024-02-07T22:58:19.819Z | |
167 | 2024-02-07T22:58:19.819Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-07T22:58:25.157Z | Download: 1193/3290 items 83.5/212.6MB 39% complete (16.9M/s) |
169 | 2024-02-07T22:58:30.155Z | Download: 2206/3290 items 119.2/212.6MB 56% complete (11.9M/s) |
170 | 2024-02-07T22:58:39.663Z | Download: 3153/3290 items 153.3/212.6MB 72% complete (6.9M/s) |
171 | 2024-02-07T22:58:39.663Z | Download: Completed 212.60 MB in 19.25 seconds (11.0M/s) |
172 | 2024-02-07T22:58:39.663Z | Actions: 1/3689 actions (Installing new actions) |
173 | 2024-02-07T22:58:44.576Z | Actions: 3685/3689 actions (Installing new actions) |
174 | 2024-02-07T22:58:44.616Z | Actions: Completed 3689 actions in 5.17 seconds. |
175 | 2024-02-07T22:58:44.784Z | Done (0.155s) |
176 | 2024-02-07T22:58:44.784Z | Done (0.000s) |
177 | 2024-02-07T22:58:44.982Z | Done (0.204s) |
178 | 2024-02-07T22:58:50.287Z | Done (5.184s) |
179 | 2024-02-07T22:58:50.494Z | Done (0.130s) |
180 | 2024-02-07T22:58:50.499Z | Done (0.000s) |
181 | 2024-02-07T22:58:50.687Z | Done (0.000s) |
182 | 2024-02-07T22:58:51.175Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-02-07T22:58:51.332Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-02-07T22:58:51.336Z | Planning: Consolidating action changes ... Done |
185 | 2024-02-07T22:58:51.598Z | Planning: Evaluating mediators ... Done |
186 | 2024-02-07T22:58:51.602Z | Planning: Planning completed in 0.43 seconds |
187 | 2024-02-07T22:58:51.631Z | Mediators to change: 2 |
188 | 2024-02-07T22:58:51.631Z | Create boot environment: No |
189 | 2024-02-07T22:58:51.637Z | Create backup boot environment: No |
190 | 2024-02-07T22:58:52.105Z | Done |
191 | 2024-02-07T22:58:52.105Z | Done |
192 | 2024-02-07T22:58:52.108Z | Done |
193 | 2024-02-07T22:58:55.428Z | Done |
194 | 2024-02-07T22:58:55.512Z | Done |
195 | 2024-02-07T22:58:55.519Z | Done |
196 | 2024-02-07T22:58:55.616Z | Done |
197 | 2024-02-07T22:58:56.271Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-02-07T22:58:56.295Z | Planning: Merging actions ... Done |
199 | 2024-02-07T22:58:56.448Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-02-07T22:58:56.463Z | Planning: Consolidating action changes ... Done |
201 | 2024-02-07T22:58:56.717Z | Planning: Evaluating mediators ... Done |
202 | 2024-02-07T22:58:56.770Z | Planning: Planning completed in 0.79 seconds |
203 | 2024-02-07T22:58:56.800Z | Packages to change: 1 |
204 | 2024-02-07T22:58:56.800Z | Mediators to change: 1 |
205 | 2024-02-07T22:58:56.805Z | Services to change: 1 |
206 | 2024-02-07T22:58:56.806Z | Create boot environment: No |
207 | 2024-02-07T22:58:56.806Z | Create backup boot environment: Yes |
208 | 2024-02-07T22:58:58.568Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-02-07T22:58:58.616Z | Actions: Completed 6 actions in 0.05 seconds. |
210 | 2024-02-07T22:58:58.626Z | Done |
211 | 2024-02-07T22:58:58.626Z | Done |
212 | 2024-02-07T22:58:58.656Z | Done |
213 | 2024-02-07T22:59:02.244Z | Done |
214 | 2024-02-07T22:59:02.350Z | Done |
215 | 2024-02-07T22:59:02.360Z | Done |
216 | 2024-02-07T22:59:02.440Z | Done |
217 | 2024-02-07T22:59:03.306Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-02-07T22:59:03.306Z | clang system 15 system |
219 | 2024-02-07T22:59:03.307Z | csh system system illumos |
220 | 2024-02-07T22:59:03.307Z | ctags system system illumos |
221 | 2024-02-07T22:59:03.307Z | gcc vendor 12 vendor |
222 | 2024-02-07T22:59:03.307Z | gcc system 10 system |
223 | 2024-02-07T22:59:03.307Z | gcc system 7 system |
224 | 2024-02-07T22:59:03.307Z | go system 1.20 system |
225 | 2024-02-07T22:59:03.307Z | go system 1.19 system |
226 | 2024-02-07T22:59:03.307Z | llvm system 15 system |
227 | 2024-02-07T22:59:03.307Z | llvm system 14 system |
228 | 2024-02-07T22:59:03.307Z | mariadb system 10.6 system |
229 | 2024-02-07T22:59:03.308Z | mta vendor vendor dma |
230 | 2024-02-07T22:59:03.308Z | openjdk system 17 system |
231 | 2024-02-07T22:59:03.308Z | openjdk system 11 system |
232 | 2024-02-07T22:59:03.308Z | openjdk system 1.8 system |
233 | 2024-02-07T22:59:03.308Z | openssl vendor 3 vendor |
234 | 2024-02-07T22:59:03.308Z | perl system 5.36 system |
235 | 2024-02-07T22:59:03.308Z | postgresql system 15 system |
236 | 2024-02-07T22:59:03.308Z | postgresql system 13 system |
237 | 2024-02-07T22:59:03.308Z | python vendor 3 vendor |
238 | 2024-02-07T22:59:03.309Z | python system 2 system |
239 | 2024-02-07T22:59:03.309Z | python3 system 3.11 system |
240 | 2024-02-07T22:59:03.309Z | ruby system 3.0 system |
241 | 2024-02-07T22:59:03.309Z | words vendor vendor american-english |
242 | 2024-02-07T22:59:03.309Z | words system system australian-english |
243 | 2024-02-07T22:59:03.309Z | words system system british-english |
244 | 2024-02-07T22:59:03.309Z | words system system canadian-english |
245 | 2024-02-07T22:59:03.309Z | words system system french |
246 | 2024-02-07T22:59:03.309Z | words system system italian |
247 | 2024-02-07T22:59:03.309Z | words system system ngerman |
248 | 2024-02-07T22:59:03.310Z | words system system ogerman |
249 | 2024-02-07T22:59:03.310Z | words system system spanish |
250 | 2024-02-07T22:59:03.343Z | FMRI IFO |
251 | 2024-02-07T22:59:03.344Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
252 | 2024-02-07T22:59:03.344Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
253 | 2024-02-07T22:59:03.344Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
254 | 2024-02-07T22:59:03.344Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
255 | 2024-02-07T22:59:03.344Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
256 | 2024-02-07T22:59:03.344Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
257 | 2024-02-07T22:59:03.344Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
258 | 2024-02-07T22:59:03.344Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
259 | 2024-02-07T22:59:03.344Z | + set -o errexit |
260 | 2024-02-07T22:59:03.344Z | +++ dirname ./tools/ci_download_cockroachdb |
261 | 2024-02-07T22:59:03.344Z | ++ cd ./tools |
262 | 2024-02-07T22:59:03.344Z | ++ pwd |
263 | 2024-02-07T22:59:03.344Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
264 | 2024-02-07T22:59:03.345Z | ++ basename ./tools/ci_download_cockroachdb |
265 | 2024-02-07T22:59:03.345Z | + ARG0=ci_download_cockroachdb |
266 | 2024-02-07T22:59:03.345Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
267 | 2024-02-07T22:59:03.345Z | + CIDL_VERSION=v22.1.9 |
268 | 2024-02-07T22:59:03.345Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
269 | 2024-02-07T22:59:03.345Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
270 | 2024-02-07T22:59:03.345Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
271 | 2024-02-07T22:59:03.345Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
272 | 2024-02-07T22:59:03.346Z | + TARGET_DIR=out |
273 | 2024-02-07T22:59:03.346Z | + DOWNLOAD_DIR=out/downloads |
274 | 2024-02-07T22:59:03.346Z | + DEST_DIR=./out/cockroachdb |
275 | 2024-02-07T22:59:03.346Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
276 | 2024-02-07T22:59:03.346Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
277 | 2024-02-07T22:59:03.346Z | + main |
278 | 2024-02-07T22:59:03.346Z | + [[ 0 != 0 ]] |
279 | 2024-02-07T22:59:03.346Z | + CIDL_OS=solaris2.11 |
280 | 2024-02-07T22:59:03.347Z | + [[ 0 != 0 ]] |
281 | 2024-02-07T22:59:03.347Z | + configure_os solaris2.11 |
282 | 2024-02-07T22:59:03.347Z | + echo 'current directory: /work/oxidecomputer/omicron' |
283 | 2024-02-07T22:59:03.347Z | current directory: /work/oxidecomputer/omicron |
284 | 2024-02-07T22:59:03.348Z | + echo 'configuring based on OS: "solaris2.11"' |
285 | 2024-02-07T22:59:03.348Z | + case "$1" in |
286 | 2024-02-07T22:59:03.348Z | configuring based on OS: "solaris2.11" |
287 | 2024-02-07T22:59:03.348Z | + CIDL_BUILD=illumos |
288 | 2024-02-07T22:59:03.349Z | + CIDL_SUFFIX=tar.gz |
289 | 2024-02-07T22:59:03.349Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
290 | 2024-02-07T22:59:03.349Z | + CIDL_MD5FUNC=do_md5sum |
291 | 2024-02-07T22:59:03.349Z | + CIDL_URL_BASE=https://illumos.org/downloads |
292 | 2024-02-07T22:59:03.349Z | + CIDL_ASSEMBLE=do_assemble_illumos |
293 | 2024-02-07T22:59:03.350Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
294 | 2024-02-07T22:59:03.350Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-07T22:59:03.350Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-07T22:59:03.350Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
297 | 2024-02-07T22:59:03.350Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-07T22:59:03.351Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
299 | 2024-02-07T22:59:03.351Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-07T22:59:03.351Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
301 | 2024-02-07T22:59:03.351Z | + mkdir -p out/downloads |
302 | 2024-02-07T22:59:03.352Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-02-07T22:59:03.352Z | + mkdir -p ./out/cockroachdb |
304 | 2024-02-07T22:59:03.352Z | + local DO_DOWNLOAD=true |
305 | 2024-02-07T22:59:03.352Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
306 | 2024-02-07T22:59:03.353Z | + '[' true == true ']' |
307 | 2024-02-07T22:59:03.353Z | + echo Downloading... |
308 | 2024-02-07T22:59:03.353Z | Downloading... |
309 | 2024-02-07T22:59:03.353Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-02-07T22:59:03.354Z | + 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 |
311 | 2024-02-07T22:59:06.397Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-02-07T22:59:06.401Z | ++ md5sum |
313 | 2024-02-07T22:59:06.401Z | ++ awk '{print $1}' |
314 | 2024-02-07T22:59:06.520Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
315 | 2024-02-07T22:59:06.525Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
316 | 2024-02-07T22:59:06.525Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-02-07T22:59:06.525Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
318 | 2024-02-07T22:59:08.714Z | + do_assemble_illumos |
319 | 2024-02-07T22:59:08.714Z | + rm -r ./out/cockroachdb |
320 | 2024-02-07T22:59:08.724Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
321 | 2024-02-07T22:59:09.083Z | + ./out/cockroachdb/bin/cockroach version |
322 | 2024-02-07T22:59:09.248Z | Build Tag: v22.1.9-dirty |
323 | 2024-02-07T22:59:09.248Z | Build Time: 2022/10/26 21:17:46 |
324 | 2024-02-07T22:59:09.248Z | Distribution: OSS |
325 | 2024-02-07T22:59:09.248Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
326 | 2024-02-07T22:59:09.248Z | Go Version: go1.17.13 |
327 | 2024-02-07T22:59:09.248Z | C Compiler: gcc 10.3.0 |
328 | 2024-02-07T22:59:09.249Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
329 | 2024-02-07T22:59:09.249Z | Build Type: release |
330 | 2024-02-07T22:59:09.263Z | + set -o errexit |
331 | 2024-02-07T22:59:09.266Z | +++ dirname ./tools/ci_download_clickhouse |
332 | 2024-02-07T22:59:09.269Z | ++ cd ./tools |
333 | 2024-02-07T22:59:09.269Z | ++ pwd |
334 | 2024-02-07T22:59:09.270Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
335 | 2024-02-07T22:59:09.270Z | ++ basename ./tools/ci_download_clickhouse |
336 | 2024-02-07T22:59:09.273Z | + ARG0=ci_download_clickhouse |
337 | 2024-02-07T22:59:09.273Z | + TARGET_DIR=out |
338 | 2024-02-07T22:59:09.274Z | + DOWNLOAD_DIR=out/downloads |
339 | 2024-02-07T22:59:09.274Z | + DEST_DIR=./out/clickhouse |
340 | 2024-02-07T22:59:09.274Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
341 | 2024-02-07T22:59:09.274Z | + CIDL_VERSION=v22.8.9.24 |
342 | 2024-02-07T22:59:09.274Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
343 | 2024-02-07T22:59:09.274Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
344 | 2024-02-07T22:59:09.274Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
345 | 2024-02-07T22:59:09.274Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
346 | 2024-02-07T22:59:09.274Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
347 | 2024-02-07T22:59:09.274Z | + main |
348 | 2024-02-07T22:59:09.274Z | + [[ 0 != 0 ]] |
349 | 2024-02-07T22:59:09.274Z | + CIDL_OS=solaris2.11 |
350 | 2024-02-07T22:59:09.274Z | + [[ 0 != 0 ]] |
351 | 2024-02-07T22:59:09.274Z | + configure_os solaris2.11 |
352 | 2024-02-07T22:59:09.275Z | + echo 'current directory: /work/oxidecomputer/omicron' |
353 | 2024-02-07T22:59:09.275Z | current directory: /work/oxidecomputer/omicron |
354 | 2024-02-07T22:59:09.275Z | + echo 'configuring based on OS: "solaris2.11"' |
355 | 2024-02-07T22:59:09.275Z | + CIDL_DASHREV= |
356 | 2024-02-07T22:59:09.275Z | + case "$1" in |
357 | 2024-02-07T22:59:09.275Z | configuring based on OS: "solaris2.11" |
358 | 2024-02-07T22:59:09.275Z | + CIDL_PLATFORM=illumos |
359 | 2024-02-07T22:59:09.275Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2024-02-07T22:59:09.275Z | + CIDL_MD5FUNC=do_md5sum |
361 | 2024-02-07T22:59:09.275Z | + CIDL_DASHREV=-1 |
362 | 2024-02-07T22:59:09.275Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
363 | 2024-02-07T22:59:09.275Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-02-07T22:59:09.275Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-02-07T22:59:09.275Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-07T22:59:09.275Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2024-02-07T22:59:09.275Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-02-07T22:59:09.275Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
369 | 2024-02-07T22:59:09.276Z | + mkdir -p out/downloads |
370 | 2024-02-07T22:59:09.276Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-02-07T22:59:09.279Z | + mkdir -p ./out/clickhouse |
372 | 2024-02-07T22:59:09.279Z | + local DO_DOWNLOAD=true |
373 | 2024-02-07T22:59:09.279Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
374 | 2024-02-07T22:59:09.279Z | + '[' true == true ']' |
375 | 2024-02-07T22:59:09.279Z | + echo Downloading... |
376 | 2024-02-07T22:59:09.280Z | Downloading... |
377 | 2024-02-07T22:59:09.280Z | + 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 |
378 | 2024-02-07T22:59:09.280Z | + 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 |
379 | 2024-02-07T22:59:10.849Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
380 | 2024-02-07T22:59:10.853Z | ++ md5sum |
381 | 2024-02-07T22:59:10.853Z | ++ awk '{print $1}' |
382 | 2024-02-07T22:59:11.423Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
383 | 2024-02-07T22:59:11.423Z | + [[ 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 ]] |
384 | 2024-02-07T22:59:11.427Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
385 | 2024-02-07T22:59:11.427Z | + mkdir -p ./out/clickhouse |
386 | 2024-02-07T22:59:11.427Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
387 | 2024-02-07T22:59:14.133Z | + ./out/clickhouse/clickhouse server --version |
388 | 2024-02-07T22:59:14.159Z | ClickHouse server version 22.8.9.1. |
389 | 2024-02-07T22:59:14.177Z | + set -o errexit |
390 | 2024-02-07T22:59:14.192Z | +++ dirname ./tools/ci_download_console |
391 | 2024-02-07T22:59:14.192Z | ++ cd ./tools |
392 | 2024-02-07T22:59:14.193Z | ++ pwd |
393 | 2024-02-07T22:59:14.193Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2024-02-07T22:59:14.193Z | ++ basename ./tools/ci_download_console |
395 | 2024-02-07T22:59:14.193Z | + ARG0=ci_download_console |
396 | 2024-02-07T22:59:14.194Z | + TARGET_DIR=out |
397 | 2024-02-07T22:59:14.194Z | + DOWNLOAD_DIR=out/downloads |
398 | 2024-02-07T22:59:14.194Z | + DEST_DIR=./out/console-assets |
399 | 2024-02-07T22:59:14.194Z | + source /work/oxidecomputer/omicron/tools/console_version |
400 | 2024-02-07T22:59:14.195Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
401 | 2024-02-07T22:59:14.195Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
402 | 2024-02-07T22:59:14.195Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
403 | 2024-02-07T22:59:14.195Z | + TARBALL_FILE=out/downloads/console.tar.gz |
404 | 2024-02-07T22:59:14.195Z | + main |
405 | 2024-02-07T22:59:14.195Z | + [[ 0 != 0 ]] |
406 | 2024-02-07T22:59:14.196Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
407 | 2024-02-07T22:59:14.196Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
408 | 2024-02-07T22:59:14.196Z | + echo 'Local file: out/downloads/console.tar.gz' |
409 | 2024-02-07T22:59:14.196Z | Local file: out/downloads/console.tar.gz |
410 | 2024-02-07T22:59:14.196Z | + local DO_DOWNLOAD=true |
411 | 2024-02-07T22:59:14.196Z | + [[ -f out/downloads/console.tar.gz ]] |
412 | 2024-02-07T22:59:14.196Z | + mkdir -p out/downloads |
413 | 2024-02-07T22:59:14.196Z | + '[' true == true ']' |
414 | 2024-02-07T22:59:14.197Z | + echo Downloading... |
415 | 2024-02-07T22:59:14.197Z | Downloading... |
416 | 2024-02-07T22:59:14.197Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
417 | 2024-02-07T22:59:14.197Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
418 | 2024-02-07T22:59:14.876Z | ++ do_sha256sum out/downloads/console.tar.gz |
419 | 2024-02-07T22:59:14.882Z | ++ case "$OSTYPE" in |
420 | 2024-02-07T22:59:14.883Z | ++ SHA=sha256sum |
421 | 2024-02-07T22:59:14.883Z | ++ sha256sum |
422 | 2024-02-07T22:59:14.883Z | ++ awk '{print $1}' |
423 | 2024-02-07T22:59:14.910Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
424 | 2024-02-07T22:59:14.914Z | + [[ 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 ]] |
425 | 2024-02-07T22:59:14.914Z | + rm -rf ./out/console-assets |
426 | 2024-02-07T22:59:14.914Z | + mkdir -p ./out/console-assets |
427 | 2024-02-07T22:59:14.914Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
428 | 2024-02-07T22:59:14.914Z | + mkdir -p ./out/console-assets |
429 | 2024-02-07T22:59:14.917Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
430 | 2024-02-07T22:59:15.007Z | + set -o errexit |
431 | 2024-02-07T22:59:15.010Z | +++ dirname ./tools/ci_download_maghemite_openapi |
432 | 2024-02-07T22:59:15.027Z | ++ cd ./tools |
433 | 2024-02-07T22:59:15.027Z | ++ pwd |
434 | 2024-02-07T22:59:15.027Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
435 | 2024-02-07T22:59:15.027Z | ++ basename ./tools/ci_download_maghemite_openapi |
436 | 2024-02-07T22:59:15.032Z | + ARG0=ci_download_maghemite_openapi |
437 | 2024-02-07T22:59:15.032Z | + TARGET_DIR=out |
438 | 2024-02-07T22:59:15.032Z | + DOWNLOAD_DIR=out/downloads |
439 | 2024-02-07T22:59:15.032Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
440 | 2024-02-07T22:59:15.032Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
441 | 2024-02-07T22:59:15.032Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
442 | 2024-02-07T22:59:15.032Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
443 | 2024-02-07T22:59:15.032Z | + LOCAL_FILE=out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
444 | 2024-02-07T22:59:15.032Z | + main |
445 | 2024-02-07T22:59:15.032Z | + [[ 0 != 0 ]] |
446 | 2024-02-07T22:59:15.032Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json' |
447 | 2024-02-07T22:59:15.032Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
448 | 2024-02-07T22:59:15.032Z | + echo 'Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json' |
449 | 2024-02-07T22:59:15.032Z | Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
450 | 2024-02-07T22:59:15.033Z | + local DO_DOWNLOAD=true |
451 | 2024-02-07T22:59:15.033Z | + [[ -f out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]] |
452 | 2024-02-07T22:59:15.033Z | + mkdir -p out/downloads |
453 | 2024-02-07T22:59:15.033Z | + '[' true == true ']' |
454 | 2024-02-07T22:59:15.033Z | + echo Downloading... |
455 | 2024-02-07T22:59:15.033Z | Downloading... |
456 | 2024-02-07T22:59:15.033Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
457 | 2024-02-07T22:59:15.033Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
458 | 2024-02-07T22:59:15.861Z | ++ do_sha256sum out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
459 | 2024-02-07T22:59:15.861Z | ++ case "$OSTYPE" in |
460 | 2024-02-07T22:59:15.880Z | ++ SHA=sha256sum |
461 | 2024-02-07T22:59:15.880Z | ++ sha256sum |
462 | 2024-02-07T22:59:15.880Z | ++ awk '{print $1}' |
463 | 2024-02-07T22:59:15.880Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
464 | 2024-02-07T22:59:15.881Z | + [[ 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 ]] |
465 | 2024-02-07T22:59:15.881Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
466 | 2024-02-07T22:59:15.881Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
467 | 2024-02-07T22:59:15.882Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
468 | 2024-02-07T22:59:15.882Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
469 | 2024-02-07T22:59:15.882Z | + LOCAL_FILE=out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
470 | 2024-02-07T22:59:15.883Z | + main |
471 | 2024-02-07T22:59:15.883Z | + [[ 0 != 0 ]] |
472 | 2024-02-07T22:59:15.883Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json' |
473 | 2024-02-07T22:59:15.883Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
474 | 2024-02-07T22:59:15.883Z | Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
475 | 2024-02-07T22:59:15.884Z | + echo 'Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json' |
476 | 2024-02-07T22:59:15.884Z | + local DO_DOWNLOAD=true |
477 | 2024-02-07T22:59:15.884Z | + [[ -f out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]] |
478 | 2024-02-07T22:59:15.884Z | + mkdir -p out/downloads |
479 | 2024-02-07T22:59:15.885Z | + '[' true == true ']' |
480 | 2024-02-07T22:59:15.885Z | + echo Downloading... |
481 | 2024-02-07T22:59:15.885Z | Downloading... |
482 | 2024-02-07T22:59:15.885Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
483 | 2024-02-07T22:59:15.885Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
484 | 2024-02-07T22:59:16.025Z | ++ do_sha256sum out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
485 | 2024-02-07T22:59:16.043Z | ++ case "$OSTYPE" in |
486 | 2024-02-07T22:59:16.043Z | ++ SHA=sha256sum |
487 | 2024-02-07T22:59:16.043Z | ++ sha256sum |
488 | 2024-02-07T22:59:16.043Z | ++ awk '{print $1}' |
489 | 2024-02-07T22:59:16.044Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
490 | 2024-02-07T22:59:16.044Z | + [[ 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 ]] |
491 | 2024-02-07T22:59:16.065Z | + set -o errexit |
492 | 2024-02-07T22:59:16.065Z | +++ dirname ./tools/ci_download_dendrite_openapi |
493 | 2024-02-07T22:59:16.065Z | ++ cd ./tools |
494 | 2024-02-07T22:59:16.066Z | ++ pwd |
495 | 2024-02-07T22:59:16.066Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
496 | 2024-02-07T22:59:16.066Z | ++ basename ./tools/ci_download_dendrite_openapi |
497 | 2024-02-07T22:59:16.066Z | + ARG0=ci_download_dendrite_openapi |
498 | 2024-02-07T22:59:16.067Z | + TARGET_DIR=out |
499 | 2024-02-07T22:59:16.067Z | + DOWNLOAD_DIR=out/downloads |
500 | 2024-02-07T22:59:16.068Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
501 | 2024-02-07T22:59:16.068Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
502 | 2024-02-07T22:59:16.069Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
503 | 2024-02-07T22:59:16.069Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
504 | 2024-02-07T22:59:16.069Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
505 | 2024-02-07T22:59:16.069Z | + main |
506 | 2024-02-07T22:59:16.070Z | + [[ 0 != 0 ]] |
507 | 2024-02-07T22:59:16.070Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
508 | 2024-02-07T22:59:16.070Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
509 | 2024-02-07T22:59:16.071Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
510 | 2024-02-07T22:59:16.071Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
511 | 2024-02-07T22:59:16.071Z | + local DO_DOWNLOAD=true |
512 | 2024-02-07T22:59:16.071Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
513 | 2024-02-07T22:59:16.072Z | + mkdir -p out/downloads |
514 | 2024-02-07T22:59:16.072Z | + '[' true == true ']' |
515 | 2024-02-07T22:59:16.072Z | + echo Downloading... |
516 | 2024-02-07T22:59:16.072Z | Downloading... |
517 | 2024-02-07T22:59:16.073Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
518 | 2024-02-07T22:59:16.073Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
519 | 2024-02-07T22:59:16.279Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
520 | 2024-02-07T22:59:16.279Z | ++ case "$OSTYPE" in |
521 | 2024-02-07T22:59:16.279Z | ++ SHA=sha256sum |
522 | 2024-02-07T22:59:16.729Z | ++ sha256sum |
523 | 2024-02-07T22:59:16.730Z | ++ awk '{print $1}' |
524 | 2024-02-07T22:59:16.730Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
525 | 2024-02-07T22:59:16.730Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
526 | 2024-02-07T22:59:16.731Z | + set -o errexit |
527 | 2024-02-07T22:59:16.731Z | +++ dirname ./tools/ci_download_dendrite_stub |
528 | 2024-02-07T22:59:16.731Z | ++ cd ./tools |
529 | 2024-02-07T22:59:16.731Z | ++ pwd |
530 | 2024-02-07T22:59:16.731Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
531 | 2024-02-07T22:59:16.732Z | ++ basename ./tools/ci_download_dendrite_stub |
532 | 2024-02-07T22:59:16.732Z | + ARG0=ci_download_dendrite_stub |
533 | 2024-02-07T22:59:16.732Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
534 | 2024-02-07T22:59:16.733Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
535 | 2024-02-07T22:59:16.733Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
536 | 2024-02-07T22:59:16.733Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
537 | 2024-02-07T22:59:16.733Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
538 | 2024-02-07T22:59:16.733Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
539 | 2024-02-07T22:59:16.733Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
540 | 2024-02-07T22:59:16.734Z | + TARGET_DIR=out |
541 | 2024-02-07T22:59:16.734Z | + DOWNLOAD_DIR=out/downloads |
542 | 2024-02-07T22:59:16.734Z | + DEST_DIR=./out/dendrite-stub |
543 | 2024-02-07T22:59:16.734Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
544 | 2024-02-07T22:59:16.734Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
545 | 2024-02-07T22:59:16.734Z | + REPO=oxidecomputer/dendrite |
546 | 2024-02-07T22:59:16.735Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
547 | 2024-02-07T22:59:16.735Z | + main |
548 | 2024-02-07T22:59:16.735Z | + [[ 0 != 0 ]] |
549 | 2024-02-07T22:59:16.735Z | + CIDL_OS=solaris2.11 |
550 | 2024-02-07T22:59:16.736Z | + [[ 0 != 0 ]] |
551 | 2024-02-07T22:59:16.736Z | + configure_os solaris2.11 |
552 | 2024-02-07T22:59:16.736Z | + echo 'current directory: /work/oxidecomputer/omicron' |
553 | 2024-02-07T22:59:16.736Z | current directory: /work/oxidecomputer/omicron |
554 | 2024-02-07T22:59:16.736Z | + echo 'configuring based on OS: "solaris2.11"' |
555 | 2024-02-07T22:59:16.736Z | + case "$1" in |
556 | 2024-02-07T22:59:16.736Z | configuring based on OS: "solaris2.11" |
557 | 2024-02-07T22:59:16.737Z | + SET_BINARIES= |
558 | 2024-02-07T22:59:16.737Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
559 | 2024-02-07T22:59:16.737Z | + CIDL_SHA256FUNC=do_sha256sum |
560 | 2024-02-07T22:59:16.737Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
561 | 2024-02-07T22:59:16.737Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
562 | 2024-02-07T22:59:16.737Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-07T22:59:16.737Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
564 | 2024-02-07T22:59:16.738Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
565 | 2024-02-07T22:59:16.738Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
566 | 2024-02-07T22:59:16.738Z | + mkdir -p out/downloads |
567 | 2024-02-07T22:59:16.738Z | Local file: out/downloads/dendrite-stub.tar.gz |
568 | 2024-02-07T22:59:16.747Z | + mkdir -p ./out/dendrite-stub |
569 | 2024-02-07T22:59:16.747Z | + fetch_and_verify |
570 | 2024-02-07T22:59:16.747Z | + local DO_DOWNLOAD=true |
571 | 2024-02-07T22:59:16.747Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
572 | 2024-02-07T22:59:16.748Z | + '[' true == true ']' |
573 | 2024-02-07T22:59:16.748Z | + echo Downloading... |
574 | 2024-02-07T22:59:16.748Z | Downloading... |
575 | 2024-02-07T22:59:16.748Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
576 | 2024-02-07T22:59:16.748Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
577 | 2024-02-07T22:59:29.807Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
578 | 2024-02-07T22:59:29.821Z | ++ sha256sum |
579 | 2024-02-07T22:59:29.822Z | ++ awk '{print $1}' |
580 | 2024-02-07T22:59:29.831Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
581 | 2024-02-07T22:59:29.831Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
582 | 2024-02-07T22:59:29.831Z | + do_untar out/downloads/dendrite-stub.tar.gz |
583 | 2024-02-07T22:59:29.831Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
584 | 2024-02-07T22:59:34.600Z | + do_assemble |
585 | 2024-02-07T22:59:34.601Z | + rm -r ./out/dendrite-stub |
586 | 2024-02-07T22:59:34.734Z | + mkdir ./out/dendrite-stub |
587 | 2024-02-07T22:59:34.735Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
588 | 2024-02-07T22:59:34.735Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
589 | 2024-02-07T22:59:34.735Z | + set -o errexit |
590 | 2024-02-07T22:59:34.735Z | +++ dirname ./tools/ci_download_maghemite_mgd |
591 | 2024-02-07T22:59:34.735Z | ++ cd ./tools |
592 | 2024-02-07T22:59:34.735Z | ++ pwd |
593 | 2024-02-07T22:59:34.735Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
594 | 2024-02-07T22:59:34.735Z | ++ basename ./tools/ci_download_maghemite_mgd |
595 | 2024-02-07T22:59:34.736Z | + ARG0=ci_download_maghemite_mgd |
596 | 2024-02-07T22:59:34.736Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
597 | 2024-02-07T22:59:34.736Z | ++ CIDL_SHA256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa |
598 | 2024-02-07T22:59:34.736Z | ++ MGD_LINUX_SHA256=2d8f090161cbabddafa677954a3e6a69eff77ad9a73c686452884528260f0616 |
599 | 2024-02-07T22:59:34.736Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
600 | 2024-02-07T22:59:34.736Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
601 | 2024-02-07T22:59:34.736Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
602 | 2024-02-07T22:59:34.736Z | + TARGET_DIR=out |
603 | 2024-02-07T22:59:34.736Z | + DOWNLOAD_DIR=out/downloads |
604 | 2024-02-07T22:59:34.736Z | + DEST_DIR=./out/mgd |
605 | 2024-02-07T22:59:34.737Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
606 | 2024-02-07T22:59:34.737Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
607 | 2024-02-07T22:59:34.737Z | + REPO=oxidecomputer/maghemite |
608 | 2024-02-07T22:59:34.737Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
609 | 2024-02-07T22:59:34.737Z | + main |
610 | 2024-02-07T22:59:34.737Z | + [[ 0 != 0 ]] |
611 | 2024-02-07T22:59:34.737Z | + CIDL_OS=solaris2.11 |
612 | 2024-02-07T22:59:34.737Z | + [[ 0 != 0 ]] |
613 | 2024-02-07T22:59:34.737Z | + configure_os solaris2.11 |
614 | 2024-02-07T22:59:34.737Z | + echo 'current directory: /work/oxidecomputer/omicron' |
615 | 2024-02-07T22:59:34.738Z | current directory: /work/oxidecomputer/omicron |
616 | 2024-02-07T22:59:34.738Z | + echo 'configuring based on OS: "solaris2.11"' |
617 | 2024-02-07T22:59:34.738Z | + case "$1" in |
618 | 2024-02-07T22:59:34.738Z | + SET_BINARIES= |
619 | 2024-02-07T22:59:34.738Z | configuring based on OS: "solaris2.11" |
620 | 2024-02-07T22:59:34.738Z | + CIDL_SHA256FUNC=do_sha256sum |
621 | 2024-02-07T22:59:34.738Z | + TARBALL_FILENAME=mgd.tar.gz |
622 | 2024-02-07T22:59:34.738Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
623 | 2024-02-07T22:59:34.738Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
624 | 2024-02-07T22:59:34.738Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz' |
625 | 2024-02-07T22:59:34.739Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
626 | 2024-02-07T22:59:34.739Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
627 | 2024-02-07T22:59:34.739Z | Local file: out/downloads/mgd.tar.gz |
628 | 2024-02-07T22:59:34.739Z | + mkdir -p out/downloads |
629 | 2024-02-07T22:59:34.739Z | + mkdir -p ./out/mgd |
630 | 2024-02-07T22:59:34.739Z | + fetch_and_verify |
631 | 2024-02-07T22:59:34.739Z | + local DO_DOWNLOAD=true |
632 | 2024-02-07T22:59:34.739Z | + [[ -f out/downloads/mgd.tar.gz ]] |
633 | 2024-02-07T22:59:34.740Z | + '[' true == true ']' |
634 | 2024-02-07T22:59:34.740Z | + echo Downloading... |
635 | 2024-02-07T22:59:34.740Z | Downloading... |
636 | 2024-02-07T22:59:34.740Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz out/downloads/mgd.tar.gz |
637 | 2024-02-07T22:59:34.740Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
638 | 2024-02-07T22:59:46.990Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
639 | 2024-02-07T22:59:46.993Z | ++ sha256sum |
640 | 2024-02-07T22:59:46.993Z | ++ awk '{print $1}' |
641 | 2024-02-07T22:59:47.010Z | + calculated_sha256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa |
642 | 2024-02-07T22:59:47.013Z | + [[ 92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa != \9\2\e\9\6\9\8\4\6\6\3\d\2\d\5\7\d\0\1\c\2\0\0\6\8\5\a\4\7\d\9\9\8\a\1\f\d\7\5\e\a\8\9\7\7\7\e\7\9\c\0\0\0\9\5\e\b\c\8\d\e\9\a\a ]] |
643 | 2024-02-07T22:59:47.014Z | + do_untar out/downloads/mgd.tar.gz |
644 | 2024-02-07T22:59:47.014Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
645 | 2024-02-07T22:59:47.463Z | + do_assemble |
646 | 2024-02-07T22:59:47.463Z | + rm -r ./out/mgd |
647 | 2024-02-07T22:59:47.471Z | + mkdir ./out/mgd |
648 | 2024-02-07T22:59:47.471Z | + cp -r out/downloads/root ./out/mgd/root |
649 | 2024-02-07T22:59:47.617Z | + set -o errexit |
650 | 2024-02-07T22:59:47.637Z | +++ dirname ./tools/ci_download_transceiver_control |
651 | 2024-02-07T22:59:47.637Z | ++ cd ./tools |
652 | 2024-02-07T22:59:47.637Z | ++ pwd |
653 | 2024-02-07T22:59:47.637Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
654 | 2024-02-07T22:59:47.637Z | ++ basename ./tools/ci_download_transceiver_control |
655 | 2024-02-07T22:59:47.637Z | + ARG0=ci_download_transceiver_control |
656 | 2024-02-07T22:59:47.637Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
657 | 2024-02-07T22:59:47.637Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2024-02-07T22:59:47.637Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-07T22:59:47.637Z | + TARGET_DIR=out |
660 | 2024-02-07T22:59:47.638Z | + DOWNLOAD_DIR=out/downloads |
661 | 2024-02-07T22:59:47.638Z | + DEST_DIR=./out/transceiver-control |
662 | 2024-02-07T22:59:47.638Z | + BIN_DIR=/opt/oxide/bin |
663 | 2024-02-07T22:59:47.638Z | + BINARY=xcvradm |
664 | 2024-02-07T22:59:47.638Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
665 | 2024-02-07T22:59:47.638Z | + REPO=oxidecomputer/transceiver-control |
666 | 2024-02-07T22:59:47.638Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
667 | 2024-02-07T22:59:47.638Z | + main |
668 | 2024-02-07T22:59:47.638Z | + [[ 0 != 0 ]] |
669 | 2024-02-07T22:59:47.639Z | + CIDL_OS=solaris2.11 |
670 | 2024-02-07T22:59:47.639Z | + [[ 0 != 0 ]] |
671 | 2024-02-07T22:59:47.639Z | + configure_os solaris2.11 |
672 | 2024-02-07T22:59:47.639Z | + echo 'current directory: /work/oxidecomputer/omicron' |
673 | 2024-02-07T22:59:47.639Z | current directory: /work/oxidecomputer/omicron |
674 | 2024-02-07T22:59:47.639Z | configuring based on OS: "solaris2.11" |
675 | 2024-02-07T22:59:47.639Z | + echo 'configuring based on OS: "solaris2.11"' |
676 | 2024-02-07T22:59:47.639Z | + case "$1" in |
677 | 2024-02-07T22:59:47.639Z | + SET_BINARIES= |
678 | 2024-02-07T22:59:47.640Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2024-02-07T22:59:47.640Z | + CIDL_SHA256FUNC=do_sha256sum |
680 | 2024-02-07T22:59:47.641Z | + ARCHIVE_FILENAME=xcvradm.gz |
681 | 2024-02-07T22:59:47.641Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
682 | 2024-02-07T22:59:47.641Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
683 | 2024-02-07T22:59:47.641Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
684 | 2024-02-07T22:59:47.641Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
685 | 2024-02-07T22:59:47.641Z | Local file: out/downloads/xcvradm.gz |
686 | 2024-02-07T22:59:47.642Z | + echo 'Local file: out/downloads/xcvradm.gz' |
687 | 2024-02-07T22:59:47.642Z | + mkdir -p out/downloads |
688 | 2024-02-07T22:59:47.642Z | + mkdir -p ./out/transceiver-control |
689 | 2024-02-07T22:59:47.642Z | + fetch_and_verify |
690 | 2024-02-07T22:59:47.642Z | + local DO_DOWNLOAD=true |
691 | 2024-02-07T22:59:47.642Z | + [[ -f out/downloads/xcvradm.gz ]] |
692 | 2024-02-07T22:59:47.642Z | + '[' true == true ']' |
693 | 2024-02-07T22:59:47.643Z | + echo Downloading... |
694 | 2024-02-07T22:59:47.643Z | Downloading... |
695 | 2024-02-07T22:59:47.643Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
696 | 2024-02-07T22:59:47.643Z | + 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 |
697 | 2024-02-07T22:59:52.306Z | ++ do_sha256sum out/downloads/xcvradm.gz |
698 | 2024-02-07T22:59:52.309Z | ++ sha256sum |
699 | 2024-02-07T22:59:52.309Z | ++ awk '{print $1}' |
700 | 2024-02-07T22:59:52.314Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
701 | 2024-02-07T22:59:52.317Z | + [[ 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 ]] |
702 | 2024-02-07T22:59:52.317Z | + do_unpack out/downloads/xcvradm.gz |
703 | 2024-02-07T22:59:52.318Z | + mkdir -p out/downloads/root//opt/oxide/bin |
704 | 2024-02-07T22:59:52.318Z | + gzip -dc out/downloads/xcvradm.gz |
705 | 2024-02-07T22:59:52.437Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
706 | 2024-02-07T22:59:52.444Z | + do_assemble |
707 | 2024-02-07T22:59:52.445Z | + rm -r ./out/transceiver-control |
708 | 2024-02-07T22:59:52.445Z | + mkdir ./out/transceiver-control |
709 | 2024-02-07T22:59:52.445Z | + cp -r out/downloads/root ./out/transceiver-control/root |
710 | 2024-02-07T22:59:52.837Z | All builder prerequisites installed successfully, and PATH looks valid |
711 | 2024-02-07T22:59:53.260Z | |
712 | 2024-02-07T22:59:53.260Z | real 1:50.632352829 |
713 | 2024-02-07T22:59:53.260Z | user 33.339347748 |
714 | 2024-02-07T22:59:53.260Z | sys 6.427364779 |
715 | 2024-02-07T22:59:53.260Z | trap 0.009849036 |
716 | 2024-02-07T22:59:53.260Z | tflt 0.241913937 |
717 | 2024-02-07T22:59:53.260Z | dflt 0.471541537 |
718 | 2024-02-07T22:59:53.260Z | kflt 0.175516019 |
719 | 2024-02-07T22:59:53.260Z | lock 1.322128540 |
720 | 2024-02-07T22:59:53.260Z | slp 3:56.279711414 |
721 | 2024-02-07T22:59:53.260Z | lat 1.864115047 |
722 | 2024-02-07T22:59:53.260Z | stop 0.152846367 |
723 | 2024-02-07T22:59:53.260Z | |
724 | 2024-02-07T22:59:53.260Z | #### # # ##### ##### # # |
725 | 2024-02-07T22:59:53.260Z | # # # # # # # # # # |
726 | 2024-02-07T22:59:53.260Z | # # # # # # # # |
727 | 2024-02-07T22:59:53.261Z | # # # ##### ##### # |
728 | 2024-02-07T22:59:53.261Z | # # # # # # # |
729 | 2024-02-07T22:59:53.261Z | #### ###### # # # # |
730 | 2024-02-07T22:59:53.261Z | |
731 | 2024-02-07T22:59:53.264Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
732 | 2024-02-07T22:59:53.370Z | Updating git repository `https://github.com/oxidecomputer/samael` |
733 | 2024-02-07T22:59:53.720Z | Updating crates.io index |
734 | 2024-02-07T22:59:53.731Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
735 | 2024-02-07T22:59:54.472Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
736 | 2024-02-07T22:59:56.195Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
737 | 2024-02-07T22:59:56.787Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
738 | 2024-02-07T22:59:57.307Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
739 | 2024-02-07T22:59:57.596Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
740 | 2024-02-07T22:59:57.883Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
741 | 2024-02-07T22:59:58.837Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
742 | 2024-02-07T23:00:00.938Z | Updating git repository `https://github.com/oxidecomputer/opte` |
743 | 2024-02-07T23:00:02.500Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
744 | 2024-02-07T23:00:02.813Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
745 | 2024-02-07T23:00:03.422Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
746 | 2024-02-07T23:00:03.760Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
747 | 2024-02-07T23:00:04.042Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
748 | 2024-02-07T23:00:04.332Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
749 | 2024-02-07T23:00:04.849Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
750 | 2024-02-07T23:00:05.825Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
751 | 2024-02-07T23:00:06.123Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2024-02-07T23:00:06.634Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
753 | 2024-02-07T23:00:06.992Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
754 | 2024-02-07T23:00:07.313Z | Updating git repository `https://github.com/jgallagher/nix` |
755 | 2024-02-07T23:00:08.302Z | Updating git repository `https://github.com/cbiffle/hubpack` |
756 | 2024-02-07T23:00:08.646Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2024-02-07T23:00:10.248Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
758 | 2024-02-07T23:00:10.408Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
759 | 2024-02-07T23:00:10.705Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
760 | 2024-02-07T23:00:11.931Z | Downloading crates ... |
761 | 2024-02-07T23:00:12.075Z | Downloaded equivalent v1.0.1 |
762 | 2024-02-07T23:00:12.106Z | Downloaded cargo_metadata v0.18.1 |
763 | 2024-02-07T23:00:12.117Z | Downloaded anstyle-query v1.0.0 |
764 | 2024-02-07T23:00:12.117Z | Downloaded colorchoice v1.0.0 |
765 | 2024-02-07T23:00:12.126Z | Downloaded serde v1.0.196 |
766 | 2024-02-07T23:00:12.126Z | Downloaded cargo-platform v0.1.3 |
767 | 2024-02-07T23:00:12.126Z | Downloaded toml_datetime v0.6.5 |
768 | 2024-02-07T23:00:12.127Z | Downloaded serde_spanned v0.6.5 |
769 | 2024-02-07T23:00:12.127Z | Downloaded heck v0.4.1 |
770 | 2024-02-07T23:00:12.128Z | Downloaded terminal_size v0.2.6 |
771 | 2024-02-07T23:00:12.135Z | Downloaded strsim v0.10.0 |
772 | 2024-02-07T23:00:12.135Z | Downloaded anstyle v1.0.2 |
773 | 2024-02-07T23:00:12.135Z | Downloaded thiserror-impl v1.0.56 |
774 | 2024-02-07T23:00:12.135Z | Downloaded errno v0.3.8 |
775 | 2024-02-07T23:00:12.135Z | Downloaded anstream v0.5.0 |
776 | 2024-02-07T23:00:12.136Z | Downloaded clap_lex v0.5.1 |
777 | 2024-02-07T23:00:12.140Z | Downloaded itoa v1.0.9 |
778 | 2024-02-07T23:00:12.140Z | Downloaded anstyle-parse v0.2.1 |
779 | 2024-02-07T23:00:12.140Z | Downloaded bitflags v1.3.2 |
780 | 2024-02-07T23:00:12.148Z | Downloaded utf8parse v0.2.1 |
781 | 2024-02-07T23:00:12.148Z | Downloaded quote v1.0.35 |
782 | 2024-02-07T23:00:12.148Z | Downloaded semver v1.0.21 |
783 | 2024-02-07T23:00:12.155Z | Downloaded clap_derive v4.4.2 |
784 | 2024-02-07T23:00:12.191Z | Downloaded camino v1.1.6 |
785 | 2024-02-07T23:00:12.191Z | Downloaded cargo_toml v0.19.0 |
786 | 2024-02-07T23:00:12.191Z | Downloaded io-lifetimes v1.0.11 |
787 | 2024-02-07T23:00:12.191Z | Downloaded ryu v1.0.15 |
788 | 2024-02-07T23:00:12.191Z | Downloaded thiserror v1.0.56 |
789 | 2024-02-07T23:00:12.191Z | Downloaded unicode-ident v1.0.12 |
790 | 2024-02-07T23:00:12.192Z | Downloaded toml v0.8.9 |
791 | 2024-02-07T23:00:12.192Z | Downloaded anyhow v1.0.75 |
792 | 2024-02-07T23:00:12.192Z | Downloaded clap v4.4.3 |
793 | 2024-02-07T23:00:12.208Z | Downloaded proc-macro2 v1.0.78 |
794 | 2024-02-07T23:00:12.208Z | Downloaded indexmap v2.2.2 |
795 | 2024-02-07T23:00:12.208Z | Downloaded serde_derive v1.0.196 |
796 | 2024-02-07T23:00:12.217Z | Downloaded memchr v2.6.3 |
797 | 2024-02-07T23:00:12.224Z | Downloaded toml_edit v0.21.1 |
798 | 2024-02-07T23:00:12.239Z | Downloaded winnow v0.5.15 |
799 | 2024-02-07T23:00:12.255Z | Downloaded serde_json v1.0.113 |
800 | 2024-02-07T23:00:12.276Z | Downloaded clap_builder v4.4.2 |
801 | 2024-02-07T23:00:12.276Z | Downloaded syn v2.0.48 |
802 | 2024-02-07T23:00:12.276Z | Downloaded hashbrown v0.14.2 |
803 | 2024-02-07T23:00:12.291Z | Downloaded rustix v0.37.23 |
804 | 2024-02-07T23:00:12.307Z | Downloaded libc v0.2.153 |
805 | 2024-02-07T23:00:12.521Z | Compiling proc-macro2 v1.0.78 |
806 | 2024-02-07T23:00:12.521Z | Compiling unicode-ident v1.0.12 |
807 | 2024-02-07T23:00:12.534Z | Compiling serde v1.0.196 |
808 | 2024-02-07T23:00:12.534Z | Compiling libc v0.2.153 |
809 | 2024-02-07T23:00:12.534Z | Compiling io-lifetimes v1.0.11 |
810 | 2024-02-07T23:00:12.534Z | Compiling rustix v0.37.23 |
811 | 2024-02-07T23:00:12.542Z | Compiling bitflags v1.3.2 |
812 | 2024-02-07T23:00:12.547Z | Compiling utf8parse v0.2.1 |
813 | 2024-02-07T23:00:12.712Z | Compiling hashbrown v0.14.2 |
814 | 2024-02-07T23:00:12.734Z | Compiling equivalent v1.0.1 |
815 | 2024-02-07T23:00:12.738Z | Compiling anstyle-parse v0.2.1 |
816 | 2024-02-07T23:00:12.842Z | Compiling thiserror v1.0.56 |
817 | 2024-02-07T23:00:13.059Z | Compiling winnow v0.5.15 |
818 | 2024-02-07T23:00:13.818Z | Compiling indexmap v2.2.2 |
819 | 2024-02-07T23:00:13.946Z | Compiling anstyle-query v1.0.0 |
820 | 2024-02-07T23:00:14.460Z | Compiling camino v1.1.6 |
821 | 2024-02-07T23:00:14.494Z | Compiling anstyle v1.0.2 |
822 | 2024-02-07T23:00:14.494Z | Compiling colorchoice v1.0.0 |
823 | 2024-02-07T23:00:14.494Z | Compiling semver v1.0.21 |
824 | 2024-02-07T23:00:14.495Z | Compiling serde_json v1.0.113 |
825 | 2024-02-07T23:00:14.548Z | Compiling anstream v0.5.0 |
826 | 2024-02-07T23:00:14.750Z | Compiling strsim v0.10.0 |
827 | 2024-02-07T23:00:14.834Z | Compiling itoa v1.0.9 |
828 | 2024-02-07T23:00:14.859Z | Compiling heck v0.4.1 |
829 | 2024-02-07T23:00:14.882Z | Compiling quote v1.0.35 |
830 | 2024-02-07T23:00:15.354Z | Compiling anyhow v1.0.75 |
831 | 2024-02-07T23:00:15.354Z | Compiling syn v2.0.48 |
832 | 2024-02-07T23:00:15.546Z | Compiling errno v0.3.8 |
833 | 2024-02-07T23:00:15.581Z | Compiling ryu v1.0.15 |
834 | 2024-02-07T23:00:15.605Z | Compiling clap_lex v0.5.1 |
835 | 2024-02-07T23:00:16.534Z | Compiling terminal_size v0.2.6 |
836 | 2024-02-07T23:00:16.618Z | Compiling clap_builder v4.4.2 |
837 | 2024-02-07T23:00:20.038Z | Compiling serde_derive v1.0.196 |
838 | 2024-02-07T23:00:20.042Z | Compiling thiserror-impl v1.0.56 |
839 | 2024-02-07T23:00:20.042Z | Compiling clap_derive v4.4.2 |
840 | 2024-02-07T23:00:22.861Z | Compiling clap v4.4.3 |
841 | 2024-02-07T23:00:28.319Z | Compiling toml_datetime v0.6.5 |
842 | 2024-02-07T23:00:28.339Z | Compiling serde_spanned v0.6.5 |
843 | 2024-02-07T23:00:28.339Z | Compiling cargo-platform v0.1.3 |
844 | 2024-02-07T23:00:28.435Z | Compiling toml_edit v0.21.1 |
845 | 2024-02-07T23:00:29.494Z | Compiling cargo_metadata v0.18.1 |
846 | 2024-02-07T23:00:30.337Z | Compiling toml v0.8.9 |
847 | 2024-02-07T23:00:31.018Z | Compiling cargo_toml v0.19.0 |
848 | 2024-02-07T23:00:34.795Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
849 | 2024-02-07T23:00:35.704Z | Finished dev [unoptimized + debuginfo] target(s) in 42.81s |
850 | 2024-02-07T23:00:35.865Z | Running `target/debug/xtask clippy` |
851 | 2024-02-07T23:00:35.897Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
852 | 2024-02-07T23:00:36.730Z | Downloading crates ... |
853 | 2024-02-07T23:00:36.804Z | Downloaded addr2line v0.21.0 |
854 | 2024-02-07T23:00:36.804Z | Downloaded hex v0.4.3 |
855 | 2024-02-07T23:00:36.804Z | Downloaded blake2 v0.10.6 |
856 | 2024-02-07T23:00:36.804Z | Downloaded hex-literal v0.4.1 |
857 | 2024-02-07T23:00:36.804Z | Downloaded home v0.5.5 |
858 | 2024-02-07T23:00:36.805Z | Downloaded blake2b_simd v1.0.1 |
859 | 2024-02-07T23:00:36.805Z | Downloaded csv-core v0.1.11 |
860 | 2024-02-07T23:00:36.805Z | Downloaded byteorder v1.5.0 |
861 | 2024-02-07T23:00:36.805Z | Downloaded block-padding v0.3.3 |
862 | 2024-02-07T23:00:36.805Z | Downloaded bytecount v0.6.3 |
863 | 2024-02-07T23:00:36.805Z | Downloaded hubpack_derive v0.1.1 |
864 | 2024-02-07T23:00:36.805Z | Downloaded http-range v0.1.5 |
865 | 2024-02-07T23:00:36.805Z | Downloaded hmac v0.12.1 |
866 | 2024-02-07T23:00:36.805Z | Downloaded ident_case v1.0.1 |
867 | 2024-02-07T23:00:36.805Z | Downloaded buf-list v1.0.3 |
868 | 2024-02-07T23:00:36.805Z | Downloaded http-body v0.4.5 |
869 | 2024-02-07T23:00:36.805Z | Downloaded http-body v1.0.0 |
870 | 2024-02-07T23:00:36.805Z | Downloaded hubpack v0.1.2 |
871 | 2024-02-07T23:00:36.806Z | Downloaded httpdate v1.0.3 |
872 | 2024-02-07T23:00:36.806Z | Downloaded hostname v0.3.1 |
873 | 2024-02-07T23:00:36.806Z | Downloaded cexpr v0.6.0 |
874 | 2024-02-07T23:00:36.806Z | Downloaded cassowary v0.3.0 |
875 | 2024-02-07T23:00:36.806Z | Downloaded httparse v1.8.0 |
876 | 2024-02-07T23:00:36.806Z | Downloaded camino-tempfile v1.1.1 |
877 | 2024-02-07T23:00:36.806Z | Downloaded ciborium-io v0.2.2 |
878 | 2024-02-07T23:00:36.806Z | Downloaded atomicwrites v0.4.3 |
879 | 2024-02-07T23:00:36.806Z | Downloaded block-buffer v0.10.4 |
880 | 2024-02-07T23:00:36.806Z | Downloaded highway v1.1.0 |
881 | 2024-02-07T23:00:36.806Z | Downloaded iana-time-zone v0.1.57 |
882 | 2024-02-07T23:00:36.806Z | Downloaded cipher v0.4.4 |
883 | 2024-02-07T23:00:36.806Z | Downloaded castaway v0.2.2 |
884 | 2024-02-07T23:00:36.806Z | Downloaded crossbeam v0.8.2 |
885 | 2024-02-07T23:00:36.806Z | Downloaded bytes v1.5.0 |
886 | 2024-02-07T23:00:36.807Z | Downloaded nu-ansi-term v0.49.0 |
887 | 2024-02-07T23:00:36.807Z | Downloaded mime_guess v2.0.4 |
888 | 2024-02-07T23:00:36.807Z | Downloaded hyper-tls v0.5.0 |
889 | 2024-02-07T23:00:36.807Z | Downloaded matches v0.1.10 |
890 | 2024-02-07T23:00:36.807Z | Downloaded schemars_derive v0.8.16 |
891 | 2024-02-07T23:00:36.807Z | Downloaded async-stream-impl v0.3.5 |
892 | 2024-02-07T23:00:36.807Z | Downloaded assert_matches v1.5.0 |
893 | 2024-02-07T23:00:36.807Z | Downloaded bzip2 v0.4.4 |
894 | 2024-02-07T23:00:36.807Z | Downloaded convert_case v0.4.0 |
895 | 2024-02-07T23:00:36.807Z | Downloaded memoffset v0.7.1 |
896 | 2024-02-07T23:00:36.807Z | Downloaded bit-set v0.5.3 |
897 | 2024-02-07T23:00:36.839Z | Downloaded nanorand v0.7.0 |
898 | 2024-02-07T23:00:36.839Z | Downloaded humantime v2.1.0 |
899 | 2024-02-07T23:00:36.839Z | Downloaded crc-catalog v2.2.0 |
900 | 2024-02-07T23:00:36.839Z | Downloaded macaddr v1.0.1 |
901 | 2024-02-07T23:00:36.840Z | Downloaded rstest v0.18.2 |
902 | 2024-02-07T23:00:36.840Z | Downloaded libtest-mimic v0.6.1 |
903 | 2024-02-07T23:00:36.840Z | Downloaded libefi-sys v0.1.0 |
904 | 2024-02-07T23:00:36.840Z | Downloaded new_debug_unreachable v1.0.4 |
905 | 2024-02-07T23:00:36.841Z | Downloaded colored v2.0.4 |
906 | 2024-02-07T23:00:36.841Z | Downloaded criterion-plot v0.5.0 |
907 | 2024-02-07T23:00:36.841Z | Downloaded cancel-safe-futures v0.1.5 |
908 | 2024-02-07T23:00:36.841Z | Downloaded md-5 v0.10.5 |
909 | 2024-02-07T23:00:36.842Z | Downloaded nested v0.1.1 |
910 | 2024-02-07T23:00:36.842Z | Downloaded arrayref v0.3.7 |
911 | 2024-02-07T23:00:36.842Z | Downloaded newline-converter v0.3.0 |
912 | 2024-02-07T23:00:36.842Z | Downloaded approx v0.5.1 |
913 | 2024-02-07T23:00:36.842Z | Downloaded httptest v0.15.5 |
914 | 2024-02-07T23:00:36.842Z | Downloaded keccak v0.1.4 |
915 | 2024-02-07T23:00:36.843Z | Downloaded bit-vec v0.6.3 |
916 | 2024-02-07T23:00:36.843Z | Downloaded scroll_derive v0.12.0 |
917 | 2024-02-07T23:00:36.843Z | Downloaded crunchy v0.2.2 |
918 | 2024-02-07T23:00:36.844Z | Downloaded crucible-workspace-hack v0.1.0 |
919 | 2024-02-07T23:00:36.844Z | Downloaded signal-hook-tokio v0.3.1 |
920 | 2024-02-07T23:00:36.844Z | Downloaded bitfield v0.14.0 |
921 | 2024-02-07T23:00:36.844Z | Downloaded instant v0.1.12 |
922 | 2024-02-07T23:00:36.844Z | Downloaded match_cfg v0.1.0 |
923 | 2024-02-07T23:00:36.868Z | Downloaded lru v0.12.1 |
924 | 2024-02-07T23:00:36.868Z | Downloaded crypto-common v0.1.6 |
925 | 2024-02-07T23:00:36.869Z | Downloaded corncobs v0.1.3 |
926 | 2024-02-07T23:00:36.869Z | Downloaded is-terminal v0.4.9 |
927 | 2024-02-07T23:00:36.869Z | Downloaded signature v1.6.4 |
928 | 2024-02-07T23:00:36.870Z | Downloaded rustversion v1.0.14 |
929 | 2024-02-07T23:00:36.870Z | Downloaded lazycell v1.3.0 |
930 | 2024-02-07T23:00:36.870Z | Downloaded resolv-conf v0.7.0 |
931 | 2024-02-07T23:00:36.871Z | Downloaded http v1.0.0 |
932 | 2024-02-07T23:00:36.871Z | Downloaded memmap v0.7.0 |
933 | 2024-02-07T23:00:36.871Z | Downloaded foreign-types-shared v0.1.1 |
934 | 2024-02-07T23:00:36.871Z | Downloaded slog-scope v4.4.0 |
935 | 2024-02-07T23:00:36.872Z | Downloaded guppy-workspace-hack v0.1.0 |
936 | 2024-02-07T23:00:36.872Z | Downloaded ansi_term v0.12.1 |
937 | 2024-02-07T23:00:36.884Z | Downloaded newtype_derive v0.1.6 |
938 | 2024-02-07T23:00:36.884Z | Downloaded rustc-hash v1.1.0 |
939 | 2024-02-07T23:00:36.884Z | Downloaded crossbeam-queue v0.3.8 |
940 | 2024-02-07T23:00:36.884Z | Downloaded darling_macro v0.20.3 |
941 | 2024-02-07T23:00:36.885Z | Downloaded num-integer v0.1.45 |
942 | 2024-02-07T23:00:36.885Z | Downloaded num-iter v0.1.43 |
943 | 2024-02-07T23:00:36.886Z | Downloaded managed v0.8.0 |
944 | 2024-02-07T23:00:36.886Z | Downloaded headers-core v0.2.0 |
945 | 2024-02-07T23:00:36.886Z | Downloaded strip-ansi-escapes v0.2.0 |
946 | 2024-02-07T23:00:36.886Z | Downloaded spin v0.5.2 |
947 | 2024-02-07T23:00:36.886Z | Downloaded float-cmp v0.9.0 |
948 | 2024-02-07T23:00:36.886Z | Downloaded fixedbitset v0.4.2 |
949 | 2024-02-07T23:00:36.886Z | Downloaded stable_deref_trait v1.2.0 |
950 | 2024-02-07T23:00:36.887Z | Downloaded semver v0.11.0 |
951 | 2024-02-07T23:00:36.887Z | Downloaded multer v3.0.0 |
952 | 2024-02-07T23:00:36.912Z | Downloaded libloading v0.7.4 |
953 | 2024-02-07T23:00:36.912Z | Downloaded pretty-hex v0.2.1 |
954 | 2024-02-07T23:00:36.912Z | Downloaded signal-hook v0.3.17 |
955 | 2024-02-07T23:00:36.913Z | Downloaded fnv v1.0.7 |
956 | 2024-02-07T23:00:36.913Z | Downloaded native-tls v0.2.11 |
957 | 2024-02-07T23:00:36.913Z | Downloaded doc-comment v0.3.3 |
958 | 2024-02-07T23:00:36.913Z | Downloaded pretty-hex v0.4.1 |
959 | 2024-02-07T23:00:36.931Z | Downloaded strum_macros v0.24.3 |
960 | 2024-02-07T23:00:36.932Z | Downloaded olpc-cjson v0.1.3 |
961 | 2024-02-07T23:00:36.932Z | Downloaded subtle v2.5.0 |
962 | 2024-02-07T23:00:36.932Z | Downloaded basic-toml v0.1.8 |
963 | 2024-02-07T23:00:36.933Z | Downloaded endian-type v0.1.2 |
964 | 2024-02-07T23:00:36.934Z | Downloaded rustls-native-certs v0.7.0 |
965 | 2024-02-07T23:00:36.935Z | Downloaded num-complex v0.4.4 |
966 | 2024-02-07T23:00:36.935Z | Downloaded structmeta-derive v0.2.0 |
967 | 2024-02-07T23:00:36.935Z | Downloaded debug-ignore v1.0.5 |
968 | 2024-02-07T23:00:36.956Z | Downloaded parse-display v0.9.0 |
969 | 2024-02-07T23:00:36.956Z | Downloaded textwrap v0.11.0 |
970 | 2024-02-07T23:00:36.956Z | Downloaded peeking_take_while v0.1.2 |
971 | 2024-02-07T23:00:36.957Z | Downloaded hash32 v0.3.1 |
972 | 2024-02-07T23:00:36.958Z | Downloaded pin-project-internal v1.1.3 |
973 | 2024-02-07T23:00:36.958Z | Downloaded parse-display-derive v0.9.0 |
974 | 2024-02-07T23:00:36.958Z | Downloaded synstructure v0.12.6 |
975 | 2024-02-07T23:00:36.958Z | Downloaded crossbeam-utils v0.8.16 |
976 | 2024-02-07T23:00:36.958Z | Downloaded mio v0.8.9 |
977 | 2024-02-07T23:00:36.969Z | Downloaded rustc_version v0.1.7 |
978 | 2024-02-07T23:00:36.970Z | Downloaded rsa v0.9.2 |
979 | 2024-02-07T23:00:36.970Z | Downloaded serde-big-array v0.4.1 |
980 | 2024-02-07T23:00:36.970Z | Downloaded usdt-macro v0.5.0 |
981 | 2024-02-07T23:00:36.970Z | Downloaded sha1 v0.10.6 |
982 | 2024-02-07T23:00:36.970Z | Downloaded heck v0.3.3 |
983 | 2024-02-07T23:00:36.971Z | Downloaded packed_struct_codegen v0.10.1 |
984 | 2024-02-07T23:00:36.971Z | Downloaded cfg-expr v0.15.6 |
985 | 2024-02-07T23:00:36.971Z | Downloaded clang-sys v1.6.1 |
986 | 2024-02-07T23:00:36.981Z | Downloaded tinytemplate v1.2.1 |
987 | 2024-02-07T23:00:36.982Z | Downloaded tui-tree-widget v0.17.0 |
988 | 2024-02-07T23:00:36.982Z | Downloaded structmeta v0.2.0 |
989 | 2024-02-07T23:00:36.982Z | Downloaded signature v2.1.0 |
990 | 2024-02-07T23:00:36.982Z | Downloaded dtrace-parser v0.2.0 |
991 | 2024-02-07T23:00:36.993Z | Downloaded log v0.4.20 |
992 | 2024-02-07T23:00:36.993Z | Downloaded which v4.4.0 |
993 | 2024-02-07T23:00:36.993Z | Downloaded indicatif v0.17.7 |
994 | 2024-02-07T23:00:36.993Z | Downloaded enum-as-inner v0.5.1 |
995 | 2024-02-07T23:00:36.993Z | Downloaded ena v0.14.2 |
996 | 2024-02-07T23:00:36.993Z | Downloaded papergrid v0.11.0 |
997 | 2024-02-07T23:00:37.004Z | Downloaded supports-color v2.1.0 |
998 | 2024-02-07T23:00:37.005Z | Downloaded tar v0.4.40 |
999 | 2024-02-07T23:00:37.005Z | Downloaded rand_core v0.6.4 |
1000 | 2024-02-07T23:00:37.016Z | Downloaded ucd-trie v0.1.6 |
1001 | 2024-02-07T23:00:37.016Z | Downloaded num_enum_derive v0.5.11 |
1002 | 2024-02-07T23:00:37.017Z | Downloaded futures-io v0.3.30 |
1003 | 2024-02-07T23:00:37.017Z | Downloaded yansi v0.5.1 |
1004 | 2024-02-07T23:00:37.017Z | Downloaded pem-rfc7468 v0.7.0 |
1005 | 2024-02-07T23:00:37.017Z | Downloaded path-slash v0.1.5 |
1006 | 2024-02-07T23:00:37.017Z | Downloaded rustc_version v0.4.0 |
1007 | 2024-02-07T23:00:37.024Z | Downloaded glob v0.3.1 |
1008 | 2024-02-07T23:00:37.024Z | Downloaded shlex v1.3.0 |
1009 | 2024-02-07T23:00:37.024Z | Downloaded serde_tokenstream v0.1.7 |
1010 | 2024-02-07T23:00:37.024Z | Downloaded serde_repr v0.1.16 |
1011 | 2024-02-07T23:00:37.037Z | Downloaded dyn-clone v1.0.16 |
1012 | 2024-02-07T23:00:37.048Z | Downloaded thread-id v4.2.0 |
1013 | 2024-02-07T23:00:37.048Z | Downloaded slog-stdlog v4.1.1 |
1014 | 2024-02-07T23:00:37.048Z | Downloaded derive-where v1.2.7 |
1015 | 2024-02-07T23:00:37.049Z | Downloaded fastrand v2.0.1 |
1016 | 2024-02-07T23:00:37.049Z | Downloaded tap v1.0.1 |
1017 | 2024-02-07T23:00:37.049Z | Downloaded slog-dtrace v0.3.0 |
1018 | 2024-02-07T23:00:37.049Z | Downloaded termtree v0.4.1 |
1019 | 2024-02-07T23:00:37.458Z | Downloaded oorandom v11.1.3 |
1020 | 2024-02-07T23:00:37.458Z | Downloaded globset v0.4.13 |
1021 | 2024-02-07T23:00:37.458Z | Downloaded textwrap v0.16.0 |
1022 | 2024-02-07T23:00:37.458Z | Downloaded serde-hex v0.1.0 |
1023 | 2024-02-07T23:00:37.459Z | Downloaded rtoolbox v0.0.1 |
1024 | 2024-02-07T23:00:37.459Z | Downloaded rpassword v7.3.1 |
1025 | 2024-02-07T23:00:37.459Z | Downloaded num-rational v0.4.1 |
1026 | 2024-02-07T23:00:37.459Z | Downloaded env_logger v0.10.0 |
1027 | 2024-02-07T23:00:37.459Z | Downloaded downcast v0.11.0 |
1028 | 2024-02-07T23:00:37.459Z | Downloaded strum v0.26.1 |
1029 | 2024-02-07T23:00:37.460Z | Downloaded target-lexicon v0.12.13 |
1030 | 2024-02-07T23:00:37.460Z | Downloaded smawk v0.3.1 |
1031 | 2024-02-07T23:00:37.460Z | Downloaded slog v2.7.0 |
1032 | 2024-02-07T23:00:37.460Z | Downloaded serde_plain v1.0.2 |
1033 | 2024-02-07T23:00:37.460Z | Downloaded unicode-xid v0.2.4 |
1034 | 2024-02-07T23:00:37.461Z | Downloaded rusty-fork v0.3.0 |
1035 | 2024-02-07T23:00:37.461Z | Downloaded foreign-types-shared v0.3.1 |
1036 | 2024-02-07T23:00:37.461Z | Downloaded darling_core v0.20.3 |
1037 | 2024-02-07T23:00:37.461Z | Downloaded darling_core v0.14.4 |
1038 | 2024-02-07T23:00:37.461Z | Downloaded pathdiff v0.2.1 |
1039 | 2024-02-07T23:00:37.461Z | Downloaded der_derive v0.7.2 |
1040 | 2024-02-07T23:00:37.462Z | Downloaded derive_more v0.99.17 |
1041 | 2024-02-07T23:00:37.462Z | Downloaded vte_generate_state_changes v0.1.1 |
1042 | 2024-02-07T23:00:37.462Z | Downloaded usdt v0.3.5 |
1043 | 2024-02-07T23:00:37.462Z | Downloaded futures-executor v0.3.30 |
1044 | 2024-02-07T23:00:37.463Z | Downloaded universal-hash v0.5.1 |
1045 | 2024-02-07T23:00:37.463Z | Downloaded precomputed-hash v0.1.1 |
1046 | 2024-02-07T23:00:37.463Z | Downloaded tower-layer v0.3.2 |
1047 | 2024-02-07T23:00:37.463Z | Downloaded fxhash v0.2.1 |
1048 | 2024-02-07T23:00:37.464Z | Downloaded smallvec v1.13.1 |
1049 | 2024-02-07T23:00:37.464Z | Downloaded vsss-rs v3.3.4 |
1050 | 2024-02-07T23:00:37.464Z | Downloaded usdt-attr-macro v0.5.0 |
1051 | 2024-02-07T23:00:37.465Z | Downloaded dirs-next v2.0.0 |
1052 | 2024-02-07T23:00:37.465Z | Downloaded usdt-macro v0.3.5 |
1053 | 2024-02-07T23:00:37.465Z | Downloaded usdt-impl v0.5.0 |
1054 | 2024-02-07T23:00:37.465Z | Downloaded smf v0.2.2 |
1055 | 2024-02-07T23:00:37.466Z | Downloaded tokio-rustls v0.24.1 |
1056 | 2024-02-07T23:00:37.466Z | Downloaded plain v0.2.3 |
1057 | 2024-02-07T23:00:37.466Z | Downloaded threadpool v1.8.1 |
1058 | 2024-02-07T23:00:37.466Z | Downloaded prettyplease v0.2.16 |
1059 | 2024-02-07T23:00:37.466Z | Downloaded snafu-derive v0.7.5 |
1060 | 2024-02-07T23:00:37.467Z | Downloaded smallvec v0.6.14 |
1061 | 2024-02-07T23:00:37.467Z | Downloaded num-traits v0.2.16 |
1062 | 2024-02-07T23:00:37.467Z | Downloaded structopt-derive v0.4.18 |
1063 | 2024-02-07T23:00:37.468Z | Downloaded whoami v1.4.1 |
1064 | 2024-02-07T23:00:37.468Z | Downloaded derive_builder v0.12.0 |
1065 | 2024-02-07T23:00:37.468Z | Downloaded hkdf v0.12.4 |
1066 | 2024-02-07T23:00:37.469Z | Downloaded proc-macro-error-attr v1.0.4 |
1067 | 2024-02-07T23:00:37.469Z | Downloaded xattr v1.0.1 |
1068 | 2024-02-07T23:00:37.469Z | Downloaded zone v0.3.0 |
1069 | 2024-02-07T23:00:37.469Z | Downloaded pest_derive v2.7.6 |
1070 | 2024-02-07T23:00:37.469Z | Downloaded num_threads v0.1.6 |
1071 | 2024-02-07T23:00:37.469Z | Downloaded test-strategy v0.3.1 |
1072 | 2024-02-07T23:00:37.469Z | Downloaded number_prefix v0.4.0 |
1073 | 2024-02-07T23:00:37.469Z | Downloaded thiserror-impl-no-std v2.0.2 |
1074 | 2024-02-07T23:00:37.469Z | Downloaded want v0.3.1 |
1075 | 2024-02-07T23:00:37.469Z | Downloaded defmt v0.3.5 |
1076 | 2024-02-07T23:00:37.469Z | Downloaded password-hash v0.5.0 |
1077 | 2024-02-07T23:00:37.469Z | Downloaded futures-core v0.3.30 |
1078 | 2024-02-07T23:00:37.469Z | Downloaded strsim v0.8.0 |
1079 | 2024-02-07T23:00:37.469Z | Downloaded try-lock v0.2.4 |
1080 | 2024-02-07T23:00:37.470Z | Downloaded partial-io v0.5.4 |
1081 | 2024-02-07T23:00:37.470Z | Downloaded digest v0.10.7 |
1082 | 2024-02-07T23:00:37.470Z | Downloaded parking_lot v0.11.2 |
1083 | 2024-02-07T23:00:37.470Z | Downloaded slog-term v2.9.0 |
1084 | 2024-02-07T23:00:37.470Z | Downloaded libm v0.2.7 |
1085 | 2024-02-07T23:00:37.470Z | Downloaded strum_macros v0.25.2 |
1086 | 2024-02-07T23:00:37.470Z | Downloaded siphasher v0.3.11 |
1087 | 2024-02-07T23:00:37.470Z | Downloaded tokio-native-tls v0.3.1 |
1088 | 2024-02-07T23:00:37.470Z | Downloaded derive_builder_core v0.12.0 |
1089 | 2024-02-07T23:00:37.470Z | Downloaded zeroize_derive v1.4.2 |
1090 | 2024-02-07T23:00:37.470Z | Downloaded futures-sink v0.3.30 |
1091 | 2024-02-07T23:00:37.470Z | Downloaded dirs-sys-next v0.1.2 |
1092 | 2024-02-07T23:00:37.470Z | Downloaded same-file v1.0.6 |
1093 | 2024-02-07T23:00:37.470Z | Downloaded zerocopy v0.3.0 |
1094 | 2024-02-07T23:00:37.470Z | Downloaded parking_lot_core v0.9.8 |
1095 | 2024-02-07T23:00:37.470Z | Downloaded percent-encoding v2.3.1 |
1096 | 2024-02-07T23:00:37.471Z | Downloaded ipnetwork v0.20.0 |
1097 | 2024-02-07T23:00:37.471Z | Downloaded dof v0.1.5 |
1098 | 2024-02-07T23:00:37.471Z | Downloaded zerocopy v0.6.4 |
1099 | 2024-02-07T23:00:37.471Z | Downloaded pkcs8 v0.10.2 |
1100 | 2024-02-07T23:00:37.471Z | Downloaded rand_chacha v0.3.1 |
1101 | 2024-02-07T23:00:37.471Z | Downloaded oso-derive v0.27.0 |
1102 | 2024-02-07T23:00:37.471Z | Downloaded sqlparser_derive v0.2.2 |
1103 | 2024-02-07T23:00:37.471Z | Downloaded yasna v0.5.2 |
1104 | 2024-02-07T23:00:37.471Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1105 | 2024-02-07T23:00:37.471Z | Downloaded snafu v0.7.5 |
1106 | 2024-02-07T23:00:37.471Z | Downloaded openssl-probe v0.1.5 |
1107 | 2024-02-07T23:00:37.471Z | Downloaded opaque-debug v0.3.0 |
1108 | 2024-02-07T23:00:37.471Z | Downloaded radium v0.7.0 |
1109 | 2024-02-07T23:00:37.471Z | Downloaded ff v0.13.0 |
1110 | 2024-02-07T23:00:37.471Z | Downloaded serde_tokenstream v0.2.0 |
1111 | 2024-02-07T23:00:37.471Z | Downloaded thread_local v1.1.7 |
1112 | 2024-02-07T23:00:37.472Z | Downloaded embedded-io v0.4.0 |
1113 | 2024-02-07T23:00:37.472Z | Downloaded slog-async v2.8.0 |
1114 | 2024-02-07T23:00:37.472Z | Downloaded usdt v0.5.0 |
1115 | 2024-02-07T23:00:37.472Z | Downloaded nom v7.1.3 |
1116 | 2024-02-07T23:00:37.472Z | Downloaded phf v0.11.2 |
1117 | 2024-02-07T23:00:37.472Z | Downloaded num-bigint-dig v0.8.4 |
1118 | 2024-02-07T23:00:37.472Z | Downloaded foreign-types v0.3.2 |
1119 | 2024-02-07T23:00:37.479Z | Downloaded proc-macro-crate v1.3.1 |
1120 | 2024-02-07T23:00:37.479Z | Downloaded pin-project-lite v0.2.13 |
1121 | 2024-02-07T23:00:37.480Z | Downloaded nodrop v0.1.14 |
1122 | 2024-02-07T23:00:37.480Z | Downloaded serde_derive_internals v0.26.0 |
1123 | 2024-02-07T23:00:37.480Z | Downloaded flagset v0.4.3 |
1124 | 2024-02-07T23:00:37.480Z | Downloaded fragile v2.0.0 |
1125 | 2024-02-07T23:00:37.480Z | Downloaded form_urlencoded v1.2.1 |
1126 | 2024-02-07T23:00:37.480Z | Downloaded hashbrown v0.12.3 |
1127 | 2024-02-07T23:00:37.480Z | Downloaded relative-path v1.9.0 |
1128 | 2024-02-07T23:00:37.481Z | Downloaded poly1305 v0.8.0 |
1129 | 2024-02-07T23:00:37.481Z | Downloaded elliptic-curve v0.13.8 |
1130 | 2024-02-07T23:00:37.481Z | Downloaded zone_cfg_derive v0.3.0 |
1131 | 2024-02-07T23:00:37.481Z | Downloaded toolchain_find v0.2.0 |
1132 | 2024-02-07T23:00:37.481Z | Downloaded utf-8 v0.7.6 |
1133 | 2024-02-07T23:00:37.481Z | Downloaded tokio-macros v2.2.0 |
1134 | 2024-02-07T23:00:37.481Z | Downloaded fallible-iterator v0.2.0 |
1135 | 2024-02-07T23:00:37.481Z | Downloaded ref-cast-impl v1.0.20 |
1136 | 2024-02-07T23:00:37.481Z | Downloaded unicase v2.7.0 |
1137 | 2024-02-07T23:00:37.482Z | Downloaded openssl-macros v0.1.1 |
1138 | 2024-02-07T23:00:37.482Z | Downloaded semver-parser v0.10.2 |
1139 | 2024-02-07T23:00:37.482Z | Downloaded itertools v0.10.5 |
1140 | 2024-02-07T23:00:37.482Z | Downloaded remove_dir_all v0.5.3 |
1141 | 2024-02-07T23:00:37.482Z | Downloaded parking_lot_core v0.8.6 |
1142 | 2024-02-07T23:00:37.482Z | Downloaded pest_generator v2.7.6 |
1143 | 2024-02-07T23:00:37.482Z | Downloaded walkdir v2.4.0 |
1144 | 2024-02-07T23:00:37.483Z | Downloaded waitgroup v0.1.2 |
1145 | 2024-02-07T23:00:37.483Z | Downloaded wait-timeout v0.2.0 |
1146 | 2024-02-07T23:00:37.483Z | Downloaded half v2.3.1 |
1147 | 2024-02-07T23:00:37.483Z | Downloaded plotters-svg v0.3.5 |
1148 | 2024-02-07T23:00:37.483Z | Downloaded dof v0.3.0 |
1149 | 2024-02-07T23:00:37.483Z | Downloaded getopts v0.2.21 |
1150 | 2024-02-07T23:00:37.483Z | Downloaded owo-colors v4.0.0 |
1151 | 2024-02-07T23:00:37.483Z | Downloaded expectorate v1.1.0 |
1152 | 2024-02-07T23:00:37.484Z | Downloaded time-macros v0.2.13 |
1153 | 2024-02-07T23:00:37.484Z | Downloaded crossbeam-deque v0.8.3 |
1154 | 2024-02-07T23:00:37.484Z | Downloaded tabled_derive v0.7.0 |
1155 | 2024-02-07T23:00:37.484Z | Downloaded spki v0.7.2 |
1156 | 2024-02-07T23:00:37.485Z | Downloaded serde_urlencoded v0.7.1 |
1157 | 2024-02-07T23:00:37.485Z | Downloaded rayon-core v1.12.0 |
1158 | 2024-02-07T23:00:37.486Z | Downloaded sha2 v0.10.8 |
1159 | 2024-02-07T23:00:37.486Z | Downloaded dtrace-parser v0.1.14 |
1160 | 2024-02-07T23:00:37.486Z | Downloaded curve25519-dalek-derive v0.1.0 |
1161 | 2024-02-07T23:00:37.486Z | Downloaded foreign-types-macros v0.2.3 |
1162 | 2024-02-07T23:00:37.486Z | Downloaded termios v0.3.3 |
1163 | 2024-02-07T23:00:37.486Z | Downloaded rustls-pki-types v1.1.0 |
1164 | 2024-02-07T23:00:37.487Z | Downloaded hashbrown v0.13.2 |
1165 | 2024-02-07T23:00:37.487Z | Downloaded fd-lock v3.0.13 |
1166 | 2024-02-07T23:00:37.487Z | Downloaded typenum v1.16.0 |
1167 | 2024-02-07T23:00:37.487Z | Downloaded darling_macro v0.14.4 |
1168 | 2024-02-07T23:00:37.487Z | Downloaded usdt-attr-macro v0.3.5 |
1169 | 2024-02-07T23:00:37.488Z | Downloaded take_mut v0.2.2 |
1170 | 2024-02-07T23:00:37.488Z | Downloaded futures-task v0.3.30 |
1171 | 2024-02-07T23:00:37.488Z | Downloaded tokio-rustls v0.25.0 |
1172 | 2024-02-07T23:00:37.488Z | Downloaded vec_map v0.8.2 |
1173 | 2024-02-07T23:00:37.488Z | Downloaded socket2 v0.4.9 |
1174 | 2024-02-07T23:00:37.489Z | Downloaded crossterm v0.27.0 |
1175 | 2024-02-07T23:00:37.489Z | Downloaded structmeta-derive v0.3.0 |
1176 | 2024-02-07T23:00:37.489Z | Downloaded pin-utils v0.1.0 |
1177 | 2024-02-07T23:00:37.489Z | Downloaded string_cache v0.8.7 |
1178 | 2024-02-07T23:00:37.489Z | Downloaded structmeta v0.3.0 |
1179 | 2024-02-07T23:00:37.489Z | Downloaded tiny-keccak v2.0.2 |
1180 | 2024-02-07T23:00:37.489Z | Downloaded untrusted v0.7.1 |
1181 | 2024-02-07T23:00:37.489Z | Downloaded unicode-linebreak v0.1.5 |
1182 | 2024-02-07T23:00:37.490Z | Downloaded sqlformat v0.2.3 |
1183 | 2024-02-07T23:00:37.490Z | Downloaded proc-macro-error v1.0.4 |
1184 | 2024-02-07T23:00:37.490Z | Downloaded stringprep v0.1.3 |
1185 | 2024-02-07T23:00:37.490Z | Downloaded toml v0.7.8 |
1186 | 2024-02-07T23:00:37.490Z | Downloaded reqwest v0.11.22 |
1187 | 2024-02-07T23:00:37.491Z | Downloaded tower-service v0.3.2 |
1188 | 2024-02-07T23:00:37.491Z | Downloaded predicates-tree v1.0.9 |
1189 | 2024-02-07T23:00:37.491Z | Downloaded foreign-types v0.5.0 |
1190 | 2024-02-07T23:00:37.491Z | Downloaded usdt-impl v0.3.5 |
1191 | 2024-02-07T23:00:37.491Z | Downloaded diesel_derives v2.1.2 |
1192 | 2024-02-07T23:00:37.491Z | Downloaded plotters-backend v0.3.5 |
1193 | 2024-02-07T23:00:37.491Z | Downloaded pkg-config v0.3.27 |
1194 | 2024-02-07T23:00:37.492Z | Downloaded unarray v0.1.4 |
1195 | 2024-02-07T23:00:37.492Z | Downloaded mockall v0.12.0 |
1196 | 2024-02-07T23:00:37.492Z | Downloaded thiserror-no-std v2.0.2 |
1197 | 2024-02-07T23:00:37.492Z | Downloaded ppv-lite86 v0.2.17 |
1198 | 2024-02-07T23:00:37.492Z | Downloaded topological-sort v0.2.2 |
1199 | 2024-02-07T23:00:37.492Z | Downloaded fd-lock v4.0.2 |
1200 | 2024-02-07T23:00:37.493Z | Downloaded tinyvec v1.6.0 |
1201 | 2024-02-07T23:00:37.493Z | Downloaded postcard v1.0.8 |
1202 | 2024-02-07T23:00:37.493Z | Downloaded parse-size v1.0.0 |
1203 | 2024-02-07T23:00:37.493Z | Downloaded hash32 v0.2.1 |
1204 | 2024-02-07T23:00:37.493Z | Downloaded signal-hook-mio v0.2.3 |
1205 | 2024-02-07T23:00:37.494Z | Downloaded fs-err v2.11.0 |
1206 | 2024-02-07T23:00:37.494Z | Downloaded predicates-core v1.0.6 |
1207 | 2024-02-07T23:00:37.494Z | Downloaded num_enum v0.5.11 |
1208 | 2024-02-07T23:00:37.494Z | Downloaded termcolor v1.2.0 |
1209 | 2024-02-07T23:00:37.494Z | Downloaded target-spec v3.1.0 |
1210 | 2024-02-07T23:00:37.494Z | Downloaded postgres-types v0.2.6 |
1211 | 2024-02-07T23:00:37.494Z | Downloaded toml v0.5.11 |
1212 | 2024-02-07T23:00:37.494Z | Downloaded generic-array v0.14.7 |
1213 | 2024-02-07T23:00:37.495Z | Downloaded time v0.3.27 |
1214 | 2024-02-07T23:00:37.495Z | Downloaded bstr v0.2.17 |
1215 | 2024-02-07T23:00:37.511Z | Downloaded futures-timer v3.0.2 |
1216 | 2024-02-07T23:00:37.511Z | Downloaded pest_meta v2.7.6 |
1217 | 2024-02-07T23:00:37.511Z | Downloaded rstest_macros v0.18.2 |
1218 | 2024-02-07T23:00:37.512Z | Downloaded omicron-zone-package v0.11.0 |
1219 | 2024-02-07T23:00:37.512Z | Downloaded futures-channel v0.3.30 |
1220 | 2024-02-07T23:00:37.512Z | Downloaded serde_yaml v0.9.25 |
1221 | 2024-02-07T23:00:37.512Z | Downloaded clap v2.34.0 |
1222 | 2024-02-07T23:00:37.522Z | Downloaded tokio-stream v0.1.14 |
1223 | 2024-02-07T23:00:37.523Z | Downloaded rcgen v0.12.1 |
1224 | 2024-02-07T23:00:37.523Z | Downloaded steno v0.4.0 |
1225 | 2024-02-07T23:00:37.529Z | Downloaded plotters v0.3.5 |
1226 | 2024-02-07T23:00:37.529Z | Downloaded trust-dns-resolver v0.22.0 |
1227 | 2024-02-07T23:00:37.545Z | Downloaded tokio-util v0.7.10 |
1228 | 2024-02-07T23:00:38.042Z | Downloaded rustyline v13.0.0 |
1229 | 2024-02-07T23:00:38.042Z | Downloaded heapless v0.7.16 |
1230 | 2024-02-07T23:00:38.042Z | Downloaded flume v0.11.0 |
1231 | 2024-02-07T23:00:38.042Z | Downloaded rustls-webpki v0.102.1 |
1232 | 2024-02-07T23:00:38.085Z | Downloaded ron v0.8.1 |
1233 | 2024-02-07T23:00:38.085Z | Downloaded trust-dns-server v0.22.1 |
1234 | 2024-02-07T23:00:38.086Z | Downloaded tabled v0.15.0 |
1235 | 2024-02-07T23:00:38.086Z | Downloaded tough v0.16.0 |
1236 | 2024-02-07T23:00:38.086Z | Downloaded futures-util v0.3.30 |
1237 | 2024-02-07T23:00:38.087Z | Downloaded sqlparser v0.43.1 |
1238 | 2024-02-07T23:00:38.087Z | Downloaded reedline v0.28.0 |
1239 | 2024-02-07T23:00:38.087Z | Downloaded zerocopy v0.7.32 |
1240 | 2024-02-07T23:00:38.087Z | Downloaded x509-cert v0.2.4 |
1241 | 2024-02-07T23:00:38.087Z | Downloaded polar-core v0.27.0 |
1242 | 2024-02-07T23:00:38.088Z | Downloaded object v0.32.1 |
1243 | 2024-02-07T23:00:38.088Z | Downloaded tower v0.4.13 |
1244 | 2024-02-07T23:00:38.088Z | Downloaded rayon v1.8.0 |
1245 | 2024-02-07T23:00:38.088Z | Downloaded portable-atomic v1.4.3 |
1246 | 2024-02-07T23:00:38.089Z | Downloaded radix_trie v0.2.1 |
1247 | 2024-02-07T23:00:38.089Z | Downloaded webpki-roots v0.25.2 |
1248 | 2024-02-07T23:00:38.089Z | Downloaded rustls v0.21.9 |
1249 | 2024-02-07T23:00:38.089Z | Downloaded syn v1.0.109 |
1250 | 2024-02-07T23:00:38.089Z | Downloaded petgraph v0.6.4 |
1251 | 2024-02-07T23:00:38.089Z | Downloaded curve25519-dalek v4.1.1 |
1252 | 2024-02-07T23:00:38.089Z | Downloaded diesel v2.1.4 |
1253 | 2024-02-07T23:00:38.089Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1254 | 2024-02-07T23:00:38.089Z | Downloaded vcpkg v0.2.15 |
1255 | 2024-02-07T23:00:38.089Z | Downloaded proptest v1.4.0 |
1256 | 2024-02-07T23:00:38.090Z | Downloaded rustls v0.22.2 |
1257 | 2024-02-07T23:00:38.090Z | Downloaded zerocopy-derive v0.6.4 |
1258 | 2024-02-07T23:00:38.090Z | Downloaded regex-syntax v0.8.2 |
1259 | 2024-02-07T23:00:38.090Z | Downloaded openapiv3 v2.0.0 |
1260 | 2024-02-07T23:00:38.090Z | Downloaded trust-dns-proto v0.22.0 |
1261 | 2024-02-07T23:00:38.090Z | Downloaded openssl v0.10.60 |
1262 | 2024-02-07T23:00:38.090Z | Downloaded sha3 v0.10.8 |
1263 | 2024-02-07T23:00:38.090Z | Downloaded gimli v0.28.0 |
1264 | 2024-02-07T23:00:38.090Z | Downloaded ratatui v0.26.0 |
1265 | 2024-02-07T23:00:38.090Z | Downloaded encoding_rs v0.8.33 |
1266 | 2024-02-07T23:00:38.091Z | Downloaded sled v0.34.7 |
1267 | 2024-02-07T23:00:38.091Z | Downloaded smoltcp v0.11.0 |
1268 | 2024-02-07T23:00:38.091Z | Downloaded regex v1.10.3 |
1269 | 2024-02-07T23:00:38.091Z | Downloaded zerocopy-derive v0.2.0 |
1270 | 2024-02-07T23:00:38.091Z | Downloaded regex-automata v0.4.4 |
1271 | 2024-02-07T23:00:38.091Z | Downloaded object v0.30.4 |
1272 | 2024-02-07T23:00:38.091Z | Downloaded rustix v0.38.31 |
1273 | 2024-02-07T23:00:38.103Z | Downloaded regex-automata v0.3.8 |
1274 | 2024-02-07T23:00:38.103Z | Downloaded regex-syntax v0.6.29 |
1275 | 2024-02-07T23:00:38.104Z | Downloaded idna v0.2.3 |
1276 | 2024-02-07T23:00:38.104Z | Downloaded tokio v1.36.0 |
1277 | 2024-02-07T23:00:38.137Z | Downloaded csv v1.3.0 |
1278 | 2024-02-07T23:00:38.149Z | Downloaded nix v0.27.1 |
1279 | 2024-02-07T23:00:38.160Z | Downloaded smoltcp v0.9.1 |
1280 | 2024-02-07T23:00:38.168Z | Downloaded regress v0.7.1 |
1281 | 2024-02-07T23:00:38.177Z | Downloaded rustls-webpki v0.101.7 |
1282 | 2024-02-07T23:00:38.191Z | Downloaded bstr v1.6.0 |
1283 | 2024-02-07T23:00:38.201Z | Downloaded idna v0.5.0 |
1284 | 2024-02-07T23:00:38.208Z | Downloaded h2 v0.3.24 |
1285 | 2024-02-07T23:00:38.220Z | Downloaded goblin v0.8.0 |
1286 | 2024-02-07T23:00:38.228Z | Downloaded hyper v0.14.27 |
1287 | 2024-02-07T23:00:38.244Z | Downloaded serde_with v3.6.0 |
1288 | 2024-02-07T23:00:38.244Z | Downloaded tokio-postgres v0.7.10 |
1289 | 2024-02-07T23:00:38.244Z | Downloaded pest v2.7.6 |
1290 | 2024-02-07T23:00:38.249Z | Downloaded bindgen v0.69.2 |
1291 | 2024-02-07T23:00:38.255Z | Downloaded diff v0.1.13 |
1292 | 2024-02-07T23:00:38.255Z | Downloaded structopt v0.3.26 |
1293 | 2024-02-07T23:00:38.261Z | Downloaded url v2.5.0 |
1294 | 2024-02-07T23:00:38.265Z | Downloaded chrono v0.4.31 |
1295 | 2024-02-07T23:00:38.272Z | Downloaded zerocopy-derive v0.7.32 |
1296 | 2024-02-07T23:00:38.280Z | Downloaded guppy v0.17.5 |
1297 | 2024-02-07T23:00:38.285Z | Downloaded funty v2.0.0 |
1298 | 2024-02-07T23:00:38.285Z | Downloaded platforms v3.0.2 |
1299 | 2024-02-07T23:00:38.289Z | Downloaded rustls-pemfile v1.0.3 |
1300 | 2024-02-07T23:00:38.289Z | Downloaded vte v0.11.1 |
1301 | 2024-02-07T23:00:38.301Z | Downloaded quick-xml v0.30.0 |
1302 | 2024-02-07T23:00:38.301Z | Downloaded unicode-segmentation v1.10.1 |
1303 | 2024-02-07T23:00:38.301Z | Downloaded trust-dns-client v0.22.0 |
1304 | 2024-02-07T23:00:38.305Z | Downloaded aho-corasick v1.0.4 |
1305 | 2024-02-07T23:00:38.310Z | Downloaded unicode-bidi v0.3.13 |
1306 | 2024-02-07T23:00:38.314Z | Downloaded zip v0.6.6 |
1307 | 2024-02-07T23:00:38.317Z | Downloaded regex-automata v0.1.10 |
1308 | 2024-02-07T23:00:38.322Z | Downloaded futures-macro v0.3.30 |
1309 | 2024-02-07T23:00:38.323Z | Downloaded untrusted v0.9.0 |
1310 | 2024-02-07T23:00:38.326Z | Downloaded quick-error v1.2.3 |
1311 | 2024-02-07T23:00:38.327Z | Downloaded r2d2 v0.8.10 |
1312 | 2024-02-07T23:00:38.327Z | Downloaded socket2 v0.5.5 |
1313 | 2024-02-07T23:00:38.331Z | Downloaded rustls-pemfile v2.0.0 |
1314 | 2024-02-07T23:00:38.331Z | Downloaded uuid v1.7.0 |
1315 | 2024-02-07T23:00:38.335Z | Downloaded mockall_derive v0.12.0 |
1316 | 2024-02-07T23:00:38.335Z | Downloaded lalrpop v0.19.12 |
1317 | 2024-02-07T23:00:38.345Z | Downloaded openssl-sys v0.9.96 |
1318 | 2024-02-07T23:00:38.349Z | Downloaded difflib v0.4.0 |
1319 | 2024-02-07T23:00:38.353Z | Downloaded oso v0.27.0 |
1320 | 2024-02-07T23:00:38.356Z | Downloaded tracing v0.1.37 |
1321 | 2024-02-07T23:00:38.360Z | Downloaded flate2 v1.0.28 |
1322 | 2024-02-07T23:00:38.364Z | Downloaded packed_struct v0.10.1 |
1323 | 2024-02-07T23:00:38.371Z | Downloaded unicode_categories v0.1.1 |
1324 | 2024-02-07T23:00:38.371Z | Downloaded bitvec v1.0.1 |
1325 | 2024-02-07T23:00:38.381Z | Downloaded pin-project v1.1.3 |
1326 | 2024-02-07T23:00:38.395Z | Downloaded rand v0.8.5 |
1327 | 2024-02-07T23:00:38.405Z | Downloaded rand v0.4.6 |
1328 | 2024-02-07T23:00:38.405Z | Downloaded hyper v1.1.0 |
1329 | 2024-02-07T23:00:38.845Z | Downloaded shell-words v1.1.0 |
1330 | 2024-02-07T23:00:38.845Z | Downloaded tracing-attributes v0.1.26 |
1331 | 2024-02-07T23:00:38.845Z | Downloaded typed-path v0.7.0 |
1332 | 2024-02-07T23:00:38.845Z | Downloaded heapless v0.8.0 |
1333 | 2024-02-07T23:00:38.845Z | Downloaded darling v0.14.4 |
1334 | 2024-02-07T23:00:38.845Z | Downloaded ed25519 v1.5.3 |
1335 | 2024-02-07T23:00:38.845Z | Downloaded version_check v0.9.4 |
1336 | 2024-02-07T23:00:38.846Z | Downloaded strum_macros v0.26.1 |
1337 | 2024-02-07T23:00:38.846Z | Downloaded unsafe-libyaml v0.2.10 |
1338 | 2024-02-07T23:00:38.846Z | Downloaded unicode-normalization v0.1.22 |
1339 | 2024-02-07T23:00:38.846Z | Downloaded serde_path_to_error v0.1.15 |
1340 | 2024-02-07T23:00:38.846Z | Downloaded parking_lot v0.12.1 |
1341 | 2024-02-07T23:00:38.846Z | Downloaded trybuild v1.0.89 |
1342 | 2024-02-07T23:00:38.846Z | Downloaded der v0.7.8 |
1343 | 2024-02-07T23:00:38.846Z | Downloaded once_cell v1.19.0 |
1344 | 2024-02-07T23:00:38.847Z | Downloaded derive_builder_macro v0.12.0 |
1345 | 2024-02-07T23:00:38.847Z | Downloaded itertools v0.12.1 |
1346 | 2024-02-07T23:00:38.847Z | Downloaded salty v0.2.0 |
1347 | 2024-02-07T23:00:38.847Z | Downloaded getrandom v0.2.10 |
1348 | 2024-02-07T23:00:38.847Z | Downloaded futures v0.3.30 |
1349 | 2024-02-07T23:00:38.847Z | Downloaded toml_edit v0.19.15 |
1350 | 2024-02-07T23:00:38.847Z | Downloaded criterion v0.5.1 |
1351 | 2024-02-07T23:00:38.847Z | Downloaded fatfs v0.3.6 |
1352 | 2024-02-07T23:00:38.847Z | Downloaded similar v2.3.0 |
1353 | 2024-02-07T23:00:38.847Z | Downloaded headers v0.3.9 |
1354 | 2024-02-07T23:00:38.848Z | Downloaded pretty_assertions v1.4.0 |
1355 | 2024-02-07T23:00:38.848Z | Downloaded tungstenite v0.20.1 |
1356 | 2024-02-07T23:00:38.848Z | Downloaded libxml v0.3.3 |
1357 | 2024-02-07T23:00:38.849Z | Downloaded pem v3.0.2 |
1358 | 2024-02-07T23:00:38.849Z | Downloaded tracing-core v0.1.31 |
1359 | 2024-02-07T23:00:38.849Z | Downloaded pkcs1 v0.7.5 |
1360 | 2024-02-07T23:00:38.850Z | Downloaded tempfile v3.10.0 |
1361 | 2024-02-07T23:00:38.850Z | Downloaded minimal-lexical v0.2.1 |
1362 | 2024-02-07T23:00:38.850Z | Downloaded unicode-width v0.1.11 |
1363 | 2024-02-07T23:00:38.850Z | Downloaded num-bigint v0.4.4 |
1364 | 2024-02-07T23:00:38.850Z | Downloaded postgres-protocol v0.6.6 |
1365 | 2024-02-07T23:00:38.850Z | Downloaded phf_shared v0.11.2 |
1366 | 2024-02-07T23:00:38.851Z | Downloaded time-core v0.1.1 |
1367 | 2024-02-07T23:00:38.851Z | Downloaded ref-cast v1.0.20 |
1368 | 2024-02-07T23:00:38.851Z | Downloaded gethostname v0.4.3 |
1369 | 2024-02-07T23:00:38.851Z | Downloaded tempdir v0.3.7 |
1370 | 2024-02-07T23:00:38.851Z | Downloaded rustc-demangle v0.1.23 |
1371 | 2024-02-07T23:00:38.851Z | Downloaded rust-argon2 v1.0.1 |
1372 | 2024-02-07T23:00:38.851Z | Downloaded either v1.9.0 |
1373 | 2024-02-07T23:00:38.852Z | Downloaded phf_shared v0.10.0 |
1374 | 2024-02-07T23:00:38.852Z | Downloaded slog-bunyan v2.5.0 |
1375 | 2024-02-07T23:00:38.852Z | Downloaded similar-asserts v1.5.0 |
1376 | 2024-02-07T23:00:38.852Z | Downloaded display-error-chain v0.2.0 |
1377 | 2024-02-07T23:00:38.853Z | Downloaded tokio-tungstenite v0.20.1 |
1378 | 2024-02-07T23:00:38.853Z | Downloaded base64 v0.21.7 |
1379 | 2024-02-07T23:00:38.853Z | Downloaded backtrace v0.3.69 |
1380 | 2024-02-07T23:00:38.854Z | Downloaded ring v0.17.7 |
1381 | 2024-02-07T23:00:38.854Z | Downloaded serde_with_macros v3.6.0 |
1382 | 2024-02-07T23:00:38.854Z | Downloaded num_cpus v1.16.0 |
1383 | 2024-02-07T23:00:38.854Z | Downloaded group v0.13.0 |
1384 | 2024-02-07T23:00:38.854Z | Downloaded wyz v0.5.1 |
1385 | 2024-02-07T23:00:38.854Z | Downloaded miniz_oxide v0.7.1 |
1386 | 2024-02-07T23:00:38.854Z | Downloaded blake3 v1.5.0 |
1387 | 2024-02-07T23:00:38.855Z | Downloaded num v0.4.1 |
1388 | 2024-02-07T23:00:38.855Z | Downloaded darling v0.20.3 |
1389 | 2024-02-07T23:00:38.855Z | Downloaded term v0.7.0 |
1390 | 2024-02-07T23:00:38.855Z | Downloaded subprocess v0.2.9 |
1391 | 2024-02-07T23:00:38.855Z | Downloaded signal-hook-registry v1.4.1 |
1392 | 2024-02-07T23:00:38.855Z | Downloaded static_assertions v1.1.0 |
1393 | 2024-02-07T23:00:38.855Z | Downloaded allocator-api2 v0.2.16 |
1394 | 2024-02-07T23:00:38.855Z | Downloaded schemars v0.8.16 |
1395 | 2024-02-07T23:00:38.855Z | Downloaded compact_str v0.7.1 |
1396 | 2024-02-07T23:00:38.855Z | Downloaded predicates v3.1.0 |
1397 | 2024-02-07T23:00:38.856Z | Downloaded defmt-parser v0.3.3 |
1398 | 2024-02-07T23:00:38.856Z | Downloaded defmt-macros v0.3.6 |
1399 | 2024-02-07T23:00:38.857Z | Downloaded serde-big-array v0.5.1 |
1400 | 2024-02-07T23:00:38.857Z | Downloaded indexmap v1.9.3 |
1401 | 2024-02-07T23:00:38.857Z | Downloaded ring v0.16.20 |
1402 | 2024-02-07T23:00:38.857Z | Downloaded paste v1.0.14 |
1403 | 2024-02-07T23:00:38.857Z | Downloaded hyper-util v0.1.2 |
1404 | 2024-02-07T23:00:38.858Z | Downloaded cc v1.0.83 |
1405 | 2024-02-07T23:00:38.858Z | Downloaded datatest-stable v0.2.3 |
1406 | 2024-02-07T23:00:38.858Z | Downloaded data-encoding v2.4.0 |
1407 | 2024-02-07T23:00:38.858Z | Downloaded zeroize v1.7.0 |
1408 | 2024-02-07T23:00:38.858Z | Downloaded spin v0.9.8 |
1409 | 2024-02-07T23:00:38.858Z | Downloaded crc-any v2.4.3 |
1410 | 2024-02-07T23:00:38.858Z | Downloaded slab v0.4.9 |
1411 | 2024-02-07T23:00:38.858Z | Downloaded mime v0.3.17 |
1412 | 2024-02-07T23:00:38.858Z | Downloaded crc32fast v1.3.2 |
1413 | 2024-02-07T23:00:38.858Z | Downloaded ahash v0.8.7 |
1414 | 2024-02-07T23:00:38.858Z | Downloaded cookie v0.18.0 |
1415 | 2024-02-07T23:00:38.858Z | Downloaded sct v0.7.0 |
1416 | 2024-02-07T23:00:38.858Z | Downloaded async-stream v0.3.5 |
1417 | 2024-02-07T23:00:38.859Z | Downloaded deranged v0.3.8 |
1418 | 2024-02-07T23:00:38.859Z | Downloaded filetime v0.2.23 |
1419 | 2024-02-07T23:00:38.859Z | Downloaded maybe-uninit v2.0.0 |
1420 | 2024-02-07T23:00:38.859Z | Downloaded secrecy v0.8.0 |
1421 | 2024-02-07T23:00:38.859Z | Downloaded const-oid v0.9.5 |
1422 | 2024-02-07T23:00:38.859Z | Downloaded chacha20poly1305 v0.10.1 |
1423 | 2024-02-07T23:00:38.859Z | Downloaded bitflags v2.4.0 |
1424 | 2024-02-07T23:00:38.859Z | Downloaded base64ct v1.6.0 |
1425 | 2024-02-07T23:00:38.859Z | Downloaded indoc v2.0.3 |
1426 | 2024-02-07T23:00:38.859Z | Downloaded bcs v0.1.6 |
1427 | 2024-02-07T23:00:38.859Z | Downloaded backoff v0.4.0 |
1428 | 2024-02-07T23:00:38.859Z | Downloaded autocfg v1.1.0 |
1429 | 2024-02-07T23:00:38.903Z | Downloaded async-trait v0.1.77 |
1430 | 2024-02-07T23:00:38.904Z | Downloaded assert_cmd v2.0.13 |
1431 | 2024-02-07T23:00:38.904Z | Downloaded arrayvec v0.7.4 |
1432 | 2024-02-07T23:00:38.904Z | Downloaded argon2 v0.5.3 |
1433 | 2024-02-07T23:00:38.904Z | Downloaded slog-json v2.6.1 |
1434 | 2024-02-07T23:00:38.905Z | Downloaded slog-envlogger v2.2.0 |
1435 | 2024-02-07T23:00:38.905Z | Downloaded libsw v3.3.1 |
1436 | 2024-02-07T23:00:38.905Z | Downloaded ipnet v2.9.0 |
1437 | 2024-02-07T23:00:38.905Z | Downloaded impl-trait-for-tuples v0.2.2 |
1438 | 2024-02-07T23:00:38.906Z | Downloaded scroll v0.12.0 |
1439 | 2024-02-07T23:00:38.906Z | Downloaded kstat-rs v0.2.3 |
1440 | 2024-02-07T23:00:38.906Z | Downloaded maplit v1.0.2 |
1441 | 2024-02-07T23:00:38.906Z | Downloaded lru-cache v0.1.2 |
1442 | 2024-02-07T23:00:38.906Z | Downloaded num-derive v0.4.0 |
1443 | 2024-02-07T23:00:38.906Z | Downloaded http v0.2.11 |
1444 | 2024-02-07T23:00:38.907Z | Downloaded multimap v0.8.3 |
1445 | 2024-02-07T23:00:38.907Z | Downloaded memoffset v0.9.0 |
1446 | 2024-02-07T23:00:38.907Z | Downloaded rustfmt-wrapper v0.2.0 |
1447 | 2024-02-07T23:00:38.907Z | Downloaded nibble_vec v0.1.0 |
1448 | 2024-02-07T23:00:38.908Z | Downloaded tinyvec_macros v0.1.1 |
1449 | 2024-02-07T23:00:38.908Z | Downloaded swrite v0.1.0 |
1450 | 2024-02-07T23:00:38.908Z | Downloaded rand_xorshift v0.3.0 |
1451 | 2024-02-07T23:00:38.908Z | Downloaded lock_api v0.4.10 |
1452 | 2024-02-07T23:00:38.908Z | Downloaded linear-map v1.2.0 |
1453 | 2024-02-07T23:00:38.908Z | Downloaded indoc v1.0.9 |
1454 | 2024-02-07T23:00:38.908Z | Downloaded arc-swap v1.6.0 |
1455 | 2024-02-07T23:00:38.909Z | Downloaded console v0.15.8 |
1456 | 2024-02-07T23:00:38.909Z | Downloaded lalrpop-util v0.19.12 |
1457 | 2024-02-07T23:00:38.909Z | Downloaded stability v0.1.1 |
1458 | 2024-02-07T23:00:38.909Z | Downloaded hyper-rustls v0.24.2 |
1459 | 2024-02-07T23:00:38.909Z | Downloaded cpufeatures v0.2.12 |
1460 | 2024-02-07T23:00:38.910Z | Downloaded bb8 v0.8.3 |
1461 | 2024-02-07T23:00:38.910Z | Downloaded crc v3.0.1 |
1462 | 2024-02-07T23:00:38.910Z | Downloaded cobs v0.2.3 |
1463 | 2024-02-07T23:00:38.910Z | Downloaded atomic-waker v1.1.1 |
1464 | 2024-02-07T23:00:38.911Z | Downloaded scopeguard v1.2.0 |
1465 | 2024-02-07T23:00:38.911Z | Downloaded async-recursion v1.0.5 |
1466 | 2024-02-07T23:00:38.911Z | Downloaded ascii-canvas v3.0.0 |
1467 | 2024-02-07T23:00:38.911Z | Downloaded aead v0.5.2 |
1468 | 2024-02-07T23:00:38.911Z | Downloaded array-init v0.0.4 |
1469 | 2024-02-07T23:00:38.911Z | Downloaded strum v0.25.0 |
1470 | 2024-02-07T23:00:38.911Z | Downloaded anes v0.1.6 |
1471 | 2024-02-07T23:00:38.912Z | Downloaded normalize-line-endings v0.3.0 |
1472 | 2024-02-07T23:00:38.928Z | Downloaded adler v1.0.2 |
1473 | 2024-02-07T23:00:38.929Z | Downloaded hyper-staticfile v0.9.5 |
1474 | 2024-02-07T23:00:38.929Z | Downloaded cstr-argument v0.1.2 |
1475 | 2024-02-07T23:00:38.930Z | Downloaded crypto-bigint v0.5.2 |
1476 | 2024-02-07T23:00:38.930Z | Downloaded ciborium v0.2.2 |
1477 | 2024-02-07T23:00:38.931Z | Downloaded semver v0.1.20 |
1478 | 2024-02-07T23:00:38.931Z | Downloaded scheduled-thread-pool v0.2.7 |
1479 | 2024-02-07T23:00:38.931Z | Downloaded sec1 v0.7.3 |
1480 | 2024-02-07T23:00:38.932Z | Downloaded lazy_static v1.4.0 |
1481 | 2024-02-07T23:00:38.932Z | Downloaded inout v0.1.3 |
1482 | 2024-02-07T23:00:38.932Z | Downloaded constant_time_eq v0.3.0 |
1483 | 2024-02-07T23:00:38.932Z | Downloaded constant_time_eq v0.2.6 |
1484 | 2024-02-07T23:00:38.932Z | Downloaded hyper-rustls v0.26.0 |
1485 | 2024-02-07T23:00:38.932Z | Downloaded ciborium-ll v0.2.2 |
1486 | 2024-02-07T23:00:38.932Z | Downloaded chacha20 v0.9.1 |
1487 | 2024-02-07T23:00:38.933Z | Downloaded linked-hash-map v0.5.6 |
1488 | 2024-02-07T23:00:38.933Z | Downloaded crossbeam-channel v0.5.8 |
1489 | 2024-02-07T23:00:38.933Z | Downloaded base16ct v0.2.0 |
1490 | 2024-02-07T23:00:38.933Z | Downloaded memmap2 v0.7.1 |
1491 | 2024-02-07T23:00:38.933Z | Downloaded crossbeam-epoch v0.9.15 |
1492 | 2024-02-07T23:00:38.933Z | Downloaded is_ci v1.1.1 |
1493 | 2024-02-07T23:00:38.934Z | Downloaded atty v0.2.14 |
1494 | 2024-02-07T23:00:38.934Z | Downloaded cfg-if v1.0.0 |
1495 | 2024-02-07T23:00:38.935Z | Downloaded cast v0.3.0 |
1496 | 2024-02-07T23:00:39.401Z | Compiling serde v1.0.196 |
1497 | 2024-02-07T23:00:39.401Z | Compiling autocfg v1.1.0 |
1498 | 2024-02-07T23:00:39.401Z | Compiling version_check v0.9.4 |
1499 | 2024-02-07T23:00:39.404Z | Checking cfg-if v1.0.0 |
1500 | 2024-02-07T23:00:39.457Z | Compiling syn v1.0.109 |
1501 | 2024-02-07T23:00:39.497Z | Checking libc v0.2.153 |
1502 | 2024-02-07T23:00:39.929Z | Compiling syn v2.0.48 |
1503 | 2024-02-07T23:00:39.943Z | Compiling parking_lot_core v0.9.8 |
1504 | 2024-02-07T23:00:39.943Z | Compiling cc v1.0.83 |
1505 | 2024-02-07T23:00:40.021Z | Compiling memchr v2.6.3 |
1506 | 2024-02-07T23:00:40.464Z | Compiling once_cell v1.19.0 |
1507 | 2024-02-07T23:00:40.465Z | Compiling ahash v0.8.7 |
1508 | 2024-02-07T23:00:40.466Z | Compiling lock_api v0.4.10 |
1509 | 2024-02-07T23:00:40.537Z | Compiling libm v0.2.7 |
1510 | 2024-02-07T23:00:40.699Z | Checking getrandom v0.2.10 |
1511 | 2024-02-07T23:00:40.788Z | Compiling num-traits v0.2.16 |
1512 | 2024-02-07T23:00:40.925Z | Compiling byteorder v1.5.0 |
1513 | 2024-02-07T23:00:40.935Z | Compiling serde_json v1.0.113 |
1514 | 2024-02-07T23:00:41.338Z | Compiling log v0.4.20 |
1515 | 2024-02-07T23:00:41.402Z | Compiling slab v0.4.9 |
1516 | 2024-02-07T23:00:41.881Z | Compiling typenum v1.16.0 |
1517 | 2024-02-07T23:00:41.977Z | Checking scopeguard v1.2.0 |
1518 | 2024-02-07T23:00:42.105Z | Compiling generic-array v0.14.7 |
1519 | 2024-02-07T23:00:42.154Z | Checking itoa v1.0.9 |
1520 | 2024-02-07T23:00:42.245Z | Compiling pkg-config v0.3.27 |
1521 | 2024-02-07T23:00:42.510Z | Checking smallvec v1.13.1 |
1522 | 2024-02-07T23:00:42.801Z | Compiling allocator-api2 v0.2.16 |
1523 | 2024-02-07T23:00:42.856Z | Compiling rustix v0.38.31 |
1524 | 2024-02-07T23:00:42.873Z | Compiling ring v0.17.7 |
1525 | 2024-02-07T23:00:42.950Z | Compiling schemars v0.8.16 |
1526 | 2024-02-07T23:00:43.346Z | Compiling httparse v1.8.0 |
1527 | 2024-02-07T23:00:44.259Z | Compiling fnv v1.0.7 |
1528 | 2024-02-07T23:00:44.326Z | Compiling vcpkg v0.2.15 |
1529 | 2024-02-07T23:00:44.327Z | Compiling aho-corasick v1.0.4 |
1530 | 2024-02-07T23:00:44.327Z | Compiling regex-syntax v0.8.2 |
1531 | 2024-02-07T23:00:44.327Z | Checking parking_lot v0.12.1 |
1532 | 2024-02-07T23:00:44.362Z | Checking pin-project-lite v0.2.13 |
1533 | 2024-02-07T23:00:44.453Z | Compiling ucd-trie v0.1.6 |
1534 | 2024-02-07T23:00:45.852Z | Compiling openssl-sys v0.9.96 |
1535 | 2024-02-07T23:00:45.866Z | Compiling crossbeam-utils v0.8.16 |
1536 | 2024-02-07T23:00:47.181Z | Compiling serde_derive_internals v0.26.0 |
1537 | 2024-02-07T23:00:47.257Z | Compiling regex-automata v0.4.4 |
1538 | 2024-02-07T23:00:48.166Z | Compiling ring v0.16.20 |
1539 | 2024-02-07T23:00:48.528Z | Checking signal-hook-registry v1.4.1 |
1540 | 2024-02-07T23:00:49.741Z | Checking mio v0.8.9 |
1541 | 2024-02-07T23:00:49.920Z | Checking rand_core v0.6.4 |
1542 | 2024-02-07T23:00:50.195Z | Compiling openssl v0.10.60 |
1543 | 2024-02-07T23:00:50.359Z | Compiling iana-time-zone v0.1.57 |
1544 | 2024-02-07T23:00:50.642Z | Checking ryu v1.0.15 |
1545 | 2024-02-07T23:00:50.719Z | Checking num_cpus v1.16.0 |
1546 | 2024-02-07T23:00:50.953Z | Checking futures-core v0.3.30 |
1547 | 2024-02-07T23:00:50.999Z | Compiling rustls v0.21.9 |
1548 | 2024-02-07T23:00:51.000Z | Compiling native-tls v0.2.11 |
1549 | 2024-02-07T23:00:51.000Z | Checking socket2 v0.5.5 |
1550 | 2024-02-07T23:00:51.178Z | Compiling dyn-clone v1.0.16 |
1551 | 2024-02-07T23:00:51.254Z | Compiling regex v1.10.3 |
1552 | 2024-02-07T23:00:51.353Z | Compiling spin v0.5.2 |
1553 | 2024-02-07T23:00:51.409Z | Compiling memoffset v0.9.0 |
1554 | 2024-02-07T23:00:51.550Z | Compiling async-trait v0.1.77 |
1555 | 2024-02-07T23:00:51.562Z | Compiling slog v2.7.0 |
1556 | 2024-02-07T23:00:52.130Z | Compiling crossbeam-epoch v0.9.15 |
1557 | 2024-02-07T23:00:52.733Z | Compiling backtrace v0.3.69 |
1558 | 2024-02-07T23:00:52.738Z | Compiling errno v0.3.8 |
1559 | 2024-02-07T23:00:52.738Z | Compiling futures-sink v0.3.30 |
1560 | 2024-02-07T23:00:52.804Z | Compiling either v1.9.0 |
1561 | 2024-02-07T23:00:52.883Z | Compiling unicode-xid v0.2.4 |
1562 | 2024-02-07T23:00:52.898Z | Compiling tinyvec_macros v0.1.1 |
1563 | 2024-02-07T23:00:53.060Z | Compiling crc32fast v1.3.2 |
1564 | 2024-02-07T23:00:53.134Z | Compiling tinyvec v1.6.0 |
1565 | 2024-02-07T23:00:53.151Z | Compiling futures-channel v0.3.30 |
1566 | 2024-02-07T23:00:53.648Z | Compiling futures-task v0.3.30 |
1567 | 2024-02-07T23:00:53.671Z | Compiling futures-io v0.3.30 |
1568 | 2024-02-07T23:00:53.689Z | Compiling pin-utils v0.1.0 |
1569 | 2024-02-07T23:00:53.763Z | Compiling anyhow v1.0.75 |
1570 | 2024-02-07T23:00:53.876Z | Compiling serde_derive v1.0.196 |
1571 | 2024-02-07T23:00:53.951Z | Compiling zerocopy-derive v0.7.32 |
1572 | 2024-02-07T23:00:53.958Z | Compiling thiserror-impl v1.0.56 |
1573 | 2024-02-07T23:00:54.081Z | Compiling zeroize_derive v1.4.2 |
1574 | 2024-02-07T23:00:54.316Z | Compiling tokio-macros v2.2.0 |
1575 | 2024-02-07T23:00:55.002Z | Compiling futures-macro v0.3.30 |
1576 | 2024-02-07T23:00:55.010Z | Compiling tracing-attributes v0.1.26 |
1577 | 2024-02-07T23:00:55.841Z | Compiling schemars_derive v0.8.16 |
1578 | 2024-02-07T23:00:56.157Z | Compiling openssl-macros v0.1.1 |
1579 | 2024-02-07T23:00:56.478Z | Compiling zerocopy v0.7.32 |
1580 | 2024-02-07T23:00:56.862Z | Checking zeroize v1.7.0 |
1581 | 2024-02-07T23:00:57.469Z | Compiling thiserror v1.0.56 |
1582 | 2024-02-07T23:00:57.562Z | Compiling pest v2.7.6 |
1583 | 2024-02-07T23:00:57.624Z | Compiling rustversion v1.0.14 |
1584 | 2024-02-07T23:00:58.269Z | Compiling unicode-width v0.1.11 |
1585 | 2024-02-07T23:00:58.422Z | Compiling futures-util v0.3.30 |
1586 | 2024-02-07T23:00:58.728Z | Compiling hashbrown v0.14.2 |
1587 | 2024-02-07T23:00:58.919Z | Compiling hashbrown v0.13.2 |
1588 | 2024-02-07T23:00:58.940Z | Compiling unicode-normalization v0.1.22 |
1589 | 2024-02-07T23:00:59.556Z | Compiling spin v0.9.8 |
1590 | 2024-02-07T23:00:59.894Z | Compiling pest_meta v2.7.6 |
1591 | 2024-02-07T23:00:59.919Z | Compiling tracing-core v0.1.31 |
1592 | 2024-02-07T23:01:00.052Z | Compiling unicode-bidi v0.3.13 |
1593 | 2024-02-07T23:01:00.169Z | Compiling der_derive v0.7.2 |
1594 | 2024-02-07T23:01:01.493Z | Compiling pest_generator v2.7.6 |
1595 | 2024-02-07T23:01:01.676Z | Compiling tracing v0.1.37 |
1596 | 2024-02-07T23:01:02.009Z | Compiling num-integer v0.1.45 |
1597 | 2024-02-07T23:01:02.153Z | Checking subtle v2.5.0 |
1598 | 2024-02-07T23:01:02.434Z | Compiling lazy_static v1.4.0 |
1599 | 2024-02-07T23:01:03.462Z | Compiling untrusted v0.9.0 |
1600 | 2024-02-07T23:01:03.627Z | Compiling percent-encoding v2.3.1 |
1601 | 2024-02-07T23:01:03.844Z | Compiling foreign-types-shared v0.1.1 |
1602 | 2024-02-07T23:01:03.950Z | Compiling untrusted v0.7.1 |
1603 | 2024-02-07T23:01:04.084Z | Compiling time-core v0.1.1 |
1604 | 2024-02-07T23:01:04.293Z | Compiling time-macros v0.2.13 |
1605 | 2024-02-07T23:01:04.802Z | Compiling foreign-types v0.3.2 |
1606 | 2024-02-07T23:01:05.195Z | Compiling scroll_derive v0.12.0 |
1607 | 2024-02-07T23:01:05.376Z | Compiling pest_derive v2.7.6 |
1608 | 2024-02-07T23:01:06.254Z | Compiling synstructure v0.12.6 |
1609 | 2024-02-07T23:01:07.812Z | Compiling thread-id v4.2.0 |
1610 | 2024-02-07T23:01:07.823Z | Compiling base64 v0.21.7 |
1611 | 2024-02-07T23:01:07.938Z | Compiling try-lock v0.2.4 |
1612 | 2024-02-07T23:01:07.964Z | Checking bytes v1.5.0 |
1613 | 2024-02-07T23:01:08.056Z | Checking bitflags v2.4.0 |
1614 | 2024-02-07T23:01:08.116Z | Compiling zerocopy-derive v0.2.0 |
1615 | 2024-02-07T23:01:08.198Z | Compiling want v0.3.1 |
1616 | 2024-02-07T23:01:08.331Z | Compiling rustls-webpki v0.101.7 |
1617 | 2024-02-07T23:01:08.539Z | Compiling sct v0.7.0 |
1618 | 2024-02-07T23:01:09.052Z | Compiling form_urlencoded v1.2.1 |
1619 | 2024-02-07T23:01:09.066Z | Checking tokio v1.36.0 |
1620 | 2024-02-07T23:01:09.067Z | Compiling indexmap v2.2.2 |
1621 | 2024-02-07T23:01:09.684Z | Compiling chrono v0.4.31 |
1622 | 2024-02-07T23:01:09.866Z | Compiling uuid v1.7.0 |
1623 | 2024-02-07T23:01:10.302Z | Compiling http v0.2.11 |
1624 | 2024-02-07T23:01:10.335Z | Compiling semver v1.0.21 |
1625 | 2024-02-07T23:01:10.651Z | Compiling serde_spanned v0.6.5 |
1626 | 2024-02-07T23:01:10.895Z | Compiling toml_datetime v0.6.5 |
1627 | 2024-02-07T23:01:11.121Z | Compiling openapiv3 v2.0.0 |
1628 | 2024-02-07T23:01:11.339Z | Compiling rustc_version v0.4.0 |
1629 | 2024-02-07T23:01:11.546Z | Compiling toml_edit v0.19.15 |
1630 | 2024-02-07T23:01:12.980Z | Compiling http-body v0.4.5 |
1631 | 2024-02-07T23:01:13.731Z | Compiling socket2 v0.4.9 |
1632 | 2024-02-07T23:01:14.578Z | Compiling tower-service v0.3.2 |
1633 | 2024-02-07T23:01:15.378Z | Compiling const-oid v0.9.5 |
1634 | 2024-02-07T23:01:15.398Z | Compiling httpdate v1.0.3 |
1635 | 2024-02-07T23:01:15.717Z | Compiling openssl-probe v0.1.5 |
1636 | 2024-02-07T23:01:16.096Z | Compiling idna v0.5.0 |
1637 | 2024-02-07T23:01:17.018Z | Compiling adler v1.0.2 |
1638 | 2024-02-07T23:01:17.244Z | Compiling miniz_oxide v0.7.1 |
1639 | 2024-02-07T23:01:17.493Z | Compiling url v2.5.0 |
1640 | 2024-02-07T23:01:17.727Z | Compiling ipnet v2.9.0 |
1641 | 2024-02-07T23:01:18.125Z | Compiling signal-hook v0.3.17 |
1642 | 2024-02-07T23:01:18.447Z | Compiling serde_urlencoded v0.7.1 |
1643 | 2024-02-07T23:01:18.837Z | Compiling tokio-util v0.7.10 |
1644 | 2024-02-07T23:01:18.977Z | Compiling rustls-pemfile v1.0.3 |
1645 | 2024-02-07T23:01:18.992Z | Compiling crypto-common v0.1.6 |
1646 | 2024-02-07T23:01:19.209Z | Compiling zerocopy-derive v0.6.4 |
1647 | 2024-02-07T23:01:19.342Z | Compiling clap_derive v4.4.2 |
1648 | 2024-02-07T23:01:19.870Z | Compiling usdt-impl v0.3.5 |
1649 | 2024-02-07T23:01:19.870Z | Compiling encoding_rs v0.8.33 |
1650 | 2024-02-07T23:01:20.438Z | Compiling h2 v0.3.24 |
1651 | 2024-02-07T23:01:20.459Z | Compiling tokio-native-tls v0.3.1 |
1652 | 2024-02-07T23:01:20.717Z | Compiling tokio-rustls v0.24.1 |
1653 | 2024-02-07T23:01:21.128Z | Compiling mime v0.3.17 |
1654 | 2024-02-07T23:01:21.587Z | Compiling gimli v0.28.0 |
1655 | 2024-02-07T23:01:21.722Z | Compiling webpki-roots v0.25.2 |
1656 | 2024-02-07T23:01:21.883Z | Compiling siphasher v0.3.11 |
1657 | 2024-02-07T23:01:22.289Z | Compiling zerocopy v0.3.0 |
1658 | 2024-02-07T23:01:22.410Z | Compiling scroll v0.12.0 |
1659 | 2024-02-07T23:01:23.142Z | Compiling block-buffer v0.10.4 |
1660 | 2024-02-07T23:01:23.417Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1661 | 2024-02-07T23:01:23.497Z | Compiling object v0.32.1 |
1662 | 2024-02-07T23:01:23.927Z | Compiling num-iter v0.1.43 |
1663 | 2024-02-07T23:01:24.202Z | Compiling usdt-impl v0.5.0 |
1664 | 2024-02-07T23:01:24.353Z | Compiling plain v0.2.3 |
1665 | 2024-02-07T23:01:24.515Z | Compiling rustc-demangle v0.1.23 |
1666 | 2024-02-07T23:01:24.577Z | Checking equivalent v1.0.1 |
1667 | 2024-02-07T23:01:25.366Z | Compiling goblin v0.8.0 |
1668 | 2024-02-07T23:01:25.924Z | Compiling addr2line v0.21.0 |
1669 | 2024-02-07T23:01:26.412Z | Compiling flate2 v1.0.28 |
1670 | 2024-02-07T23:01:26.547Z | Compiling digest v0.10.7 |
1671 | 2024-02-07T23:01:26.754Z | Compiling dof v0.1.5 |
1672 | 2024-02-07T23:01:27.029Z | Compiling heapless v0.7.16 |
1673 | 2024-02-07T23:01:27.071Z | Compiling dtrace-parser v0.1.14 |
1674 | 2024-02-07T23:01:27.415Z | Compiling hyper v0.14.27 |
1675 | 2024-02-07T23:01:27.485Z | Compiling futures-executor v0.3.30 |
1676 | 2024-02-07T23:01:27.896Z | Compiling ppv-lite86 v0.2.17 |
1677 | 2024-02-07T23:01:28.091Z | Compiling pretty-hex v0.4.1 |
1678 | 2024-02-07T23:01:28.300Z | Compiling futures v0.3.30 |
1679 | 2024-02-07T23:01:28.685Z | Compiling rand_chacha v0.3.1 |
1680 | 2024-02-07T23:01:28.937Z | Compiling toml v0.7.8 |
1681 | 2024-02-07T23:01:29.154Z | Compiling toml_edit v0.21.1 |
1682 | 2024-02-07T23:01:30.411Z | Compiling serde_tokenstream v0.1.7 |
1683 | 2024-02-07T23:01:30.487Z | Compiling hex v0.4.3 |
1684 | 2024-02-07T23:01:30.628Z | Compiling dtrace-parser v0.2.0 |
1685 | 2024-02-07T23:01:30.934Z | Compiling strum_macros v0.25.2 |
1686 | 2024-02-07T23:01:31.109Z | Compiling dof v0.3.0 |
1687 | 2024-02-07T23:01:32.726Z | Compiling bit-vec v0.6.3 |
1688 | 2024-02-07T23:01:33.255Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1689 | 2024-02-07T23:01:33.941Z | Compiling rand v0.8.5 |
1690 | 2024-02-07T23:01:34.300Z | Compiling phf_shared v0.10.0 |
1691 | 2024-02-07T23:01:34.670Z | Compiling hyper-rustls v0.24.2 |
1692 | 2024-02-07T23:01:34.690Z | Compiling hyper-tls v0.5.0 |
1693 | 2024-02-07T23:01:35.421Z | Compiling reqwest v0.11.22 |
1694 | 2024-02-07T23:01:35.426Z | Compiling num-bigint v0.4.4 |
1695 | 2024-02-07T23:01:35.426Z | Compiling smoltcp v0.9.1 |
1696 | 2024-02-07T23:01:35.426Z | Compiling new_debug_unreachable v1.0.4 |
1697 | 2024-02-07T23:01:35.426Z | Compiling minimal-lexical v0.2.1 |
1698 | 2024-02-07T23:01:35.807Z | Compiling base64ct v1.6.0 |
1699 | 2024-02-07T23:01:35.812Z | Compiling precomputed-hash v0.1.1 |
1700 | 2024-02-07T23:01:35.925Z | Compiling fixedbitset v0.4.2 |
1701 | 2024-02-07T23:01:35.929Z | Compiling string_cache v0.8.7 |
1702 | 2024-02-07T23:01:36.262Z | Compiling petgraph v0.6.4 |
1703 | 2024-02-07T23:01:36.336Z | Compiling pem-rfc7468 v0.7.0 |
1704 | 2024-02-07T23:01:36.394Z | Compiling nom v7.1.3 |
1705 | 2024-02-07T23:01:36.416Z | Compiling bit-set v0.5.3 |
1706 | 2024-02-07T23:01:36.451Z | Compiling usdt-attr-macro v0.3.5 |
1707 | 2024-02-07T23:01:36.696Z | Compiling usdt-macro v0.3.5 |
1708 | 2024-02-07T23:01:37.068Z | Compiling hmac v0.12.1 |
1709 | 2024-02-07T23:01:37.315Z | Compiling enum-as-inner v0.5.1 |
1710 | 2024-02-07T23:01:37.621Z | Compiling hubpack_derive v0.1.1 |
1711 | 2024-02-07T23:01:37.765Z | Compiling itertools v0.10.5 |
1712 | 2024-02-07T23:01:38.034Z | Compiling diesel_table_macro_syntax v0.1.0 |
1713 | 2024-02-07T23:01:38.553Z | Compiling flagset v0.4.3 |
1714 | 2024-02-07T23:01:38.553Z | Compiling lalrpop-util v0.19.12 |
1715 | 2024-02-07T23:01:38.635Z | Compiling unicode-segmentation v1.10.1 |
1716 | 2024-02-07T23:01:38.802Z | Compiling der v0.7.8 |
1717 | 2024-02-07T23:01:38.879Z | Compiling diesel_derives v2.1.2 |
1718 | 2024-02-07T23:01:39.633Z | Compiling cpufeatures v0.2.12 |
1719 | 2024-02-07T23:01:39.735Z | Compiling sha2 v0.10.8 |
1720 | 2024-02-07T23:01:40.067Z | Compiling rustix v0.37.23 |
1721 | 2024-02-07T23:01:40.431Z | Compiling md-5 v0.10.5 |
1722 | 2024-02-07T23:01:40.887Z | Compiling stringprep v0.1.3 |
1723 | 2024-02-07T23:01:41.481Z | Compiling spki v0.7.2 |
1724 | 2024-02-07T23:01:41.503Z | Compiling serde_repr v0.1.16 |
1725 | 2024-02-07T23:01:41.543Z | Compiling hash32 v0.2.1 |
1726 | 2024-02-07T23:01:41.847Z | Checking unicode-ident v1.0.12 |
1727 | 2024-02-07T23:01:41.897Z | Compiling fallible-iterator v0.2.0 |
1728 | 2024-02-07T23:01:41.920Z | Compiling stable_deref_trait v1.2.0 |
1729 | 2024-02-07T23:01:42.269Z | Compiling pkcs8 v0.10.2 |
1730 | 2024-02-07T23:01:42.452Z | Compiling terminal_size v0.2.6 |
1731 | 2024-02-07T23:01:42.615Z | Compiling postgres-protocol v0.6.6 |
1732 | 2024-02-07T23:01:42.812Z | Compiling phf_shared v0.11.2 |
1733 | 2024-02-07T23:01:42.981Z | Compiling ff v0.13.0 |
1734 | 2024-02-07T23:01:43.197Z | Compiling block-padding v0.3.3 |
1735 | 2024-02-07T23:01:43.233Z | Compiling scheduled-thread-pool v0.2.7 |
1736 | 2024-02-07T23:01:43.444Z | Compiling regex-automata v0.1.10 |
1737 | 2024-02-07T23:01:43.477Z | Compiling num_threads v0.1.6 |
1738 | 2024-02-07T23:01:43.610Z | Compiling managed v0.8.0 |
1739 | 2024-02-07T23:01:43.794Z | Compiling matches v0.1.10 |
1740 | 2024-02-07T23:01:43.812Z | Compiling base16ct v0.2.0 |
1741 | 2024-02-07T23:01:43.924Z | Compiling deranged v0.3.8 |
1742 | 2024-02-07T23:01:43.940Z | Compiling idna v0.2.3 |
1743 | 2024-02-07T23:01:44.106Z | Compiling sec1 v0.7.3 |
1744 | 2024-02-07T23:01:44.120Z | Compiling bstr v0.2.17 |
1745 | 2024-02-07T23:01:44.564Z | Compiling clap_builder v4.4.2 |
1746 | 2024-02-07T23:01:44.644Z | Compiling r2d2 v0.8.10 |
1747 | 2024-02-07T23:01:45.039Z | Compiling inout v0.1.3 |
1748 | 2024-02-07T23:01:45.376Z | Compiling postgres-types v0.2.6 |
1749 | 2024-02-07T23:01:45.566Z | Compiling signal-hook-mio v0.2.3 |
1750 | 2024-02-07T23:01:45.642Z | Compiling group v0.13.0 |
1751 | 2024-02-07T23:01:45.713Z | Compiling phf v0.11.2 |
1752 | 2024-02-07T23:01:45.835Z | Compiling time v0.3.27 |
1753 | 2024-02-07T23:01:45.948Z | Compiling bzip2 v0.4.4 |
1754 | 2024-02-07T23:01:46.310Z | Compiling hubpack v0.1.2 |
1755 | 2024-02-07T23:01:46.328Z | Compiling hkdf v0.12.4 |
1756 | 2024-02-07T23:01:46.777Z | Compiling zerocopy v0.6.4 |
1757 | 2024-02-07T23:01:46.892Z | Compiling crypto-bigint v0.5.2 |
1758 | 2024-02-07T23:01:46.928Z | Compiling ipnetwork v0.20.0 |
1759 | 2024-02-07T23:01:47.615Z | Compiling float-cmp v0.9.0 |
1760 | 2024-02-07T23:01:47.844Z | Compiling predicates-core v1.0.6 |
1761 | 2024-02-07T23:01:47.862Z | Compiling data-encoding v2.4.0 |
1762 | 2024-02-07T23:01:48.202Z | Compiling whoami v1.4.1 |
1763 | 2024-02-07T23:01:48.784Z | Compiling normalize-line-endings v0.3.0 |
1764 | 2024-02-07T23:01:48.910Z | Compiling difflib v0.4.0 |
1765 | 2024-02-07T23:01:50.204Z | Compiling regex-automata v0.3.8 |
1766 | 2024-02-07T23:01:50.476Z | Compiling static_assertions v1.1.0 |
1767 | 2024-02-07T23:01:50.488Z | Checking bitflags v1.3.2 |
1768 | 2024-02-07T23:01:50.507Z | Compiling predicates v3.1.0 |
1769 | 2024-02-07T23:01:50.543Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1770 | 2024-02-07T23:01:50.557Z | Compiling yasna v0.5.2 |
1771 | 2024-02-07T23:01:51.322Z | Compiling elliptic-curve v0.13.8 |
1772 | 2024-02-07T23:01:52.113Z | Compiling bstr v1.6.0 |
1773 | 2024-02-07T23:01:52.235Z | Compiling tokio-postgres v0.7.10 |
1774 | 2024-02-07T23:01:52.581Z | Compiling trust-dns-proto v0.22.0 |
1775 | 2024-02-07T23:01:52.681Z | Compiling clap v4.4.3 |
1776 | 2024-02-07T23:01:52.803Z | Compiling zip v0.6.6 |
1777 | 2024-02-07T23:01:53.741Z | Compiling crossterm v0.27.0 |
1778 | 2024-02-07T23:01:54.248Z | Compiling cipher v0.4.4 |
1779 | 2024-02-07T23:01:54.636Z | Compiling similar v2.3.0 |
1780 | 2024-02-07T23:02:01.120Z | Checking proc-macro2 v1.0.78 |
1781 | 2024-02-07T23:02:01.281Z | Compiling diesel v2.1.4 |
1782 | 2024-02-07T23:02:01.487Z | Compiling usdt v0.3.5 |
1783 | 2024-02-07T23:02:01.487Z | Compiling tokio-stream v0.1.14 |
1784 | 2024-02-07T23:02:01.487Z | Compiling console v0.15.8 |
1785 | 2024-02-07T23:02:01.487Z | Checking quote v1.0.35 |
1786 | 2024-02-07T23:02:01.487Z | Checking utf8parse v0.2.1 |
1787 | 2024-02-07T23:02:02.402Z | Checking anstyle v1.0.2 |
1788 | 2024-02-07T23:02:03.515Z | Compiling serde_tokenstream v0.2.0 |
1789 | 2024-02-07T23:02:04.014Z | Checking io-lifetimes v1.0.11 |
1790 | 2024-02-07T23:02:07.394Z | Checking anstyle-parse v0.2.1 |
1791 | 2024-02-07T23:02:07.669Z | Checking colorchoice v1.0.0 |
1792 | 2024-02-07T23:02:07.945Z | Checking anstyle-query v1.0.0 |
1793 | 2024-02-07T23:02:08.062Z | Checking anstream v0.5.0 |
1794 | 2024-02-07T23:02:08.673Z | Checking clap_lex v0.5.1 |
1795 | 2024-02-07T23:02:08.706Z | Checking strsim v0.10.0 |
1796 | 2024-02-07T23:02:09.160Z | Checking winnow v0.5.15 |
1797 | 2024-02-07T23:02:14.063Z | Compiling regress v0.7.1 |
1798 | 2024-02-07T23:02:17.672Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1799 | 2024-02-07T23:02:24.460Z | Compiling getopts v0.2.21 |
1800 | 2024-02-07T23:02:24.561Z | Compiling unsafe-libyaml v0.2.10 |
1801 | 2024-02-07T23:02:24.850Z | Checking heck v0.4.1 |
1802 | 2024-02-07T23:02:25.780Z | Checking camino v1.1.6 |
1803 | 2024-02-07T23:02:26.359Z | Compiling serde_yaml v0.9.25 |
1804 | 2024-02-07T23:02:26.494Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1805 | 2024-02-07T23:02:26.787Z | Compiling ident_case v1.0.1 |
1806 | 2024-02-07T23:02:26.806Z | Checking match_cfg v0.1.0 |
1807 | 2024-02-07T23:02:26.840Z | Checking rustls-pki-types v1.1.0 |
1808 | 2024-02-07T23:02:26.888Z | Checking fastrand v2.0.1 |
1809 | 2024-02-07T23:02:26.955Z | Checking hostname v0.3.1 |
1810 | 2024-02-07T23:02:27.082Z | Checking http v1.0.0 |
1811 | 2024-02-07T23:02:27.195Z | Checking tempfile v3.10.0 |
1812 | 2024-02-07T23:02:27.237Z | Checking atty v0.2.14 |
1813 | 2024-02-07T23:02:27.341Z | Checking quick-error v1.2.3 |
1814 | 2024-02-07T23:02:27.472Z | Compiling paste v1.0.14 |
1815 | 2024-02-07T23:02:27.550Z | Checking crossbeam-channel v0.5.8 |
1816 | 2024-02-07T23:02:28.067Z | Checking sha1 v0.10.6 |
1817 | 2024-02-07T23:02:28.302Z | Checking dirs-sys-next v0.1.2 |
1818 | 2024-02-07T23:02:28.325Z | Compiling rustls v0.22.2 |
1819 | 2024-02-07T23:02:28.463Z | Checking dirs-next v2.0.0 |
1820 | 2024-02-07T23:02:28.603Z | Checking rustls-webpki v0.102.1 |
1821 | 2024-02-07T23:02:28.657Z | Checking thread_local v1.1.7 |
1822 | 2024-02-07T23:02:28.923Z | Checking instant v0.1.12 |
1823 | 2024-02-07T23:02:29.037Z | Compiling slog-async v2.8.0 |
1824 | 2024-02-07T23:02:29.631Z | Checking term v0.7.0 |
1825 | 2024-02-07T23:02:29.785Z | Checking rustls-pemfile v2.0.0 |
1826 | 2024-02-07T23:02:30.002Z | Compiling multer v3.0.0 |
1827 | 2024-02-07T23:02:30.064Z | Checking take_mut v0.2.2 |
1828 | 2024-02-07T23:02:30.219Z | Checking debug-ignore v1.0.5 |
1829 | 2024-02-07T23:02:30.366Z | Checking slog-term v2.9.0 |
1830 | 2024-02-07T23:02:30.411Z | Compiling darling_core v0.20.3 |
1831 | 2024-02-07T23:02:30.535Z | Checking slog-json v2.6.1 |
1832 | 2024-02-07T23:02:30.565Z | Compiling async-stream-impl v0.3.5 |
1833 | 2024-02-07T23:02:30.782Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1834 | 2024-02-07T23:02:30.830Z | Checking atomic-waker v1.1.1 |
1835 | 2024-02-07T23:02:30.967Z | Checking waitgroup v0.1.2 |
1836 | 2024-02-07T23:02:31.078Z | Checking slog-bunyan v2.5.0 |
1837 | 2024-02-07T23:02:31.250Z | Checking toml v0.8.9 |
1838 | 2024-02-07T23:02:31.559Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1839 | 2024-02-07T23:02:32.008Z | Checking serde_path_to_error v0.1.15 |
1840 | 2024-02-07T23:02:32.031Z | Checking async-stream v0.3.5 |
1841 | 2024-02-07T23:02:32.211Z | Checking wait-timeout v0.2.0 |
1842 | 2024-02-07T23:02:32.375Z | Checking strum v0.25.0 |
1843 | 2024-02-07T23:02:32.526Z | Compiling structmeta-derive v0.3.0 |
1844 | 2024-02-07T23:02:32.668Z | Checking rusty-fork v0.3.0 |
1845 | 2024-02-07T23:02:32.968Z | Compiling structmeta-derive v0.2.0 |
1846 | 2024-02-07T23:02:33.004Z | Checking tokio-rustls v0.25.0 |
1847 | 2024-02-07T23:02:33.372Z | Checking rand_xorshift v0.3.0 |
1848 | 2024-02-07T23:02:33.531Z | Checking unarray v0.1.4 |
1849 | 2024-02-07T23:02:33.679Z | Checking proptest v1.4.0 |
1850 | 2024-02-07T23:02:35.801Z | Compiling structmeta v0.3.0 |
1851 | 2024-02-07T23:02:36.215Z | Compiling structmeta v0.2.0 |
1852 | 2024-02-07T23:02:36.685Z | Compiling parse-display-derive v0.9.0 |
1853 | 2024-02-07T23:02:36.693Z | Compiling darling_macro v0.20.3 |
1854 | 2024-02-07T23:02:36.693Z | Checking backoff v0.4.0 |
1855 | 2024-02-07T23:02:36.722Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1856 | 2024-02-07T23:02:36.920Z | Compiling test-strategy v0.3.1 |
1857 | 2024-02-07T23:02:37.596Z | Compiling darling v0.20.3 |
1858 | 2024-02-07T23:02:37.706Z | Compiling serde_with_macros v3.6.0 |
1859 | 2024-02-07T23:02:37.734Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1860 | 2024-02-07T23:02:37.880Z | Checking macaddr v1.0.1 |
1861 | 2024-02-07T23:02:37.897Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1862 | 2024-02-07T23:02:38.032Z | Checking camino-tempfile v1.1.1 |
1863 | 2024-02-07T23:02:38.211Z | Checking is-terminal v0.4.9 |
1864 | 2024-02-07T23:02:38.280Z | Compiling proc-macro-error-attr v1.0.4 |
1865 | 2024-02-07T23:02:38.329Z | Compiling proc-macro-error v1.0.4 |
1866 | 2024-02-07T23:02:38.349Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1867 | 2024-02-07T23:02:38.791Z | Compiling proc-macro-crate v1.3.1 |
1868 | 2024-02-07T23:02:39.169Z | Compiling heapless v0.8.0 |
1869 | 2024-02-07T23:02:39.758Z | Checking termtree v0.4.1 |
1870 | 2024-02-07T23:02:39.887Z | Compiling num_enum_derive v0.5.11 |
1871 | 2024-02-07T23:02:39.952Z | Checking predicates-tree v1.0.9 |
1872 | 2024-02-07T23:02:40.344Z | Checking hash32 v0.3.1 |
1873 | 2024-02-07T23:02:40.498Z | Compiling smoltcp v0.11.0 |
1874 | 2024-02-07T23:02:40.526Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1875 | 2024-02-07T23:02:41.063Z | Checking serde_with v3.6.0 |
1876 | 2024-02-07T23:02:41.174Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1877 | 2024-02-07T23:02:41.273Z | Checking parse-display v0.9.0 |
1878 | 2024-02-07T23:02:41.696Z | Checking embedded-io v0.4.0 |
1879 | 2024-02-07T23:02:41.700Z | Checking cobs v0.2.3 |
1880 | 2024-02-07T23:02:41.700Z | Compiling crucible-workspace-hack v0.1.0 |
1881 | 2024-02-07T23:02:41.700Z | Compiling foreign-types-macros v0.2.3 |
1882 | 2024-02-07T23:02:41.700Z | Checking postcard v1.0.8 |
1883 | 2024-02-07T23:02:42.249Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1884 | 2024-02-07T23:02:42.281Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1885 | 2024-02-07T23:02:42.282Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1886 | 2024-02-07T23:02:42.335Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1887 | 2024-02-07T23:02:42.668Z | Checking foreign-types-shared v0.3.1 |
1888 | 2024-02-07T23:02:42.772Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1889 | 2024-02-07T23:02:42.790Z | Checking num_enum v0.5.11 |
1890 | 2024-02-07T23:02:42.881Z | Checking foreign-types v0.5.0 |
1891 | 2024-02-07T23:02:43.035Z | Compiling usdt-macro v0.5.0 |
1892 | 2024-02-07T23:02:43.108Z | Compiling usdt-attr-macro v0.5.0 |
1893 | 2024-02-07T23:02:43.148Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1894 | 2024-02-07T23:02:44.081Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1895 | 2024-02-07T23:02:44.107Z | Checking cstr-argument v0.1.2 |
1896 | 2024-02-07T23:02:44.259Z | Checking memmap v0.7.0 |
1897 | 2024-02-07T23:02:44.446Z | Checking pretty-hex v0.2.1 |
1898 | 2024-02-07T23:02:44.594Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1899 | 2024-02-07T23:02:44.605Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1900 | 2024-02-07T23:02:44.623Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1901 | 2024-02-07T23:02:44.870Z | Checking usdt v0.5.0 |
1902 | 2024-02-07T23:02:44.908Z | Checking colored v2.0.4 |
1903 | 2024-02-07T23:02:44.926Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1904 | 2024-02-07T23:02:44.936Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1905 | 2024-02-07T23:02:44.991Z | Compiling zone_cfg_derive v0.3.0 |
1906 | 2024-02-07T23:02:45.008Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1907 | 2024-02-07T23:02:45.109Z | Compiling num-derive v0.4.0 |
1908 | 2024-02-07T23:02:45.205Z | Compiling mockall_derive v0.12.0 |
1909 | 2024-02-07T23:02:45.389Z | Checking downcast v0.11.0 |
1910 | 2024-02-07T23:02:45.608Z | Checking fragile v2.0.0 |
1911 | 2024-02-07T23:02:45.864Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1912 | 2024-02-07T23:02:46.110Z | Checking smf v0.2.2 |
1913 | 2024-02-07T23:02:46.406Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1914 | 2024-02-07T23:02:46.567Z | Checking filetime v0.2.23 |
1915 | 2024-02-07T23:02:46.653Z | Checking zone v0.3.0 |
1916 | 2024-02-07T23:02:46.772Z | Checking xattr v1.0.1 |
1917 | 2024-02-07T23:02:46.939Z | Checking same-file v1.0.6 |
1918 | 2024-02-07T23:02:47.107Z | Checking walkdir v2.4.0 |
1919 | 2024-02-07T23:02:47.128Z | Checking tar v0.4.40 |
1920 | 2024-02-07T23:02:47.386Z | Compiling rayon-core v1.12.0 |
1921 | 2024-02-07T23:02:47.429Z | Checking pem v3.0.2 |
1922 | 2024-02-07T23:02:47.639Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1923 | 2024-02-07T23:02:47.659Z | Checking linked-hash-map v0.5.6 |
1924 | 2024-02-07T23:02:47.717Z | Checking itertools v0.12.1 |
1925 | 2024-02-07T23:02:47.837Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1926 | 2024-02-07T23:02:47.875Z | Checking headers-core v0.2.0 |
1927 | 2024-02-07T23:02:47.977Z | Checking lru-cache v0.1.2 |
1928 | 2024-02-07T23:02:48.019Z | Checking headers v0.3.9 |
1929 | 2024-02-07T23:02:48.071Z | Checking swrite v0.1.0 |
1930 | 2024-02-07T23:02:48.107Z | Checking password-hash v0.5.0 |
1931 | 2024-02-07T23:02:48.150Z | Checking blake2 v0.10.6 |
1932 | 2024-02-07T23:02:48.185Z | Checking rcgen v0.12.1 |
1933 | 2024-02-07T23:02:48.557Z | Checking atomicwrites v0.4.3 |
1934 | 2024-02-07T23:02:48.561Z | Checking argon2 v0.5.3 |
1935 | 2024-02-07T23:02:48.728Z | Checking subprocess v0.2.9 |
1936 | 2024-02-07T23:02:48.871Z | Checking arc-swap v1.6.0 |
1937 | 2024-02-07T23:02:49.121Z | Compiling cancel-safe-futures v0.1.5 |
1938 | 2024-02-07T23:02:49.180Z | Checking half v2.3.1 |
1939 | 2024-02-07T23:02:49.813Z | Checking ciborium-io v0.2.2 |
1940 | 2024-02-07T23:02:49.814Z | Checking slog-scope v4.4.0 |
1941 | 2024-02-07T23:02:49.814Z | Checking resolv-conf v0.7.0 |
1942 | 2024-02-07T23:02:49.814Z | Checking slog-stdlog v4.1.1 |
1943 | 2024-02-07T23:02:49.814Z | Checking slog-envlogger v2.2.0 |
1944 | 2024-02-07T23:02:49.815Z | Checking ciborium-ll v0.2.2 |
1945 | 2024-02-07T23:02:49.815Z | Checking trust-dns-resolver v0.22.0 |
1946 | 2024-02-07T23:02:49.886Z | Checking libsw v3.3.1 |
1947 | 2024-02-07T23:02:50.357Z | Compiling derive-where v1.2.7 |
1948 | 2024-02-07T23:02:50.394Z | Checking ciborium v0.2.2 |
1949 | 2024-02-07T23:02:50.395Z | Checking owo-colors v4.0.0 |
1950 | 2024-02-07T23:02:50.395Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1951 | 2024-02-07T23:02:50.406Z | Checking linear-map v1.2.0 |
1952 | 2024-02-07T23:02:50.723Z | Checking textwrap v0.11.0 |
1953 | 2024-02-07T23:02:50.920Z | Compiling heck v0.3.3 |
1954 | 2024-02-07T23:02:51.018Z | Compiling blake3 v1.5.0 |
1955 | 2024-02-07T23:02:51.221Z | Checking strsim v0.8.0 |
1956 | 2024-02-07T23:02:51.343Z | Compiling libefi-sys v0.1.0 |
1957 | 2024-02-07T23:02:51.405Z | Checking ansi_term v0.12.1 |
1958 | 2024-02-07T23:02:51.643Z | Checking vec_map v0.8.2 |
1959 | 2024-02-07T23:02:51.687Z | Compiling structopt-derive v0.4.18 |
1960 | 2024-02-07T23:02:51.932Z | Checking clap v2.34.0 |
1961 | 2024-02-07T23:02:51.959Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1962 | 2024-02-07T23:02:52.213Z | Compiling slog-dtrace v0.3.0 |
1963 | 2024-02-07T23:02:52.629Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1964 | 2024-02-07T23:02:52.928Z | Checking termcolor v1.2.0 |
1965 | 2024-02-07T23:02:52.960Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1966 | 2024-02-07T23:02:53.269Z | Checking nibble_vec v0.1.0 |
1967 | 2024-02-07T23:02:53.446Z | Checking gethostname v0.4.3 |
1968 | 2024-02-07T23:02:53.576Z | Compiling radium v0.7.0 |
1969 | 2024-02-07T23:02:53.591Z | Checking endian-type v0.1.2 |
1970 | 2024-02-07T23:02:53.686Z | Checking tap v1.0.1 |
1971 | 2024-02-07T23:02:53.746Z | Checking mockall v0.12.0 |
1972 | 2024-02-07T23:02:53.793Z | Checking radix_trie v0.2.1 |
1973 | 2024-02-07T23:02:53.846Z | Compiling maybe-uninit v2.0.0 |
1974 | 2024-02-07T23:02:53.985Z | Checking wyz v0.5.1 |
1975 | 2024-02-07T23:02:54.198Z | Checking fxhash v0.2.1 |
1976 | 2024-02-07T23:02:54.363Z | Compiling packed_struct v0.10.1 |
1977 | 2024-02-07T23:02:54.393Z | Compiling num-bigint-dig v0.8.4 |
1978 | 2024-02-07T23:02:54.419Z | Checking crc-catalog v2.2.0 |
1979 | 2024-02-07T23:02:54.456Z | Compiling semver v0.1.20 |
1980 | 2024-02-07T23:02:54.551Z | Checking funty v2.0.0 |
1981 | 2024-02-07T23:02:54.691Z | Checking crc v3.0.1 |
1982 | 2024-02-07T23:02:54.782Z | Checking structopt v0.3.26 |
1983 | 2024-02-07T23:02:54.828Z | Compiling rustc_version v0.1.7 |
1984 | 2024-02-07T23:02:54.845Z | Compiling packed_struct_codegen v0.10.1 |
1985 | 2024-02-07T23:02:54.883Z | Compiling indexmap v1.9.3 |
1986 | 2024-02-07T23:02:55.092Z | Checking nodrop v0.1.14 |
1987 | 2024-02-07T23:02:55.179Z | Checking smallvec v0.6.14 |
1988 | 2024-02-07T23:02:55.245Z | Checking array-init v0.0.4 |
1989 | 2024-02-07T23:02:55.328Z | Compiling newtype_derive v0.1.6 |
1990 | 2024-02-07T23:02:55.580Z | Checking pkcs1 v0.7.5 |
1991 | 2024-02-07T23:02:55.648Z | Checking signature v2.1.0 |
1992 | 2024-02-07T23:02:55.663Z | Checking bitvec v1.0.1 |
1993 | 2024-02-07T23:02:55.826Z | Compiling crossbeam-deque v0.8.3 |
1994 | 2024-02-07T23:02:55.982Z | Checking bitfield v0.14.0 |
1995 | 2024-02-07T23:02:56.167Z | Checking hashbrown v0.12.3 |
1996 | 2024-02-07T23:02:56.971Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1997 | 2024-02-07T23:02:57.140Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1998 | 2024-02-07T23:02:57.206Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1999 | 2024-02-07T23:02:57.232Z | Checking rsa v0.9.2 |
2000 | 2024-02-07T23:02:57.466Z | Checking serde-hex v0.1.0 |
2001 | 2024-02-07T23:02:57.988Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2002 | 2024-02-07T23:02:58.036Z | Checking env_logger v0.10.0 |
2003 | 2024-02-07T23:02:58.156Z | Checking x509-cert v0.2.4 |
2004 | 2024-02-07T23:02:58.211Z | Checking ron v0.8.1 |
2005 | 2024-02-07T23:02:58.600Z | Compiling semver-parser v0.10.2 |
2006 | 2024-02-07T23:02:59.516Z | Compiling num-rational v0.4.1 |
2007 | 2024-02-07T23:02:59.572Z | Checking crc-any v2.4.3 |
2008 | 2024-02-07T23:02:59.833Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2009 | 2024-02-07T23:02:59.937Z | Compiling semver v0.11.0 |
2010 | 2024-02-07T23:03:00.079Z | Compiling rayon v1.8.0 |
2011 | 2024-02-07T23:03:00.202Z | Checking object v0.30.4 |
2012 | 2024-02-07T23:03:01.119Z | Compiling memmap2 v0.7.1 |
2013 | 2024-02-07T23:03:01.769Z | Compiling arrayvec v0.7.4 |
2014 | 2024-02-07T23:03:01.820Z | Compiling constant_time_eq v0.3.0 |
2015 | 2024-02-07T23:03:01.845Z | Compiling arrayref v0.3.7 |
2016 | 2024-02-07T23:03:01.943Z | Compiling home v0.5.5 |
2017 | 2024-02-07T23:03:01.991Z | Checking path-slash v0.1.5 |
2018 | 2024-02-07T23:03:02.111Z | Compiling toolchain_find v0.2.0 |
2019 | 2024-02-07T23:03:02.203Z | Checking steno v0.4.0 |
2020 | 2024-02-07T23:03:02.466Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2021 | 2024-02-07T23:03:02.675Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2022 | 2024-02-07T23:03:03.288Z | Compiling toml v0.5.11 |
2023 | 2024-02-07T23:03:03.437Z | Checking num-complex v0.4.4 |
2024 | 2024-02-07T23:03:04.263Z | Compiling topological-sort v0.2.2 |
2025 | 2024-02-07T23:03:04.370Z | Compiling convert_case v0.4.0 |
2026 | 2024-02-07T23:03:04.592Z | Checking num v0.4.1 |
2027 | 2024-02-07T23:03:04.711Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2028 | 2024-02-07T23:03:04.871Z | Checking newline-converter v0.3.0 |
2029 | 2024-02-07T23:03:05.026Z | Compiling rustfmt-wrapper v0.2.0 |
2030 | 2024-02-07T23:03:05.358Z | Compiling derive_more v0.99.17 |
2031 | 2024-02-07T23:03:05.653Z | Compiling omicron-zone-package v0.11.0 |
2032 | 2024-02-07T23:03:06.230Z | Checking expectorate v1.1.0 |
2033 | 2024-02-07T23:03:06.387Z | Checking utf-8 v0.7.6 |
2034 | 2024-02-07T23:03:06.591Z | Checking tungstenite v0.20.1 |
2035 | 2024-02-07T23:03:06.781Z | Compiling buf-list v1.0.3 |
2036 | 2024-02-07T23:03:07.185Z | Checking display-error-chain v0.2.0 |
2037 | 2024-02-07T23:03:07.285Z | Compiling parking_lot_core v0.8.6 |
2038 | 2024-02-07T23:03:07.449Z | Checking tokio-tungstenite v0.20.1 |
2039 | 2024-02-07T23:03:07.779Z | Checking keccak v0.1.4 |
2040 | 2024-02-07T23:03:07.802Z | Checking trust-dns-client v0.22.0 |
2041 | 2024-02-07T23:03:08.061Z | Checking sha3 v0.10.8 |
2042 | 2024-02-07T23:03:08.161Z | Checking parking_lot v0.11.2 |
2043 | 2024-02-07T23:03:08.455Z | Checking secrecy v0.8.0 |
2044 | 2024-02-07T23:03:08.505Z | Compiling pin-project-internal v1.1.3 |
2045 | 2024-02-07T23:03:08.661Z | Compiling doc-comment v0.3.3 |
2046 | 2024-02-07T23:03:09.076Z | Checking sled v0.34.7 |
2047 | 2024-02-07T23:03:09.408Z | Checking trust-dns-server v0.22.1 |
2048 | 2024-02-07T23:03:09.481Z | Checking glob v0.3.1 |
2049 | 2024-02-07T23:03:09.627Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2050 | 2024-02-07T23:03:09.833Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2051 | 2024-02-07T23:03:10.007Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2052 | 2024-02-07T23:03:11.896Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2053 | 2024-02-07T23:03:11.992Z | Checking pin-project v1.1.3 |
2054 | 2024-02-07T23:03:12.115Z | Compiling vte_generate_state_changes v0.1.1 |
2055 | 2024-02-07T23:03:12.291Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2056 | 2024-02-07T23:03:12.471Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2057 | 2024-02-07T23:03:12.811Z | Checking vte v0.11.1 |
2058 | 2024-02-07T23:03:12.955Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2059 | 2024-02-07T23:03:13.569Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2060 | 2024-02-07T23:03:14.163Z | Compiling unicase v2.7.0 |
2061 | 2024-02-07T23:03:14.626Z | Compiling platforms v3.0.2 |
2062 | 2024-02-07T23:03:14.633Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2063 | 2024-02-07T23:03:14.633Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2064 | 2024-02-07T23:03:14.769Z | Checking strip-ansi-escapes v0.2.0 |
2065 | 2024-02-07T23:03:14.856Z | Checking fd-lock v3.0.13 |
2066 | 2024-02-07T23:03:14.868Z | Compiling snafu-derive v0.7.5 |
2067 | 2024-02-07T23:03:14.906Z | Compiling fs-err v2.11.0 |
2068 | 2024-02-07T23:03:14.970Z | Checking nu-ansi-term v0.49.0 |
2069 | 2024-02-07T23:03:15.423Z | Checking reedline v0.28.0 |
2070 | 2024-02-07T23:03:15.643Z | Checking globset v0.4.13 |
2071 | 2024-02-07T23:03:16.109Z | Checking olpc-cjson v0.1.3 |
2072 | 2024-02-07T23:03:16.119Z | Checking serde_plain v1.0.2 |
2073 | 2024-02-07T23:03:16.724Z | Compiling async-recursion v1.0.5 |
2074 | 2024-02-07T23:03:16.727Z | Checking typed-path v0.7.0 |
2075 | 2024-02-07T23:03:17.476Z | Compiling curve25519-dalek v4.1.1 |
2076 | 2024-02-07T23:03:18.101Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2077 | 2024-02-07T23:03:18.170Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2078 | 2024-02-07T23:03:18.267Z | Compiling memoffset v0.7.1 |
2079 | 2024-02-07T23:03:18.600Z | Checking parse-size v1.0.0 |
2080 | 2024-02-07T23:03:18.910Z | Compiling mime_guess v2.0.4 |
2081 | 2024-02-07T23:03:18.999Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2082 | 2024-02-07T23:03:19.260Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2083 | 2024-02-07T23:03:20.309Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2084 | 2024-02-07T23:03:20.724Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2085 | 2024-02-07T23:03:20.968Z | Checking snafu v0.7.5 |
2086 | 2024-02-07T23:03:21.056Z | Checking universal-hash v0.5.1 |
2087 | 2024-02-07T23:03:21.239Z | Compiling thiserror-impl-no-std v2.0.2 |
2088 | 2024-02-07T23:03:21.427Z | Checking tough v0.16.0 |
2089 | 2024-02-07T23:03:22.146Z | Compiling curve25519-dalek-derive v0.1.0 |
2090 | 2024-02-07T23:03:23.592Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2091 | 2024-02-07T23:03:23.773Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2092 | 2024-02-07T23:03:24.725Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2093 | 2024-02-07T23:03:25.719Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2094 | 2024-02-07T23:03:32.355Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2095 | 2024-02-07T23:03:32.494Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2096 | 2024-02-07T23:03:32.494Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2097 | 2024-02-07T23:03:32.494Z | Checking opaque-debug v0.3.0 |
2098 | 2024-02-07T23:03:32.494Z | Checking poly1305 v0.8.0 |
2099 | 2024-02-07T23:03:32.494Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2100 | 2024-02-07T23:03:32.494Z | Checking thiserror-no-std v2.0.2 |
2101 | 2024-02-07T23:03:32.528Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2102 | 2024-02-07T23:03:32.528Z | Checking chacha20 v0.9.1 |
2103 | 2024-02-07T23:03:32.529Z | Checking aead v0.5.2 |
2104 | 2024-02-07T23:03:32.529Z | Checking kstat-rs v0.2.3 |
2105 | 2024-02-07T23:03:32.529Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2106 | 2024-02-07T23:03:32.529Z | Compiling salty v0.2.0 |
2107 | 2024-02-07T23:03:32.529Z | Checking signature v1.6.4 |
2108 | 2024-02-07T23:03:32.529Z | Checking ed25519 v1.5.3 |
2109 | 2024-02-07T23:03:32.529Z | Checking chacha20poly1305 v0.10.1 |
2110 | 2024-02-07T23:03:32.529Z | Checking vsss-rs v3.3.4 |
2111 | 2024-02-07T23:03:32.529Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2112 | 2024-02-07T23:03:32.609Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2113 | 2024-02-07T23:03:32.900Z | Checking serde-big-array v0.5.1 |
2114 | 2024-02-07T23:03:33.141Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2115 | 2024-02-07T23:03:34.501Z | Checking bytecount v0.6.3 |
2116 | 2024-02-07T23:03:34.506Z | Checking papergrid v0.11.0 |
2117 | 2024-02-07T23:03:35.421Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2118 | 2024-02-07T23:03:36.173Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2119 | 2024-02-07T23:03:36.182Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2120 | 2024-02-07T23:03:36.302Z | Compiling tabled_derive v0.7.0 |
2121 | 2024-02-07T23:03:36.828Z | Checking signal-hook-tokio v0.3.1 |
2122 | 2024-02-07T23:03:37.012Z | Checking fd-lock v4.0.2 |
2123 | 2024-02-07T23:03:37.517Z | Checking nix v0.27.1 |
2124 | 2024-02-07T23:03:37.517Z | Checking serde-big-array v0.4.1 |
2125 | 2024-02-07T23:03:37.517Z | Compiling sqlparser_derive v0.2.2 |
2126 | 2024-02-07T23:03:38.618Z | Checking unicode_categories v0.1.1 |
2127 | 2024-02-07T23:03:38.644Z | Checking humantime v2.1.0 |
2128 | 2024-02-07T23:03:38.898Z | Compiling prettyplease v0.2.16 |
2129 | 2024-02-07T23:03:38.914Z | Checking sqlformat v0.2.3 |
2130 | 2024-02-07T23:03:38.961Z | Checking tabled v0.15.0 |
2131 | 2024-02-07T23:03:39.236Z | Checking sqlparser v0.43.1 |
2132 | 2024-02-07T23:03:39.893Z | Checking rustyline v13.0.0 |
2133 | 2024-02-07T23:03:40.283Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2134 | 2024-02-07T23:03:40.921Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2135 | 2024-02-07T23:03:41.300Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2136 | 2024-02-07T23:03:42.042Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2137 | 2024-02-07T23:03:42.049Z | Checking bcs v0.1.6 |
2138 | 2024-02-07T23:03:42.194Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2139 | 2024-02-07T23:03:42.459Z | Checking corncobs v0.1.3 |
2140 | 2024-02-07T23:03:42.648Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2141 | 2024-02-07T23:03:43.055Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2142 | 2024-02-07T23:03:44.628Z | Checking highway v1.1.0 |
2143 | 2024-02-07T23:03:45.046Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2144 | 2024-02-07T23:03:45.236Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2145 | 2024-02-07T23:03:46.127Z | Compiling crunchy v0.2.2 |
2146 | 2024-02-07T23:03:46.426Z | Checking http-range v0.1.5 |
2147 | 2024-02-07T23:03:46.597Z | Checking hyper-staticfile v0.9.5 |
2148 | 2024-02-07T23:03:46.645Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2149 | 2024-02-07T23:03:46.663Z | Compiling clang-sys v1.6.1 |
2150 | 2024-02-07T23:03:46.703Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2151 | 2024-02-07T23:03:46.849Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2152 | 2024-02-07T23:03:46.978Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2153 | 2024-02-07T23:03:47.253Z | Compiling tiny-keccak v2.0.2 |
2154 | 2024-02-07T23:03:47.654Z | Compiling darling_core v0.14.4 |
2155 | 2024-02-07T23:03:47.820Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2156 | 2024-02-07T23:03:47.917Z | Checking assert_matches v1.5.0 |
2157 | 2024-02-07T23:03:47.997Z | Compiling portable-atomic v1.4.3 |
2158 | 2024-02-07T23:03:49.112Z | Compiling ascii-canvas v3.0.0 |
2159 | 2024-02-07T23:03:49.872Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2160 | 2024-02-07T23:03:49.892Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2161 | 2024-02-07T23:03:49.923Z | Compiling ena v0.14.2 |
2162 | 2024-02-07T23:03:50.493Z | Compiling libloading v0.7.4 |
2163 | 2024-02-07T23:03:50.756Z | Compiling bindgen v0.69.2 |
2164 | 2024-02-07T23:03:51.102Z | Compiling regex-syntax v0.6.29 |
2165 | 2024-02-07T23:03:51.121Z | Compiling diff v0.1.13 |
2166 | 2024-02-07T23:03:52.436Z | Compiling cexpr v0.6.0 |
2167 | 2024-02-07T23:03:52.581Z | Compiling which v4.4.0 |
2168 | 2024-02-07T23:03:53.235Z | Checking number_prefix v0.4.0 |
2169 | 2024-02-07T23:03:55.306Z | Compiling peeking_take_while v0.1.2 |
2170 | 2024-02-07T23:03:55.306Z | Compiling ref-cast v1.0.20 |
2171 | 2024-02-07T23:03:55.306Z | Compiling darling_macro v0.14.4 |
2172 | 2024-02-07T23:03:55.307Z | Compiling lazycell v1.3.0 |
2173 | 2024-02-07T23:03:55.307Z | Checking maplit v1.0.2 |
2174 | 2024-02-07T23:03:55.307Z | Compiling lalrpop v0.19.12 |
2175 | 2024-02-07T23:03:55.307Z | Compiling rustc-hash v1.1.0 |
2176 | 2024-02-07T23:03:55.307Z | Compiling shlex v1.3.0 |
2177 | 2024-02-07T23:03:55.307Z | Compiling darling v0.14.4 |
2178 | 2024-02-07T23:03:55.307Z | Checking indicatif v0.17.7 |
2179 | 2024-02-07T23:03:55.307Z | Compiling derive_builder_core v0.12.0 |
2180 | 2024-02-07T23:03:55.741Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2181 | 2024-02-07T23:03:55.784Z | Compiling ref-cast-impl v1.0.20 |
2182 | 2024-02-07T23:03:56.075Z | Compiling libxml v0.3.3 |
2183 | 2024-02-07T23:03:56.548Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2184 | 2024-02-07T23:03:57.187Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2185 | 2024-02-07T23:03:57.601Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2186 | 2024-02-07T23:03:57.612Z | Compiling strum_macros v0.24.3 |
2187 | 2024-02-07T23:03:57.612Z | Compiling derive_builder_macro v0.12.0 |
2188 | 2024-02-07T23:03:57.612Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2189 | 2024-02-07T23:03:57.935Z | Compiling cookie v0.18.0 |
2190 | 2024-02-07T23:03:58.422Z | Compiling indoc v1.0.9 |
2191 | 2024-02-07T23:03:58.451Z | Checking derive_builder v0.12.0 |
2192 | 2024-02-07T23:03:59.757Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2193 | 2024-02-07T23:03:59.760Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2194 | 2024-02-07T23:03:59.760Z | Checking bb8 v0.8.3 |
2195 | 2024-02-07T23:04:00.110Z | Checking quick-xml v0.30.0 |
2196 | 2024-02-07T23:04:00.507Z | Compiling strum_macros v0.26.1 |
2197 | 2024-02-07T23:04:01.332Z | Checking castaway v0.2.2 |
2198 | 2024-02-07T23:04:01.478Z | Compiling impl-trait-for-tuples v0.2.2 |
2199 | 2024-02-07T23:04:01.512Z | Compiling oso-derive v0.27.0 |
2200 | 2024-02-07T23:04:02.073Z | Checking compact_str v0.7.1 |
2201 | 2024-02-07T23:04:02.827Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2202 | 2024-02-07T23:04:04.312Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2203 | 2024-02-07T23:04:04.600Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2204 | 2024-02-07T23:04:05.730Z | Checking lru v0.12.1 |
2205 | 2024-02-07T23:04:06.028Z | Compiling stability v0.1.1 |
2206 | 2024-02-07T23:04:06.072Z | Checking strum v0.26.1 |
2207 | 2024-02-07T23:04:06.238Z | Checking cassowary v0.3.0 |
2208 | 2024-02-07T23:04:06.415Z | Compiling indoc v2.0.3 |
2209 | 2024-02-07T23:04:06.657Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2210 | 2024-02-07T23:04:07.096Z | Checking unicode-linebreak v0.1.5 |
2211 | 2024-02-07T23:04:07.531Z | Checking smawk v0.3.1 |
2212 | 2024-02-07T23:04:07.636Z | Checking ratatui v0.26.0 |
2213 | 2024-02-07T23:04:07.704Z | Checking textwrap v0.16.0 |
2214 | 2024-02-07T23:04:08.085Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2215 | 2024-02-07T23:04:08.135Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2216 | 2024-02-07T23:04:08.542Z | Checking is_ci v1.1.1 |
2217 | 2024-02-07T23:04:08.677Z | Checking supports-color v2.1.0 |
2218 | 2024-02-07T23:04:08.882Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2219 | 2024-02-07T23:04:09.089Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2220 | 2024-02-07T23:04:09.441Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2221 | 2024-02-07T23:04:10.250Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2222 | 2024-02-07T23:04:10.573Z | Checking rtoolbox v0.0.1 |
2223 | 2024-02-07T23:04:10.693Z | Checking tui-tree-widget v0.17.0 |
2224 | 2024-02-07T23:04:10.773Z | Checking rpassword v7.3.1 |
2225 | 2024-02-07T23:04:10.946Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2226 | 2024-02-07T23:04:11.005Z | Checking fatfs v0.3.6 |
2227 | 2024-02-07T23:04:12.003Z | Checking shell-words v1.1.0 |
2228 | 2024-02-07T23:04:12.173Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2229 | 2024-02-07T23:04:12.714Z | Checking yansi v0.5.1 |
2230 | 2024-02-07T23:04:13.019Z | Checking pretty_assertions v1.4.0 |
2231 | 2024-02-07T23:04:13.343Z | Compiling target-lexicon v0.12.13 |
2232 | 2024-02-07T23:04:13.778Z | Compiling guppy-workspace-hack v0.1.0 |
2233 | 2024-02-07T23:04:13.815Z | Checking plotters-backend v0.3.5 |
2234 | 2024-02-07T23:04:13.875Z | Checking http-body v1.0.0 |
2235 | 2024-02-07T23:04:14.040Z | Checking plotters-svg v0.3.5 |
2236 | 2024-02-07T23:04:14.081Z | Checking rand v0.4.6 |
2237 | 2024-02-07T23:04:14.272Z | Compiling target-spec v3.1.0 |
2238 | 2024-02-07T23:04:14.858Z | Checking cast v0.3.0 |
2239 | 2024-02-07T23:04:14.894Z | Checking tower-layer v0.3.2 |
2240 | 2024-02-07T23:04:15.004Z | Checking remove_dir_all v0.5.3 |
2241 | 2024-02-07T23:04:15.105Z | Checking tempdir v0.3.7 |
2242 | 2024-02-07T23:04:15.165Z | Checking tower v0.4.13 |
2243 | 2024-02-07T23:04:15.186Z | Checking criterion-plot v0.5.0 |
2244 | 2024-02-07T23:04:15.270Z | Checking cfg-expr v0.15.6 |
2245 | 2024-02-07T23:04:15.721Z | Checking plotters v0.3.5 |
2246 | 2024-02-07T23:04:16.139Z | Checking hyper v1.1.0 |
2247 | 2024-02-07T23:04:16.165Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2248 | 2024-02-07T23:04:16.366Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2249 | 2024-02-07T23:04:17.091Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2250 | 2024-02-07T23:04:17.242Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2251 | 2024-02-07T23:04:17.290Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2252 | 2024-02-07T23:04:17.451Z | Checking tinytemplate v1.2.1 |
2253 | 2024-02-07T23:04:17.839Z | Checking cargo-platform v0.1.3 |
2254 | 2024-02-07T23:04:18.408Z | Checking oorandom v11.1.3 |
2255 | 2024-02-07T23:04:18.569Z | Checking anes v0.1.6 |
2256 | 2024-02-07T23:04:18.938Z | Checking criterion v0.5.1 |
2257 | 2024-02-07T23:04:19.354Z | Checking cargo_metadata v0.18.1 |
2258 | 2024-02-07T23:04:19.400Z | Checking hyper-util v0.1.2 |
2259 | 2024-02-07T23:04:20.417Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2260 | 2024-02-07T23:04:21.020Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2261 | 2024-02-07T23:04:21.395Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2262 | 2024-02-07T23:04:21.912Z | Checking assert_cmd v2.0.13 |
2263 | 2024-02-07T23:04:22.329Z | Checking rustls-native-certs v0.7.0 |
2264 | 2024-02-07T23:04:23.249Z | Checking pathdiff v0.2.1 |
2265 | 2024-02-07T23:04:23.249Z | Checking nested v0.1.1 |
2266 | 2024-02-07T23:04:23.253Z | Checking guppy v0.17.5 |
2267 | 2024-02-07T23:04:26.356Z | Checking hyper-rustls v0.26.0 |
2268 | 2024-02-07T23:04:26.704Z | Checking httptest v0.15.5 |
2269 | 2024-02-07T23:04:27.019Z | Checking threadpool v1.8.1 |
2270 | 2024-02-07T23:04:27.110Z | Checking nanorand v0.7.0 |
2271 | 2024-02-07T23:04:27.197Z | Checking libtest-mimic v0.6.1 |
2272 | 2024-02-07T23:04:27.437Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2273 | 2024-02-07T23:04:27.474Z | Checking flume v0.11.0 |
2274 | 2024-02-07T23:04:27.631Z | Checking similar-asserts v1.5.0 |
2275 | 2024-02-07T23:04:27.866Z | Compiling rstest_macros v0.18.2 |
2276 | 2024-02-07T23:04:27.962Z | Compiling crossbeam-queue v0.3.8 |
2277 | 2024-02-07T23:04:28.948Z | Checking datatest-stable v0.2.3 |
2278 | 2024-02-07T23:04:28.951Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2279 | 2024-02-07T23:04:28.952Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2280 | 2024-02-07T23:04:29.633Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2281 | 2024-02-07T23:04:29.795Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2282 | 2024-02-07T23:04:30.152Z | Checking csv-core v0.1.11 |
2283 | 2024-02-07T23:04:30.319Z | Checking constant_time_eq v0.2.6 |
2284 | 2024-02-07T23:04:30.447Z | Compiling trybuild v1.0.89 |
2285 | 2024-02-07T23:04:30.492Z | Compiling relative-path v1.9.0 |
2286 | 2024-02-07T23:04:30.507Z | Checking csv v1.3.0 |
2287 | 2024-02-07T23:04:30.928Z | Checking blake2b_simd v1.0.1 |
2288 | 2024-02-07T23:04:31.691Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2289 | 2024-02-07T23:04:31.721Z | Checking multimap v0.8.3 |
2290 | 2024-02-07T23:04:32.007Z | Checking basic-toml v0.1.8 |
2291 | 2024-02-07T23:04:33.077Z | Checking futures-timer v3.0.2 |
2292 | 2024-02-07T23:04:34.470Z | Checking rust-argon2 v1.0.1 |
2293 | 2024-02-07T23:04:34.874Z | Checking crossbeam v0.8.2 |
2294 | 2024-02-07T23:04:36.079Z | Checking partial-io v0.5.4 |
2295 | 2024-02-07T23:04:36.530Z | Checking approx v0.5.1 |
2296 | 2024-02-07T23:04:36.688Z | Checking termios v0.3.3 |
2297 | 2024-02-07T23:04:36.893Z | Checking hex-literal v0.4.1 |
2298 | 2024-02-07T23:04:41.128Z | Checking rstest v0.18.2 |
2299 | 2024-02-07T23:04:42.553Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2300 | 2024-02-07T23:04:45.503Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2301 | 2024-02-07T23:05:28.027Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2302 | 2024-02-07T23:05:28.672Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2303 | 2024-02-07T23:05:29.308Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2304 | 2024-02-07T23:05:31.654Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2305 | 2024-02-07T23:05:36.143Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2306 | 2024-02-07T23:05:53.515Z | Compiling polar-core v0.27.0 |
2307 | 2024-02-07T23:06:00.238Z | Checking oso v0.27.0 |
2308 | 2024-02-07T23:06:25.244Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2309 | 2024-02-07T23:07:23.916Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 47s |
2310 | 2024-02-07T23:07:24.085Z | |
2311 | 2024-02-07T23:07:24.086Z | real 7:31.185950715 |
2312 | 2024-02-07T23:07:24.086Z | user 39:11.927337797 |
2313 | 2024-02-07T23:07:24.086Z | sys 6:32.954653981 |
2314 | 2024-02-07T23:07:24.097Z | trap 1.059625080 |
2315 | 2024-02-07T23:07:24.097Z | tflt 4.870238714 |
2316 | 2024-02-07T23:07:24.097Z | dflt 3.369871541 |
2317 | 2024-02-07T23:07:24.097Z | kflt 0.067057527 |
2318 | 2024-02-07T23:07:24.097Z | lock 1:00:11.392514634 |
2319 | 2024-02-07T23:07:24.097Z | slp 1:59:50.589018765 |
2320 | 2024-02-07T23:07:24.097Z | lat 1:40.487930238 |
2321 | 2024-02-07T23:07:24.097Z | stop 4:00.358910996 |
2322 | 2024-02-07T23:07:24.898Z | warning: output filename collision. |
2323 | 2024-02-07T23:07:24.898Z | 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)`. |
2324 | 2024-02-07T23:07:24.898Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2325 | 2024-02-07T23:07:24.898Z | The targets should have unique names. |
2326 | 2024-02-07T23:07:24.899Z | This is a known bug where multiple crates with the same name use |
2327 | 2024-02-07T23:07:24.899Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2328 | 2024-02-07T23:07:24.934Z | warning: output filename collision. |
2329 | 2024-02-07T23:07:24.934Z | 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)`. |
2330 | 2024-02-07T23:07:24.934Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2331 | 2024-02-07T23:07:24.935Z | The targets should have unique names. |
2332 | 2024-02-07T23:07:24.935Z | This is a known bug where multiple crates with the same name use |
2333 | 2024-02-07T23:07:24.935Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2334 | 2024-02-07T23:07:24.935Z | warning: output filename collision. |
2335 | 2024-02-07T23:07:24.935Z | 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)`. |
2336 | 2024-02-07T23:07:24.936Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2337 | 2024-02-07T23:07:24.936Z | The targets should have unique names. |
2338 | 2024-02-07T23:07:24.936Z | This is a known bug where multiple crates with the same name use |
2339 | 2024-02-07T23:07:24.936Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2340 | 2024-02-07T23:07:24.936Z | warning: output filename collision. |
2341 | 2024-02-07T23:07:24.937Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2342 | 2024-02-07T23:07:24.937Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2343 | 2024-02-07T23:07:24.937Z | The targets should have unique names. |
2344 | 2024-02-07T23:07:24.937Z | This is a known bug where multiple crates with the same name use |
2345 | 2024-02-07T23:07:24.937Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2346 | 2024-02-07T23:07:24.937Z | warning: output filename collision. |
2347 | 2024-02-07T23:07:24.937Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2348 | 2024-02-07T23:07:24.937Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2349 | 2024-02-07T23:07:24.938Z | The targets should have unique names. |
2350 | 2024-02-07T23:07:24.938Z | This is a known bug where multiple crates with the same name use |
2351 | 2024-02-07T23:07:24.938Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2352 | 2024-02-07T23:07:24.939Z | warning: output filename collision. |
2353 | 2024-02-07T23:07:24.939Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2354 | 2024-02-07T23:07:24.939Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2355 | 2024-02-07T23:07:24.939Z | The targets should have unique names. |
2356 | 2024-02-07T23:07:24.939Z | This is a known bug where multiple crates with the same name use |
2357 | 2024-02-07T23:07:24.939Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2358 | 2024-02-07T23:07:24.940Z | warning: output filename collision. |
2359 | 2024-02-07T23:07:24.940Z | 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)`. |
2360 | 2024-02-07T23:07:24.940Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2361 | 2024-02-07T23:07:24.940Z | The targets should have unique names. |
2362 | 2024-02-07T23:07:24.940Z | This is a known bug where multiple crates with the same name use |
2363 | 2024-02-07T23:07:24.940Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2364 | 2024-02-07T23:07:25.299Z | Documenting libc v0.2.153 |
2365 | 2024-02-07T23:07:25.341Z | Documenting cfg-if v1.0.0 |
2366 | 2024-02-07T23:07:25.358Z | Documenting serde_derive v1.0.196 |
2367 | 2024-02-07T23:07:25.368Z | Documenting log v0.4.20 |
2368 | 2024-02-07T23:07:25.387Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2369 | 2024-02-07T23:07:25.401Z | Documenting memchr v2.6.3 |
2370 | 2024-02-07T23:07:25.427Z | Documenting scopeguard v1.2.0 |
2371 | 2024-02-07T23:07:25.438Z | Documenting byteorder v1.5.0 |
2372 | 2024-02-07T23:07:25.684Z | Documenting smallvec v1.13.1 |
2373 | 2024-02-07T23:07:28.386Z | Documenting itoa v1.0.9 |
2374 | 2024-02-07T23:07:28.395Z | Documenting lock_api v0.4.10 |
2375 | 2024-02-07T23:07:28.845Z | Documenting zeroize_derive v1.4.2 |
2376 | 2024-02-07T23:07:29.834Z | Documenting getrandom v0.2.10 |
2377 | 2024-02-07T23:07:29.840Z | Documenting parking_lot_core v0.9.8 |
2378 | 2024-02-07T23:07:29.841Z | Documenting once_cell v1.19.0 |
2379 | 2024-02-07T23:07:29.910Z | Documenting pin-project-lite v0.2.13 |
2380 | 2024-02-07T23:07:30.782Z | Documenting libm v0.2.7 |
2381 | 2024-02-07T23:07:31.083Z | Documenting signal-hook-registry v1.4.1 |
2382 | 2024-02-07T23:07:31.722Z | Documenting serde v1.0.196 |
2383 | 2024-02-07T23:07:32.674Z | Documenting mio v0.8.9 |
2384 | 2024-02-07T23:07:33.216Z | Documenting rand_core v0.6.4 |
2385 | 2024-02-07T23:07:33.534Z | Documenting parking_lot v0.12.1 |
2386 | 2024-02-07T23:07:33.984Z | Documenting num-traits v0.2.16 |
2387 | 2024-02-07T23:07:34.371Z | Documenting futures-core v0.3.30 |
2388 | 2024-02-07T23:07:34.579Z | Documenting zeroize v1.7.0 |
2389 | 2024-02-07T23:07:35.044Z | Documenting thiserror-impl v1.0.56 |
2390 | 2024-02-07T23:07:36.754Z | Documenting num_cpus v1.16.0 |
2391 | 2024-02-07T23:07:36.986Z | Documenting socket2 v0.5.5 |
2392 | 2024-02-07T23:07:37.449Z | Documenting tokio-macros v2.2.0 |
2393 | 2024-02-07T23:07:37.901Z | Documenting ryu v1.0.15 |
2394 | 2024-02-07T23:07:38.464Z | Documenting typenum v1.16.0 |
2395 | 2024-02-07T23:07:38.749Z | Documenting subtle v2.5.0 |
2396 | 2024-02-07T23:07:39.804Z | Documenting thiserror v1.0.56 |
2397 | 2024-02-07T23:07:40.628Z | Documenting zerocopy v0.7.32 |
2398 | 2024-02-07T23:07:40.657Z | Documenting futures-sink v0.3.30 |
2399 | 2024-02-07T23:07:40.885Z | Documenting pin-utils v0.1.0 |
2400 | 2024-02-07T23:07:41.839Z | Documenting slab v0.4.9 |
2401 | 2024-02-07T23:07:42.641Z | Documenting futures-macro v0.3.30 |
2402 | 2024-02-07T23:07:43.490Z | Documenting futures-task v0.3.30 |
2403 | 2024-02-07T23:07:44.702Z | Documenting futures-channel v0.3.30 |
2404 | 2024-02-07T23:07:45.977Z | Documenting const-oid v0.9.5 |
2405 | 2024-02-07T23:07:46.429Z | Documenting futures-io v0.3.30 |
2406 | 2024-02-07T23:07:47.255Z | Documenting iana-time-zone v0.1.57 |
2407 | 2024-02-07T23:07:47.709Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2408 | 2024-02-07T23:07:48.087Z | Documenting ahash v0.8.7 |
2409 | 2024-02-07T23:07:48.263Z | Documenting allocator-api2 v0.2.16 |
2410 | 2024-02-07T23:07:48.509Z | Documenting tinyvec_macros v0.1.1 |
2411 | 2024-02-07T23:07:50.340Z | Documenting futures-util v0.3.30 |
2412 | 2024-02-07T23:07:51.184Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2413 | 2024-02-07T23:07:51.577Z | Documenting tinyvec v1.6.0 |
2414 | 2024-02-07T23:07:51.955Z | Documenting tracing-core v0.1.31 |
2415 | 2024-02-07T23:07:52.087Z | Documenting tracing-attributes v0.1.26 |
2416 | 2024-02-07T23:07:53.042Z | Documenting bytes v1.5.0 |
2417 | 2024-02-07T23:07:53.158Z | Documenting bitflags v2.4.0 |
2418 | 2024-02-07T23:07:55.310Z | Documenting serde_json v1.0.113 |
2419 | 2024-02-07T23:07:57.091Z | Documenting chrono v0.4.31 |
2420 | 2024-02-07T23:07:57.730Z | Documenting tokio v1.36.0 |
2421 | 2024-02-07T23:07:59.184Z | Documenting hashbrown v0.14.2 |
2422 | 2024-02-07T23:08:00.075Z | Documenting uuid v1.7.0 |
2423 | 2024-02-07T23:08:00.375Z | Documenting unicode-normalization v0.1.22 |
2424 | 2024-02-07T23:08:00.587Z | Documenting ppv-lite86 v0.2.17 |
2425 | 2024-02-07T23:08:02.877Z | Documenting unicode-bidi v0.3.13 |
2426 | 2024-02-07T23:08:03.643Z | Documenting generic-array v0.14.7 |
2427 | 2024-02-07T23:08:03.861Z | Documenting rand_chacha v0.3.1 |
2428 | 2024-02-07T23:08:04.768Z | Documenting equivalent v1.0.1 |
2429 | 2024-02-07T23:08:04.847Z | Documenting base64 v0.21.7 |
2430 | 2024-02-07T23:08:05.893Z | Documenting percent-encoding v2.3.1 |
2431 | 2024-02-07T23:08:07.100Z | Documenting lazy_static v1.4.0 |
2432 | 2024-02-07T23:08:07.657Z | Documenting indexmap v2.2.2 |
2433 | 2024-02-07T23:08:08.034Z | Documenting rand v0.8.5 |
2434 | 2024-02-07T23:08:08.360Z | Documenting crypto-common v0.1.6 |
2435 | 2024-02-07T23:08:08.699Z | Documenting block-buffer v0.10.4 |
2436 | 2024-02-07T23:08:08.926Z | Documenting serde_derive_internals v0.26.0 |
2437 | 2024-02-07T23:08:09.953Z | Documenting form_urlencoded v1.2.1 |
2438 | 2024-02-07T23:08:09.967Z | Checking serde_derive_internals v0.26.0 |
2439 | 2024-02-07T23:08:10.429Z | Documenting tracing v0.1.37 |
2440 | 2024-02-07T23:08:10.544Z | Documenting fnv v1.0.7 |
2441 | 2024-02-07T23:08:12.664Z | Documenting dyn-clone v1.0.16 |
2442 | 2024-02-07T23:08:12.932Z | Documenting cpufeatures v0.2.12 |
2443 | 2024-02-07T23:08:12.954Z | Documenting digest v0.10.7 |
2444 | 2024-02-07T23:08:13.578Z | Documenting idna v0.5.0 |
2445 | 2024-02-07T23:08:13.937Z | Documenting httparse v1.8.0 |
2446 | 2024-02-07T23:08:14.171Z | Documenting schemars_derive v0.8.16 |
2447 | 2024-02-07T23:08:14.234Z | Documenting errno v0.3.8 |
2448 | 2024-02-07T23:08:15.597Z | Documenting unicode-width v0.1.11 |
2449 | 2024-02-07T23:08:15.628Z | Documenting unicode-ident v1.0.12 |
2450 | 2024-02-07T23:08:17.584Z | Documenting url v2.5.0 |
2451 | 2024-02-07T23:08:18.156Z | Documenting rustix v0.38.31 |
2452 | 2024-02-07T23:08:18.303Z | Documenting httpdate v1.0.3 |
2453 | 2024-02-07T23:08:18.394Z | Documenting adler v1.0.2 |
2454 | 2024-02-07T23:08:18.457Z | Documenting proc-macro2 v1.0.78 |
2455 | 2024-02-07T23:08:18.875Z | Documenting try-lock v0.2.4 |
2456 | 2024-02-07T23:08:20.489Z | Documenting schemars v0.8.16 |
2457 | 2024-02-07T23:08:21.262Z | Documenting miniz_oxide v0.7.1 |
2458 | 2024-02-07T23:08:21.747Z | Documenting want v0.3.1 |
2459 | 2024-02-07T23:08:22.011Z | Documenting http-body v0.4.5 |
2460 | 2024-02-07T23:08:22.121Z | Documenting openssl-sys v0.9.96 |
2461 | 2024-02-07T23:08:22.679Z | Documenting openssl-macros v0.1.1 |
2462 | 2024-02-07T23:08:24.771Z | Documenting base64ct v1.6.0 |
2463 | 2024-02-07T23:08:24.854Z | Documenting tower-service v0.3.2 |
2464 | 2024-02-07T23:08:25.687Z | Documenting mime v0.3.17 |
2465 | 2024-02-07T23:08:26.286Z | Documenting quote v1.0.35 |
2466 | 2024-02-07T23:08:27.079Z | Documenting aho-corasick v1.0.4 |
2467 | 2024-02-07T23:08:27.825Z | Documenting slog v2.7.0 |
2468 | 2024-02-07T23:08:27.960Z | Documenting openssl v0.10.60 |
2469 | 2024-02-07T23:08:28.239Z | Documenting tokio-util v0.7.10 |
2470 | 2024-02-07T23:08:28.698Z | Documenting regex-syntax v0.8.2 |
2471 | 2024-02-07T23:08:28.984Z | Documenting ipnet v2.9.0 |
2472 | 2024-02-07T23:08:30.171Z | Documenting openssl-probe v0.1.5 |
2473 | 2024-02-07T23:08:30.366Z | Documenting syn v2.0.48 |
2474 | 2024-02-07T23:08:31.977Z | Documenting async-trait v0.1.77 |
2475 | 2024-02-07T23:08:32.002Z | Documenting pem-rfc7468 v0.7.0 |
2476 | 2024-02-07T23:08:33.197Z | Documenting encoding_rs v0.8.33 |
2477 | 2024-02-07T23:08:33.848Z | Documenting crossbeam-utils v0.8.16 |
2478 | 2024-02-07T23:08:33.918Z | Documenting h2 v0.3.24 |
2479 | 2024-02-07T23:08:35.296Z | Documenting regex-automata v0.4.4 |
2480 | 2024-02-07T23:08:36.018Z | Documenting der_derive v0.7.2 |
2481 | 2024-02-07T23:08:36.029Z | Documenting native-tls v0.2.11 |
2482 | 2024-02-07T23:08:36.581Z | Documenting utf8parse v0.2.1 |
2483 | 2024-02-07T23:08:37.708Z | Documenting flagset v0.4.3 |
2484 | 2024-02-07T23:08:37.986Z | Documenting serde_urlencoded v0.7.1 |
2485 | 2024-02-07T23:08:39.355Z | Documenting num-integer v0.1.45 |
2486 | 2024-02-07T23:08:40.428Z | Documenting time-macros v0.2.13 |
2487 | 2024-02-07T23:08:41.119Z | Documenting der v0.7.8 |
2488 | 2024-02-07T23:08:42.096Z | Documenting tokio-native-tls v0.3.1 |
2489 | 2024-02-07T23:08:42.237Z | Documenting time-core v0.1.1 |
2490 | 2024-02-07T23:08:43.521Z | Documenting gimli v0.28.0 |
2491 | 2024-02-07T23:08:44.243Z | Documenting regex v1.10.3 |
2492 | 2024-02-07T23:08:44.999Z | Documenting num_threads v0.1.6 |
2493 | 2024-02-07T23:08:45.078Z | Documenting hyper v0.14.27 |
2494 | 2024-02-07T23:08:45.739Z | Documenting deranged v0.3.8 |
2495 | 2024-02-07T23:08:45.979Z | Documenting spki v0.7.2 |
2496 | 2024-02-07T23:08:47.373Z | Documenting object v0.32.1 |
2497 | 2024-02-07T23:08:48.694Z | Documenting rustc-demangle v0.1.23 |
2498 | 2024-02-07T23:08:48.943Z | Documenting webpki-roots v0.25.2 |
2499 | 2024-02-07T23:08:49.717Z | Documenting addr2line v0.21.0 |
2500 | 2024-02-07T23:08:49.761Z | Documenting spin v0.9.8 |
2501 | 2024-02-07T23:08:50.759Z | Documenting time v0.3.27 |
2502 | 2024-02-07T23:08:50.759Z | Documenting either v1.9.0 |
2503 | 2024-02-07T23:08:51.631Z | Documenting pkcs8 v0.10.2 |
2504 | 2024-02-07T23:08:52.744Z | Documenting openapiv3 v2.0.0 |
2505 | 2024-02-07T23:08:52.808Z | Documenting futures-executor v0.3.30 |
2506 | 2024-02-07T23:08:53.453Z | Checking pest_meta v2.7.6 |
2507 | 2024-02-07T23:08:54.389Z | Documenting memoffset v0.9.0 |
2508 | 2024-02-07T23:08:54.453Z | Documenting data-encoding v2.4.0 |
2509 | 2024-02-07T23:08:55.402Z | Documenting anstyle v1.0.2 |
2510 | 2024-02-07T23:08:56.341Z | Documenting anstyle-parse v0.2.1 |
2511 | 2024-02-07T23:08:57.167Z | Documenting hyper-rustls v0.24.2 |
2512 | 2024-02-07T23:08:57.308Z | Documenting hyper-tls v0.5.0 |
2513 | 2024-02-07T23:08:57.860Z | Documenting crossbeam-epoch v0.9.15 |
2514 | 2024-02-07T23:08:58.634Z | Documenting ipnetwork v0.20.0 |
2515 | 2024-02-07T23:08:59.284Z | Documenting sha2 v0.10.8 |
2516 | 2024-02-07T23:08:59.515Z | Documenting hex v0.4.3 |
2517 | 2024-02-07T23:08:59.661Z | Documenting crc32fast v1.3.2 |
2518 | 2024-02-07T23:08:59.837Z | Documenting backtrace v0.3.69 |
2519 | 2024-02-07T23:09:01.850Z | Documenting pest_meta v2.7.6 |
2520 | 2024-02-07T23:09:03.327Z | Documenting scroll_derive v0.12.0 |
2521 | 2024-02-07T23:09:03.558Z | Documenting untrusted v0.9.0 |
2522 | 2024-02-07T23:09:03.687Z | Documenting colorchoice v1.0.0 |
2523 | 2024-02-07T23:09:04.224Z | Documenting anstyle-query v1.0.0 |
2524 | 2024-02-07T23:09:05.009Z | Documenting futures v0.3.30 |
2525 | 2024-02-07T23:09:05.219Z | Documenting reqwest v0.11.22 |
2526 | 2024-02-07T23:09:05.975Z | Documenting anyhow v1.0.75 |
2527 | 2024-02-07T23:09:06.397Z | Documenting ring v0.17.7 |
2528 | 2024-02-07T23:09:06.488Z | Checking pest_generator v2.7.6 |
2529 | 2024-02-07T23:09:06.676Z | Documenting pest_generator v2.7.6 |
2530 | 2024-02-07T23:09:07.212Z | Documenting num-iter v0.1.43 |
2531 | 2024-02-07T23:09:08.062Z | Documenting scroll v0.12.0 |
2532 | 2024-02-07T23:09:08.079Z | Documenting anstream v0.5.0 |
2533 | 2024-02-07T23:09:10.841Z | Documenting hmac v0.12.1 |
2534 | 2024-02-07T23:09:11.326Z | Documenting signal-hook v0.3.17 |
2535 | 2024-02-07T23:09:11.473Z | Documenting terminal_size v0.2.6 |
2536 | 2024-02-07T23:09:11.499Z | Documenting plain v0.2.3 |
2537 | 2024-02-07T23:09:11.499Z | Documenting strsim v0.10.0 |
2538 | 2024-02-07T23:09:11.710Z | Documenting ucd-trie v0.1.6 |
2539 | 2024-02-07T23:09:13.099Z | Documenting static_assertions v1.1.0 |
2540 | 2024-02-07T23:09:14.372Z | Documenting clap_lex v0.5.1 |
2541 | 2024-02-07T23:09:15.362Z | Documenting goblin v0.8.0 |
2542 | 2024-02-07T23:09:15.411Z | Documenting pest_derive v2.7.6 |
2543 | 2024-02-07T23:09:15.598Z | Documenting flate2 v1.0.28 |
2544 | 2024-02-07T23:09:15.733Z | Documenting clap_derive v4.4.2 |
2545 | 2024-02-07T23:09:15.808Z | Documenting unicode-segmentation v1.10.1 |
2546 | 2024-02-07T23:09:16.041Z | Documenting pretty-hex v0.4.1 |
2547 | 2024-02-07T23:09:16.155Z | Documenting pest v2.7.6 |
2548 | 2024-02-07T23:09:18.762Z | Documenting clap_builder v4.4.2 |
2549 | 2024-02-07T23:09:19.107Z | Documenting managed v0.8.0 |
2550 | 2024-02-07T23:09:19.159Z | Documenting signal-hook-mio v0.2.3 |
2551 | 2024-02-07T23:09:19.801Z | Documenting block-padding v0.3.3 |
2552 | 2024-02-07T23:09:20.698Z | Documenting scheduled-thread-pool v0.2.7 |
2553 | 2024-02-07T23:09:20.856Z | Documenting thread-id v4.2.0 |
2554 | 2024-02-07T23:09:21.067Z | Documenting dtrace-parser v0.2.0 |
2555 | 2024-02-07T23:09:22.402Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2556 | 2024-02-07T23:09:22.485Z | Documenting dof v0.3.0 |
2557 | 2024-02-07T23:09:23.492Z | Documenting enum-as-inner v0.5.1 |
2558 | 2024-02-07T23:09:23.864Z | Documenting diesel_table_macro_syntax v0.1.0 |
2559 | 2024-02-07T23:09:24.752Z | Checking diesel_table_macro_syntax v0.1.0 |
2560 | 2024-02-07T23:09:24.769Z | Documenting r2d2 v0.8.10 |
2561 | 2024-02-07T23:09:24.839Z | Documenting inout v0.1.3 |
2562 | 2024-02-07T23:09:24.998Z | Documenting clap v4.4.3 |
2563 | 2024-02-07T23:09:25.741Z | Documenting crossterm v0.27.0 |
2564 | 2024-02-07T23:09:26.240Z | Documenting bzip2 v0.4.4 |
2565 | 2024-02-07T23:09:27.799Z | Documenting trust-dns-proto v0.22.0 |
2566 | 2024-02-07T23:09:28.086Z | Documenting usdt-impl v0.5.0 |
2567 | 2024-02-07T23:09:28.313Z | Documenting diesel_derives v2.1.2 |
2568 | 2024-02-07T23:09:28.870Z | Documenting md-5 v0.10.5 |
2569 | 2024-02-07T23:09:28.982Z | Documenting stringprep v0.1.3 |
2570 | 2024-02-07T23:09:29.786Z | Documenting toml_datetime v0.6.5 |
2571 | 2024-02-07T23:09:30.301Z | Documenting serde_spanned v0.6.5 |
2572 | 2024-02-07T23:09:30.974Z | Documenting ff v0.13.0 |
2573 | 2024-02-07T23:09:32.822Z | Documenting regress v0.7.1 |
2574 | 2024-02-07T23:09:33.640Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2575 | 2024-02-07T23:09:33.718Z | Documenting siphasher v0.3.11 |
2576 | 2024-02-07T23:09:34.243Z | Documenting fallible-iterator v0.2.0 |
2577 | 2024-02-07T23:09:34.845Z | Documenting bit-vec v0.6.3 |
2578 | 2024-02-07T23:09:35.189Z | Documenting base16ct v0.2.0 |
2579 | 2024-02-07T23:09:35.570Z | Documenting winnow v0.5.15 |
2580 | 2024-02-07T23:09:36.648Z | Documenting phf_shared v0.11.2 |
2581 | 2024-02-07T23:09:36.844Z | Documenting group v0.13.0 |
2582 | 2024-02-07T23:09:37.352Z | Documenting diesel v2.1.4 |
2583 | 2024-02-07T23:09:38.317Z | Documenting sec1 v0.7.3 |
2584 | 2024-02-07T23:09:38.683Z | Documenting zip v0.6.6 |
2585 | 2024-02-07T23:09:38.898Z | Documenting cipher v0.4.4 |
2586 | 2024-02-07T23:09:39.206Z | Documenting postgres-protocol v0.6.6 |
2587 | 2024-02-07T23:09:40.430Z | Documenting hkdf v0.12.4 |
2588 | 2024-02-07T23:09:40.613Z | Documenting toml_edit v0.21.1 |
2589 | 2024-02-07T23:09:40.748Z | Documenting num-bigint v0.4.4 |
2590 | 2024-02-07T23:09:43.217Z | Documenting crypto-bigint v0.5.2 |
2591 | 2024-02-07T23:09:44.479Z | Documenting hubpack v0.1.2 |
2592 | 2024-02-07T23:09:45.418Z | Documenting bstr v1.6.0 |
2593 | 2024-02-07T23:09:45.480Z | Documenting serde_repr v0.1.16 |
2594 | 2024-02-07T23:09:46.105Z | Documenting new_debug_unreachable v1.0.4 |
2595 | 2024-02-07T23:09:46.520Z | Documenting minimal-lexical v0.2.1 |
2596 | 2024-02-07T23:09:48.566Z | Documenting fixedbitset v0.4.2 |
2597 | 2024-02-07T23:09:49.030Z | Documenting lalrpop-util v0.19.12 |
2598 | 2024-02-07T23:09:49.116Z | Documenting heck v0.4.1 |
2599 | 2024-02-07T23:09:50.019Z | Documenting precomputed-hash v0.1.1 |
2600 | 2024-02-07T23:09:50.242Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2601 | 2024-02-07T23:09:50.264Z | Documenting elliptic-curve v0.13.8 |
2602 | 2024-02-07T23:09:50.437Z | Documenting nom v7.1.3 |
2603 | 2024-02-07T23:09:54.259Z | Documenting petgraph v0.6.4 |
2604 | 2024-02-07T23:09:54.374Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2605 | 2024-02-07T23:09:54.374Z | Documenting yasna v0.5.2 |
2606 | 2024-02-07T23:09:54.374Z | Documenting string_cache v0.8.7 |
2607 | 2024-02-07T23:09:55.408Z | Documenting postgres-types v0.2.6 |
2608 | 2024-02-07T23:09:56.900Z | Documenting phf v0.11.2 |
2609 | 2024-02-07T23:09:57.344Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2610 | 2024-02-07T23:09:58.396Z | Documenting console v0.15.8 |
2611 | 2024-02-07T23:09:59.142Z | Documenting semver v1.0.21 |
2612 | 2024-02-07T23:10:00.287Z | Documenting float-cmp v0.9.0 |
2613 | 2024-02-07T23:10:00.694Z | Documenting difflib v0.4.0 |
2614 | 2024-02-07T23:10:00.907Z | Documenting normalize-line-endings v0.3.0 |
2615 | 2024-02-07T23:10:01.297Z | Documenting predicates-core v1.0.6 |
2616 | 2024-02-07T23:10:02.561Z | Documenting whoami v1.4.1 |
2617 | 2024-02-07T23:10:03.106Z | Documenting bit-set v0.5.3 |
2618 | 2024-02-07T23:10:03.358Z | Documenting similar v2.3.0 |
2619 | 2024-02-07T23:10:04.180Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2620 | 2024-02-07T23:10:04.404Z | Documenting getopts v0.2.21 |
2621 | 2024-02-07T23:10:04.695Z | Documenting tokio-stream v0.1.14 |
2622 | 2024-02-07T23:10:05.028Z | Checking ident_case v1.0.1 |
2623 | 2024-02-07T23:10:05.217Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2624 | 2024-02-07T23:10:05.236Z | Documenting predicates v3.1.0 |
2625 | 2024-02-07T23:10:06.187Z | Documenting tokio-postgres v0.7.10 |
2626 | 2024-02-07T23:10:07.174Z | Documenting match_cfg v0.1.0 |
2627 | 2024-02-07T23:10:07.654Z | Documenting sha1 v0.10.6 |
2628 | 2024-02-07T23:10:08.802Z | Documenting dirs-sys-next v0.1.2 |
2629 | 2024-02-07T23:10:09.756Z | Documenting rustls-pki-types v1.1.0 |
2630 | 2024-02-07T23:10:09.975Z | Documenting hostname v0.3.1 |
2631 | 2024-02-07T23:10:10.080Z | Documenting camino v1.1.6 |
2632 | 2024-02-07T23:10:12.014Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2633 | 2024-02-07T23:10:12.478Z | Documenting paste v1.0.14 |
2634 | 2024-02-07T23:10:12.681Z | Documenting dirs-next v2.0.0 |
2635 | 2024-02-07T23:10:13.529Z | Documenting thread_local v1.1.7 |
2636 | 2024-02-07T23:10:13.621Z | Documenting rustls-webpki v0.102.1 |
2637 | 2024-02-07T23:10:13.746Z | Documenting crossbeam-channel v0.5.8 |
2638 | 2024-02-07T23:10:15.081Z | Documenting atty v0.2.14 |
2639 | 2024-02-07T23:10:15.627Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2640 | 2024-02-07T23:10:16.561Z | Documenting term v0.7.0 |
2641 | 2024-02-07T23:10:22.035Z | Documenting take_mut v0.2.2 |
2642 | 2024-02-07T23:10:22.212Z | Documenting slog-json v2.6.1 |
2643 | 2024-02-07T23:10:22.212Z | Documenting rustls v0.22.2 |
2644 | 2024-02-07T23:10:22.212Z | Documenting http v1.0.0 |
2645 | 2024-02-07T23:10:22.212Z | Documenting async-stream-impl v0.3.5 |
2646 | 2024-02-07T23:10:22.212Z | Documenting debug-ignore v1.0.5 |
2647 | 2024-02-07T23:10:22.213Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2648 | 2024-02-07T23:10:22.309Z | Documenting slog-term v2.9.0 |
2649 | 2024-02-07T23:10:22.310Z | Documenting slog-async v2.8.0 |
2650 | 2024-02-07T23:10:22.310Z | Documenting atomic-waker v1.1.1 |
2651 | 2024-02-07T23:10:22.435Z | Documenting slog-bunyan v2.5.0 |
2652 | 2024-02-07T23:10:22.932Z | Documenting async-stream v0.3.5 |
2653 | 2024-02-07T23:10:24.157Z | Documenting multer v3.0.0 |
2654 | 2024-02-07T23:10:24.794Z | Documenting rustls-pemfile v2.0.0 |
2655 | 2024-02-07T23:10:24.989Z | Documenting waitgroup v0.1.2 |
2656 | 2024-02-07T23:10:25.182Z | Checking darling_core v0.20.3 |
2657 | 2024-02-07T23:10:26.712Z | Documenting toml v0.8.9 |
2658 | 2024-02-07T23:10:27.005Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2659 | 2024-02-07T23:10:27.104Z | Documenting tokio-rustls v0.25.0 |
2660 | 2024-02-07T23:10:27.455Z | Documenting serde_path_to_error v0.1.15 |
2661 | 2024-02-07T23:10:28.822Z | Checking darling v0.20.3 |
2662 | 2024-02-07T23:10:28.893Z | Documenting structmeta-derive v0.3.0 |
2663 | 2024-02-07T23:10:28.926Z | Documenting serde_with_macros v3.6.0 |
2664 | 2024-02-07T23:10:29.019Z | Checking structmeta v0.3.0 |
2665 | 2024-02-07T23:10:29.215Z | Documenting instant v0.1.12 |
2666 | 2024-02-07T23:10:29.272Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2667 | 2024-02-07T23:10:31.566Z | Documenting macaddr v1.0.1 |
2668 | 2024-02-07T23:10:32.327Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2669 | 2024-02-07T23:10:32.622Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2670 | 2024-02-07T23:10:32.842Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2671 | 2024-02-07T23:10:32.855Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2672 | 2024-02-07T23:10:32.929Z | Documenting backoff v0.4.0 |
2673 | 2024-02-07T23:10:33.545Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2674 | 2024-02-07T23:10:33.911Z | Documenting structmeta v0.3.0 |
2675 | 2024-02-07T23:10:34.010Z | Documenting serde_with v3.6.0 |
2676 | 2024-02-07T23:10:35.447Z | Documenting fastrand v2.0.1 |
2677 | 2024-02-07T23:10:35.636Z | Documenting proc-macro-error-attr v1.0.4 |
2678 | 2024-02-07T23:10:36.731Z | Documenting is-terminal v0.4.9 |
2679 | 2024-02-07T23:10:37.585Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2680 | 2024-02-07T23:10:38.355Z | Documenting parse-display-derive v0.9.0 |
2681 | 2024-02-07T23:10:38.417Z | Checking proc-macro-error v1.0.4 |
2682 | 2024-02-07T23:10:38.685Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2683 | 2024-02-07T23:10:38.951Z | Checking proc-macro-crate v1.3.1 |
2684 | 2024-02-07T23:10:38.963Z | Documenting proc-macro-crate v1.3.1 |
2685 | 2024-02-07T23:10:39.182Z | Documenting hash32 v0.3.1 |
2686 | 2024-02-07T23:10:40.014Z | Documenting proc-macro-error v1.0.4 |
2687 | 2024-02-07T23:10:40.020Z | Documenting tempfile v3.10.0 |
2688 | 2024-02-07T23:10:41.401Z | Documenting stable_deref_trait v1.2.0 |
2689 | 2024-02-07T23:10:41.712Z | Documenting cobs v0.2.3 |
2690 | 2024-02-07T23:10:43.209Z | Documenting embedded-io v0.4.0 |
2691 | 2024-02-07T23:10:44.006Z | Documenting foreign-types-macros v0.2.3 |
2692 | 2024-02-07T23:10:44.140Z | Documenting parse-display v0.9.0 |
2693 | 2024-02-07T23:10:44.245Z | Documenting num_enum_derive v0.5.11 |
2694 | 2024-02-07T23:10:44.409Z | Documenting camino-tempfile v1.1.1 |
2695 | 2024-02-07T23:10:44.426Z | Documenting heapless v0.8.0 |
2696 | 2024-02-07T23:10:44.558Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2697 | 2024-02-07T23:10:46.287Z | Documenting postcard v1.0.8 |
2698 | 2024-02-07T23:10:47.442Z | Documenting foreign-types-shared v0.3.1 |
2699 | 2024-02-07T23:10:47.456Z | Documenting crucible-workspace-hack v0.1.0 |
2700 | 2024-02-07T23:10:48.255Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2701 | 2024-02-07T23:10:48.491Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2702 | 2024-02-07T23:10:48.803Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2703 | 2024-02-07T23:10:49.282Z | Documenting smoltcp v0.11.0 |
2704 | 2024-02-07T23:10:50.240Z | Documenting num_enum v0.5.11 |
2705 | 2024-02-07T23:10:50.389Z | Documenting foreign-types v0.5.0 |
2706 | 2024-02-07T23:10:50.959Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2707 | 2024-02-07T23:10:51.057Z | Documenting cstr-argument v0.1.2 |
2708 | 2024-02-07T23:10:52.617Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2709 | 2024-02-07T23:10:52.886Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2710 | 2024-02-07T23:10:54.183Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2711 | 2024-02-07T23:10:54.441Z | Documenting colored v2.0.4 |
2712 | 2024-02-07T23:10:54.995Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2713 | 2024-02-07T23:10:55.333Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2714 | 2024-02-07T23:10:57.090Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2715 | 2024-02-07T23:10:58.012Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2716 | 2024-02-07T23:10:58.709Z | Documenting zone_cfg_derive v0.3.0 |
2717 | 2024-02-07T23:10:58.867Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2718 | 2024-02-07T23:10:59.505Z | Documenting num-derive v0.4.0 |
2719 | 2024-02-07T23:11:00.686Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2720 | 2024-02-07T23:11:01.243Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2721 | 2024-02-07T23:11:01.806Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2722 | 2024-02-07T23:11:02.887Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2723 | 2024-02-07T23:11:03.095Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2724 | 2024-02-07T23:11:04.151Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2725 | 2024-02-07T23:11:04.273Z | Documenting zone v0.3.0 |
2726 | 2024-02-07T23:11:06.406Z | Documenting smf v0.2.2 |
2727 | 2024-02-07T23:11:07.992Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2728 | 2024-02-07T23:11:08.204Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2729 | 2024-02-07T23:11:08.321Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2730 | 2024-02-07T23:11:08.583Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2731 | 2024-02-07T23:11:08.764Z | Documenting password-hash v0.5.0 |
2732 | 2024-02-07T23:11:09.868Z | Documenting blake2 v0.10.6 |
2733 | 2024-02-07T23:11:10.327Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2734 | 2024-02-07T23:11:10.545Z | Documenting linked-hash-map v0.5.6 |
2735 | 2024-02-07T23:11:11.487Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2736 | 2024-02-07T23:11:12.941Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2737 | 2024-02-07T23:11:13.570Z | Documenting itertools v0.12.1 |
2738 | 2024-02-07T23:11:14.560Z | Documenting memmap v0.7.0 |
2739 | 2024-02-07T23:11:15.135Z | Documenting lru-cache v0.1.2 |
2740 | 2024-02-07T23:11:15.397Z | Documenting argon2 v0.5.3 |
2741 | 2024-02-07T23:11:15.418Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2742 | 2024-02-07T23:11:15.921Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2743 | 2024-02-07T23:11:17.223Z | Documenting quick-error v1.2.3 |
2744 | 2024-02-07T23:11:18.500Z | Documenting usdt v0.5.0 |
2745 | 2024-02-07T23:11:18.990Z | Documenting swrite v0.1.0 |
2746 | 2024-02-07T23:11:19.745Z | Documenting newtype_derive v0.1.6 |
2747 | 2024-02-07T23:11:20.387Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2748 | 2024-02-07T23:11:20.417Z | Documenting tap v1.0.1 |
2749 | 2024-02-07T23:11:20.754Z | Documenting resolv-conf v0.7.0 |
2750 | 2024-02-07T23:11:21.247Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2751 | 2024-02-07T23:11:22.564Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2752 | 2024-02-07T23:11:22.623Z | Documenting radium v0.7.0 |
2753 | 2024-02-07T23:11:23.330Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2754 | 2024-02-07T23:11:23.363Z | Documenting wyz v0.5.1 |
2755 | 2024-02-07T23:11:23.482Z | Documenting steno v0.4.0 |
2756 | 2024-02-07T23:11:25.854Z | Documenting trust-dns-resolver v0.22.0 |
2757 | 2024-02-07T23:11:25.898Z | Documenting nibble_vec v0.1.0 |
2758 | 2024-02-07T23:11:25.899Z | Checking heck v0.3.3 |
2759 | 2024-02-07T23:11:25.913Z | Documenting funty v2.0.0 |
2760 | 2024-02-07T23:11:26.455Z | Documenting crc-catalog v2.2.0 |
2761 | 2024-02-07T23:11:27.037Z | Documenting endian-type v0.1.2 |
2762 | 2024-02-07T23:11:29.219Z | Documenting bitvec v1.0.1 |
2763 | 2024-02-07T23:11:29.371Z | Documenting crc v3.0.1 |
2764 | 2024-02-07T23:11:30.000Z | Documenting structopt-derive v0.4.18 |
2765 | 2024-02-07T23:11:30.695Z | Documenting radix_trie v0.2.1 |
2766 | 2024-02-07T23:11:32.333Z | Documenting cancel-safe-futures v0.1.5 |
2767 | 2024-02-07T23:11:33.994Z | Documenting xattr v1.0.1 |
2768 | 2024-02-07T23:11:33.999Z | Documenting filetime v0.2.23 |
2769 | 2024-02-07T23:11:34.421Z | Documenting packed_struct_codegen v0.10.1 |
2770 | 2024-02-07T23:11:34.696Z | Documenting nodrop v0.1.14 |
2771 | 2024-02-07T23:11:36.198Z | Documenting structopt v0.3.26 |
2772 | 2024-02-07T23:11:37.512Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2773 | 2024-02-07T23:11:37.614Z | Documenting array-init v0.0.4 |
2774 | 2024-02-07T23:11:37.874Z | Documenting tar v0.4.40 |
2775 | 2024-02-07T23:11:38.343Z | Documenting num-bigint-dig v0.8.4 |
2776 | 2024-02-07T23:11:38.930Z | Documenting libefi-sys v0.1.0 |
2777 | 2024-02-07T23:11:40.456Z | Documenting packed_struct v0.10.1 |
2778 | 2024-02-07T23:11:40.560Z | Documenting num-rational v0.4.1 |
2779 | 2024-02-07T23:11:40.793Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2780 | 2024-02-07T23:11:40.814Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2781 | 2024-02-07T23:11:42.023Z | Documenting pkcs1 v0.7.5 |
2782 | 2024-02-07T23:11:42.983Z | Documenting signature v2.1.0 |
2783 | 2024-02-07T23:11:44.493Z | Documenting num-complex v0.4.4 |
2784 | 2024-02-07T23:11:44.676Z | Documenting termcolor v1.2.0 |
2785 | 2024-02-07T23:11:44.833Z | Documenting bitfield v0.14.0 |
2786 | 2024-02-07T23:11:45.794Z | Documenting arc-swap v1.6.0 |
2787 | 2024-02-07T23:11:46.770Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2788 | 2024-02-07T23:11:47.803Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2789 | 2024-02-07T23:11:47.995Z | Documenting rsa v0.9.2 |
2790 | 2024-02-07T23:11:49.340Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2791 | 2024-02-07T23:11:49.438Z | Documenting env_logger v0.10.0 |
2792 | 2024-02-07T23:11:49.740Z | Documenting num v0.4.1 |
2793 | 2024-02-07T23:11:49.796Z | Documenting slog-scope v4.4.0 |
2794 | 2024-02-07T23:11:51.604Z | Documenting serde-hex v0.1.0 |
2795 | 2024-02-07T23:11:52.280Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2796 | 2024-02-07T23:11:53.576Z | Documenting x509-cert v0.2.4 |
2797 | 2024-02-07T23:11:53.969Z | Documenting libsw v3.3.1 |
2798 | 2024-02-07T23:11:55.854Z | Documenting ron v0.8.1 |
2799 | 2024-02-07T23:11:56.233Z | Documenting gethostname v0.4.3 |
2800 | 2024-02-07T23:11:56.336Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2801 | 2024-02-07T23:11:57.071Z | Documenting half v2.3.1 |
2802 | 2024-02-07T23:11:58.008Z | Documenting derive-where v1.2.7 |
2803 | 2024-02-07T23:11:58.742Z | Documenting crc-any v2.4.3 |
2804 | 2024-02-07T23:11:59.235Z | Documenting owo-colors v4.0.0 |
2805 | 2024-02-07T23:12:00.463Z | Documenting same-file v1.0.6 |
2806 | 2024-02-07T23:12:00.471Z | Documenting linear-map v1.2.0 |
2807 | 2024-02-07T23:12:00.471Z | Documenting ciborium-io v0.2.2 |
2808 | 2024-02-07T23:12:01.482Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2809 | 2024-02-07T23:12:01.588Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2810 | 2024-02-07T23:12:02.023Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2811 | 2024-02-07T23:12:03.925Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2812 | 2024-02-07T23:12:04.052Z | Documenting ciborium-ll v0.2.2 |
2813 | 2024-02-07T23:12:04.681Z | Documenting walkdir v2.4.0 |
2814 | 2024-02-07T23:12:05.348Z | Documenting slog-stdlog v4.1.1 |
2815 | 2024-02-07T23:12:05.355Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2816 | 2024-02-07T23:12:06.565Z | Documenting slog-dtrace v0.3.0 |
2817 | 2024-02-07T23:12:08.316Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2818 | 2024-02-07T23:12:09.204Z | Documenting path-slash v0.1.5 |
2819 | 2024-02-07T23:12:09.725Z | Documenting slog-envlogger v2.2.0 |
2820 | 2024-02-07T23:12:12.748Z | Documenting ciborium v0.2.2 |
2821 | 2024-02-07T23:12:12.847Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2822 | 2024-02-07T23:12:13.878Z | Documenting pem v3.0.2 |
2823 | 2024-02-07T23:12:15.187Z | Documenting fxhash v0.2.1 |
2824 | 2024-02-07T23:12:22.289Z | Documenting utf-8 v0.7.6 |
2825 | 2024-02-07T23:12:22.431Z | Documenting display-error-chain v0.2.0 |
2826 | 2024-02-07T23:12:22.432Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2827 | 2024-02-07T23:12:22.432Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2828 | 2024-02-07T23:12:22.432Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2829 | 2024-02-07T23:12:22.432Z | Documenting vte_generate_state_changes v0.1.1 |
2830 | 2024-02-07T23:12:22.432Z | Documenting tungstenite v0.20.1 |
2831 | 2024-02-07T23:12:22.559Z | Documenting convert_case v0.4.0 |
2832 | 2024-02-07T23:12:22.559Z | Checking convert_case v0.4.0 |
2833 | 2024-02-07T23:12:22.559Z | Documenting buf-list v1.0.3 |
2834 | 2024-02-07T23:12:22.754Z | Documenting vte v0.11.1 |
2835 | 2024-02-07T23:12:24.022Z | Documenting derive_more v0.99.17 |
2836 | 2024-02-07T23:12:24.375Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2837 | 2024-02-07T23:12:24.884Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2838 | 2024-02-07T23:12:26.119Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2839 | 2024-02-07T23:12:26.451Z | Checking darling_core v0.14.4 |
2840 | 2024-02-07T23:12:26.609Z | Documenting tokio-tungstenite v0.20.1 |
2841 | 2024-02-07T23:12:27.726Z | Documenting pin-project-internal v1.1.3 |
2842 | 2024-02-07T23:12:28.275Z | Checking darling v0.14.4 |
2843 | 2024-02-07T23:12:28.390Z | Documenting strip-ansi-escapes v0.2.0 |
2844 | 2024-02-07T23:12:29.913Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2845 | 2024-02-07T23:12:32.335Z | Documenting doc-comment v0.3.3 |
2846 | 2024-02-07T23:12:32.730Z | Documenting pin-project v1.1.3 |
2847 | 2024-02-07T23:12:33.385Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2848 | 2024-02-07T23:12:34.461Z | Documenting crossbeam-deque v0.8.3 |
2849 | 2024-02-07T23:12:35.263Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2850 | 2024-02-07T23:12:35.280Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2851 | 2024-02-07T23:12:35.594Z | Documenting snafu-derive v0.7.5 |
2852 | 2024-02-07T23:12:35.676Z | Documenting nu-ansi-term v0.49.0 |
2853 | 2024-02-07T23:12:37.479Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2854 | 2024-02-07T23:12:38.481Z | Documenting rayon-core v1.12.0 |
2855 | 2024-02-07T23:12:38.783Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2856 | 2024-02-07T23:12:39.699Z | Documenting reedline v0.28.0 |
2857 | 2024-02-07T23:12:40.389Z | Documenting trust-dns-client v0.22.0 |
2858 | 2024-02-07T23:12:40.745Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2859 | 2024-02-07T23:12:41.976Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2860 | 2024-02-07T23:12:42.287Z | Documenting globset v0.4.13 |
2861 | 2024-02-07T23:12:43.039Z | Documenting olpc-cjson v0.1.3 |
2862 | 2024-02-07T23:12:44.231Z | Documenting snafu v0.7.5 |
2863 | 2024-02-07T23:12:47.086Z | Documenting serde_plain v1.0.2 |
2864 | 2024-02-07T23:12:47.141Z | Documenting headers-core v0.2.0 |
2865 | 2024-02-07T23:12:47.211Z | Documenting async-recursion v1.0.5 |
2866 | 2024-02-07T23:12:47.586Z | Documenting typed-path v0.7.0 |
2867 | 2024-02-07T23:12:48.922Z | Documenting keccak v0.1.4 |
2868 | 2024-02-07T23:12:49.323Z | Documenting bytecount v0.6.3 |
2869 | 2024-02-07T23:12:50.242Z | Documenting trust-dns-server v0.22.1 |
2870 | 2024-02-07T23:12:50.750Z | Documenting rayon v1.8.0 |
2871 | 2024-02-07T23:12:51.902Z | Documenting sha3 v0.10.8 |
2872 | 2024-02-07T23:12:51.944Z | Documenting headers v0.3.9 |
2873 | 2024-02-07T23:12:52.329Z | Documenting papergrid v0.11.0 |
2874 | 2024-02-07T23:12:53.080Z | Documenting tough v0.16.0 |
2875 | 2024-02-07T23:12:53.307Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2876 | 2024-02-07T23:12:56.898Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2877 | 2024-02-07T23:12:57.631Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2878 | 2024-02-07T23:12:58.152Z | Documenting derive_builder_core v0.12.0 |
2879 | 2024-02-07T23:12:58.389Z | Checking derive_builder_core v0.12.0 |
2880 | 2024-02-07T23:12:58.460Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2024-02-07T23:12:58.653Z | Documenting sled v0.34.7 |
2882 | 2024-02-07T23:12:59.029Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2883 | 2024-02-07T23:12:59.089Z | Documenting fs-err v2.11.0 |
2884 | 2024-02-07T23:12:59.202Z | Documenting unicase v2.7.0 |
2885 | 2024-02-07T23:12:59.823Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2886 | 2024-02-07T23:12:59.921Z | Documenting tabled_derive v0.7.0 |
2887 | 2024-02-07T23:13:00.125Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2888 | 2024-02-07T23:13:02.479Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2889 | 2024-02-07T23:13:02.972Z | Documenting fd-lock v4.0.2 |
2890 | 2024-02-07T23:13:04.512Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2891 | 2024-02-07T23:13:05.007Z | Documenting nix v0.27.1 |
2892 | 2024-02-07T23:13:05.516Z | Documenting secrecy v0.8.0 |
2893 | 2024-02-07T23:13:05.928Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2894 | 2024-02-07T23:13:07.069Z | Documenting rustversion v1.0.14 |
2895 | 2024-02-07T23:13:07.214Z | Documenting sqlparser_derive v0.2.2 |
2896 | 2024-02-07T23:13:07.567Z | Documenting unicode_categories v0.1.1 |
2897 | 2024-02-07T23:13:08.893Z | Documenting home v0.5.5 |
2898 | 2024-02-07T23:13:09.601Z | Documenting parse-size v1.0.0 |
2899 | 2024-02-07T23:13:10.972Z | Documenting castaway v0.2.2 |
2900 | 2024-02-07T23:13:11.138Z | Documenting derive_builder_macro v0.12.0 |
2901 | 2024-02-07T23:13:11.224Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2902 | 2024-02-07T23:13:11.621Z | Documenting sqlformat v0.2.3 |
2903 | 2024-02-07T23:13:12.558Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2904 | 2024-02-07T23:13:13.148Z | Documenting rustyline v13.0.0 |
2905 | 2024-02-07T23:13:13.155Z | Documenting sqlparser v0.43.1 |
2906 | 2024-02-07T23:13:14.641Z | Documenting tabled v0.15.0 |
2907 | 2024-02-07T23:13:15.820Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2908 | 2024-02-07T23:13:17.174Z | Documenting mime_guess v2.0.4 |
2909 | 2024-02-07T23:13:20.731Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2910 | 2024-02-07T23:13:21.100Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2911 | 2024-02-07T23:13:21.374Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2912 | 2024-02-07T23:13:22.067Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2913 | 2024-02-07T23:13:22.367Z | Documenting universal-hash v0.5.1 |
2914 | 2024-02-07T23:13:25.586Z | Documenting bcs v0.1.6 |
2915 | 2024-02-07T23:13:28.509Z | Documenting kstat-rs v0.2.3 |
2916 | 2024-02-07T23:13:32.011Z | Documenting thiserror-impl-no-std v2.0.2 |
2917 | 2024-02-07T23:13:32.011Z | Documenting ref-cast-impl v1.0.20 |
2918 | 2024-02-07T23:13:32.780Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2919 | 2024-02-07T23:13:33.843Z | Documenting curve25519-dalek-derive v0.1.0 |
2920 | 2024-02-07T23:13:34.264Z | Documenting highway v1.1.0 |
2921 | 2024-02-07T23:13:34.702Z | Documenting opaque-debug v0.3.0 |
2922 | 2024-02-07T23:13:35.209Z | Documenting ref-cast v1.0.20 |
2923 | 2024-02-07T23:13:37.077Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2924 | 2024-02-07T23:13:37.537Z | Documenting poly1305 v0.8.0 |
2925 | 2024-02-07T23:13:38.097Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2926 | 2024-02-07T23:13:38.168Z | Documenting thiserror-no-std v2.0.2 |
2927 | 2024-02-07T23:13:38.396Z | Documenting curve25519-dalek v4.1.1 |
2928 | 2024-02-07T23:13:39.316Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2929 | 2024-02-07T23:13:39.408Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2930 | 2024-02-07T23:13:40.953Z | Documenting derive_builder v0.12.0 |
2931 | 2024-02-07T23:13:41.045Z | Documenting compact_str v0.7.1 |
2932 | 2024-02-07T23:13:42.485Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2933 | 2024-02-07T23:13:43.943Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2934 | 2024-02-07T23:13:44.126Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2935 | 2024-02-07T23:13:45.101Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2936 | 2024-02-07T23:13:48.371Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2937 | 2024-02-07T23:13:56.607Z | Documenting portable-atomic v1.4.3 |
2938 | 2024-02-07T23:13:57.373Z | Documenting polar-core v0.27.0 |
2939 | 2024-02-07T23:13:58.091Z | Documenting ed25519 v1.5.3 |
2940 | 2024-02-07T23:13:58.281Z | Documenting strum v0.26.1 |
2941 | 2024-02-07T23:14:06.480Z | Documenting libxml v0.3.3 |
2942 | 2024-02-07T23:14:06.655Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2943 | 2024-02-07T23:14:06.655Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2944 | 2024-02-07T23:14:06.655Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2945 | 2024-02-07T23:14:06.655Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2946 | 2024-02-07T23:14:06.670Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2947 | 2024-02-07T23:14:06.670Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2948 | 2024-02-07T23:14:06.670Z | Documenting chacha20 v0.9.1 |
2949 | 2024-02-07T23:14:07.055Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2950 | 2024-02-07T23:14:07.089Z | Documenting bb8 v0.8.3 |
2951 | 2024-02-07T23:14:11.501Z | Documenting aead v0.5.2 |
2952 | 2024-02-07T23:14:13.297Z | Documenting lru v0.12.1 |
2953 | 2024-02-07T23:14:13.607Z | Documenting quick-xml v0.30.0 |
2954 | 2024-02-07T23:14:15.898Z | Documenting stability v0.1.1 |
2955 | 2024-02-07T23:14:17.846Z | Documenting oso-derive v0.27.0 |
2956 | 2024-02-07T23:14:18.590Z | Documenting impl-trait-for-tuples v0.2.2 |
2957 | 2024-02-07T23:14:18.694Z | Documenting number_prefix v0.4.0 |
2958 | 2024-02-07T23:14:19.021Z | Documenting cassowary v0.3.0 |
2959 | 2024-02-07T23:14:20.287Z | Documenting glob v0.3.1 |
2960 | 2024-02-07T23:14:20.308Z | Documenting maplit v1.0.2 |
2961 | 2024-02-07T23:14:22.275Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2962 | 2024-02-07T23:14:22.299Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2963 | 2024-02-07T23:14:22.516Z | Documenting indicatif v0.17.7 |
2964 | 2024-02-07T23:14:22.941Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2965 | 2024-02-07T23:14:22.973Z | Documenting ratatui v0.26.0 |
2966 | 2024-02-07T23:14:24.047Z | Documenting chacha20poly1305 v0.10.1 |
2967 | 2024-02-07T23:14:24.895Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2968 | 2024-02-07T23:14:25.166Z | Documenting oso v0.27.0 |
2969 | 2024-02-07T23:14:27.521Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2970 | 2024-02-07T23:14:30.311Z | Documenting salty v0.2.0 |
2971 | 2024-02-07T23:14:30.527Z | Documenting vsss-rs v3.3.4 |
2972 | 2024-02-07T23:14:33.798Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2973 | 2024-02-07T23:14:34.536Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2974 | 2024-02-07T23:14:34.825Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2975 | 2024-02-07T23:14:34.904Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2976 | 2024-02-07T23:14:35.113Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2977 | 2024-02-07T23:14:37.850Z | Documenting cookie v0.18.0 |
2978 | 2024-02-07T23:14:39.249Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2979 | 2024-02-07T23:14:42.184Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2980 | 2024-02-07T23:14:42.592Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2981 | 2024-02-07T23:14:42.910Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2982 | 2024-02-07T23:14:43.791Z | Documenting serde-big-array v0.5.1 |
2983 | 2024-02-07T23:14:45.528Z | Documenting rtoolbox v0.0.1 |
2984 | 2024-02-07T23:14:45.847Z | Documenting http-range v0.1.5 |
2985 | 2024-02-07T23:14:46.144Z | Documenting smawk v0.3.1 |
2986 | 2024-02-07T23:14:48.176Z | Documenting is_ci v1.1.1 |
2987 | 2024-02-07T23:14:48.815Z | Documenting humantime v2.1.0 |
2988 | 2024-02-07T23:14:49.592Z | Documenting unicode-linebreak v0.1.5 |
2989 | 2024-02-07T23:14:49.755Z | Documenting hyper-staticfile v0.9.5 |
2990 | 2024-02-07T23:14:50.565Z | Documenting rpassword v7.3.1 |
2991 | 2024-02-07T23:14:51.854Z | Documenting supports-color v2.1.0 |
2992 | 2024-02-07T23:14:52.720Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2993 | 2024-02-07T23:14:52.732Z | Documenting textwrap v0.16.0 |
2994 | 2024-02-07T23:14:53.004Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2995 | 2024-02-07T23:14:54.817Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2996 | 2024-02-07T23:14:56.085Z | Documenting tui-tree-widget v0.17.0 |
2997 | 2024-02-07T23:14:57.321Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2998 | 2024-02-07T23:14:57.932Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2999 | 2024-02-07T23:14:58.223Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3000 | 2024-02-07T23:14:58.884Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3001 | 2024-02-07T23:14:59.813Z | Documenting rcgen v0.12.1 |
3002 | 2024-02-07T23:15:01.416Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3003 | 2024-02-07T23:15:02.097Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3004 | 2024-02-07T23:15:02.485Z | Documenting atomicwrites v0.4.3 |
3005 | 2024-02-07T23:15:03.504Z | Documenting signal-hook-tokio v0.3.1 |
3006 | 2024-02-07T23:15:06.882Z | Documenting memmap2 v0.7.1 |
3007 | 2024-02-07T23:15:07.936Z | Documenting subprocess v0.2.9 |
3008 | 2024-02-07T23:15:08.379Z | Documenting arrayvec v0.7.4 |
3009 | 2024-02-07T23:15:09.306Z | Documenting constant_time_eq v0.3.0 |
3010 | 2024-02-07T23:15:11.070Z | Documenting shell-words v1.1.0 |
3011 | 2024-02-07T23:15:11.500Z | Documenting corncobs v0.1.3 |
3012 | 2024-02-07T23:15:12.195Z | Documenting arrayref v0.3.7 |
3013 | 2024-02-07T23:15:12.254Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3014 | 2024-02-07T23:15:14.480Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3015 | 2024-02-07T23:15:15.057Z | Documenting blake3 v1.5.0 |
3016 | 2024-02-07T23:15:15.518Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3017 | 2024-02-07T23:15:18.607Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2024-02-07T23:15:19.487Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3019 | 2024-02-07T23:15:19.672Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3020 | 2024-02-07T23:15:21.000Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3021 | 2024-02-07T23:15:22.042Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3022 | 2024-02-07T23:15:24.943Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3023 | 2024-02-07T23:15:32.737Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3024 | 2024-02-07T23:15:34.486Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3025 | 2024-02-07T23:15:38.002Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
3026 | 2024-02-07T23:15:41.210Z | warning: unclosed HTML tag `usize` |
3027 | 2024-02-07T23:15:41.210Z | --> wicket/src/ui/panes/update.rs:153:19 |
3028 | 2024-02-07T23:15:41.210Z | | |
3029 | 2024-02-07T23:15:41.210Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3030 | 2024-02-07T23:15:41.211Z | | ^^^^^^^ |
3031 | 2024-02-07T23:15:41.211Z | | |
3032 | 2024-02-07T23:15:41.211Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3033 | 2024-02-07T23:15:41.212Z | |
3034 | 2024-02-07T23:15:41.253Z | Documenting fatfs v0.3.6 |
3035 | 2024-02-07T23:15:42.552Z | warning: `wicket` (lib doc) generated 1 warning |
3036 | 2024-02-07T23:15:42.555Z | Documenting nanorand v0.7.0 |
3037 | 2024-02-07T23:15:43.316Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3038 | 2024-02-07T23:15:46.413Z | Documenting assert_matches v1.5.0 |
3039 | 2024-02-07T23:15:46.698Z | Documenting topological-sort v0.2.2 |
3040 | 2024-02-07T23:15:47.775Z | Documenting flume v0.11.0 |
3041 | 2024-02-07T23:15:49.418Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3042 | 2024-02-07T23:15:49.587Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3043 | 2024-02-07T23:15:51.226Z | Documenting omicron-zone-package v0.11.0 |
3044 | 2024-02-07T23:15:53.235Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3045 | 2024-02-07T23:15:54.983Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3046 | 2024-02-07T23:15:55.407Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3047 | 2024-02-07T23:15:55.953Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3048 | 2024-02-07T23:16:03.803Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3049 | 2024-02-07T23:16:07.326Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3050 | 2024-02-07T23:16:08.141Z | Documenting termios v0.3.3 |
3051 | 2024-02-07T23:16:08.401Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3052 | 2024-02-07T23:16:08.401Z | --> sled-agent/src/sim/instance.rs:46:7 |
3053 | 2024-02-07T23:16:08.401Z | | |
3054 | 2024-02-07T23:16:08.402Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3055 | 2024-02-07T23:16:08.402Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3056 | 2024-02-07T23:16:08.402Z | | |
3057 | 2024-02-07T23:16:08.402Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3058 | 2024-02-07T23:16:08.402Z | |
3059 | 2024-02-07T23:16:11.472Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3060 | 2024-02-07T23:16:12.452Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3061 | 2024-02-07T23:16:17.450Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3062 | 2024-02-07T23:16:18.038Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3063 | 2024-02-07T23:16:19.371Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3064 | 2024-02-07T23:16:31.171Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3065 | 2024-02-07T23:16:42.725Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3066 | 2024-02-07T23:16:43.990Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3067 | 2024-02-07T23:16:50.769Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3068 | 2024-02-07T23:16:50.769Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3069 | 2024-02-07T23:16:50.769Z | | |
3070 | 2024-02-07T23:16:50.769Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3071 | 2024-02-07T23:16:50.769Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3072 | 2024-02-07T23:16:50.769Z | | |
3073 | 2024-02-07T23:16:50.769Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3074 | 2024-02-07T23:16:50.769Z | |
3075 | 2024-02-07T23:16:57.449Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3076 | 2024-02-07T23:17:01.162Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3077 | 2024-02-07T23:17:02.988Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3078 | 2024-02-07T23:17:03.384Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3079 | 2024-02-07T23:17:04.563Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3080 | 2024-02-07T23:17:06.406Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3081 | 2024-02-07T23:17:06.418Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3082 | 2024-02-07T23:17:30.851Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3083 | 2024-02-07T23:18:15.617Z | warning: unresolved link to `VolumeConstructionRequest` |
3084 | 2024-02-07T23:18:15.617Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3085 | 2024-02-07T23:18:15.617Z | | |
3086 | 2024-02-07T23:18:15.617Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3087 | 2024-02-07T23:18:15.617Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3088 | 2024-02-07T23:18:15.617Z | | |
3089 | 2024-02-07T23:18:15.617Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3090 | 2024-02-07T23:18:15.618Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3091 | 2024-02-07T23:18:15.618Z | |
3092 | 2024-02-07T23:18:15.630Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3093 | 2024-02-07T23:18:15.631Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3094 | 2024-02-07T23:18:15.631Z | | |
3095 | 2024-02-07T23:18:15.631Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3096 | 2024-02-07T23:18:15.631Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3097 | 2024-02-07T23:18:15.631Z | |
3098 | 2024-02-07T23:18:15.631Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3099 | 2024-02-07T23:18:15.631Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3100 | 2024-02-07T23:18:15.631Z | | |
3101 | 2024-02-07T23:18:15.632Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3102 | 2024-02-07T23:18:15.632Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3103 | 2024-02-07T23:18:15.632Z | |
3104 | 2024-02-07T23:18:15.632Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3105 | 2024-02-07T23:18:15.632Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3106 | 2024-02-07T23:18:15.632Z | | |
3107 | 2024-02-07T23:18:15.632Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3108 | 2024-02-07T23:18:15.633Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3109 | 2024-02-07T23:18:15.633Z | |
3110 | 2024-02-07T23:18:15.633Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3111 | 2024-02-07T23:18:15.633Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3112 | 2024-02-07T23:18:15.633Z | | |
3113 | 2024-02-07T23:18:15.633Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3114 | 2024-02-07T23:18:15.633Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3115 | 2024-02-07T23:18:15.633Z | |
3116 | 2024-02-07T23:18:15.634Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3117 | 2024-02-07T23:18:15.634Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3118 | 2024-02-07T23:18:15.634Z | | |
3119 | 2024-02-07T23:18:15.634Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3120 | 2024-02-07T23:18:15.634Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3121 | 2024-02-07T23:18:15.634Z | |
3122 | 2024-02-07T23:18:15.634Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3123 | 2024-02-07T23:18:15.635Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3124 | 2024-02-07T23:18:15.635Z | | |
3125 | 2024-02-07T23:18:15.635Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3126 | 2024-02-07T23:18:15.635Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3127 | 2024-02-07T23:18:15.635Z | |
3128 | 2024-02-07T23:18:18.496Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3129 | 2024-02-07T23:18:40.221Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 15s |
3130 | 2024-02-07T23:18:40.318Z | |
3131 | 2024-02-07T23:18:40.352Z | real 11:16.107325509 |
3132 | 2024-02-07T23:18:40.352Z | user 30:04.249181559 |
3133 | 2024-02-07T23:18:40.353Z | sys 48:33.045381199 |
3134 | 2024-02-07T23:18:40.353Z | trap 0.891187818 |
3135 | 2024-02-07T23:18:40.353Z | tflt 0.185543434 |
3136 | 2024-02-07T23:18:40.353Z | dflt 0.510612728 |
3137 | 2024-02-07T23:18:40.353Z | kflt 0.000061701 |
3138 | 2024-02-07T23:18:40.353Z | lock 2:04:36.701164094 |
3139 | 2024-02-07T23:18:40.353Z | slp 2:49:21.152850438 |
3140 | 2024-02-07T23:18:40.354Z | lat 4:33.496222963 |
3141 | 2024-02-07T23:18:40.354Z | stop 1:22.641655490 |
3142 | 2024-02-07T23:18:40.354Z | process exited: duration 1257218 ms, exit code 0 |
|
3143 | 2024-02-07T23:18:40.392Z | found 0 output files |