|
|
|
1 | 2023-12-13T04:43:11.416Z | job assigned to worker 01HHGQPZW6507XZCPQKJ2C18XP (queued for 57 s) |
|
2 | 2023-12-13T04:43:12.776Z | starting task 0: "setup" |
3 | 2023-12-13T04:43:12.828Z | ++ uname -s |
4 | 2023-12-13T04:43:12.833Z | + kern=SunOS |
5 | 2023-12-13T04:43:12.834Z | + case "$kern" in |
6 | 2023-12-13T04:43:12.834Z | + groupadd -g 12345 build |
7 | 2023-12-13T04:43:12.839Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-13T04:43:14.854Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-13T04:43:14.944Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-13T04:43:14.947Z | + home_fs=zfs |
11 | 2023-12-13T04:43:14.947Z | + [[ zfs == autofs ]] |
12 | 2023-12-13T04:43:14.947Z | + mkdir -p /home/build |
13 | 2023-12-13T04:43:14.951Z | + chown build:build /home/build /work |
14 | 2023-12-13T04:43:16.956Z | + chmod 0700 /home/build /work |
15 | 2023-12-13T04:43:16.962Z | process exited: duration 4188 ms, exit code 0 |
|
16 | 2023-12-13T04:43:16.974Z | starting task 1: "rust-toolchain" |
17 | 2023-12-13T04:43:16.985Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-13T04:43:16.992Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-13T04:43:17.157Z | info: downloading installer |
20 | 2023-12-13T04:43:19.367Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-13T04:43:19.368Z | warning: /opt/ooce/bin |
22 | 2023-12-13T04:43:19.368Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-13T04:43:19.368Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-13T04:43:19.368Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-13T04:43:19.368Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-13T04:43:19.369Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-13T04:43:19.369Z | error: cannot install while Rust is installed |
28 | 2023-12-13T04:43:19.369Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-13T04:43:19.475Z | info: profile set to 'default' |
30 | 2023-12-13T04:43:19.475Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-13T04:43:19.479Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-13T04:43:19.676Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-13T04:43:19.676Z | info: downloading component 'cargo' |
34 | 2023-12-13T04:43:20.467Z | info: downloading component 'clippy' |
35 | 2023-12-13T04:43:20.750Z | info: downloading component 'rust-docs' |
36 | 2023-12-13T04:43:21.746Z | info: downloading component 'rust-std' |
37 | 2023-12-13T04:43:23.551Z | info: downloading component 'rustc' |
38 | 2023-12-13T04:43:27.851Z | info: downloading component 'rustfmt' |
39 | 2023-12-13T04:43:28.117Z | info: installing component 'cargo' |
40 | 2023-12-13T04:43:29.541Z | info: installing component 'clippy' |
41 | 2023-12-13T04:43:30.188Z | info: installing component 'rust-docs' |
42 | 2023-12-13T04:43:33.130Z | info: installing component 'rust-std' |
43 | 2023-12-13T04:43:36.367Z | info: installing component 'rustc' |
44 | 2023-12-13T04:43:43.132Z | info: installing component 'rustfmt' |
45 | 2023-12-13T04:43:43.643Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-13T04:43:43.643Z | |
47 | 2023-12-13T04:43:43.790Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-13T04:43:43.791Z | |
49 | 2023-12-13T04:43:43.794Z | |
50 | 2023-12-13T04:43:43.794Z | Rust is installed now. Great! |
51 | 2023-12-13T04:43:43.794Z | |
52 | 2023-12-13T04:43:43.794Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-13T04:43:43.794Z | environment variable. This has not been done automatically. |
54 | 2023-12-13T04:43:43.794Z | |
55 | 2023-12-13T04:43:43.794Z | To configure your current shell, run: |
56 | 2023-12-13T04:43:43.794Z | source "$HOME/.cargo/env" |
57 | 2023-12-13T04:43:43.876Z | + rustc --version |
58 | 2023-12-13T04:43:43.992Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-13T04:43:44.004Z | process exited: duration 27024 ms, exit code 0 |
|
60 | 2023-12-13T04:43:44.019Z | starting task 2: "authentication" |
61 | 2023-12-13T04:43:44.060Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2023-12-13T04:43:44.106Z | starting task 3: "clone repository" |
63 | 2023-12-13T04:43:44.132Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-13T04:43:44.132Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-13T04:43:44.137Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-13T04:43:50.572Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-13T04:43:50.573Z | + [[ -n add-resource-limits ]] |
68 | 2023-12-13T04:43:50.595Z | + git fetch origin add-resource-limits |
69 | 2023-12-13T04:43:50.917Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-13T04:43:50.917Z | * branch add-resource-limits -> FETCH_HEAD |
71 | 2023-12-13T04:43:50.936Z | + git checkout -B add-resource-limits remotes/origin/add-resource-limits |
72 | 2023-12-13T04:43:51.052Z | Switched to a new branch 'add-resource-limits' |
73 | 2023-12-13T04:43:51.491Z | branch 'add-resource-limits' set up to track 'origin/add-resource-limits'. |
74 | 2023-12-13T04:43:51.491Z | + git reset --hard 635d1bad0322075db5b87fe63ecb7a4e3eeb090d |
75 | 2023-12-13T04:43:51.508Z | HEAD is now at 635d1bad ci: add quota setup to deploy test |
76 | 2023-12-13T04:43:51.508Z | process exited: duration 7142 ms, exit code 0 |
|
77 | 2023-12-13T04:43:51.530Z | starting task 4: "build" |
78 | 2023-12-13T04:43:51.539Z | + cargo --version |
79 | 2023-12-13T04:43:51.547Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-13T04:43:51.736Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-13T04:43:51.736Z | info: downloading component 'cargo' |
82 | 2023-12-13T04:43:52.440Z | info: downloading component 'clippy' |
83 | 2023-12-13T04:43:52.683Z | info: downloading component 'rust-docs' |
84 | 2023-12-13T04:43:53.971Z | info: downloading component 'rust-std' |
85 | 2023-12-13T04:43:55.067Z | info: downloading component 'rustc' |
86 | 2023-12-13T04:43:58.809Z | info: downloading component 'rustfmt' |
87 | 2023-12-13T04:43:59.013Z | info: installing component 'cargo' |
88 | 2023-12-13T04:44:00.654Z | info: installing component 'clippy' |
89 | 2023-12-13T04:44:01.546Z | info: installing component 'rust-docs' |
90 | 2023-12-13T04:44:04.251Z | info: installing component 'rust-std' |
91 | 2023-12-13T04:44:06.903Z | info: installing component 'rustc' |
92 | 2023-12-13T04:44:13.263Z | info: installing component 'rustfmt' |
93 | 2023-12-13T04:44:14.225Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-13T04:44:14.231Z | + rustc --version |
95 | 2023-12-13T04:44:14.231Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-13T04:44:14.231Z | + source ./env.sh |
97 | 2023-12-13T04:44:14.231Z | ++ set -o xtrace |
98 | 2023-12-13T04:44:14.231Z | ++++ dirname ./env.sh |
99 | 2023-12-13T04:44:14.231Z | +++ cd . |
100 | 2023-12-13T04:44:14.231Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-13T04:44:14.231Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-13T04:44:14.231Z | ++ 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-13T04:44:14.231Z | ++ 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-13T04:44:14.231Z | ++ 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-13T04:44:14.231Z | ++ 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-13T04:44:14.231Z | ++ 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-13T04:44:14.231Z | ++ 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-13T04:44:14.232Z | ++ 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-13T04:44:14.232Z | ++ 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-13T04:44:14.232Z | ++ unset OMICRON_WS |
111 | 2023-12-13T04:44:14.232Z | ++ set +o xtrace |
112 | 2023-12-13T04:44:14.232Z | |
113 | 2023-12-13T04:44:14.232Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-13T04:44:14.232Z | # # # # # # # # # # # # # # # |
115 | 2023-12-13T04:44:14.232Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-13T04:44:14.232Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-13T04:44:14.232Z | # # # # # # # # # # # # # # # |
118 | 2023-12-13T04:44:14.232Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-13T04:44:14.232Z | |
120 | 2023-12-13T04:44:22.091Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-13T04:44:23.449Z | Startup: Caching catalogs ... Done |
122 | 2023-12-13T04:44:30.672Z | Planning: Solver setup ... Done (6.823s) |
123 | 2023-12-13T04:44:30.824Z | Planning: Running solver ... Done (0.151s) |
124 | 2023-12-13T04:44:30.920Z | Planning: Finding local manifests ... Done (0.005s) |
125 | 2023-12-13T04:44:30.926Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-13T04:44:32.452Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-13T04:44:32.547Z | Planning: Package planning ... Done (0.095s) |
128 | 2023-12-13T04:44:32.634Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-12-13T04:44:33.936Z | Planning: Checking for conflicting actions ... Done (0.885s) |
130 | 2023-12-13T04:44:33.951Z | Planning: Consolidating action changes ... Done (0.020s) |
131 | 2023-12-13T04:44:38.329Z | Planning: Evaluating mediators ... Done (4.788s) |
132 | 2023-12-13T04:44:38.442Z | Planning: Planning completed in 14.98 seconds |
133 | 2023-12-13T04:44:42.321Z | Packages to install: 4 |
134 | 2023-12-13T04:44:42.321Z | Packages to update: 2 |
135 | 2023-12-13T04:44:42.326Z | Mediators to change: 2 |
136 | 2023-12-13T04:44:42.326Z | Services to change: 1 |
137 | 2023-12-13T04:44:42.326Z | Estimated space available: 148.88 GB |
138 | 2023-12-13T04:44:42.326Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-13T04:44:42.326Z | Create boot environment: No |
140 | 2023-12-13T04:44:42.326Z | Create backup boot environment: Yes |
141 | 2023-12-13T04:44:42.327Z | Rebuild boot archive: No |
142 | 2023-12-13T04:44:42.327Z | |
143 | 2023-12-13T04:44:42.327Z | Changed mediators: |
144 | 2023-12-13T04:44:42.327Z | mediator clang: |
145 | 2023-12-13T04:44:42.327Z | version: None -> 15 (system default) |
146 | 2023-12-13T04:44:42.327Z | |
147 | 2023-12-13T04:44:42.327Z | mediator llvm: |
148 | 2023-12-13T04:44:42.327Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-13T04:44:42.327Z | |
150 | 2023-12-13T04:44:42.328Z | Changed packages: |
151 | 2023-12-13T04:44:42.328Z | helios-dev |
152 | 2023-12-13T04:44:42.328Z | developer/build-essential |
153 | 2023-12-13T04:44:42.328Z | None -> 11-2.0 |
154 | 2023-12-13T04:44:42.328Z | library/libxmlsec1 |
155 | 2023-12-13T04:44:42.328Z | None -> 1.2.35-2.0 |
156 | 2023-12-13T04:44:42.328Z | ooce/developer/clang-15 |
157 | 2023-12-13T04:44:42.328Z | None -> 15.0.7-2.0 |
158 | 2023-12-13T04:44:42.329Z | ooce/developer/llvm-15 |
159 | 2023-12-13T04:44:42.329Z | None -> 15.0.7-2.0 |
160 | 2023-12-13T04:44:42.329Z | system/library/g++-runtime |
161 | 2023-12-13T04:44:42.329Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-13T04:44:42.329Z | system/library/gcc-runtime |
163 | 2023-12-13T04:44:42.329Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-13T04:44:42.329Z | |
165 | 2023-12-13T04:44:42.329Z | Services: |
166 | 2023-12-13T04:44:42.329Z | restart_fmri: |
167 | 2023-12-13T04:44:42.329Z | svc:/system/update-man-index:default |
168 | 2023-12-13T04:44:42.533Z | |
169 | 2023-12-13T04:44:42.534Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-13T04:44:48.766Z | Download: 210/3330 items 1.3/221.1MB 0% complete (1.0M/s) |
171 | 2023-12-13T04:44:53.765Z | Download: 1049/3330 items 19.3/221.1MB 8% complete (1.8M/s) |
172 | 2023-12-13T04:44:58.769Z | Download: 1457/3330 items 117.3/221.1MB 53% complete (11.6M/s) |
173 | 2023-12-13T04:45:03.779Z | Download: 2371/3330 items 119.8/221.1MB 54% complete (10.1M/s) |
174 | 2023-12-13T04:45:08.817Z | Download: 3131/3330 items 144.8/221.1MB 65% complete (2.7M/s) |
175 | 2023-12-13T04:45:13.776Z | Download: 3258/3330 items 207.4/221.1MB 93% complete (8.7M/s) |
176 | 2023-12-13T04:45:18.361Z | Download: Completed 221.11 MB in 35.83 seconds (6.2M/s) |
177 | 2023-12-13T04:45:20.396Z | Actions: 1/3766 actions (Removing old actions) |
178 | 2023-12-13T04:45:20.396Z | Actions: 5/3766 actions (Installing new actions) |
179 | 2023-12-13T04:45:25.604Z | Actions: 3346/3766 actions (Installing new actions) |
180 | 2023-12-13T04:45:28.727Z | Actions: 3729/3766 actions (Updating modified actions) |
181 | 2023-12-13T04:45:29.403Z | Actions: Completed 3766 actions in 9.01 seconds. |
182 | 2023-12-13T04:45:29.522Z | Done (0.110s) |
183 | 2023-12-13T04:45:29.525Z | Done (0.000s) |
184 | 2023-12-13T04:45:29.807Z | Done (0.283s) |
185 | 2023-12-13T04:45:38.116Z | Done (8.173s) |
186 | 2023-12-13T04:45:38.349Z | Done (0.108s) |
187 | 2023-12-13T04:45:38.353Z | Done (0.000s) |
188 | 2023-12-13T04:45:38.652Z | Done (0.000s) |
189 | 2023-12-13T04:45:39.430Z | Planning: Evaluating mediator changes ... Done |
190 | 2023-12-13T04:45:39.727Z | Planning: Checking for conflicting actions ... Done |
191 | 2023-12-13T04:45:39.732Z | Planning: Consolidating action changes ... Done |
192 | 2023-12-13T04:45:40.179Z | Planning: Evaluating mediators ... Done |
193 | 2023-12-13T04:45:40.182Z | Planning: Planning completed in 0.75 seconds |
194 | 2023-12-13T04:45:40.242Z | Mediators to change: 2 |
195 | 2023-12-13T04:45:40.242Z | Create boot environment: No |
196 | 2023-12-13T04:45:40.245Z | Create backup boot environment: No |
197 | 2023-12-13T04:45:40.749Z | Done |
198 | 2023-12-13T04:45:40.749Z | Done |
199 | 2023-12-13T04:45:40.755Z | Done |
200 | 2023-12-13T04:45:46.631Z | Done |
201 | 2023-12-13T04:45:46.773Z | Done |
202 | 2023-12-13T04:45:46.777Z | Done |
203 | 2023-12-13T04:45:46.899Z | Done |
204 | 2023-12-13T04:45:47.949Z | Planning: Evaluating mediator changes ... Done |
205 | 2023-12-13T04:45:47.952Z | Planning: Merging actions ... Done |
206 | 2023-12-13T04:45:48.314Z | Planning: Checking for conflicting actions ... Done |
207 | 2023-12-13T04:45:48.320Z | Planning: Consolidating action changes ... Done |
208 | 2023-12-13T04:45:48.743Z | Planning: Evaluating mediators ... Done |
209 | 2023-12-13T04:45:48.829Z | Planning: Planning completed in 1.33 seconds |
210 | 2023-12-13T04:45:48.896Z | Packages to change: 1 |
211 | 2023-12-13T04:45:48.896Z | Mediators to change: 1 |
212 | 2023-12-13T04:45:48.899Z | Services to change: 1 |
213 | 2023-12-13T04:45:48.899Z | Create boot environment: No |
214 | 2023-12-13T04:45:48.899Z | Create backup boot environment: Yes |
215 | 2023-12-13T04:45:50.919Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2023-12-13T04:45:50.923Z | Actions: Completed 6 actions in 0.00 seconds. |
217 | 2023-12-13T04:45:50.923Z | Done |
218 | 2023-12-13T04:45:50.923Z | Done |
219 | 2023-12-13T04:45:50.987Z | Done |
220 | 2023-12-13T04:45:57.083Z | Done |
221 | 2023-12-13T04:45:57.229Z | Done |
222 | 2023-12-13T04:45:57.232Z | Done |
223 | 2023-12-13T04:45:57.349Z | Done |
224 | 2023-12-13T04:45:58.075Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2023-12-13T04:45:58.075Z | clang system 15 system |
226 | 2023-12-13T04:45:58.075Z | csh system system illumos |
227 | 2023-12-13T04:45:58.075Z | ctags system system illumos |
228 | 2023-12-13T04:45:58.075Z | gcc vendor 12 vendor |
229 | 2023-12-13T04:45:58.075Z | gcc system 10 system |
230 | 2023-12-13T04:45:58.075Z | gcc system 7 system |
231 | 2023-12-13T04:45:58.075Z | go system 1.20 system |
232 | 2023-12-13T04:45:58.075Z | go system 1.19 system |
233 | 2023-12-13T04:45:58.075Z | llvm system 15 system |
234 | 2023-12-13T04:45:58.075Z | llvm system 14 system |
235 | 2023-12-13T04:45:58.075Z | mariadb system 10.6 system |
236 | 2023-12-13T04:45:58.075Z | mta vendor vendor dma |
237 | 2023-12-13T04:45:58.075Z | openjdk system 17 system |
238 | 2023-12-13T04:45:58.075Z | openjdk system 11 system |
239 | 2023-12-13T04:45:58.076Z | openjdk system 1.8 system |
240 | 2023-12-13T04:45:58.076Z | openssl vendor 3 vendor |
241 | 2023-12-13T04:45:58.076Z | perl system 5.36 system |
242 | 2023-12-13T04:45:58.076Z | postgresql system 15 system |
243 | 2023-12-13T04:45:58.076Z | postgresql system 13 system |
244 | 2023-12-13T04:45:58.076Z | python vendor 3 vendor |
245 | 2023-12-13T04:45:58.076Z | python system 2 system |
246 | 2023-12-13T04:45:58.076Z | python3 system 3.11 system |
247 | 2023-12-13T04:45:58.076Z | ruby system 3.0 system |
248 | 2023-12-13T04:45:58.076Z | words vendor vendor american-english |
249 | 2023-12-13T04:45:58.076Z | words system system australian-english |
250 | 2023-12-13T04:45:58.076Z | words system system british-english |
251 | 2023-12-13T04:45:58.076Z | words system system canadian-english |
252 | 2023-12-13T04:45:58.076Z | words system system french |
253 | 2023-12-13T04:45:58.076Z | words system system italian |
254 | 2023-12-13T04:45:58.076Z | words system system ngerman |
255 | 2023-12-13T04:45:58.076Z | words system system ogerman |
256 | 2023-12-13T04:45:58.076Z | words system system spanish |
257 | 2023-12-13T04:45:58.647Z | FMRI IFO |
258 | 2023-12-13T04:45:58.647Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2023-12-13T04:45:58.647Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2023-12-13T04:45:58.648Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2023-12-13T04:45:58.648Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
262 | 2023-12-13T04:45:58.648Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2023-12-13T04:45:58.648Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
264 | 2023-12-13T04:45:58.648Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
265 | 2023-12-13T04:45:58.648Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
266 | 2023-12-13T04:45:58.724Z | + set -o errexit |
267 | 2023-12-13T04:45:58.731Z | +++ dirname ./tools/ci_download_cockroachdb |
268 | 2023-12-13T04:45:58.731Z | ++ cd ./tools |
269 | 2023-12-13T04:45:58.731Z | ++ pwd |
270 | 2023-12-13T04:45:58.731Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
271 | 2023-12-13T04:45:58.734Z | ++ basename ./tools/ci_download_cockroachdb |
272 | 2023-12-13T04:45:58.734Z | + ARG0=ci_download_cockroachdb |
273 | 2023-12-13T04:45:58.734Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
274 | 2023-12-13T04:45:58.740Z | + CIDL_VERSION=v22.1.9 |
275 | 2023-12-13T04:45:58.740Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
276 | 2023-12-13T04:45:58.740Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
277 | 2023-12-13T04:45:58.740Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
278 | 2023-12-13T04:45:58.740Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-12-13T04:45:58.740Z | + TARGET_DIR=out |
280 | 2023-12-13T04:45:58.741Z | + DOWNLOAD_DIR=out/downloads |
281 | 2023-12-13T04:45:58.741Z | + DEST_DIR=./out/cockroachdb |
282 | 2023-12-13T04:45:58.741Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
283 | 2023-12-13T04:45:58.741Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
284 | 2023-12-13T04:45:58.741Z | + main |
285 | 2023-12-13T04:45:58.741Z | + [[ 0 != 0 ]] |
286 | 2023-12-13T04:45:58.741Z | + CIDL_OS=solaris2.11 |
287 | 2023-12-13T04:45:58.741Z | + [[ 0 != 0 ]] |
288 | 2023-12-13T04:45:58.741Z | + configure_os solaris2.11 |
289 | 2023-12-13T04:45:58.741Z | + echo 'current directory: /work/oxidecomputer/omicron' |
290 | 2023-12-13T04:45:58.741Z | current directory: /work/oxidecomputer/omicron |
291 | 2023-12-13T04:45:58.741Z | configuring based on OS: "solaris2.11" |
292 | 2023-12-13T04:45:58.741Z | + echo 'configuring based on OS: "solaris2.11"' |
293 | 2023-12-13T04:45:58.742Z | + case "$1" in |
294 | 2023-12-13T04:45:58.742Z | + CIDL_BUILD=illumos |
295 | 2023-12-13T04:45:58.742Z | + CIDL_SUFFIX=tar.gz |
296 | 2023-12-13T04:45:58.742Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
297 | 2023-12-13T04:45:58.742Z | + CIDL_MD5FUNC=do_md5sum |
298 | 2023-12-13T04:45:58.742Z | + CIDL_URL_BASE=https://illumos.org/downloads |
299 | 2023-12-13T04:45:58.742Z | + CIDL_ASSEMBLE=do_assemble_illumos |
300 | 2023-12-13T04:45:58.742Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
301 | 2023-12-13T04:45:58.742Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-13T04:45:58.742Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-12-13T04:45:58.742Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
304 | 2023-12-13T04:45:58.742Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-13T04:45:58.742Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
306 | 2023-12-13T04:45:58.743Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-12-13T04:45:58.743Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-12-13T04:45:58.743Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
309 | 2023-12-13T04:45:58.743Z | + mkdir -p out/downloads |
310 | 2023-12-13T04:45:58.748Z | + mkdir -p ./out/cockroachdb |
311 | 2023-12-13T04:45:58.748Z | + local DO_DOWNLOAD=true |
312 | 2023-12-13T04:45:58.748Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
313 | 2023-12-13T04:45:58.748Z | + '[' true == true ']' |
314 | 2023-12-13T04:45:58.748Z | + echo Downloading... |
315 | 2023-12-13T04:45:58.748Z | Downloading... |
316 | 2023-12-13T04:45:58.748Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2023-12-13T04:45:58.748Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2023-12-13T04:46:01.557Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2023-12-13T04:46:01.566Z | ++ md5sum |
320 | 2023-12-13T04:46:01.566Z | ++ awk '{print $1}' |
321 | 2023-12-13T04:46:01.744Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
322 | 2023-12-13T04:46:01.744Z | + [[ 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 ]] |
323 | 2023-12-13T04:46:01.748Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
324 | 2023-12-13T04:46:01.748Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
325 | 2023-12-13T04:46:05.386Z | + do_assemble_illumos |
326 | 2023-12-13T04:46:05.386Z | + rm -r ./out/cockroachdb |
327 | 2023-12-13T04:46:05.391Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
328 | 2023-12-13T04:46:06.485Z | + ./out/cockroachdb/bin/cockroach version |
329 | 2023-12-13T04:46:06.504Z | Build Tag: v22.1.9-dirty |
330 | 2023-12-13T04:46:06.504Z | Build Time: 2022/10/26 21:17:46 |
331 | 2023-12-13T04:46:06.504Z | Distribution: OSS |
332 | 2023-12-13T04:46:06.505Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
333 | 2023-12-13T04:46:06.505Z | Go Version: go1.17.13 |
334 | 2023-12-13T04:46:06.505Z | C Compiler: gcc 10.3.0 |
335 | 2023-12-13T04:46:06.505Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
336 | 2023-12-13T04:46:06.505Z | Build Type: release |
337 | 2023-12-13T04:46:06.505Z | + set -o errexit |
338 | 2023-12-13T04:46:06.506Z | +++ dirname ./tools/ci_download_clickhouse |
339 | 2023-12-13T04:46:06.517Z | ++ cd ./tools |
340 | 2023-12-13T04:46:06.517Z | ++ pwd |
341 | 2023-12-13T04:46:06.517Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
342 | 2023-12-13T04:46:06.517Z | ++ basename ./tools/ci_download_clickhouse |
343 | 2023-12-13T04:46:06.517Z | + ARG0=ci_download_clickhouse |
344 | 2023-12-13T04:46:06.517Z | + TARGET_DIR=out |
345 | 2023-12-13T04:46:06.517Z | + DOWNLOAD_DIR=out/downloads |
346 | 2023-12-13T04:46:06.517Z | + DEST_DIR=./out/clickhouse |
347 | 2023-12-13T04:46:06.518Z | + CIDL_VERSION=v22.8.9.24 |
348 | 2023-12-13T04:46:06.518Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
349 | 2023-12-13T04:46:06.518Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
350 | 2023-12-13T04:46:06.518Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
351 | 2023-12-13T04:46:06.518Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
352 | 2023-12-13T04:46:06.518Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
353 | 2023-12-13T04:46:06.518Z | + main |
354 | 2023-12-13T04:46:06.519Z | + [[ 0 != 0 ]] |
355 | 2023-12-13T04:46:06.519Z | + CIDL_OS=solaris2.11 |
356 | 2023-12-13T04:46:06.519Z | + [[ 0 != 0 ]] |
357 | 2023-12-13T04:46:06.519Z | + configure_os solaris2.11 |
358 | 2023-12-13T04:46:06.519Z | + echo 'current directory: /work/oxidecomputer/omicron' |
359 | 2023-12-13T04:46:06.519Z | current directory: /work/oxidecomputer/omicron |
360 | 2023-12-13T04:46:06.520Z | + echo 'configuring based on OS: "solaris2.11"' |
361 | 2023-12-13T04:46:06.520Z | + CIDL_DASHREV= |
362 | 2023-12-13T04:46:06.520Z | + case "$1" in |
363 | 2023-12-13T04:46:06.520Z | configuring based on OS: "solaris2.11" |
364 | 2023-12-13T04:46:06.520Z | + CIDL_PLATFORM=illumos |
365 | 2023-12-13T04:46:06.520Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2023-12-13T04:46:06.520Z | + CIDL_MD5FUNC=do_md5sum |
367 | 2023-12-13T04:46:06.520Z | + CIDL_DASHREV=-1 |
368 | 2023-12-13T04:46:06.520Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
369 | 2023-12-13T04:46:06.520Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2023-12-13T04:46:06.521Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2023-12-13T04:46:06.521Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-13T04:46:06.521Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
373 | 2023-12-13T04:46:06.521Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-12-13T04:46:06.521Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2023-12-13T04:46:06.521Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
376 | 2023-12-13T04:46:06.521Z | + mkdir -p out/downloads |
377 | 2023-12-13T04:46:06.521Z | + mkdir -p ./out/clickhouse |
378 | 2023-12-13T04:46:06.522Z | + local DO_DOWNLOAD=true |
379 | 2023-12-13T04:46:06.522Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
380 | 2023-12-13T04:46:06.522Z | + '[' true == true ']' |
381 | 2023-12-13T04:46:06.522Z | + echo Downloading... |
382 | 2023-12-13T04:46:06.522Z | Downloading... |
383 | 2023-12-13T04:46:06.522Z | + 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 |
384 | 2023-12-13T04:46:06.522Z | + 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 |
385 | 2023-12-13T04:46:08.203Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
386 | 2023-12-13T04:46:08.207Z | ++ md5sum |
387 | 2023-12-13T04:46:08.207Z | ++ awk '{print $1}' |
388 | 2023-12-13T04:46:08.443Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
389 | 2023-12-13T04:46:08.443Z | + [[ 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 ]] |
390 | 2023-12-13T04:46:08.443Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
391 | 2023-12-13T04:46:08.447Z | + mkdir -p ./out/clickhouse |
392 | 2023-12-13T04:46:08.447Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
393 | 2023-12-13T04:46:13.612Z | + ./out/clickhouse/clickhouse server --version |
394 | 2023-12-13T04:46:13.665Z | ClickHouse server version 22.8.9.1. |
395 | 2023-12-13T04:46:13.691Z | + set -o errexit |
396 | 2023-12-13T04:46:13.700Z | +++ dirname ./tools/ci_download_console |
397 | 2023-12-13T04:46:13.701Z | ++ cd ./tools |
398 | 2023-12-13T04:46:13.701Z | ++ pwd |
399 | 2023-12-13T04:46:13.701Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
400 | 2023-12-13T04:46:13.701Z | ++ basename ./tools/ci_download_console |
401 | 2023-12-13T04:46:13.702Z | + ARG0=ci_download_console |
402 | 2023-12-13T04:46:13.702Z | + TARGET_DIR=out |
403 | 2023-12-13T04:46:13.702Z | + DOWNLOAD_DIR=out/downloads |
404 | 2023-12-13T04:46:13.702Z | + DEST_DIR=./out/console-assets |
405 | 2023-12-13T04:46:13.702Z | + source /work/oxidecomputer/omicron/tools/console_version |
406 | 2023-12-13T04:46:13.703Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
407 | 2023-12-13T04:46:13.703Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
408 | 2023-12-13T04:46:13.703Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
409 | 2023-12-13T04:46:13.703Z | + TARBALL_FILE=out/downloads/console.tar.gz |
410 | 2023-12-13T04:46:13.704Z | + main |
411 | 2023-12-13T04:46:13.704Z | + [[ 0 != 0 ]] |
412 | 2023-12-13T04:46:13.704Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
413 | 2023-12-13T04:46:13.704Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
414 | 2023-12-13T04:46:13.705Z | + echo 'Local file: out/downloads/console.tar.gz' |
415 | 2023-12-13T04:46:13.705Z | Local file: out/downloads/console.tar.gz |
416 | 2023-12-13T04:46:13.705Z | + local DO_DOWNLOAD=true |
417 | 2023-12-13T04:46:13.706Z | + [[ -f out/downloads/console.tar.gz ]] |
418 | 2023-12-13T04:46:13.706Z | + mkdir -p out/downloads |
419 | 2023-12-13T04:46:13.717Z | + '[' true == true ']' |
420 | 2023-12-13T04:46:13.717Z | + echo Downloading... |
421 | 2023-12-13T04:46:13.717Z | Downloading... |
422 | 2023-12-13T04:46:13.717Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
423 | 2023-12-13T04:46:13.717Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
424 | 2023-12-13T04:46:14.335Z | ++ do_sha256sum out/downloads/console.tar.gz |
425 | 2023-12-13T04:46:14.358Z | ++ case "$OSTYPE" in |
426 | 2023-12-13T04:46:14.358Z | ++ SHA=sha256sum |
427 | 2023-12-13T04:46:14.358Z | ++ sha256sum |
428 | 2023-12-13T04:46:14.358Z | ++ awk '{print $1}' |
429 | 2023-12-13T04:46:14.381Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
430 | 2023-12-13T04:46:14.381Z | + [[ 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 ]] |
431 | 2023-12-13T04:46:14.381Z | + rm -rf ./out/console-assets |
432 | 2023-12-13T04:46:14.381Z | + mkdir -p ./out/console-assets |
433 | 2023-12-13T04:46:14.381Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
434 | 2023-12-13T04:46:14.382Z | + mkdir -p ./out/console-assets |
435 | 2023-12-13T04:46:14.382Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
436 | 2023-12-13T04:46:14.551Z | + set -o errexit |
437 | 2023-12-13T04:46:14.566Z | +++ dirname ./tools/ci_download_maghemite_openapi |
438 | 2023-12-13T04:46:14.566Z | ++ cd ./tools |
439 | 2023-12-13T04:46:14.566Z | ++ pwd |
440 | 2023-12-13T04:46:14.566Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
441 | 2023-12-13T04:46:14.566Z | ++ basename ./tools/ci_download_maghemite_openapi |
442 | 2023-12-13T04:46:14.567Z | + ARG0=ci_download_maghemite_openapi |
443 | 2023-12-13T04:46:14.567Z | + TARGET_DIR=out |
444 | 2023-12-13T04:46:14.567Z | + DOWNLOAD_DIR=out/downloads |
445 | 2023-12-13T04:46:14.567Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
446 | 2023-12-13T04:46:14.567Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
447 | 2023-12-13T04:46:14.567Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
448 | 2023-12-13T04:46:14.567Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
449 | 2023-12-13T04:46:14.567Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
450 | 2023-12-13T04:46:14.567Z | + main |
451 | 2023-12-13T04:46:14.567Z | + [[ 0 != 0 ]] |
452 | 2023-12-13T04:46:14.567Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
453 | 2023-12-13T04:46:14.567Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
454 | 2023-12-13T04:46:14.567Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
455 | 2023-12-13T04:46:14.567Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
456 | 2023-12-13T04:46:14.568Z | + local DO_DOWNLOAD=true |
457 | 2023-12-13T04:46:14.568Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
458 | 2023-12-13T04:46:14.568Z | + mkdir -p out/downloads |
459 | 2023-12-13T04:46:14.568Z | + '[' true == true ']' |
460 | 2023-12-13T04:46:14.568Z | + echo Downloading... |
461 | 2023-12-13T04:46:14.568Z | Downloading... |
462 | 2023-12-13T04:46:14.568Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
463 | 2023-12-13T04:46:14.568Z | + 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 |
464 | 2023-12-13T04:46:15.243Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2023-12-13T04:46:15.243Z | ++ case "$OSTYPE" in |
466 | 2023-12-13T04:46:15.248Z | ++ SHA=sha256sum |
467 | 2023-12-13T04:46:15.248Z | ++ sha256sum |
468 | 2023-12-13T04:46:15.248Z | ++ awk '{print $1}' |
469 | 2023-12-13T04:46:15.255Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
470 | 2023-12-13T04:46:15.256Z | + [[ 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 ]] |
471 | 2023-12-13T04:46:15.256Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
472 | 2023-12-13T04:46:15.256Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
473 | 2023-12-13T04:46:15.256Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
474 | 2023-12-13T04:46:15.256Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
475 | 2023-12-13T04:46:15.256Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
476 | 2023-12-13T04:46:15.256Z | + main |
477 | 2023-12-13T04:46:15.256Z | + [[ 0 != 0 ]] |
478 | 2023-12-13T04:46:15.257Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
479 | 2023-12-13T04:46:15.257Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
480 | 2023-12-13T04:46:15.257Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
481 | 2023-12-13T04:46:15.257Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
482 | 2023-12-13T04:46:15.257Z | + local DO_DOWNLOAD=true |
483 | 2023-12-13T04:46:15.257Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
484 | 2023-12-13T04:46:15.257Z | + mkdir -p out/downloads |
485 | 2023-12-13T04:46:15.257Z | + '[' true == true ']' |
486 | 2023-12-13T04:46:15.257Z | + echo Downloading... |
487 | 2023-12-13T04:46:15.257Z | Downloading... |
488 | 2023-12-13T04:46:15.257Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
489 | 2023-12-13T04:46:15.257Z | + 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 |
490 | 2023-12-13T04:46:15.482Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
491 | 2023-12-13T04:46:15.496Z | ++ case "$OSTYPE" in |
492 | 2023-12-13T04:46:15.496Z | ++ SHA=sha256sum |
493 | 2023-12-13T04:46:15.496Z | ++ sha256sum |
494 | 2023-12-13T04:46:15.496Z | ++ awk '{print $1}' |
495 | 2023-12-13T04:46:15.496Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
496 | 2023-12-13T04:46:15.496Z | + [[ 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 ]] |
497 | 2023-12-13T04:46:15.504Z | + set -o errexit |
498 | 2023-12-13T04:46:15.504Z | +++ dirname ./tools/ci_download_dendrite_openapi |
499 | 2023-12-13T04:46:15.504Z | ++ cd ./tools |
500 | 2023-12-13T04:46:15.504Z | ++ pwd |
501 | 2023-12-13T04:46:15.505Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
502 | 2023-12-13T04:46:15.505Z | ++ basename ./tools/ci_download_dendrite_openapi |
503 | 2023-12-13T04:46:15.505Z | + ARG0=ci_download_dendrite_openapi |
504 | 2023-12-13T04:46:15.505Z | + TARGET_DIR=out |
505 | 2023-12-13T04:46:15.505Z | + DOWNLOAD_DIR=out/downloads |
506 | 2023-12-13T04:46:15.505Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
507 | 2023-12-13T04:46:15.505Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
508 | 2023-12-13T04:46:15.505Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
509 | 2023-12-13T04:46:15.505Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
510 | 2023-12-13T04:46:15.505Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
511 | 2023-12-13T04:46:15.505Z | + main |
512 | 2023-12-13T04:46:15.505Z | + [[ 0 != 0 ]] |
513 | 2023-12-13T04:46:15.505Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
514 | 2023-12-13T04:46:15.505Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
515 | 2023-12-13T04:46:15.506Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
516 | 2023-12-13T04:46:15.506Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
517 | 2023-12-13T04:46:15.506Z | + local DO_DOWNLOAD=true |
518 | 2023-12-13T04:46:15.506Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
519 | 2023-12-13T04:46:15.511Z | + mkdir -p out/downloads |
520 | 2023-12-13T04:46:15.511Z | + '[' true == true ']' |
521 | 2023-12-13T04:46:15.511Z | + echo Downloading... |
522 | 2023-12-13T04:46:15.511Z | Downloading... |
523 | 2023-12-13T04:46:15.511Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
524 | 2023-12-13T04:46:15.512Z | + 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 |
525 | 2023-12-13T04:46:16.162Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
526 | 2023-12-13T04:46:16.176Z | ++ case "$OSTYPE" in |
527 | 2023-12-13T04:46:16.176Z | ++ SHA=sha256sum |
528 | 2023-12-13T04:46:16.176Z | ++ sha256sum |
529 | 2023-12-13T04:46:16.176Z | ++ awk '{print $1}' |
530 | 2023-12-13T04:46:16.176Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
531 | 2023-12-13T04:46:16.176Z | + [[ 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 ]] |
532 | 2023-12-13T04:46:16.195Z | + set -o errexit |
533 | 2023-12-13T04:46:16.195Z | +++ dirname ./tools/ci_download_dendrite_stub |
534 | 2023-12-13T04:46:16.195Z | ++ cd ./tools |
535 | 2023-12-13T04:46:16.195Z | ++ pwd |
536 | 2023-12-13T04:46:16.195Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
537 | 2023-12-13T04:46:16.195Z | ++ basename ./tools/ci_download_dendrite_stub |
538 | 2023-12-13T04:46:16.195Z | + ARG0=ci_download_dendrite_stub |
539 | 2023-12-13T04:46:16.195Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
540 | 2023-12-13T04:46:16.195Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
541 | 2023-12-13T04:46:16.195Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
542 | 2023-12-13T04:46:16.195Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
543 | 2023-12-13T04:46:16.195Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
544 | 2023-12-13T04:46:16.195Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
545 | 2023-12-13T04:46:16.195Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
546 | 2023-12-13T04:46:16.195Z | + TARGET_DIR=out |
547 | 2023-12-13T04:46:16.195Z | + DOWNLOAD_DIR=out/downloads |
548 | 2023-12-13T04:46:16.196Z | + DEST_DIR=./out/dendrite-stub |
549 | 2023-12-13T04:46:16.196Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
550 | 2023-12-13T04:46:16.196Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
551 | 2023-12-13T04:46:16.196Z | + REPO=oxidecomputer/dendrite |
552 | 2023-12-13T04:46:16.196Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
553 | 2023-12-13T04:46:16.196Z | + main |
554 | 2023-12-13T04:46:16.196Z | + [[ 0 != 0 ]] |
555 | 2023-12-13T04:46:16.196Z | + CIDL_OS=solaris2.11 |
556 | 2023-12-13T04:46:16.196Z | + [[ 0 != 0 ]] |
557 | 2023-12-13T04:46:16.196Z | + configure_os solaris2.11 |
558 | 2023-12-13T04:46:16.196Z | + echo 'current directory: /work/oxidecomputer/omicron' |
559 | 2023-12-13T04:46:16.196Z | current directory: /work/oxidecomputer/omicron |
560 | 2023-12-13T04:46:16.196Z | + echo 'configuring based on OS: "solaris2.11"' |
561 | 2023-12-13T04:46:16.196Z | + case "$1" in |
562 | 2023-12-13T04:46:16.196Z | + SET_BINARIES= |
563 | 2023-12-13T04:46:16.196Z | configuring based on OS: "solaris2.11" |
564 | 2023-12-13T04:46:16.196Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
565 | 2023-12-13T04:46:16.196Z | + CIDL_SHA256FUNC=do_sha256sum |
566 | 2023-12-13T04:46:16.196Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
567 | 2023-12-13T04:46:16.196Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
568 | 2023-12-13T04:46:16.196Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
569 | 2023-12-13T04:46:16.196Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
570 | 2023-12-13T04:46:16.196Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
571 | 2023-12-13T04:46:16.196Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
572 | 2023-12-13T04:46:16.196Z | Local file: out/downloads/dendrite-stub.tar.gz |
573 | 2023-12-13T04:46:16.197Z | + mkdir -p out/downloads |
574 | 2023-12-13T04:46:16.200Z | + mkdir -p ./out/dendrite-stub |
575 | 2023-12-13T04:46:16.200Z | + fetch_and_verify |
576 | 2023-12-13T04:46:16.200Z | + local DO_DOWNLOAD=true |
577 | 2023-12-13T04:46:16.200Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
578 | 2023-12-13T04:46:16.200Z | + '[' true == true ']' |
579 | 2023-12-13T04:46:16.201Z | + echo Downloading... |
580 | 2023-12-13T04:46:16.201Z | Downloading... |
581 | 2023-12-13T04:46:16.201Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
582 | 2023-12-13T04:46:16.201Z | + 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 |
583 | 2023-12-13T04:46:29.128Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
584 | 2023-12-13T04:46:29.131Z | ++ sha256sum |
585 | 2023-12-13T04:46:29.131Z | ++ awk '{print $1}' |
586 | 2023-12-13T04:46:29.238Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
587 | 2023-12-13T04:46:29.238Z | + [[ 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 ]] |
588 | 2023-12-13T04:46:29.247Z | + do_untar out/downloads/dendrite-stub.tar.gz |
589 | 2023-12-13T04:46:29.247Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
590 | 2023-12-13T04:46:30.458Z | + do_assemble |
591 | 2023-12-13T04:46:30.458Z | + rm -r ./out/dendrite-stub |
592 | 2023-12-13T04:46:30.471Z | + mkdir ./out/dendrite-stub |
593 | 2023-12-13T04:46:30.471Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
594 | 2023-12-13T04:46:30.647Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
595 | 2023-12-13T04:46:30.676Z | + set -o errexit |
596 | 2023-12-13T04:46:30.676Z | +++ dirname ./tools/ci_download_maghemite_mgd |
597 | 2023-12-13T04:46:30.676Z | ++ cd ./tools |
598 | 2023-12-13T04:46:30.676Z | ++ pwd |
599 | 2023-12-13T04:46:30.676Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
600 | 2023-12-13T04:46:30.676Z | ++ basename ./tools/ci_download_maghemite_mgd |
601 | 2023-12-13T04:46:30.676Z | + ARG0=ci_download_maghemite_mgd |
602 | 2023-12-13T04:46:30.676Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
603 | 2023-12-13T04:46:30.676Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
604 | 2023-12-13T04:46:30.676Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
605 | 2023-12-13T04:46:30.676Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
606 | 2023-12-13T04:46:30.676Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
607 | 2023-12-13T04:46:30.677Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
608 | 2023-12-13T04:46:30.677Z | + TARGET_DIR=out |
609 | 2023-12-13T04:46:30.677Z | + DOWNLOAD_DIR=out/downloads |
610 | 2023-12-13T04:46:30.677Z | + DEST_DIR=./out/mgd |
611 | 2023-12-13T04:46:30.677Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
612 | 2023-12-13T04:46:30.677Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
613 | 2023-12-13T04:46:30.677Z | + REPO=oxidecomputer/maghemite |
614 | 2023-12-13T04:46:30.677Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
615 | 2023-12-13T04:46:30.677Z | + main |
616 | 2023-12-13T04:46:30.677Z | + [[ 0 != 0 ]] |
617 | 2023-12-13T04:46:30.678Z | + CIDL_OS=solaris2.11 |
618 | 2023-12-13T04:46:30.678Z | + [[ 0 != 0 ]] |
619 | 2023-12-13T04:46:30.678Z | + configure_os solaris2.11 |
620 | 2023-12-13T04:46:30.678Z | + echo 'current directory: /work/oxidecomputer/omicron' |
621 | 2023-12-13T04:46:30.678Z | current directory: /work/oxidecomputer/omicron |
622 | 2023-12-13T04:46:30.678Z | + echo 'configuring based on OS: "solaris2.11"' |
623 | 2023-12-13T04:46:30.678Z | + case "$1" in |
624 | 2023-12-13T04:46:30.678Z | + SET_BINARIES= |
625 | 2023-12-13T04:46:30.678Z | configuring based on OS: "solaris2.11" |
626 | 2023-12-13T04:46:30.678Z | + CIDL_SHA256FUNC=do_sha256sum |
627 | 2023-12-13T04:46:30.678Z | + TARBALL_FILENAME=mgd.tar.gz |
628 | 2023-12-13T04:46:30.678Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
629 | 2023-12-13T04:46:30.678Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
630 | 2023-12-13T04:46:30.678Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
631 | 2023-12-13T04:46:30.678Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
632 | 2023-12-13T04:46:30.678Z | Local file: out/downloads/mgd.tar.gz |
633 | 2023-12-13T04:46:30.678Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
634 | 2023-12-13T04:46:30.678Z | + mkdir -p out/downloads |
635 | 2023-12-13T04:46:30.679Z | + mkdir -p ./out/mgd |
636 | 2023-12-13T04:46:30.693Z | + fetch_and_verify |
637 | 2023-12-13T04:46:30.693Z | + local DO_DOWNLOAD=true |
638 | 2023-12-13T04:46:30.693Z | + [[ -f out/downloads/mgd.tar.gz ]] |
639 | 2023-12-13T04:46:30.693Z | + '[' true == true ']' |
640 | 2023-12-13T04:46:30.693Z | + echo Downloading... |
641 | 2023-12-13T04:46:30.693Z | Downloading... |
642 | 2023-12-13T04:46:30.693Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
643 | 2023-12-13T04:46:30.694Z | + 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 |
644 | 2023-12-13T04:46:36.457Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
645 | 2023-12-13T04:46:36.466Z | ++ sha256sum |
646 | 2023-12-13T04:46:36.467Z | ++ awk '{print $1}' |
647 | 2023-12-13T04:46:36.544Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
648 | 2023-12-13T04:46:36.544Z | + [[ 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 ]] |
649 | 2023-12-13T04:46:36.552Z | + do_untar out/downloads/mgd.tar.gz |
650 | 2023-12-13T04:46:36.552Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
651 | 2023-12-13T04:46:37.232Z | + do_assemble |
652 | 2023-12-13T04:46:37.232Z | + rm -r ./out/mgd |
653 | 2023-12-13T04:46:37.250Z | + mkdir ./out/mgd |
654 | 2023-12-13T04:46:37.250Z | + cp -r out/downloads/root ./out/mgd/root |
655 | 2023-12-13T04:46:37.508Z | + set -o errexit |
656 | 2023-12-13T04:46:37.514Z | +++ dirname ./tools/ci_download_transceiver_control |
657 | 2023-12-13T04:46:37.514Z | ++ cd ./tools |
658 | 2023-12-13T04:46:37.514Z | ++ pwd |
659 | 2023-12-13T04:46:37.514Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
660 | 2023-12-13T04:46:37.514Z | ++ basename ./tools/ci_download_transceiver_control |
661 | 2023-12-13T04:46:37.515Z | + ARG0=ci_download_transceiver_control |
662 | 2023-12-13T04:46:37.515Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
663 | 2023-12-13T04:46:37.515Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
664 | 2023-12-13T04:46:37.515Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
665 | 2023-12-13T04:46:37.515Z | + TARGET_DIR=out |
666 | 2023-12-13T04:46:37.515Z | + DOWNLOAD_DIR=out/downloads |
667 | 2023-12-13T04:46:37.515Z | + DEST_DIR=./out/transceiver-control |
668 | 2023-12-13T04:46:37.515Z | + BIN_DIR=/opt/oxide/bin |
669 | 2023-12-13T04:46:37.515Z | + BINARY=xcvradm |
670 | 2023-12-13T04:46:37.515Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
671 | 2023-12-13T04:46:37.515Z | + REPO=oxidecomputer/transceiver-control |
672 | 2023-12-13T04:46:37.515Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
673 | 2023-12-13T04:46:37.515Z | + main |
674 | 2023-12-13T04:46:37.515Z | + [[ 0 != 0 ]] |
675 | 2023-12-13T04:46:37.516Z | + CIDL_OS=solaris2.11 |
676 | 2023-12-13T04:46:37.516Z | + [[ 0 != 0 ]] |
677 | 2023-12-13T04:46:37.516Z | + configure_os solaris2.11 |
678 | 2023-12-13T04:46:37.516Z | + echo 'current directory: /work/oxidecomputer/omicron' |
679 | 2023-12-13T04:46:37.516Z | current directory: /work/oxidecomputer/omicron |
680 | 2023-12-13T04:46:37.516Z | + echo 'configuring based on OS: "solaris2.11"' |
681 | 2023-12-13T04:46:37.516Z | + case "$1" in |
682 | 2023-12-13T04:46:37.516Z | configuring based on OS: "solaris2.11" |
683 | 2023-12-13T04:46:37.516Z | + SET_BINARIES= |
684 | 2023-12-13T04:46:37.516Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2023-12-13T04:46:37.516Z | + CIDL_SHA256FUNC=do_sha256sum |
686 | 2023-12-13T04:46:37.516Z | + ARCHIVE_FILENAME=xcvradm.gz |
687 | 2023-12-13T04:46:37.516Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2023-12-13T04:46:37.516Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
689 | 2023-12-13T04:46:37.517Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
690 | 2023-12-13T04:46:37.517Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
691 | 2023-12-13T04:46:37.517Z | + echo 'Local file: out/downloads/xcvradm.gz' |
692 | 2023-12-13T04:46:37.517Z | + mkdir -p out/downloads |
693 | 2023-12-13T04:46:37.517Z | Local file: out/downloads/xcvradm.gz |
694 | 2023-12-13T04:46:37.517Z | + mkdir -p ./out/transceiver-control |
695 | 2023-12-13T04:46:37.517Z | + fetch_and_verify |
696 | 2023-12-13T04:46:37.517Z | + local DO_DOWNLOAD=true |
697 | 2023-12-13T04:46:37.517Z | + [[ -f out/downloads/xcvradm.gz ]] |
698 | 2023-12-13T04:46:37.517Z | + '[' true == true ']' |
699 | 2023-12-13T04:46:37.517Z | + echo Downloading... |
700 | 2023-12-13T04:46:37.517Z | Downloading... |
701 | 2023-12-13T04:46:37.517Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
702 | 2023-12-13T04:46:37.517Z | + 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 |
703 | 2023-12-13T04:46:39.729Z | ++ do_sha256sum out/downloads/xcvradm.gz |
704 | 2023-12-13T04:46:39.733Z | ++ sha256sum |
705 | 2023-12-13T04:46:39.733Z | ++ awk '{print $1}' |
706 | 2023-12-13T04:46:39.758Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
707 | 2023-12-13T04:46:39.759Z | + [[ 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 ]] |
708 | 2023-12-13T04:46:39.762Z | + do_unpack out/downloads/xcvradm.gz |
709 | 2023-12-13T04:46:39.762Z | + mkdir -p out/downloads/root//opt/oxide/bin |
710 | 2023-12-13T04:46:39.762Z | + gzip -dc out/downloads/xcvradm.gz |
711 | 2023-12-13T04:46:39.941Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
712 | 2023-12-13T04:46:39.944Z | + do_assemble |
713 | 2023-12-13T04:46:39.944Z | + rm -r ./out/transceiver-control |
714 | 2023-12-13T04:46:39.948Z | + mkdir ./out/transceiver-control |
715 | 2023-12-13T04:46:39.951Z | + cp -r out/downloads/root ./out/transceiver-control/root |
716 | 2023-12-13T04:46:40.241Z | All builder prerequisites installed successfully, and PATH looks valid |
717 | 2023-12-13T04:46:40.245Z | |
718 | 2023-12-13T04:46:40.245Z | real 2:26.197119429 |
719 | 2023-12-13T04:46:40.245Z | user 57.643282662 |
720 | 2023-12-13T04:46:40.245Z | sys 11.965169203 |
721 | 2023-12-13T04:46:40.245Z | trap 0.024735596 |
722 | 2023-12-13T04:46:40.245Z | tflt 0.237256508 |
723 | 2023-12-13T04:46:40.245Z | dflt 0.613835609 |
724 | 2023-12-13T04:46:40.245Z | kflt 0.141361180 |
725 | 2023-12-13T04:46:40.245Z | lock 2.191355942 |
726 | 2023-12-13T04:46:40.245Z | slp 4:31.983056088 |
727 | 2023-12-13T04:46:40.245Z | lat 4.529872123 |
728 | 2023-12-13T04:46:40.245Z | stop 0.087713806 |
729 | 2023-12-13T04:46:40.249Z | |
730 | 2023-12-13T04:46:40.249Z | #### # # ##### ##### # # |
731 | 2023-12-13T04:46:40.249Z | # # # # # # # # # # |
732 | 2023-12-13T04:46:40.249Z | # # # # # # # # |
733 | 2023-12-13T04:46:40.249Z | # # # ##### ##### # |
734 | 2023-12-13T04:46:40.249Z | # # # # # # # |
735 | 2023-12-13T04:46:40.249Z | #### ###### # # # # |
736 | 2023-12-13T04:46:40.249Z | |
737 | 2023-12-13T04:46:40.637Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
738 | 2023-12-13T04:46:41.015Z | Updating crates.io index |
739 | 2023-12-13T04:46:41.132Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
740 | 2023-12-13T04:46:41.999Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
741 | 2023-12-13T04:46:44.106Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
742 | 2023-12-13T04:46:44.652Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
743 | 2023-12-13T04:46:45.027Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
744 | 2023-12-13T04:46:45.318Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
745 | 2023-12-13T04:46:45.591Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
746 | 2023-12-13T04:46:46.539Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
747 | 2023-12-13T04:46:48.836Z | Updating git repository `https://github.com/oxidecomputer/opte` |
748 | 2023-12-13T04:46:49.889Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
749 | 2023-12-13T04:46:50.226Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
750 | 2023-12-13T04:46:50.827Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
751 | 2023-12-13T04:46:51.156Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
752 | 2023-12-13T04:46:51.582Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
753 | 2023-12-13T04:46:51.996Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
754 | 2023-12-13T04:46:52.689Z | Updating git repository `https://github.com/njaremko/samael` |
755 | 2023-12-13T04:46:52.742Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
756 | 2023-12-13T04:46:53.465Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
757 | 2023-12-13T04:46:53.791Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
758 | 2023-12-13T04:46:54.183Z | Updating git repository `https://github.com/jgallagher/nix` |
759 | 2023-12-13T04:46:55.509Z | Updating git repository `https://github.com/cbiffle/hubpack` |
760 | 2023-12-13T04:46:55.993Z | Updating git repository `https://github.com/oxidecomputer/typify` |
761 | 2023-12-13T04:46:57.476Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
762 | 2023-12-13T04:46:58.684Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
763 | 2023-12-13T04:46:58.784Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
764 | 2023-12-13T04:46:59.763Z | Downloading crates ... |
765 | 2023-12-13T04:47:00.471Z | Downloaded anstyle v1.0.2 |
766 | 2023-12-13T04:47:00.471Z | Downloaded anstream v0.5.0 |
767 | 2023-12-13T04:47:00.472Z | Downloaded itoa v1.0.9 |
768 | 2023-12-13T04:47:00.472Z | Downloaded strsim v0.10.0 |
769 | 2023-12-13T04:47:00.472Z | Downloaded clap v4.4.3 |
770 | 2023-12-13T04:47:00.472Z | Downloaded thiserror v1.0.49 |
771 | 2023-12-13T04:47:00.472Z | Downloaded bitflags v1.3.2 |
772 | 2023-12-13T04:47:00.472Z | Downloaded thiserror-impl v1.0.49 |
773 | 2023-12-13T04:47:00.473Z | Downloaded quote v1.0.33 |
774 | 2023-12-13T04:47:00.473Z | Downloaded utf8parse v0.2.1 |
775 | 2023-12-13T04:47:00.473Z | Downloaded rustix v0.37.23 |
776 | 2023-12-13T04:47:00.473Z | Downloaded anstyle-parse v0.2.1 |
777 | 2023-12-13T04:47:00.473Z | Downloaded heck v0.4.1 |
778 | 2023-12-13T04:47:00.473Z | Downloaded winnow v0.5.15 |
779 | 2023-12-13T04:47:00.473Z | Downloaded anstyle-query v1.0.0 |
780 | 2023-12-13T04:47:00.473Z | Downloaded cargo_metadata v0.18.1 |
781 | 2023-12-13T04:47:00.474Z | Downloaded equivalent v1.0.1 |
782 | 2023-12-13T04:47:00.474Z | Downloaded clap_lex v0.5.1 |
783 | 2023-12-13T04:47:00.474Z | Downloaded toml_datetime v0.6.5 |
784 | 2023-12-13T04:47:00.474Z | Downloaded unicode-ident v1.0.12 |
785 | 2023-12-13T04:47:00.474Z | Downloaded syn v2.0.32 |
786 | 2023-12-13T04:47:00.474Z | Downloaded toml v0.8.8 |
787 | 2023-12-13T04:47:00.474Z | Downloaded indexmap v2.1.0 |
788 | 2023-12-13T04:47:00.474Z | Downloaded cargo-platform v0.1.3 |
789 | 2023-12-13T04:47:00.474Z | Downloaded colorchoice v1.0.0 |
790 | 2023-12-13T04:47:00.474Z | Downloaded camino v1.1.6 |
791 | 2023-12-13T04:47:00.474Z | Downloaded io-lifetimes v1.0.11 |
792 | 2023-12-13T04:47:00.475Z | Downloaded clap_derive v4.4.2 |
793 | 2023-12-13T04:47:00.475Z | Downloaded proc-macro2 v1.0.69 |
794 | 2023-12-13T04:47:00.475Z | Downloaded ryu v1.0.15 |
795 | 2023-12-13T04:47:00.475Z | Downloaded serde_spanned v0.6.4 |
796 | 2023-12-13T04:47:00.475Z | Downloaded memchr v2.6.3 |
797 | 2023-12-13T04:47:00.475Z | Downloaded semver v1.0.20 |
798 | 2023-12-13T04:47:00.475Z | Downloaded terminal_size v0.2.6 |
799 | 2023-12-13T04:47:00.475Z | Downloaded clap_builder v4.4.2 |
800 | 2023-12-13T04:47:00.475Z | Downloaded hashbrown v0.14.2 |
801 | 2023-12-13T04:47:00.475Z | Downloaded cargo_toml v0.17.0 |
802 | 2023-12-13T04:47:00.476Z | Downloaded anyhow v1.0.75 |
803 | 2023-12-13T04:47:00.476Z | Downloaded libc v0.2.151 |
804 | 2023-12-13T04:47:00.476Z | Downloaded serde v1.0.193 |
805 | 2023-12-13T04:47:00.476Z | Downloaded serde_json v1.0.108 |
806 | 2023-12-13T04:47:00.476Z | Downloaded errno v0.3.2 |
807 | 2023-12-13T04:47:00.476Z | Downloaded serde_derive v1.0.193 |
808 | 2023-12-13T04:47:00.476Z | Downloaded toml_edit v0.21.0 |
809 | 2023-12-13T04:47:00.476Z | Compiling proc-macro2 v1.0.69 |
810 | 2023-12-13T04:47:00.476Z | Compiling unicode-ident v1.0.12 |
811 | 2023-12-13T04:47:00.476Z | Compiling serde v1.0.193 |
812 | 2023-12-13T04:47:00.477Z | Compiling libc v0.2.151 |
813 | 2023-12-13T04:47:00.477Z | Compiling io-lifetimes v1.0.11 |
814 | 2023-12-13T04:47:00.477Z | Compiling rustix v0.37.23 |
815 | 2023-12-13T04:47:00.477Z | Compiling equivalent v1.0.1 |
816 | 2023-12-13T04:47:00.477Z | Compiling utf8parse v0.2.1 |
817 | 2023-12-13T04:47:01.061Z | Compiling hashbrown v0.14.2 |
818 | 2023-12-13T04:47:01.061Z | Compiling bitflags v1.3.2 |
819 | 2023-12-13T04:47:01.062Z | Compiling anstyle-parse v0.2.1 |
820 | 2023-12-13T04:47:01.062Z | Compiling semver v1.0.20 |
821 | 2023-12-13T04:47:02.030Z | Compiling winnow v0.5.15 |
822 | 2023-12-13T04:47:02.685Z | Compiling indexmap v2.1.0 |
823 | 2023-12-13T04:47:02.685Z | Compiling colorchoice v1.0.0 |
824 | 2023-12-13T04:47:04.043Z | Compiling serde_json v1.0.108 |
825 | 2023-12-13T04:47:04.043Z | Compiling camino v1.1.6 |
826 | 2023-12-13T04:47:04.044Z | Compiling anstyle-query v1.0.0 |
827 | 2023-12-13T04:47:04.044Z | Compiling anstyle v1.0.2 |
828 | 2023-12-13T04:47:04.044Z | Compiling thiserror v1.0.49 |
829 | 2023-12-13T04:47:24.528Z | Compiling strsim v0.10.0 |
830 | 2023-12-13T04:47:24.528Z | Compiling anstream v0.5.0 |
831 | 2023-12-13T04:47:24.528Z | Compiling clap_lex v0.5.1 |
832 | 2023-12-13T04:47:24.528Z | Compiling heck v0.4.1 |
833 | 2023-12-13T04:47:24.528Z | Compiling itoa v1.0.9 |
834 | 2023-12-13T04:47:24.528Z | Compiling quote v1.0.33 |
835 | 2023-12-13T04:47:26.126Z | Compiling ryu v1.0.15 |
836 | 2023-12-13T04:47:26.126Z | Compiling anyhow v1.0.75 |
837 | 2023-12-13T04:47:26.126Z | Compiling syn v2.0.32 |
838 | 2023-12-13T04:47:26.126Z | Compiling errno v0.3.2 |
839 | 2023-12-13T04:47:26.126Z | Compiling terminal_size v0.2.6 |
840 | 2023-12-13T04:47:26.127Z | Compiling clap_builder v4.4.2 |
841 | 2023-12-13T04:47:26.619Z | Compiling serde_derive v1.0.193 |
842 | 2023-12-13T04:47:26.619Z | Compiling thiserror-impl v1.0.49 |
843 | 2023-12-13T04:47:26.619Z | Compiling clap_derive v4.4.2 |
844 | 2023-12-13T04:47:26.620Z | Compiling clap v4.4.3 |
845 | 2023-12-13T04:47:27.413Z | Compiling toml_datetime v0.6.5 |
846 | 2023-12-13T04:47:27.488Z | Compiling serde_spanned v0.6.4 |
847 | 2023-12-13T04:47:27.488Z | Compiling cargo-platform v0.1.3 |
848 | 2023-12-13T04:47:27.488Z | Compiling toml_edit v0.21.0 |
849 | 2023-12-13T04:47:29.106Z | Compiling cargo_metadata v0.18.1 |
850 | 2023-12-13T04:47:30.882Z | Compiling toml v0.8.8 |
851 | 2023-12-13T04:47:32.403Z | Compiling cargo_toml v0.17.0 |
852 | 2023-12-13T04:47:38.309Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
853 | 2023-12-13T04:47:39.813Z | Finished dev [unoptimized + debuginfo] target(s) in 59.47s |
854 | 2023-12-13T04:47:40.052Z | Running `target/debug/xtask clippy` |
855 | 2023-12-13T04:47:40.109Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
856 | 2023-12-13T04:47:40.982Z | Downloading crates ... |
857 | 2023-12-13T04:47:41.229Z | Downloaded addr2line v0.21.0 |
858 | 2023-12-13T04:47:41.240Z | Downloaded cfg-expr v0.15.5 |
859 | 2023-12-13T04:47:41.249Z | Downloaded cfg-if v1.0.0 |
860 | 2023-12-13T04:47:41.257Z | Downloaded humantime v2.1.0 |
861 | 2023-12-13T04:47:41.267Z | Downloaded hubpack v0.1.2 |
862 | 2023-12-13T04:47:41.277Z | Downloaded hyper-tls v0.5.0 |
863 | 2023-12-13T04:47:41.277Z | Downloaded hyper-rustls v0.24.2 |
864 | 2023-12-13T04:47:41.286Z | Downloaded ipnetwork v0.20.0 |
865 | 2023-12-13T04:47:41.295Z | Downloaded instant v0.1.12 |
866 | 2023-12-13T04:47:41.295Z | Downloaded block-padding v0.3.3 |
867 | 2023-12-13T04:47:41.295Z | Downloaded argon2 v0.5.2 |
868 | 2023-12-13T04:47:41.301Z | Downloaded cancel-safe-futures v0.1.5 |
869 | 2023-12-13T04:47:41.315Z | Downloaded camino-tempfile v1.1.1 |
870 | 2023-12-13T04:47:41.324Z | Downloaded bzip2 v0.4.4 |
871 | 2023-12-13T04:47:41.331Z | Downloaded impl-trait-for-tuples v0.2.2 |
872 | 2023-12-13T04:47:41.340Z | Downloaded bstr v1.6.0 |
873 | 2023-12-13T04:47:41.371Z | Downloaded crc v3.0.1 |
874 | 2023-12-13T04:47:41.389Z | Downloaded crucible-workspace-hack v0.1.0 |
875 | 2023-12-13T04:47:41.389Z | Downloaded cexpr v0.6.0 |
876 | 2023-12-13T04:47:41.402Z | Downloaded crossbeam-channel v0.5.8 |
877 | 2023-12-13T04:47:41.402Z | Downloaded libm v0.2.7 |
878 | 2023-12-13T04:47:41.419Z | Downloaded mime_guess v2.0.4 |
879 | 2023-12-13T04:47:41.432Z | Downloaded minimal-lexical v0.2.1 |
880 | 2023-12-13T04:47:41.447Z | Downloaded nanorand v0.7.0 |
881 | 2023-12-13T04:47:41.874Z | Downloaded num_enum v0.5.11 |
882 | 2023-12-13T04:47:41.875Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
883 | 2023-12-13T04:47:41.875Z | Downloaded bit-vec v0.6.3 |
884 | 2023-12-13T04:47:41.875Z | Downloaded basic-toml v0.1.4 |
885 | 2023-12-13T04:47:41.876Z | Downloaded ansi_term v0.12.1 |
886 | 2023-12-13T04:47:41.876Z | Downloaded crypto-common v0.1.6 |
887 | 2023-12-13T04:47:41.876Z | Downloaded serde_repr v0.1.16 |
888 | 2023-12-13T04:47:41.876Z | Downloaded nu-ansi-term v0.49.0 |
889 | 2023-12-13T04:47:41.876Z | Downloaded num-bigint v0.4.4 |
890 | 2023-12-13T04:47:41.876Z | Downloaded rustls-native-certs v0.6.3 |
891 | 2023-12-13T04:47:41.877Z | Downloaded bitflags v2.4.0 |
892 | 2023-12-13T04:47:41.877Z | Downloaded papergrid v0.10.0 |
893 | 2023-12-13T04:47:41.877Z | Downloaded block-buffer v0.10.4 |
894 | 2023-12-13T04:47:41.877Z | Downloaded getrandom v0.2.10 |
895 | 2023-12-13T04:47:41.877Z | Downloaded blake2 v0.10.6 |
896 | 2023-12-13T04:47:41.877Z | Downloaded number_prefix v0.4.0 |
897 | 2023-12-13T04:47:41.877Z | Downloaded num_threads v0.1.6 |
898 | 2023-12-13T04:47:41.878Z | Downloaded num_cpus v1.16.0 |
899 | 2023-12-13T04:47:41.878Z | Downloaded packed_struct v0.10.1 |
900 | 2023-12-13T04:47:41.878Z | Downloaded omicron-zone-package v0.9.1 |
901 | 2023-12-13T04:47:41.878Z | Downloaded opaque-debug v0.3.0 |
902 | 2023-12-13T04:47:41.878Z | Downloaded oorandom v11.1.3 |
903 | 2023-12-13T04:47:41.878Z | Downloaded once_cell v1.19.0 |
904 | 2023-12-13T04:47:41.878Z | Downloaded rayon v1.8.0 |
905 | 2023-12-13T04:47:41.878Z | Downloaded oso-derive v0.27.0 |
906 | 2023-12-13T04:47:41.879Z | Downloaded openssl-sys v0.9.96 |
907 | 2023-12-13T04:47:41.879Z | Downloaded tokio-util v0.7.10 |
908 | 2023-12-13T04:47:41.879Z | Downloaded salty v0.2.0 |
909 | 2023-12-13T04:47:41.879Z | Downloaded smawk v0.3.1 |
910 | 2023-12-13T04:47:41.879Z | Downloaded zeroize_derive v1.4.2 |
911 | 2023-12-13T04:47:41.879Z | Downloaded zone_cfg_derive v0.3.0 |
912 | 2023-12-13T04:47:41.880Z | Downloaded zip v0.6.6 |
913 | 2023-12-13T04:47:41.880Z | Downloaded fastrand v2.0.0 |
914 | 2023-12-13T04:47:41.880Z | Downloaded pkcs1 v0.7.5 |
915 | 2023-12-13T04:47:41.880Z | Downloaded smf v0.2.2 |
916 | 2023-12-13T04:47:41.880Z | Downloaded curve25519-dalek v4.1.0 |
917 | 2023-12-13T04:47:41.880Z | Downloaded postgres-types v0.2.6 |
918 | 2023-12-13T04:47:41.880Z | Downloaded postgres-protocol v0.6.6 |
919 | 2023-12-13T04:47:41.881Z | Downloaded postcard v1.0.8 |
920 | 2023-12-13T04:47:41.881Z | Downloaded topological-sort v0.2.2 |
921 | 2023-12-13T04:47:41.881Z | Downloaded usdt-impl v0.3.5 |
922 | 2023-12-13T04:47:41.881Z | Downloaded toml v0.5.11 |
923 | 2023-12-13T04:47:41.881Z | Downloaded pest v2.7.2 |
924 | 2023-12-13T04:47:41.881Z | Downloaded tough v0.16.0 |
925 | 2023-12-13T04:47:41.881Z | Downloaded fatfs v0.3.6 |
926 | 2023-12-13T04:47:41.881Z | Downloaded sec1 v0.7.3 |
927 | 2023-12-13T04:47:41.882Z | Downloaded semver v0.1.20 |
928 | 2023-12-13T04:47:41.882Z | Downloaded secrecy v0.8.0 |
929 | 2023-12-13T04:47:41.882Z | Downloaded tracing v0.1.37 |
930 | 2023-12-13T04:47:41.882Z | Downloaded pretty-hex v0.4.0 |
931 | 2023-12-13T04:47:41.882Z | Downloaded rcgen v0.11.3 |
932 | 2023-12-13T04:47:41.882Z | Downloaded pretty-hex v0.2.1 |
933 | 2023-12-13T04:47:41.882Z | Downloaded float-cmp v0.9.0 |
934 | 2023-12-13T04:47:41.883Z | Downloaded form_urlencoded v1.2.1 |
935 | 2023-12-13T04:47:41.883Z | Downloaded foreign-types-macros v0.2.3 |
936 | 2023-12-13T04:47:41.883Z | Downloaded unicode-linebreak v0.1.5 |
937 | 2023-12-13T04:47:41.883Z | Downloaded unicode-width v0.1.11 |
938 | 2023-12-13T04:47:41.883Z | Downloaded wait-timeout v0.2.0 |
939 | 2023-12-13T04:47:41.883Z | Downloaded threadpool v1.8.1 |
940 | 2023-12-13T04:47:41.883Z | Downloaded walkdir v2.4.0 |
941 | 2023-12-13T04:47:41.884Z | Downloaded ff v0.13.0 |
942 | 2023-12-13T04:47:41.884Z | Downloaded radium v0.7.0 |
943 | 2023-12-13T04:47:41.884Z | Downloaded packed_struct_codegen v0.10.1 |
944 | 2023-12-13T04:47:41.884Z | Downloaded fragile v2.0.0 |
945 | 2023-12-13T04:47:41.884Z | Downloaded xattr v1.0.1 |
946 | 2023-12-13T04:47:41.884Z | Downloaded yansi v0.5.1 |
947 | 2023-12-13T04:47:41.885Z | Downloaded shell-words v1.1.0 |
948 | 2023-12-13T04:47:41.885Z | Downloaded trust-dns-client v0.22.0 |
949 | 2023-12-13T04:47:41.885Z | Downloaded pest_generator v2.7.2 |
950 | 2023-12-13T04:47:41.885Z | Downloaded funty v2.0.0 |
951 | 2023-12-13T04:47:41.885Z | Downloaded rustc-demangle v0.1.23 |
952 | 2023-12-13T04:47:41.885Z | Downloaded predicates-core v1.0.6 |
953 | 2023-12-13T04:47:41.885Z | Downloaded generic-array v0.14.7 |
954 | 2023-12-13T04:47:41.885Z | Downloaded pretty_assertions v1.4.0 |
955 | 2023-12-13T04:47:41.900Z | Downloaded tui-tree-widget v0.13.0 |
956 | 2023-12-13T04:47:41.900Z | Downloaded h2 v0.3.21 |
957 | 2023-12-13T04:47:41.900Z | Downloaded derive_more v0.99.17 |
958 | 2023-12-13T04:47:41.919Z | Downloaded regress v0.7.1 |
959 | 2023-12-13T04:47:41.949Z | Downloaded reqwest v0.11.22 |
960 | 2023-12-13T04:47:41.950Z | Downloaded zerocopy v0.6.4 |
961 | 2023-12-13T04:47:41.966Z | Downloaded regex-syntax v0.6.29 |
962 | 2023-12-13T04:47:41.966Z | Downloaded zerocopy v0.7.26 |
963 | 2023-12-13T04:47:41.983Z | Downloaded difflib v0.4.0 |
964 | 2023-12-13T04:47:42.001Z | Downloaded diff v0.1.13 |
965 | 2023-12-13T04:47:42.001Z | Downloaded subprocess v0.2.9 |
966 | 2023-12-13T04:47:42.001Z | Downloaded regex-automata v0.1.10 |
967 | 2023-12-13T04:47:42.023Z | Downloaded tokio-stream v0.1.14 |
968 | 2023-12-13T04:47:42.023Z | Downloaded fxhash v0.2.1 |
969 | 2023-12-13T04:47:42.023Z | Downloaded headers-core v0.2.0 |
970 | 2023-12-13T04:47:42.023Z | Downloaded rstest v0.18.2 |
971 | 2023-12-13T04:47:42.023Z | Downloaded tokio-native-tls v0.3.1 |
972 | 2023-12-13T04:47:42.032Z | Downloaded toolchain_find v0.2.0 |
973 | 2023-12-13T04:47:42.032Z | Downloaded tungstenite v0.20.1 |
974 | 2023-12-13T04:47:42.032Z | Downloaded petgraph v0.6.4 |
975 | 2023-12-13T04:47:42.053Z | Downloaded tinytemplate v1.2.1 |
976 | 2023-12-13T04:47:42.061Z | Downloaded tiny-keccak v2.0.2 |
977 | 2023-12-13T04:47:42.070Z | Downloaded time-macros v0.2.13 |
978 | 2023-12-13T04:47:42.070Z | Downloaded downcast v0.11.0 |
979 | 2023-12-13T04:47:42.071Z | Downloaded vsss-rs v3.3.1 |
980 | 2023-12-13T04:47:42.080Z | Downloaded tabled_derive v0.6.0 |
981 | 2023-12-13T04:47:42.080Z | Downloaded strum_macros v0.25.2 |
982 | 2023-12-13T04:47:42.081Z | Downloaded termcolor v1.2.0 |
983 | 2023-12-13T04:47:42.090Z | Downloaded thread-id v4.2.0 |
984 | 2023-12-13T04:47:42.090Z | Downloaded oso v0.27.0 |
985 | 2023-12-13T04:47:42.102Z | Downloaded take_mut v0.2.2 |
986 | 2023-12-13T04:47:42.102Z | Downloaded httpdate v1.0.3 |
987 | 2023-12-13T04:47:42.102Z | Downloaded untrusted v0.9.0 |
988 | 2023-12-13T04:47:42.103Z | Downloaded defmt-parser v0.3.3 |
989 | 2023-12-13T04:47:42.103Z | Downloaded snafu v0.7.5 |
990 | 2023-12-13T04:47:42.112Z | Downloaded webpki-roots v0.25.2 |
991 | 2023-12-13T04:47:42.120Z | Downloaded stringprep v0.1.3 |
992 | 2023-12-13T04:47:42.121Z | Downloaded diesel v2.1.4 |
993 | 2023-12-13T04:47:42.151Z | Downloaded heck v0.3.3 |
994 | 2023-12-13T04:47:42.156Z | Downloaded futures-timer v3.0.2 |
995 | 2023-12-13T04:47:42.156Z | Downloaded fd-lock v3.0.13 |
996 | 2023-12-13T04:47:42.162Z | Downloaded hex v0.4.3 |
997 | 2023-12-13T04:47:42.166Z | Downloaded proc-macro-crate v1.3.1 |
998 | 2023-12-13T04:47:42.166Z | Downloaded which v4.4.0 |
999 | 2023-12-13T04:47:42.169Z | Downloaded rand_core v0.6.4 |
1000 | 2023-12-13T04:47:42.172Z | Downloaded derive-where v1.2.6 |
1001 | 2023-12-13T04:47:42.177Z | Downloaded hashbrown v0.13.2 |
1002 | 2023-12-13T04:47:42.185Z | Downloaded static_assertions v1.1.0 |
1003 | 2023-12-13T04:47:42.188Z | Downloaded dtrace-parser v0.1.14 |
1004 | 2023-12-13T04:47:42.192Z | Downloaded steno v0.4.0 |
1005 | 2023-12-13T04:47:42.197Z | Downloaded spki v0.7.2 |
1006 | 2023-12-13T04:47:42.205Z | Downloaded serde-big-array v0.4.1 |
1007 | 2023-12-13T04:47:42.211Z | Downloaded rustfmt-wrapper v0.2.0 |
1008 | 2023-12-13T04:47:42.211Z | Downloaded ref-cast v1.0.20 |
1009 | 2023-12-13T04:47:42.214Z | Downloaded serde-hex v0.1.0 |
1010 | 2023-12-13T04:47:42.214Z | Downloaded tempdir v0.3.7 |
1011 | 2023-12-13T04:47:42.217Z | Downloaded zerocopy-derive v0.2.0 |
1012 | 2023-12-13T04:47:42.234Z | Downloaded target-lexicon v0.12.12 |
1013 | 2023-12-13T04:47:42.237Z | Downloaded tokio v1.35.0 |
1014 | 2023-12-13T04:47:42.311Z | Downloaded tap v1.0.1 |
1015 | 2023-12-13T04:47:42.314Z | Downloaded string_cache v0.8.7 |
1016 | 2023-12-13T04:47:42.314Z | Downloaded spin v0.9.8 |
1017 | 2023-12-13T04:47:42.315Z | Downloaded structmeta v0.2.0 |
1018 | 2023-12-13T04:47:42.315Z | Downloaded spin v0.5.2 |
1019 | 2023-12-13T04:47:42.318Z | Downloaded rustls-webpki v0.101.7 |
1020 | 2023-12-13T04:47:42.342Z | Downloaded digest v0.10.7 |
1021 | 2023-12-13T04:47:42.346Z | Downloaded quick-xml v0.23.1 |
1022 | 2023-12-13T04:47:42.364Z | Downloaded tar v0.4.40 |
1023 | 2023-12-13T04:47:42.371Z | Downloaded encoding_rs v0.8.33 |
1024 | 2023-12-13T04:47:42.403Z | Downloaded dirs-sys-next v0.1.2 |
1025 | 2023-12-13T04:47:42.406Z | Downloaded dirs-next v2.0.0 |
1026 | 2023-12-13T04:47:42.406Z | Downloaded quick-error v1.2.3 |
1027 | 2023-12-13T04:47:42.409Z | Downloaded proptest v1.4.0 |
1028 | 2023-12-13T04:47:42.429Z | Downloaded proc-macro-error-attr v1.0.4 |
1029 | 2023-12-13T04:47:42.434Z | Downloaded regex-automata v0.3.8 |
1030 | 2023-12-13T04:47:42.466Z | Downloaded parse-display-derive v0.8.2 |
1031 | 2023-12-13T04:47:42.475Z | Downloaded smoltcp v0.10.0 |
1032 | 2023-12-13T04:47:42.482Z | Downloaded rustls v0.21.9 |
1033 | 2023-12-13T04:47:42.515Z | Downloaded rustix v0.38.25 |
1034 | 2023-12-13T04:47:42.569Z | Downloaded zerocopy-derive v0.7.26 |
1035 | 2023-12-13T04:47:42.582Z | Downloaded sha3 v0.10.8 |
1036 | 2023-12-13T04:47:42.604Z | Downloaded stable_deref_trait v1.2.0 |
1037 | 2023-12-13T04:47:42.604Z | Downloaded parse-display v0.8.2 |
1038 | 2023-12-13T04:47:42.604Z | Downloaded proc-macro-error v1.0.4 |
1039 | 2023-12-13T04:47:42.604Z | Downloaded target-spec v3.0.1 |
1040 | 2023-12-13T04:47:42.604Z | Downloaded strsim v0.8.0 |
1041 | 2023-12-13T04:47:42.604Z | Downloaded ratatui v0.23.0 |
1042 | 2023-12-13T04:47:42.616Z | Downloaded toml v0.7.8 |
1043 | 2023-12-13T04:47:42.624Z | Downloaded hashbrown v0.12.3 |
1044 | 2023-12-13T04:47:42.634Z | Downloaded hash32 v0.2.1 |
1045 | 2023-12-13T04:47:42.634Z | Downloaded derive_builder_macro v0.12.0 |
1046 | 2023-12-13T04:47:42.634Z | Downloaded derive_builder v0.12.0 |
1047 | 2023-12-13T04:47:42.643Z | Downloaded regex-syntax v0.8.2 |
1048 | 2023-12-13T04:47:42.659Z | Downloaded toml_edit v0.19.15 |
1049 | 2023-12-13T04:47:42.687Z | Downloaded flagset v0.4.3 |
1050 | 2023-12-13T04:47:42.699Z | Downloaded dof v0.1.5 |
1051 | 2023-12-13T04:47:42.699Z | Downloaded prettyplease v0.2.12 |
1052 | 2023-12-13T04:47:42.712Z | Downloaded doc-comment v0.3.3 |
1053 | 2023-12-13T04:47:42.712Z | Downloaded display-error-chain v0.2.0 |
1054 | 2023-12-13T04:47:42.712Z | Downloaded pin-project v1.1.3 |
1055 | 2023-12-13T04:47:42.726Z | Downloaded parking_lot_core v0.9.8 |
1056 | 2023-12-13T04:47:43.143Z | Downloaded owo-colors v3.5.0 |
1057 | 2023-12-13T04:47:43.143Z | Downloaded phf_shared v0.11.2 |
1058 | 2023-12-13T04:47:43.143Z | Downloaded httparse v1.8.0 |
1059 | 2023-12-13T04:47:43.143Z | Downloaded derive_builder_core v0.12.0 |
1060 | 2023-12-13T04:47:43.143Z | Downloaded futures-util v0.3.29 |
1061 | 2023-12-13T04:47:43.143Z | Downloaded strip-ansi-escapes v0.2.0 |
1062 | 2023-12-13T04:47:43.143Z | Downloaded tinyvec_macros v0.1.1 |
1063 | 2023-12-13T04:47:43.143Z | Downloaded tinyvec v1.6.0 |
1064 | 2023-12-13T04:47:43.143Z | Downloaded pathdiff v0.2.1 |
1065 | 2023-12-13T04:47:43.143Z | Downloaded path-slash v0.1.5 |
1066 | 2023-12-13T04:47:43.143Z | Downloaded paste v1.0.14 |
1067 | 2023-12-13T04:47:43.143Z | Downloaded password-hash v0.5.0 |
1068 | 2023-12-13T04:47:43.143Z | Downloaded partial-io v0.5.4 |
1069 | 2023-12-13T04:47:43.143Z | Downloaded zerocopy-derive v0.6.4 |
1070 | 2023-12-13T04:47:43.143Z | Downloaded regex-automata v0.4.3 |
1071 | 2023-12-13T04:47:43.143Z | Downloaded wyz v0.5.1 |
1072 | 2023-12-13T04:47:43.144Z | Downloaded whoami v1.4.1 |
1073 | 2023-12-13T04:47:43.144Z | Downloaded flate2 v1.0.28 |
1074 | 2023-12-13T04:47:43.144Z | Downloaded term v0.7.0 |
1075 | 2023-12-13T04:47:43.144Z | Downloaded tempfile v3.8.1 |
1076 | 2023-12-13T04:47:43.144Z | Downloaded predicates v3.0.4 |
1077 | 2023-12-13T04:47:43.144Z | Downloaded predicates v2.1.5 |
1078 | 2023-12-13T04:47:43.144Z | Downloaded strum v0.25.0 |
1079 | 2023-12-13T04:47:43.144Z | Downloaded structopt-derive v0.4.18 |
1080 | 2023-12-13T04:47:43.144Z | Downloaded structopt v0.3.26 |
1081 | 2023-12-13T04:47:43.144Z | Downloaded structmeta-derive v0.2.0 |
1082 | 2023-12-13T04:47:43.144Z | Downloaded snafu-derive v0.7.5 |
1083 | 2023-12-13T04:47:43.144Z | Downloaded plotters-backend v0.3.5 |
1084 | 2023-12-13T04:47:43.144Z | Downloaded socket2 v0.4.9 |
1085 | 2023-12-13T04:47:43.144Z | Downloaded num-iter v0.1.43 |
1086 | 2023-12-13T04:47:43.144Z | Downloaded plotters-svg v0.3.5 |
1087 | 2023-12-13T04:47:43.144Z | Downloaded env_logger v0.10.0 |
1088 | 2023-12-13T04:47:43.144Z | Downloaded ring v0.17.7 |
1089 | 2023-12-13T04:47:43.144Z | Downloaded half v1.8.2 |
1090 | 2023-12-13T04:47:43.145Z | Downloaded vte v0.11.1 |
1091 | 2023-12-13T04:47:43.145Z | Downloaded embedded-io v0.4.0 |
1092 | 2023-12-13T04:47:43.145Z | Downloaded uuid v1.6.1 |
1093 | 2023-12-13T04:47:43.145Z | Downloaded smoltcp v0.9.1 |
1094 | 2023-12-13T04:47:43.145Z | Downloaded time-core v0.1.1 |
1095 | 2023-12-13T04:47:43.145Z | Downloaded time v0.3.27 |
1096 | 2023-12-13T04:47:43.145Z | Downloaded tokio-postgres v0.7.10 |
1097 | 2023-12-13T04:47:43.145Z | Downloaded tokio-macros v2.2.0 |
1098 | 2023-12-13T04:47:43.145Z | Downloaded thread_local v1.1.7 |
1099 | 2023-12-13T04:47:43.145Z | Downloaded heapless v0.7.16 |
1100 | 2023-12-13T04:47:43.145Z | Downloaded headers v0.3.9 |
1101 | 2023-12-13T04:47:43.145Z | Downloaded pest_meta v2.7.2 |
1102 | 2023-12-13T04:47:43.151Z | Downloaded rstest_macros v0.18.2 |
1103 | 2023-12-13T04:47:43.151Z | Downloaded regex-syntax v0.7.5 |
1104 | 2023-12-13T04:47:43.171Z | Downloaded globset v0.4.13 |
1105 | 2023-12-13T04:47:43.179Z | Downloaded rsa v0.9.2 |
1106 | 2023-12-13T04:47:43.179Z | Downloaded strum_macros v0.24.3 |
1107 | 2023-12-13T04:47:43.179Z | Downloaded tokio-rustls v0.24.1 |
1108 | 2023-12-13T04:47:43.183Z | Downloaded expectorate v1.1.0 |
1109 | 2023-12-13T04:47:43.183Z | Downloaded ring v0.16.20 |
1110 | 2023-12-13T04:47:43.351Z | Downloaded ena v0.14.2 |
1111 | 2023-12-13T04:47:43.359Z | Downloaded ed25519 v1.5.3 |
1112 | 2023-12-13T04:47:43.359Z | Downloaded rpassword v7.3.1 |
1113 | 2023-12-13T04:47:43.359Z | Downloaded fallible-iterator v0.2.0 |
1114 | 2023-12-13T04:47:43.360Z | Downloaded elliptic-curve v0.13.8 |
1115 | 2023-12-13T04:47:43.368Z | Downloaded either v1.9.0 |
1116 | 2023-12-13T04:47:43.368Z | Downloaded dyn-clone v1.0.13 |
1117 | 2023-12-13T04:47:43.375Z | Downloaded subtle v2.5.0 |
1118 | 2023-12-13T04:47:43.375Z | Downloaded ron v0.8.1 |
1119 | 2023-12-13T04:47:43.385Z | Downloaded http-range v0.1.5 |
1120 | 2023-12-13T04:47:43.386Z | Downloaded http-body v0.4.5 |
1121 | 2023-12-13T04:47:43.386Z | Downloaded http v0.2.11 |
1122 | 2023-12-13T04:47:43.397Z | Downloaded hostname v0.3.1 |
1123 | 2023-12-13T04:47:43.397Z | Downloaded home v0.5.5 |
1124 | 2023-12-13T04:47:43.408Z | Downloaded highway v1.1.0 |
1125 | 2023-12-13T04:47:43.409Z | Downloaded hex-literal v0.4.1 |
1126 | 2023-12-13T04:47:43.409Z | Downloaded deranged v0.3.8 |
1127 | 2023-12-13T04:47:43.409Z | Downloaded resolv-conf v0.7.0 |
1128 | 2023-12-13T04:47:43.409Z | Downloaded regex v1.10.2 |
1129 | 2023-12-13T04:47:43.425Z | Downloaded ref-cast-impl v1.0.20 |
1130 | 2023-12-13T04:47:43.431Z | Downloaded predicates-tree v1.0.9 |
1131 | 2023-12-13T04:47:43.431Z | Downloaded rust-argon2 v1.0.1 |
1132 | 2023-12-13T04:47:43.434Z | Downloaded rtoolbox v0.0.1 |
1133 | 2023-12-13T04:47:43.434Z | Downloaded r2d2 v0.8.10 |
1134 | 2023-12-13T04:47:43.437Z | Downloaded percent-encoding v2.3.1 |
1135 | 2023-12-13T04:47:43.437Z | Downloaded pem-rfc7468 v0.7.0 |
1136 | 2023-12-13T04:47:43.441Z | Downloaded pem v3.0.2 |
1137 | 2023-12-13T04:47:43.444Z | Downloaded peeking_take_while v0.1.2 |
1138 | 2023-12-13T04:47:43.444Z | Downloaded relative-path v1.9.0 |
1139 | 2023-12-13T04:47:43.448Z | Downloaded remove_dir_all v0.5.3 |
1140 | 2023-12-13T04:47:43.452Z | Downloaded futures-task v0.3.29 |
1141 | 2023-12-13T04:47:43.452Z | Downloaded futures-sink v0.3.29 |
1142 | 2023-12-13T04:47:43.452Z | Downloaded futures-macro v0.3.29 |
1143 | 2023-12-13T04:47:43.456Z | Downloaded futures-io v0.3.29 |
1144 | 2023-12-13T04:47:43.456Z | Downloaded openapiv3 v2.0.0 |
1145 | 2023-12-13T04:47:43.477Z | Downloaded rustc_version v0.4.0 |
1146 | 2023-12-13T04:47:43.483Z | Downloaded rustc_version v0.1.7 |
1147 | 2023-12-13T04:47:43.483Z | Downloaded rustc-hash v1.1.0 |
1148 | 2023-12-13T04:47:43.486Z | Downloaded phf_shared v0.10.0 |
1149 | 2023-12-13T04:47:43.487Z | Downloaded phf v0.11.2 |
1150 | 2023-12-13T04:47:43.487Z | Downloaded guppy v0.17.4 |
1151 | 2023-12-13T04:47:43.495Z | Downloaded guppy-workspace-hack v0.1.0 |
1152 | 2023-12-13T04:47:43.500Z | Downloaded polar-core v0.27.0 |
1153 | 2023-12-13T04:47:43.513Z | Downloaded der_derive v0.7.2 |
1154 | 2023-12-13T04:47:43.524Z | Downloaded der v0.7.8 |
1155 | 2023-12-13T04:47:43.536Z | Downloaded group v0.13.0 |
1156 | 2023-12-13T04:47:43.536Z | Downloaded datatest-stable v0.2.3 |
1157 | 2023-12-13T04:47:43.537Z | Downloaded object v0.32.1 |
1158 | 2023-12-13T04:47:43.558Z | Downloaded enum-as-inner v0.5.1 |
1159 | 2023-12-13T04:47:43.561Z | Downloaded semver-parser v0.10.2 |
1160 | 2023-12-13T04:47:43.561Z | Downloaded futures-channel v0.3.29 |
1161 | 2023-12-13T04:47:43.561Z | Downloaded futures v0.3.29 |
1162 | 2023-12-13T04:47:43.565Z | Downloaded serde_tokenstream v0.1.7 |
1163 | 2023-12-13T04:47:43.570Z | Downloaded unicode-bidi v0.3.13 |
1164 | 2023-12-13T04:47:43.582Z | Downloaded thiserror-no-std v2.0.2 |
1165 | 2023-12-13T04:47:43.592Z | Downloaded thiserror-impl-no-std v2.0.2 |
1166 | 2023-12-13T04:47:43.592Z | Downloaded textwrap v0.16.0 |
1167 | 2023-12-13T04:47:43.597Z | Downloaded textwrap v0.11.0 |
1168 | 2023-12-13T04:47:43.597Z | Downloaded test-strategy v0.3.1 |
1169 | 2023-12-13T04:47:43.597Z | Downloaded parking_lot_core v0.8.6 |
1170 | 2023-12-13T04:47:43.608Z | Downloaded hmac v0.12.1 |
1171 | 2023-12-13T04:47:43.608Z | Downloaded glob v0.3.1 |
1172 | 2023-12-13T04:47:43.618Z | Downloaded version_check v0.9.4 |
1173 | 2023-12-13T04:47:43.618Z | Downloaded openssl v0.10.60 |
1174 | 2023-12-13T04:47:43.629Z | Downloaded rand v0.8.5 |
1175 | 2023-12-13T04:47:43.639Z | Downloaded x509-cert v0.2.4 |
1176 | 2023-12-13T04:47:43.648Z | Downloaded radix_trie v0.2.1 |
1177 | 2023-12-13T04:47:43.655Z | Downloaded filetime v0.2.23 |
1178 | 2023-12-13T04:47:43.669Z | Downloaded universal-hash v0.5.1 |
1179 | 2023-12-13T04:47:43.670Z | Downloaded trust-dns-resolver v0.22.0 |
1180 | 2023-12-13T04:47:43.679Z | Downloaded waitgroup v0.1.2 |
1181 | 2023-12-13T04:47:43.679Z | Downloaded untrusted v0.7.1 |
1182 | 2023-12-13T04:47:43.679Z | Downloaded ppv-lite86 v0.2.17 |
1183 | 2023-12-13T04:47:43.679Z | Downloaded bstr v0.2.17 |
1184 | 2023-12-13T04:47:43.690Z | Downloaded vte_generate_state_changes v0.1.1 |
1185 | 2023-12-13T04:47:43.706Z | Downloaded endian-type v0.1.2 |
1186 | 2023-12-13T04:47:43.706Z | Downloaded rand_chacha v0.3.1 |
1187 | 2023-12-13T04:47:43.706Z | Downloaded unicode-xid v0.2.4 |
1188 | 2023-12-13T04:47:43.706Z | Downloaded precomputed-hash v0.1.1 |
1189 | 2023-12-13T04:47:43.707Z | Downloaded unicode-segmentation v1.10.1 |
1190 | 2023-12-13T04:47:43.707Z | Downloaded typenum v1.16.0 |
1191 | 2023-12-13T04:47:43.719Z | Downloaded foreign-types v0.5.0 |
1192 | 2023-12-13T04:47:43.720Z | Downloaded fnv v1.0.7 |
1193 | 2023-12-13T04:47:43.720Z | Downloaded flume v0.11.0 |
1194 | 2023-12-13T04:47:43.720Z | Downloaded serde_yaml v0.9.25 |
1195 | 2023-12-13T04:47:43.729Z | Downloaded reedline v0.26.0 |
1196 | 2023-12-13T04:47:43.741Z | Downloaded foreign-types-shared v0.3.1 |
1197 | 2023-12-13T04:47:43.742Z | Downloaded data-encoding v2.4.0 |
1198 | 2023-12-13T04:47:43.742Z | Downloaded zone v0.3.0 |
1199 | 2023-12-13T04:47:43.742Z | Downloaded vcpkg v0.2.15 |
1200 | 2023-12-13T04:47:43.811Z | Downloaded typed-path v0.7.0 |
1201 | 2023-12-13T04:47:43.822Z | Downloaded foreign-types-shared v0.1.1 |
1202 | 2023-12-13T04:47:43.829Z | Downloaded foreign-types v0.3.2 |
1203 | 2023-12-13T04:47:43.829Z | Downloaded tracing-attributes v0.1.26 |
1204 | 2023-12-13T04:47:43.830Z | Downloaded tower-service v0.3.2 |
1205 | 2023-12-13T04:47:43.838Z | Downloaded synstructure v0.12.6 |
1206 | 2023-12-13T04:47:43.838Z | Downloaded syn v1.0.109 |
1207 | 2023-12-13T04:47:43.850Z | Downloaded futures-executor v0.3.29 |
1208 | 2023-12-13T04:47:43.857Z | Downloaded unsafe-libyaml v0.2.9 |
1209 | 2023-12-13T04:47:43.866Z | Downloaded unicode-normalization v0.1.22 |
1210 | 2023-12-13T04:47:43.873Z | Downloaded tracing-core v0.1.31 |
1211 | 2023-12-13T04:47:43.873Z | Downloaded swrite v0.1.0 |
1212 | 2023-12-13T04:47:43.873Z | Downloaded serde_with_macros v3.4.0 |
1213 | 2023-12-13T04:47:43.881Z | Downloaded serde_with v3.4.0 |
1214 | 2023-12-13T04:47:43.888Z | Downloaded want v0.3.1 |
1215 | 2023-12-13T04:47:43.888Z | Downloaded vec_map v0.8.2 |
1216 | 2023-12-13T04:47:43.894Z | Downloaded usdt-attr-macro v0.3.5 |
1217 | 2023-12-13T04:47:43.895Z | Downloaded url v2.5.0 |
1218 | 2023-12-13T04:47:43.949Z | Downloaded serde-big-array v0.5.1 |
1219 | 2023-12-13T04:47:43.949Z | Downloaded fixedbitset v0.4.2 |
1220 | 2023-12-13T04:47:43.950Z | Downloaded gimli v0.28.0 |
1221 | 2023-12-13T04:47:43.954Z | Downloaded usdt v0.3.5 |
1222 | 2023-12-13T04:47:43.954Z | Downloaded portable-atomic v1.4.3 |
1223 | 2023-12-13T04:47:43.954Z | Downloaded poly1305 v0.8.0 |
1224 | 2023-12-13T04:47:43.954Z | Downloaded pkcs8 v0.10.2 |
1225 | 2023-12-13T04:47:43.954Z | Downloaded pin-utils v0.1.0 |
1226 | 2023-12-13T04:47:43.954Z | Downloaded pin-project-lite v0.2.13 |
1227 | 2023-12-13T04:47:43.954Z | Downloaded pin-project-internal v1.1.3 |
1228 | 2023-12-13T04:47:43.955Z | Downloaded defmt-macros v0.3.6 |
1229 | 2023-12-13T04:47:43.955Z | Downloaded defmt v0.3.5 |
1230 | 2023-12-13T04:47:43.963Z | Downloaded darling_macro v0.20.3 |
1231 | 2023-12-13T04:47:43.963Z | Downloaded darling_macro v0.14.4 |
1232 | 2023-12-13T04:47:43.963Z | Downloaded darling_core v0.20.3 |
1233 | 2023-12-13T04:47:43.973Z | Downloaded scheduled-thread-pool v0.2.7 |
1234 | 2023-12-13T04:47:43.973Z | Downloaded same-file v1.0.6 |
1235 | 2023-12-13T04:47:44.384Z | Downloaded socket2 v0.5.5 |
1236 | 2023-12-13T04:47:44.385Z | Downloaded rusty-fork v0.3.0 |
1237 | 2023-12-13T04:47:44.385Z | Downloaded rustversion v1.0.14 |
1238 | 2023-12-13T04:47:44.388Z | Downloaded pest_derive v2.7.2 |
1239 | 2023-12-13T04:47:44.388Z | Downloaded trust-dns-proto v0.22.0 |
1240 | 2023-12-13T04:47:44.388Z | Downloaded zeroize v1.7.0 |
1241 | 2023-12-13T04:47:44.389Z | Downloaded signal-hook v0.3.17 |
1242 | 2023-12-13T04:47:44.389Z | Downloaded shlex v1.1.0 |
1243 | 2023-12-13T04:47:44.389Z | Downloaded semver v0.11.0 |
1244 | 2023-12-13T04:47:44.389Z | Downloaded sct v0.7.0 |
1245 | 2023-12-13T04:47:44.389Z | Downloaded scopeguard v1.2.0 |
1246 | 2023-12-13T04:47:44.389Z | Downloaded schemars_derive v0.8.13 |
1247 | 2023-12-13T04:47:44.389Z | Downloaded schemars v0.8.13 |
1248 | 2023-12-13T04:47:44.389Z | Downloaded supports-color v2.1.0 |
1249 | 2023-12-13T04:47:44.389Z | Downloaded num-traits v0.2.16 |
1250 | 2023-12-13T04:47:44.389Z | Downloaded num-bigint-dig v0.8.4 |
1251 | 2023-12-13T04:47:44.389Z | Downloaded nibble_vec v0.1.0 |
1252 | 2023-12-13T04:47:44.389Z | Downloaded num-rational v0.4.1 |
1253 | 2023-12-13T04:47:44.389Z | Downloaded darling v0.20.3 |
1254 | 2023-12-13T04:47:44.389Z | Downloaded darling v0.14.4 |
1255 | 2023-12-13T04:47:44.389Z | Downloaded trybuild v1.0.85 |
1256 | 2023-12-13T04:47:44.389Z | Downloaded try-lock v0.2.4 |
1257 | 2023-12-13T04:47:44.389Z | Downloaded tabled v0.14.0 |
1258 | 2023-12-13T04:47:44.389Z | Downloaded rand v0.4.6 |
1259 | 2023-12-13T04:47:44.389Z | Downloaded zerocopy v0.3.0 |
1260 | 2023-12-13T04:47:44.389Z | Downloaded tokio-tungstenite v0.20.1 |
1261 | 2023-12-13T04:47:44.389Z | Downloaded openssl-probe v0.1.5 |
1262 | 2023-12-13T04:47:44.389Z | Downloaded openssl-macros v0.1.1 |
1263 | 2023-12-13T04:47:44.389Z | Downloaded maplit v1.0.2 |
1264 | 2023-12-13T04:47:44.389Z | Downloaded log v0.4.20 |
1265 | 2023-12-13T04:47:44.390Z | Downloaded serde_urlencoded v0.7.1 |
1266 | 2023-12-13T04:47:44.390Z | Downloaded serde_tokenstream v0.2.0 |
1267 | 2023-12-13T04:47:44.390Z | Downloaded serde_derive_internals v0.26.0 |
1268 | 2023-12-13T04:47:44.390Z | Downloaded fs-err v2.11.0 |
1269 | 2023-12-13T04:47:44.390Z | Downloaded rayon-core v1.12.0 |
1270 | 2023-12-13T04:47:44.390Z | Downloaded slog-stdlog v4.1.1 |
1271 | 2023-12-13T04:47:44.390Z | Downloaded slog-scope v4.4.0 |
1272 | 2023-12-13T04:47:44.390Z | Downloaded rand_xorshift v0.3.0 |
1273 | 2023-12-13T04:47:44.390Z | Downloaded plotters v0.3.5 |
1274 | 2023-12-13T04:47:44.390Z | Downloaded olpc-cjson v0.1.3 |
1275 | 2023-12-13T04:47:44.390Z | Downloaded object v0.30.4 |
1276 | 2023-12-13T04:47:44.390Z | Downloaded hkdf v0.12.3 |
1277 | 2023-12-13T04:47:44.390Z | Downloaded normalize-line-endings v0.3.0 |
1278 | 2023-12-13T04:47:44.390Z | Downloaded blake2b_simd v1.0.1 |
1279 | 2023-12-13T04:47:44.390Z | Downloaded buf-list v1.0.3 |
1280 | 2023-12-13T04:47:44.390Z | Downloaded bitvec v1.0.1 |
1281 | 2023-12-13T04:47:44.390Z | Downloaded platforms v3.0.2 |
1282 | 2023-12-13T04:47:44.390Z | Downloaded pkg-config v0.3.27 |
1283 | 2023-12-13T04:47:44.390Z | Downloaded parking_lot v0.12.1 |
1284 | 2023-12-13T04:47:44.390Z | Downloaded parking_lot v0.11.2 |
1285 | 2023-12-13T04:47:44.390Z | Downloaded getopts v0.2.21 |
1286 | 2023-12-13T04:47:44.391Z | Downloaded futures-core v0.3.29 |
1287 | 2023-12-13T04:47:44.391Z | Downloaded yasna v0.5.2 |
1288 | 2023-12-13T04:47:44.391Z | Downloaded rustls-pemfile v1.0.3 |
1289 | 2023-12-13T04:47:44.391Z | Downloaded num_enum_derive v0.5.11 |
1290 | 2023-12-13T04:47:44.391Z | Downloaded num-derive v0.4.0 |
1291 | 2023-12-13T04:47:44.391Z | Downloaded num-complex v0.4.4 |
1292 | 2023-12-13T04:47:44.391Z | Downloaded nom v7.1.3 |
1293 | 2023-12-13T04:47:44.391Z | Downloaded utf-8 v0.7.6 |
1294 | 2023-12-13T04:47:44.391Z | Downloaded usdt-macro v0.3.5 |
1295 | 2023-12-13T04:47:44.391Z | Downloaded unicase v2.7.0 |
1296 | 2023-12-13T04:47:44.391Z | Downloaded unarray v0.1.4 |
1297 | 2023-12-13T04:47:44.391Z | Downloaded trust-dns-server v0.22.1 |
1298 | 2023-12-13T04:47:44.391Z | Downloaded ucd-trie v0.1.6 |
1299 | 2023-12-13T04:47:44.391Z | Downloaded signature v1.6.4 |
1300 | 2023-12-13T04:47:44.391Z | Downloaded nodrop v0.1.14 |
1301 | 2023-12-13T04:47:44.391Z | Downloaded newtype_derive v0.1.6 |
1302 | 2023-12-13T04:47:44.391Z | Downloaded newline-converter v0.3.0 |
1303 | 2023-12-13T04:47:44.391Z | Downloaded termtree v0.4.1 |
1304 | 2023-12-13T04:47:44.391Z | Downloaded smallvec v1.11.2 |
1305 | 2023-12-13T04:47:44.391Z | Downloaded smallvec v0.6.14 |
1306 | 2023-12-13T04:47:44.391Z | Downloaded slog-term v2.9.0 |
1307 | 2023-12-13T04:47:44.391Z | Downloaded slog-json v2.6.1 |
1308 | 2023-12-13T04:47:44.391Z | Downloaded sha1 v0.10.6 |
1309 | 2023-12-13T04:47:44.391Z | Downloaded serde_plain v1.0.2 |
1310 | 2023-12-13T04:47:44.392Z | Downloaded num v0.4.1 |
1311 | 2023-12-13T04:47:44.392Z | Downloaded libloading v0.7.4 |
1312 | 2023-12-13T04:47:44.392Z | Downloaded async-recursion v1.0.5 |
1313 | 2023-12-13T04:47:44.392Z | Downloaded diesel_derives v2.1.2 |
1314 | 2023-12-13T04:47:44.392Z | Downloaded serde_path_to_error v0.1.14 |
1315 | 2023-12-13T04:47:44.392Z | Downloaded lalrpop v0.19.12 |
1316 | 2023-12-13T04:47:44.392Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1317 | 2023-12-13T04:47:44.392Z | Downloaded debug-ignore v1.0.5 |
1318 | 2023-12-13T04:47:44.392Z | Downloaded termios v0.3.3 |
1319 | 2023-12-13T04:47:44.392Z | Downloaded slog-envlogger v2.2.0 |
1320 | 2023-12-13T04:47:44.392Z | Downloaded slog-dtrace v0.2.3 |
1321 | 2023-12-13T04:47:44.392Z | Downloaded slog-bunyan v2.4.0 |
1322 | 2023-12-13T04:47:44.392Z | Downloaded slog-async v2.8.0 |
1323 | 2023-12-13T04:47:44.392Z | Downloaded slog v2.7.0 |
1324 | 2023-12-13T04:47:44.392Z | Downloaded sled v0.34.7 |
1325 | 2023-12-13T04:47:44.395Z | Downloaded num-integer v0.1.45 |
1326 | 2023-12-13T04:47:44.398Z | Downloaded new_debug_unreachable v1.0.4 |
1327 | 2023-12-13T04:47:44.398Z | Downloaded maybe-uninit v2.0.0 |
1328 | 2023-12-13T04:47:44.401Z | Downloaded libefi-sys v0.1.0 |
1329 | 2023-12-13T04:47:44.406Z | Downloaded crunchy v0.2.2 |
1330 | 2023-12-13T04:47:44.406Z | Downloaded criterion-plot v0.5.0 |
1331 | 2023-12-13T04:47:44.409Z | Downloaded crc32fast v1.3.2 |
1332 | 2023-12-13T04:47:44.409Z | Downloaded crc-catalog v2.2.0 |
1333 | 2023-12-13T04:47:44.415Z | Downloaded convert_case v0.4.0 |
1334 | 2023-12-13T04:47:44.415Z | Downloaded colored v2.0.4 |
1335 | 2023-12-13T04:47:44.422Z | Downloaded clang-sys v1.6.1 |
1336 | 2023-12-13T04:47:44.429Z | Downloaded ciborium-ll v0.2.1 |
1337 | 2023-12-13T04:47:44.429Z | Downloaded bit-set v0.5.3 |
1338 | 2023-12-13T04:47:44.429Z | Downloaded bindgen v0.65.1 |
1339 | 2023-12-13T04:47:44.439Z | Downloaded slab v0.4.9 |
1340 | 2023-12-13T04:47:44.448Z | Downloaded bcs v0.1.6 |
1341 | 2023-12-13T04:47:44.449Z | Downloaded bb8 v0.8.1 |
1342 | 2023-12-13T04:47:44.449Z | Downloaded base64ct v1.6.0 |
1343 | 2023-12-13T04:47:44.456Z | Downloaded base64 v0.21.5 |
1344 | 2023-12-13T04:47:44.465Z | Downloaded base16ct v0.2.0 |
1345 | 2023-12-13T04:47:44.465Z | Downloaded backtrace v0.3.69 |
1346 | 2023-12-13T04:47:44.469Z | Downloaded backoff v0.4.0 |
1347 | 2023-12-13T04:47:44.469Z | Downloaded siphasher v0.3.11 |
1348 | 2023-12-13T04:47:44.477Z | Downloaded similar-asserts v1.5.0 |
1349 | 2023-12-13T04:47:44.478Z | Downloaded similar v2.3.0 |
1350 | 2023-12-13T04:47:44.485Z | Downloaded signature v2.1.0 |
1351 | 2023-12-13T04:47:44.493Z | Downloaded signal-hook-tokio v0.3.1 |
1352 | 2023-12-13T04:47:44.493Z | Downloaded signal-hook-registry v1.4.1 |
1353 | 2023-12-13T04:47:44.493Z | Downloaded signal-hook-mio v0.2.3 |
1354 | 2023-12-13T04:47:44.513Z | Downloaded sha2 v0.10.8 |
1355 | 2023-12-13T04:47:44.513Z | Downloaded nested v0.1.1 |
1356 | 2023-12-13T04:47:44.513Z | Downloaded native-tls v0.2.11 |
1357 | 2023-12-13T04:47:44.513Z | Downloaded autocfg v1.1.0 |
1358 | 2023-12-13T04:47:44.513Z | Downloaded atty v0.2.14 |
1359 | 2023-12-13T04:47:44.535Z | Downloaded atomicwrites v0.4.2 |
1360 | 2023-12-13T04:47:44.535Z | Downloaded atomic-waker v1.1.1 |
1361 | 2023-12-13T04:47:44.536Z | Downloaded async-trait v0.1.74 |
1362 | 2023-12-13T04:47:44.536Z | Downloaded async-stream-impl v0.3.5 |
1363 | 2023-12-13T04:47:44.536Z | Downloaded async-stream v0.3.5 |
1364 | 2023-12-13T04:47:44.536Z | Downloaded array-init v0.0.4 |
1365 | 2023-12-13T04:47:44.537Z | Downloaded assert_cmd v2.0.12 |
1366 | 2023-12-13T04:47:44.537Z | Downloaded corncobs v0.1.3 |
1367 | 2023-12-13T04:47:44.537Z | Downloaded multer v2.1.0 |
1368 | 2023-12-13T04:47:44.554Z | Downloaded mockall_derive v0.11.4 |
1369 | 2023-12-13T04:47:44.554Z | Downloaded mockall v0.11.4 |
1370 | 2023-12-13T04:47:44.555Z | Downloaded mio v0.8.9 |
1371 | 2023-12-13T04:47:44.555Z | Downloaded miniz_oxide v0.7.1 |
1372 | 2023-12-13T04:47:44.555Z | Downloaded approx v0.5.1 |
1373 | 2023-12-13T04:47:44.566Z | Downloaded arc-swap v1.6.0 |
1374 | 2023-12-13T04:47:44.566Z | Downloaded ascii-canvas v3.0.0 |
1375 | 2023-12-13T04:47:44.566Z | Downloaded arrayref v0.3.7 |
1376 | 2023-12-13T04:47:44.566Z | Downloaded assert_matches v1.5.0 |
1377 | 2023-12-13T04:47:44.566Z | Downloaded ahash v0.8.6 |
1378 | 2023-12-13T04:47:44.566Z | Downloaded aead v0.5.2 |
1379 | 2023-12-13T04:47:44.578Z | Downloaded anes v0.1.6 |
1380 | 2023-12-13T04:47:44.578Z | Downloaded arrayvec v0.7.4 |
1381 | 2023-12-13T04:47:44.593Z | Downloaded aho-corasick v1.0.4 |
1382 | 2023-12-13T04:47:44.594Z | Downloaded mime v0.3.17 |
1383 | 2023-12-13T04:47:44.607Z | Downloaded memoffset v0.9.0 |
1384 | 2023-12-13T04:47:44.607Z | Downloaded memoffset v0.7.1 |
1385 | 2023-12-13T04:47:44.607Z | Downloaded md-5 v0.10.5 |
1386 | 2023-12-13T04:47:44.607Z | Downloaded matches v0.1.10 |
1387 | 2023-12-13T04:47:44.608Z | Downloaded match_cfg v0.1.0 |
1388 | 2023-12-13T04:47:44.608Z | Downloaded managed v0.8.0 |
1389 | 2023-12-13T04:47:44.608Z | Downloaded macaddr v1.0.1 |
1390 | 2023-12-13T04:47:44.608Z | Downloaded lru-cache v0.1.2 |
1391 | 2023-12-13T04:47:44.608Z | Downloaded lock_api v0.4.10 |
1392 | 2023-12-13T04:47:44.633Z | Downloaded linear-map v1.2.0 |
1393 | 2023-12-13T04:47:44.633Z | Downloaded libxml v0.3.3 |
1394 | 2023-12-13T04:47:44.644Z | Downloaded libtest-mimic v0.6.1 |
1395 | 2023-12-13T04:47:44.644Z | Downloaded curve25519-dalek-derive v0.1.0 |
1396 | 2023-12-13T04:47:44.644Z | Downloaded adler v1.0.2 |
1397 | 2023-12-13T04:47:44.644Z | Downloaded linked-hash-map v0.5.6 |
1398 | 2023-12-13T04:47:44.644Z | Downloaded libsw v3.3.0 |
1399 | 2023-12-13T04:47:44.644Z | Downloaded lazycell v1.3.0 |
1400 | 2023-12-13T04:47:44.644Z | Downloaded lazy_static v1.4.0 |
1401 | 2023-12-13T04:47:44.644Z | Downloaded lalrpop-util v0.19.12 |
1402 | 2023-12-13T04:47:44.644Z | Downloaded kstat-rs v0.2.3 |
1403 | 2023-12-13T04:47:44.644Z | Downloaded keccak v0.1.4 |
1404 | 2023-12-13T04:47:44.645Z | Downloaded itertools v0.12.0 |
1405 | 2023-12-13T04:47:45.066Z | Downloaded cstr-argument v0.1.2 |
1406 | 2023-12-13T04:47:45.067Z | Downloaded crossterm v0.27.0 |
1407 | 2023-12-13T04:47:45.074Z | Downloaded itertools v0.11.0 |
1408 | 2023-12-13T04:47:45.074Z | Downloaded itertools v0.10.5 |
1409 | 2023-12-13T04:47:45.074Z | Downloaded is_ci v1.1.1 |
1410 | 2023-12-13T04:47:45.074Z | Downloaded is-terminal v0.4.9 |
1411 | 2023-12-13T04:47:45.074Z | Downloaded ipnet v2.8.0 |
1412 | 2023-12-13T04:47:45.074Z | Downloaded indoc v1.0.9 |
1413 | 2023-12-13T04:47:45.074Z | Downloaded ident_case v1.0.1 |
1414 | 2023-12-13T04:47:45.074Z | Downloaded iana-time-zone v0.1.57 |
1415 | 2023-12-13T04:47:45.074Z | Downloaded crypto-bigint v0.5.2 |
1416 | 2023-12-13T04:47:45.074Z | Downloaded crossbeam-utils v0.8.16 |
1417 | 2023-12-13T04:47:45.074Z | Downloaded crossbeam-queue v0.3.8 |
1418 | 2023-12-13T04:47:45.075Z | Downloaded crossbeam v0.8.2 |
1419 | 2023-12-13T04:47:45.075Z | Downloaded crc-any v2.4.3 |
1420 | 2023-12-13T04:47:45.075Z | Downloaded cpufeatures v0.2.9 |
1421 | 2023-12-13T04:47:45.075Z | Downloaded constant_time_eq v0.3.0 |
1422 | 2023-12-13T04:47:45.075Z | Downloaded const-oid v0.9.5 |
1423 | 2023-12-13T04:47:45.075Z | Downloaded console v0.15.7 |
1424 | 2023-12-13T04:47:45.075Z | Downloaded clap v2.34.0 |
1425 | 2023-12-13T04:47:45.075Z | Downloaded inout v0.1.3 |
1426 | 2023-12-13T04:47:45.075Z | Downloaded indexmap v1.9.3 |
1427 | 2023-12-13T04:47:45.075Z | Downloaded idna v0.5.0 |
1428 | 2023-12-13T04:47:45.075Z | Downloaded crossbeam-epoch v0.9.15 |
1429 | 2023-12-13T04:47:45.075Z | Downloaded crossbeam-deque v0.8.3 |
1430 | 2023-12-13T04:47:45.076Z | Downloaded criterion v0.5.1 |
1431 | 2023-12-13T04:47:45.076Z | Downloaded constant_time_eq v0.2.6 |
1432 | 2023-12-13T04:47:45.076Z | Downloaded hubpack_derive v0.1.1 |
1433 | 2023-12-13T04:47:45.076Z | Downloaded cookie v0.18.0 |
1434 | 2023-12-13T04:47:45.076Z | Downloaded cobs v0.2.3 |
1435 | 2023-12-13T04:47:45.076Z | Downloaded ciborium-io v0.2.1 |
1436 | 2023-12-13T04:47:45.076Z | Downloaded chrono v0.4.31 |
1437 | 2023-12-13T04:47:45.076Z | Downloaded byteorder v1.5.0 |
1438 | 2023-12-13T04:47:45.076Z | Downloaded indicatif v0.17.7 |
1439 | 2023-12-13T04:47:45.076Z | Downloaded idna v0.2.3 |
1440 | 2023-12-13T04:47:45.076Z | Downloaded hyper-staticfile v0.9.5 |
1441 | 2023-12-13T04:47:45.076Z | Downloaded httptest v0.15.5 |
1442 | 2023-12-13T04:47:45.076Z | Downloaded chacha20 v0.9.1 |
1443 | 2023-12-13T04:47:45.077Z | Downloaded bytesize v1.3.0 |
1444 | 2023-12-13T04:47:45.077Z | Downloaded bytecount v0.6.3 |
1445 | 2023-12-13T04:47:45.077Z | Downloaded indoc v2.0.3 |
1446 | 2023-12-13T04:47:45.077Z | Downloaded cipher v0.4.4 |
1447 | 2023-12-13T04:47:45.077Z | Downloaded hyper v0.14.27 |
1448 | 2023-12-13T04:47:45.077Z | Downloaded darling_core v0.14.4 |
1449 | 2023-12-13T04:47:45.077Z | Downloaded ciborium v0.2.1 |
1450 | 2023-12-13T04:47:45.077Z | Downloaded chacha20poly1305 v0.10.1 |
1451 | 2023-12-13T04:47:45.077Z | Downloaded cast v0.3.0 |
1452 | 2023-12-13T04:47:45.077Z | Downloaded bytes v1.5.0 |
1453 | 2023-12-13T04:47:45.077Z | Downloaded cc v1.0.83 |
1454 | 2023-12-13T04:47:45.077Z | Downloaded cassowary v0.3.0 |
1455 | 2023-12-13T04:47:45.078Z | Downloaded bitfield v0.14.0 |
1456 | 2023-12-13T04:47:45.605Z | Compiling serde v1.0.193 |
1457 | 2023-12-13T04:47:45.605Z | Compiling autocfg v1.1.0 |
1458 | 2023-12-13T04:47:45.619Z | Checking cfg-if v1.0.0 |
1459 | 2023-12-13T04:47:45.619Z | Compiling version_check v0.9.4 |
1460 | 2023-12-13T04:47:45.619Z | Compiling syn v1.0.109 |
1461 | 2023-12-13T04:47:45.651Z | Checking libc v0.2.151 |
1462 | 2023-12-13T04:47:45.681Z | Compiling syn v2.0.32 |
1463 | 2023-12-13T04:47:45.723Z | Compiling parking_lot_core v0.9.8 |
1464 | 2023-12-13T04:47:45.752Z | Compiling libm v0.2.7 |
1465 | 2023-12-13T04:47:46.566Z | Compiling cc v1.0.83 |
1466 | 2023-12-13T04:47:46.689Z | Compiling futures-core v0.3.29 |
1467 | 2023-12-13T04:47:46.747Z | Compiling once_cell v1.19.0 |
1468 | 2023-12-13T04:47:47.238Z | Compiling serde_json v1.0.108 |
1469 | 2023-12-13T04:47:47.409Z | Compiling memchr v2.6.3 |
1470 | 2023-12-13T04:47:47.477Z | Compiling lock_api v0.4.10 |
1471 | 2023-12-13T04:47:47.907Z | Compiling num-traits v0.2.16 |
1472 | 2023-12-13T04:47:47.928Z | Compiling typenum v1.16.0 |
1473 | 2023-12-13T04:47:48.396Z | Checking getrandom v0.2.10 |
1474 | 2023-12-13T04:47:48.396Z | Compiling generic-array v0.14.7 |
1475 | 2023-12-13T04:47:48.589Z | Compiling slab v0.4.9 |
1476 | 2023-12-13T04:47:49.092Z | Compiling futures-task v0.3.29 |
1477 | 2023-12-13T04:47:49.115Z | Compiling futures-channel v0.3.29 |
1478 | 2023-12-13T04:47:49.711Z | Compiling futures-util v0.3.29 |
1479 | 2023-12-13T04:47:49.731Z | Checking scopeguard v1.2.0 |
1480 | 2023-12-13T04:47:49.907Z | Compiling log v0.4.20 |
1481 | 2023-12-13T04:47:50.276Z | Compiling pkg-config v0.3.27 |
1482 | 2023-12-13T04:47:50.759Z | Checking smallvec v1.11.2 |
1483 | 2023-12-13T04:47:50.965Z | Compiling byteorder v1.5.0 |
1484 | 2023-12-13T04:47:51.446Z | Checking itoa v1.0.9 |
1485 | 2023-12-13T04:47:51.743Z | Compiling rustix v0.38.25 |
1486 | 2023-12-13T04:47:51.762Z | Compiling indexmap v1.9.3 |
1487 | 2023-12-13T04:47:51.848Z | Compiling schemars v0.8.13 |
1488 | 2023-12-13T04:47:52.310Z | Compiling fnv v1.0.7 |
1489 | 2023-12-13T04:47:52.334Z | Compiling vcpkg v0.2.15 |
1490 | 2023-12-13T04:47:52.459Z | Compiling httparse v1.8.0 |
1491 | 2023-12-13T04:47:52.468Z | Checking rand_core v0.6.4 |
1492 | 2023-12-13T04:47:53.161Z | Compiling ring v0.16.20 |
1493 | 2023-12-13T04:47:53.642Z | Compiling ring v0.17.7 |
1494 | 2023-12-13T04:47:55.078Z | Compiling aho-corasick v1.0.4 |
1495 | 2023-12-13T04:47:55.212Z | Compiling regex-syntax v0.8.2 |
1496 | 2023-12-13T04:47:56.344Z | Compiling openssl-sys v0.9.96 |
1497 | 2023-12-13T04:47:57.885Z | Compiling parking_lot v0.12.1 |
1498 | 2023-12-13T04:47:58.593Z | Compiling ahash v0.8.6 |
1499 | 2023-12-13T04:47:59.558Z | Compiling serde_derive_internals v0.26.0 |
1500 | 2023-12-13T04:47:59.869Z | Checking pin-project-lite v0.2.13 |
1501 | 2023-12-13T04:48:00.031Z | Compiling openssl v0.10.60 |
1502 | 2023-12-13T04:48:00.653Z | Checking spin v0.5.2 |
1503 | 2023-12-13T04:48:01.012Z | Checking signal-hook-registry v1.4.1 |
1504 | 2023-12-13T04:48:01.438Z | Compiling regex-automata v0.4.3 |
1505 | 2023-12-13T04:48:01.626Z | Compiling ucd-trie v0.1.6 |
1506 | 2023-12-13T04:48:02.686Z | Compiling rustls v0.21.9 |
1507 | 2023-12-13T04:48:02.985Z | Checking mio v0.8.9 |
1508 | 2023-12-13T04:48:03.201Z | Compiling native-tls v0.2.11 |
1509 | 2023-12-13T04:48:03.735Z | Compiling iana-time-zone v0.1.57 |
1510 | 2023-12-13T04:48:04.028Z | Compiling async-trait v0.1.74 |
1511 | 2023-12-13T04:48:04.045Z | Checking num_cpus v1.16.0 |
1512 | 2023-12-13T04:48:04.619Z | Checking ryu v1.0.15 |
1513 | 2023-12-13T04:48:04.928Z | Compiling unicode-xid v0.2.4 |
1514 | 2023-12-13T04:48:05.198Z | Compiling dyn-clone v1.0.13 |
1515 | 2023-12-13T04:48:05.512Z | Compiling backtrace v0.3.69 |
1516 | 2023-12-13T04:48:05.806Z | Checking socket2 v0.5.5 |
1517 | 2023-12-13T04:48:06.554Z | Compiling futures-sink v0.3.29 |
1518 | 2023-12-13T04:48:06.739Z | Compiling errno v0.3.2 |
1519 | 2023-12-13T04:48:06.793Z | Compiling tinyvec_macros v0.1.1 |
1520 | 2023-12-13T04:48:06.800Z | Compiling crossbeam-utils v0.8.16 |
1521 | 2023-12-13T04:48:06.877Z | Compiling crc32fast v1.3.2 |
1522 | 2023-12-13T04:48:07.072Z | Compiling tinyvec v1.6.0 |
1523 | 2023-12-13T04:48:08.137Z | Compiling pin-utils v0.1.0 |
1524 | 2023-12-13T04:48:08.224Z | Compiling anyhow v1.0.75 |
1525 | 2023-12-13T04:48:08.265Z | Compiling futures-io v0.3.29 |
1526 | 2023-12-13T04:48:08.524Z | Compiling spin v0.9.8 |
1527 | 2023-12-13T04:48:08.761Z | Compiling regex v1.10.2 |
1528 | 2023-12-13T04:48:09.129Z | Compiling tracing-core v0.1.31 |
1529 | 2023-12-13T04:48:09.357Z | Compiling unicode-bidi v0.3.13 |
1530 | 2023-12-13T04:48:09.745Z | Compiling unicode-normalization v0.1.22 |
1531 | 2023-12-13T04:48:11.090Z | Compiling num-integer v0.1.45 |
1532 | 2023-12-13T04:48:11.620Z | Compiling synstructure v0.12.6 |
1533 | 2023-12-13T04:48:12.144Z | Compiling lazy_static v1.4.0 |
1534 | 2023-12-13T04:48:12.144Z | Checking subtle v2.5.0 |
1535 | 2023-12-13T04:48:12.144Z | Compiling base64 v0.21.5 |
1536 | 2023-12-13T04:48:12.144Z | Compiling unicode-width v0.1.11 |
1537 | 2023-12-13T04:48:12.161Z | Compiling serde_derive v1.0.193 |
1538 | 2023-12-13T04:48:12.224Z | Compiling thiserror-impl v1.0.49 |
1539 | 2023-12-13T04:48:12.292Z | Compiling zeroize_derive v1.4.2 |
1540 | 2023-12-13T04:48:13.273Z | Compiling tokio-macros v2.2.0 |
1541 | 2023-12-13T04:48:13.300Z | Compiling futures-macro v0.3.29 |
1542 | 2023-12-13T04:48:13.395Z | Compiling tracing-attributes v0.1.26 |
1543 | 2023-12-13T04:48:14.929Z | Compiling schemars_derive v0.8.13 |
1544 | 2023-12-13T04:48:15.184Z | Compiling zerocopy-derive v0.7.26 |
1545 | 2023-12-13T04:48:16.359Z | Checking zeroize v1.7.0 |
1546 | 2023-12-13T04:48:16.834Z | Compiling openssl-macros v0.1.1 |
1547 | 2023-12-13T04:48:18.225Z | Compiling thiserror v1.0.49 |
1548 | 2023-12-13T04:48:18.432Z | Compiling pest v2.7.2 |
1549 | 2023-12-13T04:48:19.209Z | Compiling zerocopy v0.7.26 |
1550 | 2023-12-13T04:48:20.437Z | Compiling tracing v0.1.37 |
1551 | 2023-12-13T04:48:20.904Z | Compiling der_derive v0.7.2 |
1552 | 2023-12-13T04:48:21.388Z | Compiling slog v2.7.0 |
1553 | 2023-12-13T04:48:22.312Z | Compiling zerocopy-derive v0.2.0 |
1554 | 2023-12-13T04:48:22.414Z | Compiling time-core v0.1.1 |
1555 | 2023-12-13T04:48:22.695Z | Compiling pest_meta v2.7.2 |
1556 | 2023-12-13T04:48:22.969Z | Compiling hashbrown v0.13.2 |
1557 | 2023-12-13T04:48:23.557Z | Compiling foreign-types-shared v0.1.1 |
1558 | 2023-12-13T04:48:23.602Z | Compiling untrusted v0.9.0 |
1559 | 2023-12-13T04:48:23.729Z | Compiling percent-encoding v2.3.1 |
1560 | 2023-12-13T04:48:23.885Z | Compiling untrusted v0.7.1 |
1561 | 2023-12-13T04:48:24.219Z | Compiling rustversion v1.0.14 |
1562 | 2023-12-13T04:48:24.362Z | Compiling openssl-probe v0.1.5 |
1563 | 2023-12-13T04:48:24.902Z | Compiling hashbrown v0.12.3 |
1564 | 2023-12-13T04:48:25.040Z | Compiling pest_generator v2.7.2 |
1565 | 2023-12-13T04:48:25.843Z | Compiling foreign-types v0.3.2 |
1566 | 2023-12-13T04:48:25.980Z | Compiling time-macros v0.2.13 |
1567 | 2023-12-13T04:48:29.795Z | Compiling try-lock v0.2.4 |
1568 | 2023-12-13T04:48:30.145Z | Compiling want v0.3.1 |
1569 | 2023-12-13T04:48:30.614Z | Compiling rustls-webpki v0.101.7 |
1570 | 2023-12-13T04:48:31.347Z | Compiling sct v0.7.0 |
1571 | 2023-12-13T04:48:31.828Z | Compiling pest_derive v2.7.2 |
1572 | 2023-12-13T04:48:31.963Z | Compiling form_urlencoded v1.2.1 |
1573 | 2023-12-13T04:48:33.117Z | Compiling socket2 v0.4.9 |
1574 | 2023-12-13T04:48:33.140Z | Compiling const-oid v0.9.5 |
1575 | 2023-12-13T04:48:33.477Z | Compiling either v1.9.0 |
1576 | 2023-12-13T04:48:33.724Z | Compiling tower-service v0.3.2 |
1577 | 2023-12-13T04:48:33.919Z | Compiling httpdate v1.0.3 |
1578 | 2023-12-13T04:48:34.588Z | Compiling rustls-pemfile v1.0.3 |
1579 | 2023-12-13T04:48:34.619Z | Compiling idna v0.5.0 |
1580 | 2023-12-13T04:48:34.897Z | Compiling memoffset v0.9.0 |
1581 | 2023-12-13T04:48:35.211Z | Compiling usdt-impl v0.3.5 |
1582 | 2023-12-13T04:48:35.411Z | Compiling adler v1.0.2 |
1583 | 2023-12-13T04:48:35.770Z | Compiling miniz_oxide v0.7.1 |
1584 | 2023-12-13T04:48:36.262Z | Compiling rustls-native-certs v0.6.3 |
1585 | 2023-12-13T04:48:36.471Z | Compiling url v2.5.0 |
1586 | 2023-12-13T04:48:36.982Z | Compiling zerocopy v0.3.0 |
1587 | 2023-12-13T04:48:37.272Z | Checking bytes v1.5.0 |
1588 | 2023-12-13T04:48:37.666Z | Checking bitflags v2.4.0 |
1589 | 2023-12-13T04:48:38.317Z | Checking crypto-common v0.1.6 |
1590 | 2023-12-13T04:48:38.607Z | Compiling ipnet v2.8.0 |
1591 | 2023-12-13T04:48:38.644Z | Checking tokio v1.35.0 |
1592 | 2023-12-13T04:48:40.764Z | Compiling indexmap v2.1.0 |
1593 | 2023-12-13T04:48:41.039Z | Compiling semver v1.0.20 |
1594 | 2023-12-13T04:48:41.761Z | Compiling chrono v0.4.31 |
1595 | 2023-12-13T04:48:41.764Z | Compiling uuid v1.6.1 |
1596 | 2023-12-13T04:48:42.911Z | Compiling rustc_version v0.4.0 |
1597 | 2023-12-13T04:48:43.075Z | Compiling http v0.2.11 |
1598 | 2023-12-13T04:48:44.274Z | Compiling toml_datetime v0.6.5 |
1599 | 2023-12-13T04:48:44.517Z | Compiling serde_spanned v0.6.4 |
1600 | 2023-12-13T04:48:44.911Z | Compiling toml_edit v0.19.15 |
1601 | 2023-12-13T04:48:45.285Z | Compiling openapiv3 v2.0.0 |
1602 | 2023-12-13T04:48:48.795Z | Compiling http-body v0.4.5 |
1603 | 2023-12-13T04:48:49.449Z | Compiling heapless v0.7.16 |
1604 | 2023-12-13T04:48:50.561Z | Compiling signal-hook v0.3.17 |
1605 | 2023-12-13T04:48:50.626Z | Compiling serde_urlencoded v0.7.1 |
1606 | 2023-12-13T04:48:50.657Z | Compiling dof v0.1.5 |
1607 | 2023-12-13T04:48:51.070Z | Compiling dtrace-parser v0.1.14 |
1608 | 2023-12-13T04:48:51.889Z | Compiling clap_derive v4.4.2 |
1609 | 2023-12-13T04:48:52.408Z | Compiling zerocopy-derive v0.6.4 |
1610 | 2023-12-13T04:48:53.866Z | Compiling crossbeam-epoch v0.9.15 |
1611 | 2023-12-13T04:48:54.240Z | Compiling encoding_rs v0.8.33 |
1612 | 2023-12-13T04:48:54.589Z | Compiling thread-id v4.2.0 |
1613 | 2023-12-13T04:48:54.619Z | Compiling webpki-roots v0.25.2 |
1614 | 2023-12-13T04:48:54.761Z | Compiling mime v0.3.17 |
1615 | 2023-12-13T04:48:54.877Z | Compiling siphasher v0.3.11 |
1616 | 2023-12-13T04:48:55.627Z | Compiling gimli v0.28.0 |
1617 | 2023-12-13T04:48:56.608Z | Compiling serde_tokenstream v0.1.7 |
1618 | 2023-12-13T04:48:57.484Z | Compiling tokio-util v0.7.10 |
1619 | 2023-12-13T04:48:58.932Z | Compiling tokio-rustls v0.24.1 |
1620 | 2023-12-13T04:48:59.335Z | Compiling strum_macros v0.25.2 |
1621 | 2023-12-13T04:48:59.585Z | Compiling h2 v0.3.21 |
1622 | 2023-12-13T04:49:00.214Z | Compiling block-buffer v0.10.4 |
1623 | 2023-12-13T04:49:01.630Z | Compiling tokio-native-tls v0.3.1 |
1624 | 2023-12-13T04:49:02.151Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1625 | 2023-12-13T04:49:02.151Z | Compiling object v0.32.1 |
1626 | 2023-12-13T04:49:03.257Z | Compiling num-iter v0.1.43 |
1627 | 2023-12-13T04:49:03.265Z | Compiling addr2line v0.21.0 |
1628 | 2023-12-13T04:49:03.565Z | Compiling rustc-demangle v0.1.23 |
1629 | 2023-12-13T04:49:05.298Z | Compiling flate2 v1.0.28 |
1630 | 2023-12-13T04:49:05.968Z | Compiling digest v0.10.7 |
1631 | 2023-12-13T04:49:06.277Z | Compiling ppv-lite86 v0.2.17 |
1632 | 2023-12-13T04:49:06.779Z | Compiling doc-comment v0.3.3 |
1633 | 2023-12-13T04:49:06.856Z | Compiling usdt-macro v0.3.5 |
1634 | 2023-12-13T04:49:07.056Z | Compiling usdt-attr-macro v0.3.5 |
1635 | 2023-12-13T04:49:07.568Z | Compiling toml v0.7.8 |
1636 | 2023-12-13T04:49:07.649Z | Compiling rand_chacha v0.3.1 |
1637 | 2023-12-13T04:49:08.190Z | Compiling toml_edit v0.21.0 |
1638 | 2023-12-13T04:49:09.206Z | Compiling hex v0.4.3 |
1639 | 2023-12-13T04:49:09.601Z | Compiling pin-project-internal v1.1.3 |
1640 | 2023-12-13T04:49:10.656Z | Compiling bit-vec v0.6.3 |
1641 | 2023-12-13T04:49:10.894Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1642 | 2023-12-13T04:49:11.508Z | Compiling rand v0.8.5 |
1643 | 2023-12-13T04:49:12.188Z | Compiling hyper v0.14.27 |
1644 | 2023-12-13T04:49:12.462Z | Compiling phf_shared v0.10.0 |
1645 | 2023-12-13T04:49:13.498Z | Compiling num-bigint v0.4.4 |
1646 | 2023-12-13T04:49:14.428Z | Compiling base64ct v1.6.0 |
1647 | 2023-12-13T04:49:15.186Z | Compiling smoltcp v0.9.1 |
1648 | 2023-12-13T04:49:15.442Z | Compiling precomputed-hash v0.1.1 |
1649 | 2023-12-13T04:49:15.522Z | Compiling fixedbitset v0.4.2 |
1650 | 2023-12-13T04:49:15.625Z | Compiling new_debug_unreachable v1.0.4 |
1651 | 2023-12-13T04:49:15.776Z | Compiling string_cache v0.8.7 |
1652 | 2023-12-13T04:49:16.372Z | Compiling petgraph v0.6.4 |
1653 | 2023-12-13T04:49:16.501Z | Compiling pem-rfc7468 v0.7.0 |
1654 | 2023-12-13T04:49:17.215Z | Compiling bit-set v0.5.3 |
1655 | 2023-12-13T04:49:27.303Z | Compiling hmac v0.12.1 |
1656 | 2023-12-13T04:49:27.579Z | Compiling itertools v0.10.5 |
1657 | 2023-12-13T04:49:27.580Z | Compiling hubpack_derive v0.1.1 |
1658 | 2023-12-13T04:49:27.580Z | Compiling enum-as-inner v0.5.1 |
1659 | 2023-12-13T04:49:27.580Z | Compiling diesel_table_macro_syntax v0.1.0 |
1660 | 2023-12-13T04:49:27.580Z | Compiling flagset v0.4.3 |
1661 | 2023-12-13T04:49:27.580Z | Compiling unicode-segmentation v1.10.1 |
1662 | 2023-12-13T04:49:27.580Z | Compiling lalrpop-util v0.19.12 |
1663 | 2023-12-13T04:49:27.580Z | Compiling der v0.7.8 |
1664 | 2023-12-13T04:49:27.580Z | Compiling diesel_derives v2.1.2 |
1665 | 2023-12-13T04:49:27.580Z | Compiling snafu-derive v0.7.5 |
1666 | 2023-12-13T04:49:27.580Z | Compiling cpufeatures v0.2.9 |
1667 | 2023-12-13T04:49:27.580Z | Compiling sha2 v0.10.8 |
1668 | 2023-12-13T04:49:27.580Z | Compiling rustix v0.37.23 |
1669 | 2023-12-13T04:49:27.580Z | Compiling md-5 v0.10.5 |
1670 | 2023-12-13T04:49:27.580Z | Compiling serde_repr v0.1.16 |
1671 | 2023-12-13T04:49:27.698Z | Compiling hyper-tls v0.5.0 |
1672 | 2023-12-13T04:49:27.699Z | Compiling hyper-rustls v0.24.2 |
1673 | 2023-12-13T04:49:27.700Z | Compiling spki v0.7.2 |
1674 | 2023-12-13T04:49:27.700Z | Compiling stringprep v0.1.3 |
1675 | 2023-12-13T04:49:27.701Z | Compiling reqwest v0.11.22 |
1676 | 2023-12-13T04:49:27.701Z | Compiling hash32 v0.2.1 |
1677 | 2023-12-13T04:49:27.702Z | Compiling fallible-iterator v0.2.0 |
1678 | 2023-12-13T04:49:27.702Z | Checking bitflags v1.3.2 |
1679 | 2023-12-13T04:49:27.702Z | Compiling stable_deref_trait v1.2.0 |
1680 | 2023-12-13T04:49:27.899Z | Compiling postgres-protocol v0.6.6 |
1681 | 2023-12-13T04:49:29.843Z | Compiling pkcs8 v0.10.2 |
1682 | 2023-12-13T04:49:30.169Z | Compiling terminal_size v0.2.6 |
1683 | 2023-12-13T04:49:30.452Z | Compiling phf_shared v0.11.2 |
1684 | 2023-12-13T04:49:31.241Z | Compiling ff v0.13.0 |
1685 | 2023-12-13T04:49:31.271Z | Compiling block-padding v0.3.3 |
1686 | 2023-12-13T04:49:31.271Z | Compiling scheduled-thread-pool v0.2.7 |
1687 | 2023-12-13T04:49:31.543Z | Compiling deranged v0.3.8 |
1688 | 2023-12-13T04:49:32.283Z | Compiling regex-automata v0.1.10 |
1689 | 2023-12-13T04:49:32.366Z | Compiling managed v0.8.0 |
1690 | 2023-12-13T04:49:32.388Z | Compiling num_threads v0.1.6 |
1691 | 2023-12-13T04:49:32.862Z | Compiling matches v0.1.10 |
1692 | 2023-12-13T04:49:32.913Z | Compiling base16ct v0.2.0 |
1693 | 2023-12-13T04:49:33.075Z | Compiling idna v0.2.3 |
1694 | 2023-12-13T04:49:33.105Z | Compiling bstr v0.2.17 |
1695 | 2023-12-13T04:49:33.447Z | Compiling sec1 v0.7.3 |
1696 | 2023-12-13T04:49:33.580Z | Compiling clap_builder v4.4.2 |
1697 | 2023-12-13T04:49:34.442Z | Compiling r2d2 v0.8.10 |
1698 | 2023-12-13T04:49:34.682Z | Compiling time v0.3.27 |
1699 | 2023-12-13T04:49:35.058Z | Compiling inout v0.1.3 |
1700 | 2023-12-13T04:49:35.550Z | Compiling signal-hook-mio v0.2.3 |
1701 | 2023-12-13T04:49:35.600Z | Compiling group v0.13.0 |
1702 | 2023-12-13T04:49:35.788Z | Compiling phf v0.11.2 |
1703 | 2023-12-13T04:49:36.025Z | Compiling bzip2 v0.4.4 |
1704 | 2023-12-13T04:49:36.169Z | Compiling postgres-types v0.2.6 |
1705 | 2023-12-13T04:49:36.704Z | Compiling hubpack v0.1.2 |
1706 | 2023-12-13T04:49:36.921Z | Compiling hkdf v0.12.3 |
1707 | 2023-12-13T04:49:37.332Z | Compiling pin-project v1.1.3 |
1708 | 2023-12-13T04:49:37.669Z | Compiling zerocopy v0.6.4 |
1709 | 2023-12-13T04:49:38.076Z | Compiling ipnetwork v0.20.0 |
1710 | 2023-12-13T04:49:39.074Z | Compiling crypto-bigint v0.5.2 |
1711 | 2023-12-13T04:49:39.130Z | Compiling itertools v0.11.0 |
1712 | 2023-12-13T04:49:39.614Z | Compiling futures-executor v0.3.29 |
1713 | 2023-12-13T04:49:42.607Z | Compiling float-cmp v0.9.0 |
1714 | 2023-12-13T04:49:44.340Z | Compiling regex-automata v0.3.8 |
1715 | 2023-12-13T04:49:44.384Z | Compiling data-encoding v2.4.0 |
1716 | 2023-12-13T04:49:45.261Z | Compiling difflib v0.4.0 |
1717 | 2023-12-13T04:49:46.012Z | Compiling normalize-line-endings v0.3.0 |
1718 | 2023-12-13T04:49:46.108Z | Compiling whoami v1.4.1 |
1719 | 2023-12-13T04:49:47.616Z | Compiling static_assertions v1.1.0 |
1720 | 2023-12-13T04:49:47.710Z | Compiling predicates-core v1.0.6 |
1721 | 2023-12-13T04:49:48.169Z | Compiling predicates v3.0.4 |
1722 | 2023-12-13T04:49:48.170Z | Compiling bstr v1.6.0 |
1723 | 2023-12-13T04:49:48.623Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1724 | 2023-12-13T04:49:48.779Z | Compiling tokio-postgres v0.7.10 |
1725 | 2023-12-13T04:49:50.299Z | Compiling diesel v2.1.4 |
1726 | 2023-12-13T04:49:50.930Z | Compiling trust-dns-proto v0.22.0 |
1727 | 2023-12-13T04:49:51.056Z | Compiling elliptic-curve v0.13.8 |
1728 | 2023-12-13T04:49:53.051Z | Compiling yasna v0.5.2 |
1729 | 2023-12-13T04:49:54.063Z | Compiling clap v4.4.3 |
1730 | 2023-12-13T04:49:54.089Z | Compiling futures v0.3.29 |
1731 | 2023-12-13T04:49:54.175Z | Compiling snafu v0.7.5 |
1732 | 2023-12-13T04:49:55.253Z | Compiling zip v0.6.6 |
1733 | 2023-12-13T04:49:55.711Z | Compiling crossterm v0.27.0 |
1734 | 2023-12-13T04:49:56.502Z | Compiling cipher v0.4.4 |
1735 | 2023-12-13T04:49:56.892Z | Compiling similar v2.3.0 |
1736 | 2023-12-13T04:49:57.715Z | Compiling usdt v0.3.5 |
1737 | 2023-12-13T04:49:57.983Z | Compiling tokio-stream v0.1.14 |
1738 | 2023-12-13T04:49:59.051Z | Compiling console v0.15.7 |
1739 | 2023-12-13T04:49:59.842Z | Checking unicode-ident v1.0.12 |
1740 | 2023-12-13T04:50:00.101Z | Checking equivalent v1.0.1 |
1741 | 2023-12-13T04:50:01.151Z | Checking hashbrown v0.14.2 |
1742 | 2023-12-13T04:50:01.331Z | Checking proc-macro2 v1.0.69 |
1743 | 2023-12-13T04:50:02.621Z | Checking quote v1.0.33 |
1744 | 2023-12-13T04:50:05.778Z | Checking utf8parse v0.2.1 |
1745 | 2023-12-13T04:50:06.824Z | Checking anstyle v1.0.2 |
1746 | 2023-12-13T04:50:08.670Z | Checking io-lifetimes v1.0.11 |
1747 | 2023-12-13T04:50:13.118Z | Checking anstyle-parse v0.2.1 |
1748 | 2023-12-13T04:50:16.718Z | Checking anstyle-query v1.0.0 |
1749 | 2023-12-13T04:50:16.900Z | Checking colorchoice v1.0.0 |
1750 | 2023-12-13T04:50:17.090Z | Checking anstream v0.5.0 |
1751 | 2023-12-13T04:50:17.510Z | Checking strsim v0.10.0 |
1752 | 2023-12-13T04:50:17.543Z | Checking clap_lex v0.5.1 |
1753 | 2023-12-13T04:50:19.071Z | Checking winnow v0.5.15 |
1754 | 2023-12-13T04:50:25.614Z | Compiling serde_tokenstream v0.2.0 |
1755 | 2023-12-13T04:50:30.086Z | Compiling regress v0.7.1 |
1756 | 2023-12-13T04:50:35.955Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1757 | 2023-12-13T04:50:44.211Z | Compiling getopts v0.2.21 |
1758 | 2023-12-13T04:50:44.622Z | Compiling unsafe-libyaml v0.2.9 |
1759 | 2023-12-13T04:50:45.532Z | Checking heck v0.4.1 |
1760 | 2023-12-13T04:50:46.095Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1761 | 2023-12-13T04:50:49.028Z | Compiling serde_yaml v0.9.25 |
1762 | 2023-12-13T04:50:49.075Z | Compiling ident_case v1.0.1 |
1763 | 2023-12-13T04:50:49.075Z | Checking fastrand v2.0.0 |
1764 | 2023-12-13T04:50:49.075Z | Checking match_cfg v0.1.0 |
1765 | 2023-12-13T04:50:49.076Z | Checking hostname v0.3.1 |
1766 | 2023-12-13T04:50:49.076Z | Checking camino v1.1.6 |
1767 | 2023-12-13T04:50:49.076Z | Checking tempfile v3.8.1 |
1768 | 2023-12-13T04:50:49.516Z | Checking atty v0.2.14 |
1769 | 2023-12-13T04:50:49.700Z | Checking quick-error v1.2.3 |
1770 | 2023-12-13T04:50:49.801Z | Compiling paste v1.0.14 |
1771 | 2023-12-13T04:50:49.913Z | Checking crossbeam-channel v0.5.8 |
1772 | 2023-12-13T04:50:50.381Z | Checking sha1 v0.10.6 |
1773 | 2023-12-13T04:50:50.705Z | Checking dirs-sys-next v0.1.2 |
1774 | 2023-12-13T04:50:50.984Z | Checking dirs-next v2.0.0 |
1775 | 2023-12-13T04:50:51.211Z | Checking thread_local v1.1.7 |
1776 | 2023-12-13T04:50:51.240Z | Checking instant v0.1.12 |
1777 | 2023-12-13T04:50:51.423Z | Compiling slog-async v2.8.0 |
1778 | 2023-12-13T04:50:51.706Z | Checking term v0.7.0 |
1779 | 2023-12-13T04:50:52.364Z | Compiling multer v2.1.0 |
1780 | 2023-12-13T04:50:52.408Z | Checking debug-ignore v1.0.5 |
1781 | 2023-12-13T04:50:52.620Z | Checking take_mut v0.2.2 |
1782 | 2023-12-13T04:50:52.956Z | Checking slog-term v2.9.0 |
1783 | 2023-12-13T04:50:52.978Z | Compiling darling_core v0.20.3 |
1784 | 2023-12-13T04:50:53.422Z | Checking slog-json v2.6.1 |
1785 | 2023-12-13T04:50:56.834Z | Compiling async-stream-impl v0.3.5 |
1786 | 2023-12-13T04:50:56.905Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1787 | 2023-12-13T04:50:56.906Z | Checking atomic-waker v1.1.1 |
1788 | 2023-12-13T04:50:56.906Z | Checking waitgroup v0.1.2 |
1789 | 2023-12-13T04:50:56.906Z | Checking slog-bunyan v2.4.0 |
1790 | 2023-12-13T04:50:56.906Z | Checking toml v0.8.8 |
1791 | 2023-12-13T04:50:56.906Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1792 | 2023-12-13T04:50:56.906Z | Checking serde_path_to_error v0.1.14 |
1793 | 2023-12-13T04:50:56.906Z | Checking strum v0.25.0 |
1794 | 2023-12-13T04:50:56.906Z | Checking async-stream v0.3.5 |
1795 | 2023-12-13T04:50:56.907Z | Compiling structmeta-derive v0.2.0 |
1796 | 2023-12-13T04:50:56.907Z | Checking wait-timeout v0.2.0 |
1797 | 2023-12-13T04:50:56.907Z | Checking rand_xorshift v0.3.0 |
1798 | 2023-12-13T04:50:56.907Z | Checking rusty-fork v0.3.0 |
1799 | 2023-12-13T04:50:56.934Z | Compiling regex-syntax v0.7.5 |
1800 | 2023-12-13T04:50:57.241Z | Checking unarray v0.1.4 |
1801 | 2023-12-13T04:50:57.595Z | Checking proptest v1.4.0 |
1802 | 2023-12-13T04:51:01.876Z | Compiling structmeta v0.2.0 |
1803 | 2023-12-13T04:51:02.635Z | Checking backoff v0.4.0 |
1804 | 2023-12-13T04:51:03.141Z | Compiling test-strategy v0.3.1 |
1805 | 2023-12-13T04:51:04.140Z | Compiling darling_macro v0.20.3 |
1806 | 2023-12-13T04:51:04.256Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1807 | 2023-12-13T04:51:04.955Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1808 | 2023-12-13T04:51:05.239Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1809 | 2023-12-13T04:51:05.470Z | Checking macaddr v1.0.1 |
1810 | 2023-12-13T04:51:05.805Z | Checking camino-tempfile v1.1.1 |
1811 | 2023-12-13T04:51:05.952Z | Compiling darling v0.20.3 |
1812 | 2023-12-13T04:51:05.999Z | Checking is-terminal v0.4.9 |
1813 | 2023-12-13T04:51:06.226Z | Compiling serde_with_macros v3.4.0 |
1814 | 2023-12-13T04:51:06.242Z | Compiling proc-macro-error-attr v1.0.4 |
1815 | 2023-12-13T04:51:06.320Z | Compiling proc-macro-error v1.0.4 |
1816 | 2023-12-13T04:51:06.388Z | Compiling proc-macro-crate v1.3.1 |
1817 | 2023-12-13T04:51:07.020Z | Checking termtree v0.4.1 |
1818 | 2023-12-13T04:51:07.356Z | Checking predicates-tree v1.0.9 |
1819 | 2023-12-13T04:51:07.593Z | Compiling smoltcp v0.10.0 |
1820 | 2023-12-13T04:51:08.296Z | Compiling num_enum_derive v0.5.11 |
1821 | 2023-12-13T04:51:08.819Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1822 | 2023-12-13T04:51:09.218Z | Compiling parse-display-derive v0.8.2 |
1823 | 2023-12-13T04:51:09.408Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1824 | 2023-12-13T04:51:09.461Z | Checking embedded-io v0.4.0 |
1825 | 2023-12-13T04:51:09.572Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1826 | 2023-12-13T04:51:09.781Z | Checking cobs v0.2.3 |
1827 | 2023-12-13T04:51:10.054Z | Compiling crucible-workspace-hack v0.1.0 |
1828 | 2023-12-13T04:51:10.075Z | Checking postcard v1.0.8 |
1829 | 2023-12-13T04:51:10.555Z | Compiling foreign-types-macros v0.2.3 |
1830 | 2023-12-13T04:51:10.942Z | Checking serde_with v3.4.0 |
1831 | 2023-12-13T04:51:11.409Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1832 | 2023-12-13T04:51:11.912Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1833 | 2023-12-13T04:51:12.420Z | Checking foreign-types-shared v0.3.1 |
1834 | 2023-12-13T04:51:12.565Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1835 | 2023-12-13T04:51:12.944Z | Checking foreign-types v0.5.0 |
1836 | 2023-12-13T04:51:13.157Z | Checking num_enum v0.5.11 |
1837 | 2023-12-13T04:51:13.297Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1838 | 2023-12-13T04:51:13.764Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1839 | 2023-12-13T04:51:13.782Z | Checking cstr-argument v0.1.2 |
1840 | 2023-12-13T04:51:13.782Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1841 | 2023-12-13T04:51:14.146Z | Checking pretty-hex v0.2.1 |
1842 | 2023-12-13T04:51:14.397Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1843 | 2023-12-13T04:51:14.886Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1844 | 2023-12-13T04:51:14.896Z | Checking colored v2.0.4 |
1845 | 2023-12-13T04:51:14.998Z | Compiling zone_cfg_derive v0.3.0 |
1846 | 2023-12-13T04:51:15.386Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1847 | 2023-12-13T04:51:16.438Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1848 | 2023-12-13T04:51:16.661Z | Checking predicates v2.1.5 |
1849 | 2023-12-13T04:51:17.305Z | Compiling mockall_derive v0.11.4 |
1850 | 2023-12-13T04:51:17.764Z | Compiling num-derive v0.4.0 |
1851 | 2023-12-13T04:51:37.548Z | Checking parse-display v0.8.2 |
1852 | 2023-12-13T04:51:39.362Z | Checking fragile v2.0.0 |
1853 | 2023-12-13T04:51:39.362Z | Checking downcast v0.11.0 |
1854 | 2023-12-13T04:51:39.362Z | Checking zone v0.3.0 |
1855 | 2023-12-13T04:51:39.362Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1856 | 2023-12-13T04:51:39.362Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1857 | 2023-12-13T04:51:39.362Z | Checking smf v0.2.2 |
1858 | 2023-12-13T04:51:39.362Z | Checking xattr v1.0.1 |
1859 | 2023-12-13T04:51:39.414Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1860 | 2023-12-13T04:51:39.414Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1861 | 2023-12-13T04:51:39.415Z | Checking filetime v0.2.23 |
1862 | 2023-12-13T04:51:39.415Z | Checking pem v3.0.2 |
1863 | 2023-12-13T04:51:39.415Z | Checking tar v0.4.40 |
1864 | 2023-12-13T04:51:39.415Z | Checking linked-hash-map v0.5.6 |
1865 | 2023-12-13T04:51:39.415Z | Checking lru-cache v0.1.2 |
1866 | 2023-12-13T04:51:39.415Z | Checking headers-core v0.2.0 |
1867 | 2023-12-13T04:51:39.415Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1868 | 2023-12-13T04:51:39.415Z | Checking headers v0.3.9 |
1869 | 2023-12-13T04:51:39.415Z | Checking password-hash v0.5.0 |
1870 | 2023-12-13T04:51:39.415Z | Checking blake2 v0.10.6 |
1871 | 2023-12-13T04:51:39.415Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1872 | 2023-12-13T04:51:39.415Z | Checking swrite v0.1.0 |
1873 | 2023-12-13T04:51:39.415Z | Checking rcgen v0.11.3 |
1874 | 2023-12-13T04:51:39.415Z | Checking argon2 v0.5.2 |
1875 | 2023-12-13T04:51:39.415Z | Checking atomicwrites v0.4.2 |
1876 | 2023-12-13T04:51:39.416Z | Checking subprocess v0.2.9 |
1877 | 2023-12-13T04:51:39.416Z | Checking half v1.8.2 |
1878 | 2023-12-13T04:51:39.416Z | Checking ciborium-io v0.2.1 |
1879 | 2023-12-13T04:51:39.416Z | Checking arc-swap v1.6.0 |
1880 | 2023-12-13T04:51:39.416Z | Compiling cancel-safe-futures v0.1.5 |
1881 | 2023-12-13T04:51:39.416Z | Checking textwrap v0.11.0 |
1882 | 2023-12-13T04:51:39.416Z | Compiling heck v0.3.3 |
1883 | 2023-12-13T04:51:39.416Z | Checking ciborium-ll v0.2.1 |
1884 | 2023-12-13T04:51:39.416Z | Checking ansi_term v0.12.1 |
1885 | 2023-12-13T04:51:39.416Z | Checking strsim v0.8.0 |
1886 | 2023-12-13T04:51:39.416Z | Checking slog-scope v4.4.0 |
1887 | 2023-12-13T04:51:39.416Z | Compiling libefi-sys v0.1.0 |
1888 | 2023-12-13T04:51:39.416Z | Checking vec_map v0.8.2 |
1889 | 2023-12-13T04:51:39.416Z | Checking ciborium v0.2.1 |
1890 | 2023-12-13T04:51:39.416Z | Compiling structopt-derive v0.4.18 |
1891 | 2023-12-13T04:51:39.416Z | Checking slog-stdlog v4.1.1 |
1892 | 2023-12-13T04:51:39.416Z | Checking clap v2.34.0 |
1893 | 2023-12-13T04:51:39.416Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1894 | 2023-12-13T04:51:39.416Z | Checking slog-envlogger v2.2.0 |
1895 | 2023-12-13T04:51:39.416Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1896 | 2023-12-13T04:51:39.416Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1897 | 2023-12-13T04:51:39.416Z | Checking libsw v3.3.0 |
1898 | 2023-12-13T04:51:39.416Z | Compiling derive-where v1.2.6 |
1899 | 2023-12-13T04:51:39.416Z | Checking linear-map v1.2.0 |
1900 | 2023-12-13T04:51:39.417Z | Checking owo-colors v3.5.0 |
1901 | 2023-12-13T04:51:39.417Z | Checking resolv-conf v0.7.0 |
1902 | 2023-12-13T04:51:39.417Z | Compiling slog-dtrace v0.2.3 |
1903 | 2023-12-13T04:51:39.417Z | Checking trust-dns-resolver v0.22.0 |
1904 | 2023-12-13T04:51:39.417Z | Compiling convert_case v0.4.0 |
1905 | 2023-12-13T04:51:39.417Z | Checking structopt v0.3.26 |
1906 | 2023-12-13T04:51:39.417Z | Checking itertools v0.12.0 |
1907 | 2023-12-13T04:51:39.417Z | Checking fxhash v0.2.1 |
1908 | 2023-12-13T04:51:39.417Z | Checking termcolor v1.2.0 |
1909 | 2023-12-13T04:51:39.417Z | Compiling derive_more v0.99.17 |
1910 | 2023-12-13T04:51:39.417Z | Checking mockall v0.11.4 |
1911 | 2023-12-13T04:51:39.417Z | Compiling same-file v1.0.6 |
1912 | 2023-12-13T04:51:39.417Z | Compiling radium v0.7.0 |
1913 | 2023-12-13T04:51:39.417Z | Compiling walkdir v2.4.0 |
1914 | 2023-12-13T04:51:39.417Z | Compiling semver-parser v0.10.2 |
1915 | 2023-12-13T04:51:39.417Z | Checking tap v1.0.1 |
1916 | 2023-12-13T04:51:39.417Z | Compiling maybe-uninit v2.0.0 |
1917 | 2023-12-13T04:51:39.417Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1918 | 2023-12-13T04:51:39.417Z | Compiling semver v0.11.0 |
1919 | 2023-12-13T04:51:39.418Z | Checking wyz v0.5.1 |
1920 | 2023-12-13T04:51:39.418Z | Compiling num-rational v0.4.1 |
1921 | 2023-12-13T04:51:39.418Z | Compiling home v0.5.5 |
1922 | 2023-12-13T04:51:39.418Z | Compiling packed_struct v0.10.1 |
1923 | 2023-12-13T04:51:39.418Z | Compiling num-bigint-dig v0.8.4 |
1924 | 2023-12-13T04:51:39.418Z | Checking crc-catalog v2.2.0 |
1925 | 2023-12-13T04:51:39.418Z | Checking funty v2.0.0 |
1926 | 2023-12-13T04:51:39.418Z | Checking crc v3.0.1 |
1927 | 2023-12-13T04:51:39.418Z | Compiling toolchain_find v0.2.0 |
1928 | 2023-12-13T04:51:39.418Z | Compiling toml v0.5.11 |
1929 | 2023-12-13T04:51:39.418Z | Compiling packed_struct_codegen v0.10.1 |
1930 | 2023-12-13T04:51:39.418Z | Checking nodrop v0.1.14 |
1931 | 2023-12-13T04:51:39.418Z | Checking array-init v0.0.4 |
1932 | 2023-12-13T04:51:39.418Z | Checking bitvec v1.0.1 |
1933 | 2023-12-13T04:51:39.502Z | Compiling omicron-zone-package v0.9.1 |
1934 | 2023-12-13T04:51:39.502Z | Compiling rustfmt-wrapper v0.2.0 |
1935 | 2023-12-13T04:51:40.737Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1936 | 2023-12-13T04:51:41.348Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1937 | 2023-12-13T04:51:41.652Z | Checking smallvec v0.6.14 |
1938 | 2023-12-13T04:51:42.319Z | Checking newline-converter v0.3.0 |
1939 | 2023-12-13T04:51:42.561Z | Checking pkcs1 v0.7.5 |
1940 | 2023-12-13T04:51:43.034Z | Checking signature v2.1.0 |
1941 | 2023-12-13T04:51:43.335Z | Checking num-complex v0.4.4 |
1942 | 2023-12-13T04:51:44.900Z | Checking utf-8 v0.7.6 |
1943 | 2023-12-13T04:51:45.217Z | Checking bitfield v0.14.0 |
1944 | 2023-12-13T04:51:45.637Z | Checking keccak v0.1.4 |
1945 | 2023-12-13T04:51:45.692Z | Checking rsa v0.9.2 |
1946 | 2023-12-13T04:51:46.168Z | Checking sha3 v0.10.8 |
1947 | 2023-12-13T04:51:46.275Z | Checking tungstenite v0.20.1 |
1948 | 2023-12-13T04:51:46.399Z | Checking num v0.4.1 |
1949 | 2023-12-13T04:51:46.458Z | Checking expectorate v1.1.0 |
1950 | 2023-12-13T04:51:46.539Z | Checking serde-hex v0.1.0 |
1951 | 2023-12-13T04:51:46.694Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1952 | 2023-12-13T04:51:46.812Z | Checking env_logger v0.10.0 |
1953 | 2023-12-13T04:51:47.096Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1954 | 2023-12-13T04:51:47.337Z | Checking x509-cert v0.2.4 |
1955 | 2023-12-13T04:51:47.548Z | Checking ron v0.8.1 |
1956 | 2023-12-13T04:51:47.915Z | Checking secrecy v0.8.0 |
1957 | 2023-12-13T04:51:48.285Z | Checking crc-any v2.4.3 |
1958 | 2023-12-13T04:51:48.879Z | Checking tokio-tungstenite v0.20.1 |
1959 | 2023-12-13T04:51:49.241Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1960 | 2023-12-13T04:51:49.308Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1961 | 2023-12-13T04:51:49.624Z | Checking object v0.30.4 |
1962 | 2023-12-13T04:51:49.776Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1963 | 2023-12-13T04:51:49.794Z | Checking path-slash v0.1.5 |
1964 | 2023-12-13T04:51:50.003Z | Compiling buf-list v1.0.3 |
1965 | 2023-12-13T04:51:50.139Z | Checking glob v0.3.1 |
1966 | 2023-12-13T04:51:50.181Z | Compiling parking_lot_core v0.8.6 |
1967 | 2023-12-13T04:51:50.637Z | Checking nibble_vec v0.1.0 |
1968 | 2023-12-13T04:51:50.954Z | Checking endian-type v0.1.2 |
1969 | 2023-12-13T04:51:51.432Z | Checking display-error-chain v0.2.0 |
1970 | 2023-12-13T04:51:51.933Z | Checking radix_trie v0.2.1 |
1971 | 2023-12-13T04:51:51.933Z | Checking pretty-hex v0.4.0 |
1972 | 2023-12-13T04:51:51.933Z | Checking parking_lot v0.11.2 |
1973 | 2023-12-13T04:51:51.939Z | Compiling semver v0.1.20 |
1974 | 2023-12-13T04:51:52.036Z | Checking trust-dns-client v0.22.0 |
1975 | 2023-12-13T04:51:52.435Z | Checking sled v0.34.7 |
1976 | 2023-12-13T04:51:52.961Z | Compiling rustc_version v0.1.7 |
1977 | 2023-12-13T04:51:53.573Z | Checking crossbeam-deque v0.8.3 |
1978 | 2023-12-13T04:51:53.672Z | Compiling unicase v2.7.0 |
1979 | 2023-12-13T04:51:53.750Z | Compiling newtype_derive v0.1.6 |
1980 | 2023-12-13T04:51:53.966Z | Compiling platforms v3.0.2 |
1981 | 2023-12-13T04:51:54.151Z | Compiling rayon-core v1.12.0 |
1982 | 2023-12-13T04:51:54.214Z | Checking trust-dns-server v0.22.1 |
1983 | 2023-12-13T04:51:54.807Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1984 | 2023-12-13T04:51:55.476Z | Compiling memoffset v0.7.1 |
1985 | 2023-12-13T04:51:55.590Z | Compiling curve25519-dalek v4.1.0 |
1986 | 2023-12-13T04:51:55.850Z | Checking rayon v1.8.0 |
1987 | 2023-12-13T04:51:56.228Z | Checking steno v0.4.0 |
1988 | 2023-12-13T04:51:57.297Z | Checking globset v0.4.13 |
1989 | 2023-12-13T04:51:57.640Z | Checking olpc-cjson v0.1.3 |
1990 | 2023-12-13T04:51:57.995Z | Checking serde_plain v1.0.2 |
1991 | 2023-12-13T04:51:58.086Z | Compiling async-recursion v1.0.5 |
1992 | 2023-12-13T04:51:58.395Z | Checking typed-path v0.7.0 |
1993 | 2023-12-13T04:51:58.793Z | Compiling mime_guess v2.0.4 |
1994 | 2023-12-13T04:52:00.291Z | Checking universal-hash v0.5.1 |
1995 | 2023-12-13T04:52:00.540Z | Compiling thiserror-impl-no-std v2.0.2 |
1996 | 2023-12-13T04:52:01.998Z | Compiling curve25519-dalek-derive v0.1.0 |
1997 | 2023-12-13T04:52:02.022Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1998 | 2023-12-13T04:52:02.022Z | Compiling salty v0.2.0 |
1999 | 2023-12-13T04:52:02.022Z | Checking opaque-debug v0.3.0 |
2000 | 2023-12-13T04:52:02.022Z | Checking signature v1.6.4 |
2001 | 2023-12-13T04:52:02.022Z | Checking ed25519 v1.5.3 |
2002 | 2023-12-13T04:52:02.022Z | Checking poly1305 v0.8.0 |
2003 | 2023-12-13T04:52:02.022Z | Checking tough v0.16.0 |
2004 | 2023-12-13T04:52:02.203Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2005 | 2023-12-13T04:52:02.718Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2006 | 2023-12-13T04:52:03.149Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2007 | 2023-12-13T04:52:03.266Z | Checking chacha20 v0.9.1 |
2008 | 2023-12-13T04:52:03.551Z | Checking aead v0.5.2 |
2009 | 2023-12-13T04:52:03.874Z | Checking serde-big-array v0.5.1 |
2010 | 2023-12-13T04:52:03.915Z | Checking kstat-rs v0.2.3 |
2011 | 2023-12-13T04:52:04.235Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2012 | 2023-12-13T04:52:05.817Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2013 | 2023-12-13T04:52:06.428Z | Checking chacha20poly1305 v0.10.1 |
2014 | 2023-12-13T04:52:06.457Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2015 | 2023-12-13T04:52:06.600Z | Checking thiserror-no-std v2.0.2 |
2016 | 2023-12-13T04:52:06.762Z | Checking vsss-rs v3.3.1 |
2017 | 2023-12-13T04:52:06.790Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2018 | 2023-12-13T04:52:06.800Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2019 | 2023-12-13T04:52:07.662Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2020 | 2023-12-13T04:52:07.805Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2021 | 2023-12-13T04:52:08.578Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2022 | 2023-12-13T04:52:08.757Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2023 | 2023-12-13T04:52:10.294Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2024 | 2023-12-13T04:52:11.215Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2025 | 2023-12-13T04:52:11.838Z | Checking signal-hook-tokio v0.3.1 |
2026 | 2023-12-13T04:52:12.124Z | Checking serde-big-array v0.4.1 |
2027 | 2023-12-13T04:52:12.372Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2028 | 2023-12-13T04:52:12.730Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2029 | 2023-12-13T04:52:12.935Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2030 | 2023-12-13T04:52:18.455Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2031 | 2023-12-13T04:52:18.557Z | Checking bcs v0.1.6 |
2032 | 2023-12-13T04:52:18.557Z | Checking corncobs v0.1.3 |
2033 | 2023-12-13T04:52:18.557Z | Checking highway v1.1.0 |
2034 | 2023-12-13T04:52:18.557Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2035 | 2023-12-13T04:52:18.557Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2036 | 2023-12-13T04:52:18.557Z | Compiling portable-atomic v1.4.3 |
2037 | 2023-12-13T04:52:18.557Z | Checking http-range v0.1.5 |
2038 | 2023-12-13T04:52:18.581Z | Compiling crunchy v0.2.2 |
2039 | 2023-12-13T04:52:18.827Z | Checking hyper-staticfile v0.9.5 |
2040 | 2023-12-13T04:52:19.504Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2041 | 2023-12-13T04:52:19.650Z | Compiling clang-sys v1.6.1 |
2042 | 2023-12-13T04:52:19.702Z | Compiling prettyplease v0.2.12 |
2043 | 2023-12-13T04:52:19.916Z | Compiling tiny-keccak v2.0.2 |
2044 | 2023-12-13T04:52:20.196Z | Checking assert_matches v1.5.0 |
2045 | 2023-12-13T04:52:21.095Z | Compiling darling_core v0.14.4 |
2046 | 2023-12-13T04:52:22.292Z | Checking number_prefix v0.4.0 |
2047 | 2023-12-13T04:52:22.603Z | Checking humantime v2.1.0 |
2048 | 2023-12-13T04:52:23.097Z | Compiling minimal-lexical v0.2.1 |
2049 | 2023-12-13T04:52:23.267Z | Checking indicatif v0.17.7 |
2050 | 2023-12-13T04:52:24.001Z | Compiling nom v7.1.3 |
2051 | 2023-12-13T04:52:24.552Z | Compiling ascii-canvas v3.0.0 |
2052 | 2023-12-13T04:52:26.637Z | Compiling ena v0.14.2 |
2053 | 2023-12-13T04:52:26.641Z | Compiling libloading v0.7.4 |
2054 | 2023-12-13T04:52:27.294Z | Compiling bindgen v0.65.1 |
2055 | 2023-12-13T04:52:27.314Z | Compiling diff v0.1.13 |
2056 | 2023-12-13T04:52:28.456Z | Compiling regex-syntax v0.6.29 |
2057 | 2023-12-13T04:52:29.335Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2058 | 2023-12-13T04:52:30.842Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2059 | 2023-12-13T04:52:31.815Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2060 | 2023-12-13T04:52:37.167Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2061 | 2023-12-13T04:52:41.310Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2062 | 2023-12-13T04:52:41.310Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2063 | 2023-12-13T04:52:41.310Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2064 | 2023-12-13T04:52:41.481Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2065 | 2023-12-13T04:52:41.483Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2066 | 2023-12-13T04:52:41.483Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2067 | 2023-12-13T04:52:41.483Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2068 | 2023-12-13T04:52:41.483Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2069 | 2023-12-13T04:52:41.483Z | Compiling darling_macro v0.14.4 |
2070 | 2023-12-13T04:52:42.309Z | Compiling lalrpop v0.19.12 |
2071 | 2023-12-13T04:52:43.499Z | Compiling darling v0.14.4 |
2072 | 2023-12-13T04:52:43.514Z | Compiling cexpr v0.6.0 |
2073 | 2023-12-13T04:52:49.899Z | Compiling which v4.4.0 |
2074 | 2023-12-13T04:52:52.573Z | Compiling rustc-hash v1.1.0 |
2075 | 2023-12-13T04:52:52.698Z | Compiling shlex v1.1.0 |
2076 | 2023-12-13T04:52:52.698Z | Compiling lazycell v1.3.0 |
2077 | 2023-12-13T04:52:52.698Z | Compiling ref-cast v1.0.20 |
2078 | 2023-12-13T04:52:52.778Z | Checking maplit v1.0.2 |
2079 | 2023-12-13T04:52:53.233Z | Compiling peeking_take_while v0.1.2 |
2080 | 2023-12-13T04:52:53.257Z | Compiling derive_builder_core v0.12.0 |
2081 | 2023-12-13T04:52:53.537Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2082 | 2023-12-13T04:52:54.025Z | Compiling ref-cast-impl v1.0.20 |
2083 | 2023-12-13T04:52:56.103Z | Compiling libxml v0.3.3 |
2084 | 2023-12-13T04:52:56.977Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2085 | 2023-12-13T04:52:57.435Z | Compiling derive_builder_macro v0.12.0 |
2086 | 2023-12-13T04:52:57.673Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2087 | 2023-12-13T04:52:58.233Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2088 | 2023-12-13T04:52:58.907Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2089 | 2023-12-13T04:52:59.755Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2090 | 2023-12-13T04:53:04.373Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2091 | 2023-12-13T04:53:04.551Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2092 | 2023-12-13T04:53:04.572Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2093 | 2023-12-13T04:53:04.572Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2094 | 2023-12-13T04:53:04.820Z | Compiling strum_macros v0.24.3 |
2095 | 2023-12-13T04:53:08.628Z | Compiling fs-err v2.11.0 |
2096 | 2023-12-13T04:53:08.662Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2097 | 2023-12-13T04:53:08.662Z | Compiling cookie v0.18.0 |
2098 | 2023-12-13T04:53:08.662Z | Compiling indoc v1.0.9 |
2099 | 2023-12-13T04:53:08.662Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2100 | 2023-12-13T04:53:09.201Z | Checking derive_builder v0.12.0 |
2101 | 2023-12-13T04:53:11.151Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2102 | 2023-12-13T04:53:12.075Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2103 | 2023-12-13T04:53:12.137Z | Checking bb8 v0.8.1 |
2104 | 2023-12-13T04:53:12.349Z | Checking quick-xml v0.23.1 |
2105 | 2023-12-13T04:53:12.470Z | Compiling oso-derive v0.27.0 |
2106 | 2023-12-13T04:53:12.736Z | Compiling impl-trait-for-tuples v0.2.2 |
2107 | 2023-12-13T04:53:13.498Z | Checking unicode-linebreak v0.1.5 |
2108 | 2023-12-13T04:53:14.649Z | Checking smawk v0.3.1 |
2109 | 2023-12-13T04:53:14.658Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2110 | 2023-12-13T04:53:14.658Z | Checking textwrap v0.16.0 |
2111 | 2023-12-13T04:53:15.448Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2112 | 2023-12-13T04:53:15.791Z | Checking bytesize v1.3.0 |
2113 | 2023-12-13T04:53:16.200Z | Checking is_ci v1.1.1 |
2114 | 2023-12-13T04:53:16.200Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2115 | 2023-12-13T04:53:16.267Z | Checking supports-color v2.1.0 |
2116 | 2023-12-13T04:53:16.597Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2117 | 2023-12-13T04:53:17.260Z | Compiling indoc v2.0.3 |
2118 | 2023-12-13T04:53:17.402Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2119 | 2023-12-13T04:53:18.251Z | Checking cassowary v0.3.0 |
2120 | 2023-12-13T04:53:18.948Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2121 | 2023-12-13T04:53:19.247Z | Checking ratatui v0.23.0 |
2122 | 2023-12-13T04:53:22.529Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2123 | 2023-12-13T04:53:23.039Z | Checking rtoolbox v0.0.1 |
2124 | 2023-12-13T04:53:23.353Z | Checking rpassword v7.3.1 |
2125 | 2023-12-13T04:53:23.516Z | Checking tui-tree-widget v0.13.0 |
2126 | 2023-12-13T04:53:23.596Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2127 | 2023-12-13T04:53:23.958Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2128 | 2023-12-13T04:53:23.962Z | Checking shell-words v1.1.0 |
2129 | 2023-12-13T04:53:24.252Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2130 | 2023-12-13T04:53:24.522Z | Checking fatfs v0.3.6 |
2131 | 2023-12-13T04:53:25.041Z | Checking yansi v0.5.1 |
2132 | 2023-12-13T04:53:25.867Z | Checking pretty_assertions v1.4.0 |
2133 | 2023-12-13T04:53:26.196Z | Compiling target-lexicon v0.12.12 |
2134 | 2023-12-13T04:53:26.232Z | Checking plotters-backend v0.3.5 |
2135 | 2023-12-13T04:53:26.727Z | Compiling guppy-workspace-hack v0.1.0 |
2136 | 2023-12-13T04:53:26.885Z | Checking plotters-svg v0.3.5 |
2137 | 2023-12-13T04:53:27.221Z | Checking rand v0.4.6 |
2138 | 2023-12-13T04:53:27.244Z | Compiling vte_generate_state_changes v0.1.1 |
2139 | 2023-12-13T04:53:28.342Z | Compiling target-spec v3.0.1 |
2140 | 2023-12-13T04:53:28.718Z | Checking remove_dir_all v0.5.3 |
2141 | 2023-12-13T04:53:28.939Z | Checking cast v0.3.0 |
2142 | 2023-12-13T04:53:28.948Z | Checking tempdir v0.3.7 |
2143 | 2023-12-13T04:53:29.171Z | Checking cfg-expr v0.15.5 |
2144 | 2023-12-13T04:53:29.269Z | Checking vte v0.11.1 |
2145 | 2023-12-13T04:53:29.415Z | Checking criterion-plot v0.5.0 |
2146 | 2023-12-13T04:53:30.230Z | Checking plotters v0.3.5 |
2147 | 2023-12-13T04:53:30.788Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2148 | 2023-12-13T04:53:32.116Z | Checking tinytemplate v1.2.1 |
2149 | 2023-12-13T04:53:32.359Z | Checking cargo-platform v0.1.3 |
2150 | 2023-12-13T04:53:32.462Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2151 | 2023-12-13T04:53:32.841Z | Checking anes v0.1.6 |
2152 | 2023-12-13T04:53:33.461Z | Checking oorandom v11.1.3 |
2153 | 2023-12-13T04:53:33.620Z | Checking cargo_metadata v0.18.1 |
2154 | 2023-12-13T04:53:33.643Z | Checking strip-ansi-escapes v0.2.0 |
2155 | 2023-12-13T04:53:33.712Z | Checking criterion v0.5.1 |
2156 | 2023-12-13T04:53:34.466Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2157 | 2023-12-13T04:53:35.226Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2158 | 2023-12-13T04:53:36.378Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2159 | 2023-12-13T04:53:36.456Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2160 | 2023-12-13T04:53:38.814Z | Checking assert_cmd v2.0.12 |
2161 | 2023-12-13T04:53:39.543Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2162 | 2023-12-13T04:53:42.320Z | Checking pathdiff v0.2.1 |
2163 | 2023-12-13T04:53:42.573Z | Checking fd-lock v3.0.13 |
2164 | 2023-12-13T04:53:42.885Z | Checking nu-ansi-term v0.49.0 |
2165 | 2023-12-13T04:53:43.598Z | Checking nested v0.1.1 |
2166 | 2023-12-13T04:53:43.934Z | Checking guppy v0.17.4 |
2167 | 2023-12-13T04:53:45.065Z | Checking reedline v0.26.0 |
2168 | 2023-12-13T04:53:50.533Z | Checking threadpool v1.8.1 |
2169 | 2023-12-13T04:53:50.533Z | Checking nanorand v0.7.0 |
2170 | 2023-12-13T04:53:50.533Z | Checking topological-sort v0.2.2 |
2171 | 2023-12-13T04:53:50.533Z | Checking libtest-mimic v0.6.1 |
2172 | 2023-12-13T04:53:50.533Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2173 | 2023-12-13T04:53:50.533Z | Checking flume v0.11.0 |
2174 | 2023-12-13T04:53:50.533Z | Checking httptest v0.15.5 |
2175 | 2023-12-13T04:53:50.533Z | Checking similar-asserts v1.5.0 |
2176 | 2023-12-13T04:53:50.533Z | Compiling rstest_macros v0.18.2 |
2177 | 2023-12-13T04:53:50.533Z | Compiling crossbeam-queue v0.3.8 |
2178 | 2023-12-13T04:53:50.929Z | Checking bytecount v0.6.3 |
2179 | 2023-12-13T04:53:51.208Z | Checking papergrid v0.10.0 |
2180 | 2023-12-13T04:53:51.597Z | Checking datatest-stable v0.2.3 |
2181 | 2023-12-13T04:53:51.961Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2182 | 2023-12-13T04:53:53.485Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2183 | 2023-12-13T04:53:53.700Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2184 | 2023-12-13T04:53:53.992Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2185 | 2023-12-13T04:53:54.224Z | Compiling tabled_derive v0.6.0 |
2186 | 2023-12-13T04:53:55.189Z | Checking arrayref v0.3.7 |
2187 | 2023-12-13T04:53:55.347Z | Compiling trybuild v1.0.85 |
2188 | 2023-12-13T04:53:55.905Z | Compiling relative-path v1.9.0 |
2189 | 2023-12-13T04:53:56.057Z | Checking constant_time_eq v0.2.6 |
2190 | 2023-12-13T04:53:56.270Z | Checking arrayvec v0.7.4 |
2191 | 2023-12-13T04:53:56.900Z | Checking blake2b_simd v1.0.1 |
2192 | 2023-12-13T04:53:58.875Z | Checking tabled v0.14.0 |
2193 | 2023-12-13T04:53:59.481Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2194 | 2023-12-13T04:54:03.480Z | Checking basic-toml v0.1.4 |
2195 | 2023-12-13T04:54:08.127Z | Checking constant_time_eq v0.3.0 |
2196 | 2023-12-13T04:54:08.340Z | Checking futures-timer v3.0.2 |
2197 | 2023-12-13T04:54:08.340Z | Checking rust-argon2 v1.0.1 |
2198 | 2023-12-13T04:54:09.213Z | Checking crossbeam v0.8.2 |
2199 | 2023-12-13T04:54:09.403Z | Checking partial-io v0.5.4 |
2200 | 2023-12-13T04:54:13.383Z | Checking approx v0.5.1 |
2201 | 2023-12-13T04:54:13.519Z | Checking termios v0.3.3 |
2202 | 2023-12-13T04:54:13.519Z | Checking hex-literal v0.4.1 |
2203 | 2023-12-13T04:54:14.553Z | Checking rstest v0.18.2 |
2204 | 2023-12-13T04:54:19.444Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2205 | 2023-12-13T04:54:26.763Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2206 | 2023-12-13T04:55:27.476Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2207 | 2023-12-13T04:55:32.491Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2208 | 2023-12-13T04:55:34.664Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2209 | 2023-12-13T04:55:47.502Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2210 | 2023-12-13T04:56:14.966Z | Compiling polar-core v0.27.0 |
2211 | 2023-12-13T04:56:34.430Z | Checking oso v0.27.0 |
2212 | 2023-12-13T04:57:06.870Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2213 | 2023-12-13T04:58:36.342Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 56s |
2214 | 2023-12-13T04:58:36.582Z | |
2215 | 2023-12-13T04:58:36.582Z | real 11:56.359719104 |
2216 | 2023-12-13T04:58:36.582Z | user 1:05:03.707664103 |
2217 | 2023-12-13T04:58:36.582Z | sys 8:38.463336183 |
2218 | 2023-12-13T04:58:36.582Z | trap 2.424020821 |
2219 | 2023-12-13T04:58:36.582Z | tflt 2.677901514 |
2220 | 2023-12-13T04:58:36.582Z | dflt 6.091332358 |
2221 | 2023-12-13T04:58:36.582Z | kflt 0.022567912 |
2222 | 2023-12-13T04:58:36.582Z | lock 1:43:57.013343704 |
2223 | 2023-12-13T04:58:36.585Z | slp 3:13:59.199572880 |
2224 | 2023-12-13T04:58:36.589Z | lat 2:20.569760581 |
2225 | 2023-12-13T04:58:36.589Z | stop 5:19.166090345 |
2226 | 2023-12-13T04:58:37.861Z | warning: output filename collision. |
2227 | 2023-12-13T04:58:37.862Z | 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)`. |
2228 | 2023-12-13T04:58:37.862Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2229 | 2023-12-13T04:58:37.862Z | The targets should have unique names. |
2230 | 2023-12-13T04:58:37.862Z | This is a known bug where multiple crates with the same name use |
2231 | 2023-12-13T04:58:37.862Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2232 | 2023-12-13T04:58:37.873Z | warning: output filename collision. |
2233 | 2023-12-13T04:58:37.873Z | 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)`. |
2234 | 2023-12-13T04:58:37.873Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2235 | 2023-12-13T04:58:37.873Z | The targets should have unique names. |
2236 | 2023-12-13T04:58:37.873Z | This is a known bug where multiple crates with the same name use |
2237 | 2023-12-13T04:58:37.873Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2238 | 2023-12-13T04:58:37.873Z | warning: output filename collision. |
2239 | 2023-12-13T04:58:37.873Z | 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)`. |
2240 | 2023-12-13T04:58:37.873Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2241 | 2023-12-13T04:58:37.875Z | The targets should have unique names. |
2242 | 2023-12-13T04:58:37.875Z | This is a known bug where multiple crates with the same name use |
2243 | 2023-12-13T04:58:37.875Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2244 | 2023-12-13T04:58:38.489Z | Documenting libc v0.2.151 |
2245 | 2023-12-13T04:58:38.505Z | Documenting cfg-if v1.0.0 |
2246 | 2023-12-13T04:58:38.510Z | Documenting serde_derive v1.0.193 |
2247 | 2023-12-13T04:58:38.541Z | Documenting scopeguard v1.2.0 |
2248 | 2023-12-13T04:58:38.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2249 | 2023-12-13T04:58:38.564Z | Documenting log v0.4.20 |
2250 | 2023-12-13T04:58:38.582Z | Documenting itoa v1.0.9 |
2251 | 2023-12-13T04:58:38.585Z | Documenting smallvec v1.11.2 |
2252 | 2023-12-13T04:58:39.005Z | Documenting memchr v2.6.3 |
2253 | 2023-12-13T04:58:42.845Z | Documenting zeroize_derive v1.4.2 |
2254 | 2023-12-13T04:58:42.988Z | Documenting lock_api v0.4.10 |
2255 | 2023-12-13T04:58:43.154Z | Documenting pin-project-lite v0.2.13 |
2256 | 2023-12-13T04:58:43.651Z | Documenting libm v0.2.7 |
2257 | 2023-12-13T04:58:45.207Z | Documenting futures-core v0.3.29 |
2258 | 2023-12-13T04:58:45.599Z | Documenting getrandom v0.2.10 |
2259 | 2023-12-13T04:58:49.299Z | Documenting parking_lot_core v0.9.8 |
2260 | 2023-12-13T04:58:49.419Z | Documenting signal-hook-registry v1.4.1 |
2261 | 2023-12-13T04:58:49.419Z | Documenting mio v0.8.9 |
2262 | 2023-12-13T04:58:49.420Z | Documenting num-traits v0.2.16 |
2263 | 2023-12-13T04:58:49.471Z | Documenting serde v1.0.193 |
2264 | 2023-12-13T04:58:51.461Z | Documenting zeroize v1.7.0 |
2265 | 2023-12-13T04:58:51.519Z | Documenting thiserror-impl v1.0.49 |
2266 | 2023-12-13T04:58:52.276Z | Documenting rand_core v0.6.4 |
2267 | 2023-12-13T04:58:53.019Z | Documenting parking_lot v0.12.1 |
2268 | 2023-12-13T04:58:54.705Z | Documenting num_cpus v1.16.0 |
2269 | 2023-12-13T04:58:54.835Z | Documenting socket2 v0.5.5 |
2270 | 2023-12-13T04:58:57.173Z | Documenting typenum v1.16.0 |
2271 | 2023-12-13T04:58:57.879Z | Documenting tokio-macros v2.2.0 |
2272 | 2023-12-13T04:58:58.339Z | Documenting once_cell v1.19.0 |
2273 | 2023-12-13T04:59:07.412Z | Documenting thiserror v1.0.49 |
2274 | 2023-12-13T04:59:07.808Z | Documenting subtle v2.5.0 |
2275 | 2023-12-13T04:59:07.809Z | Documenting ryu v1.0.15 |
2276 | 2023-12-13T04:59:07.809Z | Documenting byteorder v1.5.0 |
2277 | 2023-12-13T04:59:08.136Z | Documenting futures-sink v0.3.29 |
2278 | 2023-12-13T04:59:08.137Z | Documenting const-oid v0.9.5 |
2279 | 2023-12-13T04:59:08.137Z | Documenting pin-utils v0.1.0 |
2280 | 2023-12-13T04:59:08.137Z | Documenting futures-task v0.3.29 |
2281 | 2023-12-13T04:59:08.137Z | Documenting slab v0.4.9 |
2282 | 2023-12-13T04:59:08.166Z | Documenting futures-macro v0.3.29 |
2283 | 2023-12-13T04:59:11.249Z | Documenting futures-channel v0.3.29 |
2284 | 2023-12-13T04:59:12.355Z | Documenting futures-io v0.3.29 |
2285 | 2023-12-13T04:59:12.977Z | Documenting iana-time-zone v0.1.57 |
2286 | 2023-12-13T04:59:14.058Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2287 | 2023-12-13T04:59:15.433Z | Documenting tinyvec_macros v0.1.1 |
2288 | 2023-12-13T04:59:15.476Z | Documenting ppv-lite86 v0.2.17 |
2289 | 2023-12-13T04:59:16.296Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2290 | 2023-12-13T04:59:18.273Z | Documenting tracing-core v0.1.31 |
2291 | 2023-12-13T04:59:19.105Z | Documenting futures-util v0.3.29 |
2292 | 2023-12-13T04:59:19.560Z | Documenting tracing-attributes v0.1.26 |
2293 | 2023-12-13T04:59:20.683Z | Documenting tinyvec v1.6.0 |
2294 | 2023-12-13T04:59:21.350Z | Documenting rand_chacha v0.3.1 |
2295 | 2023-12-13T04:59:31.914Z | Documenting unicode-normalization v0.1.22 |
2296 | 2023-12-13T04:59:31.981Z | Documenting bytes v1.5.0 |
2297 | 2023-12-13T04:59:31.981Z | Documenting bitflags v2.4.0 |
2298 | 2023-12-13T04:59:31.981Z | Documenting serde_json v1.0.108 |
2299 | 2023-12-13T04:59:31.982Z | Documenting chrono v0.4.31 |
2300 | 2023-12-13T04:59:34.795Z | Documenting uuid v1.6.1 |
2301 | 2023-12-13T04:59:35.961Z | Documenting rand v0.8.5 |
2302 | 2023-12-13T04:59:36.390Z | Documenting fnv v1.0.7 |
2303 | 2023-12-13T04:59:36.529Z | Documenting tokio v1.35.0 |
2304 | 2023-12-13T04:59:43.733Z | Documenting base64 v0.21.5 |
2305 | 2023-12-13T04:59:43.733Z | Documenting spin v0.9.8 |
2306 | 2023-12-13T04:59:43.734Z | Documenting lazy_static v1.4.0 |
2307 | 2023-12-13T04:59:43.734Z | Documenting unicode-bidi v0.3.13 |
2308 | 2023-12-13T04:59:44.072Z | Documenting generic-array v0.14.7 |
2309 | 2023-12-13T04:59:45.136Z | Documenting http v0.2.11 |
2310 | 2023-12-13T04:59:47.050Z | Documenting percent-encoding v2.3.1 |
2311 | 2023-12-13T04:59:47.141Z | Documenting cpufeatures v0.2.9 |
2312 | 2023-12-13T04:59:47.415Z | Documenting serde_derive_internals v0.26.0 |
2313 | 2023-12-13T04:59:50.170Z | Checking serde_derive_internals v0.26.0 |
2314 | 2023-12-13T04:59:51.154Z | Documenting crypto-common v0.1.6 |
2315 | 2023-12-13T04:59:51.250Z | Documenting block-buffer v0.10.4 |
2316 | 2023-12-13T04:59:51.295Z | Documenting tracing v0.1.37 |
2317 | 2023-12-13T04:59:51.777Z | Documenting dyn-clone v1.0.13 |
2318 | 2023-12-13T04:59:53.432Z | Documenting form_urlencoded v1.2.1 |
2319 | 2023-12-13T04:59:54.634Z | Documenting idna v0.5.0 |
2320 | 2023-12-13T04:59:54.831Z | Documenting errno v0.3.2 |
2321 | 2023-12-13T04:59:56.215Z | Documenting schemars_derive v0.8.13 |
2322 | 2023-12-13T04:59:56.865Z | Documenting httparse v1.8.0 |
2323 | 2023-12-13T04:59:58.680Z | Documenting unicode-ident v1.0.12 |
2324 | 2023-12-13T04:59:58.876Z | Documenting digest v0.10.7 |
2325 | 2023-12-13T05:00:00.173Z | Documenting adler v1.0.2 |
2326 | 2023-12-13T05:00:01.449Z | Documenting url v2.5.0 |
2327 | 2023-12-13T05:00:01.481Z | Documenting rustix v0.38.25 |
2328 | 2023-12-13T05:00:08.519Z | Documenting proc-macro2 v1.0.69 |
2329 | 2023-12-13T05:00:08.519Z | Documenting base64ct v1.6.0 |
2330 | 2023-12-13T05:00:08.674Z | Documenting miniz_oxide v0.7.1 |
2331 | 2023-12-13T05:00:08.674Z | Documenting schemars v0.8.13 |
2332 | 2023-12-13T05:00:08.742Z | Documenting httpdate v1.0.3 |
2333 | 2023-12-13T05:00:09.418Z | Documenting openssl-probe v0.1.5 |
2334 | 2023-12-13T05:00:09.880Z | Documenting quote v1.0.33 |
2335 | 2023-12-13T05:00:10.440Z | Documenting untrusted v0.9.0 |
2336 | 2023-12-13T05:00:10.932Z | Documenting try-lock v0.2.4 |
2337 | 2023-12-13T05:00:13.043Z | Documenting http-body v0.4.5 |
2338 | 2023-12-13T05:00:15.748Z | Documenting openssl-sys v0.9.96 |
2339 | 2023-12-13T05:00:15.774Z | Documenting ring v0.17.7 |
2340 | 2023-12-13T05:00:15.998Z | Documenting want v0.3.1 |
2341 | 2023-12-13T05:00:16.177Z | Documenting async-trait v0.1.74 |
2342 | 2023-12-13T05:00:16.926Z | Documenting openssl-macros v0.1.1 |
2343 | 2023-12-13T05:00:16.935Z | Documenting mime v0.3.17 |
2344 | 2023-12-13T05:00:20.170Z | Documenting tower-service v0.3.2 |
2345 | 2023-12-13T05:00:22.248Z | Documenting pem-rfc7468 v0.7.0 |
2346 | 2023-12-13T05:00:23.547Z | Documenting aho-corasick v1.0.4 |
2347 | 2023-12-13T05:00:23.564Z | Documenting sct v0.7.0 |
2348 | 2023-12-13T05:00:24.061Z | Documenting tokio-util v0.7.10 |
2349 | 2023-12-13T05:00:24.153Z | Documenting slog v2.7.0 |
2350 | 2023-12-13T05:00:24.391Z | Documenting rustls-webpki v0.101.7 |
2351 | 2023-12-13T05:00:25.484Z | Documenting openssl v0.10.60 |
2352 | 2023-12-13T05:00:26.534Z | Documenting der_derive v0.7.2 |
2353 | 2023-12-13T05:00:29.214Z | Documenting unicode-width v0.1.11 |
2354 | 2023-12-13T05:00:29.983Z | Documenting ipnet v2.8.0 |
2355 | 2023-12-13T05:00:31.304Z | Documenting regex-syntax v0.8.2 |
2356 | 2023-12-13T05:00:31.819Z | Documenting hashbrown v0.14.2 |
2357 | 2023-12-13T05:00:32.122Z | Documenting equivalent v1.0.1 |
2358 | 2023-12-13T05:00:33.805Z | Documenting h2 v0.3.21 |
2359 | 2023-12-13T05:00:33.851Z | Documenting flagset v0.4.3 |
2360 | 2023-12-13T05:00:34.980Z | Documenting rustls v0.21.9 |
2361 | 2023-12-13T05:00:36.714Z | Documenting rustls-pemfile v1.0.3 |
2362 | 2023-12-13T05:00:36.890Z | Documenting num-integer v0.1.45 |
2363 | 2023-12-13T05:00:38.552Z | Documenting der v0.7.8 |
2364 | 2023-12-13T05:00:38.964Z | Documenting indexmap v2.1.0 |
2365 | 2023-12-13T05:00:39.278Z | Documenting time-macros v0.2.13 |
2366 | 2023-12-13T05:00:42.850Z | Documenting deranged v0.3.8 |
2367 | 2023-12-13T05:00:42.857Z | Documenting regex-automata v0.4.3 |
2368 | 2023-12-13T05:00:43.815Z | Documenting utf8parse v0.2.1 |
2369 | 2023-12-13T05:00:46.991Z | Documenting time-core v0.1.1 |
2370 | 2023-12-13T05:00:47.009Z | Documenting gimli v0.28.0 |
2371 | 2023-12-13T05:00:47.241Z | Documenting num_threads v0.1.6 |
2372 | 2023-12-13T05:00:48.447Z | Documenting spki v0.7.2 |
2373 | 2023-12-13T05:00:52.743Z | Documenting tokio-rustls v0.24.1 |
2374 | 2023-12-13T05:00:52.743Z | Documenting native-tls v0.2.11 |
2375 | 2023-12-13T05:00:52.743Z | Documenting hyper v0.14.27 |
2376 | 2023-12-13T05:00:52.743Z | Documenting object v0.32.1 |
2377 | 2023-12-13T05:00:53.321Z | Documenting time v0.3.27 |
2378 | 2023-12-13T05:00:56.048Z | Documenting encoding_rs v0.8.33 |
2379 | 2023-12-13T05:00:57.682Z | Documenting regex v1.10.2 |
2380 | 2023-12-13T05:00:57.701Z | Documenting addr2line v0.21.0 |
2381 | 2023-12-13T05:00:58.281Z | Documenting crossbeam-utils v0.8.16 |
2382 | 2023-12-13T05:00:59.452Z | Checking pest_meta v2.7.2 |
2383 | 2023-12-13T05:01:01.104Z | Documenting rustc-demangle v0.1.23 |
2384 | 2023-12-13T05:01:02.380Z | Documenting tokio-native-tls v0.3.1 |
2385 | 2023-12-13T05:01:04.083Z | Documenting rustls-native-certs v0.6.3 |
2386 | 2023-12-13T05:01:04.095Z | Documenting serde_urlencoded v0.7.1 |
2387 | 2023-12-13T05:01:05.112Z | Documenting pest_meta v2.7.2 |
2388 | 2023-12-13T05:01:06.296Z | Checking pest_generator v2.7.2 |
2389 | 2023-12-13T05:01:07.077Z | Documenting pkcs8 v0.10.2 |
2390 | 2023-12-13T05:01:07.266Z | Documenting anstyle v1.0.2 |
2391 | 2023-12-13T05:01:11.708Z | Documenting webpki-roots v0.25.2 |
2392 | 2023-12-13T05:01:11.892Z | Documenting ucd-trie v0.1.6 |
2393 | 2023-12-13T05:01:11.893Z | Documenting hyper-rustls v0.24.2 |
2394 | 2023-12-13T05:01:11.894Z | Documenting hyper-tls v0.5.0 |
2395 | 2023-12-13T05:01:12.009Z | Documenting pest_generator v2.7.2 |
2396 | 2023-12-13T05:01:13.670Z | Documenting backtrace v0.3.69 |
2397 | 2023-12-13T05:01:14.081Z | Documenting data-encoding v2.4.0 |
2398 | 2023-12-13T05:01:14.749Z | Documenting anstyle-parse v0.2.1 |
2399 | 2023-12-13T05:01:16.772Z | Documenting syn v2.0.32 |
2400 | 2023-12-13T05:01:18.051Z | Documenting pest v2.7.2 |
2401 | 2023-12-13T05:01:19.687Z | Documenting pest_derive v2.7.2 |
2402 | 2023-12-13T05:01:19.979Z | Documenting ipnetwork v0.20.0 |
2403 | 2023-12-13T05:01:21.027Z | Documenting sha2 v0.10.8 |
2404 | 2023-12-13T05:01:22.547Z | Documenting anyhow v1.0.75 |
2405 | 2023-12-13T05:01:23.148Z | Documenting futures-executor v0.3.29 |
2406 | 2023-12-13T05:01:23.148Z | Documenting reqwest v0.11.22 |
2407 | 2023-12-13T05:01:27.023Z | Documenting hex v0.4.3 |
2408 | 2023-12-13T05:01:27.027Z | Documenting crc32fast v1.3.2 |
2409 | 2023-12-13T05:01:29.229Z | Checking serde_tokenstream v0.1.7 |
2410 | 2023-12-13T05:01:29.491Z | Documenting colorchoice v1.0.0 |
2411 | 2023-12-13T05:01:29.852Z | Documenting anstyle-query v1.0.0 |
2412 | 2023-12-13T05:01:30.779Z | Documenting dtrace-parser v0.1.14 |
2413 | 2023-12-13T05:01:31.205Z | Documenting openapiv3 v2.0.0 |
2414 | 2023-12-13T05:01:33.276Z | Documenting num-iter v0.1.43 |
2415 | 2023-12-13T05:01:33.703Z | Documenting hmac v0.12.1 |
2416 | 2023-12-13T05:01:34.996Z | Documenting dof v0.1.5 |
2417 | 2023-12-13T05:01:36.335Z | Documenting anstream v0.5.0 |
2418 | 2023-12-13T05:01:37.080Z | Documenting signal-hook v0.3.17 |
2419 | 2023-12-13T05:01:40.178Z | Documenting thread-id v4.2.0 |
2420 | 2023-12-13T05:01:40.651Z | Documenting terminal_size v0.2.6 |
2421 | 2023-12-13T05:01:40.931Z | Documenting memoffset v0.9.0 |
2422 | 2023-12-13T05:01:41.587Z | Documenting clap_lex v0.5.1 |
2423 | 2023-12-13T05:01:42.409Z | Documenting strsim v0.10.0 |
2424 | 2023-12-13T05:01:42.736Z | Documenting flate2 v1.0.28 |
2425 | 2023-12-13T05:01:43.799Z | Documenting futures v0.3.29 |
2426 | 2023-12-13T05:01:45.486Z | Documenting crossbeam-epoch v0.9.15 |
2427 | 2023-12-13T05:01:46.535Z | Documenting usdt-impl v0.3.5 |
2428 | 2023-12-13T05:01:47.132Z | Documenting usdt-macro v0.3.5 |
2429 | 2023-12-13T05:01:48.877Z | Documenting usdt-attr-macro v0.3.5 |
2430 | 2023-12-13T05:01:49.197Z | Documenting clap_builder v4.4.2 |
2431 | 2023-12-13T05:01:49.202Z | Documenting clap_derive v4.4.2 |
2432 | 2023-12-13T05:01:50.802Z | Documenting managed v0.8.0 |
2433 | 2023-12-13T05:01:52.393Z | Documenting signal-hook-mio v0.2.3 |
2434 | 2023-12-13T05:01:55.511Z | Documenting block-padding v0.3.3 |
2435 | 2023-12-13T05:01:55.760Z | Documenting scheduled-thread-pool v0.2.7 |
2436 | 2023-12-13T05:01:56.525Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2437 | 2023-12-13T05:01:56.812Z | Documenting usdt v0.3.5 |
2438 | 2023-12-13T05:01:57.739Z | Documenting enum-as-inner v0.5.1 |
2439 | 2023-12-13T05:01:58.075Z | Documenting pin-project-internal v1.1.3 |
2440 | 2023-12-13T05:01:58.917Z | Documenting diesel_table_macro_syntax v0.1.0 |
2441 | 2023-12-13T05:02:00.122Z | Documenting clap v4.4.3 |
2442 | 2023-12-13T05:02:02.383Z | Checking diesel_table_macro_syntax v0.1.0 |
2443 | 2023-12-13T05:02:02.639Z | Documenting unicode-segmentation v1.10.1 |
2444 | 2023-12-13T05:02:02.675Z | Documenting inout v0.1.3 |
2445 | 2023-12-13T05:02:02.801Z | Documenting bzip2 v0.4.4 |
2446 | 2023-12-13T05:02:04.997Z | Documenting trust-dns-proto v0.22.0 |
2447 | 2023-12-13T05:02:05.461Z | Documenting r2d2 v0.8.10 |
2448 | 2023-12-13T05:02:06.213Z | Documenting pin-project v1.1.3 |
2449 | 2023-12-13T05:02:06.331Z | Documenting diesel_derives v2.1.2 |
2450 | 2023-12-13T05:02:08.174Z | Documenting crossterm v0.27.0 |
2451 | 2023-12-13T05:02:08.248Z | Documenting md-5 v0.10.5 |
2452 | 2023-12-13T05:02:09.531Z | Documenting stringprep v0.1.3 |
2453 | 2023-12-13T05:02:09.724Z | Documenting toml_datetime v0.6.5 |
2454 | 2023-12-13T05:02:10.858Z | Documenting serde_spanned v0.6.4 |
2455 | 2023-12-13T05:02:12.250Z | Documenting zerocopy v0.7.26 |
2456 | 2023-12-13T05:02:15.849Z | Documenting ff v0.13.0 |
2457 | 2023-12-13T05:02:16.093Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2458 | 2023-12-13T05:02:16.284Z | Documenting doc-comment v0.3.3 |
2459 | 2023-12-13T05:02:17.571Z | Documenting snafu-derive v0.7.5 |
2460 | 2023-12-13T05:02:17.730Z | Documenting either v1.9.0 |
2461 | 2023-12-13T05:02:18.208Z | Documenting static_assertions v1.1.0 |
2462 | 2023-12-13T05:02:20.436Z | Documenting base16ct v0.2.0 |
2463 | 2023-12-13T05:02:20.936Z | Documenting siphasher v0.3.11 |
2464 | 2023-12-13T05:02:22.297Z | Documenting fallible-iterator v0.2.0 |
2465 | 2023-12-13T05:02:22.390Z | Documenting winnow v0.5.15 |
2466 | 2023-12-13T05:02:23.245Z | Documenting bit-vec v0.6.3 |
2467 | 2023-12-13T05:02:24.364Z | Documenting group v0.13.0 |
2468 | 2023-12-13T05:02:24.898Z | Documenting diesel v2.1.4 |
2469 | 2023-12-13T05:02:25.642Z | Documenting sec1 v0.7.3 |
2470 | 2023-12-13T05:02:25.863Z | Documenting phf_shared v0.11.2 |
2471 | 2023-12-13T05:02:29.883Z | Documenting zip v0.6.6 |
2472 | 2023-12-13T05:02:30.312Z | Documenting snafu v0.7.5 |
2473 | 2023-12-13T05:02:30.640Z | Documenting postgres-protocol v0.6.6 |
2474 | 2023-12-13T05:02:30.927Z | Documenting cipher v0.4.4 |
2475 | 2023-12-13T05:02:30.984Z | Documenting toml_edit v0.21.0 |
2476 | 2023-12-13T05:02:32.151Z | Documenting hkdf v0.12.3 |
2477 | 2023-12-13T05:02:35.363Z | Documenting num-bigint v0.4.4 |
2478 | 2023-12-13T05:02:37.740Z | Documenting crypto-bigint v0.5.2 |
2479 | 2023-12-13T05:02:37.939Z | Documenting hubpack v0.1.2 |
2480 | 2023-12-13T05:02:40.317Z | Documenting bstr v1.6.0 |
2481 | 2023-12-13T05:02:40.659Z | Documenting regress v0.7.1 |
2482 | 2023-12-13T05:02:41.813Z | Documenting serde_repr v0.1.16 |
2483 | 2023-12-13T05:02:42.373Z | Documenting precomputed-hash v0.1.1 |
2484 | 2023-12-13T05:02:45.250Z | Documenting new_debug_unreachable v1.0.4 |
2485 | 2023-12-13T05:02:47.270Z | Documenting fixedbitset v0.4.2 |
2486 | 2023-12-13T05:02:48.808Z | Documenting lalrpop-util v0.19.12 |
2487 | 2023-12-13T05:02:48.921Z | Documenting yasna v0.5.2 |
2488 | 2023-12-13T05:02:49.131Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2489 | 2023-12-13T05:02:50.501Z | Documenting string_cache v0.8.7 |
2490 | 2023-12-13T05:02:50.511Z | Documenting elliptic-curve v0.13.8 |
2491 | 2023-12-13T05:02:52.451Z | Documenting postgres-types v0.2.6 |
2492 | 2023-12-13T05:02:52.959Z | Documenting petgraph v0.6.4 |
2493 | 2023-12-13T05:02:56.399Z | Documenting phf v0.11.2 |
2494 | 2023-12-13T05:02:58.356Z | Documenting console v0.15.7 |
2495 | 2023-12-13T05:02:59.429Z | Documenting semver v1.0.20 |
2496 | 2023-12-13T05:03:00.502Z | Documenting float-cmp v0.9.0 |
2497 | 2023-12-13T05:03:03.529Z | Documenting difflib v0.4.0 |
2498 | 2023-12-13T05:03:03.537Z | Documenting normalize-line-endings v0.3.0 |
2499 | 2023-12-13T05:03:04.623Z | Documenting predicates-core v1.0.6 |
2500 | 2023-12-13T05:03:04.801Z | Checking unsafe-libyaml v0.2.9 |
2501 | 2023-12-13T05:03:05.529Z | Documenting heck v0.4.1 |
2502 | 2023-12-13T05:03:06.851Z | Documenting whoami v1.4.1 |
2503 | 2023-12-13T05:03:07.124Z | Documenting bit-set v0.5.3 |
2504 | 2023-12-13T05:03:08.420Z | Documenting ahash v0.8.6 |
2505 | 2023-12-13T05:03:08.612Z | Documenting similar v2.3.0 |
2506 | 2023-12-13T05:03:09.122Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2507 | 2023-12-13T05:03:09.322Z | Documenting tokio-stream v0.1.14 |
2508 | 2023-12-13T05:03:11.047Z | Documenting predicates v3.0.4 |
2509 | 2023-12-13T05:03:12.432Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2510 | 2023-12-13T05:03:13.013Z | Documenting tokio-postgres v0.7.10 |
2511 | 2023-12-13T05:03:14.000Z | Documenting unsafe-libyaml v0.2.9 |
2512 | 2023-12-13T05:03:15.650Z | Checking ident_case v1.0.1 |
2513 | 2023-12-13T05:03:16.187Z | Checking serde_yaml v0.9.25 |
2514 | 2023-12-13T05:03:16.227Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2515 | 2023-12-13T05:03:17.868Z | Documenting getopts v0.2.21 |
2516 | 2023-12-13T05:03:19.333Z | Documenting match_cfg v0.1.0 |
2517 | 2023-12-13T05:03:19.538Z | Documenting sha1 v0.10.6 |
2518 | 2023-12-13T05:03:20.228Z | Documenting serde_yaml v0.9.25 |
2519 | 2023-12-13T05:03:20.496Z | Documenting dirs-sys-next v0.1.2 |
2520 | 2023-12-13T05:03:24.100Z | Documenting hostname v0.3.1 |
2521 | 2023-12-13T05:03:24.915Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2522 | 2023-12-13T05:03:24.971Z | Documenting thread_local v1.1.7 |
2523 | 2023-12-13T05:03:27.310Z | Documenting dirs-next v2.0.0 |
2524 | 2023-12-13T05:03:27.329Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2525 | 2023-12-13T05:03:27.544Z | Documenting paste v1.0.14 |
2526 | 2023-12-13T05:03:29.601Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2527 | 2023-12-13T05:03:30.008Z | Documenting crossbeam-channel v0.5.8 |
2528 | 2023-12-13T05:03:30.807Z | Documenting atty v0.2.14 |
2529 | 2023-12-13T05:03:32.084Z | Documenting take_mut v0.2.2 |
2530 | 2023-12-13T05:03:32.932Z | Documenting slog-json v2.6.1 |
2531 | 2023-12-13T05:03:33.139Z | Documenting term v0.7.0 |
2532 | 2023-12-13T05:03:34.712Z | Documenting camino v1.1.6 |
2533 | 2023-12-13T05:03:35.632Z | Documenting async-stream-impl v0.3.5 |
2534 | 2023-12-13T05:03:36.093Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2535 | 2023-12-13T05:03:37.034Z | Documenting debug-ignore v1.0.5 |
2536 | 2023-12-13T05:03:38.481Z | Documenting slog-async v2.8.0 |
2537 | 2023-12-13T05:03:39.564Z | Documenting slog-term v2.9.0 |
2538 | 2023-12-13T05:03:40.557Z | Documenting atomic-waker v1.1.1 |
2539 | 2023-12-13T05:03:41.609Z | Documenting slog-bunyan v2.4.0 |
2540 | 2023-12-13T05:03:42.155Z | Checking darling_core v0.20.3 |
2541 | 2023-12-13T05:03:42.458Z | Documenting toml v0.8.8 |
2542 | 2023-12-13T05:03:43.133Z | Documenting async-stream v0.3.5 |
2543 | 2023-12-13T05:03:44.563Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2544 | 2023-12-13T05:03:45.108Z | Documenting waitgroup v0.1.2 |
2545 | 2023-12-13T05:03:45.890Z | Documenting multer v2.1.0 |
2546 | 2023-12-13T05:03:47.252Z | Documenting serde_path_to_error v0.1.14 |
2547 | 2023-12-13T05:03:49.132Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2548 | 2023-12-13T05:03:49.214Z | Documenting strum v0.25.0 |
2549 | 2023-12-13T05:03:49.432Z | Checking darling v0.20.3 |
2550 | 2023-12-13T05:03:49.645Z | Documenting serde_with_macros v3.4.0 |
2551 | 2023-12-13T05:03:50.502Z | Documenting structmeta-derive v0.2.0 |
2552 | 2023-12-13T05:03:51.274Z | Checking structmeta v0.2.0 |
2553 | 2023-12-13T05:03:52.054Z | Documenting instant v0.1.12 |
2554 | 2023-12-13T05:03:53.315Z | Checking regex-syntax v0.7.5 |
2555 | 2023-12-13T05:03:53.644Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2556 | 2023-12-13T05:03:53.912Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2557 | 2023-12-13T05:03:55.743Z | Documenting macaddr v1.0.1 |
2558 | 2023-12-13T05:03:57.601Z | Documenting serde_with v3.4.0 |
2559 | 2023-12-13T05:03:57.766Z | Documenting backoff v0.4.0 |
2560 | 2023-12-13T05:03:59.414Z | Documenting structmeta v0.2.0 |
2561 | 2023-12-13T05:03:59.483Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2562 | 2023-12-13T05:04:00.863Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2563 | 2023-12-13T05:04:02.557Z | Documenting fastrand v2.0.0 |
2564 | 2023-12-13T05:04:05.664Z | Documenting is-terminal v0.4.9 |
2565 | 2023-12-13T05:04:05.848Z | Documenting parse-display-derive v0.8.2 |
2566 | 2023-12-13T05:04:05.990Z | Documenting proc-macro-crate v1.3.1 |
2567 | 2023-12-13T05:04:07.162Z | Checking proc-macro-crate v1.3.1 |
2568 | 2023-12-13T05:04:07.454Z | Documenting proc-macro-error-attr v1.0.4 |
2569 | 2023-12-13T05:04:07.548Z | Documenting hash32 v0.2.1 |
2570 | 2023-12-13T05:04:09.005Z | Documenting tempfile v3.8.1 |
2571 | 2023-12-13T05:04:10.298Z | Documenting stable_deref_trait v1.2.0 |
2572 | 2023-12-13T05:04:13.223Z | Documenting num_enum_derive v0.5.11 |
2573 | 2023-12-13T05:04:13.713Z | Checking proc-macro-error v1.0.4 |
2574 | 2023-12-13T05:04:13.935Z | Documenting proc-macro-error v1.0.4 |
2575 | 2023-12-13T05:04:14.156Z | Documenting embedded-io v0.4.0 |
2576 | 2023-12-13T05:04:14.272Z | Documenting cobs v0.2.3 |
2577 | 2023-12-13T05:04:14.916Z | Documenting heapless v0.7.16 |
2578 | 2023-12-13T05:04:15.407Z | Documenting parse-display v0.8.2 |
2579 | 2023-12-13T05:04:16.268Z | Documenting camino-tempfile v1.1.1 |
2580 | 2023-12-13T05:04:18.985Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2581 | 2023-12-13T05:04:19.493Z | Documenting postcard v1.0.8 |
2582 | 2023-12-13T05:04:20.012Z | Documenting foreign-types-macros v0.2.3 |
2583 | 2023-12-13T05:04:21.189Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2584 | 2023-12-13T05:04:22.247Z | Documenting num_enum v0.5.11 |
2585 | 2023-12-13T05:04:22.518Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2586 | 2023-12-13T05:04:23.382Z | Documenting smoltcp v0.10.0 |
2587 | 2023-12-13T05:04:23.631Z | Documenting foreign-types-shared v0.3.1 |
2588 | 2023-12-13T05:04:26.020Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2589 | 2023-12-13T05:04:26.211Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2590 | 2023-12-13T05:04:26.506Z | Documenting crucible-workspace-hack v0.1.0 |
2591 | 2023-12-13T05:04:27.243Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2592 | 2023-12-13T05:04:27.812Z | Documenting cstr-argument v0.1.2 |
2593 | 2023-12-13T05:04:28.281Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2594 | 2023-12-13T05:04:28.466Z | Documenting foreign-types v0.5.0 |
2595 | 2023-12-13T05:04:32.639Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2596 | 2023-12-13T05:04:33.098Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2597 | 2023-12-13T05:04:33.157Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2598 | 2023-12-13T05:04:33.565Z | Documenting colored v2.0.4 |
2599 | 2023-12-13T05:04:33.915Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2600 | 2023-12-13T05:04:35.146Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2601 | 2023-12-13T05:04:35.230Z | Documenting zone_cfg_derive v0.3.0 |
2602 | 2023-12-13T05:04:35.464Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2603 | 2023-12-13T05:04:39.649Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2604 | 2023-12-13T05:04:40.977Z | Documenting num-derive v0.4.0 |
2605 | 2023-12-13T05:04:41.489Z | Documenting smf v0.2.2 |
2606 | 2023-12-13T05:04:41.976Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2607 | 2023-12-13T05:04:42.260Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2608 | 2023-12-13T05:04:43.563Z | Documenting zone v0.3.0 |
2609 | 2023-12-13T05:04:43.983Z | Documenting linked-hash-map v0.5.6 |
2610 | 2023-12-13T05:04:44.041Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2611 | 2023-12-13T05:04:46.616Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2612 | 2023-12-13T05:04:48.086Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2613 | 2023-12-13T05:04:48.647Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2614 | 2023-12-13T05:04:50.880Z | Documenting lru-cache v0.1.2 |
2615 | 2023-12-13T05:04:52.330Z | Documenting password-hash v0.5.0 |
2616 | 2023-12-13T05:04:52.540Z | Documenting blake2 v0.10.6 |
2617 | 2023-12-13T05:04:53.775Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2618 | 2023-12-13T05:04:53.775Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2619 | 2023-12-13T05:04:54.237Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2620 | 2023-12-13T05:04:54.923Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2621 | 2023-12-13T05:04:55.413Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2622 | 2023-12-13T05:04:56.657Z | Checking heck v0.3.3 |
2623 | 2023-12-13T05:04:56.935Z | Documenting structopt-derive v0.4.18 |
2624 | 2023-12-13T05:04:57.263Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2625 | 2023-12-13T05:04:59.187Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2626 | 2023-12-13T05:04:59.192Z | Documenting libefi-sys v0.1.0 |
2627 | 2023-12-13T05:05:02.392Z | Documenting argon2 v0.5.2 |
2628 | 2023-12-13T05:05:03.205Z | Documenting quick-error v1.2.3 |
2629 | 2023-12-13T05:05:05.511Z | Documenting structopt v0.3.26 |
2630 | 2023-12-13T05:05:06.187Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2631 | 2023-12-13T05:05:06.923Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2632 | 2023-12-13T05:05:07.367Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2633 | 2023-12-13T05:05:28.250Z | Documenting resolv-conf v0.7.0 |
2634 | 2023-12-13T05:05:28.881Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2635 | 2023-12-13T05:05:28.887Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2636 | 2023-12-13T05:05:28.887Z | Documenting cancel-safe-futures v0.1.5 |
2637 | 2023-12-13T05:05:29.231Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2638 | 2023-12-13T05:05:29.232Z | Checking convert_case v0.4.0 |
2639 | 2023-12-13T05:05:29.232Z | Documenting convert_case v0.4.0 |
2640 | 2023-12-13T05:05:29.232Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2641 | 2023-12-13T05:05:29.232Z | Documenting trust-dns-resolver v0.22.0 |
2642 | 2023-12-13T05:05:29.232Z | Documenting tap v1.0.1 |
2643 | 2023-12-13T05:05:29.233Z | Documenting swrite v0.1.0 |
2644 | 2023-12-13T05:05:29.233Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2645 | 2023-12-13T05:05:29.233Z | Documenting derive_more v0.99.17 |
2646 | 2023-12-13T05:05:29.233Z | Documenting arc-swap v1.6.0 |
2647 | 2023-12-13T05:05:29.233Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2648 | 2023-12-13T05:05:29.233Z | Documenting wyz v0.5.1 |
2649 | 2023-12-13T05:05:29.233Z | Documenting num-rational v0.4.1 |
2650 | 2023-12-13T05:05:29.233Z | Documenting radium v0.7.0 |
2651 | 2023-12-13T05:05:29.233Z | Documenting slog-scope v4.4.0 |
2652 | 2023-12-13T05:05:29.233Z | Documenting libsw v3.3.0 |
2653 | 2023-12-13T05:05:29.403Z | Documenting num-complex v0.4.4 |
2654 | 2023-12-13T05:05:30.528Z | Documenting derive-where v1.2.6 |
2655 | 2023-12-13T05:05:30.593Z | Documenting half v1.8.2 |
2656 | 2023-12-13T05:05:30.858Z | Documenting crc-catalog v2.2.0 |
2657 | 2023-12-13T05:05:31.681Z | Documenting ciborium-io v0.2.1 |
2658 | 2023-12-13T05:05:34.657Z | Documenting linear-map v1.2.0 |
2659 | 2023-12-13T05:05:35.767Z | Documenting funty v2.0.0 |
2660 | 2023-12-13T05:05:36.247Z | Documenting owo-colors v3.5.0 |
2661 | 2023-12-13T05:05:36.293Z | Documenting crc v3.0.1 |
2662 | 2023-12-13T05:05:37.445Z | Documenting num v0.4.1 |
2663 | 2023-12-13T05:05:37.740Z | Documenting ciborium-ll v0.2.1 |
2664 | 2023-12-13T05:05:40.982Z | Documenting bitvec v1.0.1 |
2665 | 2023-12-13T05:05:41.145Z | Documenting slog-stdlog v4.1.1 |
2666 | 2023-12-13T05:05:41.544Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2667 | 2023-12-13T05:05:42.018Z | Documenting slog-dtrace v0.2.3 |
2668 | 2023-12-13T05:05:42.945Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2669 | 2023-12-13T05:05:44.231Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2670 | 2023-12-13T05:05:44.641Z | Documenting xattr v1.0.1 |
2671 | 2023-12-13T05:05:47.154Z | Documenting filetime v0.2.23 |
2672 | 2023-12-13T05:05:47.869Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2673 | 2023-12-13T05:05:50.361Z | Documenting packed_struct_codegen v0.10.1 |
2674 | 2023-12-13T05:05:51.044Z | Documenting keccak v0.1.4 |
2675 | 2023-12-13T05:05:53.582Z | Documenting nodrop v0.1.14 |
2676 | 2023-12-13T05:05:53.784Z | Documenting tar v0.4.40 |
2677 | 2023-12-13T05:05:55.632Z | Documenting sha3 v0.10.8 |
2678 | 2023-12-13T05:05:56.024Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2679 | 2023-12-13T05:05:57.523Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2680 | 2023-12-13T05:05:58.334Z | Documenting array-init v0.0.4 |
2681 | 2023-12-13T05:05:58.897Z | Documenting slog-envlogger v2.2.0 |
2682 | 2023-12-13T05:05:59.848Z | Documenting packed_struct v0.10.1 |
2683 | 2023-12-13T05:06:00.940Z | Documenting ciborium v0.2.1 |
2684 | 2023-12-13T05:06:01.978Z | Documenting num-bigint-dig v0.8.4 |
2685 | 2023-12-13T05:06:03.778Z | Documenting pkcs1 v0.7.5 |
2686 | 2023-12-13T05:06:04.002Z | Documenting signature v2.1.0 |
2687 | 2023-12-13T05:06:07.927Z | Documenting fxhash v0.2.1 |
2688 | 2023-12-13T05:06:08.457Z | Documenting secrecy v0.8.0 |
2689 | 2023-12-13T05:06:11.538Z | Documenting termcolor v1.2.0 |
2690 | 2023-12-13T05:06:12.239Z | Documenting bitfield v0.14.0 |
2691 | 2023-12-13T05:06:13.781Z | Documenting utf-8 v0.7.6 |
2692 | 2023-12-13T05:06:14.119Z | Documenting rsa v0.9.2 |
2693 | 2023-12-13T05:06:14.795Z | Documenting serde-hex v0.1.0 |
2694 | 2023-12-13T05:06:15.273Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2695 | 2023-12-13T05:06:17.022Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2696 | 2023-12-13T05:06:18.945Z | Documenting env_logger v0.10.0 |
2697 | 2023-12-13T05:06:19.162Z | Documenting tungstenite v0.20.1 |
2698 | 2023-12-13T05:06:21.006Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2699 | 2023-12-13T05:06:24.636Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2700 | 2023-12-13T05:06:26.745Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2701 | 2023-12-13T05:06:26.825Z | Documenting newtype_derive v0.1.6 |
2702 | 2023-12-13T05:06:27.459Z | Documenting x509-cert v0.2.4 |
2703 | 2023-12-13T05:06:27.798Z | Documenting ron v0.8.1 |
2704 | 2023-12-13T05:06:30.062Z | Documenting pem v3.0.2 |
2705 | 2023-12-13T05:06:30.905Z | Documenting crc-any v2.4.3 |
2706 | 2023-12-13T05:06:33.103Z | Documenting steno v0.4.0 |
2707 | 2023-12-13T05:06:35.751Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2708 | 2023-12-13T05:06:36.026Z | Documenting tokio-tungstenite v0.20.1 |
2709 | 2023-12-13T05:06:36.349Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2710 | 2023-12-13T05:06:37.485Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2711 | 2023-12-13T05:06:43.825Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2712 | 2023-12-13T05:06:43.861Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2713 | 2023-12-13T05:06:48.386Z | Documenting itertools v0.12.0 |
2714 | 2023-12-13T05:06:50.434Z | Documenting nibble_vec v0.1.0 |
2715 | 2023-12-13T05:06:53.105Z | Documenting display-error-chain v0.2.0 |
2716 | 2023-12-13T05:06:55.248Z | Documenting path-slash v0.1.5 |
2717 | 2023-12-13T05:06:55.424Z | Documenting glob v0.3.1 |
2718 | 2023-12-13T05:06:57.623Z | Documenting same-file v1.0.6 |
2719 | 2023-12-13T05:06:59.228Z | Documenting endian-type v0.1.2 |
2720 | 2023-12-13T05:07:00.744Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2721 | 2023-12-13T05:07:01.503Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2722 | 2023-12-13T05:07:02.664Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2723 | 2023-12-13T05:07:04.688Z | Documenting walkdir v2.4.0 |
2724 | 2023-12-13T05:07:05.724Z | Documenting radix_trie v0.2.1 |
2725 | 2023-12-13T05:07:07.585Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2726 | 2023-12-13T05:07:11.521Z | Documenting buf-list v1.0.3 |
2727 | 2023-12-13T05:07:11.821Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2728 | 2023-12-13T05:07:12.508Z | Checking darling_core v0.14.4 |
2729 | 2023-12-13T05:07:15.714Z | Checking darling v0.14.4 |
2730 | 2023-12-13T05:07:15.905Z | Documenting trust-dns-client v0.22.0 |
2731 | 2023-12-13T05:07:17.910Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2732 | 2023-12-13T05:07:18.740Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2733 | 2023-12-13T05:07:19.253Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2734 | 2023-12-13T05:07:19.466Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2735 | 2023-12-13T05:07:21.366Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2736 | 2023-12-13T05:07:23.942Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2737 | 2023-12-13T05:07:28.568Z | Documenting sled v0.34.7 |
2738 | 2023-12-13T05:07:28.815Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2739 | 2023-12-13T05:07:30.047Z | Documenting unicase v2.7.0 |
2740 | 2023-12-13T05:07:30.937Z | Documenting trust-dns-server v0.22.1 |
2741 | 2023-12-13T05:07:32.308Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2742 | 2023-12-13T05:07:33.002Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2743 | 2023-12-13T05:07:33.513Z | Documenting globset v0.4.13 |
2744 | 2023-12-13T05:07:35.676Z | Documenting crossbeam-deque v0.8.3 |
2745 | 2023-12-13T05:07:38.490Z | Documenting headers-core v0.2.0 |
2746 | 2023-12-13T05:07:39.346Z | Documenting olpc-cjson v0.1.3 |
2747 | 2023-12-13T05:07:41.613Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2748 | 2023-12-13T05:07:42.273Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2749 | 2023-12-13T05:07:42.353Z | Documenting serde_plain v1.0.2 |
2750 | 2023-12-13T05:07:42.558Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2751 | 2023-12-13T05:07:44.002Z | Documenting async-recursion v1.0.5 |
2752 | 2023-12-13T05:07:45.550Z | Documenting pretty-hex v0.4.0 |
2753 | 2023-12-13T05:07:45.595Z | Documenting typed-path v0.7.0 |
2754 | 2023-12-13T05:07:46.454Z | Documenting headers v0.3.9 |
2755 | 2023-12-13T05:07:47.193Z | Documenting rayon-core v1.12.0 |
2756 | 2023-12-13T05:07:49.155Z | Documenting mime_guess v2.0.4 |
2757 | 2023-12-13T05:07:50.243Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2758 | 2023-12-13T05:07:50.869Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2759 | 2023-12-13T05:07:51.483Z | Checking derive_builder_core v0.12.0 |
2760 | 2023-12-13T05:07:53.103Z | Documenting derive_builder_core v0.12.0 |
2761 | 2023-12-13T05:07:54.266Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2762 | 2023-12-13T05:07:54.714Z | Documenting tough v0.16.0 |
2763 | 2023-12-13T05:07:56.812Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2764 | 2023-12-13T05:08:07.036Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2765 | 2023-12-13T05:08:07.124Z | Documenting universal-hash v0.5.1 |
2766 | 2023-12-13T05:08:07.124Z | Documenting bcs v0.1.6 |
2767 | 2023-12-13T05:08:07.124Z | Documenting kstat-rs v0.2.3 |
2768 | 2023-12-13T05:08:07.124Z | Documenting thiserror-impl-no-std v2.0.2 |
2769 | 2023-12-13T05:08:07.124Z | Documenting curve25519-dalek-derive v0.1.0 |
2770 | 2023-12-13T05:08:08.260Z | Documenting highway v1.1.0 |
2771 | 2023-12-13T05:08:09.944Z | Documenting opaque-debug v0.3.0 |
2772 | 2023-12-13T05:08:12.112Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2773 | 2023-12-13T05:08:12.163Z | Documenting thiserror-no-std v2.0.2 |
2774 | 2023-12-13T05:08:12.916Z | Documenting curve25519-dalek v4.1.0 |
2775 | 2023-12-13T05:08:14.382Z | Documenting derive_builder_macro v0.12.0 |
2776 | 2023-12-13T05:08:14.767Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2777 | 2023-12-13T05:08:15.227Z | Documenting poly1305 v0.8.0 |
2778 | 2023-12-13T05:08:15.840Z | Documenting rayon v1.8.0 |
2779 | 2023-12-13T05:08:21.589Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2780 | 2023-12-13T05:08:22.032Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2781 | 2023-12-13T05:08:22.778Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2782 | 2023-12-13T05:08:23.697Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2783 | 2023-12-13T05:08:28.806Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2784 | 2023-12-13T05:08:44.705Z | Documenting portable-atomic v1.4.3 |
2785 | 2023-12-13T05:08:50.585Z | Documenting ed25519 v1.5.3 |
2786 | 2023-12-13T05:08:52.053Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2787 | 2023-12-13T05:08:54.455Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2788 | 2023-12-13T05:08:54.884Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2789 | 2023-12-13T05:08:55.245Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2790 | 2023-12-13T05:08:55.677Z | Documenting chacha20 v0.9.1 |
2791 | 2023-12-13T05:08:56.130Z | Documenting aead v0.5.2 |
2792 | 2023-12-13T05:08:57.681Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2793 | 2023-12-13T05:08:58.818Z | Documenting ref-cast-impl v1.0.20 |
2794 | 2023-12-13T05:09:00.188Z | Documenting vte_generate_state_changes v0.1.1 |
2795 | 2023-12-13T05:09:04.499Z | Documenting number_prefix v0.4.0 |
2796 | 2023-12-13T05:09:06.488Z | Documenting cassowary v0.3.0 |
2797 | 2023-12-13T05:09:06.928Z | Documenting vte v0.11.1 |
2798 | 2023-12-13T05:09:07.611Z | Documenting ref-cast v1.0.20 |
2799 | 2023-12-13T05:09:11.151Z | Documenting indicatif v0.17.7 |
2800 | 2023-12-13T05:09:12.435Z | Documenting chacha20poly1305 v0.10.1 |
2801 | 2023-12-13T05:09:12.993Z | Documenting ratatui v0.23.0 |
2802 | 2023-12-13T05:09:14.266Z | Documenting salty v0.2.0 |
2803 | 2023-12-13T05:09:14.461Z | Documenting vsss-rs v3.3.1 |
2804 | 2023-12-13T05:09:19.841Z | Documenting derive_builder v0.12.0 |
2805 | 2023-12-13T05:09:23.410Z | Documenting fs-err v2.11.0 |
2806 | 2023-12-13T05:09:25.798Z | Documenting polar-core v0.27.0 |
2807 | 2023-12-13T05:09:25.861Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2808 | 2023-12-13T05:09:25.984Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2809 | 2023-12-13T05:09:26.238Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2810 | 2023-12-13T05:09:27.242Z | Documenting libxml v0.3.3 |
2811 | 2023-12-13T05:09:30.398Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2812 | 2023-12-13T05:09:33.974Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2813 | 2023-12-13T05:09:34.029Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2814 | 2023-12-13T05:09:38.137Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2815 | 2023-12-13T05:09:38.305Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2816 | 2023-12-13T05:09:38.787Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2817 | 2023-12-13T05:09:40.945Z | Documenting bb8 v0.8.1 |
2818 | 2023-12-13T05:09:41.533Z | Documenting serde-big-array v0.5.1 |
2819 | 2023-12-13T05:09:48.762Z | Documenting bytesize v1.3.0 |
2820 | 2023-12-13T05:09:49.269Z | Documenting quick-xml v0.23.1 |
2821 | 2023-12-13T05:09:49.935Z | Documenting rtoolbox v0.0.1 |
2822 | 2023-12-13T05:09:52.586Z | Documenting oso-derive v0.27.0 |
2823 | 2023-12-13T05:09:55.697Z | Documenting impl-trait-for-tuples v0.2.2 |
2824 | 2023-12-13T05:09:56.244Z | Documenting maplit v1.0.2 |
2825 | 2023-12-13T05:09:56.608Z | Documenting unicode-linebreak v0.1.5 |
2826 | 2023-12-13T05:09:57.415Z | Documenting http-range v0.1.5 |
2827 | 2023-12-13T05:09:59.890Z | Documenting humantime v2.1.0 |
2828 | 2023-12-13T05:10:01.691Z | Documenting is_ci v1.1.1 |
2829 | 2023-12-13T05:10:02.484Z | Documenting smawk v0.3.1 |
2830 | 2023-12-13T05:10:03.760Z | Documenting hyper-staticfile v0.9.5 |
2831 | 2023-12-13T05:10:04.628Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2832 | 2023-12-13T05:10:05.602Z | Documenting oso v0.27.0 |
2833 | 2023-12-13T05:10:05.768Z | Documenting rpassword v7.3.1 |
2834 | 2023-12-13T05:10:06.326Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2835 | 2023-12-13T05:10:07.938Z | Documenting supports-color v2.1.0 |
2836 | 2023-12-13T05:10:08.608Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2837 | 2023-12-13T05:10:09.512Z | Documenting textwrap v0.16.0 |
2838 | 2023-12-13T05:10:14.653Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2839 | 2023-12-13T05:10:15.562Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2840 | 2023-12-13T05:10:15.807Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2841 | 2023-12-13T05:10:17.039Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2842 | 2023-12-13T05:10:24.259Z | Documenting tui-tree-widget v0.13.0 |
2843 | 2023-12-13T05:10:26.309Z | Documenting strip-ansi-escapes v0.2.0 |
2844 | 2023-12-13T05:10:28.632Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2845 | 2023-12-13T05:10:32.889Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2846 | 2023-12-13T05:10:34.442Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2847 | 2023-12-13T05:10:35.478Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2848 | 2023-12-13T05:10:35.682Z | Documenting cookie v0.18.0 |
2849 | 2023-12-13T05:10:43.396Z | Documenting rcgen v0.11.3 |
2850 | 2023-12-13T05:10:43.466Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2851 | 2023-12-13T05:10:44.693Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2852 | 2023-12-13T05:10:45.317Z | Documenting atomicwrites v0.4.2 |
2853 | 2023-12-13T05:10:45.333Z | Documenting signal-hook-tokio v0.3.1 |
2854 | 2023-12-13T05:10:49.753Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2855 | 2023-12-13T05:10:52.670Z | Documenting fd-lock v3.0.13 |
2856 | 2023-12-13T05:10:54.260Z | Documenting subprocess v0.2.9 |
2857 | 2023-12-13T05:10:54.971Z | Documenting nu-ansi-term v0.49.0 |
2858 | 2023-12-13T05:10:56.987Z | Documenting shell-words v1.1.0 |
2859 | 2023-12-13T05:10:59.309Z | Documenting corncobs v0.1.3 |
2860 | 2023-12-13T05:11:00.148Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2861 | 2023-12-13T05:11:01.201Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2862 | 2023-12-13T05:11:01.613Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2863 | 2023-12-13T05:11:01.644Z | Documenting reedline v0.26.0 |
2864 | 2023-12-13T05:11:19.328Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2865 | 2023-12-13T05:11:19.329Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2866 | 2023-12-13T05:11:19.329Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2867 | 2023-12-13T05:11:19.399Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2868 | 2023-12-13T05:11:19.399Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2869 | 2023-12-13T05:11:19.399Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2870 | 2023-12-13T05:11:34.779Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2871 | 2023-12-13T05:11:35.273Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2872 | 2023-12-13T05:11:38.084Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2873 | 2023-12-13T05:11:44.948Z | Documenting fatfs v0.3.6 |
2874 | 2023-12-13T05:11:46.379Z | Documenting nanorand v0.7.0 |
2875 | 2023-12-13T05:11:49.680Z | Documenting assert_matches v1.5.0 |
2876 | 2023-12-13T05:11:52.738Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2877 | 2023-12-13T05:11:53.106Z | Documenting flume v0.11.0 |
2878 | 2023-12-13T05:11:53.763Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2879 | 2023-12-13T05:11:56.896Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2880 | 2023-12-13T05:11:57.530Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2881 | 2023-12-13T05:11:59.141Z | Documenting omicron-zone-package v0.9.1 |
2882 | 2023-12-13T05:12:00.628Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2883 | 2023-12-13T05:12:00.633Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2884 | 2023-12-13T05:12:19.176Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2885 | 2023-12-13T05:12:20.550Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2886 | 2023-12-13T05:12:25.325Z | Documenting termios v0.3.3 |
2887 | 2023-12-13T05:12:26.270Z | Documenting topological-sort v0.2.2 |
2888 | 2023-12-13T05:12:27.029Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2889 | 2023-12-13T05:12:28.568Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2890 | 2023-12-13T05:12:28.568Z | --> sled-agent/src/sim/instance.rs:46:7 |
2891 | 2023-12-13T05:12:28.568Z | | |
2892 | 2023-12-13T05:12:28.568Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2893 | 2023-12-13T05:12:28.568Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2894 | 2023-12-13T05:12:28.568Z | | |
2895 | 2023-12-13T05:12:28.568Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2896 | 2023-12-13T05:12:28.568Z | |
2897 | 2023-12-13T05:12:32.229Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2898 | 2023-12-13T05:12:33.534Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2899 | 2023-12-13T05:12:33.975Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2900 | 2023-12-13T05:12:40.014Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2901 | 2023-12-13T05:12:44.006Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2902 | 2023-12-13T05:12:55.495Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2903 | 2023-12-13T05:13:23.857Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2904 | 2023-12-13T05:13:24.148Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2905 | 2023-12-13T05:13:40.332Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2906 | 2023-12-13T05:13:46.120Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2907 | 2023-12-13T05:13:50.502Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2908 | 2023-12-13T05:13:52.333Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2909 | 2023-12-13T05:14:13.057Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2910 | 2023-12-13T05:15:11.554Z | warning: unresolved link to `VolumeConstructionRequest` |
2911 | 2023-12-13T05:15:11.554Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2912 | 2023-12-13T05:15:11.554Z | | |
2913 | 2023-12-13T05:15:11.554Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2914 | 2023-12-13T05:15:11.554Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2915 | 2023-12-13T05:15:11.554Z | | |
2916 | 2023-12-13T05:15:11.554Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2917 | 2023-12-13T05:15:11.554Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2918 | 2023-12-13T05:15:11.554Z | |
2919 | 2023-12-13T05:15:11.558Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2920 | 2023-12-13T05:15:11.558Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2921 | 2023-12-13T05:15:11.558Z | | |
2922 | 2023-12-13T05:15:11.558Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2923 | 2023-12-13T05:15:11.558Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2924 | 2023-12-13T05:15:11.558Z | |
2925 | 2023-12-13T05:15:11.558Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2926 | 2023-12-13T05:15:11.558Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2927 | 2023-12-13T05:15:11.558Z | | |
2928 | 2023-12-13T05:15:11.559Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2929 | 2023-12-13T05:15:11.559Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2930 | 2023-12-13T05:15:11.559Z | |
2931 | 2023-12-13T05:15:11.559Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2932 | 2023-12-13T05:15:11.559Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2933 | 2023-12-13T05:15:11.559Z | | |
2934 | 2023-12-13T05:15:11.560Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2935 | 2023-12-13T05:15:11.560Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2936 | 2023-12-13T05:15:11.560Z | |
2937 | 2023-12-13T05:15:11.560Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2938 | 2023-12-13T05:15:11.560Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2939 | 2023-12-13T05:15:11.560Z | | |
2940 | 2023-12-13T05:15:11.560Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2941 | 2023-12-13T05:15:11.560Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2942 | 2023-12-13T05:15:11.560Z | |
2943 | 2023-12-13T05:15:11.560Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2944 | 2023-12-13T05:15:11.560Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2945 | 2023-12-13T05:15:11.560Z | | |
2946 | 2023-12-13T05:15:11.560Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2947 | 2023-12-13T05:15:11.560Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2948 | 2023-12-13T05:15:11.560Z | |
2949 | 2023-12-13T05:15:11.560Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2950 | 2023-12-13T05:15:11.560Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2951 | 2023-12-13T05:15:11.560Z | | |
2952 | 2023-12-13T05:15:11.560Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2953 | 2023-12-13T05:15:11.560Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2954 | 2023-12-13T05:15:11.561Z | |
2955 | 2023-12-13T05:15:15.152Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2956 | 2023-12-13T05:15:38.585Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 01s |
2957 | 2023-12-13T05:15:38.735Z | |
2958 | 2023-12-13T05:15:38.739Z | real 17:02.127946465 |
2959 | 2023-12-13T05:15:38.739Z | user 1:00:25.773859757 |
2960 | 2023-12-13T05:15:38.740Z | sys 1:02:11.067746795 |
2961 | 2023-12-13T05:15:38.740Z | trap 2.205311340 |
2962 | 2023-12-13T05:15:38.740Z | tflt 0.970319861 |
2963 | 2023-12-13T05:15:38.740Z | dflt 0.629793560 |
2964 | 2023-12-13T05:15:38.740Z | kflt 0.000706472 |
2965 | 2023-12-13T05:15:38.740Z | lock 3:27:39.546903176 |
2966 | 2023-12-13T05:15:38.740Z | slp 4:25:04.785825088 |
2967 | 2023-12-13T05:15:38.740Z | lat 5:30.395100853 |
2968 | 2023-12-13T05:15:38.740Z | stop 1:57.205169427 |
2969 | 2023-12-13T05:15:38.740Z | process exited: duration 1907260 ms, exit code 0 |
|
2970 | 2023-12-13T05:15:38.747Z | found 0 output files |