|
|
|
1 | 2024-02-17T06:10:01.226Z | job assigned to worker 01HPTTXEK57HD6YWH5P5E065AR (queued for 1 m 0 s) |
|
2 | 2024-02-17T06:10:01.558Z | starting task 0: "setup" |
3 | 2024-02-17T06:10:01.638Z | ++ uname -s |
4 | 2024-02-17T06:10:01.644Z | + kern=SunOS |
5 | 2024-02-17T06:10:01.644Z | + case "$kern" in |
6 | 2024-02-17T06:10:01.644Z | + groupadd -g 12345 build |
7 | 2024-02-17T06:10:01.644Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-17T06:10:03.678Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-17T06:10:03.762Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-17T06:10:03.799Z | + home_fs=zfs |
11 | 2024-02-17T06:10:03.800Z | + [[ zfs == autofs ]] |
12 | 2024-02-17T06:10:03.800Z | + mkdir -p /home/build |
13 | 2024-02-17T06:10:03.800Z | + chown build:build /home/build /work |
14 | 2024-02-17T06:10:05.759Z | + chmod 0700 /home/build /work |
15 | 2024-02-17T06:10:05.763Z | process exited: duration 4203 ms, exit code 0 |
|
16 | 2024-02-17T06:10:05.772Z | starting task 1: "rust-toolchain" |
17 | 2024-02-17T06:10:05.779Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-17T06:10:05.785Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-17T06:10:05.892Z | info: downloading installer |
20 | 2024-02-17T06:10:07.633Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-17T06:10:07.633Z | warning: /opt/ooce/bin |
22 | 2024-02-17T06:10:07.633Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-17T06:10:07.634Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-17T06:10:07.634Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-17T06:10:07.634Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-17T06:10:07.634Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-17T06:10:07.634Z | error: cannot install while Rust is installed |
28 | 2024-02-17T06:10:07.634Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-17T06:10:07.731Z | info: profile set to 'default' |
30 | 2024-02-17T06:10:07.731Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-17T06:10:07.734Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-17T06:10:07.879Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-17T06:10:07.879Z | info: downloading component 'cargo' |
34 | 2024-02-17T06:10:08.649Z | info: downloading component 'clippy' |
35 | 2024-02-17T06:10:08.923Z | info: downloading component 'rust-docs' |
36 | 2024-02-17T06:10:09.898Z | info: downloading component 'rust-std' |
37 | 2024-02-17T06:10:11.614Z | info: downloading component 'rustc' |
38 | 2024-02-17T06:10:16.194Z | info: downloading component 'rustfmt' |
39 | 2024-02-17T06:10:16.197Z | info: installing component 'cargo' |
40 | 2024-02-17T06:10:16.899Z | info: installing component 'clippy' |
41 | 2024-02-17T06:10:17.300Z | info: installing component 'rust-docs' |
42 | 2024-02-17T06:10:18.775Z | info: installing component 'rust-std' |
43 | 2024-02-17T06:10:20.710Z | info: installing component 'rustc' |
44 | 2024-02-17T06:10:24.909Z | info: installing component 'rustfmt' |
45 | 2024-02-17T06:10:25.241Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-17T06:10:25.241Z | |
47 | 2024-02-17T06:10:25.528Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-17T06:10:25.528Z | |
49 | 2024-02-17T06:10:25.531Z | |
50 | 2024-02-17T06:10:25.531Z | Rust is installed now. Great! |
51 | 2024-02-17T06:10:25.531Z | |
52 | 2024-02-17T06:10:25.531Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-17T06:10:25.531Z | environment variable. This has not been done automatically. |
54 | 2024-02-17T06:10:25.531Z | |
55 | 2024-02-17T06:10:25.531Z | To configure your current shell, run: |
56 | 2024-02-17T06:10:25.531Z | source "$HOME/.cargo/env" |
57 | 2024-02-17T06:10:25.584Z | + rustc --version |
58 | 2024-02-17T06:10:25.650Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-17T06:10:25.654Z | process exited: duration 19882 ms, exit code 0 |
|
60 | 2024-02-17T06:10:25.660Z | starting task 2: "authentication" |
61 | 2024-02-17T06:10:25.682Z | process exited: duration 21 ms, exit code 0 |
|
62 | 2024-02-17T06:10:25.691Z | starting task 3: "clone repository" |
63 | 2024-02-17T06:10:25.694Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-17T06:10:25.697Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-17T06:10:25.904Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-17T06:10:32.044Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-17T06:10:32.044Z | + git fetch origin 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b |
68 | 2024-02-17T06:10:32.346Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-17T06:10:32.346Z | * branch 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b -> FETCH_HEAD |
70 | 2024-02-17T06:10:32.355Z | + [[ -n renovate/russh-monorepo ]] |
71 | 2024-02-17T06:10:32.358Z | ++ git branch --show-current |
72 | 2024-02-17T06:10:32.360Z | + current=main |
73 | 2024-02-17T06:10:32.361Z | + [[ main != renovate/russh-monorepo ]] |
74 | 2024-02-17T06:10:32.361Z | + git branch -f renovate/russh-monorepo 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b |
75 | 2024-02-17T06:10:32.363Z | + git checkout -f renovate/russh-monorepo |
76 | 2024-02-17T06:10:32.485Z | Switched to branch 'renovate/russh-monorepo' |
77 | 2024-02-17T06:10:32.942Z | + git reset --hard 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b |
78 | 2024-02-17T06:10:32.942Z | HEAD is now at 7ef19c0c5 fix(deps): update russh monorepo to 0.42.0 |
79 | 2024-02-17T06:10:32.942Z | process exited: duration 6798 ms, exit code 0 |
|
80 | 2024-02-17T06:10:32.949Z | starting task 4: "build" |
81 | 2024-02-17T06:10:32.955Z | + cargo --version |
82 | 2024-02-17T06:10:32.961Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-17T06:10:33.116Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-17T06:10:33.119Z | info: downloading component 'cargo' |
85 | 2024-02-17T06:10:33.825Z | info: downloading component 'clippy' |
86 | 2024-02-17T06:10:34.051Z | info: downloading component 'rust-docs' |
87 | 2024-02-17T06:10:34.925Z | info: downloading component 'rust-std' |
88 | 2024-02-17T06:10:36.237Z | info: downloading component 'rustc' |
89 | 2024-02-17T06:10:40.033Z | info: downloading component 'rustfmt' |
90 | 2024-02-17T06:10:40.305Z | info: installing component 'cargo' |
91 | 2024-02-17T06:10:41.172Z | info: installing component 'clippy' |
92 | 2024-02-17T06:10:41.509Z | info: installing component 'rust-docs' |
93 | 2024-02-17T06:10:43.063Z | info: installing component 'rust-std' |
94 | 2024-02-17T06:10:44.643Z | info: installing component 'rustc' |
95 | 2024-02-17T06:10:48.807Z | info: installing component 'rustfmt' |
96 | 2024-02-17T06:10:49.209Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-17T06:10:49.212Z | + rustc --version |
98 | 2024-02-17T06:10:49.284Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-17T06:10:49.299Z | + source ./env.sh |
100 | 2024-02-17T06:10:49.299Z | ++ set -o xtrace |
101 | 2024-02-17T06:10:49.299Z | ++++ dirname ./env.sh |
102 | 2024-02-17T06:10:49.324Z | +++ cd . |
103 | 2024-02-17T06:10:49.329Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-17T06:10:49.329Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-17T06:10:49.329Z | ++ 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-17T06:10:49.329Z | ++ 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-17T06:10:49.329Z | ++ 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-17T06:10:49.329Z | ++ 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-17T06:10:49.330Z | ++ 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-17T06:10:49.330Z | ++ 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-17T06:10:49.330Z | ++ 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-17T06:10:49.330Z | ++ 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-17T06:10:49.330Z | ++ unset OMICRON_WS |
114 | 2024-02-17T06:10:49.330Z | ++ set +o xtrace |
115 | 2024-02-17T06:10:49.359Z | |
116 | 2024-02-17T06:10:49.359Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-17T06:10:49.359Z | # # # # # # # # # # # # # # # |
118 | 2024-02-17T06:10:49.359Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-17T06:10:49.359Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-17T06:10:49.359Z | # # # # # # # # # # # # # # # |
121 | 2024-02-17T06:10:49.359Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-17T06:10:49.359Z | |
123 | 2024-02-17T06:10:59.132Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-17T06:11:00.369Z | Startup: Caching catalogs ... Done |
125 | 2024-02-17T06:11:01.733Z | Planning: Solver setup ... Done (0.984s) |
126 | 2024-02-17T06:11:01.757Z | Planning: Running solver ... Done (0.026s) |
127 | 2024-02-17T06:11:02.044Z | Planning: Finding local manifests ... Done (0.246s) |
128 | 2024-02-17T06:11:02.074Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-17T06:11:02.316Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-17T06:11:02.366Z | Planning: Package planning ... Done (0.049s) |
131 | 2024-02-17T06:11:02.437Z | Planning: Merging actions ... Done (0.056s) |
132 | 2024-02-17T06:11:03.512Z | Planning: Checking for conflicting actions ... Done (1.075s) |
133 | 2024-02-17T06:11:03.526Z | Planning: Consolidating action changes ... Done (0.011s) |
134 | 2024-02-17T06:11:07.281Z | Planning: Evaluating mediators ... Done (3.773s) |
135 | 2024-02-17T06:11:07.293Z | Planning: Planning completed in 6.88 seconds |
136 | 2024-02-17T06:11:07.308Z | Packages to install: 4 |
137 | 2024-02-17T06:11:07.308Z | Mediators to change: 2 |
138 | 2024-02-17T06:11:07.312Z | Services to change: 1 |
139 | 2024-02-17T06:11:07.312Z | Estimated space available: 148.87 GB |
140 | 2024-02-17T06:11:07.312Z | Estimated space to be consumed: 1.41 GB |
141 | 2024-02-17T06:11:07.312Z | Create boot environment: No |
142 | 2024-02-17T06:11:07.312Z | Create backup boot environment: No |
143 | 2024-02-17T06:11:07.312Z | Rebuild boot archive: No |
144 | 2024-02-17T06:11:07.312Z | |
145 | 2024-02-17T06:11:07.312Z | Changed mediators: |
146 | 2024-02-17T06:11:07.312Z | mediator clang: |
147 | 2024-02-17T06:11:07.312Z | version: None -> 15 (system default) |
148 | 2024-02-17T06:11:07.312Z | |
149 | 2024-02-17T06:11:07.312Z | mediator llvm: |
150 | 2024-02-17T06:11:07.312Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-17T06:11:07.312Z | |
152 | 2024-02-17T06:11:07.312Z | Changed packages: |
153 | 2024-02-17T06:11:07.312Z | helios-dev |
154 | 2024-02-17T06:11:07.312Z | developer/build-essential |
155 | 2024-02-17T06:11:07.313Z | None -> 11-2.0 |
156 | 2024-02-17T06:11:07.313Z | library/libxmlsec1 |
157 | 2024-02-17T06:11:07.313Z | None -> 1.2.35-2.0 |
158 | 2024-02-17T06:11:07.313Z | ooce/developer/clang-15 |
159 | 2024-02-17T06:11:07.313Z | None -> 15.0.7-2.0 |
160 | 2024-02-17T06:11:07.313Z | ooce/developer/llvm-15 |
161 | 2024-02-17T06:11:07.313Z | None -> 15.0.7-2.0 |
162 | 2024-02-17T06:11:07.313Z | |
163 | 2024-02-17T06:11:07.313Z | Services: |
164 | 2024-02-17T06:11:07.313Z | restart_fmri: |
165 | 2024-02-17T06:11:07.313Z | svc:/system/update-man-index:default |
166 | 2024-02-17T06:11:07.616Z | |
167 | 2024-02-17T06:11:07.616Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-17T06:11:12.613Z | Download: 589/3290 items 17.6/212.6MB 8% complete (3.6M/s) |
169 | 2024-02-17T06:11:17.816Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (8.6M/s) |
170 | 2024-02-17T06:11:22.823Z | Download: 2008/3290 items 118.7/212.6MB 55% complete (10.1M/s) |
171 | 2024-02-17T06:11:28.346Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (9.4M/s) |
172 | 2024-02-17T06:11:33.355Z | Download: 3239/3290 items 186.3/212.6MB 87% complete (6.7M/s) |
173 | 2024-02-17T06:11:39.258Z | Download: 3285/3290 items 211.1/212.6MB 99% complete (9.7M/s) |
174 | 2024-02-17T06:11:39.334Z | Download: Completed 212.60 MB in 31.73 seconds (6.7M/s) |
175 | 2024-02-17T06:11:39.515Z | Actions: 1/3689 actions (Installing new actions) |
176 | 2024-02-17T06:11:44.538Z | Actions: 3622/3689 actions (Installing new actions) |
177 | 2024-02-17T06:11:44.778Z | Actions: Completed 3689 actions in 5.26 seconds. |
178 | 2024-02-17T06:11:44.949Z | Done (0.166s) |
179 | 2024-02-17T06:11:44.949Z | Done (0.000s) |
180 | 2024-02-17T06:11:45.166Z | Done (0.216s) |
181 | 2024-02-17T06:11:50.656Z | Done (5.367s) |
182 | 2024-02-17T06:11:50.828Z | Done (0.099s) |
183 | 2024-02-17T06:11:50.832Z | Done (0.000s) |
184 | 2024-02-17T06:11:50.982Z | Done (0.000s) |
185 | 2024-02-17T06:11:51.483Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-02-17T06:11:51.644Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-02-17T06:11:51.646Z | Planning: Consolidating action changes ... Done |
188 | 2024-02-17T06:11:51.916Z | Planning: Evaluating mediators ... Done |
189 | 2024-02-17T06:11:51.920Z | Planning: Planning completed in 0.43 seconds |
190 | 2024-02-17T06:11:51.949Z | Mediators to change: 2 |
191 | 2024-02-17T06:11:51.949Z | Create boot environment: No |
192 | 2024-02-17T06:11:51.953Z | Create backup boot environment: No |
193 | 2024-02-17T06:11:52.019Z | Done |
194 | 2024-02-17T06:11:52.019Z | Done |
195 | 2024-02-17T06:11:52.144Z | Done |
196 | 2024-02-17T06:11:55.833Z | Done |
197 | 2024-02-17T06:11:55.923Z | Done |
198 | 2024-02-17T06:11:55.926Z | Done |
199 | 2024-02-17T06:11:56.024Z | Done |
200 | 2024-02-17T06:11:56.670Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-02-17T06:11:56.672Z | Planning: Merging actions ... Done |
202 | 2024-02-17T06:11:56.870Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-02-17T06:11:56.873Z | Planning: Consolidating action changes ... Done |
204 | 2024-02-17T06:11:57.143Z | Planning: Evaluating mediators ... Done |
205 | 2024-02-17T06:11:57.203Z | Planning: Planning completed in 0.81 seconds |
206 | 2024-02-17T06:11:57.234Z | Packages to change: 1 |
207 | 2024-02-17T06:11:57.234Z | Mediators to change: 1 |
208 | 2024-02-17T06:11:57.237Z | Services to change: 1 |
209 | 2024-02-17T06:11:57.237Z | Create boot environment: No |
210 | 2024-02-17T06:11:57.237Z | Create backup boot environment: Yes |
211 | 2024-02-17T06:11:59.016Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-02-17T06:11:59.070Z | Actions: Completed 6 actions in 0.05 seconds. |
213 | 2024-02-17T06:11:59.073Z | Done |
214 | 2024-02-17T06:11:59.073Z | Done |
215 | 2024-02-17T06:11:59.114Z | Done |
216 | 2024-02-17T06:12:02.844Z | Done |
217 | 2024-02-17T06:12:02.928Z | Done |
218 | 2024-02-17T06:12:02.931Z | Done |
219 | 2024-02-17T06:12:03.035Z | Done |
220 | 2024-02-17T06:12:03.478Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-02-17T06:12:03.478Z | clang system 15 system |
222 | 2024-02-17T06:12:03.478Z | csh system system illumos |
223 | 2024-02-17T06:12:03.478Z | ctags system system illumos |
224 | 2024-02-17T06:12:03.478Z | gcc vendor 12 vendor |
225 | 2024-02-17T06:12:03.478Z | gcc system 10 system |
226 | 2024-02-17T06:12:03.478Z | gcc system 7 system |
227 | 2024-02-17T06:12:03.479Z | go system 1.20 system |
228 | 2024-02-17T06:12:03.479Z | go system 1.19 system |
229 | 2024-02-17T06:12:03.479Z | llvm system 15 system |
230 | 2024-02-17T06:12:03.479Z | llvm system 14 system |
231 | 2024-02-17T06:12:03.479Z | mariadb system 10.6 system |
232 | 2024-02-17T06:12:03.479Z | mta vendor vendor dma |
233 | 2024-02-17T06:12:03.479Z | openjdk system 17 system |
234 | 2024-02-17T06:12:03.479Z | openjdk system 11 system |
235 | 2024-02-17T06:12:03.479Z | openjdk system 1.8 system |
236 | 2024-02-17T06:12:03.479Z | openssl vendor 3 vendor |
237 | 2024-02-17T06:12:03.480Z | perl system 5.36 system |
238 | 2024-02-17T06:12:03.480Z | postgresql system 15 system |
239 | 2024-02-17T06:12:03.480Z | postgresql system 13 system |
240 | 2024-02-17T06:12:03.480Z | python vendor 3 vendor |
241 | 2024-02-17T06:12:03.480Z | python system 2 system |
242 | 2024-02-17T06:12:03.480Z | python3 system 3.11 system |
243 | 2024-02-17T06:12:03.480Z | ruby system 3.0 system |
244 | 2024-02-17T06:12:03.480Z | words vendor vendor american-english |
245 | 2024-02-17T06:12:03.480Z | words system system australian-english |
246 | 2024-02-17T06:12:03.480Z | words system system british-english |
247 | 2024-02-17T06:12:03.480Z | words system system canadian-english |
248 | 2024-02-17T06:12:03.480Z | words system system french |
249 | 2024-02-17T06:12:03.480Z | words system system italian |
250 | 2024-02-17T06:12:03.481Z | words system system ngerman |
251 | 2024-02-17T06:12:03.481Z | words system system ogerman |
252 | 2024-02-17T06:12:03.481Z | words system system spanish |
253 | 2024-02-17T06:12:03.807Z | FMRI IFO |
254 | 2024-02-17T06:12:03.807Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-02-17T06:12:03.807Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-02-17T06:12:03.807Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-02-17T06:12:03.807Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-02-17T06:12:03.807Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-02-17T06:12:03.807Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
260 | 2024-02-17T06:12:03.807Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
261 | 2024-02-17T06:12:03.807Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
262 | 2024-02-17T06:12:03.858Z | + set -o errexit |
263 | 2024-02-17T06:12:03.861Z | +++ dirname ./tools/ci_download_cockroachdb |
264 | 2024-02-17T06:12:03.861Z | ++ cd ./tools |
265 | 2024-02-17T06:12:03.861Z | ++ pwd |
266 | 2024-02-17T06:12:03.866Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
267 | 2024-02-17T06:12:03.866Z | ++ basename ./tools/ci_download_cockroachdb |
268 | 2024-02-17T06:12:03.866Z | + ARG0=ci_download_cockroachdb |
269 | 2024-02-17T06:12:03.870Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
270 | 2024-02-17T06:12:03.870Z | + CIDL_VERSION=v22.1.9 |
271 | 2024-02-17T06:12:03.870Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
272 | 2024-02-17T06:12:03.870Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
273 | 2024-02-17T06:12:03.870Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
274 | 2024-02-17T06:12:03.870Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
275 | 2024-02-17T06:12:03.871Z | + TARGET_DIR=out |
276 | 2024-02-17T06:12:03.871Z | + DOWNLOAD_DIR=out/downloads |
277 | 2024-02-17T06:12:03.871Z | + DEST_DIR=./out/cockroachdb |
278 | 2024-02-17T06:12:03.871Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
279 | 2024-02-17T06:12:03.871Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
280 | 2024-02-17T06:12:03.871Z | + main |
281 | 2024-02-17T06:12:03.871Z | + [[ 0 != 0 ]] |
282 | 2024-02-17T06:12:03.871Z | + CIDL_OS=solaris2.11 |
283 | 2024-02-17T06:12:03.871Z | + [[ 0 != 0 ]] |
284 | 2024-02-17T06:12:03.871Z | + configure_os solaris2.11 |
285 | 2024-02-17T06:12:03.871Z | + echo 'current directory: /work/oxidecomputer/omicron' |
286 | 2024-02-17T06:12:03.871Z | current directory: /work/oxidecomputer/omicron |
287 | 2024-02-17T06:12:03.871Z | + echo 'configuring based on OS: "solaris2.11"' |
288 | 2024-02-17T06:12:03.871Z | + case "$1" in |
289 | 2024-02-17T06:12:03.871Z | + CIDL_BUILD=illumos |
290 | 2024-02-17T06:12:03.871Z | + CIDL_SUFFIX=tar.gz |
291 | 2024-02-17T06:12:03.871Z | configuring based on OS: "solaris2.11" |
292 | 2024-02-17T06:12:03.871Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
293 | 2024-02-17T06:12:03.871Z | + CIDL_URL_BASE=https://illumos.org/downloads |
294 | 2024-02-17T06:12:03.871Z | + CIDL_ASSEMBLE=do_assemble_illumos |
295 | 2024-02-17T06:12:03.871Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
296 | 2024-02-17T06:12:03.871Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-17T06:12:03.871Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-17T06:12:03.871Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
299 | 2024-02-17T06:12:03.871Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-17T06:12:03.872Z | + CIDL_SHA256FUNC=do_sha256sum |
301 | 2024-02-17T06:12:03.872Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
302 | 2024-02-17T06:12:03.872Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
303 | 2024-02-17T06:12:03.872Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-02-17T06:12:03.872Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-02-17T06:12:03.872Z | + mkdir -p out/downloads |
306 | 2024-02-17T06:12:03.872Z | + mkdir -p ./out/cockroachdb |
307 | 2024-02-17T06:12:03.877Z | + local DO_DOWNLOAD=true |
308 | 2024-02-17T06:12:03.877Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
309 | 2024-02-17T06:12:03.877Z | + '[' true == true ']' |
310 | 2024-02-17T06:12:03.878Z | + echo Downloading... |
311 | 2024-02-17T06:12:03.878Z | Downloading... |
312 | 2024-02-17T06:12:03.878Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-02-17T06:12:03.878Z | + 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-17T06:12:14.127Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-02-17T06:12:14.130Z | ++ sha256sum |
316 | 2024-02-17T06:12:14.130Z | ++ awk '{print $1}' |
317 | 2024-02-17T06:12:14.233Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
318 | 2024-02-17T06:12:14.233Z | + [[ 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-17T06:12:14.237Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-02-17T06:12:14.237Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
321 | 2024-02-17T06:12:16.393Z | + do_assemble_illumos |
322 | 2024-02-17T06:12:16.393Z | + rm -r ./out/cockroachdb |
323 | 2024-02-17T06:12:16.398Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
324 | 2024-02-17T06:12:16.829Z | + ./out/cockroachdb/bin/cockroach version |
325 | 2024-02-17T06:12:17.042Z | Build Tag: v22.1.9-dirty |
326 | 2024-02-17T06:12:17.042Z | Build Time: 2022/10/26 21:17:46 |
327 | 2024-02-17T06:12:17.042Z | Distribution: OSS |
328 | 2024-02-17T06:12:17.042Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
329 | 2024-02-17T06:12:17.042Z | Go Version: go1.17.13 |
330 | 2024-02-17T06:12:17.042Z | C Compiler: gcc 10.3.0 |
331 | 2024-02-17T06:12:17.042Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
332 | 2024-02-17T06:12:17.042Z | Build Type: release |
333 | 2024-02-17T06:12:17.061Z | + set -o errexit |
334 | 2024-02-17T06:12:17.064Z | +++ dirname ./tools/ci_download_clickhouse |
335 | 2024-02-17T06:12:17.068Z | ++ cd ./tools |
336 | 2024-02-17T06:12:17.068Z | ++ pwd |
337 | 2024-02-17T06:12:17.068Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
338 | 2024-02-17T06:12:17.068Z | ++ basename ./tools/ci_download_clickhouse |
339 | 2024-02-17T06:12:17.073Z | + ARG0=ci_download_clickhouse |
340 | 2024-02-17T06:12:17.073Z | + TARGET_DIR=out |
341 | 2024-02-17T06:12:17.073Z | + DOWNLOAD_DIR=out/downloads |
342 | 2024-02-17T06:12:17.073Z | + DEST_DIR=./out/clickhouse |
343 | 2024-02-17T06:12:17.073Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
344 | 2024-02-17T06:12:17.073Z | + CIDL_VERSION=v22.8.9.24 |
345 | 2024-02-17T06:12:17.073Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
346 | 2024-02-17T06:12:17.073Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
347 | 2024-02-17T06:12:17.074Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
348 | 2024-02-17T06:12:17.074Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
349 | 2024-02-17T06:12:17.074Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
350 | 2024-02-17T06:12:17.074Z | + main |
351 | 2024-02-17T06:12:17.074Z | + [[ 0 != 0 ]] |
352 | 2024-02-17T06:12:17.074Z | + CIDL_OS=solaris2.11 |
353 | 2024-02-17T06:12:17.074Z | + [[ 0 != 0 ]] |
354 | 2024-02-17T06:12:17.074Z | + configure_os solaris2.11 |
355 | 2024-02-17T06:12:17.074Z | + echo 'current directory: /work/oxidecomputer/omicron' |
356 | 2024-02-17T06:12:17.074Z | current directory: /work/oxidecomputer/omicron |
357 | 2024-02-17T06:12:17.074Z | + echo 'configuring based on OS: "solaris2.11"' |
358 | 2024-02-17T06:12:17.074Z | + CIDL_DASHREV= |
359 | 2024-02-17T06:12:17.074Z | + case "$1" in |
360 | 2024-02-17T06:12:17.074Z | configuring based on OS: "solaris2.11" |
361 | 2024-02-17T06:12:17.074Z | + CIDL_PLATFORM=illumos |
362 | 2024-02-17T06:12:17.074Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-17T06:12:17.074Z | + CIDL_MD5FUNC=do_md5sum |
364 | 2024-02-17T06:12:17.074Z | + CIDL_DASHREV=-1 |
365 | 2024-02-17T06:12:17.074Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
366 | 2024-02-17T06:12:17.074Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-02-17T06:12:17.074Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-02-17T06:12:17.079Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2024-02-17T06:12:17.079Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2024-02-17T06:12:17.079Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-02-17T06:12:17.080Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
372 | 2024-02-17T06:12:17.080Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
373 | 2024-02-17T06:12:17.080Z | + mkdir -p out/downloads |
374 | 2024-02-17T06:12:17.080Z | + mkdir -p ./out/clickhouse |
375 | 2024-02-17T06:12:17.080Z | + local DO_DOWNLOAD=true |
376 | 2024-02-17T06:12:17.080Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
377 | 2024-02-17T06:12:17.080Z | + '[' true == true ']' |
378 | 2024-02-17T06:12:17.080Z | + echo Downloading... |
379 | 2024-02-17T06:12:17.080Z | Downloading... |
380 | 2024-02-17T06:12:17.080Z | + 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-17T06:12:17.080Z | + 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-17T06:12:18.635Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
383 | 2024-02-17T06:12:18.642Z | ++ md5sum |
384 | 2024-02-17T06:12:18.642Z | ++ awk '{print $1}' |
385 | 2024-02-17T06:12:18.816Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
386 | 2024-02-17T06:12:18.816Z | + [[ 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-17T06:12:18.820Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
388 | 2024-02-17T06:12:18.820Z | + mkdir -p ./out/clickhouse |
389 | 2024-02-17T06:12:18.820Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
390 | 2024-02-17T06:12:21.951Z | + ./out/clickhouse/clickhouse server --version |
391 | 2024-02-17T06:12:21.986Z | ClickHouse server version 22.8.9.1. |
392 | 2024-02-17T06:12:22.005Z | + set -o errexit |
393 | 2024-02-17T06:12:22.005Z | +++ dirname ./tools/ci_download_console |
394 | 2024-02-17T06:12:22.021Z | ++ cd ./tools |
395 | 2024-02-17T06:12:22.021Z | ++ pwd |
396 | 2024-02-17T06:12:22.021Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
397 | 2024-02-17T06:12:22.021Z | ++ basename ./tools/ci_download_console |
398 | 2024-02-17T06:12:22.021Z | + ARG0=ci_download_console |
399 | 2024-02-17T06:12:22.021Z | + TARGET_DIR=out |
400 | 2024-02-17T06:12:22.021Z | + DOWNLOAD_DIR=out/downloads |
401 | 2024-02-17T06:12:22.022Z | + DEST_DIR=./out/console-assets |
402 | 2024-02-17T06:12:22.022Z | + source /work/oxidecomputer/omicron/tools/console_version |
403 | 2024-02-17T06:12:22.022Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
404 | 2024-02-17T06:12:22.022Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
405 | 2024-02-17T06:12:22.022Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
406 | 2024-02-17T06:12:22.022Z | + TARBALL_FILE=out/downloads/console.tar.gz |
407 | 2024-02-17T06:12:22.022Z | + main |
408 | 2024-02-17T06:12:22.022Z | + [[ 0 != 0 ]] |
409 | 2024-02-17T06:12:22.023Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
410 | 2024-02-17T06:12:22.023Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
411 | 2024-02-17T06:12:22.023Z | + echo 'Local file: out/downloads/console.tar.gz' |
412 | 2024-02-17T06:12:22.023Z | Local file: out/downloads/console.tar.gz |
413 | 2024-02-17T06:12:22.023Z | + local DO_DOWNLOAD=true |
414 | 2024-02-17T06:12:22.023Z | + [[ -f out/downloads/console.tar.gz ]] |
415 | 2024-02-17T06:12:22.023Z | + mkdir -p out/downloads |
416 | 2024-02-17T06:12:22.023Z | + '[' true == true ']' |
417 | 2024-02-17T06:12:22.023Z | + echo Downloading... |
418 | 2024-02-17T06:12:22.023Z | Downloading... |
419 | 2024-02-17T06:12:22.023Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
420 | 2024-02-17T06:12:22.023Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
421 | 2024-02-17T06:12:22.586Z | ++ do_sha256sum out/downloads/console.tar.gz |
422 | 2024-02-17T06:12:22.589Z | ++ case "$OSTYPE" in |
423 | 2024-02-17T06:12:22.589Z | ++ SHA=sha256sum |
424 | 2024-02-17T06:12:22.589Z | ++ sha256sum |
425 | 2024-02-17T06:12:22.589Z | ++ awk '{print $1}' |
426 | 2024-02-17T06:12:22.593Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
427 | 2024-02-17T06:12:22.593Z | + [[ 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-17T06:12:22.593Z | + rm -rf ./out/console-assets |
429 | 2024-02-17T06:12:22.596Z | + mkdir -p ./out/console-assets |
430 | 2024-02-17T06:12:22.604Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
431 | 2024-02-17T06:12:22.604Z | + mkdir -p ./out/console-assets |
432 | 2024-02-17T06:12:22.605Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
433 | 2024-02-17T06:12:22.691Z | + set -o errexit |
434 | 2024-02-17T06:12:22.694Z | +++ dirname ./tools/ci_download_maghemite_openapi |
435 | 2024-02-17T06:12:22.697Z | ++ cd ./tools |
436 | 2024-02-17T06:12:22.697Z | ++ pwd |
437 | 2024-02-17T06:12:22.697Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
438 | 2024-02-17T06:12:22.697Z | ++ basename ./tools/ci_download_maghemite_openapi |
439 | 2024-02-17T06:12:22.701Z | + ARG0=ci_download_maghemite_openapi |
440 | 2024-02-17T06:12:22.701Z | + TARGET_DIR=out |
441 | 2024-02-17T06:12:22.701Z | + DOWNLOAD_DIR=out/downloads |
442 | 2024-02-17T06:12:22.701Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
443 | 2024-02-17T06:12:22.701Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
444 | 2024-02-17T06:12:22.701Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
445 | 2024-02-17T06:12:22.702Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
446 | 2024-02-17T06:12:22.702Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
447 | 2024-02-17T06:12:22.702Z | + main |
448 | 2024-02-17T06:12:22.702Z | + [[ 0 != 0 ]] |
449 | 2024-02-17T06:12:22.702Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
450 | 2024-02-17T06:12:22.702Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
451 | 2024-02-17T06:12:22.702Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
452 | 2024-02-17T06:12:22.702Z | + local DO_DOWNLOAD=true |
453 | 2024-02-17T06:12:22.702Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
454 | 2024-02-17T06:12:22.702Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
455 | 2024-02-17T06:12:22.702Z | + mkdir -p out/downloads |
456 | 2024-02-17T06:12:22.702Z | + '[' true == true ']' |
457 | 2024-02-17T06:12:22.702Z | + echo Downloading... |
458 | 2024-02-17T06:12:22.702Z | Downloading... |
459 | 2024-02-17T06:12:22.702Z | + 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-17T06:12:22.702Z | + 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-17T06:12:23.365Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
462 | 2024-02-17T06:12:23.365Z | ++ case "$OSTYPE" in |
463 | 2024-02-17T06:12:23.378Z | ++ SHA=sha256sum |
464 | 2024-02-17T06:12:23.379Z | ++ sha256sum |
465 | 2024-02-17T06:12:23.379Z | ++ awk '{print $1}' |
466 | 2024-02-17T06:12:23.379Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
467 | 2024-02-17T06:12:23.379Z | + [[ 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-17T06:12:23.379Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
469 | 2024-02-17T06:12:23.379Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
470 | 2024-02-17T06:12:23.379Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
471 | 2024-02-17T06:12:23.379Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
472 | 2024-02-17T06:12:23.380Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
473 | 2024-02-17T06:12:23.380Z | + main |
474 | 2024-02-17T06:12:23.380Z | + [[ 0 != 0 ]] |
475 | 2024-02-17T06:12:23.380Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
476 | 2024-02-17T06:12:23.380Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
477 | 2024-02-17T06:12:23.380Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
478 | 2024-02-17T06:12:23.380Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
479 | 2024-02-17T06:12:23.380Z | + local DO_DOWNLOAD=true |
480 | 2024-02-17T06:12:23.380Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
481 | 2024-02-17T06:12:23.380Z | + mkdir -p out/downloads |
482 | 2024-02-17T06:12:23.380Z | + '[' true == true ']' |
483 | 2024-02-17T06:12:23.380Z | + echo Downloading... |
484 | 2024-02-17T06:12:23.380Z | Downloading... |
485 | 2024-02-17T06:12:23.380Z | + 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-17T06:12:23.380Z | + 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-17T06:12:23.533Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
488 | 2024-02-17T06:12:23.536Z | ++ case "$OSTYPE" in |
489 | 2024-02-17T06:12:23.536Z | ++ SHA=sha256sum |
490 | 2024-02-17T06:12:23.536Z | ++ sha256sum |
491 | 2024-02-17T06:12:23.536Z | ++ awk '{print $1}' |
492 | 2024-02-17T06:12:23.539Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
493 | 2024-02-17T06:12:23.539Z | + [[ 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-17T06:12:23.546Z | + set -o errexit |
495 | 2024-02-17T06:12:23.549Z | +++ dirname ./tools/ci_download_dendrite_openapi |
496 | 2024-02-17T06:12:23.551Z | ++ cd ./tools |
497 | 2024-02-17T06:12:23.551Z | ++ pwd |
498 | 2024-02-17T06:12:23.551Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
499 | 2024-02-17T06:12:23.552Z | ++ basename ./tools/ci_download_dendrite_openapi |
500 | 2024-02-17T06:12:23.555Z | + ARG0=ci_download_dendrite_openapi |
501 | 2024-02-17T06:12:23.555Z | + TARGET_DIR=out |
502 | 2024-02-17T06:12:23.555Z | + DOWNLOAD_DIR=out/downloads |
503 | 2024-02-17T06:12:23.555Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
504 | 2024-02-17T06:12:23.555Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
505 | 2024-02-17T06:12:23.555Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
506 | 2024-02-17T06:12:23.555Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
507 | 2024-02-17T06:12:23.555Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
508 | 2024-02-17T06:12:23.555Z | + main |
509 | 2024-02-17T06:12:23.555Z | + [[ 0 != 0 ]] |
510 | 2024-02-17T06:12:23.555Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
511 | 2024-02-17T06:12:23.555Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
512 | 2024-02-17T06:12:23.555Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
513 | 2024-02-17T06:12:23.555Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
514 | 2024-02-17T06:12:23.555Z | + local DO_DOWNLOAD=true |
515 | 2024-02-17T06:12:23.555Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
516 | 2024-02-17T06:12:23.555Z | + mkdir -p out/downloads |
517 | 2024-02-17T06:12:23.555Z | + '[' true == true ']' |
518 | 2024-02-17T06:12:23.556Z | + echo Downloading... |
519 | 2024-02-17T06:12:23.556Z | Downloading... |
520 | 2024-02-17T06:12:23.559Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
521 | 2024-02-17T06:12:23.559Z | + 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-17T06:12:23.677Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
523 | 2024-02-17T06:12:23.677Z | ++ case "$OSTYPE" in |
524 | 2024-02-17T06:12:23.683Z | ++ SHA=sha256sum |
525 | 2024-02-17T06:12:23.683Z | ++ sha256sum |
526 | 2024-02-17T06:12:23.683Z | ++ awk '{print $1}' |
527 | 2024-02-17T06:12:23.683Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
528 | 2024-02-17T06:12:23.683Z | + [[ 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-17T06:12:23.691Z | + set -o errexit |
530 | 2024-02-17T06:12:23.691Z | +++ dirname ./tools/ci_download_dendrite_stub |
531 | 2024-02-17T06:12:23.692Z | ++ cd ./tools |
532 | 2024-02-17T06:12:23.692Z | ++ pwd |
533 | 2024-02-17T06:12:23.692Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
534 | 2024-02-17T06:12:23.692Z | ++ basename ./tools/ci_download_dendrite_stub |
535 | 2024-02-17T06:12:23.692Z | + ARG0=ci_download_dendrite_stub |
536 | 2024-02-17T06:12:23.692Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
537 | 2024-02-17T06:12:23.692Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
538 | 2024-02-17T06:12:23.692Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
539 | 2024-02-17T06:12:23.692Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
540 | 2024-02-17T06:12:23.692Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
541 | 2024-02-17T06:12:23.692Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
542 | 2024-02-17T06:12:23.692Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
543 | 2024-02-17T06:12:23.692Z | + TARGET_DIR=out |
544 | 2024-02-17T06:12:23.692Z | + DOWNLOAD_DIR=out/downloads |
545 | 2024-02-17T06:12:23.692Z | + DEST_DIR=./out/dendrite-stub |
546 | 2024-02-17T06:12:23.692Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
547 | 2024-02-17T06:12:23.692Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
548 | 2024-02-17T06:12:23.692Z | + REPO=oxidecomputer/dendrite |
549 | 2024-02-17T06:12:23.693Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
550 | 2024-02-17T06:12:23.693Z | + main |
551 | 2024-02-17T06:12:23.693Z | + [[ 0 != 0 ]] |
552 | 2024-02-17T06:12:23.693Z | + CIDL_OS=solaris2.11 |
553 | 2024-02-17T06:12:23.693Z | + [[ 0 != 0 ]] |
554 | 2024-02-17T06:12:23.693Z | + configure_os solaris2.11 |
555 | 2024-02-17T06:12:23.693Z | + echo 'current directory: /work/oxidecomputer/omicron' |
556 | 2024-02-17T06:12:23.693Z | current directory: /work/oxidecomputer/omicron |
557 | 2024-02-17T06:12:23.693Z | + echo 'configuring based on OS: "solaris2.11"' |
558 | 2024-02-17T06:12:23.693Z | + case "$1" in |
559 | 2024-02-17T06:12:23.693Z | configuring based on OS: "solaris2.11" |
560 | 2024-02-17T06:12:23.693Z | + SET_BINARIES= |
561 | 2024-02-17T06:12:23.693Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
562 | 2024-02-17T06:12:23.693Z | + CIDL_SHA256FUNC=do_sha256sum |
563 | 2024-02-17T06:12:23.693Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
564 | 2024-02-17T06:12:23.693Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
565 | 2024-02-17T06:12:23.693Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
566 | 2024-02-17T06:12:23.693Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
567 | 2024-02-17T06:12:23.693Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
568 | 2024-02-17T06:12:23.693Z | Local file: out/downloads/dendrite-stub.tar.gz |
569 | 2024-02-17T06:12:23.693Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
570 | 2024-02-17T06:12:23.693Z | + mkdir -p out/downloads |
571 | 2024-02-17T06:12:23.697Z | + mkdir -p ./out/dendrite-stub |
572 | 2024-02-17T06:12:23.697Z | + fetch_and_verify |
573 | 2024-02-17T06:12:23.697Z | + local DO_DOWNLOAD=true |
574 | 2024-02-17T06:12:23.697Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
575 | 2024-02-17T06:12:23.697Z | + '[' true == true ']' |
576 | 2024-02-17T06:12:23.697Z | + echo Downloading... |
577 | 2024-02-17T06:12:23.697Z | Downloading... |
578 | 2024-02-17T06:12:23.698Z | + 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-17T06:12:23.698Z | + 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-17T06:12:30.143Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
581 | 2024-02-17T06:12:30.146Z | ++ sha256sum |
582 | 2024-02-17T06:12:30.147Z | ++ awk '{print $1}' |
583 | 2024-02-17T06:12:30.167Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
584 | 2024-02-17T06:12:30.171Z | + [[ 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-17T06:12:30.171Z | + do_untar out/downloads/dendrite-stub.tar.gz |
586 | 2024-02-17T06:12:30.171Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
587 | 2024-02-17T06:12:30.866Z | + do_assemble |
588 | 2024-02-17T06:12:30.866Z | + rm -r ./out/dendrite-stub |
589 | 2024-02-17T06:12:30.872Z | + mkdir ./out/dendrite-stub |
590 | 2024-02-17T06:12:30.872Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
591 | 2024-02-17T06:12:30.961Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
592 | 2024-02-17T06:12:30.974Z | + set -o errexit |
593 | 2024-02-17T06:12:30.974Z | +++ dirname ./tools/ci_download_maghemite_mgd |
594 | 2024-02-17T06:12:30.990Z | ++ cd ./tools |
595 | 2024-02-17T06:12:30.990Z | ++ pwd |
596 | 2024-02-17T06:12:30.990Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
597 | 2024-02-17T06:12:30.990Z | ++ basename ./tools/ci_download_maghemite_mgd |
598 | 2024-02-17T06:12:30.990Z | + ARG0=ci_download_maghemite_mgd |
599 | 2024-02-17T06:12:30.990Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
600 | 2024-02-17T06:12:30.990Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
601 | 2024-02-17T06:12:30.990Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
602 | 2024-02-17T06:12:30.990Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
603 | 2024-02-17T06:12:30.990Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
604 | 2024-02-17T06:12:30.990Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
605 | 2024-02-17T06:12:30.990Z | + TARGET_DIR=out |
606 | 2024-02-17T06:12:30.990Z | + DOWNLOAD_DIR=out/downloads |
607 | 2024-02-17T06:12:30.990Z | + DEST_DIR=./out/mgd |
608 | 2024-02-17T06:12:30.990Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
609 | 2024-02-17T06:12:30.990Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
610 | 2024-02-17T06:12:30.990Z | + REPO=oxidecomputer/maghemite |
611 | 2024-02-17T06:12:30.990Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
612 | 2024-02-17T06:12:30.990Z | + main |
613 | 2024-02-17T06:12:30.990Z | + [[ 0 != 0 ]] |
614 | 2024-02-17T06:12:30.990Z | + CIDL_OS=solaris2.11 |
615 | 2024-02-17T06:12:30.990Z | + [[ 0 != 0 ]] |
616 | 2024-02-17T06:12:30.990Z | + configure_os solaris2.11 |
617 | 2024-02-17T06:12:30.991Z | + echo 'current directory: /work/oxidecomputer/omicron' |
618 | 2024-02-17T06:12:30.991Z | current directory: /work/oxidecomputer/omicron |
619 | 2024-02-17T06:12:30.991Z | configuring based on OS: "solaris2.11" |
620 | 2024-02-17T06:12:30.991Z | + echo 'configuring based on OS: "solaris2.11"' |
621 | 2024-02-17T06:12:30.991Z | + case "$1" in |
622 | 2024-02-17T06:12:30.991Z | + SET_BINARIES= |
623 | 2024-02-17T06:12:30.991Z | + CIDL_SHA256FUNC=do_sha256sum |
624 | 2024-02-17T06:12:30.991Z | + TARBALL_FILENAME=mgd.tar.gz |
625 | 2024-02-17T06:12:30.991Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
626 | 2024-02-17T06:12:30.991Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
627 | 2024-02-17T06:12:30.991Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
628 | 2024-02-17T06:12:30.991Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
629 | 2024-02-17T06:12:30.991Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
630 | 2024-02-17T06:12:30.991Z | Local file: out/downloads/mgd.tar.gz |
631 | 2024-02-17T06:12:30.991Z | + mkdir -p out/downloads |
632 | 2024-02-17T06:12:30.991Z | + mkdir -p ./out/mgd |
633 | 2024-02-17T06:12:30.991Z | + fetch_and_verify |
634 | 2024-02-17T06:12:30.991Z | + local DO_DOWNLOAD=true |
635 | 2024-02-17T06:12:30.991Z | + [[ -f out/downloads/mgd.tar.gz ]] |
636 | 2024-02-17T06:12:30.991Z | + '[' true == true ']' |
637 | 2024-02-17T06:12:30.991Z | + echo Downloading... |
638 | 2024-02-17T06:12:30.991Z | Downloading... |
639 | 2024-02-17T06:12:30.991Z | + 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-17T06:12:30.991Z | + 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-17T06:12:37.724Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
642 | 2024-02-17T06:12:37.736Z | ++ sha256sum |
643 | 2024-02-17T06:12:37.736Z | ++ awk '{print $1}' |
644 | 2024-02-17T06:12:37.741Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
645 | 2024-02-17T06:12:37.742Z | + [[ 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-17T06:12:37.742Z | + do_untar out/downloads/mgd.tar.gz |
647 | 2024-02-17T06:12:37.742Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
648 | 2024-02-17T06:12:38.200Z | + do_assemble |
649 | 2024-02-17T06:12:38.200Z | + rm -r ./out/mgd |
650 | 2024-02-17T06:12:38.205Z | + mkdir ./out/mgd |
651 | 2024-02-17T06:12:38.205Z | + cp -r out/downloads/root ./out/mgd/root |
652 | 2024-02-17T06:12:38.339Z | + set -o errexit |
653 | 2024-02-17T06:12:38.342Z | +++ dirname ./tools/ci_download_transceiver_control |
654 | 2024-02-17T06:12:38.343Z | ++ cd ./tools |
655 | 2024-02-17T06:12:38.343Z | ++ pwd |
656 | 2024-02-17T06:12:38.353Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
657 | 2024-02-17T06:12:38.353Z | ++ basename ./tools/ci_download_transceiver_control |
658 | 2024-02-17T06:12:38.354Z | + ARG0=ci_download_transceiver_control |
659 | 2024-02-17T06:12:38.354Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
660 | 2024-02-17T06:12:38.354Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
661 | 2024-02-17T06:12:38.354Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2024-02-17T06:12:38.354Z | + TARGET_DIR=out |
663 | 2024-02-17T06:12:38.354Z | + DOWNLOAD_DIR=out/downloads |
664 | 2024-02-17T06:12:38.355Z | + DEST_DIR=./out/transceiver-control |
665 | 2024-02-17T06:12:38.355Z | + BIN_DIR=/opt/oxide/bin |
666 | 2024-02-17T06:12:38.355Z | + BINARY=xcvradm |
667 | 2024-02-17T06:12:38.355Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
668 | 2024-02-17T06:12:38.355Z | + REPO=oxidecomputer/transceiver-control |
669 | 2024-02-17T06:12:38.355Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
670 | 2024-02-17T06:12:38.355Z | + main |
671 | 2024-02-17T06:12:38.355Z | + [[ 0 != 0 ]] |
672 | 2024-02-17T06:12:38.355Z | + CIDL_OS=solaris2.11 |
673 | 2024-02-17T06:12:38.355Z | + [[ 0 != 0 ]] |
674 | 2024-02-17T06:12:38.356Z | + configure_os solaris2.11 |
675 | 2024-02-17T06:12:38.356Z | + echo 'current directory: /work/oxidecomputer/omicron' |
676 | 2024-02-17T06:12:38.356Z | + echo 'configuring based on OS: "solaris2.11"' |
677 | 2024-02-17T06:12:38.357Z | + case "$1" in |
678 | 2024-02-17T06:12:38.357Z | current directory: /work/oxidecomputer/omicron |
679 | 2024-02-17T06:12:38.358Z | configuring based on OS: "solaris2.11" |
680 | 2024-02-17T06:12:38.358Z | + SET_BINARIES= |
681 | 2024-02-17T06:12:38.358Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2024-02-17T06:12:38.358Z | + CIDL_SHA256FUNC=do_sha256sum |
683 | 2024-02-17T06:12:38.358Z | + ARCHIVE_FILENAME=xcvradm.gz |
684 | 2024-02-17T06:12:38.358Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
685 | 2024-02-17T06:12:38.358Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
686 | 2024-02-17T06:12:38.358Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
687 | 2024-02-17T06:12:38.358Z | + echo 'Local file: out/downloads/xcvradm.gz' |
688 | 2024-02-17T06:12:38.358Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
689 | 2024-02-17T06:12:38.359Z | Local file: out/downloads/xcvradm.gz |
690 | 2024-02-17T06:12:38.359Z | + mkdir -p out/downloads |
691 | 2024-02-17T06:12:38.375Z | + mkdir -p ./out/transceiver-control |
692 | 2024-02-17T06:12:38.375Z | + fetch_and_verify |
693 | 2024-02-17T06:12:38.375Z | + local DO_DOWNLOAD=true |
694 | 2024-02-17T06:12:38.375Z | + [[ -f out/downloads/xcvradm.gz ]] |
695 | 2024-02-17T06:12:38.375Z | + '[' true == true ']' |
696 | 2024-02-17T06:12:38.375Z | + echo Downloading... |
697 | 2024-02-17T06:12:38.376Z | Downloading... |
698 | 2024-02-17T06:12:38.376Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
699 | 2024-02-17T06:12:38.376Z | + 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-17T06:12:39.999Z | ++ do_sha256sum out/downloads/xcvradm.gz |
701 | 2024-02-17T06:12:40.005Z | ++ sha256sum |
702 | 2024-02-17T06:12:40.005Z | ++ awk '{print $1}' |
703 | 2024-02-17T06:12:40.011Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
704 | 2024-02-17T06:12:40.011Z | + [[ 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-17T06:12:40.011Z | + do_unpack out/downloads/xcvradm.gz |
706 | 2024-02-17T06:12:40.011Z | + mkdir -p out/downloads/root//opt/oxide/bin |
707 | 2024-02-17T06:12:40.027Z | + gzip -dc out/downloads/xcvradm.gz |
708 | 2024-02-17T06:12:40.156Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
709 | 2024-02-17T06:12:40.167Z | + do_assemble |
710 | 2024-02-17T06:12:40.167Z | + rm -r ./out/transceiver-control |
711 | 2024-02-17T06:12:40.167Z | + mkdir ./out/transceiver-control |
712 | 2024-02-17T06:12:40.167Z | + cp -r out/downloads/root ./out/transceiver-control/root |
713 | 2024-02-17T06:12:40.443Z | All builder prerequisites installed successfully, and PATH looks valid |
714 | 2024-02-17T06:12:40.460Z | |
715 | 2024-02-17T06:12:40.460Z | real 1:51.025741808 |
716 | 2024-02-17T06:12:40.460Z | user 34.236109133 |
717 | 2024-02-17T06:12:40.460Z | sys 6.540779088 |
718 | 2024-02-17T06:12:40.460Z | trap 0.007844422 |
719 | 2024-02-17T06:12:40.460Z | tflt 0.215604056 |
720 | 2024-02-17T06:12:40.460Z | dflt 0.527708437 |
721 | 2024-02-17T06:12:40.460Z | kflt 0.234790675 |
722 | 2024-02-17T06:12:40.460Z | lock 1.611609553 |
723 | 2024-02-17T06:12:40.460Z | slp 3:43.024435914 |
724 | 2024-02-17T06:12:40.461Z | lat 1.747504727 |
725 | 2024-02-17T06:12:40.461Z | stop 0.141262272 |
726 | 2024-02-17T06:12:40.461Z | |
727 | 2024-02-17T06:12:40.461Z | #### # # ##### ##### # # |
728 | 2024-02-17T06:12:40.461Z | # # # # # # # # # # |
729 | 2024-02-17T06:12:40.461Z | # # # # # # # # |
730 | 2024-02-17T06:12:40.461Z | # # # ##### ##### # |
731 | 2024-02-17T06:12:40.461Z | # # # # # # # |
732 | 2024-02-17T06:12:40.461Z | #### ###### # # # # |
733 | 2024-02-17T06:12:40.461Z | |
734 | 2024-02-17T06:12:40.919Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
735 | 2024-02-17T06:12:40.956Z | Updating git repository `https://github.com/oxidecomputer/samael` |
736 | 2024-02-17T06:12:41.308Z | Updating crates.io index |
737 | 2024-02-17T06:12:41.313Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
738 | 2024-02-17T06:12:42.207Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
739 | 2024-02-17T06:12:43.896Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
740 | 2024-02-17T06:12:44.477Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
741 | 2024-02-17T06:12:44.759Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
742 | 2024-02-17T06:12:45.590Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
743 | 2024-02-17T06:12:46.011Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
744 | 2024-02-17T06:12:46.384Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
745 | 2024-02-17T06:12:48.236Z | Updating git repository `https://github.com/oxidecomputer/opte` |
746 | 2024-02-17T06:12:49.169Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
747 | 2024-02-17T06:12:49.593Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
748 | 2024-02-17T06:12:50.350Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
749 | 2024-02-17T06:12:50.847Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
750 | 2024-02-17T06:12:51.227Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
751 | 2024-02-17T06:12:51.613Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
752 | 2024-02-17T06:12:52.591Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
753 | 2024-02-17T06:12:52.595Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
754 | 2024-02-17T06:12:53.069Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
755 | 2024-02-17T06:12:53.535Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
756 | 2024-02-17T06:12:54.023Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
757 | 2024-02-17T06:12:54.536Z | Updating git repository `https://github.com/jgallagher/nix` |
758 | 2024-02-17T06:12:55.417Z | Updating git repository `https://github.com/cbiffle/hubpack` |
759 | 2024-02-17T06:12:55.949Z | Updating git repository `https://github.com/oxidecomputer/typify` |
760 | 2024-02-17T06:12:57.583Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
761 | 2024-02-17T06:12:58.034Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
762 | 2024-02-17T06:12:58.370Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
763 | 2024-02-17T06:12:59.607Z | Downloading crates ... |
764 | 2024-02-17T06:12:59.799Z | Downloaded equivalent v1.0.1 |
765 | 2024-02-17T06:12:59.813Z | Downloaded serde_derive v1.0.196 |
766 | 2024-02-17T06:12:59.826Z | Downloaded terminal_size v0.3.0 |
767 | 2024-02-17T06:12:59.826Z | Downloaded anstyle v1.0.2 |
768 | 2024-02-17T06:12:59.834Z | Downloaded thiserror-impl v1.0.57 |
769 | 2024-02-17T06:12:59.834Z | Downloaded clap_lex v0.7.0 |
770 | 2024-02-17T06:12:59.834Z | Downloaded itoa v1.0.9 |
771 | 2024-02-17T06:12:59.835Z | Downloaded heck v0.4.1 |
772 | 2024-02-17T06:13:00.323Z | Downloaded colorchoice v1.0.0 |
773 | 2024-02-17T06:13:00.323Z | Downloaded semver v1.0.21 |
774 | 2024-02-17T06:13:00.323Z | Downloaded utf8parse v0.2.1 |
775 | 2024-02-17T06:13:00.323Z | Downloaded anstyle-parse v0.2.1 |
776 | 2024-02-17T06:13:00.323Z | Downloaded camino v1.1.6 |
777 | 2024-02-17T06:13:00.324Z | Downloaded errno v0.3.8 |
778 | 2024-02-17T06:13:00.324Z | Downloaded toml_datetime v0.6.5 |
779 | 2024-02-17T06:13:00.324Z | Downloaded thiserror v1.0.57 |
780 | 2024-02-17T06:13:00.324Z | Downloaded strsim v0.11.0 |
781 | 2024-02-17T06:13:00.324Z | Downloaded serde_spanned v0.6.5 |
782 | 2024-02-17T06:13:00.324Z | Downloaded proc-macro2 v1.0.78 |
783 | 2024-02-17T06:13:00.324Z | Downloaded anstyle-query v1.0.0 |
784 | 2024-02-17T06:13:00.324Z | Downloaded cargo-platform v0.1.3 |
785 | 2024-02-17T06:13:00.324Z | Downloaded ryu v1.0.15 |
786 | 2024-02-17T06:13:00.324Z | Downloaded clap v4.5.0 |
787 | 2024-02-17T06:13:00.324Z | Downloaded quote v1.0.35 |
788 | 2024-02-17T06:13:00.324Z | Downloaded cargo_toml v0.19.0 |
789 | 2024-02-17T06:13:00.324Z | Downloaded anstream v0.6.11 |
790 | 2024-02-17T06:13:00.325Z | Downloaded clap_derive v4.5.0 |
791 | 2024-02-17T06:13:00.325Z | Downloaded toml v0.8.10 |
792 | 2024-02-17T06:13:00.325Z | Downloaded anyhow v1.0.75 |
793 | 2024-02-17T06:13:00.325Z | Downloaded bitflags v2.4.0 |
794 | 2024-02-17T06:13:00.325Z | Downloaded cargo_metadata v0.18.1 |
795 | 2024-02-17T06:13:00.325Z | Downloaded unicode-ident v1.0.12 |
796 | 2024-02-17T06:13:00.325Z | Downloaded serde v1.0.196 |
797 | 2024-02-17T06:13:00.325Z | Downloaded indexmap v2.2.3 |
798 | 2024-02-17T06:13:00.325Z | Downloaded memchr v2.6.3 |
799 | 2024-02-17T06:13:00.325Z | Downloaded toml_edit v0.22.6 |
800 | 2024-02-17T06:13:00.325Z | Downloaded hashbrown v0.14.3 |
801 | 2024-02-17T06:13:00.325Z | Downloaded serde_json v1.0.113 |
802 | 2024-02-17T06:13:00.325Z | Downloaded clap_builder v4.5.0 |
803 | 2024-02-17T06:13:00.325Z | Downloaded winnow v0.6.1 |
804 | 2024-02-17T06:13:00.326Z | Downloaded syn v2.0.48 |
805 | 2024-02-17T06:13:00.326Z | Downloaded rustix v0.38.31 |
806 | 2024-02-17T06:13:00.326Z | Downloaded libc v0.2.153 |
807 | 2024-02-17T06:13:00.326Z | Compiling proc-macro2 v1.0.78 |
808 | 2024-02-17T06:13:00.326Z | Compiling unicode-ident v1.0.12 |
809 | 2024-02-17T06:13:00.326Z | Compiling serde v1.0.196 |
810 | 2024-02-17T06:13:00.326Z | Compiling libc v0.2.153 |
811 | 2024-02-17T06:13:00.326Z | Compiling rustix v0.38.31 |
812 | 2024-02-17T06:13:00.326Z | Compiling bitflags v2.4.0 |
813 | 2024-02-17T06:13:00.326Z | Compiling equivalent v1.0.1 |
814 | 2024-02-17T06:13:00.326Z | Compiling hashbrown v0.14.3 |
815 | 2024-02-17T06:13:00.435Z | Compiling utf8parse v0.2.1 |
816 | 2024-02-17T06:13:00.924Z | Compiling winnow v0.6.1 |
817 | 2024-02-17T06:13:00.924Z | Compiling anstyle-parse v0.2.1 |
818 | 2024-02-17T06:13:00.924Z | Compiling anstyle v1.0.2 |
819 | 2024-02-17T06:13:00.924Z | Compiling anstyle-query v1.0.0 |
820 | 2024-02-17T06:13:01.021Z | Compiling semver v1.0.21 |
821 | 2024-02-17T06:13:01.470Z | Compiling colorchoice v1.0.0 |
822 | 2024-02-17T06:13:01.474Z | Compiling thiserror v1.0.57 |
823 | 2024-02-17T06:13:01.474Z | Compiling indexmap v2.2.3 |
824 | 2024-02-17T06:13:01.825Z | Compiling camino v1.1.6 |
825 | 2024-02-17T06:13:01.825Z | Compiling serde_json v1.0.113 |
826 | 2024-02-17T06:13:02.150Z | Compiling anstream v0.6.11 |
827 | 2024-02-17T06:13:02.166Z | Compiling ryu v1.0.15 |
828 | 2024-02-17T06:13:02.181Z | Compiling heck v0.4.1 |
829 | 2024-02-17T06:13:02.517Z | Compiling itoa v1.0.9 |
830 | 2024-02-17T06:13:02.528Z | Compiling clap_lex v0.7.0 |
831 | 2024-02-17T06:13:02.532Z | Compiling anyhow v1.0.75 |
832 | 2024-02-17T06:13:02.650Z | Compiling strsim v0.11.0 |
833 | 2024-02-17T06:13:02.870Z | Compiling quote v1.0.35 |
834 | 2024-02-17T06:13:03.224Z | Compiling errno v0.3.8 |
835 | 2024-02-17T06:13:03.265Z | Compiling syn v2.0.48 |
836 | 2024-02-17T06:13:04.163Z | Compiling terminal_size v0.3.0 |
837 | 2024-02-17T06:13:04.265Z | Compiling clap_builder v4.5.0 |
838 | 2024-02-17T06:13:08.035Z | Compiling serde_derive v1.0.196 |
839 | 2024-02-17T06:13:08.036Z | Compiling thiserror-impl v1.0.57 |
840 | 2024-02-17T06:13:08.040Z | Compiling clap_derive v4.5.0 |
841 | 2024-02-17T06:13:10.756Z | Compiling clap v4.5.0 |
842 | 2024-02-17T06:13:16.129Z | Compiling serde_spanned v0.6.5 |
843 | 2024-02-17T06:13:16.141Z | Compiling toml_datetime v0.6.5 |
844 | 2024-02-17T06:13:16.141Z | Compiling cargo-platform v0.1.3 |
845 | 2024-02-17T06:13:16.395Z | Compiling toml_edit v0.22.6 |
846 | 2024-02-17T06:13:17.453Z | Compiling cargo_metadata v0.18.1 |
847 | 2024-02-17T06:13:18.849Z | Compiling toml v0.8.10 |
848 | 2024-02-17T06:13:19.544Z | Compiling cargo_toml v0.19.0 |
849 | 2024-02-17T06:13:23.319Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
850 | 2024-02-17T06:13:23.858Z | Finished dev [unoptimized + debuginfo] target(s) in 43.36s |
851 | 2024-02-17T06:13:24.021Z | Running `target/debug/xtask clippy` |
852 | 2024-02-17T06:13:24.057Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
853 | 2024-02-17T06:13:24.984Z | Downloading crates ... |
854 | 2024-02-17T06:13:25.013Z | Downloaded adler v1.0.2 |
855 | 2024-02-17T06:13:25.013Z | Downloaded ciborium v0.2.2 |
856 | 2024-02-17T06:13:25.013Z | Downloaded cipher v0.4.4 |
857 | 2024-02-17T06:13:25.013Z | Downloaded instant v0.1.12 |
858 | 2024-02-17T06:13:25.013Z | Downloaded http-body v1.0.0 |
859 | 2024-02-17T06:13:25.013Z | Downloaded castaway v0.2.2 |
860 | 2024-02-17T06:13:25.013Z | Downloaded http-body v0.4.5 |
861 | 2024-02-17T06:13:25.013Z | Downloaded hyper-staticfile v0.9.5 |
862 | 2024-02-17T06:13:25.014Z | Downloaded httptest v0.15.5 |
863 | 2024-02-17T06:13:25.014Z | Downloaded cast v0.3.0 |
864 | 2024-02-17T06:13:25.014Z | Downloaded indoc v1.0.9 |
865 | 2024-02-17T06:13:25.014Z | Downloaded cassowary v0.3.0 |
866 | 2024-02-17T06:13:25.014Z | Downloaded cexpr v0.6.0 |
867 | 2024-02-17T06:13:25.014Z | Downloaded block-padding v0.3.3 |
868 | 2024-02-17T06:13:25.014Z | Downloaded blake2 v0.10.6 |
869 | 2024-02-17T06:13:25.014Z | Downloaded humantime v2.1.0 |
870 | 2024-02-17T06:13:25.015Z | Downloaded compact_str v0.7.1 |
871 | 2024-02-17T06:13:25.015Z | Downloaded cancel-safe-futures v0.1.5 |
872 | 2024-02-17T06:13:25.015Z | Downloaded bytes v1.5.0 |
873 | 2024-02-17T06:13:25.015Z | Downloaded inout v0.1.3 |
874 | 2024-02-17T06:13:25.015Z | Downloaded indexmap v1.9.3 |
875 | 2024-02-17T06:13:25.015Z | Downloaded rustversion v1.0.14 |
876 | 2024-02-17T06:13:25.016Z | Downloaded indoc v2.0.3 |
877 | 2024-02-17T06:13:25.016Z | Downloaded serde-big-array v0.5.1 |
878 | 2024-02-17T06:13:25.016Z | Downloaded indicatif v0.17.8 |
879 | 2024-02-17T06:13:25.016Z | Downloaded rtoolbox v0.0.1 |
880 | 2024-02-17T06:13:25.016Z | Downloaded scopeguard v1.2.0 |
881 | 2024-02-17T06:13:25.016Z | Downloaded criterion-plot v0.5.0 |
882 | 2024-02-17T06:13:25.016Z | Downloaded crossbeam-deque v0.8.3 |
883 | 2024-02-17T06:13:25.016Z | Downloaded rustls-native-certs v0.7.0 |
884 | 2024-02-17T06:13:25.016Z | Downloaded constant_time_eq v0.3.0 |
885 | 2024-02-17T06:13:25.017Z | Downloaded crc v3.0.1 |
886 | 2024-02-17T06:13:25.017Z | Downloaded ciborium-ll v0.2.2 |
887 | 2024-02-17T06:13:25.017Z | Downloaded kstat-rs v0.2.3 |
888 | 2024-02-17T06:13:25.017Z | Downloaded ipnetwork v0.20.0 |
889 | 2024-02-17T06:13:25.017Z | Downloaded cc v1.0.83 |
890 | 2024-02-17T06:13:25.017Z | Downloaded atomicwrites v0.4.3 |
891 | 2024-02-17T06:13:25.017Z | Downloaded atty v0.2.14 |
892 | 2024-02-17T06:13:25.017Z | Downloaded crossbeam-channel v0.5.8 |
893 | 2024-02-17T06:13:25.017Z | Downloaded scroll_derive v0.12.0 |
894 | 2024-02-17T06:13:25.018Z | Downloaded nodrop v0.1.14 |
895 | 2024-02-17T06:13:25.018Z | Downloaded keccak v0.1.4 |
896 | 2024-02-17T06:13:25.018Z | Downloaded match_cfg v0.1.0 |
897 | 2024-02-17T06:13:25.018Z | Downloaded hostname v0.3.1 |
898 | 2024-02-17T06:13:25.018Z | Downloaded criterion v0.5.1 |
899 | 2024-02-17T06:13:25.018Z | Downloaded matches v0.1.10 |
900 | 2024-02-17T06:13:25.018Z | Downloaded bitflags v1.3.2 |
901 | 2024-02-17T06:13:25.018Z | Downloaded crucible-workspace-hack v0.1.0 |
902 | 2024-02-17T06:13:25.019Z | Downloaded block-buffer v0.10.4 |
903 | 2024-02-17T06:13:25.019Z | Downloaded http-range v0.1.5 |
904 | 2024-02-17T06:13:25.019Z | Downloaded arrayref v0.3.7 |
905 | 2024-02-17T06:13:25.019Z | Downloaded hubpack_derive v0.1.1 |
906 | 2024-02-17T06:13:25.019Z | Downloaded is_ci v1.2.0 |
907 | 2024-02-17T06:13:25.019Z | Downloaded maybe-uninit v2.0.0 |
908 | 2024-02-17T06:13:25.019Z | Downloaded assert_cmd v2.0.13 |
909 | 2024-02-17T06:13:25.020Z | Downloaded libsw v3.3.1 |
910 | 2024-02-17T06:13:25.020Z | Downloaded curve25519-dalek-derive v0.1.0 |
911 | 2024-02-17T06:13:25.020Z | Downloaded atomic-waker v1.1.1 |
912 | 2024-02-17T06:13:25.020Z | Downloaded strum v0.25.0 |
913 | 2024-02-17T06:13:25.020Z | Downloaded strum v0.26.1 |
914 | 2024-02-17T06:13:25.020Z | Downloaded convert_case v0.4.0 |
915 | 2024-02-17T06:13:25.020Z | Downloaded aead v0.5.2 |
916 | 2024-02-17T06:13:25.021Z | Downloaded crunchy v0.2.2 |
917 | 2024-02-17T06:13:25.021Z | Downloaded base16ct v0.2.0 |
918 | 2024-02-17T06:13:25.021Z | Downloaded newtype_derive v0.1.6 |
919 | 2024-02-17T06:13:25.021Z | Downloaded autocfg v1.1.0 |
920 | 2024-02-17T06:13:25.021Z | Downloaded cobs v0.2.3 |
921 | 2024-02-17T06:13:25.021Z | Downloaded normalize-line-endings v0.3.0 |
922 | 2024-02-17T06:13:25.021Z | Downloaded num-integer v0.1.46 |
923 | 2024-02-17T06:13:25.021Z | Downloaded lru v0.12.1 |
924 | 2024-02-17T06:13:25.022Z | Downloaded termtree v0.4.1 |
925 | 2024-02-17T06:13:25.022Z | Downloaded usdt-attr-macro v0.3.5 |
926 | 2024-02-17T06:13:25.022Z | Downloaded home v0.5.5 |
927 | 2024-02-17T06:13:25.022Z | Downloaded libefi-sys v0.1.0 |
928 | 2024-02-17T06:13:25.022Z | Downloaded nested v0.1.1 |
929 | 2024-02-17T06:13:25.022Z | Downloaded new_debug_unreachable v1.0.4 |
930 | 2024-02-17T06:13:25.022Z | Downloaded multimap v0.10.0 |
931 | 2024-02-17T06:13:25.023Z | Downloaded bit-set v0.5.3 |
932 | 2024-02-17T06:13:25.023Z | Downloaded async-trait v0.1.77 |
933 | 2024-02-17T06:13:25.023Z | Downloaded openssl-macros v0.1.1 |
934 | 2024-02-17T06:13:25.023Z | Downloaded argon2 v0.5.3 |
935 | 2024-02-17T06:13:25.041Z | Downloaded md-5 v0.10.5 |
936 | 2024-02-17T06:13:25.041Z | Downloaded httparse v1.8.0 |
937 | 2024-02-17T06:13:25.041Z | Downloaded maplit v1.0.2 |
938 | 2024-02-17T06:13:25.041Z | Downloaded bitfield v0.14.0 |
939 | 2024-02-17T06:13:25.041Z | Downloaded nanorand v0.7.0 |
940 | 2024-02-17T06:13:25.041Z | Downloaded backoff v0.4.0 |
941 | 2024-02-17T06:13:25.042Z | Downloaded iana-time-zone v0.1.57 |
942 | 2024-02-17T06:13:25.042Z | Downloaded foreign-types-shared v0.1.1 |
943 | 2024-02-17T06:13:25.042Z | Downloaded byteorder v1.5.0 |
944 | 2024-02-17T06:13:25.042Z | Downloaded foreign-types-shared v0.3.1 |
945 | 2024-02-17T06:13:25.042Z | Downloaded bytecount v0.6.3 |
946 | 2024-02-17T06:13:25.043Z | Downloaded mockall v0.12.0 |
947 | 2024-02-17T06:13:25.043Z | Downloaded bcs v0.1.6 |
948 | 2024-02-17T06:13:25.043Z | Downloaded crypto-common v0.1.6 |
949 | 2024-02-17T06:13:25.043Z | Downloaded managed v0.8.0 |
950 | 2024-02-17T06:13:25.043Z | Downloaded blake2b_simd v1.0.1 |
951 | 2024-02-17T06:13:25.066Z | Downloaded num-iter v0.1.43 |
952 | 2024-02-17T06:13:25.067Z | Downloaded threadpool v1.8.1 |
953 | 2024-02-17T06:13:25.067Z | Downloaded num-derive v0.4.0 |
954 | 2024-02-17T06:13:25.067Z | Downloaded csv-core v0.1.11 |
955 | 2024-02-17T06:13:25.067Z | Downloaded peeking_take_while v0.1.2 |
956 | 2024-02-17T06:13:25.068Z | Downloaded pathdiff v0.2.1 |
957 | 2024-02-17T06:13:25.068Z | Downloaded path-slash v0.1.5 |
958 | 2024-02-17T06:13:25.068Z | Downloaded time-core v0.1.1 |
959 | 2024-02-17T06:13:25.068Z | Downloaded darling_macro v0.14.4 |
960 | 2024-02-17T06:13:25.069Z | Downloaded dtrace-parser v0.1.14 |
961 | 2024-02-17T06:13:25.069Z | Downloaded const-oid v0.9.5 |
962 | 2024-02-17T06:13:25.069Z | Downloaded cstr-argument v0.1.2 |
963 | 2024-02-17T06:13:25.069Z | Downloaded usdt v0.3.5 |
964 | 2024-02-17T06:13:25.069Z | Downloaded thiserror-impl-no-std v2.0.2 |
965 | 2024-02-17T06:13:25.070Z | Downloaded usdt-macro v0.3.5 |
966 | 2024-02-17T06:13:25.070Z | Downloaded nibble_vec v0.1.0 |
967 | 2024-02-17T06:13:25.084Z | Downloaded ahash v0.8.7 |
968 | 2024-02-17T06:13:25.084Z | Downloaded getopts v0.2.21 |
969 | 2024-02-17T06:13:25.084Z | Downloaded clang-sys v1.6.1 |
970 | 2024-02-17T06:13:25.084Z | Downloaded parse-display v0.9.0 |
971 | 2024-02-17T06:13:25.085Z | Downloaded slab v0.4.9 |
972 | 2024-02-17T06:13:25.085Z | Downloaded basic-toml v0.1.8 |
973 | 2024-02-17T06:13:25.085Z | Downloaded data-encoding v2.4.0 |
974 | 2024-02-17T06:13:25.085Z | Downloaded log v0.4.20 |
975 | 2024-02-17T06:13:25.105Z | Downloaded newtype-uuid v1.0.1 |
976 | 2024-02-17T06:13:25.105Z | Downloaded lru-cache v0.1.2 |
977 | 2024-02-17T06:13:25.105Z | Downloaded num-rational v0.4.1 |
978 | 2024-02-17T06:13:25.106Z | Downloaded libtest-mimic v0.6.1 |
979 | 2024-02-17T06:13:25.106Z | Downloaded fallible-iterator v0.2.0 |
980 | 2024-02-17T06:13:25.106Z | Downloaded olpc-cjson v0.1.3 |
981 | 2024-02-17T06:13:25.107Z | Downloaded num_enum v0.5.11 |
982 | 2024-02-17T06:13:25.107Z | Downloaded zone_cfg_derive v0.3.0 |
983 | 2024-02-17T06:13:25.107Z | Downloaded derive_builder_macro v0.12.0 |
984 | 2024-02-17T06:13:25.120Z | Downloaded headers-core v0.2.0 |
985 | 2024-02-17T06:13:25.120Z | Downloaded num-complex v0.4.4 |
986 | 2024-02-17T06:13:25.120Z | Downloaded crc-any v2.4.3 |
987 | 2024-02-17T06:13:25.120Z | Downloaded embedded-io v0.4.0 |
988 | 2024-02-17T06:13:25.121Z | Downloaded precomputed-hash v0.1.1 |
989 | 2024-02-17T06:13:25.121Z | Downloaded unicode-xid v0.2.4 |
990 | 2024-02-17T06:13:25.121Z | Downloaded rustls-pemfile v1.0.3 |
991 | 2024-02-17T06:13:25.121Z | Downloaded xattr v1.0.1 |
992 | 2024-02-17T06:13:25.121Z | Downloaded multer v3.0.0 |
993 | 2024-02-17T06:13:25.130Z | Downloaded tokio-tungstenite v0.20.1 |
994 | 2024-02-17T06:13:25.130Z | Downloaded rusty-fork v0.3.0 |
995 | 2024-02-17T06:13:25.130Z | Downloaded yansi v0.5.1 |
996 | 2024-02-17T06:13:25.131Z | Downloaded paste v1.0.14 |
997 | 2024-02-17T06:13:25.131Z | Downloaded spki v0.7.2 |
998 | 2024-02-17T06:13:25.131Z | Downloaded diesel_table_macro_syntax v0.1.0 |
999 | 2024-02-17T06:13:25.131Z | Downloaded openssl-probe v0.1.5 |
1000 | 2024-02-17T06:13:25.131Z | Downloaded allocator-api2 v0.2.16 |
1001 | 2024-02-17T06:13:25.131Z | Downloaded crossbeam-utils v0.8.16 |
1002 | 2024-02-17T06:13:25.148Z | Downloaded shell-words v1.1.0 |
1003 | 2024-02-17T06:13:25.148Z | Downloaded packed_struct v0.10.1 |
1004 | 2024-02-17T06:13:25.148Z | Downloaded smallvec v0.6.14 |
1005 | 2024-02-17T06:13:25.149Z | Downloaded miniz_oxide v0.7.1 |
1006 | 2024-02-17T06:13:25.162Z | Downloaded cfg-expr v0.15.6 |
1007 | 2024-02-17T06:13:25.162Z | Downloaded crossbeam-epoch v0.9.15 |
1008 | 2024-02-17T06:13:25.162Z | Downloaded dyn-clone v1.0.16 |
1009 | 2024-02-17T06:13:25.162Z | Downloaded flagset v0.4.3 |
1010 | 2024-02-17T06:13:25.163Z | Downloaded hyper-rustls v0.26.0 |
1011 | 2024-02-17T06:13:25.163Z | Downloaded semver v0.11.0 |
1012 | 2024-02-17T06:13:25.163Z | Downloaded sec1 v0.7.3 |
1013 | 2024-02-17T06:13:25.163Z | Downloaded poly1305 v0.8.0 |
1014 | 2024-02-17T06:13:25.173Z | Downloaded bindgen v0.69.2 |
1015 | 2024-02-17T06:13:25.173Z | Downloaded display-error-chain v0.2.0 |
1016 | 2024-02-17T06:13:25.173Z | Downloaded pretty-hex v0.2.1 |
1017 | 2024-02-17T06:13:25.207Z | Downloaded predicates-core v1.0.6 |
1018 | 2024-02-17T06:13:25.207Z | Downloaded hex-literal v0.4.1 |
1019 | 2024-02-17T06:13:25.207Z | Downloaded hash32 v0.3.1 |
1020 | 2024-02-17T06:13:25.207Z | Downloaded yasna v0.5.2 |
1021 | 2024-02-17T06:13:25.207Z | Downloaded toml v0.5.11 |
1022 | 2024-02-17T06:13:25.248Z | Downloaded string_cache v0.8.7 |
1023 | 2024-02-17T06:13:25.248Z | Downloaded thiserror-no-std v2.0.2 |
1024 | 2024-02-17T06:13:25.248Z | Downloaded waitgroup v0.1.2 |
1025 | 2024-02-17T06:13:25.248Z | Downloaded rand_chacha v0.3.1 |
1026 | 2024-02-17T06:13:25.248Z | Downloaded backtrace v0.3.69 |
1027 | 2024-02-17T06:13:25.248Z | Downloaded tower-service v0.3.2 |
1028 | 2024-02-17T06:13:25.248Z | Downloaded futures-io v0.3.30 |
1029 | 2024-02-17T06:13:25.248Z | Downloaded glob v0.3.1 |
1030 | 2024-02-17T06:13:25.248Z | Downloaded dirs-next v2.0.0 |
1031 | 2024-02-17T06:13:25.248Z | Downloaded difflib v0.4.0 |
1032 | 2024-02-17T06:13:25.248Z | Downloaded serde_with_macros v3.6.1 |
1033 | 2024-02-17T06:13:25.248Z | Downloaded usdt-macro v0.5.0 |
1034 | 2024-02-17T06:13:25.248Z | Downloaded plotters-svg v0.3.5 |
1035 | 2024-02-17T06:13:25.249Z | Downloaded sqlparser_derive v0.2.2 |
1036 | 2024-02-17T06:13:25.249Z | Downloaded guppy-workspace-hack v0.1.0 |
1037 | 2024-02-17T06:13:25.249Z | Downloaded arc-swap v1.6.0 |
1038 | 2024-02-17T06:13:25.255Z | Downloaded strum_macros v0.24.3 |
1039 | 2024-02-17T06:13:25.255Z | Downloaded serde_yaml v0.9.25 |
1040 | 2024-02-17T06:13:25.256Z | Downloaded thread_local v1.1.7 |
1041 | 2024-02-17T06:13:25.256Z | Downloaded defmt v0.3.5 |
1042 | 2024-02-17T06:13:25.256Z | Downloaded rustfmt-wrapper v0.2.0 |
1043 | 2024-02-17T06:13:25.256Z | Downloaded sha2 v0.10.8 |
1044 | 2024-02-17T06:13:25.256Z | Downloaded quick-error v1.2.3 |
1045 | 2024-02-17T06:13:25.256Z | Downloaded slog-stdlog v4.1.1 |
1046 | 2024-02-17T06:13:25.256Z | Downloaded serde_urlencoded v0.7.1 |
1047 | 2024-02-17T06:13:25.256Z | Downloaded pkg-config v0.3.27 |
1048 | 2024-02-17T06:13:25.256Z | Downloaded crypto-bigint v0.5.2 |
1049 | 2024-02-17T06:13:25.256Z | Downloaded tokio-stream v0.1.14 |
1050 | 2024-02-17T06:13:25.257Z | Downloaded try-lock v0.2.4 |
1051 | 2024-02-17T06:13:25.257Z | Downloaded unicode-width v0.1.11 |
1052 | 2024-02-17T06:13:25.261Z | Downloaded funty v2.0.0 |
1053 | 2024-02-17T06:13:25.261Z | Downloaded once_cell v1.19.0 |
1054 | 2024-02-17T06:13:25.261Z | Downloaded structmeta v0.2.0 |
1055 | 2024-02-17T06:13:25.261Z | Downloaded radium v0.7.0 |
1056 | 2024-02-17T06:13:25.269Z | Downloaded futures-executor v0.3.30 |
1057 | 2024-02-17T06:13:25.269Z | Downloaded toml v0.7.8 |
1058 | 2024-02-17T06:13:25.276Z | Downloaded dof v0.1.5 |
1059 | 2024-02-17T06:13:25.276Z | Downloaded base64 v0.21.7 |
1060 | 2024-02-17T06:13:25.276Z | Downloaded debug-ignore v1.0.5 |
1061 | 2024-02-17T06:13:25.276Z | Downloaded darling v0.20.3 |
1062 | 2024-02-17T06:13:25.282Z | Downloaded darling v0.14.4 |
1063 | 2024-02-17T06:13:25.292Z | Downloaded wyz v0.5.1 |
1064 | 2024-02-17T06:13:25.292Z | Downloaded ppv-lite86 v0.2.17 |
1065 | 2024-02-17T06:13:25.292Z | Downloaded utf-8 v0.7.6 |
1066 | 2024-02-17T06:13:25.292Z | Downloaded rust-argon2 v1.0.1 |
1067 | 2024-02-17T06:13:25.299Z | Downloaded phf_shared v0.10.0 |
1068 | 2024-02-17T06:13:25.299Z | Downloaded plain v0.2.3 |
1069 | 2024-02-17T06:13:25.299Z | Downloaded hash32 v0.2.1 |
1070 | 2024-02-17T06:13:25.299Z | Downloaded enum-as-inner v0.5.1 |
1071 | 2024-02-17T06:13:25.300Z | Downloaded parking_lot_core v0.9.8 |
1072 | 2024-02-17T06:13:25.300Z | Downloaded downcast v0.11.0 |
1073 | 2024-02-17T06:13:25.305Z | Downloaded rayon-core v1.12.0 |
1074 | 2024-02-17T06:13:25.305Z | Downloaded prettyplease v0.2.16 |
1075 | 2024-02-17T06:13:25.310Z | Downloaded stable_deref_trait v1.2.0 |
1076 | 2024-02-17T06:13:25.310Z | Downloaded universal-hash v0.5.1 |
1077 | 2024-02-17T06:13:25.310Z | Downloaded want v0.3.1 |
1078 | 2024-02-17T06:13:25.314Z | Downloaded pkcs8 v0.10.2 |
1079 | 2024-02-17T06:13:25.314Z | Downloaded getrandom v0.2.10 |
1080 | 2024-02-17T06:13:25.318Z | Downloaded tokio-rustls v0.24.1 |
1081 | 2024-02-17T06:13:25.324Z | Downloaded fxhash v0.2.1 |
1082 | 2024-02-17T06:13:25.324Z | Downloaded untrusted v0.9.0 |
1083 | 2024-02-17T06:13:25.324Z | Downloaded num-traits v0.2.16 |
1084 | 2024-02-17T06:13:25.329Z | Downloaded slog-scope v4.4.0 |
1085 | 2024-02-17T06:13:25.329Z | Downloaded fastrand v2.0.1 |
1086 | 2024-02-17T06:13:25.334Z | Downloaded predicates v3.1.0 |
1087 | 2024-02-17T06:13:25.334Z | Downloaded serde_path_to_error v0.1.15 |
1088 | 2024-02-17T06:13:25.345Z | Downloaded unicode-bidi v0.3.13 |
1089 | 2024-02-17T06:13:25.345Z | Downloaded sqlformat v0.2.3 |
1090 | 2024-02-17T06:13:25.355Z | Downloaded trust-dns-client v0.22.0 |
1091 | 2024-02-17T06:13:25.355Z | Downloaded proc-macro-error v1.0.4 |
1092 | 2024-02-17T06:13:25.355Z | Downloaded group v0.13.0 |
1093 | 2024-02-17T06:13:25.356Z | Downloaded tracing-core v0.1.31 |
1094 | 2024-02-17T06:13:25.361Z | Downloaded form_urlencoded v1.2.1 |
1095 | 2024-02-17T06:13:25.361Z | Downloaded rustls-pemfile v2.0.0 |
1096 | 2024-02-17T06:13:25.361Z | Downloaded socket2 v0.5.5 |
1097 | 2024-02-17T06:13:25.364Z | Downloaded env_logger v0.10.0 |
1098 | 2024-02-17T06:13:25.364Z | Downloaded diesel_derives v2.1.2 |
1099 | 2024-02-17T06:13:25.366Z | Downloaded mio v0.8.9 |
1100 | 2024-02-17T06:13:25.376Z | Downloaded shlex v1.3.0 |
1101 | 2024-02-17T06:13:25.383Z | Downloaded futures-sink v0.3.30 |
1102 | 2024-02-17T06:13:25.383Z | Downloaded dof v0.3.0 |
1103 | 2024-02-17T06:13:25.383Z | Downloaded secrecy v0.8.0 |
1104 | 2024-02-17T06:13:25.383Z | Downloaded flume v0.11.0 |
1105 | 2024-02-17T06:13:25.387Z | Downloaded papergrid v0.11.0 |
1106 | 2024-02-17T06:13:25.390Z | Downloaded unicode-linebreak v0.1.5 |
1107 | 2024-02-17T06:13:25.390Z | Downloaded schemars_derive v0.8.16 |
1108 | 2024-02-17T06:13:25.392Z | Downloaded dirs-sys-next v0.1.2 |
1109 | 2024-02-17T06:13:25.392Z | Downloaded pkcs1 v0.7.5 |
1110 | 2024-02-17T06:13:25.395Z | Downloaded strum_macros v0.25.2 |
1111 | 2024-02-17T06:13:25.398Z | Downloaded swrite v0.1.0 |
1112 | 2024-02-17T06:13:25.401Z | Downloaded version_check v0.9.4 |
1113 | 2024-02-17T06:13:25.401Z | Downloaded signature v2.1.0 |
1114 | 2024-02-17T06:13:25.404Z | Downloaded percent-encoding v2.3.1 |
1115 | 2024-02-17T06:13:25.404Z | Downloaded parking_lot v0.11.2 |
1116 | 2024-02-17T06:13:25.407Z | Downloaded darling_core v0.14.4 |
1117 | 2024-02-17T06:13:25.410Z | Downloaded foreign-types v0.3.2 |
1118 | 2024-02-17T06:13:25.412Z | Downloaded chrono v0.4.31 |
1119 | 2024-02-17T06:13:25.421Z | Downloaded doc-comment v0.3.3 |
1120 | 2024-02-17T06:13:25.430Z | Downloaded crossterm v0.27.0 |
1121 | 2024-02-17T06:13:25.442Z | Downloaded tap v1.0.1 |
1122 | 2024-02-17T06:13:25.443Z | Downloaded unicode_categories v0.1.1 |
1123 | 2024-02-17T06:13:25.443Z | Downloaded remove_dir_all v0.5.3 |
1124 | 2024-02-17T06:13:25.443Z | Downloaded deranged v0.3.8 |
1125 | 2024-02-17T06:13:25.443Z | Downloaded endian-type v0.1.2 |
1126 | 2024-02-17T06:13:25.443Z | Downloaded futures-channel v0.3.30 |
1127 | 2024-02-17T06:13:25.450Z | Downloaded zeroize v1.7.0 |
1128 | 2024-02-17T06:13:25.450Z | Downloaded float-cmp v0.9.0 |
1129 | 2024-02-17T06:13:25.450Z | Downloaded diff v0.1.13 |
1130 | 2024-02-17T06:13:25.450Z | Downloaded time-macros v0.2.13 |
1131 | 2024-02-17T06:13:25.450Z | Downloaded pem-rfc7468 v0.7.0 |
1132 | 2024-02-17T06:13:25.450Z | Downloaded oso-derive v0.27.0 |
1133 | 2024-02-17T06:13:25.453Z | Downloaded foreign-types-macros v0.2.3 |
1134 | 2024-02-17T06:13:25.453Z | Downloaded semver v0.1.20 |
1135 | 2024-02-17T06:13:25.453Z | Downloaded topological-sort v0.2.2 |
1136 | 2024-02-17T06:13:25.453Z | Downloaded zerocopy-derive v0.7.32 |
1137 | 2024-02-17T06:13:25.457Z | Downloaded same-file v1.0.6 |
1138 | 2024-02-17T06:13:25.459Z | Downloaded slog-term v2.9.0 |
1139 | 2024-02-17T06:13:25.462Z | Downloaded slog-dtrace v0.3.0 |
1140 | 2024-02-17T06:13:25.465Z | Downloaded vte_generate_state_changes v0.1.1 |
1141 | 2024-02-17T06:13:25.465Z | Downloaded slog-bunyan v2.5.0 |
1142 | 2024-02-17T06:13:25.465Z | Downloaded parking_lot_core v0.8.6 |
1143 | 2024-02-17T06:13:25.468Z | Downloaded hex v0.4.3 |
1144 | 2024-02-17T06:13:25.470Z | Downloaded signature v1.6.4 |
1145 | 2024-02-17T06:13:25.475Z | Downloaded tiny-keccak v2.0.2 |
1146 | 2024-02-17T06:13:25.478Z | Downloaded slog-envlogger v2.2.0 |
1147 | 2024-02-17T06:13:25.478Z | Downloaded heapless v0.7.16 |
1148 | 2024-02-17T06:13:25.482Z | Downloaded snafu-derive v0.7.5 |
1149 | 2024-02-17T06:13:25.485Z | Downloaded parse-size v1.0.0 |
1150 | 2024-02-17T06:13:25.485Z | Downloaded openssl-sys v0.9.96 |
1151 | 2024-02-17T06:13:25.500Z | Downloaded rustc_version v0.1.7 |
1152 | 2024-02-17T06:13:25.511Z | Downloaded target-lexicon v0.12.13 |
1153 | 2024-02-17T06:13:25.511Z | Downloaded http v1.0.0 |
1154 | 2024-02-17T06:13:25.511Z | Downloaded futures v0.3.30 |
1155 | 2024-02-17T06:13:25.511Z | Downloaded either v1.10.0 |
1156 | 2024-02-17T06:13:25.511Z | Downloaded ena v0.14.2 |
1157 | 2024-02-17T06:13:25.532Z | Downloaded platforms v3.0.2 |
1158 | 2024-02-17T06:13:25.532Z | Downloaded fd-lock v4.0.2 |
1159 | 2024-02-17T06:13:25.532Z | Downloaded fd-lock v3.0.13 |
1160 | 2024-02-17T06:13:25.532Z | Downloaded opaque-debug v0.3.0 |
1161 | 2024-02-17T06:13:25.532Z | Downloaded darling_macro v0.20.3 |
1162 | 2024-02-17T06:13:25.532Z | Downloaded number_prefix v0.4.0 |
1163 | 2024-02-17T06:13:25.532Z | Downloaded phf_shared v0.11.2 |
1164 | 2024-02-17T06:13:25.533Z | Downloaded rustc-demangle v0.1.23 |
1165 | 2024-02-17T06:13:25.533Z | Downloaded textwrap v0.16.0 |
1166 | 2024-02-17T06:13:25.548Z | Downloaded defmt-parser v0.3.3 |
1167 | 2024-02-17T06:13:25.548Z | Downloaded tokio-postgres v0.7.10 |
1168 | 2024-02-17T06:13:25.548Z | Downloaded textwrap v0.11.0 |
1169 | 2024-02-17T06:13:25.548Z | Downloaded socket2 v0.4.9 |
1170 | 2024-02-17T06:13:25.548Z | Downloaded vec_map v0.8.2 |
1171 | 2024-02-17T06:13:25.548Z | Downloaded darling_core v0.20.3 |
1172 | 2024-02-17T06:13:25.549Z | Downloaded predicates-tree v1.0.9 |
1173 | 2024-02-17T06:13:25.549Z | Downloaded tinyvec_macros v0.1.1 |
1174 | 2024-02-17T06:13:25.549Z | Downloaded zerocopy v0.3.0 |
1175 | 2024-02-17T06:13:25.549Z | Downloaded serde-hex v0.1.0 |
1176 | 2024-02-17T06:13:25.549Z | Downloaded tracing v0.1.37 |
1177 | 2024-02-17T06:13:25.561Z | Downloaded rustc-hash v1.1.0 |
1178 | 2024-02-17T06:13:25.561Z | Downloaded proc-macro-crate v1.3.1 |
1179 | 2024-02-17T06:13:25.561Z | Downloaded phf v0.11.2 |
1180 | 2024-02-17T06:13:25.561Z | Downloaded rand_xorshift v0.3.0 |
1181 | 2024-02-17T06:13:25.561Z | Downloaded libxml v0.3.3 |
1182 | 2024-02-17T06:13:25.983Z | Downloaded datatest-stable v0.2.3 |
1183 | 2024-02-17T06:13:25.983Z | Downloaded itertools v0.12.1 |
1184 | 2024-02-17T06:13:26.003Z | Downloaded serde_tokenstream v0.2.0 |
1185 | 2024-02-17T06:13:26.003Z | Downloaded usdt-attr-macro v0.5.0 |
1186 | 2024-02-17T06:13:26.003Z | Downloaded pin-project-internal v1.1.3 |
1187 | 2024-02-17T06:13:26.003Z | Downloaded toolchain_find v0.2.0 |
1188 | 2024-02-17T06:13:26.003Z | Downloaded strum_macros v0.26.1 |
1189 | 2024-02-17T06:13:26.003Z | Downloaded ref-cast-impl v1.0.20 |
1190 | 2024-02-17T06:13:26.003Z | Downloaded fixedbitset v0.4.2 |
1191 | 2024-02-17T06:13:26.003Z | Downloaded snafu v0.7.5 |
1192 | 2024-02-17T06:13:26.003Z | Downloaded foreign-types v0.5.0 |
1193 | 2024-02-17T06:13:26.003Z | Downloaded pretty_assertions v1.4.0 |
1194 | 2024-02-17T06:13:26.003Z | Downloaded untrusted v0.7.1 |
1195 | 2024-02-17T06:13:26.003Z | Downloaded fragile v2.0.0 |
1196 | 2024-02-17T06:13:26.004Z | Downloaded synstructure v0.12.6 |
1197 | 2024-02-17T06:13:26.004Z | Downloaded zeroize_derive v1.4.2 |
1198 | 2024-02-17T06:13:26.004Z | Downloaded schemars v0.8.16 |
1199 | 2024-02-17T06:13:26.004Z | Downloaded take_mut v0.2.2 |
1200 | 2024-02-17T06:13:26.004Z | Downloaded usdt-impl v0.5.0 |
1201 | 2024-02-17T06:13:26.004Z | Downloaded slog-json v2.6.1 |
1202 | 2024-02-17T06:13:26.004Z | Downloaded spin v0.5.2 |
1203 | 2024-02-17T06:13:26.004Z | Downloaded generic-array v0.14.7 |
1204 | 2024-02-17T06:13:26.004Z | Downloaded smawk v0.3.1 |
1205 | 2024-02-17T06:13:26.004Z | Downloaded packed_struct_codegen v0.10.1 |
1206 | 2024-02-17T06:13:26.004Z | Downloaded usdt-impl v0.3.5 |
1207 | 2024-02-17T06:13:26.004Z | Downloaded der v0.7.8 |
1208 | 2024-02-17T06:13:26.005Z | Downloaded siphasher v0.3.11 |
1209 | 2024-02-17T06:13:26.005Z | Downloaded unarray v0.1.4 |
1210 | 2024-02-17T06:13:26.005Z | Downloaded sct v0.7.0 |
1211 | 2024-02-17T06:13:26.005Z | Downloaded libm v0.2.7 |
1212 | 2024-02-17T06:13:26.005Z | Downloaded resolv-conf v0.7.0 |
1213 | 2024-02-17T06:13:26.005Z | Downloaded typenum v1.16.0 |
1214 | 2024-02-17T06:13:26.005Z | Downloaded toml_edit v0.19.15 |
1215 | 2024-02-17T06:13:26.005Z | Downloaded signal-hook-tokio v0.3.1 |
1216 | 2024-02-17T06:13:26.005Z | Downloaded wait-timeout v0.2.0 |
1217 | 2024-02-17T06:13:26.005Z | Downloaded blake3 v1.5.0 |
1218 | 2024-02-17T06:13:26.005Z | Downloaded tower-layer v0.3.2 |
1219 | 2024-02-17T06:13:26.005Z | Downloaded unicase v2.7.0 |
1220 | 2024-02-17T06:13:26.005Z | Downloaded vte v0.11.1 |
1221 | 2024-02-17T06:13:26.005Z | Downloaded aho-corasick v1.0.4 |
1222 | 2024-02-17T06:13:26.005Z | Downloaded supports-color v3.0.0 |
1223 | 2024-02-17T06:13:26.006Z | Downloaded whoami v1.4.1 |
1224 | 2024-02-17T06:13:26.006Z | Downloaded pin-utils v0.1.0 |
1225 | 2024-02-17T06:13:26.006Z | Downloaded fs-err v2.11.0 |
1226 | 2024-02-17T06:13:26.006Z | Downloaded static_assertions v1.1.0 |
1227 | 2024-02-17T06:13:26.006Z | Downloaded trybuild v1.0.89 |
1228 | 2024-02-17T06:13:26.006Z | Downloaded tempfile v3.10.0 |
1229 | 2024-02-17T06:13:26.006Z | Downloaded termcolor v1.2.0 |
1230 | 2024-02-17T06:13:26.006Z | Downloaded omicron-zone-package v0.11.0 |
1231 | 2024-02-17T06:13:26.006Z | Downloaded derive-where v1.2.7 |
1232 | 2024-02-17T06:13:26.007Z | Downloaded relative-path v1.9.0 |
1233 | 2024-02-17T06:13:26.007Z | Downloaded pest v2.7.6 |
1234 | 2024-02-17T06:13:26.007Z | Downloaded hkdf v0.12.4 |
1235 | 2024-02-17T06:13:26.007Z | Downloaded walkdir v2.4.0 |
1236 | 2024-02-17T06:13:26.007Z | Downloaded tabled_derive v0.7.0 |
1237 | 2024-02-17T06:13:26.007Z | Downloaded globset v0.4.13 |
1238 | 2024-02-17T06:13:26.007Z | Downloaded digest v0.10.7 |
1239 | 2024-02-17T06:13:26.007Z | Downloaded tinyvec v1.6.0 |
1240 | 2024-02-17T06:13:26.007Z | Downloaded structmeta v0.3.0 |
1241 | 2024-02-17T06:13:26.007Z | Downloaded num_cpus v1.16.0 |
1242 | 2024-02-17T06:13:26.007Z | Downloaded smf v0.2.2 |
1243 | 2024-02-17T06:13:26.007Z | Downloaded native-tls v0.2.11 |
1244 | 2024-02-17T06:13:26.007Z | Downloaded postgres-types v0.2.6 |
1245 | 2024-02-17T06:13:26.007Z | Downloaded tinytemplate v1.2.1 |
1246 | 2024-02-17T06:13:26.007Z | Downloaded fatfs v0.3.6 |
1247 | 2024-02-17T06:13:26.007Z | Downloaded vsss-rs v3.3.4 |
1248 | 2024-02-17T06:13:26.007Z | Downloaded ff v0.13.0 |
1249 | 2024-02-17T06:13:26.007Z | Downloaded idna v0.5.0 |
1250 | 2024-02-17T06:13:26.007Z | Downloaded tracing-attributes v0.1.26 |
1251 | 2024-02-17T06:13:26.007Z | Downloaded clap v2.34.0 |
1252 | 2024-02-17T06:13:26.008Z | Downloaded salty v0.2.0 |
1253 | 2024-02-17T06:13:26.008Z | Downloaded owo-colors v4.0.0 |
1254 | 2024-02-17T06:13:26.008Z | Downloaded hyper v0.14.27 |
1255 | 2024-02-17T06:13:26.008Z | Downloaded ref-cast v1.0.20 |
1256 | 2024-02-17T06:13:26.008Z | Downloaded tokio-util v0.7.10 |
1257 | 2024-02-17T06:13:26.008Z | Downloaded rstest v0.18.2 |
1258 | 2024-02-17T06:13:26.008Z | Downloaded heapless v0.8.0 |
1259 | 2024-02-17T06:13:26.008Z | Downloaded unicode-segmentation v1.10.1 |
1260 | 2024-02-17T06:13:26.008Z | Downloaded petgraph v0.6.4 |
1261 | 2024-02-17T06:13:26.008Z | Downloaded derive_more v0.99.17 |
1262 | 2024-02-17T06:13:26.008Z | Downloaded reedline v0.29.0 |
1263 | 2024-02-17T06:13:26.008Z | Downloaded unsafe-libyaml v0.2.10 |
1264 | 2024-02-17T06:13:26.009Z | Downloaded typed-path v0.7.0 |
1265 | 2024-02-17T06:13:26.009Z | Downloaded rsa v0.9.2 |
1266 | 2024-02-17T06:13:26.009Z | Downloaded rcgen v0.12.1 |
1267 | 2024-02-17T06:13:26.009Z | Downloaded tungstenite v0.20.1 |
1268 | 2024-02-17T06:13:26.009Z | Downloaded zerocopy v0.7.32 |
1269 | 2024-02-17T06:13:26.009Z | Downloaded zip v0.6.6 |
1270 | 2024-02-17T06:13:26.009Z | Downloaded tower v0.4.13 |
1271 | 2024-02-17T06:13:26.009Z | Downloaded num-bigint-dig v0.8.4 |
1272 | 2024-02-17T06:13:26.009Z | Downloaded goblin v0.8.0 |
1273 | 2024-02-17T06:13:26.009Z | Downloaded lalrpop v0.19.12 |
1274 | 2024-02-17T06:13:26.009Z | Downloaded x509-cert v0.2.4 |
1275 | 2024-02-17T06:13:26.009Z | Downloaded proptest v1.4.0 |
1276 | 2024-02-17T06:13:26.009Z | Downloaded rand v0.8.5 |
1277 | 2024-02-17T06:13:26.009Z | Downloaded regex-automata v0.1.10 |
1278 | 2024-02-17T06:13:26.009Z | Downloaded reqwest v0.11.22 |
1279 | 2024-02-17T06:13:26.009Z | Downloaded idna v0.2.3 |
1280 | 2024-02-17T06:13:26.010Z | Downloaded sqlparser v0.43.1 |
1281 | 2024-02-17T06:13:26.010Z | Downloaded futures-util v0.3.30 |
1282 | 2024-02-17T06:13:26.010Z | Downloaded time v0.3.27 |
1283 | 2024-02-17T06:13:26.010Z | Downloaded h2 v0.3.24 |
1284 | 2024-02-17T06:13:26.037Z | Downloaded nix v0.27.1 |
1285 | 2024-02-17T06:13:26.037Z | Downloaded rustls-webpki v0.101.7 |
1286 | 2024-02-17T06:13:26.037Z | Downloaded rustls v0.21.9 |
1287 | 2024-02-17T06:13:26.037Z | Downloaded tabled v0.15.0 |
1288 | 2024-02-17T06:13:26.047Z | Downloaded bstr v0.2.17 |
1289 | 2024-02-17T06:13:26.471Z | Downloaded quick-xml v0.30.0 |
1290 | 2024-02-17T06:13:26.471Z | Downloaded webpki-roots v0.25.2 |
1291 | 2024-02-17T06:13:26.471Z | Downloaded openssl v0.10.60 |
1292 | 2024-02-17T06:13:26.471Z | Downloaded vcpkg v0.2.15 |
1293 | 2024-02-17T06:13:26.472Z | Downloaded radix_trie v0.2.1 |
1294 | 2024-02-17T06:13:26.472Z | Downloaded smoltcp v0.11.0 |
1295 | 2024-02-17T06:13:26.472Z | Downloaded syn v1.0.109 |
1296 | 2024-02-17T06:13:26.472Z | Downloaded regex v1.10.3 |
1297 | 2024-02-17T06:13:26.472Z | Downloaded regex-syntax v0.8.2 |
1298 | 2024-02-17T06:13:26.472Z | Downloaded ratatui v0.26.1 |
1299 | 2024-02-17T06:13:26.472Z | Downloaded polar-core v0.27.0 |
1300 | 2024-02-17T06:13:26.472Z | Downloaded diesel v2.1.4 |
1301 | 2024-02-17T06:13:26.472Z | Downloaded zerocopy-derive v0.2.0 |
1302 | 2024-02-17T06:13:26.472Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1303 | 2024-02-17T06:13:26.472Z | Downloaded regress v0.8.0 |
1304 | 2024-02-17T06:13:26.472Z | Downloaded openapiv3 v2.0.0 |
1305 | 2024-02-17T06:13:26.472Z | Downloaded gimli v0.28.0 |
1306 | 2024-02-17T06:13:26.473Z | Downloaded regex-syntax v0.6.29 |
1307 | 2024-02-17T06:13:26.473Z | Downloaded bstr v1.6.0 |
1308 | 2024-02-17T06:13:26.473Z | Downloaded sled v0.34.7 |
1309 | 2024-02-17T06:13:26.473Z | Downloaded zerocopy-derive v0.6.4 |
1310 | 2024-02-17T06:13:26.473Z | Downloaded regex-automata v0.4.4 |
1311 | 2024-02-17T06:13:26.473Z | Downloaded regex-automata v0.3.8 |
1312 | 2024-02-17T06:13:26.473Z | Downloaded csv v1.3.0 |
1313 | 2024-02-17T06:13:26.473Z | Downloaded tokio v1.36.0 |
1314 | 2024-02-17T06:13:26.473Z | Downloaded sha3 v0.10.8 |
1315 | 2024-02-17T06:13:26.473Z | Downloaded trust-dns-proto v0.22.0 |
1316 | 2024-02-17T06:13:26.473Z | Downloaded encoding_rs v0.8.33 |
1317 | 2024-02-17T06:13:26.473Z | Downloaded object v0.32.1 |
1318 | 2024-02-17T06:13:26.473Z | Downloaded rayon v1.8.0 |
1319 | 2024-02-17T06:13:26.474Z | Downloaded smoltcp v0.9.1 |
1320 | 2024-02-17T06:13:26.491Z | Downloaded object v0.30.4 |
1321 | 2024-02-17T06:13:26.491Z | Downloaded curve25519-dalek v4.1.1 |
1322 | 2024-02-17T06:13:26.491Z | Downloaded winnow v0.5.15 |
1323 | 2024-02-17T06:13:26.506Z | Downloaded plotters v0.3.5 |
1324 | 2024-02-17T06:13:26.930Z | Downloaded bitvec v1.0.1 |
1325 | 2024-02-17T06:13:27.353Z | Downloaded hashbrown v0.12.3 |
1326 | 2024-02-17T06:13:27.353Z | Downloaded guppy v0.17.5 |
1327 | 2024-02-17T06:13:27.353Z | Downloaded rustls-webpki v0.102.1 |
1328 | 2024-02-17T06:13:27.353Z | Downloaded portable-atomic v1.4.3 |
1329 | 2024-02-17T06:13:27.353Z | Downloaded serde_with v3.6.1 |
1330 | 2024-02-17T06:13:27.353Z | Downloaded headers v0.3.9 |
1331 | 2024-02-17T06:13:27.353Z | Downloaded expectorate v1.1.0 |
1332 | 2024-02-17T06:13:27.354Z | Downloaded nom v7.1.3 |
1333 | 2024-02-17T06:13:27.354Z | Downloaded slog v2.7.0 |
1334 | 2024-02-17T06:13:27.354Z | Downloaded rand v0.4.6 |
1335 | 2024-02-17T06:13:27.354Z | Downloaded pretty-hex v0.4.1 |
1336 | 2024-02-17T06:13:27.354Z | Downloaded num v0.4.1 |
1337 | 2024-02-17T06:13:27.354Z | Downloaded dtrace-parser v0.2.0 |
1338 | 2024-02-17T06:13:27.354Z | Downloaded subtle v2.5.0 |
1339 | 2024-02-17T06:13:27.354Z | Downloaded signal-hook-registry v1.4.1 |
1340 | 2024-02-17T06:13:27.354Z | Downloaded usdt v0.5.0 |
1341 | 2024-02-17T06:13:27.354Z | Downloaded serde_plain v1.0.2 |
1342 | 2024-02-17T06:13:27.354Z | Downloaded proc-macro-error-attr v1.0.4 |
1343 | 2024-02-17T06:13:27.355Z | Downloaded futures-core v0.3.30 |
1344 | 2024-02-17T06:13:27.355Z | Downloaded derive_builder v0.12.0 |
1345 | 2024-02-17T06:13:27.355Z | Downloaded ring v0.17.7 |
1346 | 2024-02-17T06:13:27.355Z | Downloaded pest_derive v2.7.6 |
1347 | 2024-02-17T06:13:27.355Z | Downloaded stringprep v0.1.3 |
1348 | 2024-02-17T06:13:27.355Z | Downloaded test-strategy v0.3.1 |
1349 | 2024-02-17T06:13:27.355Z | Downloaded unicode-normalization v0.1.22 |
1350 | 2024-02-17T06:13:27.355Z | Downloaded termios v0.3.3 |
1351 | 2024-02-17T06:13:27.355Z | Downloaded serde_derive_internals v0.26.0 |
1352 | 2024-02-17T06:13:27.355Z | Downloaded partial-io v0.5.4 |
1353 | 2024-02-17T06:13:27.355Z | Downloaded url v2.5.0 |
1354 | 2024-02-17T06:13:27.355Z | Downloaded rustyline v13.0.0 |
1355 | 2024-02-17T06:13:27.355Z | Downloaded rustls v0.22.2 |
1356 | 2024-02-17T06:13:27.355Z | Downloaded fnv v1.0.7 |
1357 | 2024-02-17T06:13:27.355Z | Downloaded smallvec v1.13.1 |
1358 | 2024-02-17T06:13:27.356Z | Downloaded trust-dns-resolver v0.22.0 |
1359 | 2024-02-17T06:13:27.356Z | Downloaded target-spec v3.1.0 |
1360 | 2024-02-17T06:13:27.356Z | Downloaded oorandom v11.1.3 |
1361 | 2024-02-17T06:13:27.356Z | Downloaded der_derive v0.7.2 |
1362 | 2024-02-17T06:13:27.356Z | Downloaded trust-dns-server v0.22.1 |
1363 | 2024-02-17T06:13:27.356Z | Downloaded hyper v1.1.0 |
1364 | 2024-02-17T06:13:27.356Z | Downloaded structopt v0.3.26 |
1365 | 2024-02-17T06:13:27.356Z | Downloaded hashbrown v0.13.2 |
1366 | 2024-02-17T06:13:27.356Z | Downloaded r2d2 v0.8.10 |
1367 | 2024-02-17T06:13:27.356Z | Downloaded futures-task v0.3.30 |
1368 | 2024-02-17T06:13:27.356Z | Downloaded subprocess v0.2.9 |
1369 | 2024-02-17T06:13:27.356Z | Downloaded postcard v1.0.8 |
1370 | 2024-02-17T06:13:27.357Z | Downloaded signal-hook v0.3.17 |
1371 | 2024-02-17T06:13:27.357Z | Downloaded tough v0.16.0 |
1372 | 2024-02-17T06:13:27.357Z | Downloaded spin v0.9.8 |
1373 | 2024-02-17T06:13:27.357Z | Downloaded zerocopy v0.6.4 |
1374 | 2024-02-17T06:13:27.357Z | Downloaded ed25519 v1.5.3 |
1375 | 2024-02-17T06:13:27.357Z | Downloaded thread-id v4.2.0 |
1376 | 2024-02-17T06:13:27.357Z | Downloaded semver-parser v0.10.2 |
1377 | 2024-02-17T06:13:27.357Z | Downloaded flate2 v1.0.28 |
1378 | 2024-02-17T06:13:27.357Z | Downloaded steno v0.4.0 |
1379 | 2024-02-17T06:13:27.357Z | Downloaded filetime v0.2.23 |
1380 | 2024-02-17T06:13:27.357Z | Downloaded gethostname v0.4.3 |
1381 | 2024-02-17T06:13:27.357Z | Downloaded futures-timer v3.0.2 |
1382 | 2024-02-17T06:13:27.358Z | Downloaded half v2.3.1 |
1383 | 2024-02-17T06:13:27.358Z | Downloaded ring v0.16.20 |
1384 | 2024-02-17T06:13:27.358Z | Downloaded ron v0.8.1 |
1385 | 2024-02-17T06:13:27.358Z | Downloaded parking_lot v0.12.1 |
1386 | 2024-02-17T06:13:27.358Z | Downloaded zone v0.3.0 |
1387 | 2024-02-17T06:13:27.358Z | Downloaded num-bigint v0.4.4 |
1388 | 2024-02-17T06:13:27.358Z | Downloaded http v0.2.11 |
1389 | 2024-02-17T06:13:27.358Z | Downloaded rand_core v0.6.4 |
1390 | 2024-02-17T06:13:27.358Z | Downloaded pin-project v1.1.3 |
1391 | 2024-02-17T06:13:27.358Z | Downloaded minimal-lexical v0.2.1 |
1392 | 2024-02-17T06:13:27.359Z | Downloaded tar v0.4.40 |
1393 | 2024-02-17T06:13:27.359Z | Downloaded elliptic-curve v0.13.8 |
1394 | 2024-02-17T06:13:27.359Z | Downloaded strip-ansi-escapes v0.2.0 |
1395 | 2024-02-17T06:13:27.359Z | Downloaded postgres-protocol v0.6.6 |
1396 | 2024-02-17T06:13:27.359Z | Downloaded derive_builder_core v0.12.0 |
1397 | 2024-02-17T06:13:27.359Z | Downloaded strsim v0.8.0 |
1398 | 2024-02-17T06:13:27.359Z | Downloaded slog-async v2.8.0 |
1399 | 2024-02-17T06:13:27.359Z | Downloaded heck v0.3.3 |
1400 | 2024-02-17T06:13:27.359Z | Downloaded pest_generator v2.7.6 |
1401 | 2024-02-17T06:13:27.359Z | Downloaded oso v0.27.0 |
1402 | 2024-02-17T06:13:27.359Z | Downloaded term v0.7.0 |
1403 | 2024-02-17T06:13:27.359Z | Downloaded ucd-trie v0.1.6 |
1404 | 2024-02-17T06:13:27.360Z | Downloaded password-hash v0.5.0 |
1405 | 2024-02-17T06:13:27.360Z | Downloaded parse-display-derive v0.9.0 |
1406 | 2024-02-17T06:13:27.360Z | Downloaded structopt-derive v0.4.18 |
1407 | 2024-02-17T06:13:27.360Z | Downloaded structmeta-derive v0.3.0 |
1408 | 2024-02-17T06:13:27.360Z | Downloaded rustls-pki-types v1.1.0 |
1409 | 2024-02-17T06:13:27.360Z | Downloaded pem v3.0.2 |
1410 | 2024-02-17T06:13:27.360Z | Downloaded chacha20poly1305 v0.10.1 |
1411 | 2024-02-17T06:13:27.360Z | Downloaded plotters-backend v0.3.5 |
1412 | 2024-02-17T06:13:27.360Z | Downloaded pin-project-lite v0.2.13 |
1413 | 2024-02-17T06:13:27.361Z | Downloaded pest_meta v2.7.6 |
1414 | 2024-02-17T06:13:27.361Z | Downloaded which v4.4.0 |
1415 | 2024-02-17T06:13:27.361Z | Downloaded uuid v1.7.0 |
1416 | 2024-02-17T06:13:27.361Z | Downloaded similar v2.3.0 |
1417 | 2024-02-17T06:13:27.361Z | Downloaded tokio-rustls v0.25.0 |
1418 | 2024-02-17T06:13:27.361Z | Downloaded hmac v0.12.1 |
1419 | 2024-02-17T06:13:27.361Z | Downloaded nu-ansi-term v0.50.0 |
1420 | 2024-02-17T06:13:27.361Z | Downloaded scroll v0.12.0 |
1421 | 2024-02-17T06:13:27.361Z | Downloaded mime_guess v2.0.4 |
1422 | 2024-02-17T06:13:27.361Z | Downloaded crc32fast v1.3.2 |
1423 | 2024-02-17T06:13:27.361Z | Downloaded libloading v0.7.4 |
1424 | 2024-02-17T06:13:27.361Z | Downloaded futures-macro v0.3.30 |
1425 | 2024-02-17T06:13:27.367Z | Downloaded defmt-macros v0.3.6 |
1426 | 2024-02-17T06:13:27.367Z | Downloaded structmeta-derive v0.2.0 |
1427 | 2024-02-17T06:13:27.367Z | Downloaded itertools v0.10.5 |
1428 | 2024-02-17T06:13:27.367Z | Downloaded addr2line v0.21.0 |
1429 | 2024-02-17T06:13:27.368Z | Downloaded cookie v0.18.0 |
1430 | 2024-02-17T06:13:27.368Z | Downloaded similar-asserts v1.5.0 |
1431 | 2024-02-17T06:13:27.368Z | Downloaded num_enum_derive v0.5.11 |
1432 | 2024-02-17T06:13:27.368Z | Downloaded tokio-native-tls v0.3.1 |
1433 | 2024-02-17T06:13:27.368Z | Downloaded tokio-macros v2.2.0 |
1434 | 2024-02-17T06:13:27.368Z | Downloaded rpassword v7.3.1 |
1435 | 2024-02-17T06:13:27.368Z | Downloaded hubpack v0.1.2 |
1436 | 2024-02-17T06:13:27.368Z | Downloaded lock_api v0.4.10 |
1437 | 2024-02-17T06:13:27.368Z | Downloaded serde_repr v0.1.16 |
1438 | 2024-02-17T06:13:27.368Z | Downloaded scheduled-thread-pool v0.2.7 |
1439 | 2024-02-17T06:13:27.368Z | Downloaded mockall_derive v0.12.0 |
1440 | 2024-02-17T06:13:27.368Z | Downloaded memmap2 v0.7.1 |
1441 | 2024-02-17T06:13:27.368Z | Downloaded bit-vec v0.6.3 |
1442 | 2024-02-17T06:13:27.368Z | Downloaded memmap v0.7.0 |
1443 | 2024-02-17T06:13:27.368Z | Downloaded impl-trait-for-tuples v0.2.2 |
1444 | 2024-02-17T06:13:27.368Z | Downloaded signal-hook-mio v0.2.3 |
1445 | 2024-02-17T06:13:27.368Z | Downloaded tempdir v0.3.7 |
1446 | 2024-02-17T06:13:27.368Z | Downloaded strsim v0.10.0 |
1447 | 2024-02-17T06:13:27.368Z | Downloaded ansi_term v0.12.1 |
1448 | 2024-02-17T06:13:27.368Z | Downloaded memoffset v0.9.0 |
1449 | 2024-02-17T06:13:27.368Z | Downloaded lazycell v1.3.0 |
1450 | 2024-02-17T06:13:27.369Z | Downloaded base64ct v1.6.0 |
1451 | 2024-02-17T06:13:27.369Z | Downloaded serde_tokenstream v0.1.7 |
1452 | 2024-02-17T06:13:27.369Z | Downloaded ipnet v2.9.0 |
1453 | 2024-02-17T06:13:27.369Z | Downloaded num_threads v0.1.6 |
1454 | 2024-02-17T06:13:27.369Z | Downloaded tui-tree-widget v0.17.0 |
1455 | 2024-02-17T06:13:27.369Z | Downloaded bzip2 v0.4.4 |
1456 | 2024-02-17T06:13:27.369Z | Downloaded mime v0.3.17 |
1457 | 2024-02-17T06:13:27.369Z | Downloaded corncobs v0.1.3 |
1458 | 2024-02-17T06:13:27.369Z | Downloaded stability v0.1.1 |
1459 | 2024-02-17T06:13:27.369Z | Downloaded console v0.15.8 |
1460 | 2024-02-17T06:13:27.369Z | Downloaded memoffset v0.7.1 |
1461 | 2024-02-17T06:13:27.369Z | Downloaded linear-map v1.2.0 |
1462 | 2024-02-17T06:13:27.369Z | Downloaded macaddr v1.0.1 |
1463 | 2024-02-17T06:13:27.369Z | Downloaded bb8 v0.8.3 |
1464 | 2024-02-17T06:13:27.369Z | Downloaded httpdate v1.0.3 |
1465 | 2024-02-17T06:13:27.369Z | Downloaded lazy_static v1.4.0 |
1466 | 2024-02-17T06:13:27.369Z | Downloaded lalrpop-util v0.19.12 |
1467 | 2024-02-17T06:13:27.369Z | Downloaded arrayvec v0.7.4 |
1468 | 2024-02-17T06:13:27.369Z | Downloaded serde-big-array v0.4.1 |
1469 | 2024-02-17T06:13:27.369Z | Downloaded async-stream v0.3.5 |
1470 | 2024-02-17T06:13:27.369Z | Downloaded ascii-canvas v3.0.0 |
1471 | 2024-02-17T06:13:27.369Z | Downloaded async-recursion v1.0.5 |
1472 | 2024-02-17T06:13:27.369Z | Downloaded approx v0.5.1 |
1473 | 2024-02-17T06:13:27.369Z | Downloaded linked-hash-map v0.5.6 |
1474 | 2024-02-17T06:13:27.369Z | Downloaded highway v1.1.0 |
1475 | 2024-02-17T06:13:27.369Z | Downloaded anes v0.1.6 |
1476 | 2024-02-17T06:13:27.370Z | Downloaded constant_time_eq v0.2.6 |
1477 | 2024-02-17T06:13:27.370Z | Downloaded array-init v0.0.4 |
1478 | 2024-02-17T06:13:27.370Z | Downloaded is-terminal v0.4.9 |
1479 | 2024-02-17T06:13:27.370Z | Downloaded cpufeatures v0.2.12 |
1480 | 2024-02-17T06:13:27.370Z | Downloaded colored v2.0.4 |
1481 | 2024-02-17T06:13:27.370Z | Downloaded newline-converter v0.3.0 |
1482 | 2024-02-17T06:13:27.370Z | Downloaded camino-tempfile v1.1.1 |
1483 | 2024-02-17T06:13:27.370Z | Downloaded hyper-tls v0.5.0 |
1484 | 2024-02-17T06:13:27.370Z | Downloaded ciborium-io v0.2.2 |
1485 | 2024-02-17T06:13:27.370Z | Downloaded chacha20 v0.9.1 |
1486 | 2024-02-17T06:13:27.370Z | Downloaded cfg-if v1.0.0 |
1487 | 2024-02-17T06:13:27.370Z | Downloaded assert_matches v1.5.0 |
1488 | 2024-02-17T06:13:27.370Z | Downloaded buf-list v1.0.3 |
1489 | 2024-02-17T06:13:27.370Z | Downloaded async-stream-impl v0.3.5 |
1490 | 2024-02-17T06:13:27.370Z | Downloaded sha1 v0.10.6 |
1491 | 2024-02-17T06:13:27.370Z | Downloaded rstest_macros v0.18.2 |
1492 | 2024-02-17T06:13:27.370Z | Downloaded crc-catalog v2.2.0 |
1493 | 2024-02-17T06:13:27.370Z | Downloaded rustc_version v0.4.0 |
1494 | 2024-02-17T06:13:27.370Z | Downloaded ident_case v1.0.1 |
1495 | 2024-02-17T06:13:27.370Z | Downloaded hyper-util v0.1.2 |
1496 | 2024-02-17T06:13:27.370Z | Downloaded hyper-rustls v0.24.2 |
1497 | 2024-02-17T06:13:27.618Z | Compiling libc v0.2.153 |
1498 | 2024-02-17T06:13:27.618Z | Compiling serde v1.0.196 |
1499 | 2024-02-17T06:13:27.618Z | Compiling autocfg v1.1.0 |
1500 | 2024-02-17T06:13:27.622Z | Compiling version_check v0.9.4 |
1501 | 2024-02-17T06:13:27.622Z | Checking cfg-if v1.0.0 |
1502 | 2024-02-17T06:13:27.664Z | Compiling syn v1.0.109 |
1503 | 2024-02-17T06:13:27.716Z | Compiling syn v2.0.48 |
1504 | 2024-02-17T06:13:28.174Z | Compiling parking_lot_core v0.9.8 |
1505 | 2024-02-17T06:13:28.184Z | Compiling libm v0.2.7 |
1506 | 2024-02-17T06:13:28.184Z | Compiling memchr v2.6.3 |
1507 | 2024-02-17T06:13:28.296Z | Compiling once_cell v1.19.0 |
1508 | 2024-02-17T06:13:28.317Z | Compiling serde_json v1.0.113 |
1509 | 2024-02-17T06:13:28.547Z | Compiling lock_api v0.4.10 |
1510 | 2024-02-17T06:13:28.645Z | Compiling ahash v0.8.7 |
1511 | 2024-02-17T06:13:29.102Z | Compiling num-traits v0.2.16 |
1512 | 2024-02-17T06:13:29.110Z | Compiling byteorder v1.5.0 |
1513 | 2024-02-17T06:13:29.449Z | Compiling log v0.4.20 |
1514 | 2024-02-17T06:13:29.715Z | Checking getrandom v0.2.10 |
1515 | 2024-02-17T06:13:29.753Z | Compiling cc v1.0.83 |
1516 | 2024-02-17T06:13:29.939Z | Compiling slab v0.4.9 |
1517 | 2024-02-17T06:13:30.054Z | Compiling typenum v1.16.0 |
1518 | 2024-02-17T06:13:30.101Z | Checking itoa v1.0.9 |
1519 | 2024-02-17T06:13:30.244Z | Compiling generic-array v0.14.7 |
1520 | 2024-02-17T06:13:30.346Z | Checking scopeguard v1.2.0 |
1521 | 2024-02-17T06:13:30.388Z | Compiling allocator-api2 v0.2.16 |
1522 | 2024-02-17T06:13:30.453Z | Compiling pkg-config v0.3.27 |
1523 | 2024-02-17T06:13:31.050Z | Compiling rustix v0.38.31 |
1524 | 2024-02-17T06:13:31.081Z | Checking smallvec v1.13.1 |
1525 | 2024-02-17T06:13:31.431Z | Compiling schemars v0.8.16 |
1526 | 2024-02-17T06:13:31.503Z | Compiling httparse v1.8.0 |
1527 | 2024-02-17T06:13:31.516Z | Compiling fnv v1.0.7 |
1528 | 2024-02-17T06:13:31.915Z | Compiling vcpkg v0.2.15 |
1529 | 2024-02-17T06:13:31.976Z | Compiling aho-corasick v1.0.4 |
1530 | 2024-02-17T06:13:32.256Z | Compiling regex-syntax v0.8.2 |
1531 | 2024-02-17T06:13:32.956Z | Compiling ring v0.17.7 |
1532 | 2024-02-17T06:13:34.261Z | Compiling openssl-sys v0.9.96 |
1533 | 2024-02-17T06:13:34.900Z | Checking parking_lot v0.12.1 |
1534 | 2024-02-17T06:13:35.104Z | Compiling ucd-trie v0.1.6 |
1535 | 2024-02-17T06:13:35.230Z | Checking pin-project-lite v0.2.13 |
1536 | 2024-02-17T06:13:36.068Z | Compiling serde_derive_internals v0.26.0 |
1537 | 2024-02-17T06:13:36.072Z | Compiling regex-automata v0.4.4 |
1538 | 2024-02-17T06:13:36.640Z | Compiling ring v0.16.20 |
1539 | 2024-02-17T06:13:37.256Z | Checking ryu v1.0.15 |
1540 | 2024-02-17T06:13:38.351Z | Checking signal-hook-registry v1.4.1 |
1541 | 2024-02-17T06:13:38.426Z | Compiling openssl v0.10.60 |
1542 | 2024-02-17T06:13:38.573Z | Compiling crossbeam-utils v0.8.16 |
1543 | 2024-02-17T06:13:38.877Z | Checking mio v0.8.9 |
1544 | 2024-02-17T06:13:38.935Z | Checking rand_core v0.6.4 |
1545 | 2024-02-17T06:13:39.101Z | Compiling iana-time-zone v0.1.57 |
1546 | 2024-02-17T06:13:39.174Z | Checking num_cpus v1.16.0 |
1547 | 2024-02-17T06:13:39.273Z | Checking futures-core v0.3.30 |
1548 | 2024-02-17T06:13:39.442Z | Compiling regex v1.10.3 |
1549 | 2024-02-17T06:13:39.455Z | Compiling native-tls v0.2.11 |
1550 | 2024-02-17T06:13:39.485Z | Compiling rustls v0.21.9 |
1551 | 2024-02-17T06:13:39.753Z | Compiling spin v0.5.2 |
1552 | 2024-02-17T06:13:39.839Z | Compiling dyn-clone v1.0.16 |
1553 | 2024-02-17T06:13:39.938Z | Checking socket2 v0.5.5 |
1554 | 2024-02-17T06:13:39.954Z | Compiling async-trait v0.1.77 |
1555 | 2024-02-17T06:13:40.448Z | Compiling slog v2.7.0 |
1556 | 2024-02-17T06:13:40.520Z | Compiling memoffset v0.9.0 |
1557 | 2024-02-17T06:13:40.980Z | Compiling crossbeam-epoch v0.9.15 |
1558 | 2024-02-17T06:13:40.996Z | Compiling backtrace v0.3.69 |
1559 | 2024-02-17T06:13:41.383Z | Compiling futures-sink v0.3.30 |
1560 | 2024-02-17T06:13:41.466Z | Compiling errno v0.3.8 |
1561 | 2024-02-17T06:13:41.529Z | Compiling rustversion v1.0.14 |
1562 | 2024-02-17T06:13:41.679Z | Compiling either v1.10.0 |
1563 | 2024-02-17T06:13:41.731Z | Compiling tinyvec_macros v0.1.1 |
1564 | 2024-02-17T06:13:41.819Z | Compiling crc32fast v1.3.2 |
1565 | 2024-02-17T06:13:41.957Z | Compiling unicode-xid v0.2.4 |
1566 | 2024-02-17T06:13:42.041Z | Compiling tinyvec v1.6.0 |
1567 | 2024-02-17T06:13:42.119Z | Compiling futures-channel v0.3.30 |
1568 | 2024-02-17T06:13:42.727Z | Compiling serde_derive v1.0.196 |
1569 | 2024-02-17T06:13:42.730Z | Compiling zerocopy-derive v0.7.32 |
1570 | 2024-02-17T06:13:42.730Z | Compiling thiserror-impl v1.0.57 |
1571 | 2024-02-17T06:13:42.730Z | Compiling zeroize_derive v1.4.2 |
1572 | 2024-02-17T06:13:42.730Z | Compiling tokio-macros v2.2.0 |
1573 | 2024-02-17T06:13:43.058Z | Compiling futures-macro v0.3.30 |
1574 | 2024-02-17T06:13:43.549Z | Compiling tracing-attributes v0.1.26 |
1575 | 2024-02-17T06:13:44.228Z | Compiling schemars_derive v0.8.16 |
1576 | 2024-02-17T06:13:44.314Z | Compiling openssl-macros v0.1.1 |
1577 | 2024-02-17T06:13:44.806Z | Compiling zerocopy v0.7.32 |
1578 | 2024-02-17T06:13:45.058Z | Checking zeroize v1.7.0 |
1579 | 2024-02-17T06:13:45.760Z | Compiling thiserror v1.0.57 |
1580 | 2024-02-17T06:13:45.896Z | Compiling pest v2.7.6 |
1581 | 2024-02-17T06:13:46.454Z | Compiling anyhow v1.0.75 |
1582 | 2024-02-17T06:13:46.602Z | Compiling futures-io v0.3.30 |
1583 | 2024-02-17T06:13:46.942Z | Compiling pin-utils v0.1.0 |
1584 | 2024-02-17T06:13:47.035Z | Compiling hashbrown v0.14.3 |
1585 | 2024-02-17T06:13:47.077Z | Compiling unicode-width v0.1.11 |
1586 | 2024-02-17T06:13:47.100Z | Compiling futures-task v0.3.30 |
1587 | 2024-02-17T06:13:47.370Z | Compiling futures-util v0.3.30 |
1588 | 2024-02-17T06:13:47.551Z | Compiling unicode-normalization v0.1.22 |
1589 | 2024-02-17T06:13:48.352Z | Compiling spin v0.9.8 |
1590 | 2024-02-17T06:13:48.848Z | Compiling pest_meta v2.7.6 |
1591 | 2024-02-17T06:13:48.848Z | Compiling tracing-core v0.1.31 |
1592 | 2024-02-17T06:13:48.848Z | Compiling unicode-bidi v0.3.13 |
1593 | 2024-02-17T06:13:48.848Z | Compiling der_derive v0.7.2 |
1594 | 2024-02-17T06:13:49.220Z | Compiling tracing v0.1.37 |
1595 | 2024-02-17T06:13:49.741Z | Compiling pest_generator v2.7.6 |
1596 | 2024-02-17T06:13:49.880Z | Compiling winnow v0.5.15 |
1597 | 2024-02-17T06:13:50.347Z | Compiling lazy_static v1.4.0 |
1598 | 2024-02-17T06:13:51.088Z | Checking subtle v2.5.0 |
1599 | 2024-02-17T06:13:52.463Z | Compiling percent-encoding v2.3.1 |
1600 | 2024-02-17T06:13:52.832Z | Compiling untrusted v0.9.0 |
1601 | 2024-02-17T06:13:53.008Z | Compiling time-core v0.1.1 |
1602 | 2024-02-17T06:13:53.186Z | Compiling foreign-types-shared v0.1.1 |
1603 | 2024-02-17T06:13:53.287Z | Compiling untrusted v0.7.1 |
1604 | 2024-02-17T06:13:53.428Z | Compiling pest_derive v2.7.6 |
1605 | 2024-02-17T06:13:53.890Z | Compiling foreign-types v0.3.2 |
1606 | 2024-02-17T06:13:53.984Z | Compiling time-macros v0.2.13 |
1607 | 2024-02-17T06:13:54.937Z | Compiling scroll_derive v0.12.0 |
1608 | 2024-02-17T06:13:55.586Z | Compiling synstructure v0.12.6 |
1609 | 2024-02-17T06:13:56.519Z | Checking bytes v1.5.0 |
1610 | 2024-02-17T06:13:56.575Z | Checking bitflags v2.4.0 |
1611 | 2024-02-17T06:13:57.082Z | Compiling thread-id v4.2.0 |
1612 | 2024-02-17T06:13:57.182Z | Compiling try-lock v0.2.4 |
1613 | 2024-02-17T06:13:57.347Z | Compiling indexmap v2.2.3 |
1614 | 2024-02-17T06:13:57.700Z | Compiling uuid v1.7.0 |
1615 | 2024-02-17T06:13:57.891Z | Compiling chrono v0.4.31 |
1616 | 2024-02-17T06:13:58.220Z | Compiling http v0.2.11 |
1617 | 2024-02-17T06:13:58.305Z | Compiling semver v1.0.21 |
1618 | 2024-02-17T06:13:58.466Z | Checking tokio v1.36.0 |
1619 | 2024-02-17T06:13:59.090Z | Compiling toml_datetime v0.6.5 |
1620 | 2024-02-17T06:13:59.322Z | Compiling serde_spanned v0.6.5 |
1621 | 2024-02-17T06:13:59.549Z | Compiling openapiv3 v2.0.0 |
1622 | 2024-02-17T06:13:59.568Z | Compiling rustc_version v0.4.0 |
1623 | 2024-02-17T06:14:00.436Z | Compiling toml_edit v0.19.15 |
1624 | 2024-02-17T06:14:00.795Z | Compiling base64 v0.21.7 |
1625 | 2024-02-17T06:14:01.698Z | Compiling http-body v0.4.5 |
1626 | 2024-02-17T06:14:01.982Z | Compiling want v0.3.1 |
1627 | 2024-02-17T06:14:02.102Z | Compiling zerocopy-derive v0.2.0 |
1628 | 2024-02-17T06:14:02.264Z | Compiling rustls-webpki v0.101.7 |
1629 | 2024-02-17T06:14:04.276Z | Compiling sct v0.7.0 |
1630 | 2024-02-17T06:14:04.296Z | Compiling form_urlencoded v1.2.1 |
1631 | 2024-02-17T06:14:04.991Z | Compiling socket2 v0.4.9 |
1632 | 2024-02-17T06:14:05.014Z | Compiling const-oid v0.9.5 |
1633 | 2024-02-17T06:14:05.014Z | Compiling openssl-probe v0.1.5 |
1634 | 2024-02-17T06:14:05.031Z | Compiling httpdate v1.0.3 |
1635 | 2024-02-17T06:14:05.311Z | Compiling tower-service v0.3.2 |
1636 | 2024-02-17T06:14:05.425Z | Compiling idna v0.5.0 |
1637 | 2024-02-17T06:14:05.571Z | Compiling adler v1.0.2 |
1638 | 2024-02-17T06:14:05.788Z | Compiling miniz_oxide v0.7.1 |
1639 | 2024-02-17T06:14:06.494Z | Compiling url v2.5.0 |
1640 | 2024-02-17T06:14:06.719Z | Compiling tokio-util v0.7.10 |
1641 | 2024-02-17T06:14:07.430Z | Compiling ipnet v2.9.0 |
1642 | 2024-02-17T06:14:07.944Z | Compiling h2 v0.3.24 |
1643 | 2024-02-17T06:14:08.652Z | Compiling tokio-native-tls v0.3.1 |
1644 | 2024-02-17T06:14:08.669Z | Compiling signal-hook v0.3.17 |
1645 | 2024-02-17T06:14:08.901Z | Compiling serde_urlencoded v0.7.1 |
1646 | 2024-02-17T06:14:08.906Z | Compiling rustls-pemfile v1.0.3 |
1647 | 2024-02-17T06:14:08.991Z | Compiling crypto-common v0.1.6 |
1648 | 2024-02-17T06:14:09.217Z | Compiling clap_derive v4.5.0 |
1649 | 2024-02-17T06:14:09.301Z | Compiling zerocopy-derive v0.6.4 |
1650 | 2024-02-17T06:14:09.406Z | Compiling tokio-rustls v0.24.1 |
1651 | 2024-02-17T06:14:09.825Z | Compiling usdt-impl v0.3.5 |
1652 | 2024-02-17T06:14:10.191Z | Compiling encoding_rs v0.8.33 |
1653 | 2024-02-17T06:14:10.755Z | Compiling webpki-roots v0.25.2 |
1654 | 2024-02-17T06:14:10.794Z | Compiling gimli v0.28.0 |
1655 | 2024-02-17T06:14:10.899Z | Compiling siphasher v0.3.11 |
1656 | 2024-02-17T06:14:12.148Z | Compiling mime v0.3.17 |
1657 | 2024-02-17T06:14:12.259Z | Compiling zerocopy v0.3.0 |
1658 | 2024-02-17T06:14:12.260Z | Compiling scroll v0.12.0 |
1659 | 2024-02-17T06:14:12.522Z | Compiling block-buffer v0.10.4 |
1660 | 2024-02-17T06:14:12.796Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1661 | 2024-02-17T06:14:12.898Z | Compiling object v0.32.1 |
1662 | 2024-02-17T06:14:13.278Z | Compiling usdt-impl v0.5.0 |
1663 | 2024-02-17T06:14:13.649Z | Compiling num-iter v0.1.43 |
1664 | 2024-02-17T06:14:14.115Z | Compiling plain v0.2.3 |
1665 | 2024-02-17T06:14:14.119Z | Compiling rustc-demangle v0.1.23 |
1666 | 2024-02-17T06:14:14.512Z | Compiling goblin v0.8.0 |
1667 | 2024-02-17T06:14:14.803Z | Compiling flate2 v1.0.28 |
1668 | 2024-02-17T06:14:14.905Z | Compiling digest v0.10.7 |
1669 | 2024-02-17T06:14:15.088Z | Compiling hyper v0.14.27 |
1670 | 2024-02-17T06:14:15.369Z | Compiling addr2line v0.21.0 |
1671 | 2024-02-17T06:14:15.478Z | Compiling dof v0.1.5 |
1672 | 2024-02-17T06:14:15.765Z | Compiling heapless v0.7.16 |
1673 | 2024-02-17T06:14:16.008Z | Compiling dtrace-parser v0.1.14 |
1674 | 2024-02-17T06:14:16.186Z | Compiling futures-executor v0.3.30 |
1675 | 2024-02-17T06:14:16.240Z | Compiling strum_macros v0.25.2 |
1676 | 2024-02-17T06:14:16.465Z | Compiling ppv-lite86 v0.2.17 |
1677 | 2024-02-17T06:14:16.812Z | Checking equivalent v1.0.1 |
1678 | 2024-02-17T06:14:17.300Z | Compiling pretty-hex v0.4.1 |
1679 | 2024-02-17T06:14:17.511Z | Compiling rand_chacha v0.3.1 |
1680 | 2024-02-17T06:14:18.691Z | Compiling toml_edit v0.22.6 |
1681 | 2024-02-17T06:14:19.874Z | Compiling futures v0.3.30 |
1682 | 2024-02-17T06:14:19.879Z | Compiling toml v0.7.8 |
1683 | 2024-02-17T06:14:19.894Z | Compiling serde_tokenstream v0.1.7 |
1684 | 2024-02-17T06:14:20.431Z | Compiling dof v0.3.0 |
1685 | 2024-02-17T06:14:21.124Z | Compiling hex v0.4.3 |
1686 | 2024-02-17T06:14:21.712Z | Compiling dtrace-parser v0.2.0 |
1687 | 2024-02-17T06:14:22.641Z | Compiling hyper-rustls v0.24.2 |
1688 | 2024-02-17T06:14:22.672Z | Compiling hyper-tls v0.5.0 |
1689 | 2024-02-17T06:14:23.191Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1690 | 2024-02-17T06:14:23.195Z | Compiling bit-vec v0.6.3 |
1691 | 2024-02-17T06:14:23.195Z | Compiling reqwest v0.11.22 |
1692 | 2024-02-17T06:14:23.345Z | Compiling rand v0.8.5 |
1693 | 2024-02-17T06:14:23.761Z | Compiling phf_shared v0.10.0 |
1694 | 2024-02-17T06:14:23.776Z | Compiling num-bigint v0.4.4 |
1695 | 2024-02-17T06:14:24.154Z | Compiling smoltcp v0.9.1 |
1696 | 2024-02-17T06:14:24.651Z | Compiling fixedbitset v0.4.2 |
1697 | 2024-02-17T06:14:24.966Z | Compiling base64ct v1.6.0 |
1698 | 2024-02-17T06:14:25.026Z | Compiling minimal-lexical v0.2.1 |
1699 | 2024-02-17T06:14:25.101Z | Compiling precomputed-hash v0.1.1 |
1700 | 2024-02-17T06:14:25.216Z | Compiling new_debug_unreachable v1.0.4 |
1701 | 2024-02-17T06:14:25.300Z | Compiling string_cache v0.8.7 |
1702 | 2024-02-17T06:14:25.438Z | Compiling pem-rfc7468 v0.7.0 |
1703 | 2024-02-17T06:14:25.518Z | Compiling nom v7.1.3 |
1704 | 2024-02-17T06:14:25.600Z | Compiling petgraph v0.6.4 |
1705 | 2024-02-17T06:14:25.756Z | Compiling bit-set v0.5.3 |
1706 | 2024-02-17T06:14:25.974Z | Compiling usdt-macro v0.3.5 |
1707 | 2024-02-17T06:14:26.027Z | Compiling usdt-attr-macro v0.3.5 |
1708 | 2024-02-17T06:14:26.219Z | Compiling hmac v0.12.1 |
1709 | 2024-02-17T06:14:26.454Z | Compiling enum-as-inner v0.5.1 |
1710 | 2024-02-17T06:14:26.534Z | Compiling hubpack_derive v0.1.1 |
1711 | 2024-02-17T06:14:27.121Z | Compiling itertools v0.10.5 |
1712 | 2024-02-17T06:14:27.446Z | Compiling diesel_table_macro_syntax v0.1.0 |
1713 | 2024-02-17T06:14:27.593Z | Compiling lalrpop-util v0.19.12 |
1714 | 2024-02-17T06:14:27.605Z | Compiling flagset v0.4.3 |
1715 | 2024-02-17T06:14:27.654Z | Compiling unicode-segmentation v1.10.1 |
1716 | 2024-02-17T06:14:27.807Z | Compiling der v0.7.8 |
1717 | 2024-02-17T06:14:27.846Z | Compiling diesel_derives v2.1.2 |
1718 | 2024-02-17T06:14:29.647Z | Compiling cpufeatures v0.2.12 |
1719 | 2024-02-17T06:14:29.746Z | Compiling sha2 v0.10.8 |
1720 | 2024-02-17T06:14:29.986Z | Compiling spki v0.7.2 |
1721 | 2024-02-17T06:14:30.010Z | Compiling md-5 v0.10.5 |
1722 | 2024-02-17T06:14:30.114Z | Compiling stringprep v0.1.3 |
1723 | 2024-02-17T06:14:31.205Z | Compiling serde_repr v0.1.16 |
1724 | 2024-02-17T06:14:31.226Z | Compiling num-integer v0.1.46 |
1725 | 2024-02-17T06:14:31.227Z | Compiling hash32 v0.2.1 |
1726 | 2024-02-17T06:14:31.227Z | Compiling stable_deref_trait v1.2.0 |
1727 | 2024-02-17T06:14:31.227Z | Compiling fallible-iterator v0.2.0 |
1728 | 2024-02-17T06:14:31.227Z | Compiling pkcs8 v0.10.2 |
1729 | 2024-02-17T06:14:31.663Z | Compiling phf_shared v0.11.2 |
1730 | 2024-02-17T06:14:31.793Z | Compiling postgres-protocol v0.6.6 |
1731 | 2024-02-17T06:14:32.041Z | Compiling ff v0.13.0 |
1732 | 2024-02-17T06:14:32.271Z | Compiling terminal_size v0.3.0 |
1733 | 2024-02-17T06:14:32.456Z | Compiling block-padding v0.3.3 |
1734 | 2024-02-17T06:14:32.483Z | Compiling scheduled-thread-pool v0.2.7 |
1735 | 2024-02-17T06:14:32.516Z | Compiling deranged v0.3.8 |
1736 | 2024-02-17T06:14:33.113Z | Compiling bitflags v1.3.2 |
1737 | 2024-02-17T06:14:33.152Z | Compiling managed v0.8.0 |
1738 | 2024-02-17T06:14:33.152Z | Compiling num_threads v0.1.6 |
1739 | 2024-02-17T06:14:33.152Z | Compiling base16ct v0.2.0 |
1740 | 2024-02-17T06:14:33.152Z | Compiling matches v0.1.10 |
1741 | 2024-02-17T06:14:36.210Z | Compiling regex-automata v0.1.10 |
1742 | 2024-02-17T06:14:36.638Z | Checking unicode-ident v1.0.12 |
1743 | 2024-02-17T06:14:36.638Z | Compiling clap_builder v4.5.0 |
1744 | 2024-02-17T06:14:36.638Z | Compiling sec1 v0.7.3 |
1745 | 2024-02-17T06:14:36.638Z | Compiling idna v0.2.3 |
1746 | 2024-02-17T06:14:36.638Z | Compiling bstr v0.2.17 |
1747 | 2024-02-17T06:14:36.638Z | Compiling r2d2 v0.8.10 |
1748 | 2024-02-17T06:14:36.638Z | Compiling time v0.3.27 |
1749 | 2024-02-17T06:14:36.638Z | Compiling inout v0.1.3 |
1750 | 2024-02-17T06:14:36.638Z | Compiling postgres-types v0.2.6 |
1751 | 2024-02-17T06:14:36.638Z | Compiling group v0.13.0 |
1752 | 2024-02-17T06:14:36.639Z | Compiling signal-hook-mio v0.2.3 |
1753 | 2024-02-17T06:14:36.639Z | Compiling phf v0.11.2 |
1754 | 2024-02-17T06:14:36.639Z | Compiling bzip2 v0.4.4 |
1755 | 2024-02-17T06:14:36.639Z | Compiling hubpack v0.1.2 |
1756 | 2024-02-17T06:14:36.639Z | Compiling hkdf v0.12.4 |
1757 | 2024-02-17T06:14:37.047Z | Compiling zerocopy v0.6.4 |
1758 | 2024-02-17T06:14:37.047Z | Compiling crypto-bigint v0.5.2 |
1759 | 2024-02-17T06:14:37.048Z | Compiling ipnetwork v0.20.0 |
1760 | 2024-02-17T06:14:37.745Z | Compiling float-cmp v0.9.0 |
1761 | 2024-02-17T06:14:38.096Z | Compiling whoami v1.4.1 |
1762 | 2024-02-17T06:14:38.504Z | Compiling difflib v0.4.0 |
1763 | 2024-02-17T06:14:38.741Z | Compiling predicates-core v1.0.6 |
1764 | 2024-02-17T06:14:38.773Z | Compiling regex-automata v0.3.8 |
1765 | 2024-02-17T06:14:39.118Z | Compiling normalize-line-endings v0.3.0 |
1766 | 2024-02-17T06:14:39.312Z | Compiling static_assertions v1.1.0 |
1767 | 2024-02-17T06:14:39.312Z | Compiling data-encoding v2.4.0 |
1768 | 2024-02-17T06:14:39.996Z | Compiling trust-dns-proto v0.22.0 |
1769 | 2024-02-17T06:14:40.047Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1770 | 2024-02-17T06:14:40.047Z | Compiling predicates v3.1.0 |
1771 | 2024-02-17T06:14:41.170Z | Compiling bstr v1.6.0 |
1772 | 2024-02-17T06:14:41.763Z | Compiling yasna v0.5.2 |
1773 | 2024-02-17T06:14:42.454Z | Compiling elliptic-curve v0.13.8 |
1774 | 2024-02-17T06:14:43.880Z | Compiling tokio-postgres v0.7.10 |
1775 | 2024-02-17T06:14:56.979Z | Compiling clap v4.5.0 |
1776 | 2024-02-17T06:14:56.979Z | Compiling zip v0.6.6 |
1777 | 2024-02-17T06:14:56.979Z | Compiling crossterm v0.27.0 |
1778 | 2024-02-17T06:14:56.979Z | Compiling similar v2.3.0 |
1779 | 2024-02-17T06:14:57.214Z | Compiling cipher v0.4.4 |
1780 | 2024-02-17T06:14:57.214Z | Compiling diesel v2.1.4 |
1781 | 2024-02-17T06:14:57.214Z | Compiling usdt v0.3.5 |
1782 | 2024-02-17T06:14:57.214Z | Compiling strum v0.25.0 |
1783 | 2024-02-17T06:14:57.214Z | Compiling tokio-stream v0.1.14 |
1784 | 2024-02-17T06:14:57.214Z | Compiling console v0.15.8 |
1785 | 2024-02-17T06:14:57.333Z | Checking proc-macro2 v1.0.78 |
1786 | 2024-02-17T06:14:57.334Z | Checking quote v1.0.35 |
1787 | 2024-02-17T06:14:57.334Z | Checking utf8parse v0.2.1 |
1788 | 2024-02-17T06:14:57.334Z | Checking anstyle v1.0.2 |
1789 | 2024-02-17T06:14:57.334Z | Checking anstyle-parse v0.2.1 |
1790 | 2024-02-17T06:14:57.334Z | Checking colorchoice v1.0.0 |
1791 | 2024-02-17T06:14:57.334Z | Checking anstyle-query v1.0.0 |
1792 | 2024-02-17T06:14:57.334Z | Checking anstream v0.6.11 |
1793 | 2024-02-17T06:14:57.334Z | Compiling serde_tokenstream v0.2.0 |
1794 | 2024-02-17T06:14:57.396Z | Checking clap_lex v0.7.0 |
1795 | 2024-02-17T06:14:57.538Z | Checking strsim v0.11.0 |
1796 | 2024-02-17T06:15:02.914Z | Checking winnow v0.6.1 |
1797 | 2024-02-17T06:15:09.830Z | Compiling regress v0.8.0 |
1798 | 2024-02-17T06:15:12.366Z | Compiling getopts v0.2.21 |
1799 | 2024-02-17T06:15:12.596Z | Compiling unsafe-libyaml v0.2.10 |
1800 | 2024-02-17T06:15:12.865Z | Checking heck v0.4.1 |
1801 | 2024-02-17T06:15:13.038Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1802 | 2024-02-17T06:15:14.617Z | Compiling serde_yaml v0.9.25 |
1803 | 2024-02-17T06:15:15.104Z | Checking camino v1.1.6 |
1804 | 2024-02-17T06:15:15.248Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1805 | 2024-02-17T06:15:15.572Z | Compiling ident_case v1.0.1 |
1806 | 2024-02-17T06:15:15.659Z | Compiling strsim v0.10.0 |
1807 | 2024-02-17T06:15:15.753Z | Checking fastrand v2.0.1 |
1808 | 2024-02-17T06:15:15.782Z | Checking rustls-pki-types v1.1.0 |
1809 | 2024-02-17T06:15:16.072Z | Checking match_cfg v0.1.0 |
1810 | 2024-02-17T06:15:16.145Z | Checking hostname v0.3.1 |
1811 | 2024-02-17T06:15:16.164Z | Checking tempfile v3.10.0 |
1812 | 2024-02-17T06:15:16.270Z | Checking http v1.0.0 |
1813 | 2024-02-17T06:15:16.890Z | Checking atty v0.2.14 |
1814 | 2024-02-17T06:15:16.894Z | Checking quick-error v1.2.3 |
1815 | 2024-02-17T06:15:16.894Z | Compiling paste v1.0.14 |
1816 | 2024-02-17T06:15:16.894Z | Checking sha1 v0.10.6 |
1817 | 2024-02-17T06:15:16.908Z | Checking dirs-sys-next v0.1.2 |
1818 | 2024-02-17T06:15:17.500Z | Compiling rustls v0.22.2 |
1819 | 2024-02-17T06:15:17.505Z | Checking dirs-next v2.0.0 |
1820 | 2024-02-17T06:15:17.537Z | Checking rustls-webpki v0.102.1 |
1821 | 2024-02-17T06:15:17.631Z | Checking crossbeam-channel v0.5.8 |
1822 | 2024-02-17T06:15:18.348Z | Checking thread_local v1.1.7 |
1823 | 2024-02-17T06:15:18.355Z | Checking instant v0.1.12 |
1824 | 2024-02-17T06:15:18.567Z | Compiling slog-async v2.8.0 |
1825 | 2024-02-17T06:15:18.586Z | Checking term v0.7.0 |
1826 | 2024-02-17T06:15:20.957Z | Checking rustls-pemfile v2.0.0 |
1827 | 2024-02-17T06:15:21.119Z | Compiling multer v3.0.0 |
1828 | 2024-02-17T06:15:21.119Z | Checking debug-ignore v1.0.5 |
1829 | 2024-02-17T06:15:21.119Z | Checking take_mut v0.2.2 |
1830 | 2024-02-17T06:15:21.119Z | Checking slog-term v2.9.0 |
1831 | 2024-02-17T06:15:21.119Z | Compiling darling_core v0.20.3 |
1832 | 2024-02-17T06:15:21.119Z | Checking slog-json v2.6.1 |
1833 | 2024-02-17T06:15:21.119Z | Compiling async-stream-impl v0.3.5 |
1834 | 2024-02-17T06:15:21.119Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1835 | 2024-02-17T06:15:21.119Z | Checking atomic-waker v1.1.1 |
1836 | 2024-02-17T06:15:21.119Z | Checking waitgroup v0.1.2 |
1837 | 2024-02-17T06:15:21.119Z | Checking slog-bunyan v2.5.0 |
1838 | 2024-02-17T06:15:21.119Z | Checking toml v0.8.10 |
1839 | 2024-02-17T06:15:21.119Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1840 | 2024-02-17T06:15:21.119Z | Checking serde_path_to_error v0.1.15 |
1841 | 2024-02-17T06:15:21.120Z | Checking async-stream v0.3.5 |
1842 | 2024-02-17T06:15:21.411Z | Checking wait-timeout v0.2.0 |
1843 | 2024-02-17T06:15:21.513Z | Compiling strum_macros v0.26.1 |
1844 | 2024-02-17T06:15:21.513Z | Compiling structmeta-derive v0.3.0 |
1845 | 2024-02-17T06:15:22.209Z | Checking tokio-rustls v0.25.0 |
1846 | 2024-02-17T06:15:22.572Z | Checking rusty-fork v0.3.0 |
1847 | 2024-02-17T06:15:22.855Z | Checking newtype-uuid v1.0.1 |
1848 | 2024-02-17T06:15:23.108Z | Compiling structmeta-derive v0.2.0 |
1849 | 2024-02-17T06:15:24.712Z | Compiling structmeta v0.3.0 |
1850 | 2024-02-17T06:15:25.590Z | Checking rand_xorshift v0.3.0 |
1851 | 2024-02-17T06:15:26.009Z | Checking unarray v0.1.4 |
1852 | 2024-02-17T06:15:26.009Z | Compiling darling_macro v0.20.3 |
1853 | 2024-02-17T06:15:26.010Z | Checking proptest v1.4.0 |
1854 | 2024-02-17T06:15:26.264Z | Compiling structmeta v0.2.0 |
1855 | 2024-02-17T06:15:26.403Z | Compiling darling v0.20.3 |
1856 | 2024-02-17T06:15:26.500Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1857 | 2024-02-17T06:15:26.517Z | Compiling serde_with_macros v3.6.1 |
1858 | 2024-02-17T06:15:29.072Z | Checking strum v0.26.1 |
1859 | 2024-02-17T06:15:29.247Z | Compiling parse-display-derive v0.9.0 |
1860 | 2024-02-17T06:15:29.247Z | Checking backoff v0.4.0 |
1861 | 2024-02-17T06:15:29.247Z | Compiling test-strategy v0.3.1 |
1862 | 2024-02-17T06:15:29.247Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1863 | 2024-02-17T06:15:29.247Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1864 | 2024-02-17T06:15:29.248Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1865 | 2024-02-17T06:15:29.248Z | Checking macaddr v1.0.1 |
1866 | 2024-02-17T06:15:29.248Z | Checking camino-tempfile v1.1.1 |
1867 | 2024-02-17T06:15:29.248Z | Checking is-terminal v0.4.9 |
1868 | 2024-02-17T06:15:29.248Z | Compiling proc-macro-error-attr v1.0.4 |
1869 | 2024-02-17T06:15:29.248Z | Compiling proc-macro-error v1.0.4 |
1870 | 2024-02-17T06:15:29.248Z | Compiling proc-macro-crate v1.3.1 |
1871 | 2024-02-17T06:15:29.635Z | Checking termtree v0.4.1 |
1872 | 2024-02-17T06:15:29.825Z | Compiling heapless v0.8.0 |
1873 | 2024-02-17T06:15:29.847Z | Checking serde_with v3.6.1 |
1874 | 2024-02-17T06:15:29.987Z | Checking predicates-tree v1.0.9 |
1875 | 2024-02-17T06:15:30.002Z | Compiling num_enum_derive v0.5.11 |
1876 | 2024-02-17T06:15:30.146Z | Checking hash32 v0.3.1 |
1877 | 2024-02-17T06:15:30.316Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1878 | 2024-02-17T06:15:30.691Z | Compiling smoltcp v0.11.0 |
1879 | 2024-02-17T06:15:31.125Z | Compiling usdt-attr-macro v0.5.0 |
1880 | 2024-02-17T06:15:31.501Z | Compiling usdt-macro v0.5.0 |
1881 | 2024-02-17T06:15:31.700Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1882 | 2024-02-17T06:15:31.720Z | Checking memmap v0.7.0 |
1883 | 2024-02-17T06:15:31.777Z | Checking parse-display v0.9.0 |
1884 | 2024-02-17T06:15:31.923Z | Compiling crucible-workspace-hack v0.1.0 |
1885 | 2024-02-17T06:15:31.990Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1886 | 2024-02-17T06:15:32.235Z | Checking embedded-io v0.4.0 |
1887 | 2024-02-17T06:15:32.309Z | Checking cobs v0.2.3 |
1888 | 2024-02-17T06:15:32.480Z | Checking postcard v1.0.8 |
1889 | 2024-02-17T06:15:32.918Z | Compiling foreign-types-macros v0.2.3 |
1890 | 2024-02-17T06:15:32.977Z | Checking num_enum v0.5.11 |
1891 | 2024-02-17T06:15:33.117Z | Checking usdt v0.5.0 |
1892 | 2024-02-17T06:15:33.133Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1893 | 2024-02-17T06:15:33.208Z | Checking foreign-types-shared v0.3.1 |
1894 | 2024-02-17T06:15:33.317Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1895 | 2024-02-17T06:15:33.333Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1896 | 2024-02-17T06:15:33.520Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1897 | 2024-02-17T06:15:33.596Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1898 | 2024-02-17T06:15:33.629Z | Checking cstr-argument v0.1.2 |
1899 | 2024-02-17T06:15:33.646Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1900 | 2024-02-17T06:15:33.792Z | Checking pretty-hex v0.2.1 |
1901 | 2024-02-17T06:15:33.943Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1902 | 2024-02-17T06:15:33.982Z | Checking colored v2.0.4 |
1903 | 2024-02-17T06:15:34.201Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1904 | 2024-02-17T06:15:34.265Z | Compiling zone_cfg_derive v0.3.0 |
1905 | 2024-02-17T06:15:34.281Z | Checking foreign-types v0.5.0 |
1906 | 2024-02-17T06:15:34.393Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1907 | 2024-02-17T06:15:34.402Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1908 | 2024-02-17T06:15:34.544Z | Compiling num-derive v0.4.0 |
1909 | 2024-02-17T06:15:34.558Z | Compiling mockall_derive v0.12.0 |
1910 | 2024-02-17T06:15:34.736Z | Checking downcast v0.11.0 |
1911 | 2024-02-17T06:15:34.936Z | Checking fragile v2.0.0 |
1912 | 2024-02-17T06:15:35.197Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1913 | 2024-02-17T06:15:35.468Z | Checking smf v0.2.2 |
1914 | 2024-02-17T06:15:35.539Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1915 | 2024-02-17T06:15:35.822Z | Checking zone v0.3.0 |
1916 | 2024-02-17T06:15:35.886Z | Checking filetime v0.2.23 |
1917 | 2024-02-17T06:15:36.087Z | Checking xattr v1.0.1 |
1918 | 2024-02-17T06:15:36.272Z | Checking same-file v1.0.6 |
1919 | 2024-02-17T06:15:36.427Z | Checking walkdir v2.4.0 |
1920 | 2024-02-17T06:15:36.467Z | Checking tar v0.4.40 |
1921 | 2024-02-17T06:15:36.592Z | Checking pem v3.0.2 |
1922 | 2024-02-17T06:15:36.738Z | Compiling rayon-core v1.12.0 |
1923 | 2024-02-17T06:15:36.877Z | Checking linked-hash-map v0.5.6 |
1924 | 2024-02-17T06:15:36.934Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1925 | 2024-02-17T06:15:36.987Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1926 | 2024-02-17T06:15:37.051Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1927 | 2024-02-17T06:15:37.126Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1928 | 2024-02-17T06:15:37.224Z | Checking lru-cache v0.1.2 |
1929 | 2024-02-17T06:15:37.250Z | Checking itertools v0.12.1 |
1930 | 2024-02-17T06:15:37.406Z | Checking headers-core v0.2.0 |
1931 | 2024-02-17T06:15:37.465Z | Checking password-hash v0.5.0 |
1932 | 2024-02-17T06:15:37.540Z | Checking headers v0.3.9 |
1933 | 2024-02-17T06:15:37.909Z | Checking blake2 v0.10.6 |
1934 | 2024-02-17T06:15:38.322Z | Checking swrite v0.1.0 |
1935 | 2024-02-17T06:15:38.380Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1936 | 2024-02-17T06:15:38.433Z | Checking argon2 v0.5.3 |
1937 | 2024-02-17T06:15:38.683Z | Compiling derive-where v1.2.7 |
1938 | 2024-02-17T06:15:38.690Z | Checking rcgen v0.12.1 |
1939 | 2024-02-17T06:15:39.020Z | Checking atomicwrites v0.4.3 |
1940 | 2024-02-17T06:15:39.036Z | Checking subprocess v0.2.9 |
1941 | 2024-02-17T06:15:39.201Z | Checking arc-swap v1.6.0 |
1942 | 2024-02-17T06:15:39.325Z | Compiling cancel-safe-futures v0.1.5 |
1943 | 2024-02-17T06:15:39.548Z | Checking half v2.3.1 |
1944 | 2024-02-17T06:15:39.609Z | Checking slog-scope v4.4.0 |
1945 | 2024-02-17T06:15:39.720Z | Checking ciborium-io v0.2.2 |
1946 | 2024-02-17T06:15:39.803Z | Checking slog-stdlog v4.1.1 |
1947 | 2024-02-17T06:15:39.955Z | Checking slog-envlogger v2.2.0 |
1948 | 2024-02-17T06:15:39.998Z | Checking ciborium-ll v0.2.2 |
1949 | 2024-02-17T06:15:40.014Z | Checking resolv-conf v0.7.0 |
1950 | 2024-02-17T06:15:40.173Z | Checking libsw v3.3.1 |
1951 | 2024-02-17T06:15:40.265Z | Checking linear-map v1.2.0 |
1952 | 2024-02-17T06:15:40.300Z | Checking ciborium v0.2.2 |
1953 | 2024-02-17T06:15:40.342Z | Checking trust-dns-resolver v0.22.0 |
1954 | 2024-02-17T06:15:40.435Z | Checking owo-colors v4.0.0 |
1955 | 2024-02-17T06:15:40.576Z | Compiling slog-dtrace v0.3.0 |
1956 | 2024-02-17T06:15:40.967Z | Checking textwrap v0.11.0 |
1957 | 2024-02-17T06:15:41.182Z | Compiling heck v0.3.3 |
1958 | 2024-02-17T06:15:41.358Z | Compiling blake3 v1.5.0 |
1959 | 2024-02-17T06:15:41.589Z | Checking strsim v0.8.0 |
1960 | 2024-02-17T06:15:41.823Z | Compiling libefi-sys v0.1.0 |
1961 | 2024-02-17T06:15:41.896Z | Checking ansi_term v0.12.1 |
1962 | 2024-02-17T06:15:42.037Z | Checking vec_map v0.8.2 |
1963 | 2024-02-17T06:15:42.139Z | Checking termcolor v1.2.0 |
1964 | 2024-02-17T06:15:42.299Z | Checking clap v2.34.0 |
1965 | 2024-02-17T06:15:42.455Z | Compiling structopt-derive v0.4.18 |
1966 | 2024-02-17T06:15:42.510Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1967 | 2024-02-17T06:15:42.525Z | Checking nibble_vec v0.1.0 |
1968 | 2024-02-17T06:15:42.708Z | Checking endian-type v0.1.2 |
1969 | 2024-02-17T06:15:42.864Z | Compiling radium v0.7.0 |
1970 | 2024-02-17T06:15:42.916Z | Checking radix_trie v0.2.1 |
1971 | 2024-02-17T06:15:43.151Z | Checking mockall v0.12.0 |
1972 | 2024-02-17T06:15:43.296Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1973 | 2024-02-17T06:15:43.364Z | Compiling maybe-uninit v2.0.0 |
1974 | 2024-02-17T06:15:43.387Z | Checking tap v1.0.1 |
1975 | 2024-02-17T06:15:43.466Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1976 | 2024-02-17T06:15:43.539Z | Checking wyz v0.5.1 |
1977 | 2024-02-17T06:15:43.695Z | Checking fxhash v0.2.1 |
1978 | 2024-02-17T06:15:43.867Z | Checking gethostname v0.4.3 |
1979 | 2024-02-17T06:15:43.907Z | Compiling packed_struct v0.10.1 |
1980 | 2024-02-17T06:15:43.942Z | Checking crc-catalog v2.2.0 |
1981 | 2024-02-17T06:15:44.001Z | Checking funty v2.0.0 |
1982 | 2024-02-17T06:15:44.014Z | Compiling semver v0.1.20 |
1983 | 2024-02-17T06:15:44.075Z | Compiling num-bigint-dig v0.8.4 |
1984 | 2024-02-17T06:15:44.384Z | Compiling rustc_version v0.1.7 |
1985 | 2024-02-17T06:15:44.442Z | Checking crc v3.0.1 |
1986 | 2024-02-17T06:15:44.692Z | Compiling packed_struct_codegen v0.10.1 |
1987 | 2024-02-17T06:15:44.708Z | Compiling indexmap v1.9.3 |
1988 | 2024-02-17T06:15:44.830Z | Checking nodrop v0.1.14 |
1989 | 2024-02-17T06:15:44.946Z | Checking array-init v0.0.4 |
1990 | 2024-02-17T06:15:45.038Z | Compiling newtype_derive v0.1.6 |
1991 | 2024-02-17T06:15:45.054Z | Checking smallvec v0.6.14 |
1992 | 2024-02-17T06:15:45.133Z | Checking bitvec v1.0.1 |
1993 | 2024-02-17T06:15:45.288Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1994 | 2024-02-17T06:15:45.401Z | Checking pkcs1 v0.7.5 |
1995 | 2024-02-17T06:15:45.594Z | Checking structopt v0.3.26 |
1996 | 2024-02-17T06:15:45.713Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1997 | 2024-02-17T06:15:45.728Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1998 | 2024-02-17T06:15:45.788Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1999 | 2024-02-17T06:15:45.993Z | Checking signature v2.1.0 |
2000 | 2024-02-17T06:15:46.061Z | Compiling crossbeam-deque v0.8.3 |
2001 | 2024-02-17T06:15:46.167Z | Checking bitfield v0.14.0 |
2002 | 2024-02-17T06:15:46.416Z | Checking hashbrown v0.12.3 |
2003 | 2024-02-17T06:15:47.359Z | Checking rsa v0.9.2 |
2004 | 2024-02-17T06:15:47.910Z | Checking serde-hex v0.1.0 |
2005 | 2024-02-17T06:15:48.309Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2006 | 2024-02-17T06:15:48.314Z | Checking env_logger v0.10.0 |
2007 | 2024-02-17T06:15:48.337Z | Checking x509-cert v0.2.4 |
2008 | 2024-02-17T06:15:48.562Z | Checking ron v0.8.1 |
2009 | 2024-02-17T06:15:48.670Z | Checking hashbrown v0.13.2 |
2010 | 2024-02-17T06:15:48.730Z | Compiling semver-parser v0.10.2 |
2011 | 2024-02-17T06:15:49.753Z | Compiling num-rational v0.4.1 |
2012 | 2024-02-17T06:15:49.848Z | Checking crc-any v2.4.3 |
2013 | 2024-02-17T06:15:50.005Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2014 | 2024-02-17T06:15:50.233Z | Checking object v0.30.4 |
2015 | 2024-02-17T06:15:50.260Z | Compiling semver v0.11.0 |
2016 | 2024-02-17T06:15:50.463Z | Compiling rayon v1.8.0 |
2017 | 2024-02-17T06:15:50.979Z | Compiling memmap2 v0.7.1 |
2018 | 2024-02-17T06:15:51.395Z | Compiling arrayref v0.3.7 |
2019 | 2024-02-17T06:15:51.495Z | Checking path-slash v0.1.5 |
2020 | 2024-02-17T06:15:51.634Z | Compiling constant_time_eq v0.3.0 |
2021 | 2024-02-17T06:15:51.650Z | Compiling arrayvec v0.7.4 |
2022 | 2024-02-17T06:15:51.681Z | Compiling home v0.5.5 |
2023 | 2024-02-17T06:15:51.899Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2024 | 2024-02-17T06:15:51.932Z | Compiling toolchain_find v0.2.0 |
2025 | 2024-02-17T06:15:52.302Z | Checking steno v0.4.0 |
2026 | 2024-02-17T06:15:52.505Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2027 | 2024-02-17T06:15:53.176Z | Compiling toml v0.5.11 |
2028 | 2024-02-17T06:15:53.324Z | Checking num-complex v0.4.4 |
2029 | 2024-02-17T06:15:53.996Z | Compiling convert_case v0.4.0 |
2030 | 2024-02-17T06:15:54.275Z | Compiling topological-sort v0.2.2 |
2031 | 2024-02-17T06:15:54.492Z | Checking num v0.4.1 |
2032 | 2024-02-17T06:15:54.593Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2033 | 2024-02-17T06:15:54.733Z | Checking newline-converter v0.3.0 |
2034 | 2024-02-17T06:15:54.972Z | Compiling derive_more v0.99.17 |
2035 | 2024-02-17T06:15:55.296Z | Compiling rustfmt-wrapper v0.2.0 |
2036 | 2024-02-17T06:15:55.922Z | Compiling omicron-zone-package v0.11.0 |
2037 | 2024-02-17T06:15:56.591Z | Checking expectorate v1.1.0 |
2038 | 2024-02-17T06:15:56.767Z | Checking utf-8 v0.7.6 |
2039 | 2024-02-17T06:15:56.815Z | Compiling buf-list v1.0.3 |
2040 | 2024-02-17T06:15:56.973Z | Checking tungstenite v0.20.1 |
2041 | 2024-02-17T06:15:57.102Z | Checking display-error-chain v0.2.0 |
2042 | 2024-02-17T06:15:57.247Z | Compiling parking_lot_core v0.8.6 |
2043 | 2024-02-17T06:15:57.751Z | Checking keccak v0.1.4 |
2044 | 2024-02-17T06:15:57.843Z | Checking trust-dns-client v0.22.0 |
2045 | 2024-02-17T06:15:57.860Z | Checking tokio-tungstenite v0.20.1 |
2046 | 2024-02-17T06:15:58.052Z | Checking sha3 v0.10.8 |
2047 | 2024-02-17T06:15:58.108Z | Checking parking_lot v0.11.2 |
2048 | 2024-02-17T06:15:58.426Z | Checking secrecy v0.8.0 |
2049 | 2024-02-17T06:15:58.450Z | Compiling pin-project-internal v1.1.3 |
2050 | 2024-02-17T06:15:58.640Z | Compiling doc-comment v0.3.3 |
2051 | 2024-02-17T06:15:59.157Z | Checking sled v0.34.7 |
2052 | 2024-02-17T06:15:59.503Z | Checking glob v0.3.1 |
2053 | 2024-02-17T06:15:59.846Z | Compiling vte_generate_state_changes v0.1.1 |
2054 | 2024-02-17T06:15:59.850Z | Checking trust-dns-server v0.22.1 |
2055 | 2024-02-17T06:16:00.533Z | Checking vte v0.11.1 |
2056 | 2024-02-17T06:16:01.795Z | Checking pin-project v1.1.3 |
2057 | 2024-02-17T06:16:01.923Z | Compiling unicase v2.7.0 |
2058 | 2024-02-17T06:16:01.946Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2059 | 2024-02-17T06:16:02.053Z | Compiling platforms v3.0.2 |
2060 | 2024-02-17T06:16:02.299Z | Checking strip-ansi-escapes v0.2.0 |
2061 | 2024-02-17T06:16:02.424Z | Checking fd-lock v3.0.13 |
2062 | 2024-02-17T06:16:02.467Z | Compiling snafu-derive v0.7.5 |
2063 | 2024-02-17T06:16:02.473Z | Compiling fs-err v2.11.0 |
2064 | 2024-02-17T06:16:02.596Z | Checking nu-ansi-term v0.50.0 |
2065 | 2024-02-17T06:16:02.672Z | Checking globset v0.4.13 |
2066 | 2024-02-17T06:16:02.896Z | Checking olpc-cjson v0.1.3 |
2067 | 2024-02-17T06:16:02.986Z | Checking reedline v0.29.0 |
2068 | 2024-02-17T06:16:03.108Z | Checking serde_plain v1.0.2 |
2069 | 2024-02-17T06:16:03.149Z | Compiling async-recursion v1.0.5 |
2070 | 2024-02-17T06:16:03.226Z | Checking typed-path v0.7.0 |
2071 | 2024-02-17T06:16:03.230Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2072 | 2024-02-17T06:16:03.339Z | Compiling curve25519-dalek v4.1.1 |
2073 | 2024-02-17T06:16:04.082Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2074 | 2024-02-17T06:16:04.247Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2075 | 2024-02-17T06:16:04.567Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2076 | 2024-02-17T06:16:04.681Z | Compiling memoffset v0.7.1 |
2077 | 2024-02-17T06:16:04.694Z | Checking parse-size v1.0.0 |
2078 | 2024-02-17T06:16:04.824Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2079 | 2024-02-17T06:16:05.032Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2080 | 2024-02-17T06:16:05.061Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2081 | 2024-02-17T06:16:05.152Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2082 | 2024-02-17T06:16:05.156Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2083 | 2024-02-17T06:16:05.387Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2084 | 2024-02-17T06:16:05.685Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2085 | 2024-02-17T06:16:05.832Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2086 | 2024-02-17T06:16:06.233Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2087 | 2024-02-17T06:16:08.617Z | Checking snafu v0.7.5 |
2088 | 2024-02-17T06:16:09.004Z | Compiling mime_guess v2.0.4 |
2089 | 2024-02-17T06:16:09.061Z | Checking tough v0.16.0 |
2090 | 2024-02-17T06:16:11.483Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2091 | 2024-02-17T06:16:11.931Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2092 | 2024-02-17T06:16:12.268Z | Checking universal-hash v0.5.1 |
2093 | 2024-02-17T06:16:12.462Z | Compiling thiserror-impl-no-std v2.0.2 |
2094 | 2024-02-17T06:16:12.543Z | Compiling curve25519-dalek-derive v0.1.0 |
2095 | 2024-02-17T06:16:12.620Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2096 | 2024-02-17T06:16:13.881Z | Checking opaque-debug v0.3.0 |
2097 | 2024-02-17T06:16:13.976Z | Checking poly1305 v0.8.0 |
2098 | 2024-02-17T06:16:15.935Z | Checking thiserror-no-std v2.0.2 |
2099 | 2024-02-17T06:16:16.049Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2100 | 2024-02-17T06:16:16.252Z | Checking chacha20 v0.9.1 |
2101 | 2024-02-17T06:16:16.388Z | Checking aead v0.5.2 |
2102 | 2024-02-17T06:16:16.598Z | Checking kstat-rs v0.2.3 |
2103 | 2024-02-17T06:16:16.612Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2104 | 2024-02-17T06:16:16.959Z | Compiling salty v0.2.0 |
2105 | 2024-02-17T06:16:17.549Z | Checking signature v1.6.4 |
2106 | 2024-02-17T06:16:17.687Z | Checking ed25519 v1.5.3 |
2107 | 2024-02-17T06:16:17.955Z | Checking chacha20poly1305 v0.10.1 |
2108 | 2024-02-17T06:16:18.145Z | Checking vsss-rs v3.3.4 |
2109 | 2024-02-17T06:16:18.448Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2110 | 2024-02-17T06:16:18.761Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2111 | 2024-02-17T06:16:18.860Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2112 | 2024-02-17T06:16:19.024Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2113 | 2024-02-17T06:16:20.947Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2114 | 2024-02-17T06:16:21.733Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2115 | 2024-02-17T06:16:21.819Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2116 | 2024-02-17T06:16:22.209Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2117 | 2024-02-17T06:16:22.897Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2118 | 2024-02-17T06:16:23.134Z | Checking serde-big-array v0.5.1 |
2119 | 2024-02-17T06:16:23.162Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2120 | 2024-02-17T06:16:23.357Z | Checking bytecount v0.6.3 |
2121 | 2024-02-17T06:16:23.518Z | Checking papergrid v0.11.0 |
2122 | 2024-02-17T06:16:24.125Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2123 | 2024-02-17T06:16:25.317Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2124 | 2024-02-17T06:16:25.557Z | Compiling tabled_derive v0.7.0 |
2125 | 2024-02-17T06:16:26.341Z | Checking signal-hook-tokio v0.3.1 |
2126 | 2024-02-17T06:16:26.437Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2127 | 2024-02-17T06:16:26.494Z | Checking fd-lock v4.0.2 |
2128 | 2024-02-17T06:16:26.522Z | Checking nix v0.27.1 |
2129 | 2024-02-17T06:16:26.679Z | Checking serde-big-array v0.4.1 |
2130 | 2024-02-17T06:16:26.860Z | Compiling sqlparser_derive v0.2.2 |
2131 | 2024-02-17T06:16:28.046Z | Checking unicode_categories v0.1.1 |
2132 | 2024-02-17T06:16:28.124Z | Compiling prettyplease v0.2.16 |
2133 | 2024-02-17T06:16:28.328Z | Checking humantime v2.1.0 |
2134 | 2024-02-17T06:16:28.463Z | Checking tabled v0.15.0 |
2135 | 2024-02-17T06:16:28.480Z | Checking sqlformat v0.2.3 |
2136 | 2024-02-17T06:16:28.623Z | Checking sqlparser v0.43.1 |
2137 | 2024-02-17T06:16:29.151Z | Checking rustyline v13.0.0 |
2138 | 2024-02-17T06:16:29.872Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2139 | 2024-02-17T06:16:30.844Z | Checking bcs v0.1.6 |
2140 | 2024-02-17T06:16:30.895Z | Checking highway v1.1.0 |
2141 | 2024-02-17T06:16:31.299Z | Checking corncobs v0.1.3 |
2142 | 2024-02-17T06:16:31.325Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2143 | 2024-02-17T06:16:31.498Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2144 | 2024-02-17T06:16:31.592Z | Checking http-range v0.1.5 |
2145 | 2024-02-17T06:16:31.677Z | Compiling crunchy v0.2.2 |
2146 | 2024-02-17T06:16:31.779Z | Checking hyper-staticfile v0.9.5 |
2147 | 2024-02-17T06:16:32.189Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2148 | 2024-02-17T06:16:32.218Z | Compiling clang-sys v1.6.1 |
2149 | 2024-02-17T06:16:32.359Z | Compiling tiny-keccak v2.0.2 |
2150 | 2024-02-17T06:16:32.368Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2151 | 2024-02-17T06:16:32.583Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2152 | 2024-02-17T06:16:32.691Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2153 | 2024-02-17T06:16:33.076Z | Compiling darling_core v0.14.4 |
2154 | 2024-02-17T06:16:34.284Z | Checking assert_matches v1.5.0 |
2155 | 2024-02-17T06:16:34.383Z | Compiling ascii-canvas v3.0.0 |
2156 | 2024-02-17T06:16:35.429Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2157 | 2024-02-17T06:16:35.543Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2158 | 2024-02-17T06:16:36.671Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2159 | 2024-02-17T06:16:36.815Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2160 | 2024-02-17T06:16:37.310Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2161 | 2024-02-17T06:16:37.326Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2162 | 2024-02-17T06:16:39.037Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2163 | 2024-02-17T06:16:39.093Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2164 | 2024-02-17T06:16:39.109Z | Compiling darling_macro v0.14.4 |
2165 | 2024-02-17T06:16:39.238Z | Compiling ena v0.14.2 |
2166 | 2024-02-17T06:16:39.681Z | Compiling libloading v0.7.4 |
2167 | 2024-02-17T06:16:40.077Z | Compiling bindgen v0.69.2 |
2168 | 2024-02-17T06:16:40.219Z | Compiling regex-syntax v0.6.29 |
2169 | 2024-02-17T06:16:40.494Z | Compiling diff v0.1.13 |
2170 | 2024-02-17T06:16:40.594Z | Compiling darling v0.14.4 |
2171 | 2024-02-17T06:16:41.189Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2172 | 2024-02-17T06:16:41.362Z | Compiling cexpr v0.6.0 |
2173 | 2024-02-17T06:16:41.453Z | Compiling which v4.4.0 |
2174 | 2024-02-17T06:16:42.150Z | Compiling portable-atomic v1.4.3 |
2175 | 2024-02-17T06:16:43.160Z | Compiling peeking_take_while v0.1.2 |
2176 | 2024-02-17T06:16:43.233Z | Compiling rustc-hash v1.1.0 |
2177 | 2024-02-17T06:16:43.297Z | Checking maplit v1.0.2 |
2178 | 2024-02-17T06:16:43.384Z | Compiling lalrpop v0.19.12 |
2179 | 2024-02-17T06:16:43.415Z | Compiling shlex v1.3.0 |
2180 | 2024-02-17T06:16:43.830Z | Compiling lazycell v1.3.0 |
2181 | 2024-02-17T06:16:44.250Z | Compiling ref-cast v1.0.20 |
2182 | 2024-02-17T06:16:44.250Z | Compiling derive_builder_core v0.12.0 |
2183 | 2024-02-17T06:16:44.434Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2184 | 2024-02-17T06:16:46.404Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2185 | 2024-02-17T06:16:46.604Z | Compiling ref-cast-impl v1.0.20 |
2186 | 2024-02-17T06:16:46.753Z | Compiling libxml v0.3.3 |
2187 | 2024-02-17T06:16:47.000Z | Compiling derive_builder_macro v0.12.0 |
2188 | 2024-02-17T06:16:47.417Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2189 | 2024-02-17T06:16:47.940Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2190 | 2024-02-17T06:16:48.025Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2191 | 2024-02-17T06:16:48.206Z | Compiling strum_macros v0.24.3 |
2192 | 2024-02-17T06:16:48.285Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2193 | 2024-02-17T06:16:48.450Z | Compiling cookie v0.18.0 |
2194 | 2024-02-17T06:16:48.635Z | Checking number_prefix v0.4.0 |
2195 | 2024-02-17T06:16:48.791Z | Compiling indoc v1.0.9 |
2196 | 2024-02-17T06:16:48.816Z | Checking indicatif v0.17.8 |
2197 | 2024-02-17T06:16:49.726Z | Checking derive_builder v0.12.0 |
2198 | 2024-02-17T06:16:49.920Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2199 | 2024-02-17T06:16:50.232Z | Checking bb8 v0.8.3 |
2200 | 2024-02-17T06:16:50.670Z | Checking quick-xml v0.30.0 |
2201 | 2024-02-17T06:16:51.676Z | Checking castaway v0.2.2 |
2202 | 2024-02-17T06:16:51.841Z | Compiling oso-derive v0.27.0 |
2203 | 2024-02-17T06:16:52.335Z | Compiling impl-trait-for-tuples v0.2.2 |
2204 | 2024-02-17T06:16:52.445Z | Checking compact_str v0.7.1 |
2205 | 2024-02-17T06:16:52.745Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2206 | 2024-02-17T06:16:53.356Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2207 | 2024-02-17T06:16:53.434Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2208 | 2024-02-17T06:16:53.632Z | Checking lru v0.12.1 |
2209 | 2024-02-17T06:16:53.901Z | Compiling stability v0.1.1 |
2210 | 2024-02-17T06:16:54.232Z | Checking cassowary v0.3.0 |
2211 | 2024-02-17T06:16:54.640Z | Compiling indoc v2.0.3 |
2212 | 2024-02-17T06:16:54.826Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2213 | 2024-02-17T06:16:54.978Z | Checking unicode-linebreak v0.1.5 |
2214 | 2024-02-17T06:16:55.282Z | Checking smawk v0.3.1 |
2215 | 2024-02-17T06:16:55.393Z | Checking is_ci v1.2.0 |
2216 | 2024-02-17T06:16:55.477Z | Checking textwrap v0.16.0 |
2217 | 2024-02-17T06:16:55.518Z | Checking supports-color v3.0.0 |
2218 | 2024-02-17T06:16:55.760Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2219 | 2024-02-17T06:16:55.797Z | Checking ratatui v0.26.1 |
2220 | 2024-02-17T06:16:55.852Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2221 | 2024-02-17T06:16:56.051Z | Checking rtoolbox v0.0.1 |
2222 | 2024-02-17T06:16:56.193Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2223 | 2024-02-17T06:16:56.233Z | Checking rpassword v7.3.1 |
2224 | 2024-02-17T06:16:56.783Z | Checking fatfs v0.3.6 |
2225 | 2024-02-17T06:16:56.792Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2226 | 2024-02-17T06:16:57.476Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2227 | 2024-02-17T06:16:57.655Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2228 | 2024-02-17T06:16:58.094Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2229 | 2024-02-17T06:16:58.514Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2230 | 2024-02-17T06:16:58.865Z | Checking tui-tree-widget v0.17.0 |
2231 | 2024-02-17T06:16:59.214Z | Checking shell-words v1.1.0 |
2232 | 2024-02-17T06:16:59.377Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2233 | 2024-02-17T06:16:59.465Z | Checking yansi v0.5.1 |
2234 | 2024-02-17T06:16:59.956Z | Checking pretty_assertions v1.4.0 |
2235 | 2024-02-17T06:17:00.157Z | Compiling target-lexicon v0.12.13 |
2236 | 2024-02-17T06:17:00.849Z | Compiling guppy-workspace-hack v0.1.0 |
2237 | 2024-02-17T06:17:01.168Z | Checking plotters-backend v0.3.5 |
2238 | 2024-02-17T06:17:01.551Z | Checking plotters-svg v0.3.5 |
2239 | 2024-02-17T06:17:01.818Z | Checking http-body v1.0.0 |
2240 | 2024-02-17T06:17:01.885Z | Checking rand v0.4.6 |
2241 | 2024-02-17T06:17:02.037Z | Checking tower-layer v0.3.2 |
2242 | 2024-02-17T06:17:02.324Z | Compiling target-spec v3.1.0 |
2243 | 2024-02-17T06:17:02.886Z | Checking remove_dir_all v0.5.3 |
2244 | 2024-02-17T06:17:02.992Z | Checking cast v0.3.0 |
2245 | 2024-02-17T06:17:03.044Z | Checking tempdir v0.3.7 |
2246 | 2024-02-17T06:17:03.233Z | Checking tower v0.4.13 |
2247 | 2024-02-17T06:17:03.323Z | Checking criterion-plot v0.5.0 |
2248 | 2024-02-17T06:17:03.787Z | Checking hyper v1.1.0 |
2249 | 2024-02-17T06:17:04.062Z | Checking cfg-expr v0.15.6 |
2250 | 2024-02-17T06:17:04.444Z | Checking plotters v0.3.5 |
2251 | 2024-02-17T06:17:04.885Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2252 | 2024-02-17T06:17:05.004Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2253 | 2024-02-17T06:17:05.848Z | Checking tinytemplate v1.2.1 |
2254 | 2024-02-17T06:17:06.234Z | Checking cargo-platform v0.1.3 |
2255 | 2024-02-17T06:17:06.260Z | Checking oorandom v11.1.3 |
2256 | 2024-02-17T06:17:06.410Z | Checking anes v0.1.6 |
2257 | 2024-02-17T06:17:06.509Z | Checking cargo_metadata v0.18.1 |
2258 | 2024-02-17T06:17:06.603Z | Checking hyper-util v0.1.2 |
2259 | 2024-02-17T06:17:06.795Z | Checking criterion v0.5.1 |
2260 | 2024-02-17T06:17:08.197Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2261 | 2024-02-17T06:17:08.460Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2262 | 2024-02-17T06:17:09.660Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2263 | 2024-02-17T06:17:09.734Z | Checking assert_cmd v2.0.13 |
2264 | 2024-02-17T06:17:10.140Z | Checking rustls-native-certs v0.7.0 |
2265 | 2024-02-17T06:17:10.313Z | Checking pathdiff v0.2.1 |
2266 | 2024-02-17T06:17:10.470Z | Checking nested v0.1.1 |
2267 | 2024-02-17T06:17:10.671Z | Checking guppy v0.17.5 |
2268 | 2024-02-17T06:17:12.830Z | Checking hyper-rustls v0.26.0 |
2269 | 2024-02-17T06:17:13.188Z | Checking httptest v0.15.5 |
2270 | 2024-02-17T06:17:13.377Z | Checking threadpool v1.8.1 |
2271 | 2024-02-17T06:17:13.528Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2272 | 2024-02-17T06:17:13.577Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2273 | 2024-02-17T06:17:13.969Z | Checking nanorand v0.7.0 |
2274 | 2024-02-17T06:17:14.497Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2275 | 2024-02-17T06:17:15.190Z | Checking flume v0.11.0 |
2276 | 2024-02-17T06:17:15.708Z | Checking libtest-mimic v0.6.1 |
2277 | 2024-02-17T06:17:15.856Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2278 | 2024-02-17T06:17:16.144Z | Checking similar-asserts v1.5.0 |
2279 | 2024-02-17T06:17:16.199Z | Compiling rstest_macros v0.18.2 |
2280 | 2024-02-17T06:17:16.862Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2281 | 2024-02-17T06:17:18.083Z | Checking datatest-stable v0.2.3 |
2282 | 2024-02-17T06:17:18.309Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2283 | 2024-02-17T06:17:18.374Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2284 | 2024-02-17T06:17:18.823Z | Checking csv-core v0.1.11 |
2285 | 2024-02-17T06:17:18.939Z | Checking constant_time_eq v0.2.6 |
2286 | 2024-02-17T06:17:19.058Z | Compiling relative-path v1.9.0 |
2287 | 2024-02-17T06:17:19.088Z | Compiling trybuild v1.0.89 |
2288 | 2024-02-17T06:17:19.163Z | Checking csv v1.3.0 |
2289 | 2024-02-17T06:17:19.563Z | Checking blake2b_simd v1.0.1 |
2290 | 2024-02-17T06:17:20.154Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2291 | 2024-02-17T06:17:20.408Z | Checking multimap v0.10.0 |
2292 | 2024-02-17T06:17:20.717Z | Checking basic-toml v0.1.8 |
2293 | 2024-02-17T06:17:21.639Z | Checking futures-timer v3.0.2 |
2294 | 2024-02-17T06:17:23.380Z | Checking rust-argon2 v1.0.1 |
2295 | 2024-02-17T06:17:23.773Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2296 | 2024-02-17T06:17:25.737Z | Checking partial-io v0.5.4 |
2297 | 2024-02-17T06:17:26.130Z | Checking approx v0.5.1 |
2298 | 2024-02-17T06:17:26.348Z | Checking termios v0.3.3 |
2299 | 2024-02-17T06:17:26.561Z | Checking hex-literal v0.4.1 |
2300 | 2024-02-17T06:17:29.811Z | Checking rstest v0.18.2 |
2301 | 2024-02-17T06:17:31.877Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2302 | 2024-02-17T06:18:18.806Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2303 | 2024-02-17T06:18:21.857Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2304 | 2024-02-17T06:18:22.580Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2305 | 2024-02-17T06:18:23.414Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2306 | 2024-02-17T06:18:35.922Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2307 | 2024-02-17T06:18:46.062Z | Compiling polar-core v0.27.0 |
2308 | 2024-02-17T06:18:52.969Z | Checking oso v0.27.0 |
2309 | 2024-02-17T06:19:18.597Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2310 | 2024-02-17T06:20:18.633Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 54s |
2311 | 2024-02-17T06:20:18.797Z | |
2312 | 2024-02-17T06:20:18.800Z | real 7:38.345024149 |
2313 | 2024-02-17T06:20:18.800Z | user 39:48.967923391 |
2314 | 2024-02-17T06:20:18.800Z | sys 6:38.666767043 |
2315 | 2024-02-17T06:20:18.800Z | trap 1.035879798 |
2316 | 2024-02-17T06:20:18.800Z | tflt 4.351300052 |
2317 | 2024-02-17T06:20:18.800Z | dflt 3.743290514 |
2318 | 2024-02-17T06:20:18.800Z | kflt 0.049413507 |
2319 | 2024-02-17T06:20:18.800Z | lock 1:01:15.934066800 |
2320 | 2024-02-17T06:20:18.800Z | slp 2:01:41.231915506 |
2321 | 2024-02-17T06:20:18.800Z | lat 1:40.571945645 |
2322 | 2024-02-17T06:20:18.800Z | stop 3:57.919058854 |
2323 | 2024-02-17T06:20:19.604Z | warning: output filename collision. |
2324 | 2024-02-17T06:20:19.605Z | 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)`. |
2325 | 2024-02-17T06:20:19.605Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2326 | 2024-02-17T06:20:19.605Z | The targets should have unique names. |
2327 | 2024-02-17T06:20:19.605Z | This is a known bug where multiple crates with the same name use |
2328 | 2024-02-17T06:20:19.605Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2329 | 2024-02-17T06:20:19.611Z | warning: output filename collision. |
2330 | 2024-02-17T06:20:19.611Z | 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)`. |
2331 | 2024-02-17T06:20:19.612Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2332 | 2024-02-17T06:20:19.612Z | The targets should have unique names. |
2333 | 2024-02-17T06:20:19.612Z | This is a known bug where multiple crates with the same name use |
2334 | 2024-02-17T06:20:19.612Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2335 | 2024-02-17T06:20:19.612Z | warning: output filename collision. |
2336 | 2024-02-17T06:20:19.612Z | 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)`. |
2337 | 2024-02-17T06:20:19.612Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2338 | 2024-02-17T06:20:19.612Z | The targets should have unique names. |
2339 | 2024-02-17T06:20:19.612Z | This is a known bug where multiple crates with the same name use |
2340 | 2024-02-17T06:20:19.612Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2341 | 2024-02-17T06:20:19.612Z | warning: output filename collision. |
2342 | 2024-02-17T06:20:19.612Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2343 | 2024-02-17T06:20:19.612Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2344 | 2024-02-17T06:20:19.612Z | The targets should have unique names. |
2345 | 2024-02-17T06:20:19.612Z | This is a known bug where multiple crates with the same name use |
2346 | 2024-02-17T06:20:19.612Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2347 | 2024-02-17T06:20:19.612Z | warning: output filename collision. |
2348 | 2024-02-17T06:20:19.612Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2349 | 2024-02-17T06:20:19.612Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2350 | 2024-02-17T06:20:19.612Z | The targets should have unique names. |
2351 | 2024-02-17T06:20:19.612Z | This is a known bug where multiple crates with the same name use |
2352 | 2024-02-17T06:20:19.612Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2353 | 2024-02-17T06:20:19.613Z | warning: output filename collision. |
2354 | 2024-02-17T06:20:19.613Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2355 | 2024-02-17T06:20:19.613Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2356 | 2024-02-17T06:20:19.613Z | The targets should have unique names. |
2357 | 2024-02-17T06:20:19.613Z | This is a known bug where multiple crates with the same name use |
2358 | 2024-02-17T06:20:19.613Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2359 | 2024-02-17T06:20:19.613Z | warning: output filename collision. |
2360 | 2024-02-17T06:20:19.613Z | 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)`. |
2361 | 2024-02-17T06:20:19.613Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2362 | 2024-02-17T06:20:19.613Z | The targets should have unique names. |
2363 | 2024-02-17T06:20:19.613Z | This is a known bug where multiple crates with the same name use |
2364 | 2024-02-17T06:20:19.613Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2365 | 2024-02-17T06:20:20.032Z | Documenting libc v0.2.153 |
2366 | 2024-02-17T06:20:20.035Z | Documenting cfg-if v1.0.0 |
2367 | 2024-02-17T06:20:20.097Z | Documenting serde_derive v1.0.196 |
2368 | 2024-02-17T06:20:20.113Z | Documenting log v0.4.20 |
2369 | 2024-02-17T06:20:20.113Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2370 | 2024-02-17T06:20:20.154Z | Documenting memchr v2.6.3 |
2371 | 2024-02-17T06:20:20.160Z | Documenting scopeguard v1.2.0 |
2372 | 2024-02-17T06:20:20.161Z | Documenting byteorder v1.5.0 |
2373 | 2024-02-17T06:20:20.438Z | Documenting smallvec v1.13.1 |
2374 | 2024-02-17T06:20:22.737Z | Documenting itoa v1.0.9 |
2375 | 2024-02-17T06:20:23.583Z | Documenting once_cell v1.19.0 |
2376 | 2024-02-17T06:20:24.042Z | Documenting getrandom v0.2.10 |
2377 | 2024-02-17T06:20:24.339Z | Documenting zeroize_derive v1.4.2 |
2378 | 2024-02-17T06:20:24.366Z | Documenting lock_api v0.4.10 |
2379 | 2024-02-17T06:20:24.404Z | Documenting parking_lot_core v0.9.8 |
2380 | 2024-02-17T06:20:24.453Z | Documenting libm v0.2.7 |
2381 | 2024-02-17T06:20:25.477Z | Documenting pin-project-lite v0.2.13 |
2382 | 2024-02-17T06:20:26.256Z | Documenting serde v1.0.196 |
2383 | 2024-02-17T06:20:27.308Z | Documenting signal-hook-registry v1.4.1 |
2384 | 2024-02-17T06:20:28.105Z | Documenting num-traits v0.2.16 |
2385 | 2024-02-17T06:20:28.112Z | Documenting rand_core v0.6.4 |
2386 | 2024-02-17T06:20:28.135Z | Documenting mio v0.8.9 |
2387 | 2024-02-17T06:20:28.293Z | Documenting parking_lot v0.12.1 |
2388 | 2024-02-17T06:20:28.305Z | Documenting futures-core v0.3.30 |
2389 | 2024-02-17T06:20:29.671Z | Documenting zeroize v1.7.0 |
2390 | 2024-02-17T06:20:31.229Z | Documenting ryu v1.0.15 |
2391 | 2024-02-17T06:20:31.376Z | Documenting thiserror-impl v1.0.57 |
2392 | 2024-02-17T06:20:32.004Z | Documenting num_cpus v1.16.0 |
2393 | 2024-02-17T06:20:32.147Z | Documenting socket2 v0.5.5 |
2394 | 2024-02-17T06:20:32.244Z | Documenting tokio-macros v2.2.0 |
2395 | 2024-02-17T06:20:32.416Z | Documenting zerocopy v0.7.32 |
2396 | 2024-02-17T06:20:33.588Z | Documenting typenum v1.16.0 |
2397 | 2024-02-17T06:20:34.020Z | Documenting subtle v2.5.0 |
2398 | 2024-02-17T06:20:35.910Z | Documenting futures-sink v0.3.30 |
2399 | 2024-02-17T06:20:36.090Z | Documenting pin-utils v0.1.0 |
2400 | 2024-02-17T06:20:36.123Z | Documenting thiserror v1.0.57 |
2401 | 2024-02-17T06:20:36.767Z | Documenting iana-time-zone v0.1.57 |
2402 | 2024-02-17T06:20:37.891Z | Documenting slab v0.4.9 |
2403 | 2024-02-17T06:20:39.576Z | Documenting futures-channel v0.3.30 |
2404 | 2024-02-17T06:20:39.754Z | Documenting ahash v0.8.7 |
2405 | 2024-02-17T06:20:39.811Z | Documenting futures-macro v0.3.30 |
2406 | 2024-02-17T06:20:40.388Z | Documenting futures-task v0.3.30 |
2407 | 2024-02-17T06:20:41.146Z | Documenting futures-io v0.3.30 |
2408 | 2024-02-17T06:20:42.615Z | Documenting allocator-api2 v0.2.16 |
2409 | 2024-02-17T06:20:43.641Z | Documenting const-oid v0.9.5 |
2410 | 2024-02-17T06:20:44.485Z | Documenting tinyvec_macros v0.1.1 |
2411 | 2024-02-17T06:20:44.681Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2412 | 2024-02-17T06:20:44.825Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2413 | 2024-02-17T06:20:44.835Z | Documenting tracing-core v0.1.31 |
2414 | 2024-02-17T06:20:44.961Z | Documenting futures-util v0.3.30 |
2415 | 2024-02-17T06:20:45.656Z | Documenting tracing-attributes v0.1.26 |
2416 | 2024-02-17T06:20:46.666Z | Documenting hashbrown v0.14.3 |
2417 | 2024-02-17T06:20:47.395Z | Documenting tinyvec v1.6.0 |
2418 | 2024-02-17T06:20:47.635Z | Documenting bytes v1.5.0 |
2419 | 2024-02-17T06:20:49.612Z | Documenting bitflags v2.4.0 |
2420 | 2024-02-17T06:20:51.180Z | Documenting serde_json v1.0.113 |
2421 | 2024-02-17T06:20:52.040Z | Documenting chrono v0.4.31 |
2422 | 2024-02-17T06:20:52.727Z | Documenting tokio v1.36.0 |
2423 | 2024-02-17T06:20:52.809Z | Documenting uuid v1.7.0 |
2424 | 2024-02-17T06:20:53.745Z | Documenting unicode-normalization v0.1.22 |
2425 | 2024-02-17T06:20:55.530Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2426 | 2024-02-17T06:20:56.537Z | Documenting ppv-lite86 v0.2.17 |
2427 | 2024-02-17T06:20:57.560Z | Documenting equivalent v1.0.1 |
2428 | 2024-02-17T06:20:58.086Z | Documenting unicode-bidi v0.3.13 |
2429 | 2024-02-17T06:20:58.823Z | Documenting serde_derive_internals v0.26.0 |
2430 | 2024-02-17T06:20:59.234Z | Documenting generic-array v0.14.7 |
2431 | 2024-02-17T06:21:00.230Z | Documenting rand_chacha v0.3.1 |
2432 | 2024-02-17T06:21:00.408Z | Documenting indexmap v2.2.3 |
2433 | 2024-02-17T06:21:02.169Z | Checking serde_derive_internals v0.26.0 |
2434 | 2024-02-17T06:21:02.807Z | Documenting percent-encoding v2.3.1 |
2435 | 2024-02-17T06:21:03.280Z | Documenting tracing v0.1.37 |
2436 | 2024-02-17T06:21:03.805Z | Documenting base64 v0.21.7 |
2437 | 2024-02-17T06:21:03.870Z | Documenting dyn-clone v1.0.16 |
2438 | 2024-02-17T06:21:04.507Z | Documenting crypto-common v0.1.6 |
2439 | 2024-02-17T06:21:04.526Z | Documenting block-buffer v0.10.4 |
2440 | 2024-02-17T06:21:05.035Z | Documenting rand v0.8.5 |
2441 | 2024-02-17T06:21:05.768Z | Documenting schemars_derive v0.8.16 |
2442 | 2024-02-17T06:21:07.125Z | Documenting lazy_static v1.4.0 |
2443 | 2024-02-17T06:21:07.151Z | Documenting form_urlencoded v1.2.1 |
2444 | 2024-02-17T06:21:07.569Z | Documenting fnv v1.0.7 |
2445 | 2024-02-17T06:21:08.367Z | Documenting errno v0.3.8 |
2446 | 2024-02-17T06:21:09.158Z | Documenting digest v0.10.7 |
2447 | 2024-02-17T06:21:09.913Z | Documenting cpufeatures v0.2.12 |
2448 | 2024-02-17T06:21:10.023Z | Documenting idna v0.5.0 |
2449 | 2024-02-17T06:21:10.893Z | Documenting httparse v1.8.0 |
2450 | 2024-02-17T06:21:11.133Z | Documenting unicode-ident v1.0.12 |
2451 | 2024-02-17T06:21:12.516Z | Documenting schemars v0.8.16 |
2452 | 2024-02-17T06:21:12.531Z | Documenting rustix v0.38.31 |
2453 | 2024-02-17T06:21:12.531Z | Documenting unicode-width v0.1.11 |
2454 | 2024-02-17T06:21:14.045Z | Documenting proc-macro2 v1.0.78 |
2455 | 2024-02-17T06:21:14.058Z | Documenting url v2.5.0 |
2456 | 2024-02-17T06:21:14.819Z | Documenting adler v1.0.2 |
2457 | 2024-02-17T06:21:15.138Z | Documenting try-lock v0.2.4 |
2458 | 2024-02-17T06:21:15.419Z | Documenting httpdate v1.0.3 |
2459 | 2024-02-17T06:21:17.723Z | Documenting miniz_oxide v0.7.1 |
2460 | 2024-02-17T06:21:18.309Z | Documenting want v0.3.1 |
2461 | 2024-02-17T06:21:18.735Z | Documenting http-body v0.4.5 |
2462 | 2024-02-17T06:21:18.751Z | Documenting openssl-sys v0.9.96 |
2463 | 2024-02-17T06:21:19.041Z | Documenting openssl-macros v0.1.1 |
2464 | 2024-02-17T06:21:19.215Z | Documenting mime v0.3.17 |
2465 | 2024-02-17T06:21:19.786Z | Documenting tower-service v0.3.2 |
2466 | 2024-02-17T06:21:21.193Z | Documenting base64ct v1.6.0 |
2467 | 2024-02-17T06:21:22.016Z | Documenting quote v1.0.35 |
2468 | 2024-02-17T06:21:22.543Z | Documenting aho-corasick v1.0.4 |
2469 | 2024-02-17T06:21:23.076Z | Documenting slog v2.7.0 |
2470 | 2024-02-17T06:21:23.286Z | Documenting tokio-util v0.7.10 |
2471 | 2024-02-17T06:21:23.864Z | Documenting openssl-probe v0.1.5 |
2472 | 2024-02-17T06:21:23.876Z | Documenting ipnet v2.9.0 |
2473 | 2024-02-17T06:21:24.311Z | Documenting openssl v0.10.60 |
2474 | 2024-02-17T06:21:25.492Z | Documenting regex-syntax v0.8.2 |
2475 | 2024-02-17T06:21:25.862Z | Documenting syn v2.0.48 |
2476 | 2024-02-17T06:21:27.188Z | Documenting async-trait v0.1.77 |
2477 | 2024-02-17T06:21:27.352Z | Documenting pem-rfc7468 v0.7.0 |
2478 | 2024-02-17T06:21:27.385Z | Documenting crossbeam-utils v0.8.16 |
2479 | 2024-02-17T06:21:28.122Z | Documenting encoding_rs v0.8.33 |
2480 | 2024-02-17T06:21:29.215Z | Documenting h2 v0.3.24 |
2481 | 2024-02-17T06:21:31.489Z | Documenting der_derive v0.7.2 |
2482 | 2024-02-17T06:21:31.683Z | Documenting flagset v0.4.3 |
2483 | 2024-02-17T06:21:31.832Z | Documenting utf8parse v0.2.1 |
2484 | 2024-02-17T06:21:32.073Z | Documenting regex-automata v0.4.4 |
2485 | 2024-02-17T06:21:32.392Z | Documenting native-tls v0.2.11 |
2486 | 2024-02-17T06:21:32.624Z | Documenting serde_urlencoded v0.7.1 |
2487 | 2024-02-17T06:21:34.510Z | Documenting num-integer v0.1.46 |
2488 | 2024-02-17T06:21:35.034Z | Documenting time-macros v0.2.13 |
2489 | 2024-02-17T06:21:36.664Z | Documenting der v0.7.8 |
2490 | 2024-02-17T06:21:36.779Z | Documenting num_threads v0.1.6 |
2491 | 2024-02-17T06:21:37.363Z | Documenting tokio-native-tls v0.3.1 |
2492 | 2024-02-17T06:21:39.429Z | Documenting gimli v0.28.0 |
2493 | 2024-02-17T06:21:39.711Z | Documenting deranged v0.3.8 |
2494 | 2024-02-17T06:21:40.424Z | Documenting hyper v0.14.27 |
2495 | 2024-02-17T06:21:40.459Z | Documenting time-core v0.1.1 |
2496 | 2024-02-17T06:21:41.079Z | Documenting regex v1.10.3 |
2497 | 2024-02-17T06:21:41.544Z | Documenting spki v0.7.2 |
2498 | 2024-02-17T06:21:43.018Z | Documenting object v0.32.1 |
2499 | 2024-02-17T06:21:43.364Z | Documenting webpki-roots v0.25.2 |
2500 | 2024-02-17T06:21:44.129Z | Documenting time v0.3.27 |
2501 | 2024-02-17T06:21:44.947Z | Documenting rustc-demangle v0.1.23 |
2502 | 2024-02-17T06:21:45.596Z | Documenting addr2line v0.21.0 |
2503 | 2024-02-17T06:21:46.098Z | Documenting spin v0.9.8 |
2504 | 2024-02-17T06:21:46.701Z | Documenting either v1.10.0 |
2505 | 2024-02-17T06:21:47.177Z | Documenting pkcs8 v0.10.2 |
2506 | 2024-02-17T06:21:47.891Z | Documenting openapiv3 v2.0.0 |
2507 | 2024-02-17T06:21:49.776Z | Documenting futures-executor v0.3.30 |
2508 | 2024-02-17T06:21:49.796Z | Checking pest_meta v2.7.6 |
2509 | 2024-02-17T06:21:49.796Z | Documenting memoffset v0.9.0 |
2510 | 2024-02-17T06:21:50.408Z | Documenting anstyle v1.0.2 |
2511 | 2024-02-17T06:21:50.761Z | Documenting data-encoding v2.4.0 |
2512 | 2024-02-17T06:21:51.836Z | Documenting anstyle-parse v0.2.1 |
2513 | 2024-02-17T06:21:52.278Z | Documenting crossbeam-epoch v0.9.15 |
2514 | 2024-02-17T06:21:52.662Z | Documenting hyper-rustls v0.24.2 |
2515 | 2024-02-17T06:21:54.234Z | Documenting hyper-tls v0.5.0 |
2516 | 2024-02-17T06:21:54.291Z | Documenting ipnetwork v0.20.0 |
2517 | 2024-02-17T06:21:54.796Z | Documenting sha2 v0.10.8 |
2518 | 2024-02-17T06:21:55.038Z | Documenting hex v0.4.3 |
2519 | 2024-02-17T06:21:55.175Z | Documenting crc32fast v1.3.2 |
2520 | 2024-02-17T06:21:55.209Z | Documenting backtrace v0.3.69 |
2521 | 2024-02-17T06:21:56.420Z | Documenting pest_meta v2.7.6 |
2522 | 2024-02-17T06:21:59.258Z | Documenting scroll_derive v0.12.0 |
2523 | 2024-02-17T06:21:59.269Z | Documenting anstyle-query v1.0.0 |
2524 | 2024-02-17T06:21:59.342Z | Documenting colorchoice v1.0.0 |
2525 | 2024-02-17T06:21:59.712Z | Documenting untrusted v0.9.0 |
2526 | 2024-02-17T06:22:06.982Z | Documenting pest_generator v2.7.6 |
2527 | 2024-02-17T06:22:06.982Z | Documenting futures v0.3.30 |
2528 | 2024-02-17T06:22:06.982Z | Documenting anyhow v1.0.75 |
2529 | 2024-02-17T06:22:06.983Z | Documenting reqwest v0.11.22 |
2530 | 2024-02-17T06:22:07.247Z | Checking pest_generator v2.7.6 |
2531 | 2024-02-17T06:22:07.247Z | Documenting ring v0.17.7 |
2532 | 2024-02-17T06:22:07.247Z | Documenting anstream v0.6.11 |
2533 | 2024-02-17T06:22:07.247Z | Documenting num-iter v0.1.43 |
2534 | 2024-02-17T06:22:07.247Z | Documenting scroll v0.12.0 |
2535 | 2024-02-17T06:22:07.247Z | Documenting terminal_size v0.3.0 |
2536 | 2024-02-17T06:22:07.247Z | Documenting hmac v0.12.1 |
2537 | 2024-02-17T06:22:07.248Z | Documenting signal-hook v0.3.17 |
2538 | 2024-02-17T06:22:07.248Z | Documenting static_assertions v1.1.0 |
2539 | 2024-02-17T06:22:07.549Z | Documenting clap_lex v0.7.0 |
2540 | 2024-02-17T06:22:07.817Z | Documenting ucd-trie v0.1.6 |
2541 | 2024-02-17T06:22:09.461Z | Documenting strsim v0.11.0 |
2542 | 2024-02-17T06:22:09.564Z | Documenting plain v0.2.3 |
2543 | 2024-02-17T06:22:10.016Z | Documenting pest_derive v2.7.6 |
2544 | 2024-02-17T06:22:11.079Z | Documenting flate2 v1.0.28 |
2545 | 2024-02-17T06:22:11.153Z | Documenting clap_derive v4.5.0 |
2546 | 2024-02-17T06:22:12.037Z | Documenting managed v0.8.0 |
2547 | 2024-02-17T06:22:12.157Z | Documenting pest v2.7.6 |
2548 | 2024-02-17T06:22:12.209Z | Documenting pretty-hex v0.4.1 |
2549 | 2024-02-17T06:22:12.367Z | Documenting goblin v0.8.0 |
2550 | 2024-02-17T06:22:13.818Z | Documenting clap_builder v4.5.0 |
2551 | 2024-02-17T06:22:14.529Z | Documenting unicode-segmentation v1.10.1 |
2552 | 2024-02-17T06:22:15.268Z | Documenting signal-hook-mio v0.2.3 |
2553 | 2024-02-17T06:22:15.477Z | Documenting block-padding v0.3.3 |
2554 | 2024-02-17T06:22:15.875Z | Documenting scheduled-thread-pool v0.2.7 |
2555 | 2024-02-17T06:22:16.323Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2556 | 2024-02-17T06:22:17.036Z | Documenting dtrace-parser v0.2.0 |
2557 | 2024-02-17T06:22:17.872Z | Documenting thread-id v4.2.0 |
2558 | 2024-02-17T06:22:19.284Z | Documenting enum-as-inner v0.5.1 |
2559 | 2024-02-17T06:22:19.563Z | Documenting diesel_table_macro_syntax v0.1.0 |
2560 | 2024-02-17T06:22:19.618Z | Documenting dof v0.3.0 |
2561 | 2024-02-17T06:22:19.802Z | Checking diesel_table_macro_syntax v0.1.0 |
2562 | 2024-02-17T06:22:19.965Z | Documenting clap v4.5.0 |
2563 | 2024-02-17T06:22:19.972Z | Documenting r2d2 v0.8.10 |
2564 | 2024-02-17T06:22:20.256Z | Documenting bzip2 v0.4.4 |
2565 | 2024-02-17T06:22:21.009Z | Documenting inout v0.1.3 |
2566 | 2024-02-17T06:22:21.780Z | Documenting crossterm v0.27.0 |
2567 | 2024-02-17T06:22:23.603Z | Documenting trust-dns-proto v0.22.0 |
2568 | 2024-02-17T06:22:23.986Z | Documenting diesel_derives v2.1.2 |
2569 | 2024-02-17T06:22:24.123Z | Documenting md-5 v0.10.5 |
2570 | 2024-02-17T06:22:24.240Z | Documenting stringprep v0.1.3 |
2571 | 2024-02-17T06:22:25.117Z | Documenting serde_spanned v0.6.5 |
2572 | 2024-02-17T06:22:25.194Z | Documenting toml_datetime v0.6.5 |
2573 | 2024-02-17T06:22:25.207Z | Documenting usdt-impl v0.5.0 |
2574 | 2024-02-17T06:22:27.007Z | Documenting ff v0.13.0 |
2575 | 2024-02-17T06:22:28.129Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2576 | 2024-02-17T06:22:28.937Z | Documenting bit-vec v0.6.3 |
2577 | 2024-02-17T06:22:29.060Z | Documenting base16ct v0.2.0 |
2578 | 2024-02-17T06:22:29.174Z | Documenting winnow v0.6.1 |
2579 | 2024-02-17T06:22:30.798Z | Documenting fallible-iterator v0.2.0 |
2580 | 2024-02-17T06:22:30.871Z | Documenting siphasher v0.3.11 |
2581 | 2024-02-17T06:22:31.854Z | Documenting diesel v2.1.4 |
2582 | 2024-02-17T06:22:32.126Z | Documenting sec1 v0.7.3 |
2583 | 2024-02-17T06:22:32.587Z | Documenting group v0.13.0 |
2584 | 2024-02-17T06:22:32.786Z | Documenting cipher v0.4.4 |
2585 | 2024-02-17T06:22:32.909Z | Documenting zip v0.6.6 |
2586 | 2024-02-17T06:22:34.235Z | Documenting phf_shared v0.11.2 |
2587 | 2024-02-17T06:22:34.327Z | Documenting toml_edit v0.22.6 |
2588 | 2024-02-17T06:22:35.778Z | Documenting postgres-protocol v0.6.6 |
2589 | 2024-02-17T06:22:36.503Z | Documenting hkdf v0.12.4 |
2590 | 2024-02-17T06:22:37.624Z | Documenting num-bigint v0.4.4 |
2591 | 2024-02-17T06:22:37.628Z | Documenting crypto-bigint v0.5.2 |
2592 | 2024-02-17T06:22:38.239Z | Documenting regress v0.8.0 |
2593 | 2024-02-17T06:22:39.099Z | Documenting hubpack v0.1.2 |
2594 | 2024-02-17T06:22:41.916Z | Documenting bstr v1.6.0 |
2595 | 2024-02-17T06:22:42.054Z | Documenting serde_repr v0.1.16 |
2596 | 2024-02-17T06:22:42.782Z | Documenting new_debug_unreachable v1.0.4 |
2597 | 2024-02-17T06:22:43.594Z | Documenting fixedbitset v0.4.2 |
2598 | 2024-02-17T06:22:44.410Z | Documenting lalrpop-util v0.19.12 |
2599 | 2024-02-17T06:22:44.552Z | Documenting precomputed-hash v0.1.1 |
2600 | 2024-02-17T06:22:44.851Z | Documenting minimal-lexical v0.2.1 |
2601 | 2024-02-17T06:22:48.268Z | Documenting yasna v0.5.2 |
2602 | 2024-02-17T06:22:48.268Z | Documenting elliptic-curve v0.13.8 |
2603 | 2024-02-17T06:22:48.268Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2604 | 2024-02-17T06:22:48.775Z | Documenting petgraph v0.6.4 |
2605 | 2024-02-17T06:22:48.776Z | Documenting string_cache v0.8.7 |
2606 | 2024-02-17T06:22:48.780Z | Documenting nom v7.1.3 |
2607 | 2024-02-17T06:22:48.854Z | Documenting postgres-types v0.2.6 |
2608 | 2024-02-17T06:22:52.146Z | Documenting phf v0.11.2 |
2609 | 2024-02-17T06:22:52.571Z | Documenting console v0.15.8 |
2610 | 2024-02-17T06:22:52.621Z | Documenting semver v1.0.21 |
2611 | 2024-02-17T06:22:52.991Z | Documenting float-cmp v0.9.0 |
2612 | 2024-02-17T06:22:54.084Z | Documenting whoami v1.4.1 |
2613 | 2024-02-17T06:22:54.550Z | Documenting heck v0.4.1 |
2614 | 2024-02-17T06:22:56.045Z | Documenting normalize-line-endings v0.3.0 |
2615 | 2024-02-17T06:22:56.143Z | Documenting predicates-core v1.0.6 |
2616 | 2024-02-17T06:22:56.442Z | Documenting difflib v0.4.0 |
2617 | 2024-02-17T06:22:56.848Z | Documenting bit-set v0.5.3 |
2618 | 2024-02-17T06:22:57.015Z | Documenting similar v2.3.0 |
2619 | 2024-02-17T06:22:57.909Z | Documenting tokio-postgres v0.7.10 |
2620 | 2024-02-17T06:22:58.120Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2621 | 2024-02-17T06:22:59.096Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2622 | 2024-02-17T06:22:59.767Z | Documenting tokio-stream v0.1.14 |
2623 | 2024-02-17T06:22:59.925Z | Documenting getopts v0.2.21 |
2624 | 2024-02-17T06:23:00.281Z | Documenting predicates v3.1.0 |
2625 | 2024-02-17T06:23:01.180Z | Checking strsim v0.10.0 |
2626 | 2024-02-17T06:23:01.830Z | Checking ident_case v1.0.1 |
2627 | 2024-02-17T06:23:01.842Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2628 | 2024-02-17T06:23:01.842Z | Documenting match_cfg v0.1.0 |
2629 | 2024-02-17T06:23:04.352Z | Documenting sha1 v0.10.6 |
2630 | 2024-02-17T06:23:04.376Z | Documenting hostname v0.3.1 |
2631 | 2024-02-17T06:23:04.924Z | Documenting dirs-sys-next v0.1.2 |
2632 | 2024-02-17T06:23:05.426Z | Documenting rustls-pki-types v1.1.0 |
2633 | 2024-02-17T06:23:05.426Z | Documenting camino v1.1.6 |
2634 | 2024-02-17T06:23:06.636Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2635 | 2024-02-17T06:23:07.354Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2636 | 2024-02-17T06:23:08.167Z | Documenting paste v1.0.14 |
2637 | 2024-02-17T06:23:08.756Z | Documenting thread_local v1.1.7 |
2638 | 2024-02-17T06:23:08.776Z | Documenting dirs-next v2.0.0 |
2639 | 2024-02-17T06:23:09.118Z | Documenting rustls-webpki v0.102.1 |
2640 | 2024-02-17T06:23:09.899Z | Documenting crossbeam-channel v0.5.8 |
2641 | 2024-02-17T06:23:10.188Z | Documenting atty v0.2.14 |
2642 | 2024-02-17T06:23:11.030Z | Documenting take_mut v0.2.2 |
2643 | 2024-02-17T06:23:12.653Z | Documenting slog-json v2.6.1 |
2644 | 2024-02-17T06:23:12.745Z | Documenting term v0.7.0 |
2645 | 2024-02-17T06:23:13.290Z | Documenting http v1.0.0 |
2646 | 2024-02-17T06:23:13.604Z | Documenting rustls v0.22.2 |
2647 | 2024-02-17T06:23:13.617Z | Documenting async-stream-impl v0.3.5 |
2648 | 2024-02-17T06:23:14.003Z | Documenting debug-ignore v1.0.5 |
2649 | 2024-02-17T06:23:14.348Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2650 | 2024-02-17T06:23:14.695Z | Documenting slog-async v2.8.0 |
2651 | 2024-02-17T06:23:16.751Z | Documenting slog-term v2.9.0 |
2652 | 2024-02-17T06:23:16.838Z | Documenting atomic-waker v1.1.1 |
2653 | 2024-02-17T06:23:17.189Z | Documenting slog-bunyan v2.5.0 |
2654 | 2024-02-17T06:23:18.462Z | Documenting async-stream v0.3.5 |
2655 | 2024-02-17T06:23:18.562Z | Documenting rustls-pemfile v2.0.0 |
2656 | 2024-02-17T06:23:19.330Z | Documenting multer v3.0.0 |
2657 | 2024-02-17T06:23:19.742Z | Documenting waitgroup v0.1.2 |
2658 | 2024-02-17T06:23:21.126Z | Checking darling_core v0.20.3 |
2659 | 2024-02-17T06:23:21.760Z | Documenting toml v0.8.10 |
2660 | 2024-02-17T06:23:22.219Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2661 | 2024-02-17T06:23:22.566Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2662 | 2024-02-17T06:23:22.700Z | Documenting tokio-rustls v0.25.0 |
2663 | 2024-02-17T06:23:22.800Z | Documenting serde_path_to_error v0.1.15 |
2664 | 2024-02-17T06:23:22.986Z | Checking darling v0.20.3 |
2665 | 2024-02-17T06:23:23.092Z | Documenting serde_with_macros v3.6.1 |
2666 | 2024-02-17T06:23:23.541Z | Documenting structmeta-derive v0.3.0 |
2667 | 2024-02-17T06:23:24.036Z | Documenting strum v0.26.1 |
2668 | 2024-02-17T06:23:26.997Z | Checking structmeta v0.3.0 |
2669 | 2024-02-17T06:23:27.228Z | Documenting instant v0.1.12 |
2670 | 2024-02-17T06:23:27.690Z | Documenting newtype-uuid v1.0.1 |
2671 | 2024-02-17T06:23:27.707Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2672 | 2024-02-17T06:23:28.421Z | Documenting macaddr v1.0.1 |
2673 | 2024-02-17T06:23:28.424Z | Documenting serde_with v3.6.1 |
2674 | 2024-02-17T06:23:28.424Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2675 | 2024-02-17T06:23:28.576Z | Documenting structmeta v0.3.0 |
2676 | 2024-02-17T06:23:30.887Z | Documenting backoff v0.4.0 |
2677 | 2024-02-17T06:23:31.730Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2678 | 2024-02-17T06:23:31.934Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2679 | 2024-02-17T06:23:32.093Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2680 | 2024-02-17T06:23:32.161Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2681 | 2024-02-17T06:23:32.637Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2682 | 2024-02-17T06:23:32.945Z | Documenting parse-display-derive v0.9.0 |
2683 | 2024-02-17T06:23:34.899Z | Documenting fastrand v2.0.1 |
2684 | 2024-02-17T06:23:35.489Z | Documenting proc-macro-error-attr v1.0.4 |
2685 | 2024-02-17T06:23:36.118Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2686 | 2024-02-17T06:23:36.640Z | Checking proc-macro-error v1.0.4 |
2687 | 2024-02-17T06:23:36.644Z | Documenting is-terminal v0.4.9 |
2688 | 2024-02-17T06:23:36.930Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2689 | 2024-02-17T06:23:37.050Z | Documenting proc-macro-crate v1.3.1 |
2690 | 2024-02-17T06:23:37.287Z | Checking proc-macro-crate v1.3.1 |
2691 | 2024-02-17T06:23:37.488Z | Documenting hash32 v0.3.1 |
2692 | 2024-02-17T06:23:37.597Z | Documenting stable_deref_trait v1.2.0 |
2693 | 2024-02-17T06:23:38.739Z | Documenting parse-display v0.9.0 |
2694 | 2024-02-17T06:23:39.351Z | Documenting proc-macro-error v1.0.4 |
2695 | 2024-02-17T06:23:39.464Z | Documenting tempfile v3.10.0 |
2696 | 2024-02-17T06:23:40.416Z | Documenting cobs v0.2.3 |
2697 | 2024-02-17T06:23:41.446Z | Documenting heapless v0.8.0 |
2698 | 2024-02-17T06:23:41.608Z | Documenting embedded-io v0.4.0 |
2699 | 2024-02-17T06:23:42.268Z | Documenting num_enum_derive v0.5.11 |
2700 | 2024-02-17T06:23:42.863Z | Documenting foreign-types-macros v0.2.3 |
2701 | 2024-02-17T06:23:43.439Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2702 | 2024-02-17T06:23:43.442Z | Documenting foreign-types-shared v0.3.1 |
2703 | 2024-02-17T06:23:43.814Z | Documenting camino-tempfile v1.1.1 |
2704 | 2024-02-17T06:23:43.938Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2705 | 2024-02-17T06:23:44.737Z | Documenting postcard v1.0.8 |
2706 | 2024-02-17T06:23:46.207Z | Documenting crucible-workspace-hack v0.1.0 |
2707 | 2024-02-17T06:23:46.295Z | Documenting smoltcp v0.11.0 |
2708 | 2024-02-17T06:23:46.892Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2709 | 2024-02-17T06:23:47.468Z | Documenting foreign-types v0.5.0 |
2710 | 2024-02-17T06:23:48.271Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2711 | 2024-02-17T06:23:48.417Z | Documenting num_enum v0.5.11 |
2712 | 2024-02-17T06:23:49.423Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2713 | 2024-02-17T06:23:49.875Z | Documenting cstr-argument v0.1.2 |
2714 | 2024-02-17T06:23:51.571Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2715 | 2024-02-17T06:23:51.653Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2716 | 2024-02-17T06:23:51.978Z | Documenting colored v2.0.4 |
2717 | 2024-02-17T06:23:52.111Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2718 | 2024-02-17T06:23:52.405Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2719 | 2024-02-17T06:23:54.527Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2720 | 2024-02-17T06:23:55.964Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2721 | 2024-02-17T06:23:56.288Z | Documenting zone_cfg_derive v0.3.0 |
2722 | 2024-02-17T06:23:56.369Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2723 | 2024-02-17T06:23:56.830Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2724 | 2024-02-17T06:23:58.693Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2725 | 2024-02-17T06:23:59.135Z | Documenting num-derive v0.4.0 |
2726 | 2024-02-17T06:23:59.259Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2727 | 2024-02-17T06:24:00.507Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2728 | 2024-02-17T06:24:01.012Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2729 | 2024-02-17T06:24:01.221Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2730 | 2024-02-17T06:24:02.111Z | Documenting zone v0.3.0 |
2731 | 2024-02-17T06:24:03.921Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2732 | 2024-02-17T06:24:04.636Z | Documenting smf v0.2.2 |
2733 | 2024-02-17T06:24:04.841Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2734 | 2024-02-17T06:24:05.133Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2735 | 2024-02-17T06:24:05.147Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2736 | 2024-02-17T06:24:05.564Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2737 | 2024-02-17T06:24:07.292Z | Documenting password-hash v0.5.0 |
2738 | 2024-02-17T06:24:08.542Z | Documenting blake2 v0.10.6 |
2739 | 2024-02-17T06:24:08.676Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2740 | 2024-02-17T06:24:08.804Z | Documenting linked-hash-map v0.5.6 |
2741 | 2024-02-17T06:24:09.848Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2742 | 2024-02-17T06:24:11.464Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2743 | 2024-02-17T06:24:12.291Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2744 | 2024-02-17T06:24:12.466Z | Documenting itertools v0.12.1 |
2745 | 2024-02-17T06:24:12.826Z | Documenting memmap v0.7.0 |
2746 | 2024-02-17T06:24:13.670Z | Documenting lru-cache v0.1.2 |
2747 | 2024-02-17T06:24:13.795Z | Documenting argon2 v0.5.3 |
2748 | 2024-02-17T06:24:14.504Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2749 | 2024-02-17T06:24:15.066Z | Documenting derive-where v1.2.7 |
2750 | 2024-02-17T06:24:15.726Z | Documenting swrite v0.1.0 |
2751 | 2024-02-17T06:24:16.697Z | Documenting usdt v0.5.0 |
2752 | 2024-02-17T06:24:17.685Z | Documenting quick-error v1.2.3 |
2753 | 2024-02-17T06:24:18.803Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2754 | 2024-02-17T06:24:19.391Z | Documenting newtype_derive v0.1.6 |
2755 | 2024-02-17T06:24:19.441Z | Documenting tap v1.0.1 |
2756 | 2024-02-17T06:24:20.139Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2757 | 2024-02-17T06:24:20.406Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2758 | 2024-02-17T06:24:21.471Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2759 | 2024-02-17T06:24:21.911Z | Documenting resolv-conf v0.7.0 |
2760 | 2024-02-17T06:24:21.995Z | Documenting radium v0.7.0 |
2761 | 2024-02-17T06:24:22.426Z | Documenting wyz v0.5.1 |
2762 | 2024-02-17T06:24:23.091Z | Documenting steno v0.4.0 |
2763 | 2024-02-17T06:24:24.117Z | Documenting nibble_vec v0.1.0 |
2764 | 2024-02-17T06:24:25.038Z | Checking heck v0.3.3 |
2765 | 2024-02-17T06:24:25.213Z | Documenting funty v2.0.0 |
2766 | 2024-02-17T06:24:25.472Z | Documenting endian-type v0.1.2 |
2767 | 2024-02-17T06:24:25.638Z | Documenting crc-catalog v2.2.0 |
2768 | 2024-02-17T06:24:25.790Z | Documenting trust-dns-resolver v0.22.0 |
2769 | 2024-02-17T06:24:28.380Z | Documenting bitvec v1.0.1 |
2770 | 2024-02-17T06:24:28.517Z | Documenting structopt-derive v0.4.18 |
2771 | 2024-02-17T06:24:28.675Z | Documenting crc v3.0.1 |
2772 | 2024-02-17T06:24:29.201Z | Documenting radix_trie v0.2.1 |
2773 | 2024-02-17T06:24:31.591Z | Documenting cancel-safe-futures v0.1.5 |
2774 | 2024-02-17T06:24:33.163Z | Documenting filetime v0.2.23 |
2775 | 2024-02-17T06:24:33.539Z | Documenting xattr v1.0.1 |
2776 | 2024-02-17T06:24:33.595Z | Documenting packed_struct_codegen v0.10.1 |
2777 | 2024-02-17T06:24:33.644Z | Documenting nodrop v0.1.14 |
2778 | 2024-02-17T06:24:34.615Z | Documenting structopt v0.3.26 |
2779 | 2024-02-17T06:24:36.486Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2780 | 2024-02-17T06:24:36.516Z | Documenting array-init v0.0.4 |
2781 | 2024-02-17T06:24:36.998Z | Documenting num-bigint-dig v0.8.4 |
2782 | 2024-02-17T06:24:37.318Z | Documenting libefi-sys v0.1.0 |
2783 | 2024-02-17T06:24:37.432Z | Documenting tar v0.4.40 |
2784 | 2024-02-17T06:24:38.255Z | Documenting num-rational v0.4.1 |
2785 | 2024-02-17T06:24:38.914Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2786 | 2024-02-17T06:24:39.630Z | Documenting packed_struct v0.10.1 |
2787 | 2024-02-17T06:24:39.792Z | Documenting pkcs1 v0.7.5 |
2788 | 2024-02-17T06:24:41.357Z | Documenting signature v2.1.0 |
2789 | 2024-02-17T06:24:41.554Z | Documenting num-complex v0.4.4 |
2790 | 2024-02-17T06:24:43.321Z | Documenting arc-swap v1.6.0 |
2791 | 2024-02-17T06:24:43.371Z | Documenting bitfield v0.14.0 |
2792 | 2024-02-17T06:24:43.882Z | Documenting termcolor v1.2.0 |
2793 | 2024-02-17T06:24:44.412Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2794 | 2024-02-17T06:24:44.484Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2795 | 2024-02-17T06:24:46.241Z | Documenting rsa v0.9.2 |
2796 | 2024-02-17T06:24:46.279Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2797 | 2024-02-17T06:24:47.214Z | Documenting num v0.4.1 |
2798 | 2024-02-17T06:24:47.444Z | Documenting slog-scope v4.4.0 |
2799 | 2024-02-17T06:24:48.613Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2800 | 2024-02-17T06:24:49.075Z | Documenting env_logger v0.10.0 |
2801 | 2024-02-17T06:24:49.355Z | Documenting serde-hex v0.1.0 |
2802 | 2024-02-17T06:24:50.755Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2803 | 2024-02-17T06:24:51.332Z | Documenting x509-cert v0.2.4 |
2804 | 2024-02-17T06:24:53.035Z | Documenting ron v0.8.1 |
2805 | 2024-02-17T06:24:53.301Z | Documenting libsw v3.3.1 |
2806 | 2024-02-17T06:24:54.691Z | Documenting gethostname v0.4.3 |
2807 | 2024-02-17T06:24:54.775Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2808 | 2024-02-17T06:24:55.846Z | Documenting half v2.3.1 |
2809 | 2024-02-17T06:24:56.534Z | Documenting linear-map v1.2.0 |
2810 | 2024-02-17T06:24:56.969Z | Documenting owo-colors v4.0.0 |
2811 | 2024-02-17T06:24:57.452Z | Documenting same-file v1.0.6 |
2812 | 2024-02-17T06:25:00.847Z | Documenting ciborium-io v0.2.2 |
2813 | 2024-02-17T06:25:01.113Z | Documenting crc-any v2.4.3 |
2814 | 2024-02-17T06:25:01.113Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2815 | 2024-02-17T06:25:01.113Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2816 | 2024-02-17T06:25:01.242Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2817 | 2024-02-17T06:25:01.639Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2818 | 2024-02-17T06:25:01.767Z | Documenting ciborium-ll v0.2.2 |
2819 | 2024-02-17T06:25:01.884Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2820 | 2024-02-17T06:25:01.967Z | Documenting walkdir v2.4.0 |
2821 | 2024-02-17T06:25:12.837Z | Documenting slog-stdlog v4.1.1 |
2822 | 2024-02-17T06:25:12.920Z | Documenting slog-dtrace v0.3.0 |
2823 | 2024-02-17T06:25:12.920Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2824 | 2024-02-17T06:25:12.970Z | Documenting path-slash v0.1.5 |
2825 | 2024-02-17T06:25:12.971Z | Documenting slog-envlogger v2.2.0 |
2826 | 2024-02-17T06:25:12.971Z | Documenting ciborium v0.2.2 |
2827 | 2024-02-17T06:25:12.996Z | Documenting pem v3.0.2 |
2828 | 2024-02-17T06:25:13.478Z | Documenting fxhash v0.2.1 |
2829 | 2024-02-17T06:25:14.303Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2830 | 2024-02-17T06:25:16.280Z | Documenting utf-8 v0.7.6 |
2831 | 2024-02-17T06:25:16.770Z | Documenting display-error-chain v0.2.0 |
2832 | 2024-02-17T06:25:17.294Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2833 | 2024-02-17T06:25:17.452Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2834 | 2024-02-17T06:25:17.924Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2835 | 2024-02-17T06:25:19.172Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2836 | 2024-02-17T06:25:19.355Z | Documenting vte_generate_state_changes v0.1.1 |
2837 | 2024-02-17T06:25:19.386Z | Documenting convert_case v0.4.0 |
2838 | 2024-02-17T06:25:19.987Z | Documenting tungstenite v0.20.1 |
2839 | 2024-02-17T06:25:20.485Z | Checking convert_case v0.4.0 |
2840 | 2024-02-17T06:25:20.699Z | Documenting buf-list v1.0.3 |
2841 | 2024-02-17T06:25:23.078Z | Documenting vte v0.11.1 |
2842 | 2024-02-17T06:25:23.256Z | Documenting derive_more v0.99.17 |
2843 | 2024-02-17T06:25:25.581Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2844 | 2024-02-17T06:25:26.060Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2845 | 2024-02-17T06:25:27.122Z | Documenting tokio-tungstenite v0.20.1 |
2846 | 2024-02-17T06:25:27.890Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2847 | 2024-02-17T06:25:27.918Z | Checking darling_core v0.14.4 |
2848 | 2024-02-17T06:25:28.203Z | Documenting pin-project-internal v1.1.3 |
2849 | 2024-02-17T06:25:29.089Z | Documenting strip-ansi-escapes v0.2.0 |
2850 | 2024-02-17T06:25:29.761Z | Checking darling v0.14.4 |
2851 | 2024-02-17T06:25:30.290Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2852 | 2024-02-17T06:25:32.908Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2853 | 2024-02-17T06:25:33.218Z | Documenting pin-project v1.1.3 |
2854 | 2024-02-17T06:25:33.656Z | Documenting doc-comment v0.3.3 |
2855 | 2024-02-17T06:25:34.235Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2856 | 2024-02-17T06:25:35.431Z | Documenting crossbeam-deque v0.8.3 |
2857 | 2024-02-17T06:25:36.119Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2858 | 2024-02-17T06:25:36.471Z | Documenting snafu-derive v0.7.5 |
2859 | 2024-02-17T06:25:36.512Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2860 | 2024-02-17T06:25:36.539Z | Documenting nu-ansi-term v0.50.0 |
2861 | 2024-02-17T06:25:39.133Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2862 | 2024-02-17T06:25:39.420Z | Documenting rayon-core v1.12.0 |
2863 | 2024-02-17T06:25:40.616Z | Documenting reedline v0.29.0 |
2864 | 2024-02-17T06:25:41.022Z | Documenting trust-dns-client v0.22.0 |
2865 | 2024-02-17T06:25:42.268Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2866 | 2024-02-17T06:25:43.526Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2867 | 2024-02-17T06:25:43.845Z | Documenting globset v0.4.13 |
2868 | 2024-02-17T06:25:44.008Z | Documenting olpc-cjson v0.1.3 |
2869 | 2024-02-17T06:25:45.467Z | Documenting snafu v0.7.5 |
2870 | 2024-02-17T06:25:46.270Z | Documenting serde_plain v1.0.2 |
2871 | 2024-02-17T06:25:48.422Z | Documenting headers-core v0.2.0 |
2872 | 2024-02-17T06:25:48.507Z | Documenting async-recursion v1.0.5 |
2873 | 2024-02-17T06:25:48.640Z | Documenting keccak v0.1.4 |
2874 | 2024-02-17T06:25:50.286Z | Documenting bytecount v0.6.3 |
2875 | 2024-02-17T06:25:50.309Z | Documenting typed-path v0.7.0 |
2876 | 2024-02-17T06:25:50.605Z | Documenting rayon v1.8.0 |
2877 | 2024-02-17T06:25:50.666Z | Documenting trust-dns-server v0.22.1 |
2878 | 2024-02-17T06:25:51.563Z | Documenting sha3 v0.10.8 |
2879 | 2024-02-17T06:25:53.190Z | Documenting headers v0.3.9 |
2880 | 2024-02-17T06:25:53.308Z | Documenting papergrid v0.11.0 |
2881 | 2024-02-17T06:25:55.833Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2882 | 2024-02-17T06:25:55.847Z | Documenting tough v0.16.0 |
2883 | 2024-02-17T06:25:57.016Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2884 | 2024-02-17T06:25:58.017Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2885 | 2024-02-17T06:25:58.307Z | Documenting derive_builder_core v0.12.0 |
2886 | 2024-02-17T06:25:59.509Z | Checking derive_builder_core v0.12.0 |
2887 | 2024-02-17T06:25:59.564Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2888 | 2024-02-17T06:25:59.655Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2889 | 2024-02-17T06:26:00.103Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2890 | 2024-02-17T06:26:00.275Z | Documenting sled v0.34.7 |
2891 | 2024-02-17T06:26:00.321Z | Documenting fs-err v2.11.0 |
2892 | 2024-02-17T06:26:00.670Z | Documenting unicase v2.7.0 |
2893 | 2024-02-17T06:26:00.903Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2894 | 2024-02-17T06:26:01.236Z | Documenting tabled_derive v0.7.0 |
2895 | 2024-02-17T06:26:01.250Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2896 | 2024-02-17T06:26:03.953Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2897 | 2024-02-17T06:26:04.248Z | Documenting fd-lock v4.0.2 |
2898 | 2024-02-17T06:26:05.906Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2899 | 2024-02-17T06:26:06.061Z | Documenting nix v0.27.1 |
2900 | 2024-02-17T06:26:06.904Z | Documenting secrecy v0.8.0 |
2901 | 2024-02-17T06:26:07.184Z | Documenting rustversion v1.0.14 |
2902 | 2024-02-17T06:26:08.703Z | Documenting sqlparser_derive v0.2.2 |
2903 | 2024-02-17T06:26:09.512Z | Documenting parse-size v1.0.0 |
2904 | 2024-02-17T06:26:09.703Z | Documenting home v0.5.5 |
2905 | 2024-02-17T06:26:11.047Z | Documenting unicode_categories v0.1.1 |
2906 | 2024-02-17T06:26:11.210Z | Documenting castaway v0.2.2 |
2907 | 2024-02-17T06:26:12.808Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2908 | 2024-02-17T06:26:12.812Z | Documenting tabled v0.15.0 |
2909 | 2024-02-17T06:26:12.812Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2910 | 2024-02-17T06:26:13.773Z | Documenting rustyline v13.0.0 |
2911 | 2024-02-17T06:26:14.172Z | Documenting sqlparser v0.43.1 |
2912 | 2024-02-17T06:26:14.789Z | Documenting sqlformat v0.2.3 |
2913 | 2024-02-17T06:26:14.972Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2914 | 2024-02-17T06:26:19.221Z | Documenting derive_builder_macro v0.12.0 |
2915 | 2024-02-17T06:26:19.992Z | Documenting mime_guess v2.0.4 |
2916 | 2024-02-17T06:26:22.307Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2917 | 2024-02-17T06:26:23.232Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2918 | 2024-02-17T06:26:23.767Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2919 | 2024-02-17T06:26:24.955Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2920 | 2024-02-17T06:26:25.259Z | Documenting universal-hash v0.5.1 |
2921 | 2024-02-17T06:26:27.074Z | Documenting bcs v0.1.6 |
2922 | 2024-02-17T06:26:29.585Z | Documenting kstat-rs v0.2.3 |
2923 | 2024-02-17T06:26:31.331Z | Documenting thiserror-impl-no-std v2.0.2 |
2924 | 2024-02-17T06:26:31.397Z | Documenting ref-cast-impl v1.0.20 |
2925 | 2024-02-17T06:26:33.526Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2926 | 2024-02-17T06:26:34.021Z | Documenting curve25519-dalek-derive v0.1.0 |
2927 | 2024-02-17T06:26:36.293Z | Documenting highway v1.1.0 |
2928 | 2024-02-17T06:26:36.480Z | Documenting opaque-debug v0.3.0 |
2929 | 2024-02-17T06:26:36.912Z | Documenting ref-cast v1.0.20 |
2930 | 2024-02-17T06:26:38.066Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2931 | 2024-02-17T06:26:38.081Z | Documenting thiserror-no-std v2.0.2 |
2932 | 2024-02-17T06:26:38.437Z | Documenting curve25519-dalek v4.1.1 |
2933 | 2024-02-17T06:26:39.354Z | Documenting poly1305 v0.8.0 |
2934 | 2024-02-17T06:26:39.810Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2935 | 2024-02-17T06:26:40.237Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2936 | 2024-02-17T06:26:40.964Z | Documenting derive_builder v0.12.0 |
2937 | 2024-02-17T06:26:41.482Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2938 | 2024-02-17T06:26:42.645Z | Documenting compact_str v0.7.1 |
2939 | 2024-02-17T06:26:44.351Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2940 | 2024-02-17T06:26:44.835Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2941 | 2024-02-17T06:26:46.260Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2942 | 2024-02-17T06:26:47.148Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2943 | 2024-02-17T06:26:48.433Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2944 | 2024-02-17T06:26:52.896Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2945 | 2024-02-17T06:26:56.754Z | Documenting portable-atomic v1.4.3 |
2946 | 2024-02-17T06:26:57.103Z | Documenting polar-core v0.27.0 |
2947 | 2024-02-17T06:26:58.624Z | Documenting ed25519 v1.5.3 |
2948 | 2024-02-17T06:27:00.559Z | Documenting libxml v0.3.3 |
2949 | 2024-02-17T06:27:01.755Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2950 | 2024-02-17T06:27:02.992Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2951 | 2024-02-17T06:27:03.367Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2952 | 2024-02-17T06:27:04.199Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2953 | 2024-02-17T06:27:05.033Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2954 | 2024-02-17T06:27:05.537Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2955 | 2024-02-17T06:27:07.004Z | Documenting chacha20 v0.9.1 |
2956 | 2024-02-17T06:27:07.493Z | Documenting bb8 v0.8.3 |
2957 | 2024-02-17T06:27:09.906Z | Documenting aead v0.5.2 |
2958 | 2024-02-17T06:27:12.058Z | Documenting lru v0.12.1 |
2959 | 2024-02-17T06:27:13.929Z | Documenting quick-xml v0.30.0 |
2960 | 2024-02-17T06:27:15.290Z | Documenting stability v0.1.1 |
2961 | 2024-02-17T06:27:16.446Z | Documenting oso-derive v0.27.0 |
2962 | 2024-02-17T06:27:17.581Z | Documenting impl-trait-for-tuples v0.2.2 |
2963 | 2024-02-17T06:27:19.015Z | Documenting glob v0.3.1 |
2964 | 2024-02-17T06:27:20.162Z | Documenting cassowary v0.3.0 |
2965 | 2024-02-17T06:27:20.256Z | Documenting number_prefix v0.4.0 |
2966 | 2024-02-17T06:27:20.705Z | Documenting maplit v1.0.2 |
2967 | 2024-02-17T06:27:21.878Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2968 | 2024-02-17T06:27:22.407Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2969 | 2024-02-17T06:27:23.803Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2970 | 2024-02-17T06:27:24.067Z | Documenting ratatui v0.26.1 |
2971 | 2024-02-17T06:27:24.233Z | Documenting indicatif v0.17.8 |
2972 | 2024-02-17T06:27:24.967Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2973 | 2024-02-17T06:27:24.985Z | Documenting oso v0.27.0 |
2974 | 2024-02-17T06:27:27.712Z | Documenting chacha20poly1305 v0.10.1 |
2975 | 2024-02-17T06:27:29.229Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2976 | 2024-02-17T06:27:29.965Z | Documenting salty v0.2.0 |
2977 | 2024-02-17T06:27:32.918Z | Documenting vsss-rs v3.3.4 |
2978 | 2024-02-17T06:27:34.250Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2979 | 2024-02-17T06:27:36.317Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2980 | 2024-02-17T06:27:36.566Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2981 | 2024-02-17T06:27:36.589Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2982 | 2024-02-17T06:27:37.374Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2983 | 2024-02-17T06:27:39.963Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2984 | 2024-02-17T06:27:40.751Z | Documenting cookie v0.18.0 |
2985 | 2024-02-17T06:27:41.199Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2986 | 2024-02-17T06:27:44.853Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2987 | 2024-02-17T06:27:45.313Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2988 | 2024-02-17T06:27:45.801Z | Documenting serde-big-array v0.5.1 |
2989 | 2024-02-17T06:27:45.801Z | Documenting rtoolbox v0.0.1 |
2990 | 2024-02-17T06:27:45.801Z | Documenting http-range v0.1.5 |
2991 | 2024-02-17T06:27:48.633Z | Documenting unicode-linebreak v0.1.5 |
2992 | 2024-02-17T06:27:48.818Z | Documenting is_ci v1.2.0 |
2993 | 2024-02-17T06:27:49.369Z | Documenting smawk v0.3.1 |
2994 | 2024-02-17T06:27:49.640Z | Documenting humantime v2.1.0 |
2995 | 2024-02-17T06:27:49.851Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2996 | 2024-02-17T06:27:51.668Z | Documenting rpassword v7.3.1 |
2997 | 2024-02-17T06:27:53.142Z | Documenting supports-color v3.0.0 |
2998 | 2024-02-17T06:27:53.460Z | Documenting hyper-staticfile v0.9.5 |
2999 | 2024-02-17T06:27:53.893Z | Documenting textwrap v0.16.0 |
3000 | 2024-02-17T06:27:53.995Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3001 | 2024-02-17T06:27:55.796Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3002 | 2024-02-17T06:27:57.123Z | Documenting tui-tree-widget v0.17.0 |
3003 | 2024-02-17T06:27:58.820Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3004 | 2024-02-17T06:27:59.213Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3005 | 2024-02-17T06:28:01.192Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3006 | 2024-02-17T06:28:01.968Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3007 | 2024-02-17T06:28:02.969Z | Documenting rcgen v0.12.1 |
3008 | 2024-02-17T06:28:03.489Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3009 | 2024-02-17T06:28:03.489Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3010 | 2024-02-17T06:28:03.856Z | Documenting atomicwrites v0.4.3 |
3011 | 2024-02-17T06:28:04.585Z | Documenting signal-hook-tokio v0.3.1 |
3012 | 2024-02-17T06:28:06.376Z | Documenting subprocess v0.2.9 |
3013 | 2024-02-17T06:28:08.310Z | Documenting memmap2 v0.7.1 |
3014 | 2024-02-17T06:28:09.617Z | Documenting shell-words v1.1.0 |
3015 | 2024-02-17T06:28:17.990Z | Documenting constant_time_eq v0.3.0 |
3016 | 2024-02-17T06:28:18.093Z | Documenting arrayvec v0.7.4 |
3017 | 2024-02-17T06:28:18.111Z | Documenting arrayref v0.3.7 |
3018 | 2024-02-17T06:28:18.533Z | Documenting corncobs v0.1.3 |
3019 | 2024-02-17T06:28:18.534Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3020 | 2024-02-17T06:28:18.534Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3021 | 2024-02-17T06:28:18.534Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3022 | 2024-02-17T06:28:18.534Z | Documenting blake3 v1.5.0 |
3023 | 2024-02-17T06:28:18.534Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3024 | 2024-02-17T06:28:20.092Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3025 | 2024-02-17T06:28:20.919Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3026 | 2024-02-17T06:28:22.242Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3027 | 2024-02-17T06:28:24.182Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3028 | 2024-02-17T06:28:30.024Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3029 | 2024-02-17T06:28:35.735Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3030 | 2024-02-17T06:28:37.968Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3031 | 2024-02-17T06:28:39.924Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3032 | 2024-02-17T06:28:39.984Z | warning: unclosed HTML tag `usize` |
3033 | 2024-02-17T06:28:39.984Z | --> wicket/src/ui/panes/update.rs:153:19 |
3034 | 2024-02-17T06:28:39.985Z | | |
3035 | 2024-02-17T06:28:39.985Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3036 | 2024-02-17T06:28:39.985Z | | ^^^^^^^ |
3037 | 2024-02-17T06:28:39.985Z | | |
3038 | 2024-02-17T06:28:39.985Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3039 | 2024-02-17T06:28:39.986Z | |
3040 | 2024-02-17T06:28:41.264Z | warning: `wicket` (lib doc) generated 1 warning |
3041 | 2024-02-17T06:28:41.268Z | Documenting fatfs v0.3.6 |
3042 | 2024-02-17T06:28:43.220Z | Documenting nanorand v0.7.0 |
3043 | 2024-02-17T06:28:45.903Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3044 | 2024-02-17T06:28:46.422Z | Documenting assert_matches v1.5.0 |
3045 | 2024-02-17T06:28:47.301Z | Documenting topological-sort v0.2.2 |
3046 | 2024-02-17T06:28:49.363Z | Documenting flume v0.11.0 |
3047 | 2024-02-17T06:28:49.788Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3048 | 2024-02-17T06:28:51.277Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3049 | 2024-02-17T06:28:51.908Z | Documenting omicron-zone-package v0.11.0 |
3050 | 2024-02-17T06:28:54.845Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3051 | 2024-02-17T06:28:57.055Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3052 | 2024-02-17T06:28:58.053Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3053 | 2024-02-17T06:28:58.592Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3054 | 2024-02-17T06:29:02.886Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3055 | 2024-02-17T06:29:02.886Z | --> sled-agent/src/sim/instance.rs:46:7 |
3056 | 2024-02-17T06:29:02.886Z | | |
3057 | 2024-02-17T06:29:02.886Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3058 | 2024-02-17T06:29:02.886Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3059 | 2024-02-17T06:29:02.886Z | | |
3060 | 2024-02-17T06:29:02.887Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3061 | 2024-02-17T06:29:02.887Z | |
3062 | 2024-02-17T06:29:04.492Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3063 | 2024-02-17T06:29:05.341Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3064 | 2024-02-17T06:29:06.034Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3065 | 2024-02-17T06:29:06.549Z | Documenting termios v0.3.3 |
3066 | 2024-02-17T06:29:10.138Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3067 | 2024-02-17T06:29:19.554Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3068 | 2024-02-17T06:29:21.170Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3069 | 2024-02-17T06:29:21.570Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3070 | 2024-02-17T06:29:38.818Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3071 | 2024-02-17T06:29:44.891Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3072 | 2024-02-17T06:29:51.932Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3073 | 2024-02-17T06:29:56.182Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3074 | 2024-02-17T06:29:56.182Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3075 | 2024-02-17T06:29:56.182Z | | |
3076 | 2024-02-17T06:29:56.182Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3077 | 2024-02-17T06:29:56.182Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3078 | 2024-02-17T06:29:56.182Z | | |
3079 | 2024-02-17T06:29:56.182Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3080 | 2024-02-17T06:29:56.182Z | |
3081 | 2024-02-17T06:29:59.170Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3082 | 2024-02-17T06:29:59.571Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3083 | 2024-02-17T06:30:05.759Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3084 | 2024-02-17T06:30:09.099Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3085 | 2024-02-17T06:30:12.514Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3086 | 2024-02-17T06:30:12.521Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3087 | 2024-02-17T06:30:12.521Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3088 | 2024-02-17T06:30:12.521Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3089 | 2024-02-17T06:30:45.085Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3090 | 2024-02-17T06:31:24.246Z | warning: unresolved link to `VolumeConstructionRequest` |
3091 | 2024-02-17T06:31:24.246Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3092 | 2024-02-17T06:31:24.246Z | | |
3093 | 2024-02-17T06:31:24.246Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3094 | 2024-02-17T06:31:24.246Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3095 | 2024-02-17T06:31:24.246Z | | |
3096 | 2024-02-17T06:31:24.246Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3097 | 2024-02-17T06:31:24.246Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3098 | 2024-02-17T06:31:24.247Z | |
3099 | 2024-02-17T06:31:24.268Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3100 | 2024-02-17T06:31:24.268Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3101 | 2024-02-17T06:31:24.268Z | | |
3102 | 2024-02-17T06:31:24.269Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3103 | 2024-02-17T06:31:24.269Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3104 | 2024-02-17T06:31:24.269Z | |
3105 | 2024-02-17T06:31:24.269Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3106 | 2024-02-17T06:31:24.269Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3107 | 2024-02-17T06:31:24.269Z | | |
3108 | 2024-02-17T06:31:24.269Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3109 | 2024-02-17T06:31:24.270Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3110 | 2024-02-17T06:31:24.270Z | |
3111 | 2024-02-17T06:31:24.270Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3112 | 2024-02-17T06:31:24.270Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3113 | 2024-02-17T06:31:24.270Z | | |
3114 | 2024-02-17T06:31:24.270Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3115 | 2024-02-17T06:31:24.270Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3116 | 2024-02-17T06:31:24.270Z | |
3117 | 2024-02-17T06:31:24.270Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3118 | 2024-02-17T06:31:24.270Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3119 | 2024-02-17T06:31:24.270Z | | |
3120 | 2024-02-17T06:31:24.270Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3121 | 2024-02-17T06:31:24.270Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3122 | 2024-02-17T06:31:24.270Z | |
3123 | 2024-02-17T06:31:24.270Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3124 | 2024-02-17T06:31:24.270Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3125 | 2024-02-17T06:31:24.271Z | | |
3126 | 2024-02-17T06:31:24.271Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3127 | 2024-02-17T06:31:24.271Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3128 | 2024-02-17T06:31:24.271Z | |
3129 | 2024-02-17T06:31:24.271Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3130 | 2024-02-17T06:31:24.271Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3131 | 2024-02-17T06:31:24.271Z | | |
3132 | 2024-02-17T06:31:24.271Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3133 | 2024-02-17T06:31:24.271Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3134 | 2024-02-17T06:31:24.271Z | |
3135 | 2024-02-17T06:31:27.155Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3136 | 2024-02-17T06:31:42.875Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 24s |
3137 | 2024-02-17T06:31:42.970Z | |
3138 | 2024-02-17T06:31:42.970Z | real 11:24.138047518 |
3139 | 2024-02-17T06:31:42.970Z | user 30:34.312208573 |
3140 | 2024-02-17T06:31:42.970Z | sys 49:14.337947234 |
3141 | 2024-02-17T06:31:42.976Z | trap 0.932690152 |
3142 | 2024-02-17T06:31:42.976Z | tflt 0.078882583 |
3143 | 2024-02-17T06:31:42.976Z | dflt 0.599517655 |
3144 | 2024-02-17T06:31:42.976Z | kflt 0.000090069 |
3145 | 2024-02-17T06:31:42.976Z | lock 2:06:36.604522205 |
3146 | 2024-02-17T06:31:42.976Z | slp 2:52:00.249662465 |
3147 | 2024-02-17T06:31:42.976Z | lat 4:39.810017043 |
3148 | 2024-02-17T06:31:42.976Z | stop 1:26.280678888 |
3149 | 2024-02-17T06:31:42.977Z | process exited: duration 1270003 ms, exit code 0 |
|
3150 | 2024-02-17T06:31:42.985Z | found 0 output files |