|
|
|
1 | 2023-12-14T11:51:16.759Z | job assigned to worker 01HHM2J57HQK5WAZRV9E6PYYXP (queued for 1 m 50 s) |
|
2 | 2023-12-14T11:51:17.194Z | starting task 0: "setup" |
3 | 2023-12-14T11:51:17.338Z | ++ uname -s |
4 | 2023-12-14T11:51:17.342Z | + kern=SunOS |
5 | 2023-12-14T11:51:17.342Z | + case "$kern" in |
6 | 2023-12-14T11:51:17.342Z | + groupadd -g 12345 build |
7 | 2023-12-14T11:51:17.342Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-14T11:51:19.354Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-14T11:51:19.495Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-14T11:51:19.502Z | + home_fs=zfs |
11 | 2023-12-14T11:51:19.502Z | + [[ zfs == autofs ]] |
12 | 2023-12-14T11:51:19.502Z | + mkdir -p /home/build |
13 | 2023-12-14T11:51:19.507Z | + chown build:build /home/build /work |
14 | 2023-12-14T11:51:21.503Z | + chmod 0700 /home/build /work |
15 | 2023-12-14T11:51:21.507Z | process exited: duration 4314 ms, exit code 0 |
|
16 | 2023-12-14T11:51:21.514Z | starting task 1: "rust-toolchain" |
17 | 2023-12-14T11:51:21.524Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-14T11:51:21.527Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-14T11:51:21.796Z | info: downloading installer |
20 | 2023-12-14T11:51:24.167Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-14T11:51:24.167Z | warning: /opt/ooce/bin |
22 | 2023-12-14T11:51:24.167Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-14T11:51:24.167Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-14T11:51:24.167Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-14T11:51:24.167Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-14T11:51:24.167Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-14T11:51:24.167Z | error: cannot install while Rust is installed |
28 | 2023-12-14T11:51:24.167Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-14T11:51:24.628Z | info: profile set to 'default' |
30 | 2023-12-14T11:51:24.628Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-14T11:51:24.640Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-14T11:51:24.792Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-14T11:51:24.792Z | info: downloading component 'cargo' |
34 | 2023-12-14T11:51:25.607Z | info: downloading component 'clippy' |
35 | 2023-12-14T11:51:25.895Z | info: downloading component 'rust-docs' |
36 | 2023-12-14T11:51:26.926Z | info: downloading component 'rust-std' |
37 | 2023-12-14T11:51:28.802Z | info: downloading component 'rustc' |
38 | 2023-12-14T11:51:33.271Z | info: downloading component 'rustfmt' |
39 | 2023-12-14T11:51:33.587Z | info: installing component 'cargo' |
40 | 2023-12-14T11:51:35.381Z | info: installing component 'clippy' |
41 | 2023-12-14T11:51:36.267Z | info: installing component 'rust-docs' |
42 | 2023-12-14T11:51:39.013Z | info: installing component 'rust-std' |
43 | 2023-12-14T11:51:43.061Z | info: installing component 'rustc' |
44 | 2023-12-14T11:51:53.471Z | info: installing component 'rustfmt' |
45 | 2023-12-14T11:51:53.962Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-14T11:51:53.963Z | |
47 | 2023-12-14T11:51:54.128Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-14T11:51:54.128Z | |
49 | 2023-12-14T11:51:54.131Z | |
50 | 2023-12-14T11:51:54.131Z | Rust is installed now. Great! |
51 | 2023-12-14T11:51:54.131Z | |
52 | 2023-12-14T11:51:54.131Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-14T11:51:54.133Z | environment variable. This has not been done automatically. |
54 | 2023-12-14T11:51:54.133Z | |
55 | 2023-12-14T11:51:54.133Z | To configure your current shell, run: |
56 | 2023-12-14T11:51:54.133Z | source "$HOME/.cargo/env" |
57 | 2023-12-14T11:51:54.216Z | + rustc --version |
58 | 2023-12-14T11:51:54.328Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-14T11:51:54.333Z | process exited: duration 32819 ms, exit code 0 |
|
60 | 2023-12-14T11:51:54.341Z | starting task 2: "authentication" |
61 | 2023-12-14T11:51:54.374Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-12-14T11:51:54.383Z | starting task 3: "clone repository" |
63 | 2023-12-14T11:51:54.388Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-14T11:51:54.391Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-14T11:51:54.424Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-14T11:52:02.131Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-14T11:52:02.131Z | + [[ -n andy/opte ]] |
68 | 2023-12-14T11:52:02.135Z | + git fetch origin andy/opte |
69 | 2023-12-14T11:52:02.135Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-14T11:52:02.135Z | * branch andy/opte -> FETCH_HEAD |
71 | 2023-12-14T11:52:02.135Z | + git checkout -B andy/opte remotes/origin/andy/opte |
72 | 2023-12-14T11:52:02.135Z | Switched to a new branch 'andy/opte' |
73 | 2023-12-14T11:52:02.135Z | branch 'andy/opte' set up to track 'origin/andy/opte'. |
74 | 2023-12-14T11:52:02.135Z | + git reset --hard e5f6736f4cae98b09dcaf941594bd9f7a027fa35 |
75 | 2023-12-14T11:52:02.136Z | HEAD is now at e5f6736f Update OPTE to 0.27.202 Fix for https://github.com/oxidecomputer/opte/issues/428 |
76 | 2023-12-14T11:52:02.136Z | process exited: duration 7495 ms, exit code 0 |
|
77 | 2023-12-14T11:52:02.144Z | starting task 4: "build" |
78 | 2023-12-14T11:52:02.151Z | + cargo --version |
79 | 2023-12-14T11:52:02.159Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-14T11:52:02.388Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-14T11:52:02.392Z | info: downloading component 'cargo' |
82 | 2023-12-14T11:52:03.368Z | info: downloading component 'clippy' |
83 | 2023-12-14T11:52:03.682Z | info: downloading component 'rust-docs' |
84 | 2023-12-14T11:52:04.869Z | info: downloading component 'rust-std' |
85 | 2023-12-14T11:52:06.856Z | info: downloading component 'rustc' |
86 | 2023-12-14T11:52:11.755Z | info: downloading component 'rustfmt' |
87 | 2023-12-14T11:52:12.104Z | info: installing component 'cargo' |
88 | 2023-12-14T11:52:13.391Z | info: installing component 'clippy' |
89 | 2023-12-14T11:52:13.855Z | info: installing component 'rust-docs' |
90 | 2023-12-14T11:52:16.668Z | info: installing component 'rust-std' |
91 | 2023-12-14T11:52:19.350Z | info: installing component 'rustc' |
92 | 2023-12-14T11:52:25.625Z | info: installing component 'rustfmt' |
93 | 2023-12-14T11:52:26.165Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-14T11:52:26.169Z | + rustc --version |
95 | 2023-12-14T11:52:26.302Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-14T11:52:26.309Z | + source ./env.sh |
97 | 2023-12-14T11:52:26.312Z | ++ set -o xtrace |
98 | 2023-12-14T11:52:26.312Z | ++++ dirname ./env.sh |
99 | 2023-12-14T11:52:26.315Z | +++ cd . |
100 | 2023-12-14T11:52:26.316Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-14T11:52:26.316Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-14T11:52:26.316Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-12-14T11:52:26.316Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-12-14T11:52:26.316Z | ++ 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 |
105 | 2023-12-14T11:52:26.316Z | ++ 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 |
106 | 2023-12-14T11:52:26.318Z | ++ 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 |
107 | 2023-12-14T11:52:26.318Z | ++ 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 |
108 | 2023-12-14T11:52:26.318Z | ++ 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 |
109 | 2023-12-14T11:52:26.318Z | ++ 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 |
110 | 2023-12-14T11:52:26.321Z | ++ unset OMICRON_WS |
111 | 2023-12-14T11:52:26.321Z | ++ set +o xtrace |
112 | 2023-12-14T11:52:26.460Z | |
113 | 2023-12-14T11:52:26.460Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-14T11:52:26.460Z | # # # # # # # # # # # # # # # |
115 | 2023-12-14T11:52:26.460Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-14T11:52:26.460Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-14T11:52:26.460Z | # # # # # # # # # # # # # # # |
118 | 2023-12-14T11:52:26.460Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-14T11:52:26.460Z | |
120 | 2023-12-14T11:52:37.541Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-14T11:52:38.803Z | Startup: Caching catalogs ... Done |
122 | 2023-12-14T11:52:45.917Z | Planning: Solver setup ... Done (6.706s) |
123 | 2023-12-14T11:52:46.069Z | Planning: Running solver ... Done (0.152s) |
124 | 2023-12-14T11:52:46.140Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-12-14T11:52:46.155Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-14T11:52:46.399Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-14T11:52:46.489Z | Planning: Package planning ... Done (0.090s) |
128 | 2023-12-14T11:52:46.574Z | Planning: Merging actions ... Done (0.085s) |
129 | 2023-12-14T11:52:47.424Z | Planning: Checking for conflicting actions ... Done (0.850s) |
130 | 2023-12-14T11:52:47.442Z | Planning: Consolidating action changes ... Done (0.018s) |
131 | 2023-12-14T11:52:51.785Z | Planning: Evaluating mediators ... Done (4.343s) |
132 | 2023-12-14T11:52:51.901Z | Planning: Planning completed in 13.03 seconds |
133 | 2023-12-14T11:52:51.919Z | Packages to install: 4 |
134 | 2023-12-14T11:52:51.922Z | Packages to update: 2 |
135 | 2023-12-14T11:52:51.923Z | Mediators to change: 2 |
136 | 2023-12-14T11:52:51.923Z | Services to change: 1 |
137 | 2023-12-14T11:52:51.923Z | Estimated space available: 148.88 GB |
138 | 2023-12-14T11:52:51.923Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-14T11:52:51.923Z | Create boot environment: No |
140 | 2023-12-14T11:52:51.923Z | Create backup boot environment: Yes |
141 | 2023-12-14T11:52:51.923Z | Rebuild boot archive: No |
142 | 2023-12-14T11:52:51.923Z | |
143 | 2023-12-14T11:52:51.923Z | Changed mediators: |
144 | 2023-12-14T11:52:51.924Z | mediator clang: |
145 | 2023-12-14T11:52:51.924Z | version: None -> 15 (system default) |
146 | 2023-12-14T11:52:51.924Z | |
147 | 2023-12-14T11:52:51.924Z | mediator llvm: |
148 | 2023-12-14T11:52:51.925Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-14T11:52:51.925Z | |
150 | 2023-12-14T11:52:51.925Z | Changed packages: |
151 | 2023-12-14T11:52:51.925Z | helios-dev |
152 | 2023-12-14T11:52:51.925Z | developer/build-essential |
153 | 2023-12-14T11:52:51.925Z | None -> 11-2.0 |
154 | 2023-12-14T11:52:51.925Z | library/libxmlsec1 |
155 | 2023-12-14T11:52:51.925Z | None -> 1.2.35-2.0 |
156 | 2023-12-14T11:52:51.925Z | ooce/developer/clang-15 |
157 | 2023-12-14T11:52:51.925Z | None -> 15.0.7-2.0 |
158 | 2023-12-14T11:52:51.925Z | ooce/developer/llvm-15 |
159 | 2023-12-14T11:52:51.925Z | None -> 15.0.7-2.0 |
160 | 2023-12-14T11:52:51.925Z | system/library/g++-runtime |
161 | 2023-12-14T11:52:51.925Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-14T11:52:51.925Z | system/library/gcc-runtime |
163 | 2023-12-14T11:52:51.925Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-14T11:52:51.925Z | |
165 | 2023-12-14T11:52:51.925Z | Services: |
166 | 2023-12-14T11:52:51.925Z | restart_fmri: |
167 | 2023-12-14T11:52:51.925Z | svc:/system/update-man-index:default |
168 | 2023-12-14T11:52:52.106Z | |
169 | 2023-12-14T11:52:52.107Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-14T11:52:58.262Z | Download: 210/3330 items 1.3/221.1MB 0% complete (1.1M/s) |
171 | 2023-12-14T11:53:04.667Z | Download: 212/3330 items 1.3/221.1MB 0% complete (1.1M/s) |
172 | 2023-12-14T11:53:09.670Z | Download: 811/3330 items 18.1/221.1MB 8% complete (3.5M/s) |
173 | 2023-12-14T11:53:14.808Z | Download: 1186/3330 items 83.0/221.1MB 37% complete (8.7M/s) |
174 | 2023-12-14T11:53:22.624Z | Download: 1190/3330 items 83.0/221.1MB 37% complete (8.3M/s) |
175 | 2023-12-14T11:53:30.037Z | Download: 1192/3330 items 83.0/221.1MB 37% complete |
176 | 2023-12-14T11:53:35.037Z | Download: 2827/3330 items 121.1/221.1MB 54% complete (7.7M/s) |
177 | 2023-12-14T11:53:40.321Z | Download: 3328/3330 items 220.8/221.1MB 99% complete (13.8M/s) |
178 | 2023-12-14T11:53:40.351Z | Download: Completed 221.11 MB in 48.25 seconds (4.6M/s) |
179 | 2023-12-14T11:53:42.276Z | Actions: 1/3766 actions (Removing old actions) |
180 | 2023-12-14T11:53:42.276Z | Actions: 5/3766 actions (Installing new actions) |
181 | 2023-12-14T11:53:47.276Z | Actions: 2885/3766 actions (Installing new actions) |
182 | 2023-12-14T11:53:50.491Z | Actions: 3729/3766 actions (Updating modified actions) |
183 | 2023-12-14T11:53:51.025Z | Actions: Completed 3766 actions in 8.75 seconds. |
184 | 2023-12-14T11:53:51.248Z | Done (0.215s) |
185 | 2023-12-14T11:53:51.251Z | Done (0.000s) |
186 | 2023-12-14T11:53:51.528Z | Done (0.278s) |
187 | 2023-12-14T11:53:58.859Z | Done (7.206s) |
188 | 2023-12-14T11:53:59.062Z | Done (0.103s) |
189 | 2023-12-14T11:53:59.065Z | Done (0.000s) |
190 | 2023-12-14T11:53:59.293Z | Done (0.000s) |
191 | 2023-12-14T11:54:00.014Z | Planning: Evaluating mediator changes ... Done |
192 | 2023-12-14T11:54:00.301Z | Planning: Checking for conflicting actions ... Done |
193 | 2023-12-14T11:54:00.305Z | Planning: Consolidating action changes ... Done |
194 | 2023-12-14T11:54:00.740Z | Planning: Evaluating mediators ... Done |
195 | 2023-12-14T11:54:00.744Z | Planning: Planning completed in 0.73 seconds |
196 | 2023-12-14T11:54:00.802Z | Mediators to change: 2 |
197 | 2023-12-14T11:54:00.802Z | Create boot environment: No |
198 | 2023-12-14T11:54:00.806Z | Create backup boot environment: No |
199 | 2023-12-14T11:54:00.898Z | Done |
200 | 2023-12-14T11:54:00.898Z | Done |
201 | 2023-12-14T11:54:01.067Z | Done |
202 | 2023-12-14T11:54:06.924Z | Done |
203 | 2023-12-14T11:54:07.048Z | Done |
204 | 2023-12-14T11:54:07.051Z | Done |
205 | 2023-12-14T11:54:07.149Z | Done |
206 | 2023-12-14T11:54:08.158Z | Planning: Evaluating mediator changes ... Done |
207 | 2023-12-14T11:54:08.162Z | Planning: Merging actions ... Done |
208 | 2023-12-14T11:54:08.491Z | Planning: Checking for conflicting actions ... Done |
209 | 2023-12-14T11:54:08.495Z | Planning: Consolidating action changes ... Done |
210 | 2023-12-14T11:54:08.921Z | Planning: Evaluating mediators ... Done |
211 | 2023-12-14T11:54:09.012Z | Planning: Planning completed in 1.29 seconds |
212 | 2023-12-14T11:54:09.076Z | Packages to change: 1 |
213 | 2023-12-14T11:54:09.076Z | Mediators to change: 1 |
214 | 2023-12-14T11:54:09.082Z | Services to change: 1 |
215 | 2023-12-14T11:54:09.083Z | Create boot environment: No |
216 | 2023-12-14T11:54:09.083Z | Create backup boot environment: Yes |
217 | 2023-12-14T11:54:11.068Z | Actions: 1/6 actions (Updating modified actions) |
218 | 2023-12-14T11:54:11.072Z | Actions: Completed 6 actions in 0.00 seconds. |
219 | 2023-12-14T11:54:11.073Z | Done |
220 | 2023-12-14T11:54:11.073Z | Done |
221 | 2023-12-14T11:54:11.135Z | Done |
222 | 2023-12-14T11:54:16.948Z | Done |
223 | 2023-12-14T11:54:17.071Z | Done |
224 | 2023-12-14T11:54:17.074Z | Done |
225 | 2023-12-14T11:54:17.188Z | Done |
226 | 2023-12-14T11:54:17.863Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
227 | 2023-12-14T11:54:17.863Z | clang system 15 system |
228 | 2023-12-14T11:54:17.863Z | csh system system illumos |
229 | 2023-12-14T11:54:17.863Z | ctags system system illumos |
230 | 2023-12-14T11:54:17.863Z | gcc vendor 12 vendor |
231 | 2023-12-14T11:54:17.863Z | gcc system 10 system |
232 | 2023-12-14T11:54:17.863Z | gcc system 7 system |
233 | 2023-12-14T11:54:17.863Z | go system 1.20 system |
234 | 2023-12-14T11:54:17.863Z | go system 1.19 system |
235 | 2023-12-14T11:54:17.863Z | llvm system 15 system |
236 | 2023-12-14T11:54:17.863Z | llvm system 14 system |
237 | 2023-12-14T11:54:17.863Z | mariadb system 10.6 system |
238 | 2023-12-14T11:54:17.863Z | mta vendor vendor dma |
239 | 2023-12-14T11:54:17.864Z | openjdk system 17 system |
240 | 2023-12-14T11:54:17.864Z | openjdk system 11 system |
241 | 2023-12-14T11:54:17.865Z | openjdk system 1.8 system |
242 | 2023-12-14T11:54:17.865Z | openssl vendor 3 vendor |
243 | 2023-12-14T11:54:17.865Z | perl system 5.36 system |
244 | 2023-12-14T11:54:17.865Z | postgresql system 15 system |
245 | 2023-12-14T11:54:17.865Z | postgresql system 13 system |
246 | 2023-12-14T11:54:17.865Z | python vendor 3 vendor |
247 | 2023-12-14T11:54:17.865Z | python system 2 system |
248 | 2023-12-14T11:54:17.865Z | python3 system 3.11 system |
249 | 2023-12-14T11:54:17.865Z | ruby system 3.0 system |
250 | 2023-12-14T11:54:17.865Z | words vendor vendor american-english |
251 | 2023-12-14T11:54:17.865Z | words system system australian-english |
252 | 2023-12-14T11:54:17.865Z | words system system british-english |
253 | 2023-12-14T11:54:17.865Z | words system system canadian-english |
254 | 2023-12-14T11:54:17.865Z | words system system french |
255 | 2023-12-14T11:54:17.865Z | words system system italian |
256 | 2023-12-14T11:54:17.866Z | words system system ngerman |
257 | 2023-12-14T11:54:17.866Z | words system system ogerman |
258 | 2023-12-14T11:54:17.866Z | words system system spanish |
259 | 2023-12-14T11:54:18.401Z | FMRI IFO |
260 | 2023-12-14T11:54:18.401Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2023-12-14T11:54:18.401Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2023-12-14T11:54:18.401Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2023-12-14T11:54:18.402Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
264 | 2023-12-14T11:54:18.402Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2023-12-14T11:54:18.402Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
266 | 2023-12-14T11:54:18.402Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
267 | 2023-12-14T11:54:18.402Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
268 | 2023-12-14T11:54:18.477Z | + set -o errexit |
269 | 2023-12-14T11:54:18.481Z | +++ dirname ./tools/ci_download_cockroachdb |
270 | 2023-12-14T11:54:18.481Z | ++ cd ./tools |
271 | 2023-12-14T11:54:18.481Z | ++ pwd |
272 | 2023-12-14T11:54:18.481Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
273 | 2023-12-14T11:54:18.488Z | ++ basename ./tools/ci_download_cockroachdb |
274 | 2023-12-14T11:54:18.488Z | + ARG0=ci_download_cockroachdb |
275 | 2023-12-14T11:54:18.488Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
276 | 2023-12-14T11:54:18.492Z | + CIDL_VERSION=v22.1.9 |
277 | 2023-12-14T11:54:18.492Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
278 | 2023-12-14T11:54:18.492Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
279 | 2023-12-14T11:54:18.492Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
280 | 2023-12-14T11:54:18.492Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
281 | 2023-12-14T11:54:18.492Z | + TARGET_DIR=out |
282 | 2023-12-14T11:54:18.493Z | + DOWNLOAD_DIR=out/downloads |
283 | 2023-12-14T11:54:18.493Z | + DEST_DIR=./out/cockroachdb |
284 | 2023-12-14T11:54:18.493Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
285 | 2023-12-14T11:54:18.493Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
286 | 2023-12-14T11:54:18.493Z | + main |
287 | 2023-12-14T11:54:18.493Z | + [[ 0 != 0 ]] |
288 | 2023-12-14T11:54:18.493Z | + CIDL_OS=solaris2.11 |
289 | 2023-12-14T11:54:18.493Z | + [[ 0 != 0 ]] |
290 | 2023-12-14T11:54:18.493Z | + configure_os solaris2.11 |
291 | 2023-12-14T11:54:18.493Z | + echo 'current directory: /work/oxidecomputer/omicron' |
292 | 2023-12-14T11:54:18.493Z | current directory: /work/oxidecomputer/omicron |
293 | 2023-12-14T11:54:18.493Z | + echo 'configuring based on OS: "solaris2.11"' |
294 | 2023-12-14T11:54:18.494Z | configuring based on OS: "solaris2.11" |
295 | 2023-12-14T11:54:18.494Z | + case "$1" in |
296 | 2023-12-14T11:54:18.494Z | + CIDL_BUILD=illumos |
297 | 2023-12-14T11:54:18.494Z | + CIDL_SUFFIX=tar.gz |
298 | 2023-12-14T11:54:18.494Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
299 | 2023-12-14T11:54:18.496Z | + CIDL_MD5FUNC=do_md5sum |
300 | 2023-12-14T11:54:18.496Z | + CIDL_URL_BASE=https://illumos.org/downloads |
301 | 2023-12-14T11:54:18.496Z | + CIDL_ASSEMBLE=do_assemble_illumos |
302 | 2023-12-14T11:54:18.496Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
303 | 2023-12-14T11:54:18.496Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-12-14T11:54:18.496Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-14T11:54:18.496Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
306 | 2023-12-14T11:54:18.496Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-12-14T11:54:18.496Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
308 | 2023-12-14T11:54:18.496Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-12-14T11:54:18.497Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2023-12-14T11:54:18.497Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
311 | 2023-12-14T11:54:18.497Z | + mkdir -p out/downloads |
312 | 2023-12-14T11:54:18.497Z | + mkdir -p ./out/cockroachdb |
313 | 2023-12-14T11:54:18.504Z | + local DO_DOWNLOAD=true |
314 | 2023-12-14T11:54:18.504Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
315 | 2023-12-14T11:54:18.504Z | + '[' true == true ']' |
316 | 2023-12-14T11:54:18.506Z | + echo Downloading... |
317 | 2023-12-14T11:54:18.506Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2023-12-14T11:54:18.506Z | Downloading... |
319 | 2023-12-14T11:54:18.506Z | + 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 |
320 | 2023-12-14T11:54:21.682Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2023-12-14T11:54:21.685Z | ++ md5sum |
322 | 2023-12-14T11:54:21.686Z | ++ awk '{print $1}' |
323 | 2023-12-14T11:54:21.864Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
324 | 2023-12-14T11:54:21.864Z | + [[ 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 ]] |
325 | 2023-12-14T11:54:21.864Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
326 | 2023-12-14T11:54:21.868Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
327 | 2023-12-14T11:54:25.274Z | + do_assemble_illumos |
328 | 2023-12-14T11:54:25.274Z | + rm -r ./out/cockroachdb |
329 | 2023-12-14T11:54:25.278Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
330 | 2023-12-14T11:54:25.931Z | + ./out/cockroachdb/bin/cockroach version |
331 | 2023-12-14T11:54:26.273Z | Build Tag: v22.1.9-dirty |
332 | 2023-12-14T11:54:26.274Z | Build Time: 2022/10/26 21:17:46 |
333 | 2023-12-14T11:54:26.274Z | Distribution: OSS |
334 | 2023-12-14T11:54:26.274Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
335 | 2023-12-14T11:54:26.274Z | Go Version: go1.17.13 |
336 | 2023-12-14T11:54:26.274Z | C Compiler: gcc 10.3.0 |
337 | 2023-12-14T11:54:26.274Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
338 | 2023-12-14T11:54:26.274Z | Build Type: release |
339 | 2023-12-14T11:54:26.301Z | + set -o errexit |
340 | 2023-12-14T11:54:26.305Z | +++ dirname ./tools/ci_download_clickhouse |
341 | 2023-12-14T11:54:26.308Z | ++ cd ./tools |
342 | 2023-12-14T11:54:26.309Z | ++ pwd |
343 | 2023-12-14T11:54:26.309Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
344 | 2023-12-14T11:54:26.309Z | ++ basename ./tools/ci_download_clickhouse |
345 | 2023-12-14T11:54:26.313Z | + ARG0=ci_download_clickhouse |
346 | 2023-12-14T11:54:26.313Z | + TARGET_DIR=out |
347 | 2023-12-14T11:54:26.313Z | + DOWNLOAD_DIR=out/downloads |
348 | 2023-12-14T11:54:26.313Z | + DEST_DIR=./out/clickhouse |
349 | 2023-12-14T11:54:26.313Z | + CIDL_VERSION=v22.8.9.24 |
350 | 2023-12-14T11:54:26.314Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
351 | 2023-12-14T11:54:26.315Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
352 | 2023-12-14T11:54:26.315Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
353 | 2023-12-14T11:54:26.315Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
354 | 2023-12-14T11:54:26.315Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
355 | 2023-12-14T11:54:26.315Z | + main |
356 | 2023-12-14T11:54:26.315Z | + [[ 0 != 0 ]] |
357 | 2023-12-14T11:54:26.315Z | + CIDL_OS=solaris2.11 |
358 | 2023-12-14T11:54:26.315Z | + [[ 0 != 0 ]] |
359 | 2023-12-14T11:54:26.315Z | + configure_os solaris2.11 |
360 | 2023-12-14T11:54:26.315Z | + echo 'current directory: /work/oxidecomputer/omicron' |
361 | 2023-12-14T11:54:26.315Z | current directory: /work/oxidecomputer/omicron |
362 | 2023-12-14T11:54:26.316Z | configuring based on OS: "solaris2.11" |
363 | 2023-12-14T11:54:26.316Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-12-14T11:54:26.316Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-12-14T11:54:26.316Z | + echo 'configuring based on OS: "solaris2.11"' |
366 | 2023-12-14T11:54:26.316Z | + CIDL_DASHREV= |
367 | 2023-12-14T11:54:26.316Z | + case "$1" in |
368 | 2023-12-14T11:54:26.316Z | + CIDL_PLATFORM=illumos |
369 | 2023-12-14T11:54:26.316Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
370 | 2023-12-14T11:54:26.316Z | + CIDL_MD5FUNC=do_md5sum |
371 | 2023-12-14T11:54:26.316Z | + CIDL_DASHREV=-1 |
372 | 2023-12-14T11:54:26.316Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
373 | 2023-12-14T11:54:26.316Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-12-14T11:54:26.316Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2023-12-14T11:54:26.316Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2023-12-14T11:54:26.316Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
377 | 2023-12-14T11:54:26.317Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
378 | 2023-12-14T11:54:26.317Z | + mkdir -p out/downloads |
379 | 2023-12-14T11:54:26.317Z | + mkdir -p ./out/clickhouse |
380 | 2023-12-14T11:54:26.322Z | + local DO_DOWNLOAD=true |
381 | 2023-12-14T11:54:26.323Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
382 | 2023-12-14T11:54:26.323Z | + '[' true == true ']' |
383 | 2023-12-14T11:54:26.323Z | + echo Downloading... |
384 | 2023-12-14T11:54:26.323Z | Downloading... |
385 | 2023-12-14T11:54:26.323Z | + 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 |
386 | 2023-12-14T11:54:26.323Z | + 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 |
387 | 2023-12-14T11:54:27.676Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
388 | 2023-12-14T11:54:27.687Z | ++ md5sum |
389 | 2023-12-14T11:54:27.688Z | ++ awk '{print $1}' |
390 | 2023-12-14T11:54:27.929Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
391 | 2023-12-14T11:54:27.929Z | + [[ 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 ]] |
392 | 2023-12-14T11:54:27.929Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
393 | 2023-12-14T11:54:27.966Z | + mkdir -p ./out/clickhouse |
394 | 2023-12-14T11:54:27.966Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
395 | 2023-12-14T11:54:32.771Z | + ./out/clickhouse/clickhouse server --version |
396 | 2023-12-14T11:54:32.825Z | ClickHouse server version 22.8.9.1. |
397 | 2023-12-14T11:54:32.852Z | + set -o errexit |
398 | 2023-12-14T11:54:32.856Z | +++ dirname ./tools/ci_download_console |
399 | 2023-12-14T11:54:32.856Z | ++ cd ./tools |
400 | 2023-12-14T11:54:32.856Z | ++ pwd |
401 | 2023-12-14T11:54:32.858Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
402 | 2023-12-14T11:54:32.858Z | ++ basename ./tools/ci_download_console |
403 | 2023-12-14T11:54:32.858Z | + ARG0=ci_download_console |
404 | 2023-12-14T11:54:32.858Z | + TARGET_DIR=out |
405 | 2023-12-14T11:54:32.858Z | + DOWNLOAD_DIR=out/downloads |
406 | 2023-12-14T11:54:32.858Z | + DEST_DIR=./out/console-assets |
407 | 2023-12-14T11:54:32.862Z | + source /work/oxidecomputer/omicron/tools/console_version |
408 | 2023-12-14T11:54:32.862Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
409 | 2023-12-14T11:54:32.863Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
410 | 2023-12-14T11:54:32.863Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
411 | 2023-12-14T11:54:32.863Z | + TARBALL_FILE=out/downloads/console.tar.gz |
412 | 2023-12-14T11:54:32.863Z | + main |
413 | 2023-12-14T11:54:32.863Z | + [[ 0 != 0 ]] |
414 | 2023-12-14T11:54:32.863Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
415 | 2023-12-14T11:54:32.863Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
416 | 2023-12-14T11:54:32.863Z | + echo 'Local file: out/downloads/console.tar.gz' |
417 | 2023-12-14T11:54:32.863Z | Local file: out/downloads/console.tar.gz |
418 | 2023-12-14T11:54:32.863Z | + local DO_DOWNLOAD=true |
419 | 2023-12-14T11:54:32.863Z | + [[ -f out/downloads/console.tar.gz ]] |
420 | 2023-12-14T11:54:32.863Z | + mkdir -p out/downloads |
421 | 2023-12-14T11:54:32.863Z | + '[' true == true ']' |
422 | 2023-12-14T11:54:32.863Z | + echo Downloading... |
423 | 2023-12-14T11:54:32.863Z | Downloading... |
424 | 2023-12-14T11:54:32.863Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
425 | 2023-12-14T11:54:32.863Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
426 | 2023-12-14T11:54:33.545Z | ++ do_sha256sum out/downloads/console.tar.gz |
427 | 2023-12-14T11:54:33.550Z | ++ case "$OSTYPE" in |
428 | 2023-12-14T11:54:33.551Z | ++ SHA=sha256sum |
429 | 2023-12-14T11:54:33.551Z | ++ sha256sum |
430 | 2023-12-14T11:54:33.551Z | ++ awk '{print $1}' |
431 | 2023-12-14T11:54:33.568Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
432 | 2023-12-14T11:54:33.568Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
433 | 2023-12-14T11:54:33.571Z | + rm -rf ./out/console-assets |
434 | 2023-12-14T11:54:33.571Z | + mkdir -p ./out/console-assets |
435 | 2023-12-14T11:54:33.574Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
436 | 2023-12-14T11:54:33.575Z | + mkdir -p ./out/console-assets |
437 | 2023-12-14T11:54:33.578Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
438 | 2023-12-14T11:54:33.722Z | + set -o errexit |
439 | 2023-12-14T11:54:33.742Z | +++ dirname ./tools/ci_download_maghemite_openapi |
440 | 2023-12-14T11:54:33.742Z | ++ cd ./tools |
441 | 2023-12-14T11:54:33.742Z | ++ pwd |
442 | 2023-12-14T11:54:33.742Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
443 | 2023-12-14T11:54:33.742Z | ++ basename ./tools/ci_download_maghemite_openapi |
444 | 2023-12-14T11:54:33.743Z | + ARG0=ci_download_maghemite_openapi |
445 | 2023-12-14T11:54:33.743Z | + TARGET_DIR=out |
446 | 2023-12-14T11:54:33.743Z | + DOWNLOAD_DIR=out/downloads |
447 | 2023-12-14T11:54:33.743Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
448 | 2023-12-14T11:54:33.743Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
449 | 2023-12-14T11:54:33.743Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
450 | 2023-12-14T11:54:33.743Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
451 | 2023-12-14T11:54:33.743Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
452 | 2023-12-14T11:54:33.743Z | + main |
453 | 2023-12-14T11:54:33.743Z | + [[ 0 != 0 ]] |
454 | 2023-12-14T11:54:33.743Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
455 | 2023-12-14T11:54:33.743Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
456 | 2023-12-14T11:54:33.744Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
457 | 2023-12-14T11:54:33.744Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
458 | 2023-12-14T11:54:33.744Z | + local DO_DOWNLOAD=true |
459 | 2023-12-14T11:54:33.744Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
460 | 2023-12-14T11:54:33.744Z | + mkdir -p out/downloads |
461 | 2023-12-14T11:54:33.745Z | + '[' true == true ']' |
462 | 2023-12-14T11:54:33.745Z | + echo Downloading... |
463 | 2023-12-14T11:54:33.745Z | Downloading... |
464 | 2023-12-14T11:54:33.745Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2023-12-14T11:54:33.747Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
466 | 2023-12-14T11:54:33.889Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
467 | 2023-12-14T11:54:33.889Z | ++ case "$OSTYPE" in |
468 | 2023-12-14T11:54:33.892Z | ++ SHA=sha256sum |
469 | 2023-12-14T11:54:33.892Z | ++ sha256sum |
470 | 2023-12-14T11:54:33.892Z | ++ awk '{print $1}' |
471 | 2023-12-14T11:54:33.898Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
472 | 2023-12-14T11:54:33.899Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
473 | 2023-12-14T11:54:33.899Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
474 | 2023-12-14T11:54:33.899Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
475 | 2023-12-14T11:54:33.903Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
476 | 2023-12-14T11:54:33.903Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
477 | 2023-12-14T11:54:33.903Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
478 | 2023-12-14T11:54:33.903Z | + main |
479 | 2023-12-14T11:54:33.903Z | + [[ 0 != 0 ]] |
480 | 2023-12-14T11:54:33.903Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
481 | 2023-12-14T11:54:33.903Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
482 | 2023-12-14T11:54:33.903Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
483 | 2023-12-14T11:54:33.903Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
484 | 2023-12-14T11:54:33.903Z | + local DO_DOWNLOAD=true |
485 | 2023-12-14T11:54:33.903Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
486 | 2023-12-14T11:54:33.903Z | + mkdir -p out/downloads |
487 | 2023-12-14T11:54:33.907Z | + '[' true == true ']' |
488 | 2023-12-14T11:54:33.907Z | + echo Downloading... |
489 | 2023-12-14T11:54:33.907Z | Downloading... |
490 | 2023-12-14T11:54:33.907Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
491 | 2023-12-14T11:54:33.907Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
492 | 2023-12-14T11:54:34.065Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
493 | 2023-12-14T11:54:34.068Z | ++ case "$OSTYPE" in |
494 | 2023-12-14T11:54:34.068Z | ++ SHA=sha256sum |
495 | 2023-12-14T11:54:34.068Z | ++ sha256sum |
496 | 2023-12-14T11:54:34.068Z | ++ awk '{print $1}' |
497 | 2023-12-14T11:54:34.072Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
498 | 2023-12-14T11:54:34.072Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
499 | 2023-12-14T11:54:34.082Z | + set -o errexit |
500 | 2023-12-14T11:54:34.087Z | +++ dirname ./tools/ci_download_dendrite_openapi |
501 | 2023-12-14T11:54:34.087Z | ++ cd ./tools |
502 | 2023-12-14T11:54:34.098Z | ++ pwd |
503 | 2023-12-14T11:54:34.098Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
504 | 2023-12-14T11:54:34.107Z | ++ basename ./tools/ci_download_dendrite_openapi |
505 | 2023-12-14T11:54:34.107Z | + ARG0=ci_download_dendrite_openapi |
506 | 2023-12-14T11:54:34.107Z | + TARGET_DIR=out |
507 | 2023-12-14T11:54:34.107Z | + DOWNLOAD_DIR=out/downloads |
508 | 2023-12-14T11:54:34.107Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
509 | 2023-12-14T11:54:34.107Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
510 | 2023-12-14T11:54:34.107Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
511 | 2023-12-14T11:54:34.107Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
512 | 2023-12-14T11:54:34.108Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
513 | 2023-12-14T11:54:34.108Z | + main |
514 | 2023-12-14T11:54:34.108Z | + [[ 0 != 0 ]] |
515 | 2023-12-14T11:54:34.108Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
516 | 2023-12-14T11:54:34.108Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
517 | 2023-12-14T11:54:34.109Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
518 | 2023-12-14T11:54:34.109Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
519 | 2023-12-14T11:54:34.109Z | + local DO_DOWNLOAD=true |
520 | 2023-12-14T11:54:34.109Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
521 | 2023-12-14T11:54:34.109Z | + mkdir -p out/downloads |
522 | 2023-12-14T11:54:34.109Z | + '[' true == true ']' |
523 | 2023-12-14T11:54:34.109Z | + echo Downloading... |
524 | 2023-12-14T11:54:34.109Z | Downloading... |
525 | 2023-12-14T11:54:34.109Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
526 | 2023-12-14T11:54:34.109Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
527 | 2023-12-14T11:54:34.267Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
528 | 2023-12-14T11:54:34.273Z | ++ case "$OSTYPE" in |
529 | 2023-12-14T11:54:34.274Z | ++ SHA=sha256sum |
530 | 2023-12-14T11:54:34.274Z | ++ sha256sum |
531 | 2023-12-14T11:54:34.274Z | ++ awk '{print $1}' |
532 | 2023-12-14T11:54:34.284Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
533 | 2023-12-14T11:54:34.284Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
534 | 2023-12-14T11:54:34.286Z | + set -o errexit |
535 | 2023-12-14T11:54:34.295Z | +++ dirname ./tools/ci_download_dendrite_stub |
536 | 2023-12-14T11:54:34.295Z | ++ cd ./tools |
537 | 2023-12-14T11:54:34.295Z | ++ pwd |
538 | 2023-12-14T11:54:34.296Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
539 | 2023-12-14T11:54:34.296Z | ++ basename ./tools/ci_download_dendrite_stub |
540 | 2023-12-14T11:54:34.296Z | + ARG0=ci_download_dendrite_stub |
541 | 2023-12-14T11:54:34.296Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
542 | 2023-12-14T11:54:34.296Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
543 | 2023-12-14T11:54:34.297Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
544 | 2023-12-14T11:54:34.297Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
545 | 2023-12-14T11:54:34.297Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
546 | 2023-12-14T11:54:34.297Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
547 | 2023-12-14T11:54:34.297Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
548 | 2023-12-14T11:54:34.297Z | + TARGET_DIR=out |
549 | 2023-12-14T11:54:34.298Z | + DOWNLOAD_DIR=out/downloads |
550 | 2023-12-14T11:54:34.298Z | + DEST_DIR=./out/dendrite-stub |
551 | 2023-12-14T11:54:34.298Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
552 | 2023-12-14T11:54:34.298Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
553 | 2023-12-14T11:54:34.298Z | + REPO=oxidecomputer/dendrite |
554 | 2023-12-14T11:54:34.298Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
555 | 2023-12-14T11:54:34.299Z | + main |
556 | 2023-12-14T11:54:34.299Z | + [[ 0 != 0 ]] |
557 | 2023-12-14T11:54:34.299Z | + CIDL_OS=solaris2.11 |
558 | 2023-12-14T11:54:34.300Z | + [[ 0 != 0 ]] |
559 | 2023-12-14T11:54:34.300Z | + configure_os solaris2.11 |
560 | 2023-12-14T11:54:34.300Z | + echo 'current directory: /work/oxidecomputer/omicron' |
561 | 2023-12-14T11:54:34.301Z | current directory: /work/oxidecomputer/omicron |
562 | 2023-12-14T11:54:34.301Z | + echo 'configuring based on OS: "solaris2.11"' |
563 | 2023-12-14T11:54:34.301Z | configuring based on OS: "solaris2.11" |
564 | 2023-12-14T11:54:34.301Z | + case "$1" in |
565 | 2023-12-14T11:54:34.301Z | + SET_BINARIES= |
566 | 2023-12-14T11:54:34.301Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
567 | 2023-12-14T11:54:34.301Z | + CIDL_SHA256FUNC=do_sha256sum |
568 | 2023-12-14T11:54:34.302Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
569 | 2023-12-14T11:54:34.302Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
570 | 2023-12-14T11:54:34.302Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
571 | 2023-12-14T11:54:34.302Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
572 | 2023-12-14T11:54:34.303Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
573 | 2023-12-14T11:54:34.303Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
574 | 2023-12-14T11:54:34.303Z | Local file: out/downloads/dendrite-stub.tar.gz |
575 | 2023-12-14T11:54:34.303Z | + mkdir -p out/downloads |
576 | 2023-12-14T11:54:34.303Z | + mkdir -p ./out/dendrite-stub |
577 | 2023-12-14T11:54:34.325Z | + fetch_and_verify |
578 | 2023-12-14T11:54:34.326Z | + local DO_DOWNLOAD=true |
579 | 2023-12-14T11:54:34.326Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
580 | 2023-12-14T11:54:34.326Z | + '[' true == true ']' |
581 | 2023-12-14T11:54:34.326Z | + echo Downloading... |
582 | 2023-12-14T11:54:34.326Z | Downloading... |
583 | 2023-12-14T11:54:34.327Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
584 | 2023-12-14T11:54:34.328Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
585 | 2023-12-14T11:54:40.020Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
586 | 2023-12-14T11:54:40.024Z | ++ sha256sum |
587 | 2023-12-14T11:54:40.025Z | ++ awk '{print $1}' |
588 | 2023-12-14T11:54:40.126Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
589 | 2023-12-14T11:54:40.126Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
590 | 2023-12-14T11:54:40.129Z | + do_untar out/downloads/dendrite-stub.tar.gz |
591 | 2023-12-14T11:54:40.129Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
592 | 2023-12-14T11:54:41.266Z | + do_assemble |
593 | 2023-12-14T11:54:41.266Z | + rm -r ./out/dendrite-stub |
594 | 2023-12-14T11:54:41.273Z | + mkdir ./out/dendrite-stub |
595 | 2023-12-14T11:54:41.274Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
596 | 2023-12-14T11:54:41.459Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
597 | 2023-12-14T11:54:41.472Z | + set -o errexit |
598 | 2023-12-14T11:54:41.475Z | +++ dirname ./tools/ci_download_maghemite_mgd |
599 | 2023-12-14T11:54:41.479Z | ++ cd ./tools |
600 | 2023-12-14T11:54:41.479Z | ++ pwd |
601 | 2023-12-14T11:54:41.479Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
602 | 2023-12-14T11:54:41.479Z | ++ basename ./tools/ci_download_maghemite_mgd |
603 | 2023-12-14T11:54:41.483Z | + ARG0=ci_download_maghemite_mgd |
604 | 2023-12-14T11:54:41.483Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
605 | 2023-12-14T11:54:41.484Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
606 | 2023-12-14T11:54:41.484Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
607 | 2023-12-14T11:54:41.484Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
608 | 2023-12-14T11:54:41.484Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
609 | 2023-12-14T11:54:41.484Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
610 | 2023-12-14T11:54:41.484Z | + TARGET_DIR=out |
611 | 2023-12-14T11:54:41.484Z | + DOWNLOAD_DIR=out/downloads |
612 | 2023-12-14T11:54:41.484Z | + DEST_DIR=./out/mgd |
613 | 2023-12-14T11:54:41.484Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
614 | 2023-12-14T11:54:41.484Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
615 | 2023-12-14T11:54:41.484Z | + REPO=oxidecomputer/maghemite |
616 | 2023-12-14T11:54:41.484Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
617 | 2023-12-14T11:54:41.484Z | + main |
618 | 2023-12-14T11:54:41.484Z | + [[ 0 != 0 ]] |
619 | 2023-12-14T11:54:41.484Z | + CIDL_OS=solaris2.11 |
620 | 2023-12-14T11:54:41.484Z | + [[ 0 != 0 ]] |
621 | 2023-12-14T11:54:41.484Z | + configure_os solaris2.11 |
622 | 2023-12-14T11:54:41.484Z | + echo 'current directory: /work/oxidecomputer/omicron' |
623 | 2023-12-14T11:54:41.484Z | current directory: /work/oxidecomputer/omicron |
624 | 2023-12-14T11:54:41.484Z | configuring based on OS: "solaris2.11" |
625 | 2023-12-14T11:54:41.484Z | + echo 'configuring based on OS: "solaris2.11"' |
626 | 2023-12-14T11:54:41.484Z | + case "$1" in |
627 | 2023-12-14T11:54:41.484Z | + SET_BINARIES= |
628 | 2023-12-14T11:54:41.485Z | + CIDL_SHA256FUNC=do_sha256sum |
629 | 2023-12-14T11:54:41.485Z | + TARBALL_FILENAME=mgd.tar.gz |
630 | 2023-12-14T11:54:41.485Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
631 | 2023-12-14T11:54:41.485Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
632 | 2023-12-14T11:54:41.485Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
633 | 2023-12-14T11:54:41.485Z | Local file: out/downloads/mgd.tar.gz |
634 | 2023-12-14T11:54:41.485Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
635 | 2023-12-14T11:54:41.485Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
636 | 2023-12-14T11:54:41.486Z | + mkdir -p out/downloads |
637 | 2023-12-14T11:54:41.489Z | + mkdir -p ./out/mgd |
638 | 2023-12-14T11:54:41.489Z | + fetch_and_verify |
639 | 2023-12-14T11:54:41.489Z | + local DO_DOWNLOAD=true |
640 | 2023-12-14T11:54:41.489Z | + [[ -f out/downloads/mgd.tar.gz ]] |
641 | 2023-12-14T11:54:41.489Z | + '[' true == true ']' |
642 | 2023-12-14T11:54:41.489Z | + echo Downloading... |
643 | 2023-12-14T11:54:41.489Z | Downloading... |
644 | 2023-12-14T11:54:41.489Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
645 | 2023-12-14T11:54:41.489Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
646 | 2023-12-14T11:54:47.461Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
647 | 2023-12-14T11:54:47.464Z | ++ sha256sum |
648 | 2023-12-14T11:54:47.464Z | ++ awk '{print $1}' |
649 | 2023-12-14T11:54:47.538Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
650 | 2023-12-14T11:54:47.538Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
651 | 2023-12-14T11:54:47.541Z | + do_untar out/downloads/mgd.tar.gz |
652 | 2023-12-14T11:54:47.541Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
653 | 2023-12-14T11:54:48.194Z | + do_assemble |
654 | 2023-12-14T11:54:48.194Z | + rm -r ./out/mgd |
655 | 2023-12-14T11:54:48.198Z | + mkdir ./out/mgd |
656 | 2023-12-14T11:54:48.201Z | + cp -r out/downloads/root ./out/mgd/root |
657 | 2023-12-14T11:54:48.429Z | + set -o errexit |
658 | 2023-12-14T11:54:48.436Z | +++ dirname ./tools/ci_download_transceiver_control |
659 | 2023-12-14T11:54:48.440Z | ++ cd ./tools |
660 | 2023-12-14T11:54:48.440Z | ++ pwd |
661 | 2023-12-14T11:54:48.440Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
662 | 2023-12-14T11:54:48.440Z | ++ basename ./tools/ci_download_transceiver_control |
663 | 2023-12-14T11:54:48.440Z | + ARG0=ci_download_transceiver_control |
664 | 2023-12-14T11:54:48.440Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
665 | 2023-12-14T11:54:48.440Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
666 | 2023-12-14T11:54:48.441Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
667 | 2023-12-14T11:54:48.441Z | + TARGET_DIR=out |
668 | 2023-12-14T11:54:48.441Z | + DOWNLOAD_DIR=out/downloads |
669 | 2023-12-14T11:54:48.441Z | + DEST_DIR=./out/transceiver-control |
670 | 2023-12-14T11:54:48.441Z | + BIN_DIR=/opt/oxide/bin |
671 | 2023-12-14T11:54:48.441Z | + BINARY=xcvradm |
672 | 2023-12-14T11:54:48.441Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
673 | 2023-12-14T11:54:48.441Z | + REPO=oxidecomputer/transceiver-control |
674 | 2023-12-14T11:54:48.441Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
675 | 2023-12-14T11:54:48.441Z | + main |
676 | 2023-12-14T11:54:48.441Z | + [[ 0 != 0 ]] |
677 | 2023-12-14T11:54:48.441Z | + CIDL_OS=solaris2.11 |
678 | 2023-12-14T11:54:48.441Z | + [[ 0 != 0 ]] |
679 | 2023-12-14T11:54:48.441Z | + configure_os solaris2.11 |
680 | 2023-12-14T11:54:48.441Z | + echo 'current directory: /work/oxidecomputer/omicron' |
681 | 2023-12-14T11:54:48.441Z | current directory: /work/oxidecomputer/omicron |
682 | 2023-12-14T11:54:48.441Z | configuring based on OS: "solaris2.11" |
683 | 2023-12-14T11:54:48.441Z | + echo 'configuring based on OS: "solaris2.11"' |
684 | 2023-12-14T11:54:48.442Z | + case "$1" in |
685 | 2023-12-14T11:54:48.442Z | + SET_BINARIES= |
686 | 2023-12-14T11:54:48.442Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
687 | 2023-12-14T11:54:48.442Z | + CIDL_SHA256FUNC=do_sha256sum |
688 | 2023-12-14T11:54:48.443Z | + ARCHIVE_FILENAME=xcvradm.gz |
689 | 2023-12-14T11:54:48.443Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
690 | 2023-12-14T11:54:48.443Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
691 | 2023-12-14T11:54:48.443Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
692 | 2023-12-14T11:54:48.443Z | + echo 'Local file: out/downloads/xcvradm.gz' |
693 | 2023-12-14T11:54:48.443Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
694 | 2023-12-14T11:54:48.443Z | Local file: out/downloads/xcvradm.gz |
695 | 2023-12-14T11:54:48.443Z | + mkdir -p out/downloads |
696 | 2023-12-14T11:54:48.450Z | + mkdir -p ./out/transceiver-control |
697 | 2023-12-14T11:54:48.450Z | + fetch_and_verify |
698 | 2023-12-14T11:54:48.450Z | + local DO_DOWNLOAD=true |
699 | 2023-12-14T11:54:48.450Z | + [[ -f out/downloads/xcvradm.gz ]] |
700 | 2023-12-14T11:54:48.450Z | + '[' true == true ']' |
701 | 2023-12-14T11:54:48.450Z | + echo Downloading... |
702 | 2023-12-14T11:54:48.450Z | Downloading... |
703 | 2023-12-14T11:54:48.450Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
704 | 2023-12-14T11:54:48.450Z | + 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 |
705 | 2023-12-14T11:54:51.246Z | ++ do_sha256sum out/downloads/xcvradm.gz |
706 | 2023-12-14T11:54:51.250Z | ++ sha256sum |
707 | 2023-12-14T11:54:51.250Z | ++ awk '{print $1}' |
708 | 2023-12-14T11:54:51.271Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
709 | 2023-12-14T11:54:51.271Z | + [[ 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 ]] |
710 | 2023-12-14T11:54:51.277Z | + do_unpack out/downloads/xcvradm.gz |
711 | 2023-12-14T11:54:51.279Z | + mkdir -p out/downloads/root//opt/oxide/bin |
712 | 2023-12-14T11:54:51.279Z | + gzip -dc out/downloads/xcvradm.gz |
713 | 2023-12-14T11:54:51.448Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
714 | 2023-12-14T11:54:51.454Z | + do_assemble |
715 | 2023-12-14T11:54:51.454Z | + rm -r ./out/transceiver-control |
716 | 2023-12-14T11:54:51.455Z | + mkdir ./out/transceiver-control |
717 | 2023-12-14T11:54:51.461Z | + cp -r out/downloads/root ./out/transceiver-control/root |
718 | 2023-12-14T11:54:51.683Z | All builder prerequisites installed successfully, and PATH looks valid |
719 | 2023-12-14T11:54:51.691Z | |
720 | 2023-12-14T11:54:51.691Z | real 2:25.217337664 |
721 | 2023-12-14T11:54:51.691Z | user 56.119482955 |
722 | 2023-12-14T11:54:51.691Z | sys 10.530081575 |
723 | 2023-12-14T11:54:51.691Z | trap 0.020974044 |
724 | 2023-12-14T11:54:51.692Z | tflt 0.208234332 |
725 | 2023-12-14T11:54:51.692Z | dflt 0.920370722 |
726 | 2023-12-14T11:54:51.692Z | kflt 0.195162499 |
727 | 2023-12-14T11:54:51.692Z | lock 2.230443145 |
728 | 2023-12-14T11:54:51.692Z | slp 4:24.845756422 |
729 | 2023-12-14T11:54:51.693Z | lat 3.612495314 |
730 | 2023-12-14T11:54:51.693Z | stop 0.085494562 |
731 | 2023-12-14T11:54:51.693Z | |
732 | 2023-12-14T11:54:51.693Z | #### # # ##### ##### # # |
733 | 2023-12-14T11:54:51.693Z | # # # # # # # # # # |
734 | 2023-12-14T11:54:51.693Z | # # # # # # # # |
735 | 2023-12-14T11:54:51.694Z | # # # ##### ##### # |
736 | 2023-12-14T11:54:51.694Z | # # # # # # # |
737 | 2023-12-14T11:54:51.694Z | #### ###### # # # # |
738 | 2023-12-14T11:54:51.694Z | |
739 | 2023-12-14T11:54:52.052Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
740 | 2023-12-14T11:54:52.428Z | Updating crates.io index |
741 | 2023-12-14T11:54:52.431Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
742 | 2023-12-14T11:54:53.389Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
743 | 2023-12-14T11:54:55.313Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
744 | 2023-12-14T11:54:56.004Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
745 | 2023-12-14T11:54:56.329Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
746 | 2023-12-14T11:54:56.663Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
747 | 2023-12-14T11:54:56.959Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
748 | 2023-12-14T11:54:57.786Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
749 | 2023-12-14T11:55:00.151Z | Updating git repository `https://github.com/oxidecomputer/opte` |
750 | 2023-12-14T11:55:01.176Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
751 | 2023-12-14T11:55:01.567Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
752 | 2023-12-14T11:55:02.177Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
753 | 2023-12-14T11:55:02.563Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
754 | 2023-12-14T11:55:02.937Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
755 | 2023-12-14T11:55:03.409Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
756 | 2023-12-14T11:55:03.776Z | Updating git repository `https://github.com/njaremko/samael` |
757 | 2023-12-14T11:55:04.387Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
758 | 2023-12-14T11:55:04.964Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
759 | 2023-12-14T11:55:05.342Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
760 | 2023-12-14T11:55:05.705Z | Updating git repository `https://github.com/jgallagher/nix` |
761 | 2023-12-14T11:55:06.953Z | Updating git repository `https://github.com/cbiffle/hubpack` |
762 | 2023-12-14T11:55:07.402Z | Updating git repository `https://github.com/oxidecomputer/typify` |
763 | 2023-12-14T11:55:08.453Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
764 | 2023-12-14T11:55:08.847Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
765 | 2023-12-14T11:55:09.203Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
766 | 2023-12-14T11:55:10.618Z | Downloading crates ... |
767 | 2023-12-14T11:55:10.825Z | Downloaded ryu v1.0.15 |
768 | 2023-12-14T11:55:10.832Z | Downloaded colorchoice v1.0.0 |
769 | 2023-12-14T11:55:10.835Z | Downloaded serde_derive v1.0.193 |
770 | 2023-12-14T11:55:10.840Z | Downloaded equivalent v1.0.1 |
771 | 2023-12-14T11:55:10.849Z | Downloaded errno v0.3.2 |
772 | 2023-12-14T11:55:10.855Z | Downloaded anstream v0.5.0 |
773 | 2023-12-14T11:55:10.860Z | Downloaded utf8parse v0.2.1 |
774 | 2023-12-14T11:55:10.873Z | Downloaded thiserror-impl v1.0.49 |
775 | 2023-12-14T11:55:10.877Z | Downloaded terminal_size v0.2.6 |
776 | 2023-12-14T11:55:10.877Z | Downloaded strsim v0.10.0 |
777 | 2023-12-14T11:55:10.877Z | Downloaded bitflags v1.3.2 |
778 | 2023-12-14T11:55:10.877Z | Downloaded clap_lex v0.5.1 |
779 | 2023-12-14T11:55:10.877Z | Downloaded anstyle-query v1.0.0 |
780 | 2023-12-14T11:55:10.881Z | Downloaded anstyle-parse v0.2.1 |
781 | 2023-12-14T11:55:10.881Z | Downloaded io-lifetimes v1.0.11 |
782 | 2023-12-14T11:55:10.885Z | Downloaded clap_derive v4.4.2 |
783 | 2023-12-14T11:55:10.889Z | Downloaded camino v1.1.6 |
784 | 2023-12-14T11:55:10.892Z | Downloaded proc-macro2 v1.0.69 |
785 | 2023-12-14T11:55:10.896Z | Downloaded quote v1.0.33 |
786 | 2023-12-14T11:55:10.901Z | Downloaded toml v0.8.8 |
787 | 2023-12-14T11:55:10.906Z | Downloaded unicode-ident v1.0.12 |
788 | 2023-12-14T11:55:10.911Z | Downloaded anyhow v1.0.75 |
789 | 2023-12-14T11:55:10.918Z | Downloaded indexmap v2.1.0 |
790 | 2023-12-14T11:55:10.925Z | Downloaded serde v1.0.193 |
791 | 2023-12-14T11:55:10.932Z | Downloaded toml_edit v0.21.0 |
792 | 2023-12-14T11:55:10.973Z | Downloaded hashbrown v0.14.2 |
793 | 2023-12-14T11:55:10.983Z | Downloaded winnow v0.5.15 |
794 | 2023-12-14T11:55:10.998Z | Downloaded syn v2.0.32 |
795 | 2023-12-14T11:55:11.017Z | Downloaded rustix v0.37.23 |
796 | 2023-12-14T11:55:11.052Z | Downloaded libc v0.2.151 |
797 | 2023-12-14T11:55:11.101Z | Downloaded clap_builder v4.4.2 |
798 | 2023-12-14T11:55:11.111Z | Downloaded serde_json v1.0.108 |
799 | 2023-12-14T11:55:11.123Z | Downloaded memchr v2.6.3 |
800 | 2023-12-14T11:55:11.132Z | Downloaded clap v4.4.3 |
801 | 2023-12-14T11:55:11.147Z | Downloaded itoa v1.0.9 |
802 | 2023-12-14T11:55:11.150Z | Downloaded toml_datetime v0.6.5 |
803 | 2023-12-14T11:55:11.150Z | Downloaded semver v1.0.20 |
804 | 2023-12-14T11:55:11.154Z | Downloaded cargo_metadata v0.18.1 |
805 | 2023-12-14T11:55:11.157Z | Downloaded thiserror v1.0.49 |
806 | 2023-12-14T11:55:11.163Z | Downloaded serde_spanned v0.6.4 |
807 | 2023-12-14T11:55:11.167Z | Downloaded cargo_toml v0.17.0 |
808 | 2023-12-14T11:55:11.167Z | Downloaded heck v0.4.1 |
809 | 2023-12-14T11:55:11.170Z | Downloaded cargo-platform v0.1.3 |
810 | 2023-12-14T11:55:11.174Z | Downloaded anstyle v1.0.2 |
811 | 2023-12-14T11:55:11.286Z | Compiling proc-macro2 v1.0.69 |
812 | 2023-12-14T11:55:11.286Z | Compiling unicode-ident v1.0.12 |
813 | 2023-12-14T11:55:11.292Z | Compiling serde v1.0.193 |
814 | 2023-12-14T11:55:11.292Z | Compiling libc v0.2.151 |
815 | 2023-12-14T11:55:11.292Z | Compiling io-lifetimes v1.0.11 |
816 | 2023-12-14T11:55:11.301Z | Compiling rustix v0.37.23 |
817 | 2023-12-14T11:55:11.304Z | Compiling bitflags v1.3.2 |
818 | 2023-12-14T11:55:11.304Z | Compiling equivalent v1.0.1 |
819 | 2023-12-14T11:55:11.482Z | Compiling utf8parse v0.2.1 |
820 | 2023-12-14T11:55:11.511Z | Compiling hashbrown v0.14.2 |
821 | 2023-12-14T11:55:11.614Z | Compiling winnow v0.5.15 |
822 | 2023-12-14T11:55:11.712Z | Compiling anstyle-parse v0.2.1 |
823 | 2023-12-14T11:55:12.189Z | Compiling anstyle v1.0.2 |
824 | 2023-12-14T11:55:12.651Z | Compiling semver v1.0.20 |
825 | 2023-12-14T11:55:13.173Z | Compiling indexmap v2.1.0 |
826 | 2023-12-14T11:55:13.291Z | Compiling thiserror v1.0.49 |
827 | 2023-12-14T11:55:13.295Z | Compiling anstyle-query v1.0.0 |
828 | 2023-12-14T11:55:13.375Z | Compiling serde_json v1.0.108 |
829 | 2023-12-14T11:55:13.462Z | Compiling colorchoice v1.0.0 |
830 | 2023-12-14T11:55:13.558Z | Compiling camino v1.1.6 |
831 | 2023-12-14T11:55:13.686Z | Compiling anstream v0.5.0 |
832 | 2023-12-14T11:55:13.967Z | Compiling itoa v1.0.9 |
833 | 2023-12-14T11:55:14.211Z | Compiling clap_lex v0.5.1 |
834 | 2023-12-14T11:55:14.305Z | Compiling anyhow v1.0.75 |
835 | 2023-12-14T11:55:14.558Z | Compiling quote v1.0.33 |
836 | 2023-12-14T11:55:14.774Z | Compiling ryu v1.0.15 |
837 | 2023-12-14T11:55:14.985Z | Compiling heck v0.4.1 |
838 | 2023-12-14T11:55:15.055Z | Compiling strsim v0.10.0 |
839 | 2023-12-14T11:55:15.309Z | Compiling syn v2.0.32 |
840 | 2023-12-14T11:55:15.329Z | Compiling errno v0.3.2 |
841 | 2023-12-14T11:55:17.212Z | Compiling terminal_size v0.2.6 |
842 | 2023-12-14T11:55:17.331Z | Compiling clap_builder v4.4.2 |
843 | 2023-12-14T11:55:23.296Z | Compiling serde_derive v1.0.193 |
844 | 2023-12-14T11:55:23.299Z | Compiling thiserror-impl v1.0.49 |
845 | 2023-12-14T11:55:23.299Z | Compiling clap_derive v4.4.2 |
846 | 2023-12-14T11:55:27.909Z | Compiling clap v4.4.3 |
847 | 2023-12-14T11:55:36.292Z | Compiling toml_datetime v0.6.5 |
848 | 2023-12-14T11:55:36.296Z | Compiling serde_spanned v0.6.4 |
849 | 2023-12-14T11:55:36.296Z | Compiling cargo-platform v0.1.3 |
850 | 2023-12-14T11:55:36.668Z | Compiling toml_edit v0.21.0 |
851 | 2023-12-14T11:55:38.311Z | Compiling cargo_metadata v0.18.1 |
852 | 2023-12-14T11:55:39.817Z | Compiling toml v0.8.8 |
853 | 2023-12-14T11:55:41.057Z | Compiling cargo_toml v0.17.0 |
854 | 2023-12-14T11:55:46.859Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
855 | 2023-12-14T11:55:48.226Z | Finished dev [unoptimized + debuginfo] target(s) in 56.45s |
856 | 2023-12-14T11:55:48.432Z | Running `target/debug/xtask clippy` |
857 | 2023-12-14T11:55:48.489Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
858 | 2023-12-14T11:55:49.304Z | Downloading crates ... |
859 | 2023-12-14T11:55:49.576Z | Downloaded instant v0.1.12 |
860 | 2023-12-14T11:55:49.581Z | Downloaded new_debug_unreachable v1.0.4 |
861 | 2023-12-14T11:55:49.585Z | Downloaded maybe-uninit v2.0.0 |
862 | 2023-12-14T11:55:49.588Z | Downloaded maplit v1.0.2 |
863 | 2023-12-14T11:55:49.591Z | Downloaded lazycell v1.3.0 |
864 | 2023-12-14T11:55:49.595Z | Downloaded crossbeam-queue v0.3.8 |
865 | 2023-12-14T11:55:49.598Z | Downloaded humantime v2.1.0 |
866 | 2023-12-14T11:55:49.603Z | Downloaded nested v0.1.1 |
867 | 2023-12-14T11:55:49.608Z | Downloaded impl-trait-for-tuples v0.2.2 |
868 | 2023-12-14T11:55:49.618Z | Downloaded match_cfg v0.1.0 |
869 | 2023-12-14T11:55:49.623Z | Downloaded libloading v0.7.4 |
870 | 2023-12-14T11:55:49.634Z | Downloaded md-5 v0.10.5 |
871 | 2023-12-14T11:55:49.643Z | Downloaded curve25519-dalek-derive v0.1.0 |
872 | 2023-12-14T11:55:49.649Z | Downloaded is_ci v1.1.1 |
873 | 2023-12-14T11:55:49.658Z | Downloaded libefi-sys v0.1.0 |
874 | 2023-12-14T11:55:49.663Z | Downloaded lazy_static v1.4.0 |
875 | 2023-12-14T11:55:49.670Z | Downloaded criterion-plot v0.5.0 |
876 | 2023-12-14T11:55:49.683Z | Downloaded linear-map v1.2.0 |
877 | 2023-12-14T11:55:49.689Z | Downloaded number_prefix v0.4.0 |
878 | 2023-12-14T11:55:49.702Z | Downloaded openssl-probe v0.1.5 |
879 | 2023-12-14T11:55:49.707Z | Downloaded crc-catalog v2.2.0 |
880 | 2023-12-14T11:55:49.711Z | Downloaded num_enum_derive v0.5.11 |
881 | 2023-12-14T11:55:49.716Z | Downloaded mime v0.3.17 |
882 | 2023-12-14T11:55:49.720Z | Downloaded ahash v0.8.6 |
883 | 2023-12-14T11:55:49.730Z | Downloaded assert_matches v1.5.0 |
884 | 2023-12-14T11:55:49.736Z | Downloaded oorandom v11.1.3 |
885 | 2023-12-14T11:55:49.740Z | Downloaded num_enum v0.5.11 |
886 | 2023-12-14T11:55:49.755Z | Downloaded sqlparser_derive v0.1.1 |
887 | 2023-12-14T11:55:49.758Z | Downloaded cpufeatures v0.2.9 |
888 | 2023-12-14T11:55:49.762Z | Downloaded lock_api v0.4.10 |
889 | 2023-12-14T11:55:49.800Z | Downloaded endian-type v0.1.2 |
890 | 2023-12-14T11:55:49.806Z | Downloaded crc32fast v1.3.2 |
891 | 2023-12-14T11:55:49.806Z | Downloaded topological-sort v0.2.2 |
892 | 2023-12-14T11:55:49.806Z | Downloaded guppy-workspace-hack v0.1.0 |
893 | 2023-12-14T11:55:49.806Z | Downloaded httptest v0.15.5 |
894 | 2023-12-14T11:55:49.806Z | Downloaded cookie v0.18.0 |
895 | 2023-12-14T11:55:49.806Z | Downloaded olpc-cjson v0.1.3 |
896 | 2023-12-14T11:55:49.806Z | Downloaded slog-dtrace v0.2.3 |
897 | 2023-12-14T11:55:49.809Z | Downloaded stable_deref_trait v1.2.0 |
898 | 2023-12-14T11:55:49.813Z | Downloaded bzip2 v0.4.4 |
899 | 2023-12-14T11:55:49.818Z | Downloaded termcolor v1.2.0 |
900 | 2023-12-14T11:55:49.823Z | Downloaded headers-core v0.2.0 |
901 | 2023-12-14T11:55:49.826Z | Downloaded clang-sys v1.6.1 |
902 | 2023-12-14T11:55:49.831Z | Downloaded enum-as-inner v0.5.1 |
903 | 2023-12-14T11:55:49.836Z | Downloaded strip-ansi-escapes v0.1.1 |
904 | 2023-12-14T11:55:49.840Z | Downloaded threadpool v1.8.1 |
905 | 2023-12-14T11:55:49.844Z | Downloaded group v0.13.0 |
906 | 2023-12-14T11:55:49.847Z | Downloaded plotters-backend v0.3.5 |
907 | 2023-12-14T11:55:49.850Z | Downloaded foreign-types-shared v0.3.1 |
908 | 2023-12-14T11:55:49.854Z | Downloaded tokio-macros v2.2.0 |
909 | 2023-12-14T11:55:49.857Z | Downloaded smallvec v1.11.2 |
910 | 2023-12-14T11:55:49.860Z | Downloaded num-traits v0.2.16 |
911 | 2023-12-14T11:55:49.867Z | Downloaded parse-display v0.8.2 |
912 | 2023-12-14T11:55:49.870Z | Downloaded crypto-bigint v0.5.2 |
913 | 2023-12-14T11:55:49.885Z | Downloaded proc-macro-error-attr v1.0.4 |
914 | 2023-12-14T11:55:49.888Z | Downloaded hash32 v0.2.1 |
915 | 2023-12-14T11:55:49.894Z | Downloaded pest_generator v2.7.2 |
916 | 2023-12-14T11:55:49.897Z | Downloaded getrandom v0.2.10 |
917 | 2023-12-14T11:55:49.902Z | Downloaded tinytemplate v1.2.1 |
918 | 2023-12-14T11:55:49.905Z | Downloaded libxml v0.3.3 |
919 | 2023-12-14T11:55:49.921Z | Downloaded fs-err v2.11.0 |
920 | 2023-12-14T11:55:49.924Z | Downloaded rustls-native-certs v0.6.3 |
921 | 2023-12-14T11:55:49.931Z | Downloaded fxhash v0.2.1 |
922 | 2023-12-14T11:55:49.934Z | Downloaded socket2 v0.5.5 |
923 | 2023-12-14T11:55:49.938Z | Downloaded term v0.7.0 |
924 | 2023-12-14T11:55:49.946Z | Downloaded try-lock v0.2.4 |
925 | 2023-12-14T11:55:49.949Z | Downloaded doc-comment v0.3.3 |
926 | 2023-12-14T11:55:49.952Z | Downloaded dtrace-parser v0.1.14 |
927 | 2023-12-14T11:55:49.955Z | Downloaded slog-async v2.8.0 |
928 | 2023-12-14T11:55:49.958Z | Downloaded shlex v1.1.0 |
929 | 2023-12-14T11:55:49.962Z | Downloaded untrusted v0.9.0 |
930 | 2023-12-14T11:55:49.968Z | Downloaded rust-argon2 v1.0.1 |
931 | 2023-12-14T11:55:49.972Z | Downloaded idna v0.5.0 |
932 | 2023-12-14T11:55:49.984Z | Downloaded phf_shared v0.10.0 |
933 | 2023-12-14T11:55:49.990Z | Downloaded diesel_table_macro_syntax v0.1.0 |
934 | 2023-12-14T11:55:49.990Z | Downloaded usdt v0.3.5 |
935 | 2023-12-14T11:55:49.990Z | Downloaded signature v1.6.4 |
936 | 2023-12-14T11:55:49.994Z | Downloaded shell-words v1.1.0 |
937 | 2023-12-14T11:55:49.998Z | Downloaded vte_generate_state_changes v0.1.1 |
938 | 2023-12-14T11:55:49.998Z | Downloaded funty v2.0.0 |
939 | 2023-12-14T11:55:49.998Z | Downloaded postgres-protocol v0.6.6 |
940 | 2023-12-14T11:55:50.004Z | Downloaded downcast v0.11.0 |
941 | 2023-12-14T11:55:50.007Z | Downloaded signal-hook-tokio v0.3.1 |
942 | 2023-12-14T11:55:50.010Z | Downloaded futures-timer v3.0.2 |
943 | 2023-12-14T11:55:50.014Z | Downloaded serde_path_to_error v0.1.14 |
944 | 2023-12-14T11:55:50.018Z | Downloaded zone_cfg_derive v0.3.0 |
945 | 2023-12-14T11:55:50.021Z | Downloaded universal-hash v0.5.1 |
946 | 2023-12-14T11:55:50.024Z | Downloaded hex-literal v0.4.1 |
947 | 2023-12-14T11:55:50.024Z | Downloaded generic-array v0.14.7 |
948 | 2023-12-14T11:55:50.028Z | Downloaded fragile v2.0.0 |
949 | 2023-12-14T11:55:50.031Z | Downloaded zerocopy v0.6.4 |
950 | 2023-12-14T11:55:50.039Z | Downloaded rustversion v1.0.14 |
951 | 2023-12-14T11:55:50.044Z | Downloaded num-bigint-dig v0.8.4 |
952 | 2023-12-14T11:55:50.056Z | Downloaded strsim v0.8.0 |
953 | 2023-12-14T11:55:50.063Z | Downloaded tinyvec v1.6.0 |
954 | 2023-12-14T11:55:50.067Z | Downloaded take_mut v0.2.2 |
955 | 2023-12-14T11:55:50.071Z | Downloaded utf-8 v0.7.6 |
956 | 2023-12-14T11:55:50.074Z | Downloaded usdt-impl v0.3.5 |
957 | 2023-12-14T11:55:50.078Z | Downloaded packed_struct_codegen v0.10.1 |
958 | 2023-12-14T11:55:50.082Z | Downloaded futures-channel v0.3.29 |
959 | 2023-12-14T11:55:50.086Z | Downloaded tar v0.4.40 |
960 | 2023-12-14T11:55:50.091Z | Downloaded spki v0.7.2 |
961 | 2023-12-14T11:55:50.095Z | Downloaded unicase v2.7.0 |
962 | 2023-12-14T11:55:50.099Z | Downloaded rand_chacha v0.3.1 |
963 | 2023-12-14T11:55:50.102Z | Downloaded rstest_macros v0.18.2 |
964 | 2023-12-14T11:55:50.109Z | Downloaded defmt-parser v0.3.3 |
965 | 2023-12-14T11:55:50.113Z | Downloaded vsss-rs v3.3.2 |
966 | 2023-12-14T11:55:50.118Z | Downloaded ref-cast v1.0.20 |
967 | 2023-12-14T11:55:50.128Z | Downloaded pretty-hex v0.2.1 |
968 | 2023-12-14T11:55:50.131Z | Downloaded strum v0.25.0 |
969 | 2023-12-14T11:55:50.131Z | Downloaded der_derive v0.7.2 |
970 | 2023-12-14T11:55:50.135Z | Downloaded rusty-fork v0.3.0 |
971 | 2023-12-14T11:55:50.138Z | Downloaded signal-hook v0.3.17 |
972 | 2023-12-14T11:55:50.144Z | Downloaded dirs-next v2.0.0 |
973 | 2023-12-14T11:55:50.148Z | Downloaded digest v0.10.7 |
974 | 2023-12-14T11:55:50.151Z | Downloaded spin v0.5.2 |
975 | 2023-12-14T11:55:50.154Z | Downloaded futures-sink v0.3.29 |
976 | 2023-12-14T11:55:50.157Z | Downloaded pretty-hex v0.4.0 |
977 | 2023-12-14T11:55:50.157Z | Downloaded rpassword v7.3.1 |
978 | 2023-12-14T11:55:50.161Z | Downloaded oso-derive v0.27.0 |
979 | 2023-12-14T11:55:50.164Z | Downloaded pkcs1 v0.7.5 |
980 | 2023-12-14T11:55:50.167Z | Downloaded defmt-macros v0.3.6 |
981 | 2023-12-14T11:55:50.173Z | Downloaded subtle v2.5.0 |
982 | 2023-12-14T11:55:50.176Z | Downloaded toml_edit v0.19.15 |
983 | 2023-12-14T11:55:50.210Z | Downloaded termtree v0.4.1 |
984 | 2023-12-14T11:55:50.213Z | Downloaded remove_dir_all v0.5.3 |
985 | 2023-12-14T11:55:50.213Z | Downloaded form_urlencoded v1.2.1 |
986 | 2023-12-14T11:55:50.219Z | Downloaded slog-envlogger v2.2.0 |
987 | 2023-12-14T11:55:50.224Z | Downloaded display-error-chain v0.2.0 |
988 | 2023-12-14T11:55:50.224Z | Downloaded swrite v0.1.0 |
989 | 2023-12-14T11:55:50.224Z | Downloaded yansi v0.5.1 |
990 | 2023-12-14T11:55:50.228Z | Downloaded serde_urlencoded v0.7.1 |
991 | 2023-12-14T11:55:50.228Z | Downloaded plotters-svg v0.3.5 |
992 | 2023-12-14T11:55:50.232Z | Downloaded slog-json v2.6.1 |
993 | 2023-12-14T11:55:50.235Z | Downloaded signature v2.1.0 |
994 | 2023-12-14T11:55:50.238Z | Downloaded predicates-tree v1.0.9 |
995 | 2023-12-14T11:55:50.238Z | Downloaded uuid v1.6.1 |
996 | 2023-12-14T11:55:50.247Z | Downloaded secrecy v0.8.0 |
997 | 2023-12-14T11:55:50.251Z | Downloaded password-hash v0.5.0 |
998 | 2023-12-14T11:55:50.254Z | Downloaded pin-utils v0.1.0 |
999 | 2023-12-14T11:55:50.257Z | Downloaded resolv-conf v0.7.0 |
1000 | 2023-12-14T11:55:50.260Z | Downloaded trust-dns-resolver v0.22.0 |
1001 | 2023-12-14T11:55:50.268Z | Downloaded smf v0.2.2 |
1002 | 2023-12-14T11:55:50.271Z | Downloaded pin-project v1.1.3 |
1003 | 2023-12-14T11:55:50.293Z | Downloaded pkg-config v0.3.27 |
1004 | 2023-12-14T11:55:50.300Z | Downloaded packed_struct v0.10.1 |
1005 | 2023-12-14T11:55:50.303Z | Downloaded proc-macro-crate v1.3.1 |
1006 | 2023-12-14T11:55:50.303Z | Downloaded tabled_derive v0.6.0 |
1007 | 2023-12-14T11:55:50.306Z | Downloaded rustc_version v0.1.7 |
1008 | 2023-12-14T11:55:50.306Z | Downloaded unicode_categories v0.1.1 |
1009 | 2023-12-14T11:55:50.310Z | Downloaded dirs-sys-next v0.1.2 |
1010 | 2023-12-14T11:55:50.313Z | Downloaded textwrap v0.11.0 |
1011 | 2023-12-14T11:55:50.316Z | Downloaded tap v1.0.1 |
1012 | 2023-12-14T11:55:50.317Z | Downloaded wyz v0.5.1 |
1013 | 2023-12-14T11:55:50.320Z | Downloaded termios v0.3.3 |
1014 | 2023-12-14T11:55:50.323Z | Downloaded hmac v0.12.1 |
1015 | 2023-12-14T11:55:50.326Z | Downloaded proc-macro-error v1.0.4 |
1016 | 2023-12-14T11:55:50.332Z | Downloaded time v0.3.27 |
1017 | 2023-12-14T11:55:50.345Z | Downloaded serde_plain v1.0.2 |
1018 | 2023-12-14T11:55:50.348Z | Downloaded r2d2 v0.8.10 |
1019 | 2023-12-14T11:55:50.352Z | Downloaded sct v0.7.0 |
1020 | 2023-12-14T11:55:50.357Z | Downloaded yasna v0.5.2 |
1021 | 2023-12-14T11:55:50.361Z | Downloaded oso v0.27.0 |
1022 | 2023-12-14T11:55:50.368Z | Downloaded rustc-demangle v0.1.23 |
1023 | 2023-12-14T11:55:50.372Z | Downloaded platforms v3.0.2 |
1024 | 2023-12-14T11:55:50.376Z | Downloaded tracing v0.1.37 |
1025 | 2023-12-14T11:55:50.388Z | Downloaded salty v0.2.0 |
1026 | 2023-12-14T11:55:50.395Z | Downloaded test-strategy v0.3.1 |
1027 | 2023-12-14T11:55:50.402Z | Downloaded rcgen v0.11.3 |
1028 | 2023-12-14T11:55:50.408Z | Downloaded zip v0.6.6 |
1029 | 2023-12-14T11:55:50.417Z | Downloaded futures v0.3.29 |
1030 | 2023-12-14T11:55:50.427Z | Downloaded pretty_assertions v1.4.0 |
1031 | 2023-12-14T11:55:50.431Z | Downloaded x509-cert v0.2.4 |
1032 | 2023-12-14T11:55:50.444Z | Downloaded hashbrown v0.12.3 |
1033 | 2023-12-14T11:55:50.452Z | Downloaded rand v0.8.5 |
1034 | 2023-12-14T11:55:50.460Z | Downloaded portable-atomic v1.4.3 |
1035 | 2023-12-14T11:55:50.472Z | Downloaded snafu v0.7.5 |
1036 | 2023-12-14T11:55:50.484Z | Downloaded owo-colors v3.5.0 |
1037 | 2023-12-14T11:55:50.489Z | Downloaded tabled v0.14.0 |
1038 | 2023-12-14T11:55:50.519Z | Downloaded plotters v0.3.5 |
1039 | 2023-12-14T11:55:50.538Z | Downloaded regex-automata v0.1.10 |
1040 | 2023-12-14T11:55:50.551Z | Downloaded rustyline v12.0.0 |
1041 | 2023-12-14T11:55:50.559Z | Downloaded reqwest v0.11.22 |
1042 | 2023-12-14T11:55:50.574Z | Downloaded guppy v0.17.4 |
1043 | 2023-12-14T11:55:50.586Z | Downloaded rayon v1.8.0 |
1044 | 2023-12-14T11:55:50.604Z | Downloaded object v0.30.4 |
1045 | 2023-12-14T11:55:50.624Z | Downloaded h2 v0.3.21 |
1046 | 2023-12-14T11:55:50.639Z | Downloaded vcpkg v0.2.15 |
1047 | 2023-12-14T11:55:50.715Z | Downloaded hkdf v0.12.3 |
1048 | 2023-12-14T11:55:50.719Z | Downloaded gimli v0.28.0 |
1049 | 2023-12-14T11:55:50.737Z | Downloaded syn v1.0.109 |
1050 | 2023-12-14T11:55:50.759Z | Downloaded rustls v0.21.9 |
1051 | 2023-12-14T11:55:50.782Z | Downloaded smoltcp v0.9.1 |
1052 | 2023-12-14T11:55:50.832Z | Downloaded webpki-roots v0.25.2 |
1053 | 2023-12-14T11:55:50.838Z | Downloaded bstr v1.6.0 |
1054 | 2023-12-14T11:55:50.838Z | Downloaded polar-core v0.27.0 |
1055 | 2023-12-14T11:55:50.857Z | Downloaded sled v0.34.7 |
1056 | 2023-12-14T11:55:50.897Z | Downloaded regex-syntax v0.8.2 |
1057 | 2023-12-14T11:55:50.919Z | Downloaded zerocopy-derive v0.2.0 |
1058 | 2023-12-14T11:55:50.938Z | Downloaded zerocopy-derive v0.7.26 |
1059 | 2023-12-14T11:55:50.961Z | Downloaded regex-automata v0.4.3 |
1060 | 2023-12-14T11:55:50.996Z | Downloaded zerocopy-derive v0.6.4 |
1061 | 2023-12-14T11:55:51.019Z | Downloaded tokio v1.35.0 |
1062 | 2023-12-14T11:55:51.096Z | Downloaded sha3 v0.10.8 |
1063 | 2023-12-14T11:55:51.109Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1064 | 2023-12-14T11:55:51.137Z | Downloaded encoding_rs v0.8.33 |
1065 | 2023-12-14T11:55:51.183Z | Downloaded regex-automata v0.3.8 |
1066 | 2023-12-14T11:55:51.221Z | Downloaded trust-dns-proto v0.22.0 |
1067 | 2023-12-14T11:55:51.242Z | Downloaded smoltcp v0.10.0 |
1068 | 2023-12-14T11:55:51.266Z | Downloaded regex-syntax v0.7.5 |
1069 | 2023-12-14T11:55:51.283Z | Downloaded rustix v0.38.25 |
1070 | 2023-12-14T11:55:51.331Z | Downloaded radix_trie v0.2.1 |
1071 | 2023-12-14T11:55:51.341Z | Downloaded openapiv3 v2.0.0 |
1072 | 2023-12-14T11:55:51.368Z | Downloaded ratatui v0.23.0 |
1073 | 2023-12-14T11:55:51.393Z | Downloaded regex-syntax v0.6.29 |
1074 | 2023-12-14T11:55:51.411Z | Downloaded bstr v0.2.17 |
1075 | 2023-12-14T11:55:51.428Z | Downloaded diesel v2.1.4 |
1076 | 2023-12-14T11:55:51.463Z | Downloaded regex v1.10.2 |
1077 | 2023-12-14T11:55:51.488Z | Downloaded openssl v0.10.60 |
1078 | 2023-12-14T11:55:51.507Z | Downloaded ring v0.17.7 |
1079 | 2023-12-14T11:55:51.645Z | Downloaded curve25519-dalek v4.1.1 |
1080 | 2023-12-14T11:55:51.661Z | Downloaded petgraph v0.6.4 |
1081 | 2023-12-14T11:55:51.686Z | Downloaded ring v0.16.20 |
1082 | 2023-12-14T11:55:51.870Z | Downloaded regress v0.7.1 |
1083 | 2023-12-14T11:55:51.873Z | Downloaded object v0.32.1 |
1084 | 2023-12-14T11:55:51.881Z | Downloaded nix v0.26.4 |
1085 | 2023-12-14T11:55:51.900Z | Downloaded chrono v0.4.31 |
1086 | 2023-12-14T11:55:51.914Z | Downloaded idna v0.2.3 |
1087 | 2023-12-14T11:55:51.928Z | Downloaded lalrpop v0.19.12 |
1088 | 2023-12-14T11:55:51.946Z | Downloaded reedline v0.22.0 |
1089 | 2023-12-14T11:55:51.957Z | Downloaded zerocopy v0.7.26 |
1090 | 2023-12-14T11:55:51.989Z | Downloaded proptest v1.4.0 |
1091 | 2023-12-14T11:55:52.005Z | Downloaded futures-util v0.3.29 |
1092 | 2023-12-14T11:55:52.026Z | Downloaded bindgen v0.65.1 |
1093 | 2023-12-14T11:55:52.038Z | Downloaded bitvec v1.0.1 |
1094 | 2023-12-14T11:55:52.066Z | Downloaded quick-xml v0.23.1 |
1095 | 2023-12-14T11:55:52.078Z | Downloaded clap v2.34.0 |
1096 | 2023-12-14T11:55:52.090Z | Downloaded unicode-segmentation v1.10.1 |
1097 | 2023-12-14T11:55:52.097Z | Downloaded rustls-webpki v0.101.7 |
1098 | 2023-12-14T11:55:52.122Z | Downloaded rsa v0.9.2 |
1099 | 2023-12-14T11:55:52.130Z | Downloaded sqlparser v0.36.1 |
1100 | 2023-12-14T11:55:52.139Z | Downloaded steno v0.4.0 |
1101 | 2023-12-14T11:55:52.148Z | Downloaded fatfs v0.3.6 |
1102 | 2023-12-14T11:55:52.151Z | Downloaded tungstenite v0.20.1 |
1103 | 2023-12-14T11:55:52.156Z | Downloaded pest v2.7.2 |
1104 | 2023-12-14T11:55:52.165Z | Downloaded hyper v0.14.27 |
1105 | 2023-12-14T11:55:52.179Z | Downloaded flate2 v1.0.28 |
1106 | 2023-12-14T11:55:52.187Z | Downloaded http v0.2.11 |
1107 | 2023-12-14T11:55:52.194Z | Downloaded unicode-normalization v0.1.22 |
1108 | 2023-12-14T11:55:52.201Z | Downloaded half v1.8.2 |
1109 | 2023-12-14T11:55:52.205Z | Downloaded structopt v0.3.26 |
1110 | 2023-12-14T11:55:52.217Z | Downloaded flume v0.11.0 |
1111 | 2023-12-14T11:55:52.223Z | Downloaded trust-dns-server v0.22.1 |
1112 | 2023-12-14T11:55:52.232Z | Downloaded rand v0.4.6 |
1113 | 2023-12-14T11:55:52.239Z | Downloaded poly1305 v0.8.0 |
1114 | 2023-12-14T11:55:52.245Z | Downloaded papergrid v0.10.0 |
1115 | 2023-12-14T11:55:52.250Z | Downloaded der v0.7.8 |
1116 | 2023-12-14T11:55:52.259Z | Downloaded serde_with v3.4.0 |
1117 | 2023-12-14T11:55:52.271Z | Downloaded typed-path v0.7.0 |
1118 | 2023-12-14T11:55:52.281Z | Downloaded vec_map v0.8.2 |
1119 | 2023-12-14T11:55:52.284Z | Downloaded http-body v0.4.5 |
1120 | 2023-12-14T11:55:52.288Z | Downloaded serde_repr v0.1.16 |
1121 | 2023-12-14T11:55:52.288Z | Downloaded zone v0.3.0 |
1122 | 2023-12-14T11:55:52.292Z | Downloaded serde_tokenstream v0.1.7 |
1123 | 2023-12-14T11:55:52.296Z | Downloaded aho-corasick v1.0.4 |
1124 | 2023-12-14T11:55:52.304Z | Downloaded rustc_version v0.4.0 |
1125 | 2023-12-14T11:55:52.307Z | Downloaded slog-stdlog v4.1.1 |
1126 | 2023-12-14T11:55:52.310Z | Downloaded trybuild v1.0.85 |
1127 | 2023-12-14T11:55:52.315Z | Downloaded snafu-derive v0.7.5 |
1128 | 2023-12-14T11:55:52.318Z | Downloaded partial-io v0.5.4 |
1129 | 2023-12-14T11:55:52.321Z | Downloaded parse-display-derive v0.8.2 |
1130 | 2023-12-14T11:55:52.327Z | Downloaded crossterm v0.26.1 |
1131 | 2023-12-14T11:55:52.335Z | Downloaded itertools v0.12.0 |
1132 | 2023-12-14T11:55:52.346Z | Downloaded zeroize_derive v1.4.2 |
1133 | 2023-12-14T11:55:52.349Z | Downloaded semver-parser v0.10.2 |
1134 | 2023-12-14T11:55:52.352Z | Downloaded schemars_derive v0.8.13 |
1135 | 2023-12-14T11:55:52.355Z | Downloaded schemars v0.8.13 |
1136 | 2023-12-14T11:55:52.371Z | Downloaded diesel_derives v2.1.2 |
1137 | 2023-12-14T11:55:52.377Z | Downloaded elliptic-curve v0.13.8 |
1138 | 2023-12-14T11:55:52.383Z | Downloaded hashbrown v0.13.2 |
1139 | 2023-12-14T11:55:52.391Z | Downloaded tough v0.16.0 |
1140 | 2023-12-14T11:55:52.405Z | Downloaded trust-dns-client v0.22.0 |
1141 | 2023-12-14T11:55:52.414Z | Downloaded tokio-util v0.7.10 |
1142 | 2023-12-14T11:55:52.428Z | Downloaded url v2.5.0 |
1143 | 2023-12-14T11:55:52.431Z | Downloaded supports-color v2.1.0 |
1144 | 2023-12-14T11:55:52.434Z | Downloaded strum_macros v0.24.3 |
1145 | 2023-12-14T11:55:52.437Z | Downloaded scopeguard v1.2.0 |
1146 | 2023-12-14T11:55:52.437Z | Downloaded futures-executor v0.3.29 |
1147 | 2023-12-14T11:55:52.440Z | Downloaded futures-core v0.3.29 |
1148 | 2023-12-14T11:55:52.444Z | Downloaded foreign-types-macros v0.2.3 |
1149 | 2023-12-14T11:55:52.444Z | Downloaded foreign-types v0.5.0 |
1150 | 2023-12-14T11:55:52.447Z | Downloaded ed25519 v1.5.3 |
1151 | 2023-12-14T11:55:52.451Z | Downloaded globset v0.4.13 |
1152 | 2023-12-14T11:55:52.451Z | Downloaded smawk v0.3.1 |
1153 | 2023-12-14T11:55:52.455Z | Downloaded float-cmp v0.9.0 |
1154 | 2023-12-14T11:55:52.455Z | Downloaded diff v0.1.13 |
1155 | 2023-12-14T11:55:52.458Z | Downloaded openssl-sys v0.9.96 |
1156 | 2023-12-14T11:55:52.467Z | Downloaded textwrap v0.16.0 |
1157 | 2023-12-14T11:55:52.471Z | Downloaded hex v0.4.3 |
1158 | 2023-12-14T11:55:52.474Z | Downloaded usdt-macro v0.3.5 |
1159 | 2023-12-14T11:55:52.477Z | Downloaded which v4.4.0 |
1160 | 2023-12-14T11:55:52.477Z | Downloaded slog v2.7.0 |
1161 | 2023-12-14T11:55:52.481Z | Downloaded unsafe-libyaml v0.2.9 |
1162 | 2023-12-14T11:55:52.490Z | Downloaded nom v7.1.3 |
1163 | 2023-12-14T11:55:52.496Z | Downloaded pin-project-internal v1.1.3 |
1164 | 2023-12-14T11:55:52.499Z | Downloaded tracing-attributes v0.1.26 |
1165 | 2023-12-14T11:55:52.503Z | Downloaded parking_lot v0.11.2 |
1166 | 2023-12-14T11:55:52.506Z | Downloaded serde_yaml v0.9.25 |
1167 | 2023-12-14T11:55:52.512Z | Downloaded libm v0.2.7 |
1168 | 2023-12-14T11:55:52.529Z | Downloaded tracing-core v0.1.31 |
1169 | 2023-12-14T11:55:52.533Z | Downloaded structopt-derive v0.4.18 |
1170 | 2023-12-14T11:55:52.536Z | Downloaded predicates-core v1.0.6 |
1171 | 2023-12-14T11:55:52.539Z | Downloaded fnv v1.0.7 |
1172 | 2023-12-14T11:55:52.539Z | Downloaded either v1.9.0 |
1173 | 2023-12-14T11:55:52.542Z | Downloaded highway v1.1.0 |
1174 | 2023-12-14T11:55:52.545Z | Downloaded heapless v0.7.16 |
1175 | 2023-12-14T11:55:52.550Z | Downloaded criterion v0.5.1 |
1176 | 2023-12-14T11:55:52.562Z | Downloaded tempdir v0.3.7 |
1177 | 2023-12-14T11:55:52.565Z | Downloaded spin v0.9.8 |
1178 | 2023-12-14T11:55:52.568Z | Downloaded pkcs8 v0.10.2 |
1179 | 2023-12-14T11:55:52.574Z | Downloaded pin-project-lite v0.2.13 |
1180 | 2023-12-14T11:55:52.579Z | Downloaded ena v0.14.2 |
1181 | 2023-12-14T11:55:52.583Z | Downloaded fd-lock v3.0.13 |
1182 | 2023-12-14T11:55:52.586Z | Downloaded parking_lot v0.12.1 |
1183 | 2023-12-14T11:55:52.590Z | Downloaded rayon-core v1.12.0 |
1184 | 2023-12-14T11:55:52.596Z | Downloaded expectorate v1.1.0 |
1185 | 2023-12-14T11:55:52.600Z | Downloaded xattr v1.0.1 |
1186 | 2023-12-14T11:55:52.603Z | Downloaded rand_xorshift v0.3.0 |
1187 | 2023-12-14T11:55:52.606Z | Downloaded rand_core v0.6.4 |
1188 | 2023-12-14T11:55:52.606Z | Downloaded ron v0.8.1 |
1189 | 2023-12-14T11:55:52.616Z | Downloaded radium v0.7.0 |
1190 | 2023-12-14T11:55:52.619Z | Downloaded sqlformat v0.2.3 |
1191 | 2023-12-14T11:55:52.622Z | Downloaded tempfile v3.8.1 |
1192 | 2023-12-14T11:55:52.625Z | Downloaded unicode-bidi v0.3.13 |
1193 | 2023-12-14T11:55:52.630Z | Downloaded ff v0.13.0 |
1194 | 2023-12-14T11:55:52.636Z | Downloaded dof v0.1.5 |
1195 | 2023-12-14T11:55:52.636Z | Downloaded itertools v0.11.0 |
1196 | 2023-12-14T11:55:52.643Z | Downloaded zeroize v1.7.0 |
1197 | 2023-12-14T11:55:52.647Z | Downloaded serde_with_macros v3.4.0 |
1198 | 2023-12-14T11:55:52.650Z | Downloaded darling_core v0.20.3 |
1199 | 2023-12-14T11:55:52.656Z | Downloaded num-bigint v0.4.4 |
1200 | 2023-12-14T11:55:52.664Z | Downloaded prettyplease v0.2.12 |
1201 | 2023-12-14T11:55:52.670Z | Downloaded string_cache v0.8.7 |
1202 | 2023-12-14T11:55:52.673Z | Downloaded static_assertions v1.1.0 |
1203 | 2023-12-14T11:55:52.676Z | Downloaded rustfmt-wrapper v0.2.0 |
1204 | 2023-12-14T11:55:52.679Z | Downloaded deranged v0.3.8 |
1205 | 2023-12-14T11:55:52.679Z | Downloaded dyn-clone v1.0.13 |
1206 | 2023-12-14T11:55:52.682Z | Downloaded difflib v0.4.0 |
1207 | 2023-12-14T11:55:52.682Z | Downloaded time-macros v0.2.13 |
1208 | 2023-12-14T11:55:52.686Z | Downloaded vte v0.10.1 |
1209 | 2023-12-14T11:55:52.689Z | Downloaded version_check v0.9.4 |
1210 | 2023-12-14T11:55:52.692Z | Downloaded pem-rfc7468 v0.7.0 |
1211 | 2023-12-14T11:55:52.695Z | Downloaded postcard v1.0.8 |
1212 | 2023-12-14T11:55:52.698Z | Downloaded typenum v1.16.0 |
1213 | 2023-12-14T11:55:52.703Z | Downloaded darling_core v0.14.4 |
1214 | 2023-12-14T11:55:52.713Z | Downloaded tokio-postgres v0.7.10 |
1215 | 2023-12-14T11:55:52.719Z | Downloaded pest_derive v2.7.2 |
1216 | 2023-12-14T11:55:52.722Z | Downloaded parking_lot_core v0.9.8 |
1217 | 2023-12-14T11:55:52.725Z | Downloaded parking_lot_core v0.8.6 |
1218 | 2023-12-14T11:55:52.729Z | Downloaded similar v2.3.0 |
1219 | 2023-12-14T11:55:52.737Z | Downloaded headers v0.3.9 |
1220 | 2023-12-14T11:55:52.747Z | Downloaded slog-scope v4.4.0 |
1221 | 2023-12-14T11:55:52.751Z | Downloaded home v0.5.5 |
1222 | 2023-12-14T11:55:52.751Z | Downloaded defmt v0.3.5 |
1223 | 2023-12-14T11:55:52.755Z | Downloaded tiny-keccak v2.0.2 |
1224 | 2023-12-14T11:55:52.759Z | Downloaded ucd-trie v0.1.6 |
1225 | 2023-12-14T11:55:52.763Z | Downloaded pest_meta v2.7.2 |
1226 | 2023-12-14T11:55:52.766Z | Downloaded futures-task v0.3.29 |
1227 | 2023-12-14T11:55:52.769Z | Downloaded rstest v0.18.2 |
1228 | 2023-12-14T11:55:52.779Z | Downloaded itertools v0.10.5 |
1229 | 2023-12-14T11:55:52.787Z | Downloaded crossterm v0.27.0 |
1230 | 2023-12-14T11:55:52.798Z | Downloaded hostname v0.3.1 |
1231 | 2023-12-14T11:55:52.801Z | Downloaded minimal-lexical v0.2.1 |
1232 | 2023-12-14T11:55:52.808Z | Downloaded serde_tokenstream v0.2.0 |
1233 | 2023-12-14T11:55:52.814Z | Downloaded crossbeam-channel v0.5.8 |
1234 | 2023-12-14T11:55:52.821Z | Downloaded unarray v0.1.4 |
1235 | 2023-12-14T11:55:52.824Z | Downloaded toml v0.7.8 |
1236 | 2023-12-14T11:55:52.828Z | Downloaded untrusted v0.7.1 |
1237 | 2023-12-14T11:55:52.831Z | Downloaded ppv-lite86 v0.2.17 |
1238 | 2023-12-14T11:55:52.834Z | Downloaded postgres-types v0.2.6 |
1239 | 2023-12-14T11:55:52.837Z | Downloaded want v0.3.1 |
1240 | 2023-12-14T11:55:52.837Z | Downloaded http-range v0.1.5 |
1241 | 2023-12-14T11:55:52.843Z | Downloaded quick-error v1.2.3 |
1242 | 2023-12-14T11:55:52.843Z | Downloaded zerocopy v0.3.0 |
1243 | 2023-12-14T11:55:52.846Z | Downloaded rtoolbox v0.0.1 |
1244 | 2023-12-14T11:55:52.846Z | Downloaded target-spec v3.0.1 |
1245 | 2023-12-14T11:55:52.849Z | Downloaded foreign-types v0.3.2 |
1246 | 2023-12-14T11:55:52.850Z | Downloaded relative-path v1.9.0 |
1247 | 2023-12-14T11:55:52.853Z | Downloaded walkdir v2.4.0 |
1248 | 2023-12-14T11:55:52.854Z | Downloaded serde-big-array v0.4.1 |
1249 | 2023-12-14T11:55:52.857Z | Downloaded whoami v1.4.1 |
1250 | 2023-12-14T11:55:52.861Z | Downloaded semver v0.1.20 |
1251 | 2023-12-14T11:55:52.861Z | Downloaded percent-encoding v2.3.1 |
1252 | 2023-12-14T11:55:52.861Z | Downloaded pem v3.0.2 |
1253 | 2023-12-14T11:55:52.864Z | Downloaded paste v1.0.14 |
1254 | 2023-12-14T11:55:52.899Z | Downloaded mio v0.8.9 |
1255 | 2023-12-14T11:55:52.903Z | Downloaded bytes v1.5.0 |
1256 | 2023-12-14T11:55:52.903Z | Downloaded unicode-width v0.1.11 |
1257 | 2023-12-14T11:55:52.903Z | Downloaded unicode-linebreak v0.1.5 |
1258 | 2023-12-14T11:55:52.903Z | Downloaded tui-tree-widget v0.13.0 |
1259 | 2023-12-14T11:55:52.903Z | Downloaded debug-ignore v1.0.5 |
1260 | 2023-12-14T11:55:52.903Z | Downloaded derive_more v0.99.17 |
1261 | 2023-12-14T11:55:52.903Z | Downloaded derive-where v1.2.6 |
1262 | 2023-12-14T11:55:52.906Z | Downloaded socket2 v0.4.9 |
1263 | 2023-12-14T11:55:52.910Z | Downloaded getopts v0.2.21 |
1264 | 2023-12-14T11:55:52.914Z | Downloaded peeking_take_while v0.1.2 |
1265 | 2023-12-14T11:55:52.914Z | Downloaded predicates v3.0.4 |
1266 | 2023-12-14T11:55:52.917Z | Downloaded toml v0.5.11 |
1267 | 2023-12-14T11:55:52.920Z | Downloaded slab v0.4.9 |
1268 | 2023-12-14T11:55:52.926Z | Downloaded chacha20poly1305 v0.10.1 |
1269 | 2023-12-14T11:55:52.929Z | Downloaded tokio-tungstenite v0.20.1 |
1270 | 2023-12-14T11:55:52.929Z | Downloaded wait-timeout v0.2.0 |
1271 | 2023-12-14T11:55:52.932Z | Downloaded tokio-rustls v0.24.1 |
1272 | 2023-12-14T11:55:52.935Z | Downloaded ref-cast-impl v1.0.20 |
1273 | 2023-12-14T11:55:52.938Z | Downloaded target-lexicon v0.12.12 |
1274 | 2023-12-14T11:55:52.941Z | Downloaded usdt-attr-macro v0.3.5 |
1275 | 2023-12-14T11:55:52.942Z | Downloaded pathdiff v0.2.1 |
1276 | 2023-12-14T11:55:52.945Z | Downloaded path-slash v0.1.5 |
1277 | 2023-12-14T11:55:52.945Z | Downloaded rustc-hash v1.1.0 |
1278 | 2023-12-14T11:55:52.948Z | Downloaded heck v0.3.3 |
1279 | 2023-12-14T11:55:52.948Z | Downloaded unicode-xid v0.2.4 |
1280 | 2023-12-14T11:55:52.954Z | Downloaded cc v1.0.83 |
1281 | 2023-12-14T11:55:52.957Z | Downloaded futures-io v0.3.29 |
1282 | 2023-12-14T11:55:52.958Z | Downloaded filetime v0.2.23 |
1283 | 2023-12-14T11:55:52.961Z | Downloaded crc-any v2.4.3 |
1284 | 2023-12-14T11:55:52.964Z | Downloaded subprocess v0.2.9 |
1285 | 2023-12-14T11:55:52.967Z | Downloaded futures-macro v0.3.29 |
1286 | 2023-12-14T11:55:52.970Z | Downloaded flagset v0.4.3 |
1287 | 2023-12-14T11:55:52.970Z | Downloaded data-encoding v2.4.0 |
1288 | 2023-12-14T11:55:52.976Z | Downloaded darling v0.20.3 |
1289 | 2023-12-14T11:55:52.979Z | Downloaded slog-term v2.9.0 |
1290 | 2023-12-14T11:55:52.982Z | Downloaded foreign-types-shared v0.1.1 |
1291 | 2023-12-14T11:55:52.982Z | Downloaded fixedbitset v0.4.2 |
1292 | 2023-12-14T11:55:52.986Z | Downloaded embedded-io v0.4.0 |
1293 | 2023-12-14T11:55:52.988Z | Downloaded thread_local v1.1.7 |
1294 | 2023-12-14T11:55:52.989Z | Downloaded thread-id v4.2.0 |
1295 | 2023-12-14T11:55:52.992Z | Downloaded thiserror-no-std v2.0.2 |
1296 | 2023-12-14T11:55:52.996Z | Downloaded precomputed-hash v0.1.1 |
1297 | 2023-12-14T11:55:52.999Z | Downloaded env_logger v0.10.0 |
1298 | 2023-12-14T11:55:53.003Z | Downloaded derive_builder_core v0.12.0 |
1299 | 2023-12-14T11:55:53.006Z | Downloaded derive_builder v0.12.0 |
1300 | 2023-12-14T11:55:53.013Z | Downloaded synstructure v0.12.6 |
1301 | 2023-12-14T11:55:53.017Z | Downloaded serde_derive_internals v0.26.0 |
1302 | 2023-12-14T11:55:53.025Z | Downloaded stringprep v0.1.3 |
1303 | 2023-12-14T11:55:53.025Z | Downloaded base64 v0.21.5 |
1304 | 2023-12-14T11:55:53.029Z | Downloaded phf_shared v0.11.2 |
1305 | 2023-12-14T11:55:53.029Z | Downloaded phf v0.11.2 |
1306 | 2023-12-14T11:55:53.032Z | Downloaded waitgroup v0.1.2 |
1307 | 2023-12-14T11:55:53.032Z | Downloaded tokio-stream v0.1.14 |
1308 | 2023-12-14T11:55:53.038Z | Downloaded basic-toml v0.1.4 |
1309 | 2023-12-14T11:55:53.057Z | Downloaded glob v0.3.1 |
1310 | 2023-12-14T11:55:53.060Z | Downloaded structmeta v0.2.0 |
1311 | 2023-12-14T11:55:53.060Z | Downloaded native-tls v0.2.11 |
1312 | 2023-12-14T11:55:53.064Z | Downloaded mime_guess v2.0.4 |
1313 | 2023-12-14T11:55:53.067Z | Downloaded crossbeam-utils v0.8.16 |
1314 | 2023-12-14T11:55:53.070Z | Downloaded indexmap v1.9.3 |
1315 | 2023-12-14T11:55:53.074Z | Downloaded blake2b_simd v1.0.1 |
1316 | 2023-12-14T11:55:53.077Z | Downloaded omicron-zone-package v0.9.1 |
1317 | 2023-12-14T11:55:53.083Z | Downloaded datatest-stable v0.2.3 |
1318 | 2023-12-14T11:55:53.087Z | Downloaded darling_macro v0.20.3 |
1319 | 2023-12-14T11:55:53.087Z | Downloaded darling_macro v0.14.4 |
1320 | 2023-12-14T11:55:53.087Z | Downloaded thiserror-impl-no-std v2.0.2 |
1321 | 2023-12-14T11:55:53.090Z | Downloaded sha2 v0.10.8 |
1322 | 2023-12-14T11:55:53.094Z | Downloaded num-rational v0.4.1 |
1323 | 2023-12-14T11:55:53.094Z | Downloaded smallvec v0.6.14 |
1324 | 2023-12-14T11:55:53.097Z | Downloaded fastrand v2.0.0 |
1325 | 2023-12-14T11:55:53.100Z | Downloaded fallible-iterator v0.2.0 |
1326 | 2023-12-14T11:55:53.100Z | Downloaded tokio-native-tls v0.3.1 |
1327 | 2023-12-14T11:55:53.103Z | Downloaded strum_macros v0.25.2 |
1328 | 2023-12-14T11:55:53.106Z | Downloaded semver v0.11.0 |
1329 | 2023-12-14T11:55:53.110Z | Downloaded cfg-expr v0.15.5 |
1330 | 2023-12-14T11:55:53.114Z | Downloaded backtrace v0.3.69 |
1331 | 2023-12-14T11:55:53.122Z | Downloaded log v0.4.20 |
1332 | 2023-12-14T11:55:53.129Z | Downloaded time-core v0.1.1 |
1333 | 2023-12-14T11:55:53.132Z | Downloaded serde-hex v0.1.0 |
1334 | 2023-12-14T11:55:53.132Z | Downloaded nu-ansi-term v0.49.0 |
1335 | 2023-12-14T11:55:53.135Z | Downloaded sec1 v0.7.3 |
1336 | 2023-12-14T11:55:53.138Z | Downloaded const-oid v0.9.5 |
1337 | 2023-12-14T11:55:53.142Z | Downloaded darling v0.14.4 |
1338 | 2023-12-14T11:55:53.145Z | Downloaded ciborium v0.2.1 |
1339 | 2023-12-14T11:55:53.151Z | Downloaded bitflags v2.4.0 |
1340 | 2023-12-14T11:55:53.154Z | Downloaded bcs v0.1.6 |
1341 | 2023-12-14T11:55:53.158Z | Downloaded slog-bunyan v2.4.0 |
1342 | 2023-12-14T11:55:53.158Z | Downloaded cancel-safe-futures v0.1.5 |
1343 | 2023-12-14T11:55:53.163Z | Downloaded httparse v1.8.0 |
1344 | 2023-12-14T11:55:53.166Z | Downloaded arrayvec v0.7.4 |
1345 | 2023-12-14T11:55:53.169Z | Downloaded ansi_term v0.12.1 |
1346 | 2023-12-14T11:55:53.173Z | Downloaded corncobs v0.1.3 |
1347 | 2023-12-14T11:55:53.176Z | Downloaded constant_time_eq v0.2.6 |
1348 | 2023-12-14T11:55:53.179Z | Downloaded bitfield v0.14.0 |
1349 | 2023-12-14T11:55:53.182Z | Downloaded siphasher v0.3.11 |
1350 | 2023-12-14T11:55:53.182Z | Downloaded similar-asserts v1.5.0 |
1351 | 2023-12-14T11:55:53.185Z | Downloaded signal-hook-registry v1.4.1 |
1352 | 2023-12-14T11:55:53.189Z | Downloaded signal-hook-mio v0.2.3 |
1353 | 2023-12-14T11:55:53.189Z | Downloaded sha1 v0.10.6 |
1354 | 2023-12-14T11:55:53.192Z | Downloaded same-file v1.0.6 |
1355 | 2023-12-14T11:55:53.199Z | Downloaded rustls-pemfile v1.0.3 |
1356 | 2023-12-14T11:55:53.202Z | Downloaded nanorand v0.7.0 |
1357 | 2023-12-14T11:55:53.202Z | Downloaded num-iter v0.1.43 |
1358 | 2023-12-14T11:55:53.202Z | Downloaded num-integer v0.1.45 |
1359 | 2023-12-14T11:55:53.206Z | Downloaded nibble_vec v0.1.0 |
1360 | 2023-12-14T11:55:53.209Z | Downloaded crypto-common v0.1.6 |
1361 | 2023-12-14T11:55:53.209Z | Downloaded libtest-mimic v0.6.1 |
1362 | 2023-12-14T11:55:53.212Z | Downloaded async-trait v0.1.74 |
1363 | 2023-12-14T11:55:53.217Z | Downloaded backoff v0.4.0 |
1364 | 2023-12-14T11:55:53.220Z | Downloaded structmeta-derive v0.2.0 |
1365 | 2023-12-14T11:55:53.223Z | Downloaded once_cell v1.19.0 |
1366 | 2023-12-14T11:55:53.231Z | Downloaded num-complex v0.4.4 |
1367 | 2023-12-14T11:55:53.231Z | Downloaded kstat-rs v0.2.3 |
1368 | 2023-12-14T11:55:53.231Z | Downloaded argon2 v0.5.2 |
1369 | 2023-12-14T11:55:53.234Z | Downloaded assert_cmd v2.0.12 |
1370 | 2023-12-14T11:55:53.237Z | Downloaded arc-swap v1.6.0 |
1371 | 2023-12-14T11:55:53.242Z | Downloaded derive_builder_macro v0.12.0 |
1372 | 2023-12-14T11:55:53.245Z | Downloaded tower-service v0.3.2 |
1373 | 2023-12-14T11:55:53.245Z | Downloaded toolchain_find v0.2.0 |
1374 | 2023-12-14T11:55:53.249Z | Downloaded serde-big-array v0.5.1 |
1375 | 2023-12-14T11:55:53.249Z | Downloaded num_cpus v1.16.0 |
1376 | 2023-12-14T11:55:53.253Z | Downloaded num-derive v0.4.0 |
1377 | 2023-12-14T11:55:53.256Z | Downloaded memoffset v0.9.0 |
1378 | 2023-12-14T11:55:53.259Z | Downloaded lru-cache v0.1.2 |
1379 | 2023-12-14T11:55:53.259Z | Downloaded mockall_derive v0.12.0 |
1380 | 2023-12-14T11:55:53.263Z | Downloaded hubpack v0.1.2 |
1381 | 2023-12-14T11:55:53.266Z | Downloaded httpdate v1.0.3 |
1382 | 2023-12-14T11:55:53.269Z | Downloaded adler v1.0.2 |
1383 | 2023-12-14T11:55:53.269Z | Downloaded multer v2.1.0 |
1384 | 2023-12-14T11:55:53.276Z | Downloaded cobs v0.2.3 |
1385 | 2023-12-14T11:55:53.280Z | Downloaded colored v2.0.4 |
1386 | 2023-12-14T11:55:53.280Z | Downloaded block-padding v0.3.3 |
1387 | 2023-12-14T11:55:53.280Z | Downloaded bit-vec v0.6.3 |
1388 | 2023-12-14T11:55:53.285Z | Downloaded atomic-waker v1.1.1 |
1389 | 2023-12-14T11:55:53.285Z | Downloaded hyper-staticfile v0.9.5 |
1390 | 2023-12-14T11:55:53.288Z | Downloaded chacha20 v0.9.1 |
1391 | 2023-12-14T11:55:53.291Z | Downloaded cassowary v0.3.0 |
1392 | 2023-12-14T11:55:53.291Z | Downloaded tinyvec_macros v0.1.1 |
1393 | 2023-12-14T11:55:53.294Z | Downloaded scheduled-thread-pool v0.2.7 |
1394 | 2023-12-14T11:55:53.294Z | Downloaded openssl-macros v0.1.1 |
1395 | 2023-12-14T11:55:53.297Z | Downloaded opaque-debug v0.3.0 |
1396 | 2023-12-14T11:55:53.297Z | Downloaded nodrop v0.1.14 |
1397 | 2023-12-14T11:55:53.302Z | Downloaded linked-hash-map v0.5.6 |
1398 | 2023-12-14T11:55:53.302Z | Downloaded crossbeam v0.8.2 |
1399 | 2023-12-14T11:55:53.302Z | Downloaded block-buffer v0.10.4 |
1400 | 2023-12-14T11:55:53.305Z | Downloaded arrayref v0.3.7 |
1401 | 2023-12-14T11:55:53.305Z | Downloaded keccak v0.1.4 |
1402 | 2023-12-14T11:55:53.308Z | Downloaded async-recursion v1.0.5 |
1403 | 2023-12-14T11:55:53.311Z | Downloaded buf-list v1.0.3 |
1404 | 2023-12-14T11:55:53.314Z | Downloaded array-init v0.0.4 |
1405 | 2023-12-14T11:55:53.318Z | Downloaded num_threads v0.1.6 |
1406 | 2023-12-14T11:55:53.318Z | Downloaded normalize-line-endings v0.3.0 |
1407 | 2023-12-14T11:55:53.318Z | Downloaded newline-converter v0.3.0 |
1408 | 2023-12-14T11:55:53.321Z | Downloaded cast v0.3.0 |
1409 | 2023-12-14T11:55:53.321Z | Downloaded lalrpop-util v0.19.12 |
1410 | 2023-12-14T11:55:53.327Z | Downloaded is-terminal v0.4.9 |
1411 | 2023-12-14T11:55:53.327Z | Downloaded crc v3.0.1 |
1412 | 2023-12-14T11:55:53.334Z | Downloaded num v0.4.1 |
1413 | 2023-12-14T11:55:53.334Z | Downloaded matches v0.1.10 |
1414 | 2023-12-14T11:55:53.334Z | Downloaded macaddr v1.0.1 |
1415 | 2023-12-14T11:55:53.339Z | Downloaded cfg-if v1.0.0 |
1416 | 2023-12-14T11:55:53.339Z | Downloaded ciborium-ll v0.2.1 |
1417 | 2023-12-14T11:55:53.339Z | Downloaded mockall v0.12.0 |
1418 | 2023-12-14T11:55:53.339Z | Downloaded autocfg v1.1.0 |
1419 | 2023-12-14T11:55:53.339Z | Downloaded base64ct v1.6.0 |
1420 | 2023-12-14T11:55:53.342Z | Downloaded memoffset v0.7.1 |
1421 | 2023-12-14T11:55:53.345Z | Downloaded camino-tempfile v1.1.1 |
1422 | 2023-12-14T11:55:53.348Z | Downloaded constant_time_eq v0.3.0 |
1423 | 2023-12-14T11:55:53.351Z | Downloaded hubpack_derive v0.1.1 |
1424 | 2023-12-14T11:55:53.351Z | Downloaded cstr-argument v0.1.2 |
1425 | 2023-12-14T11:55:53.351Z | Downloaded indicatif v0.17.7 |
1426 | 2023-12-14T11:55:53.358Z | Downloaded bit-set v0.5.3 |
1427 | 2023-12-14T11:55:53.361Z | Downloaded base16ct v0.2.0 |
1428 | 2023-12-14T11:55:53.364Z | Downloaded approx v0.5.1 |
1429 | 2023-12-14T11:55:53.367Z | Downloaded arrayvec v0.5.2 |
1430 | 2023-12-14T11:55:53.370Z | Downloaded ipnet v2.8.0 |
1431 | 2023-12-14T11:55:53.373Z | Downloaded bytesize v1.3.0 |
1432 | 2023-12-14T11:55:53.373Z | Downloaded async-stream-impl v0.3.5 |
1433 | 2023-12-14T11:55:53.373Z | Downloaded async-stream v0.3.5 |
1434 | 2023-12-14T11:55:53.376Z | Downloaded ascii-canvas v3.0.0 |
1435 | 2023-12-14T11:55:53.379Z | Downloaded crunchy v0.2.2 |
1436 | 2023-12-14T11:55:53.380Z | Downloaded ipnetwork v0.20.0 |
1437 | 2023-12-14T11:55:53.386Z | Downloaded indoc v2.0.3 |
1438 | 2023-12-14T11:55:53.387Z | Downloaded ident_case v1.0.1 |
1439 | 2023-12-14T11:55:53.390Z | Downloaded aead v0.5.2 |
1440 | 2023-12-14T11:55:53.390Z | Downloaded miniz_oxide v0.7.1 |
1441 | 2023-12-14T11:55:53.393Z | Downloaded crossbeam-epoch v0.9.15 |
1442 | 2023-12-14T11:55:53.397Z | Downloaded cexpr v0.6.0 |
1443 | 2023-12-14T11:55:53.402Z | Downloaded blake2 v0.10.6 |
1444 | 2023-12-14T11:55:53.405Z | Downloaded iana-time-zone v0.1.57 |
1445 | 2023-12-14T11:55:53.408Z | Downloaded hyper-tls v0.5.0 |
1446 | 2023-12-14T11:55:53.411Z | Downloaded hyper-rustls v0.24.2 |
1447 | 2023-12-14T11:55:53.414Z | Downloaded atomicwrites v0.4.2 |
1448 | 2023-12-14T11:55:53.417Z | Downloaded atty v0.2.14 |
1449 | 2023-12-14T11:55:53.417Z | Downloaded newtype_derive v0.1.6 |
1450 | 2023-12-14T11:55:53.420Z | Downloaded libsw v3.3.0 |
1451 | 2023-12-14T11:55:53.423Z | Downloaded cipher v0.4.4 |
1452 | 2023-12-14T11:55:53.426Z | Downloaded bb8 v0.8.1 |
1453 | 2023-12-14T11:55:53.426Z | Downloaded convert_case v0.4.0 |
1454 | 2023-12-14T11:55:53.429Z | Downloaded anes v0.1.6 |
1455 | 2023-12-14T11:55:53.433Z | Downloaded managed v0.8.0 |
1456 | 2023-12-14T11:55:53.436Z | Downloaded inout v0.1.3 |
1457 | 2023-12-14T11:55:53.436Z | Downloaded indoc v1.0.9 |
1458 | 2023-12-14T11:55:53.439Z | Downloaded console v0.15.7 |
1459 | 2023-12-14T11:55:53.444Z | Downloaded ciborium-io v0.2.1 |
1460 | 2023-12-14T11:55:53.447Z | Downloaded bytecount v0.6.3 |
1461 | 2023-12-14T11:55:53.450Z | Downloaded crucible-workspace-hack v0.1.0 |
1462 | 2023-12-14T11:55:53.450Z | Downloaded crossbeam-deque v0.8.3 |
1463 | 2023-12-14T11:55:53.456Z | Downloaded byteorder v1.5.0 |
1464 | 2023-12-14T11:55:53.459Z | Downloaded addr2line v0.21.0 |
1465 | 2023-12-14T11:55:54.113Z | Compiling serde v1.0.193 |
1466 | 2023-12-14T11:55:54.114Z | Compiling autocfg v1.1.0 |
1467 | 2023-12-14T11:55:54.117Z | Checking cfg-if v1.0.0 |
1468 | 2023-12-14T11:55:54.117Z | Compiling version_check v0.9.4 |
1469 | 2023-12-14T11:55:54.118Z | Compiling syn v1.0.109 |
1470 | 2023-12-14T11:55:54.196Z | Checking libc v0.2.151 |
1471 | 2023-12-14T11:55:54.215Z | Compiling syn v2.0.32 |
1472 | 2023-12-14T11:55:54.296Z | Compiling parking_lot_core v0.9.8 |
1473 | 2023-12-14T11:55:54.304Z | Compiling libm v0.2.7 |
1474 | 2023-12-14T11:55:54.778Z | Compiling cc v1.0.83 |
1475 | 2023-12-14T11:55:54.898Z | Compiling once_cell v1.19.0 |
1476 | 2023-12-14T11:55:54.921Z | Compiling futures-core v0.3.29 |
1477 | 2023-12-14T11:55:55.367Z | Compiling serde_json v1.0.108 |
1478 | 2023-12-14T11:55:55.449Z | Compiling lock_api v0.4.10 |
1479 | 2023-12-14T11:55:55.472Z | Compiling num-traits v0.2.16 |
1480 | 2023-12-14T11:55:55.550Z | Compiling memchr v2.6.3 |
1481 | 2023-12-14T11:55:55.916Z | Compiling typenum v1.16.0 |
1482 | 2023-12-14T11:55:56.157Z | Checking getrandom v0.2.10 |
1483 | 2023-12-14T11:55:56.185Z | Compiling generic-array v0.14.7 |
1484 | 2023-12-14T11:55:56.543Z | Compiling slab v0.4.9 |
1485 | 2023-12-14T11:55:56.850Z | Compiling futures-channel v0.3.29 |
1486 | 2023-12-14T11:55:57.101Z | Compiling futures-task v0.3.29 |
1487 | 2023-12-14T11:55:57.455Z | Compiling futures-util v0.3.29 |
1488 | 2023-12-14T11:55:57.619Z | Checking scopeguard v1.2.0 |
1489 | 2023-12-14T11:55:57.968Z | Checking log v0.4.20 |
1490 | 2023-12-14T11:55:58.165Z | Compiling pkg-config v0.3.27 |
1491 | 2023-12-14T11:55:58.944Z | Checking smallvec v1.11.2 |
1492 | 2023-12-14T11:55:58.972Z | Compiling byteorder v1.5.0 |
1493 | 2023-12-14T11:55:59.104Z | Checking itoa v1.0.9 |
1494 | 2023-12-14T11:55:59.399Z | Compiling rustix v0.38.25 |
1495 | 2023-12-14T11:55:59.498Z | Compiling indexmap v1.9.3 |
1496 | 2023-12-14T11:55:59.699Z | Compiling schemars v0.8.13 |
1497 | 2023-12-14T11:55:59.944Z | Compiling vcpkg v0.2.15 |
1498 | 2023-12-14T11:56:00.120Z | Compiling fnv v1.0.7 |
1499 | 2023-12-14T11:56:00.176Z | Compiling httparse v1.8.0 |
1500 | 2023-12-14T11:56:00.223Z | Checking rand_core v0.6.4 |
1501 | 2023-12-14T11:56:00.696Z | Compiling ring v0.17.7 |
1502 | 2023-12-14T11:56:00.813Z | Compiling ring v0.16.20 |
1503 | 2023-12-14T11:56:01.634Z | Compiling aho-corasick v1.0.4 |
1504 | 2023-12-14T11:56:02.663Z | Compiling regex-syntax v0.8.2 |
1505 | 2023-12-14T11:56:03.787Z | Compiling openssl-sys v0.9.96 |
1506 | 2023-12-14T11:56:05.822Z | Checking parking_lot v0.12.1 |
1507 | 2023-12-14T11:56:06.240Z | Compiling ahash v0.8.6 |
1508 | 2023-12-14T11:56:06.729Z | Compiling serde_derive_internals v0.26.0 |
1509 | 2023-12-14T11:56:07.888Z | Compiling regex-automata v0.4.3 |
1510 | 2023-12-14T11:56:09.186Z | Checking pin-project-lite v0.2.13 |
1511 | 2023-12-14T11:56:09.609Z | Compiling openssl v0.10.60 |
1512 | 2023-12-14T11:56:09.995Z | Checking spin v0.5.2 |
1513 | 2023-12-14T11:56:10.224Z | Checking signal-hook-registry v1.4.1 |
1514 | 2023-12-14T11:56:10.281Z | Checking mio v0.8.9 |
1515 | 2023-12-14T11:56:10.586Z | Compiling rustls v0.21.9 |
1516 | 2023-12-14T11:56:11.011Z | Compiling ucd-trie v0.1.6 |
1517 | 2023-12-14T11:56:11.533Z | Compiling native-tls v0.2.11 |
1518 | 2023-12-14T11:56:11.670Z | Compiling iana-time-zone v0.1.57 |
1519 | 2023-12-14T11:56:12.024Z | Compiling async-trait v0.1.74 |
1520 | 2023-12-14T11:56:12.046Z | Checking num_cpus v1.16.0 |
1521 | 2023-12-14T11:56:12.191Z | Checking ryu v1.0.15 |
1522 | 2023-12-14T11:56:12.318Z | Compiling unicode-xid v0.2.4 |
1523 | 2023-12-14T11:56:12.445Z | Compiling dyn-clone v1.0.13 |
1524 | 2023-12-14T11:56:12.528Z | Compiling backtrace v0.3.69 |
1525 | 2023-12-14T11:56:12.747Z | Checking socket2 v0.5.5 |
1526 | 2023-12-14T11:56:13.529Z | Compiling futures-sink v0.3.29 |
1527 | 2023-12-14T11:56:13.725Z | Compiling errno v0.3.2 |
1528 | 2023-12-14T11:56:13.743Z | Compiling crc32fast v1.3.2 |
1529 | 2023-12-14T11:56:14.048Z | Compiling crossbeam-utils v0.8.16 |
1530 | 2023-12-14T11:56:14.331Z | Compiling tinyvec_macros v0.1.1 |
1531 | 2023-12-14T11:56:14.449Z | Compiling tinyvec v1.6.0 |
1532 | 2023-12-14T11:56:14.659Z | Compiling regex v1.10.2 |
1533 | 2023-12-14T11:56:15.292Z | Compiling pin-utils v0.1.0 |
1534 | 2023-12-14T11:56:15.378Z | Compiling futures-io v0.3.29 |
1535 | 2023-12-14T11:56:15.420Z | Compiling anyhow v1.0.75 |
1536 | 2023-12-14T11:56:15.594Z | Compiling spin v0.9.8 |
1537 | 2023-12-14T11:56:16.184Z | Compiling tracing-core v0.1.31 |
1538 | 2023-12-14T11:56:16.478Z | Compiling unicode-bidi v0.3.13 |
1539 | 2023-12-14T11:56:17.109Z | Compiling unicode-normalization v0.1.22 |
1540 | 2023-12-14T11:56:18.120Z | Compiling num-integer v0.1.45 |
1541 | 2023-12-14T11:56:18.185Z | Compiling serde_derive v1.0.193 |
1542 | 2023-12-14T11:56:18.540Z | Compiling thiserror-impl v1.0.49 |
1543 | 2023-12-14T11:56:18.567Z | Compiling zeroize_derive v1.4.2 |
1544 | 2023-12-14T11:56:18.909Z | Compiling tokio-macros v2.2.0 |
1545 | 2023-12-14T11:56:18.935Z | Compiling futures-macro v0.3.29 |
1546 | 2023-12-14T11:56:19.017Z | Compiling tracing-attributes v0.1.26 |
1547 | 2023-12-14T11:56:19.450Z | Compiling schemars_derive v0.8.13 |
1548 | 2023-12-14T11:56:21.309Z | Compiling zerocopy-derive v0.7.26 |
1549 | 2023-12-14T11:56:21.713Z | Checking zeroize v1.7.0 |
1550 | 2023-12-14T11:56:22.107Z | Compiling openssl-macros v0.1.1 |
1551 | 2023-12-14T11:56:24.099Z | Compiling thiserror v1.0.49 |
1552 | 2023-12-14T11:56:24.280Z | Compiling pest v2.7.2 |
1553 | 2023-12-14T11:56:25.041Z | Compiling zerocopy v0.7.26 |
1554 | 2023-12-14T11:56:25.107Z | Compiling der_derive v0.7.2 |
1555 | 2023-12-14T11:56:25.572Z | Compiling tracing v0.1.37 |
1556 | 2023-12-14T11:56:26.459Z | Compiling synstructure v0.12.6 |
1557 | 2023-12-14T11:56:27.308Z | Compiling lazy_static v1.4.0 |
1558 | 2023-12-14T11:56:27.581Z | Checking subtle v2.5.0 |
1559 | 2023-12-14T11:56:27.966Z | Compiling base64 v0.21.5 |
1560 | 2023-12-14T11:56:28.454Z | Compiling hashbrown v0.13.2 |
1561 | 2023-12-14T11:56:28.678Z | Compiling slog v2.7.0 |
1562 | 2023-12-14T11:56:29.180Z | Compiling unicode-width v0.1.11 |
1563 | 2023-12-14T11:56:29.359Z | Compiling pest_meta v2.7.2 |
1564 | 2023-12-14T11:56:29.408Z | Compiling untrusted v0.7.1 |
1565 | 2023-12-14T11:56:29.475Z | Compiling foreign-types-shared v0.1.1 |
1566 | 2023-12-14T11:56:29.511Z | Compiling untrusted v0.9.0 |
1567 | 2023-12-14T11:56:29.514Z | Compiling zerocopy-derive v0.2.0 |
1568 | 2023-12-14T11:56:29.607Z | Compiling time-core v0.1.1 |
1569 | 2023-12-14T11:56:29.684Z | Compiling hashbrown v0.12.3 |
1570 | 2023-12-14T11:56:29.752Z | Compiling openssl-probe v0.1.5 |
1571 | 2023-12-14T11:56:29.857Z | Compiling percent-encoding v2.3.1 |
1572 | 2023-12-14T11:56:30.230Z | Compiling rustversion v1.0.14 |
1573 | 2023-12-14T11:56:30.312Z | Compiling time-macros v0.2.13 |
1574 | 2023-12-14T11:56:32.964Z | Compiling pest_generator v2.7.2 |
1575 | 2023-12-14T11:56:34.021Z | Compiling foreign-types v0.3.2 |
1576 | 2023-12-14T11:56:36.126Z | Compiling try-lock v0.2.4 |
1577 | 2023-12-14T11:56:36.329Z | Compiling want v0.3.1 |
1578 | 2023-12-14T11:56:36.423Z | Compiling sct v0.7.0 |
1579 | 2023-12-14T11:56:36.474Z | Compiling rustls-webpki v0.101.7 |
1580 | 2023-12-14T11:56:36.880Z | Compiling form_urlencoded v1.2.1 |
1581 | 2023-12-14T11:56:37.773Z | Compiling socket2 v0.4.9 |
1582 | 2023-12-14T11:56:38.027Z | Compiling httpdate v1.0.3 |
1583 | 2023-12-14T11:56:38.048Z | Compiling pest_derive v2.7.2 |
1584 | 2023-12-14T11:56:38.756Z | Compiling either v1.9.0 |
1585 | 2023-12-14T11:56:38.776Z | Compiling tower-service v0.3.2 |
1586 | 2023-12-14T11:56:38.935Z | Compiling const-oid v0.9.5 |
1587 | 2023-12-14T11:56:39.315Z | Compiling rustls-pemfile v1.0.3 |
1588 | 2023-12-14T11:56:39.666Z | Compiling idna v0.5.0 |
1589 | 2023-12-14T11:56:39.815Z | Compiling memoffset v0.9.0 |
1590 | 2023-12-14T11:56:39.833Z | Compiling usdt-impl v0.3.5 |
1591 | 2023-12-14T11:56:40.245Z | Compiling adler v1.0.2 |
1592 | 2023-12-14T11:56:40.508Z | Compiling miniz_oxide v0.7.1 |
1593 | 2023-12-14T11:56:40.754Z | Compiling rustls-native-certs v0.6.3 |
1594 | 2023-12-14T11:56:41.449Z | Compiling url v2.5.0 |
1595 | 2023-12-14T11:56:41.604Z | Checking bytes v1.5.0 |
1596 | 2023-12-14T11:56:42.175Z | Checking bitflags v2.4.0 |
1597 | 2023-12-14T11:56:42.603Z | Compiling zerocopy v0.3.0 |
1598 | 2023-12-14T11:56:43.258Z | Compiling indexmap v2.1.0 |
1599 | 2023-12-14T11:56:43.914Z | Compiling semver v1.0.20 |
1600 | 2023-12-14T11:56:44.596Z | Compiling chrono v0.4.31 |
1601 | 2023-12-14T11:56:44.928Z | Compiling uuid v1.6.1 |
1602 | 2023-12-14T11:56:45.195Z | Compiling rustc_version v0.4.0 |
1603 | 2023-12-14T11:56:45.258Z | Compiling http v0.2.11 |
1604 | 2023-12-14T11:56:45.769Z | Compiling tokio v1.35.0 |
1605 | 2023-12-14T11:56:47.514Z | Compiling toml_datetime v0.6.5 |
1606 | 2023-12-14T11:56:47.969Z | Compiling serde_spanned v0.6.4 |
1607 | 2023-12-14T11:56:48.215Z | Compiling toml_edit v0.19.15 |
1608 | 2023-12-14T11:56:48.317Z | Compiling openapiv3 v2.0.0 |
1609 | 2023-12-14T11:56:51.211Z | Compiling http-body v0.4.5 |
1610 | 2023-12-14T11:56:51.819Z | Compiling heapless v0.7.16 |
1611 | 2023-12-14T11:56:53.305Z | Checking crypto-common v0.1.6 |
1612 | 2023-12-14T11:56:54.573Z | Compiling ipnet v2.8.0 |
1613 | 2023-12-14T11:56:55.459Z | Compiling dof v0.1.5 |
1614 | 2023-12-14T11:56:56.574Z | Compiling serde_urlencoded v0.7.1 |
1615 | 2023-12-14T11:56:56.593Z | Compiling dtrace-parser v0.1.14 |
1616 | 2023-12-14T11:56:57.038Z | Compiling zerocopy-derive v0.6.4 |
1617 | 2023-12-14T11:56:57.069Z | Compiling clap_derive v4.4.2 |
1618 | 2023-12-14T11:56:57.494Z | Compiling crossbeam-epoch v0.9.15 |
1619 | 2023-12-14T11:56:57.621Z | Compiling encoding_rs v0.8.33 |
1620 | 2023-12-14T11:56:58.174Z | Compiling thread-id v4.2.0 |
1621 | 2023-12-14T11:56:58.323Z | Compiling siphasher v0.3.11 |
1622 | 2023-12-14T11:56:58.928Z | Compiling tokio-util v0.7.10 |
1623 | 2023-12-14T11:56:59.991Z | Compiling tokio-rustls v0.24.1 |
1624 | 2023-12-14T11:57:00.625Z | Compiling gimli v0.28.0 |
1625 | 2023-12-14T11:57:00.750Z | Compiling h2 v0.3.21 |
1626 | 2023-12-14T11:57:01.423Z | Compiling webpki-roots v0.25.2 |
1627 | 2023-12-14T11:57:01.643Z | Compiling mime v0.3.17 |
1628 | 2023-12-14T11:57:03.591Z | Compiling tokio-native-tls v0.3.1 |
1629 | 2023-12-14T11:57:04.175Z | Compiling serde_tokenstream v0.1.7 |
1630 | 2023-12-14T11:57:04.616Z | Compiling strum_macros v0.25.2 |
1631 | 2023-12-14T11:57:05.010Z | Compiling block-buffer v0.10.4 |
1632 | 2023-12-14T11:57:05.644Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1633 | 2023-12-14T11:57:05.648Z | Compiling object v0.32.1 |
1634 | 2023-12-14T11:57:05.939Z | Compiling num-iter v0.1.43 |
1635 | 2023-12-14T11:57:06.388Z | Compiling rustc-demangle v0.1.23 |
1636 | 2023-12-14T11:57:07.969Z | Compiling addr2line v0.21.0 |
1637 | 2023-12-14T11:57:08.274Z | Compiling flate2 v1.0.28 |
1638 | 2023-12-14T11:57:08.988Z | Compiling digest v0.10.7 |
1639 | 2023-12-14T11:57:09.070Z | Compiling ppv-lite86 v0.2.17 |
1640 | 2023-12-14T11:57:09.716Z | Compiling doc-comment v0.3.3 |
1641 | 2023-12-14T11:57:09.909Z | Compiling usdt-attr-macro v0.3.5 |
1642 | 2023-12-14T11:57:10.152Z | Compiling usdt-macro v0.3.5 |
1643 | 2023-12-14T11:57:10.331Z | Compiling rand_chacha v0.3.1 |
1644 | 2023-12-14T11:57:10.766Z | Compiling toml v0.7.8 |
1645 | 2023-12-14T11:57:11.130Z | Compiling toml_edit v0.21.0 |
1646 | 2023-12-14T11:57:11.661Z | Compiling hex v0.4.3 |
1647 | 2023-12-14T11:57:12.314Z | Compiling hyper v0.14.27 |
1648 | 2023-12-14T11:57:12.317Z | Compiling pin-project-internal v1.1.3 |
1649 | 2023-12-14T11:57:12.621Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1650 | 2023-12-14T11:57:13.344Z | Checking bitflags v1.3.2 |
1651 | 2023-12-14T11:57:13.774Z | Compiling bit-vec v0.6.3 |
1652 | 2023-12-14T11:57:14.450Z | Compiling rand v0.8.5 |
1653 | 2023-12-14T11:57:15.155Z | Compiling phf_shared v0.10.0 |
1654 | 2023-12-14T11:57:16.438Z | Compiling num-bigint v0.4.4 |
1655 | 2023-12-14T11:57:17.082Z | Compiling base64ct v1.6.0 |
1656 | 2023-12-14T11:57:17.716Z | Compiling precomputed-hash v0.1.1 |
1657 | 2023-12-14T11:57:17.862Z | Compiling minimal-lexical v0.2.1 |
1658 | 2023-12-14T11:57:18.074Z | Compiling new_debug_unreachable v1.0.4 |
1659 | 2023-12-14T11:57:18.199Z | Compiling smoltcp v0.9.1 |
1660 | 2023-12-14T11:57:18.287Z | Compiling fixedbitset v0.4.2 |
1661 | 2023-12-14T11:57:18.671Z | Compiling nom v7.1.3 |
1662 | 2023-12-14T11:57:18.749Z | Compiling petgraph v0.6.4 |
1663 | 2023-12-14T11:57:19.003Z | Compiling string_cache v0.8.7 |
1664 | 2023-12-14T11:57:19.120Z | Compiling pem-rfc7468 v0.7.0 |
1665 | 2023-12-14T11:57:19.868Z | Compiling bit-set v0.5.3 |
1666 | 2023-12-14T11:57:20.277Z | Compiling hmac v0.12.1 |
1667 | 2023-12-14T11:57:20.639Z | Compiling itertools v0.10.5 |
1668 | 2023-12-14T11:57:21.425Z | Compiling hubpack_derive v0.1.1 |
1669 | 2023-12-14T11:57:21.894Z | Compiling enum-as-inner v0.5.1 |
1670 | 2023-12-14T11:57:21.990Z | Compiling diesel_table_macro_syntax v0.1.0 |
1671 | 2023-12-14T11:57:23.344Z | Compiling flagset v0.4.3 |
1672 | 2023-12-14T11:57:23.533Z | Compiling hyper-rustls v0.24.2 |
1673 | 2023-12-14T11:57:23.657Z | Compiling hyper-tls v0.5.0 |
1674 | 2023-12-14T11:57:23.771Z | Compiling lalrpop-util v0.19.12 |
1675 | 2023-12-14T11:57:24.140Z | Compiling reqwest v0.11.22 |
1676 | 2023-12-14T11:57:24.313Z | Compiling unicode-segmentation v1.10.1 |
1677 | 2023-12-14T11:57:24.774Z | Compiling der v0.7.8 |
1678 | 2023-12-14T11:57:24.849Z | Compiling diesel_derives v2.1.2 |
1679 | 2023-12-14T11:57:25.403Z | Compiling snafu-derive v0.7.5 |
1680 | 2023-12-14T11:57:25.545Z | Compiling cpufeatures v0.2.9 |
1681 | 2023-12-14T11:57:25.727Z | Compiling sha2 v0.10.8 |
1682 | 2023-12-14T11:57:26.510Z | Compiling rustix v0.37.23 |
1683 | 2023-12-14T11:57:26.818Z | Compiling md-5 v0.10.5 |
1684 | 2023-12-14T11:57:28.451Z | Compiling spki v0.7.2 |
1685 | 2023-12-14T11:57:28.826Z | Compiling stringprep v0.1.3 |
1686 | 2023-12-14T11:57:28.860Z | Compiling serde_repr v0.1.16 |
1687 | 2023-12-14T11:57:29.038Z | Compiling hash32 v0.2.1 |
1688 | 2023-12-14T11:57:29.620Z | Compiling fallible-iterator v0.2.0 |
1689 | 2023-12-14T11:57:30.383Z | Compiling stable_deref_trait v1.2.0 |
1690 | 2023-12-14T11:57:30.735Z | Compiling postgres-protocol v0.6.6 |
1691 | 2023-12-14T11:57:30.792Z | Compiling pkcs8 v0.10.2 |
1692 | 2023-12-14T11:57:31.244Z | Compiling terminal_size v0.2.6 |
1693 | 2023-12-14T11:57:31.717Z | Compiling phf_shared v0.11.2 |
1694 | 2023-12-14T11:57:32.139Z | Compiling ff v0.13.0 |
1695 | 2023-12-14T11:57:32.280Z | Compiling block-padding v0.3.3 |
1696 | 2023-12-14T11:57:32.434Z | Compiling scheduled-thread-pool v0.2.7 |
1697 | 2023-12-14T11:57:32.487Z | Compiling regex-automata v0.1.10 |
1698 | 2023-12-14T11:57:32.655Z | Compiling deranged v0.3.8 |
1699 | 2023-12-14T11:57:32.944Z | Compiling base16ct v0.2.0 |
1700 | 2023-12-14T11:57:33.351Z | Compiling matches v0.1.10 |
1701 | 2023-12-14T11:57:33.468Z | Compiling managed v0.8.0 |
1702 | 2023-12-14T11:57:33.719Z | Compiling num_threads v0.1.6 |
1703 | 2023-12-14T11:57:33.886Z | Compiling idna v0.2.3 |
1704 | 2023-12-14T11:57:33.959Z | Compiling clap_builder v4.4.2 |
1705 | 2023-12-14T11:57:35.208Z | Compiling sec1 v0.7.3 |
1706 | 2023-12-14T11:57:35.540Z | Compiling time v0.3.27 |
1707 | 2023-12-14T11:57:36.079Z | Compiling bstr v0.2.17 |
1708 | 2023-12-14T11:57:36.688Z | Compiling r2d2 v0.8.10 |
1709 | 2023-12-14T11:57:37.251Z | Compiling inout v0.1.3 |
1710 | 2023-12-14T11:57:37.672Z | Compiling group v0.13.0 |
1711 | 2023-12-14T11:57:37.821Z | Compiling phf v0.11.2 |
1712 | 2023-12-14T11:57:38.155Z | Compiling postgres-types v0.2.6 |
1713 | 2023-12-14T11:57:38.268Z | Compiling bzip2 v0.4.4 |
1714 | 2023-12-14T11:57:38.590Z | Compiling hubpack v0.1.2 |
1715 | 2023-12-14T11:57:38.848Z | Compiling hkdf v0.12.3 |
1716 | 2023-12-14T11:57:39.217Z | Compiling pin-project v1.1.3 |
1717 | 2023-12-14T11:57:39.497Z | Compiling zerocopy v0.6.4 |
1718 | 2023-12-14T11:57:40.648Z | Compiling ipnetwork v0.20.0 |
1719 | 2023-12-14T11:57:41.075Z | Compiling crypto-bigint v0.5.2 |
1720 | 2023-12-14T11:57:42.105Z | Compiling itertools v0.11.0 |
1721 | 2023-12-14T11:57:43.263Z | Compiling futures-executor v0.3.29 |
1722 | 2023-12-14T11:57:44.808Z | Compiling float-cmp v0.9.0 |
1723 | 2023-12-14T11:57:45.151Z | Compiling static_assertions v1.1.0 |
1724 | 2023-12-14T11:57:45.286Z | Compiling normalize-line-endings v0.3.0 |
1725 | 2023-12-14T11:57:45.477Z | Compiling regex-automata v0.3.8 |
1726 | 2023-12-14T11:57:46.261Z | Compiling data-encoding v2.4.0 |
1727 | 2023-12-14T11:57:46.926Z | Compiling whoami v1.4.1 |
1728 | 2023-12-14T11:57:47.076Z | Compiling difflib v0.4.0 |
1729 | 2023-12-14T11:57:47.885Z | Compiling predicates-core v1.0.6 |
1730 | 2023-12-14T11:57:48.466Z | Compiling bstr v1.6.0 |
1731 | 2023-12-14T11:57:48.820Z | Compiling predicates v3.0.4 |
1732 | 2023-12-14T11:57:49.497Z | Compiling tokio-postgres v0.7.10 |
1733 | 2023-12-14T11:57:49.758Z | Compiling trust-dns-proto v0.22.0 |
1734 | 2023-12-14T11:57:50.291Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1735 | 2023-12-14T11:57:51.049Z | Compiling elliptic-curve v0.13.8 |
1736 | 2023-12-14T11:57:51.656Z | Compiling futures v0.3.29 |
1737 | 2023-12-14T11:57:51.708Z | Compiling yasna v0.5.2 |
1738 | 2023-12-14T11:57:51.809Z | Compiling clap v4.4.3 |
1739 | 2023-12-14T11:57:51.966Z | Compiling snafu v0.7.5 |
1740 | 2023-12-14T11:57:52.085Z | Compiling diesel v2.1.4 |
1741 | 2023-12-14T11:57:52.287Z | Compiling zip v0.6.6 |
1742 | 2023-12-14T11:57:53.348Z | Compiling cipher v0.4.4 |
1743 | 2023-12-14T11:57:54.149Z | Compiling similar v2.3.0 |
1744 | 2023-12-14T11:57:54.965Z | Compiling usdt v0.3.5 |
1745 | 2023-12-14T11:57:55.131Z | Compiling tokio-stream v0.1.14 |
1746 | 2023-12-14T11:57:56.399Z | Compiling console v0.15.7 |
1747 | 2023-12-14T11:57:56.737Z | Checking unicode-ident v1.0.12 |
1748 | 2023-12-14T11:57:57.272Z | Checking hashbrown v0.14.2 |
1749 | 2023-12-14T11:57:58.323Z | Checking equivalent v1.0.1 |
1750 | 2023-12-14T11:57:58.845Z | Checking proc-macro2 v1.0.69 |
1751 | 2023-12-14T11:58:00.756Z | Checking quote v1.0.33 |
1752 | 2023-12-14T11:58:02.404Z | Checking utf8parse v0.2.1 |
1753 | 2023-12-14T11:58:04.412Z | Checking anstyle v1.0.2 |
1754 | 2023-12-14T11:58:06.284Z | Checking io-lifetimes v1.0.11 |
1755 | 2023-12-14T11:58:10.696Z | Checking anstyle-parse v0.2.1 |
1756 | 2023-12-14T11:58:13.428Z | Checking anstyle-query v1.0.0 |
1757 | 2023-12-14T11:58:13.586Z | Checking colorchoice v1.0.0 |
1758 | 2023-12-14T11:58:13.762Z | Checking anstream v0.5.0 |
1759 | 2023-12-14T11:58:14.291Z | Checking strsim v0.10.0 |
1760 | 2023-12-14T11:58:14.294Z | Checking clap_lex v0.5.1 |
1761 | 2023-12-14T11:58:15.513Z | Checking winnow v0.5.15 |
1762 | 2023-12-14T11:58:22.095Z | Compiling serde_tokenstream v0.2.0 |
1763 | 2023-12-14T11:58:25.702Z | Compiling regress v0.7.1 |
1764 | 2023-12-14T11:58:31.203Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1765 | 2023-12-14T11:58:39.681Z | Compiling getopts v0.2.21 |
1766 | 2023-12-14T11:58:40.042Z | Compiling unsafe-libyaml v0.2.9 |
1767 | 2023-12-14T11:58:41.264Z | Checking heck v0.4.1 |
1768 | 2023-12-14T11:58:41.554Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1769 | 2023-12-14T11:58:42.496Z | Compiling serde_yaml v0.9.25 |
1770 | 2023-12-14T11:58:43.212Z | Compiling ident_case v1.0.1 |
1771 | 2023-12-14T11:58:43.460Z | Checking fastrand v2.0.0 |
1772 | 2023-12-14T11:58:43.562Z | Checking match_cfg v0.1.0 |
1773 | 2023-12-14T11:58:43.677Z | Checking hostname v0.3.1 |
1774 | 2023-12-14T11:58:43.847Z | Checking camino v1.1.6 |
1775 | 2023-12-14T11:58:43.953Z | Checking tempfile v3.8.1 |
1776 | 2023-12-14T11:58:44.461Z | Checking atty v0.2.14 |
1777 | 2023-12-14T11:58:44.479Z | Checking quick-error v1.2.3 |
1778 | 2023-12-14T11:58:44.624Z | Compiling paste v1.0.14 |
1779 | 2023-12-14T11:58:44.662Z | Checking crossbeam-channel v0.5.8 |
1780 | 2023-12-14T11:58:44.742Z | Checking sha1 v0.10.6 |
1781 | 2023-12-14T11:58:45.161Z | Checking dirs-sys-next v0.1.2 |
1782 | 2023-12-14T11:58:45.416Z | Checking dirs-next v2.0.0 |
1783 | 2023-12-14T11:58:45.588Z | Checking thread_local v1.1.7 |
1784 | 2023-12-14T11:58:45.836Z | Checking instant v0.1.12 |
1785 | 2023-12-14T11:58:46.003Z | Compiling slog-async v2.8.0 |
1786 | 2023-12-14T11:58:46.006Z | Checking term v0.7.0 |
1787 | 2023-12-14T11:58:46.643Z | Compiling multer v2.1.0 |
1788 | 2023-12-14T11:58:46.865Z | Checking take_mut v0.2.2 |
1789 | 2023-12-14T11:58:47.061Z | Checking debug-ignore v1.0.5 |
1790 | 2023-12-14T11:58:47.247Z | Checking slog-term v2.9.0 |
1791 | 2023-12-14T11:58:47.438Z | Compiling darling_core v0.20.3 |
1792 | 2023-12-14T11:58:47.593Z | Checking slog-json v2.6.1 |
1793 | 2023-12-14T11:58:47.981Z | Compiling async-stream-impl v0.3.5 |
1794 | 2023-12-14T11:58:48.015Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1795 | 2023-12-14T11:58:48.450Z | Checking atomic-waker v1.1.1 |
1796 | 2023-12-14T11:58:48.622Z | Checking waitgroup v0.1.2 |
1797 | 2023-12-14T11:58:48.892Z | Checking slog-bunyan v2.4.0 |
1798 | 2023-12-14T11:58:49.525Z | Checking toml v0.8.8 |
1799 | 2023-12-14T11:58:49.708Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1800 | 2023-12-14T11:58:49.896Z | Checking serde_path_to_error v0.1.14 |
1801 | 2023-12-14T11:58:50.272Z | Checking async-stream v0.3.5 |
1802 | 2023-12-14T11:58:50.533Z | Checking strum v0.25.0 |
1803 | 2023-12-14T11:58:50.697Z | Compiling structmeta-derive v0.2.0 |
1804 | 2023-12-14T11:58:50.740Z | Checking wait-timeout v0.2.0 |
1805 | 2023-12-14T11:58:50.924Z | Checking rand_xorshift v0.3.0 |
1806 | 2023-12-14T11:58:51.042Z | Checking rusty-fork v0.3.0 |
1807 | 2023-12-14T11:58:51.166Z | Compiling regex-syntax v0.7.5 |
1808 | 2023-12-14T11:58:51.481Z | Checking unarray v0.1.4 |
1809 | 2023-12-14T11:58:51.688Z | Checking proptest v1.4.0 |
1810 | 2023-12-14T11:58:55.828Z | Compiling structmeta v0.2.0 |
1811 | 2023-12-14T11:58:56.526Z | Checking backoff v0.4.0 |
1812 | 2023-12-14T11:58:56.967Z | Compiling test-strategy v0.3.1 |
1813 | 2023-12-14T11:58:57.740Z | Compiling darling_macro v0.20.3 |
1814 | 2023-12-14T11:58:59.042Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1815 | 2023-12-14T11:58:59.245Z | Checking macaddr v1.0.1 |
1816 | 2023-12-14T11:58:59.332Z | Compiling darling v0.20.3 |
1817 | 2023-12-14T11:58:59.417Z | Checking camino-tempfile v1.1.1 |
1818 | 2023-12-14T11:58:59.500Z | Compiling serde_with_macros v3.4.0 |
1819 | 2023-12-14T11:58:59.750Z | Checking is-terminal v0.4.9 |
1820 | 2023-12-14T11:58:59.818Z | Compiling proc-macro-error-attr v1.0.4 |
1821 | 2023-12-14T11:58:59.905Z | Compiling proc-macro-error v1.0.4 |
1822 | 2023-12-14T11:59:00.539Z | Compiling proc-macro-crate v1.3.1 |
1823 | 2023-12-14T11:59:00.578Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1824 | 2023-12-14T11:59:02.280Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1825 | 2023-12-14T11:59:02.306Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1826 | 2023-12-14T11:59:02.415Z | Checking termtree v0.4.1 |
1827 | 2023-12-14T11:59:02.476Z | Compiling num_enum_derive v0.5.11 |
1828 | 2023-12-14T11:59:02.716Z | Checking predicates-tree v1.0.9 |
1829 | 2023-12-14T11:59:02.858Z | Compiling parse-display-derive v0.8.2 |
1830 | 2023-12-14T11:59:02.918Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1831 | 2023-12-14T11:59:02.953Z | Compiling smoltcp v0.10.0 |
1832 | 2023-12-14T11:59:03.456Z | Checking embedded-io v0.4.0 |
1833 | 2023-12-14T11:59:03.678Z | Compiling crucible-workspace-hack v0.1.0 |
1834 | 2023-12-14T11:59:03.737Z | Checking cobs v0.2.3 |
1835 | 2023-12-14T11:59:03.992Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1836 | 2023-12-14T11:59:04.058Z | Checking serde_with v3.4.0 |
1837 | 2023-12-14T11:59:04.140Z | Checking postcard v1.0.8 |
1838 | 2023-12-14T11:59:04.430Z | Compiling foreign-types-macros v0.2.3 |
1839 | 2023-12-14T11:59:05.285Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1840 | 2023-12-14T11:59:05.725Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1841 | 2023-12-14T11:59:05.981Z | Checking foreign-types-shared v0.3.1 |
1842 | 2023-12-14T11:59:06.141Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1843 | 2023-12-14T11:59:06.618Z | Checking foreign-types v0.5.0 |
1844 | 2023-12-14T11:59:06.903Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1845 | 2023-12-14T11:59:06.997Z | Checking num_enum v0.5.11 |
1846 | 2023-12-14T11:59:07.099Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1847 | 2023-12-14T11:59:07.200Z | Checking cstr-argument v0.1.2 |
1848 | 2023-12-14T11:59:07.443Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1849 | 2023-12-14T11:59:07.860Z | Checking pretty-hex v0.2.1 |
1850 | 2023-12-14T11:59:08.081Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1851 | 2023-12-14T11:59:08.467Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1852 | 2023-12-14T11:59:08.483Z | Checking colored v2.0.4 |
1853 | 2023-12-14T11:59:08.507Z | Compiling zone_cfg_derive v0.3.0 |
1854 | 2023-12-14T11:59:08.918Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1855 | 2023-12-14T11:59:08.969Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1856 | 2023-12-14T11:59:09.440Z | Compiling mockall_derive v0.12.0 |
1857 | 2023-12-14T11:59:09.953Z | Compiling num-derive v0.4.0 |
1858 | 2023-12-14T11:59:10.470Z | Checking parse-display v0.8.2 |
1859 | 2023-12-14T11:59:10.703Z | Checking downcast v0.11.0 |
1860 | 2023-12-14T11:59:10.811Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1861 | 2023-12-14T11:59:11.065Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1862 | 2023-12-14T11:59:11.093Z | Checking fragile v2.0.0 |
1863 | 2023-12-14T11:59:11.202Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1864 | 2023-12-14T11:59:11.471Z | Checking zone v0.3.0 |
1865 | 2023-12-14T11:59:11.936Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1866 | 2023-12-14T11:59:12.293Z | Checking smf v0.2.2 |
1867 | 2023-12-14T11:59:12.677Z | Checking filetime v0.2.23 |
1868 | 2023-12-14T11:59:12.962Z | Checking xattr v1.0.1 |
1869 | 2023-12-14T11:59:12.978Z | Checking pem v3.0.2 |
1870 | 2023-12-14T11:59:13.206Z | Checking tar v0.4.40 |
1871 | 2023-12-14T11:59:13.353Z | Checking linked-hash-map v0.5.6 |
1872 | 2023-12-14T11:59:13.381Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1873 | 2023-12-14T11:59:13.772Z | Checking headers-core v0.2.0 |
1874 | 2023-12-14T11:59:13.822Z | Checking lru-cache v0.1.2 |
1875 | 2023-12-14T11:59:13.869Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1876 | 2023-12-14T11:59:13.962Z | Checking headers v0.3.9 |
1877 | 2023-12-14T11:59:14.048Z | Checking itertools v0.12.0 |
1878 | 2023-12-14T11:59:14.071Z | Checking password-hash v0.5.0 |
1879 | 2023-12-14T11:59:14.380Z | Checking blake2 v0.10.6 |
1880 | 2023-12-14T11:59:14.562Z | Checking swrite v0.1.0 |
1881 | 2023-12-14T11:59:14.716Z | Checking rcgen v0.11.3 |
1882 | 2023-12-14T11:59:14.756Z | Checking atomicwrites v0.4.2 |
1883 | 2023-12-14T11:59:15.012Z | Checking subprocess v0.2.9 |
1884 | 2023-12-14T11:59:15.031Z | Checking argon2 v0.5.2 |
1885 | 2023-12-14T11:59:15.751Z | Checking half v1.8.2 |
1886 | 2023-12-14T11:59:15.792Z | Compiling cancel-safe-futures v0.1.5 |
1887 | 2023-12-14T11:59:15.830Z | Checking arc-swap v1.6.0 |
1888 | 2023-12-14T11:59:15.992Z | Checking ciborium-io v0.2.1 |
1889 | 2023-12-14T11:59:16.179Z | Checking textwrap v0.11.0 |
1890 | 2023-12-14T11:59:16.346Z | Compiling heck v0.3.3 |
1891 | 2023-12-14T11:59:16.394Z | Checking ciborium-ll v0.2.1 |
1892 | 2023-12-14T11:59:16.467Z | Checking vec_map v0.8.2 |
1893 | 2023-12-14T11:59:16.515Z | Checking slog-scope v4.4.0 |
1894 | 2023-12-14T11:59:16.799Z | Compiling libefi-sys v0.1.0 |
1895 | 2023-12-14T11:59:16.872Z | Checking ansi_term v0.12.1 |
1896 | 2023-12-14T11:59:16.875Z | Checking strsim v0.8.0 |
1897 | 2023-12-14T11:59:16.964Z | Compiling structopt-derive v0.4.18 |
1898 | 2023-12-14T11:59:17.155Z | Checking ciborium v0.2.1 |
1899 | 2023-12-14T11:59:17.254Z | Checking slog-stdlog v4.1.1 |
1900 | 2023-12-14T11:59:17.315Z | Checking clap v2.34.0 |
1901 | 2023-12-14T11:59:18.143Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1902 | 2023-12-14T11:59:18.317Z | Checking slog-envlogger v2.2.0 |
1903 | 2023-12-14T11:59:18.804Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1904 | 2023-12-14T11:59:18.919Z | Compiling signal-hook v0.3.17 |
1905 | 2023-12-14T11:59:19.220Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1906 | 2023-12-14T11:59:19.270Z | Checking libsw v3.3.0 |
1907 | 2023-12-14T11:59:19.564Z | Compiling derive-where v1.2.6 |
1908 | 2023-12-14T11:59:19.634Z | Checking owo-colors v3.5.0 |
1909 | 2023-12-14T11:59:19.862Z | Checking linear-map v1.2.0 |
1910 | 2023-12-14T11:59:20.356Z | Checking resolv-conf v0.7.0 |
1911 | 2023-12-14T11:59:20.886Z | Compiling slog-dtrace v0.2.3 |
1912 | 2023-12-14T11:59:21.418Z | Checking trust-dns-resolver v0.22.0 |
1913 | 2023-12-14T11:59:21.933Z | Compiling convert_case v0.4.0 |
1914 | 2023-12-14T11:59:21.984Z | Checking structopt v0.3.26 |
1915 | 2023-12-14T11:59:22.832Z | Checking nibble_vec v0.1.0 |
1916 | 2023-12-14T11:59:23.111Z | Checking endian-type v0.1.2 |
1917 | 2023-12-14T11:59:23.134Z | Checking fxhash v0.2.1 |
1918 | 2023-12-14T11:59:23.359Z | Checking termcolor v1.2.0 |
1919 | 2023-12-14T11:59:23.417Z | Checking radix_trie v0.2.1 |
1920 | 2023-12-14T11:59:23.442Z | Compiling derive_more v0.99.17 |
1921 | 2023-12-14T11:59:23.552Z | Checking mockall v0.12.0 |
1922 | 2023-12-14T11:59:23.814Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1923 | 2023-12-14T11:59:23.888Z | Compiling radium v0.7.0 |
1924 | 2023-12-14T11:59:23.955Z | Compiling same-file v1.0.6 |
1925 | 2023-12-14T11:59:23.973Z | Compiling semver-parser v0.10.2 |
1926 | 2023-12-14T11:59:24.005Z | Compiling maybe-uninit v2.0.0 |
1927 | 2023-12-14T11:59:24.282Z | Compiling walkdir v2.4.0 |
1928 | 2023-12-14T11:59:24.735Z | Checking tap v1.0.1 |
1929 | 2023-12-14T11:59:24.968Z | Checking wyz v0.5.1 |
1930 | 2023-12-14T11:59:25.552Z | Compiling semver v0.11.0 |
1931 | 2023-12-14T11:59:25.684Z | Compiling num-rational v0.4.1 |
1932 | 2023-12-14T11:59:26.641Z | Compiling packed_struct v0.10.1 |
1933 | 2023-12-14T11:59:26.691Z | Compiling home v0.5.5 |
1934 | 2023-12-14T11:59:26.863Z | Compiling num-bigint-dig v0.8.4 |
1935 | 2023-12-14T11:59:26.901Z | Checking funty v2.0.0 |
1936 | 2023-12-14T11:59:27.066Z | Checking crc-catalog v2.2.0 |
1937 | 2023-12-14T11:59:27.252Z | Checking crc v3.0.1 |
1938 | 2023-12-14T11:59:27.322Z | Compiling toolchain_find v0.2.0 |
1939 | 2023-12-14T11:59:27.875Z | Compiling toml v0.5.11 |
1940 | 2023-12-14T11:59:28.258Z | Compiling packed_struct_codegen v0.10.1 |
1941 | 2023-12-14T11:59:28.363Z | Checking nodrop v0.1.14 |
1942 | 2023-12-14T11:59:28.517Z | Checking array-init v0.0.4 |
1943 | 2023-12-14T11:59:28.703Z | Checking bitvec v1.0.1 |
1944 | 2023-12-14T11:59:30.247Z | Compiling omicron-zone-package v0.9.1 |
1945 | 2023-12-14T11:59:30.755Z | Compiling rustfmt-wrapper v0.2.0 |
1946 | 2023-12-14T11:59:30.790Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1947 | 2023-12-14T11:59:31.338Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1948 | 2023-12-14T11:59:32.846Z | Checking smallvec v0.6.14 |
1949 | 2023-12-14T11:59:33.449Z | Checking newline-converter v0.3.0 |
1950 | 2023-12-14T11:59:33.655Z | Checking pkcs1 v0.7.5 |
1951 | 2023-12-14T11:59:34.219Z | Checking signature v2.1.0 |
1952 | 2023-12-14T11:59:34.482Z | Checking num-complex v0.4.4 |
1953 | 2023-12-14T11:59:36.076Z | Checking keccak v0.1.4 |
1954 | 2023-12-14T11:59:36.485Z | Checking utf-8 v0.7.6 |
1955 | 2023-12-14T11:59:36.540Z | Checking bitfield v0.14.0 |
1956 | 2023-12-14T11:59:36.776Z | Checking tungstenite v0.20.1 |
1957 | 2023-12-14T11:59:36.964Z | Checking sha3 v0.10.8 |
1958 | 2023-12-14T11:59:37.130Z | Checking rsa v0.9.2 |
1959 | 2023-12-14T11:59:37.167Z | Checking num v0.4.1 |
1960 | 2023-12-14T11:59:37.299Z | Checking expectorate v1.1.0 |
1961 | 2023-12-14T11:59:37.514Z | Checking serde-hex v0.1.0 |
1962 | 2023-12-14T11:59:37.575Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1963 | 2023-12-14T11:59:37.850Z | Checking env_logger v0.10.0 |
1964 | 2023-12-14T11:59:37.936Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1965 | 2023-12-14T11:59:38.201Z | Checking x509-cert v0.2.4 |
1966 | 2023-12-14T11:59:38.499Z | Checking ron v0.8.1 |
1967 | 2023-12-14T11:59:38.558Z | Checking secrecy v0.8.0 |
1968 | 2023-12-14T11:59:38.881Z | Checking crc-any v2.4.3 |
1969 | 2023-12-14T11:59:39.140Z | Checking tokio-tungstenite v0.20.1 |
1970 | 2023-12-14T11:59:39.430Z | Checking signal-hook-mio v0.2.3 |
1971 | 2023-12-14T11:59:39.617Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1972 | 2023-12-14T11:59:39.799Z | Checking object v0.30.4 |
1973 | 2023-12-14T11:59:39.834Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1974 | 2023-12-14T11:59:39.867Z | Checking path-slash v0.1.5 |
1975 | 2023-12-14T11:59:40.137Z | Compiling buf-list v1.0.3 |
1976 | 2023-12-14T11:59:40.517Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1977 | 2023-12-14T11:59:40.690Z | Checking glob v0.3.1 |
1978 | 2023-12-14T11:59:40.859Z | Compiling parking_lot_core v0.8.6 |
1979 | 2023-12-14T11:59:41.189Z | Checking display-error-chain v0.2.0 |
1980 | 2023-12-14T11:59:41.372Z | Checking trust-dns-client v0.22.0 |
1981 | 2023-12-14T11:59:41.698Z | Checking pretty-hex v0.4.0 |
1982 | 2023-12-14T11:59:41.924Z | Compiling vte_generate_state_changes v0.1.1 |
1983 | 2023-12-14T11:59:42.064Z | Checking parking_lot v0.11.2 |
1984 | 2023-12-14T11:59:42.600Z | Checking sled v0.34.7 |
1985 | 2023-12-14T11:59:42.924Z | Checking arrayvec v0.5.2 |
1986 | 2023-12-14T11:59:43.362Z | Compiling semver v0.1.20 |
1987 | 2023-12-14T11:59:43.382Z | Checking trust-dns-server v0.22.1 |
1988 | 2023-12-14T11:59:43.662Z | Checking vte v0.10.1 |
1989 | 2023-12-14T11:59:44.459Z | Compiling rustc_version v0.1.7 |
1990 | 2023-12-14T11:59:44.487Z | Checking fd-lock v3.0.13 |
1991 | 2023-12-14T11:59:44.750Z | Checking crossterm v0.26.1 |
1992 | 2023-12-14T11:59:45.202Z | Compiling newtype_derive v0.1.6 |
1993 | 2023-12-14T11:59:45.643Z | Checking crossbeam-deque v0.8.3 |
1994 | 2023-12-14T11:59:46.114Z | Checking strip-ansi-escapes v0.1.1 |
1995 | 2023-12-14T11:59:46.218Z | Compiling unicase v2.7.0 |
1996 | 2023-12-14T11:59:46.291Z | Compiling rayon-core v1.12.0 |
1997 | 2023-12-14T11:59:46.664Z | Checking nu-ansi-term v0.49.0 |
1998 | 2023-12-14T11:59:46.733Z | Compiling platforms v3.0.2 |
1999 | 2023-12-14T11:59:47.537Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2000 | 2023-12-14T11:59:47.555Z | Checking reedline v0.22.0 |
2001 | 2023-12-14T11:59:47.646Z | Compiling memoffset v0.7.1 |
2002 | 2023-12-14T11:59:48.126Z | Checking steno v0.4.0 |
2003 | 2023-12-14T11:59:48.358Z | Checking rayon v1.8.0 |
2004 | 2023-12-14T11:59:48.482Z | Compiling curve25519-dalek v4.1.1 |
2005 | 2023-12-14T11:59:48.876Z | Checking globset v0.4.13 |
2006 | 2023-12-14T11:59:49.391Z | Checking olpc-cjson v0.1.3 |
2007 | 2023-12-14T11:59:49.612Z | Checking serde_plain v1.0.2 |
2008 | 2023-12-14T11:59:49.711Z | Compiling async-recursion v1.0.5 |
2009 | 2023-12-14T11:59:49.843Z | Checking typed-path v0.7.0 |
2010 | 2023-12-14T11:59:50.306Z | Compiling mime_guess v2.0.4 |
2011 | 2023-12-14T11:59:50.935Z | Checking universal-hash v0.5.1 |
2012 | 2023-12-14T11:59:51.208Z | Compiling thiserror-impl-no-std v2.0.2 |
2013 | 2023-12-14T11:59:51.480Z | Compiling curve25519-dalek-derive v0.1.0 |
2014 | 2023-12-14T11:59:51.847Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2015 | 2023-12-14T11:59:52.266Z | Checking signature v1.6.4 |
2016 | 2023-12-14T11:59:52.443Z | Compiling salty v0.2.0 |
2017 | 2023-12-14T11:59:52.547Z | Checking opaque-debug v0.3.0 |
2018 | 2023-12-14T11:59:52.667Z | Checking poly1305 v0.8.0 |
2019 | 2023-12-14T11:59:52.866Z | Checking tough v0.16.0 |
2020 | 2023-12-14T11:59:53.292Z | Checking ed25519 v1.5.3 |
2021 | 2023-12-14T11:59:53.442Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2022 | 2023-12-14T11:59:53.952Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2023 | 2023-12-14T11:59:54.408Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2024 | 2023-12-14T11:59:54.695Z | Checking chacha20 v0.9.1 |
2025 | 2023-12-14T11:59:54.771Z | Checking aead v0.5.2 |
2026 | 2023-12-14T11:59:55.084Z | Checking serde-big-array v0.5.1 |
2027 | 2023-12-14T11:59:55.252Z | Checking kstat-rs v0.2.3 |
2028 | 2023-12-14T11:59:55.414Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2029 | 2023-12-14T11:59:55.419Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2030 | 2023-12-14T11:59:55.712Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2031 | 2023-12-14T11:59:55.753Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2032 | 2023-12-14T11:59:56.812Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2033 | 2023-12-14T11:59:57.009Z | Checking thiserror-no-std v2.0.2 |
2034 | 2023-12-14T11:59:57.100Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2035 | 2023-12-14T11:59:57.154Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2036 | 2023-12-14T11:59:58.520Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2037 | 2023-12-14T11:59:59.475Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2038 | 2023-12-14T11:59:59.714Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2039 | 2023-12-14T12:00:00.706Z | Checking bytecount v0.6.3 |
2040 | 2023-12-14T12:00:01.099Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2041 | 2023-12-14T12:00:01.430Z | Checking papergrid v0.10.0 |
2042 | 2023-12-14T12:00:02.646Z | Checking vsss-rs v3.3.2 |
2043 | 2023-12-14T12:00:03.735Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2044 | 2023-12-14T12:00:04.210Z | Checking chacha20poly1305 v0.10.1 |
2045 | 2023-12-14T12:00:05.578Z | Checking signal-hook-tokio v0.3.1 |
2046 | 2023-12-14T12:00:05.798Z | Compiling tabled_derive v0.6.0 |
2047 | 2023-12-14T12:00:05.813Z | Checking nix v0.26.4 |
2048 | 2023-12-14T12:00:06.171Z | Checking serde-big-array v0.4.1 |
2049 | 2023-12-14T12:00:06.393Z | Compiling sqlparser_derive v0.1.1 |
2050 | 2023-12-14T12:00:08.252Z | Checking unicode_categories v0.1.1 |
2051 | 2023-12-14T12:00:08.720Z | Checking sqlformat v0.2.3 |
2052 | 2023-12-14T12:00:08.838Z | Checking sqlparser v0.36.1 |
2053 | 2023-12-14T12:00:09.028Z | Checking rustyline v12.0.0 |
2054 | 2023-12-14T12:00:09.976Z | Checking tabled v0.14.0 |
2055 | 2023-12-14T12:00:11.134Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2056 | 2023-12-14T12:00:11.705Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2057 | 2023-12-14T12:00:12.798Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2058 | 2023-12-14T12:00:13.255Z | Checking bcs v0.1.6 |
2059 | 2023-12-14T12:00:14.006Z | Checking highway v1.1.0 |
2060 | 2023-12-14T12:00:14.190Z | Checking corncobs v0.1.3 |
2061 | 2023-12-14T12:00:14.445Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2062 | 2023-12-14T12:00:14.653Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2063 | 2023-12-14T12:00:15.032Z | Compiling crunchy v0.2.2 |
2064 | 2023-12-14T12:00:15.751Z | Compiling portable-atomic v1.4.3 |
2065 | 2023-12-14T12:00:15.787Z | Checking http-range v0.1.5 |
2066 | 2023-12-14T12:00:16.054Z | Checking hyper-staticfile v0.9.5 |
2067 | 2023-12-14T12:00:16.703Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2068 | 2023-12-14T12:00:16.857Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2069 | 2023-12-14T12:00:17.328Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2070 | 2023-12-14T12:00:19.625Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2071 | 2023-12-14T12:00:20.182Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2072 | 2023-12-14T12:00:20.797Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2073 | 2023-12-14T12:00:21.851Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2074 | 2023-12-14T12:00:21.874Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2075 | 2023-12-14T12:00:22.881Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2076 | 2023-12-14T12:00:23.131Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2077 | 2023-12-14T12:00:23.399Z | Compiling clang-sys v1.6.1 |
2078 | 2023-12-14T12:00:23.965Z | Checking assert_matches v1.5.0 |
2079 | 2023-12-14T12:00:24.111Z | Compiling tiny-keccak v2.0.2 |
2080 | 2023-12-14T12:00:24.512Z | Compiling prettyplease v0.2.12 |
2081 | 2023-12-14T12:00:25.748Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2082 | 2023-12-14T12:00:27.036Z | Compiling darling_core v0.14.4 |
2083 | 2023-12-14T12:00:27.219Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2084 | 2023-12-14T12:00:27.550Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2085 | 2023-12-14T12:00:27.993Z | Checking number_prefix v0.4.0 |
2086 | 2023-12-14T12:00:28.268Z | Checking humantime v2.1.0 |
2087 | 2023-12-14T12:00:28.712Z | Checking indicatif v0.17.7 |
2088 | 2023-12-14T12:00:29.860Z | Compiling ascii-canvas v3.0.0 |
2089 | 2023-12-14T12:00:30.753Z | Compiling ena v0.14.2 |
2090 | 2023-12-14T12:00:30.926Z | Compiling libloading v0.7.4 |
2091 | 2023-12-14T12:00:31.370Z | Compiling diff v0.1.13 |
2092 | 2023-12-14T12:00:31.543Z | Compiling bindgen v0.65.1 |
2093 | 2023-12-14T12:00:32.477Z | Compiling regex-syntax v0.6.29 |
2094 | 2023-12-14T12:00:37.180Z | Compiling darling_macro v0.14.4 |
2095 | 2023-12-14T12:00:38.826Z | Compiling darling v0.14.4 |
2096 | 2023-12-14T12:00:38.986Z | Compiling lalrpop v0.19.12 |
2097 | 2023-12-14T12:00:42.782Z | Compiling cexpr v0.6.0 |
2098 | 2023-12-14T12:00:43.524Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2099 | 2023-12-14T12:00:43.929Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2100 | 2023-12-14T12:00:44.279Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2101 | 2023-12-14T12:00:45.526Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2102 | 2023-12-14T12:00:45.608Z | Compiling which v4.4.0 |
2103 | 2023-12-14T12:00:46.227Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2104 | 2023-12-14T12:00:46.545Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2105 | 2023-12-14T12:00:48.905Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2106 | 2023-12-14T12:00:48.946Z | Compiling shlex v1.1.0 |
2107 | 2023-12-14T12:00:49.386Z | Compiling rustc-hash v1.1.0 |
2108 | 2023-12-14T12:00:49.603Z | Compiling ref-cast v1.0.20 |
2109 | 2023-12-14T12:00:50.266Z | Checking maplit v1.0.2 |
2110 | 2023-12-14T12:00:50.379Z | Compiling peeking_take_while v0.1.2 |
2111 | 2023-12-14T12:00:50.411Z | Compiling lazycell v1.3.0 |
2112 | 2023-12-14T12:00:50.662Z | Compiling derive_builder_core v0.12.0 |
2113 | 2023-12-14T12:00:51.937Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2114 | 2023-12-14T12:00:52.358Z | Compiling ref-cast-impl v1.0.20 |
2115 | 2023-12-14T12:00:54.008Z | Compiling libxml v0.3.3 |
2116 | 2023-12-14T12:00:54.510Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2117 | 2023-12-14T12:00:54.573Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2118 | 2023-12-14T12:00:54.737Z | Compiling derive_builder_macro v0.12.0 |
2119 | 2023-12-14T12:00:55.111Z | Compiling strum_macros v0.24.3 |
2120 | 2023-12-14T12:00:55.185Z | Compiling fs-err v2.11.0 |
2121 | 2023-12-14T12:00:55.649Z | Compiling cookie v0.18.0 |
2122 | 2023-12-14T12:00:56.083Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2123 | 2023-12-14T12:00:56.103Z | Compiling indoc v1.0.9 |
2124 | 2023-12-14T12:00:56.710Z | Checking derive_builder v0.12.0 |
2125 | 2023-12-14T12:00:57.745Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2126 | 2023-12-14T12:00:57.851Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2127 | 2023-12-14T12:00:59.878Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2128 | 2023-12-14T12:01:01.251Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2129 | 2023-12-14T12:01:01.269Z | Checking bb8 v0.8.1 |
2130 | 2023-12-14T12:01:01.706Z | Checking quick-xml v0.23.1 |
2131 | 2023-12-14T12:01:01.771Z | Compiling impl-trait-for-tuples v0.2.2 |
2132 | 2023-12-14T12:01:02.023Z | Compiling oso-derive v0.27.0 |
2133 | 2023-12-14T12:01:02.218Z | Checking unicode-linebreak v0.1.5 |
2134 | 2023-12-14T12:01:02.634Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2135 | 2023-12-14T12:01:02.910Z | Checking smawk v0.3.1 |
2136 | 2023-12-14T12:01:03.207Z | Checking textwrap v0.16.0 |
2137 | 2023-12-14T12:01:03.601Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2138 | 2023-12-14T12:01:04.251Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2139 | 2023-12-14T12:01:04.511Z | Checking bytesize v1.3.0 |
2140 | 2023-12-14T12:01:04.511Z | Checking is_ci v1.1.1 |
2141 | 2023-12-14T12:01:04.574Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2142 | 2023-12-14T12:01:04.687Z | Checking supports-color v2.1.0 |
2143 | 2023-12-14T12:01:04.878Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2144 | 2023-12-14T12:01:04.974Z | Checking crossterm v0.27.0 |
2145 | 2023-12-14T12:01:05.462Z | Checking cassowary v0.3.0 |
2146 | 2023-12-14T12:01:06.145Z | Compiling indoc v2.0.3 |
2147 | 2023-12-14T12:01:06.836Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2148 | 2023-12-14T12:01:07.269Z | Checking rtoolbox v0.0.1 |
2149 | 2023-12-14T12:01:07.530Z | Checking rpassword v7.3.1 |
2150 | 2023-12-14T12:01:07.734Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2151 | 2023-12-14T12:01:07.861Z | Checking ratatui v0.23.0 |
2152 | 2023-12-14T12:01:09.025Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2153 | 2023-12-14T12:01:09.454Z | Checking shell-words v1.1.0 |
2154 | 2023-12-14T12:01:09.731Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2155 | 2023-12-14T12:01:10.551Z | Checking fatfs v0.3.6 |
2156 | 2023-12-14T12:01:11.818Z | Checking tui-tree-widget v0.13.0 |
2157 | 2023-12-14T12:01:12.184Z | Checking yansi v0.5.1 |
2158 | 2023-12-14T12:01:12.277Z | Compiling target-lexicon v0.12.12 |
2159 | 2023-12-14T12:01:12.301Z | Compiling guppy-workspace-hack v0.1.0 |
2160 | 2023-12-14T12:01:12.611Z | Checking pretty_assertions v1.4.0 |
2161 | 2023-12-14T12:01:12.706Z | Checking plotters-backend v0.3.5 |
2162 | 2023-12-14T12:01:12.923Z | Checking rand v0.4.6 |
2163 | 2023-12-14T12:01:13.258Z | Checking plotters-svg v0.3.5 |
2164 | 2023-12-14T12:01:13.568Z | Checking remove_dir_all v0.5.3 |
2165 | 2023-12-14T12:01:13.701Z | Compiling target-spec v3.0.1 |
2166 | 2023-12-14T12:01:14.496Z | Checking cast v0.3.0 |
2167 | 2023-12-14T12:01:14.554Z | Checking tempdir v0.3.7 |
2168 | 2023-12-14T12:01:14.636Z | Checking cfg-expr v0.15.5 |
2169 | 2023-12-14T12:01:14.774Z | Checking plotters v0.3.5 |
2170 | 2023-12-14T12:01:15.015Z | Checking criterion-plot v0.5.0 |
2171 | 2023-12-14T12:01:15.944Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2172 | 2023-12-14T12:01:15.965Z | Checking tinytemplate v1.2.1 |
2173 | 2023-12-14T12:01:16.023Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2174 | 2023-12-14T12:01:17.291Z | Checking cargo-platform v0.1.3 |
2175 | 2023-12-14T12:01:17.669Z | Checking anes v0.1.6 |
2176 | 2023-12-14T12:01:17.752Z | Checking oorandom v11.1.3 |
2177 | 2023-12-14T12:01:17.964Z | Checking cargo_metadata v0.18.1 |
2178 | 2023-12-14T12:01:18.253Z | Checking criterion v0.5.1 |
2179 | 2023-12-14T12:01:21.334Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2180 | 2023-12-14T12:01:21.585Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2181 | 2023-12-14T12:01:23.011Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2182 | 2023-12-14T12:01:23.017Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2183 | 2023-12-14T12:01:23.047Z | Checking assert_cmd v2.0.12 |
2184 | 2023-12-14T12:01:23.686Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2185 | 2023-12-14T12:01:26.133Z | Checking pathdiff v0.2.1 |
2186 | 2023-12-14T12:01:26.343Z | Checking nested v0.1.1 |
2187 | 2023-12-14T12:01:26.644Z | Checking guppy v0.17.4 |
2188 | 2023-12-14T12:01:30.213Z | Checking threadpool v1.8.1 |
2189 | 2023-12-14T12:01:30.492Z | Checking nanorand v0.7.0 |
2190 | 2023-12-14T12:01:31.106Z | Checking topological-sort v0.2.2 |
2191 | 2023-12-14T12:01:31.413Z | Checking flume v0.11.0 |
2192 | 2023-12-14T12:01:31.420Z | Checking libtest-mimic v0.6.1 |
2193 | 2023-12-14T12:01:32.102Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2194 | 2023-12-14T12:01:32.149Z | Checking httptest v0.15.5 |
2195 | 2023-12-14T12:01:32.899Z | Checking similar-asserts v1.5.0 |
2196 | 2023-12-14T12:01:33.213Z | Compiling rstest_macros v0.18.2 |
2197 | 2023-12-14T12:01:33.306Z | Compiling crossbeam-queue v0.3.8 |
2198 | 2023-12-14T12:01:34.085Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2199 | 2023-12-14T12:01:34.131Z | Checking datatest-stable v0.2.3 |
2200 | 2023-12-14T12:01:34.432Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2201 | 2023-12-14T12:01:35.755Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2202 | 2023-12-14T12:01:35.948Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2203 | 2023-12-14T12:01:36.803Z | Checking arrayvec v0.7.4 |
2204 | 2023-12-14T12:01:36.821Z | Compiling trybuild v1.0.85 |
2205 | 2023-12-14T12:01:37.365Z | Checking constant_time_eq v0.2.6 |
2206 | 2023-12-14T12:01:37.382Z | Compiling relative-path v1.9.0 |
2207 | 2023-12-14T12:01:37.505Z | Checking arrayref v0.3.7 |
2208 | 2023-12-14T12:01:37.637Z | Checking blake2b_simd v1.0.1 |
2209 | 2023-12-14T12:01:38.448Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2210 | 2023-12-14T12:01:38.936Z | Checking basic-toml v0.1.4 |
2211 | 2023-12-14T12:01:40.314Z | Checking futures-timer v3.0.2 |
2212 | 2023-12-14T12:01:40.731Z | Checking constant_time_eq v0.3.0 |
2213 | 2023-12-14T12:01:40.919Z | Checking rust-argon2 v1.0.1 |
2214 | 2023-12-14T12:01:43.748Z | Checking crossbeam v0.8.2 |
2215 | 2023-12-14T12:01:44.184Z | Checking partial-io v0.5.4 |
2216 | 2023-12-14T12:01:44.731Z | Checking approx v0.5.1 |
2217 | 2023-12-14T12:01:45.082Z | Checking termios v0.3.3 |
2218 | 2023-12-14T12:01:45.384Z | Checking hex-literal v0.4.1 |
2219 | 2023-12-14T12:01:54.560Z | Checking rstest v0.18.2 |
2220 | 2023-12-14T12:01:57.163Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2221 | 2023-12-14T12:02:00.230Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2222 | 2023-12-14T12:03:08.061Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2223 | 2023-12-14T12:03:09.065Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2224 | 2023-12-14T12:03:15.174Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2225 | 2023-12-14T12:03:25.882Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2226 | 2023-12-14T12:03:48.482Z | Compiling polar-core v0.27.0 |
2227 | 2023-12-14T12:03:59.313Z | Checking oso v0.27.0 |
2228 | 2023-12-14T12:04:36.325Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2229 | 2023-12-14T12:06:00.121Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 11s |
2230 | 2023-12-14T12:06:00.342Z | |
2231 | 2023-12-14T12:06:00.342Z | real 11:08.659859965 |
2232 | 2023-12-14T12:06:00.342Z | user 1:01:07.508754387 |
2233 | 2023-12-14T12:06:00.342Z | sys 7:51.228668999 |
2234 | 2023-12-14T12:06:00.342Z | trap 2.107312138 |
2235 | 2023-12-14T12:06:00.342Z | tflt 4.476706023 |
2236 | 2023-12-14T12:06:00.342Z | dflt 4.738690199 |
2237 | 2023-12-14T12:06:00.346Z | kflt 0.021055093 |
2238 | 2023-12-14T12:06:00.347Z | lock 1:36:26.915226589 |
2239 | 2023-12-14T12:06:00.347Z | slp 3:00:59.252957402 |
2240 | 2023-12-14T12:06:00.347Z | lat 2:09.929147430 |
2241 | 2023-12-14T12:06:00.347Z | stop 4:34.442995048 |
2242 | 2023-12-14T12:06:01.556Z | warning: output filename collision. |
2243 | 2023-12-14T12:06:01.556Z | 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)`. |
2244 | 2023-12-14T12:06:01.556Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2245 | 2023-12-14T12:06:01.556Z | The targets should have unique names. |
2246 | 2023-12-14T12:06:01.556Z | This is a known bug where multiple crates with the same name use |
2247 | 2023-12-14T12:06:01.556Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2248 | 2023-12-14T12:06:01.561Z | warning: output filename collision. |
2249 | 2023-12-14T12:06:01.561Z | The lib target `nix` in package `nix v0.26.4` 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)`. |
2250 | 2023-12-14T12:06:01.561Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2251 | 2023-12-14T12:06:01.561Z | The targets should have unique names. |
2252 | 2023-12-14T12:06:01.561Z | This is a known bug where multiple crates with the same name use |
2253 | 2023-12-14T12:06:01.561Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2254 | 2023-12-14T12:06:01.561Z | warning: output filename collision. |
2255 | 2023-12-14T12:06:01.561Z | 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)`. |
2256 | 2023-12-14T12:06:01.561Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2257 | 2023-12-14T12:06:01.561Z | The targets should have unique names. |
2258 | 2023-12-14T12:06:01.561Z | This is a known bug where multiple crates with the same name use |
2259 | 2023-12-14T12:06:01.561Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2260 | 2023-12-14T12:06:01.562Z | warning: output filename collision. |
2261 | 2023-12-14T12:06:01.562Z | 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)`. |
2262 | 2023-12-14T12:06:01.562Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2263 | 2023-12-14T12:06:01.562Z | The targets should have unique names. |
2264 | 2023-12-14T12:06:01.562Z | This is a known bug where multiple crates with the same name use |
2265 | 2023-12-14T12:06:01.562Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2266 | 2023-12-14T12:06:02.198Z | Documenting libc v0.2.151 |
2267 | 2023-12-14T12:06:02.217Z | Documenting cfg-if v1.0.0 |
2268 | 2023-12-14T12:06:02.230Z | Documenting serde_derive v1.0.193 |
2269 | 2023-12-14T12:06:02.264Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2270 | 2023-12-14T12:06:02.268Z | Documenting log v0.4.20 |
2271 | 2023-12-14T12:06:02.268Z | Documenting scopeguard v1.2.0 |
2272 | 2023-12-14T12:06:02.303Z | Documenting memchr v2.6.3 |
2273 | 2023-12-14T12:06:02.319Z | Documenting itoa v1.0.9 |
2274 | 2023-12-14T12:06:02.684Z | Documenting smallvec v1.11.2 |
2275 | 2023-12-14T12:06:06.132Z | Documenting zeroize_derive v1.4.2 |
2276 | 2023-12-14T12:06:06.278Z | Documenting lock_api v0.4.10 |
2277 | 2023-12-14T12:06:06.634Z | Documenting pin-project-lite v0.2.13 |
2278 | 2023-12-14T12:06:07.203Z | Documenting libm v0.2.7 |
2279 | 2023-12-14T12:06:08.465Z | Documenting futures-core v0.3.29 |
2280 | 2023-12-14T12:06:08.704Z | Documenting getrandom v0.2.10 |
2281 | 2023-12-14T12:06:09.338Z | Documenting parking_lot_core v0.9.8 |
2282 | 2023-12-14T12:06:10.780Z | Documenting signal-hook-registry v1.4.1 |
2283 | 2023-12-14T12:06:10.793Z | Documenting mio v0.8.9 |
2284 | 2023-12-14T12:06:12.188Z | Documenting serde v1.0.193 |
2285 | 2023-12-14T12:06:12.263Z | Documenting num-traits v0.2.16 |
2286 | 2023-12-14T12:06:13.830Z | Documenting zeroize v1.7.0 |
2287 | 2023-12-14T12:06:14.149Z | Documenting thiserror-impl v1.0.49 |
2288 | 2023-12-14T12:06:14.492Z | Documenting rand_core v0.6.4 |
2289 | 2023-12-14T12:06:15.168Z | Documenting parking_lot v0.12.1 |
2290 | 2023-12-14T12:06:17.098Z | Documenting socket2 v0.5.5 |
2291 | 2023-12-14T12:06:17.141Z | Documenting num_cpus v1.16.0 |
2292 | 2023-12-14T12:06:19.377Z | Documenting typenum v1.16.0 |
2293 | 2023-12-14T12:06:19.772Z | Documenting tokio-macros v2.2.0 |
2294 | 2023-12-14T12:06:20.198Z | Documenting once_cell v1.19.0 |
2295 | 2023-12-14T12:06:20.948Z | Documenting subtle v2.5.0 |
2296 | 2023-12-14T12:06:21.419Z | Documenting thiserror v1.0.49 |
2297 | 2023-12-14T12:06:22.725Z | Documenting byteorder v1.5.0 |
2298 | 2023-12-14T12:06:23.093Z | Documenting ryu v1.0.15 |
2299 | 2023-12-14T12:06:26.170Z | Documenting futures-sink v0.3.29 |
2300 | 2023-12-14T12:06:26.576Z | Documenting const-oid v0.9.5 |
2301 | 2023-12-14T12:06:26.775Z | Documenting pin-utils v0.1.0 |
2302 | 2023-12-14T12:06:26.779Z | Documenting futures-task v0.3.29 |
2303 | 2023-12-14T12:06:27.247Z | Documenting slab v0.4.9 |
2304 | 2023-12-14T12:06:28.889Z | Documenting futures-macro v0.3.29 |
2305 | 2023-12-14T12:06:31.729Z | Documenting futures-channel v0.3.29 |
2306 | 2023-12-14T12:06:32.551Z | Documenting futures-io v0.3.29 |
2307 | 2023-12-14T12:06:33.637Z | Documenting iana-time-zone v0.1.57 |
2308 | 2023-12-14T12:06:34.816Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2309 | 2023-12-14T12:06:36.110Z | Documenting tinyvec_macros v0.1.1 |
2310 | 2023-12-14T12:06:36.316Z | Documenting fnv v1.0.7 |
2311 | 2023-12-14T12:06:36.421Z | Documenting ppv-lite86 v0.2.17 |
2312 | 2023-12-14T12:06:37.865Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2313 | 2023-12-14T12:06:38.329Z | Documenting futures-util v0.3.29 |
2314 | 2023-12-14T12:06:39.632Z | Documenting tracing-core v0.1.31 |
2315 | 2023-12-14T12:06:40.660Z | Documenting tinyvec v1.6.0 |
2316 | 2023-12-14T12:06:41.437Z | Documenting rand_chacha v0.3.1 |
2317 | 2023-12-14T12:06:42.403Z | Documenting tracing-attributes v0.1.26 |
2318 | 2023-12-14T12:06:46.634Z | Documenting unicode-normalization v0.1.22 |
2319 | 2023-12-14T12:06:47.660Z | Documenting bytes v1.5.0 |
2320 | 2023-12-14T12:06:48.433Z | Documenting bitflags v2.4.0 |
2321 | 2023-12-14T12:06:51.639Z | Documenting serde_json v1.0.108 |
2322 | 2023-12-14T12:06:52.103Z | Documenting chrono v0.4.31 |
2323 | 2023-12-14T12:06:53.411Z | Documenting uuid v1.6.1 |
2324 | 2023-12-14T12:06:54.441Z | Documenting rand v0.8.5 |
2325 | 2023-12-14T12:06:54.710Z | Documenting base64 v0.21.5 |
2326 | 2023-12-14T12:06:55.154Z | Documenting tokio v1.35.0 |
2327 | 2023-12-14T12:06:59.890Z | Documenting spin v0.9.8 |
2328 | 2023-12-14T12:07:00.335Z | Documenting lazy_static v1.4.0 |
2329 | 2023-12-14T12:07:01.107Z | Documenting unicode-bidi v0.3.13 |
2330 | 2023-12-14T12:07:01.230Z | Documenting http v0.2.11 |
2331 | 2023-12-14T12:07:02.816Z | Documenting percent-encoding v2.3.1 |
2332 | 2023-12-14T12:07:04.259Z | Documenting generic-array v0.14.7 |
2333 | 2023-12-14T12:07:04.552Z | Documenting cpufeatures v0.2.9 |
2334 | 2023-12-14T12:07:04.910Z | Documenting serde_derive_internals v0.26.0 |
2335 | 2023-12-14T12:07:07.640Z | Checking serde_derive_internals v0.26.0 |
2336 | 2023-12-14T12:07:08.585Z | Documenting dyn-clone v1.0.13 |
2337 | 2023-12-14T12:07:08.778Z | Documenting errno v0.3.2 |
2338 | 2023-12-14T12:07:08.930Z | Documenting form_urlencoded v1.2.1 |
2339 | 2023-12-14T12:07:09.697Z | Documenting tracing v0.1.37 |
2340 | 2023-12-14T12:07:10.066Z | Documenting idna v0.5.0 |
2341 | 2023-12-14T12:07:10.739Z | Documenting crypto-common v0.1.6 |
2342 | 2023-12-14T12:07:11.959Z | Documenting block-buffer v0.10.4 |
2343 | 2023-12-14T12:07:12.881Z | Documenting schemars_derive v0.8.13 |
2344 | 2023-12-14T12:07:13.121Z | Documenting httparse v1.8.0 |
2345 | 2023-12-14T12:07:15.054Z | Documenting unicode-ident v1.0.12 |
2346 | 2023-12-14T12:07:15.064Z | Documenting rustix v0.38.25 |
2347 | 2023-12-14T12:07:16.313Z | Documenting url v2.5.0 |
2348 | 2023-12-14T12:07:17.732Z | Documenting adler v1.0.2 |
2349 | 2023-12-14T12:07:18.485Z | Documenting digest v0.10.7 |
2350 | 2023-12-14T12:07:19.175Z | Documenting proc-macro2 v1.0.69 |
2351 | 2023-12-14T12:07:19.345Z | Documenting base64ct v1.6.0 |
2352 | 2023-12-14T12:07:21.725Z | Documenting schemars v0.8.13 |
2353 | 2023-12-14T12:07:21.850Z | Documenting miniz_oxide v0.7.1 |
2354 | 2023-12-14T12:07:22.668Z | Documenting unicode-width v0.1.11 |
2355 | 2023-12-14T12:07:24.884Z | Documenting httpdate v1.0.3 |
2356 | 2023-12-14T12:07:25.299Z | Documenting quote v1.0.33 |
2357 | 2023-12-14T12:07:25.685Z | Documenting untrusted v0.9.0 |
2358 | 2023-12-14T12:07:26.985Z | Documenting try-lock v0.2.4 |
2359 | 2023-12-14T12:07:27.176Z | Documenting openssl-probe v0.1.5 |
2360 | 2023-12-14T12:07:28.176Z | Documenting http-body v0.4.5 |
2361 | 2023-12-14T12:07:30.302Z | Documenting ring v0.17.7 |
2362 | 2023-12-14T12:07:30.399Z | Documenting openssl-sys v0.9.96 |
2363 | 2023-12-14T12:07:30.782Z | Documenting async-trait v0.1.74 |
2364 | 2023-12-14T12:07:31.402Z | Documenting openssl-macros v0.1.1 |
2365 | 2023-12-14T12:07:31.477Z | Documenting want v0.3.1 |
2366 | 2023-12-14T12:07:32.973Z | Documenting tower-service v0.3.2 |
2367 | 2023-12-14T12:07:34.617Z | Documenting mime v0.3.17 |
2368 | 2023-12-14T12:07:37.091Z | Documenting pem-rfc7468 v0.7.0 |
2369 | 2023-12-14T12:07:37.822Z | Documenting aho-corasick v1.0.4 |
2370 | 2023-12-14T12:07:38.010Z | Documenting sct v0.7.0 |
2371 | 2023-12-14T12:07:38.383Z | Documenting rustls-webpki v0.101.7 |
2372 | 2023-12-14T12:07:38.579Z | Documenting slog v2.7.0 |
2373 | 2023-12-14T12:07:39.197Z | Documenting tokio-util v0.7.10 |
2374 | 2023-12-14T12:07:39.637Z | Documenting openssl v0.10.60 |
2375 | 2023-12-14T12:07:41.253Z | Documenting der_derive v0.7.2 |
2376 | 2023-12-14T12:07:43.496Z | Documenting equivalent v1.0.1 |
2377 | 2023-12-14T12:07:43.684Z | Documenting flagset v0.4.3 |
2378 | 2023-12-14T12:07:44.922Z | Documenting regex-syntax v0.8.2 |
2379 | 2023-12-14T12:07:45.226Z | Documenting utf8parse v0.2.1 |
2380 | 2023-12-14T12:07:45.440Z | Documenting hashbrown v0.14.2 |
2381 | 2023-12-14T12:07:47.655Z | Documenting ipnet v2.8.0 |
2382 | 2023-12-14T12:07:47.860Z | Documenting rustls v0.21.9 |
2383 | 2023-12-14T12:07:47.913Z | Documenting h2 v0.3.21 |
2384 | 2023-12-14T12:07:49.019Z | Documenting der v0.7.8 |
2385 | 2023-12-14T12:07:49.329Z | Documenting rustls-pemfile v1.0.3 |
2386 | 2023-12-14T12:07:51.976Z | Documenting indexmap v2.1.0 |
2387 | 2023-12-14T12:07:52.233Z | Documenting num-integer v0.1.45 |
2388 | 2023-12-14T12:07:54.085Z | Documenting time-macros v0.2.13 |
2389 | 2023-12-14T12:07:54.954Z | Documenting deranged v0.3.8 |
2390 | 2023-12-14T12:07:55.460Z | Documenting regex-automata v0.4.3 |
2391 | 2023-12-14T12:07:56.659Z | Documenting num_threads v0.1.6 |
2392 | 2023-12-14T12:07:58.602Z | Documenting time-core v0.1.1 |
2393 | 2023-12-14T12:07:58.910Z | Documenting gimli v0.28.0 |
2394 | 2023-12-14T12:08:00.643Z | Documenting tokio-rustls v0.24.1 |
2395 | 2023-12-14T12:08:01.525Z | Documenting spki v0.7.2 |
2396 | 2023-12-14T12:08:01.689Z | Documenting native-tls v0.2.11 |
2397 | 2023-12-14T12:08:02.051Z | Documenting object v0.32.1 |
2398 | 2023-12-14T12:08:02.956Z | Documenting time v0.3.27 |
2399 | 2023-12-14T12:08:03.179Z | Documenting hyper v0.14.27 |
2400 | 2023-12-14T12:08:08.364Z | Documenting crossbeam-utils v0.8.16 |
2401 | 2023-12-14T12:08:08.494Z | Documenting regex v1.10.2 |
2402 | 2023-12-14T12:08:08.745Z | Documenting addr2line v0.21.0 |
2403 | 2023-12-14T12:08:09.161Z | Documenting encoding_rs v0.8.33 |
2404 | 2023-12-14T12:08:10.044Z | Checking pest_meta v2.7.2 |
2405 | 2023-12-14T12:08:11.207Z | Documenting rustc-demangle v0.1.23 |
2406 | 2023-12-14T12:08:11.677Z | Documenting tokio-native-tls v0.3.1 |
2407 | 2023-12-14T12:08:14.374Z | Documenting rustls-native-certs v0.6.3 |
2408 | 2023-12-14T12:08:14.697Z | Documenting serde_urlencoded v0.7.1 |
2409 | 2023-12-14T12:08:15.410Z | Documenting pest_meta v2.7.2 |
2410 | 2023-12-14T12:08:16.295Z | Checking pest_generator v2.7.2 |
2411 | 2023-12-14T12:08:17.003Z | Documenting pkcs8 v0.10.2 |
2412 | 2023-12-14T12:08:17.534Z | Documenting anstyle v1.0.2 |
2413 | 2023-12-14T12:08:19.890Z | Documenting ucd-trie v0.1.6 |
2414 | 2023-12-14T12:08:20.044Z | Documenting webpki-roots v0.25.2 |
2415 | 2023-12-14T12:08:21.193Z | Documenting data-encoding v2.4.0 |
2416 | 2023-12-14T12:08:21.394Z | Documenting backtrace v0.3.69 |
2417 | 2023-12-14T12:08:21.531Z | Documenting pest_generator v2.7.2 |
2418 | 2023-12-14T12:08:22.271Z | Documenting hyper-rustls v0.24.2 |
2419 | 2023-12-14T12:08:23.509Z | Documenting hyper-tls v0.5.0 |
2420 | 2023-12-14T12:08:24.072Z | Documenting anstyle-parse v0.2.1 |
2421 | 2023-12-14T12:08:25.829Z | Documenting syn v2.0.32 |
2422 | 2023-12-14T12:08:26.287Z | Documenting pest v2.7.2 |
2423 | 2023-12-14T12:08:27.452Z | Documenting ipnetwork v0.20.0 |
2424 | 2023-12-14T12:08:28.517Z | Documenting pest_derive v2.7.2 |
2425 | 2023-12-14T12:08:28.867Z | Documenting sha2 v0.10.8 |
2426 | 2023-12-14T12:08:29.721Z | Documenting anyhow v1.0.75 |
2427 | 2023-12-14T12:08:32.821Z | Documenting futures-executor v0.3.29 |
2428 | 2023-12-14T12:08:33.681Z | Documenting reqwest v0.11.22 |
2429 | 2023-12-14T12:08:34.401Z | Documenting hex v0.4.3 |
2430 | 2023-12-14T12:08:35.066Z | Documenting crc32fast v1.3.2 |
2431 | 2023-12-14T12:08:35.871Z | Checking serde_tokenstream v0.1.7 |
2432 | 2023-12-14T12:08:36.231Z | Documenting anstyle-query v1.0.0 |
2433 | 2023-12-14T12:08:36.428Z | Documenting colorchoice v1.0.0 |
2434 | 2023-12-14T12:08:37.707Z | Documenting dtrace-parser v0.1.14 |
2435 | 2023-12-14T12:08:38.992Z | Documenting openapiv3 v2.0.0 |
2436 | 2023-12-14T12:08:40.526Z | Documenting num-iter v0.1.43 |
2437 | 2023-12-14T12:08:40.593Z | Documenting hmac v0.12.1 |
2438 | 2023-12-14T12:08:40.730Z | Documenting dof v0.1.5 |
2439 | 2023-12-14T12:08:41.521Z | Documenting anstream v0.5.0 |
2440 | 2023-12-14T12:08:43.421Z | Documenting thread-id v4.2.0 |
2441 | 2023-12-14T12:08:46.778Z | Documenting terminal_size v0.2.6 |
2442 | 2023-12-14T12:08:47.199Z | Documenting memoffset v0.9.0 |
2443 | 2023-12-14T12:08:47.510Z | Documenting clap_lex v0.5.1 |
2444 | 2023-12-14T12:08:47.952Z | Documenting strsim v0.10.0 |
2445 | 2023-12-14T12:08:49.221Z | Documenting flate2 v1.0.28 |
2446 | 2023-12-14T12:08:49.256Z | Documenting usdt-impl v0.3.5 |
2447 | 2023-12-14T12:08:49.436Z | Documenting futures v0.3.29 |
2448 | 2023-12-14T12:08:51.353Z | Documenting crossbeam-epoch v0.9.15 |
2449 | 2023-12-14T12:08:53.051Z | Documenting usdt-macro v0.3.5 |
2450 | 2023-12-14T12:08:53.799Z | Documenting usdt-attr-macro v0.3.5 |
2451 | 2023-12-14T12:08:54.176Z | Documenting clap_builder v4.4.2 |
2452 | 2023-12-14T12:08:54.669Z | Documenting clap_derive v4.4.2 |
2453 | 2023-12-14T12:08:56.587Z | Documenting unicode-segmentation v1.10.1 |
2454 | 2023-12-14T12:08:57.315Z | Documenting managed v0.8.0 |
2455 | 2023-12-14T12:08:57.513Z | Documenting block-padding v0.3.3 |
2456 | 2023-12-14T12:09:00.697Z | Documenting scheduled-thread-pool v0.2.7 |
2457 | 2023-12-14T12:09:01.128Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2458 | 2023-12-14T12:09:01.681Z | Documenting enum-as-inner v0.5.1 |
2459 | 2023-12-14T12:09:01.720Z | Documenting usdt v0.3.5 |
2460 | 2023-12-14T12:09:02.411Z | Checking diesel_table_macro_syntax v0.1.0 |
2461 | 2023-12-14T12:09:02.562Z | Documenting pin-project-internal v1.1.3 |
2462 | 2023-12-14T12:09:02.641Z | Documenting diesel_table_macro_syntax v0.1.0 |
2463 | 2023-12-14T12:09:03.742Z | Documenting either v1.9.0 |
2464 | 2023-12-14T12:09:03.938Z | Documenting clap v4.4.3 |
2465 | 2023-12-14T12:09:06.682Z | Documenting r2d2 v0.8.10 |
2466 | 2023-12-14T12:09:06.857Z | Documenting bzip2 v0.4.4 |
2467 | 2023-12-14T12:09:09.024Z | Documenting trust-dns-proto v0.22.0 |
2468 | 2023-12-14T12:09:09.346Z | Documenting diesel_derives v2.1.2 |
2469 | 2023-12-14T12:09:09.512Z | Documenting inout v0.1.3 |
2470 | 2023-12-14T12:09:09.687Z | Documenting md-5 v0.10.5 |
2471 | 2023-12-14T12:09:09.884Z | Documenting pin-project v1.1.3 |
2472 | 2023-12-14T12:09:11.157Z | Documenting stringprep v0.1.3 |
2473 | 2023-12-14T12:09:12.732Z | Documenting serde_spanned v0.6.4 |
2474 | 2023-12-14T12:09:12.919Z | Documenting toml_datetime v0.6.5 |
2475 | 2023-12-14T12:09:13.972Z | Documenting zerocopy v0.7.26 |
2476 | 2023-12-14T12:09:15.851Z | Documenting ff v0.13.0 |
2477 | 2023-12-14T12:09:16.854Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2478 | 2023-12-14T12:09:16.935Z | Documenting doc-comment v0.3.3 |
2479 | 2023-12-14T12:09:18.556Z | Documenting snafu-derive v0.7.5 |
2480 | 2023-12-14T12:09:18.762Z | Documenting base16ct v0.2.0 |
2481 | 2023-12-14T12:09:19.810Z | Documenting static_assertions v1.1.0 |
2482 | 2023-12-14T12:09:21.120Z | Documenting fallible-iterator v0.2.0 |
2483 | 2023-12-14T12:09:21.615Z | Documenting bit-vec v0.6.3 |
2484 | 2023-12-14T12:09:22.465Z | Documenting winnow v0.5.15 |
2485 | 2023-12-14T12:09:22.966Z | Documenting siphasher v0.3.11 |
2486 | 2023-12-14T12:09:23.298Z | Documenting sec1 v0.7.3 |
2487 | 2023-12-14T12:09:24.480Z | Documenting diesel v2.1.4 |
2488 | 2023-12-14T12:09:25.365Z | Documenting group v0.13.0 |
2489 | 2023-12-14T12:09:27.280Z | Documenting phf_shared v0.11.2 |
2490 | 2023-12-14T12:09:27.675Z | Documenting cipher v0.4.4 |
2491 | 2023-12-14T12:09:28.757Z | Documenting postgres-protocol v0.6.6 |
2492 | 2023-12-14T12:09:30.114Z | Documenting snafu v0.7.5 |
2493 | 2023-12-14T12:09:30.281Z | Documenting toml_edit v0.21.0 |
2494 | 2023-12-14T12:09:31.223Z | Documenting zip v0.6.6 |
2495 | 2023-12-14T12:09:32.071Z | Documenting hkdf v0.12.3 |
2496 | 2023-12-14T12:09:33.096Z | Documenting num-bigint v0.4.4 |
2497 | 2023-12-14T12:09:36.949Z | Documenting crypto-bigint v0.5.2 |
2498 | 2023-12-14T12:09:37.834Z | Documenting hubpack v0.1.2 |
2499 | 2023-12-14T12:09:38.508Z | Documenting regress v0.7.1 |
2500 | 2023-12-14T12:09:38.947Z | Documenting bstr v1.6.0 |
2501 | 2023-12-14T12:09:39.087Z | Documenting serde_repr v0.1.16 |
2502 | 2023-12-14T12:09:39.577Z | Documenting minimal-lexical v0.2.1 |
2503 | 2023-12-14T12:09:43.739Z | Documenting new_debug_unreachable v1.0.4 |
2504 | 2023-12-14T12:09:44.348Z | Documenting fixedbitset v0.4.2 |
2505 | 2023-12-14T12:09:45.222Z | Documenting lalrpop-util v0.19.12 |
2506 | 2023-12-14T12:09:45.763Z | Documenting precomputed-hash v0.1.1 |
2507 | 2023-12-14T12:09:47.038Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2508 | 2023-12-14T12:09:48.078Z | Documenting elliptic-curve v0.13.8 |
2509 | 2023-12-14T12:09:48.234Z | Documenting nom v7.1.3 |
2510 | 2023-12-14T12:09:48.260Z | Documenting yasna v0.5.2 |
2511 | 2023-12-14T12:09:49.354Z | Documenting petgraph v0.6.4 |
2512 | 2023-12-14T12:09:51.620Z | Documenting string_cache v0.8.7 |
2513 | 2023-12-14T12:09:51.908Z | Documenting postgres-types v0.2.6 |
2514 | 2023-12-14T12:09:55.753Z | Documenting phf v0.11.2 |
2515 | 2023-12-14T12:09:57.468Z | Documenting console v0.15.7 |
2516 | 2023-12-14T12:09:57.570Z | Documenting semver v1.0.20 |
2517 | 2023-12-14T12:09:57.701Z | Documenting float-cmp v0.9.0 |
2518 | 2023-12-14T12:09:59.007Z | Documenting heck v0.4.1 |
2519 | 2023-12-14T12:10:00.121Z | Documenting whoami v1.4.1 |
2520 | 2023-12-14T12:10:02.022Z | Documenting difflib v0.4.0 |
2521 | 2023-12-14T12:10:02.954Z | Documenting predicates-core v1.0.6 |
2522 | 2023-12-14T12:10:04.017Z | Documenting normalize-line-endings v0.3.0 |
2523 | 2023-12-14T12:10:04.216Z | Checking unsafe-libyaml v0.2.9 |
2524 | 2023-12-14T12:10:04.782Z | Documenting bit-set v0.5.3 |
2525 | 2023-12-14T12:10:05.034Z | Documenting ahash v0.8.6 |
2526 | 2023-12-14T12:10:05.513Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2527 | 2023-12-14T12:10:06.022Z | Documenting tokio-postgres v0.7.10 |
2528 | 2023-12-14T12:10:06.213Z | Documenting similar v2.3.0 |
2529 | 2023-12-14T12:10:07.801Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2530 | 2023-12-14T12:10:08.566Z | Documenting tokio-stream v0.1.14 |
2531 | 2023-12-14T12:10:09.504Z | Documenting predicates v3.0.4 |
2532 | 2023-12-14T12:10:11.125Z | Documenting unsafe-libyaml v0.2.9 |
2533 | 2023-12-14T12:10:12.212Z | Checking ident_case v1.0.1 |
2534 | 2023-12-14T12:10:12.435Z | Checking serde_yaml v0.9.25 |
2535 | 2023-12-14T12:10:12.493Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2536 | 2023-12-14T12:10:15.562Z | Documenting getopts v0.2.21 |
2537 | 2023-12-14T12:10:16.210Z | Documenting match_cfg v0.1.0 |
2538 | 2023-12-14T12:10:16.780Z | Documenting sha1 v0.10.6 |
2539 | 2023-12-14T12:10:17.054Z | Documenting serde_yaml v0.9.25 |
2540 | 2023-12-14T12:10:17.356Z | Documenting dirs-sys-next v0.1.2 |
2541 | 2023-12-14T12:10:17.771Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2542 | 2023-12-14T12:10:18.705Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2543 | 2023-12-14T12:10:20.414Z | Documenting hostname v0.3.1 |
2544 | 2023-12-14T12:10:21.766Z | Documenting thread_local v1.1.7 |
2545 | 2023-12-14T12:10:23.134Z | Documenting dirs-next v2.0.0 |
2546 | 2023-12-14T12:10:24.059Z | Documenting paste v1.0.14 |
2547 | 2023-12-14T12:10:24.176Z | Documenting crossbeam-channel v0.5.8 |
2548 | 2023-12-14T12:10:24.729Z | Documenting atty v0.2.14 |
2549 | 2023-12-14T12:10:25.605Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2550 | 2023-12-14T12:10:26.216Z | Documenting take_mut v0.2.2 |
2551 | 2023-12-14T12:10:27.722Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2552 | 2023-12-14T12:10:28.133Z | Documenting slog-json v2.6.1 |
2553 | 2023-12-14T12:10:28.916Z | Documenting term v0.7.0 |
2554 | 2023-12-14T12:10:29.504Z | Documenting camino v1.1.6 |
2555 | 2023-12-14T12:10:30.375Z | Documenting async-stream-impl v0.3.5 |
2556 | 2023-12-14T12:10:30.398Z | Documenting atomic-waker v1.1.1 |
2557 | 2023-12-14T12:10:31.764Z | Documenting slog-async v2.8.0 |
2558 | 2023-12-14T12:10:34.645Z | Documenting debug-ignore v1.0.5 |
2559 | 2023-12-14T12:10:34.940Z | Documenting slog-term v2.9.0 |
2560 | 2023-12-14T12:10:35.110Z | Documenting slog-bunyan v2.4.0 |
2561 | 2023-12-14T12:10:36.574Z | Documenting waitgroup v0.1.2 |
2562 | 2023-12-14T12:10:37.003Z | Documenting async-stream v0.3.5 |
2563 | 2023-12-14T12:10:37.230Z | Checking darling_core v0.20.3 |
2564 | 2023-12-14T12:10:37.450Z | Documenting toml v0.8.8 |
2565 | 2023-12-14T12:10:38.857Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2566 | 2023-12-14T12:10:39.364Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2567 | 2023-12-14T12:10:40.155Z | Documenting multer v2.1.0 |
2568 | 2023-12-14T12:10:41.631Z | Documenting serde_path_to_error v0.1.14 |
2569 | 2023-12-14T12:10:41.903Z | Documenting strum v0.25.0 |
2570 | 2023-12-14T12:10:42.127Z | Checking darling v0.20.3 |
2571 | 2023-12-14T12:10:42.272Z | Documenting serde_with_macros v3.4.0 |
2572 | 2023-12-14T12:10:42.562Z | Documenting structmeta-derive v0.2.0 |
2573 | 2023-12-14T12:10:44.694Z | Checking structmeta v0.2.0 |
2574 | 2023-12-14T12:10:45.031Z | Documenting instant v0.1.12 |
2575 | 2023-12-14T12:10:46.851Z | Checking regex-syntax v0.7.5 |
2576 | 2023-12-14T12:10:47.389Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2577 | 2023-12-14T12:10:47.526Z | Documenting macaddr v1.0.1 |
2578 | 2023-12-14T12:10:47.849Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2579 | 2023-12-14T12:10:49.671Z | Documenting serde_with v3.4.0 |
2580 | 2023-12-14T12:10:50.190Z | Documenting structmeta v0.2.0 |
2581 | 2023-12-14T12:10:50.581Z | Documenting backoff v0.4.0 |
2582 | 2023-12-14T12:10:52.062Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2583 | 2023-12-14T12:10:53.443Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2584 | 2023-12-14T12:10:53.986Z | Documenting fastrand v2.0.0 |
2585 | 2023-12-14T12:10:55.771Z | Documenting proc-macro-error-attr v1.0.4 |
2586 | 2023-12-14T12:10:56.761Z | Documenting parse-display-derive v0.8.2 |
2587 | 2023-12-14T12:10:57.761Z | Checking proc-macro-error v1.0.4 |
2588 | 2023-12-14T12:10:58.173Z | Documenting is-terminal v0.4.9 |
2589 | 2023-12-14T12:10:58.410Z | Checking proc-macro-crate v1.3.1 |
2590 | 2023-12-14T12:10:58.749Z | Documenting proc-macro-crate v1.3.1 |
2591 | 2023-12-14T12:10:58.889Z | Documenting hash32 v0.2.1 |
2592 | 2023-12-14T12:11:00.385Z | Documenting tempfile v3.8.1 |
2593 | 2023-12-14T12:11:01.010Z | Documenting stable_deref_trait v1.2.0 |
2594 | 2023-12-14T12:11:01.507Z | Documenting proc-macro-error v1.0.4 |
2595 | 2023-12-14T12:11:05.051Z | Documenting cobs v0.2.3 |
2596 | 2023-12-14T12:11:05.228Z | Documenting num_enum_derive v0.5.11 |
2597 | 2023-12-14T12:11:05.284Z | Documenting heapless v0.7.16 |
2598 | 2023-12-14T12:11:05.657Z | Documenting parse-display v0.8.2 |
2599 | 2023-12-14T12:11:05.724Z | Documenting embedded-io v0.4.0 |
2600 | 2023-12-14T12:11:06.830Z | Documenting camino-tempfile v1.1.1 |
2601 | 2023-12-14T12:11:07.851Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2602 | 2023-12-14T12:11:09.437Z | Documenting foreign-types-macros v0.2.3 |
2603 | 2023-12-14T12:11:10.336Z | Documenting postcard v1.0.8 |
2604 | 2023-12-14T12:11:11.308Z | Documenting foreign-types-shared v0.3.1 |
2605 | 2023-12-14T12:11:11.741Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2606 | 2023-12-14T12:11:13.156Z | Documenting smoltcp v0.10.0 |
2607 | 2023-12-14T12:11:13.513Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2608 | 2023-12-14T12:11:13.712Z | Documenting num_enum v0.5.11 |
2609 | 2023-12-14T12:11:14.471Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2610 | 2023-12-14T12:11:14.875Z | Documenting crucible-workspace-hack v0.1.0 |
2611 | 2023-12-14T12:11:15.572Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2612 | 2023-12-14T12:11:16.445Z | Documenting foreign-types v0.5.0 |
2613 | 2023-12-14T12:11:17.394Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2614 | 2023-12-14T12:11:17.765Z | Documenting cstr-argument v0.1.2 |
2615 | 2023-12-14T12:11:19.191Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2616 | 2023-12-14T12:11:20.321Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2617 | 2023-12-14T12:11:21.862Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2618 | 2023-12-14T12:11:21.981Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2619 | 2023-12-14T12:11:22.504Z | Documenting colored v2.0.4 |
2620 | 2023-12-14T12:11:22.967Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2621 | 2023-12-14T12:11:24.033Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2622 | 2023-12-14T12:11:24.228Z | Documenting zone_cfg_derive v0.3.0 |
2623 | 2023-12-14T12:11:25.652Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2624 | 2023-12-14T12:11:26.748Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2625 | 2023-12-14T12:11:28.922Z | Documenting num-derive v0.4.0 |
2626 | 2023-12-14T12:11:29.556Z | Documenting smf v0.2.2 |
2627 | 2023-12-14T12:11:29.725Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2628 | 2023-12-14T12:11:31.588Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2629 | 2023-12-14T12:11:31.640Z | Documenting linked-hash-map v0.5.6 |
2630 | 2023-12-14T12:11:31.652Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2631 | 2023-12-14T12:11:31.869Z | Documenting zone v0.3.0 |
2632 | 2023-12-14T12:11:33.142Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2633 | 2023-12-14T12:11:35.332Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2634 | 2023-12-14T12:11:35.862Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2635 | 2023-12-14T12:11:36.190Z | Documenting blake2 v0.10.6 |
2636 | 2023-12-14T12:11:37.909Z | Documenting lru-cache v0.1.2 |
2637 | 2023-12-14T12:11:39.533Z | Documenting password-hash v0.5.0 |
2638 | 2023-12-14T12:11:39.950Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2639 | 2023-12-14T12:11:40.385Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2640 | 2023-12-14T12:11:40.842Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2641 | 2023-12-14T12:11:40.906Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2642 | 2023-12-14T12:11:41.391Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2643 | 2023-12-14T12:11:41.777Z | Checking heck v0.3.3 |
2644 | 2023-12-14T12:11:42.006Z | Documenting structopt-derive v0.4.18 |
2645 | 2023-12-14T12:11:43.023Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2646 | 2023-12-14T12:11:43.690Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2647 | 2023-12-14T12:11:44.032Z | Documenting libefi-sys v0.1.0 |
2648 | 2023-12-14T12:11:45.873Z | Documenting argon2 v0.5.2 |
2649 | 2023-12-14T12:11:47.776Z | Documenting quick-error v1.2.3 |
2650 | 2023-12-14T12:11:49.614Z | Documenting structopt v0.3.26 |
2651 | 2023-12-14T12:11:50.475Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2652 | 2023-12-14T12:11:50.879Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2653 | 2023-12-14T12:11:52.304Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2654 | 2023-12-14T12:11:52.828Z | Documenting itertools v0.12.0 |
2655 | 2023-12-14T12:11:53.372Z | Documenting resolv-conf v0.7.0 |
2656 | 2023-12-14T12:11:53.755Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2657 | 2023-12-14T12:11:56.195Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2658 | 2023-12-14T12:11:56.655Z | Documenting nibble_vec v0.1.0 |
2659 | 2023-12-14T12:11:57.825Z | Documenting endian-type v0.1.2 |
2660 | 2023-12-14T12:11:59.301Z | Documenting trust-dns-resolver v0.22.0 |
2661 | 2023-12-14T12:12:01.325Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2662 | 2023-12-14T12:12:02.166Z | Documenting cancel-safe-futures v0.1.5 |
2663 | 2023-12-14T12:12:02.886Z | Documenting convert_case v0.4.0 |
2664 | 2023-12-14T12:12:03.374Z | Checking convert_case v0.4.0 |
2665 | 2023-12-14T12:12:03.649Z | Documenting radix_trie v0.2.1 |
2666 | 2023-12-14T12:12:03.666Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2667 | 2023-12-14T12:12:03.897Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2668 | 2023-12-14T12:12:04.082Z | Documenting tap v1.0.1 |
2669 | 2023-12-14T12:12:04.155Z | Documenting arc-swap v1.6.0 |
2670 | 2023-12-14T12:12:08.353Z | Documenting derive_more v0.99.17 |
2671 | 2023-12-14T12:12:08.655Z | Documenting swrite v0.1.0 |
2672 | 2023-12-14T12:12:09.661Z | Documenting wyz v0.5.1 |
2673 | 2023-12-14T12:12:09.898Z | Documenting slog-scope v4.4.0 |
2674 | 2023-12-14T12:12:10.235Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2675 | 2023-12-14T12:12:12.155Z | Documenting num-rational v0.4.1 |
2676 | 2023-12-14T12:12:12.965Z | Documenting radium v0.7.0 |
2677 | 2023-12-14T12:12:14.306Z | Documenting libsw v3.3.0 |
2678 | 2023-12-14T12:12:14.732Z | Documenting num-complex v0.4.4 |
2679 | 2023-12-14T12:12:15.520Z | Documenting derive-where v1.2.6 |
2680 | 2023-12-14T12:12:17.296Z | Documenting funty v2.0.0 |
2681 | 2023-12-14T12:12:17.413Z | Documenting crc-catalog v2.2.0 |
2682 | 2023-12-14T12:12:18.663Z | Documenting ciborium-io v0.2.1 |
2683 | 2023-12-14T12:12:20.899Z | Documenting linear-map v1.2.0 |
2684 | 2023-12-14T12:12:21.463Z | Documenting owo-colors v3.5.0 |
2685 | 2023-12-14T12:12:21.875Z | Documenting half v1.8.2 |
2686 | 2023-12-14T12:12:21.895Z | Documenting crc v3.0.1 |
2687 | 2023-12-14T12:12:22.217Z | Documenting bitvec v1.0.1 |
2688 | 2023-12-14T12:12:24.186Z | Documenting num v0.4.1 |
2689 | 2023-12-14T12:12:25.340Z | Documenting slog-stdlog v4.1.1 |
2690 | 2023-12-14T12:12:26.313Z | Documenting ciborium-ll v0.2.1 |
2691 | 2023-12-14T12:12:26.482Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2692 | 2023-12-14T12:12:27.479Z | Documenting slog-dtrace v0.2.3 |
2693 | 2023-12-14T12:12:27.732Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2694 | 2023-12-14T12:12:29.268Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2695 | 2023-12-14T12:12:30.413Z | Documenting xattr v1.0.1 |
2696 | 2023-12-14T12:12:31.491Z | Documenting filetime v0.2.23 |
2697 | 2023-12-14T12:12:32.840Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2698 | 2023-12-14T12:12:33.173Z | Documenting packed_struct_codegen v0.10.1 |
2699 | 2023-12-14T12:12:36.179Z | Documenting keccak v0.1.4 |
2700 | 2023-12-14T12:12:37.383Z | Documenting nodrop v0.1.14 |
2701 | 2023-12-14T12:12:37.702Z | Documenting tar v0.4.40 |
2702 | 2023-12-14T12:12:38.810Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2703 | 2023-12-14T12:12:40.405Z | Documenting sha3 v0.10.8 |
2704 | 2023-12-14T12:12:40.600Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2705 | 2023-12-14T12:12:41.696Z | Documenting array-init v0.0.4 |
2706 | 2023-12-14T12:12:42.040Z | Documenting packed_struct v0.10.1 |
2707 | 2023-12-14T12:12:42.086Z | Documenting ciborium v0.2.1 |
2708 | 2023-12-14T12:12:43.895Z | Documenting slog-envlogger v2.2.0 |
2709 | 2023-12-14T12:12:44.719Z | Documenting num-bigint-dig v0.8.4 |
2710 | 2023-12-14T12:12:46.545Z | Documenting pkcs1 v0.7.5 |
2711 | 2023-12-14T12:12:47.959Z | Documenting signature v2.1.0 |
2712 | 2023-12-14T12:12:48.775Z | Documenting fxhash v0.2.1 |
2713 | 2023-12-14T12:12:52.157Z | Documenting secrecy v0.8.0 |
2714 | 2023-12-14T12:12:53.529Z | Documenting bitfield v0.14.0 |
2715 | 2023-12-14T12:12:54.592Z | Documenting utf-8 v0.7.6 |
2716 | 2023-12-14T12:12:54.604Z | Documenting termcolor v1.2.0 |
2717 | 2023-12-14T12:12:55.500Z | Documenting serde-hex v0.1.0 |
2718 | 2023-12-14T12:12:55.513Z | Documenting rsa v0.9.2 |
2719 | 2023-12-14T12:12:58.088Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2720 | 2023-12-14T12:12:58.443Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2721 | 2023-12-14T12:13:00.104Z | Documenting tungstenite v0.20.1 |
2722 | 2023-12-14T12:13:01.486Z | Documenting env_logger v0.10.0 |
2723 | 2023-12-14T12:13:04.676Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2724 | 2023-12-14T12:13:07.099Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2725 | 2023-12-14T12:13:08.326Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2726 | 2023-12-14T12:13:10.071Z | Documenting newtype_derive v0.1.6 |
2727 | 2023-12-14T12:13:10.129Z | Documenting signal-hook v0.3.17 |
2728 | 2023-12-14T12:13:10.185Z | Documenting x509-cert v0.2.4 |
2729 | 2023-12-14T12:13:10.667Z | Documenting ron v0.8.1 |
2730 | 2023-12-14T12:13:10.715Z | Documenting pem v3.0.2 |
2731 | 2023-12-14T12:13:15.674Z | Documenting vte_generate_state_changes v0.1.1 |
2732 | 2023-12-14T12:13:16.371Z | Documenting crc-any v2.4.3 |
2733 | 2023-12-14T12:13:16.687Z | Documenting arrayvec v0.5.2 |
2734 | 2023-12-14T12:13:17.700Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2735 | 2023-12-14T12:13:18.804Z | Documenting steno v0.4.0 |
2736 | 2023-12-14T12:13:20.747Z | Documenting tokio-tungstenite v0.20.1 |
2737 | 2023-12-14T12:13:21.132Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2738 | 2023-12-14T12:13:21.538Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2739 | 2023-12-14T12:13:21.541Z | Documenting vte v0.10.1 |
2740 | 2023-12-14T12:13:24.405Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2741 | 2023-12-14T12:13:24.725Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2742 | 2023-12-14T12:13:26.312Z | Documenting fd-lock v3.0.13 |
2743 | 2023-12-14T12:13:31.792Z | Documenting glob v0.3.1 |
2744 | 2023-12-14T12:13:33.046Z | Documenting path-slash v0.1.5 |
2745 | 2023-12-14T12:13:34.180Z | Documenting display-error-chain v0.2.0 |
2746 | 2023-12-14T12:13:34.908Z | Documenting same-file v1.0.6 |
2747 | 2023-12-14T12:13:37.458Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2748 | 2023-12-14T12:13:38.142Z | Documenting strip-ansi-escapes v0.1.1 |
2749 | 2023-12-14T12:13:38.731Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2750 | 2023-12-14T12:13:40.048Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2751 | 2023-12-14T12:13:41.072Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2752 | 2023-12-14T12:13:41.578Z | Documenting walkdir v2.4.0 |
2753 | 2023-12-14T12:13:43.831Z | Documenting buf-list v1.0.3 |
2754 | 2023-12-14T12:13:43.882Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2755 | 2023-12-14T12:13:48.296Z | Checking darling_core v0.14.4 |
2756 | 2023-12-14T12:13:49.949Z | Documenting nu-ansi-term v0.49.0 |
2757 | 2023-12-14T12:13:51.278Z | Checking darling v0.14.4 |
2758 | 2023-12-14T12:13:51.456Z | Documenting trust-dns-client v0.22.0 |
2759 | 2023-12-14T12:13:53.961Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2760 | 2023-12-14T12:13:54.690Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2761 | 2023-12-14T12:13:55.099Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2762 | 2023-12-14T12:13:56.001Z | Documenting reedline v0.22.0 |
2763 | 2023-12-14T12:13:56.919Z | Documenting bytecount v0.6.3 |
2764 | 2023-12-14T12:14:01.401Z | Documenting papergrid v0.10.0 |
2765 | 2023-12-14T12:14:05.039Z | Documenting trust-dns-server v0.22.1 |
2766 | 2023-12-14T12:14:05.921Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2767 | 2023-12-14T12:14:06.153Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2768 | 2023-12-14T12:14:07.450Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2769 | 2023-12-14T12:14:08.464Z | Documenting sled v0.34.7 |
2770 | 2023-12-14T12:14:09.374Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2771 | 2023-12-14T12:14:09.412Z | Documenting unicase v2.7.0 |
2772 | 2023-12-14T12:14:10.497Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2773 | 2023-12-14T12:14:10.911Z | Documenting tabled_derive v0.6.0 |
2774 | 2023-12-14T12:14:11.036Z | Documenting globset v0.4.13 |
2775 | 2023-12-14T12:14:14.315Z | Documenting crossbeam-deque v0.8.3 |
2776 | 2023-12-14T12:14:14.651Z | Documenting headers-core v0.2.0 |
2777 | 2023-12-14T12:14:15.102Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2778 | 2023-12-14T12:14:17.433Z | Documenting olpc-cjson v0.1.3 |
2779 | 2023-12-14T12:14:18.158Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2780 | 2023-12-14T12:14:18.201Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2781 | 2023-12-14T12:14:18.732Z | Documenting serde_plain v1.0.2 |
2782 | 2023-12-14T12:14:18.771Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2783 | 2023-12-14T12:14:19.005Z | Documenting nix v0.26.4 |
2784 | 2023-12-14T12:14:19.742Z | Documenting sqlparser_derive v0.1.1 |
2785 | 2023-12-14T12:14:20.091Z | Documenting async-recursion v1.0.5 |
2786 | 2023-12-14T12:14:21.633Z | Documenting typed-path v0.7.0 |
2787 | 2023-12-14T12:14:24.073Z | Documenting unicode_categories v0.1.1 |
2788 | 2023-12-14T12:14:24.517Z | Documenting home v0.5.5 |
2789 | 2023-12-14T12:14:24.974Z | Documenting pretty-hex v0.4.0 |
2790 | 2023-12-14T12:14:26.492Z | Documenting sqlparser v0.36.1 |
2791 | 2023-12-14T12:14:26.511Z | Documenting headers v0.3.9 |
2792 | 2023-12-14T12:14:26.856Z | Documenting rayon-core v1.12.0 |
2793 | 2023-12-14T12:14:29.748Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2794 | 2023-12-14T12:14:29.921Z | Documenting tough v0.16.0 |
2795 | 2023-12-14T12:14:29.952Z | Documenting sqlformat v0.2.3 |
2796 | 2023-12-14T12:14:30.220Z | Documenting rustyline v12.0.0 |
2797 | 2023-12-14T12:14:33.157Z | Documenting tabled v0.14.0 |
2798 | 2023-12-14T12:14:36.355Z | Documenting mime_guess v2.0.4 |
2799 | 2023-12-14T12:14:38.215Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2800 | 2023-12-14T12:14:39.737Z | Checking derive_builder_core v0.12.0 |
2801 | 2023-12-14T12:14:41.201Z | Documenting derive_builder_core v0.12.0 |
2802 | 2023-12-14T12:14:42.754Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2803 | 2023-12-14T12:14:43.194Z | Documenting signal-hook-mio v0.2.3 |
2804 | 2023-12-14T12:14:43.336Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2805 | 2023-12-14T12:14:44.246Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2806 | 2023-12-14T12:14:44.647Z | Documenting universal-hash v0.5.1 |
2807 | 2023-12-14T12:14:49.362Z | Documenting bcs v0.1.6 |
2808 | 2023-12-14T12:14:49.835Z | Documenting kstat-rs v0.2.3 |
2809 | 2023-12-14T12:14:51.197Z | Documenting thiserror-impl-no-std v2.0.2 |
2810 | 2023-12-14T12:14:51.377Z | Documenting curve25519-dalek-derive v0.1.0 |
2811 | 2023-12-14T12:14:52.026Z | Documenting opaque-debug v0.3.0 |
2812 | 2023-12-14T12:14:54.434Z | Documenting highway v1.1.0 |
2813 | 2023-12-14T12:14:55.649Z | Documenting derive_builder_macro v0.12.0 |
2814 | 2023-12-14T12:14:56.577Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2815 | 2023-12-14T12:14:56.661Z | Documenting poly1305 v0.8.0 |
2816 | 2023-12-14T12:14:58.105Z | Documenting curve25519-dalek v4.1.1 |
2817 | 2023-12-14T12:14:58.711Z | Documenting crossterm v0.27.0 |
2818 | 2023-12-14T12:14:58.785Z | Documenting thiserror-no-std v2.0.2 |
2819 | 2023-12-14T12:15:00.378Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2820 | 2023-12-14T12:15:01.601Z | Documenting rayon v1.8.0 |
2821 | 2023-12-14T12:15:03.465Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2822 | 2023-12-14T12:15:04.287Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2823 | 2023-12-14T12:15:07.060Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2824 | 2023-12-14T12:15:07.551Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2825 | 2023-12-14T12:15:13.367Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2826 | 2023-12-14T12:15:26.245Z | Documenting portable-atomic v1.4.3 |
2827 | 2023-12-14T12:15:31.959Z | Documenting ed25519 v1.5.3 |
2828 | 2023-12-14T12:15:34.802Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2829 | 2023-12-14T12:15:35.390Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2830 | 2023-12-14T12:15:36.099Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2831 | 2023-12-14T12:15:36.284Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2832 | 2023-12-14T12:15:36.671Z | Documenting chacha20 v0.9.1 |
2833 | 2023-12-14T12:15:37.381Z | Documenting aead v0.5.2 |
2834 | 2023-12-14T12:15:38.158Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2835 | 2023-12-14T12:15:39.847Z | Documenting ref-cast-impl v1.0.20 |
2836 | 2023-12-14T12:15:40.446Z | Documenting number_prefix v0.4.0 |
2837 | 2023-12-14T12:15:44.181Z | Documenting cassowary v0.3.0 |
2838 | 2023-12-14T12:15:46.287Z | Documenting indicatif v0.17.7 |
2839 | 2023-12-14T12:15:47.013Z | Documenting chacha20poly1305 v0.10.1 |
2840 | 2023-12-14T12:15:47.853Z | Documenting ref-cast v1.0.20 |
2841 | 2023-12-14T12:15:50.171Z | Documenting ratatui v0.23.0 |
2842 | 2023-12-14T12:15:52.305Z | Documenting salty v0.2.0 |
2843 | 2023-12-14T12:15:53.300Z | Documenting vsss-rs v3.3.2 |
2844 | 2023-12-14T12:15:53.852Z | Documenting derive_builder v0.12.0 |
2845 | 2023-12-14T12:15:59.129Z | Documenting fs-err v2.11.0 |
2846 | 2023-12-14T12:16:01.181Z | Documenting polar-core v0.27.0 |
2847 | 2023-12-14T12:16:01.768Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2848 | 2023-12-14T12:16:04.298Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2849 | 2023-12-14T12:16:04.863Z | Documenting libxml v0.3.3 |
2850 | 2023-12-14T12:16:05.191Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2851 | 2023-12-14T12:16:06.339Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2852 | 2023-12-14T12:16:06.688Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2853 | 2023-12-14T12:16:08.748Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2854 | 2023-12-14T12:16:14.723Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2855 | 2023-12-14T12:16:14.795Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2856 | 2023-12-14T12:16:14.816Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2857 | 2023-12-14T12:16:14.973Z | Documenting bb8 v0.8.1 |
2858 | 2023-12-14T12:16:15.129Z | Documenting quick-xml v0.23.1 |
2859 | 2023-12-14T12:16:22.487Z | Documenting bytesize v1.3.0 |
2860 | 2023-12-14T12:16:22.895Z | Documenting serde-big-array v0.5.1 |
2861 | 2023-12-14T12:16:24.021Z | Documenting rtoolbox v0.0.1 |
2862 | 2023-12-14T12:16:25.015Z | Documenting oso-derive v0.27.0 |
2863 | 2023-12-14T12:16:26.172Z | Documenting impl-trait-for-tuples v0.2.2 |
2864 | 2023-12-14T12:16:29.227Z | Documenting is_ci v1.1.1 |
2865 | 2023-12-14T12:16:29.560Z | Documenting maplit v1.0.2 |
2866 | 2023-12-14T12:16:29.931Z | Documenting smawk v0.3.1 |
2867 | 2023-12-14T12:16:31.614Z | Documenting http-range v0.1.5 |
2868 | 2023-12-14T12:16:34.776Z | Documenting unicode-linebreak v0.1.5 |
2869 | 2023-12-14T12:16:34.842Z | Documenting humantime v2.1.0 |
2870 | 2023-12-14T12:16:35.089Z | Documenting oso v0.27.0 |
2871 | 2023-12-14T12:16:35.936Z | Documenting supports-color v2.1.0 |
2872 | 2023-12-14T12:16:37.335Z | Documenting hyper-staticfile v0.9.5 |
2873 | 2023-12-14T12:16:38.864Z | Documenting rpassword v7.3.1 |
2874 | 2023-12-14T12:16:39.324Z | Documenting textwrap v0.16.0 |
2875 | 2023-12-14T12:16:40.582Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2876 | 2023-12-14T12:16:42.890Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2877 | 2023-12-14T12:16:43.408Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2878 | 2023-12-14T12:16:43.510Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2879 | 2023-12-14T12:16:45.314Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2880 | 2023-12-14T12:16:45.937Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2881 | 2023-12-14T12:16:47.989Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2882 | 2023-12-14T12:16:53.510Z | Documenting tui-tree-widget v0.13.0 |
2883 | 2023-12-14T12:16:55.793Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2884 | 2023-12-14T12:17:00.454Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2885 | 2023-12-14T12:17:02.533Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2886 | 2023-12-14T12:17:03.011Z | Documenting cookie v0.18.0 |
2887 | 2023-12-14T12:17:03.115Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2888 | 2023-12-14T12:17:05.064Z | Documenting signal-hook-tokio v0.3.1 |
2889 | 2023-12-14T12:17:10.544Z | Documenting rcgen v0.11.3 |
2890 | 2023-12-14T12:17:10.858Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2891 | 2023-12-14T12:17:11.936Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2892 | 2023-12-14T12:17:12.476Z | Documenting atomicwrites v0.4.2 |
2893 | 2023-12-14T12:17:13.042Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2894 | 2023-12-14T12:17:16.096Z | Documenting subprocess v0.2.9 |
2895 | 2023-12-14T12:17:19.655Z | Documenting corncobs v0.1.3 |
2896 | 2023-12-14T12:17:20.898Z | Documenting shell-words v1.1.0 |
2897 | 2023-12-14T12:17:21.766Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2898 | 2023-12-14T12:17:22.463Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2899 | 2023-12-14T12:17:24.051Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2900 | 2023-12-14T12:17:27.311Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2901 | 2023-12-14T12:17:27.860Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2902 | 2023-12-14T12:17:28.517Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2903 | 2023-12-14T12:17:28.880Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2904 | 2023-12-14T12:17:29.867Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2905 | 2023-12-14T12:17:31.423Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2906 | 2023-12-14T12:17:34.149Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2907 | 2023-12-14T12:17:52.438Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2908 | 2023-12-14T12:17:54.521Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2909 | 2023-12-14T12:18:00.163Z | Documenting fatfs v0.3.6 |
2910 | 2023-12-14T12:18:05.187Z | Documenting nanorand v0.7.0 |
2911 | 2023-12-14T12:18:06.183Z | Documenting assert_matches v1.5.0 |
2912 | 2023-12-14T12:18:07.882Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2913 | 2023-12-14T12:18:11.210Z | Documenting flume v0.11.0 |
2914 | 2023-12-14T12:18:12.188Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2915 | 2023-12-14T12:18:12.604Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2916 | 2023-12-14T12:18:15.676Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2917 | 2023-12-14T12:18:17.263Z | Documenting omicron-zone-package v0.9.1 |
2918 | 2023-12-14T12:18:18.706Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2919 | 2023-12-14T12:18:24.674Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2920 | 2023-12-14T12:18:28.345Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2921 | 2023-12-14T12:18:35.918Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2922 | 2023-12-14T12:18:37.135Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2923 | 2023-12-14T12:18:42.479Z | Documenting termios v0.3.3 |
2924 | 2023-12-14T12:18:48.756Z | Documenting topological-sort v0.2.2 |
2925 | 2023-12-14T12:18:49.520Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2926 | 2023-12-14T12:18:49.521Z | --> sled-agent/src/sim/instance.rs:46:7 |
2927 | 2023-12-14T12:18:49.521Z | | |
2928 | 2023-12-14T12:18:49.521Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2929 | 2023-12-14T12:18:49.521Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2930 | 2023-12-14T12:18:49.521Z | | |
2931 | 2023-12-14T12:18:49.521Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2932 | 2023-12-14T12:18:49.521Z | |
2933 | 2023-12-14T12:18:54.307Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2934 | 2023-12-14T12:18:54.658Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2935 | 2023-12-14T12:18:55.461Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2936 | 2023-12-14T12:18:55.574Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2937 | 2023-12-14T12:18:58.796Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2938 | 2023-12-14T12:19:25.299Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2939 | 2023-12-14T12:19:41.347Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2940 | 2023-12-14T12:19:43.234Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2941 | 2023-12-14T12:20:02.584Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2942 | 2023-12-14T12:20:04.297Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2943 | 2023-12-14T12:20:10.552Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2944 | 2023-12-14T12:20:11.012Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2945 | 2023-12-14T12:20:12.660Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2946 | 2023-12-14T12:21:09.170Z | warning: unresolved link to `VolumeConstructionRequest` |
2947 | 2023-12-14T12:21:09.170Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2948 | 2023-12-14T12:21:09.170Z | | |
2949 | 2023-12-14T12:21:09.171Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2950 | 2023-12-14T12:21:09.171Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2951 | 2023-12-14T12:21:09.171Z | | |
2952 | 2023-12-14T12:21:09.171Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2953 | 2023-12-14T12:21:09.171Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2954 | 2023-12-14T12:21:09.171Z | |
2955 | 2023-12-14T12:21:09.176Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2956 | 2023-12-14T12:21:09.176Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2957 | 2023-12-14T12:21:09.176Z | | |
2958 | 2023-12-14T12:21:09.176Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2959 | 2023-12-14T12:21:09.176Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2960 | 2023-12-14T12:21:09.176Z | |
2961 | 2023-12-14T12:21:09.177Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2962 | 2023-12-14T12:21:09.177Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2963 | 2023-12-14T12:21:09.177Z | | |
2964 | 2023-12-14T12:21:09.177Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2965 | 2023-12-14T12:21:09.177Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2966 | 2023-12-14T12:21:09.177Z | |
2967 | 2023-12-14T12:21:09.177Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2968 | 2023-12-14T12:21:09.177Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2969 | 2023-12-14T12:21:09.177Z | | |
2970 | 2023-12-14T12:21:09.177Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2971 | 2023-12-14T12:21:09.178Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2972 | 2023-12-14T12:21:09.178Z | |
2973 | 2023-12-14T12:21:09.178Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2974 | 2023-12-14T12:21:09.178Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2975 | 2023-12-14T12:21:09.178Z | | |
2976 | 2023-12-14T12:21:09.178Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2977 | 2023-12-14T12:21:09.178Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2978 | 2023-12-14T12:21:09.178Z | |
2979 | 2023-12-14T12:21:09.178Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2980 | 2023-12-14T12:21:09.178Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2981 | 2023-12-14T12:21:09.178Z | | |
2982 | 2023-12-14T12:21:09.178Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2983 | 2023-12-14T12:21:09.178Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2984 | 2023-12-14T12:21:09.178Z | |
2985 | 2023-12-14T12:21:09.178Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2986 | 2023-12-14T12:21:09.179Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2987 | 2023-12-14T12:21:09.180Z | | |
2988 | 2023-12-14T12:21:09.180Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2989 | 2023-12-14T12:21:09.180Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2990 | 2023-12-14T12:21:09.180Z | |
2991 | 2023-12-14T12:21:12.478Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2992 | 2023-12-14T12:21:33.938Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 33s |
2993 | 2023-12-14T12:21:34.044Z | |
2994 | 2023-12-14T12:21:34.045Z | real 15:33.677470047 |
2995 | 2023-12-14T12:21:34.045Z | user 53:29.250255080 |
2996 | 2023-12-14T12:21:34.045Z | sys 1:00:13.672860571 |
2997 | 2023-12-14T12:21:34.045Z | trap 1.836640918 |
2998 | 2023-12-14T12:21:34.045Z | tflt 0.766799019 |
2999 | 2023-12-14T12:21:34.045Z | dflt 0.485710305 |
3000 | 2023-12-14T12:21:34.045Z | kflt 0.000232990 |
3001 | 2023-12-14T12:21:34.045Z | lock 3:12:03.172240144 |
3002 | 2023-12-14T12:21:34.045Z | slp 4:06:12.514468020 |
3003 | 2023-12-14T12:21:34.045Z | lat 5:31.264771055 |
3004 | 2023-12-14T12:21:34.045Z | stop 1:29.343817765 |
3005 | 2023-12-14T12:21:34.049Z | process exited: duration 1771920 ms, exit code 0 |
|
3006 | 2023-12-14T12:21:34.057Z | found 0 output files |