|
|
|
1 | 2024-02-14T20:19:56.573Z | job assigned to worker 01HPMMBQWNW8C8E7DQ8YBJDJYC (queued for 56 s) |
|
2 | 2024-02-14T20:19:56.924Z | starting task 0: "setup" |
3 | 2024-02-14T20:19:57.006Z | ++ uname -s |
4 | 2024-02-14T20:19:57.010Z | + kern=SunOS |
5 | 2024-02-14T20:19:57.010Z | + case "$kern" in |
6 | 2024-02-14T20:19:57.010Z | + groupadd -g 12345 build |
7 | 2024-02-14T20:19:57.017Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-14T20:19:59.031Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-14T20:19:59.105Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-14T20:19:59.108Z | + home_fs=zfs |
11 | 2024-02-14T20:19:59.109Z | + [[ zfs == autofs ]] |
12 | 2024-02-14T20:19:59.109Z | + mkdir -p /home/build |
13 | 2024-02-14T20:19:59.112Z | + chown build:build /home/build /work |
14 | 2024-02-14T20:20:01.119Z | + chmod 0700 /home/build /work |
15 | 2024-02-14T20:20:01.131Z | process exited: duration 4191 ms, exit code 0 |
|
16 | 2024-02-14T20:20:01.158Z | starting task 1: "rust-toolchain" |
17 | 2024-02-14T20:20:01.174Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-14T20:20:01.175Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-14T20:20:01.284Z | info: downloading installer |
20 | 2024-02-14T20:20:02.878Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-14T20:20:02.878Z | warning: /opt/ooce/bin |
22 | 2024-02-14T20:20:02.878Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-14T20:20:02.878Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-14T20:20:02.878Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-14T20:20:02.879Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-14T20:20:02.879Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-14T20:20:02.879Z | error: cannot install while Rust is installed |
28 | 2024-02-14T20:20:02.879Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-14T20:20:02.977Z | info: profile set to 'default' |
30 | 2024-02-14T20:20:02.978Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-14T20:20:02.985Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-14T20:20:03.118Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-14T20:20:03.118Z | info: downloading component 'cargo' |
34 | 2024-02-14T20:20:03.767Z | info: downloading component 'clippy' |
35 | 2024-02-14T20:20:03.994Z | info: downloading component 'rust-docs' |
36 | 2024-02-14T20:20:04.831Z | info: downloading component 'rust-std' |
37 | 2024-02-14T20:20:06.292Z | info: downloading component 'rustc' |
38 | 2024-02-14T20:20:09.802Z | info: downloading component 'rustfmt' |
39 | 2024-02-14T20:20:10.010Z | info: installing component 'cargo' |
40 | 2024-02-14T20:20:10.931Z | info: installing component 'clippy' |
41 | 2024-02-14T20:20:11.336Z | info: installing component 'rust-docs' |
42 | 2024-02-14T20:20:12.848Z | info: installing component 'rust-std' |
43 | 2024-02-14T20:20:14.743Z | info: installing component 'rustc' |
44 | 2024-02-14T20:20:19.003Z | info: installing component 'rustfmt' |
45 | 2024-02-14T20:20:19.360Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-14T20:20:19.360Z | |
47 | 2024-02-14T20:20:19.640Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-14T20:20:19.640Z | |
49 | 2024-02-14T20:20:19.649Z | |
50 | 2024-02-14T20:20:19.649Z | Rust is installed now. Great! |
51 | 2024-02-14T20:20:19.649Z | |
52 | 2024-02-14T20:20:19.650Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-14T20:20:19.650Z | environment variable. This has not been done automatically. |
54 | 2024-02-14T20:20:19.650Z | |
55 | 2024-02-14T20:20:19.650Z | To configure your current shell, run: |
56 | 2024-02-14T20:20:19.650Z | source "$HOME/.cargo/env" |
57 | 2024-02-14T20:20:19.696Z | + rustc --version |
58 | 2024-02-14T20:20:19.762Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-14T20:20:19.766Z | process exited: duration 18612 ms, exit code 0 |
|
60 | 2024-02-14T20:20:19.779Z | starting task 2: "authentication" |
61 | 2024-02-14T20:20:19.797Z | process exited: duration 22 ms, exit code 0 |
|
62 | 2024-02-14T20:20:19.807Z | starting task 3: "clone repository" |
63 | 2024-02-14T20:20:19.810Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-14T20:20:19.813Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-14T20:20:20.437Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-14T20:20:25.791Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-14T20:20:25.791Z | + git fetch origin 049bfdab7bee3af919d71c2ae379a1663d6e9bee |
68 | 2024-02-14T20:20:26.109Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-14T20:20:26.109Z | * branch 049bfdab7bee3af919d71c2ae379a1663d6e9bee -> FETCH_HEAD |
70 | 2024-02-14T20:20:26.118Z | + [[ -n renovate/toml-0.x ]] |
71 | 2024-02-14T20:20:26.121Z | ++ git branch --show-current |
72 | 2024-02-14T20:20:26.124Z | + current=main |
73 | 2024-02-14T20:20:26.124Z | + [[ main != renovate/toml-0.x ]] |
74 | 2024-02-14T20:20:26.124Z | + git branch -f renovate/toml-0.x 049bfdab7bee3af919d71c2ae379a1663d6e9bee |
75 | 2024-02-14T20:20:26.127Z | + git checkout -f renovate/toml-0.x |
76 | 2024-02-14T20:20:26.242Z | Switched to branch 'renovate/toml-0.x' |
77 | 2024-02-14T20:20:26.245Z | + git reset --hard 049bfdab7bee3af919d71c2ae379a1663d6e9bee |
78 | 2024-02-14T20:20:26.357Z | HEAD is now at 049bfdab7 merge main into branch |
79 | 2024-02-14T20:20:26.360Z | process exited: duration 6554 ms, exit code 0 |
|
80 | 2024-02-14T20:20:26.366Z | starting task 4: "build" |
81 | 2024-02-14T20:20:26.371Z | + cargo --version |
82 | 2024-02-14T20:20:26.379Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-14T20:20:26.515Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-14T20:20:26.515Z | info: downloading component 'cargo' |
85 | 2024-02-14T20:20:27.629Z | info: downloading component 'clippy' |
86 | 2024-02-14T20:20:27.633Z | info: downloading component 'rust-docs' |
87 | 2024-02-14T20:20:28.416Z | info: downloading component 'rust-std' |
88 | 2024-02-14T20:20:29.779Z | info: downloading component 'rustc' |
89 | 2024-02-14T20:20:33.571Z | info: downloading component 'rustfmt' |
90 | 2024-02-14T20:20:33.831Z | info: installing component 'cargo' |
91 | 2024-02-14T20:20:34.737Z | info: installing component 'clippy' |
92 | 2024-02-14T20:20:35.106Z | info: installing component 'rust-docs' |
93 | 2024-02-14T20:20:36.667Z | info: installing component 'rust-std' |
94 | 2024-02-14T20:20:38.299Z | info: installing component 'rustc' |
95 | 2024-02-14T20:20:42.541Z | info: installing component 'rustfmt' |
96 | 2024-02-14T20:20:42.900Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-14T20:20:42.903Z | + rustc --version |
98 | 2024-02-14T20:20:42.982Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-14T20:20:42.986Z | + source ./env.sh |
100 | 2024-02-14T20:20:42.986Z | ++ set -o xtrace |
101 | 2024-02-14T20:20:42.986Z | ++++ dirname ./env.sh |
102 | 2024-02-14T20:20:43.101Z | +++ cd . |
103 | 2024-02-14T20:20:43.104Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-14T20:20:43.104Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-14T20:20:43.104Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-02-14T20:20:43.104Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-02-14T20:20:43.104Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2024-02-14T20:20:43.104Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-02-14T20:20:43.104Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-02-14T20:20:43.104Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-02-14T20:20:43.104Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2024-02-14T20:20:43.104Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2024-02-14T20:20:43.104Z | ++ unset OMICRON_WS |
114 | 2024-02-14T20:20:43.104Z | ++ set +o xtrace |
115 | 2024-02-14T20:20:43.228Z | |
116 | 2024-02-14T20:20:43.228Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-14T20:20:43.228Z | # # # # # # # # # # # # # # # |
118 | 2024-02-14T20:20:43.229Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-14T20:20:43.229Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-14T20:20:43.229Z | # # # # # # # # # # # # # # # |
121 | 2024-02-14T20:20:43.229Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-14T20:20:43.229Z | |
123 | 2024-02-14T20:21:01.459Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-14T20:21:02.875Z | Startup: Caching catalogs ... Done |
125 | 2024-02-14T20:21:04.181Z | Planning: Solver setup ... Done (0.971s) |
126 | 2024-02-14T20:21:04.203Z | Planning: Running solver ... Done (0.022s) |
127 | 2024-02-14T20:21:04.618Z | Planning: Finding local manifests ... Done (0.394s) |
128 | 2024-02-14T20:21:04.630Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-14T20:21:04.934Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-14T20:21:04.979Z | Planning: Package planning ... Done (0.053s) |
131 | 2024-02-14T20:21:05.032Z | Planning: Merging actions ... Done (0.052s) |
132 | 2024-02-14T20:21:06.831Z | Planning: Checking for conflicting actions ... Done (1.796s) |
133 | 2024-02-14T20:21:06.869Z | Planning: Consolidating action changes ... Done (0.012s) |
134 | 2024-02-14T20:21:13.299Z | Planning: Evaluating mediators ... Done (6.457s) |
135 | 2024-02-14T20:21:13.312Z | Planning: Planning completed in 10.38 seconds |
136 | 2024-02-14T20:21:13.325Z | Packages to install: 4 |
137 | 2024-02-14T20:21:13.325Z | Mediators to change: 2 |
138 | 2024-02-14T20:21:13.325Z | Services to change: 1 |
139 | 2024-02-14T20:21:13.328Z | Estimated space available: 148.87 GB |
140 | 2024-02-14T20:21:13.328Z | Estimated space to be consumed: 1.41 GB |
141 | 2024-02-14T20:21:13.328Z | Create boot environment: No |
142 | 2024-02-14T20:21:13.328Z | Create backup boot environment: No |
143 | 2024-02-14T20:21:13.328Z | Rebuild boot archive: No |
144 | 2024-02-14T20:21:13.329Z | |
145 | 2024-02-14T20:21:13.329Z | Changed mediators: |
146 | 2024-02-14T20:21:13.329Z | mediator clang: |
147 | 2024-02-14T20:21:13.329Z | version: None -> 15 (system default) |
148 | 2024-02-14T20:21:13.329Z | |
149 | 2024-02-14T20:21:13.329Z | mediator llvm: |
150 | 2024-02-14T20:21:13.329Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-14T20:21:13.329Z | |
152 | 2024-02-14T20:21:13.329Z | Changed packages: |
153 | 2024-02-14T20:21:13.329Z | helios-dev |
154 | 2024-02-14T20:21:13.329Z | developer/build-essential |
155 | 2024-02-14T20:21:13.329Z | None -> 11-2.0 |
156 | 2024-02-14T20:21:13.329Z | library/libxmlsec1 |
157 | 2024-02-14T20:21:13.329Z | None -> 1.2.35-2.0 |
158 | 2024-02-14T20:21:13.329Z | ooce/developer/clang-15 |
159 | 2024-02-14T20:21:13.329Z | None -> 15.0.7-2.0 |
160 | 2024-02-14T20:21:13.329Z | ooce/developer/llvm-15 |
161 | 2024-02-14T20:21:13.329Z | None -> 15.0.7-2.0 |
162 | 2024-02-14T20:21:13.329Z | |
163 | 2024-02-14T20:21:13.329Z | Services: |
164 | 2024-02-14T20:21:13.329Z | restart_fmri: |
165 | 2024-02-14T20:21:13.329Z | svc:/system/update-man-index:default |
166 | 2024-02-14T20:21:13.985Z | |
167 | 2024-02-14T20:21:13.985Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-14T20:21:18.994Z | Download: 551/3290 items 3.1/212.6MB 1% complete (664k/s) |
169 | 2024-02-14T20:21:23.997Z | Download: 1195/3290 items 59.1/212.6MB 27% complete (5.9M/s) |
170 | 2024-02-14T20:21:29.580Z | Download: 1198/3290 items 69.8/212.6MB 32% complete (6.8M/s) |
171 | 2024-02-14T20:21:34.650Z | Download: 2217/3290 items 119.2/212.6MB 56% complete (7.8M/s) |
172 | 2024-02-14T20:21:39.669Z | Download: 2271/3290 items 119.5/212.6MB 56% complete (5.0M/s) |
173 | 2024-02-14T20:21:44.670Z | Download: 3168/3290 items 165.0/212.6MB 77% complete (4.5M/s) |
174 | 2024-02-14T20:21:48.162Z | Download: Completed 212.60 MB in 34.17 seconds (6.2M/s) |
175 | 2024-02-14T20:21:48.362Z | Actions: 1/3689 actions (Installing new actions) |
176 | 2024-02-14T20:21:53.479Z | Actions: 3548/3689 actions (Installing new actions) |
177 | 2024-02-14T20:21:53.876Z | Actions: Completed 3689 actions in 5.51 seconds. |
178 | 2024-02-14T20:21:53.969Z | Done (0.088s) |
179 | 2024-02-14T20:21:53.970Z | Done (0.000s) |
180 | 2024-02-14T20:21:54.184Z | Done (0.214s) |
181 | 2024-02-14T20:22:01.362Z | Done (7.049s) |
182 | 2024-02-14T20:22:01.631Z | Done (0.192s) |
183 | 2024-02-14T20:22:01.634Z | Done (0.000s) |
184 | 2024-02-14T20:22:01.789Z | Done (0.000s) |
185 | 2024-02-14T20:22:02.331Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-02-14T20:22:02.503Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-02-14T20:22:02.506Z | Planning: Consolidating action changes ... Done |
188 | 2024-02-14T20:22:02.787Z | Planning: Evaluating mediators ... Done |
189 | 2024-02-14T20:22:02.790Z | Planning: Planning completed in 0.46 seconds |
190 | 2024-02-14T20:22:02.822Z | Mediators to change: 2 |
191 | 2024-02-14T20:22:02.822Z | Create boot environment: No |
192 | 2024-02-14T20:22:02.825Z | Create backup boot environment: No |
193 | 2024-02-14T20:22:02.886Z | Done |
194 | 2024-02-14T20:22:02.886Z | Done |
195 | 2024-02-14T20:22:03.044Z | Done |
196 | 2024-02-14T20:22:07.033Z | Done |
197 | 2024-02-14T20:22:07.131Z | Done |
198 | 2024-02-14T20:22:07.134Z | Done |
199 | 2024-02-14T20:22:07.232Z | Done |
200 | 2024-02-14T20:22:07.918Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-02-14T20:22:07.921Z | Planning: Merging actions ... Done |
202 | 2024-02-14T20:22:08.116Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-02-14T20:22:08.119Z | Planning: Consolidating action changes ... Done |
204 | 2024-02-14T20:22:08.398Z | Planning: Evaluating mediators ... Done |
205 | 2024-02-14T20:22:08.460Z | Planning: Planning completed in 0.83 seconds |
206 | 2024-02-14T20:22:08.497Z | Packages to change: 1 |
207 | 2024-02-14T20:22:08.497Z | Mediators to change: 1 |
208 | 2024-02-14T20:22:08.497Z | Services to change: 1 |
209 | 2024-02-14T20:22:08.497Z | Create boot environment: No |
210 | 2024-02-14T20:22:08.500Z | Create backup boot environment: Yes |
211 | 2024-02-14T20:22:10.249Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-02-14T20:22:10.278Z | Actions: Completed 6 actions in 0.03 seconds. |
213 | 2024-02-14T20:22:10.281Z | Done |
214 | 2024-02-14T20:22:10.281Z | Done |
215 | 2024-02-14T20:22:10.333Z | Done |
216 | 2024-02-14T20:22:14.606Z | Done |
217 | 2024-02-14T20:22:14.699Z | Done |
218 | 2024-02-14T20:22:14.702Z | Done |
219 | 2024-02-14T20:22:14.803Z | Done |
220 | 2024-02-14T20:22:15.256Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-02-14T20:22:15.256Z | clang system 15 system |
222 | 2024-02-14T20:22:15.256Z | csh system system illumos |
223 | 2024-02-14T20:22:15.256Z | ctags system system illumos |
224 | 2024-02-14T20:22:15.256Z | gcc vendor 12 vendor |
225 | 2024-02-14T20:22:15.256Z | gcc system 10 system |
226 | 2024-02-14T20:22:15.256Z | gcc system 7 system |
227 | 2024-02-14T20:22:15.257Z | go system 1.20 system |
228 | 2024-02-14T20:22:15.257Z | go system 1.19 system |
229 | 2024-02-14T20:22:15.257Z | llvm system 15 system |
230 | 2024-02-14T20:22:15.257Z | llvm system 14 system |
231 | 2024-02-14T20:22:15.257Z | mariadb system 10.6 system |
232 | 2024-02-14T20:22:15.257Z | mta vendor vendor dma |
233 | 2024-02-14T20:22:15.257Z | openjdk system 17 system |
234 | 2024-02-14T20:22:15.257Z | openjdk system 11 system |
235 | 2024-02-14T20:22:15.257Z | openjdk system 1.8 system |
236 | 2024-02-14T20:22:15.257Z | openssl vendor 3 vendor |
237 | 2024-02-14T20:22:15.257Z | perl system 5.36 system |
238 | 2024-02-14T20:22:15.257Z | postgresql system 15 system |
239 | 2024-02-14T20:22:15.257Z | postgresql system 13 system |
240 | 2024-02-14T20:22:15.257Z | python vendor 3 vendor |
241 | 2024-02-14T20:22:15.258Z | python system 2 system |
242 | 2024-02-14T20:22:15.258Z | python3 system 3.11 system |
243 | 2024-02-14T20:22:15.258Z | ruby system 3.0 system |
244 | 2024-02-14T20:22:15.258Z | words vendor vendor american-english |
245 | 2024-02-14T20:22:15.258Z | words system system australian-english |
246 | 2024-02-14T20:22:15.258Z | words system system british-english |
247 | 2024-02-14T20:22:15.258Z | words system system canadian-english |
248 | 2024-02-14T20:22:15.258Z | words system system french |
249 | 2024-02-14T20:22:15.258Z | words system system italian |
250 | 2024-02-14T20:22:15.258Z | words system system ngerman |
251 | 2024-02-14T20:22:15.258Z | words system system ogerman |
252 | 2024-02-14T20:22:15.258Z | words system system spanish |
253 | 2024-02-14T20:22:15.610Z | FMRI IFO |
254 | 2024-02-14T20:22:15.610Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-02-14T20:22:15.610Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-02-14T20:22:15.610Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-02-14T20:22:15.611Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-02-14T20:22:15.611Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-02-14T20:22:15.611Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
260 | 2024-02-14T20:22:15.611Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
261 | 2024-02-14T20:22:15.611Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
262 | 2024-02-14T20:22:15.663Z | + set -o errexit |
263 | 2024-02-14T20:22:15.666Z | +++ dirname ./tools/ci_download_cockroachdb |
264 | 2024-02-14T20:22:15.669Z | ++ cd ./tools |
265 | 2024-02-14T20:22:15.669Z | ++ pwd |
266 | 2024-02-14T20:22:15.669Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
267 | 2024-02-14T20:22:15.669Z | ++ basename ./tools/ci_download_cockroachdb |
268 | 2024-02-14T20:22:15.672Z | + ARG0=ci_download_cockroachdb |
269 | 2024-02-14T20:22:15.672Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
270 | 2024-02-14T20:22:15.672Z | + CIDL_VERSION=v22.1.9 |
271 | 2024-02-14T20:22:15.672Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
272 | 2024-02-14T20:22:15.672Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
273 | 2024-02-14T20:22:15.672Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
274 | 2024-02-14T20:22:15.672Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
275 | 2024-02-14T20:22:15.672Z | + TARGET_DIR=out |
276 | 2024-02-14T20:22:15.672Z | + DOWNLOAD_DIR=out/downloads |
277 | 2024-02-14T20:22:15.672Z | + DEST_DIR=./out/cockroachdb |
278 | 2024-02-14T20:22:15.678Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
279 | 2024-02-14T20:22:15.678Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
280 | 2024-02-14T20:22:15.679Z | + main |
281 | 2024-02-14T20:22:15.679Z | + [[ 0 != 0 ]] |
282 | 2024-02-14T20:22:15.679Z | + CIDL_OS=solaris2.11 |
283 | 2024-02-14T20:22:15.679Z | + [[ 0 != 0 ]] |
284 | 2024-02-14T20:22:15.679Z | + configure_os solaris2.11 |
285 | 2024-02-14T20:22:15.679Z | + echo 'current directory: /work/oxidecomputer/omicron' |
286 | 2024-02-14T20:22:15.679Z | current directory: /work/oxidecomputer/omicron |
287 | 2024-02-14T20:22:15.679Z | + echo 'configuring based on OS: "solaris2.11"' |
288 | 2024-02-14T20:22:15.679Z | + case "$1" in |
289 | 2024-02-14T20:22:15.679Z | configuring based on OS: "solaris2.11" |
290 | 2024-02-14T20:22:15.679Z | + CIDL_BUILD=illumos |
291 | 2024-02-14T20:22:15.679Z | + CIDL_SUFFIX=tar.gz |
292 | 2024-02-14T20:22:15.679Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
293 | 2024-02-14T20:22:15.679Z | + CIDL_URL_BASE=https://illumos.org/downloads |
294 | 2024-02-14T20:22:15.679Z | + CIDL_ASSEMBLE=do_assemble_illumos |
295 | 2024-02-14T20:22:15.679Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
296 | 2024-02-14T20:22:15.679Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-14T20:22:15.679Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-14T20:22:15.679Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
299 | 2024-02-14T20:22:15.679Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-14T20:22:15.679Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-02-14T20:22:15.679Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-02-14T20:22:15.679Z | + CIDL_SHA256FUNC=do_sha256sum |
303 | 2024-02-14T20:22:15.679Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2024-02-14T20:22:15.679Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
305 | 2024-02-14T20:22:15.680Z | + mkdir -p out/downloads |
306 | 2024-02-14T20:22:15.680Z | + mkdir -p ./out/cockroachdb |
307 | 2024-02-14T20:22:15.683Z | + local DO_DOWNLOAD=true |
308 | 2024-02-14T20:22:15.683Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
309 | 2024-02-14T20:22:15.683Z | + '[' true == true ']' |
310 | 2024-02-14T20:22:15.683Z | + echo Downloading... |
311 | 2024-02-14T20:22:15.683Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-02-14T20:22:15.683Z | Downloading... |
313 | 2024-02-14T20:22:15.683Z | + 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 |
314 | 2024-02-14T20:22:20.354Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-02-14T20:22:20.357Z | ++ sha256sum |
316 | 2024-02-14T20:22:20.357Z | ++ awk '{print $1}' |
317 | 2024-02-14T20:22:20.528Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
318 | 2024-02-14T20:22:20.528Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
319 | 2024-02-14T20:22:20.528Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-02-14T20:22:20.531Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
321 | 2024-02-14T20:22:22.695Z | + do_assemble_illumos |
322 | 2024-02-14T20:22:22.695Z | + rm -r ./out/cockroachdb |
323 | 2024-02-14T20:22:22.704Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
324 | 2024-02-14T20:22:23.106Z | + ./out/cockroachdb/bin/cockroach version |
325 | 2024-02-14T20:22:23.410Z | Build Tag: v22.1.9-dirty |
326 | 2024-02-14T20:22:23.410Z | Build Time: 2022/10/26 21:17:46 |
327 | 2024-02-14T20:22:23.410Z | Distribution: OSS |
328 | 2024-02-14T20:22:23.410Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
329 | 2024-02-14T20:22:23.410Z | Go Version: go1.17.13 |
330 | 2024-02-14T20:22:23.411Z | C Compiler: gcc 10.3.0 |
331 | 2024-02-14T20:22:23.411Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
332 | 2024-02-14T20:22:23.411Z | Build Type: release |
333 | 2024-02-14T20:22:23.430Z | + set -o errexit |
334 | 2024-02-14T20:22:23.433Z | +++ dirname ./tools/ci_download_clickhouse |
335 | 2024-02-14T20:22:23.436Z | ++ cd ./tools |
336 | 2024-02-14T20:22:23.436Z | ++ pwd |
337 | 2024-02-14T20:22:23.436Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
338 | 2024-02-14T20:22:23.439Z | ++ basename ./tools/ci_download_clickhouse |
339 | 2024-02-14T20:22:23.439Z | + ARG0=ci_download_clickhouse |
340 | 2024-02-14T20:22:23.439Z | + TARGET_DIR=out |
341 | 2024-02-14T20:22:23.439Z | + DOWNLOAD_DIR=out/downloads |
342 | 2024-02-14T20:22:23.439Z | + DEST_DIR=./out/clickhouse |
343 | 2024-02-14T20:22:23.439Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
344 | 2024-02-14T20:22:23.442Z | + CIDL_VERSION=v22.8.9.24 |
345 | 2024-02-14T20:22:23.442Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
346 | 2024-02-14T20:22:23.442Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
347 | 2024-02-14T20:22:23.442Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
348 | 2024-02-14T20:22:23.442Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
349 | 2024-02-14T20:22:23.442Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
350 | 2024-02-14T20:22:23.442Z | + main |
351 | 2024-02-14T20:22:23.442Z | + [[ 0 != 0 ]] |
352 | 2024-02-14T20:22:23.442Z | + CIDL_OS=solaris2.11 |
353 | 2024-02-14T20:22:23.442Z | + [[ 0 != 0 ]] |
354 | 2024-02-14T20:22:23.442Z | + configure_os solaris2.11 |
355 | 2024-02-14T20:22:23.442Z | + echo 'current directory: /work/oxidecomputer/omicron' |
356 | 2024-02-14T20:22:23.442Z | current directory: /work/oxidecomputer/omicron |
357 | 2024-02-14T20:22:23.443Z | + echo 'configuring based on OS: "solaris2.11"' |
358 | 2024-02-14T20:22:23.443Z | configuring based on OS: "solaris2.11" |
359 | 2024-02-14T20:22:23.443Z | + CIDL_DASHREV= |
360 | 2024-02-14T20:22:23.443Z | + case "$1" in |
361 | 2024-02-14T20:22:23.443Z | + CIDL_PLATFORM=illumos |
362 | 2024-02-14T20:22:23.443Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-14T20:22:23.443Z | + CIDL_MD5FUNC=do_md5sum |
364 | 2024-02-14T20:22:23.443Z | + CIDL_DASHREV=-1 |
365 | 2024-02-14T20:22:23.443Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
366 | 2024-02-14T20:22:23.443Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-02-14T20:22:23.443Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-02-14T20:22:23.443Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2024-02-14T20:22:23.443Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
370 | 2024-02-14T20:22:23.443Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-02-14T20:22:23.443Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
372 | 2024-02-14T20:22:23.443Z | + mkdir -p out/downloads |
373 | 2024-02-14T20:22:23.443Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2024-02-14T20:22:23.446Z | + mkdir -p ./out/clickhouse |
375 | 2024-02-14T20:22:23.446Z | + local DO_DOWNLOAD=true |
376 | 2024-02-14T20:22:23.446Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
377 | 2024-02-14T20:22:23.447Z | + '[' true == true ']' |
378 | 2024-02-14T20:22:23.447Z | + echo Downloading... |
379 | 2024-02-14T20:22:23.447Z | Downloading... |
380 | 2024-02-14T20:22:23.447Z | + 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 |
381 | 2024-02-14T20:22:23.447Z | + 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 |
382 | 2024-02-14T20:22:26.149Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
383 | 2024-02-14T20:22:26.152Z | ++ md5sum |
384 | 2024-02-14T20:22:26.152Z | ++ awk '{print $1}' |
385 | 2024-02-14T20:22:26.333Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
386 | 2024-02-14T20:22:26.333Z | + [[ 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 ]] |
387 | 2024-02-14T20:22:26.336Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
388 | 2024-02-14T20:22:26.336Z | + mkdir -p ./out/clickhouse |
389 | 2024-02-14T20:22:26.336Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
390 | 2024-02-14T20:22:29.467Z | + ./out/clickhouse/clickhouse server --version |
391 | 2024-02-14T20:22:29.480Z | ClickHouse server version 22.8.9.1. |
392 | 2024-02-14T20:22:29.498Z | + set -o errexit |
393 | 2024-02-14T20:22:29.501Z | +++ dirname ./tools/ci_download_console |
394 | 2024-02-14T20:22:29.504Z | ++ cd ./tools |
395 | 2024-02-14T20:22:29.504Z | ++ pwd |
396 | 2024-02-14T20:22:29.504Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
397 | 2024-02-14T20:22:29.507Z | ++ basename ./tools/ci_download_console |
398 | 2024-02-14T20:22:29.507Z | + ARG0=ci_download_console |
399 | 2024-02-14T20:22:29.508Z | + TARGET_DIR=out |
400 | 2024-02-14T20:22:29.508Z | + DOWNLOAD_DIR=out/downloads |
401 | 2024-02-14T20:22:29.508Z | + DEST_DIR=./out/console-assets |
402 | 2024-02-14T20:22:29.508Z | + source /work/oxidecomputer/omicron/tools/console_version |
403 | 2024-02-14T20:22:29.508Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
404 | 2024-02-14T20:22:29.508Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
405 | 2024-02-14T20:22:29.508Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
406 | 2024-02-14T20:22:29.508Z | + TARBALL_FILE=out/downloads/console.tar.gz |
407 | 2024-02-14T20:22:29.508Z | + main |
408 | 2024-02-14T20:22:29.508Z | + [[ 0 != 0 ]] |
409 | 2024-02-14T20:22:29.508Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
410 | 2024-02-14T20:22:29.508Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
411 | 2024-02-14T20:22:29.508Z | + echo 'Local file: out/downloads/console.tar.gz' |
412 | 2024-02-14T20:22:29.508Z | + local DO_DOWNLOAD=true |
413 | 2024-02-14T20:22:29.508Z | Local file: out/downloads/console.tar.gz |
414 | 2024-02-14T20:22:29.508Z | + [[ -f out/downloads/console.tar.gz ]] |
415 | 2024-02-14T20:22:29.508Z | + mkdir -p out/downloads |
416 | 2024-02-14T20:22:29.511Z | + '[' true == true ']' |
417 | 2024-02-14T20:22:29.511Z | + echo Downloading... |
418 | 2024-02-14T20:22:29.511Z | Downloading... |
419 | 2024-02-14T20:22:29.512Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
420 | 2024-02-14T20:22:29.512Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
421 | 2024-02-14T20:22:30.247Z | ++ do_sha256sum out/downloads/console.tar.gz |
422 | 2024-02-14T20:22:30.247Z | ++ case "$OSTYPE" in |
423 | 2024-02-14T20:22:30.250Z | ++ SHA=sha256sum |
424 | 2024-02-14T20:22:30.250Z | ++ sha256sum |
425 | 2024-02-14T20:22:30.250Z | ++ awk '{print $1}' |
426 | 2024-02-14T20:22:30.256Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
427 | 2024-02-14T20:22:30.259Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
428 | 2024-02-14T20:22:30.259Z | + rm -rf ./out/console-assets |
429 | 2024-02-14T20:22:30.259Z | + mkdir -p ./out/console-assets |
430 | 2024-02-14T20:22:30.262Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
431 | 2024-02-14T20:22:30.263Z | + mkdir -p ./out/console-assets |
432 | 2024-02-14T20:22:30.263Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
433 | 2024-02-14T20:22:30.357Z | + set -o errexit |
434 | 2024-02-14T20:22:30.361Z | +++ dirname ./tools/ci_download_maghemite_openapi |
435 | 2024-02-14T20:22:30.364Z | ++ cd ./tools |
436 | 2024-02-14T20:22:30.365Z | ++ pwd |
437 | 2024-02-14T20:22:30.365Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
438 | 2024-02-14T20:22:30.365Z | ++ basename ./tools/ci_download_maghemite_openapi |
439 | 2024-02-14T20:22:30.380Z | + ARG0=ci_download_maghemite_openapi |
440 | 2024-02-14T20:22:30.380Z | + TARGET_DIR=out |
441 | 2024-02-14T20:22:30.380Z | + DOWNLOAD_DIR=out/downloads |
442 | 2024-02-14T20:22:30.380Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
443 | 2024-02-14T20:22:30.380Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
444 | 2024-02-14T20:22:30.380Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
445 | 2024-02-14T20:22:30.380Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
446 | 2024-02-14T20:22:30.380Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
447 | 2024-02-14T20:22:30.381Z | + main |
448 | 2024-02-14T20:22:30.381Z | + [[ 0 != 0 ]] |
449 | 2024-02-14T20:22:30.381Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
450 | 2024-02-14T20:22:30.381Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
451 | 2024-02-14T20:22:30.381Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
452 | 2024-02-14T20:22:30.381Z | + local DO_DOWNLOAD=true |
453 | 2024-02-14T20:22:30.381Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
454 | 2024-02-14T20:22:30.381Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
455 | 2024-02-14T20:22:30.381Z | + mkdir -p out/downloads |
456 | 2024-02-14T20:22:30.381Z | + '[' true == true ']' |
457 | 2024-02-14T20:22:30.381Z | + echo Downloading... |
458 | 2024-02-14T20:22:30.381Z | Downloading... |
459 | 2024-02-14T20:22:30.381Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
460 | 2024-02-14T20:22:30.382Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
461 | 2024-02-14T20:22:30.629Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
462 | 2024-02-14T20:22:30.629Z | ++ case "$OSTYPE" in |
463 | 2024-02-14T20:22:30.629Z | ++ SHA=sha256sum |
464 | 2024-02-14T20:22:30.632Z | ++ sha256sum |
465 | 2024-02-14T20:22:30.632Z | ++ awk '{print $1}' |
466 | 2024-02-14T20:22:30.635Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
467 | 2024-02-14T20:22:30.635Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
468 | 2024-02-14T20:22:30.636Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
469 | 2024-02-14T20:22:30.636Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
470 | 2024-02-14T20:22:30.636Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
471 | 2024-02-14T20:22:30.636Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
472 | 2024-02-14T20:22:30.636Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
473 | 2024-02-14T20:22:30.636Z | + main |
474 | 2024-02-14T20:22:30.636Z | + [[ 0 != 0 ]] |
475 | 2024-02-14T20:22:30.636Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
476 | 2024-02-14T20:22:30.636Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
477 | 2024-02-14T20:22:30.636Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
478 | 2024-02-14T20:22:30.636Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
479 | 2024-02-14T20:22:30.636Z | + local DO_DOWNLOAD=true |
480 | 2024-02-14T20:22:30.636Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
481 | 2024-02-14T20:22:30.636Z | + mkdir -p out/downloads |
482 | 2024-02-14T20:22:30.639Z | + '[' true == true ']' |
483 | 2024-02-14T20:22:30.639Z | + echo Downloading... |
484 | 2024-02-14T20:22:30.639Z | Downloading... |
485 | 2024-02-14T20:22:30.639Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
486 | 2024-02-14T20:22:30.639Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
487 | 2024-02-14T20:22:30.739Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
488 | 2024-02-14T20:22:30.743Z | ++ case "$OSTYPE" in |
489 | 2024-02-14T20:22:30.744Z | ++ SHA=sha256sum |
490 | 2024-02-14T20:22:30.744Z | ++ sha256sum |
491 | 2024-02-14T20:22:30.744Z | ++ awk '{print $1}' |
492 | 2024-02-14T20:22:30.747Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
493 | 2024-02-14T20:22:30.747Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
494 | 2024-02-14T20:22:30.753Z | + set -o errexit |
495 | 2024-02-14T20:22:30.756Z | +++ dirname ./tools/ci_download_dendrite_openapi |
496 | 2024-02-14T20:22:30.759Z | ++ cd ./tools |
497 | 2024-02-14T20:22:30.759Z | ++ pwd |
498 | 2024-02-14T20:22:30.760Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
499 | 2024-02-14T20:22:30.760Z | ++ basename ./tools/ci_download_dendrite_openapi |
500 | 2024-02-14T20:22:30.763Z | + ARG0=ci_download_dendrite_openapi |
501 | 2024-02-14T20:22:30.763Z | + TARGET_DIR=out |
502 | 2024-02-14T20:22:30.763Z | + DOWNLOAD_DIR=out/downloads |
503 | 2024-02-14T20:22:30.763Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
504 | 2024-02-14T20:22:30.763Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
505 | 2024-02-14T20:22:30.763Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
506 | 2024-02-14T20:22:30.763Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
507 | 2024-02-14T20:22:30.763Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
508 | 2024-02-14T20:22:30.763Z | + main |
509 | 2024-02-14T20:22:30.763Z | + [[ 0 != 0 ]] |
510 | 2024-02-14T20:22:30.763Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
511 | 2024-02-14T20:22:30.763Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
512 | 2024-02-14T20:22:30.763Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
513 | 2024-02-14T20:22:30.763Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
514 | 2024-02-14T20:22:30.763Z | + local DO_DOWNLOAD=true |
515 | 2024-02-14T20:22:30.763Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
516 | 2024-02-14T20:22:30.763Z | + mkdir -p out/downloads |
517 | 2024-02-14T20:22:30.767Z | + '[' true == true ']' |
518 | 2024-02-14T20:22:30.767Z | + echo Downloading... |
519 | 2024-02-14T20:22:30.767Z | Downloading... |
520 | 2024-02-14T20:22:30.767Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
521 | 2024-02-14T20:22:30.767Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
522 | 2024-02-14T20:22:30.892Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
523 | 2024-02-14T20:22:30.892Z | ++ case "$OSTYPE" in |
524 | 2024-02-14T20:22:30.892Z | ++ SHA=sha256sum |
525 | 2024-02-14T20:22:30.895Z | ++ sha256sum |
526 | 2024-02-14T20:22:30.895Z | ++ awk '{print $1}' |
527 | 2024-02-14T20:22:30.898Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
528 | 2024-02-14T20:22:30.898Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
529 | 2024-02-14T20:22:30.905Z | + set -o errexit |
530 | 2024-02-14T20:22:30.908Z | +++ dirname ./tools/ci_download_dendrite_stub |
531 | 2024-02-14T20:22:30.911Z | ++ cd ./tools |
532 | 2024-02-14T20:22:30.911Z | ++ pwd |
533 | 2024-02-14T20:22:30.911Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
534 | 2024-02-14T20:22:30.911Z | ++ basename ./tools/ci_download_dendrite_stub |
535 | 2024-02-14T20:22:30.916Z | + ARG0=ci_download_dendrite_stub |
536 | 2024-02-14T20:22:30.916Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
537 | 2024-02-14T20:22:30.916Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
538 | 2024-02-14T20:22:30.916Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
539 | 2024-02-14T20:22:30.916Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
540 | 2024-02-14T20:22:30.916Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
541 | 2024-02-14T20:22:30.916Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
542 | 2024-02-14T20:22:30.916Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
543 | 2024-02-14T20:22:30.916Z | + TARGET_DIR=out |
544 | 2024-02-14T20:22:30.916Z | + DOWNLOAD_DIR=out/downloads |
545 | 2024-02-14T20:22:30.916Z | + DEST_DIR=./out/dendrite-stub |
546 | 2024-02-14T20:22:30.916Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
547 | 2024-02-14T20:22:30.916Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
548 | 2024-02-14T20:22:30.916Z | + REPO=oxidecomputer/dendrite |
549 | 2024-02-14T20:22:30.916Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
550 | 2024-02-14T20:22:30.916Z | + main |
551 | 2024-02-14T20:22:30.916Z | + [[ 0 != 0 ]] |
552 | 2024-02-14T20:22:30.917Z | + CIDL_OS=solaris2.11 |
553 | 2024-02-14T20:22:30.917Z | + [[ 0 != 0 ]] |
554 | 2024-02-14T20:22:30.917Z | + configure_os solaris2.11 |
555 | 2024-02-14T20:22:30.917Z | + echo 'current directory: /work/oxidecomputer/omicron' |
556 | 2024-02-14T20:22:30.917Z | current directory: /work/oxidecomputer/omicron |
557 | 2024-02-14T20:22:30.917Z | + echo 'configuring based on OS: "solaris2.11"' |
558 | 2024-02-14T20:22:30.917Z | + case "$1" in |
559 | 2024-02-14T20:22:30.917Z | configuring based on OS: "solaris2.11" |
560 | 2024-02-14T20:22:30.917Z | + SET_BINARIES= |
561 | 2024-02-14T20:22:30.917Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
562 | 2024-02-14T20:22:30.917Z | + CIDL_SHA256FUNC=do_sha256sum |
563 | 2024-02-14T20:22:30.917Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
564 | 2024-02-14T20:22:30.917Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
565 | 2024-02-14T20:22:30.917Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
566 | 2024-02-14T20:22:30.917Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
567 | 2024-02-14T20:22:30.917Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
568 | 2024-02-14T20:22:30.917Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
569 | 2024-02-14T20:22:30.917Z | Local file: out/downloads/dendrite-stub.tar.gz |
570 | 2024-02-14T20:22:30.917Z | + mkdir -p out/downloads |
571 | 2024-02-14T20:22:30.917Z | + mkdir -p ./out/dendrite-stub |
572 | 2024-02-14T20:22:30.921Z | + fetch_and_verify |
573 | 2024-02-14T20:22:30.921Z | + local DO_DOWNLOAD=true |
574 | 2024-02-14T20:22:30.921Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
575 | 2024-02-14T20:22:30.921Z | + '[' true == true ']' |
576 | 2024-02-14T20:22:30.921Z | + echo Downloading... |
577 | 2024-02-14T20:22:30.921Z | Downloading... |
578 | 2024-02-14T20:22:30.921Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
579 | 2024-02-14T20:22:30.921Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
580 | 2024-02-14T20:22:35.585Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
581 | 2024-02-14T20:22:35.589Z | ++ sha256sum |
582 | 2024-02-14T20:22:35.589Z | ++ awk '{print $1}' |
583 | 2024-02-14T20:22:35.611Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
584 | 2024-02-14T20:22:35.611Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
585 | 2024-02-14T20:22:35.614Z | + do_untar out/downloads/dendrite-stub.tar.gz |
586 | 2024-02-14T20:22:35.614Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
587 | 2024-02-14T20:22:36.300Z | + do_assemble |
588 | 2024-02-14T20:22:36.300Z | + rm -r ./out/dendrite-stub |
589 | 2024-02-14T20:22:36.305Z | + mkdir ./out/dendrite-stub |
590 | 2024-02-14T20:22:36.305Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
591 | 2024-02-14T20:22:36.421Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
592 | 2024-02-14T20:22:36.427Z | + set -o errexit |
593 | 2024-02-14T20:22:36.432Z | +++ dirname ./tools/ci_download_maghemite_mgd |
594 | 2024-02-14T20:22:36.437Z | ++ cd ./tools |
595 | 2024-02-14T20:22:36.437Z | ++ pwd |
596 | 2024-02-14T20:22:36.437Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
597 | 2024-02-14T20:22:36.437Z | ++ basename ./tools/ci_download_maghemite_mgd |
598 | 2024-02-14T20:22:36.437Z | + ARG0=ci_download_maghemite_mgd |
599 | 2024-02-14T20:22:36.437Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
600 | 2024-02-14T20:22:36.437Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
601 | 2024-02-14T20:22:36.437Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
602 | 2024-02-14T20:22:36.437Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
603 | 2024-02-14T20:22:36.437Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
604 | 2024-02-14T20:22:36.437Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
605 | 2024-02-14T20:22:36.437Z | + TARGET_DIR=out |
606 | 2024-02-14T20:22:36.437Z | + DOWNLOAD_DIR=out/downloads |
607 | 2024-02-14T20:22:36.437Z | + DEST_DIR=./out/mgd |
608 | 2024-02-14T20:22:36.437Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
609 | 2024-02-14T20:22:36.437Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
610 | 2024-02-14T20:22:36.437Z | + REPO=oxidecomputer/maghemite |
611 | 2024-02-14T20:22:36.437Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
612 | 2024-02-14T20:22:36.437Z | + main |
613 | 2024-02-14T20:22:36.437Z | + [[ 0 != 0 ]] |
614 | 2024-02-14T20:22:36.437Z | + CIDL_OS=solaris2.11 |
615 | 2024-02-14T20:22:36.437Z | + [[ 0 != 0 ]] |
616 | 2024-02-14T20:22:36.438Z | + configure_os solaris2.11 |
617 | 2024-02-14T20:22:36.438Z | + echo 'current directory: /work/oxidecomputer/omicron' |
618 | 2024-02-14T20:22:36.438Z | + echo 'configuring based on OS: "solaris2.11"' |
619 | 2024-02-14T20:22:36.438Z | current directory: /work/oxidecomputer/omicron |
620 | 2024-02-14T20:22:36.438Z | configuring based on OS: "solaris2.11" |
621 | 2024-02-14T20:22:36.438Z | + case "$1" in |
622 | 2024-02-14T20:22:36.438Z | + SET_BINARIES= |
623 | 2024-02-14T20:22:36.438Z | + CIDL_SHA256FUNC=do_sha256sum |
624 | 2024-02-14T20:22:36.438Z | + TARBALL_FILENAME=mgd.tar.gz |
625 | 2024-02-14T20:22:36.438Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
626 | 2024-02-14T20:22:36.438Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
627 | 2024-02-14T20:22:36.438Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
628 | 2024-02-14T20:22:36.438Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
629 | 2024-02-14T20:22:36.438Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
630 | 2024-02-14T20:22:36.438Z | + mkdir -p out/downloads |
631 | 2024-02-14T20:22:36.438Z | Local file: out/downloads/mgd.tar.gz |
632 | 2024-02-14T20:22:36.443Z | + mkdir -p ./out/mgd |
633 | 2024-02-14T20:22:36.443Z | + fetch_and_verify |
634 | 2024-02-14T20:22:36.443Z | + local DO_DOWNLOAD=true |
635 | 2024-02-14T20:22:36.443Z | + [[ -f out/downloads/mgd.tar.gz ]] |
636 | 2024-02-14T20:22:36.443Z | + '[' true == true ']' |
637 | 2024-02-14T20:22:36.443Z | + echo Downloading... |
638 | 2024-02-14T20:22:36.443Z | Downloading... |
639 | 2024-02-14T20:22:36.443Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
640 | 2024-02-14T20:22:36.443Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
641 | 2024-02-14T20:22:43.772Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
642 | 2024-02-14T20:22:43.778Z | ++ sha256sum |
643 | 2024-02-14T20:22:43.778Z | ++ awk '{print $1}' |
644 | 2024-02-14T20:22:43.793Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
645 | 2024-02-14T20:22:43.796Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
646 | 2024-02-14T20:22:43.796Z | + do_untar out/downloads/mgd.tar.gz |
647 | 2024-02-14T20:22:43.796Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
648 | 2024-02-14T20:22:44.247Z | + do_assemble |
649 | 2024-02-14T20:22:44.247Z | + rm -r ./out/mgd |
650 | 2024-02-14T20:22:44.250Z | + mkdir ./out/mgd |
651 | 2024-02-14T20:22:44.254Z | + cp -r out/downloads/root ./out/mgd/root |
652 | 2024-02-14T20:22:44.424Z | + set -o errexit |
653 | 2024-02-14T20:22:44.433Z | +++ dirname ./tools/ci_download_transceiver_control |
654 | 2024-02-14T20:22:44.434Z | ++ cd ./tools |
655 | 2024-02-14T20:22:44.434Z | ++ pwd |
656 | 2024-02-14T20:22:44.434Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
657 | 2024-02-14T20:22:44.434Z | ++ basename ./tools/ci_download_transceiver_control |
658 | 2024-02-14T20:22:44.459Z | + ARG0=ci_download_transceiver_control |
659 | 2024-02-14T20:22:44.459Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
660 | 2024-02-14T20:22:44.460Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
661 | 2024-02-14T20:22:44.460Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2024-02-14T20:22:44.460Z | + TARGET_DIR=out |
663 | 2024-02-14T20:22:44.460Z | + DOWNLOAD_DIR=out/downloads |
664 | 2024-02-14T20:22:44.460Z | + DEST_DIR=./out/transceiver-control |
665 | 2024-02-14T20:22:44.461Z | + BIN_DIR=/opt/oxide/bin |
666 | 2024-02-14T20:22:44.461Z | + BINARY=xcvradm |
667 | 2024-02-14T20:22:44.461Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
668 | 2024-02-14T20:22:44.461Z | + REPO=oxidecomputer/transceiver-control |
669 | 2024-02-14T20:22:44.461Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
670 | 2024-02-14T20:22:44.461Z | + main |
671 | 2024-02-14T20:22:44.461Z | + [[ 0 != 0 ]] |
672 | 2024-02-14T20:22:44.462Z | + CIDL_OS=solaris2.11 |
673 | 2024-02-14T20:22:44.462Z | + [[ 0 != 0 ]] |
674 | 2024-02-14T20:22:44.462Z | + configure_os solaris2.11 |
675 | 2024-02-14T20:22:44.462Z | + echo 'current directory: /work/oxidecomputer/omicron' |
676 | 2024-02-14T20:22:44.462Z | current directory: /work/oxidecomputer/omicron |
677 | 2024-02-14T20:22:44.462Z | + echo 'configuring based on OS: "solaris2.11"' |
678 | 2024-02-14T20:22:44.462Z | + case "$1" in |
679 | 2024-02-14T20:22:44.463Z | + SET_BINARIES= |
680 | 2024-02-14T20:22:44.463Z | configuring based on OS: "solaris2.11" |
681 | 2024-02-14T20:22:44.463Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2024-02-14T20:22:44.463Z | + CIDL_SHA256FUNC=do_sha256sum |
683 | 2024-02-14T20:22:44.463Z | + ARCHIVE_FILENAME=xcvradm.gz |
684 | 2024-02-14T20:22:44.463Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
685 | 2024-02-14T20:22:44.463Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
686 | 2024-02-14T20:22:44.463Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
687 | 2024-02-14T20:22:44.464Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2024-02-14T20:22:44.464Z | + echo 'Local file: out/downloads/xcvradm.gz' |
689 | 2024-02-14T20:22:44.464Z | + mkdir -p out/downloads |
690 | 2024-02-14T20:22:44.464Z | Local file: out/downloads/xcvradm.gz |
691 | 2024-02-14T20:22:44.464Z | + mkdir -p ./out/transceiver-control |
692 | 2024-02-14T20:22:44.464Z | + fetch_and_verify |
693 | 2024-02-14T20:22:44.464Z | + local DO_DOWNLOAD=true |
694 | 2024-02-14T20:22:44.465Z | + [[ -f out/downloads/xcvradm.gz ]] |
695 | 2024-02-14T20:22:44.465Z | + '[' true == true ']' |
696 | 2024-02-14T20:22:44.465Z | + echo Downloading... |
697 | 2024-02-14T20:22:44.465Z | Downloading... |
698 | 2024-02-14T20:22:44.465Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
699 | 2024-02-14T20:22:44.465Z | + 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 |
700 | 2024-02-14T20:22:46.776Z | ++ do_sha256sum out/downloads/xcvradm.gz |
701 | 2024-02-14T20:22:46.779Z | ++ sha256sum |
702 | 2024-02-14T20:22:46.779Z | ++ awk '{print $1}' |
703 | 2024-02-14T20:22:46.785Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
704 | 2024-02-14T20:22:46.788Z | + [[ 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 ]] |
705 | 2024-02-14T20:22:46.788Z | + do_unpack out/downloads/xcvradm.gz |
706 | 2024-02-14T20:22:46.788Z | + mkdir -p out/downloads/root//opt/oxide/bin |
707 | 2024-02-14T20:22:46.788Z | + gzip -dc out/downloads/xcvradm.gz |
708 | 2024-02-14T20:22:46.909Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
709 | 2024-02-14T20:22:46.913Z | + do_assemble |
710 | 2024-02-14T20:22:46.913Z | + rm -r ./out/transceiver-control |
711 | 2024-02-14T20:22:46.918Z | + mkdir ./out/transceiver-control |
712 | 2024-02-14T20:22:46.919Z | + cp -r out/downloads/root ./out/transceiver-control/root |
713 | 2024-02-14T20:22:47.433Z | All builder prerequisites installed successfully, and PATH looks valid |
714 | 2024-02-14T20:22:47.440Z | |
715 | 2024-02-14T20:22:47.440Z | real 2:04.091495102 |
716 | 2024-02-14T20:22:47.440Z | user 35.692868975 |
717 | 2024-02-14T20:22:47.440Z | sys 6.848048982 |
718 | 2024-02-14T20:22:47.440Z | trap 0.008415848 |
719 | 2024-02-14T20:22:47.440Z | tflt 0.583879918 |
720 | 2024-02-14T20:22:47.440Z | dflt 1.030109441 |
721 | 2024-02-14T20:22:47.440Z | kflt 0.385320572 |
722 | 2024-02-14T20:22:47.441Z | lock 2.398469258 |
723 | 2024-02-14T20:22:47.441Z | slp 4:01.707214482 |
724 | 2024-02-14T20:22:47.441Z | lat 1.887618943 |
725 | 2024-02-14T20:22:47.441Z | stop 0.137329988 |
726 | 2024-02-14T20:22:47.441Z | |
727 | 2024-02-14T20:22:47.441Z | #### # # ##### ##### # # |
728 | 2024-02-14T20:22:47.441Z | # # # # # # # # # # |
729 | 2024-02-14T20:22:47.441Z | # # # # # # # # |
730 | 2024-02-14T20:22:47.441Z | # # # ##### ##### # |
731 | 2024-02-14T20:22:47.441Z | # # # # # # # |
732 | 2024-02-14T20:22:47.441Z | #### ###### # # # # |
733 | 2024-02-14T20:22:47.441Z | |
734 | 2024-02-14T20:22:47.657Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
735 | 2024-02-14T20:22:47.992Z | Updating git repository `https://github.com/oxidecomputer/samael` |
736 | 2024-02-14T20:22:48.339Z | Updating crates.io index |
737 | 2024-02-14T20:22:48.450Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
738 | 2024-02-14T20:22:49.164Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
739 | 2024-02-14T20:22:50.831Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
740 | 2024-02-14T20:22:51.376Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
741 | 2024-02-14T20:22:51.665Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
742 | 2024-02-14T20:22:51.940Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
743 | 2024-02-14T20:22:52.183Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
744 | 2024-02-14T20:22:53.189Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
745 | 2024-02-14T20:22:55.519Z | Updating git repository `https://github.com/oxidecomputer/opte` |
746 | 2024-02-14T20:22:56.568Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
747 | 2024-02-14T20:22:56.877Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
748 | 2024-02-14T20:22:57.466Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
749 | 2024-02-14T20:22:57.770Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
750 | 2024-02-14T20:22:58.064Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
751 | 2024-02-14T20:22:58.386Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
752 | 2024-02-14T20:22:58.760Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
753 | 2024-02-14T20:22:59.282Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
754 | 2024-02-14T20:22:59.541Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
755 | 2024-02-14T20:23:00.074Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
756 | 2024-02-14T20:23:00.426Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
757 | 2024-02-14T20:23:00.762Z | Updating git repository `https://github.com/jgallagher/nix` |
758 | 2024-02-14T20:23:01.852Z | Updating git repository `https://github.com/cbiffle/hubpack` |
759 | 2024-02-14T20:23:02.238Z | Updating git repository `https://github.com/oxidecomputer/typify` |
760 | 2024-02-14T20:23:03.479Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
761 | 2024-02-14T20:23:03.891Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
762 | 2024-02-14T20:23:04.198Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
763 | 2024-02-14T20:23:05.620Z | Downloading crates ... |
764 | 2024-02-14T20:23:05.811Z | Downloaded clap_derive v4.4.2 |
765 | 2024-02-14T20:23:05.818Z | Downloaded unicode-ident v1.0.12 |
766 | 2024-02-14T20:23:05.824Z | Downloaded colorchoice v1.0.0 |
767 | 2024-02-14T20:23:05.841Z | Downloaded equivalent v1.0.1 |
768 | 2024-02-14T20:23:05.847Z | Downloaded itoa v1.0.9 |
769 | 2024-02-14T20:23:05.847Z | Downloaded bitflags v1.3.2 |
770 | 2024-02-14T20:23:05.856Z | Downloaded anstream v0.5.0 |
771 | 2024-02-14T20:23:05.857Z | Downloaded anstyle v1.0.2 |
772 | 2024-02-14T20:23:05.857Z | Downloaded serde_spanned v0.6.5 |
773 | 2024-02-14T20:23:05.867Z | Downloaded cargo-platform v0.1.3 |
774 | 2024-02-14T20:23:05.867Z | Downloaded errno v0.3.8 |
775 | 2024-02-14T20:23:05.867Z | Downloaded clap_lex v0.5.1 |
776 | 2024-02-14T20:23:05.867Z | Downloaded quote v1.0.35 |
777 | 2024-02-14T20:23:05.872Z | Downloaded heck v0.4.1 |
778 | 2024-02-14T20:23:05.872Z | Downloaded terminal_size v0.2.6 |
779 | 2024-02-14T20:23:05.872Z | Downloaded anstyle-query v1.0.0 |
780 | 2024-02-14T20:23:05.872Z | Downloaded thiserror-impl v1.0.56 |
781 | 2024-02-14T20:23:05.872Z | Downloaded thiserror v1.0.56 |
782 | 2024-02-14T20:23:05.882Z | Downloaded anstyle-parse v0.2.1 |
783 | 2024-02-14T20:23:05.882Z | Downloaded cargo_toml v0.19.0 |
784 | 2024-02-14T20:23:05.882Z | Downloaded semver v1.0.21 |
785 | 2024-02-14T20:23:05.887Z | Downloaded cargo_metadata v0.18.1 |
786 | 2024-02-14T20:23:05.887Z | Downloaded io-lifetimes v1.0.11 |
787 | 2024-02-14T20:23:05.887Z | Downloaded camino v1.1.6 |
788 | 2024-02-14T20:23:05.887Z | Downloaded toml_datetime v0.6.5 |
789 | 2024-02-14T20:23:05.887Z | Downloaded proc-macro2 v1.0.78 |
790 | 2024-02-14T20:23:05.892Z | Downloaded toml v0.8.10 |
791 | 2024-02-14T20:23:05.892Z | Downloaded serde_derive v1.0.196 |
792 | 2024-02-14T20:23:05.897Z | Downloaded anyhow v1.0.75 |
793 | 2024-02-14T20:23:05.901Z | Downloaded ryu v1.0.15 |
794 | 2024-02-14T20:23:05.902Z | Downloaded utf8parse v0.2.1 |
795 | 2024-02-14T20:23:05.902Z | Downloaded strsim v0.10.0 |
796 | 2024-02-14T20:23:05.906Z | Downloaded clap v4.4.3 |
797 | 2024-02-14T20:23:05.912Z | Downloaded serde v1.0.196 |
798 | 2024-02-14T20:23:05.918Z | Downloaded indexmap v2.2.2 |
799 | 2024-02-14T20:23:05.930Z | Downloaded toml_edit v0.22.4 |
800 | 2024-02-14T20:23:05.944Z | Downloaded memchr v2.6.3 |
801 | 2024-02-14T20:23:05.949Z | Downloaded hashbrown v0.14.2 |
802 | 2024-02-14T20:23:05.964Z | Downloaded clap_builder v4.4.2 |
803 | 2024-02-14T20:23:05.972Z | Downloaded serde_json v1.0.113 |
804 | 2024-02-14T20:23:05.977Z | Downloaded rustix v0.37.23 |
805 | 2024-02-14T20:23:05.991Z | Downloaded syn v2.0.48 |
806 | 2024-02-14T20:23:06.003Z | Downloaded winnow v0.5.15 |
807 | 2024-02-14T20:23:06.010Z | Downloaded libc v0.2.153 |
808 | 2024-02-14T20:23:06.233Z | Compiling proc-macro2 v1.0.78 |
809 | 2024-02-14T20:23:06.233Z | Compiling unicode-ident v1.0.12 |
810 | 2024-02-14T20:23:06.234Z | Compiling serde v1.0.196 |
811 | 2024-02-14T20:23:06.237Z | Compiling libc v0.2.153 |
812 | 2024-02-14T20:23:06.237Z | Compiling io-lifetimes v1.0.11 |
813 | 2024-02-14T20:23:06.237Z | Compiling rustix v0.37.23 |
814 | 2024-02-14T20:23:06.256Z | Compiling bitflags v1.3.2 |
815 | 2024-02-14T20:23:06.259Z | Compiling utf8parse v0.2.1 |
816 | 2024-02-14T20:23:06.442Z | Compiling hashbrown v0.14.2 |
817 | 2024-02-14T20:23:06.464Z | Compiling equivalent v1.0.1 |
818 | 2024-02-14T20:23:06.567Z | Compiling anstyle-parse v0.2.1 |
819 | 2024-02-14T20:23:06.831Z | Compiling anstyle v1.0.2 |
820 | 2024-02-14T20:23:07.144Z | Compiling winnow v0.5.15 |
821 | 2024-02-14T20:23:07.436Z | Compiling indexmap v2.2.2 |
822 | 2024-02-14T20:23:08.398Z | Compiling serde_json v1.0.113 |
823 | 2024-02-14T20:23:09.078Z | Compiling colorchoice v1.0.0 |
824 | 2024-02-14T20:23:09.095Z | Compiling semver v1.0.21 |
825 | 2024-02-14T20:23:09.200Z | Compiling anstyle-query v1.0.0 |
826 | 2024-02-14T20:23:09.309Z | Compiling camino v1.1.6 |
827 | 2024-02-14T20:23:09.333Z | Compiling thiserror v1.0.56 |
828 | 2024-02-14T20:23:09.363Z | Compiling anstream v0.5.0 |
829 | 2024-02-14T20:23:09.519Z | Compiling clap_lex v0.5.1 |
830 | 2024-02-14T20:23:09.659Z | Compiling strsim v0.10.0 |
831 | 2024-02-14T20:23:09.909Z | Compiling ryu v1.0.15 |
832 | 2024-02-14T20:23:09.997Z | Compiling anyhow v1.0.75 |
833 | 2024-02-14T20:23:10.032Z | Compiling itoa v1.0.9 |
834 | 2024-02-14T20:23:10.044Z | Compiling heck v0.4.1 |
835 | 2024-02-14T20:23:10.151Z | Compiling quote v1.0.35 |
836 | 2024-02-14T20:23:10.507Z | Compiling errno v0.3.8 |
837 | 2024-02-14T20:23:10.546Z | Compiling syn v2.0.48 |
838 | 2024-02-14T20:23:11.482Z | Compiling terminal_size v0.2.6 |
839 | 2024-02-14T20:23:11.584Z | Compiling clap_builder v4.4.2 |
840 | 2024-02-14T20:23:15.579Z | Compiling serde_derive v1.0.196 |
841 | 2024-02-14T20:23:15.579Z | Compiling thiserror-impl v1.0.56 |
842 | 2024-02-14T20:23:15.587Z | Compiling clap_derive v4.4.2 |
843 | 2024-02-14T20:23:18.416Z | Compiling clap v4.4.3 |
844 | 2024-02-14T20:23:23.534Z | Compiling serde_spanned v0.6.5 |
845 | 2024-02-14T20:23:23.537Z | Compiling toml_datetime v0.6.5 |
846 | 2024-02-14T20:23:23.537Z | Compiling cargo-platform v0.1.3 |
847 | 2024-02-14T20:23:23.784Z | Compiling toml_edit v0.22.4 |
848 | 2024-02-14T20:23:24.863Z | Compiling cargo_metadata v0.18.1 |
849 | 2024-02-14T20:23:25.891Z | Compiling toml v0.8.10 |
850 | 2024-02-14T20:23:26.604Z | Compiling cargo_toml v0.19.0 |
851 | 2024-02-14T20:23:30.508Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
852 | 2024-02-14T20:23:31.455Z | Finished dev [unoptimized + debuginfo] target(s) in 43.96s |
853 | 2024-02-14T20:23:31.627Z | Running `target/debug/xtask clippy` |
854 | 2024-02-14T20:23:31.671Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
855 | 2024-02-14T20:23:32.235Z | Downloading crates ... |
856 | 2024-02-14T20:23:32.431Z | Downloaded block-buffer v0.10.4 |
857 | 2024-02-14T20:23:32.434Z | Downloaded adler v1.0.2 |
858 | 2024-02-14T20:23:32.438Z | Downloaded base16ct v0.2.0 |
859 | 2024-02-14T20:23:32.455Z | Downloaded http-range v0.1.5 |
860 | 2024-02-14T20:23:32.458Z | Downloaded http-body v1.0.0 |
861 | 2024-02-14T20:23:32.462Z | Downloaded cexpr v0.6.0 |
862 | 2024-02-14T20:23:32.465Z | Downloaded home v0.5.5 |
863 | 2024-02-14T20:23:32.468Z | Downloaded hyper-staticfile v0.9.5 |
864 | 2024-02-14T20:23:32.471Z | Downloaded byteorder v1.5.0 |
865 | 2024-02-14T20:23:32.471Z | Downloaded bb8 v0.8.3 |
866 | 2024-02-14T20:23:32.474Z | Downloaded humantime v2.1.0 |
867 | 2024-02-14T20:23:32.477Z | Downloaded cast v0.3.0 |
868 | 2024-02-14T20:23:32.481Z | Downloaded buf-list v1.0.3 |
869 | 2024-02-14T20:23:32.486Z | Downloaded hubpack v0.1.2 |
870 | 2024-02-14T20:23:32.489Z | Downloaded multimap v0.8.3 |
871 | 2024-02-14T20:23:32.492Z | Downloaded ident_case v1.0.1 |
872 | 2024-02-14T20:23:32.495Z | Downloaded hyper-rustls v0.24.2 |
873 | 2024-02-14T20:23:32.501Z | Downloaded rtoolbox v0.0.1 |
874 | 2024-02-14T20:23:32.504Z | Downloaded colored v2.0.4 |
875 | 2024-02-14T20:23:32.504Z | Downloaded hubpack_derive v0.1.1 |
876 | 2024-02-14T20:23:32.504Z | Downloaded ron v0.8.1 |
877 | 2024-02-14T20:23:32.512Z | Downloaded rust-argon2 v1.0.1 |
878 | 2024-02-14T20:23:32.516Z | Downloaded impl-trait-for-tuples v0.2.2 |
879 | 2024-02-14T20:23:32.520Z | Downloaded rustls-pemfile v2.0.0 |
880 | 2024-02-14T20:23:32.524Z | Downloaded is_ci v1.1.1 |
881 | 2024-02-14T20:23:32.527Z | Downloaded cpufeatures v0.2.12 |
882 | 2024-02-14T20:23:32.530Z | Downloaded rustls-pki-types v1.1.0 |
883 | 2024-02-14T20:23:32.534Z | Downloaded atty v0.2.14 |
884 | 2024-02-14T20:23:32.537Z | Downloaded async-stream-impl v0.3.5 |
885 | 2024-02-14T20:23:32.537Z | Downloaded multer v3.0.0 |
886 | 2024-02-14T20:23:32.540Z | Downloaded num-traits v0.2.16 |
887 | 2024-02-14T20:23:32.543Z | Downloaded atomicwrites v0.4.3 |
888 | 2024-02-14T20:23:32.547Z | Downloaded num-derive v0.4.0 |
889 | 2024-02-14T20:23:32.549Z | Downloaded crunchy v0.2.2 |
890 | 2024-02-14T20:23:32.553Z | Downloaded indoc v2.0.3 |
891 | 2024-02-14T20:23:32.556Z | Downloaded crucible-workspace-hack v0.1.0 |
892 | 2024-02-14T20:23:32.559Z | Downloaded hyper-tls v0.5.0 |
893 | 2024-02-14T20:23:32.567Z | Downloaded cstr-argument v0.1.2 |
894 | 2024-02-14T20:23:32.569Z | Downloaded blake2 v0.10.6 |
895 | 2024-02-14T20:23:32.570Z | Downloaded indoc v1.0.9 |
896 | 2024-02-14T20:23:32.572Z | Downloaded bytecount v0.6.3 |
897 | 2024-02-14T20:23:32.575Z | Downloaded criterion-plot v0.5.0 |
898 | 2024-02-14T20:23:32.578Z | Downloaded matches v0.1.10 |
899 | 2024-02-14T20:23:32.581Z | Downloaded serde-big-array v0.4.1 |
900 | 2024-02-14T20:23:32.584Z | Downloaded assert_cmd v2.0.13 |
901 | 2024-02-14T20:23:32.587Z | Downloaded new_debug_unreachable v1.0.4 |
902 | 2024-02-14T20:23:32.590Z | Downloaded ascii-canvas v3.0.0 |
903 | 2024-02-14T20:23:32.590Z | Downloaded atomic-waker v1.1.1 |
904 | 2024-02-14T20:23:32.593Z | Downloaded match_cfg v0.1.0 |
905 | 2024-02-14T20:23:32.597Z | Downloaded crossbeam-deque v0.8.3 |
906 | 2024-02-14T20:23:32.600Z | Downloaded array-init v0.0.4 |
907 | 2024-02-14T20:23:32.600Z | Downloaded crc v3.0.1 |
908 | 2024-02-14T20:23:32.603Z | Downloaded bit-vec v0.6.3 |
909 | 2024-02-14T20:23:32.606Z | Downloaded stability v0.1.1 |
910 | 2024-02-14T20:23:32.606Z | Downloaded libefi-sys v0.1.0 |
911 | 2024-02-14T20:23:32.609Z | Downloaded linked-hash-map v0.5.6 |
912 | 2024-02-14T20:23:32.615Z | Downloaded async-stream v0.3.5 |
913 | 2024-02-14T20:23:32.618Z | Downloaded crc-catalog v2.2.0 |
914 | 2024-02-14T20:23:32.618Z | Downloaded lazycell v1.3.0 |
915 | 2024-02-14T20:23:32.618Z | Downloaded csv-core v0.1.11 |
916 | 2024-02-14T20:23:32.621Z | Downloaded httptest v0.15.5 |
917 | 2024-02-14T20:23:32.624Z | Downloaded memoffset v0.7.1 |
918 | 2024-02-14T20:23:32.627Z | Downloaded nanorand v0.7.0 |
919 | 2024-02-14T20:23:32.631Z | Downloaded mockall v0.12.0 |
920 | 2024-02-14T20:23:32.634Z | Downloaded memmap v0.7.0 |
921 | 2024-02-14T20:23:32.634Z | Downloaded http v1.0.0 |
922 | 2024-02-14T20:23:32.639Z | Downloaded try-lock v0.2.4 |
923 | 2024-02-14T20:23:32.641Z | Downloaded time-core v0.1.1 |
924 | 2024-02-14T20:23:32.644Z | Downloaded backoff v0.4.0 |
925 | 2024-02-14T20:23:32.647Z | Downloaded libsw v3.3.1 |
926 | 2024-02-14T20:23:32.650Z | Downloaded arrayref v0.3.7 |
927 | 2024-02-14T20:23:32.653Z | Downloaded mime v0.3.17 |
928 | 2024-02-14T20:23:32.656Z | Downloaded guppy-workspace-hack v0.1.0 |
929 | 2024-02-14T20:23:32.656Z | Downloaded bcs v0.1.6 |
930 | 2024-02-14T20:23:32.659Z | Downloaded const-oid v0.9.5 |
931 | 2024-02-14T20:23:32.665Z | Downloaded libloading v0.7.4 |
932 | 2024-02-14T20:23:32.668Z | Downloaded libtest-mimic v0.6.1 |
933 | 2024-02-14T20:23:32.670Z | Downloaded crossbeam-utils v0.8.16 |
934 | 2024-02-14T20:23:32.673Z | Downloaded scheduled-thread-pool v0.2.7 |
935 | 2024-02-14T20:23:32.676Z | Downloaded num-complex v0.4.4 |
936 | 2024-02-14T20:23:32.679Z | Downloaded macaddr v1.0.1 |
937 | 2024-02-14T20:23:32.686Z | Downloaded derive_builder_macro v0.12.0 |
938 | 2024-02-14T20:23:32.686Z | Downloaded mime_guess v2.0.4 |
939 | 2024-02-14T20:23:32.686Z | Downloaded defmt v0.3.5 |
940 | 2024-02-14T20:23:32.689Z | Downloaded swrite v0.1.0 |
941 | 2024-02-14T20:23:32.692Z | Downloaded untrusted v0.9.0 |
942 | 2024-02-14T20:23:32.695Z | Downloaded serde-hex v0.1.0 |
943 | 2024-02-14T20:23:32.698Z | Downloaded lock_api v0.4.10 |
944 | 2024-02-14T20:23:32.699Z | Downloaded strum_macros v0.26.1 |
945 | 2024-02-14T20:23:32.702Z | Downloaded want v0.3.1 |
946 | 2024-02-14T20:23:32.707Z | Downloaded futures-io v0.3.30 |
947 | 2024-02-14T20:23:32.707Z | Downloaded serde_urlencoded v0.7.1 |
948 | 2024-02-14T20:23:32.712Z | Downloaded snafu-derive v0.7.5 |
949 | 2024-02-14T20:23:32.712Z | Downloaded sqlformat v0.2.3 |
950 | 2024-02-14T20:23:32.715Z | Downloaded compact_str v0.7.1 |
951 | 2024-02-14T20:23:32.715Z | Downloaded termtree v0.4.1 |
952 | 2024-02-14T20:23:32.718Z | Downloaded datatest-stable v0.2.3 |
953 | 2024-02-14T20:23:32.718Z | Downloaded target-spec v3.1.0 |
954 | 2024-02-14T20:23:32.721Z | Downloaded strum v0.26.1 |
955 | 2024-02-14T20:23:32.722Z | Downloaded tower-service v0.3.2 |
956 | 2024-02-14T20:23:32.725Z | Downloaded rusty-fork v0.3.0 |
957 | 2024-02-14T20:23:32.727Z | Downloaded toolchain_find v0.2.0 |
958 | 2024-02-14T20:23:32.727Z | Downloaded dof v0.3.0 |
959 | 2024-02-14T20:23:32.730Z | Downloaded darling v0.14.4 |
960 | 2024-02-14T20:23:32.733Z | Downloaded packed_struct_codegen v0.10.1 |
961 | 2024-02-14T20:23:32.733Z | Downloaded downcast v0.11.0 |
962 | 2024-02-14T20:23:32.736Z | Downloaded rpassword v7.3.1 |
963 | 2024-02-14T20:23:32.744Z | Downloaded defmt-macros v0.3.6 |
964 | 2024-02-14T20:23:32.744Z | Downloaded form_urlencoded v1.2.1 |
965 | 2024-02-14T20:23:32.744Z | Downloaded similar-asserts v1.5.0 |
966 | 2024-02-14T20:23:32.747Z | Downloaded tokio-rustls v0.25.0 |
967 | 2024-02-14T20:23:32.747Z | Downloaded pretty-hex v0.4.1 |
968 | 2024-02-14T20:23:32.750Z | Downloaded wait-timeout v0.2.0 |
969 | 2024-02-14T20:23:32.750Z | Downloaded display-error-chain v0.2.0 |
970 | 2024-02-14T20:23:32.753Z | Downloaded openssl-probe v0.1.5 |
971 | 2024-02-14T20:23:32.753Z | Downloaded string_cache v0.8.7 |
972 | 2024-02-14T20:23:32.756Z | Downloaded crypto-bigint v0.5.2 |
973 | 2024-02-14T20:23:32.762Z | Downloaded getopts v0.2.21 |
974 | 2024-02-14T20:23:32.765Z | Downloaded fd-lock v4.0.2 |
975 | 2024-02-14T20:23:32.768Z | Downloaded termcolor v1.2.0 |
976 | 2024-02-14T20:23:32.771Z | Downloaded socket2 v0.4.9 |
977 | 2024-02-14T20:23:32.771Z | Downloaded plotters-svg v0.3.5 |
978 | 2024-02-14T20:23:32.774Z | Downloaded headers-core v0.2.0 |
979 | 2024-02-14T20:23:32.774Z | Downloaded untrusted v0.7.1 |
980 | 2024-02-14T20:23:32.777Z | Downloaded fragile v2.0.0 |
981 | 2024-02-14T20:23:32.782Z | Downloaded indicatif v0.17.7 |
982 | 2024-02-14T20:23:32.785Z | Downloaded ref-cast v1.0.20 |
983 | 2024-02-14T20:23:32.785Z | Downloaded quick-error v1.2.3 |
984 | 2024-02-14T20:23:32.788Z | Downloaded siphasher v0.3.11 |
985 | 2024-02-14T20:23:32.791Z | Downloaded tiny-keccak v2.0.2 |
986 | 2024-02-14T20:23:32.794Z | Downloaded waitgroup v0.1.2 |
987 | 2024-02-14T20:23:32.794Z | Downloaded serde_tokenstream v0.2.0 |
988 | 2024-02-14T20:23:32.797Z | Downloaded fnv v1.0.7 |
989 | 2024-02-14T20:23:32.799Z | Downloaded base64 v0.21.7 |
990 | 2024-02-14T20:23:32.802Z | Downloaded slog-scope v4.4.0 |
991 | 2024-02-14T20:23:32.805Z | Downloaded deranged v0.3.8 |
992 | 2024-02-14T20:23:32.813Z | Downloaded half v2.3.1 |
993 | 2024-02-14T20:23:32.817Z | Downloaded crossbeam-channel v0.5.8 |
994 | 2024-02-14T20:23:32.822Z | Downloaded parse-size v1.0.0 |
995 | 2024-02-14T20:23:32.825Z | Downloaded usdt-attr-macro v0.3.5 |
996 | 2024-02-14T20:23:32.825Z | Downloaded sqlparser_derive v0.2.2 |
997 | 2024-02-14T20:23:32.828Z | Downloaded phf_shared v0.10.0 |
998 | 2024-02-14T20:23:32.828Z | Downloaded scroll_derive v0.12.0 |
999 | 2024-02-14T20:23:32.828Z | Downloaded usdt-macro v0.3.5 |
1000 | 2024-02-14T20:23:32.831Z | Downloaded term v0.7.0 |
1001 | 2024-02-14T20:23:32.836Z | Downloaded dtrace-parser v0.2.0 |
1002 | 2024-02-14T20:23:32.839Z | Downloaded percent-encoding v2.3.1 |
1003 | 2024-02-14T20:23:32.839Z | Downloaded num_enum v0.5.11 |
1004 | 2024-02-14T20:23:32.842Z | Downloaded slog-term v2.9.0 |
1005 | 2024-02-14T20:23:32.845Z | Downloaded semver-parser v0.10.2 |
1006 | 2024-02-14T20:23:32.850Z | Downloaded similar v2.3.0 |
1007 | 2024-02-14T20:23:32.853Z | Downloaded whoami v1.4.1 |
1008 | 2024-02-14T20:23:32.856Z | Downloaded rustls-native-certs v0.7.0 |
1009 | 2024-02-14T20:23:32.858Z | Downloaded thiserror-no-std v2.0.2 |
1010 | 2024-02-14T20:23:32.861Z | Downloaded proc-macro-error v1.0.4 |
1011 | 2024-02-14T20:23:32.865Z | Downloaded der_derive v0.7.2 |
1012 | 2024-02-14T20:23:32.868Z | Downloaded stringprep v0.1.3 |
1013 | 2024-02-14T20:23:32.870Z | Downloaded rustc-hash v1.1.0 |
1014 | 2024-02-14T20:23:32.870Z | Downloaded signal-hook-registry v1.4.1 |
1015 | 2024-02-14T20:23:32.873Z | Downloaded shlex v1.3.0 |
1016 | 2024-02-14T20:23:32.876Z | Downloaded shell-words v1.1.0 |
1017 | 2024-02-14T20:23:32.876Z | Downloaded phf_shared v0.11.2 |
1018 | 2024-02-14T20:23:32.876Z | Downloaded slog-envlogger v2.2.0 |
1019 | 2024-02-14T20:23:32.879Z | Downloaded which v4.4.0 |
1020 | 2024-02-14T20:23:32.882Z | Downloaded futures-sink v0.3.30 |
1021 | 2024-02-14T20:23:32.883Z | Downloaded signal-hook-mio v0.2.3 |
1022 | 2024-02-14T20:23:32.889Z | Downloaded serde_tokenstream v0.1.7 |
1023 | 2024-02-14T20:23:32.892Z | Downloaded postgres-types v0.2.6 |
1024 | 2024-02-14T20:23:32.892Z | Downloaded foreign-types-shared v0.3.1 |
1025 | 2024-02-14T20:23:32.892Z | Downloaded supports-color v2.1.0 |
1026 | 2024-02-14T20:23:32.896Z | Downloaded static_assertions v1.1.0 |
1027 | 2024-02-14T20:23:32.896Z | Downloaded pest_meta v2.7.6 |
1028 | 2024-02-14T20:23:32.899Z | Downloaded hex v0.4.3 |
1029 | 2024-02-14T20:23:32.902Z | Downloaded dyn-clone v1.0.16 |
1030 | 2024-02-14T20:23:32.902Z | Downloaded pin-project-lite v0.2.13 |
1031 | 2024-02-14T20:23:32.907Z | Downloaded vte_generate_state_changes v0.1.1 |
1032 | 2024-02-14T20:23:32.910Z | Downloaded secrecy v0.8.0 |
1033 | 2024-02-14T20:23:32.910Z | Downloaded tokio-stream v0.1.14 |
1034 | 2024-02-14T20:23:32.914Z | Downloaded either v1.9.0 |
1035 | 2024-02-14T20:23:32.917Z | Downloaded same-file v1.0.6 |
1036 | 2024-02-14T20:23:32.920Z | Downloaded rand_chacha v0.3.1 |
1037 | 2024-02-14T20:23:32.920Z | Downloaded tinytemplate v1.2.1 |
1038 | 2024-02-14T20:23:32.923Z | Downloaded tokio-tungstenite v0.20.1 |
1039 | 2024-02-14T20:23:32.926Z | Downloaded test-strategy v0.3.1 |
1040 | 2024-02-14T20:23:32.929Z | Downloaded darling_core v0.20.3 |
1041 | 2024-02-14T20:23:32.934Z | Downloaded slab v0.4.9 |
1042 | 2024-02-14T20:23:32.940Z | Downloaded tui-tree-widget v0.17.0 |
1043 | 2024-02-14T20:23:32.940Z | Downloaded funty v2.0.0 |
1044 | 2024-02-14T20:23:32.943Z | Downloaded criterion v0.5.1 |
1045 | 2024-02-14T20:23:32.946Z | Downloaded smallvec v0.6.14 |
1046 | 2024-02-14T20:23:32.949Z | Downloaded textwrap v0.11.0 |
1047 | 2024-02-14T20:23:32.952Z | Downloaded pin-project-internal v1.1.3 |
1048 | 2024-02-14T20:23:32.955Z | Downloaded zeroize_derive v1.4.2 |
1049 | 2024-02-14T20:23:32.955Z | Downloaded rustls-pemfile v1.0.3 |
1050 | 2024-02-14T20:23:32.957Z | Downloaded fd-lock v3.0.13 |
1051 | 2024-02-14T20:23:32.960Z | Downloaded tungstenite v0.20.1 |
1052 | 2024-02-14T20:23:32.963Z | Downloaded pkg-config v0.3.27 |
1053 | 2024-02-14T20:23:32.966Z | Downloaded resolv-conf v0.7.0 |
1054 | 2024-02-14T20:23:32.966Z | Downloaded pem-rfc7468 v0.7.0 |
1055 | 2024-02-14T20:23:32.969Z | Downloaded pkcs8 v0.10.2 |
1056 | 2024-02-14T20:23:32.972Z | Downloaded heck v0.3.3 |
1057 | 2024-02-14T20:23:32.974Z | Downloaded itertools v0.10.5 |
1058 | 2024-02-14T20:23:32.981Z | Downloaded ff v0.13.0 |
1059 | 2024-02-14T20:23:32.984Z | Downloaded fixedbitset v0.4.2 |
1060 | 2024-02-14T20:23:32.990Z | Downloaded strum_macros v0.24.3 |
1061 | 2024-02-14T20:23:32.993Z | Downloaded precomputed-hash v0.1.1 |
1062 | 2024-02-14T20:23:32.993Z | Downloaded futures-executor v0.3.30 |
1063 | 2024-02-14T20:23:32.996Z | Downloaded utf-8 v0.7.6 |
1064 | 2024-02-14T20:23:32.996Z | Downloaded pin-project v1.1.3 |
1065 | 2024-02-14T20:23:33.011Z | Downloaded foreign-types v0.5.0 |
1066 | 2024-02-14T20:23:33.014Z | Downloaded peeking_take_while v0.1.2 |
1067 | 2024-02-14T20:23:33.014Z | Downloaded structmeta-derive v0.3.0 |
1068 | 2024-02-14T20:23:33.018Z | Downloaded structmeta-derive v0.2.0 |
1069 | 2024-02-14T20:23:33.018Z | Downloaded phf v0.11.2 |
1070 | 2024-02-14T20:23:33.024Z | Downloaded fallible-iterator v0.2.0 |
1071 | 2024-02-14T20:23:33.024Z | Downloaded rustc_version v0.4.0 |
1072 | 2024-02-14T20:23:33.028Z | Downloaded tempfile v3.10.0 |
1073 | 2024-02-14T20:23:33.028Z | Downloaded signal-hook v0.3.17 |
1074 | 2024-02-14T20:23:33.031Z | Downloaded tinyvec_macros v0.1.1 |
1075 | 2024-02-14T20:23:33.031Z | Downloaded unsafe-libyaml v0.2.10 |
1076 | 2024-02-14T20:23:33.034Z | Downloaded pest_derive v2.7.6 |
1077 | 2024-02-14T20:23:33.036Z | Downloaded number_prefix v0.4.0 |
1078 | 2024-02-14T20:23:33.039Z | Downloaded usdt-macro v0.5.0 |
1079 | 2024-02-14T20:23:33.039Z | Downloaded fs-err v2.11.0 |
1080 | 2024-02-14T20:23:33.042Z | Downloaded foreign-types-macros v0.2.3 |
1081 | 2024-02-14T20:23:33.042Z | Downloaded dtrace-parser v0.1.14 |
1082 | 2024-02-14T20:23:33.048Z | Downloaded diesel_derives v2.1.2 |
1083 | 2024-02-14T20:23:33.051Z | Downloaded hash32 v0.3.1 |
1084 | 2024-02-14T20:23:33.051Z | Downloaded threadpool v1.8.1 |
1085 | 2024-02-14T20:23:33.051Z | Downloaded structopt-derive v0.4.18 |
1086 | 2024-02-14T20:23:33.051Z | Downloaded heapless v0.7.16 |
1087 | 2024-02-14T20:23:33.055Z | Downloaded generic-array v0.14.7 |
1088 | 2024-02-14T20:23:33.058Z | Downloaded foreign-types v0.3.2 |
1089 | 2024-02-14T20:23:33.058Z | Downloaded ref-cast-impl v1.0.20 |
1090 | 2024-02-14T20:23:33.063Z | Downloaded steno v0.4.0 |
1091 | 2024-02-14T20:23:33.065Z | Downloaded foreign-types-shared v0.1.1 |
1092 | 2024-02-14T20:23:33.066Z | Downloaded rstest_macros v0.18.2 |
1093 | 2024-02-14T20:23:33.068Z | Downloaded dirs-next v2.0.0 |
1094 | 2024-02-14T20:23:33.068Z | Downloaded proc-macro-crate v1.3.1 |
1095 | 2024-02-14T20:23:33.071Z | Downloaded hyper v1.1.0 |
1096 | 2024-02-14T20:23:33.077Z | Downloaded num_cpus v1.16.0 |
1097 | 2024-02-14T20:23:33.080Z | Downloaded digest v0.10.7 |
1098 | 2024-02-14T20:23:33.082Z | Downloaded itertools v0.12.1 |
1099 | 2024-02-14T20:23:33.089Z | Downloaded olpc-cjson v0.1.3 |
1100 | 2024-02-14T20:23:33.092Z | Downloaded zone_cfg_derive v0.3.0 |
1101 | 2024-02-14T20:23:33.092Z | Downloaded postcard v1.0.8 |
1102 | 2024-02-14T20:23:33.095Z | Downloaded proc-macro-error-attr v1.0.4 |
1103 | 2024-02-14T20:23:33.098Z | Downloaded packed_struct v0.10.1 |
1104 | 2024-02-14T20:23:33.099Z | Downloaded parking_lot_core v0.8.6 |
1105 | 2024-02-14T20:23:33.102Z | Downloaded pem v3.0.2 |
1106 | 2024-02-14T20:23:33.105Z | Downloaded darling_macro v0.20.3 |
1107 | 2024-02-14T20:23:33.105Z | Downloaded flate2 v1.0.28 |
1108 | 2024-02-14T20:23:33.108Z | Downloaded darling_macro v0.14.4 |
1109 | 2024-02-14T20:23:33.114Z | Downloaded doc-comment v0.3.3 |
1110 | 2024-02-14T20:23:33.114Z | Downloaded unicase v2.7.0 |
1111 | 2024-02-14T20:23:33.117Z | Downloaded rcgen v0.12.1 |
1112 | 2024-02-14T20:23:33.117Z | Downloaded parking_lot_core v0.9.8 |
1113 | 2024-02-14T20:23:33.117Z | Downloaded tokio-postgres v0.7.10 |
1114 | 2024-02-14T20:23:33.122Z | Downloaded glob v0.3.1 |
1115 | 2024-02-14T20:23:33.125Z | Downloaded strsim v0.8.0 |
1116 | 2024-02-14T20:23:33.125Z | Downloaded bitvec v1.0.1 |
1117 | 2024-02-14T20:23:33.140Z | Downloaded oso-derive v0.27.0 |
1118 | 2024-02-14T20:23:33.143Z | Downloaded take_mut v0.2.2 |
1119 | 2024-02-14T20:23:33.143Z | Downloaded schemars_derive v0.8.16 |
1120 | 2024-02-14T20:23:33.146Z | Downloaded pin-utils v0.1.0 |
1121 | 2024-02-14T20:23:33.146Z | Downloaded group v0.13.0 |
1122 | 2024-02-14T20:23:33.146Z | Downloaded structmeta v0.2.0 |
1123 | 2024-02-14T20:23:33.149Z | Downloaded float-cmp v0.9.0 |
1124 | 2024-02-14T20:23:33.149Z | Downloaded dirs-sys-next v0.1.2 |
1125 | 2024-02-14T20:23:33.152Z | Downloaded tower v0.4.13 |
1126 | 2024-02-14T20:23:33.160Z | Downloaded hash32 v0.2.1 |
1127 | 2024-02-14T20:23:33.163Z | Downloaded thread_local v1.1.7 |
1128 | 2024-02-14T20:23:33.166Z | Downloaded vec_map v0.8.2 |
1129 | 2024-02-14T20:23:33.166Z | Downloaded fastrand v2.0.1 |
1130 | 2024-02-14T20:23:33.169Z | Downloaded fxhash v0.2.1 |
1131 | 2024-02-14T20:23:33.170Z | Downloaded unicode-width v0.1.11 |
1132 | 2024-02-14T20:23:33.170Z | Downloaded spki v0.7.2 |
1133 | 2024-02-14T20:23:33.173Z | Downloaded der v0.7.8 |
1134 | 2024-02-14T20:23:33.179Z | Downloaded data-encoding v2.4.0 |
1135 | 2024-02-14T20:23:33.182Z | Downloaded unicode-xid v0.2.4 |
1136 | 2024-02-14T20:23:33.182Z | Downloaded pest_generator v2.7.6 |
1137 | 2024-02-14T20:23:33.182Z | Downloaded parse-display v0.9.0 |
1138 | 2024-02-14T20:23:33.183Z | Downloaded target-lexicon v0.12.13 |
1139 | 2024-02-14T20:23:33.186Z | Downloaded zerocopy v0.3.0 |
1140 | 2024-02-14T20:23:33.186Z | Downloaded futures v0.3.30 |
1141 | 2024-02-14T20:23:33.191Z | Downloaded termios v0.3.3 |
1142 | 2024-02-14T20:23:33.194Z | Downloaded r2d2 v0.8.10 |
1143 | 2024-02-14T20:23:33.197Z | Downloaded sec1 v0.7.3 |
1144 | 2024-02-14T20:23:33.197Z | Downloaded sct v0.7.0 |
1145 | 2024-02-14T20:23:33.201Z | Downloaded synstructure v0.12.6 |
1146 | 2024-02-14T20:23:33.204Z | Downloaded zone v0.3.0 |
1147 | 2024-02-14T20:23:33.204Z | Downloaded tracing-attributes v0.1.26 |
1148 | 2024-02-14T20:23:33.207Z | Downloaded thread-id v4.2.0 |
1149 | 2024-02-14T20:23:33.207Z | Downloaded futures-channel v0.3.30 |
1150 | 2024-02-14T20:23:33.210Z | Downloaded spin v0.9.8 |
1151 | 2024-02-14T20:23:33.212Z | Downloaded slog-json v2.6.1 |
1152 | 2024-02-14T20:23:33.215Z | Downloaded trust-dns-resolver v0.22.0 |
1153 | 2024-02-14T20:23:33.218Z | Downloaded parse-display-derive v0.9.0 |
1154 | 2024-02-14T20:23:33.221Z | Downloaded unicode_categories v0.1.1 |
1155 | 2024-02-14T20:23:33.224Z | Downloaded fatfs v0.3.6 |
1156 | 2024-02-14T20:23:33.227Z | Downloaded smf v0.2.2 |
1157 | 2024-02-14T20:23:33.227Z | Downloaded rstest v0.18.2 |
1158 | 2024-02-14T20:23:33.232Z | Downloaded wyz v0.5.1 |
1159 | 2024-02-14T20:23:33.237Z | Downloaded rayon-core v1.12.0 |
1160 | 2024-02-14T20:23:33.240Z | Downloaded tracing-core v0.1.31 |
1161 | 2024-02-14T20:23:33.243Z | Downloaded pest v2.7.6 |
1162 | 2024-02-14T20:23:33.247Z | Downloaded flagset v0.4.3 |
1163 | 2024-02-14T20:23:33.250Z | Downloaded tracing v0.1.37 |
1164 | 2024-02-14T20:23:33.254Z | Downloaded sha1 v0.10.6 |
1165 | 2024-02-14T20:23:33.257Z | Downloaded toml v0.7.8 |
1166 | 2024-02-14T20:23:33.260Z | Downloaded predicates v3.1.0 |
1167 | 2024-02-14T20:23:33.263Z | Downloaded openssl-sys v0.9.96 |
1168 | 2024-02-14T20:23:33.268Z | Downloaded expectorate v1.1.0 |
1169 | 2024-02-14T20:23:33.272Z | Downloaded aho-corasick v1.0.4 |
1170 | 2024-02-14T20:23:33.277Z | Downloaded oso v0.27.0 |
1171 | 2024-02-14T20:23:33.281Z | Downloaded rand v0.8.5 |
1172 | 2024-02-14T20:23:33.285Z | Downloaded slog v2.7.0 |
1173 | 2024-02-14T20:23:33.288Z | Downloaded reedline v0.28.0 |
1174 | 2024-02-14T20:23:33.299Z | Downloaded elliptic-curve v0.13.8 |
1175 | 2024-02-14T20:23:33.302Z | Downloaded unicode-bidi v0.3.13 |
1176 | 2024-02-14T20:23:33.305Z | Downloaded pkcs1 v0.7.5 |
1177 | 2024-02-14T20:23:33.305Z | Downloaded heapless v0.8.0 |
1178 | 2024-02-14T20:23:33.309Z | Downloaded idna v0.2.3 |
1179 | 2024-02-14T20:23:33.315Z | Downloaded toml_edit v0.21.1 |
1180 | 2024-02-14T20:23:33.339Z | Downloaded regex-automata v0.1.10 |
1181 | 2024-02-14T20:23:33.344Z | Downloaded guppy v0.17.5 |
1182 | 2024-02-14T20:23:33.350Z | Downloaded chrono v0.4.31 |
1183 | 2024-02-14T20:23:33.357Z | Downloaded sqlparser v0.43.1 |
1184 | 2024-02-14T20:23:33.367Z | Downloaded rustls-webpki v0.102.1 |
1185 | 2024-02-14T20:23:33.387Z | Downloaded zerocopy v0.7.32 |
1186 | 2024-02-14T20:23:33.405Z | Downloaded typed-path v0.7.0 |
1187 | 2024-02-14T20:23:33.411Z | Downloaded plotters v0.3.5 |
1188 | 2024-02-14T20:23:33.423Z | Downloaded vcpkg v0.2.15 |
1189 | 2024-02-14T20:23:33.467Z | Downloaded rustls-webpki v0.101.7 |
1190 | 2024-02-14T20:23:33.482Z | Downloaded regex v1.10.3 |
1191 | 2024-02-14T20:23:33.497Z | Downloaded unicode-normalization v0.1.22 |
1192 | 2024-02-14T20:23:33.501Z | Downloaded bstr v0.2.17 |
1193 | 2024-02-14T20:23:33.511Z | Downloaded openssl v0.10.60 |
1194 | 2024-02-14T20:23:33.522Z | Downloaded radix_trie v0.2.1 |
1195 | 2024-02-14T20:23:33.528Z | Downloaded tabled v0.15.0 |
1196 | 2024-02-14T20:23:33.547Z | Downloaded h2 v0.3.24 |
1197 | 2024-02-14T20:23:33.551Z | Downloaded object v0.32.1 |
1198 | 2024-02-14T20:23:33.563Z | Downloaded smoltcp v0.9.1 |
1199 | 2024-02-14T20:23:33.574Z | Downloaded webpki-roots v0.25.2 |
1200 | 2024-02-14T20:23:33.578Z | Downloaded gimli v0.28.0 |
1201 | 2024-02-14T20:23:33.586Z | Downloaded regex-syntax v0.6.29 |
1202 | 2024-02-14T20:23:33.594Z | Downloaded proptest v1.4.0 |
1203 | 2024-02-14T20:23:33.603Z | Downloaded zerocopy-derive v0.2.0 |
1204 | 2024-02-14T20:23:33.613Z | Downloaded zerocopy-derive v0.6.4 |
1205 | 2024-02-14T20:23:33.625Z | Downloaded syn v1.0.109 |
1206 | 2024-02-14T20:23:33.637Z | Downloaded regress v0.7.1 |
1207 | 2024-02-14T20:23:33.649Z | Downloaded trust-dns-proto v0.22.0 |
1208 | 2024-02-14T20:23:33.660Z | Downloaded regex-automata v0.4.4 |
1209 | 2024-02-14T20:23:33.683Z | Downloaded rustls v0.21.9 |
1210 | 2024-02-14T20:23:33.693Z | Downloaded diesel v2.1.4 |
1211 | 2024-02-14T20:23:33.714Z | Downloaded smoltcp v0.11.0 |
1212 | 2024-02-14T20:23:33.729Z | Downloaded openapiv3 v2.0.0 |
1213 | 2024-02-14T20:23:34.156Z | Downloaded ratatui v0.26.1 |
1214 | 2024-02-14T20:23:34.160Z | Downloaded sled v0.34.7 |
1215 | 2024-02-14T20:23:34.160Z | Downloaded rustls v0.22.2 |
1216 | 2024-02-14T20:23:34.160Z | Downloaded csv v1.3.0 |
1217 | 2024-02-14T20:23:34.160Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1218 | 2024-02-14T20:23:34.160Z | Downloaded regex-automata v0.3.8 |
1219 | 2024-02-14T20:23:34.160Z | Downloaded tokio v1.36.0 |
1220 | 2024-02-14T20:23:34.160Z | Downloaded sha3 v0.10.8 |
1221 | 2024-02-14T20:23:34.160Z | Downloaded bstr v1.6.0 |
1222 | 2024-02-14T20:23:34.160Z | Downloaded regex-syntax v0.8.2 |
1223 | 2024-02-14T20:23:34.160Z | Downloaded polar-core v0.27.0 |
1224 | 2024-02-14T20:23:34.160Z | Downloaded object v0.30.4 |
1225 | 2024-02-14T20:23:34.160Z | Downloaded ring v0.17.7 |
1226 | 2024-02-14T20:23:34.160Z | Downloaded idna v0.5.0 |
1227 | 2024-02-14T20:23:34.160Z | Downloaded nix v0.27.1 |
1228 | 2024-02-14T20:23:34.160Z | Downloaded encoding_rs v0.8.33 |
1229 | 2024-02-14T20:23:34.160Z | Downloaded curve25519-dalek v4.1.1 |
1230 | 2024-02-14T20:23:34.160Z | Downloaded tough v0.16.0 |
1231 | 2024-02-14T20:23:34.160Z | Downloaded futures-util v0.3.30 |
1232 | 2024-02-14T20:23:34.160Z | Downloaded petgraph v0.6.4 |
1233 | 2024-02-14T20:23:34.161Z | Downloaded rayon v1.8.0 |
1234 | 2024-02-14T20:23:34.161Z | Downloaded quick-xml v0.30.0 |
1235 | 2024-02-14T20:23:34.161Z | Downloaded lalrpop v0.19.12 |
1236 | 2024-02-14T20:23:34.161Z | Downloaded goblin v0.8.0 |
1237 | 2024-02-14T20:23:34.161Z | Downloaded parking_lot v0.11.2 |
1238 | 2024-02-14T20:23:34.161Z | Downloaded hashbrown v0.12.3 |
1239 | 2024-02-14T20:23:34.161Z | Downloaded hashbrown v0.13.2 |
1240 | 2024-02-14T20:23:34.161Z | Downloaded bindgen v0.69.2 |
1241 | 2024-02-14T20:23:34.161Z | Downloaded rustix v0.38.31 |
1242 | 2024-02-14T20:23:34.161Z | Downloaded clap v2.34.0 |
1243 | 2024-02-14T20:23:34.165Z | Downloaded rsa v0.9.2 |
1244 | 2024-02-14T20:23:34.170Z | Downloaded tokio-util v0.7.10 |
1245 | 2024-02-14T20:23:34.177Z | Downloaded diff v0.1.13 |
1246 | 2024-02-14T20:23:34.180Z | Downloaded toml_edit v0.19.15 |
1247 | 2024-02-14T20:23:34.196Z | Downloaded serde_with v3.6.0 |
1248 | 2024-02-14T20:23:34.203Z | Downloaded omicron-zone-package v0.11.0 |
1249 | 2024-02-14T20:23:34.206Z | Downloaded serde_yaml v0.9.25 |
1250 | 2024-02-14T20:23:34.213Z | Downloaded reqwest v0.11.22 |
1251 | 2024-02-14T20:23:34.217Z | Downloaded relative-path v1.9.0 |
1252 | 2024-02-14T20:23:34.220Z | Downloaded globset v0.4.13 |
1253 | 2024-02-14T20:23:34.220Z | Downloaded vsss-rs v3.3.4 |
1254 | 2024-02-14T20:23:34.223Z | Downloaded darling_core v0.14.4 |
1255 | 2024-02-14T20:23:34.227Z | Downloaded platforms v3.0.2 |
1256 | 2024-02-14T20:23:34.230Z | Downloaded serde_derive_internals v0.26.0 |
1257 | 2024-02-14T20:23:34.234Z | Downloaded structopt v0.3.26 |
1258 | 2024-02-14T20:23:34.238Z | Downloaded flume v0.11.0 |
1259 | 2024-02-14T20:23:34.241Z | Downloaded trust-dns-client v0.22.0 |
1260 | 2024-02-14T20:23:34.247Z | Downloaded hyper v0.14.27 |
1261 | 2024-02-14T20:23:34.256Z | Downloaded env_logger v0.10.0 |
1262 | 2024-02-14T20:23:34.261Z | Downloaded typenum v1.16.0 |
1263 | 2024-02-14T20:23:34.261Z | Downloaded unicode-segmentation v1.10.1 |
1264 | 2024-02-14T20:23:34.264Z | Downloaded toml v0.5.11 |
1265 | 2024-02-14T20:23:34.267Z | Downloaded usdt-impl v0.3.5 |
1266 | 2024-02-14T20:23:34.267Z | Downloaded tinyvec v1.6.0 |
1267 | 2024-02-14T20:23:34.274Z | Downloaded portable-atomic v1.4.3 |
1268 | 2024-02-14T20:23:34.277Z | Downloaded crossterm v0.27.0 |
1269 | 2024-02-14T20:23:34.282Z | Downloaded hkdf v0.12.4 |
1270 | 2024-02-14T20:23:34.286Z | Downloaded unicode-linebreak v0.1.5 |
1271 | 2024-02-14T20:23:34.286Z | Downloaded sha2 v0.10.8 |
1272 | 2024-02-14T20:23:34.289Z | Downloaded tabled_derive v0.7.0 |
1273 | 2024-02-14T20:23:34.289Z | Downloaded smallvec v1.13.1 |
1274 | 2024-02-14T20:23:34.292Z | Downloaded tar v0.4.40 |
1275 | 2024-02-14T20:23:34.296Z | Downloaded plotters-backend v0.3.5 |
1276 | 2024-02-14T20:23:34.296Z | Downloaded futures-task v0.3.30 |
1277 | 2024-02-14T20:23:34.296Z | Downloaded embedded-io v0.4.0 |
1278 | 2024-02-14T20:23:34.299Z | Downloaded derive-where v1.2.7 |
1279 | 2024-02-14T20:23:34.304Z | Downloaded ring v0.16.20 |
1280 | 2024-02-14T20:23:34.382Z | Downloaded owo-colors v4.0.0 |
1281 | 2024-02-14T20:23:34.385Z | Downloaded rustc_version v0.1.7 |
1282 | 2024-02-14T20:23:34.388Z | Downloaded derive_builder v0.12.0 |
1283 | 2024-02-14T20:23:34.391Z | Downloaded pretty_assertions v1.4.0 |
1284 | 2024-02-14T20:23:34.394Z | Downloaded plain v0.2.3 |
1285 | 2024-02-14T20:23:34.394Z | Downloaded num_enum_derive v0.5.11 |
1286 | 2024-02-14T20:23:34.394Z | Downloaded predicates-core v1.0.6 |
1287 | 2024-02-14T20:23:34.397Z | Downloaded time v0.3.27 |
1288 | 2024-02-14T20:23:34.400Z | Downloaded num-bigint-dig v0.8.4 |
1289 | 2024-02-14T20:23:34.405Z | Downloaded paste v1.0.14 |
1290 | 2024-02-14T20:23:34.410Z | Downloaded enum-as-inner v0.5.1 |
1291 | 2024-02-14T20:23:34.414Z | Downloaded slog-stdlog v4.1.1 |
1292 | 2024-02-14T20:23:34.414Z | Downloaded tokio-native-tls v0.3.1 |
1293 | 2024-02-14T20:23:34.414Z | Downloaded hex-literal v0.4.1 |
1294 | 2024-02-14T20:23:34.414Z | Downloaded semver v0.11.0 |
1295 | 2024-02-14T20:23:34.417Z | Downloaded structmeta v0.3.0 |
1296 | 2024-02-14T20:23:34.417Z | Downloaded subprocess v0.2.9 |
1297 | 2024-02-14T20:23:34.417Z | Downloaded derive_more v0.99.17 |
1298 | 2024-02-14T20:23:34.421Z | Downloaded schemars v0.8.16 |
1299 | 2024-02-14T20:23:34.432Z | Downloaded url v2.5.0 |
1300 | 2024-02-14T20:23:34.435Z | Downloaded libxml v0.3.3 |
1301 | 2024-02-14T20:23:34.440Z | Downloaded libm v0.2.7 |
1302 | 2024-02-14T20:23:34.449Z | Downloaded headers v0.3.9 |
1303 | 2024-02-14T20:23:34.454Z | Downloaded darling v0.20.3 |
1304 | 2024-02-14T20:23:34.457Z | Downloaded rustc-demangle v0.1.23 |
1305 | 2024-02-14T20:23:34.459Z | Downloaded vte v0.11.1 |
1306 | 2024-02-14T20:23:34.462Z | Downloaded socket2 v0.5.5 |
1307 | 2024-02-14T20:23:34.462Z | Downloaded trust-dns-server v0.22.1 |
1308 | 2024-02-14T20:23:34.467Z | Downloaded topological-sort v0.2.2 |
1309 | 2024-02-14T20:23:34.470Z | Downloaded futures-macro v0.3.30 |
1310 | 2024-02-14T20:23:34.470Z | Downloaded rustversion v1.0.14 |
1311 | 2024-02-14T20:23:34.475Z | Downloaded zerocopy v0.6.4 |
1312 | 2024-02-14T20:23:34.475Z | Downloaded uuid v1.7.0 |
1313 | 2024-02-14T20:23:34.478Z | Downloaded minimal-lexical v0.2.1 |
1314 | 2024-02-14T20:23:34.485Z | Downloaded rand v0.4.6 |
1315 | 2024-02-14T20:23:34.488Z | Downloaded spin v0.5.2 |
1316 | 2024-02-14T20:23:34.488Z | Downloaded ena v0.14.2 |
1317 | 2024-02-14T20:23:34.488Z | Downloaded yasna v0.5.2 |
1318 | 2024-02-14T20:23:34.488Z | Downloaded ucd-trie v0.1.6 |
1319 | 2024-02-14T20:23:34.491Z | Downloaded papergrid v0.11.0 |
1320 | 2024-02-14T20:23:34.494Z | Downloaded prettyplease v0.2.16 |
1321 | 2024-02-14T20:23:34.497Z | Downloaded time-macros v0.2.13 |
1322 | 2024-02-14T20:23:34.500Z | Downloaded snafu v0.7.5 |
1323 | 2024-02-14T20:23:34.504Z | Downloaded x509-cert v0.2.4 |
1324 | 2024-02-14T20:23:34.508Z | Downloaded derive_builder_core v0.12.0 |
1325 | 2024-02-14T20:23:34.511Z | Downloaded tokio-rustls v0.24.1 |
1326 | 2024-02-14T20:23:34.514Z | Downloaded poly1305 v0.8.0 |
1327 | 2024-02-14T20:23:34.517Z | Downloaded futures-timer v3.0.2 |
1328 | 2024-02-14T20:23:34.517Z | Downloaded trybuild v1.0.89 |
1329 | 2024-02-14T20:23:34.520Z | Downloaded zip v0.6.6 |
1330 | 2024-02-14T20:23:34.524Z | Downloaded mio v0.8.9 |
1331 | 2024-02-14T20:23:34.532Z | Downloaded usdt-impl v0.5.0 |
1332 | 2024-02-14T20:23:34.534Z | Downloaded blake3 v1.5.0 |
1333 | 2024-02-14T20:23:34.537Z | Downloaded parking_lot v0.12.1 |
1334 | 2024-02-14T20:23:34.540Z | Downloaded num-bigint v0.4.4 |
1335 | 2024-02-14T20:23:34.544Z | Downloaded textwrap v0.16.0 |
1336 | 2024-02-14T20:23:34.547Z | Downloaded unarray v0.1.4 |
1337 | 2024-02-14T20:23:34.550Z | Downloaded postgres-protocol v0.6.6 |
1338 | 2024-02-14T20:23:34.550Z | Downloaded strum_macros v0.25.2 |
1339 | 2024-02-14T20:23:34.552Z | Downloaded getrandom v0.2.10 |
1340 | 2024-02-14T20:23:34.555Z | Downloaded tokio-macros v2.2.0 |
1341 | 2024-02-14T20:23:34.555Z | Downloaded ppv-lite86 v0.2.17 |
1342 | 2024-02-14T20:23:34.556Z | Downloaded usdt v0.3.5 |
1343 | 2024-02-14T20:23:34.556Z | Downloaded universal-hash v0.5.1 |
1344 | 2024-02-14T20:23:34.559Z | Downloaded once_cell v1.19.0 |
1345 | 2024-02-14T20:23:34.559Z | Downloaded difflib v0.4.0 |
1346 | 2024-02-14T20:23:34.562Z | Downloaded version_check v0.9.4 |
1347 | 2024-02-14T20:23:34.562Z | Downloaded slog-dtrace v0.3.0 |
1348 | 2024-02-14T20:23:34.562Z | Downloaded password-hash v0.5.0 |
1349 | 2024-02-14T20:23:34.565Z | Downloaded partial-io v0.5.4 |
1350 | 2024-02-14T20:23:34.567Z | Downloaded gethostname v0.4.3 |
1351 | 2024-02-14T20:23:34.567Z | Downloaded usdt v0.5.0 |
1352 | 2024-02-14T20:23:34.568Z | Downloaded salty v0.2.0 |
1353 | 2024-02-14T20:23:34.572Z | Downloaded debug-ignore v1.0.5 |
1354 | 2024-02-14T20:23:34.575Z | Downloaded tap v1.0.1 |
1355 | 2024-02-14T20:23:34.575Z | Downloaded arc-swap v1.6.0 |
1356 | 2024-02-14T20:23:34.578Z | Downloaded backtrace v0.3.69 |
1357 | 2024-02-14T20:23:34.585Z | Downloaded allocator-api2 v0.2.16 |
1358 | 2024-02-14T20:23:34.587Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1359 | 2024-02-14T20:23:34.587Z | Downloaded rand_core v0.6.4 |
1360 | 2024-02-14T20:23:34.587Z | Downloaded rand_xorshift v0.3.0 |
1361 | 2024-02-14T20:23:34.587Z | Downloaded endian-type v0.1.2 |
1362 | 2024-02-14T20:23:34.590Z | Downloaded openssl-macros v0.1.1 |
1363 | 2024-02-14T20:23:34.590Z | Downloaded num_threads v0.1.6 |
1364 | 2024-02-14T20:23:34.590Z | Downloaded pretty-hex v0.2.1 |
1365 | 2024-02-14T20:23:34.590Z | Downloaded predicates-tree v1.0.9 |
1366 | 2024-02-14T20:23:34.593Z | Downloaded nom v7.1.3 |
1367 | 2024-02-14T20:23:34.596Z | Downloaded miniz_oxide v0.7.1 |
1368 | 2024-02-14T20:23:34.599Z | Downloaded subtle v2.5.0 |
1369 | 2024-02-14T20:23:34.602Z | Downloaded xattr v1.0.1 |
1370 | 2024-02-14T20:23:34.602Z | Downloaded crossbeam-epoch v0.9.15 |
1371 | 2024-02-14T20:23:34.605Z | Downloaded serde_with_macros v3.6.0 |
1372 | 2024-02-14T20:23:34.605Z | Downloaded dof v0.1.5 |
1373 | 2024-02-14T20:23:34.608Z | Downloaded mockall_derive v0.12.0 |
1374 | 2024-02-14T20:23:34.608Z | Downloaded zeroize v1.7.0 |
1375 | 2024-02-14T20:23:34.611Z | Downloaded radium v0.7.0 |
1376 | 2024-02-14T20:23:34.611Z | Downloaded indexmap v1.9.3 |
1377 | 2024-02-14T20:23:34.613Z | Downloaded cfg-expr v0.15.6 |
1378 | 2024-02-14T20:23:34.616Z | Downloaded addr2line v0.21.0 |
1379 | 2024-02-14T20:23:34.619Z | Downloaded chacha20poly1305 v0.10.1 |
1380 | 2024-02-14T20:23:34.622Z | Downloaded futures-core v0.3.30 |
1381 | 2024-02-14T20:23:34.622Z | Downloaded ed25519 v1.5.3 |
1382 | 2024-02-14T20:23:34.622Z | Downloaded zerocopy-derive v0.7.32 |
1383 | 2024-02-14T20:23:34.625Z | Downloaded basic-toml v0.1.8 |
1384 | 2024-02-14T20:23:34.634Z | Downloaded ahash v0.8.7 |
1385 | 2024-02-14T20:23:34.637Z | Downloaded cancel-safe-futures v0.1.5 |
1386 | 2024-02-14T20:23:34.644Z | Downloaded log v0.4.20 |
1387 | 2024-02-14T20:23:34.647Z | Downloaded yansi v0.5.1 |
1388 | 2024-02-14T20:23:34.648Z | Downloaded filetime v0.2.23 |
1389 | 2024-02-14T20:23:34.648Z | Downloaded defmt-parser v0.3.3 |
1390 | 2024-02-14T20:23:34.648Z | Downloaded thiserror-impl-no-std v2.0.2 |
1391 | 2024-02-14T20:23:34.648Z | Downloaded cookie v0.18.0 |
1392 | 2024-02-14T20:23:34.651Z | Downloaded path-slash v0.1.5 |
1393 | 2024-02-14T20:23:34.651Z | Downloaded opaque-debug v0.3.0 |
1394 | 2024-02-14T20:23:34.651Z | Downloaded oorandom v11.1.3 |
1395 | 2024-02-14T20:23:34.651Z | Downloaded tower-layer v0.3.2 |
1396 | 2024-02-14T20:23:34.651Z | Downloaded pathdiff v0.2.1 |
1397 | 2024-02-14T20:23:34.654Z | Downloaded num-rational v0.4.1 |
1398 | 2024-02-14T20:23:34.654Z | Downloaded nu-ansi-term v0.49.0 |
1399 | 2024-02-14T20:23:34.666Z | Downloaded memmap2 v0.7.1 |
1400 | 2024-02-14T20:23:34.666Z | Downloaded http v0.2.11 |
1401 | 2024-02-14T20:23:34.669Z | Downloaded crypto-common v0.1.6 |
1402 | 2024-02-14T20:23:34.669Z | Downloaded hyper-util v0.1.2 |
1403 | 2024-02-14T20:23:34.669Z | Downloaded crc32fast v1.3.2 |
1404 | 2024-02-14T20:23:34.669Z | Downloaded cc v1.0.83 |
1405 | 2024-02-14T20:23:34.669Z | Downloaded native-tls v0.2.11 |
1406 | 2024-02-14T20:23:34.673Z | Downloaded crc-any v2.4.3 |
1407 | 2024-02-14T20:23:34.673Z | Downloaded base64ct v1.6.0 |
1408 | 2024-02-14T20:23:34.676Z | Downloaded arrayvec v0.7.4 |
1409 | 2024-02-14T20:23:34.676Z | Downloaded strip-ansi-escapes v0.2.0 |
1410 | 2024-02-14T20:23:34.679Z | Downloaded scroll v0.12.0 |
1411 | 2024-02-14T20:23:34.679Z | Downloaded clang-sys v1.6.1 |
1412 | 2024-02-14T20:23:34.682Z | Downloaded bzip2 v0.4.4 |
1413 | 2024-02-14T20:23:34.682Z | Downloaded argon2 v0.5.3 |
1414 | 2024-02-14T20:23:34.685Z | Downloaded walkdir v2.4.0 |
1415 | 2024-02-14T20:23:34.685Z | Downloaded console v0.15.8 |
1416 | 2024-02-14T20:23:34.688Z | Downloaded bitflags v2.4.0 |
1417 | 2024-02-14T20:23:34.691Z | Downloaded async-trait v0.1.77 |
1418 | 2024-02-14T20:23:34.694Z | Downloaded ansi_term v0.12.1 |
1419 | 2024-02-14T20:23:34.699Z | Downloaded tempdir v0.3.7 |
1420 | 2024-02-14T20:23:34.699Z | Downloaded stable_deref_trait v1.2.0 |
1421 | 2024-02-14T20:23:34.699Z | Downloaded smawk v0.3.1 |
1422 | 2024-02-14T20:23:34.702Z | Downloaded slog-bunyan v2.5.0 |
1423 | 2024-02-14T20:23:34.702Z | Downloaded slog-async v2.8.0 |
1424 | 2024-02-14T20:23:34.702Z | Downloaded signature v1.6.4 |
1425 | 2024-02-14T20:23:34.702Z | Downloaded signature v2.1.0 |
1426 | 2024-02-14T20:23:34.702Z | Downloaded serde_plain v1.0.2 |
1427 | 2024-02-14T20:23:34.705Z | Downloaded ipnet v2.9.0 |
1428 | 2024-02-14T20:23:34.705Z | Downloaded lru-cache v0.1.2 |
1429 | 2024-02-14T20:23:34.705Z | Downloaded strum v0.25.0 |
1430 | 2024-02-14T20:23:34.708Z | Downloaded usdt-attr-macro v0.5.0 |
1431 | 2024-02-14T20:23:34.708Z | Downloaded num v0.4.1 |
1432 | 2024-02-14T20:23:34.708Z | Downloaded nibble_vec v0.1.0 |
1433 | 2024-02-14T20:23:34.708Z | Downloaded managed v0.8.0 |
1434 | 2024-02-14T20:23:34.711Z | Downloaded maplit v1.0.2 |
1435 | 2024-02-14T20:23:34.711Z | Downloaded serde_path_to_error v0.1.15 |
1436 | 2024-02-14T20:23:34.714Z | Downloaded memoffset v0.9.0 |
1437 | 2024-02-14T20:23:34.714Z | Downloaded linear-map v1.2.0 |
1438 | 2024-02-14T20:23:34.714Z | Downloaded lalrpop-util v0.19.12 |
1439 | 2024-02-14T20:23:34.717Z | Downloaded ciborium v0.2.2 |
1440 | 2024-02-14T20:23:34.717Z | Downloaded maybe-uninit v2.0.0 |
1441 | 2024-02-14T20:23:34.721Z | Downloaded nodrop v0.1.14 |
1442 | 2024-02-14T20:23:34.721Z | Downloaded md-5 v0.10.5 |
1443 | 2024-02-14T20:23:34.721Z | Downloaded lru v0.12.1 |
1444 | 2024-02-14T20:23:34.724Z | Downloaded highway v1.1.0 |
1445 | 2024-02-14T20:23:34.724Z | Downloaded scopeguard v1.2.0 |
1446 | 2024-02-14T20:23:34.724Z | Downloaded aead v0.5.2 |
1447 | 2024-02-14T20:23:34.724Z | Downloaded inout v0.1.3 |
1448 | 2024-02-14T20:23:34.729Z | Downloaded castaway v0.2.2 |
1449 | 2024-02-14T20:23:34.729Z | Downloaded serde_repr v0.1.16 |
1450 | 2024-02-14T20:23:34.732Z | Downloaded serde-big-array v0.5.1 |
1451 | 2024-02-14T20:23:34.732Z | Downloaded convert_case v0.4.0 |
1452 | 2024-02-14T20:23:34.732Z | Downloaded autocfg v1.1.0 |
1453 | 2024-02-14T20:23:34.732Z | Downloaded signal-hook-tokio v0.3.1 |
1454 | 2024-02-14T20:23:34.732Z | Downloaded semver v0.1.20 |
1455 | 2024-02-14T20:23:34.735Z | Downloaded block-padding v0.3.3 |
1456 | 2024-02-14T20:23:34.735Z | Downloaded kstat-rs v0.2.3 |
1457 | 2024-02-14T20:23:34.735Z | Downloaded constant_time_eq v0.2.6 |
1458 | 2024-02-14T20:23:34.738Z | Downloaded camino-tempfile v1.1.1 |
1459 | 2024-02-14T20:23:34.738Z | Downloaded lazy_static v1.4.0 |
1460 | 2024-02-14T20:23:34.738Z | Downloaded chacha20 v0.9.1 |
1461 | 2024-02-14T20:23:34.743Z | Downloaded async-recursion v1.0.5 |
1462 | 2024-02-14T20:23:34.746Z | Downloaded assert_matches v1.5.0 |
1463 | 2024-02-14T20:23:34.747Z | Downloaded approx v0.5.1 |
1464 | 2024-02-14T20:23:34.747Z | Downloaded normalize-line-endings v0.3.0 |
1465 | 2024-02-14T20:23:34.747Z | Downloaded is-terminal v0.4.9 |
1466 | 2024-02-14T20:23:34.747Z | Downloaded anes v0.1.6 |
1467 | 2024-02-14T20:23:34.751Z | Downloaded keccak v0.1.4 |
1468 | 2024-02-14T20:23:34.751Z | Downloaded ipnetwork v0.20.0 |
1469 | 2024-02-14T20:23:34.751Z | Downloaded num-iter v0.1.43 |
1470 | 2024-02-14T20:23:34.755Z | Downloaded newtype_derive v0.1.6 |
1471 | 2024-02-14T20:23:34.755Z | Downloaded nested v0.1.1 |
1472 | 2024-02-14T20:23:34.755Z | Downloaded constant_time_eq v0.3.0 |
1473 | 2024-02-14T20:23:34.755Z | Downloaded httpdate v1.0.3 |
1474 | 2024-02-14T20:23:34.755Z | Downloaded bitfield v0.14.0 |
1475 | 2024-02-14T20:23:34.758Z | Downloaded bytes v1.5.0 |
1476 | 2024-02-14T20:23:34.761Z | Downloaded iana-time-zone v0.1.57 |
1477 | 2024-02-14T20:23:34.761Z | Downloaded hyper-rustls v0.26.0 |
1478 | 2024-02-14T20:23:34.763Z | Downloaded curve25519-dalek-derive v0.1.0 |
1479 | 2024-02-14T20:23:34.763Z | Downloaded newline-converter v0.3.0 |
1480 | 2024-02-14T20:23:34.766Z | Downloaded cipher v0.4.4 |
1481 | 2024-02-14T20:23:34.767Z | Downloaded rustyline v13.0.0 |
1482 | 2024-02-14T20:23:34.770Z | Downloaded http-body v0.4.5 |
1483 | 2024-02-14T20:23:34.773Z | Downloaded bit-set v0.5.3 |
1484 | 2024-02-14T20:23:34.773Z | Downloaded blake2b_simd v1.0.1 |
1485 | 2024-02-14T20:23:34.776Z | Downloaded hostname v0.3.1 |
1486 | 2024-02-14T20:23:34.776Z | Downloaded ciborium-ll v0.2.2 |
1487 | 2024-02-14T20:23:34.776Z | Downloaded instant v0.1.12 |
1488 | 2024-02-14T20:23:34.779Z | Downloaded rustfmt-wrapper v0.2.0 |
1489 | 2024-02-14T20:23:34.779Z | Downloaded hmac v0.12.1 |
1490 | 2024-02-14T20:23:34.782Z | Downloaded cfg-if v1.0.0 |
1491 | 2024-02-14T20:23:34.782Z | Downloaded cassowary v0.3.0 |
1492 | 2024-02-14T20:23:34.782Z | Downloaded remove_dir_all v0.5.3 |
1493 | 2024-02-14T20:23:34.788Z | Downloaded num-integer v0.1.45 |
1494 | 2024-02-14T20:23:34.788Z | Downloaded ciborium-io v0.2.2 |
1495 | 2024-02-14T20:23:34.788Z | Downloaded httparse v1.8.0 |
1496 | 2024-02-14T20:23:34.791Z | Downloaded corncobs v0.1.3 |
1497 | 2024-02-14T20:23:34.791Z | Downloaded cobs v0.2.3 |
1498 | 2024-02-14T20:23:35.303Z | Compiling serde v1.0.196 |
1499 | 2024-02-14T20:23:35.303Z | Compiling autocfg v1.1.0 |
1500 | 2024-02-14T20:23:35.303Z | Compiling version_check v0.9.4 |
1501 | 2024-02-14T20:23:35.307Z | Checking cfg-if v1.0.0 |
1502 | 2024-02-14T20:23:35.307Z | Compiling syn v1.0.109 |
1503 | 2024-02-14T20:23:35.370Z | Checking libc v0.2.153 |
1504 | 2024-02-14T20:23:35.382Z | Compiling syn v2.0.48 |
1505 | 2024-02-14T20:23:35.431Z | Compiling parking_lot_core v0.9.8 |
1506 | 2024-02-14T20:23:35.446Z | Compiling cc v1.0.83 |
1507 | 2024-02-14T20:23:35.914Z | Compiling once_cell v1.19.0 |
1508 | 2024-02-14T20:23:35.997Z | Compiling memchr v2.6.3 |
1509 | 2024-02-14T20:23:36.096Z | Compiling ahash v0.8.7 |
1510 | 2024-02-14T20:23:36.158Z | Compiling lock_api v0.4.10 |
1511 | 2024-02-14T20:23:36.306Z | Compiling libm v0.2.7 |
1512 | 2024-02-14T20:23:36.518Z | Compiling num-traits v0.2.16 |
1513 | 2024-02-14T20:23:36.586Z | Checking getrandom v0.2.10 |
1514 | 2024-02-14T20:23:36.679Z | Compiling byteorder v1.5.0 |
1515 | 2024-02-14T20:23:36.815Z | Compiling serde_json v1.0.113 |
1516 | 2024-02-14T20:23:37.125Z | Compiling log v0.4.20 |
1517 | 2024-02-14T20:23:37.209Z | Compiling slab v0.4.9 |
1518 | 2024-02-14T20:23:37.689Z | Compiling typenum v1.16.0 |
1519 | 2024-02-14T20:23:37.911Z | Compiling generic-array v0.14.7 |
1520 | 2024-02-14T20:23:37.929Z | Checking scopeguard v1.2.0 |
1521 | 2024-02-14T20:23:38.144Z | Checking itoa v1.0.9 |
1522 | 2024-02-14T20:23:38.166Z | Compiling pkg-config v0.3.27 |
1523 | 2024-02-14T20:23:38.369Z | Checking smallvec v1.13.1 |
1524 | 2024-02-14T20:23:38.632Z | Compiling allocator-api2 v0.2.16 |
1525 | 2024-02-14T20:23:38.764Z | Compiling rustix v0.38.31 |
1526 | 2024-02-14T20:23:38.781Z | Compiling ring v0.17.7 |
1527 | 2024-02-14T20:23:38.835Z | Compiling schemars v0.8.16 |
1528 | 2024-02-14T20:23:39.248Z | Compiling httparse v1.8.0 |
1529 | 2024-02-14T20:23:39.514Z | Compiling fnv v1.0.7 |
1530 | 2024-02-14T20:23:39.653Z | Compiling vcpkg v0.2.15 |
1531 | 2024-02-14T20:23:39.715Z | Compiling aho-corasick v1.0.4 |
1532 | 2024-02-14T20:23:39.759Z | Checking pin-project-lite v0.2.13 |
1533 | 2024-02-14T20:23:39.874Z | Compiling regex-syntax v0.8.2 |
1534 | 2024-02-14T20:23:40.024Z | Checking parking_lot v0.12.1 |
1535 | 2024-02-14T20:23:40.356Z | Compiling ucd-trie v0.1.6 |
1536 | 2024-02-14T20:23:41.947Z | Compiling openssl-sys v0.9.96 |
1537 | 2024-02-14T20:23:43.048Z | Compiling ring v0.16.20 |
1538 | 2024-02-14T20:23:43.096Z | Checking signal-hook-registry v1.4.1 |
1539 | 2024-02-14T20:23:43.336Z | Compiling serde_derive_internals v0.26.0 |
1540 | 2024-02-14T20:23:44.230Z | Compiling regex-automata v0.4.4 |
1541 | 2024-02-14T20:23:45.676Z | Checking mio v0.8.9 |
1542 | 2024-02-14T20:23:46.194Z | Checking rand_core v0.6.4 |
1543 | 2024-02-14T20:23:46.253Z | Compiling crossbeam-utils v0.8.16 |
1544 | 2024-02-14T20:23:46.455Z | Compiling openssl v0.10.60 |
1545 | 2024-02-14T20:23:46.552Z | Compiling iana-time-zone v0.1.57 |
1546 | 2024-02-14T20:23:46.646Z | Checking ryu v1.0.15 |
1547 | 2024-02-14T20:23:46.787Z | Checking num_cpus v1.16.0 |
1548 | 2024-02-14T20:23:46.857Z | Checking futures-core v0.3.30 |
1549 | 2024-02-14T20:23:46.889Z | Compiling rustls v0.21.9 |
1550 | 2024-02-14T20:23:46.910Z | Compiling native-tls v0.2.11 |
1551 | 2024-02-14T20:23:46.987Z | Checking socket2 v0.5.5 |
1552 | 2024-02-14T20:23:47.147Z | Compiling dyn-clone v1.0.16 |
1553 | 2024-02-14T20:23:47.177Z | Compiling spin v0.5.2 |
1554 | 2024-02-14T20:23:47.359Z | Compiling async-trait v0.1.77 |
1555 | 2024-02-14T20:23:47.411Z | Compiling slog v2.7.0 |
1556 | 2024-02-14T20:23:47.449Z | Compiling memoffset v0.9.0 |
1557 | 2024-02-14T20:23:47.937Z | Compiling crossbeam-epoch v0.9.15 |
1558 | 2024-02-14T20:23:48.014Z | Compiling backtrace v0.3.69 |
1559 | 2024-02-14T20:23:48.398Z | Compiling errno v0.3.8 |
1560 | 2024-02-14T20:23:48.457Z | Compiling regex v1.10.3 |
1561 | 2024-02-14T20:23:48.673Z | Compiling futures-sink v0.3.30 |
1562 | 2024-02-14T20:23:48.773Z | Compiling either v1.9.0 |
1563 | 2024-02-14T20:23:48.974Z | Compiling unicode-xid v0.2.4 |
1564 | 2024-02-14T20:23:49.111Z | Compiling tinyvec_macros v0.1.1 |
1565 | 2024-02-14T20:23:49.130Z | Compiling crc32fast v1.3.2 |
1566 | 2024-02-14T20:23:49.133Z | Compiling futures-channel v0.3.30 |
1567 | 2024-02-14T20:23:49.193Z | Compiling tinyvec v1.6.0 |
1568 | 2024-02-14T20:23:49.960Z | Compiling pin-utils v0.1.0 |
1569 | 2024-02-14T20:23:49.969Z | Compiling futures-io v0.3.30 |
1570 | 2024-02-14T20:23:49.969Z | Compiling unicode-width v0.1.11 |
1571 | 2024-02-14T20:23:49.969Z | Compiling futures-task v0.3.30 |
1572 | 2024-02-14T20:23:49.969Z | Compiling anyhow v1.0.75 |
1573 | 2024-02-14T20:23:49.969Z | Compiling rustversion v1.0.14 |
1574 | 2024-02-14T20:23:49.990Z | Compiling spin v0.9.8 |
1575 | 2024-02-14T20:23:50.078Z | Compiling tracing-core v0.1.31 |
1576 | 2024-02-14T20:23:50.151Z | Compiling serde_derive v1.0.196 |
1577 | 2024-02-14T20:23:50.371Z | Compiling zerocopy-derive v0.7.32 |
1578 | 2024-02-14T20:23:50.390Z | Compiling thiserror-impl v1.0.56 |
1579 | 2024-02-14T20:23:50.677Z | Compiling zeroize_derive v1.4.2 |
1580 | 2024-02-14T20:23:50.709Z | Compiling tokio-macros v2.2.0 |
1581 | 2024-02-14T20:23:51.209Z | Compiling futures-macro v0.3.30 |
1582 | 2024-02-14T20:23:51.639Z | Compiling tracing-attributes v0.1.26 |
1583 | 2024-02-14T20:23:52.422Z | Compiling schemars_derive v0.8.16 |
1584 | 2024-02-14T20:23:52.571Z | Compiling openssl-macros v0.1.1 |
1585 | 2024-02-14T20:23:52.926Z | Compiling zerocopy v0.7.32 |
1586 | 2024-02-14T20:23:53.415Z | Checking zeroize v1.7.0 |
1587 | 2024-02-14T20:23:53.929Z | Compiling thiserror v1.0.56 |
1588 | 2024-02-14T20:23:54.066Z | Compiling pest v2.7.6 |
1589 | 2024-02-14T20:23:54.945Z | Compiling futures-util v0.3.30 |
1590 | 2024-02-14T20:23:55.112Z | Compiling hashbrown v0.14.2 |
1591 | 2024-02-14T20:23:55.563Z | Compiling hashbrown v0.13.2 |
1592 | 2024-02-14T20:23:55.949Z | Compiling unicode-normalization v0.1.22 |
1593 | 2024-02-14T20:23:56.388Z | Compiling pest_meta v2.7.6 |
1594 | 2024-02-14T20:23:56.558Z | Compiling unicode-bidi v0.3.13 |
1595 | 2024-02-14T20:23:56.756Z | Compiling tracing v0.1.37 |
1596 | 2024-02-14T20:23:56.896Z | Compiling der_derive v0.7.2 |
1597 | 2024-02-14T20:23:57.710Z | Compiling pest_generator v2.7.6 |
1598 | 2024-02-14T20:23:58.201Z | Compiling num-integer v0.1.45 |
1599 | 2024-02-14T20:23:58.538Z | Checking subtle v2.5.0 |
1600 | 2024-02-14T20:23:58.890Z | Compiling lazy_static v1.4.0 |
1601 | 2024-02-14T20:23:59.812Z | Compiling foreign-types-shared v0.1.1 |
1602 | 2024-02-14T20:23:59.912Z | Compiling untrusted v0.7.1 |
1603 | 2024-02-14T20:24:00.121Z | Compiling percent-encoding v2.3.1 |
1604 | 2024-02-14T20:24:00.448Z | Compiling time-core v0.1.1 |
1605 | 2024-02-14T20:24:00.492Z | Compiling untrusted v0.9.0 |
1606 | 2024-02-14T20:24:00.628Z | Compiling time-macros v0.2.13 |
1607 | 2024-02-14T20:24:01.641Z | Compiling foreign-types v0.3.2 |
1608 | 2024-02-14T20:24:01.771Z | Compiling scroll_derive v0.12.0 |
1609 | 2024-02-14T20:24:01.775Z | Compiling pest_derive v2.7.6 |
1610 | 2024-02-14T20:24:02.653Z | Compiling synstructure v0.12.6 |
1611 | 2024-02-14T20:24:04.365Z | Compiling thread-id v4.2.0 |
1612 | 2024-02-14T20:24:04.384Z | Compiling base64 v0.21.7 |
1613 | 2024-02-14T20:24:04.622Z | Compiling try-lock v0.2.4 |
1614 | 2024-02-14T20:24:05.010Z | Checking bytes v1.5.0 |
1615 | 2024-02-14T20:24:05.025Z | Checking bitflags v2.4.0 |
1616 | 2024-02-14T20:24:05.025Z | Compiling want v0.3.1 |
1617 | 2024-02-14T20:24:05.066Z | Compiling zerocopy-derive v0.2.0 |
1618 | 2024-02-14T20:24:05.150Z | Compiling sct v0.7.0 |
1619 | 2024-02-14T20:24:05.599Z | Compiling rustls-webpki v0.101.7 |
1620 | 2024-02-14T20:24:05.604Z | Compiling form_urlencoded v1.2.1 |
1621 | 2024-02-14T20:24:05.604Z | Checking tokio v1.36.0 |
1622 | 2024-02-14T20:24:05.757Z | Compiling socket2 v0.4.9 |
1623 | 2024-02-14T20:24:06.224Z | Compiling indexmap v2.2.2 |
1624 | 2024-02-14T20:24:06.607Z | Compiling uuid v1.7.0 |
1625 | 2024-02-14T20:24:06.966Z | Compiling chrono v0.4.31 |
1626 | 2024-02-14T20:24:07.175Z | Compiling http v0.2.11 |
1627 | 2024-02-14T20:24:07.201Z | Compiling semver v1.0.21 |
1628 | 2024-02-14T20:24:07.769Z | Compiling toml_datetime v0.6.5 |
1629 | 2024-02-14T20:24:08.001Z | Compiling serde_spanned v0.6.5 |
1630 | 2024-02-14T20:24:08.267Z | Compiling openapiv3 v2.0.0 |
1631 | 2024-02-14T20:24:08.285Z | Compiling rustc_version v0.4.0 |
1632 | 2024-02-14T20:24:08.339Z | Compiling toml_edit v0.19.15 |
1633 | 2024-02-14T20:24:09.459Z | Compiling http-body v0.4.5 |
1634 | 2024-02-14T20:24:11.654Z | Compiling tower-service v0.3.2 |
1635 | 2024-02-14T20:24:11.786Z | Compiling const-oid v0.9.5 |
1636 | 2024-02-14T20:24:12.367Z | Compiling httpdate v1.0.3 |
1637 | 2024-02-14T20:24:12.889Z | Compiling openssl-probe v0.1.5 |
1638 | 2024-02-14T20:24:13.266Z | Compiling idna v0.5.0 |
1639 | 2024-02-14T20:24:13.825Z | Compiling adler v1.0.2 |
1640 | 2024-02-14T20:24:14.065Z | Compiling miniz_oxide v0.7.1 |
1641 | 2024-02-14T20:24:14.106Z | Compiling signal-hook v0.3.17 |
1642 | 2024-02-14T20:24:14.921Z | Compiling url v2.5.0 |
1643 | 2024-02-14T20:24:14.979Z | Compiling ipnet v2.9.0 |
1644 | 2024-02-14T20:24:15.280Z | Compiling serde_urlencoded v0.7.1 |
1645 | 2024-02-14T20:24:15.732Z | Compiling rustls-pemfile v1.0.3 |
1646 | 2024-02-14T20:24:15.811Z | Compiling crypto-common v0.1.6 |
1647 | 2024-02-14T20:24:16.030Z | Compiling tokio-util v0.7.10 |
1648 | 2024-02-14T20:24:16.102Z | Compiling zerocopy-derive v0.6.4 |
1649 | 2024-02-14T20:24:16.262Z | Compiling clap_derive v4.4.2 |
1650 | 2024-02-14T20:24:16.924Z | Compiling usdt-impl v0.3.5 |
1651 | 2024-02-14T20:24:17.304Z | Compiling h2 v0.3.24 |
1652 | 2024-02-14T20:24:17.389Z | Compiling tokio-native-tls v0.3.1 |
1653 | 2024-02-14T20:24:17.650Z | Compiling tokio-rustls v0.24.1 |
1654 | 2024-02-14T20:24:17.664Z | Compiling encoding_rs v0.8.33 |
1655 | 2024-02-14T20:24:18.094Z | Compiling gimli v0.28.0 |
1656 | 2024-02-14T20:24:18.535Z | Compiling webpki-roots v0.25.2 |
1657 | 2024-02-14T20:24:18.697Z | Checking equivalent v1.0.1 |
1658 | 2024-02-14T20:24:18.804Z | Compiling mime v0.3.17 |
1659 | 2024-02-14T20:24:19.174Z | Compiling siphasher v0.3.11 |
1660 | 2024-02-14T20:24:19.742Z | Compiling zerocopy v0.3.0 |
1661 | 2024-02-14T20:24:20.594Z | Compiling scroll v0.12.0 |
1662 | 2024-02-14T20:24:20.931Z | Compiling block-buffer v0.10.4 |
1663 | 2024-02-14T20:24:21.207Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1664 | 2024-02-14T20:24:21.504Z | Compiling object v0.32.1 |
1665 | 2024-02-14T20:24:21.692Z | Compiling num-iter v0.1.43 |
1666 | 2024-02-14T20:24:21.769Z | Compiling usdt-impl v0.5.0 |
1667 | 2024-02-14T20:24:22.137Z | Compiling rustc-demangle v0.1.23 |
1668 | 2024-02-14T20:24:22.469Z | Compiling addr2line v0.21.0 |
1669 | 2024-02-14T20:24:22.568Z | Compiling plain v0.2.3 |
1670 | 2024-02-14T20:24:23.168Z | Compiling goblin v0.8.0 |
1671 | 2024-02-14T20:24:23.420Z | Compiling flate2 v1.0.28 |
1672 | 2024-02-14T20:24:23.698Z | Compiling digest v0.10.7 |
1673 | 2024-02-14T20:24:24.092Z | Compiling dof v0.1.5 |
1674 | 2024-02-14T20:24:24.122Z | Compiling heapless v0.7.16 |
1675 | 2024-02-14T20:24:24.158Z | Compiling dtrace-parser v0.1.14 |
1676 | 2024-02-14T20:24:24.453Z | Compiling futures-executor v0.3.30 |
1677 | 2024-02-14T20:24:24.581Z | Compiling hyper v0.14.27 |
1678 | 2024-02-14T20:24:25.159Z | Compiling ppv-lite86 v0.2.17 |
1679 | 2024-02-14T20:24:25.306Z | Compiling pretty-hex v0.4.1 |
1680 | 2024-02-14T20:24:25.977Z | Compiling rand_chacha v0.3.1 |
1681 | 2024-02-14T20:24:26.186Z | Compiling futures v0.3.30 |
1682 | 2024-02-14T20:24:26.299Z | Compiling toml v0.7.8 |
1683 | 2024-02-14T20:24:26.335Z | Compiling hex v0.4.3 |
1684 | 2024-02-14T20:24:26.958Z | Compiling serde_tokenstream v0.1.7 |
1685 | 2024-02-14T20:24:27.396Z | Compiling dtrace-parser v0.2.0 |
1686 | 2024-02-14T20:24:27.502Z | Compiling strum_macros v0.25.2 |
1687 | 2024-02-14T20:24:28.582Z | Compiling bit-vec v0.6.3 |
1688 | 2024-02-14T20:24:29.016Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1689 | 2024-02-14T20:24:29.561Z | Compiling dof v0.3.0 |
1690 | 2024-02-14T20:24:29.793Z | Compiling rand v0.8.5 |
1691 | 2024-02-14T20:24:29.990Z | Compiling phf_shared v0.10.0 |
1692 | 2024-02-14T20:24:30.438Z | Compiling num-bigint v0.4.4 |
1693 | 2024-02-14T20:24:31.332Z | Compiling new_debug_unreachable v1.0.4 |
1694 | 2024-02-14T20:24:31.425Z | Compiling base64ct v1.6.0 |
1695 | 2024-02-14T20:24:31.680Z | Compiling fixedbitset v0.4.2 |
1696 | 2024-02-14T20:24:31.908Z | Compiling hyper-rustls v0.24.2 |
1697 | 2024-02-14T20:24:31.930Z | Compiling hyper-tls v0.5.0 |
1698 | 2024-02-14T20:24:32.026Z | Compiling precomputed-hash v0.1.1 |
1699 | 2024-02-14T20:24:32.122Z | Compiling smoltcp v0.9.1 |
1700 | 2024-02-14T20:24:32.531Z | Compiling minimal-lexical v0.2.1 |
1701 | 2024-02-14T20:24:32.531Z | Compiling string_cache v0.8.7 |
1702 | 2024-02-14T20:24:32.531Z | Compiling petgraph v0.6.4 |
1703 | 2024-02-14T20:24:32.531Z | Compiling reqwest v0.11.22 |
1704 | 2024-02-14T20:24:32.531Z | Compiling pem-rfc7468 v0.7.0 |
1705 | 2024-02-14T20:24:32.615Z | Compiling nom v7.1.3 |
1706 | 2024-02-14T20:24:32.904Z | Compiling bit-set v0.5.3 |
1707 | 2024-02-14T20:24:33.070Z | Compiling usdt-macro v0.3.5 |
1708 | 2024-02-14T20:24:33.084Z | Compiling usdt-attr-macro v0.3.5 |
1709 | 2024-02-14T20:24:33.189Z | Compiling hmac v0.12.1 |
1710 | 2024-02-14T20:24:34.023Z | Compiling hubpack_derive v0.1.1 |
1711 | 2024-02-14T20:24:34.403Z | Compiling enum-as-inner v0.5.1 |
1712 | 2024-02-14T20:24:34.554Z | Compiling itertools v0.10.5 |
1713 | 2024-02-14T20:24:34.740Z | Compiling diesel_table_macro_syntax v0.1.0 |
1714 | 2024-02-14T20:24:35.579Z | Compiling flagset v0.4.3 |
1715 | 2024-02-14T20:24:35.590Z | Compiling unicode-segmentation v1.10.1 |
1716 | 2024-02-14T20:24:35.590Z | Compiling lalrpop-util v0.19.12 |
1717 | 2024-02-14T20:24:35.675Z | Compiling der v0.7.8 |
1718 | 2024-02-14T20:24:36.250Z | Compiling diesel_derives v2.1.2 |
1719 | 2024-02-14T20:24:36.383Z | Compiling cpufeatures v0.2.12 |
1720 | 2024-02-14T20:24:36.500Z | Compiling sha2 v0.10.8 |
1721 | 2024-02-14T20:24:36.518Z | Compiling rustix v0.37.23 |
1722 | 2024-02-14T20:24:37.364Z | Compiling md-5 v0.10.5 |
1723 | 2024-02-14T20:24:37.575Z | Compiling stringprep v0.1.3 |
1724 | 2024-02-14T20:24:37.736Z | Compiling serde_repr v0.1.16 |
1725 | 2024-02-14T20:24:38.053Z | Compiling spki v0.7.2 |
1726 | 2024-02-14T20:24:38.301Z | Compiling hash32 v0.2.1 |
1727 | 2024-02-14T20:24:38.443Z | Compiling stable_deref_trait v1.2.0 |
1728 | 2024-02-14T20:24:38.542Z | Checking unicode-ident v1.0.12 |
1729 | 2024-02-14T20:24:38.685Z | Compiling fallible-iterator v0.2.0 |
1730 | 2024-02-14T20:24:39.052Z | Compiling pkcs8 v0.10.2 |
1731 | 2024-02-14T20:24:39.096Z | Compiling terminal_size v0.2.6 |
1732 | 2024-02-14T20:24:39.405Z | Compiling postgres-protocol v0.6.6 |
1733 | 2024-02-14T20:24:39.424Z | Compiling phf_shared v0.11.2 |
1734 | 2024-02-14T20:24:39.591Z | Compiling ff v0.13.0 |
1735 | 2024-02-14T20:24:39.825Z | Compiling block-padding v0.3.3 |
1736 | 2024-02-14T20:24:39.916Z | Compiling scheduled-thread-pool v0.2.7 |
1737 | 2024-02-14T20:24:40.085Z | Compiling managed v0.8.0 |
1738 | 2024-02-14T20:24:40.279Z | Compiling num_threads v0.1.6 |
1739 | 2024-02-14T20:24:40.402Z | Compiling deranged v0.3.8 |
1740 | 2024-02-14T20:24:40.527Z | Compiling regex-automata v0.1.10 |
1741 | 2024-02-14T20:24:40.545Z | Compiling base16ct v0.2.0 |
1742 | 2024-02-14T20:24:40.563Z | Compiling matches v0.1.10 |
1743 | 2024-02-14T20:24:40.783Z | Compiling sec1 v0.7.3 |
1744 | 2024-02-14T20:24:40.863Z | Compiling idna v0.2.3 |
1745 | 2024-02-14T20:24:40.880Z | Compiling clap_builder v4.4.2 |
1746 | 2024-02-14T20:24:41.030Z | Compiling bstr v0.2.17 |
1747 | 2024-02-14T20:24:41.366Z | Compiling postgres-types v0.2.6 |
1748 | 2024-02-14T20:24:42.247Z | Compiling time v0.3.27 |
1749 | 2024-02-14T20:24:42.538Z | Compiling r2d2 v0.8.10 |
1750 | 2024-02-14T20:24:42.556Z | Compiling inout v0.1.3 |
1751 | 2024-02-14T20:24:42.850Z | Compiling signal-hook-mio v0.2.3 |
1752 | 2024-02-14T20:24:42.915Z | Compiling group v0.13.0 |
1753 | 2024-02-14T20:24:42.949Z | Compiling phf v0.11.2 |
1754 | 2024-02-14T20:24:43.023Z | Compiling bzip2 v0.4.4 |
1755 | 2024-02-14T20:24:43.288Z | Compiling hubpack v0.1.2 |
1756 | 2024-02-14T20:24:43.436Z | Compiling hkdf v0.12.4 |
1757 | 2024-02-14T20:24:43.686Z | Compiling zerocopy v0.6.4 |
1758 | 2024-02-14T20:24:43.776Z | Compiling ipnetwork v0.20.0 |
1759 | 2024-02-14T20:24:43.948Z | Compiling crypto-bigint v0.5.2 |
1760 | 2024-02-14T20:24:44.577Z | Compiling float-cmp v0.9.0 |
1761 | 2024-02-14T20:24:44.703Z | Compiling regex-automata v0.3.8 |
1762 | 2024-02-14T20:24:44.809Z | Checking bitflags v1.3.2 |
1763 | 2024-02-14T20:24:45.048Z | Compiling whoami v1.4.1 |
1764 | 2024-02-14T20:24:45.704Z | Compiling difflib v0.4.0 |
1765 | 2024-02-14T20:24:47.244Z | Compiling static_assertions v1.1.0 |
1766 | 2024-02-14T20:24:47.349Z | Compiling normalize-line-endings v0.3.0 |
1767 | 2024-02-14T20:24:47.362Z | Compiling predicates-core v1.0.6 |
1768 | 2024-02-14T20:24:47.474Z | Compiling data-encoding v2.4.0 |
1769 | 2024-02-14T20:24:47.570Z | Compiling predicates v3.1.0 |
1770 | 2024-02-14T20:24:47.713Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1771 | 2024-02-14T20:24:47.731Z | Compiling bstr v1.6.0 |
1772 | 2024-02-14T20:24:48.009Z | Compiling yasna v0.5.2 |
1773 | 2024-02-14T20:24:49.421Z | Compiling trust-dns-proto v0.22.0 |
1774 | 2024-02-14T20:24:49.454Z | Compiling elliptic-curve v0.13.8 |
1775 | 2024-02-14T20:24:49.923Z | Compiling tokio-postgres v0.7.10 |
1776 | 2024-02-14T20:24:50.101Z | Compiling clap v4.4.3 |
1777 | 2024-02-14T20:24:50.219Z | Compiling zip v0.6.6 |
1778 | 2024-02-14T20:24:50.295Z | Compiling crossterm v0.27.0 |
1779 | 2024-02-14T20:24:51.046Z | Compiling cipher v0.4.4 |
1780 | 2024-02-14T20:24:51.602Z | Compiling similar v2.3.0 |
1781 | 2024-02-14T20:24:51.938Z | Checking proc-macro2 v1.0.78 |
1782 | 2024-02-14T20:24:52.741Z | Compiling usdt v0.3.5 |
1783 | 2024-02-14T20:24:52.941Z | Compiling diesel v2.1.4 |
1784 | 2024-02-14T20:24:54.370Z | Compiling tokio-stream v0.1.14 |
1785 | 2024-02-14T20:24:54.441Z | Compiling console v0.15.8 |
1786 | 2024-02-14T20:24:54.441Z | Checking quote v1.0.35 |
1787 | 2024-02-14T20:24:58.031Z | Checking utf8parse v0.2.1 |
1788 | 2024-02-14T20:24:59.733Z | Checking anstyle v1.0.2 |
1789 | 2024-02-14T20:25:01.028Z | Compiling serde_tokenstream v0.2.0 |
1790 | 2024-02-14T20:25:01.613Z | Checking io-lifetimes v1.0.11 |
1791 | 2024-02-14T20:25:05.308Z | Checking anstyle-parse v0.2.1 |
1792 | 2024-02-14T20:25:05.710Z | Checking anstyle-query v1.0.0 |
1793 | 2024-02-14T20:25:05.835Z | Checking colorchoice v1.0.0 |
1794 | 2024-02-14T20:25:05.955Z | Checking anstream v0.5.0 |
1795 | 2024-02-14T20:25:06.315Z | Checking winnow v0.5.15 |
1796 | 2024-02-14T20:25:06.387Z | Checking clap_lex v0.5.1 |
1797 | 2024-02-14T20:25:06.531Z | Checking strsim v0.10.0 |
1798 | 2024-02-14T20:25:12.048Z | Compiling regress v0.7.1 |
1799 | 2024-02-14T20:25:15.632Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1800 | 2024-02-14T20:25:22.274Z | Compiling getopts v0.2.21 |
1801 | 2024-02-14T20:25:22.447Z | Compiling unsafe-libyaml v0.2.10 |
1802 | 2024-02-14T20:25:22.884Z | Checking heck v0.4.1 |
1803 | 2024-02-14T20:25:23.728Z | Checking camino v1.1.6 |
1804 | 2024-02-14T20:25:24.289Z | Compiling serde_yaml v0.9.25 |
1805 | 2024-02-14T20:25:24.479Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1806 | 2024-02-14T20:25:24.740Z | Compiling ident_case v1.0.1 |
1807 | 2024-02-14T20:25:24.787Z | Checking fastrand v2.0.1 |
1808 | 2024-02-14T20:25:24.819Z | Checking rustls-pki-types v1.1.0 |
1809 | 2024-02-14T20:25:24.929Z | Checking match_cfg v0.1.0 |
1810 | 2024-02-14T20:25:25.014Z | Checking hostname v0.3.1 |
1811 | 2024-02-14T20:25:25.117Z | Checking tempfile v3.10.0 |
1812 | 2024-02-14T20:25:25.147Z | Checking http v1.0.0 |
1813 | 2024-02-14T20:25:25.217Z | Checking atty v0.2.14 |
1814 | 2024-02-14T20:25:25.338Z | Checking quick-error v1.2.3 |
1815 | 2024-02-14T20:25:25.474Z | Compiling paste v1.0.14 |
1816 | 2024-02-14T20:25:25.482Z | Checking sha1 v0.10.6 |
1817 | 2024-02-14T20:25:25.788Z | Checking dirs-sys-next v0.1.2 |
1818 | 2024-02-14T20:25:25.963Z | Compiling rustls v0.22.2 |
1819 | 2024-02-14T20:25:26.308Z | Checking dirs-next v2.0.0 |
1820 | 2024-02-14T20:25:26.438Z | Checking rustls-webpki v0.102.1 |
1821 | 2024-02-14T20:25:26.577Z | Checking crossbeam-channel v0.5.8 |
1822 | 2024-02-14T20:25:27.220Z | Checking thread_local v1.1.7 |
1823 | 2024-02-14T20:25:27.292Z | Checking instant v0.1.12 |
1824 | 2024-02-14T20:25:27.409Z | Compiling slog-async v2.8.0 |
1825 | 2024-02-14T20:25:27.496Z | Checking term v0.7.0 |
1826 | 2024-02-14T20:25:27.932Z | Checking rustls-pemfile v2.0.0 |
1827 | 2024-02-14T20:25:28.343Z | Compiling multer v3.0.0 |
1828 | 2024-02-14T20:25:28.343Z | Checking debug-ignore v1.0.5 |
1829 | 2024-02-14T20:25:28.343Z | Checking take_mut v0.2.2 |
1830 | 2024-02-14T20:25:28.458Z | Checking slog-term v2.9.0 |
1831 | 2024-02-14T20:25:28.492Z | Compiling darling_core v0.20.3 |
1832 | 2024-02-14T20:25:28.639Z | Checking toml_edit v0.22.4 |
1833 | 2024-02-14T20:25:28.758Z | Checking slog-json v2.6.1 |
1834 | 2024-02-14T20:25:28.953Z | Compiling async-stream-impl v0.3.5 |
1835 | 2024-02-14T20:25:29.010Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1836 | 2024-02-14T20:25:29.345Z | Checking atomic-waker v1.1.1 |
1837 | 2024-02-14T20:25:29.490Z | Checking waitgroup v0.1.2 |
1838 | 2024-02-14T20:25:29.695Z | Checking slog-bunyan v2.5.0 |
1839 | 2024-02-14T20:25:30.260Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1840 | 2024-02-14T20:25:30.493Z | Checking async-stream v0.3.5 |
1841 | 2024-02-14T20:25:30.677Z | Checking serde_path_to_error v0.1.15 |
1842 | 2024-02-14T20:25:31.145Z | Checking toml v0.8.10 |
1843 | 2024-02-14T20:25:31.287Z | Checking tokio-rustls v0.25.0 |
1844 | 2024-02-14T20:25:31.333Z | Checking wait-timeout v0.2.0 |
1845 | 2024-02-14T20:25:31.499Z | Checking strum v0.25.0 |
1846 | 2024-02-14T20:25:31.640Z | Compiling structmeta-derive v0.3.0 |
1847 | 2024-02-14T20:25:31.658Z | Checking rusty-fork v0.3.0 |
1848 | 2024-02-14T20:25:31.887Z | Compiling structmeta-derive v0.2.0 |
1849 | 2024-02-14T20:25:31.946Z | Checking rand_xorshift v0.3.0 |
1850 | 2024-02-14T20:25:32.118Z | Checking unarray v0.1.4 |
1851 | 2024-02-14T20:25:32.274Z | Checking proptest v1.4.0 |
1852 | 2024-02-14T20:25:34.965Z | Compiling darling_macro v0.20.3 |
1853 | 2024-02-14T20:25:34.983Z | Compiling structmeta v0.3.0 |
1854 | 2024-02-14T20:25:35.189Z | Compiling structmeta v0.2.0 |
1855 | 2024-02-14T20:25:35.423Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1856 | 2024-02-14T20:25:35.446Z | Compiling parse-display-derive v0.9.0 |
1857 | 2024-02-14T20:25:35.626Z | Checking backoff v0.4.0 |
1858 | 2024-02-14T20:25:35.936Z | Compiling test-strategy v0.3.1 |
1859 | 2024-02-14T20:25:36.119Z | Compiling darling v0.20.3 |
1860 | 2024-02-14T20:25:36.244Z | Compiling serde_with_macros v3.6.0 |
1861 | 2024-02-14T20:25:36.438Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1862 | 2024-02-14T20:25:36.542Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1863 | 2024-02-14T20:25:36.703Z | Checking macaddr v1.0.1 |
1864 | 2024-02-14T20:25:37.321Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1865 | 2024-02-14T20:25:37.324Z | Checking camino-tempfile v1.1.1 |
1866 | 2024-02-14T20:25:37.325Z | Checking is-terminal v0.4.9 |
1867 | 2024-02-14T20:25:37.325Z | Compiling proc-macro-error-attr v1.0.4 |
1868 | 2024-02-14T20:25:37.325Z | Compiling proc-macro-error v1.0.4 |
1869 | 2024-02-14T20:25:37.707Z | Compiling proc-macro-crate v1.3.1 |
1870 | 2024-02-14T20:25:37.818Z | Compiling heapless v0.8.0 |
1871 | 2024-02-14T20:25:38.474Z | Checking termtree v0.4.1 |
1872 | 2024-02-14T20:25:38.675Z | Checking predicates-tree v1.0.9 |
1873 | 2024-02-14T20:25:38.918Z | Compiling num_enum_derive v0.5.11 |
1874 | 2024-02-14T20:25:39.125Z | Checking hash32 v0.3.1 |
1875 | 2024-02-14T20:25:39.312Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1876 | 2024-02-14T20:25:39.352Z | Compiling smoltcp v0.11.0 |
1877 | 2024-02-14T20:25:39.678Z | Checking serde_with v3.6.0 |
1878 | 2024-02-14T20:25:40.151Z | Compiling usdt-macro v0.5.0 |
1879 | 2024-02-14T20:25:40.259Z | Compiling usdt-attr-macro v0.5.0 |
1880 | 2024-02-14T20:25:40.474Z | Checking parse-display v0.9.0 |
1881 | 2024-02-14T20:25:40.721Z | Checking memmap v0.7.0 |
1882 | 2024-02-14T20:25:40.750Z | Checking cobs v0.2.3 |
1883 | 2024-02-14T20:25:40.899Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1884 | 2024-02-14T20:25:40.939Z | Checking embedded-io v0.4.0 |
1885 | 2024-02-14T20:25:41.041Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1886 | 2024-02-14T20:25:41.146Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1887 | 2024-02-14T20:25:41.478Z | Compiling crucible-workspace-hack v0.1.0 |
1888 | 2024-02-14T20:25:41.800Z | Checking postcard v1.0.8 |
1889 | 2024-02-14T20:25:41.957Z | Checking num_enum v0.5.11 |
1890 | 2024-02-14T20:25:41.993Z | Checking usdt v0.5.0 |
1891 | 2024-02-14T20:25:42.100Z | Compiling foreign-types-macros v0.2.3 |
1892 | 2024-02-14T20:25:42.250Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1893 | 2024-02-14T20:25:42.535Z | Checking foreign-types-shared v0.3.1 |
1894 | 2024-02-14T20:25:42.588Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1895 | 2024-02-14T20:25:42.644Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1896 | 2024-02-14T20:25:42.989Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1897 | 2024-02-14T20:25:43.133Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1898 | 2024-02-14T20:25:43.151Z | Checking cstr-argument v0.1.2 |
1899 | 2024-02-14T20:25:43.272Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1900 | 2024-02-14T20:25:43.329Z | Checking pretty-hex v0.2.1 |
1901 | 2024-02-14T20:25:43.498Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1902 | 2024-02-14T20:25:43.524Z | Checking foreign-types v0.5.0 |
1903 | 2024-02-14T20:25:44.017Z | Checking colored v2.0.4 |
1904 | 2024-02-14T20:25:44.018Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1905 | 2024-02-14T20:25:44.018Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1906 | 2024-02-14T20:25:44.018Z | Compiling zone_cfg_derive v0.3.0 |
1907 | 2024-02-14T20:25:44.018Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1908 | 2024-02-14T20:25:44.018Z | Compiling mockall_derive v0.12.0 |
1909 | 2024-02-14T20:25:44.164Z | Compiling num-derive v0.4.0 |
1910 | 2024-02-14T20:25:44.315Z | Checking fragile v2.0.0 |
1911 | 2024-02-14T20:25:44.592Z | Checking downcast v0.11.0 |
1912 | 2024-02-14T20:25:44.778Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1913 | 2024-02-14T20:25:45.026Z | Checking smf v0.2.2 |
1914 | 2024-02-14T20:25:45.128Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1915 | 2024-02-14T20:25:45.479Z | Checking filetime v0.2.23 |
1916 | 2024-02-14T20:25:45.555Z | Checking zone v0.3.0 |
1917 | 2024-02-14T20:25:45.678Z | Checking xattr v1.0.1 |
1918 | 2024-02-14T20:25:45.868Z | Checking same-file v1.0.6 |
1919 | 2024-02-14T20:25:46.002Z | Checking tar v0.4.40 |
1920 | 2024-02-14T20:25:46.026Z | Checking walkdir v2.4.0 |
1921 | 2024-02-14T20:25:46.285Z | Checking pem v3.0.2 |
1922 | 2024-02-14T20:25:46.316Z | Compiling rayon-core v1.12.0 |
1923 | 2024-02-14T20:25:46.530Z | Checking linked-hash-map v0.5.6 |
1924 | 2024-02-14T20:25:46.587Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1925 | 2024-02-14T20:25:46.632Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1926 | 2024-02-14T20:25:46.674Z | Checking itertools v0.12.1 |
1927 | 2024-02-14T20:25:46.712Z | Checking headers-core v0.2.0 |
1928 | 2024-02-14T20:25:46.838Z | Checking lru-cache v0.1.2 |
1929 | 2024-02-14T20:25:46.855Z | Checking headers v0.3.9 |
1930 | 2024-02-14T20:25:47.023Z | Checking password-hash v0.5.0 |
1931 | 2024-02-14T20:25:47.065Z | Checking blake2 v0.10.6 |
1932 | 2024-02-14T20:25:47.499Z | Checking swrite v0.1.0 |
1933 | 2024-02-14T20:25:47.513Z | Checking argon2 v0.5.3 |
1934 | 2024-02-14T20:25:47.606Z | Checking rcgen v0.12.1 |
1935 | 2024-02-14T20:25:47.995Z | Checking atomicwrites v0.4.3 |
1936 | 2024-02-14T20:25:48.130Z | Checking subprocess v0.2.9 |
1937 | 2024-02-14T20:25:48.146Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1938 | 2024-02-14T20:25:48.223Z | Checking arc-swap v1.6.0 |
1939 | 2024-02-14T20:25:48.745Z | Compiling cancel-safe-futures v0.1.5 |
1940 | 2024-02-14T20:25:48.750Z | Checking half v2.3.1 |
1941 | 2024-02-14T20:25:48.750Z | Checking slog-scope v4.4.0 |
1942 | 2024-02-14T20:25:48.750Z | Checking ciborium-io v0.2.2 |
1943 | 2024-02-14T20:25:48.836Z | Checking resolv-conf v0.7.0 |
1944 | 2024-02-14T20:25:48.883Z | Checking slog-stdlog v4.1.1 |
1945 | 2024-02-14T20:25:48.922Z | Checking ciborium-ll v0.2.2 |
1946 | 2024-02-14T20:25:49.050Z | Checking slog-envlogger v2.2.0 |
1947 | 2024-02-14T20:25:49.184Z | Checking trust-dns-resolver v0.22.0 |
1948 | 2024-02-14T20:25:49.207Z | Checking libsw v3.3.1 |
1949 | 2024-02-14T20:25:49.239Z | Checking ciborium v0.2.2 |
1950 | 2024-02-14T20:25:49.270Z | Compiling derive-where v1.2.7 |
1951 | 2024-02-14T20:25:49.438Z | Checking linear-map v1.2.0 |
1952 | 2024-02-14T20:25:49.452Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1953 | 2024-02-14T20:25:49.471Z | Checking owo-colors v4.0.0 |
1954 | 2024-02-14T20:25:49.785Z | Compiling slog-dtrace v0.3.0 |
1955 | 2024-02-14T20:25:50.174Z | Checking textwrap v0.11.0 |
1956 | 2024-02-14T20:25:50.672Z | Compiling heck v0.3.3 |
1957 | 2024-02-14T20:25:50.672Z | Compiling blake3 v1.5.0 |
1958 | 2024-02-14T20:25:50.719Z | Checking vec_map v0.8.2 |
1959 | 2024-02-14T20:25:51.200Z | Checking ansi_term v0.12.1 |
1960 | 2024-02-14T20:25:51.205Z | Checking strsim v0.8.0 |
1961 | 2024-02-14T20:25:51.205Z | Checking termcolor v1.2.0 |
1962 | 2024-02-14T20:25:51.205Z | Compiling libefi-sys v0.1.0 |
1963 | 2024-02-14T20:25:51.205Z | Checking clap v2.34.0 |
1964 | 2024-02-14T20:25:51.437Z | Compiling structopt-derive v0.4.18 |
1965 | 2024-02-14T20:25:51.755Z | Checking nibble_vec v0.1.0 |
1966 | 2024-02-14T20:25:51.832Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1967 | 2024-02-14T20:25:51.939Z | Checking endian-type v0.1.2 |
1968 | 2024-02-14T20:25:52.125Z | Compiling radium v0.7.0 |
1969 | 2024-02-14T20:25:52.603Z | Checking radix_trie v0.2.1 |
1970 | 2024-02-14T20:25:52.892Z | Checking mockall v0.12.0 |
1971 | 2024-02-14T20:25:53.052Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1972 | 2024-02-14T20:25:53.101Z | Checking tap v1.0.1 |
1973 | 2024-02-14T20:25:53.131Z | Compiling maybe-uninit v2.0.0 |
1974 | 2024-02-14T20:25:53.149Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1975 | 2024-02-14T20:25:53.266Z | Checking wyz v0.5.1 |
1976 | 2024-02-14T20:25:53.393Z | Checking fxhash v0.2.1 |
1977 | 2024-02-14T20:25:53.568Z | Checking gethostname v0.4.3 |
1978 | 2024-02-14T20:25:53.671Z | Compiling num-bigint-dig v0.8.4 |
1979 | 2024-02-14T20:25:53.714Z | Checking funty v2.0.0 |
1980 | 2024-02-14T20:25:53.765Z | Compiling packed_struct v0.10.1 |
1981 | 2024-02-14T20:25:53.778Z | Checking crc-catalog v2.2.0 |
1982 | 2024-02-14T20:25:53.905Z | Compiling semver v0.1.20 |
1983 | 2024-02-14T20:25:54.025Z | Checking crc v3.0.1 |
1984 | 2024-02-14T20:25:54.591Z | Compiling packed_struct_codegen v0.10.1 |
1985 | 2024-02-14T20:25:54.594Z | Compiling rustc_version v0.1.7 |
1986 | 2024-02-14T20:25:54.594Z | Compiling indexmap v1.9.3 |
1987 | 2024-02-14T20:25:54.594Z | Checking nodrop v0.1.14 |
1988 | 2024-02-14T20:25:54.620Z | Checking structopt v0.3.26 |
1989 | 2024-02-14T20:25:55.034Z | Checking smallvec v0.6.14 |
1990 | 2024-02-14T20:25:55.034Z | Checking array-init v0.0.4 |
1991 | 2024-02-14T20:25:55.034Z | Compiling newtype_derive v0.1.6 |
1992 | 2024-02-14T20:25:55.034Z | Checking bitvec v1.0.1 |
1993 | 2024-02-14T20:25:55.034Z | Checking pkcs1 v0.7.5 |
1994 | 2024-02-14T20:25:55.047Z | Checking signature v2.1.0 |
1995 | 2024-02-14T20:25:55.244Z | Compiling crossbeam-deque v0.8.3 |
1996 | 2024-02-14T20:25:55.610Z | Checking hashbrown v0.12.3 |
1997 | 2024-02-14T20:25:55.681Z | Checking bitfield v0.14.0 |
1998 | 2024-02-14T20:25:55.950Z | Checking serde-hex v0.1.0 |
1999 | 2024-02-14T20:25:56.383Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2000 | 2024-02-14T20:25:56.656Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2001 | 2024-02-14T20:25:56.688Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2002 | 2024-02-14T20:25:57.036Z | Checking rsa v0.9.2 |
2003 | 2024-02-14T20:25:57.837Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2004 | 2024-02-14T20:25:58.328Z | Checking env_logger v0.10.0 |
2005 | 2024-02-14T20:25:58.342Z | Checking x509-cert v0.2.4 |
2006 | 2024-02-14T20:25:58.342Z | Checking ron v0.8.1 |
2007 | 2024-02-14T20:25:58.367Z | Compiling semver-parser v0.10.2 |
2008 | 2024-02-14T20:25:59.352Z | Compiling num-rational v0.4.1 |
2009 | 2024-02-14T20:25:59.445Z | Checking crc-any v2.4.3 |
2010 | 2024-02-14T20:25:59.751Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2011 | 2024-02-14T20:25:59.818Z | Compiling semver v0.11.0 |
2012 | 2024-02-14T20:25:59.972Z | Compiling rayon v1.8.0 |
2013 | 2024-02-14T20:26:00.117Z | Checking object v0.30.4 |
2014 | 2024-02-14T20:26:00.653Z | Compiling memmap2 v0.7.1 |
2015 | 2024-02-14T20:26:01.085Z | Compiling home v0.5.5 |
2016 | 2024-02-14T20:26:01.336Z | Checking path-slash v0.1.5 |
2017 | 2024-02-14T20:26:01.352Z | Compiling constant_time_eq v0.3.0 |
2018 | 2024-02-14T20:26:01.424Z | Compiling arrayref v0.3.7 |
2019 | 2024-02-14T20:26:01.475Z | Compiling arrayvec v0.7.4 |
2020 | 2024-02-14T20:26:01.521Z | Compiling toolchain_find v0.2.0 |
2021 | 2024-02-14T20:26:01.822Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2022 | 2024-02-14T20:26:01.922Z | Checking steno v0.4.0 |
2023 | 2024-02-14T20:26:02.177Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2024 | 2024-02-14T20:26:02.971Z | Compiling toml v0.5.11 |
2025 | 2024-02-14T20:26:03.850Z | Checking num-complex v0.4.4 |
2026 | 2024-02-14T20:26:04.394Z | Compiling topological-sort v0.2.2 |
2027 | 2024-02-14T20:26:04.806Z | Compiling convert_case v0.4.0 |
2028 | 2024-02-14T20:26:05.102Z | Checking num v0.4.1 |
2029 | 2024-02-14T20:26:05.205Z | Compiling rustfmt-wrapper v0.2.0 |
2030 | 2024-02-14T20:26:05.782Z | Compiling derive_more v0.99.17 |
2031 | 2024-02-14T20:26:05.865Z | Compiling omicron-zone-package v0.11.0 |
2032 | 2024-02-14T20:26:06.949Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2033 | 2024-02-14T20:26:06.995Z | Checking newline-converter v0.3.0 |
2034 | 2024-02-14T20:26:07.145Z | Checking expectorate v1.1.0 |
2035 | 2024-02-14T20:26:07.314Z | Checking utf-8 v0.7.6 |
2036 | 2024-02-14T20:26:07.530Z | Checking tungstenite v0.20.1 |
2037 | 2024-02-14T20:26:08.239Z | Compiling buf-list v1.0.3 |
2038 | 2024-02-14T20:26:08.364Z | Checking display-error-chain v0.2.0 |
2039 | 2024-02-14T20:26:08.482Z | Checking tokio-tungstenite v0.20.1 |
2040 | 2024-02-14T20:26:08.508Z | Compiling parking_lot_core v0.8.6 |
2041 | 2024-02-14T20:26:08.977Z | Checking keccak v0.1.4 |
2042 | 2024-02-14T20:26:09.176Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2043 | 2024-02-14T20:26:09.333Z | Checking sha3 v0.10.8 |
2044 | 2024-02-14T20:26:09.384Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2045 | 2024-02-14T20:26:09.390Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2046 | 2024-02-14T20:26:09.495Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2047 | 2024-02-14T20:26:09.732Z | Checking parking_lot v0.11.2 |
2048 | 2024-02-14T20:26:10.108Z | Checking trust-dns-client v0.22.0 |
2049 | 2024-02-14T20:26:11.351Z | Checking secrecy v0.8.0 |
2050 | 2024-02-14T20:26:11.410Z | Compiling pin-project-internal v1.1.3 |
2051 | 2024-02-14T20:26:11.583Z | Compiling doc-comment v0.3.3 |
2052 | 2024-02-14T20:26:12.210Z | Checking trust-dns-server v0.22.1 |
2053 | 2024-02-14T20:26:12.321Z | Checking sled v0.34.7 |
2054 | 2024-02-14T20:26:12.933Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2055 | 2024-02-14T20:26:13.490Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2056 | 2024-02-14T20:26:14.400Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2057 | 2024-02-14T20:26:14.878Z | Checking pin-project v1.1.3 |
2058 | 2024-02-14T20:26:14.998Z | Checking glob v0.3.1 |
2059 | 2024-02-14T20:26:15.014Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2060 | 2024-02-14T20:26:15.014Z | Compiling vte_generate_state_changes v0.1.1 |
2061 | 2024-02-14T20:26:15.166Z | Compiling unicase v2.7.0 |
2062 | 2024-02-14T20:26:15.271Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2063 | 2024-02-14T20:26:15.311Z | Compiling platforms v3.0.2 |
2064 | 2024-02-14T20:26:15.503Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2065 | 2024-02-14T20:26:15.663Z | Checking vte v0.11.1 |
2066 | 2024-02-14T20:26:15.850Z | Checking fd-lock v3.0.13 |
2067 | 2024-02-14T20:26:15.895Z | Compiling snafu-derive v0.7.5 |
2068 | 2024-02-14T20:26:16.044Z | Compiling fs-err v2.11.0 |
2069 | 2024-02-14T20:26:16.130Z | Checking nu-ansi-term v0.49.0 |
2070 | 2024-02-14T20:26:16.567Z | Checking globset v0.4.13 |
2071 | 2024-02-14T20:26:17.053Z | Checking olpc-cjson v0.1.3 |
2072 | 2024-02-14T20:26:17.115Z | Checking strip-ansi-escapes v0.2.0 |
2073 | 2024-02-14T20:26:17.177Z | Checking serde_plain v1.0.2 |
2074 | 2024-02-14T20:26:17.259Z | Checking reedline v0.28.0 |
2075 | 2024-02-14T20:26:17.285Z | Compiling async-recursion v1.0.5 |
2076 | 2024-02-14T20:26:17.352Z | Checking typed-path v0.7.0 |
2077 | 2024-02-14T20:26:17.400Z | Compiling curve25519-dalek v4.1.1 |
2078 | 2024-02-14T20:26:18.469Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2079 | 2024-02-14T20:26:19.110Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2080 | 2024-02-14T20:26:19.393Z | Compiling memoffset v0.7.1 |
2081 | 2024-02-14T20:26:19.462Z | Checking parse-size v1.0.0 |
2082 | 2024-02-14T20:26:19.889Z | Compiling mime_guess v2.0.4 |
2083 | 2024-02-14T20:26:19.929Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2084 | 2024-02-14T20:26:20.188Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2085 | 2024-02-14T20:26:21.322Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2086 | 2024-02-14T20:26:21.690Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2087 | 2024-02-14T20:26:22.005Z | Checking universal-hash v0.5.1 |
2088 | 2024-02-14T20:26:22.021Z | Checking snafu v0.7.5 |
2089 | 2024-02-14T20:26:22.195Z | Compiling thiserror-impl-no-std v2.0.2 |
2090 | 2024-02-14T20:26:22.263Z | Compiling curve25519-dalek-derive v0.1.0 |
2091 | 2024-02-14T20:26:22.521Z | Checking tough v0.16.0 |
2092 | 2024-02-14T20:26:23.581Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2093 | 2024-02-14T20:26:23.929Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2094 | 2024-02-14T20:26:25.772Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2095 | 2024-02-14T20:26:25.820Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2096 | 2024-02-14T20:26:26.797Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2097 | 2024-02-14T20:26:27.708Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2098 | 2024-02-14T20:26:28.472Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2099 | 2024-02-14T20:26:28.724Z | Checking opaque-debug v0.3.0 |
2100 | 2024-02-14T20:26:28.811Z | Checking poly1305 v0.8.0 |
2101 | 2024-02-14T20:26:29.317Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2102 | 2024-02-14T20:26:30.127Z | Checking thiserror-no-std v2.0.2 |
2103 | 2024-02-14T20:26:32.087Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2104 | 2024-02-14T20:26:32.233Z | Checking chacha20 v0.9.1 |
2105 | 2024-02-14T20:26:32.451Z | Checking aead v0.5.2 |
2106 | 2024-02-14T20:26:32.603Z | Checking kstat-rs v0.2.3 |
2107 | 2024-02-14T20:26:32.678Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2108 | 2024-02-14T20:26:32.954Z | Compiling salty v0.2.0 |
2109 | 2024-02-14T20:26:33.606Z | Checking signature v1.6.4 |
2110 | 2024-02-14T20:26:33.760Z | Checking ed25519 v1.5.3 |
2111 | 2024-02-14T20:26:34.015Z | Checking chacha20poly1305 v0.10.1 |
2112 | 2024-02-14T20:26:34.311Z | Checking vsss-rs v3.3.4 |
2113 | 2024-02-14T20:26:34.699Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2114 | 2024-02-14T20:26:34.941Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2115 | 2024-02-14T20:26:35.171Z | Checking serde-big-array v0.5.1 |
2116 | 2024-02-14T20:26:35.403Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2117 | 2024-02-14T20:26:36.317Z | Checking bytecount v0.6.3 |
2118 | 2024-02-14T20:26:36.475Z | Checking papergrid v0.11.0 |
2119 | 2024-02-14T20:26:37.297Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2120 | 2024-02-14T20:26:38.029Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2121 | 2024-02-14T20:26:38.175Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2122 | 2024-02-14T20:26:38.251Z | Compiling tabled_derive v0.7.0 |
2123 | 2024-02-14T20:26:39.262Z | Checking signal-hook-tokio v0.3.1 |
2124 | 2024-02-14T20:26:39.439Z | Checking fd-lock v4.0.2 |
2125 | 2024-02-14T20:26:39.637Z | Checking nix v0.27.1 |
2126 | 2024-02-14T20:26:39.653Z | Checking serde-big-array v0.4.1 |
2127 | 2024-02-14T20:26:39.818Z | Compiling sqlparser_derive v0.2.2 |
2128 | 2024-02-14T20:26:40.780Z | Checking humantime v2.1.0 |
2129 | 2024-02-14T20:26:40.970Z | Checking unicode_categories v0.1.1 |
2130 | 2024-02-14T20:26:41.003Z | Compiling prettyplease v0.2.16 |
2131 | 2024-02-14T20:26:41.108Z | Checking sqlparser v0.43.1 |
2132 | 2024-02-14T20:26:41.235Z | Checking sqlformat v0.2.3 |
2133 | 2024-02-14T20:26:41.289Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2134 | 2024-02-14T20:26:41.312Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2135 | 2024-02-14T20:26:42.383Z | Checking rustyline v13.0.0 |
2136 | 2024-02-14T20:26:42.786Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2137 | 2024-02-14T20:26:43.053Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2138 | 2024-02-14T20:26:44.132Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2139 | 2024-02-14T20:26:44.543Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2140 | 2024-02-14T20:26:47.280Z | Checking tabled v0.15.0 |
2141 | 2024-02-14T20:26:47.719Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2142 | 2024-02-14T20:26:47.992Z | Checking bcs v0.1.6 |
2143 | 2024-02-14T20:26:48.008Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2144 | 2024-02-14T20:26:48.221Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2145 | 2024-02-14T20:26:48.480Z | Checking highway v1.1.0 |
2146 | 2024-02-14T20:26:48.711Z | Checking corncobs v0.1.3 |
2147 | 2024-02-14T20:26:48.806Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2148 | 2024-02-14T20:26:48.908Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2149 | 2024-02-14T20:26:49.093Z | Compiling crunchy v0.2.2 |
2150 | 2024-02-14T20:26:49.109Z | Checking http-range v0.1.5 |
2151 | 2024-02-14T20:26:49.283Z | Checking hyper-staticfile v0.9.5 |
2152 | 2024-02-14T20:26:49.663Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2153 | 2024-02-14T20:26:49.685Z | Compiling clang-sys v1.6.1 |
2154 | 2024-02-14T20:26:49.764Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2155 | 2024-02-14T20:26:50.414Z | Compiling tiny-keccak v2.0.2 |
2156 | 2024-02-14T20:26:50.474Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2157 | 2024-02-14T20:26:50.484Z | Compiling darling_core v0.14.4 |
2158 | 2024-02-14T20:26:50.502Z | Checking assert_matches v1.5.0 |
2159 | 2024-02-14T20:26:51.155Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2160 | 2024-02-14T20:26:51.259Z | Compiling ascii-canvas v3.0.0 |
2161 | 2024-02-14T20:26:51.812Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2162 | 2024-02-14T20:26:52.036Z | Compiling ena v0.14.2 |
2163 | 2024-02-14T20:26:52.467Z | Compiling libloading v0.7.4 |
2164 | 2024-02-14T20:26:52.551Z | Compiling diff v0.1.13 |
2165 | 2024-02-14T20:26:52.880Z | Compiling bindgen v0.69.2 |
2166 | 2024-02-14T20:26:53.141Z | Compiling regex-syntax v0.6.29 |
2167 | 2024-02-14T20:26:53.857Z | Compiling cexpr v0.6.0 |
2168 | 2024-02-14T20:26:54.200Z | Compiling which v4.4.0 |
2169 | 2024-02-14T20:26:54.869Z | Compiling shlex v1.3.0 |
2170 | 2024-02-14T20:26:55.322Z | Compiling rustc-hash v1.1.0 |
2171 | 2024-02-14T20:26:55.490Z | Checking maplit v1.0.2 |
2172 | 2024-02-14T20:26:55.607Z | Compiling portable-atomic v1.4.3 |
2173 | 2024-02-14T20:26:55.684Z | Compiling peeking_take_while v0.1.2 |
2174 | 2024-02-14T20:26:55.825Z | Compiling ref-cast v1.0.20 |
2175 | 2024-02-14T20:26:56.384Z | Compiling lazycell v1.3.0 |
2176 | 2024-02-14T20:26:56.539Z | Compiling lalrpop v0.19.12 |
2177 | 2024-02-14T20:26:56.746Z | Compiling darling_macro v0.14.4 |
2178 | 2024-02-14T20:26:56.793Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2179 | 2024-02-14T20:26:56.926Z | Compiling ref-cast-impl v1.0.20 |
2180 | 2024-02-14T20:26:57.879Z | Compiling darling v0.14.4 |
2181 | 2024-02-14T20:26:58.008Z | Compiling derive_builder_core v0.12.0 |
2182 | 2024-02-14T20:26:58.255Z | Compiling libxml v0.3.3 |
2183 | 2024-02-14T20:26:58.685Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2184 | 2024-02-14T20:26:59.598Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2185 | 2024-02-14T20:26:59.609Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2186 | 2024-02-14T20:26:59.661Z | Compiling strum_macros v0.24.3 |
2187 | 2024-02-14T20:27:00.007Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2188 | 2024-02-14T20:27:00.318Z | Compiling cookie v0.18.0 |
2189 | 2024-02-14T20:27:00.520Z | Compiling derive_builder_macro v0.12.0 |
2190 | 2024-02-14T20:27:01.082Z | Compiling indoc v1.0.9 |
2191 | 2024-02-14T20:27:01.514Z | Checking number_prefix v0.4.0 |
2192 | 2024-02-14T20:27:01.714Z | Checking indicatif v0.17.7 |
2193 | 2024-02-14T20:27:01.825Z | Checking derive_builder v0.12.0 |
2194 | 2024-02-14T20:27:02.189Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2195 | 2024-02-14T20:27:02.493Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2196 | 2024-02-14T20:27:02.825Z | Checking bb8 v0.8.3 |
2197 | 2024-02-14T20:27:03.353Z | Checking quick-xml v0.30.0 |
2198 | 2024-02-14T20:27:03.903Z | Checking castaway v0.2.2 |
2199 | 2024-02-14T20:27:03.918Z | Compiling strum_macros v0.26.1 |
2200 | 2024-02-14T20:27:03.933Z | Compiling oso-derive v0.27.0 |
2201 | 2024-02-14T20:27:04.052Z | Compiling impl-trait-for-tuples v0.2.2 |
2202 | 2024-02-14T20:27:05.132Z | Checking compact_str v0.7.1 |
2203 | 2024-02-14T20:27:05.878Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2204 | 2024-02-14T20:27:07.005Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2205 | 2024-02-14T20:27:07.402Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2206 | 2024-02-14T20:27:08.511Z | Checking lru v0.12.1 |
2207 | 2024-02-14T20:27:08.812Z | Compiling stability v0.1.1 |
2208 | 2024-02-14T20:27:09.252Z | Compiling indoc v2.0.3 |
2209 | 2024-02-14T20:27:09.666Z | Checking strum v0.26.1 |
2210 | 2024-02-14T20:27:09.854Z | Checking cassowary v0.3.0 |
2211 | 2024-02-14T20:27:10.012Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2212 | 2024-02-14T20:27:10.303Z | Checking unicode-linebreak v0.1.5 |
2213 | 2024-02-14T20:27:10.502Z | Checking ratatui v0.26.1 |
2214 | 2024-02-14T20:27:10.738Z | Checking smawk v0.3.1 |
2215 | 2024-02-14T20:27:10.960Z | Checking textwrap v0.16.0 |
2216 | 2024-02-14T20:27:11.351Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2217 | 2024-02-14T20:27:11.677Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2218 | 2024-02-14T20:27:12.112Z | Checking is_ci v1.1.1 |
2219 | 2024-02-14T20:27:12.246Z | Checking supports-color v2.1.0 |
2220 | 2024-02-14T20:27:12.469Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2221 | 2024-02-14T20:27:12.892Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2222 | 2024-02-14T20:27:13.324Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2223 | 2024-02-14T20:27:13.668Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2224 | 2024-02-14T20:27:13.840Z | Checking rtoolbox v0.0.1 |
2225 | 2024-02-14T20:27:14.047Z | Checking rpassword v7.3.1 |
2226 | 2024-02-14T20:27:14.058Z | Checking tui-tree-widget v0.17.0 |
2227 | 2024-02-14T20:27:14.210Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2228 | 2024-02-14T20:27:14.401Z | Checking toml_edit v0.21.1 |
2229 | 2024-02-14T20:27:15.720Z | Checking fatfs v0.3.6 |
2230 | 2024-02-14T20:27:16.519Z | Checking shell-words v1.1.0 |
2231 | 2024-02-14T20:27:16.564Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2232 | 2024-02-14T20:27:16.703Z | Checking yansi v0.5.1 |
2233 | 2024-02-14T20:27:16.984Z | Compiling target-lexicon v0.12.13 |
2234 | 2024-02-14T20:27:17.031Z | Checking pretty_assertions v1.4.0 |
2235 | 2024-02-14T20:27:17.734Z | Compiling guppy-workspace-hack v0.1.0 |
2236 | 2024-02-14T20:27:17.758Z | Checking plotters-backend v0.3.5 |
2237 | 2024-02-14T20:27:18.483Z | Checking http-body v1.0.0 |
2238 | 2024-02-14T20:27:18.488Z | Checking plotters-svg v0.3.5 |
2239 | 2024-02-14T20:27:18.488Z | Checking rand v0.4.6 |
2240 | 2024-02-14T20:27:18.488Z | Checking cast v0.3.0 |
2241 | 2024-02-14T20:27:18.600Z | Compiling target-spec v3.1.0 |
2242 | 2024-02-14T20:27:18.706Z | Checking tower-layer v0.3.2 |
2243 | 2024-02-14T20:27:18.998Z | Checking remove_dir_all v0.5.3 |
2244 | 2024-02-14T20:27:19.221Z | Checking tower v0.4.13 |
2245 | 2024-02-14T20:27:19.241Z | Checking criterion-plot v0.5.0 |
2246 | 2024-02-14T20:27:19.255Z | Checking tempdir v0.3.7 |
2247 | 2024-02-14T20:27:19.437Z | Checking cfg-expr v0.15.6 |
2248 | 2024-02-14T20:27:19.774Z | Checking plotters v0.3.5 |
2249 | 2024-02-14T20:27:20.451Z | Checking hyper v1.1.0 |
2250 | 2024-02-14T20:27:20.469Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2251 | 2024-02-14T20:27:20.469Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2252 | 2024-02-14T20:27:21.090Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2253 | 2024-02-14T20:27:21.530Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2254 | 2024-02-14T20:27:21.554Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2255 | 2024-02-14T20:27:22.482Z | Checking tinytemplate v1.2.1 |
2256 | 2024-02-14T20:27:22.735Z | Checking cargo-platform v0.1.3 |
2257 | 2024-02-14T20:27:22.850Z | Checking oorandom v11.1.3 |
2258 | 2024-02-14T20:27:23.018Z | Checking anes v0.1.6 |
2259 | 2024-02-14T20:27:23.052Z | Checking cargo_metadata v0.18.1 |
2260 | 2024-02-14T20:27:23.410Z | Checking criterion v0.5.1 |
2261 | 2024-02-14T20:27:23.965Z | Checking hyper-util v0.1.2 |
2262 | 2024-02-14T20:27:24.494Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2263 | 2024-02-14T20:27:24.673Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2264 | 2024-02-14T20:27:25.154Z | Checking assert_cmd v2.0.13 |
2265 | 2024-02-14T20:27:25.611Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2266 | 2024-02-14T20:27:26.403Z | Checking rustls-native-certs v0.7.0 |
2267 | 2024-02-14T20:27:26.558Z | Checking pathdiff v0.2.1 |
2268 | 2024-02-14T20:27:26.725Z | Checking nested v0.1.1 |
2269 | 2024-02-14T20:27:26.953Z | Checking guppy v0.17.5 |
2270 | 2024-02-14T20:27:29.201Z | Checking hyper-rustls v0.26.0 |
2271 | 2024-02-14T20:27:29.562Z | Checking httptest v0.15.5 |
2272 | 2024-02-14T20:27:30.057Z | Checking threadpool v1.8.1 |
2273 | 2024-02-14T20:27:30.662Z | Checking nanorand v0.7.0 |
2274 | 2024-02-14T20:27:30.666Z | Checking flume v0.11.0 |
2275 | 2024-02-14T20:27:31.174Z | Checking libtest-mimic v0.6.1 |
2276 | 2024-02-14T20:27:31.680Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2277 | 2024-02-14T20:27:31.680Z | Checking similar-asserts v1.5.0 |
2278 | 2024-02-14T20:27:31.680Z | Compiling rstest_macros v0.18.2 |
2279 | 2024-02-14T20:27:32.243Z | Checking datatest-stable v0.2.3 |
2280 | 2024-02-14T20:27:32.498Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2281 | 2024-02-14T20:27:33.710Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2282 | 2024-02-14T20:27:33.782Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2283 | 2024-02-14T20:27:34.116Z | Checking csv-core v0.1.11 |
2284 | 2024-02-14T20:27:34.441Z | Compiling trybuild v1.0.89 |
2285 | 2024-02-14T20:27:34.457Z | Checking constant_time_eq v0.2.6 |
2286 | 2024-02-14T20:27:34.478Z | Compiling relative-path v1.9.0 |
2287 | 2024-02-14T20:27:34.582Z | Checking blake2b_simd v1.0.1 |
2288 | 2024-02-14T20:27:34.940Z | Checking csv v1.3.0 |
2289 | 2024-02-14T20:27:35.470Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2290 | 2024-02-14T20:27:35.807Z | Checking multimap v0.8.3 |
2291 | 2024-02-14T20:27:36.121Z | Checking basic-toml v0.1.8 |
2292 | 2024-02-14T20:27:36.972Z | Checking futures-timer v3.0.2 |
2293 | 2024-02-14T20:27:38.741Z | Checking rust-argon2 v1.0.1 |
2294 | 2024-02-14T20:27:39.149Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2295 | 2024-02-14T20:27:41.175Z | Checking partial-io v0.5.4 |
2296 | 2024-02-14T20:27:41.561Z | Checking approx v0.5.1 |
2297 | 2024-02-14T20:27:41.807Z | Checking termios v0.3.3 |
2298 | 2024-02-14T20:27:42.032Z | Checking hex-literal v0.4.1 |
2299 | 2024-02-14T20:27:45.427Z | Checking rstest v0.18.2 |
2300 | 2024-02-14T20:27:47.474Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2301 | 2024-02-14T20:28:34.847Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2302 | 2024-02-14T20:28:36.321Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2303 | 2024-02-14T20:28:37.725Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2304 | 2024-02-14T20:28:38.800Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2305 | 2024-02-14T20:28:44.539Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2306 | 2024-02-14T20:29:01.470Z | Compiling polar-core v0.27.0 |
2307 | 2024-02-14T20:29:08.707Z | Checking oso v0.27.0 |
2308 | 2024-02-14T20:29:36.886Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2309 | 2024-02-14T20:30:43.599Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 11s |
2310 | 2024-02-14T20:30:43.781Z | |
2311 | 2024-02-14T20:30:43.781Z | real 7:56.313307442 |
2312 | 2024-02-14T20:30:43.784Z | user 41:05.427707215 |
2313 | 2024-02-14T20:30:43.784Z | sys 6:43.361885702 |
2314 | 2024-02-14T20:30:43.784Z | trap 1.124565339 |
2315 | 2024-02-14T20:30:43.784Z | tflt 4.781895980 |
2316 | 2024-02-14T20:30:43.784Z | dflt 5.040542481 |
2317 | 2024-02-14T20:30:43.784Z | kflt 0.055673910 |
2318 | 2024-02-14T20:30:43.784Z | lock 1:03:15.057142745 |
2319 | 2024-02-14T20:30:43.785Z | slp 2:05:20.574004349 |
2320 | 2024-02-14T20:30:43.785Z | lat 1:47.889886643 |
2321 | 2024-02-14T20:30:43.785Z | stop 4:24.759206115 |
2322 | 2024-02-14T20:30:44.638Z | warning: output filename collision. |
2323 | 2024-02-14T20:30:44.638Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2324 | 2024-02-14T20:30:44.638Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2325 | 2024-02-14T20:30:44.638Z | The targets should have unique names. |
2326 | 2024-02-14T20:30:44.638Z | This is a known bug where multiple crates with the same name use |
2327 | 2024-02-14T20:30:44.638Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2328 | 2024-02-14T20:30:44.643Z | warning: output filename collision. |
2329 | 2024-02-14T20:30:44.643Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2330 | 2024-02-14T20:30:44.643Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2331 | 2024-02-14T20:30:44.643Z | The targets should have unique names. |
2332 | 2024-02-14T20:30:44.643Z | This is a known bug where multiple crates with the same name use |
2333 | 2024-02-14T20:30:44.643Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2334 | 2024-02-14T20:30:44.643Z | warning: output filename collision. |
2335 | 2024-02-14T20:30:44.643Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2336 | 2024-02-14T20:30:44.643Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2337 | 2024-02-14T20:30:44.643Z | The targets should have unique names. |
2338 | 2024-02-14T20:30:44.643Z | This is a known bug where multiple crates with the same name use |
2339 | 2024-02-14T20:30:44.643Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2340 | 2024-02-14T20:30:44.643Z | warning: output filename collision. |
2341 | 2024-02-14T20:30:44.643Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2342 | 2024-02-14T20:30:44.643Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2343 | 2024-02-14T20:30:44.643Z | The targets should have unique names. |
2344 | 2024-02-14T20:30:44.644Z | This is a known bug where multiple crates with the same name use |
2345 | 2024-02-14T20:30:44.644Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2346 | 2024-02-14T20:30:44.644Z | warning: output filename collision. |
2347 | 2024-02-14T20:30:44.644Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2348 | 2024-02-14T20:30:44.644Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2349 | 2024-02-14T20:30:44.644Z | The targets should have unique names. |
2350 | 2024-02-14T20:30:44.644Z | This is a known bug where multiple crates with the same name use |
2351 | 2024-02-14T20:30:44.644Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2352 | 2024-02-14T20:30:44.644Z | warning: output filename collision. |
2353 | 2024-02-14T20:30:44.644Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2354 | 2024-02-14T20:30:44.644Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2355 | 2024-02-14T20:30:44.644Z | The targets should have unique names. |
2356 | 2024-02-14T20:30:44.644Z | This is a known bug where multiple crates with the same name use |
2357 | 2024-02-14T20:30:44.644Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2358 | 2024-02-14T20:30:44.644Z | warning: output filename collision. |
2359 | 2024-02-14T20:30:44.644Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2360 | 2024-02-14T20:30:44.644Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2361 | 2024-02-14T20:30:44.644Z | The targets should have unique names. |
2362 | 2024-02-14T20:30:44.644Z | This is a known bug where multiple crates with the same name use |
2363 | 2024-02-14T20:30:44.644Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2364 | 2024-02-14T20:30:45.095Z | Documenting libc v0.2.153 |
2365 | 2024-02-14T20:30:45.104Z | Documenting cfg-if v1.0.0 |
2366 | 2024-02-14T20:30:45.148Z | Documenting serde_derive v1.0.196 |
2367 | 2024-02-14T20:30:45.174Z | Documenting log v0.4.20 |
2368 | 2024-02-14T20:30:45.187Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2369 | 2024-02-14T20:30:45.202Z | Documenting memchr v2.6.3 |
2370 | 2024-02-14T20:30:45.212Z | Documenting scopeguard v1.2.0 |
2371 | 2024-02-14T20:30:45.223Z | Documenting byteorder v1.5.0 |
2372 | 2024-02-14T20:30:45.510Z | Documenting smallvec v1.13.1 |
2373 | 2024-02-14T20:30:47.868Z | Documenting itoa v1.0.9 |
2374 | 2024-02-14T20:30:47.946Z | Documenting lock_api v0.4.10 |
2375 | 2024-02-14T20:30:48.716Z | Documenting zeroize_derive v1.4.2 |
2376 | 2024-02-14T20:30:49.394Z | Documenting getrandom v0.2.10 |
2377 | 2024-02-14T20:30:49.698Z | Documenting parking_lot_core v0.9.8 |
2378 | 2024-02-14T20:30:49.724Z | Documenting once_cell v1.19.0 |
2379 | 2024-02-14T20:30:49.735Z | Documenting pin-project-lite v0.2.13 |
2380 | 2024-02-14T20:30:50.660Z | Documenting libm v0.2.7 |
2381 | 2024-02-14T20:30:50.893Z | Documenting signal-hook-registry v1.4.1 |
2382 | 2024-02-14T20:30:51.483Z | Documenting serde v1.0.196 |
2383 | 2024-02-14T20:30:52.434Z | Documenting mio v0.8.9 |
2384 | 2024-02-14T20:30:53.276Z | Documenting rand_core v0.6.4 |
2385 | 2024-02-14T20:30:53.669Z | Documenting parking_lot v0.12.1 |
2386 | 2024-02-14T20:30:54.061Z | Documenting num-traits v0.2.16 |
2387 | 2024-02-14T20:30:54.204Z | Documenting zeroize v1.7.0 |
2388 | 2024-02-14T20:30:54.360Z | Documenting futures-core v0.3.30 |
2389 | 2024-02-14T20:30:54.986Z | Documenting thiserror-impl v1.0.56 |
2390 | 2024-02-14T20:30:56.743Z | Documenting num_cpus v1.16.0 |
2391 | 2024-02-14T20:30:57.143Z | Documenting socket2 v0.5.5 |
2392 | 2024-02-14T20:30:57.611Z | Documenting tokio-macros v2.2.0 |
2393 | 2024-02-14T20:30:57.932Z | Documenting ryu v1.0.15 |
2394 | 2024-02-14T20:30:58.088Z | Documenting typenum v1.16.0 |
2395 | 2024-02-14T20:30:58.871Z | Documenting subtle v2.5.0 |
2396 | 2024-02-14T20:30:59.808Z | Documenting thiserror v1.0.56 |
2397 | 2024-02-14T20:31:00.722Z | Documenting zerocopy v0.7.32 |
2398 | 2024-02-14T20:31:00.775Z | Documenting futures-sink v0.3.30 |
2399 | 2024-02-14T20:31:01.171Z | Documenting pin-utils v0.1.0 |
2400 | 2024-02-14T20:31:02.148Z | Documenting slab v0.4.9 |
2401 | 2024-02-14T20:31:02.884Z | Documenting futures-macro v0.3.30 |
2402 | 2024-02-14T20:31:03.541Z | Documenting futures-task v0.3.30 |
2403 | 2024-02-14T20:31:04.547Z | Documenting futures-channel v0.3.30 |
2404 | 2024-02-14T20:31:06.251Z | Documenting const-oid v0.9.5 |
2405 | 2024-02-14T20:31:06.807Z | Documenting futures-io v0.3.30 |
2406 | 2024-02-14T20:31:07.621Z | Documenting iana-time-zone v0.1.57 |
2407 | 2024-02-14T20:31:07.816Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2408 | 2024-02-14T20:31:08.672Z | Documenting tinyvec_macros v0.1.1 |
2409 | 2024-02-14T20:31:08.684Z | Documenting allocator-api2 v0.2.16 |
2410 | 2024-02-14T20:31:08.757Z | Documenting ahash v0.8.7 |
2411 | 2024-02-14T20:31:10.707Z | Documenting futures-util v0.3.30 |
2412 | 2024-02-14T20:31:11.513Z | Documenting tinyvec v1.6.0 |
2413 | 2024-02-14T20:31:11.580Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2414 | 2024-02-14T20:31:12.387Z | Documenting tracing-core v0.1.31 |
2415 | 2024-02-14T20:31:12.595Z | Documenting tracing-attributes v0.1.26 |
2416 | 2024-02-14T20:31:13.620Z | Documenting bytes v1.5.0 |
2417 | 2024-02-14T20:31:13.756Z | Documenting bitflags v2.4.0 |
2418 | 2024-02-14T20:31:15.257Z | Documenting serde_json v1.0.113 |
2419 | 2024-02-14T20:31:18.182Z | Documenting chrono v0.4.31 |
2420 | 2024-02-14T20:31:18.629Z | Documenting tokio v1.36.0 |
2421 | 2024-02-14T20:31:19.430Z | Documenting hashbrown v0.14.2 |
2422 | 2024-02-14T20:31:20.853Z | Documenting uuid v1.7.0 |
2423 | 2024-02-14T20:31:21.439Z | Documenting unicode-normalization v0.1.22 |
2424 | 2024-02-14T20:31:21.835Z | Documenting ppv-lite86 v0.2.17 |
2425 | 2024-02-14T20:31:24.194Z | Documenting unicode-bidi v0.3.13 |
2426 | 2024-02-14T20:31:25.228Z | Documenting generic-array v0.14.7 |
2427 | 2024-02-14T20:31:25.240Z | Documenting rand_chacha v0.3.1 |
2428 | 2024-02-14T20:31:25.579Z | Documenting equivalent v1.0.1 |
2429 | 2024-02-14T20:31:26.172Z | Documenting percent-encoding v2.3.1 |
2430 | 2024-02-14T20:31:26.371Z | Documenting base64 v0.21.7 |
2431 | 2024-02-14T20:31:28.347Z | Documenting lazy_static v1.4.0 |
2432 | 2024-02-14T20:31:28.426Z | Documenting indexmap v2.2.2 |
2433 | 2024-02-14T20:31:29.301Z | Documenting rand v0.8.5 |
2434 | 2024-02-14T20:31:29.709Z | Documenting serde_derive_internals v0.26.0 |
2435 | 2024-02-14T20:31:30.029Z | Documenting crypto-common v0.1.6 |
2436 | 2024-02-14T20:31:30.349Z | Documenting block-buffer v0.10.4 |
2437 | 2024-02-14T20:31:30.361Z | Documenting form_urlencoded v1.2.1 |
2438 | 2024-02-14T20:31:31.011Z | Documenting tracing v0.1.37 |
2439 | 2024-02-14T20:31:31.233Z | Checking serde_derive_internals v0.26.0 |
2440 | 2024-02-14T20:31:31.822Z | Documenting fnv v1.0.7 |
2441 | 2024-02-14T20:31:33.994Z | Documenting dyn-clone v1.0.16 |
2442 | 2024-02-14T20:31:34.266Z | Documenting cpufeatures v0.2.12 |
2443 | 2024-02-14T20:31:34.570Z | Documenting idna v0.5.0 |
2444 | 2024-02-14T20:31:34.732Z | Documenting digest v0.10.7 |
2445 | 2024-02-14T20:31:34.856Z | Documenting httparse v1.8.0 |
2446 | 2024-02-14T20:31:34.966Z | Documenting schemars_derive v0.8.16 |
2447 | 2024-02-14T20:31:35.564Z | Documenting errno v0.3.8 |
2448 | 2024-02-14T20:31:36.957Z | Documenting unicode-width v0.1.11 |
2449 | 2024-02-14T20:31:37.192Z | Documenting unicode-ident v1.0.12 |
2450 | 2024-02-14T20:31:38.647Z | Documenting url v2.5.0 |
2451 | 2024-02-14T20:31:39.289Z | Documenting adler v1.0.2 |
2452 | 2024-02-14T20:31:39.471Z | Documenting rustix v0.38.31 |
2453 | 2024-02-14T20:31:39.789Z | Documenting try-lock v0.2.4 |
2454 | 2024-02-14T20:31:40.012Z | Documenting proc-macro2 v1.0.78 |
2455 | 2024-02-14T20:31:40.717Z | Documenting httpdate v1.0.3 |
2456 | 2024-02-14T20:31:41.422Z | Documenting schemars v0.8.16 |
2457 | 2024-02-14T20:31:42.199Z | Documenting miniz_oxide v0.7.1 |
2458 | 2024-02-14T20:31:42.680Z | Documenting want v0.3.1 |
2459 | 2024-02-14T20:31:42.999Z | Documenting http-body v0.4.5 |
2460 | 2024-02-14T20:31:44.194Z | Documenting openssl-sys v0.9.96 |
2461 | 2024-02-14T20:31:44.411Z | Documenting openssl-macros v0.1.1 |
2462 | 2024-02-14T20:31:45.870Z | Documenting mime v0.3.17 |
2463 | 2024-02-14T20:31:46.320Z | Documenting base64ct v1.6.0 |
2464 | 2024-02-14T20:31:46.642Z | Documenting tower-service v0.3.2 |
2465 | 2024-02-14T20:31:47.509Z | Documenting quote v1.0.35 |
2466 | 2024-02-14T20:31:48.844Z | Documenting aho-corasick v1.0.4 |
2467 | 2024-02-14T20:31:48.875Z | Documenting slog v2.7.0 |
2468 | 2024-02-14T20:31:50.180Z | Documenting openssl v0.10.60 |
2469 | 2024-02-14T20:31:50.526Z | Documenting ipnet v2.9.0 |
2470 | 2024-02-14T20:31:50.691Z | Documenting openssl-probe v0.1.5 |
2471 | 2024-02-14T20:31:50.786Z | Documenting regex-syntax v0.8.2 |
2472 | 2024-02-14T20:31:51.668Z | Documenting syn v2.0.48 |
2473 | 2024-02-14T20:31:51.997Z | Documenting tokio-util v0.7.10 |
2474 | 2024-02-14T20:31:53.349Z | Documenting async-trait v0.1.77 |
2475 | 2024-02-14T20:31:53.919Z | Documenting pem-rfc7468 v0.7.0 |
2476 | 2024-02-14T20:31:54.446Z | Documenting encoding_rs v0.8.33 |
2477 | 2024-02-14T20:31:54.680Z | Documenting crossbeam-utils v0.8.16 |
2478 | 2024-02-14T20:31:57.517Z | Documenting regex-automata v0.4.4 |
2479 | 2024-02-14T20:31:57.934Z | Documenting h2 v0.3.24 |
2480 | 2024-02-14T20:31:58.085Z | Documenting der_derive v0.7.2 |
2481 | 2024-02-14T20:31:58.112Z | Documenting flagset v0.4.3 |
2482 | 2024-02-14T20:31:58.397Z | Documenting native-tls v0.2.11 |
2483 | 2024-02-14T20:31:58.913Z | Documenting utf8parse v0.2.1 |
2484 | 2024-02-14T20:31:59.089Z | Documenting serde_urlencoded v0.7.1 |
2485 | 2024-02-14T20:32:00.999Z | Documenting num-integer v0.1.45 |
2486 | 2024-02-14T20:32:01.754Z | Documenting time-macros v0.2.13 |
2487 | 2024-02-14T20:32:03.323Z | Documenting time-core v0.1.1 |
2488 | 2024-02-14T20:32:03.357Z | Documenting der v0.7.8 |
2489 | 2024-02-14T20:32:03.430Z | Documenting tokio-native-tls v0.3.1 |
2490 | 2024-02-14T20:32:05.202Z | Documenting num_threads v0.1.6 |
2491 | 2024-02-14T20:32:06.235Z | Documenting gimli v0.28.0 |
2492 | 2024-02-14T20:32:06.651Z | Documenting regex v1.10.3 |
2493 | 2024-02-14T20:32:07.013Z | Documenting deranged v0.3.8 |
2494 | 2024-02-14T20:32:08.344Z | Documenting spki v0.7.2 |
2495 | 2024-02-14T20:32:08.726Z | Documenting object v0.32.1 |
2496 | 2024-02-14T20:32:08.858Z | Documenting webpki-roots v0.25.2 |
2497 | 2024-02-14T20:32:09.369Z | Documenting hyper v0.14.27 |
2498 | 2024-02-14T20:32:10.815Z | Documenting rustc-demangle v0.1.23 |
2499 | 2024-02-14T20:32:11.562Z | Documenting time v0.3.27 |
2500 | 2024-02-14T20:32:12.307Z | Documenting spin v0.9.8 |
2501 | 2024-02-14T20:32:12.719Z | Documenting addr2line v0.21.0 |
2502 | 2024-02-14T20:32:12.768Z | Documenting either v1.9.0 |
2503 | 2024-02-14T20:32:13.011Z | Documenting pkcs8 v0.10.2 |
2504 | 2024-02-14T20:32:13.767Z | Documenting openapiv3 v2.0.0 |
2505 | 2024-02-14T20:32:15.511Z | Documenting futures-executor v0.3.30 |
2506 | 2024-02-14T20:32:16.470Z | Checking pest_meta v2.7.6 |
2507 | 2024-02-14T20:32:16.895Z | Documenting memoffset v0.9.0 |
2508 | 2024-02-14T20:32:17.020Z | Documenting anstyle v1.0.2 |
2509 | 2024-02-14T20:32:17.484Z | Documenting data-encoding v2.4.0 |
2510 | 2024-02-14T20:32:17.520Z | Documenting anstyle-parse v0.2.1 |
2511 | 2024-02-14T20:32:19.679Z | Documenting crossbeam-epoch v0.9.15 |
2512 | 2024-02-14T20:32:20.744Z | Documenting ipnetwork v0.20.0 |
2513 | 2024-02-14T20:32:20.770Z | Documenting sha2 v0.10.8 |
2514 | 2024-02-14T20:32:20.902Z | Documenting hex v0.4.3 |
2515 | 2024-02-14T20:32:20.951Z | Documenting crc32fast v1.3.2 |
2516 | 2024-02-14T20:32:21.490Z | Documenting backtrace v0.3.69 |
2517 | 2024-02-14T20:32:22.010Z | Documenting pest_meta v2.7.6 |
2518 | 2024-02-14T20:32:22.014Z | Documenting hyper-rustls v0.24.2 |
2519 | 2024-02-14T20:32:23.741Z | Documenting hyper-tls v0.5.0 |
2520 | 2024-02-14T20:32:24.689Z | Documenting scroll_derive v0.12.0 |
2521 | 2024-02-14T20:32:24.974Z | Documenting untrusted v0.9.0 |
2522 | 2024-02-14T20:32:25.788Z | Documenting colorchoice v1.0.0 |
2523 | 2024-02-14T20:32:25.840Z | Documenting anstyle-query v1.0.0 |
2524 | 2024-02-14T20:32:26.063Z | Documenting pest_generator v2.7.6 |
2525 | 2024-02-14T20:32:27.750Z | Documenting anyhow v1.0.75 |
2526 | 2024-02-14T20:32:27.794Z | Documenting ring v0.17.7 |
2527 | 2024-02-14T20:32:28.594Z | Documenting futures v0.3.30 |
2528 | 2024-02-14T20:32:29.247Z | Documenting scroll v0.12.0 |
2529 | 2024-02-14T20:32:29.462Z | Documenting anstream v0.5.0 |
2530 | 2024-02-14T20:32:30.098Z | Checking pest_generator v2.7.6 |
2531 | 2024-02-14T20:32:30.893Z | Documenting num-iter v0.1.43 |
2532 | 2024-02-14T20:32:30.904Z | Documenting hmac v0.12.1 |
2533 | 2024-02-14T20:32:31.084Z | Documenting reqwest v0.11.22 |
2534 | 2024-02-14T20:32:32.688Z | Documenting signal-hook v0.3.17 |
2535 | 2024-02-14T20:32:33.037Z | Documenting terminal_size v0.2.6 |
2536 | 2024-02-14T20:32:33.144Z | Documenting strsim v0.10.0 |
2537 | 2024-02-14T20:32:33.305Z | Documenting static_assertions v1.1.0 |
2538 | 2024-02-14T20:32:35.142Z | Documenting ucd-trie v0.1.6 |
2539 | 2024-02-14T20:32:35.789Z | Documenting clap_lex v0.5.1 |
2540 | 2024-02-14T20:32:36.202Z | Documenting plain v0.2.3 |
2541 | 2024-02-14T20:32:36.419Z | Documenting pest_derive v2.7.6 |
2542 | 2024-02-14T20:32:36.844Z | Documenting flate2 v1.0.28 |
2543 | 2024-02-14T20:32:37.273Z | Documenting clap_derive v4.4.2 |
2544 | 2024-02-14T20:32:37.680Z | Documenting pretty-hex v0.4.1 |
2545 | 2024-02-14T20:32:39.037Z | Documenting goblin v0.8.0 |
2546 | 2024-02-14T20:32:39.491Z | Documenting pest v2.7.6 |
2547 | 2024-02-14T20:32:40.396Z | Documenting clap_builder v4.4.2 |
2548 | 2024-02-14T20:32:40.753Z | Documenting managed v0.8.0 |
2549 | 2024-02-14T20:32:40.901Z | Documenting unicode-segmentation v1.10.1 |
2550 | 2024-02-14T20:32:41.935Z | Documenting signal-hook-mio v0.2.3 |
2551 | 2024-02-14T20:32:42.108Z | Documenting block-padding v0.3.3 |
2552 | 2024-02-14T20:32:42.490Z | Documenting scheduled-thread-pool v0.2.7 |
2553 | 2024-02-14T20:32:44.024Z | Documenting thread-id v4.2.0 |
2554 | 2024-02-14T20:32:44.285Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2555 | 2024-02-14T20:32:44.438Z | Documenting dtrace-parser v0.2.0 |
2556 | 2024-02-14T20:32:46.303Z | Documenting dof v0.3.0 |
2557 | 2024-02-14T20:32:46.322Z | Documenting enum-as-inner v0.5.1 |
2558 | 2024-02-14T20:32:46.396Z | Checking diesel_table_macro_syntax v0.1.0 |
2559 | 2024-02-14T20:32:46.504Z | Documenting diesel_table_macro_syntax v0.1.0 |
2560 | 2024-02-14T20:32:46.588Z | Documenting r2d2 v0.8.10 |
2561 | 2024-02-14T20:32:46.704Z | Documenting clap v4.4.3 |
2562 | 2024-02-14T20:32:47.962Z | Documenting crossterm v0.27.0 |
2563 | 2024-02-14T20:32:48.234Z | Documenting bzip2 v0.4.4 |
2564 | 2024-02-14T20:32:49.216Z | Documenting inout v0.1.3 |
2565 | 2024-02-14T20:32:50.662Z | Documenting trust-dns-proto v0.22.0 |
2566 | 2024-02-14T20:32:50.795Z | Documenting md-5 v0.10.5 |
2567 | 2024-02-14T20:32:51.078Z | Documenting diesel_derives v2.1.2 |
2568 | 2024-02-14T20:32:51.607Z | Documenting stringprep v0.1.3 |
2569 | 2024-02-14T20:32:51.860Z | Documenting usdt-impl v0.5.0 |
2570 | 2024-02-14T20:32:52.275Z | Documenting toml_datetime v0.6.5 |
2571 | 2024-02-14T20:32:53.277Z | Documenting ff v0.13.0 |
2572 | 2024-02-14T20:32:53.424Z | Documenting regress v0.7.1 |
2573 | 2024-02-14T20:32:55.543Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2574 | 2024-02-14T20:32:55.699Z | Documenting base16ct v0.2.0 |
2575 | 2024-02-14T20:32:56.277Z | Documenting fallible-iterator v0.2.0 |
2576 | 2024-02-14T20:32:57.165Z | Documenting bit-vec v0.6.3 |
2577 | 2024-02-14T20:32:58.038Z | Documenting siphasher v0.3.11 |
2578 | 2024-02-14T20:32:58.777Z | Documenting sec1 v0.7.3 |
2579 | 2024-02-14T20:32:59.397Z | Documenting diesel v2.1.4 |
2580 | 2024-02-14T20:32:59.415Z | Documenting group v0.13.0 |
2581 | 2024-02-14T20:32:59.521Z | Documenting cipher v0.4.4 |
2582 | 2024-02-14T20:32:59.800Z | Documenting zip v0.6.6 |
2583 | 2024-02-14T20:33:01.137Z | Documenting phf_shared v0.11.2 |
2584 | 2024-02-14T20:33:01.382Z | Documenting hkdf v0.12.4 |
2585 | 2024-02-14T20:33:01.482Z | Documenting postgres-protocol v0.6.6 |
2586 | 2024-02-14T20:33:03.334Z | Documenting num-bigint v0.4.4 |
2587 | 2024-02-14T20:33:04.263Z | Documenting crypto-bigint v0.5.2 |
2588 | 2024-02-14T20:33:05.486Z | Documenting hubpack v0.1.2 |
2589 | 2024-02-14T20:33:05.907Z | Documenting bstr v1.6.0 |
2590 | 2024-02-14T20:33:05.970Z | Documenting serde_repr v0.1.16 |
2591 | 2024-02-14T20:33:06.489Z | Documenting fixedbitset v0.4.2 |
2592 | 2024-02-14T20:33:08.596Z | Documenting minimal-lexical v0.2.1 |
2593 | 2024-02-14T20:33:09.533Z | Documenting precomputed-hash v0.1.1 |
2594 | 2024-02-14T20:33:09.792Z | Documenting lalrpop-util v0.19.12 |
2595 | 2024-02-14T20:33:10.140Z | Documenting new_debug_unreachable v1.0.4 |
2596 | 2024-02-14T20:33:10.502Z | Documenting heck v0.4.1 |
2597 | 2024-02-14T20:33:11.087Z | Documenting yasna v0.5.2 |
2598 | 2024-02-14T20:33:11.393Z | Documenting elliptic-curve v0.13.8 |
2599 | 2024-02-14T20:33:12.544Z | Documenting nom v7.1.3 |
2600 | 2024-02-14T20:33:13.217Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2601 | 2024-02-14T20:33:13.530Z | Documenting string_cache v0.8.7 |
2602 | 2024-02-14T20:33:14.401Z | Documenting petgraph v0.6.4 |
2603 | 2024-02-14T20:33:15.130Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2604 | 2024-02-14T20:33:18.026Z | Documenting postgres-types v0.2.6 |
2605 | 2024-02-14T20:33:18.159Z | Documenting phf v0.11.2 |
2606 | 2024-02-14T20:33:18.348Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2607 | 2024-02-14T20:33:20.139Z | Documenting console v0.15.8 |
2608 | 2024-02-14T20:33:20.980Z | Documenting semver v1.0.21 |
2609 | 2024-02-14T20:33:21.713Z | Documenting float-cmp v0.9.0 |
2610 | 2024-02-14T20:33:21.973Z | Documenting difflib v0.4.0 |
2611 | 2024-02-14T20:33:22.327Z | Documenting predicates-core v1.0.6 |
2612 | 2024-02-14T20:33:23.149Z | Documenting whoami v1.4.1 |
2613 | 2024-02-14T20:33:24.325Z | Documenting normalize-line-endings v0.3.0 |
2614 | 2024-02-14T20:33:25.202Z | Documenting bit-set v0.5.3 |
2615 | 2024-02-14T20:33:25.423Z | Documenting similar v2.3.0 |
2616 | 2024-02-14T20:33:25.439Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2617 | 2024-02-14T20:33:25.731Z | Documenting getopts v0.2.21 |
2618 | 2024-02-14T20:33:26.200Z | Documenting tokio-stream v0.1.14 |
2619 | 2024-02-14T20:33:26.631Z | Checking ident_case v1.0.1 |
2620 | 2024-02-14T20:33:26.792Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2621 | 2024-02-14T20:33:27.080Z | Documenting tokio-postgres v0.7.10 |
2622 | 2024-02-14T20:33:28.158Z | Documenting predicates v3.1.0 |
2623 | 2024-02-14T20:33:29.309Z | Documenting match_cfg v0.1.0 |
2624 | 2024-02-14T20:33:29.797Z | Documenting sha1 v0.10.6 |
2625 | 2024-02-14T20:33:30.209Z | Documenting dirs-sys-next v0.1.2 |
2626 | 2024-02-14T20:33:31.440Z | Documenting rustls-pki-types v1.1.0 |
2627 | 2024-02-14T20:33:32.163Z | Documenting hostname v0.3.1 |
2628 | 2024-02-14T20:33:33.123Z | Documenting camino v1.1.6 |
2629 | 2024-02-14T20:33:33.294Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2630 | 2024-02-14T20:33:33.924Z | Documenting paste v1.0.14 |
2631 | 2024-02-14T20:33:34.178Z | Documenting dirs-next v2.0.0 |
2632 | 2024-02-14T20:33:34.638Z | Documenting thread_local v1.1.7 |
2633 | 2024-02-14T20:33:35.349Z | Documenting rustls-webpki v0.102.1 |
2634 | 2024-02-14T20:33:36.084Z | Documenting crossbeam-channel v0.5.8 |
2635 | 2024-02-14T20:33:36.455Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2636 | 2024-02-14T20:33:38.180Z | Documenting term v0.7.0 |
2637 | 2024-02-14T20:33:38.238Z | Documenting serde_spanned v0.6.5 |
2638 | 2024-02-14T20:33:38.463Z | Documenting atty v0.2.14 |
2639 | 2024-02-14T20:33:39.253Z | Documenting take_mut v0.2.2 |
2640 | 2024-02-14T20:33:39.829Z | Documenting winnow v0.5.15 |
2641 | 2024-02-14T20:33:40.177Z | Documenting rustls v0.22.2 |
2642 | 2024-02-14T20:33:40.226Z | Documenting slog-json v2.6.1 |
2643 | 2024-02-14T20:33:41.666Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2644 | 2024-02-14T20:33:41.878Z | Documenting http v1.0.0 |
2645 | 2024-02-14T20:33:42.143Z | Documenting slog-term v2.9.0 |
2646 | 2024-02-14T20:33:42.372Z | Documenting async-stream-impl v0.3.5 |
2647 | 2024-02-14T20:33:43.063Z | Documenting slog-async v2.8.0 |
2648 | 2024-02-14T20:33:44.850Z | Documenting debug-ignore v1.0.5 |
2649 | 2024-02-14T20:33:45.025Z | Documenting toml_edit v0.22.4 |
2650 | 2024-02-14T20:33:46.504Z | Documenting atomic-waker v1.1.1 |
2651 | 2024-02-14T20:33:46.934Z | Documenting async-stream v0.3.5 |
2652 | 2024-02-14T20:33:47.653Z | Documenting slog-bunyan v2.5.0 |
2653 | 2024-02-14T20:33:47.767Z | Documenting rustls-pemfile v2.0.0 |
2654 | 2024-02-14T20:33:47.912Z | Documenting multer v3.0.0 |
2655 | 2024-02-14T20:33:49.382Z | Documenting waitgroup v0.1.2 |
2656 | 2024-02-14T20:33:49.483Z | Documenting tokio-rustls v0.25.0 |
2657 | 2024-02-14T20:33:50.802Z | Checking darling_core v0.20.3 |
2658 | 2024-02-14T20:33:50.925Z | Documenting toml v0.8.10 |
2659 | 2024-02-14T20:33:50.995Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2660 | 2024-02-14T20:33:52.027Z | Documenting serde_path_to_error v0.1.15 |
2661 | 2024-02-14T20:33:52.624Z | Checking darling v0.20.3 |
2662 | 2024-02-14T20:33:52.671Z | Documenting structmeta-derive v0.3.0 |
2663 | 2024-02-14T20:33:52.734Z | Documenting serde_with_macros v3.6.0 |
2664 | 2024-02-14T20:33:52.751Z | Checking structmeta v0.3.0 |
2665 | 2024-02-14T20:33:52.987Z | Documenting instant v0.1.12 |
2666 | 2024-02-14T20:33:53.136Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2667 | 2024-02-14T20:33:54.948Z | Documenting macaddr v1.0.1 |
2668 | 2024-02-14T20:33:56.248Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2669 | 2024-02-14T20:33:56.809Z | Documenting backoff v0.4.0 |
2670 | 2024-02-14T20:33:56.907Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2671 | 2024-02-14T20:33:56.953Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2672 | 2024-02-14T20:33:57.127Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2673 | 2024-02-14T20:33:57.434Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2674 | 2024-02-14T20:33:57.736Z | Documenting structmeta v0.3.0 |
2675 | 2024-02-14T20:33:57.834Z | Documenting serde_with v3.6.0 |
2676 | 2024-02-14T20:33:58.942Z | Documenting fastrand v2.0.1 |
2677 | 2024-02-14T20:33:59.879Z | Documenting proc-macro-error-attr v1.0.4 |
2678 | 2024-02-14T20:34:00.697Z | Documenting is-terminal v0.4.9 |
2679 | 2024-02-14T20:34:01.705Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2680 | 2024-02-14T20:34:02.580Z | Checking proc-macro-error v1.0.4 |
2681 | 2024-02-14T20:34:02.863Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2682 | 2024-02-14T20:34:02.875Z | Checking proc-macro-crate v1.3.1 |
2683 | 2024-02-14T20:34:03.109Z | Documenting proc-macro-crate v1.3.1 |
2684 | 2024-02-14T20:34:03.139Z | Documenting hash32 v0.3.1 |
2685 | 2024-02-14T20:34:03.198Z | Documenting parse-display-derive v0.9.0 |
2686 | 2024-02-14T20:34:03.685Z | Documenting tempfile v3.10.0 |
2687 | 2024-02-14T20:34:03.791Z | Documenting proc-macro-error v1.0.4 |
2688 | 2024-02-14T20:34:05.461Z | Documenting stable_deref_trait v1.2.0 |
2689 | 2024-02-14T20:34:05.836Z | Documenting cobs v0.2.3 |
2690 | 2024-02-14T20:34:07.196Z | Documenting embedded-io v0.4.0 |
2691 | 2024-02-14T20:34:08.111Z | Documenting camino-tempfile v1.1.1 |
2692 | 2024-02-14T20:34:08.242Z | Documenting foreign-types-macros v0.2.3 |
2693 | 2024-02-14T20:34:08.292Z | Documenting heapless v0.8.0 |
2694 | 2024-02-14T20:34:08.514Z | Documenting num_enum_derive v0.5.11 |
2695 | 2024-02-14T20:34:08.742Z | Documenting foreign-types-shared v0.3.1 |
2696 | 2024-02-14T20:34:09.077Z | Documenting parse-display v0.9.0 |
2697 | 2024-02-14T20:34:10.399Z | Documenting postcard v1.0.8 |
2698 | 2024-02-14T20:34:11.634Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2699 | 2024-02-14T20:34:12.288Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2700 | 2024-02-14T20:34:12.586Z | Documenting crucible-workspace-hack v0.1.0 |
2701 | 2024-02-14T20:34:12.920Z | Documenting foreign-types v0.5.0 |
2702 | 2024-02-14T20:34:13.106Z | Documenting smoltcp v0.11.0 |
2703 | 2024-02-14T20:34:13.263Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2704 | 2024-02-14T20:34:14.590Z | Documenting num_enum v0.5.11 |
2705 | 2024-02-14T20:34:14.676Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2706 | 2024-02-14T20:34:15.139Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2707 | 2024-02-14T20:34:16.322Z | Documenting cstr-argument v0.1.2 |
2708 | 2024-02-14T20:34:16.757Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2709 | 2024-02-14T20:34:16.991Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2710 | 2024-02-14T20:34:18.292Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2711 | 2024-02-14T20:34:18.500Z | Documenting colored v2.0.4 |
2712 | 2024-02-14T20:34:19.537Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2713 | 2024-02-14T20:34:20.824Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2714 | 2024-02-14T20:34:21.188Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2715 | 2024-02-14T20:34:21.527Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2716 | 2024-02-14T20:34:23.076Z | Documenting zone_cfg_derive v0.3.0 |
2717 | 2024-02-14T20:34:23.254Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2718 | 2024-02-14T20:34:24.656Z | Documenting num-derive v0.4.0 |
2719 | 2024-02-14T20:34:24.801Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2720 | 2024-02-14T20:34:26.214Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2721 | 2024-02-14T20:34:26.229Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2722 | 2024-02-14T20:34:27.004Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2723 | 2024-02-14T20:34:27.453Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2724 | 2024-02-14T20:34:27.659Z | Documenting zone v0.3.0 |
2725 | 2024-02-14T20:34:29.488Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2726 | 2024-02-14T20:34:30.508Z | Documenting smf v0.2.2 |
2727 | 2024-02-14T20:34:32.210Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2728 | 2024-02-14T20:34:32.519Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2729 | 2024-02-14T20:34:32.686Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2730 | 2024-02-14T20:34:33.159Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2731 | 2024-02-14T20:34:34.065Z | Documenting password-hash v0.5.0 |
2732 | 2024-02-14T20:34:34.445Z | Documenting blake2 v0.10.6 |
2733 | 2024-02-14T20:34:34.523Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2734 | 2024-02-14T20:34:35.041Z | Documenting linked-hash-map v0.5.6 |
2735 | 2024-02-14T20:34:35.764Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2736 | 2024-02-14T20:34:38.214Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2737 | 2024-02-14T20:34:38.295Z | Documenting itertools v0.12.1 |
2738 | 2024-02-14T20:34:39.132Z | Documenting memmap v0.7.0 |
2739 | 2024-02-14T20:34:39.629Z | Documenting argon2 v0.5.3 |
2740 | 2024-02-14T20:34:39.653Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2741 | 2024-02-14T20:34:40.038Z | Documenting lru-cache v0.1.2 |
2742 | 2024-02-14T20:34:41.391Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2743 | 2024-02-14T20:34:42.620Z | Documenting quick-error v1.2.3 |
2744 | 2024-02-14T20:34:43.149Z | Documenting usdt v0.5.0 |
2745 | 2024-02-14T20:34:43.831Z | Documenting swrite v0.1.0 |
2746 | 2024-02-14T20:34:44.581Z | Documenting newtype_derive v0.1.6 |
2747 | 2024-02-14T20:34:44.755Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2748 | 2024-02-14T20:34:45.563Z | Documenting tap v1.0.1 |
2749 | 2024-02-14T20:34:45.797Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2750 | 2024-02-14T20:34:46.463Z | Documenting resolv-conf v0.7.0 |
2751 | 2024-02-14T20:34:48.092Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2752 | 2024-02-14T20:34:48.133Z | Documenting radium v0.7.0 |
2753 | 2024-02-14T20:34:48.133Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2754 | 2024-02-14T20:34:48.341Z | Documenting steno v0.4.0 |
2755 | 2024-02-14T20:34:48.432Z | Documenting wyz v0.5.1 |
2756 | 2024-02-14T20:34:50.452Z | Documenting nibble_vec v0.1.0 |
2757 | 2024-02-14T20:34:50.640Z | Checking heck v0.3.3 |
2758 | 2024-02-14T20:34:50.817Z | Documenting endian-type v0.1.2 |
2759 | 2024-02-14T20:34:50.835Z | Documenting trust-dns-resolver v0.22.0 |
2760 | 2024-02-14T20:34:51.522Z | Documenting funty v2.0.0 |
2761 | 2024-02-14T20:34:51.716Z | Documenting crc-catalog v2.2.0 |
2762 | 2024-02-14T20:34:54.588Z | Documenting structopt-derive v0.4.18 |
2763 | 2024-02-14T20:34:54.712Z | Documenting crc v3.0.1 |
2764 | 2024-02-14T20:34:54.923Z | Documenting bitvec v1.0.1 |
2765 | 2024-02-14T20:34:54.978Z | Documenting radix_trie v0.2.1 |
2766 | 2024-02-14T20:34:57.704Z | Documenting cancel-safe-futures v0.1.5 |
2767 | 2024-02-14T20:34:58.863Z | Documenting xattr v1.0.1 |
2768 | 2024-02-14T20:34:58.979Z | Documenting filetime v0.2.23 |
2769 | 2024-02-14T20:34:59.744Z | Documenting packed_struct_codegen v0.10.1 |
2770 | 2024-02-14T20:35:00.431Z | Documenting nodrop v0.1.14 |
2771 | 2024-02-14T20:35:00.937Z | Documenting structopt v0.3.26 |
2772 | 2024-02-14T20:35:02.923Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2773 | 2024-02-14T20:35:03.093Z | Documenting tar v0.4.40 |
2774 | 2024-02-14T20:35:03.252Z | Documenting array-init v0.0.4 |
2775 | 2024-02-14T20:35:03.779Z | Documenting libefi-sys v0.1.0 |
2776 | 2024-02-14T20:35:04.306Z | Documenting num-bigint-dig v0.8.4 |
2777 | 2024-02-14T20:35:05.364Z | Documenting num-rational v0.4.1 |
2778 | 2024-02-14T20:35:05.930Z | Documenting packed_struct v0.10.1 |
2779 | 2024-02-14T20:35:06.505Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2780 | 2024-02-14T20:35:07.343Z | Documenting pkcs1 v0.7.5 |
2781 | 2024-02-14T20:35:07.879Z | Documenting signature v2.1.0 |
2782 | 2024-02-14T20:35:09.698Z | Documenting num-complex v0.4.4 |
2783 | 2024-02-14T20:35:09.871Z | Documenting arc-swap v1.6.0 |
2784 | 2024-02-14T20:35:10.699Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2785 | 2024-02-14T20:35:10.731Z | Documenting bitfield v0.14.0 |
2786 | 2024-02-14T20:35:11.670Z | Documenting termcolor v1.2.0 |
2787 | 2024-02-14T20:35:12.240Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2788 | 2024-02-14T20:35:12.818Z | Documenting rsa v0.9.2 |
2789 | 2024-02-14T20:35:13.641Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2790 | 2024-02-14T20:35:13.889Z | Documenting slog-scope v4.4.0 |
2791 | 2024-02-14T20:35:15.116Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2792 | 2024-02-14T20:35:15.202Z | Documenting num v0.4.1 |
2793 | 2024-02-14T20:35:16.346Z | Documenting env_logger v0.10.0 |
2794 | 2024-02-14T20:35:17.417Z | Documenting serde-hex v0.1.0 |
2795 | 2024-02-14T20:35:17.945Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2796 | 2024-02-14T20:35:18.229Z | Documenting x509-cert v0.2.4 |
2797 | 2024-02-14T20:35:21.300Z | Documenting ron v0.8.1 |
2798 | 2024-02-14T20:35:21.330Z | Documenting libsw v3.3.1 |
2799 | 2024-02-14T20:35:21.421Z | Documenting gethostname v0.4.3 |
2800 | 2024-02-14T20:35:22.339Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2801 | 2024-02-14T20:35:22.998Z | Documenting half v2.3.1 |
2802 | 2024-02-14T20:35:23.882Z | Documenting derive-where v1.2.7 |
2803 | 2024-02-14T20:35:24.059Z | Documenting ciborium-io v0.2.2 |
2804 | 2024-02-14T20:35:25.352Z | Documenting same-file v1.0.6 |
2805 | 2024-02-14T20:35:25.637Z | Documenting crc-any v2.4.3 |
2806 | 2024-02-14T20:35:25.955Z | Documenting owo-colors v4.0.0 |
2807 | 2024-02-14T20:35:26.203Z | Documenting linear-map v1.2.0 |
2808 | 2024-02-14T20:35:27.534Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2809 | 2024-02-14T20:35:27.995Z | Documenting ciborium-ll v0.2.2 |
2810 | 2024-02-14T20:35:28.966Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2811 | 2024-02-14T20:35:30.032Z | Documenting walkdir v2.4.0 |
2812 | 2024-02-14T20:35:30.996Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2813 | 2024-02-14T20:35:31.188Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2814 | 2024-02-14T20:35:31.245Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2815 | 2024-02-14T20:35:32.241Z | Documenting slog-stdlog v4.1.1 |
2816 | 2024-02-14T20:35:34.756Z | Documenting slog-dtrace v0.3.0 |
2817 | 2024-02-14T20:35:36.022Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2818 | 2024-02-14T20:35:36.977Z | Documenting path-slash v0.1.5 |
2819 | 2024-02-14T20:35:37.507Z | Documenting slog-envlogger v2.2.0 |
2820 | 2024-02-14T20:35:40.148Z | Documenting ciborium v0.2.2 |
2821 | 2024-02-14T20:35:40.714Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2822 | 2024-02-14T20:35:41.885Z | Documenting pem v3.0.2 |
2823 | 2024-02-14T20:35:42.000Z | Documenting fxhash v0.2.1 |
2824 | 2024-02-14T20:35:43.168Z | Documenting utf-8 v0.7.6 |
2825 | 2024-02-14T20:35:45.514Z | Documenting display-error-chain v0.2.0 |
2826 | 2024-02-14T20:35:45.696Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2827 | 2024-02-14T20:35:45.843Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2828 | 2024-02-14T20:35:46.740Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2829 | 2024-02-14T20:35:46.767Z | Documenting vte_generate_state_changes v0.1.1 |
2830 | 2024-02-14T20:35:46.955Z | Documenting tungstenite v0.20.1 |
2831 | 2024-02-14T20:35:47.094Z | Documenting convert_case v0.4.0 |
2832 | 2024-02-14T20:35:49.304Z | Checking convert_case v0.4.0 |
2833 | 2024-02-14T20:35:49.518Z | Documenting buf-list v1.0.3 |
2834 | 2024-02-14T20:35:50.890Z | Documenting vte v0.11.1 |
2835 | 2024-02-14T20:35:51.079Z | Documenting derive_more v0.99.17 |
2836 | 2024-02-14T20:35:52.398Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2837 | 2024-02-14T20:35:52.897Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2838 | 2024-02-14T20:35:54.092Z | Documenting tokio-tungstenite v0.20.1 |
2839 | 2024-02-14T20:35:54.527Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2840 | 2024-02-14T20:35:54.848Z | Checking darling_core v0.14.4 |
2841 | 2024-02-14T20:35:55.884Z | Documenting pin-project-internal v1.1.3 |
2842 | 2024-02-14T20:35:56.690Z | Checking darling v0.14.4 |
2843 | 2024-02-14T20:35:56.807Z | Documenting strip-ansi-escapes v0.2.0 |
2844 | 2024-02-14T20:35:57.122Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2845 | 2024-02-14T20:36:00.935Z | Documenting doc-comment v0.3.3 |
2846 | 2024-02-14T20:36:01.326Z | Documenting pin-project v1.1.3 |
2847 | 2024-02-14T20:36:01.430Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2848 | 2024-02-14T20:36:02.134Z | Documenting crossbeam-deque v0.8.3 |
2849 | 2024-02-14T20:36:03.438Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2850 | 2024-02-14T20:36:03.849Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2851 | 2024-02-14T20:36:03.867Z | Documenting snafu-derive v0.7.5 |
2852 | 2024-02-14T20:36:04.302Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2853 | 2024-02-14T20:36:04.653Z | Documenting nu-ansi-term v0.49.0 |
2854 | 2024-02-14T20:36:06.409Z | Documenting rayon-core v1.12.0 |
2855 | 2024-02-14T20:36:07.448Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2856 | 2024-02-14T20:36:08.797Z | Documenting reedline v0.28.0 |
2857 | 2024-02-14T20:36:09.303Z | Documenting trust-dns-client v0.22.0 |
2858 | 2024-02-14T20:36:09.403Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2859 | 2024-02-14T20:36:10.757Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2860 | 2024-02-14T20:36:10.874Z | Documenting globset v0.4.13 |
2861 | 2024-02-14T20:36:11.067Z | Documenting olpc-cjson v0.1.3 |
2862 | 2024-02-14T20:36:12.550Z | Documenting snafu v0.7.5 |
2863 | 2024-02-14T20:36:15.126Z | Documenting serde_plain v1.0.2 |
2864 | 2024-02-14T20:36:15.835Z | Documenting headers-core v0.2.0 |
2865 | 2024-02-14T20:36:15.954Z | Documenting async-recursion v1.0.5 |
2866 | 2024-02-14T20:36:16.560Z | Documenting bytecount v0.6.3 |
2867 | 2024-02-14T20:36:17.784Z | Documenting typed-path v0.7.0 |
2868 | 2024-02-14T20:36:17.823Z | Documenting keccak v0.1.4 |
2869 | 2024-02-14T20:36:18.304Z | Documenting rayon v1.8.0 |
2870 | 2024-02-14T20:36:19.059Z | Documenting trust-dns-server v0.22.1 |
2871 | 2024-02-14T20:36:19.501Z | Documenting papergrid v0.11.0 |
2872 | 2024-02-14T20:36:20.551Z | Documenting headers v0.3.9 |
2873 | 2024-02-14T20:36:20.913Z | Documenting sha3 v0.10.8 |
2874 | 2024-02-14T20:36:21.398Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2875 | 2024-02-14T20:36:23.344Z | Documenting tough v0.16.0 |
2876 | 2024-02-14T20:36:24.309Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2877 | 2024-02-14T20:36:25.631Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2878 | 2024-02-14T20:36:25.875Z | Documenting derive_builder_core v0.12.0 |
2879 | 2024-02-14T20:36:26.360Z | Checking derive_builder_core v0.12.0 |
2880 | 2024-02-14T20:36:27.050Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2881 | 2024-02-14T20:36:27.143Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2882 | 2024-02-14T20:36:27.223Z | Documenting sled v0.34.7 |
2883 | 2024-02-14T20:36:27.413Z | Documenting fs-err v2.11.0 |
2884 | 2024-02-14T20:36:27.758Z | Documenting unicase v2.7.0 |
2885 | 2024-02-14T20:36:27.896Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2886 | 2024-02-14T20:36:28.234Z | Documenting tabled_derive v0.7.0 |
2887 | 2024-02-14T20:36:28.698Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2888 | 2024-02-14T20:36:31.051Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2889 | 2024-02-14T20:36:31.471Z | Documenting fd-lock v4.0.2 |
2890 | 2024-02-14T20:36:32.995Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2891 | 2024-02-14T20:36:33.538Z | Documenting nix v0.27.1 |
2892 | 2024-02-14T20:36:33.939Z | Documenting secrecy v0.8.0 |
2893 | 2024-02-14T20:36:34.068Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2894 | 2024-02-14T20:36:35.709Z | Documenting rustversion v1.0.14 |
2895 | 2024-02-14T20:36:36.011Z | Documenting sqlparser_derive v0.2.2 |
2896 | 2024-02-14T20:36:37.103Z | Documenting home v0.5.5 |
2897 | 2024-02-14T20:36:37.757Z | Documenting parse-size v1.0.0 |
2898 | 2024-02-14T20:36:38.096Z | Documenting unicode_categories v0.1.1 |
2899 | 2024-02-14T20:36:39.713Z | Documenting castaway v0.2.2 |
2900 | 2024-02-14T20:36:40.262Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2901 | 2024-02-14T20:36:40.387Z | Documenting tabled v0.15.0 |
2902 | 2024-02-14T20:36:40.944Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2903 | 2024-02-14T20:36:41.137Z | Documenting rustyline v13.0.0 |
2904 | 2024-02-14T20:36:41.424Z | Documenting sqlparser v0.43.1 |
2905 | 2024-02-14T20:36:42.149Z | Documenting sqlformat v0.2.3 |
2906 | 2024-02-14T20:36:43.447Z | Documenting derive_builder_macro v0.12.0 |
2907 | 2024-02-14T20:36:47.127Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2908 | 2024-02-14T20:36:47.789Z | Documenting mime_guess v2.0.4 |
2909 | 2024-02-14T20:36:48.231Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2910 | 2024-02-14T20:36:49.924Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2911 | 2024-02-14T20:36:50.304Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2912 | 2024-02-14T20:36:52.544Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2913 | 2024-02-14T20:36:52.865Z | Documenting universal-hash v0.5.1 |
2914 | 2024-02-14T20:36:54.704Z | Documenting bcs v0.1.6 |
2915 | 2024-02-14T20:36:56.086Z | Documenting kstat-rs v0.2.3 |
2916 | 2024-02-14T20:36:59.114Z | Documenting thiserror-impl-no-std v2.0.2 |
2917 | 2024-02-14T20:36:59.270Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2918 | 2024-02-14T20:37:01.187Z | Documenting curve25519-dalek-derive v0.1.0 |
2919 | 2024-02-14T20:37:03.165Z | Documenting ref-cast-impl v1.0.20 |
2920 | 2024-02-14T20:37:03.800Z | Documenting opaque-debug v0.3.0 |
2921 | 2024-02-14T20:37:04.188Z | Documenting highway v1.1.0 |
2922 | 2024-02-14T20:37:04.393Z | Documenting thiserror-no-std v2.0.2 |
2923 | 2024-02-14T20:37:05.644Z | Documenting curve25519-dalek v4.1.1 |
2924 | 2024-02-14T20:37:06.274Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2925 | 2024-02-14T20:37:06.697Z | Documenting poly1305 v0.8.0 |
2926 | 2024-02-14T20:37:07.348Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2927 | 2024-02-14T20:37:08.173Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2928 | 2024-02-14T20:37:08.517Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2929 | 2024-02-14T20:37:08.832Z | Documenting ref-cast v1.0.20 |
2930 | 2024-02-14T20:37:10.198Z | Documenting derive_builder v0.12.0 |
2931 | 2024-02-14T20:37:11.494Z | Documenting compact_str v0.7.1 |
2932 | 2024-02-14T20:37:11.862Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2933 | 2024-02-14T20:37:11.907Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2934 | 2024-02-14T20:37:13.433Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2935 | 2024-02-14T20:37:15.668Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2936 | 2024-02-14T20:37:17.871Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2937 | 2024-02-14T20:37:24.255Z | Documenting portable-atomic v1.4.3 |
2938 | 2024-02-14T20:37:25.471Z | Documenting polar-core v0.27.0 |
2939 | 2024-02-14T20:37:26.157Z | Documenting ed25519 v1.5.3 |
2940 | 2024-02-14T20:37:28.000Z | Documenting strum v0.26.1 |
2941 | 2024-02-14T20:37:29.121Z | Documenting libxml v0.3.3 |
2942 | 2024-02-14T20:37:30.883Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2943 | 2024-02-14T20:37:31.818Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2944 | 2024-02-14T20:37:32.661Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2945 | 2024-02-14T20:37:33.484Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2946 | 2024-02-14T20:37:34.303Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2947 | 2024-02-14T20:37:34.306Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2948 | 2024-02-14T20:37:35.431Z | Documenting chacha20 v0.9.1 |
2949 | 2024-02-14T20:37:36.288Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2950 | 2024-02-14T20:37:36.538Z | Documenting bb8 v0.8.3 |
2951 | 2024-02-14T20:37:40.531Z | Documenting aead v0.5.2 |
2952 | 2024-02-14T20:37:42.953Z | Documenting lru v0.12.1 |
2953 | 2024-02-14T20:37:43.574Z | Documenting quick-xml v0.30.0 |
2954 | 2024-02-14T20:37:44.120Z | Documenting impl-trait-for-tuples v0.2.2 |
2955 | 2024-02-14T20:37:46.596Z | Documenting oso-derive v0.27.0 |
2956 | 2024-02-14T20:37:47.686Z | Documenting stability v0.1.1 |
2957 | 2024-02-14T20:37:48.055Z | Documenting glob v0.3.1 |
2958 | 2024-02-14T20:37:48.434Z | Documenting maplit v1.0.2 |
2959 | 2024-02-14T20:37:49.062Z | Documenting cassowary v0.3.0 |
2960 | 2024-02-14T20:37:50.590Z | Documenting number_prefix v0.4.0 |
2961 | 2024-02-14T20:37:51.047Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2962 | 2024-02-14T20:37:51.161Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2963 | 2024-02-14T20:37:52.334Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2964 | 2024-02-14T20:37:52.455Z | Documenting oso v0.27.0 |
2965 | 2024-02-14T20:37:52.751Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2966 | 2024-02-14T20:37:53.135Z | Documenting ratatui v0.26.1 |
2967 | 2024-02-14T20:37:54.452Z | Documenting indicatif v0.17.7 |
2968 | 2024-02-14T20:37:54.759Z | Documenting chacha20poly1305 v0.10.1 |
2969 | 2024-02-14T20:37:58.026Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2970 | 2024-02-14T20:37:59.511Z | Documenting salty v0.2.0 |
2971 | 2024-02-14T20:38:01.125Z | Documenting vsss-rs v3.3.4 |
2972 | 2024-02-14T20:38:02.986Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2973 | 2024-02-14T20:38:04.083Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2974 | 2024-02-14T20:38:04.206Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2975 | 2024-02-14T20:38:04.285Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2976 | 2024-02-14T20:38:05.824Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2977 | 2024-02-14T20:38:08.805Z | Documenting cookie v0.18.0 |
2978 | 2024-02-14T20:38:08.873Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2979 | 2024-02-14T20:38:11.658Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2980 | 2024-02-14T20:38:13.987Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2981 | 2024-02-14T20:38:14.018Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2982 | 2024-02-14T20:38:14.303Z | Documenting serde-big-array v0.5.1 |
2983 | 2024-02-14T20:38:14.690Z | Documenting rtoolbox v0.0.1 |
2984 | 2024-02-14T20:38:14.854Z | Documenting smawk v0.3.1 |
2985 | 2024-02-14T20:38:15.769Z | Documenting unicode-linebreak v0.1.5 |
2986 | 2024-02-14T20:38:18.765Z | Documenting is_ci v1.1.1 |
2987 | 2024-02-14T20:38:18.926Z | Documenting http-range v0.1.5 |
2988 | 2024-02-14T20:38:19.178Z | Documenting humantime v2.1.0 |
2989 | 2024-02-14T20:38:19.329Z | Documenting textwrap v0.16.0 |
2990 | 2024-02-14T20:38:20.010Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2991 | 2024-02-14T20:38:21.808Z | Documenting rpassword v7.3.1 |
2992 | 2024-02-14T20:38:22.612Z | Documenting supports-color v2.1.0 |
2993 | 2024-02-14T20:38:22.832Z | Documenting hyper-staticfile v0.9.5 |
2994 | 2024-02-14T20:38:23.138Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2995 | 2024-02-14T20:38:23.987Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2996 | 2024-02-14T20:38:24.517Z | Documenting tui-tree-widget v0.17.0 |
2997 | 2024-02-14T20:38:26.765Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2998 | 2024-02-14T20:38:27.072Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2999 | 2024-02-14T20:38:29.104Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3000 | 2024-02-14T20:38:29.882Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3001 | 2024-02-14T20:38:30.733Z | Documenting rcgen v0.12.1 |
3002 | 2024-02-14T20:38:31.033Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3003 | 2024-02-14T20:38:31.160Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3004 | 2024-02-14T20:38:31.584Z | Documenting atomicwrites v0.4.3 |
3005 | 2024-02-14T20:38:32.535Z | Documenting signal-hook-tokio v0.3.1 |
3006 | 2024-02-14T20:38:36.038Z | Documenting subprocess v0.2.9 |
3007 | 2024-02-14T20:38:37.096Z | Documenting memmap2 v0.7.1 |
3008 | 2024-02-14T20:38:37.626Z | Documenting shell-words v1.1.0 |
3009 | 2024-02-14T20:38:38.611Z | Documenting constant_time_eq v0.3.0 |
3010 | 2024-02-14T20:38:40.426Z | Documenting arrayvec v0.7.4 |
3011 | 2024-02-14T20:38:41.369Z | Documenting arrayref v0.3.7 |
3012 | 2024-02-14T20:38:41.544Z | Documenting corncobs v0.1.3 |
3013 | 2024-02-14T20:38:42.198Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3014 | 2024-02-14T20:38:43.645Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3015 | 2024-02-14T20:38:44.320Z | Documenting blake3 v1.5.0 |
3016 | 2024-02-14T20:38:44.574Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3017 | 2024-02-14T20:38:47.251Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2024-02-14T20:38:48.901Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3019 | 2024-02-14T20:38:49.853Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3020 | 2024-02-14T20:38:51.257Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3021 | 2024-02-14T20:38:52.834Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3022 | 2024-02-14T20:38:57.248Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3023 | 2024-02-14T20:39:04.955Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3024 | 2024-02-14T20:39:06.812Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3025 | 2024-02-14T20:39:08.538Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3026 | 2024-02-14T20:39:08.666Z | warning: unclosed HTML tag `usize` |
3027 | 2024-02-14T20:39:08.666Z | --> wicket/src/ui/panes/update.rs:153:19 |
3028 | 2024-02-14T20:39:08.667Z | | |
3029 | 2024-02-14T20:39:08.667Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3030 | 2024-02-14T20:39:08.667Z | | ^^^^^^^ |
3031 | 2024-02-14T20:39:08.667Z | | |
3032 | 2024-02-14T20:39:08.667Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3033 | 2024-02-14T20:39:08.667Z | |
3034 | 2024-02-14T20:39:10.607Z | warning: `wicket` (lib doc) generated 1 warning |
3035 | 2024-02-14T20:39:10.611Z | Documenting fatfs v0.3.6 |
3036 | 2024-02-14T20:39:13.187Z | Documenting nanorand v0.7.0 |
3037 | 2024-02-14T20:39:15.847Z | Documenting topological-sort v0.2.2 |
3038 | 2024-02-14T20:39:17.411Z | Documenting assert_matches v1.5.0 |
3039 | 2024-02-14T20:39:18.684Z | Documenting flume v0.11.0 |
3040 | 2024-02-14T20:39:20.113Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3041 | 2024-02-14T20:39:20.480Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3042 | 2024-02-14T20:39:20.496Z | Documenting omicron-zone-package v0.11.0 |
3043 | 2024-02-14T20:39:20.578Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3044 | 2024-02-14T20:39:24.177Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3045 | 2024-02-14T20:39:26.415Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3046 | 2024-02-14T20:39:27.478Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3047 | 2024-02-14T20:39:28.068Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3048 | 2024-02-14T20:39:33.011Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3049 | 2024-02-14T20:39:33.827Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3050 | 2024-02-14T20:39:37.396Z | Documenting termios v0.3.3 |
3051 | 2024-02-14T20:39:38.054Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3052 | 2024-02-14T20:39:38.054Z | --> sled-agent/src/sim/instance.rs:46:7 |
3053 | 2024-02-14T20:39:38.055Z | | |
3054 | 2024-02-14T20:39:38.055Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3055 | 2024-02-14T20:39:38.055Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3056 | 2024-02-14T20:39:38.055Z | | |
3057 | 2024-02-14T20:39:38.055Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3058 | 2024-02-14T20:39:38.055Z | |
3059 | 2024-02-14T20:39:41.211Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3060 | 2024-02-14T20:39:41.921Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3061 | 2024-02-14T20:39:49.549Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3062 | 2024-02-14T20:39:50.466Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3063 | 2024-02-14T20:39:50.788Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3064 | 2024-02-14T20:40:02.231Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3065 | 2024-02-14T20:40:15.645Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3066 | 2024-02-14T20:40:15.961Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3067 | 2024-02-14T20:40:27.301Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3068 | 2024-02-14T20:40:29.534Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3069 | 2024-02-14T20:40:30.330Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3070 | 2024-02-14T20:40:33.317Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3071 | 2024-02-14T20:40:33.317Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3072 | 2024-02-14T20:40:33.317Z | | |
3073 | 2024-02-14T20:40:33.317Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3074 | 2024-02-14T20:40:33.317Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3075 | 2024-02-14T20:40:33.317Z | | |
3076 | 2024-02-14T20:40:33.317Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3077 | 2024-02-14T20:40:33.318Z | |
3078 | 2024-02-14T20:40:36.601Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3079 | 2024-02-14T20:40:41.339Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3080 | 2024-02-14T20:40:47.946Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3081 | 2024-02-14T20:40:47.949Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3082 | 2024-02-14T20:41:10.951Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3083 | 2024-02-14T20:42:00.305Z | warning: unresolved link to `VolumeConstructionRequest` |
3084 | 2024-02-14T20:42:00.305Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3085 | 2024-02-14T20:42:00.305Z | | |
3086 | 2024-02-14T20:42:00.305Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3087 | 2024-02-14T20:42:00.305Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3088 | 2024-02-14T20:42:00.305Z | | |
3089 | 2024-02-14T20:42:00.306Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3090 | 2024-02-14T20:42:00.306Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3091 | 2024-02-14T20:42:00.306Z | |
3092 | 2024-02-14T20:42:00.310Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3093 | 2024-02-14T20:42:00.310Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3094 | 2024-02-14T20:42:00.310Z | | |
3095 | 2024-02-14T20:42:00.310Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3096 | 2024-02-14T20:42:00.310Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3097 | 2024-02-14T20:42:00.310Z | |
3098 | 2024-02-14T20:42:00.310Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3099 | 2024-02-14T20:42:00.311Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3100 | 2024-02-14T20:42:00.311Z | | |
3101 | 2024-02-14T20:42:00.311Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3102 | 2024-02-14T20:42:00.311Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3103 | 2024-02-14T20:42:00.311Z | |
3104 | 2024-02-14T20:42:00.311Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3105 | 2024-02-14T20:42:00.311Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3106 | 2024-02-14T20:42:00.311Z | | |
3107 | 2024-02-14T20:42:00.311Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3108 | 2024-02-14T20:42:00.311Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3109 | 2024-02-14T20:42:00.311Z | |
3110 | 2024-02-14T20:42:00.311Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3111 | 2024-02-14T20:42:00.311Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3112 | 2024-02-14T20:42:00.312Z | | |
3113 | 2024-02-14T20:42:00.312Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3114 | 2024-02-14T20:42:00.312Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3115 | 2024-02-14T20:42:00.312Z | |
3116 | 2024-02-14T20:42:00.312Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3117 | 2024-02-14T20:42:00.312Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3118 | 2024-02-14T20:42:00.312Z | | |
3119 | 2024-02-14T20:42:00.312Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3120 | 2024-02-14T20:42:00.312Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3121 | 2024-02-14T20:42:00.312Z | |
3122 | 2024-02-14T20:42:00.312Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3123 | 2024-02-14T20:42:00.312Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3124 | 2024-02-14T20:42:00.312Z | | |
3125 | 2024-02-14T20:42:00.313Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3126 | 2024-02-14T20:42:00.313Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3127 | 2024-02-14T20:42:00.313Z | |
3128 | 2024-02-14T20:42:03.272Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3129 | 2024-02-14T20:42:19.726Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 35s |
3130 | 2024-02-14T20:42:19.831Z | |
3131 | 2024-02-14T20:42:19.837Z | real 11:35.969713701 |
3132 | 2024-02-14T20:42:19.837Z | user 31:36.402891282 |
3133 | 2024-02-14T20:42:19.837Z | sys 48:41.837527310 |
3134 | 2024-02-14T20:42:19.837Z | trap 0.990725600 |
3135 | 2024-02-14T20:42:19.837Z | tflt 0.108894505 |
3136 | 2024-02-14T20:42:19.837Z | dflt 0.514296065 |
3137 | 2024-02-14T20:42:19.837Z | kflt 0.000030727 |
3138 | 2024-02-14T20:42:19.837Z | lock 2:07:14.397799757 |
3139 | 2024-02-14T20:42:19.837Z | slp 2:52:53.694327779 |
3140 | 2024-02-14T20:42:19.838Z | lat 4:41.293824750 |
3141 | 2024-02-14T20:42:19.838Z | stop 1:31.229618919 |
3142 | 2024-02-14T20:42:19.838Z | process exited: duration 1313368 ms, exit code 0 |
|
3143 | 2024-02-14T20:42:19.859Z | found 0 output files |