|
|
|
1 | 2023-11-19T05:09:25.209Z | job assigned to worker 01HFJZMSM81SVQTRZ9M3RCTGFA (queued for 1 m 13 s) |
|
2 | 2023-11-19T05:09:25.728Z | starting task 0: "setup" |
3 | 2023-11-19T05:09:25.795Z | ++ uname -s |
4 | 2023-11-19T05:09:25.805Z | + kern=SunOS |
5 | 2023-11-19T05:09:25.812Z | + case "$kern" in |
6 | 2023-11-19T05:09:25.824Z | + groupadd -g 12345 build |
7 | 2023-11-19T05:09:25.830Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-19T05:09:27.804Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-19T05:09:27.960Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-19T05:09:27.962Z | + home_fs=zfs |
11 | 2023-11-19T05:09:27.966Z | + [[ zfs == autofs ]] |
12 | 2023-11-19T05:09:27.968Z | + mkdir -p /home/build |
13 | 2023-11-19T05:09:27.972Z | + chown build:build /home/build /work |
14 | 2023-11-19T05:09:29.977Z | + chmod 0700 /home/build /work |
15 | 2023-11-19T05:09:29.988Z | process exited: duration 4239 ms, exit code 0 |
|
16 | 2023-11-19T05:09:30.005Z | starting task 1: "rust-toolchain" |
17 | 2023-11-19T05:09:30.026Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-19T05:09:30.036Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-19T05:09:30.394Z | info: downloading installer |
20 | 2023-11-19T05:09:33.139Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-19T05:09:33.142Z | warning: /opt/ooce/bin |
22 | 2023-11-19T05:09:33.145Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-19T05:09:33.150Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-19T05:09:33.156Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-19T05:09:33.162Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-19T05:09:33.171Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-19T05:09:33.191Z | error: cannot install while Rust is installed |
28 | 2023-11-19T05:09:33.613Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-19T05:09:33.808Z | info: profile set to 'default' |
30 | 2023-11-19T05:09:33.817Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-19T05:09:33.821Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-19T05:09:34.004Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-19T05:09:34.007Z | info: downloading component 'cargo' |
34 | 2023-11-19T05:09:34.915Z | info: downloading component 'clippy' |
35 | 2023-11-19T05:09:35.228Z | info: downloading component 'rust-docs' |
36 | 2023-11-19T05:09:36.362Z | info: downloading component 'rust-std' |
37 | 2023-11-19T05:09:38.387Z | info: downloading component 'rustc' |
38 | 2023-11-19T05:09:43.432Z | info: downloading component 'rustfmt' |
39 | 2023-11-19T05:09:43.726Z | info: installing component 'cargo' |
40 | 2023-11-19T05:09:45.847Z | info: installing component 'clippy' |
41 | 2023-11-19T05:09:46.827Z | info: installing component 'rust-docs' |
42 | 2023-11-19T05:09:49.529Z | info: installing component 'rust-std' |
43 | 2023-11-19T05:09:53.235Z | info: installing component 'rustc' |
44 | 2023-11-19T05:10:02.591Z | info: installing component 'rustfmt' |
45 | 2023-11-19T05:10:03.044Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-19T05:10:03.047Z | |
47 | 2023-11-19T05:10:03.182Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-19T05:10:03.187Z | |
49 | 2023-11-19T05:10:03.191Z | |
50 | 2023-11-19T05:10:03.195Z | Rust is installed now. Great! |
51 | 2023-11-19T05:10:03.199Z | |
52 | 2023-11-19T05:10:03.205Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-19T05:10:03.209Z | environment variable. This has not been done automatically. |
54 | 2023-11-19T05:10:03.213Z | |
55 | 2023-11-19T05:10:03.216Z | To configure your current shell, run: |
56 | 2023-11-19T05:10:03.226Z | source "$HOME/.cargo/env" |
57 | 2023-11-19T05:10:03.270Z | + rustc --version |
58 | 2023-11-19T05:10:03.390Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-19T05:10:03.395Z | process exited: duration 33385 ms, exit code 0 |
|
60 | 2023-11-19T05:10:03.402Z | starting task 2: "authentication" |
61 | 2023-11-19T05:10:03.439Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-11-19T05:10:03.446Z | starting task 3: "clone repository" |
63 | 2023-11-19T05:10:03.458Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-19T05:10:03.462Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-19T05:10:03.578Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-19T05:10:09.686Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-19T05:10:09.689Z | + [[ -n renovate/rustls-0.x ]] |
68 | 2023-11-19T05:10:09.692Z | + git fetch origin renovate/rustls-0.x |
69 | 2023-11-19T05:10:10.082Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-19T05:10:10.084Z | * branch renovate/rustls-0.x -> FETCH_HEAD |
71 | 2023-11-19T05:10:10.092Z | + git checkout -B renovate/rustls-0.x remotes/origin/renovate/rustls-0.x |
72 | 2023-11-19T05:10:10.184Z | Switched to a new branch 'renovate/rustls-0.x' |
73 | 2023-11-19T05:10:10.187Z | branch 'renovate/rustls-0.x' set up to track 'origin/renovate/rustls-0.x'. |
74 | 2023-11-19T05:10:10.190Z | + git reset --hard b9edcebc55ea93931821ced0d4b7842f149c2c91 |
75 | 2023-11-19T05:10:10.201Z | HEAD is now at b9edcebc Update Rust crate rustls to 0.21.9 |
76 | 2023-11-19T05:10:10.204Z | process exited: duration 6752 ms, exit code 0 |
|
77 | 2023-11-19T05:10:10.209Z | starting task 4: "build" |
78 | 2023-11-19T05:10:10.219Z | + cargo --version |
79 | 2023-11-19T05:10:10.226Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-19T05:10:10.431Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-19T05:10:10.448Z | info: downloading component 'cargo' |
82 | 2023-11-19T05:10:11.092Z | info: downloading component 'clippy' |
83 | 2023-11-19T05:10:11.373Z | info: downloading component 'rust-docs' |
84 | 2023-11-19T05:10:12.216Z | info: downloading component 'rust-std' |
85 | 2023-11-19T05:10:13.673Z | info: downloading component 'rustc' |
86 | 2023-11-19T05:10:17.661Z | info: downloading component 'rustfmt' |
87 | 2023-11-19T05:10:17.878Z | info: installing component 'cargo' |
88 | 2023-11-19T05:10:19.493Z | info: installing component 'clippy' |
89 | 2023-11-19T05:10:19.499Z | info: installing component 'rust-docs' |
90 | 2023-11-19T05:10:22.205Z | info: installing component 'rust-std' |
91 | 2023-11-19T05:10:24.690Z | info: installing component 'rustc' |
92 | 2023-11-19T05:10:30.784Z | info: installing component 'rustfmt' |
93 | 2023-11-19T05:10:31.313Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-19T05:10:31.316Z | + rustc --version |
95 | 2023-11-19T05:10:31.436Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-19T05:10:31.443Z | + source ./env.sh |
97 | 2023-11-19T05:10:31.448Z | ++ set -o xtrace |
98 | 2023-11-19T05:10:31.453Z | ++++ dirname ./env.sh |
99 | 2023-11-19T05:10:31.457Z | +++ cd . |
100 | 2023-11-19T05:10:31.467Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-19T05:10:31.471Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-19T05:10:31.476Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-11-19T05:10:31.484Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-11-19T05:10:31.487Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-11-19T05:10:31.495Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-11-19T05:10:31.501Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2023-11-19T05:10:31.505Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-11-19T05:10:31.510Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-11-19T05:10:31.513Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-11-19T05:10:31.517Z | ++ unset OMICRON_WS |
111 | 2023-11-19T05:10:31.521Z | ++ set +o xtrace |
112 | 2023-11-19T05:10:31.525Z | |
113 | 2023-11-19T05:10:31.529Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-19T05:10:31.534Z | # # # # # # # # # # # # # # # |
115 | 2023-11-19T05:10:31.544Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-19T05:10:31.558Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-19T05:10:31.567Z | # # # # # # # # # # # # # # # |
118 | 2023-11-19T05:10:31.571Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-19T05:10:31.576Z | |
120 | 2023-11-19T05:10:40.430Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-19T05:10:41.420Z | Startup: Caching catalogs ... Done |
122 | 2023-11-19T05:10:46.732Z | Planning: Solver setup ... Done (4.943s) |
123 | 2023-11-19T05:10:46.850Z | Planning: Running solver ... Done (0.123s) |
124 | 2023-11-19T05:10:46.909Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-19T05:10:46.976Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-19T05:10:47.817Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-19T05:10:47.909Z | Planning: Package planning ... Done (0.079s) |
128 | 2023-11-19T05:10:47.986Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-11-19T05:10:48.741Z | Planning: Checking for conflicting actions ... Done (0.758s) |
130 | 2023-11-19T05:10:48.759Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-19T05:10:52.609Z | Planning: Evaluating mediators ... Done (3.851s) |
132 | 2023-11-19T05:10:52.625Z | Planning: Planning completed in 11.15 seconds |
133 | 2023-11-19T05:10:52.647Z | Packages to install: 4 |
134 | 2023-11-19T05:10:52.650Z | Mediators to change: 2 |
135 | 2023-11-19T05:10:52.653Z | Services to change: 1 |
136 | 2023-11-19T05:10:52.656Z | Estimated space available: 148.90 GB |
137 | 2023-11-19T05:10:52.659Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-19T05:10:52.661Z | Create boot environment: No |
139 | 2023-11-19T05:10:52.664Z | Create backup boot environment: No |
140 | 2023-11-19T05:10:52.667Z | Rebuild boot archive: No |
141 | 2023-11-19T05:10:52.670Z | |
142 | 2023-11-19T05:10:52.673Z | Changed mediators: |
143 | 2023-11-19T05:10:52.676Z | mediator clang: |
144 | 2023-11-19T05:10:52.679Z | version: None -> 15 (system default) |
145 | 2023-11-19T05:10:52.681Z | |
146 | 2023-11-19T05:10:52.685Z | mediator llvm: |
147 | 2023-11-19T05:10:52.688Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-19T05:10:52.691Z | |
149 | 2023-11-19T05:10:52.694Z | Changed packages: |
150 | 2023-11-19T05:10:52.697Z | helios-dev |
151 | 2023-11-19T05:10:52.699Z | developer/build-essential |
152 | 2023-11-19T05:10:52.703Z | None -> 11-2.0 |
153 | 2023-11-19T05:10:52.705Z | library/libxmlsec1 |
154 | 2023-11-19T05:10:52.709Z | None -> 1.2.35-2.0 |
155 | 2023-11-19T05:10:52.711Z | ooce/developer/clang-15 |
156 | 2023-11-19T05:10:52.714Z | None -> 15.0.7-2.0 |
157 | 2023-11-19T05:10:52.717Z | ooce/developer/llvm-15 |
158 | 2023-11-19T05:10:52.720Z | None -> 15.0.7-2.0 |
159 | 2023-11-19T05:10:52.723Z | |
160 | 2023-11-19T05:10:52.726Z | Services: |
161 | 2023-11-19T05:10:52.728Z | restart_fmri: |
162 | 2023-11-19T05:10:52.731Z | svc:/system/update-man-index:default |
163 | 2023-11-19T05:10:52.902Z | |
164 | 2023-11-19T05:10:52.905Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-19T05:10:59.115Z | Download: 212/3290 items 1.3/212.6MB 0% complete (438k/s) |
166 | 2023-11-19T05:11:04.124Z | Download: 699/3290 items 18.0/212.6MB 8% complete (1.8M/s) |
167 | 2023-11-19T05:11:09.138Z | Download: 1196/3290 items 83.2/212.6MB 39% complete (8.2M/s) |
168 | 2023-11-19T05:11:16.313Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.8M/s) |
169 | 2023-11-19T05:11:21.327Z | Download: 1602/3290 items 117.7/212.6MB 55% complete (7.2M/s) |
170 | 2023-11-19T05:11:26.330Z | Download: 2090/3290 items 118.9/212.6MB 55% complete (3.6M/s) |
171 | 2023-11-19T05:11:31.733Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (1.3M/s) |
172 | 2023-11-19T05:11:36.733Z | Download: 3060/3290 items 121.4/212.6MB 57% complete (245k/s) |
173 | 2023-11-19T05:11:45.785Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
174 | 2023-11-19T05:11:48.790Z | Download: Completed 212.60 MB in 55.87 seconds (3.8M/s) |
175 | 2023-11-19T05:11:48.986Z | Actions: 1/3687 actions (Installing new actions) |
176 | 2023-11-19T05:11:54.012Z | Actions: 2401/3687 actions (Installing new actions) |
177 | 2023-11-19T05:11:57.066Z | Actions: Completed 3687 actions in 8.03 seconds. |
178 | 2023-11-19T05:11:57.200Z | Done (0.170s) |
179 | 2023-11-19T05:11:57.209Z | Done (0.000s) |
180 | 2023-11-19T05:11:57.420Z | Done (0.223s) |
181 | 2023-11-19T05:12:04.683Z | Done (7.149s) |
182 | 2023-11-19T05:12:04.908Z | Done (0.125s) |
183 | 2023-11-19T05:12:04.920Z | Done (0.000s) |
184 | 2023-11-19T05:12:05.168Z | Done (0.000s) |
185 | 2023-11-19T05:12:05.844Z | Planning: Evaluating mediator changes ... Done |
186 | 2023-11-19T05:12:06.124Z | Planning: Checking for conflicting actions ... Done |
187 | 2023-11-19T05:12:06.126Z | Planning: Consolidating action changes ... Done |
188 | 2023-11-19T05:12:06.566Z | Planning: Evaluating mediators ... Done |
189 | 2023-11-19T05:12:06.587Z | Planning: Planning completed in 0.71 seconds |
190 | 2023-11-19T05:12:06.613Z | Mediators to change: 2 |
191 | 2023-11-19T05:12:06.618Z | Create boot environment: No |
192 | 2023-11-19T05:12:06.624Z | Create backup boot environment: No |
193 | 2023-11-19T05:12:06.705Z | Done |
194 | 2023-11-19T05:12:06.718Z | Done |
195 | 2023-11-19T05:12:06.870Z | Done |
196 | 2023-11-19T05:12:12.702Z | Done |
197 | 2023-11-19T05:12:12.825Z | Done |
198 | 2023-11-19T05:12:12.828Z | Done |
199 | 2023-11-19T05:12:12.925Z | Done |
200 | 2023-11-19T05:12:13.929Z | Planning: Evaluating mediator changes ... Done |
201 | 2023-11-19T05:12:13.938Z | Planning: Merging actions ... Done |
202 | 2023-11-19T05:12:14.257Z | Planning: Checking for conflicting actions ... Done |
203 | 2023-11-19T05:12:14.265Z | Planning: Consolidating action changes ... Done |
204 | 2023-11-19T05:12:14.679Z | Planning: Evaluating mediators ... Done |
205 | 2023-11-19T05:12:14.769Z | Planning: Planning completed in 1.28 seconds |
206 | 2023-11-19T05:12:14.825Z | Packages to change: 1 |
207 | 2023-11-19T05:12:14.831Z | Mediators to change: 1 |
208 | 2023-11-19T05:12:14.837Z | Services to change: 1 |
209 | 2023-11-19T05:12:14.843Z | Create boot environment: No |
210 | 2023-11-19T05:12:14.846Z | Create backup boot environment: Yes |
211 | 2023-11-19T05:12:16.841Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2023-11-19T05:12:16.844Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2023-11-19T05:12:16.850Z | Done |
214 | 2023-11-19T05:12:16.854Z | Done |
215 | 2023-11-19T05:12:16.898Z | Done |
216 | 2023-11-19T05:12:22.666Z | Done |
217 | 2023-11-19T05:12:22.793Z | Done |
218 | 2023-11-19T05:12:22.796Z | Done |
219 | 2023-11-19T05:12:22.897Z | Done |
220 | 2023-11-19T05:12:23.557Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2023-11-19T05:12:23.561Z | clang system 15 system |
222 | 2023-11-19T05:12:23.563Z | csh system system illumos |
223 | 2023-11-19T05:12:23.566Z | ctags system system illumos |
224 | 2023-11-19T05:12:23.571Z | gcc vendor 12 vendor |
225 | 2023-11-19T05:12:23.573Z | gcc system 10 system |
226 | 2023-11-19T05:12:23.576Z | gcc system 7 system |
227 | 2023-11-19T05:12:23.579Z | go system 1.20 system |
228 | 2023-11-19T05:12:23.587Z | go system 1.19 system |
229 | 2023-11-19T05:12:23.591Z | llvm system 15 system |
230 | 2023-11-19T05:12:23.594Z | llvm system 14 system |
231 | 2023-11-19T05:12:23.598Z | mariadb system 10.6 system |
232 | 2023-11-19T05:12:23.603Z | mta vendor vendor dma |
233 | 2023-11-19T05:12:23.606Z | openjdk system 17 system |
234 | 2023-11-19T05:12:23.609Z | openjdk system 11 system |
235 | 2023-11-19T05:12:23.612Z | openjdk system 1.8 system |
236 | 2023-11-19T05:12:23.615Z | openssl vendor 3 vendor |
237 | 2023-11-19T05:12:23.617Z | perl system 5.36 system |
238 | 2023-11-19T05:12:23.620Z | postgresql system 15 system |
239 | 2023-11-19T05:12:23.623Z | postgresql system 13 system |
240 | 2023-11-19T05:12:23.625Z | python vendor 3 vendor |
241 | 2023-11-19T05:12:23.628Z | python system 2 system |
242 | 2023-11-19T05:12:23.631Z | python3 system 3.11 system |
243 | 2023-11-19T05:12:23.633Z | ruby system 3.0 system |
244 | 2023-11-19T05:12:23.636Z | words vendor vendor american-english |
245 | 2023-11-19T05:12:23.639Z | words system system australian-english |
246 | 2023-11-19T05:12:23.641Z | words system system british-english |
247 | 2023-11-19T05:12:23.644Z | words system system canadian-english |
248 | 2023-11-19T05:12:23.648Z | words system system french |
249 | 2023-11-19T05:12:23.650Z | words system system italian |
250 | 2023-11-19T05:12:23.653Z | words system system ngerman |
251 | 2023-11-19T05:12:23.657Z | words system system ogerman |
252 | 2023-11-19T05:12:23.660Z | words system system spanish |
253 | 2023-11-19T05:12:24.078Z | FMRI IFO |
254 | 2023-11-19T05:12:24.081Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2023-11-19T05:12:24.084Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2023-11-19T05:12:24.087Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2023-11-19T05:12:24.089Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
258 | 2023-11-19T05:12:24.092Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2023-11-19T05:12:24.095Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
260 | 2023-11-19T05:12:24.149Z | + set -o errexit |
261 | 2023-11-19T05:12:24.152Z | +++ dirname ./tools/ci_download_cockroachdb |
262 | 2023-11-19T05:12:24.156Z | ++ cd ./tools |
263 | 2023-11-19T05:12:24.159Z | ++ pwd |
264 | 2023-11-19T05:12:24.163Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
265 | 2023-11-19T05:12:24.166Z | ++ basename ./tools/ci_download_cockroachdb |
266 | 2023-11-19T05:12:24.169Z | + ARG0=ci_download_cockroachdb |
267 | 2023-11-19T05:12:24.172Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
268 | 2023-11-19T05:12:24.175Z | + CIDL_VERSION=v22.1.9 |
269 | 2023-11-19T05:12:24.180Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
270 | 2023-11-19T05:12:24.183Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
271 | 2023-11-19T05:12:24.186Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
272 | 2023-11-19T05:12:24.189Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-11-19T05:12:24.192Z | + TARGET_DIR=out |
274 | 2023-11-19T05:12:24.195Z | + DOWNLOAD_DIR=out/downloads |
275 | 2023-11-19T05:12:24.198Z | + DEST_DIR=./out/cockroachdb |
276 | 2023-11-19T05:12:24.201Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
277 | 2023-11-19T05:12:24.204Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
278 | 2023-11-19T05:12:24.207Z | + main |
279 | 2023-11-19T05:12:24.210Z | + [[ 0 != 0 ]] |
280 | 2023-11-19T05:12:24.213Z | + CIDL_OS=solaris2.11 |
281 | 2023-11-19T05:12:24.217Z | + [[ 0 != 0 ]] |
282 | 2023-11-19T05:12:24.220Z | + configure_os solaris2.11 |
283 | 2023-11-19T05:12:24.224Z | + echo 'current directory: /work/oxidecomputer/omicron' |
284 | 2023-11-19T05:12:25.232Z | current directory: /work/oxidecomputer/omicron |
285 | 2023-11-19T05:12:25.237Z | + echo 'configuring based on OS: "solaris2.11"' |
286 | 2023-11-19T05:12:25.241Z | configuring based on OS: "solaris2.11" |
287 | 2023-11-19T05:12:25.245Z | + case "$1" in |
288 | 2023-11-19T05:12:25.249Z | + CIDL_BUILD=illumos |
289 | 2023-11-19T05:12:25.253Z | + CIDL_SUFFIX=tar.gz |
290 | 2023-11-19T05:12:25.257Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-11-19T05:12:25.261Z | + CIDL_MD5FUNC=do_md5sum |
292 | 2023-11-19T05:12:25.266Z | + CIDL_URL_BASE=https://illumos.org/downloads |
293 | 2023-11-19T05:12:25.270Z | + CIDL_ASSEMBLE=do_assemble_illumos |
294 | 2023-11-19T05:12:25.273Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
295 | 2023-11-19T05:12:25.277Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-11-19T05:12:25.281Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-19T05:12:25.285Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
298 | 2023-11-19T05:12:25.291Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-11-19T05:12:25.300Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2023-11-19T05:12:25.304Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-11-19T05:12:25.308Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
302 | 2023-11-19T05:12:25.311Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-11-19T05:12:25.315Z | + mkdir -p out/downloads |
304 | 2023-11-19T05:12:25.320Z | + mkdir -p ./out/cockroachdb |
305 | 2023-11-19T05:12:25.324Z | + local DO_DOWNLOAD=true |
306 | 2023-11-19T05:12:25.328Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
307 | 2023-11-19T05:12:25.333Z | + '[' true == true ']' |
308 | 2023-11-19T05:12:25.336Z | + echo Downloading... |
309 | 2023-11-19T05:12:25.339Z | Downloading... |
310 | 2023-11-19T05:12:25.342Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-11-19T05:12:25.345Z | + 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 |
312 | 2023-11-19T05:12:30.453Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-11-19T05:12:30.456Z | ++ md5sum |
314 | 2023-11-19T05:12:30.459Z | ++ awk '{print $1}' |
315 | 2023-11-19T05:12:30.638Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
316 | 2023-11-19T05:12:30.641Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
317 | 2023-11-19T05:12:30.644Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2023-11-19T05:12:30.647Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
319 | 2023-11-19T05:12:34.053Z | + do_assemble_illumos |
320 | 2023-11-19T05:12:34.056Z | + rm -r ./out/cockroachdb |
321 | 2023-11-19T05:12:34.061Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
322 | 2023-11-19T05:12:34.631Z | + ./out/cockroachdb/bin/cockroach version |
323 | 2023-11-19T05:12:34.839Z | Build Tag: v22.1.9-dirty |
324 | 2023-11-19T05:12:34.842Z | Build Time: 2022/10/26 21:17:46 |
325 | 2023-11-19T05:12:34.845Z | Distribution: OSS |
326 | 2023-11-19T05:12:34.848Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
327 | 2023-11-19T05:12:34.852Z | Go Version: go1.17.13 |
328 | 2023-11-19T05:12:34.855Z | C Compiler: gcc 10.3.0 |
329 | 2023-11-19T05:12:34.858Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
330 | 2023-11-19T05:12:34.861Z | Build Type: release |
331 | 2023-11-19T05:12:34.864Z | + set -o errexit |
332 | 2023-11-19T05:12:34.867Z | +++ dirname ./tools/ci_download_clickhouse |
333 | 2023-11-19T05:12:34.870Z | ++ cd ./tools |
334 | 2023-11-19T05:12:34.874Z | ++ pwd |
335 | 2023-11-19T05:12:34.877Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
336 | 2023-11-19T05:12:34.880Z | ++ basename ./tools/ci_download_clickhouse |
337 | 2023-11-19T05:12:34.883Z | + ARG0=ci_download_clickhouse |
338 | 2023-11-19T05:12:34.886Z | + TARGET_DIR=out |
339 | 2023-11-19T05:12:34.889Z | + DOWNLOAD_DIR=out/downloads |
340 | 2023-11-19T05:12:34.891Z | + DEST_DIR=./out/clickhouse |
341 | 2023-11-19T05:12:34.894Z | + CIDL_VERSION=v22.8.9.24 |
342 | 2023-11-19T05:12:34.898Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
343 | 2023-11-19T05:12:34.900Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
344 | 2023-11-19T05:12:34.903Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
345 | 2023-11-19T05:12:34.906Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
346 | 2023-11-19T05:12:34.909Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
347 | 2023-11-19T05:12:34.911Z | + main |
348 | 2023-11-19T05:12:34.914Z | + [[ 0 != 0 ]] |
349 | 2023-11-19T05:12:34.916Z | + CIDL_OS=solaris2.11 |
350 | 2023-11-19T05:12:34.919Z | + [[ 0 != 0 ]] |
351 | 2023-11-19T05:12:34.922Z | + configure_os solaris2.11 |
352 | 2023-11-19T05:12:34.925Z | + echo 'current directory: /work/oxidecomputer/omicron' |
353 | 2023-11-19T05:12:34.927Z | current directory: /work/oxidecomputer/omicron |
354 | 2023-11-19T05:12:34.930Z | + echo 'configuring based on OS: "solaris2.11"' |
355 | 2023-11-19T05:12:34.933Z | configuring based on OS: "solaris2.11" |
356 | 2023-11-19T05:12:34.938Z | + CIDL_DASHREV= |
357 | 2023-11-19T05:12:34.941Z | + case "$1" in |
358 | 2023-11-19T05:12:34.944Z | + CIDL_PLATFORM=illumos |
359 | 2023-11-19T05:12:34.947Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-11-19T05:12:34.949Z | + CIDL_MD5FUNC=do_md5sum |
361 | 2023-11-19T05:12:34.952Z | + CIDL_DASHREV=-1 |
362 | 2023-11-19T05:12:34.955Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
363 | 2023-11-19T05:12:34.958Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-11-19T05:12:34.961Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-11-19T05:12:34.964Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-11-19T05:12:34.967Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2023-11-19T05:12:34.970Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2023-11-19T05:12:34.973Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
369 | 2023-11-19T05:12:34.975Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2023-11-19T05:12:34.978Z | + mkdir -p out/downloads |
371 | 2023-11-19T05:12:34.981Z | + mkdir -p ./out/clickhouse |
372 | 2023-11-19T05:12:34.985Z | + local DO_DOWNLOAD=true |
373 | 2023-11-19T05:12:34.988Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
374 | 2023-11-19T05:12:34.991Z | + '[' true == true ']' |
375 | 2023-11-19T05:12:34.994Z | + echo Downloading... |
376 | 2023-11-19T05:12:34.996Z | Downloading... |
377 | 2023-11-19T05:12:34.999Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2023-11-19T05:12:35.002Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
379 | 2023-11-19T05:12:36.234Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
380 | 2023-11-19T05:12:36.237Z | ++ md5sum |
381 | 2023-11-19T05:12:36.241Z | ++ awk '{print $1}' |
382 | 2023-11-19T05:12:36.499Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
383 | 2023-11-19T05:12:36.507Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
384 | 2023-11-19T05:12:36.515Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
385 | 2023-11-19T05:12:36.530Z | + mkdir -p ./out/clickhouse |
386 | 2023-11-19T05:12:36.543Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
387 | 2023-11-19T05:12:41.405Z | + ./out/clickhouse/clickhouse server --version |
388 | 2023-11-19T05:12:41.463Z | ClickHouse server version 22.8.9.1. |
389 | 2023-11-19T05:12:41.481Z | + set -o errexit |
390 | 2023-11-19T05:12:41.489Z | +++ dirname ./tools/ci_download_console |
391 | 2023-11-19T05:12:41.520Z | ++ cd ./tools |
392 | 2023-11-19T05:12:41.527Z | ++ pwd |
393 | 2023-11-19T05:12:41.947Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2023-11-19T05:12:41.955Z | ++ basename ./tools/ci_download_console |
395 | 2023-11-19T05:12:41.968Z | + ARG0=ci_download_console |
396 | 2023-11-19T05:12:41.977Z | + TARGET_DIR=out |
397 | 2023-11-19T05:12:41.982Z | + DOWNLOAD_DIR=out/downloads |
398 | 2023-11-19T05:12:41.986Z | + DEST_DIR=./out/console-assets |
399 | 2023-11-19T05:12:41.990Z | + source /work/oxidecomputer/omicron/tools/console_version |
400 | 2023-11-19T05:12:41.994Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
401 | 2023-11-19T05:12:41.998Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
402 | 2023-11-19T05:12:42.001Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
403 | 2023-11-19T05:12:42.006Z | + TARBALL_FILE=out/downloads/console.tar.gz |
404 | 2023-11-19T05:12:42.010Z | + main |
405 | 2023-11-19T05:12:42.014Z | + [[ 0 != 0 ]] |
406 | 2023-11-19T05:12:42.018Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
407 | 2023-11-19T05:12:42.021Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
408 | 2023-11-19T05:12:42.025Z | + echo 'Local file: out/downloads/console.tar.gz' |
409 | 2023-11-19T05:12:42.030Z | Local file: out/downloads/console.tar.gz |
410 | 2023-11-19T05:12:42.033Z | + local DO_DOWNLOAD=true |
411 | 2023-11-19T05:12:42.036Z | + [[ -f out/downloads/console.tar.gz ]] |
412 | 2023-11-19T05:12:42.040Z | + mkdir -p out/downloads |
413 | 2023-11-19T05:12:42.043Z | + '[' true == true ']' |
414 | 2023-11-19T05:12:42.046Z | + echo Downloading... |
415 | 2023-11-19T05:12:42.049Z | Downloading... |
416 | 2023-11-19T05:12:42.052Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
417 | 2023-11-19T05:12:42.055Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
418 | 2023-11-19T05:12:42.150Z | ++ do_sha256sum out/downloads/console.tar.gz |
419 | 2023-11-19T05:12:42.155Z | ++ case "$OSTYPE" in |
420 | 2023-11-19T05:12:42.160Z | ++ SHA=sha256sum |
421 | 2023-11-19T05:12:42.166Z | ++ sha256sum |
422 | 2023-11-19T05:12:42.172Z | ++ awk '{print $1}' |
423 | 2023-11-19T05:12:42.197Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
424 | 2023-11-19T05:12:42.201Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
425 | 2023-11-19T05:12:42.205Z | + rm -rf ./out/console-assets |
426 | 2023-11-19T05:12:42.210Z | + mkdir -p ./out/console-assets |
427 | 2023-11-19T05:12:42.214Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
428 | 2023-11-19T05:12:42.218Z | + mkdir -p ./out/console-assets |
429 | 2023-11-19T05:12:42.222Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
430 | 2023-11-19T05:12:42.361Z | + set -o errexit |
431 | 2023-11-19T05:12:42.373Z | +++ dirname ./tools/ci_download_maghemite_openapi |
432 | 2023-11-19T05:12:42.381Z | ++ cd ./tools |
433 | 2023-11-19T05:12:42.387Z | ++ pwd |
434 | 2023-11-19T05:12:42.400Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
435 | 2023-11-19T05:12:42.408Z | ++ basename ./tools/ci_download_maghemite_openapi |
436 | 2023-11-19T05:12:42.427Z | + ARG0=ci_download_maghemite_openapi |
437 | 2023-11-19T05:12:42.437Z | + TARGET_DIR=out |
438 | 2023-11-19T05:12:42.441Z | + DOWNLOAD_DIR=out/downloads |
439 | 2023-11-19T05:12:42.444Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
440 | 2023-11-19T05:12:42.452Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
441 | 2023-11-19T05:12:42.462Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
442 | 2023-11-19T05:12:42.468Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
443 | 2023-11-19T05:12:42.473Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
444 | 2023-11-19T05:12:42.483Z | + main |
445 | 2023-11-19T05:12:42.489Z | + [[ 0 != 0 ]] |
446 | 2023-11-19T05:12:42.497Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
447 | 2023-11-19T05:12:42.506Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
448 | 2023-11-19T05:12:42.515Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
449 | 2023-11-19T05:12:42.556Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
450 | 2023-11-19T05:12:42.567Z | + local DO_DOWNLOAD=true |
451 | 2023-11-19T05:12:42.571Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
452 | 2023-11-19T05:12:42.574Z | + mkdir -p out/downloads |
453 | 2023-11-19T05:12:42.584Z | + '[' true == true ']' |
454 | 2023-11-19T05:12:42.587Z | + echo Downloading... |
455 | 2023-11-19T05:12:42.592Z | Downloading... |
456 | 2023-11-19T05:12:42.596Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
457 | 2023-11-19T05:12:42.599Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
458 | 2023-11-19T05:12:42.672Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
459 | 2023-11-19T05:12:42.675Z | ++ case "$OSTYPE" in |
460 | 2023-11-19T05:12:42.678Z | ++ SHA=sha256sum |
461 | 2023-11-19T05:12:42.681Z | ++ sha256sum |
462 | 2023-11-19T05:12:42.684Z | ++ awk '{print $1}' |
463 | 2023-11-19T05:12:42.687Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
464 | 2023-11-19T05:12:42.691Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
465 | 2023-11-19T05:12:42.693Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
466 | 2023-11-19T05:12:42.696Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
467 | 2023-11-19T05:12:42.701Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
468 | 2023-11-19T05:12:42.704Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
469 | 2023-11-19T05:12:42.707Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
470 | 2023-11-19T05:12:42.710Z | + main |
471 | 2023-11-19T05:12:42.713Z | + [[ 0 != 0 ]] |
472 | 2023-11-19T05:12:42.715Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
473 | 2023-11-19T05:12:42.718Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
474 | 2023-11-19T05:12:42.721Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
475 | 2023-11-19T05:12:42.724Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
476 | 2023-11-19T05:12:42.727Z | + local DO_DOWNLOAD=true |
477 | 2023-11-19T05:12:42.729Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
478 | 2023-11-19T05:12:42.732Z | + mkdir -p out/downloads |
479 | 2023-11-19T05:12:42.735Z | + '[' true == true ']' |
480 | 2023-11-19T05:12:42.738Z | + echo Downloading... |
481 | 2023-11-19T05:12:42.741Z | Downloading... |
482 | 2023-11-19T05:12:42.744Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
483 | 2023-11-19T05:12:42.746Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
484 | 2023-11-19T05:12:42.854Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
485 | 2023-11-19T05:12:42.857Z | ++ case "$OSTYPE" in |
486 | 2023-11-19T05:12:42.860Z | ++ SHA=sha256sum |
487 | 2023-11-19T05:12:42.863Z | ++ sha256sum |
488 | 2023-11-19T05:12:42.866Z | ++ awk '{print $1}' |
489 | 2023-11-19T05:12:42.869Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
490 | 2023-11-19T05:12:42.872Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
491 | 2023-11-19T05:12:42.875Z | + set -o errexit |
492 | 2023-11-19T05:12:42.878Z | +++ dirname ./tools/ci_download_dendrite_openapi |
493 | 2023-11-19T05:12:42.881Z | ++ cd ./tools |
494 | 2023-11-19T05:12:42.884Z | ++ pwd |
495 | 2023-11-19T05:12:42.887Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
496 | 2023-11-19T05:12:42.890Z | ++ basename ./tools/ci_download_dendrite_openapi |
497 | 2023-11-19T05:12:42.893Z | + ARG0=ci_download_dendrite_openapi |
498 | 2023-11-19T05:12:42.899Z | + TARGET_DIR=out |
499 | 2023-11-19T05:12:42.902Z | + DOWNLOAD_DIR=out/downloads |
500 | 2023-11-19T05:12:42.905Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
501 | 2023-11-19T05:12:42.907Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
502 | 2023-11-19T05:12:42.910Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
503 | 2023-11-19T05:12:42.913Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
504 | 2023-11-19T05:12:42.915Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
505 | 2023-11-19T05:12:42.918Z | + main |
506 | 2023-11-19T05:12:42.921Z | + [[ 0 != 0 ]] |
507 | 2023-11-19T05:12:42.924Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
508 | 2023-11-19T05:12:42.927Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
509 | 2023-11-19T05:12:42.930Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
510 | 2023-11-19T05:12:42.932Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
511 | 2023-11-19T05:12:42.935Z | + local DO_DOWNLOAD=true |
512 | 2023-11-19T05:12:42.942Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
513 | 2023-11-19T05:12:42.953Z | + mkdir -p out/downloads |
514 | 2023-11-19T05:12:43.375Z | + '[' true == true ']' |
515 | 2023-11-19T05:12:43.385Z | + echo Downloading... |
516 | 2023-11-19T05:12:43.395Z | Downloading... |
517 | 2023-11-19T05:12:43.402Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
518 | 2023-11-19T05:12:43.409Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
519 | 2023-11-19T05:12:43.446Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
520 | 2023-11-19T05:12:43.453Z | ++ case "$OSTYPE" in |
521 | 2023-11-19T05:12:43.459Z | ++ SHA=sha256sum |
522 | 2023-11-19T05:12:43.467Z | ++ sha256sum |
523 | 2023-11-19T05:12:43.476Z | ++ awk '{print $1}' |
524 | 2023-11-19T05:12:43.491Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
525 | 2023-11-19T05:12:43.502Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
526 | 2023-11-19T05:12:43.512Z | + set -o errexit |
527 | 2023-11-19T05:12:43.519Z | +++ dirname ./tools/ci_download_dendrite_stub |
528 | 2023-11-19T05:12:43.529Z | ++ cd ./tools |
529 | 2023-11-19T05:12:43.536Z | ++ pwd |
530 | 2023-11-19T05:12:43.541Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
531 | 2023-11-19T05:12:43.548Z | ++ basename ./tools/ci_download_dendrite_stub |
532 | 2023-11-19T05:12:43.604Z | + ARG0=ci_download_dendrite_stub |
533 | 2023-11-19T05:12:43.616Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
534 | 2023-11-19T05:12:43.625Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
535 | 2023-11-19T05:12:43.631Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
536 | 2023-11-19T05:12:43.634Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
537 | 2023-11-19T05:12:43.689Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
538 | 2023-11-19T05:12:43.696Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
539 | 2023-11-19T05:12:43.720Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
540 | 2023-11-19T05:12:43.759Z | + TARGET_DIR=out |
541 | 2023-11-19T05:12:43.768Z | + DOWNLOAD_DIR=out/downloads |
542 | 2023-11-19T05:12:43.778Z | + DEST_DIR=./out/dendrite-stub |
543 | 2023-11-19T05:12:43.787Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
544 | 2023-11-19T05:12:43.796Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
545 | 2023-11-19T05:12:43.804Z | + REPO=oxidecomputer/dendrite |
546 | 2023-11-19T05:12:43.810Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
547 | 2023-11-19T05:12:43.817Z | + main |
548 | 2023-11-19T05:12:43.824Z | + [[ 0 != 0 ]] |
549 | 2023-11-19T05:12:43.840Z | + CIDL_OS=solaris2.11 |
550 | 2023-11-19T05:12:43.846Z | + [[ 0 != 0 ]] |
551 | 2023-11-19T05:12:43.859Z | + configure_os solaris2.11 |
552 | 2023-11-19T05:12:43.871Z | + echo 'current directory: /work/oxidecomputer/omicron' |
553 | 2023-11-19T05:12:43.881Z | current directory: /work/oxidecomputer/omicron |
554 | 2023-11-19T05:12:43.887Z | + echo 'configuring based on OS: "solaris2.11"' |
555 | 2023-11-19T05:12:43.892Z | configuring based on OS: "solaris2.11" |
556 | 2023-11-19T05:12:43.897Z | + case "$1" in |
557 | 2023-11-19T05:12:43.902Z | + SET_BINARIES= |
558 | 2023-11-19T05:12:43.905Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
559 | 2023-11-19T05:12:43.909Z | + CIDL_SHA256FUNC=do_sha256sum |
560 | 2023-11-19T05:12:43.913Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
561 | 2023-11-19T05:12:43.916Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
562 | 2023-11-19T05:12:43.921Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
563 | 2023-11-19T05:12:43.928Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
564 | 2023-11-19T05:12:43.933Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
565 | 2023-11-19T05:12:43.939Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
566 | 2023-11-19T05:12:43.946Z | Local file: out/downloads/dendrite-stub.tar.gz |
567 | 2023-11-19T05:12:43.953Z | + mkdir -p out/downloads |
568 | 2023-11-19T05:12:43.959Z | + mkdir -p ./out/dendrite-stub |
569 | 2023-11-19T05:12:43.979Z | + fetch_and_verify |
570 | 2023-11-19T05:12:44.003Z | + local DO_DOWNLOAD=true |
571 | 2023-11-19T05:12:44.013Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
572 | 2023-11-19T05:12:44.424Z | + '[' true == true ']' |
573 | 2023-11-19T05:12:44.451Z | + echo Downloading... |
574 | 2023-11-19T05:12:44.461Z | Downloading... |
575 | 2023-11-19T05:12:44.467Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
576 | 2023-11-19T05:12:44.471Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
577 | 2023-11-19T05:12:55.802Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
578 | 2023-11-19T05:12:55.810Z | ++ sha256sum |
579 | 2023-11-19T05:12:55.829Z | ++ awk '{print $1}' |
580 | 2023-11-19T05:12:55.913Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
581 | 2023-11-19T05:12:55.925Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
582 | 2023-11-19T05:12:55.933Z | + do_untar out/downloads/dendrite-stub.tar.gz |
583 | 2023-11-19T05:12:55.941Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
584 | 2023-11-19T05:12:56.958Z | + do_assemble |
585 | 2023-11-19T05:12:56.967Z | + rm -r ./out/dendrite-stub |
586 | 2023-11-19T05:12:56.976Z | + mkdir ./out/dendrite-stub |
587 | 2023-11-19T05:12:56.984Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
588 | 2023-11-19T05:12:57.130Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
589 | 2023-11-19T05:12:57.140Z | + set -o errexit |
590 | 2023-11-19T05:12:57.149Z | +++ dirname ./tools/ci_download_maghemite_mgd |
591 | 2023-11-19T05:12:57.157Z | ++ cd ./tools |
592 | 2023-11-19T05:12:57.162Z | ++ pwd |
593 | 2023-11-19T05:12:57.169Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
594 | 2023-11-19T05:12:57.172Z | ++ basename ./tools/ci_download_maghemite_mgd |
595 | 2023-11-19T05:12:57.175Z | + ARG0=ci_download_maghemite_mgd |
596 | 2023-11-19T05:12:57.179Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
597 | 2023-11-19T05:12:57.182Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
598 | 2023-11-19T05:12:57.185Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
599 | 2023-11-19T05:12:57.188Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
600 | 2023-11-19T05:12:57.191Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
601 | 2023-11-19T05:12:57.194Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
602 | 2023-11-19T05:12:57.197Z | + TARGET_DIR=out |
603 | 2023-11-19T05:12:57.200Z | + DOWNLOAD_DIR=out/downloads |
604 | 2023-11-19T05:12:57.203Z | + DEST_DIR=./out/mgd |
605 | 2023-11-19T05:12:57.205Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
606 | 2023-11-19T05:12:57.208Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
607 | 2023-11-19T05:12:57.212Z | + REPO=oxidecomputer/maghemite |
608 | 2023-11-19T05:12:57.215Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
609 | 2023-11-19T05:12:57.218Z | + main |
610 | 2023-11-19T05:12:57.222Z | + [[ 0 != 0 ]] |
611 | 2023-11-19T05:12:57.225Z | + CIDL_OS=solaris2.11 |
612 | 2023-11-19T05:12:57.228Z | + [[ 0 != 0 ]] |
613 | 2023-11-19T05:12:57.231Z | + configure_os solaris2.11 |
614 | 2023-11-19T05:12:57.234Z | + echo 'current directory: /work/oxidecomputer/omicron' |
615 | 2023-11-19T05:12:57.246Z | current directory: /work/oxidecomputer/omicron |
616 | 2023-11-19T05:12:57.260Z | configuring based on OS: "solaris2.11" |
617 | 2023-11-19T05:12:57.273Z | + echo 'configuring based on OS: "solaris2.11"' |
618 | 2023-11-19T05:12:57.291Z | + case "$1" in |
619 | 2023-11-19T05:12:57.305Z | + SET_BINARIES= |
620 | 2023-11-19T05:12:57.317Z | + CIDL_SHA256FUNC=do_sha256sum |
621 | 2023-11-19T05:12:57.729Z | + TARBALL_FILENAME=mgd.tar.gz |
622 | 2023-11-19T05:12:57.742Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
623 | 2023-11-19T05:12:57.761Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
624 | 2023-11-19T05:12:57.771Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
625 | 2023-11-19T05:12:58.188Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
626 | 2023-11-19T05:12:58.203Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
627 | 2023-11-19T05:12:58.226Z | Local file: out/downloads/mgd.tar.gz |
628 | 2023-11-19T05:12:58.242Z | + mkdir -p out/downloads |
629 | 2023-11-19T05:12:58.261Z | + mkdir -p ./out/mgd |
630 | 2023-11-19T05:12:58.284Z | + fetch_and_verify |
631 | 2023-11-19T05:12:58.300Z | + local DO_DOWNLOAD=true |
632 | 2023-11-19T05:12:58.318Z | + [[ -f out/downloads/mgd.tar.gz ]] |
633 | 2023-11-19T05:12:58.335Z | + '[' true == true ']' |
634 | 2023-11-19T05:12:58.348Z | + echo Downloading... |
635 | 2023-11-19T05:12:58.363Z | Downloading... |
636 | 2023-11-19T05:12:58.376Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
637 | 2023-11-19T05:12:58.391Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
638 | 2023-11-19T05:13:07.223Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
639 | 2023-11-19T05:13:07.233Z | ++ sha256sum |
640 | 2023-11-19T05:13:07.242Z | ++ awk '{print $1}' |
641 | 2023-11-19T05:13:07.287Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
642 | 2023-11-19T05:13:07.722Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
643 | 2023-11-19T05:13:07.756Z | + do_untar out/downloads/mgd.tar.gz |
644 | 2023-11-19T05:13:07.776Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
645 | 2023-11-19T05:13:07.948Z | + do_assemble |
646 | 2023-11-19T05:13:07.971Z | + rm -r ./out/mgd |
647 | 2023-11-19T05:13:08.037Z | + mkdir ./out/mgd |
648 | 2023-11-19T05:13:08.051Z | + cp -r out/downloads/root ./out/mgd/root |
649 | 2023-11-19T05:13:08.143Z | + set -o errexit |
650 | 2023-11-19T05:13:08.152Z | +++ dirname ./tools/ci_download_transceiver_control |
651 | 2023-11-19T05:13:08.161Z | ++ cd ./tools |
652 | 2023-11-19T05:13:08.169Z | ++ pwd |
653 | 2023-11-19T05:13:08.183Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
654 | 2023-11-19T05:13:08.192Z | ++ basename ./tools/ci_download_transceiver_control |
655 | 2023-11-19T05:13:08.201Z | + ARG0=ci_download_transceiver_control |
656 | 2023-11-19T05:13:08.635Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
657 | 2023-11-19T05:13:08.642Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2023-11-19T05:13:08.658Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2023-11-19T05:13:08.667Z | + TARGET_DIR=out |
660 | 2023-11-19T05:13:08.677Z | + DOWNLOAD_DIR=out/downloads |
661 | 2023-11-19T05:13:08.687Z | + DEST_DIR=./out/transceiver-control |
662 | 2023-11-19T05:13:08.695Z | + BIN_DIR=/opt/oxide/bin |
663 | 2023-11-19T05:13:08.708Z | + BINARY=xcvradm |
664 | 2023-11-19T05:13:08.715Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
665 | 2023-11-19T05:13:09.135Z | + REPO=oxidecomputer/transceiver-control |
666 | 2023-11-19T05:13:09.143Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
667 | 2023-11-19T05:13:09.151Z | + main |
668 | 2023-11-19T05:13:09.164Z | + [[ 0 != 0 ]] |
669 | 2023-11-19T05:13:09.172Z | + CIDL_OS=solaris2.11 |
670 | 2023-11-19T05:13:09.184Z | + [[ 0 != 0 ]] |
671 | 2023-11-19T05:13:09.196Z | + configure_os solaris2.11 |
672 | 2023-11-19T05:13:09.623Z | + echo 'current directory: /work/oxidecomputer/omicron' |
673 | 2023-11-19T05:13:10.051Z | current directory: /work/oxidecomputer/omicron |
674 | 2023-11-19T05:13:10.066Z | + echo 'configuring based on OS: "solaris2.11"' |
675 | 2023-11-19T05:13:10.072Z | configuring based on OS: "solaris2.11" |
676 | 2023-11-19T05:13:10.145Z | + case "$1" in |
677 | 2023-11-19T05:13:10.162Z | + SET_BINARIES= |
678 | 2023-11-19T05:13:10.176Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2023-11-19T05:13:10.192Z | + CIDL_SHA256FUNC=do_sha256sum |
680 | 2023-11-19T05:13:10.213Z | + ARCHIVE_FILENAME=xcvradm.gz |
681 | 2023-11-19T05:13:10.227Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
682 | 2023-11-19T05:13:10.242Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
683 | 2023-11-19T05:13:10.659Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
684 | 2023-11-19T05:13:10.680Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
685 | 2023-11-19T05:13:10.707Z | + echo 'Local file: out/downloads/xcvradm.gz' |
686 | 2023-11-19T05:13:10.760Z | Local file: out/downloads/xcvradm.gz |
687 | 2023-11-19T05:13:10.773Z | + mkdir -p out/downloads |
688 | 2023-11-19T05:13:10.801Z | + mkdir -p ./out/transceiver-control |
689 | 2023-11-19T05:13:10.822Z | + fetch_and_verify |
690 | 2023-11-19T05:13:10.833Z | + local DO_DOWNLOAD=true |
691 | 2023-11-19T05:13:10.849Z | + [[ -f out/downloads/xcvradm.gz ]] |
692 | 2023-11-19T05:13:10.858Z | + '[' true == true ']' |
693 | 2023-11-19T05:13:10.877Z | + echo Downloading... |
694 | 2023-11-19T05:13:10.904Z | Downloading... |
695 | 2023-11-19T05:13:10.911Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
696 | 2023-11-19T05:13:10.936Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
697 | 2023-11-19T05:13:12.484Z | ++ do_sha256sum out/downloads/xcvradm.gz |
698 | 2023-11-19T05:13:12.500Z | ++ sha256sum |
699 | 2023-11-19T05:13:12.516Z | ++ awk '{print $1}' |
700 | 2023-11-19T05:13:12.525Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
701 | 2023-11-19T05:13:12.536Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
702 | 2023-11-19T05:13:12.546Z | + do_unpack out/downloads/xcvradm.gz |
703 | 2023-11-19T05:13:12.555Z | + mkdir -p out/downloads/root//opt/oxide/bin |
704 | 2023-11-19T05:13:12.571Z | + gzip -dc out/downloads/xcvradm.gz |
705 | 2023-11-19T05:13:12.687Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
706 | 2023-11-19T05:13:12.701Z | + do_assemble |
707 | 2023-11-19T05:13:12.711Z | + rm -r ./out/transceiver-control |
708 | 2023-11-19T05:13:12.724Z | + mkdir ./out/transceiver-control |
709 | 2023-11-19T05:13:12.736Z | + cp -r out/downloads/root ./out/transceiver-control/root |
710 | 2023-11-19T05:13:12.923Z | All builder prerequisites installed successfully, and PATH looks valid |
711 | 2023-11-19T05:13:12.938Z | |
712 | 2023-11-19T05:13:12.954Z | real 2:41.433897929 |
713 | 2023-11-19T05:13:12.995Z | user 52.927356220 |
714 | 2023-11-19T05:13:13.015Z | sys 9.923859358 |
715 | 2023-11-19T05:13:13.034Z | trap 0.023122286 |
716 | 2023-11-19T05:13:13.059Z | tflt 0.123759639 |
717 | 2023-11-19T05:13:13.475Z | dflt 0.602822452 |
718 | 2023-11-19T05:13:13.482Z | kflt 0.119785317 |
719 | 2023-11-19T05:13:13.486Z | lock 1.637423781 |
720 | 2023-11-19T05:13:13.490Z | slp 5:16.879174849 |
721 | 2023-11-19T05:13:13.494Z | lat 3.521806390 |
722 | 2023-11-19T05:13:13.498Z | stop 0.070891191 |
723 | 2023-11-19T05:13:13.507Z | |
724 | 2023-11-19T05:13:13.510Z | #### # # ##### ##### # # |
725 | 2023-11-19T05:13:13.513Z | # # # # # # # # # # |
726 | 2023-11-19T05:13:13.516Z | # # # # # # # # |
727 | 2023-11-19T05:13:13.519Z | # # # ##### ##### # |
728 | 2023-11-19T05:13:13.522Z | # # # # # # # |
729 | 2023-11-19T05:13:13.526Z | #### ###### # # # # |
730 | 2023-11-19T05:13:13.529Z | |
731 | 2023-11-19T05:13:13.534Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
732 | 2023-11-19T05:13:13.623Z | Updating crates.io index |
733 | 2023-11-19T05:13:13.627Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
734 | 2023-11-19T05:13:15.264Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
735 | 2023-11-19T05:13:16.689Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
736 | 2023-11-19T05:13:17.341Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
737 | 2023-11-19T05:13:17.660Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
738 | 2023-11-19T05:13:17.955Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
739 | 2023-11-19T05:13:18.249Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
740 | 2023-11-19T05:13:19.159Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
741 | 2023-11-19T05:13:21.173Z | Updating git repository `https://github.com/oxidecomputer/opte` |
742 | 2023-11-19T05:13:22.283Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
743 | 2023-11-19T05:13:22.603Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
744 | 2023-11-19T05:13:23.183Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
745 | 2023-11-19T05:13:23.590Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
746 | 2023-11-19T05:13:23.872Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
747 | 2023-11-19T05:13:24.262Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
748 | 2023-11-19T05:13:24.753Z | Updating git repository `https://github.com/njaremko/samael` |
749 | 2023-11-19T05:13:25.257Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
750 | 2023-11-19T05:13:25.833Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
751 | 2023-11-19T05:13:26.204Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
752 | 2023-11-19T05:13:26.529Z | Updating git repository `https://github.com/jgallagher/nix` |
753 | 2023-11-19T05:13:27.759Z | Updating git repository `https://github.com/cbiffle/hubpack` |
754 | 2023-11-19T05:13:28.260Z | Updating git repository `https://github.com/oxidecomputer/typify` |
755 | 2023-11-19T05:13:29.212Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
756 | 2023-11-19T05:13:29.592Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
757 | 2023-11-19T05:13:29.893Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
758 | 2023-11-19T05:13:31.572Z | Downloading crates ... |
759 | 2023-11-19T05:13:31.580Z | Downloaded thiserror v1.0.49 |
760 | 2023-11-19T05:13:31.589Z | Downloaded semver v1.0.20 |
761 | 2023-11-19T05:13:31.593Z | Downloaded equivalent v1.0.1 |
762 | 2023-11-19T05:13:31.596Z | Downloaded serde_spanned v0.6.4 |
763 | 2023-11-19T05:13:31.600Z | Downloaded colorchoice v1.0.0 |
764 | 2023-11-19T05:13:31.606Z | Downloaded toml_datetime v0.6.5 |
765 | 2023-11-19T05:13:31.609Z | Downloaded thiserror-impl v1.0.49 |
766 | 2023-11-19T05:13:31.612Z | Downloaded strsim v0.10.0 |
767 | 2023-11-19T05:13:31.616Z | Downloaded cargo-platform v0.1.3 |
768 | 2023-11-19T05:13:31.619Z | Downloaded utf8parse v0.2.1 |
769 | 2023-11-19T05:13:31.622Z | Downloaded cargo_metadata v0.18.0 |
770 | 2023-11-19T05:13:31.625Z | Downloaded clap_lex v0.5.1 |
771 | 2023-11-19T05:13:31.628Z | Downloaded errno v0.3.2 |
772 | 2023-11-19T05:13:31.631Z | Downloaded anstyle-query v1.0.0 |
773 | 2023-11-19T05:13:31.634Z | Downloaded cargo_toml v0.17.0 |
774 | 2023-11-19T05:13:31.637Z | Downloaded indexmap v2.1.0 |
775 | 2023-11-19T05:13:31.640Z | Downloaded anstyle-parse v0.2.1 |
776 | 2023-11-19T05:13:31.645Z | Downloaded anstream v0.5.0 |
777 | 2023-11-19T05:13:31.650Z | Downloaded itoa v1.0.9 |
778 | 2023-11-19T05:13:31.654Z | Downloaded heck v0.4.1 |
779 | 2023-11-19T05:13:31.657Z | Downloaded quote v1.0.33 |
780 | 2023-11-19T05:13:31.661Z | Downloaded anyhow v1.0.75 |
781 | 2023-11-19T05:13:31.666Z | Downloaded bitflags v1.3.2 |
782 | 2023-11-19T05:13:31.670Z | Downloaded camino v1.1.6 |
783 | 2023-11-19T05:13:31.675Z | Downloaded unicode-ident v1.0.12 |
784 | 2023-11-19T05:13:31.680Z | Downloaded clap v4.4.3 |
785 | 2023-11-19T05:13:31.684Z | Downloaded serde_derive v1.0.192 |
786 | 2023-11-19T05:13:31.688Z | Downloaded ryu v1.0.15 |
787 | 2023-11-19T05:13:31.692Z | Downloaded clap_derive v4.4.2 |
788 | 2023-11-19T05:13:31.697Z | Downloaded io-lifetimes v1.0.11 |
789 | 2023-11-19T05:13:31.703Z | Downloaded terminal_size v0.2.6 |
790 | 2023-11-19T05:13:31.710Z | Downloaded proc-macro2 v1.0.69 |
791 | 2023-11-19T05:13:31.720Z | Downloaded toml v0.8.8 |
792 | 2023-11-19T05:13:32.132Z | Downloaded anstyle v1.0.2 |
793 | 2023-11-19T05:13:32.137Z | Downloaded serde v1.0.192 |
794 | 2023-11-19T05:13:32.141Z | Downloaded memchr v2.6.3 |
795 | 2023-11-19T05:13:32.144Z | Downloaded toml_edit v0.21.0 |
796 | 2023-11-19T05:13:32.149Z | Downloaded serde_json v1.0.108 |
797 | 2023-11-19T05:13:32.153Z | Downloaded winnow v0.5.15 |
798 | 2023-11-19T05:13:32.157Z | Downloaded clap_builder v4.4.2 |
799 | 2023-11-19T05:13:32.160Z | Downloaded syn v2.0.32 |
800 | 2023-11-19T05:13:32.164Z | Downloaded rustix v0.37.23 |
801 | 2023-11-19T05:13:32.168Z | Downloaded libc v0.2.150 |
802 | 2023-11-19T05:13:32.173Z | Downloaded hashbrown v0.14.2 |
803 | 2023-11-19T05:13:32.176Z | Compiling proc-macro2 v1.0.69 |
804 | 2023-11-19T05:13:32.180Z | Compiling unicode-ident v1.0.12 |
805 | 2023-11-19T05:13:32.184Z | Compiling serde v1.0.192 |
806 | 2023-11-19T05:13:32.187Z | Compiling libc v0.2.150 |
807 | 2023-11-19T05:13:32.190Z | Compiling io-lifetimes v1.0.11 |
808 | 2023-11-19T05:13:32.193Z | Compiling rustix v0.37.23 |
809 | 2023-11-19T05:13:32.197Z | Compiling equivalent v1.0.1 |
810 | 2023-11-19T05:13:32.200Z | Compiling hashbrown v0.14.2 |
811 | 2023-11-19T05:13:32.203Z | Compiling utf8parse v0.2.1 |
812 | 2023-11-19T05:13:32.297Z | Compiling bitflags v1.3.2 |
813 | 2023-11-19T05:13:32.384Z | Compiling anstyle-parse v0.2.1 |
814 | 2023-11-19T05:13:32.434Z | Compiling winnow v0.5.15 |
815 | 2023-11-19T05:13:32.762Z | Compiling serde_json v1.0.108 |
816 | 2023-11-19T05:13:33.473Z | Compiling indexmap v2.1.0 |
817 | 2023-11-19T05:13:34.660Z | Compiling colorchoice v1.0.0 |
818 | 2023-11-19T05:13:34.805Z | Compiling thiserror v1.0.49 |
819 | 2023-11-19T05:13:35.335Z | Compiling semver v1.0.20 |
820 | 2023-11-19T05:13:35.436Z | Compiling anstyle-query v1.0.0 |
821 | 2023-11-19T05:13:35.499Z | Compiling anstyle v1.0.2 |
822 | 2023-11-19T05:13:35.601Z | Compiling camino v1.1.6 |
823 | 2023-11-19T05:13:35.757Z | Compiling anyhow v1.0.75 |
824 | 2023-11-19T05:13:35.780Z | Compiling itoa v1.0.9 |
825 | 2023-11-19T05:13:36.119Z | Compiling anstream v0.5.0 |
826 | 2023-11-19T05:13:36.125Z | Compiling heck v0.4.1 |
827 | 2023-11-19T05:13:36.174Z | Compiling clap_lex v0.5.1 |
828 | 2023-11-19T05:13:36.435Z | Compiling strsim v0.10.0 |
829 | 2023-11-19T05:13:36.453Z | Compiling ryu v1.0.15 |
830 | 2023-11-19T05:13:36.712Z | Compiling quote v1.0.33 |
831 | 2023-11-19T05:13:37.308Z | Compiling syn v2.0.32 |
832 | 2023-11-19T05:13:37.434Z | Compiling errno v0.3.2 |
833 | 2023-11-19T05:13:38.816Z | Compiling terminal_size v0.2.6 |
834 | 2023-11-19T05:13:38.959Z | Compiling clap_builder v4.4.2 |
835 | 2023-11-19T05:13:44.354Z | Compiling serde_derive v1.0.192 |
836 | 2023-11-19T05:13:44.358Z | Compiling thiserror-impl v1.0.49 |
837 | 2023-11-19T05:13:44.361Z | Compiling clap_derive v4.4.2 |
838 | 2023-11-19T05:13:48.271Z | Compiling clap v4.4.3 |
839 | 2023-11-19T05:13:56.119Z | Compiling serde_spanned v0.6.4 |
840 | 2023-11-19T05:13:56.122Z | Compiling toml_datetime v0.6.5 |
841 | 2023-11-19T05:13:56.125Z | Compiling cargo-platform v0.1.3 |
842 | 2023-11-19T05:13:56.128Z | Compiling toml_edit v0.21.0 |
843 | 2023-11-19T05:13:57.697Z | Compiling cargo_metadata v0.18.0 |
844 | 2023-11-19T05:13:59.166Z | Compiling toml v0.8.8 |
845 | 2023-11-19T05:14:00.177Z | Compiling cargo_toml v0.17.0 |
846 | 2023-11-19T05:14:05.149Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
847 | 2023-11-19T05:14:06.326Z | Finished dev [unoptimized + debuginfo] target(s) in 53.32s |
848 | 2023-11-19T05:14:06.525Z | Running `target/debug/xtask clippy` |
849 | 2023-11-19T05:14:06.584Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
850 | 2023-11-19T05:14:07.389Z | Downloading crates ... |
851 | 2023-11-19T05:14:07.677Z | Downloaded cfg-if v1.0.0 |
852 | 2023-11-19T05:14:07.685Z | Downloaded blake2b_simd v1.0.1 |
853 | 2023-11-19T05:14:07.691Z | Downloaded chacha20 v0.9.1 |
854 | 2023-11-19T05:14:07.695Z | Downloaded crc-catalog v2.2.0 |
855 | 2023-11-19T05:14:07.704Z | Downloaded buf-list v1.0.3 |
856 | 2023-11-19T05:14:07.709Z | Downloaded num_threads v0.1.6 |
857 | 2023-11-19T05:14:07.714Z | Downloaded num-rational v0.4.1 |
858 | 2023-11-19T05:14:07.718Z | Downloaded matches v0.1.10 |
859 | 2023-11-19T05:14:07.723Z | Downloaded number_prefix v0.4.0 |
860 | 2023-11-19T05:14:07.727Z | Downloaded oso-derive v0.27.0 |
861 | 2023-11-19T05:14:07.732Z | Downloaded packed_struct_codegen v0.10.1 |
862 | 2023-11-19T05:14:07.735Z | Downloaded openssl-probe v0.1.5 |
863 | 2023-11-19T05:14:07.739Z | Downloaded assert_matches v1.5.0 |
864 | 2023-11-19T05:14:07.744Z | Downloaded packed_struct v0.10.1 |
865 | 2023-11-19T05:14:07.748Z | Downloaded once_cell v1.18.0 |
866 | 2023-11-19T05:14:07.752Z | Downloaded aead v0.5.2 |
867 | 2023-11-19T05:14:07.756Z | Downloaded arrayref v0.3.7 |
868 | 2023-11-19T05:14:07.761Z | Downloaded impl-trait-for-tuples v0.2.2 |
869 | 2023-11-19T05:14:07.768Z | Downloaded byteorder v1.5.0 |
870 | 2023-11-19T05:14:07.771Z | Downloaded cstr-argument v0.1.2 |
871 | 2023-11-19T05:14:07.775Z | Downloaded atomicwrites v0.4.2 |
872 | 2023-11-19T05:14:07.783Z | Downloaded async-stream-impl v0.3.5 |
873 | 2023-11-19T05:14:07.789Z | Downloaded cfg-if v0.1.10 |
874 | 2023-11-19T05:14:07.794Z | Downloaded opaque-debug v0.3.0 |
875 | 2023-11-19T05:14:07.798Z | Downloaded array-init v0.0.4 |
876 | 2023-11-19T05:14:07.802Z | Downloaded crc v3.0.1 |
877 | 2023-11-19T05:14:07.810Z | Downloaded bytesize v1.3.0 |
878 | 2023-11-19T05:14:07.814Z | Downloaded kstat-rs v0.2.3 |
879 | 2023-11-19T05:14:07.818Z | Downloaded base16ct v0.2.0 |
880 | 2023-11-19T05:14:07.823Z | Downloaded lalrpop-util v0.19.12 |
881 | 2023-11-19T05:14:07.827Z | Downloaded ident_case v1.0.1 |
882 | 2023-11-19T05:14:07.831Z | Downloaded is-terminal v0.4.9 |
883 | 2023-11-19T05:14:07.835Z | Downloaded nibble_vec v0.1.0 |
884 | 2023-11-19T05:14:07.840Z | Downloaded num-derive v0.4.0 |
885 | 2023-11-19T05:14:07.843Z | Downloaded convert_case v0.4.0 |
886 | 2023-11-19T05:14:07.847Z | Downloaded num v0.4.1 |
887 | 2023-11-19T05:14:07.851Z | Downloaded olpc-cjson v0.1.3 |
888 | 2023-11-19T05:14:07.856Z | Downloaded curve25519-dalek-derive v0.1.0 |
889 | 2023-11-19T05:14:07.866Z | Downloaded num-iter v0.1.43 |
890 | 2023-11-19T05:14:08.279Z | Downloaded num_cpus v1.16.0 |
891 | 2023-11-19T05:14:08.287Z | Downloaded normalize-line-endings v0.3.0 |
892 | 2023-11-19T05:14:08.298Z | Downloaded siphasher v0.3.11 |
893 | 2023-11-19T05:14:08.304Z | Downloaded take_mut v0.2.2 |
894 | 2023-11-19T05:14:08.308Z | Downloaded colored v2.0.4 |
895 | 2023-11-19T05:14:08.312Z | Downloaded block-padding v0.3.3 |
896 | 2023-11-19T05:14:08.316Z | Downloaded signal-hook-mio v0.2.3 |
897 | 2023-11-19T05:14:08.320Z | Downloaded cexpr v0.6.0 |
898 | 2023-11-19T05:14:08.324Z | Downloaded want v0.3.1 |
899 | 2023-11-19T05:14:08.330Z | Downloaded unarray v0.1.4 |
900 | 2023-11-19T05:14:08.337Z | Downloaded foreign-types-shared v0.1.1 |
901 | 2023-11-19T05:14:08.341Z | Downloaded bcs v0.1.6 |
902 | 2023-11-19T05:14:08.347Z | Downloaded swrite v0.1.0 |
903 | 2023-11-19T05:14:08.351Z | Downloaded hex v0.4.3 |
904 | 2023-11-19T05:14:08.356Z | Downloaded oorandom v11.1.3 |
905 | 2023-11-19T05:14:08.360Z | Downloaded arc-swap v1.6.0 |
906 | 2023-11-19T05:14:08.367Z | Downloaded tokio-macros v2.1.0 |
907 | 2023-11-19T05:14:08.371Z | Downloaded arrayvec v0.7.4 |
908 | 2023-11-19T05:14:08.375Z | Downloaded termios v0.3.3 |
909 | 2023-11-19T05:14:08.379Z | Downloaded linear-map v1.2.0 |
910 | 2023-11-19T05:14:08.383Z | Downloaded diesel_table_macro_syntax v0.1.0 |
911 | 2023-11-19T05:14:08.390Z | Downloaded newtype_derive v0.1.6 |
912 | 2023-11-19T05:14:08.395Z | Downloaded path-absolutize v3.1.0 |
913 | 2023-11-19T05:14:08.398Z | Downloaded paste v1.0.14 |
914 | 2023-11-19T05:14:08.403Z | Downloaded blake2 v0.10.6 |
915 | 2023-11-19T05:14:08.406Z | Downloaded clang-sys v1.6.1 |
916 | 2023-11-19T05:14:08.410Z | Downloaded fxhash v0.2.1 |
917 | 2023-11-19T05:14:08.417Z | Downloaded home v0.5.5 |
918 | 2023-11-19T05:14:08.421Z | Downloaded highway v1.1.0 |
919 | 2023-11-19T05:14:08.426Z | Downloaded hex-literal v0.4.1 |
920 | 2023-11-19T05:14:08.430Z | Downloaded scheduled-thread-pool v0.2.7 |
921 | 2023-11-19T05:14:08.435Z | Downloaded rustversion v1.0.14 |
922 | 2023-11-19T05:14:08.441Z | Downloaded foreign-types-shared v0.3.1 |
923 | 2023-11-19T05:14:08.445Z | Downloaded darling_macro v0.14.4 |
924 | 2023-11-19T05:14:08.449Z | Downloaded precomputed-hash v0.1.1 |
925 | 2023-11-19T05:14:08.453Z | Downloaded indexmap v1.9.3 |
926 | 2023-11-19T05:14:08.458Z | Downloaded darling_macro v0.20.3 |
927 | 2023-11-19T05:14:08.461Z | Downloaded quick-error v1.2.3 |
928 | 2023-11-19T05:14:08.467Z | Downloaded futures-core v0.3.29 |
929 | 2023-11-19T05:14:08.471Z | Downloaded predicates v3.0.4 |
930 | 2023-11-19T05:14:08.475Z | Downloaded pin-utils v0.1.0 |
931 | 2023-11-19T05:14:08.480Z | Downloaded percent-encoding v2.3.0 |
932 | 2023-11-19T05:14:08.485Z | Downloaded base64 v0.13.1 |
933 | 2023-11-19T05:14:08.489Z | Downloaded tap v1.0.1 |
934 | 2023-11-19T05:14:08.493Z | Downloaded static_assertions v1.1.0 |
935 | 2023-11-19T05:14:08.497Z | Downloaded time-core v0.1.1 |
936 | 2023-11-19T05:14:08.501Z | Downloaded bytes v1.5.0 |
937 | 2023-11-19T05:14:08.512Z | Downloaded tinyvec_macros v0.1.1 |
938 | 2023-11-19T05:14:08.517Z | Downloaded vsss-rs v3.3.1 |
939 | 2023-11-19T05:14:08.521Z | Downloaded usdt-impl v0.3.5 |
940 | 2023-11-19T05:14:08.525Z | Downloaded rand_xorshift v0.3.0 |
941 | 2023-11-19T05:14:08.539Z | Downloaded pretty-hex v0.2.1 |
942 | 2023-11-19T05:14:08.552Z | Downloaded basic-toml v0.1.4 |
943 | 2023-11-19T05:14:08.563Z | Downloaded hubpack_derive v0.1.1 |
944 | 2023-11-19T05:14:08.573Z | Downloaded foreign-types v0.3.2 |
945 | 2023-11-19T05:14:08.577Z | Downloaded phf_shared v0.11.2 |
946 | 2023-11-19T05:14:08.580Z | Downloaded rtoolbox v0.0.1 |
947 | 2023-11-19T05:14:08.586Z | Downloaded untrusted v0.9.0 |
948 | 2023-11-19T05:14:08.591Z | Downloaded yansi v0.5.1 |
949 | 2023-11-19T05:14:08.595Z | Downloaded serial_test v0.10.0 |
950 | 2023-11-19T05:14:08.602Z | Downloaded plotters-backend v0.3.5 |
951 | 2023-11-19T05:14:08.606Z | Downloaded smallvec v0.6.14 |
952 | 2023-11-19T05:14:08.610Z | Downloaded pem-rfc7468 v0.7.0 |
953 | 2023-11-19T05:14:08.613Z | Downloaded display-error-chain v0.2.0 |
954 | 2023-11-19T05:14:08.619Z | Downloaded string_cache v0.8.7 |
955 | 2023-11-19T05:14:08.623Z | Downloaded spin v0.5.2 |
956 | 2023-11-19T05:14:08.627Z | Downloaded uuid v1.5.0 |
957 | 2023-11-19T05:14:08.631Z | Downloaded dtrace-parser v0.1.14 |
958 | 2023-11-19T05:14:08.634Z | Downloaded pest_derive v2.7.2 |
959 | 2023-11-19T05:14:08.637Z | Downloaded rustfmt-wrapper v0.2.0 |
960 | 2023-11-19T05:14:08.640Z | Downloaded zeroize_derive v1.4.2 |
961 | 2023-11-19T05:14:08.643Z | Downloaded fnv v1.0.7 |
962 | 2023-11-19T05:14:08.646Z | Downloaded pest_meta v2.7.2 |
963 | 2023-11-19T05:14:08.649Z | Downloaded http-body v0.4.5 |
964 | 2023-11-19T05:14:08.654Z | Downloaded path-dedot v3.1.0 |
965 | 2023-11-19T05:14:08.658Z | Downloaded doc-comment v0.3.3 |
966 | 2023-11-19T05:14:08.661Z | Downloaded rustc-demangle v0.1.23 |
967 | 2023-11-19T05:14:08.665Z | Downloaded base64 v0.21.5 |
968 | 2023-11-19T05:14:08.668Z | Downloaded foreign-types v0.5.0 |
969 | 2023-11-19T05:14:08.671Z | Downloaded tungstenite v0.18.0 |
970 | 2023-11-19T05:14:08.674Z | Downloaded waitgroup v0.1.2 |
971 | 2023-11-19T05:14:08.678Z | Downloaded shell-words v1.1.0 |
972 | 2023-11-19T05:14:08.680Z | Downloaded predicates v2.1.5 |
973 | 2023-11-19T05:14:08.684Z | Downloaded tui-tree-widget v0.13.0 |
974 | 2023-11-19T05:14:08.688Z | Downloaded form_urlencoded v1.2.0 |
975 | 2023-11-19T05:14:08.692Z | Downloaded path-slash v0.1.5 |
976 | 2023-11-19T05:14:08.710Z | Downloaded tinytemplate v1.2.1 |
977 | 2023-11-19T05:14:08.728Z | Downloaded slog-async v2.8.0 |
978 | 2023-11-19T05:14:08.734Z | Downloaded parse-display-derive v0.8.2 |
979 | 2023-11-19T05:14:08.742Z | Downloaded serde_derive_internals v0.26.0 |
980 | 2023-11-19T05:14:08.753Z | Downloaded http-range v0.1.5 |
981 | 2023-11-19T05:14:08.763Z | Downloaded vte_generate_state_changes v0.1.1 |
982 | 2023-11-19T05:14:08.771Z | Downloaded hubpack v0.1.2 |
983 | 2023-11-19T05:14:08.778Z | Downloaded der v0.7.8 |
984 | 2023-11-19T05:14:08.782Z | Downloaded proc-macro-crate v1.3.1 |
985 | 2023-11-19T05:14:08.788Z | Downloaded utf-8 v0.7.6 |
986 | 2023-11-19T05:14:08.794Z | Downloaded futures-executor v0.3.29 |
987 | 2023-11-19T05:14:08.801Z | Downloaded spki v0.7.2 |
988 | 2023-11-19T05:14:08.807Z | Downloaded slog-bunyan v2.4.0 |
989 | 2023-11-19T05:14:08.811Z | Downloaded similar-asserts v1.5.0 |
990 | 2023-11-19T05:14:08.817Z | Downloaded httpdate v1.0.3 |
991 | 2023-11-19T05:14:08.828Z | Downloaded signal-hook-tokio v0.3.1 |
992 | 2023-11-19T05:14:08.835Z | Downloaded derive_builder_macro v0.12.0 |
993 | 2023-11-19T05:14:08.846Z | Downloaded pem v1.1.1 |
994 | 2023-11-19T05:14:08.851Z | Downloaded fastrand v2.0.0 |
995 | 2023-11-19T05:14:08.855Z | Downloaded rustc_version v0.4.0 |
996 | 2023-11-19T05:14:08.859Z | Downloaded filetime v0.2.22 |
997 | 2023-11-19T05:14:08.862Z | Downloaded pest_generator v2.7.2 |
998 | 2023-11-19T05:14:08.865Z | Downloaded hashbrown v0.13.2 |
999 | 2023-11-19T05:14:08.867Z | Downloaded vec_map v0.8.2 |
1000 | 2023-11-19T05:14:08.870Z | Downloaded difflib v0.4.0 |
1001 | 2023-11-19T05:14:08.873Z | Downloaded similar v2.2.1 |
1002 | 2023-11-19T05:14:08.878Z | Downloaded endian-type v0.1.2 |
1003 | 2023-11-19T05:14:08.880Z | Downloaded data-encoding v2.4.0 |
1004 | 2023-11-19T05:14:08.883Z | Downloaded futures-task v0.3.29 |
1005 | 2023-11-19T05:14:08.886Z | Downloaded fs-err v2.9.0 |
1006 | 2023-11-19T05:14:08.889Z | Downloaded universal-hash v0.5.1 |
1007 | 2023-11-19T05:14:08.893Z | Downloaded pkcs1 v0.7.5 |
1008 | 2023-11-19T05:14:08.895Z | Downloaded structopt-derive v0.4.18 |
1009 | 2023-11-19T05:14:08.898Z | Downloaded futures-macro v0.3.29 |
1010 | 2023-11-19T05:14:08.901Z | Downloaded rand_chacha v0.3.1 |
1011 | 2023-11-19T05:14:08.904Z | Downloaded r2d2 v0.8.10 |
1012 | 2023-11-19T05:14:08.907Z | Downloaded half v1.8.2 |
1013 | 2023-11-19T05:14:08.912Z | Downloaded tokio-postgres v0.7.10 |
1014 | 2023-11-19T05:14:08.915Z | Downloaded rstest v0.18.2 |
1015 | 2023-11-19T05:14:08.918Z | Downloaded tower-service v0.3.2 |
1016 | 2023-11-19T05:14:08.921Z | Downloaded pin-project-lite v0.2.13 |
1017 | 2023-11-19T05:14:08.926Z | Downloaded float-cmp v0.9.0 |
1018 | 2023-11-19T05:14:08.929Z | Downloaded synstructure v0.12.6 |
1019 | 2023-11-19T05:14:08.931Z | Downloaded usdt-attr-macro v0.3.5 |
1020 | 2023-11-19T05:14:08.935Z | Downloaded futures-io v0.3.29 |
1021 | 2023-11-19T05:14:08.938Z | Downloaded serde_tokenstream v0.1.7 |
1022 | 2023-11-19T05:14:08.941Z | Downloaded usdt v0.3.5 |
1023 | 2023-11-19T05:14:08.944Z | Downloaded predicates-core v1.0.6 |
1024 | 2023-11-19T05:14:08.948Z | Downloaded zerocopy v0.3.0 |
1025 | 2023-11-19T05:14:08.951Z | Downloaded rand_core v0.6.4 |
1026 | 2023-11-19T05:14:08.956Z | Downloaded glob v0.3.1 |
1027 | 2023-11-19T05:14:08.964Z | Downloaded url v2.4.1 |
1028 | 2023-11-19T05:14:08.970Z | Downloaded funty v2.0.0 |
1029 | 2023-11-19T05:14:08.980Z | Downloaded wyz v0.5.1 |
1030 | 2023-11-19T05:14:08.987Z | Downloaded vte v0.11.1 |
1031 | 2023-11-19T05:14:08.991Z | Downloaded ppv-lite86 v0.2.17 |
1032 | 2023-11-19T05:14:08.994Z | Downloaded serde-hex v0.1.0 |
1033 | 2023-11-19T05:14:08.997Z | Downloaded secrecy v0.8.0 |
1034 | 2023-11-19T05:14:09.000Z | Downloaded postgres-protocol v0.6.6 |
1035 | 2023-11-19T05:14:09.003Z | Downloaded whoami v1.4.1 |
1036 | 2023-11-19T05:14:09.006Z | Downloaded globset v0.4.13 |
1037 | 2023-11-19T05:14:09.008Z | Downloaded parking_lot_core v0.9.8 |
1038 | 2023-11-19T05:14:09.011Z | Downloaded hmac v0.12.1 |
1039 | 2023-11-19T05:14:09.014Z | Downloaded sha2 v0.10.8 |
1040 | 2023-11-19T05:14:09.017Z | Downloaded postcard v0.7.3 |
1041 | 2023-11-19T05:14:09.020Z | Downloaded resolv-conf v0.7.0 |
1042 | 2023-11-19T05:14:09.024Z | Downloaded deranged v0.3.8 |
1043 | 2023-11-19T05:14:09.027Z | Downloaded derive_more v0.99.17 |
1044 | 2023-11-19T05:14:09.030Z | Downloaded postgres-types v0.2.6 |
1045 | 2023-11-19T05:14:09.032Z | Downloaded derive_builder_core v0.12.0 |
1046 | 2023-11-19T05:14:09.036Z | Downloaded tokio-stream v0.1.14 |
1047 | 2023-11-19T05:14:09.039Z | Downloaded derive_builder v0.12.0 |
1048 | 2023-11-19T05:14:09.041Z | Downloaded diesel_derives v2.1.1 |
1049 | 2023-11-19T05:14:09.046Z | Downloaded openapiv3 v2.0.0-rc.1 |
1050 | 2023-11-19T05:14:09.048Z | Downloaded time v0.3.27 |
1051 | 2023-11-19T05:14:09.051Z | Downloaded flume v0.11.0 |
1052 | 2023-11-19T05:14:09.054Z | Downloaded unicode-normalization v0.1.22 |
1053 | 2023-11-19T05:14:09.057Z | Downloaded flate2 v1.0.28 |
1054 | 2023-11-19T05:14:09.060Z | Downloaded futures v0.3.29 |
1055 | 2023-11-19T05:14:09.062Z | Downloaded prettyplease v0.2.12 |
1056 | 2023-11-19T05:14:09.065Z | Downloaded elliptic-curve v0.13.5 |
1057 | 2023-11-19T05:14:09.070Z | Downloaded x509-cert v0.2.4 |
1058 | 2023-11-19T05:14:09.073Z | Downloaded rand v0.8.5 |
1059 | 2023-11-19T05:14:09.077Z | Downloaded bitvec v1.0.1 |
1060 | 2023-11-19T05:14:09.084Z | Downloaded hashbrown v0.12.3 |
1061 | 2023-11-19T05:14:09.088Z | Downloaded plotters v0.3.5 |
1062 | 2023-11-19T05:14:09.091Z | Downloaded chrono v0.4.31 |
1063 | 2023-11-19T05:14:09.094Z | Downloaded tough v0.14.0 |
1064 | 2023-11-19T05:14:09.097Z | Downloaded reqwest v0.11.22 |
1065 | 2023-11-19T05:14:09.100Z | Downloaded webpki-roots v0.25.2 |
1066 | 2023-11-19T05:14:09.102Z | Downloaded proptest v1.3.1 |
1067 | 2023-11-19T05:14:09.106Z | Downloaded idna v0.4.0 |
1068 | 2023-11-19T05:14:09.111Z | Downloaded quick-xml v0.23.1 |
1069 | 2023-11-19T05:14:09.114Z | Downloaded trust-dns-proto v0.22.0 |
1070 | 2023-11-19T05:14:09.116Z | Downloaded diesel v2.1.3 |
1071 | 2023-11-19T05:14:09.121Z | Downloaded regex-syntax v0.6.29 |
1072 | 2023-11-19T05:14:09.123Z | Downloaded vcpkg v0.2.15 |
1073 | 2023-11-19T05:14:09.126Z | Downloaded rustls v0.21.9 |
1074 | 2023-11-19T05:14:09.129Z | Downloaded syn v1.0.109 |
1075 | 2023-11-19T05:14:09.132Z | Downloaded gimli v0.28.0 |
1076 | 2023-11-19T05:14:09.134Z | Downloaded polar-core v0.27.0 |
1077 | 2023-11-19T05:14:09.138Z | Downloaded regex-syntax v0.8.2 |
1078 | 2023-11-19T05:14:09.141Z | Downloaded regex-syntax v0.7.5 |
1079 | 2023-11-19T05:14:09.144Z | Downloaded bstr v1.6.0 |
1080 | 2023-11-19T05:14:09.147Z | Downloaded radix_trie v0.2.1 |
1081 | 2023-11-19T05:14:09.149Z | Downloaded rustix v0.38.9 |
1082 | 2023-11-19T05:14:09.153Z | Downloaded sled v0.34.7 |
1083 | 2023-11-19T05:14:09.156Z | Downloaded ratatui v0.23.0 |
1084 | 2023-11-19T05:14:09.158Z | Downloaded zerocopy-derive v0.2.0 |
1085 | 2023-11-19T05:14:09.161Z | Downloaded zerocopy-derive v0.6.4 |
1086 | 2023-11-19T05:14:09.164Z | Downloaded regex-automata v0.3.8 |
1087 | 2023-11-19T05:14:09.167Z | Downloaded regex-automata v0.4.3 |
1088 | 2023-11-19T05:14:09.171Z | Downloaded tokio v1.33.0 |
1089 | 2023-11-19T05:14:09.188Z | Downloaded ring v0.17.5 |
1090 | 2023-11-19T05:14:09.324Z | Downloaded sha3 v0.10.8 |
1091 | 2023-11-19T05:14:09.336Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1092 | 2023-11-19T05:14:09.361Z | Downloaded smoltcp v0.9.1 |
1093 | 2023-11-19T05:14:09.381Z | Downloaded bstr v0.2.17 |
1094 | 2023-11-19T05:14:09.402Z | Downloaded hyper v0.14.27 |
1095 | 2023-11-19T05:14:09.417Z | Downloaded smoltcp v0.8.2 |
1096 | 2023-11-19T05:14:09.435Z | Downloaded encoding_rs v0.8.33 |
1097 | 2023-11-19T05:14:09.479Z | Downloaded regress v0.7.1 |
1098 | 2023-11-19T05:14:09.493Z | Downloaded regex v1.10.2 |
1099 | 2023-11-19T05:14:09.520Z | Downloaded openssl v0.10.57 |
1100 | 2023-11-19T05:14:09.533Z | Downloaded curve25519-dalek v4.1.0 |
1101 | 2023-11-19T05:14:09.550Z | Downloaded petgraph v0.6.4 |
1102 | 2023-11-19T05:14:09.574Z | Downloaded idna v0.2.3 |
1103 | 2023-11-19T05:14:09.594Z | Downloaded rustls-webpki v0.101.7 |
1104 | 2023-11-19T05:14:09.613Z | Downloaded openapiv3 v1.0.3 |
1105 | 2023-11-19T05:14:09.634Z | Downloaded rand v0.4.6 |
1106 | 2023-11-19T05:14:09.641Z | Downloaded hkdf v0.12.3 |
1107 | 2023-11-19T05:14:09.647Z | Downloaded bindgen v0.65.1 |
1108 | 2023-11-19T05:14:09.659Z | Downloaded h2 v0.3.21 |
1109 | 2023-11-19T05:14:09.673Z | Downloaded lalrpop v0.19.12 |
1110 | 2023-11-19T05:14:09.693Z | Downloaded regex-automata v0.1.10 |
1111 | 2023-11-19T05:14:09.701Z | Downloaded reedline v0.25.0 |
1112 | 2023-11-19T05:14:09.712Z | Downloaded rayon v1.8.0 |
1113 | 2023-11-19T05:14:09.730Z | Downloaded tabled v0.14.0 |
1114 | 2023-11-19T05:14:09.761Z | Downloaded http v0.2.9 |
1115 | 2023-11-19T05:14:09.775Z | Downloaded heapless v0.7.16 |
1116 | 2023-11-19T05:14:09.783Z | Downloaded futures-util v0.3.29 |
1117 | 2023-11-19T05:14:09.792Z | Downloaded tokio-util v0.7.10 |
1118 | 2023-11-19T05:14:09.808Z | Downloaded salty v0.2.0 |
1119 | 2023-11-19T05:14:10.220Z | Downloaded ring v0.16.20 |
1120 | 2023-11-19T05:14:10.228Z | Downloaded pest v2.7.2 |
1121 | 2023-11-19T05:14:10.238Z | Downloaded num-bigint-dig v0.8.4 |
1122 | 2023-11-19T05:14:10.331Z | Downloaded rsa v0.9.2 |
1123 | 2023-11-19T05:14:10.745Z | Downloaded portable-atomic v1.4.3 |
1124 | 2023-11-19T05:14:10.754Z | Downloaded textwrap v0.16.0 |
1125 | 2023-11-19T05:14:10.785Z | Downloaded aho-corasick v1.0.4 |
1126 | 2023-11-19T05:14:10.803Z | Downloaded proc-macro-error v1.0.4 |
1127 | 2023-11-19T05:14:10.810Z | Downloaded yasna v0.5.2 |
1128 | 2023-11-19T05:14:10.814Z | Downloaded getrandom v0.2.10 |
1129 | 2023-11-19T05:14:10.821Z | Downloaded rayon-core v1.12.0 |
1130 | 2023-11-19T05:14:10.828Z | Downloaded zerocopy v0.6.4 |
1131 | 2023-11-19T05:14:11.253Z | Downloaded platforms v3.0.2 |
1132 | 2023-11-19T05:14:11.262Z | Downloaded unicode-segmentation v1.10.1 |
1133 | 2023-11-19T05:14:11.276Z | Downloaded ron v0.8.1 |
1134 | 2023-11-19T05:14:11.690Z | Downloaded slog v2.7.0 |
1135 | 2023-11-19T05:14:11.699Z | Downloaded phf v0.11.2 |
1136 | 2023-11-19T05:14:11.708Z | Downloaded sct v0.7.0 |
1137 | 2023-11-19T05:14:11.713Z | Downloaded zip v0.6.6 |
1138 | 2023-11-19T05:14:11.718Z | Downloaded trust-dns-resolver v0.22.0 |
1139 | 2023-11-19T05:14:11.724Z | Downloaded toml_edit v0.19.15 |
1140 | 2023-11-19T05:14:11.730Z | Downloaded itertools v0.10.5 |
1141 | 2023-11-19T05:14:11.737Z | Downloaded httptest v0.15.5 |
1142 | 2023-11-19T05:14:11.742Z | Downloaded threadpool v1.8.1 |
1143 | 2023-11-19T05:14:11.747Z | Downloaded headers v0.3.9 |
1144 | 2023-11-19T05:14:11.751Z | Downloaded thiserror-impl-no-std v2.0.2 |
1145 | 2023-11-19T05:14:11.756Z | Downloaded der_derive v0.7.2 |
1146 | 2023-11-19T05:14:11.765Z | Downloaded httparse v1.8.0 |
1147 | 2023-11-19T05:14:11.775Z | Downloaded pin-project v1.1.3 |
1148 | 2023-11-19T05:14:11.781Z | Downloaded tungstenite v0.20.1 |
1149 | 2023-11-19T05:14:11.785Z | Downloaded rust-argon2 v1.0.1 |
1150 | 2023-11-19T05:14:11.792Z | Downloaded test-strategy v0.3.1 |
1151 | 2023-11-19T05:14:11.798Z | Downloaded toolchain_find v0.2.0 |
1152 | 2023-11-19T05:14:11.808Z | Downloaded pem v3.0.2 |
1153 | 2023-11-19T05:14:11.813Z | Downloaded proc-macro-error-attr v1.0.4 |
1154 | 2023-11-19T05:14:11.818Z | Downloaded getopts v0.2.21 |
1155 | 2023-11-19T05:14:11.827Z | Downloaded generic-array v0.14.7 |
1156 | 2023-11-19T05:14:11.832Z | Downloaded rcgen v0.11.3 |
1157 | 2023-11-19T05:14:11.837Z | Downloaded diff v0.1.13 |
1158 | 2023-11-19T05:14:11.844Z | Downloaded nom v7.1.3 |
1159 | 2023-11-19T05:14:11.849Z | Downloaded minimal-lexical v0.2.1 |
1160 | 2023-11-19T05:14:11.854Z | Downloaded trust-dns-client v0.22.0 |
1161 | 2023-11-19T05:14:11.860Z | Downloaded postcard-cobs v0.1.5-pre |
1162 | 2023-11-19T05:14:11.863Z | Downloaded humantime v2.1.0 |
1163 | 2023-11-19T05:14:11.868Z | Downloaded walkdir v2.4.0 |
1164 | 2023-11-19T05:14:11.872Z | Downloaded serde_urlencoded v0.7.1 |
1165 | 2023-11-19T05:14:11.880Z | Downloaded hyper-rustls v0.24.2 |
1166 | 2023-11-19T05:14:11.886Z | Downloaded tinyvec v1.6.0 |
1167 | 2023-11-19T05:14:11.890Z | Downloaded serde_with v2.3.3 |
1168 | 2023-11-19T05:14:11.893Z | Downloaded serde-big-array v0.5.1 |
1169 | 2023-11-19T05:14:11.900Z | Downloaded predicates-tree v1.0.9 |
1170 | 2023-11-19T05:14:11.904Z | Downloaded rpassword v7.2.0 |
1171 | 2023-11-19T05:14:11.910Z | Downloaded relative-path v1.9.0 |
1172 | 2023-11-19T05:14:11.914Z | Downloaded fragile v2.0.0 |
1173 | 2023-11-19T05:14:11.924Z | Downloaded smawk v0.3.1 |
1174 | 2023-11-19T05:14:11.930Z | Downloaded radium v0.7.0 |
1175 | 2023-11-19T05:14:11.933Z | Downloaded fixedbitset v0.4.2 |
1176 | 2023-11-19T05:14:11.939Z | Downloaded parse-display v0.8.2 |
1177 | 2023-11-19T05:14:11.950Z | Downloaded plotters-svg v0.3.5 |
1178 | 2023-11-19T05:14:11.956Z | Downloaded foreign-types-macros v0.2.3 |
1179 | 2023-11-19T05:14:11.961Z | Downloaded dof v0.1.5 |
1180 | 2023-11-19T05:14:11.965Z | Downloaded unicase v2.7.0 |
1181 | 2023-11-19T05:14:11.972Z | Downloaded pin-project-internal v1.1.3 |
1182 | 2023-11-19T05:14:11.980Z | Downloaded textwrap v0.11.0 |
1183 | 2023-11-19T05:14:11.985Z | Downloaded steno v0.4.0 |
1184 | 2023-11-19T05:14:11.989Z | Downloaded pretty_assertions v1.4.0 |
1185 | 2023-11-19T05:14:11.993Z | Downloaded itertools v0.11.0 |
1186 | 2023-11-19T05:14:12.004Z | Downloaded libm v0.2.7 |
1187 | 2023-11-19T05:14:12.010Z | Downloaded unicode-xid v0.2.4 |
1188 | 2023-11-19T05:14:12.016Z | Downloaded semver v0.1.20 |
1189 | 2023-11-19T05:14:12.021Z | Downloaded rustls-pemfile v1.0.3 |
1190 | 2023-11-19T05:14:12.025Z | Downloaded password-hash v0.5.0 |
1191 | 2023-11-19T05:14:12.030Z | Downloaded dirs-sys-next v0.1.2 |
1192 | 2023-11-19T05:14:12.034Z | Downloaded datatest-stable v0.2.3 |
1193 | 2023-11-19T05:14:12.038Z | Downloaded toml v0.5.11 |
1194 | 2023-11-19T05:14:12.042Z | Downloaded toml v0.7.8 |
1195 | 2023-11-19T05:14:12.047Z | Downloaded mio v0.8.8 |
1196 | 2023-11-19T05:14:12.052Z | Downloaded trust-dns-server v0.22.1 |
1197 | 2023-11-19T05:14:12.056Z | Downloaded hash32 v0.2.1 |
1198 | 2023-11-19T05:14:12.060Z | Downloaded spin v0.9.8 |
1199 | 2023-11-19T05:14:12.068Z | Downloaded term v0.7.0 |
1200 | 2023-11-19T05:14:12.076Z | Downloaded rstest_macros v0.18.2 |
1201 | 2023-11-19T05:14:12.082Z | Downloaded tracing-core v0.1.31 |
1202 | 2023-11-19T05:14:12.091Z | Downloaded tracing v0.1.37 |
1203 | 2023-11-19T05:14:12.106Z | Downloaded num-bigint v0.4.4 |
1204 | 2023-11-19T05:14:12.112Z | Downloaded expectorate v1.1.0 |
1205 | 2023-11-19T05:14:12.126Z | Downloaded unsafe-libyaml v0.2.9 |
1206 | 2023-11-19T05:14:12.135Z | Downloaded serde_repr v0.1.16 |
1207 | 2023-11-19T05:14:12.140Z | Downloaded tar v0.4.40 |
1208 | 2023-11-19T05:14:12.146Z | Downloaded structopt v0.3.26 |
1209 | 2023-11-19T05:14:12.159Z | Downloaded object v0.32.1 |
1210 | 2023-11-19T05:14:12.164Z | Downloaded version_check v0.9.4 |
1211 | 2023-11-19T05:14:12.169Z | Downloaded tokio-native-tls v0.3.1 |
1212 | 2023-11-19T05:14:12.179Z | Downloaded scopeguard v1.2.0 |
1213 | 2023-11-19T05:14:12.192Z | Downloaded thread_local v1.1.7 |
1214 | 2023-11-19T05:14:12.203Z | Downloaded same-file v1.0.6 |
1215 | 2023-11-19T05:14:12.210Z | Downloaded pkcs8 v0.10.2 |
1216 | 2023-11-19T05:14:12.214Z | Downloaded wait-timeout v0.2.0 |
1217 | 2023-11-19T05:14:12.220Z | Downloaded fallible-iterator v0.2.0 |
1218 | 2023-11-19T05:14:12.225Z | Downloaded poly1305 v0.8.0 |
1219 | 2023-11-19T05:14:12.228Z | Downloaded which v4.4.0 |
1220 | 2023-11-19T05:14:12.232Z | Downloaded peeking_take_while v0.1.2 |
1221 | 2023-11-19T05:14:12.236Z | Downloaded rustc-hash v1.1.0 |
1222 | 2023-11-19T05:14:12.239Z | Downloaded futures-sink v0.3.29 |
1223 | 2023-11-19T05:14:12.243Z | Downloaded smallvec v1.11.0 |
1224 | 2023-11-19T05:14:12.248Z | Downloaded unicode-bidi v0.3.13 |
1225 | 2023-11-19T05:14:12.254Z | Downloaded rustls-native-certs v0.6.3 |
1226 | 2023-11-19T05:14:12.257Z | Downloaded ref-cast v1.0.20 |
1227 | 2023-11-19T05:14:12.260Z | Downloaded smf v0.2.2 |
1228 | 2023-11-19T05:14:12.267Z | Downloaded heck v0.3.3 |
1229 | 2023-11-19T05:14:12.271Z | Downloaded stringprep v0.1.3 |
1230 | 2023-11-19T05:14:12.274Z | Downloaded remove_dir_all v0.5.3 |
1231 | 2023-11-19T05:14:12.277Z | Downloaded enum-as-inner v0.5.1 |
1232 | 2023-11-19T05:14:12.280Z | Downloaded fatfs v0.3.6 |
1233 | 2023-11-19T05:14:12.285Z | Downloaded serde_yaml v0.9.25 |
1234 | 2023-11-19T05:14:12.289Z | Downloaded libxml v0.3.3 |
1235 | 2023-11-19T05:14:12.293Z | Downloaded cc v1.0.83 |
1236 | 2023-11-19T05:14:12.296Z | Downloaded derive-where v1.2.5 |
1237 | 2023-11-19T05:14:12.301Z | Downloaded snafu v0.7.5 |
1238 | 2023-11-19T05:14:12.307Z | Downloaded crossterm v0.27.0 |
1239 | 2023-11-19T05:14:12.310Z | Downloaded structmeta-derive v0.2.0 |
1240 | 2023-11-19T05:14:12.314Z | Downloaded slog-dtrace v0.2.3 |
1241 | 2023-11-19T05:14:12.317Z | Downloaded tracing-attributes v0.1.26 |
1242 | 2023-11-19T05:14:12.321Z | Downloaded tokio-tungstenite v0.18.0 |
1243 | 2023-11-19T05:14:12.326Z | Downloaded futures-timer v3.0.2 |
1244 | 2023-11-19T05:14:12.330Z | Downloaded trybuild v1.0.85 |
1245 | 2023-11-19T05:14:12.334Z | Downloaded pkg-config v0.3.27 |
1246 | 2023-11-19T05:14:12.337Z | Downloaded ena v0.14.2 |
1247 | 2023-11-19T05:14:12.340Z | Downloaded termcolor v1.2.0 |
1248 | 2023-11-19T05:14:12.344Z | Downloaded tempfile v3.8.0 |
1249 | 2023-11-19T05:14:12.348Z | Downloaded futures-channel v0.3.29 |
1250 | 2023-11-19T05:14:12.378Z | Downloaded tokio-rustls v0.24.1 |
1251 | 2023-11-19T05:14:12.387Z | Downloaded untrusted v0.7.1 |
1252 | 2023-11-19T05:14:12.390Z | Downloaded hostname v0.3.1 |
1253 | 2023-11-19T05:14:12.393Z | Downloaded headers-core v0.2.0 |
1254 | 2023-11-19T05:14:12.396Z | Downloaded strum_macros v0.24.3 |
1255 | 2023-11-19T05:14:12.399Z | Downloaded clap v2.34.0 |
1256 | 2023-11-19T05:14:12.403Z | Downloaded partial-io v0.5.4 |
1257 | 2023-11-19T05:14:12.406Z | Downloaded tempdir v0.3.7 |
1258 | 2023-11-19T05:14:12.409Z | Downloaded dashmap v5.5.1 |
1259 | 2023-11-19T05:14:12.414Z | Downloaded zeroize v1.6.0 |
1260 | 2023-11-19T05:14:12.418Z | Downloaded xattr v1.0.1 |
1261 | 2023-11-19T05:14:12.422Z | Downloaded signature v2.1.0 |
1262 | 2023-11-19T05:14:12.426Z | Downloaded signature v1.6.4 |
1263 | 2023-11-19T05:14:12.429Z | Downloaded signal-hook-registry v1.4.1 |
1264 | 2023-11-19T05:14:12.432Z | Downloaded sha1 v0.10.6 |
1265 | 2023-11-19T05:14:12.435Z | Downloaded serde_tokenstream v0.2.0 |
1266 | 2023-11-19T05:14:12.438Z | Downloaded typenum v1.16.0 |
1267 | 2023-11-19T05:14:12.441Z | Downloaded usdt-macro v0.3.5 |
1268 | 2023-11-19T05:14:12.446Z | Downloaded unicode-width v0.1.11 |
1269 | 2023-11-19T05:14:12.451Z | Downloaded unicode-linebreak v0.1.5 |
1270 | 2023-11-19T05:14:12.454Z | Downloaded env_logger v0.10.0 |
1271 | 2023-11-19T05:14:12.457Z | Downloaded num-traits v0.2.16 |
1272 | 2023-11-19T05:14:12.462Z | Downloaded socket2 v0.4.9 |
1273 | 2023-11-19T05:14:12.465Z | Downloaded criterion v0.5.1 |
1274 | 2023-11-19T05:14:12.471Z | Downloaded subprocess v0.2.9 |
1275 | 2023-11-19T05:14:12.477Z | Downloaded socket2 v0.5.4 |
1276 | 2023-11-19T05:14:12.481Z | Downloaded darling_core v0.20.3 |
1277 | 2023-11-19T05:14:12.484Z | Downloaded object v0.30.4 |
1278 | 2023-11-19T05:14:12.487Z | Downloaded strum v0.25.0 |
1279 | 2023-11-19T05:14:12.491Z | Downloaded cookie v0.18.0 |
1280 | 2023-11-19T05:14:12.497Z | Downloaded backtrace v0.3.69 |
1281 | 2023-11-19T05:14:12.504Z | Downloaded log v0.4.20 |
1282 | 2023-11-19T05:14:12.516Z | Downloaded ff v0.13.0 |
1283 | 2023-11-19T05:14:12.539Z | Downloaded mockall_derive v0.11.4 |
1284 | 2023-11-19T05:14:12.567Z | Downloaded phf_shared v0.10.0 |
1285 | 2023-11-19T05:14:12.581Z | Downloaded ref-cast-impl v1.0.20 |
1286 | 2023-11-19T05:14:12.587Z | Downloaded flagset v0.4.3 |
1287 | 2023-11-19T05:14:12.592Z | Downloaded fd-lock v3.0.13 |
1288 | 2023-11-19T05:14:12.598Z | Downloaded ucd-trie v0.1.6 |
1289 | 2023-11-19T05:14:12.605Z | Downloaded zone_cfg_derive v0.3.0 |
1290 | 2023-11-19T05:14:12.610Z | Downloaded zone v0.3.0 |
1291 | 2023-11-19T05:14:12.616Z | Downloaded serial_test_derive v0.10.0 |
1292 | 2023-11-19T05:14:12.624Z | Downloaded signal-hook v0.3.17 |
1293 | 2023-11-19T05:14:12.627Z | Downloaded strum_macros v0.25.2 |
1294 | 2023-11-19T05:14:12.631Z | Downloaded slog-json v2.6.1 |
1295 | 2023-11-19T05:14:12.635Z | Downloaded slog-envlogger v2.2.0 |
1296 | 2023-11-19T05:14:12.640Z | Downloaded ipnet v2.8.0 |
1297 | 2023-11-19T05:14:12.645Z | Downloaded mime v0.3.17 |
1298 | 2023-11-19T05:14:12.649Z | Downloaded tokio-tungstenite v0.20.1 |
1299 | 2023-11-19T05:14:12.653Z | Downloaded thiserror-no-std v2.0.2 |
1300 | 2023-11-19T05:14:12.660Z | Downloaded slog-term v2.9.0 |
1301 | 2023-11-19T05:14:12.664Z | Downloaded schemars v0.8.13 |
1302 | 2023-11-19T05:14:12.669Z | Downloaded dyn-clone v1.0.13 |
1303 | 2023-11-19T05:14:12.675Z | Downloaded supports-color v2.1.0 |
1304 | 2023-11-19T05:14:12.681Z | Downloaded nu-ansi-term v0.49.0 |
1305 | 2023-11-19T05:14:12.685Z | Downloaded darling v0.14.4 |
1306 | 2023-11-19T05:14:12.689Z | Downloaded ciborium v0.2.1 |
1307 | 2023-11-19T05:14:12.693Z | Downloaded cancel-safe-futures v0.1.5 |
1308 | 2023-11-19T05:14:12.697Z | Downloaded rustc_version v0.1.7 |
1309 | 2023-11-19T05:14:12.701Z | Downloaded indicatif v0.17.7 |
1310 | 2023-11-19T05:14:12.704Z | Downloaded addr2line v0.21.0 |
1311 | 2023-11-19T05:14:12.708Z | Downloaded group v0.13.0 |
1312 | 2023-11-19T05:14:12.713Z | Downloaded time-macros v0.2.13 |
1313 | 2023-11-19T05:14:12.717Z | Downloaded slog-stdlog v4.1.1 |
1314 | 2023-11-19T05:14:12.721Z | Downloaded stable_deref_trait v1.2.0 |
1315 | 2023-11-19T05:14:12.727Z | Downloaded pretty-hex v0.3.0 |
1316 | 2023-11-19T05:14:12.731Z | Downloaded slab v0.4.9 |
1317 | 2023-11-19T05:14:12.735Z | Downloaded miniz_oxide v0.7.1 |
1318 | 2023-11-19T05:14:12.742Z | Downloaded dirs-next v2.0.0 |
1319 | 2023-11-19T05:14:12.746Z | Downloaded digest v0.10.7 |
1320 | 2023-11-19T05:14:12.750Z | Downloaded snafu-derive v0.7.5 |
1321 | 2023-11-19T05:14:12.754Z | Downloaded ed25519 v1.5.3 |
1322 | 2023-11-19T05:14:12.758Z | Downloaded debug-ignore v1.0.5 |
1323 | 2023-11-19T05:14:12.762Z | Downloaded serde_path_to_error v0.1.14 |
1324 | 2023-11-19T05:14:12.766Z | Downloaded num-complex v0.4.4 |
1325 | 2023-11-19T05:14:12.775Z | Downloaded libloading v0.7.4 |
1326 | 2023-11-19T05:14:12.779Z | Downloaded ahash v0.8.3 |
1327 | 2023-11-19T05:14:12.784Z | Downloaded either v1.9.0 |
1328 | 2023-11-19T05:14:12.788Z | Downloaded thread-id v4.2.0 |
1329 | 2023-11-19T05:14:12.794Z | Downloaded slog-scope v4.4.0 |
1330 | 2023-11-19T05:14:12.800Z | Downloaded serde_with_macros v2.3.3 |
1331 | 2023-11-19T05:14:12.804Z | Downloaded crossbeam-utils v0.8.16 |
1332 | 2023-11-19T05:14:12.808Z | Downloaded nodrop v0.1.14 |
1333 | 2023-11-19T05:14:12.814Z | Downloaded libefi-sys v0.1.0 |
1334 | 2023-11-19T05:14:12.820Z | Downloaded maplit v1.0.2 |
1335 | 2023-11-19T05:14:12.825Z | Downloaded lazy_static v1.4.0 |
1336 | 2023-11-19T05:14:12.832Z | Downloaded corncobs v0.1.3 |
1337 | 2023-11-19T05:14:12.835Z | Downloaded serde-big-array v0.4.1 |
1338 | 2023-11-19T05:14:12.845Z | Downloaded semver v0.11.0 |
1339 | 2023-11-19T05:14:12.850Z | Downloaded crossbeam v0.8.2 |
1340 | 2023-11-19T05:14:12.854Z | Downloaded num-integer v0.1.45 |
1341 | 2023-11-19T05:14:12.859Z | Downloaded native-tls v0.2.11 |
1342 | 2023-11-19T05:14:12.866Z | Downloaded multer v2.1.0 |
1343 | 2023-11-19T05:14:12.870Z | Downloaded try-lock v0.2.4 |
1344 | 2023-11-19T05:14:12.885Z | Downloaded mime_guess v2.0.4 |
1345 | 2023-11-19T05:14:12.892Z | Downloaded camino-tempfile v1.0.2 |
1346 | 2023-11-19T05:14:12.896Z | Downloaded approx v0.5.1 |
1347 | 2023-11-19T05:14:12.900Z | Downloaded assert_cmd v2.0.12 |
1348 | 2023-11-19T05:14:12.904Z | Downloaded topological-sort v0.2.2 |
1349 | 2023-11-19T05:14:12.908Z | Downloaded tiny-keccak v2.0.2 |
1350 | 2023-11-19T05:14:12.912Z | Downloaded termtree v0.4.1 |
1351 | 2023-11-19T05:14:12.917Z | Downloaded tabled_derive v0.6.0 |
1352 | 2023-11-19T05:14:12.921Z | Downloaded structmeta v0.2.0 |
1353 | 2023-11-19T05:14:12.925Z | Downloaded subtle v2.5.0 |
1354 | 2023-11-19T05:14:12.929Z | Downloaded strsim v0.8.0 |
1355 | 2023-11-19T05:14:12.933Z | Downloaded strip-ansi-escapes v0.2.0 |
1356 | 2023-11-19T05:14:12.937Z | Downloaded downcast v0.11.0 |
1357 | 2023-11-19T05:14:12.943Z | Downloaded bzip2 v0.4.4 |
1358 | 2023-11-19T05:14:12.947Z | Downloaded base64ct v1.6.0 |
1359 | 2023-11-19T05:14:12.951Z | Downloaded crossbeam-channel v0.5.8 |
1360 | 2023-11-19T05:14:12.956Z | Downloaded bit-vec v0.6.3 |
1361 | 2023-11-19T05:14:12.960Z | Downloaded nanorand v0.7.0 |
1362 | 2023-11-19T05:14:12.964Z | Downloaded maybe-uninit v2.0.0 |
1363 | 2023-11-19T05:14:12.968Z | Downloaded serde_plain v1.0.2 |
1364 | 2023-11-19T05:14:12.972Z | Downloaded semver-parser v0.10.2 |
1365 | 2023-11-19T05:14:12.977Z | Downloaded rusty-fork v0.3.0 |
1366 | 2023-11-19T05:14:12.981Z | Downloaded async-trait v0.1.74 |
1367 | 2023-11-19T05:14:12.990Z | Downloaded argon2 v0.5.2 |
1368 | 2023-11-19T05:14:13.000Z | Downloaded shlex v1.1.0 |
1369 | 2023-11-19T05:14:13.419Z | Downloaded constant_time_eq v0.2.6 |
1370 | 2023-11-19T05:14:13.425Z | Downloaded cassowary v0.3.0 |
1371 | 2023-11-19T05:14:13.427Z | Downloaded autocfg v1.1.0 |
1372 | 2023-11-19T05:14:13.432Z | Downloaded bitfield v0.14.0 |
1373 | 2023-11-19T05:14:13.436Z | Downloaded atomic-waker v1.1.1 |
1374 | 2023-11-19T05:14:13.441Z | Downloaded schemars_derive v0.8.13 |
1375 | 2023-11-19T05:14:13.445Z | Downloaded macaddr v1.0.1 |
1376 | 2023-11-19T05:14:13.449Z | Downloaded num_enum_derive v0.5.11 |
1377 | 2023-11-19T05:14:13.454Z | Downloaded bit-set v0.5.3 |
1378 | 2023-11-19T05:14:13.458Z | Downloaded cast v0.3.0 |
1379 | 2023-11-19T05:14:13.462Z | Downloaded mockall v0.11.4 |
1380 | 2023-11-19T05:14:13.466Z | Downloaded ciborium-ll v0.2.1 |
1381 | 2023-11-19T05:14:13.470Z | Downloaded inout v0.1.3 |
1382 | 2023-11-19T05:14:13.476Z | Downloaded ipnetwork v0.20.0 |
1383 | 2023-11-19T05:14:13.480Z | Downloaded bb8 v0.8.1 |
1384 | 2023-11-19T05:14:13.484Z | Downloaded darling v0.20.3 |
1385 | 2023-11-19T05:14:13.490Z | Downloaded iana-time-zone v0.1.57 |
1386 | 2023-11-19T05:14:13.495Z | Downloaded backoff v0.4.0 |
1387 | 2023-11-19T05:14:13.498Z | Downloaded bitflags v2.4.0 |
1388 | 2023-11-19T05:14:13.505Z | Downloaded ansi_term v0.12.1 |
1389 | 2023-11-19T05:14:13.511Z | Downloaded lock_api v0.4.10 |
1390 | 2023-11-19T05:14:13.517Z | Downloaded crypto-bigint v0.5.2 |
1391 | 2023-11-19T05:14:13.521Z | Downloaded crc32fast v1.3.2 |
1392 | 2023-11-19T05:14:13.525Z | Downloaded block-buffer v0.10.4 |
1393 | 2023-11-19T05:14:13.528Z | Downloaded hyper-tls v0.5.0 |
1394 | 2023-11-19T05:14:13.533Z | Downloaded keccak v0.1.4 |
1395 | 2023-11-19T05:14:13.537Z | Downloaded indoc v1.0.9 |
1396 | 2023-11-19T05:14:13.543Z | Downloaded ciborium-io v0.2.1 |
1397 | 2023-11-19T05:14:13.547Z | Downloaded match_cfg v0.1.0 |
1398 | 2023-11-19T05:14:13.959Z | Downloaded ascii-canvas v3.0.0 |
1399 | 2023-11-19T05:14:13.964Z | Downloaded lazycell v1.3.0 |
1400 | 2023-11-19T05:14:13.967Z | Downloaded memoffset v0.7.1 |
1401 | 2023-11-19T05:14:13.971Z | Downloaded crc-any v2.4.3 |
1402 | 2023-11-19T05:14:13.976Z | Downloaded bytecount v0.6.3 |
1403 | 2023-11-19T05:14:13.979Z | Downloaded is_ci v1.1.1 |
1404 | 2023-11-19T05:14:13.982Z | Downloaded hyper-staticfile v0.9.5 |
1405 | 2023-11-19T05:14:13.985Z | Downloaded async-stream v0.3.5 |
1406 | 2023-11-19T05:14:13.988Z | Downloaded memoffset v0.9.0 |
1407 | 2023-11-19T05:14:13.993Z | Downloaded atty v0.2.14 |
1408 | 2023-11-19T05:14:13.996Z | Downloaded darling_core v0.14.4 |
1409 | 2023-11-19T05:14:14.000Z | Downloaded crypto-common v0.1.6 |
1410 | 2023-11-19T05:14:14.003Z | Downloaded libsw v3.3.0 |
1411 | 2023-11-19T05:14:14.007Z | Downloaded anes v0.1.6 |
1412 | 2023-11-19T05:14:14.010Z | Downloaded parking_lot_core v0.8.6 |
1413 | 2023-11-19T05:14:14.014Z | Downloaded openssl-sys v0.9.93 |
1414 | 2023-11-19T05:14:14.017Z | Downloaded managed v0.8.0 |
1415 | 2023-11-19T05:14:14.020Z | Downloaded parking_lot v0.12.1 |
1416 | 2023-11-19T05:14:14.026Z | Downloaded papergrid v0.10.0 |
1417 | 2023-11-19T05:14:14.030Z | Downloaded oso v0.27.0 |
1418 | 2023-11-19T05:14:14.033Z | Downloaded instant v0.1.12 |
1419 | 2023-11-19T05:14:14.041Z | Downloaded parking_lot v0.11.2 |
1420 | 2023-11-19T05:14:14.045Z | Downloaded owo-colors v3.5.0 |
1421 | 2023-11-19T05:14:14.048Z | Downloaded linked-hash-map v0.5.6 |
1422 | 2023-11-19T05:14:14.051Z | Downloaded indoc v2.0.3 |
1423 | 2023-11-19T05:14:14.055Z | Downloaded const-oid v0.9.5 |
1424 | 2023-11-19T05:14:14.058Z | Downloaded md-5 v0.10.5 |
1425 | 2023-11-19T05:14:14.062Z | Downloaded newline-converter v0.3.0 |
1426 | 2023-11-19T05:14:14.066Z | Downloaded libtest-mimic v0.6.1 |
1427 | 2023-11-19T05:14:14.072Z | Downloaded crunchy v0.2.2 |
1428 | 2023-11-19T05:14:14.076Z | Downloaded crossbeam-deque v0.8.3 |
1429 | 2023-11-19T05:14:14.080Z | Downloaded chacha20poly1305 v0.10.1 |
1430 | 2023-11-19T05:14:14.084Z | Downloaded omicron-zone-package v0.9.1 |
1431 | 2023-11-19T05:14:14.087Z | Downloaded openssl-macros v0.1.1 |
1432 | 2023-11-19T05:14:14.091Z | Downloaded lru-cache v0.1.2 |
1433 | 2023-11-19T05:14:14.094Z | Downloaded constant_time_eq v0.3.0 |
1434 | 2023-11-19T05:14:14.097Z | Downloaded crossbeam-queue v0.3.8 |
1435 | 2023-11-19T05:14:14.101Z | Downloaded crucible-workspace-hack v0.1.0 |
1436 | 2023-11-19T05:14:14.108Z | Downloaded crossbeam-epoch v0.9.15 |
1437 | 2023-11-19T05:14:14.112Z | Downloaded criterion-plot v0.5.0 |
1438 | 2023-11-19T05:14:14.115Z | Downloaded num_enum v0.5.11 |
1439 | 2023-11-19T05:14:14.118Z | Downloaded new_debug_unreachable v1.0.4 |
1440 | 2023-11-19T05:14:14.122Z | Downloaded console v0.15.7 |
1441 | 2023-11-19T05:14:14.125Z | Downloaded cpufeatures v0.2.9 |
1442 | 2023-11-19T05:14:14.128Z | Downloaded cipher v0.4.4 |
1443 | 2023-11-19T05:14:14.131Z | Downloaded adler v1.0.2 |
1444 | 2023-11-19T05:14:14.138Z | Compiling proc-macro2 v1.0.69 |
1445 | 2023-11-19T05:14:14.141Z | Compiling serde v1.0.192 |
1446 | 2023-11-19T05:14:14.146Z | Compiling autocfg v1.1.0 |
1447 | 2023-11-19T05:14:14.149Z | Compiling version_check v0.9.4 |
1448 | 2023-11-19T05:14:14.153Z | Compiling syn v1.0.109 |
1449 | 2023-11-19T05:14:14.156Z | Compiling parking_lot_core v0.9.8 |
1450 | 2023-11-19T05:14:14.161Z | Compiling libm v0.2.7 |
1451 | 2023-11-19T05:14:14.164Z | Compiling libc v0.2.150 |
1452 | 2023-11-19T05:14:14.169Z | Compiling futures-core v0.3.29 |
1453 | 2023-11-19T05:14:14.173Z | Compiling cfg-if v1.0.0 |
1454 | 2023-11-19T05:14:14.176Z | Compiling typenum v1.16.0 |
1455 | 2023-11-19T05:14:14.180Z | Compiling once_cell v1.18.0 |
1456 | 2023-11-19T05:14:14.183Z | Compiling generic-array v0.14.7 |
1457 | 2023-11-19T05:14:14.187Z | Compiling lock_api v0.4.10 |
1458 | 2023-11-19T05:14:14.190Z | Compiling num-traits v0.2.16 |
1459 | 2023-11-19T05:14:14.195Z | Compiling quote v1.0.33 |
1460 | 2023-11-19T05:14:14.199Z | Compiling slab v0.4.9 |
1461 | 2023-11-19T05:14:14.203Z | Compiling futures-task v0.3.29 |
1462 | 2023-11-19T05:14:14.515Z | Compiling cc v1.0.83 |
1463 | 2023-11-19T05:14:14.645Z | Compiling syn v2.0.32 |
1464 | 2023-11-19T05:14:14.942Z | Compiling futures-channel v0.3.29 |
1465 | 2023-11-19T05:14:15.149Z | Compiling futures-util v0.3.29 |
1466 | 2023-11-19T05:14:15.189Z | Compiling memchr v2.6.3 |
1467 | 2023-11-19T05:14:15.207Z | Compiling pkg-config v0.3.27 |
1468 | 2023-11-19T05:14:15.330Z | Compiling serde_json v1.0.108 |
1469 | 2023-11-19T05:14:15.414Z | Compiling itoa v1.0.9 |
1470 | 2023-11-19T05:14:15.642Z | Compiling log v0.4.20 |
1471 | 2023-11-19T05:14:15.722Z | Compiling rustix v0.38.9 |
1472 | 2023-11-19T05:14:15.810Z | Compiling schemars v0.8.13 |
1473 | 2023-11-19T05:14:16.289Z | Compiling httparse v1.8.0 |
1474 | 2023-11-19T05:14:16.299Z | Compiling indexmap v1.9.3 |
1475 | 2023-11-19T05:14:16.743Z | Compiling getrandom v0.2.10 |
1476 | 2023-11-19T05:14:16.793Z | Compiling ryu v1.0.15 |
1477 | 2023-11-19T05:14:16.892Z | Compiling vcpkg v0.2.15 |
1478 | 2023-11-19T05:14:17.349Z | Compiling hashbrown v0.14.2 |
1479 | 2023-11-19T05:14:17.404Z | Compiling equivalent v1.0.1 |
1480 | 2023-11-19T05:14:17.446Z | Compiling ahash v0.8.3 |
1481 | 2023-11-19T05:14:17.536Z | Compiling openssl v0.10.57 |
1482 | 2023-11-19T05:14:17.930Z | Compiling fnv v1.0.7 |
1483 | 2023-11-19T05:14:18.046Z | Compiling scopeguard v1.2.0 |
1484 | 2023-11-19T05:14:18.091Z | Compiling aho-corasick v1.0.4 |
1485 | 2023-11-19T05:14:18.094Z | Compiling rustls v0.21.9 |
1486 | 2023-11-19T05:14:18.481Z | Compiling regex-syntax v0.8.2 |
1487 | 2023-11-19T05:14:18.500Z | Compiling ring v0.16.20 |
1488 | 2023-11-19T05:14:18.923Z | Compiling ring v0.17.5 |
1489 | 2023-11-19T05:14:19.746Z | Compiling openssl-sys v0.9.93 |
1490 | 2023-11-19T05:14:21.685Z | Compiling native-tls v0.2.11 |
1491 | 2023-11-19T05:14:22.168Z | Compiling async-trait v0.1.74 |
1492 | 2023-11-19T05:14:22.896Z | Compiling ucd-trie v0.1.6 |
1493 | 2023-11-19T05:14:23.646Z | Compiling unicode-xid v0.2.4 |
1494 | 2023-11-19T05:14:23.860Z | Compiling smallvec v1.11.0 |
1495 | 2023-11-19T05:14:24.167Z | Compiling regex-automata v0.4.3 |
1496 | 2023-11-19T05:14:24.480Z | Compiling backtrace v0.3.69 |
1497 | 2023-11-19T05:14:24.843Z | Compiling crossbeam-utils v0.8.16 |
1498 | 2023-11-19T05:14:25.108Z | Compiling parking_lot v0.12.1 |
1499 | 2023-11-19T05:14:25.371Z | Compiling iana-time-zone v0.1.57 |
1500 | 2023-11-19T05:14:25.519Z | Compiling anyhow v1.0.75 |
1501 | 2023-11-19T05:14:26.143Z | Compiling slog v2.7.0 |
1502 | 2023-11-19T05:14:26.641Z | Compiling serde_derive_internals v0.26.0 |
1503 | 2023-11-19T05:14:26.647Z | Compiling num-integer v0.1.45 |
1504 | 2023-11-19T05:14:26.767Z | Compiling byteorder v1.5.0 |
1505 | 2023-11-19T05:14:26.888Z | Compiling crc32fast v1.3.2 |
1506 | 2023-11-19T05:14:27.483Z | Compiling dyn-clone v1.0.13 |
1507 | 2023-11-19T05:14:27.553Z | Compiling synstructure v0.12.6 |
1508 | 2023-11-19T05:14:28.073Z | Compiling time-core v0.1.1 |
1509 | 2023-11-19T05:14:28.078Z | Compiling spin v0.5.2 |
1510 | 2023-11-19T05:14:28.082Z | Compiling hashbrown v0.13.2 |
1511 | 2023-11-19T05:14:28.217Z | Compiling time-macros v0.2.13 |
1512 | 2023-11-19T05:14:28.421Z | Compiling pin-project-lite v0.2.13 |
1513 | 2023-11-19T05:14:28.597Z | Compiling rustversion v1.0.14 |
1514 | 2023-11-19T05:14:29.444Z | Compiling winnow v0.5.15 |
1515 | 2023-11-19T05:14:29.918Z | Compiling signal-hook-registry v1.4.1 |
1516 | 2023-11-19T05:14:30.091Z | Compiling mio v0.8.8 |
1517 | 2023-11-19T05:14:30.927Z | Compiling regex v1.10.2 |
1518 | 2023-11-19T05:14:32.085Z | Compiling errno v0.3.2 |
1519 | 2023-11-19T05:14:32.249Z | Compiling num_cpus v1.16.0 |
1520 | 2023-11-19T05:14:32.343Z | Compiling socket2 v0.5.4 |
1521 | 2023-11-19T05:14:32.405Z | Compiling usdt-impl v0.3.5 |
1522 | 2023-11-19T05:14:32.646Z | Compiling futures-sink v0.3.29 |
1523 | 2023-11-19T05:14:32.828Z | Compiling unicode-width v0.1.11 |
1524 | 2023-11-19T05:14:33.058Z | Compiling memoffset v0.9.0 |
1525 | 2023-11-19T05:14:33.079Z | Compiling tinyvec_macros v0.1.1 |
1526 | 2023-11-19T05:14:33.192Z | Compiling tinyvec v1.6.0 |
1527 | 2023-11-19T05:14:33.740Z | Compiling futures-io v0.3.29 |
1528 | 2023-11-19T05:14:34.088Z | Compiling pin-utils v0.1.0 |
1529 | 2023-11-19T05:14:34.607Z | Compiling spin v0.9.8 |
1530 | 2023-11-19T05:14:34.612Z | Compiling tracing-core v0.1.31 |
1531 | 2023-11-19T05:14:34.618Z | Compiling unicode-bidi v0.3.13 |
1532 | 2023-11-19T05:14:34.682Z | Compiling signal-hook v0.3.17 |
1533 | 2023-11-19T05:14:35.108Z | Compiling lazy_static v1.4.0 |
1534 | 2023-11-19T05:14:35.259Z | Compiling thread-id v4.2.0 |
1535 | 2023-11-19T05:14:35.397Z | Compiling crossbeam-epoch v0.9.15 |
1536 | 2023-11-19T05:14:35.426Z | Compiling strsim v0.10.0 |
1537 | 2023-11-19T05:14:35.758Z | Compiling unicode-normalization v0.1.22 |
1538 | 2023-11-19T05:14:35.827Z | Compiling serde_derive v1.0.192 |
1539 | 2023-11-19T05:14:36.033Z | Compiling thiserror-impl v1.0.49 |
1540 | 2023-11-19T05:14:36.228Z | Compiling zeroize_derive v1.4.2 |
1541 | 2023-11-19T05:14:36.254Z | Compiling tokio-macros v2.1.0 |
1542 | 2023-11-19T05:14:36.276Z | Compiling futures-macro v0.3.29 |
1543 | 2023-11-19T05:14:36.377Z | Compiling tracing-attributes v0.1.26 |
1544 | 2023-11-19T05:14:38.026Z | Compiling schemars_derive v0.8.13 |
1545 | 2023-11-19T05:14:38.032Z | Compiling openssl-macros v0.1.1 |
1546 | 2023-11-19T05:14:38.656Z | Compiling zerocopy-derive v0.2.0 |
1547 | 2023-11-19T05:14:38.766Z | Compiling zerocopy-derive v0.6.4 |
1548 | 2023-11-19T05:14:40.387Z | Compiling thiserror v1.0.49 |
1549 | 2023-11-19T05:14:40.562Z | Compiling pest v2.7.2 |
1550 | 2023-11-19T05:14:41.351Z | Compiling zerocopy v0.3.0 |
1551 | 2023-11-19T05:14:41.764Z | Compiling clap_derive v4.4.2 |
1552 | 2023-11-19T05:14:41.845Z | Compiling tracing v0.1.37 |
1553 | 2023-11-19T05:14:42.272Z | Compiling strum_macros v0.25.2 |
1554 | 2023-11-19T05:14:42.571Z | Compiling dof v0.1.5 |
1555 | 2023-11-19T05:14:42.611Z | Compiling num-iter v0.1.43 |
1556 | 2023-11-19T05:14:42.646Z | Compiling base64 v0.21.5 |
1557 | 2023-11-19T05:14:43.037Z | Compiling either v1.9.0 |
1558 | 2023-11-19T05:14:43.701Z | Compiling rand_core v0.6.4 |
1559 | 2023-11-19T05:14:43.754Z | Compiling hashbrown v0.12.3 |
1560 | 2023-11-19T05:14:43.814Z | Compiling foreign-types-shared v0.1.1 |
1561 | 2023-11-19T05:14:43.954Z | Compiling untrusted v0.7.1 |
1562 | 2023-11-19T05:14:44.215Z | Compiling openssl-probe v0.1.5 |
1563 | 2023-11-19T05:14:44.307Z | Compiling untrusted v0.9.0 |
1564 | 2023-11-19T05:14:44.539Z | Compiling percent-encoding v2.3.0 |
1565 | 2023-11-19T05:14:44.626Z | Compiling pest_meta v2.7.2 |
1566 | 2023-11-19T05:14:46.971Z | Compiling pest_generator v2.7.2 |
1567 | 2023-11-19T05:14:48.207Z | Compiling foreign-types v0.3.2 |
1568 | 2023-11-19T05:14:49.298Z | Compiling zeroize v1.6.0 |
1569 | 2023-11-19T05:14:49.799Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1570 | 2023-11-19T05:14:50.412Z | Compiling try-lock v0.2.4 |
1571 | 2023-11-19T05:14:50.605Z | Compiling want v0.3.1 |
1572 | 2023-11-19T05:14:50.868Z | Compiling sct v0.7.0 |
1573 | 2023-11-19T05:14:50.982Z | Compiling rustls-webpki v0.101.7 |
1574 | 2023-11-19T05:14:51.262Z | Compiling form_urlencoded v1.2.0 |
1575 | 2023-11-19T05:14:51.677Z | Compiling socket2 v0.4.9 |
1576 | 2023-11-19T05:14:52.115Z | Compiling pest_derive v2.7.2 |
1577 | 2023-11-19T05:14:52.136Z | Compiling httpdate v1.0.3 |
1578 | 2023-11-19T05:14:52.568Z | Compiling tower-service v0.3.2 |
1579 | 2023-11-19T05:14:52.724Z | Compiling rustls-pemfile v1.0.3 |
1580 | 2023-11-19T05:14:52.822Z | Compiling dtrace-parser v0.1.14 |
1581 | 2023-11-19T05:14:52.993Z | Compiling idna v0.4.0 |
1582 | 2023-11-19T05:14:53.192Z | Compiling siphasher v0.3.11 |
1583 | 2023-11-19T05:14:53.737Z | Compiling adler v1.0.2 |
1584 | 2023-11-19T05:14:53.791Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1585 | 2023-11-19T05:14:54.037Z | Compiling miniz_oxide v0.7.1 |
1586 | 2023-11-19T05:14:54.524Z | Compiling url v2.4.1 |
1587 | 2023-11-19T05:14:54.919Z | Compiling rustls-native-certs v0.6.3 |
1588 | 2023-11-19T05:14:55.285Z | Compiling bitflags v1.3.2 |
1589 | 2023-11-19T05:14:55.412Z | Compiling ipnet v2.8.0 |
1590 | 2023-11-19T05:14:55.439Z | Compiling encoding_rs v0.8.33 |
1591 | 2023-11-19T05:14:55.652Z | Compiling gimli v0.28.0 |
1592 | 2023-11-19T05:14:56.773Z | Compiling mime v0.3.17 |
1593 | 2023-11-19T05:14:56.847Z | Compiling webpki-roots v0.25.2 |
1594 | 2023-11-19T05:14:57.083Z | Compiling crypto-common v0.1.6 |
1595 | 2023-11-19T05:14:57.101Z | Compiling enum-as-inner v0.5.1 |
1596 | 2023-11-19T05:14:57.297Z | Compiling diesel_table_macro_syntax v0.1.0 |
1597 | 2023-11-19T05:14:57.344Z | Compiling object v0.32.1 |
1598 | 2023-11-19T05:14:57.629Z | Compiling num-bigint v0.4.4 |
1599 | 2023-11-19T05:14:57.834Z | Compiling rustc-demangle v0.1.23 |
1600 | 2023-11-19T05:14:58.329Z | Compiling indexmap v2.1.0 |
1601 | 2023-11-19T05:14:58.550Z | Compiling bytes v1.5.0 |
1602 | 2023-11-19T05:14:59.226Z | Compiling uuid v1.5.0 |
1603 | 2023-11-19T05:15:00.346Z | Compiling chrono v0.4.31 |
1604 | 2023-11-19T05:15:00.388Z | Compiling semver v1.0.20 |
1605 | 2023-11-19T05:15:00.453Z | Compiling http v0.2.9 |
1606 | 2023-11-19T05:15:01.518Z | Compiling bitflags v2.4.0 |
1607 | 2023-11-19T05:15:02.166Z | Compiling toml_datetime v0.6.5 |
1608 | 2023-11-19T05:15:02.493Z | Compiling serde_spanned v0.6.4 |
1609 | 2023-11-19T05:15:02.810Z | Compiling rustc_version v0.4.0 |
1610 | 2023-11-19T05:15:02.827Z | Compiling toml_edit v0.19.15 |
1611 | 2023-11-19T05:15:02.927Z | Compiling tokio v1.33.0 |
1612 | 2023-11-19T05:15:03.608Z | Compiling openapiv3 v2.0.0-rc.1 |
1613 | 2023-11-19T05:15:06.323Z | Compiling serde_tokenstream v0.1.7 |
1614 | 2023-11-19T05:15:06.564Z | Compiling http-body v0.4.5 |
1615 | 2023-11-19T05:15:07.107Z | Compiling usdt-macro v0.3.5 |
1616 | 2023-11-19T05:15:07.190Z | Compiling usdt-attr-macro v0.3.5 |
1617 | 2023-11-19T05:15:08.931Z | Compiling heapless v0.7.16 |
1618 | 2023-11-19T05:15:08.962Z | Compiling serde_urlencoded v0.7.1 |
1619 | 2023-11-19T05:15:09.184Z | Compiling addr2line v0.21.0 |
1620 | 2023-11-19T05:15:09.230Z | Compiling smoltcp v0.9.1 |
1621 | 2023-11-19T05:15:09.747Z | Compiling bit-vec v0.6.3 |
1622 | 2023-11-19T05:15:10.771Z | Compiling diesel_derives v2.1.1 |
1623 | 2023-11-19T05:15:10.782Z | Compiling flate2 v1.0.28 |
1624 | 2023-11-19T05:15:10.789Z | Compiling block-buffer v0.10.4 |
1625 | 2023-11-19T05:15:10.988Z | Compiling phf_shared v0.10.0 |
1626 | 2023-11-19T05:15:11.542Z | Compiling hubpack_derive v0.1.1 |
1627 | 2023-11-19T05:15:11.574Z | Compiling subtle v2.5.0 |
1628 | 2023-11-19T05:15:12.069Z | Compiling ppv-lite86 v0.2.17 |
1629 | 2023-11-19T05:15:12.119Z | Compiling fixedbitset v0.4.2 |
1630 | 2023-11-19T05:15:12.710Z | Compiling precomputed-hash v0.1.1 |
1631 | 2023-11-19T05:15:12.858Z | Compiling new_debug_unreachable v1.0.4 |
1632 | 2023-11-19T05:15:12.877Z | Compiling const-oid v0.9.5 |
1633 | 2023-11-19T05:15:12.978Z | Compiling string_cache v0.8.7 |
1634 | 2023-11-19T05:15:13.335Z | Compiling rand_chacha v0.3.1 |
1635 | 2023-11-19T05:15:13.605Z | Compiling petgraph v0.6.4 |
1636 | 2023-11-19T05:15:14.871Z | Compiling bit-set v0.5.3 |
1637 | 2023-11-19T05:15:14.895Z | Compiling toml v0.7.8 |
1638 | 2023-11-19T05:15:15.272Z | Compiling tokio-util v0.7.10 |
1639 | 2023-11-19T05:15:15.490Z | Compiling tokio-rustls v0.24.1 |
1640 | 2023-11-19T05:15:15.989Z | Compiling digest v0.10.7 |
1641 | 2023-11-19T05:15:16.061Z | Compiling toml_edit v0.21.0 |
1642 | 2023-11-19T05:15:16.633Z | Compiling hex v0.4.3 |
1643 | 2023-11-19T05:15:17.417Z | Compiling h2 v0.3.21 |
1644 | 2023-11-19T05:15:17.611Z | Compiling itertools v0.10.5 |
1645 | 2023-11-19T05:15:17.616Z | Compiling unicode-segmentation v1.10.1 |
1646 | 2023-11-19T05:15:20.220Z | Compiling tokio-native-tls v0.3.1 |
1647 | 2023-11-19T05:15:20.225Z | Compiling lalrpop-util v0.19.12 |
1648 | 2023-11-19T05:15:20.227Z | Compiling rand v0.8.5 |
1649 | 2023-11-19T05:15:21.957Z | Compiling serde_repr v0.1.16 |
1650 | 2023-11-19T05:15:22.129Z | Compiling io-lifetimes v1.0.11 |
1651 | 2023-11-19T05:15:22.390Z | Compiling cpufeatures v0.2.9 |
1652 | 2023-11-19T05:15:22.521Z | Compiling utf8parse v0.2.1 |
1653 | 2023-11-19T05:15:22.577Z | Compiling anstyle v1.0.2 |
1654 | 2023-11-19T05:15:22.734Z | Compiling anstyle-parse v0.2.1 |
1655 | 2023-11-19T05:15:22.841Z | Compiling sha2 v0.10.8 |
1656 | 2023-11-19T05:15:23.227Z | Compiling rustix v0.37.23 |
1657 | 2023-11-19T05:15:23.230Z | Compiling hmac v0.12.1 |
1658 | 2023-11-19T05:15:23.549Z | Compiling md-5 v0.10.5 |
1659 | 2023-11-19T05:15:23.582Z | Compiling stringprep v0.1.3 |
1660 | 2023-11-19T05:15:23.856Z | Compiling hash32 v0.2.1 |
1661 | 2023-11-19T05:15:24.418Z | Compiling fallible-iterator v0.2.0 |
1662 | 2023-11-19T05:15:24.797Z | Compiling stable_deref_trait v1.2.0 |
1663 | 2023-11-19T05:15:24.923Z | Compiling anstyle-query v1.0.0 |
1664 | 2023-11-19T05:15:24.962Z | Compiling colorchoice v1.0.0 |
1665 | 2023-11-19T05:15:25.181Z | Compiling terminal_size v0.2.6 |
1666 | 2023-11-19T05:15:25.641Z | Compiling anstream v0.5.0 |
1667 | 2023-11-19T05:15:25.659Z | Compiling block-padding v0.3.3 |
1668 | 2023-11-19T05:15:25.666Z | Compiling postgres-protocol v0.6.6 |
1669 | 2023-11-19T05:15:25.673Z | Compiling phf_shared v0.11.2 |
1670 | 2023-11-19T05:15:26.031Z | Compiling scheduled-thread-pool v0.2.7 |
1671 | 2023-11-19T05:15:26.231Z | Compiling managed v0.8.0 |
1672 | 2023-11-19T05:15:26.774Z | Compiling clap_lex v0.5.1 |
1673 | 2023-11-19T05:15:26.910Z | Compiling deranged v0.3.8 |
1674 | 2023-11-19T05:15:26.979Z | Compiling num_threads v0.1.6 |
1675 | 2023-11-19T05:15:27.174Z | Compiling matches v0.1.10 |
1676 | 2023-11-19T05:15:27.291Z | Compiling regex-automata v0.1.10 |
1677 | 2023-11-19T05:15:27.311Z | Compiling idna v0.2.3 |
1678 | 2023-11-19T05:15:27.462Z | Compiling clap_builder v4.4.2 |
1679 | 2023-11-19T05:15:27.606Z | Compiling postgres-types v0.2.6 |
1680 | 2023-11-19T05:15:28.034Z | Compiling bstr v0.2.17 |
1681 | 2023-11-19T05:15:29.688Z | Compiling hyper v0.14.27 |
1682 | 2023-11-19T05:15:29.803Z | Compiling time v0.3.27 |
1683 | 2023-11-19T05:15:29.853Z | Compiling signal-hook-mio v0.2.3 |
1684 | 2023-11-19T05:15:30.062Z | Compiling r2d2 v0.8.10 |
1685 | 2023-11-19T05:15:30.276Z | Compiling phf v0.11.2 |
1686 | 2023-11-19T05:15:30.625Z | Compiling bzip2 v0.4.4 |
1687 | 2023-11-19T05:15:30.716Z | Compiling inout v0.1.3 |
1688 | 2023-11-19T05:15:31.066Z | Compiling hubpack v0.1.2 |
1689 | 2023-11-19T05:15:31.167Z | Compiling ipnetwork v0.20.0 |
1690 | 2023-11-19T05:15:32.243Z | Compiling futures-executor v0.3.29 |
1691 | 2023-11-19T05:15:32.457Z | Compiling itertools v0.11.0 |
1692 | 2023-11-19T05:15:33.011Z | Compiling zerocopy v0.6.4 |
1693 | 2023-11-19T05:15:33.955Z | Compiling float-cmp v0.9.0 |
1694 | 2023-11-19T05:15:34.273Z | Compiling predicates-core v1.0.6 |
1695 | 2023-11-19T05:15:34.308Z | Compiling whoami v1.4.1 |
1696 | 2023-11-19T05:15:34.737Z | Compiling data-encoding v2.4.0 |
1697 | 2023-11-19T05:15:35.070Z | Compiling difflib v0.4.0 |
1698 | 2023-11-19T05:15:35.147Z | Compiling regex-automata v0.3.8 |
1699 | 2023-11-19T05:15:36.443Z | Compiling static_assertions v1.1.0 |
1700 | 2023-11-19T05:15:36.570Z | Compiling normalize-line-endings v0.3.0 |
1701 | 2023-11-19T05:15:36.726Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1702 | 2023-11-19T05:15:37.107Z | Compiling predicates v3.0.4 |
1703 | 2023-11-19T05:15:37.111Z | Compiling trust-dns-proto v0.22.0 |
1704 | 2023-11-19T05:15:37.801Z | Compiling yasna v0.5.2 |
1705 | 2023-11-19T05:15:38.000Z | Compiling bstr v1.6.0 |
1706 | 2023-11-19T05:15:38.903Z | Compiling tokio-postgres v0.7.10 |
1707 | 2023-11-19T05:15:40.396Z | Compiling clap v4.4.3 |
1708 | 2023-11-19T05:15:40.510Z | Compiling diesel v2.1.3 |
1709 | 2023-11-19T05:15:40.546Z | Compiling futures v0.3.29 |
1710 | 2023-11-19T05:15:40.632Z | Compiling zip v0.6.6 |
1711 | 2023-11-19T05:15:40.691Z | Compiling cipher v0.4.4 |
1712 | 2023-11-19T05:15:41.429Z | Compiling hyper-rustls v0.24.2 |
1713 | 2023-11-19T05:15:41.444Z | Compiling hyper-tls v0.5.0 |
1714 | 2023-11-19T05:15:41.779Z | Compiling reqwest v0.11.22 |
1715 | 2023-11-19T05:15:41.866Z | Compiling crossterm v0.27.0 |
1716 | 2023-11-19T05:15:42.675Z | Compiling similar v2.2.1 |
1717 | 2023-11-19T05:15:45.502Z | Compiling signature v2.1.0 |
1718 | 2023-11-19T05:15:45.821Z | Compiling tokio-stream v0.1.14 |
1719 | 2023-11-19T05:15:45.997Z | Compiling usdt v0.3.5 |
1720 | 2023-11-19T05:15:46.283Z | Compiling console v0.15.7 |
1721 | 2023-11-19T05:15:46.638Z | Compiling serde_tokenstream v0.2.0 |
1722 | 2023-11-19T05:15:47.334Z | Compiling regress v0.7.1 |
1723 | 2023-11-19T05:15:47.558Z | Compiling getopts v0.2.21 |
1724 | 2023-11-19T05:15:47.581Z | Compiling unsafe-libyaml v0.2.9 |
1725 | 2023-11-19T05:15:48.930Z | Compiling ident_case v1.0.1 |
1726 | 2023-11-19T05:15:49.675Z | Compiling serde_yaml v0.9.25 |
1727 | 2023-11-19T05:15:49.787Z | Compiling paste v1.0.14 |
1728 | 2023-11-19T05:15:50.421Z | Compiling slog-async v2.8.0 |
1729 | 2023-11-19T05:15:50.531Z | Compiling multer v2.1.0 |
1730 | 2023-11-19T05:15:51.042Z | Compiling async-stream-impl v0.3.5 |
1731 | 2023-11-19T05:15:51.149Z | Compiling darling_core v0.20.3 |
1732 | 2023-11-19T05:15:52.186Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1733 | 2023-11-19T05:15:52.978Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1734 | 2023-11-19T05:15:55.556Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1735 | 2023-11-19T05:15:57.278Z | Compiling structmeta-derive v0.2.0 |
1736 | 2023-11-19T05:15:58.113Z | Compiling regex-syntax v0.7.5 |
1737 | 2023-11-19T05:15:59.919Z | Compiling darling_macro v0.20.3 |
1738 | 2023-11-19T05:16:01.327Z | Compiling darling v0.20.3 |
1739 | 2023-11-19T05:16:01.469Z | Compiling structmeta v0.2.0 |
1740 | 2023-11-19T05:16:01.487Z | Compiling serde_with_macros v2.3.3 |
1741 | 2023-11-19T05:16:02.151Z | Compiling test-strategy v0.3.1 |
1742 | 2023-11-19T05:16:08.444Z | Compiling parse-display-derive v0.8.2 |
1743 | 2023-11-19T05:16:22.383Z | Checking unicode-ident v1.0.12 |
1744 | 2023-11-19T05:16:22.793Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1745 | 2023-11-19T05:16:23.466Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1746 | 2023-11-19T05:16:23.723Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1747 | 2023-11-19T05:16:34.196Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1748 | 2023-11-19T05:16:47.041Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1749 | 2023-11-19T05:16:47.623Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1750 | 2023-11-19T05:16:52.750Z | Checking heck v0.4.1 |
1751 | 2023-11-19T05:16:54.605Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1752 | 2023-11-19T05:16:56.434Z | Checking fastrand v2.0.0 |
1753 | 2023-11-19T05:16:56.905Z | Checking tempfile v3.8.0 |
1754 | 2023-11-19T05:16:57.315Z | Checking sha1 v0.10.6 |
1755 | 2023-11-19T05:16:57.449Z | Checking match_cfg v0.1.0 |
1756 | 2023-11-19T05:16:57.565Z | Checking hostname v0.3.1 |
1757 | 2023-11-19T05:16:57.734Z | Checking atty v0.2.14 |
1758 | 2023-11-19T05:16:57.751Z | Checking quick-error v1.2.3 |
1759 | 2023-11-19T05:16:57.834Z | Checking crossbeam-channel v0.5.8 |
1760 | 2023-11-19T05:16:57.891Z | Checking camino v1.1.6 |
1761 | 2023-11-19T05:16:57.923Z | Checking dirs-sys-next v0.1.2 |
1762 | 2023-11-19T05:16:58.156Z | Checking dirs-next v2.0.0 |
1763 | 2023-11-19T05:16:58.274Z | Checking thread_local v1.1.7 |
1764 | 2023-11-19T05:16:58.321Z | Checking instant v0.1.12 |
1765 | 2023-11-19T05:16:58.459Z | Checking term v0.7.0 |
1766 | 2023-11-19T05:16:58.658Z | Checking toml v0.8.8 |
1767 | 2023-11-19T05:16:58.924Z | Checking strum v0.25.0 |
1768 | 2023-11-19T05:16:58.980Z | Checking take_mut v0.2.2 |
1769 | 2023-11-19T05:16:59.120Z | Checking slog-json v2.6.1 |
1770 | 2023-11-19T05:16:59.133Z | Checking slog-term v2.9.0 |
1771 | 2023-11-19T05:16:59.184Z | Checking serde_with v2.3.3 |
1772 | 2023-11-19T05:16:59.317Z | Checking wait-timeout v0.2.0 |
1773 | 2023-11-19T05:16:59.475Z | Checking atomic-waker v1.1.1 |
1774 | 2023-11-19T05:16:59.552Z | Checking debug-ignore v1.0.5 |
1775 | 2023-11-19T05:16:59.574Z | Checking slog-bunyan v2.4.0 |
1776 | 2023-11-19T05:16:59.644Z | Checking waitgroup v0.1.2 |
1777 | 2023-11-19T05:16:59.785Z | Checking async-stream v0.3.5 |
1778 | 2023-11-19T05:16:59.792Z | Checking serde_path_to_error v0.1.14 |
1779 | 2023-11-19T05:16:59.828Z | Checking rusty-fork v0.3.0 |
1780 | 2023-11-19T05:17:00.284Z | Checking rand_xorshift v0.3.0 |
1781 | 2023-11-19T05:17:00.291Z | Checking unarray v0.1.4 |
1782 | 2023-11-19T05:17:00.303Z | Checking backoff v0.4.0 |
1783 | 2023-11-19T05:17:00.476Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1784 | 2023-11-19T05:17:00.667Z | Checking parse-display v0.8.2 |
1785 | 2023-11-19T05:17:00.704Z | Checking macaddr v1.0.1 |
1786 | 2023-11-19T05:17:01.245Z | Compiling proc-macro-error-attr v1.0.4 |
1787 | 2023-11-19T05:17:01.763Z | Compiling proc-macro-crate v1.3.1 |
1788 | 2023-11-19T05:17:01.831Z | Compiling proc-macro-error v1.0.4 |
1789 | 2023-11-19T05:17:03.126Z | Compiling num_enum_derive v0.5.11 |
1790 | 2023-11-19T05:17:05.032Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1791 | 2023-11-19T05:17:05.102Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1792 | 2023-11-19T05:17:06.914Z | Compiling crucible-workspace-hack v0.1.0 |
1793 | 2023-11-19T05:17:07.012Z | Checking proptest v1.3.1 |
1794 | 2023-11-19T05:17:07.020Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1795 | 2023-11-19T05:17:07.040Z | Compiling foreign-types-macros v0.2.3 |
1796 | 2023-11-19T05:17:07.095Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1797 | 2023-11-19T05:17:07.172Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1798 | 2023-11-19T05:17:07.203Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1799 | 2023-11-19T05:17:07.252Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1800 | 2023-11-19T05:17:07.435Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1801 | 2023-11-19T05:17:07.766Z | Compiling zone_cfg_derive v0.3.0 |
1802 | 2023-11-19T05:17:07.865Z | Compiling mockall_derive v0.11.4 |
1803 | 2023-11-19T05:17:07.970Z | Compiling num-derive v0.4.0 |
1804 | 2023-11-19T05:17:25.616Z | Checking is-terminal v0.4.9 |
1805 | 2023-11-19T05:17:51.781Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1806 | 2023-11-19T05:17:56.573Z | Checking termtree v0.4.1 |
1807 | 2023-11-19T05:17:56.844Z | Checking predicates-tree v1.0.9 |
1808 | 2023-11-19T05:17:57.339Z | Checking num_enum v0.5.11 |
1809 | 2023-11-19T05:17:57.625Z | Checking postcard-cobs v0.1.5-pre |
1810 | 2023-11-19T05:17:57.842Z | Checking postcard v0.7.3 |
1811 | 2023-11-19T05:17:58.359Z | Checking smoltcp v0.8.2 |
1812 | 2023-11-19T05:17:58.575Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1813 | 2023-11-19T05:17:58.926Z | Checking cfg-if v0.1.10 |
1814 | 2023-11-19T05:17:58.943Z | Checking foreign-types-shared v0.3.1 |
1815 | 2023-11-19T05:17:59.041Z | Checking base64ct v1.6.0 |
1816 | 2023-11-19T05:17:59.078Z | Checking foreign-types v0.5.0 |
1817 | 2023-11-19T05:17:59.547Z | Checking cstr-argument v0.1.2 |
1818 | 2023-11-19T05:17:59.738Z | Checking pretty-hex v0.2.1 |
1819 | 2023-11-19T05:17:59.780Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1820 | 2023-11-19T05:17:59.942Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1821 | 2023-11-19T05:18:00.287Z | Checking colored v2.0.4 |
1822 | 2023-11-19T05:18:00.742Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1823 | 2023-11-19T05:18:00.933Z | Checking predicates v2.1.5 |
1824 | 2023-11-19T05:18:01.111Z | Compiling heck v0.3.3 |
1825 | 2023-11-19T05:18:01.238Z | Checking downcast v0.11.0 |
1826 | 2023-11-19T05:18:01.514Z | Checking fragile v2.0.0 |
1827 | 2023-11-19T05:18:01.626Z | Compiling libefi-sys v0.1.0 |
1828 | 2023-11-19T05:18:01.897Z | Compiling structopt-derive v0.4.18 |
1829 | 2023-11-19T05:18:01.959Z | Checking mockall v0.11.4 |
1830 | 2023-11-19T05:18:02.109Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1831 | 2023-11-19T05:18:02.310Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1832 | 2023-11-19T05:18:02.435Z | Checking zone v0.3.0 |
1833 | 2023-11-19T05:18:02.748Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1834 | 2023-11-19T05:18:02.983Z | Checking smf v0.2.2 |
1835 | 2023-11-19T05:18:03.627Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1836 | 2023-11-19T05:18:03.655Z | Compiling cancel-safe-futures v0.1.5 |
1837 | 2023-11-19T05:18:04.803Z | Checking base64 v0.13.1 |
1838 | 2023-11-19T05:18:05.283Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1839 | 2023-11-19T05:18:06.328Z | Checking filetime v0.2.22 |
1840 | 2023-11-19T05:18:06.434Z | Checking xattr v1.0.1 |
1841 | 2023-11-19T05:18:06.609Z | Compiling der_derive v0.7.2 |
1842 | 2023-11-19T05:18:06.679Z | Checking tar v0.4.40 |
1843 | 2023-11-19T05:18:06.933Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1844 | 2023-11-19T05:18:07.354Z | Compiling convert_case v0.4.0 |
1845 | 2023-11-19T05:18:07.693Z | Compiling slog-dtrace v0.2.3 |
1846 | 2023-11-19T05:18:07.853Z | Compiling radium v0.7.0 |
1847 | 2023-11-19T05:18:08.213Z | Checking pem v1.1.1 |
1848 | 2023-11-19T05:18:08.521Z | Checking camino-tempfile v1.0.2 |
1849 | 2023-11-19T05:18:08.537Z | Compiling maybe-uninit v2.0.0 |
1850 | 2023-11-19T05:18:08.577Z | Compiling derive_more v0.99.17 |
1851 | 2023-11-19T05:18:08.909Z | Checking headers-core v0.2.0 |
1852 | 2023-11-19T05:18:09.097Z | Compiling packed_struct v0.10.1 |
1853 | 2023-11-19T05:18:09.265Z | Compiling num-bigint-dig v0.8.4 |
1854 | 2023-11-19T05:18:09.508Z | Checking headers v0.3.9 |
1855 | 2023-11-19T05:18:09.717Z | Compiling packed_struct_codegen v0.10.1 |
1856 | 2023-11-19T05:18:09.802Z | Checking pem v3.0.2 |
1857 | 2023-11-19T05:18:10.182Z | Checking rcgen v0.11.3 |
1858 | 2023-11-19T05:18:10.355Z | Checking atomicwrites v0.4.2 |
1859 | 2023-11-19T05:18:10.621Z | Checking subprocess v0.2.9 |
1860 | 2023-11-19T05:18:11.239Z | Compiling num-rational v0.4.1 |
1861 | 2023-11-19T05:18:11.298Z | Compiling same-file v1.0.6 |
1862 | 2023-11-19T05:18:11.440Z | Compiling semver-parser v0.10.2 |
1863 | 2023-11-19T05:18:11.617Z | Compiling walkdir v2.4.0 |
1864 | 2023-11-19T05:18:11.660Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1865 | 2023-11-19T05:18:12.018Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1866 | 2023-11-19T05:18:13.919Z | Compiling semver v0.11.0 |
1867 | 2023-11-19T05:18:14.840Z | Compiling home v0.5.5 |
1868 | 2023-11-19T05:18:14.976Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1869 | 2023-11-19T05:18:15.039Z | Compiling toolchain_find v0.2.0 |
1870 | 2023-11-19T05:18:15.726Z | Compiling toml v0.5.11 |
1871 | 2023-11-19T05:18:15.801Z | Checking linked-hash-map v0.5.6 |
1872 | 2023-11-19T05:18:16.282Z | Compiling doc-comment v0.3.3 |
1873 | 2023-11-19T05:18:16.713Z | Compiling omicron-zone-package v0.9.1 |
1874 | 2023-11-19T05:18:17.220Z | Checking lru-cache v0.1.2 |
1875 | 2023-11-19T05:18:18.111Z | Checking half v1.8.2 |
1876 | 2023-11-19T05:18:18.438Z | Checking ciborium-io v0.2.1 |
1877 | 2023-11-19T05:18:18.583Z | Compiling rustfmt-wrapper v0.2.0 |
1878 | 2023-11-19T05:18:18.719Z | Checking ciborium-ll v0.2.1 |
1879 | 2023-11-19T05:18:19.178Z | Checking password-hash v0.5.0 |
1880 | 2023-11-19T05:18:19.526Z | Checking textwrap v0.11.0 |
1881 | 2023-11-19T05:18:19.840Z | Checking blake2 v0.10.6 |
1882 | 2023-11-19T05:18:19.880Z | Checking strsim v0.8.0 |
1883 | 2023-11-19T05:18:20.213Z | Checking ansi_term v0.12.1 |
1884 | 2023-11-19T05:18:20.260Z | Checking vec_map v0.8.2 |
1885 | 2023-11-19T05:18:20.355Z | Checking ciborium v0.2.1 |
1886 | 2023-11-19T05:18:20.502Z | Checking argon2 v0.5.2 |
1887 | 2023-11-19T05:18:20.554Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1888 | 2023-11-19T05:18:20.596Z | Checking clap v2.34.0 |
1889 | 2023-11-19T05:18:21.072Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1890 | 2023-11-19T05:18:21.470Z | Checking arc-swap v1.6.0 |
1891 | 2023-11-19T05:18:21.510Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1892 | 2023-11-19T05:18:21.558Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1893 | 2023-11-19T05:18:21.890Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1894 | 2023-11-19T05:18:22.028Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1895 | 2023-11-19T05:18:22.178Z | Checking slog-scope v4.4.0 |
1896 | 2023-11-19T05:18:22.448Z | Checking slog-stdlog v4.1.1 |
1897 | 2023-11-19T05:18:22.645Z | Compiling snafu-derive v0.7.5 |
1898 | 2023-11-19T05:18:22.710Z | Checking slog-envlogger v2.2.0 |
1899 | 2023-11-19T05:18:23.503Z | Checking newline-converter v0.3.0 |
1900 | 2023-11-19T05:18:23.701Z | Compiling derive-where v1.2.5 |
1901 | 2023-11-19T05:18:23.935Z | Compiling semver v0.1.20 |
1902 | 2023-11-19T05:18:25.128Z | Checking structopt v0.3.26 |
1903 | 2023-11-19T05:18:25.244Z | Compiling rustc_version v0.1.7 |
1904 | 2023-11-19T05:18:25.647Z | Checking expectorate v1.1.0 |
1905 | 2023-11-19T05:18:25.851Z | Checking pem-rfc7468 v0.7.0 |
1906 | 2023-11-19T05:18:26.447Z | Checking flagset v0.4.3 |
1907 | 2023-11-19T05:18:26.696Z | Compiling parking_lot_core v0.8.6 |
1908 | 2023-11-19T05:18:26.713Z | Checking termcolor v1.2.0 |
1909 | 2023-11-19T05:18:27.351Z | Checking der v0.7.8 |
1910 | 2023-11-19T05:18:28.191Z | Compiling newtype_derive v0.1.6 |
1911 | 2023-11-19T05:18:30.343Z | Checking spki v0.7.2 |
1912 | 2023-11-19T05:18:30.771Z | Checking tap v1.0.1 |
1913 | 2023-11-19T05:18:31.004Z | Checking wyz v0.5.1 |
1914 | 2023-11-19T05:18:32.158Z | Checking resolv-conf v0.7.0 |
1915 | 2023-11-19T05:18:32.179Z | Checking fxhash v0.2.1 |
1916 | 2023-11-19T05:18:32.225Z | Checking crc-catalog v2.2.0 |
1917 | 2023-11-19T05:18:32.376Z | Checking funty v2.0.0 |
1918 | 2023-11-19T05:18:32.408Z | Checking pkcs8 v0.10.2 |
1919 | 2023-11-19T05:18:32.424Z | Checking crc v3.0.1 |
1920 | 2023-11-19T05:18:32.557Z | Checking nodrop v0.1.14 |
1921 | 2023-11-19T05:18:32.659Z | Checking trust-dns-resolver v0.22.0 |
1922 | 2023-11-19T05:18:32.706Z | Checking array-init v0.0.4 |
1923 | 2023-11-19T05:18:32.723Z | Checking smallvec v0.6.14 |
1924 | 2023-11-19T05:18:32.768Z | Checking pkcs1 v0.7.5 |
1925 | 2023-11-19T05:18:33.295Z | Compiling rayon-core v1.12.0 |
1926 | 2023-11-19T05:18:33.349Z | Checking bitfield v0.14.0 |
1927 | 2023-11-19T05:18:33.755Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1928 | 2023-11-19T05:18:33.776Z | Checking x509-cert v0.2.4 |
1929 | 2023-11-19T05:18:34.109Z | Checking env_logger v0.10.0 |
1930 | 2023-11-19T05:18:34.169Z | Checking bitvec v1.0.1 |
1931 | 2023-11-19T05:18:34.361Z | Checking serde-hex v0.1.0 |
1932 | 2023-11-19T05:18:34.743Z | Checking hkdf v0.12.3 |
1933 | 2023-11-19T05:18:35.034Z | Checking ron v0.8.1 |
1934 | 2023-11-19T05:18:35.052Z | Compiling memoffset v0.7.1 |
1935 | 2023-11-19T05:18:35.492Z | Checking crc-any v2.4.3 |
1936 | 2023-11-19T05:18:35.929Z | Checking rsa v0.9.2 |
1937 | 2023-11-19T05:18:36.049Z | Compiling buf-list v1.0.3 |
1938 | 2023-11-19T05:18:36.488Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1939 | 2023-11-19T05:18:36.670Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1940 | 2023-11-19T05:18:36.912Z | Checking object v0.30.4 |
1941 | 2023-11-19T05:18:37.017Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1942 | 2023-11-19T05:18:37.392Z | Checking utf-8 v0.7.6 |
1943 | 2023-11-19T05:18:37.590Z | Checking keccak v0.1.4 |
1944 | 2023-11-19T05:18:37.667Z | Checking path-slash v0.1.5 |
1945 | 2023-11-19T05:18:38.024Z | Checking sha3 v0.10.8 |
1946 | 2023-11-19T05:18:38.246Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1947 | 2023-11-19T05:18:38.584Z | Checking secrecy v0.8.0 |
1948 | 2023-11-19T05:18:38.897Z | Compiling unicase v2.7.0 |
1949 | 2023-11-19T05:18:39.136Z | Compiling platforms v3.0.2 |
1950 | 2023-11-19T05:18:39.577Z | Compiling salty v0.2.0 |
1951 | 2023-11-19T05:18:40.172Z | Checking num-complex v0.4.4 |
1952 | 2023-11-19T05:18:40.779Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1953 | 2023-11-19T05:18:40.984Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1954 | 2023-11-19T05:18:41.692Z | Checking num v0.4.1 |
1955 | 2023-11-19T05:18:41.928Z | Checking glob v0.3.1 |
1956 | 2023-11-19T05:18:42.393Z | Checking openapiv3 v1.0.3 |
1957 | 2023-11-19T05:18:42.443Z | Compiling curve25519-dalek v4.1.0 |
1958 | 2023-11-19T05:18:42.504Z | Checking swrite v0.1.0 |
1959 | 2023-11-19T05:18:43.136Z | Compiling mime_guess v2.0.4 |
1960 | 2023-11-19T05:18:44.008Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1961 | 2023-11-19T05:18:44.852Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1962 | 2023-11-19T05:18:44.894Z | Compiling thiserror-impl-no-std v2.0.2 |
1963 | 2023-11-19T05:18:47.188Z | Compiling curve25519-dalek-derive v0.1.0 |
1964 | 2023-11-19T05:18:47.872Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1965 | 2023-11-19T05:18:48.504Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1966 | 2023-11-19T05:18:49.213Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1967 | 2023-11-19T05:18:50.148Z | Checking nibble_vec v0.1.0 |
1968 | 2023-11-19T05:18:50.743Z | Compiling portable-atomic v1.4.3 |
1969 | 2023-11-19T05:18:51.211Z | Compiling crunchy v0.2.2 |
1970 | 2023-11-19T05:18:51.928Z | Checking endian-type v0.1.2 |
1971 | 2023-11-19T05:18:52.282Z | Checking radix_trie v0.2.1 |
1972 | 2023-11-19T05:18:52.931Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1973 | 2023-11-19T05:18:53.039Z | Checking snafu v0.7.5 |
1974 | 2023-11-19T05:18:53.507Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1975 | 2023-11-19T05:18:53.991Z | Checking libsw v3.3.0 |
1976 | 2023-11-19T05:18:54.076Z | Checking linear-map v1.2.0 |
1977 | 2023-11-19T05:18:54.591Z | Compiling tiny-keccak v2.0.2 |
1978 | 2023-11-19T05:18:54.807Z | Checking owo-colors v3.5.0 |
1979 | 2023-11-19T05:18:55.693Z | Checking parking_lot v0.11.2 |
1980 | 2023-11-19T05:18:58.106Z | Checking trust-dns-client v0.22.0 |
1981 | 2023-11-19T05:18:58.803Z | Compiling clang-sys v1.6.1 |
1982 | 2023-11-19T05:18:59.835Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1983 | 2023-11-19T05:19:00.000Z | Checking crossbeam-deque v0.8.3 |
1984 | 2023-11-19T05:19:00.495Z | Compiling darling_core v0.14.4 |
1985 | 2023-11-19T05:19:00.593Z | Compiling prettyplease v0.2.12 |
1986 | 2023-11-19T05:19:00.827Z | Checking trust-dns-server v0.22.1 |
1987 | 2023-11-19T05:19:01.433Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1988 | 2023-11-19T05:19:01.836Z | Compiling ascii-canvas v3.0.0 |
1989 | 2023-11-19T05:19:02.759Z | Checking sled v0.34.7 |
1990 | 2023-11-19T05:19:04.572Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1991 | 2023-11-19T05:19:05.901Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1992 | 2023-11-19T05:19:06.895Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1993 | 2023-11-19T05:19:07.520Z | Compiling ena v0.14.2 |
1994 | 2023-11-19T05:19:07.807Z | Checking pretty-hex v0.3.0 |
1995 | 2023-11-19T05:19:07.971Z | Checking signature v1.6.4 |
1996 | 2023-11-19T05:19:08.030Z | Compiling diff v0.1.13 |
1997 | 2023-11-19T05:19:08.142Z | Compiling minimal-lexical v0.2.1 |
1998 | 2023-11-19T05:19:08.148Z | Compiling regex-syntax v0.6.29 |
1999 | 2023-11-19T05:19:08.625Z | Checking ed25519 v1.5.3 |
2000 | 2023-11-19T05:19:08.837Z | Compiling nom v7.1.3 |
2001 | 2023-11-19T05:19:09.202Z | Compiling darling_macro v0.14.4 |
2002 | 2023-11-19T05:19:09.225Z | Checking tungstenite v0.18.0 |
2003 | 2023-11-19T05:19:10.174Z | Checking path-dedot v3.1.0 |
2004 | 2023-11-19T05:19:10.253Z | Compiling libloading v0.7.4 |
2005 | 2023-11-19T05:19:10.432Z | Compiling ref-cast v1.0.20 |
2006 | 2023-11-19T05:19:10.624Z | Compiling darling v0.14.4 |
2007 | 2023-11-19T05:19:10.788Z | Compiling bindgen v0.65.1 |
2008 | 2023-11-19T05:19:10.791Z | Compiling derive_builder_core v0.12.0 |
2009 | 2023-11-19T05:19:11.121Z | Checking tokio-tungstenite v0.18.0 |
2010 | 2023-11-19T05:19:11.200Z | Checking path-absolutize v3.1.0 |
2011 | 2023-11-19T05:19:11.427Z | Checking rayon v1.8.0 |
2012 | 2023-11-19T05:19:11.815Z | Checking steno v0.4.0 |
2013 | 2023-11-19T05:19:11.831Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2014 | 2023-11-19T05:19:14.427Z | Compiling lalrpop v0.19.12 |
2015 | 2023-11-19T05:19:15.082Z | Compiling cexpr v0.6.0 |
2016 | 2023-11-19T05:19:16.589Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2017 | 2023-11-19T05:19:17.473Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2018 | 2023-11-19T05:19:17.693Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2019 | 2023-11-19T05:19:17.801Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2020 | 2023-11-19T05:19:18.062Z | Checking globset v0.4.13 |
2021 | 2023-11-19T05:19:18.314Z | Checking olpc-cjson v0.1.3 |
2022 | 2023-11-19T05:19:18.618Z | Checking serde-big-array v0.4.1 |
2023 | 2023-11-19T05:19:18.772Z | Checking serde_plain v1.0.2 |
2024 | 2023-11-19T05:19:18.841Z | Checking serde-big-array v0.5.1 |
2025 | 2023-11-19T05:19:19.134Z | Compiling which v4.4.0 |
2026 | 2023-11-19T05:19:19.165Z | Compiling ref-cast-impl v1.0.20 |
2027 | 2023-11-19T05:19:19.587Z | Compiling libxml v0.3.3 |
2028 | 2023-11-19T05:19:20.000Z | Compiling shlex v1.1.0 |
2029 | 2023-11-19T05:19:20.160Z | Compiling peeking_take_while v0.1.2 |
2030 | 2023-11-19T05:19:20.234Z | Compiling rustc-hash v1.1.0 |
2031 | 2023-11-19T05:19:20.344Z | Compiling lazycell v1.3.0 |
2032 | 2023-11-19T05:19:21.008Z | Checking tough v0.14.0 |
2033 | 2023-11-19T05:19:34.177Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2034 | 2023-11-19T05:19:34.899Z | Compiling derive_builder_macro v0.12.0 |
2035 | 2023-11-19T05:19:35.497Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2036 | 2023-11-19T05:19:35.602Z | Checking signal-hook-tokio v0.3.1 |
2037 | 2023-11-19T05:19:35.742Z | Checking ff v0.13.0 |
2038 | 2023-11-19T05:19:35.867Z | Compiling strum_macros v0.24.3 |
2039 | 2023-11-19T05:19:36.021Z | Checking display-error-chain v0.2.0 |
2040 | 2023-11-19T05:19:36.155Z | Checking corncobs v0.1.3 |
2041 | 2023-11-19T05:19:36.243Z | Compiling indoc v1.0.9 |
2042 | 2023-11-19T05:19:36.426Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2043 | 2023-11-19T05:19:36.536Z | Checking group v0.13.0 |
2044 | 2023-11-19T05:19:36.595Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2045 | 2023-11-19T05:19:36.768Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2046 | 2023-11-19T05:19:36.863Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2047 | 2023-11-19T05:19:37.104Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2048 | 2023-11-19T05:19:37.179Z | Checking universal-hash v0.5.1 |
2049 | 2023-11-19T05:19:37.301Z | Checking crypto-bigint v0.5.2 |
2050 | 2023-11-19T05:19:37.381Z | Compiling cookie v0.18.0 |
2051 | 2023-11-19T05:19:37.529Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2052 | 2023-11-19T05:19:37.603Z | Checking opaque-debug v0.3.0 |
2053 | 2023-11-19T05:19:37.818Z | Checking base16ct v0.2.0 |
2054 | 2023-11-19T05:19:38.863Z | Checking elliptic-curve v0.13.5 |
2055 | 2023-11-19T05:19:39.051Z | Checking poly1305 v0.8.0 |
2056 | 2023-11-19T05:19:39.830Z | Checking thiserror-no-std v2.0.2 |
2057 | 2023-11-19T05:19:40.415Z | Checking chacha20 v0.9.1 |
2058 | 2023-11-19T05:19:40.488Z | Checking aead v0.5.2 |
2059 | 2023-11-19T05:19:40.572Z | Compiling oso-derive v0.27.0 |
2060 | 2023-11-19T05:19:40.791Z | Compiling impl-trait-for-tuples v0.2.2 |
2061 | 2023-11-19T05:19:42.305Z | Checking vsss-rs v3.3.1 |
2062 | 2023-11-19T05:19:42.665Z | Checking chacha20poly1305 v0.10.1 |
2063 | 2023-11-19T05:19:42.926Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2064 | 2023-11-19T05:19:48.684Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2065 | 2023-11-19T05:19:48.824Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2066 | 2023-11-19T05:19:49.329Z | Checking tungstenite v0.20.1 |
2067 | 2023-11-19T05:19:50.770Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2068 | 2023-11-19T05:19:54.784Z | Checking tokio-tungstenite v0.20.1 |
2069 | 2023-11-19T05:19:56.577Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2070 | 2023-11-19T05:19:56.604Z | Checking bcs v0.1.6 |
2071 | 2023-11-19T05:19:57.398Z | Checking kstat-rs v0.2.3 |
2072 | 2023-11-19T05:19:58.682Z | Compiling indoc v2.0.3 |
2073 | 2023-11-19T05:19:59.497Z | Checking assert_matches v1.5.0 |
2074 | 2023-11-19T05:19:59.512Z | Checking highway v1.1.0 |
2075 | 2023-11-19T05:20:04.878Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2076 | 2023-11-19T05:20:07.530Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2077 | 2023-11-19T05:20:07.826Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2078 | 2023-11-19T05:20:07.960Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2079 | 2023-11-19T05:20:08.514Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2080 | 2023-11-19T05:20:09.803Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2081 | 2023-11-19T05:20:10.760Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2082 | 2023-11-19T05:20:12.630Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2083 | 2023-11-19T05:20:13.018Z | Checking humantime v2.1.0 |
2084 | 2023-11-19T05:20:13.646Z | Checking http-range v0.1.5 |
2085 | 2023-11-19T05:20:13.899Z | Checking hyper-staticfile v0.9.5 |
2086 | 2023-11-19T05:20:14.079Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2087 | 2023-11-19T05:20:14.739Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2088 | 2023-11-19T05:20:16.425Z | Checking number_prefix v0.4.0 |
2089 | 2023-11-19T05:20:18.457Z | Checking maplit v1.0.2 |
2090 | 2023-11-19T05:20:18.487Z | Checking indicatif v0.17.7 |
2091 | 2023-11-19T05:20:21.309Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2092 | 2023-11-19T05:20:22.431Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2093 | 2023-11-19T05:20:22.856Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2094 | 2023-11-19T05:20:23.425Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2095 | 2023-11-19T05:20:23.483Z | Checking derive_builder v0.12.0 |
2096 | 2023-11-19T05:20:26.582Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2097 | 2023-11-19T05:20:26.905Z | Checking bb8 v0.8.1 |
2098 | 2023-11-19T05:20:27.115Z | Checking quick-xml v0.23.1 |
2099 | 2023-11-19T05:20:27.361Z | Checking bytesize v1.3.0 |
2100 | 2023-11-19T05:20:27.647Z | Checking unicode-linebreak v0.1.5 |
2101 | 2023-11-19T05:20:28.018Z | Checking smawk v0.3.1 |
2102 | 2023-11-19T05:20:28.297Z | Checking fs-err v2.9.0 |
2103 | 2023-11-19T05:20:28.314Z | Checking textwrap v0.16.0 |
2104 | 2023-11-19T05:20:28.906Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2105 | 2023-11-19T05:20:31.899Z | Compiling vte_generate_state_changes v0.1.1 |
2106 | 2023-11-19T05:20:32.139Z | Checking is_ci v1.1.1 |
2107 | 2023-11-19T05:20:32.319Z | Checking cassowary v0.3.0 |
2108 | 2023-11-19T05:20:32.952Z | Checking ratatui v0.23.0 |
2109 | 2023-11-19T05:20:33.017Z | Checking supports-color v2.1.0 |
2110 | 2023-11-19T05:20:36.073Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2111 | 2023-11-19T05:20:39.377Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2112 | 2023-11-19T05:20:42.631Z | Checking rtoolbox v0.0.1 |
2113 | 2023-11-19T05:20:42.917Z | Checking rpassword v7.2.0 |
2114 | 2023-11-19T05:20:49.866Z | Checking tui-tree-widget v0.13.0 |
2115 | 2023-11-19T05:20:52.055Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2116 | 2023-11-19T05:20:53.627Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2117 | 2023-11-19T05:20:55.482Z | Checking yansi v0.5.1 |
2118 | 2023-11-19T05:20:55.938Z | Checking shell-words v1.1.0 |
2119 | 2023-11-19T05:20:56.885Z | Checking pretty_assertions v1.4.0 |
2120 | 2023-11-19T05:21:04.978Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2121 | 2023-11-19T05:21:05.958Z | Checking fatfs v0.3.6 |
2122 | 2023-11-19T05:21:06.929Z | Checking plotters-backend v0.3.5 |
2123 | 2023-11-19T05:21:07.502Z | Checking plotters-svg v0.3.5 |
2124 | 2023-11-19T05:21:10.042Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2125 | 2023-11-19T05:21:19.711Z | Checking rand v0.4.6 |
2126 | 2023-11-19T05:21:20.013Z | Checking cast v0.3.0 |
2127 | 2023-11-19T05:21:20.404Z | Checking remove_dir_all v0.5.3 |
2128 | 2023-11-19T05:21:20.478Z | Checking criterion-plot v0.5.0 |
2129 | 2023-11-19T05:21:21.223Z | Checking tempdir v0.3.7 |
2130 | 2023-11-19T05:21:21.453Z | Checking plotters v0.3.5 |
2131 | 2023-11-19T05:21:25.959Z | Checking tinytemplate v1.2.1 |
2132 | 2023-11-19T05:21:26.894Z | Checking oorandom v11.1.3 |
2133 | 2023-11-19T05:21:26.915Z | Checking anes v0.1.6 |
2134 | 2023-11-19T05:21:27.931Z | Checking criterion v0.5.1 |
2135 | 2023-11-19T05:21:30.507Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2136 | 2023-11-19T05:21:36.728Z | Checking assert_cmd v2.0.12 |
2137 | 2023-11-19T05:21:39.648Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2138 | 2023-11-19T05:21:41.316Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2139 | 2023-11-19T05:21:43.248Z | Checking dashmap v5.5.1 |
2140 | 2023-11-19T05:21:45.471Z | Compiling serial_test_derive v0.10.0 |
2141 | 2023-11-19T05:21:47.142Z | Compiling crossbeam-queue v0.3.8 |
2142 | 2023-11-19T05:21:48.652Z | Checking serial_test v0.10.0 |
2143 | 2023-11-19T05:21:52.450Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2144 | 2023-11-19T05:21:54.064Z | Checking vte v0.11.1 |
2145 | 2023-11-19T05:21:56.506Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2146 | 2023-11-19T05:21:57.263Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2147 | 2023-11-19T05:21:57.305Z | Checking threadpool v1.8.1 |
2148 | 2023-11-19T05:21:57.808Z | Checking libtest-mimic v0.6.1 |
2149 | 2023-11-19T05:21:58.452Z | Checking strip-ansi-escapes v0.2.0 |
2150 | 2023-11-19T05:22:08.283Z | Compiling tabled_derive v0.6.0 |
2151 | 2023-11-19T05:22:11.798Z | Checking httptest v0.15.5 |
2152 | 2023-11-19T05:22:12.958Z | Checking similar-asserts v1.5.0 |
2153 | 2023-11-19T05:22:13.313Z | Checking fd-lock v3.0.13 |
2154 | 2023-11-19T05:22:13.589Z | Checking nanorand v0.7.0 |
2155 | 2023-11-19T05:22:13.826Z | Compiling rstest_macros v0.18.2 |
2156 | 2023-11-19T05:22:14.149Z | Checking nu-ansi-term v0.49.0 |
2157 | 2023-11-19T05:22:14.768Z | Checking reedline v0.25.0 |
2158 | 2023-11-19T05:22:14.923Z | Checking flume v0.11.0 |
2159 | 2023-11-19T05:22:15.888Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2160 | 2023-11-19T05:22:17.867Z | Checking datatest-stable v0.2.3 |
2161 | 2023-11-19T05:22:23.422Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2162 | 2023-11-19T05:22:23.856Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2163 | 2023-11-19T05:22:25.801Z | Compiling pin-project-internal v1.1.3 |
2164 | 2023-11-19T05:22:25.900Z | Checking constant_time_eq v0.2.6 |
2165 | 2023-11-19T05:22:26.068Z | Checking bytecount v0.6.3 |
2166 | 2023-11-19T05:22:26.913Z | Compiling relative-path v1.9.0 |
2167 | 2023-11-19T05:22:27.987Z | Compiling trybuild v1.0.85 |
2168 | 2023-11-19T05:22:28.568Z | Checking arrayref v0.3.7 |
2169 | 2023-11-19T05:22:28.697Z | Checking arrayvec v0.7.4 |
2170 | 2023-11-19T05:22:29.295Z | Checking topological-sort v0.2.2 |
2171 | 2023-11-19T05:22:29.534Z | Checking blake2b_simd v1.0.1 |
2172 | 2023-11-19T05:22:30.157Z | Checking pin-project v1.1.3 |
2173 | 2023-11-19T05:22:30.839Z | Checking papergrid v0.10.0 |
2174 | 2023-11-19T05:22:33.021Z | Checking basic-toml v0.1.4 |
2175 | 2023-11-19T05:22:33.449Z | Checking constant_time_eq v0.3.0 |
2176 | 2023-11-19T05:22:33.924Z | Checking futures-timer v3.0.2 |
2177 | 2023-11-19T05:22:34.657Z | Checking rust-argon2 v1.0.1 |
2178 | 2023-11-19T05:22:34.759Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2179 | 2023-11-19T05:22:36.123Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2180 | 2023-11-19T05:22:36.126Z | Checking tabled v0.14.0 |
2181 | 2023-11-19T05:22:36.156Z | Checking partial-io v0.5.4 |
2182 | 2023-11-19T05:22:37.887Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2183 | 2023-11-19T05:22:38.677Z | Checking cargo-platform v0.1.3 |
2184 | 2023-11-19T05:22:38.896Z | Checking approx v0.5.1 |
2185 | 2023-11-19T05:22:39.139Z | Checking hex-literal v0.4.1 |
2186 | 2023-11-19T05:22:39.311Z | Checking cargo_metadata v0.18.0 |
2187 | 2023-11-19T05:22:40.369Z | Checking crossbeam v0.8.2 |
2188 | 2023-11-19T05:22:41.121Z | Compiling polar-core v0.27.0 |
2189 | 2023-11-19T05:22:42.209Z | Checking rstest v0.18.2 |
2190 | 2023-11-19T05:22:42.943Z | Checking cargo_toml v0.17.0 |
2191 | 2023-11-19T05:22:44.747Z | Checking termios v0.3.3 |
2192 | 2023-11-19T05:22:45.344Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2193 | 2023-11-19T05:22:45.919Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2194 | 2023-11-19T05:22:51.584Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2195 | 2023-11-19T05:22:58.492Z | Checking oso v0.27.0 |
2196 | 2023-11-19T05:23:03.274Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2197 | 2023-11-19T05:23:16.031Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2198 | 2023-11-19T05:23:16.193Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2199 | 2023-11-19T05:23:57.518Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2200 | 2023-11-19T05:25:47.062Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 40s |
2201 | 2023-11-19T05:25:47.275Z | |
2202 | 2023-11-19T05:25:47.278Z | real 12:34.397556351 |
2203 | 2023-11-19T05:25:47.281Z | user 1:17:43.804111839 |
2204 | 2023-11-19T05:25:47.284Z | sys 10:19.440553071 |
2205 | 2023-11-19T05:25:47.286Z | trap 2.733349370 |
2206 | 2023-11-19T05:25:47.289Z | tflt 4.899703752 |
2207 | 2023-11-19T05:25:47.292Z | dflt 7.112925286 |
2208 | 2023-11-19T05:25:47.294Z | kflt 0.018116329 |
2209 | 2023-11-19T05:25:47.297Z | lock 1:45:10.700375148 |
2210 | 2023-11-19T05:25:47.300Z | slp 3:41:55.304768701 |
2211 | 2023-11-19T05:25:47.302Z | lat 2:40.715545493 |
2212 | 2023-11-19T05:25:47.305Z | stop 6:06.164481366 |
2213 | 2023-11-19T05:25:48.406Z | warning: output filename collision. |
2214 | 2023-11-19T05:25:48.409Z | 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)`. |
2215 | 2023-11-19T05:25:48.411Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2216 | 2023-11-19T05:25:48.414Z | The targets should have unique names. |
2217 | 2023-11-19T05:25:48.417Z | This is a known bug where multiple crates with the same name use |
2218 | 2023-11-19T05:25:48.419Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2219 | 2023-11-19T05:25:48.422Z | warning: output filename collision. |
2220 | 2023-11-19T05:25:48.425Z | 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)`. |
2221 | 2023-11-19T05:25:48.428Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2222 | 2023-11-19T05:25:48.431Z | The targets should have unique names. |
2223 | 2023-11-19T05:25:48.434Z | This is a known bug where multiple crates with the same name use |
2224 | 2023-11-19T05:25:48.437Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2225 | 2023-11-19T05:25:48.440Z | warning: output filename collision. |
2226 | 2023-11-19T05:25:48.443Z | 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)`. |
2227 | 2023-11-19T05:25:48.447Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2228 | 2023-11-19T05:25:48.450Z | The targets should have unique names. |
2229 | 2023-11-19T05:25:48.452Z | This is a known bug where multiple crates with the same name use |
2230 | 2023-11-19T05:25:48.455Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2231 | 2023-11-19T05:25:49.020Z | Checking unicode-ident v1.0.12 |
2232 | 2023-11-19T05:25:49.041Z | Documenting libc v0.2.150 |
2233 | 2023-11-19T05:25:49.050Z | Documenting cfg-if v1.0.0 |
2234 | 2023-11-19T05:25:49.066Z | Checking libc v0.2.150 |
2235 | 2023-11-19T05:25:49.082Z | Checking serde v1.0.192 |
2236 | 2023-11-19T05:25:49.104Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2237 | 2023-11-19T05:25:49.109Z | Checking cfg-if v1.0.0 |
2238 | 2023-11-19T05:25:49.146Z | Documenting scopeguard v1.2.0 |
2239 | 2023-11-19T05:25:49.215Z | Documenting log v0.4.20 |
2240 | 2023-11-19T05:25:49.238Z | Checking proc-macro2 v1.0.69 |
2241 | 2023-11-19T05:25:49.541Z | Checking once_cell v1.18.0 |
2242 | 2023-11-19T05:25:49.973Z | Documenting itoa v1.0.9 |
2243 | 2023-11-19T05:25:50.244Z | Checking quote v1.0.33 |
2244 | 2023-11-19T05:25:50.737Z | Checking syn v2.0.32 |
2245 | 2023-11-19T05:25:50.830Z | Checking syn v1.0.109 |
2246 | 2023-11-19T05:25:53.032Z | Documenting lock_api v0.4.10 |
2247 | 2023-11-19T05:25:53.098Z | Documenting smallvec v1.11.0 |
2248 | 2023-11-19T05:25:54.083Z | Documenting memchr v2.6.3 |
2249 | 2023-11-19T05:25:55.561Z | Documenting pin-project-lite v0.2.13 |
2250 | 2023-11-19T05:25:55.608Z | Documenting getrandom v0.2.10 |
2251 | 2023-11-19T05:25:57.439Z | Documenting libm v0.2.7 |
2252 | 2023-11-19T05:25:57.452Z | Documenting signal-hook-registry v1.4.1 |
2253 | 2023-11-19T05:25:57.989Z | Documenting parking_lot_core v0.9.8 |
2254 | 2023-11-19T05:25:59.970Z | Checking itoa v1.0.9 |
2255 | 2023-11-19T05:26:00.268Z | Documenting mio v0.8.8 |
2256 | 2023-11-19T05:26:00.572Z | Documenting futures-core v0.3.29 |
2257 | 2023-11-19T05:26:00.864Z | Documenting socket2 v0.5.4 |
2258 | 2023-11-19T05:26:00.878Z | Documenting serde_derive v1.0.192 |
2259 | 2023-11-19T05:26:01.121Z | Documenting rand_core v0.6.4 |
2260 | 2023-11-19T05:26:02.292Z | Documenting zeroize_derive v1.4.2 |
2261 | 2023-11-19T05:26:03.033Z | Documenting num-traits v0.2.16 |
2262 | 2023-11-19T05:26:03.612Z | Documenting parking_lot v0.12.1 |
2263 | 2023-11-19T05:26:06.373Z | Documenting thiserror-impl v1.0.49 |
2264 | 2023-11-19T05:26:06.526Z | Documenting tokio-macros v2.1.0 |
2265 | 2023-11-19T05:26:06.605Z | Documenting num_cpus v1.16.0 |
2266 | 2023-11-19T05:26:06.832Z | Documenting once_cell v1.18.0 |
2267 | 2023-11-19T05:26:09.530Z | Documenting zeroize v1.6.0 |
2268 | 2023-11-19T05:26:09.689Z | Checking getrandom v0.2.10 |
2269 | 2023-11-19T05:26:09.885Z | Documenting typenum v1.16.0 |
2270 | 2023-11-19T05:26:10.036Z | Checking thiserror v1.0.49 |
2271 | 2023-11-19T05:26:10.214Z | Documenting ryu v1.0.15 |
2272 | 2023-11-19T05:26:11.395Z | Documenting serde v1.0.192 |
2273 | 2023-11-19T05:26:12.901Z | Checking ryu v1.0.15 |
2274 | 2023-11-19T05:26:12.904Z | Documenting subtle v2.5.0 |
2275 | 2023-11-19T05:26:12.907Z | Checking memchr v2.6.3 |
2276 | 2023-11-19T05:26:13.490Z | Documenting thiserror v1.0.49 |
2277 | 2023-11-19T05:26:13.799Z | Documenting byteorder v1.5.0 |
2278 | 2023-11-19T05:26:14.213Z | Checking serde_json v1.0.108 |
2279 | 2023-11-19T05:26:14.274Z | Documenting futures-sink v0.3.29 |
2280 | 2023-11-19T05:26:15.295Z | Checking heck v0.4.1 |
2281 | 2023-11-19T05:26:15.558Z | Documenting pin-utils v0.1.0 |
2282 | 2023-11-19T05:26:17.150Z | Checking log v0.4.20 |
2283 | 2023-11-19T05:26:17.283Z | Documenting generic-array v0.14.7 |
2284 | 2023-11-19T05:26:17.506Z | Documenting const-oid v0.9.5 |
2285 | 2023-11-19T05:26:18.080Z | Documenting futures-macro v0.3.29 |
2286 | 2023-11-19T05:26:18.945Z | Checking bytes v1.5.0 |
2287 | 2023-11-19T05:26:19.971Z | Documenting futures-task v0.3.29 |
2288 | 2023-11-19T05:26:20.125Z | Documenting slab v0.4.9 |
2289 | 2023-11-19T05:26:20.246Z | Documenting futures-channel v0.3.29 |
2290 | 2023-11-19T05:26:23.046Z | Documenting futures-io v0.3.29 |
2291 | 2023-11-19T05:26:23.462Z | Documenting crypto-common v0.1.6 |
2292 | 2023-11-19T05:26:24.771Z | Documenting iana-time-zone v0.1.57 |
2293 | 2023-11-19T05:26:25.740Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2294 | 2023-11-19T05:26:26.187Z | Documenting tinyvec_macros v0.1.1 |
2295 | 2023-11-19T05:26:26.270Z | Checking byteorder v1.5.0 |
2296 | 2023-11-19T05:26:26.352Z | Documenting block-buffer v0.10.4 |
2297 | 2023-11-19T05:26:26.767Z | Checking fnv v1.0.7 |
2298 | 2023-11-19T05:26:26.889Z | Documenting ppv-lite86 v0.2.17 |
2299 | 2023-11-19T05:26:26.954Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2300 | 2023-11-19T05:26:28.349Z | Documenting futures-util v0.3.29 |
2301 | 2023-11-19T05:26:30.240Z | Documenting tinyvec v1.6.0 |
2302 | 2023-11-19T05:26:30.440Z | Documenting tracing-core v0.1.31 |
2303 | 2023-11-19T05:26:30.615Z | Documenting tracing-attributes v0.1.26 |
2304 | 2023-11-19T05:26:31.469Z | Documenting rand_chacha v0.3.1 |
2305 | 2023-11-19T05:26:32.256Z | Documenting digest v0.10.7 |
2306 | 2023-11-19T05:26:35.426Z | Documenting unicode-normalization v0.1.22 |
2307 | 2023-11-19T05:26:37.630Z | Documenting rand v0.8.5 |
2308 | 2023-11-19T05:26:39.701Z | Checking libm v0.2.7 |
2309 | 2023-11-19T05:26:40.707Z | Checking ucd-trie v0.1.6 |
2310 | 2023-11-19T05:26:41.026Z | Documenting fnv v1.0.7 |
2311 | 2023-11-19T05:26:41.078Z | Documenting base64 v0.21.5 |
2312 | 2023-11-19T05:26:41.273Z | Checking num-traits v0.2.16 |
2313 | 2023-11-19T05:26:42.216Z | Checking pest v2.7.2 |
2314 | 2023-11-19T05:26:42.241Z | Documenting lazy_static v1.4.0 |
2315 | 2023-11-19T05:26:44.075Z | Documenting bytes v1.5.0 |
2316 | 2023-11-19T05:26:44.161Z | Documenting bitflags v2.4.0 |
2317 | 2023-11-19T05:26:45.416Z | Documenting serde_json v1.0.108 |
2318 | 2023-11-19T05:26:46.211Z | Documenting chrono v0.4.31 |
2319 | 2023-11-19T05:26:46.353Z | Documenting uuid v1.5.0 |
2320 | 2023-11-19T05:26:46.778Z | Checking equivalent v1.0.1 |
2321 | 2023-11-19T05:26:46.920Z | Documenting unicode-bidi v0.3.13 |
2322 | 2023-11-19T05:26:46.963Z | Checking hashbrown v0.14.2 |
2323 | 2023-11-19T05:26:48.692Z | Checking indexmap v2.1.0 |
2324 | 2023-11-19T05:26:50.369Z | Documenting percent-encoding v2.3.0 |
2325 | 2023-11-19T05:26:50.469Z | Documenting spin v0.9.8 |
2326 | 2023-11-19T05:26:51.395Z | Documenting tokio v1.33.0 |
2327 | 2023-11-19T05:26:52.830Z | Documenting http v0.2.9 |
2328 | 2023-11-19T05:26:53.295Z | Documenting cpufeatures v0.2.9 |
2329 | 2023-11-19T05:26:53.572Z | Checking serde_derive_internals v0.26.0 |
2330 | 2023-11-19T05:26:54.511Z | Documenting serde_derive_internals v0.26.0 |
2331 | 2023-11-19T05:26:54.890Z | Documenting dyn-clone v1.0.13 |
2332 | 2023-11-19T05:26:55.273Z | Checking scopeguard v1.2.0 |
2333 | 2023-11-19T05:26:55.432Z | Checking time-core v0.1.1 |
2334 | 2023-11-19T05:26:55.646Z | Checking lock_api v0.4.10 |
2335 | 2023-11-19T05:26:56.259Z | Documenting form_urlencoded v1.2.0 |
2336 | 2023-11-19T05:26:56.304Z | Documenting idna v0.4.0 |
2337 | 2023-11-19T05:26:56.704Z | Documenting tracing v0.1.37 |
2338 | 2023-11-19T05:26:57.334Z | Documenting errno v0.3.2 |
2339 | 2023-11-19T05:26:59.263Z | Documenting adler v1.0.2 |
2340 | 2023-11-19T05:27:01.240Z | Checking uuid v1.5.0 |
2341 | 2023-11-19T05:27:01.553Z | Documenting httparse v1.8.0 |
2342 | 2023-11-19T05:27:01.864Z | Documenting rustix v0.38.9 |
2343 | 2023-11-19T05:27:01.978Z | Checking iana-time-zone v0.1.57 |
2344 | 2023-11-19T05:27:02.183Z | Documenting unicode-ident v1.0.12 |
2345 | 2023-11-19T05:27:02.249Z | Documenting schemars_derive v0.8.13 |
2346 | 2023-11-19T05:27:02.867Z | Documenting url v2.4.1 |
2347 | 2023-11-19T05:27:03.216Z | Documenting miniz_oxide v0.7.1 |
2348 | 2023-11-19T05:27:06.258Z | Documenting proc-macro2 v1.0.69 |
2349 | 2023-11-19T05:27:06.699Z | Checking chrono v0.4.31 |
2350 | 2023-11-19T05:27:07.635Z | Checking zerocopy v0.3.0 |
2351 | 2023-11-19T05:27:08.094Z | Checking dtrace-parser v0.1.14 |
2352 | 2023-11-19T05:27:08.614Z | Checking thread-id v4.2.0 |
2353 | 2023-11-19T05:27:08.680Z | Checking dof v0.1.5 |
2354 | 2023-11-19T05:27:08.754Z | Documenting openssl-probe v0.1.5 |
2355 | 2023-11-19T05:27:08.836Z | Documenting hashbrown v0.14.2 |
2356 | 2023-11-19T05:27:09.312Z | Documenting try-lock v0.2.4 |
2357 | 2023-11-19T05:27:10.039Z | Documenting httpdate v1.0.3 |
2358 | 2023-11-19T05:27:10.821Z | Documenting schemars v0.8.13 |
2359 | 2023-11-19T05:27:12.394Z | Documenting equivalent v1.0.1 |
2360 | 2023-11-19T05:27:12.429Z | Documenting quote v1.0.33 |
2361 | 2023-11-19T05:27:13.578Z | Documenting untrusted v0.9.0 |
2362 | 2023-11-19T05:27:14.260Z | Documenting want v0.3.1 |
2363 | 2023-11-19T05:27:15.311Z | Checking usdt-impl v0.3.5 |
2364 | 2023-11-19T05:27:15.483Z | Documenting http-body v0.4.5 |
2365 | 2023-11-19T05:27:16.229Z | Documenting openssl-macros v0.1.1 |
2366 | 2023-11-19T05:27:16.450Z | Documenting indexmap v2.1.0 |
2367 | 2023-11-19T05:27:17.981Z | Documenting ring v0.17.5 |
2368 | 2023-11-19T05:27:18.305Z | Documenting openssl-sys v0.9.93 |
2369 | 2023-11-19T05:27:19.941Z | Documenting mime v0.3.17 |
2370 | 2023-11-19T05:27:20.346Z | Documenting tower-service v0.3.2 |
2371 | 2023-11-19T05:27:21.956Z | Checking dyn-clone v1.0.13 |
2372 | 2023-11-19T05:27:22.165Z | Checking schemars v0.8.13 |
2373 | 2023-11-19T05:27:23.166Z | Documenting tokio-util v0.7.10 |
2374 | 2023-11-19T05:27:23.318Z | Documenting async-trait v0.1.74 |
2375 | 2023-11-19T05:27:23.962Z | Documenting aho-corasick v1.0.4 |
2376 | 2023-11-19T05:27:24.534Z | Checking ahash v0.8.3 |
2377 | 2023-11-19T05:27:25.050Z | Documenting sct v0.7.0 |
2378 | 2023-11-19T05:27:25.808Z | Documenting slog v2.7.0 |
2379 | 2023-11-19T05:27:25.821Z | Documenting rustls-webpki v0.101.7 |
2380 | 2023-11-19T05:27:26.111Z | Documenting ipnet v2.8.0 |
2381 | 2023-11-19T05:27:29.202Z | Documenting openssl v0.10.57 |
2382 | 2023-11-19T05:27:31.134Z | Documenting unicode-width v0.1.11 |
2383 | 2023-11-19T05:27:31.255Z | Documenting utf8parse v0.2.1 |
2384 | 2023-11-19T05:27:31.295Z | Documenting regex-syntax v0.8.2 |
2385 | 2023-11-19T05:27:31.863Z | Documenting gimli v0.28.0 |
2386 | 2023-11-19T05:27:32.412Z | Checking hashbrown v0.13.2 |
2387 | 2023-11-19T05:27:32.640Z | Documenting rustls v0.21.9 |
2388 | 2023-11-19T05:27:33.206Z | Documenting h2 v0.3.21 |
2389 | 2023-11-19T05:27:34.077Z | Documenting time-macros v0.2.13 |
2390 | 2023-11-19T05:27:35.333Z | Documenting rustls-pemfile v1.0.3 |
2391 | 2023-11-19T05:27:35.456Z | Checking http v0.2.9 |
2392 | 2023-11-19T05:27:37.512Z | Documenting num-integer v0.1.45 |
2393 | 2023-11-19T05:27:41.087Z | Documenting regex-automata v0.4.3 |
2394 | 2023-11-19T05:27:41.633Z | Documenting object v0.32.1 |
2395 | 2023-11-19T05:27:41.641Z | Documenting num_threads v0.1.6 |
2396 | 2023-11-19T05:27:41.691Z | Documenting addr2line v0.21.0 |
2397 | 2023-11-19T05:27:42.428Z | Documenting time-core v0.1.1 |
2398 | 2023-11-19T05:27:43.629Z | Documenting rustc-demangle v0.1.23 |
2399 | 2023-11-19T05:27:45.552Z | Documenting deranged v0.3.8 |
2400 | 2023-11-19T05:27:46.537Z | Checking smallvec v1.11.0 |
2401 | 2023-11-19T05:27:46.859Z | Documenting tokio-rustls v0.24.1 |
2402 | 2023-11-19T05:27:47.121Z | Checking parking_lot_core v0.9.8 |
2403 | 2023-11-19T05:27:47.518Z | Documenting native-tls v0.2.11 |
2404 | 2023-11-19T05:27:47.640Z | Checking pest_meta v2.7.2 |
2405 | 2023-11-19T05:27:47.782Z | Documenting zerocopy v0.6.4 |
2406 | 2023-11-19T05:27:48.239Z | Documenting hyper v0.14.27 |
2407 | 2023-11-19T05:27:49.128Z | Checking aho-corasick v1.0.4 |
2408 | 2023-11-19T05:27:51.518Z | Documenting encoding_rs v0.8.33 |
2409 | 2023-11-19T05:27:51.984Z | Documenting time v0.3.27 |
2410 | 2023-11-19T05:27:53.580Z | Documenting regex v1.10.2 |
2411 | 2023-11-19T05:27:53.762Z | Documenting crossbeam-utils v0.8.16 |
2412 | 2023-11-19T05:27:55.170Z | Checking regex-syntax v0.8.2 |
2413 | 2023-11-19T05:27:55.837Z | Documenting tokio-native-tls v0.3.1 |
2414 | 2023-11-19T05:27:58.718Z | Checking parking_lot v0.12.1 |
2415 | 2023-11-19T05:27:59.263Z | Documenting rustls-native-certs v0.6.3 |
2416 | 2023-11-19T05:27:59.595Z | Documenting backtrace v0.3.69 |
2417 | 2023-11-19T05:28:00.720Z | Documenting serde_urlencoded v0.7.1 |
2418 | 2023-11-19T05:28:00.724Z | Checking regex-automata v0.4.3 |
2419 | 2023-11-19T05:28:00.745Z | Documenting pest_meta v2.7.2 |
2420 | 2023-11-19T05:28:02.161Z | Documenting anstyle v1.0.2 |
2421 | 2023-11-19T05:28:03.929Z | Checking pin-project-lite v0.2.13 |
2422 | 2023-11-19T05:28:04.093Z | Checking pest_generator v2.7.2 |
2423 | 2023-11-19T05:28:05.312Z | Documenting anstyle-parse v0.2.1 |
2424 | 2023-11-19T05:28:05.458Z | Documenting webpki-roots v0.25.2 |
2425 | 2023-11-19T05:28:06.308Z | Checking regex v1.10.2 |
2426 | 2023-11-19T05:28:06.641Z | Documenting hyper-tls v0.5.0 |
2427 | 2023-11-19T05:28:06.835Z | Documenting pest_generator v2.7.2 |
2428 | 2023-11-19T05:28:07.060Z | Documenting anyhow v1.0.75 |
2429 | 2023-11-19T05:28:07.207Z | Documenting hyper-rustls v0.24.2 |
2430 | 2023-11-19T05:28:07.248Z | Documenting anstyle-query v1.0.0 |
2431 | 2023-11-19T05:28:07.866Z | Documenting data-encoding v2.4.0 |
2432 | 2023-11-19T05:28:09.912Z | Documenting ucd-trie v0.1.6 |
2433 | 2023-11-19T05:28:11.442Z | Documenting colorchoice v1.0.0 |
2434 | 2023-11-19T05:28:13.094Z | Documenting ipnetwork v0.20.0 |
2435 | 2023-11-19T05:28:13.635Z | Documenting pest_derive v2.7.2 |
2436 | 2023-11-19T05:28:13.874Z | Documenting syn v2.0.32 |
2437 | 2023-11-19T05:28:14.235Z | Documenting sha2 v0.10.8 |
2438 | 2023-11-19T05:28:15.442Z | Documenting anstream v0.5.0 |
2439 | 2023-11-19T05:28:15.935Z | Documenting pest v2.7.2 |
2440 | 2023-11-19T05:28:17.090Z | Documenting hex v0.4.3 |
2441 | 2023-11-19T05:28:17.655Z | Documenting reqwest v0.11.22 |
2442 | 2023-11-19T05:28:19.855Z | Checking rand_core v0.6.4 |
2443 | 2023-11-19T05:28:20.279Z | Checking serde_tokenstream v0.1.7 |
2444 | 2023-11-19T05:28:20.834Z | Documenting crc32fast v1.3.2 |
2445 | 2023-11-19T05:28:21.312Z | Checking signal-hook-registry v1.4.1 |
2446 | 2023-11-19T05:28:21.599Z | Documenting terminal_size v0.2.6 |
2447 | 2023-11-19T05:28:21.633Z | Documenting strsim v0.10.0 |
2448 | 2023-11-19T05:28:22.267Z | Checking strsim v0.10.0 |
2449 | 2023-11-19T05:28:22.272Z | Checking unicode-width v0.1.11 |
2450 | 2023-11-19T05:28:22.434Z | Documenting clap_lex v0.5.1 |
2451 | 2023-11-19T05:28:23.758Z | Documenting num-iter v0.1.43 |
2452 | 2023-11-19T05:28:24.071Z | Documenting dtrace-parser v0.1.14 |
2453 | 2023-11-19T05:28:26.923Z | Documenting openapiv3 v2.0.0-rc.1 |
2454 | 2023-11-19T05:28:27.614Z | Documenting futures-executor v0.3.29 |
2455 | 2023-11-19T05:28:27.763Z | Documenting hmac v0.12.1 |
2456 | 2023-11-19T05:28:28.448Z | Documenting clap_builder v4.4.2 |
2457 | 2023-11-19T05:28:29.734Z | Documenting dof v0.1.5 |
2458 | 2023-11-19T05:28:30.287Z | Checking mio v0.8.8 |
2459 | 2023-11-19T05:28:31.255Z | Documenting clap_derive v4.4.2 |
2460 | 2023-11-19T05:28:33.041Z | Documenting signal-hook v0.3.17 |
2461 | 2023-11-19T05:28:33.574Z | Checking serde_tokenstream v0.2.0 |
2462 | 2023-11-19T05:28:34.155Z | Documenting thread-id v4.2.0 |
2463 | 2023-11-19T05:28:35.056Z | Documenting memoffset v0.9.0 |
2464 | 2023-11-19T05:28:35.783Z | Checking typenum v1.16.0 |
2465 | 2023-11-19T05:28:36.480Z | Checking futures-core v0.3.29 |
2466 | 2023-11-19T05:28:36.740Z | Checking zeroize v1.6.0 |
2467 | 2023-11-19T05:28:37.159Z | Documenting either v1.9.0 |
2468 | 2023-11-19T05:28:37.837Z | Documenting flate2 v1.0.28 |
2469 | 2023-11-19T05:28:37.895Z | Checking generic-array v0.14.7 |
2470 | 2023-11-19T05:28:38.926Z | Documenting clap v4.4.3 |
2471 | 2023-11-19T05:28:39.179Z | Documenting crossbeam-epoch v0.9.15 |
2472 | 2023-11-19T05:28:39.452Z | Documenting usdt-attr-macro v0.3.5 |
2473 | 2023-11-19T05:28:39.729Z | Documenting usdt-macro v0.3.5 |
2474 | 2023-11-19T05:28:39.875Z | Documenting usdt-impl v0.3.5 |
2475 | 2023-11-19T05:28:42.950Z | Checking regress v0.7.1 |
2476 | 2023-11-19T05:28:44.923Z | Checking openapiv3 v2.0.0-rc.1 |
2477 | 2023-11-19T05:28:45.806Z | Documenting serde_spanned v0.6.4 |
2478 | 2023-11-19T05:28:46.065Z | Documenting toml_datetime v0.6.5 |
2479 | 2023-11-19T05:28:47.246Z | Documenting winnow v0.5.15 |
2480 | 2023-11-19T05:28:47.984Z | Checking typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2481 | 2023-11-19T05:28:48.273Z | Documenting signal-hook-mio v0.2.3 |
2482 | 2023-11-19T05:28:48.383Z | Documenting futures v0.3.29 |
2483 | 2023-11-19T05:28:48.974Z | Documenting usdt v0.3.5 |
2484 | 2023-11-19T05:28:50.613Z | Documenting signature v2.1.0 |
2485 | 2023-11-19T05:28:51.385Z | Documenting block-padding v0.3.3 |
2486 | 2023-11-19T05:28:52.230Z | Documenting hash32 v0.2.1 |
2487 | 2023-11-19T05:28:52.791Z | Documenting enum-as-inner v0.5.1 |
2488 | 2023-11-19T05:28:54.365Z | Documenting scheduled-thread-pool v0.2.7 |
2489 | 2023-11-19T05:28:54.737Z | Documenting toml_edit v0.21.0 |
2490 | 2023-11-19T05:28:57.565Z | Checking diesel_table_macro_syntax v0.1.0 |
2491 | 2023-11-19T05:28:57.816Z | Documenting diesel_table_macro_syntax v0.1.0 |
2492 | 2023-11-19T05:28:57.867Z | Checking serde_spanned v0.6.4 |
2493 | 2023-11-19T05:28:58.100Z | Checking toml_datetime v0.6.5 |
2494 | 2023-11-19T05:28:58.121Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2495 | 2023-11-19T05:28:58.260Z | Checking socket2 v0.5.4 |
2496 | 2023-11-19T05:28:58.426Z | Checking num_cpus v1.16.0 |
2497 | 2023-11-19T05:28:58.578Z | Checking winnow v0.5.15 |
2498 | 2023-11-19T05:28:59.002Z | Documenting unicode-segmentation v1.10.1 |
2499 | 2023-11-19T05:28:59.627Z | Checking futures-sink v0.3.29 |
2500 | 2023-11-19T05:28:59.820Z | Documenting stable_deref_trait v1.2.0 |
2501 | 2023-11-19T05:28:59.834Z | Documenting trust-dns-proto v0.22.0 |
2502 | 2023-11-19T05:29:00.240Z | Documenting r2d2 v0.8.10 |
2503 | 2023-11-19T05:29:03.335Z | Checking tokio v1.33.0 |
2504 | 2023-11-19T05:29:03.492Z | Documenting inout v0.1.3 |
2505 | 2023-11-19T05:29:03.941Z | Documenting heapless v0.7.16 |
2506 | 2023-11-19T05:29:03.958Z | Documenting crossterm v0.27.0 |
2507 | 2023-11-19T05:29:04.484Z | Documenting bzip2 v0.4.4 |
2508 | 2023-11-19T05:29:05.437Z | Documenting diesel_derives v2.1.1 |
2509 | 2023-11-19T05:29:18.776Z | Documenting itertools v0.11.0 |
2510 | 2023-11-19T05:29:19.893Z | Documenting stringprep v0.1.3 |
2511 | 2023-11-19T05:29:20.207Z | Documenting semver v1.0.20 |
2512 | 2023-11-19T05:29:20.461Z | Documenting md-5 v0.10.5 |
2513 | 2023-11-19T05:29:20.711Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2514 | 2023-11-19T05:29:21.049Z | Documenting fallible-iterator v0.2.0 |
2515 | 2023-11-19T05:29:21.165Z | Checking tinyvec_macros v0.1.1 |
2516 | 2023-11-19T05:29:21.219Z | Checking spin v0.5.2 |
2517 | 2023-11-19T05:29:21.313Z | Documenting bit-vec v0.6.3 |
2518 | 2023-11-19T05:29:21.409Z | Documenting managed v0.8.0 |
2519 | 2023-11-19T05:29:21.509Z | Documenting siphasher v0.3.11 |
2520 | 2023-11-19T05:29:21.767Z | Documenting static_assertions v1.1.0 |
2521 | 2023-11-19T05:29:21.931Z | Documenting diesel v2.1.3 |
2522 | 2023-11-19T05:29:22.137Z | Checking tinyvec v1.6.0 |
2523 | 2023-11-19T05:29:22.236Z | Documenting zip v0.6.6 |
2524 | 2023-11-19T05:29:22.343Z | Documenting postgres-protocol v0.6.6 |
2525 | 2023-11-19T05:29:22.410Z | Documenting cipher v0.4.4 |
2526 | 2023-11-19T05:29:22.463Z | Checking toml_edit v0.19.15 |
2527 | 2023-11-19T05:29:22.501Z | Documenting smoltcp v0.9.1 |
2528 | 2023-11-19T05:29:22.549Z | Documenting phf_shared v0.11.2 |
2529 | 2023-11-19T05:29:22.607Z | Checking futures-channel v0.3.29 |
2530 | 2023-11-19T05:29:22.643Z | Documenting num-bigint v0.4.4 |
2531 | 2023-11-19T05:29:24.544Z | Documenting hubpack v0.1.2 |
2532 | 2023-11-19T05:29:25.315Z | Documenting serde_repr v0.1.16 |
2533 | 2023-11-19T05:29:26.469Z | Documenting bstr v1.6.0 |
2534 | 2023-11-19T05:29:28.200Z | Documenting regress v0.7.1 |
2535 | 2023-11-19T05:29:28.306Z | Checking futures-task v0.3.29 |
2536 | 2023-11-19T05:29:28.474Z | Checking slab v0.4.9 |
2537 | 2023-11-19T05:29:28.647Z | Documenting lalrpop-util v0.19.12 |
2538 | 2023-11-19T05:29:28.839Z | Checking futures-io v0.3.29 |
2539 | 2023-11-19T05:29:29.096Z | Documenting new_debug_unreachable v1.0.4 |
2540 | 2023-11-19T05:29:31.086Z | Documenting precomputed-hash v0.1.1 |
2541 | 2023-11-19T05:29:31.893Z | Documenting fixedbitset v0.4.2 |
2542 | 2023-11-19T05:29:32.696Z | Checking pin-utils v0.1.0 |
2543 | 2023-11-19T05:29:32.820Z | Checking futures-util v0.3.29 |
2544 | 2023-11-19T05:29:33.250Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2545 | 2023-11-19T05:29:34.296Z | Documenting yasna v0.5.2 |
2546 | 2023-11-19T05:29:34.690Z | Documenting postgres-types v0.2.6 |
2547 | 2023-11-19T05:29:36.333Z | Documenting string_cache v0.8.7 |
2548 | 2023-11-19T05:29:36.637Z | Documenting petgraph v0.6.4 |
2549 | 2023-11-19T05:29:37.423Z | Documenting phf v0.11.2 |
2550 | 2023-11-19T05:29:41.099Z | Checking unicode-normalization v0.1.22 |
2551 | 2023-11-19T05:29:42.682Z | Checking crypto-common v0.1.6 |
2552 | 2023-11-19T05:29:42.951Z | Documenting console v0.15.7 |
2553 | 2023-11-19T05:29:43.243Z | Checking spin v0.9.8 |
2554 | 2023-11-19T05:29:43.507Z | Documenting float-cmp v0.9.0 |
2555 | 2023-11-19T05:29:43.744Z | Checking tracing-core v0.1.31 |
2556 | 2023-11-19T05:29:43.759Z | Documenting heck v0.4.1 |
2557 | 2023-11-19T05:29:43.820Z | Documenting predicates-core v1.0.6 |
2558 | 2023-11-19T05:29:44.776Z | Documenting whoami v1.4.1 |
2559 | 2023-11-19T05:29:45.266Z | Documenting difflib v0.4.0 |
2560 | 2023-11-19T05:29:47.597Z | Documenting normalize-line-endings v0.3.0 |
2561 | 2023-11-19T05:29:48.282Z | Checking unsafe-libyaml v0.2.9 |
2562 | 2023-11-19T05:29:49.290Z | Checking unicode-bidi v0.3.13 |
2563 | 2023-11-19T05:29:49.496Z | Checking tracing v0.1.37 |
2564 | 2023-11-19T05:29:49.991Z | Documenting bit-set v0.5.3 |
2565 | 2023-11-19T05:29:50.014Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2566 | 2023-11-19T05:29:50.058Z | Documenting similar v2.2.1 |
2567 | 2023-11-19T05:29:50.198Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2568 | 2023-11-19T05:29:50.211Z | Checking typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2569 | 2023-11-19T05:29:50.397Z | Checking block-buffer v0.10.4 |
2570 | 2023-11-19T05:29:50.718Z | Checking getopts v0.2.21 |
2571 | 2023-11-19T05:29:51.026Z | Documenting tokio-postgres v0.7.10 |
2572 | 2023-11-19T05:29:51.188Z | Documenting tokio-stream v0.1.14 |
2573 | 2023-11-19T05:29:51.414Z | Checking bitflags v2.4.0 |
2574 | 2023-11-19T05:29:51.824Z | Checking ident_case v1.0.1 |
2575 | 2023-11-19T05:29:52.093Z | Checking subtle v2.5.0 |
2576 | 2023-11-19T05:29:52.482Z | Checking ppv-lite86 v0.2.17 |
2577 | 2023-11-19T05:29:53.114Z | Documenting predicates v3.0.4 |
2578 | 2023-11-19T05:29:53.613Z | Documenting unsafe-libyaml v0.2.9 |
2579 | 2023-11-19T05:29:55.882Z | Checking const-oid v0.9.5 |
2580 | 2023-11-19T05:29:56.241Z | Checking rand_chacha v0.3.1 |
2581 | 2023-11-19T05:29:56.776Z | Checking progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2582 | 2023-11-19T05:29:58.640Z | Checking serde_yaml v0.9.25 |
2583 | 2023-11-19T05:29:58.767Z | Checking digest v0.10.7 |
2584 | 2023-11-19T05:29:59.176Z | Documenting serde_yaml v0.9.25 |
2585 | 2023-11-19T05:29:59.347Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2586 | 2023-11-19T05:29:59.762Z | Documenting getopts v0.2.21 |
2587 | 2023-11-19T05:30:00.690Z | Checking base64 v0.21.5 |
2588 | 2023-11-19T05:30:04.121Z | Checking rand v0.8.5 |
2589 | 2023-11-19T05:30:04.182Z | Checking tokio-util v0.7.10 |
2590 | 2023-11-19T05:30:04.330Z | Checking untrusted v0.9.0 |
2591 | 2023-11-19T05:30:04.479Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2592 | 2023-11-19T05:30:04.501Z | Checking hashbrown v0.12.3 |
2593 | 2023-11-19T05:30:04.614Z | Checking bitflags v1.3.2 |
2594 | 2023-11-19T05:30:04.679Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2595 | 2023-11-19T05:30:04.716Z | Checking openssl-probe v0.1.5 |
2596 | 2023-11-19T05:30:04.777Z | Checking untrusted v0.7.1 |
2597 | 2023-11-19T05:30:04.796Z | Checking foreign-types-shared v0.1.1 |
2598 | 2023-11-19T05:30:04.809Z | Checking percent-encoding v2.3.0 |
2599 | 2023-11-19T05:30:04.832Z | Checking indexmap v1.9.3 |
2600 | 2023-11-19T05:30:04.838Z | Checking foreign-types v0.3.2 |
2601 | 2023-11-19T05:30:04.844Z | Checking ring v0.16.20 |
2602 | 2023-11-19T05:30:04.850Z | Checking ring v0.17.5 |
2603 | 2023-11-19T05:30:04.900Z | Checking openssl-sys v0.9.93 |
2604 | 2023-11-19T05:30:05.925Z | Checking errno v0.3.2 |
2605 | 2023-11-19T05:30:06.138Z | Checking siphasher v0.3.11 |
2606 | 2023-11-19T05:30:06.577Z | Checking adler v1.0.2 |
2607 | 2023-11-19T05:30:06.674Z | Documenting match_cfg v0.1.0 |
2608 | 2023-11-19T05:30:07.169Z | Checking unicode-segmentation v1.10.1 |
2609 | 2023-11-19T05:30:07.187Z | Checking try-lock v0.2.4 |
2610 | 2023-11-19T05:30:07.190Z | Checking openssl v0.10.57 |
2611 | 2023-11-19T05:30:07.193Z | Checking want v0.3.1 |
2612 | 2023-11-19T05:30:07.301Z | Checking rustls-webpki v0.101.7 |
2613 | 2023-11-19T05:30:07.924Z | Checking miniz_oxide v0.7.1 |
2614 | 2023-11-19T05:30:08.291Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2615 | 2023-11-19T05:30:08.421Z | Checking sct v0.7.0 |
2616 | 2023-11-19T05:30:08.703Z | Checking h2 v0.3.21 |
2617 | 2023-11-19T05:30:09.044Z | Checking form_urlencoded v1.2.0 |
2618 | 2023-11-19T05:30:09.310Z | Checking lazy_static v1.4.0 |
2619 | 2023-11-19T05:30:09.322Z | Checking http-body v0.4.5 |
2620 | 2023-11-19T05:30:09.449Z | Documenting sha1 v0.10.6 |
2621 | 2023-11-19T05:30:09.826Z | Documenting dirs-sys-next v0.1.2 |
2622 | 2023-11-19T05:30:09.840Z | Checking socket2 v0.4.9 |
2623 | 2023-11-19T05:30:10.483Z | Checking io-lifetimes v1.0.11 |
2624 | 2023-11-19T05:30:10.744Z | Checking httparse v1.8.0 |
2625 | 2023-11-19T05:30:10.759Z | Documenting hostname v0.3.1 |
2626 | 2023-11-19T05:30:11.347Z | Checking cpufeatures v0.2.9 |
2627 | 2023-11-19T05:30:11.517Z | Checking utf8parse v0.2.1 |
2628 | 2023-11-19T05:30:11.680Z | Checking anstyle v1.0.2 |
2629 | 2023-11-19T05:30:12.474Z | Checking httpdate v1.0.3 |
2630 | 2023-11-19T05:30:12.481Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2631 | 2023-11-19T05:30:28.254Z | Checking tower-service v0.3.2 |
2632 | 2023-11-19T05:30:28.414Z | Checking anstyle-parse v0.2.1 |
2633 | 2023-11-19T05:30:28.865Z | Checking sha2 v0.10.8 |
2634 | 2023-11-19T05:30:29.288Z | Checking rustix v0.37.23 |
2635 | 2023-11-19T05:30:29.538Z | Checking native-tls v0.2.11 |
2636 | 2023-11-19T05:30:29.680Z | Checking rustls v0.21.9 |
2637 | 2023-11-19T05:30:29.803Z | Checking rustls-pemfile v1.0.3 |
2638 | 2023-11-19T05:30:29.855Z | Documenting dirs-next v2.0.0 |
2639 | 2023-11-19T05:30:29.992Z | Checking md-5 v0.10.5 |
2640 | 2023-11-19T05:30:30.148Z | Checking hmac v0.12.1 |
2641 | 2023-11-19T05:30:30.272Z | Checking stringprep v0.1.3 |
2642 | 2023-11-19T05:30:30.352Z | Checking idna v0.4.0 |
2643 | 2023-11-19T05:30:30.440Z | Checking num-integer v0.1.45 |
2644 | 2023-11-19T05:30:30.672Z | Documenting camino v1.1.6 |
2645 | 2023-11-19T05:30:30.827Z | Checking hash32 v0.2.1 |
2646 | 2023-11-19T05:30:30.882Z | Documenting thread_local v1.1.7 |
2647 | 2023-11-19T05:30:30.935Z | Documenting paste v1.0.14 |
2648 | 2023-11-19T05:30:31.014Z | Checking hyper v0.14.27 |
2649 | 2023-11-19T05:30:31.133Z | Checking either v1.9.0 |
2650 | 2023-11-19T05:30:31.220Z | Checking fallible-iterator v0.2.0 |
2651 | 2023-11-19T05:30:31.235Z | Checking stable_deref_trait v1.2.0 |
2652 | 2023-11-19T05:30:31.328Z | Checking gimli v0.28.0 |
2653 | 2023-11-19T05:30:31.380Z | Checking colorchoice v1.0.0 |
2654 | 2023-11-19T05:30:31.392Z | Checking anstyle-query v1.0.0 |
2655 | 2023-11-19T05:30:31.430Z | Checking anstream v0.5.0 |
2656 | 2023-11-19T05:30:31.453Z | Documenting term v0.7.0 |
2657 | 2023-11-19T05:30:31.503Z | Checking postgres-protocol v0.6.6 |
2658 | 2023-11-19T05:30:31.559Z | Checking heapless v0.7.16 |
2659 | 2023-11-19T05:30:31.634Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2660 | 2023-11-19T05:30:31.722Z | Checking tokio-rustls v0.24.1 |
2661 | 2023-11-19T05:30:31.795Z | Checking url v2.4.1 |
2662 | 2023-11-19T05:30:31.823Z | Checking rustls-native-certs v0.6.3 |
2663 | 2023-11-19T05:30:31.868Z | Checking tokio-native-tls v0.3.1 |
2664 | 2023-11-19T05:30:31.875Z | Checking terminal_size v0.2.6 |
2665 | 2023-11-19T05:30:32.293Z | Checking phf_shared v0.11.2 |
2666 | 2023-11-19T05:30:32.304Z | Documenting toml v0.8.8 |
2667 | 2023-11-19T05:30:32.313Z | Checking block-padding v0.3.3 |
2668 | 2023-11-19T05:30:32.319Z | Checking signal-hook v0.3.17 |
2669 | 2023-11-19T05:30:32.327Z | Documenting crossbeam-channel v0.5.8 |
2670 | 2023-11-19T05:30:32.333Z | Checking scheduled-thread-pool v0.2.7 |
2671 | 2023-11-19T05:30:32.833Z | Checking object v0.32.1 |
2672 | 2023-11-19T05:30:32.845Z | Documenting atty v0.2.14 |
2673 | 2023-11-19T05:30:32.851Z | Checking addr2line v0.21.0 |
2674 | 2023-11-19T05:30:32.855Z | Checking bzip2-sys v0.1.11+1.0.8 |
2675 | 2023-11-19T05:30:32.860Z | Checking crc32fast v1.3.2 |
2676 | 2023-11-19T05:30:32.866Z | Checking managed v0.8.0 |
2677 | 2023-11-19T05:30:32.872Z | Checking rustc-demangle v0.1.23 |
2678 | 2023-11-19T05:30:32.878Z | Checking clap_lex v0.5.1 |
2679 | 2023-11-19T05:30:32.883Z | Checking bit-vec v0.6.3 |
2680 | 2023-11-19T05:30:32.887Z | Checking num_threads v0.1.6 |
2681 | 2023-11-19T05:30:32.892Z | Documenting take_mut v0.2.2 |
2682 | 2023-11-19T05:30:32.908Z | Checking ipnet v2.8.0 |
2683 | 2023-11-19T05:30:32.912Z | Checking matches v0.1.10 |
2684 | 2023-11-19T05:30:32.916Z | Checking deranged v0.3.8 |
2685 | 2023-11-19T05:30:32.919Z | Checking regex-automata v0.1.10 |
2686 | 2023-11-19T05:30:32.925Z | Checking bstr v0.2.17 |
2687 | 2023-11-19T05:30:32.929Z | Documenting slog-term v2.9.0 |
2688 | 2023-11-19T05:30:32.933Z | Checking idna v0.2.3 |
2689 | 2023-11-19T05:30:32.939Z | Checking smoltcp v0.9.1 |
2690 | 2023-11-19T05:30:32.943Z | Checking time v0.3.27 |
2691 | 2023-11-19T05:30:33.137Z | Checking clap_builder v4.4.2 |
2692 | 2023-11-19T05:30:33.794Z | Checking flate2 v1.0.28 |
2693 | 2023-11-19T05:30:34.142Z | Checking hyper-rustls v0.24.2 |
2694 | 2023-11-19T05:30:34.586Z | Checking backtrace v0.3.69 |
2695 | 2023-11-19T05:30:34.641Z | Checking hyper-tls v0.5.0 |
2696 | 2023-11-19T05:30:34.836Z | Checking bzip2 v0.4.4 |
2697 | 2023-11-19T05:30:35.084Z | Checking r2d2 v0.8.10 |
2698 | 2023-11-19T05:30:35.687Z | Checking signal-hook-mio v0.2.3 |
2699 | 2023-11-19T05:30:35.709Z | Documenting slog-async v2.8.0 |
2700 | 2023-11-19T05:30:35.712Z | Checking inout v0.1.3 |
2701 | 2023-11-19T05:30:35.715Z | Checking phf v0.11.2 |
2702 | 2023-11-19T05:30:35.719Z | Checking postgres-types v0.2.6 |
2703 | 2023-11-19T05:30:35.788Z | Checking itertools v0.11.0 |
2704 | 2023-11-19T05:30:35.853Z | Checking num-bigint v0.4.4 |
2705 | 2023-11-19T05:30:36.304Z | Checking serde_urlencoded v0.7.1 |
2706 | 2023-11-19T05:30:36.658Z | Checking phf_shared v0.10.0 |
2707 | 2023-11-19T05:30:36.982Z | Checking futures-executor v0.3.29 |
2708 | 2023-11-19T05:30:37.117Z | Documenting slog-json v2.6.1 |
2709 | 2023-11-19T05:30:37.318Z | Checking ipnetwork v0.20.0 |
2710 | 2023-11-19T05:30:37.552Z | Checking float-cmp v0.9.0 |
2711 | 2023-11-19T05:30:37.821Z | Checking zerocopy v0.6.4 |
2712 | 2023-11-19T05:30:37.850Z | Documenting async-stream-impl v0.3.5 |
2713 | 2023-11-19T05:30:37.919Z | Checking hubpack v0.1.2 |
2714 | 2023-11-19T05:30:38.354Z | Checking crossbeam-utils v0.8.16 |
2715 | 2023-11-19T05:30:38.978Z | Checking encoding_rs v0.8.33 |
2716 | 2023-11-19T05:30:39.203Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2717 | 2023-11-19T05:30:39.417Z | Checking memoffset v0.9.0 |
2718 | 2023-11-19T05:30:39.518Z | Checking whoami v1.4.1 |
2719 | 2023-11-19T05:30:39.551Z | Documenting debug-ignore v1.0.5 |
2720 | 2023-11-19T05:30:39.568Z | Checking predicates-core v1.0.6 |
2721 | 2023-11-19T05:30:39.818Z | Checking precomputed-hash v0.1.1 |
2722 | 2023-11-19T05:30:39.880Z | Checking fixedbitset v0.4.2 |
2723 | 2023-11-19T05:30:39.952Z | Checking webpki-roots v0.25.2 |
2724 | 2023-11-19T05:30:40.171Z | Checking static_assertions v1.1.0 |
2725 | 2023-11-19T05:30:40.257Z | Checking regex-automata v0.3.8 |
2726 | 2023-11-19T05:30:40.297Z | Documenting atomic-waker v1.1.1 |
2727 | 2023-11-19T05:30:41.293Z | Checking difflib v0.4.0 |
2728 | 2023-11-19T05:30:41.751Z | Checking data-encoding v2.4.0 |
2729 | 2023-11-19T05:30:41.835Z | Checking normalize-line-endings v0.3.0 |
2730 | 2023-11-19T05:30:42.030Z | Checking mime v0.3.17 |
2731 | 2023-11-19T05:30:42.892Z | Checking new_debug_unreachable v1.0.4 |
2732 | 2023-11-19T05:30:42.898Z | Checking trust-dns-proto v0.22.0 |
2733 | 2023-11-19T05:30:42.902Z | Checking string_cache v0.8.7 |
2734 | 2023-11-19T05:30:42.905Z | Checking bstr v1.6.0 |
2735 | 2023-11-19T05:30:42.908Z | Checking reqwest v0.11.22 |
2736 | 2023-11-19T05:30:42.997Z | Checking predicates v3.0.4 |
2737 | 2023-11-19T05:30:44.052Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2738 | 2023-11-19T05:30:44.462Z | Checking petgraph v0.6.4 |
2739 | 2023-11-19T05:30:44.466Z | Checking tokio-postgres v0.7.10 |
2740 | 2023-11-19T05:30:44.470Z | Documenting slog-bunyan v2.4.0 |
2741 | 2023-11-19T05:30:44.500Z | Documenting waitgroup v0.1.2 |
2742 | 2023-11-19T05:30:45.228Z | Checking diesel v2.1.3 |
2743 | 2023-11-19T05:30:45.471Z | Documenting async-stream v0.3.5 |
2744 | 2023-11-19T05:30:48.596Z | Checking crossbeam-epoch v0.9.15 |
2745 | 2023-11-19T05:30:48.754Z | Checking yasna v0.5.2 |
2746 | 2023-11-19T05:30:49.266Z | Checking clap v4.4.3 |
2747 | 2023-11-19T05:30:49.288Z | Checking futures v0.3.29 |
2748 | 2023-11-19T05:30:49.415Z | Checking cipher v0.4.4 |
2749 | 2023-11-19T05:30:49.438Z | Checking anyhow v1.0.75 |
2750 | 2023-11-19T05:30:50.072Z | Checking crossterm v0.27.0 |
2751 | 2023-11-19T05:30:50.083Z | Checking zip v0.6.6 |
2752 | 2023-11-19T05:30:50.161Z | Checking similar v2.2.1 |
2753 | 2023-11-19T05:30:50.826Z | Checking bit-set v0.5.3 |
2754 | 2023-11-19T05:30:50.839Z | Checking itertools v0.10.5 |
2755 | 2023-11-19T05:30:51.021Z | Checking num-iter v0.1.43 |
2756 | 2023-11-19T05:30:51.166Z | Checking console v0.15.7 |
2757 | 2023-11-19T05:30:51.188Z | Checking rustix v0.38.9 |
2758 | 2023-11-19T05:30:51.204Z | Checking signature v2.1.0 |
2759 | 2023-11-19T05:30:51.268Z | Checking darling_core v0.20.3 |
2760 | 2023-11-19T05:30:51.413Z | Checking toml v0.7.8 |
2761 | 2023-11-19T05:30:51.455Z | Checking tokio-stream v0.1.14 |
2762 | 2023-11-19T05:30:52.055Z | Checking toml_edit v0.21.0 |
2763 | 2023-11-19T05:30:52.575Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2764 | 2023-11-19T05:30:52.699Z | Documenting multer v2.1.0 |
2765 | 2023-11-19T05:30:52.873Z | Checking usdt v0.3.5 |
2766 | 2023-11-19T05:30:53.153Z | Documenting serde_path_to_error v0.1.14 |
2767 | 2023-11-19T05:30:54.247Z | Checking semver v1.0.20 |
2768 | 2023-11-19T05:30:54.396Z | Checking hex v0.4.3 |
2769 | 2023-11-19T05:30:54.461Z | Documenting strum v0.25.0 |
2770 | 2023-11-19T05:30:54.857Z | Checking slog v2.7.0 |
2771 | 2023-11-19T05:30:55.242Z | Checking lalrpop-util v0.19.12 |
2772 | 2023-11-19T05:30:55.587Z | Checking darling v0.20.3 |
2773 | 2023-11-19T05:30:56.012Z | Documenting structmeta-derive v0.2.0 |
2774 | 2023-11-19T05:30:56.019Z | Documenting serde_with_macros v2.3.3 |
2775 | 2023-11-19T05:30:56.034Z | Checking structmeta v0.2.0 |
2776 | 2023-11-19T05:30:56.189Z | Documenting instant v0.1.12 |
2777 | 2023-11-19T05:30:59.617Z | Checking regex-syntax v0.7.5 |
2778 | 2023-11-19T05:30:59.965Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2779 | 2023-11-19T05:31:00.434Z | Documenting macaddr v1.0.1 |
2780 | 2023-11-19T05:31:00.636Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2781 | 2023-11-19T05:31:02.303Z | Documenting backoff v0.4.0 |
2782 | 2023-11-19T05:31:02.678Z | Documenting serde_with v2.3.3 |
2783 | 2023-11-19T05:31:03.231Z | Documenting structmeta v0.2.0 |
2784 | 2023-11-19T05:31:04.809Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2785 | 2023-11-19T05:31:06.240Z | Documenting is-terminal v0.4.9 |
2786 | 2023-11-19T05:31:06.517Z | Documenting base64ct v1.6.0 |
2787 | 2023-11-19T05:31:08.977Z | Checking proc-macro-crate v1.3.1 |
2788 | 2023-11-19T05:31:09.328Z | Documenting proc-macro-crate v1.3.1 |
2789 | 2023-11-19T05:31:10.347Z | Documenting parse-display-derive v0.8.2 |
2790 | 2023-11-19T05:31:10.603Z | Documenting proc-macro-error-attr v1.0.4 |
2791 | 2023-11-19T05:31:12.853Z | Checking proc-macro-error v1.0.4 |
2792 | 2023-11-19T05:31:13.690Z | Documenting postcard-cobs v0.1.5-pre |
2793 | 2023-11-19T05:31:13.728Z | Documenting foreign-types-macros v0.2.3 |
2794 | 2023-11-19T05:31:14.030Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2795 | 2023-11-19T05:31:16.588Z | Documenting num_enum_derive v0.5.11 |
2796 | 2023-11-19T05:31:20.217Z | Documenting proc-macro-error v1.0.4 |
2797 | 2023-11-19T05:31:20.391Z | Documenting postcard v0.7.3 |
2798 | 2023-11-19T05:31:20.532Z | Documenting parse-display v0.8.2 |
2799 | 2023-11-19T05:31:20.594Z | Documenting foreign-types-shared v0.3.1 |
2800 | 2023-11-19T05:31:21.002Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2801 | 2023-11-19T05:31:22.970Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2802 | 2023-11-19T05:31:23.432Z | Documenting crucible-workspace-hack v0.1.0 |
2803 | 2023-11-19T05:31:23.773Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2804 | 2023-11-19T05:31:24.230Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2805 | 2023-11-19T05:31:24.540Z | Documenting foreign-types v0.5.0 |
2806 | 2023-11-19T05:31:25.205Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2807 | 2023-11-19T05:31:25.530Z | Documenting cstr-argument v0.1.2 |
2808 | 2023-11-19T05:31:26.048Z | Documenting num_enum v0.5.11 |
2809 | 2023-11-19T05:31:29.226Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2810 | 2023-11-19T05:31:29.735Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2811 | 2023-11-19T05:31:29.912Z | Documenting colored v2.0.4 |
2812 | 2023-11-19T05:31:30.192Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2813 | 2023-11-19T05:31:31.017Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2814 | 2023-11-19T05:31:31.425Z | Documenting zone_cfg_derive v0.3.0 |
2815 | 2023-11-19T05:31:31.436Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2816 | 2023-11-19T05:31:34.281Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2817 | 2023-11-19T05:31:35.624Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2818 | 2023-11-19T05:31:36.740Z | Documenting num-derive v0.4.0 |
2819 | 2023-11-19T05:31:36.788Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2820 | 2023-11-19T05:31:37.103Z | Documenting smf v0.2.2 |
2821 | 2023-11-19T05:31:38.016Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2822 | 2023-11-19T05:31:38.851Z | Documenting zone v0.3.0 |
2823 | 2023-11-19T05:31:39.893Z | Documenting linked-hash-map v0.5.6 |
2824 | 2023-11-19T05:31:41.497Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2825 | 2023-11-19T05:31:41.626Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2826 | 2023-11-19T05:31:42.755Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2827 | 2023-11-19T05:31:43.004Z | Documenting fastrand v2.0.0 |
2828 | 2023-11-19T05:31:43.496Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2829 | 2023-11-19T05:31:45.031Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2830 | 2023-11-19T05:31:45.920Z | Documenting lru-cache v0.1.2 |
2831 | 2023-11-19T05:31:47.174Z | Documenting password-hash v0.5.0 |
2832 | 2023-11-19T05:31:47.320Z | Documenting blake2 v0.10.6 |
2833 | 2023-11-19T05:31:48.032Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2834 | 2023-11-19T05:31:48.774Z | Documenting tempfile v3.8.0 |
2835 | 2023-11-19T05:31:50.214Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2836 | 2023-11-19T05:31:52.713Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2837 | 2023-11-19T05:31:52.769Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2838 | 2023-11-19T05:31:52.789Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2839 | 2023-11-19T05:31:53.027Z | Checking heck v0.3.3 |
2840 | 2023-11-19T05:31:53.271Z | Documenting structopt-derive v0.4.18 |
2841 | 2023-11-19T05:31:53.979Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2842 | 2023-11-19T05:31:54.948Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2843 | 2023-11-19T05:31:55.441Z | Documenting argon2 v0.5.2 |
2844 | 2023-11-19T05:31:55.843Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2845 | 2023-11-19T05:31:57.853Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2846 | 2023-11-19T05:32:00.788Z | Documenting libefi-sys v0.1.0 |
2847 | 2023-11-19T05:32:01.552Z | Documenting structopt v0.3.26 |
2848 | 2023-11-19T05:32:01.807Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2849 | 2023-11-19T05:32:04.864Z | Documenting pem-rfc7468 v0.7.0 |
2850 | 2023-11-19T05:32:06.057Z | Documenting der_derive v0.7.2 |
2851 | 2023-11-19T05:32:06.718Z | Documenting quick-error v1.2.3 |
2852 | 2023-11-19T05:32:07.134Z | Documenting flagset v0.4.3 |
2853 | 2023-11-19T05:32:08.916Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2854 | 2023-11-19T05:32:10.829Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2855 | 2023-11-19T05:32:11.250Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2856 | 2023-11-19T05:32:11.479Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2857 | 2023-11-19T05:32:11.600Z | Documenting cancel-safe-futures v0.1.5 |
2858 | 2023-11-19T05:32:11.665Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2859 | 2023-11-19T05:32:12.224Z | Documenting resolv-conf v0.7.0 |
2860 | 2023-11-19T05:32:12.321Z | Documenting tap v1.0.1 |
2861 | 2023-11-19T05:32:13.617Z | Documenting der v0.7.8 |
2862 | 2023-11-19T05:32:16.025Z | Checking convert_case v0.4.0 |
2863 | 2023-11-19T05:32:16.568Z | Documenting convert_case v0.4.0 |
2864 | 2023-11-19T05:32:17.107Z | Documenting wyz v0.5.1 |
2865 | 2023-11-19T05:32:18.140Z | Documenting radium v0.7.0 |
2866 | 2023-11-19T05:32:20.107Z | Documenting trust-dns-resolver v0.22.0 |
2867 | 2023-11-19T05:32:22.366Z | Documenting funty v2.0.0 |
2868 | 2023-11-19T05:32:23.903Z | Documenting arc-swap v1.6.0 |
2869 | 2023-11-19T05:32:43.496Z | Documenting spki v0.7.2 |
2870 | 2023-11-19T05:32:44.127Z | Documenting crc-catalog v2.2.0 |
2871 | 2023-11-19T05:32:44.298Z | Documenting derive_more v0.99.17 |
2872 | 2023-11-19T05:32:44.546Z | Documenting bitvec v1.0.1 |
2873 | 2023-11-19T05:32:44.728Z | Documenting crc v3.0.1 |
2874 | 2023-11-19T05:32:44.944Z | Documenting slog-scope v4.4.0 |
2875 | 2023-11-19T05:32:45.194Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2876 | 2023-11-19T05:32:45.424Z | Documenting pkcs8 v0.10.2 |
2877 | 2023-11-19T05:32:45.573Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2878 | 2023-11-19T05:32:45.662Z | Documenting num-rational v0.4.1 |
2879 | 2023-11-19T05:32:45.809Z | Documenting hkdf v0.12.3 |
2880 | 2023-11-19T05:32:45.896Z | Documenting num-complex v0.4.4 |
2881 | 2023-11-19T05:32:46.006Z | Documenting packed_struct_codegen v0.10.1 |
2882 | 2023-11-19T05:32:46.026Z | Documenting half v1.8.2 |
2883 | 2023-11-19T05:32:46.167Z | Documenting nodrop v0.1.14 |
2884 | 2023-11-19T05:32:46.285Z | Documenting ciborium-io v0.2.1 |
2885 | 2023-11-19T05:32:46.347Z | Documenting pkcs1 v0.7.5 |
2886 | 2023-11-19T05:32:46.405Z | Documenting slog-stdlog v4.1.1 |
2887 | 2023-11-19T05:32:46.470Z | Documenting array-init v0.0.4 |
2888 | 2023-11-19T05:32:46.572Z | Documenting num v0.4.1 |
2889 | 2023-11-19T05:32:46.621Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2890 | 2023-11-19T05:32:46.674Z | Documenting packed_struct v0.10.1 |
2891 | 2023-11-19T05:32:46.706Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2892 | 2023-11-19T05:32:46.747Z | Documenting ciborium-ll v0.2.1 |
2893 | 2023-11-19T05:32:46.826Z | Documenting slog-dtrace v0.2.3 |
2894 | 2023-11-19T05:32:46.859Z | Documenting num-bigint-dig v0.8.4 |
2895 | 2023-11-19T05:32:46.896Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2896 | 2023-11-19T05:32:46.944Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2897 | 2023-11-19T05:32:47.001Z | Documenting xattr v1.0.1 |
2898 | 2023-11-19T05:32:47.077Z | Documenting filetime v0.2.22 |
2899 | 2023-11-19T05:32:47.172Z | Documenting termcolor v1.2.0 |
2900 | 2023-11-19T05:32:51.211Z | Documenting bitfield v0.14.0 |
2901 | 2023-11-19T05:32:51.785Z | Documenting swrite v0.1.0 |
2902 | 2023-11-19T05:32:52.176Z | Documenting keccak v0.1.4 |
2903 | 2023-11-19T05:32:52.397Z | Documenting tar v0.4.40 |
2904 | 2023-11-19T05:32:52.787Z | Documenting rsa v0.9.2 |
2905 | 2023-11-19T05:32:53.423Z | Documenting env_logger v0.10.0 |
2906 | 2023-11-19T05:32:54.966Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2907 | 2023-11-19T05:32:56.324Z | Documenting sha3 v0.10.8 |
2908 | 2023-11-19T05:32:56.817Z | Documenting ciborium v0.2.1 |
2909 | 2023-11-19T05:32:57.764Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2910 | 2023-11-19T05:32:58.878Z | Documenting slog-envlogger v2.2.0 |
2911 | 2023-11-19T05:33:00.461Z | Documenting serde-hex v0.1.0 |
2912 | 2023-11-19T05:33:03.347Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2913 | 2023-11-19T05:33:03.855Z | Documenting x509-cert v0.2.4 |
2914 | 2023-11-19T05:33:03.956Z | Documenting newtype_derive v0.1.6 |
2915 | 2023-11-19T05:33:07.007Z | Documenting libsw v3.3.0 |
2916 | 2023-11-19T05:33:07.089Z | Documenting ron v0.8.1 |
2917 | 2023-11-19T05:33:08.340Z | Documenting fxhash v0.2.1 |
2918 | 2023-11-19T05:33:08.968Z | Documenting secrecy v0.8.0 |
2919 | 2023-11-19T05:33:09.425Z | Documenting derive-where v1.2.5 |
2920 | 2023-11-19T05:33:12.252Z | Documenting linear-map v1.2.0 |
2921 | 2023-11-19T05:33:13.525Z | Documenting owo-colors v3.5.0 |
2922 | 2023-11-19T05:33:13.681Z | Documenting crc-any v2.4.3 |
2923 | 2023-11-19T05:33:14.203Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2924 | 2023-11-19T05:33:14.351Z | Documenting steno v0.4.0 |
2925 | 2023-11-19T05:33:14.567Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2926 | 2023-11-19T05:33:17.584Z | Documenting doc-comment v0.3.3 |
2927 | 2023-11-19T05:33:18.022Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2928 | 2023-11-19T05:33:18.970Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2929 | 2023-11-19T05:33:19.100Z | Documenting snafu-derive v0.7.5 |
2930 | 2023-11-19T05:33:20.302Z | Documenting path-slash v0.1.5 |
2931 | 2023-11-19T05:33:21.067Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2932 | 2023-11-19T05:33:21.663Z | Documenting same-file v1.0.6 |
2933 | 2023-11-19T05:33:25.965Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2934 | 2023-11-19T05:33:27.938Z | Documenting walkdir v2.4.0 |
2935 | 2023-11-19T05:33:28.790Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2936 | 2023-11-19T05:33:29.686Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2937 | 2023-11-19T05:33:30.661Z | Documenting snafu v0.7.5 |
2938 | 2023-11-19T05:33:33.514Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2939 | 2023-11-19T05:33:34.349Z | Documenting camino-tempfile v1.0.2 |
2940 | 2023-11-19T05:33:37.090Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2941 | 2023-11-19T05:33:38.748Z | Checking darling_core v0.14.4 |
2942 | 2023-11-19T05:33:41.231Z | Documenting nibble_vec v0.1.0 |
2943 | 2023-11-19T05:33:41.619Z | Documenting endian-type v0.1.2 |
2944 | 2023-11-19T05:33:41.874Z | Documenting glob v0.3.1 |
2945 | 2023-11-19T05:33:47.574Z | Checking darling v0.14.4 |
2946 | 2023-11-19T05:33:47.751Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2947 | 2023-11-19T05:33:47.836Z | Documenting radix_trie v0.2.1 |
2948 | 2023-11-19T05:33:48.103Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2949 | 2023-11-19T05:33:48.839Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2950 | 2023-11-19T05:33:52.660Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2951 | 2023-11-19T05:33:53.480Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2952 | 2023-11-19T05:33:53.850Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2953 | 2023-11-19T05:33:54.695Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2954 | 2023-11-19T05:33:54.698Z | Documenting path-dedot v3.1.0 |
2955 | 2023-11-19T05:33:57.319Z | Documenting trust-dns-client v0.22.0 |
2956 | 2023-11-19T05:33:58.056Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2957 | 2023-11-19T05:33:59.847Z | Documenting path-absolutize v3.1.0 |
2958 | 2023-11-19T05:34:06.348Z | Documenting buf-list v1.0.3 |
2959 | 2023-11-19T05:34:07.878Z | Documenting globset v0.4.13 |
2960 | 2023-11-19T05:34:08.994Z | Documenting crossbeam-deque v0.8.3 |
2961 | 2023-11-19T05:34:10.341Z | Documenting headers-core v0.2.0 |
2962 | 2023-11-19T05:34:13.259Z | Documenting olpc-cjson v0.1.3 |
2963 | 2023-11-19T05:34:15.095Z | Documenting serde_plain v1.0.2 |
2964 | 2023-11-19T05:34:15.249Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2965 | 2023-11-19T05:34:15.252Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2966 | 2023-11-19T05:34:15.821Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2967 | 2023-11-19T05:34:16.680Z | Documenting display-error-chain v0.2.0 |
2968 | 2023-11-19T05:34:17.919Z | Documenting utf-8 v0.7.6 |
2969 | 2023-11-19T05:34:19.447Z | Documenting headers v0.3.9 |
2970 | 2023-11-19T05:34:19.463Z | Documenting rayon-core v1.12.0 |
2971 | 2023-11-19T05:34:20.565Z | Documenting trust-dns-server v0.22.1 |
2972 | 2023-11-19T05:34:21.849Z | Documenting tough v0.14.0 |
2973 | 2023-11-19T05:34:23.131Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2974 | 2023-11-19T05:34:23.408Z | Documenting tungstenite v0.20.1 |
2975 | 2023-11-19T05:34:24.876Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2976 | 2023-11-19T05:34:25.240Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2977 | 2023-11-19T05:34:25.360Z | Checking derive_builder_core v0.12.0 |
2978 | 2023-11-19T05:34:26.266Z | Documenting derive_builder_core v0.12.0 |
2979 | 2023-11-19T05:34:26.632Z | Documenting sled v0.34.7 |
2980 | 2023-11-19T05:34:26.761Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2981 | 2023-11-19T05:34:27.874Z | Documenting unicase v2.7.0 |
2982 | 2023-11-19T05:34:29.287Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2983 | 2023-11-19T05:34:30.193Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2984 | 2023-11-19T05:34:30.631Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2985 | 2023-11-19T05:34:31.045Z | Documenting bcs v0.1.6 |
2986 | 2023-11-19T05:34:32.742Z | Documenting ff v0.13.0 |
2987 | 2023-11-19T05:34:32.827Z | Documenting pretty-hex v0.3.0 |
2988 | 2023-11-19T05:34:33.176Z | Documenting highway v1.1.0 |
2989 | 2023-11-19T05:34:34.796Z | Documenting tokio-tungstenite v0.20.1 |
2990 | 2023-11-19T05:34:36.067Z | Documenting derive_builder_macro v0.12.0 |
2991 | 2023-11-19T05:34:37.836Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2992 | 2023-11-19T05:34:37.969Z | Documenting mime_guess v2.0.4 |
2993 | 2023-11-19T05:34:39.544Z | Documenting group v0.13.0 |
2994 | 2023-11-19T05:34:40.084Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2995 | 2023-11-19T05:34:43.546Z | Documenting rayon v1.8.0 |
2996 | 2023-11-19T05:34:44.597Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2997 | 2023-11-19T05:35:09.467Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2998 | 2023-11-19T05:35:09.603Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2999 | 2023-11-19T05:35:09.659Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3000 | 2023-11-19T05:35:09.696Z | Documenting portable-atomic v1.4.3 |
3001 | 2023-11-19T05:35:09.703Z | Documenting ed25519 v1.5.3 |
3002 | 2023-11-19T05:35:09.726Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3003 | 2023-11-19T05:35:09.756Z | Documenting universal-hash v0.5.1 |
3004 | 2023-11-19T05:35:09.771Z | Documenting crypto-bigint v0.5.2 |
3005 | 2023-11-19T05:35:09.781Z | Documenting kstat-rs v0.2.3 |
3006 | 2023-11-19T05:35:10.333Z | Documenting curve25519-dalek-derive v0.1.0 |
3007 | 2023-11-19T05:35:10.355Z | Documenting ref-cast-impl v1.0.20 |
3008 | 2023-11-19T05:35:12.514Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3009 | 2023-11-19T05:35:13.150Z | Documenting thiserror-impl-no-std v2.0.2 |
3010 | 2023-11-19T05:35:14.747Z | Documenting vte_generate_state_changes v0.1.1 |
3011 | 2023-11-19T05:35:14.956Z | Documenting number_prefix v0.4.0 |
3012 | 2023-11-19T05:35:18.057Z | Documenting opaque-debug v0.3.0 |
3013 | 2023-11-19T05:35:18.300Z | Documenting base16ct v0.2.0 |
3014 | 2023-11-19T05:35:20.426Z | Documenting cassowary v0.3.0 |
3015 | 2023-11-19T05:35:20.823Z | Documenting indicatif v0.17.7 |
3016 | 2023-11-19T05:35:21.149Z | Documenting thiserror-no-std v2.0.2 |
3017 | 2023-11-19T05:35:22.069Z | Documenting poly1305 v0.8.0 |
3018 | 2023-11-19T05:35:22.504Z | Documenting elliptic-curve v0.13.5 |
3019 | 2023-11-19T05:35:23.173Z | Documenting vte v0.11.1 |
3020 | 2023-11-19T05:35:25.346Z | Documenting ref-cast v1.0.20 |
3021 | 2023-11-19T05:35:26.193Z | Documenting ratatui v0.23.0 |
3022 | 2023-11-19T05:35:28.084Z | Documenting curve25519-dalek v4.1.0 |
3023 | 2023-11-19T05:35:29.415Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3024 | 2023-11-19T05:35:29.750Z | Documenting salty v0.2.0 |
3025 | 2023-11-19T05:35:38.974Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
3026 | 2023-11-19T05:35:39.371Z | Documenting derive_builder v0.12.0 |
3027 | 2023-11-19T05:35:39.541Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3028 | 2023-11-19T05:35:39.717Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3029 | 2023-11-19T05:35:39.807Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3030 | 2023-11-19T05:35:39.880Z | Documenting polar-core v0.27.0 |
3031 | 2023-11-19T05:35:42.375Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3032 | 2023-11-19T05:35:48.564Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3033 | 2023-11-19T05:35:49.203Z | Documenting libxml v0.3.3 |
3034 | 2023-11-19T05:35:51.458Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3035 | 2023-11-19T05:35:53.970Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3036 | 2023-11-19T05:35:57.824Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3037 | 2023-11-19T05:35:59.282Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3038 | 2023-11-19T05:35:59.624Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3039 | 2023-11-19T05:35:59.679Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3040 | 2023-11-19T05:35:59.813Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3041 | 2023-11-19T05:36:00.464Z | Documenting chacha20 v0.9.1 |
3042 | 2023-11-19T05:36:03.848Z | Documenting bb8 v0.8.1 |
3043 | 2023-11-19T05:36:04.195Z | Documenting pem v3.0.2 |
3044 | 2023-11-19T05:36:06.944Z | Documenting bytesize v1.3.0 |
3045 | 2023-11-19T05:36:07.764Z | Documenting quick-xml v0.23.1 |
3046 | 2023-11-19T05:36:08.490Z | Documenting serde-big-array v0.5.1 |
3047 | 2023-11-19T05:36:09.852Z | Documenting aead v0.5.2 |
3048 | 2023-11-19T05:36:12.296Z | Documenting oso-derive v0.27.0 |
3049 | 2023-11-19T05:36:13.522Z | Documenting impl-trait-for-tuples v0.2.2 |
3050 | 2023-11-19T05:36:14.524Z | Documenting rtoolbox v0.0.1 |
3051 | 2023-11-19T05:36:14.585Z | Documenting humantime v2.1.0 |
3052 | 2023-11-19T05:36:17.057Z | Documenting maplit v1.0.2 |
3053 | 2023-11-19T05:36:18.200Z | Documenting unicode-linebreak v0.1.5 |
3054 | 2023-11-19T05:36:18.581Z | Documenting smawk v0.3.1 |
3055 | 2023-11-19T05:36:19.288Z | Documenting fs-err v2.9.0 |
3056 | 2023-11-19T05:36:20.268Z | Documenting is_ci v1.1.1 |
3057 | 2023-11-19T05:36:20.727Z | Documenting rpassword v7.2.0 |
3058 | 2023-11-19T05:36:22.178Z | Documenting chacha20poly1305 v0.10.1 |
3059 | 2023-11-19T05:36:22.641Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3060 | 2023-11-19T05:36:22.818Z | Documenting oso v0.27.0 |
3061 | 2023-11-19T05:36:24.237Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3062 | 2023-11-19T05:36:24.473Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3063 | 2023-11-19T05:36:24.692Z | Documenting textwrap v0.16.0 |
3064 | 2023-11-19T05:36:26.330Z | Documenting supports-color v2.1.0 |
3065 | 2023-11-19T05:36:26.848Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3066 | 2023-11-19T05:36:30.174Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3067 | 2023-11-19T05:36:30.320Z | Documenting rcgen v0.11.3 |
3068 | 2023-11-19T05:36:33.368Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3069 | 2023-11-19T05:36:39.984Z | Documenting tui-tree-widget v0.13.0 |
3070 | 2023-11-19T05:36:40.784Z | Documenting vsss-rs v3.3.1 |
3071 | 2023-11-19T05:36:42.570Z | Documenting strip-ansi-escapes v0.2.0 |
3072 | 2023-11-19T05:36:45.073Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3073 | 2023-11-19T05:36:48.377Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3074 | 2023-11-19T05:36:48.898Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3075 | 2023-11-19T05:36:49.114Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3076 | 2023-11-19T05:36:51.618Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3077 | 2023-11-19T05:36:54.331Z | Documenting cookie v0.18.0 |
3078 | 2023-11-19T05:36:55.108Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3079 | 2023-11-19T05:36:57.697Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3080 | 2023-11-19T05:36:58.629Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3081 | 2023-11-19T05:36:59.174Z | Documenting atomicwrites v0.4.2 |
3082 | 2023-11-19T05:37:01.341Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3083 | 2023-11-19T05:37:04.503Z | Documenting signal-hook-tokio v0.3.1 |
3084 | 2023-11-19T05:37:06.297Z | Documenting fd-lock v3.0.13 |
3085 | 2023-11-19T05:37:06.604Z | Documenting subprocess v0.2.9 |
3086 | 2023-11-19T05:37:09.703Z | Documenting corncobs v0.1.3 |
3087 | 2023-11-19T05:37:10.997Z | Documenting http-range v0.1.5 |
3088 | 2023-11-19T05:37:11.378Z | Documenting shell-words v1.1.0 |
3089 | 2023-11-19T05:37:13.350Z | Documenting nu-ansi-term v0.49.0 |
3090 | 2023-11-19T05:37:13.525Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3091 | 2023-11-19T05:37:13.848Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3092 | 2023-11-19T05:37:16.527Z | Documenting hyper-staticfile v0.9.5 |
3093 | 2023-11-19T05:37:17.350Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3094 | 2023-11-19T05:37:19.683Z | Documenting reedline v0.25.0 |
3095 | 2023-11-19T05:37:20.029Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3096 | 2023-11-19T05:37:20.832Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3097 | 2023-11-19T05:37:26.718Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3098 | 2023-11-19T05:37:26.809Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3099 | 2023-11-19T05:37:28.641Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3100 | 2023-11-19T05:37:31.169Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3101 | 2023-11-19T05:37:31.282Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3102 | 2023-11-19T05:37:43.783Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3103 | 2023-11-19T05:37:50.905Z | Documenting fatfs v0.3.6 |
3104 | 2023-11-19T05:37:56.142Z | Documenting cargo-platform v0.1.3 |
3105 | 2023-11-19T05:37:58.394Z | Documenting nanorand v0.7.0 |
3106 | 2023-11-19T05:37:59.981Z | Documenting assert_matches v1.5.0 |
3107 | 2023-11-19T05:38:00.909Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3108 | 2023-11-19T05:38:01.264Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3109 | 2023-11-19T05:38:01.749Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3110 | 2023-11-19T05:38:03.034Z | Documenting cargo_metadata v0.18.0 |
3111 | 2023-11-19T05:38:04.261Z | Documenting flume v0.11.0 |
3112 | 2023-11-19T05:38:04.371Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3113 | 2023-11-19T05:38:07.669Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3114 | 2023-11-19T05:38:10.598Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3115 | 2023-11-19T05:38:10.859Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3116 | 2023-11-19T05:38:12.131Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3117 | 2023-11-19T05:38:26.749Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3118 | 2023-11-19T05:38:33.048Z | Documenting omicron-zone-package v0.9.1 |
3119 | 2023-11-19T05:38:36.213Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3120 | 2023-11-19T05:38:38.574Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3121 | 2023-11-19T05:38:39.816Z | Documenting cargo_toml v0.17.0 |
3122 | 2023-11-19T05:38:41.369Z | Documenting termios v0.3.3 |
3123 | 2023-11-19T05:38:44.699Z | Documenting topological-sort v0.2.2 |
3124 | 2023-11-19T05:38:44.826Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3125 | 2023-11-19T05:38:47.277Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3126 | 2023-11-19T05:38:48.978Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3127 | 2023-11-19T05:38:50.352Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3128 | 2023-11-19T05:38:51.324Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3129 | 2023-11-19T05:38:59.716Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3130 | 2023-11-19T05:39:10.223Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3131 | 2023-11-19T05:39:10.229Z | --> sled-agent/src/sim/instance.rs:46:7 |
3132 | 2023-11-19T05:39:10.237Z | | |
3133 | 2023-11-19T05:39:10.247Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3134 | 2023-11-19T05:39:10.255Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3135 | 2023-11-19T05:39:10.263Z | | |
3136 | 2023-11-19T05:39:10.271Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3137 | 2023-11-19T05:39:10.277Z | |
3138 | 2023-11-19T05:39:13.873Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3139 | 2023-11-19T05:39:33.297Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3140 | 2023-11-19T05:39:36.266Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3141 | 2023-11-19T05:39:51.700Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3142 | 2023-11-19T05:39:54.777Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3143 | 2023-11-19T05:39:56.052Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3144 | 2023-11-19T05:39:58.020Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3145 | 2023-11-19T05:40:26.221Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3146 | 2023-11-19T05:41:56.281Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 08s |
3147 | 2023-11-19T05:41:56.361Z | |
3148 | 2023-11-19T05:41:56.384Z | real 16:09.106609281 |
3149 | 2023-11-19T05:41:56.415Z | user 54:51.503907170 |
3150 | 2023-11-19T05:41:56.430Z | sys 59:47.861122597 |
3151 | 2023-11-19T05:41:56.450Z | trap 1.917906453 |
3152 | 2023-11-19T05:41:56.470Z | tflt 0.278013674 |
3153 | 2023-11-19T05:41:56.484Z | dflt 0.360329422 |
3154 | 2023-11-19T05:41:56.497Z | kflt 0.000329308 |
3155 | 2023-11-19T05:41:56.520Z | lock 2:57:47.410961553 |
3156 | 2023-11-19T05:41:56.603Z | slp 4:06:36.477427826 |
3157 | 2023-11-19T05:41:56.623Z | lat 5:27.611376635 |
3158 | 2023-11-19T05:41:56.644Z | stop 1:56.910840269 |
3159 | 2023-11-19T05:41:56.659Z | process exited: duration 1906267 ms, exit code 0 |
|
3160 | 2023-11-19T05:41:56.690Z | found 0 output files |