|
|
|
1 | 2023-10-31T03:11:26.135Z | job assigned to worker 01HE1VC6C180SKSAMJQ3HDRM5Y (queued for 2 m 1 s) |
|
2 | 2023-10-31T03:11:26.652Z | starting task 0: "setup" |
3 | 2023-10-31T03:11:26.708Z | ++ uname -s |
4 | 2023-10-31T03:11:26.711Z | + kern=SunOS |
5 | 2023-10-31T03:11:26.714Z | + case "$kern" in |
6 | 2023-10-31T03:11:26.718Z | + groupadd -g 12345 build |
7 | 2023-10-31T03:11:26.721Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-31T03:11:28.729Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-31T03:11:28.863Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-31T03:11:28.866Z | + home_fs=zfs |
11 | 2023-10-31T03:11:28.870Z | + [[ zfs == autofs ]] |
12 | 2023-10-31T03:11:28.876Z | + mkdir -p /home/build |
13 | 2023-10-31T03:11:28.879Z | + chown build:build /home/build /work |
14 | 2023-10-31T03:11:30.876Z | + chmod 0700 /home/build /work |
15 | 2023-10-31T03:11:30.887Z | process exited: duration 4218 ms, exit code 0 |
|
16 | 2023-10-31T03:11:30.907Z | starting task 1: "rust-toolchain" |
17 | 2023-10-31T03:11:30.930Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-31T03:11:30.940Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-31T03:11:31.114Z | info: downloading installer |
20 | 2023-10-31T03:11:32.843Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-31T03:11:32.890Z | warning: /opt/ooce/bin |
22 | 2023-10-31T03:11:32.899Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-31T03:11:32.916Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-31T03:11:32.923Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-31T03:11:32.940Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-31T03:11:32.950Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-31T03:11:32.972Z | error: cannot install while Rust is installed |
28 | 2023-10-31T03:11:32.999Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-31T03:11:33.015Z | info: profile set to 'default' |
30 | 2023-10-31T03:11:33.022Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-31T03:11:33.028Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-31T03:11:33.163Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-31T03:11:33.181Z | info: downloading component 'cargo' |
34 | 2023-10-31T03:11:33.814Z | info: downloading component 'clippy' |
35 | 2023-10-31T03:11:34.042Z | info: downloading component 'rust-docs' |
36 | 2023-10-31T03:11:34.881Z | info: downloading component 'rust-std' |
37 | 2023-10-31T03:11:36.384Z | info: downloading component 'rustc' |
38 | 2023-10-31T03:11:39.930Z | info: downloading component 'rustfmt' |
39 | 2023-10-31T03:11:40.148Z | info: installing component 'cargo' |
40 | 2023-10-31T03:11:41.599Z | info: installing component 'clippy' |
41 | 2023-10-31T03:11:42.193Z | info: installing component 'rust-docs' |
42 | 2023-10-31T03:11:44.957Z | info: installing component 'rust-std' |
43 | 2023-10-31T03:11:48.185Z | info: installing component 'rustc' |
44 | 2023-10-31T03:11:54.792Z | info: installing component 'rustfmt' |
45 | 2023-10-31T03:11:55.311Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-31T03:11:55.320Z | |
47 | 2023-10-31T03:11:55.455Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-31T03:11:55.478Z | |
49 | 2023-10-31T03:11:55.550Z | |
50 | 2023-10-31T03:11:55.563Z | Rust is installed now. Great! |
51 | 2023-10-31T03:11:55.569Z | |
52 | 2023-10-31T03:11:55.579Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-31T03:11:55.586Z | environment variable. This has not been done automatically. |
54 | 2023-10-31T03:11:55.596Z | |
55 | 2023-10-31T03:11:55.602Z | To configure your current shell, run: |
56 | 2023-10-31T03:11:55.613Z | source "$HOME/.cargo/env" |
57 | 2023-10-31T03:11:55.624Z | + rustc --version |
58 | 2023-10-31T03:11:55.673Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-31T03:11:55.701Z | process exited: duration 24760 ms, exit code 0 |
|
60 | 2023-10-31T03:11:55.754Z | starting task 2: "authentication" |
61 | 2023-10-31T03:11:55.817Z | process exited: duration 48 ms, exit code 0 |
|
62 | 2023-10-31T03:11:55.840Z | starting task 3: "clone repository" |
63 | 2023-10-31T03:11:56.272Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-31T03:11:56.282Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-31T03:11:56.287Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-31T03:12:02.636Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-31T03:12:02.655Z | + [[ -n renovate/serde_json-1.x ]] |
68 | 2023-10-31T03:12:02.676Z | + git fetch origin renovate/serde_json-1.x |
69 | 2023-10-31T03:12:02.996Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-31T03:12:03.016Z | * branch renovate/serde_json-1.x -> FETCH_HEAD |
71 | 2023-10-31T03:12:03.041Z | + git checkout -B renovate/serde_json-1.x remotes/origin/renovate/serde_json-1.x |
72 | 2023-10-31T03:12:03.096Z | Switched to a new branch 'renovate/serde_json-1.x' |
73 | 2023-10-31T03:12:03.113Z | branch 'renovate/serde_json-1.x' set up to track 'origin/renovate/serde_json-1.x'. |
74 | 2023-10-31T03:12:03.534Z | + git reset --hard 1f91f4c3e76f06e58e0de0aae0dfd1553b499920 |
75 | 2023-10-31T03:12:03.554Z | HEAD is now at 1f91f4c3 chore(deps): update rust crate serde_json to 1.0.108 |
76 | 2023-10-31T03:12:03.577Z | process exited: duration 7261 ms, exit code 0 |
|
77 | 2023-10-31T03:12:03.612Z | starting task 4: "build" |
78 | 2023-10-31T03:12:04.051Z | + cargo --version |
79 | 2023-10-31T03:12:04.066Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-31T03:12:04.080Z | + rustc --version |
81 | 2023-10-31T03:12:04.104Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-31T03:12:04.123Z | + source ./env.sh |
83 | 2023-10-31T03:12:04.557Z | ++ set -o xtrace |
84 | 2023-10-31T03:12:04.571Z | ++++ dirname ./env.sh |
85 | 2023-10-31T03:12:04.591Z | +++ cd . |
86 | 2023-10-31T03:12:04.612Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-31T03:12:04.629Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-31T03:12:04.653Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-10-31T03:12:04.674Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-10-31T03:12:04.699Z | ++ 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 |
91 | 2023-10-31T03:12:04.716Z | ++ 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 |
92 | 2023-10-31T03:12:04.735Z | ++ 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 |
93 | 2023-10-31T03:12:04.754Z | ++ 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 |
94 | 2023-10-31T03:12:05.173Z | ++ 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 |
95 | 2023-10-31T03:12:05.185Z | ++ 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 |
96 | 2023-10-31T03:12:05.193Z | ++ unset OMICRON_WS |
97 | 2023-10-31T03:12:05.206Z | ++ set +o xtrace |
98 | 2023-10-31T03:12:05.226Z | |
99 | 2023-10-31T03:12:05.241Z | ##### ##### ###### ##### ###### #### # # # #### # |
100 | 2023-10-31T03:12:05.252Z | # # # # # # # # # # # # # # # |
101 | 2023-10-31T03:12:05.673Z | # # # # ##### # # ##### # # # # # #### # |
102 | 2023-10-31T03:12:05.682Z | ##### ##### # ##### # # # # # # # # # |
103 | 2023-10-31T03:12:05.689Z | # # # # # # # # # # # # # # # |
104 | 2023-10-31T03:12:05.696Z | # # # ###### # # ###### ### # #### # #### # |
105 | 2023-10-31T03:12:05.706Z | |
106 | 2023-10-31T03:12:12.473Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2023-10-31T03:12:13.496Z | Startup: Caching catalogs ... Done |
108 | 2023-10-31T03:12:18.387Z | Planning: Solver setup ... Done (4.593s) |
109 | 2023-10-31T03:12:18.504Z | Planning: Running solver ... Done (0.117s) |
110 | 2023-10-31T03:12:18.555Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2023-10-31T03:12:18.593Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2023-10-31T03:12:19.265Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2023-10-31T03:12:19.292Z | Planning: Package planning ... Done (0.084s) |
114 | 2023-10-31T03:12:19.747Z | Planning: Merging actions ... Done (0.086s) |
115 | 2023-10-31T03:12:19.840Z | Planning: Checking for conflicting actions ... Done (0.809s) |
116 | 2023-10-31T03:12:19.858Z | Planning: Consolidating action changes ... Done (0.017s) |
117 | 2023-10-31T03:12:23.735Z | Planning: Evaluating mediators ... Done (3.884s) |
118 | 2023-10-31T03:12:23.751Z | Planning: Planning completed in 10.21 seconds |
119 | 2023-10-31T03:12:23.774Z | Packages to install: 4 |
120 | 2023-10-31T03:12:23.783Z | Mediators to change: 2 |
121 | 2023-10-31T03:12:23.791Z | Services to change: 1 |
122 | 2023-10-31T03:12:23.797Z | Estimated space available: 149.39 GB |
123 | 2023-10-31T03:12:23.805Z | Estimated space to be consumed: 1.37 GB |
124 | 2023-10-31T03:12:23.812Z | Create boot environment: No |
125 | 2023-10-31T03:12:23.821Z | Create backup boot environment: No |
126 | 2023-10-31T03:12:23.828Z | Rebuild boot archive: No |
127 | 2023-10-31T03:12:23.836Z | |
128 | 2023-10-31T03:12:23.843Z | Changed mediators: |
129 | 2023-10-31T03:12:23.857Z | mediator clang: |
130 | 2023-10-31T03:12:23.867Z | version: None -> 15 (system default) |
131 | 2023-10-31T03:12:23.880Z | |
132 | 2023-10-31T03:12:23.936Z | mediator llvm: |
133 | 2023-10-31T03:12:23.947Z | version: 14 (system default) -> 15 (system default) |
134 | 2023-10-31T03:12:23.956Z | |
135 | 2023-10-31T03:12:23.967Z | Changed packages: |
136 | 2023-10-31T03:12:23.977Z | helios-dev |
137 | 2023-10-31T03:12:23.988Z | developer/build-essential |
138 | 2023-10-31T03:12:23.995Z | None -> 11-2.0 |
139 | 2023-10-31T03:12:24.001Z | library/libxmlsec1 |
140 | 2023-10-31T03:12:24.014Z | None -> 1.2.35-2.0 |
141 | 2023-10-31T03:12:24.019Z | ooce/developer/clang-15 |
142 | 2023-10-31T03:12:24.029Z | None -> 15.0.7-2.0 |
143 | 2023-10-31T03:12:24.035Z | ooce/developer/llvm-15 |
144 | 2023-10-31T03:12:24.040Z | None -> 15.0.7-2.0 |
145 | 2023-10-31T03:12:24.043Z | |
146 | 2023-10-31T03:12:24.049Z | Services: |
147 | 2023-10-31T03:12:24.052Z | restart_fmri: |
148 | 2023-10-31T03:12:24.058Z | svc:/system/update-man-index:default |
149 | 2023-10-31T03:12:24.064Z | |
150 | 2023-10-31T03:12:24.067Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2023-10-31T03:12:29.086Z | Download: 354/3290 items 16.2/212.6MB 7% complete (3.4M/s) |
152 | 2023-10-31T03:12:34.086Z | Download: 1115/3290 items 34.1/212.6MB 16% complete (3.3M/s) |
153 | 2023-10-31T03:12:39.553Z | Download: 1194/3290 items 83.1/212.6MB 39% complete (9.1M/s) |
154 | 2023-10-31T03:12:52.370Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
155 | 2023-10-31T03:12:57.378Z | Download: 1482/3290 items 116.6/212.6MB 54% complete (7.3M/s) |
156 | 2023-10-31T03:13:02.391Z | Download: 1761/3290 items 117.6/212.6MB 55% complete (3.7M/s) |
157 | 2023-10-31T03:13:07.503Z | Download: 2134/3290 items 119.0/212.6MB 55% complete (243k/s) |
158 | 2023-10-31T03:13:18.908Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (212k/s) |
159 | 2023-10-31T03:13:23.906Z | Download: 2515/3290 items 120.0/212.6MB 56% complete (172k/s) |
160 | 2023-10-31T03:13:28.907Z | Download: 2748/3290 items 120.6/212.6MB 56% complete (139k/s) |
161 | 2023-10-31T03:13:33.911Z | Download: 3085/3290 items 121.2/212.6MB 57% complete (117k/s) |
162 | 2023-10-31T03:13:38.912Z | Download: 3219/3290 items 195.7/212.6MB 92% complete (7.4M/s) |
163 | 2023-10-31T03:13:44.519Z | Download: 3241/3290 items 202.8/212.6MB 95% complete (8.1M/s) |
164 | 2023-10-31T03:14:00.893Z | Download: 3248/3290 items 203.1/212.6MB 95% complete |
165 | 2023-10-31T03:14:03.577Z | Download: Completed 212.60 MB in 99.15 seconds (2.1M/s) |
166 | 2023-10-31T03:14:03.587Z | Actions: 1/3687 actions (Installing new actions) |
167 | 2023-10-31T03:14:08.483Z | Actions: 2765/3687 actions (Installing new actions) |
168 | 2023-10-31T03:14:11.746Z | Actions: Completed 3687 actions in 8.26 seconds. |
169 | 2023-10-31T03:14:11.915Z | Done (0.164s) |
170 | 2023-10-31T03:14:11.920Z | Done (0.000s) |
171 | 2023-10-31T03:14:12.122Z | Done (0.206s) |
172 | 2023-10-31T03:14:20.083Z | Done (7.841s) |
173 | 2023-10-31T03:14:20.340Z | Done (0.149s) |
174 | 2023-10-31T03:14:20.349Z | Done (0.000s) |
175 | 2023-10-31T03:14:20.592Z | Done (0.000s) |
176 | 2023-10-31T03:14:21.347Z | Planning: Evaluating mediator changes ... Done |
177 | 2023-10-31T03:14:22.083Z | Planning: Checking for conflicting actions ... Done |
178 | 2023-10-31T03:14:22.096Z | Planning: Consolidating action changes ... Done |
179 | 2023-10-31T03:14:22.114Z | Planning: Evaluating mediators ... Done |
180 | 2023-10-31T03:14:22.125Z | Planning: Planning completed in 0.76 seconds |
181 | 2023-10-31T03:14:22.179Z | Mediators to change: 2 |
182 | 2023-10-31T03:14:22.183Z | Create boot environment: No |
183 | 2023-10-31T03:14:22.187Z | Create backup boot environment: No |
184 | 2023-10-31T03:14:22.276Z | Done |
185 | 2023-10-31T03:14:22.281Z | Done |
186 | 2023-10-31T03:14:22.419Z | Done |
187 | 2023-10-31T03:14:28.753Z | Done |
188 | 2023-10-31T03:14:28.885Z | Done |
189 | 2023-10-31T03:14:28.889Z | Done |
190 | 2023-10-31T03:14:29.410Z | Done |
191 | 2023-10-31T03:14:30.117Z | Planning: Evaluating mediator changes ... Done |
192 | 2023-10-31T03:14:30.130Z | Planning: Merging actions ... Done |
193 | 2023-10-31T03:14:30.554Z | Planning: Checking for conflicting actions ... Done |
194 | 2023-10-31T03:14:30.572Z | Planning: Consolidating action changes ... Done |
195 | 2023-10-31T03:14:30.880Z | Planning: Evaluating mediators ... Done |
196 | 2023-10-31T03:14:30.985Z | Planning: Planning completed in 1.35 seconds |
197 | 2023-10-31T03:14:31.441Z | Packages to change: 1 |
198 | 2023-10-31T03:14:31.448Z | Mediators to change: 1 |
199 | 2023-10-31T03:14:31.461Z | Services to change: 1 |
200 | 2023-10-31T03:14:31.475Z | Create boot environment: No |
201 | 2023-10-31T03:14:31.487Z | Create backup boot environment: Yes |
202 | 2023-10-31T03:14:33.102Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2023-10-31T03:14:33.112Z | Actions: Completed 6 actions in 0.00 seconds. |
204 | 2023-10-31T03:14:33.115Z | Done |
205 | 2023-10-31T03:14:33.118Z | Done |
206 | 2023-10-31T03:14:33.154Z | Done |
207 | 2023-10-31T03:14:39.592Z | Done |
208 | 2023-10-31T03:14:39.725Z | Done |
209 | 2023-10-31T03:14:39.728Z | Done |
210 | 2023-10-31T03:14:39.883Z | Done |
211 | 2023-10-31T03:14:40.608Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2023-10-31T03:14:40.612Z | clang system 15 system |
213 | 2023-10-31T03:14:40.617Z | csh system system illumos |
214 | 2023-10-31T03:14:40.620Z | ctags system system illumos |
215 | 2023-10-31T03:14:40.623Z | gcc vendor 12 vendor |
216 | 2023-10-31T03:14:40.629Z | gcc system 10 system |
217 | 2023-10-31T03:14:40.637Z | gcc system 7 system |
218 | 2023-10-31T03:14:40.643Z | go system 1.20 system |
219 | 2023-10-31T03:14:40.654Z | go system 1.19 system |
220 | 2023-10-31T03:14:40.660Z | llvm system 15 system |
221 | 2023-10-31T03:14:40.670Z | llvm system 14 system |
222 | 2023-10-31T03:14:40.678Z | mariadb system 10.6 system |
223 | 2023-10-31T03:14:40.693Z | mta vendor vendor dma |
224 | 2023-10-31T03:14:40.702Z | openjdk system 17 system |
225 | 2023-10-31T03:14:40.714Z | openjdk system 11 system |
226 | 2023-10-31T03:14:40.724Z | openjdk system 1.8 system |
227 | 2023-10-31T03:14:40.730Z | openssl vendor 3 vendor |
228 | 2023-10-31T03:14:40.734Z | perl system 5.36 system |
229 | 2023-10-31T03:14:40.742Z | postgresql system 15 system |
230 | 2023-10-31T03:14:40.747Z | postgresql system 13 system |
231 | 2023-10-31T03:14:40.752Z | python vendor 3 vendor |
232 | 2023-10-31T03:14:40.758Z | python system 2 system |
233 | 2023-10-31T03:14:40.764Z | python3 system 3.11 system |
234 | 2023-10-31T03:14:40.772Z | ruby system 3.0 system |
235 | 2023-10-31T03:14:40.778Z | words vendor vendor american-english |
236 | 2023-10-31T03:14:40.798Z | words system system australian-english |
237 | 2023-10-31T03:14:40.806Z | words system system british-english |
238 | 2023-10-31T03:14:40.813Z | words system system canadian-english |
239 | 2023-10-31T03:14:40.819Z | words system system french |
240 | 2023-10-31T03:14:40.831Z | words system system italian |
241 | 2023-10-31T03:14:40.842Z | words system system ngerman |
242 | 2023-10-31T03:14:40.858Z | words system system ogerman |
243 | 2023-10-31T03:14:40.868Z | words system system spanish |
244 | 2023-10-31T03:14:41.207Z | FMRI IFO |
245 | 2023-10-31T03:14:41.217Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2023-10-31T03:14:41.227Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2023-10-31T03:14:41.243Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2023-10-31T03:14:41.264Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
249 | 2023-10-31T03:14:41.278Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2023-10-31T03:14:41.286Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
251 | 2023-10-31T03:14:41.304Z | + set -o errexit |
252 | 2023-10-31T03:14:41.310Z | +++ dirname ./tools/ci_download_cockroachdb |
253 | 2023-10-31T03:14:41.736Z | ++ cd ./tools |
254 | 2023-10-31T03:14:41.743Z | ++ pwd |
255 | 2023-10-31T03:14:41.754Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
256 | 2023-10-31T03:14:41.763Z | ++ basename ./tools/ci_download_cockroachdb |
257 | 2023-10-31T03:14:41.775Z | + ARG0=ci_download_cockroachdb |
258 | 2023-10-31T03:14:41.786Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
259 | 2023-10-31T03:14:41.806Z | + CIDL_VERSION=v22.1.9 |
260 | 2023-10-31T03:14:41.813Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
261 | 2023-10-31T03:14:41.820Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
262 | 2023-10-31T03:14:41.824Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
263 | 2023-10-31T03:14:42.238Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
264 | 2023-10-31T03:14:42.242Z | + TARGET_DIR=out |
265 | 2023-10-31T03:14:42.245Z | + DOWNLOAD_DIR=out/downloads |
266 | 2023-10-31T03:14:42.248Z | + DEST_DIR=./out/cockroachdb |
267 | 2023-10-31T03:14:42.251Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
268 | 2023-10-31T03:14:42.254Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
269 | 2023-10-31T03:14:42.256Z | + main |
270 | 2023-10-31T03:14:42.262Z | + [[ 0 != 0 ]] |
271 | 2023-10-31T03:14:42.265Z | + CIDL_OS=solaris2.11 |
272 | 2023-10-31T03:14:42.268Z | + [[ 0 != 0 ]] |
273 | 2023-10-31T03:14:42.271Z | + configure_os solaris2.11 |
274 | 2023-10-31T03:14:42.278Z | + echo 'current directory: /work/oxidecomputer/omicron' |
275 | 2023-10-31T03:14:42.281Z | current directory: /work/oxidecomputer/omicron |
276 | 2023-10-31T03:14:42.286Z | configuring based on OS: "solaris2.11" |
277 | 2023-10-31T03:14:42.289Z | + echo 'configuring based on OS: "solaris2.11"' |
278 | 2023-10-31T03:14:42.293Z | + case "$1" in |
279 | 2023-10-31T03:14:42.297Z | + CIDL_BUILD=illumos |
280 | 2023-10-31T03:14:42.300Z | + CIDL_SUFFIX=tar.gz |
281 | 2023-10-31T03:14:42.304Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
282 | 2023-10-31T03:14:42.307Z | + CIDL_MD5FUNC=do_md5sum |
283 | 2023-10-31T03:14:42.312Z | + CIDL_URL_BASE=https://illumos.org/downloads |
284 | 2023-10-31T03:14:42.315Z | + CIDL_ASSEMBLE=do_assemble_illumos |
285 | 2023-10-31T03:14:42.317Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
286 | 2023-10-31T03:14:42.320Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-10-31T03:14:42.324Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-10-31T03:14:42.327Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
289 | 2023-10-31T03:14:42.330Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-10-31T03:14:42.333Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
291 | 2023-10-31T03:14:42.336Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-10-31T03:14:42.339Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
293 | 2023-10-31T03:14:42.345Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-10-31T03:14:42.348Z | + mkdir -p out/downloads |
295 | 2023-10-31T03:14:42.351Z | + mkdir -p ./out/cockroachdb |
296 | 2023-10-31T03:14:42.354Z | + local DO_DOWNLOAD=true |
297 | 2023-10-31T03:14:42.358Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
298 | 2023-10-31T03:14:42.363Z | + '[' true == true ']' |
299 | 2023-10-31T03:14:42.368Z | + echo Downloading... |
300 | 2023-10-31T03:14:42.373Z | Downloading... |
301 | 2023-10-31T03:14:42.376Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-10-31T03:14:42.380Z | + 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 |
303 | 2023-10-31T03:14:57.198Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-10-31T03:14:57.208Z | ++ md5sum |
305 | 2023-10-31T03:14:57.212Z | ++ awk '{print $1}' |
306 | 2023-10-31T03:14:57.390Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
307 | 2023-10-31T03:14:57.395Z | + [[ 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 ]] |
308 | 2023-10-31T03:14:57.400Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-10-31T03:14:57.405Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
310 | 2023-10-31T03:15:00.899Z | + do_assemble_illumos |
311 | 2023-10-31T03:15:00.905Z | + rm -r ./out/cockroachdb |
312 | 2023-10-31T03:15:00.909Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
313 | 2023-10-31T03:15:01.429Z | + ./out/cockroachdb/bin/cockroach version |
314 | 2023-10-31T03:15:01.649Z | Build Tag: v22.1.9-dirty |
315 | 2023-10-31T03:15:01.657Z | Build Time: 2022/10/26 21:17:46 |
316 | 2023-10-31T03:15:01.662Z | Distribution: OSS |
317 | 2023-10-31T03:15:01.665Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
318 | 2023-10-31T03:15:01.668Z | Go Version: go1.17.13 |
319 | 2023-10-31T03:15:01.672Z | C Compiler: gcc 10.3.0 |
320 | 2023-10-31T03:15:01.675Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
321 | 2023-10-31T03:15:01.682Z | Build Type: release |
322 | 2023-10-31T03:15:01.687Z | + set -o errexit |
323 | 2023-10-31T03:15:01.690Z | +++ dirname ./tools/ci_download_clickhouse |
324 | 2023-10-31T03:15:01.694Z | ++ cd ./tools |
325 | 2023-10-31T03:15:01.697Z | ++ pwd |
326 | 2023-10-31T03:15:01.705Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
327 | 2023-10-31T03:15:01.708Z | ++ basename ./tools/ci_download_clickhouse |
328 | 2023-10-31T03:15:01.711Z | + ARG0=ci_download_clickhouse |
329 | 2023-10-31T03:15:01.719Z | + TARGET_DIR=out |
330 | 2023-10-31T03:15:01.722Z | + DOWNLOAD_DIR=out/downloads |
331 | 2023-10-31T03:15:01.726Z | + DEST_DIR=./out/clickhouse |
332 | 2023-10-31T03:15:01.729Z | + CIDL_VERSION=v22.8.9.24 |
333 | 2023-10-31T03:15:01.734Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
334 | 2023-10-31T03:15:01.738Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
335 | 2023-10-31T03:15:01.744Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
336 | 2023-10-31T03:15:01.748Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
337 | 2023-10-31T03:15:01.751Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
338 | 2023-10-31T03:15:01.754Z | + main |
339 | 2023-10-31T03:15:01.765Z | + [[ 0 != 0 ]] |
340 | 2023-10-31T03:15:01.768Z | + CIDL_OS=solaris2.11 |
341 | 2023-10-31T03:15:01.771Z | + [[ 0 != 0 ]] |
342 | 2023-10-31T03:15:01.774Z | + configure_os solaris2.11 |
343 | 2023-10-31T03:15:01.777Z | + echo 'current directory: /work/oxidecomputer/omicron' |
344 | 2023-10-31T03:15:01.781Z | current directory: /work/oxidecomputer/omicron |
345 | 2023-10-31T03:15:01.784Z | + echo 'configuring based on OS: "solaris2.11"' |
346 | 2023-10-31T03:15:01.791Z | configuring based on OS: "solaris2.11" |
347 | 2023-10-31T03:15:01.794Z | + CIDL_DASHREV= |
348 | 2023-10-31T03:15:01.798Z | + case "$1" in |
349 | 2023-10-31T03:15:01.803Z | + CIDL_PLATFORM=illumos |
350 | 2023-10-31T03:15:01.807Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
351 | 2023-10-31T03:15:01.810Z | + CIDL_MD5FUNC=do_md5sum |
352 | 2023-10-31T03:15:01.813Z | + CIDL_DASHREV=-1 |
353 | 2023-10-31T03:15:01.816Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
354 | 2023-10-31T03:15:01.820Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-10-31T03:15:01.827Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2023-10-31T03:15:01.830Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-10-31T03:15:01.834Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
358 | 2023-10-31T03:15:01.840Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-10-31T03:15:01.851Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
360 | 2023-10-31T03:15:01.855Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-10-31T03:15:01.859Z | + mkdir -p out/downloads |
362 | 2023-10-31T03:15:01.862Z | + mkdir -p ./out/clickhouse |
363 | 2023-10-31T03:15:01.865Z | + local DO_DOWNLOAD=true |
364 | 2023-10-31T03:15:01.868Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
365 | 2023-10-31T03:15:01.872Z | + '[' true == true ']' |
366 | 2023-10-31T03:15:01.875Z | + echo Downloading... |
367 | 2023-10-31T03:15:01.879Z | Downloading... |
368 | 2023-10-31T03:15:01.885Z | + 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 |
369 | 2023-10-31T03:15:01.889Z | + 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 |
370 | 2023-10-31T03:15:03.998Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2023-10-31T03:15:04.003Z | ++ md5sum |
372 | 2023-10-31T03:15:04.007Z | ++ awk '{print $1}' |
373 | 2023-10-31T03:15:04.262Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
374 | 2023-10-31T03:15:04.265Z | + [[ 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 ]] |
375 | 2023-10-31T03:15:04.268Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
376 | 2023-10-31T03:15:04.271Z | + mkdir -p ./out/clickhouse |
377 | 2023-10-31T03:15:04.276Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
378 | 2023-10-31T03:15:09.220Z | + ./out/clickhouse/clickhouse server --version |
379 | 2023-10-31T03:15:09.345Z | ClickHouse server version 22.8.9.1. |
380 | 2023-10-31T03:15:10.204Z | + set -o errexit |
381 | 2023-10-31T03:15:10.223Z | +++ dirname ./tools/ci_download_console |
382 | 2023-10-31T03:15:10.240Z | ++ cd ./tools |
383 | 2023-10-31T03:15:10.664Z | ++ pwd |
384 | 2023-10-31T03:15:10.672Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
385 | 2023-10-31T03:15:10.682Z | ++ basename ./tools/ci_download_console |
386 | 2023-10-31T03:15:10.702Z | + ARG0=ci_download_console |
387 | 2023-10-31T03:15:10.723Z | + TARGET_DIR=out |
388 | 2023-10-31T03:15:10.733Z | + DOWNLOAD_DIR=out/downloads |
389 | 2023-10-31T03:15:10.744Z | + DEST_DIR=./out/console-assets |
390 | 2023-10-31T03:15:10.749Z | + source /work/oxidecomputer/omicron/tools/console_version |
391 | 2023-10-31T03:15:10.758Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
392 | 2023-10-31T03:15:10.776Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
393 | 2023-10-31T03:15:10.784Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
394 | 2023-10-31T03:15:10.790Z | + TARBALL_FILE=out/downloads/console.tar.gz |
395 | 2023-10-31T03:15:10.799Z | + main |
396 | 2023-10-31T03:15:10.807Z | + [[ 0 != 0 ]] |
397 | 2023-10-31T03:15:10.828Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
398 | 2023-10-31T03:15:10.859Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
399 | 2023-10-31T03:15:12.507Z | + echo 'Local file: out/downloads/console.tar.gz' |
400 | 2023-10-31T03:15:12.536Z | Local file: out/downloads/console.tar.gz |
401 | 2023-10-31T03:15:12.553Z | + local DO_DOWNLOAD=true |
402 | 2023-10-31T03:15:12.563Z | + [[ -f out/downloads/console.tar.gz ]] |
403 | 2023-10-31T03:15:12.573Z | + mkdir -p out/downloads |
404 | 2023-10-31T03:15:12.585Z | + '[' true == true ']' |
405 | 2023-10-31T03:15:12.600Z | + echo Downloading... |
406 | 2023-10-31T03:15:12.606Z | Downloading... |
407 | 2023-10-31T03:15:12.621Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
408 | 2023-10-31T03:15:12.632Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
409 | 2023-10-31T03:15:13.060Z | ++ do_sha256sum out/downloads/console.tar.gz |
410 | 2023-10-31T03:15:13.078Z | ++ case "$OSTYPE" in |
411 | 2023-10-31T03:15:13.098Z | ++ SHA=sha256sum |
412 | 2023-10-31T03:15:13.121Z | ++ sha256sum |
413 | 2023-10-31T03:15:13.139Z | ++ awk '{print $1}' |
414 | 2023-10-31T03:15:13.162Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
415 | 2023-10-31T03:15:13.182Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
416 | 2023-10-31T03:15:13.196Z | + rm -rf ./out/console-assets |
417 | 2023-10-31T03:15:13.215Z | + mkdir -p ./out/console-assets |
418 | 2023-10-31T03:15:13.227Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
419 | 2023-10-31T03:15:13.241Z | + mkdir -p ./out/console-assets |
420 | 2023-10-31T03:15:13.254Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
421 | 2023-10-31T03:15:13.262Z | + set -o errexit |
422 | 2023-10-31T03:15:13.277Z | +++ dirname ./tools/ci_download_maghemite_openapi |
423 | 2023-10-31T03:15:13.287Z | ++ cd ./tools |
424 | 2023-10-31T03:15:13.298Z | ++ pwd |
425 | 2023-10-31T03:15:13.313Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
426 | 2023-10-31T03:15:13.321Z | ++ basename ./tools/ci_download_maghemite_openapi |
427 | 2023-10-31T03:15:13.329Z | + ARG0=ci_download_maghemite_openapi |
428 | 2023-10-31T03:15:13.343Z | + TARGET_DIR=out |
429 | 2023-10-31T03:15:13.356Z | + DOWNLOAD_DIR=out/downloads |
430 | 2023-10-31T03:15:13.367Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
431 | 2023-10-31T03:15:13.372Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
432 | 2023-10-31T03:15:13.383Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
433 | 2023-10-31T03:15:13.395Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
434 | 2023-10-31T03:15:13.404Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
435 | 2023-10-31T03:15:13.415Z | + main |
436 | 2023-10-31T03:15:13.427Z | + [[ 0 != 0 ]] |
437 | 2023-10-31T03:15:13.436Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
438 | 2023-10-31T03:15:13.453Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
439 | 2023-10-31T03:15:13.458Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
440 | 2023-10-31T03:15:13.464Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
441 | 2023-10-31T03:15:13.468Z | + local DO_DOWNLOAD=true |
442 | 2023-10-31T03:15:13.477Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
443 | 2023-10-31T03:15:13.886Z | + mkdir -p out/downloads |
444 | 2023-10-31T03:15:13.889Z | + '[' true == true ']' |
445 | 2023-10-31T03:15:13.892Z | + echo Downloading... |
446 | 2023-10-31T03:15:13.897Z | Downloading... |
447 | 2023-10-31T03:15:13.906Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
448 | 2023-10-31T03:15:13.915Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
449 | 2023-10-31T03:15:14.359Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
450 | 2023-10-31T03:15:14.364Z | ++ case "$OSTYPE" in |
451 | 2023-10-31T03:15:14.368Z | ++ SHA=sha256sum |
452 | 2023-10-31T03:15:14.372Z | ++ sha256sum |
453 | 2023-10-31T03:15:14.379Z | ++ awk '{print $1}' |
454 | 2023-10-31T03:15:14.383Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
455 | 2023-10-31T03:15:14.386Z | + [[ 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 ]] |
456 | 2023-10-31T03:15:14.389Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
457 | 2023-10-31T03:15:14.398Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
458 | 2023-10-31T03:15:14.819Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
459 | 2023-10-31T03:15:14.827Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
460 | 2023-10-31T03:15:14.839Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
461 | 2023-10-31T03:15:14.852Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
462 | 2023-10-31T03:15:14.859Z | + main |
463 | 2023-10-31T03:15:14.875Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
464 | 2023-10-31T03:15:14.889Z | + [[ 0 != 0 ]] |
465 | 2023-10-31T03:15:15.312Z | Downloading... |
466 | 2023-10-31T03:15:15.317Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
467 | 2023-10-31T03:15:15.323Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
468 | 2023-10-31T03:15:15.331Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
469 | 2023-10-31T03:15:15.339Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
470 | 2023-10-31T03:15:15.343Z | + local DO_DOWNLOAD=true |
471 | 2023-10-31T03:15:15.348Z | Downloading... |
472 | 2023-10-31T03:15:15.353Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
473 | 2023-10-31T03:15:15.361Z | current directory: /work/oxidecomputer/omicron |
474 | 2023-10-31T03:15:15.374Z | + mkdir -p out/downloads |
475 | 2023-10-31T03:15:15.388Z | configuring based on OS: "solaris2.11" |
476 | 2023-10-31T03:15:15.400Z | + '[' true == true ']' |
477 | 2023-10-31T03:15:15.406Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
478 | 2023-10-31T03:15:15.411Z | + echo Downloading... |
479 | 2023-10-31T03:15:15.416Z | Local file: out/downloads/dendrite-stub.tar.gz |
480 | 2023-10-31T03:15:15.422Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
481 | 2023-10-31T03:15:15.427Z | Downloading... |
482 | 2023-10-31T03:15:15.449Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
483 | 2023-10-31T03:15:15.485Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
484 | 2023-10-31T03:15:15.498Z | ++ case "$OSTYPE" in |
485 | 2023-10-31T03:15:15.509Z | ++ SHA=sha256sum |
486 | 2023-10-31T03:15:15.513Z | ++ sha256sum |
487 | 2023-10-31T03:15:15.519Z | ++ awk '{print $1}' |
488 | 2023-10-31T03:15:15.523Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
489 | 2023-10-31T03:15:15.530Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
490 | 2023-10-31T03:15:15.538Z | + set -o errexit |
491 | 2023-10-31T03:15:15.542Z | +++ dirname ./tools/ci_download_dendrite_openapi |
492 | 2023-10-31T03:15:15.547Z | ++ cd ./tools |
493 | 2023-10-31T03:15:15.550Z | ++ pwd |
494 | 2023-10-31T03:15:15.555Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
495 | 2023-10-31T03:15:15.559Z | ++ basename ./tools/ci_download_dendrite_openapi |
496 | 2023-10-31T03:15:15.593Z | + ARG0=ci_download_dendrite_openapi |
497 | 2023-10-31T03:15:15.600Z | + TARGET_DIR=out |
498 | 2023-10-31T03:15:15.608Z | + DOWNLOAD_DIR=out/downloads |
499 | 2023-10-31T03:15:15.621Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
500 | 2023-10-31T03:15:15.626Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
501 | 2023-10-31T03:15:15.630Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
502 | 2023-10-31T03:15:15.633Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
503 | 2023-10-31T03:15:15.637Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
504 | 2023-10-31T03:15:15.643Z | + main |
505 | 2023-10-31T03:15:15.649Z | + [[ 0 != 0 ]] |
506 | 2023-10-31T03:15:16.077Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
507 | 2023-10-31T03:15:16.088Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
508 | 2023-10-31T03:15:16.100Z | + local DO_DOWNLOAD=true |
509 | 2023-10-31T03:15:16.110Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
510 | 2023-10-31T03:15:16.124Z | + mkdir -p out/downloads |
511 | 2023-10-31T03:15:16.138Z | + '[' true == true ']' |
512 | 2023-10-31T03:15:16.150Z | + echo Downloading... |
513 | 2023-10-31T03:15:16.162Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
514 | 2023-10-31T03:15:16.175Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
515 | 2023-10-31T03:15:16.181Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
516 | 2023-10-31T03:15:16.190Z | ++ case "$OSTYPE" in |
517 | 2023-10-31T03:15:16.199Z | ++ SHA=sha256sum |
518 | 2023-10-31T03:15:16.206Z | ++ sha256sum |
519 | 2023-10-31T03:15:16.213Z | ++ awk '{print $1}' |
520 | 2023-10-31T03:15:16.218Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
521 | 2023-10-31T03:15:16.230Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
522 | 2023-10-31T03:15:16.238Z | + set -o errexit |
523 | 2023-10-31T03:15:16.263Z | +++ dirname ./tools/ci_download_dendrite_stub |
524 | 2023-10-31T03:15:16.678Z | ++ cd ./tools |
525 | 2023-10-31T03:15:16.685Z | ++ pwd |
526 | 2023-10-31T03:15:16.690Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
527 | 2023-10-31T03:15:16.694Z | ++ basename ./tools/ci_download_dendrite_stub |
528 | 2023-10-31T03:15:16.698Z | + ARG0=ci_download_dendrite_stub |
529 | 2023-10-31T03:15:16.702Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
530 | 2023-10-31T03:15:16.707Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
531 | 2023-10-31T03:15:16.712Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
532 | 2023-10-31T03:15:16.716Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
533 | 2023-10-31T03:15:16.720Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
534 | 2023-10-31T03:15:16.724Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
535 | 2023-10-31T03:15:16.728Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
536 | 2023-10-31T03:15:16.732Z | + TARGET_DIR=out |
537 | 2023-10-31T03:15:16.737Z | + DOWNLOAD_DIR=out/downloads |
538 | 2023-10-31T03:15:16.753Z | + DEST_DIR=./out/dendrite-stub |
539 | 2023-10-31T03:15:17.179Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
540 | 2023-10-31T03:15:17.187Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2023-10-31T03:15:17.197Z | + REPO=oxidecomputer/dendrite |
542 | 2023-10-31T03:15:17.211Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
543 | 2023-10-31T03:15:17.224Z | + main |
544 | 2023-10-31T03:15:17.234Z | + [[ 0 != 0 ]] |
545 | 2023-10-31T03:15:17.698Z | + CIDL_OS=solaris2.11 |
546 | 2023-10-31T03:15:17.715Z | + [[ 0 != 0 ]] |
547 | 2023-10-31T03:15:17.734Z | + configure_os solaris2.11 |
548 | 2023-10-31T03:15:17.748Z | + echo 'current directory: /work/oxidecomputer/omicron' |
549 | 2023-10-31T03:15:17.766Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2023-10-31T03:15:17.782Z | + case "$1" in |
551 | 2023-10-31T03:15:17.792Z | + SET_BINARIES= |
552 | 2023-10-31T03:15:17.799Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
553 | 2023-10-31T03:15:17.809Z | + CIDL_SHA256FUNC=do_sha256sum |
554 | 2023-10-31T03:15:17.822Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
555 | 2023-10-31T03:15:17.829Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
556 | 2023-10-31T03:15:17.837Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
557 | 2023-10-31T03:15:17.847Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
558 | 2023-10-31T03:15:17.854Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
559 | 2023-10-31T03:15:17.866Z | + mkdir -p out/downloads |
560 | 2023-10-31T03:15:17.876Z | + mkdir -p ./out/dendrite-stub |
561 | 2023-10-31T03:15:17.888Z | + fetch_and_verify |
562 | 2023-10-31T03:15:17.900Z | + local DO_DOWNLOAD=true |
563 | 2023-10-31T03:15:17.906Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
564 | 2023-10-31T03:15:18.325Z | + '[' true == true ']' |
565 | 2023-10-31T03:15:18.338Z | + echo Downloading... |
566 | 2023-10-31T03:15:18.346Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
567 | 2023-10-31T03:15:18.360Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
568 | 2023-10-31T03:15:27.830Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
569 | 2023-10-31T03:15:27.846Z | ++ sha256sum |
570 | 2023-10-31T03:15:27.856Z | ++ awk '{print $1}' |
571 | 2023-10-31T03:15:27.937Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
572 | 2023-10-31T03:15:27.950Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
573 | 2023-10-31T03:15:27.957Z | + do_untar out/downloads/dendrite-stub.tar.gz |
574 | 2023-10-31T03:15:27.968Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
575 | 2023-10-31T03:15:28.826Z | + do_assemble |
576 | 2023-10-31T03:15:28.838Z | + rm -r ./out/dendrite-stub |
577 | 2023-10-31T03:15:28.853Z | + mkdir ./out/dendrite-stub |
578 | 2023-10-31T03:15:28.858Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
579 | 2023-10-31T03:15:28.942Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
580 | 2023-10-31T03:15:28.954Z | + set -o errexit |
581 | 2023-10-31T03:15:28.962Z | +++ dirname ./tools/ci_download_maghemite_mgd |
582 | 2023-10-31T03:15:28.969Z | ++ cd ./tools |
583 | 2023-10-31T03:15:28.980Z | ++ pwd |
584 | 2023-10-31T03:15:29.000Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
585 | 2023-10-31T03:15:29.019Z | ++ basename ./tools/ci_download_maghemite_mgd |
586 | 2023-10-31T03:15:29.036Z | + ARG0=ci_download_maghemite_mgd |
587 | 2023-10-31T03:15:29.463Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
588 | 2023-10-31T03:15:29.472Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
589 | 2023-10-31T03:15:29.483Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
590 | 2023-10-31T03:15:29.495Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
591 | 2023-10-31T03:15:29.517Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
592 | 2023-10-31T03:15:29.540Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
593 | 2023-10-31T03:15:29.563Z | + TARGET_DIR=out |
594 | 2023-10-31T03:15:29.982Z | + DOWNLOAD_DIR=out/downloads |
595 | 2023-10-31T03:15:29.993Z | + DEST_DIR=./out/mgd |
596 | 2023-10-31T03:15:29.997Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
597 | 2023-10-31T03:15:30.001Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
598 | 2023-10-31T03:15:30.009Z | + REPO=oxidecomputer/maghemite |
599 | 2023-10-31T03:15:30.020Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
600 | 2023-10-31T03:15:30.032Z | + main |
601 | 2023-10-31T03:15:30.036Z | + [[ 0 != 0 ]] |
602 | 2023-10-31T03:15:30.040Z | + CIDL_OS=solaris2.11 |
603 | 2023-10-31T03:15:30.044Z | + [[ 0 != 0 ]] |
604 | 2023-10-31T03:15:30.047Z | + configure_os solaris2.11 |
605 | 2023-10-31T03:15:30.050Z | + echo 'current directory: /work/oxidecomputer/omicron' |
606 | 2023-10-31T03:15:30.053Z | current directory: /work/oxidecomputer/omicron |
607 | 2023-10-31T03:15:30.059Z | + echo 'configuring based on OS: "solaris2.11"' |
608 | 2023-10-31T03:15:30.062Z | configuring based on OS: "solaris2.11" |
609 | 2023-10-31T03:15:30.065Z | + case "$1" in |
610 | 2023-10-31T03:15:30.073Z | + SET_BINARIES= |
611 | 2023-10-31T03:15:30.081Z | + CIDL_SHA256FUNC=do_sha256sum |
612 | 2023-10-31T03:15:30.094Z | + TARBALL_FILENAME=mgd.tar.gz |
613 | 2023-10-31T03:15:30.108Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
614 | 2023-10-31T03:15:30.115Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
615 | 2023-10-31T03:15:30.121Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
616 | 2023-10-31T03:15:30.130Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
617 | 2023-10-31T03:15:30.138Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
618 | 2023-10-31T03:15:30.143Z | Local file: out/downloads/mgd.tar.gz |
619 | 2023-10-31T03:15:30.146Z | + mkdir -p out/downloads |
620 | 2023-10-31T03:15:30.151Z | + mkdir -p ./out/mgd |
621 | 2023-10-31T03:15:30.155Z | + fetch_and_verify |
622 | 2023-10-31T03:15:30.158Z | + local DO_DOWNLOAD=true |
623 | 2023-10-31T03:15:30.167Z | + [[ -f out/downloads/mgd.tar.gz ]] |
624 | 2023-10-31T03:15:30.176Z | + '[' true == true ']' |
625 | 2023-10-31T03:15:30.181Z | + echo Downloading... |
626 | 2023-10-31T03:15:30.193Z | Downloading... |
627 | 2023-10-31T03:15:30.212Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
628 | 2023-10-31T03:15:30.289Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
629 | 2023-10-31T03:15:47.743Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
630 | 2023-10-31T03:15:47.755Z | ++ sha256sum |
631 | 2023-10-31T03:15:47.772Z | ++ awk '{print $1}' |
632 | 2023-10-31T03:15:47.820Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
633 | 2023-10-31T03:15:47.825Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
634 | 2023-10-31T03:15:47.831Z | + do_untar out/downloads/mgd.tar.gz |
635 | 2023-10-31T03:15:47.839Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
636 | 2023-10-31T03:15:48.494Z | + do_assemble |
637 | 2023-10-31T03:15:48.512Z | + rm -r ./out/mgd |
638 | 2023-10-31T03:15:48.525Z | + mkdir ./out/mgd |
639 | 2023-10-31T03:15:48.537Z | + cp -r out/downloads/root ./out/mgd/root |
640 | 2023-10-31T03:15:48.681Z | + set -o errexit |
641 | 2023-10-31T03:15:48.691Z | +++ dirname ./tools/ci_download_transceiver_control |
642 | 2023-10-31T03:15:48.703Z | ++ cd ./tools |
643 | 2023-10-31T03:15:48.714Z | ++ pwd |
644 | 2023-10-31T03:15:48.720Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
645 | 2023-10-31T03:15:48.727Z | ++ basename ./tools/ci_download_transceiver_control |
646 | 2023-10-31T03:15:48.733Z | + ARG0=ci_download_transceiver_control |
647 | 2023-10-31T03:15:48.750Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
648 | 2023-10-31T03:15:48.757Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2023-10-31T03:15:48.768Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
650 | 2023-10-31T03:15:48.774Z | + TARGET_DIR=out |
651 | 2023-10-31T03:15:48.782Z | + DOWNLOAD_DIR=out/downloads |
652 | 2023-10-31T03:15:48.795Z | + DEST_DIR=./out/transceiver-control |
653 | 2023-10-31T03:15:48.808Z | + BIN_DIR=/opt/oxide/bin |
654 | 2023-10-31T03:15:48.818Z | + BINARY=xcvradm |
655 | 2023-10-31T03:15:48.827Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
656 | 2023-10-31T03:15:48.838Z | + REPO=oxidecomputer/transceiver-control |
657 | 2023-10-31T03:15:48.858Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2023-10-31T03:15:48.872Z | + main |
659 | 2023-10-31T03:15:48.884Z | + [[ 0 != 0 ]] |
660 | 2023-10-31T03:15:48.890Z | + CIDL_OS=solaris2.11 |
661 | 2023-10-31T03:15:49.304Z | + [[ 0 != 0 ]] |
662 | 2023-10-31T03:15:49.309Z | + configure_os solaris2.11 |
663 | 2023-10-31T03:15:49.314Z | + echo 'current directory: /work/oxidecomputer/omicron' |
664 | 2023-10-31T03:15:49.329Z | current directory: /work/oxidecomputer/omicron |
665 | 2023-10-31T03:15:49.339Z | + echo 'configuring based on OS: "solaris2.11"' |
666 | 2023-10-31T03:15:49.349Z | configuring based on OS: "solaris2.11" |
667 | 2023-10-31T03:15:49.359Z | + case "$1" in |
668 | 2023-10-31T03:15:49.382Z | + SET_BINARIES= |
669 | 2023-10-31T03:15:49.397Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
670 | 2023-10-31T03:15:49.829Z | + CIDL_SHA256FUNC=do_sha256sum |
671 | 2023-10-31T03:15:49.835Z | + ARCHIVE_FILENAME=xcvradm.gz |
672 | 2023-10-31T03:15:49.852Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2023-10-31T03:15:49.866Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
674 | 2023-10-31T03:15:49.883Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
675 | 2023-10-31T03:15:49.898Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
676 | 2023-10-31T03:15:49.909Z | + echo 'Local file: out/downloads/xcvradm.gz' |
677 | 2023-10-31T03:15:49.922Z | Local file: out/downloads/xcvradm.gz |
678 | 2023-10-31T03:15:49.932Z | + mkdir -p out/downloads |
679 | 2023-10-31T03:15:49.943Z | + mkdir -p ./out/transceiver-control |
680 | 2023-10-31T03:15:49.954Z | + fetch_and_verify |
681 | 2023-10-31T03:15:49.967Z | + local DO_DOWNLOAD=true |
682 | 2023-10-31T03:15:49.978Z | + [[ -f out/downloads/xcvradm.gz ]] |
683 | 2023-10-31T03:15:49.987Z | + '[' true == true ']' |
684 | 2023-10-31T03:15:49.994Z | + echo Downloading... |
685 | 2023-10-31T03:15:50.000Z | Downloading... |
686 | 2023-10-31T03:15:50.008Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
687 | 2023-10-31T03:15:50.016Z | + 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 |
688 | 2023-10-31T03:15:52.464Z | ++ do_sha256sum out/downloads/xcvradm.gz |
689 | 2023-10-31T03:15:52.474Z | ++ sha256sum |
690 | 2023-10-31T03:15:52.481Z | ++ awk '{print $1}' |
691 | 2023-10-31T03:15:52.490Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2023-10-31T03:15:52.498Z | + [[ 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 ]] |
693 | 2023-10-31T03:15:52.512Z | + do_unpack out/downloads/xcvradm.gz |
694 | 2023-10-31T03:15:52.519Z | + mkdir -p out/downloads/root//opt/oxide/bin |
695 | 2023-10-31T03:15:52.526Z | + gzip -dc out/downloads/xcvradm.gz |
696 | 2023-10-31T03:15:53.085Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
697 | 2023-10-31T03:15:53.103Z | + do_assemble |
698 | 2023-10-31T03:15:53.118Z | + rm -r ./out/transceiver-control |
699 | 2023-10-31T03:15:53.130Z | + mkdir ./out/transceiver-control |
700 | 2023-10-31T03:15:53.145Z | + cp -r out/downloads/root ./out/transceiver-control/root |
701 | 2023-10-31T03:15:53.156Z | All builder prerequisites installed successfully, and PATH looks valid |
702 | 2023-10-31T03:15:53.164Z | |
703 | 2023-10-31T03:15:53.173Z | real 3:48.988706807 |
704 | 2023-10-31T03:15:53.181Z | user 55.391074412 |
705 | 2023-10-31T03:15:53.188Z | sys 10.521939994 |
706 | 2023-10-31T03:15:53.200Z | trap 0.028892390 |
707 | 2023-10-31T03:15:53.211Z | tflt 0.196862013 |
708 | 2023-10-31T03:15:53.221Z | dflt 0.598107629 |
709 | 2023-10-31T03:15:53.638Z | kflt 0.106630651 |
710 | 2023-10-31T03:15:53.649Z | lock 1.798356133 |
711 | 2023-10-31T03:15:53.655Z | slp 7:52.025550949 |
712 | 2023-10-31T03:15:53.659Z | lat 3.375445095 |
713 | 2023-10-31T03:15:53.662Z | stop 0.078839931 |
714 | 2023-10-31T03:15:53.668Z | |
715 | 2023-10-31T03:15:53.675Z | #### # # ##### ##### # # |
716 | 2023-10-31T03:15:53.682Z | # # # # # # # # # # |
717 | 2023-10-31T03:15:53.685Z | # # # # # # # # |
718 | 2023-10-31T03:15:53.688Z | # # # ##### ##### # |
719 | 2023-10-31T03:15:53.691Z | # # # # # # # |
720 | 2023-10-31T03:15:53.694Z | #### ###### # # # # |
721 | 2023-10-31T03:15:53.696Z | |
722 | 2023-10-31T03:15:53.699Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
723 | 2023-10-31T03:15:53.702Z | Updating crates.io index |
724 | 2023-10-31T03:15:53.739Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
725 | 2023-10-31T03:15:54.517Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
726 | 2023-10-31T03:15:56.520Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
727 | 2023-10-31T03:15:57.126Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
728 | 2023-10-31T03:15:57.445Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
729 | 2023-10-31T03:15:57.877Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
730 | 2023-10-31T03:15:58.173Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
731 | 2023-10-31T03:15:59.002Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
732 | 2023-10-31T03:16:00.722Z | Updating git repository `https://github.com/oxidecomputer/opte` |
733 | 2023-10-31T03:16:01.754Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
734 | 2023-10-31T03:16:02.095Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2023-10-31T03:16:02.546Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
736 | 2023-10-31T03:16:03.157Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
737 | 2023-10-31T03:16:03.508Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
738 | 2023-10-31T03:16:03.924Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
739 | 2023-10-31T03:16:04.222Z | Updating git repository `https://github.com/njaremko/samael` |
740 | 2023-10-31T03:16:04.710Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
741 | 2023-10-31T03:16:05.340Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
742 | 2023-10-31T03:16:05.770Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
743 | 2023-10-31T03:16:06.110Z | Updating git repository `https://github.com/jgallagher/nix` |
744 | 2023-10-31T03:16:07.387Z | Updating git repository `https://github.com/cbiffle/hubpack` |
745 | 2023-10-31T03:16:07.736Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
746 | 2023-10-31T03:16:17.448Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
747 | 2023-10-31T03:16:17.959Z | Updating git repository `https://github.com/oxidecomputer/typify` |
748 | 2023-10-31T03:16:18.956Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
749 | 2023-10-31T03:16:19.343Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
750 | 2023-10-31T03:16:19.664Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
751 | 2023-10-31T03:16:20.938Z | Downloading crates ... |
752 | 2023-10-31T03:16:21.171Z | Downloaded toml_edit v0.20.0 |
753 | 2023-10-31T03:16:21.204Z | Downloaded thiserror-impl v1.0.49 |
754 | 2023-10-31T03:16:21.208Z | Downloaded colorchoice v1.0.0 |
755 | 2023-10-31T03:16:21.211Z | Downloaded equivalent v1.0.1 |
756 | 2023-10-31T03:16:21.216Z | Downloaded quote v1.0.33 |
757 | 2023-10-31T03:16:21.219Z | Downloaded anyhow v1.0.75 |
758 | 2023-10-31T03:16:21.222Z | Downloaded serde_spanned v0.6.3 |
759 | 2023-10-31T03:16:21.229Z | Downloaded heck v0.4.1 |
760 | 2023-10-31T03:16:21.232Z | Downloaded cargo_metadata v0.18.0 |
761 | 2023-10-31T03:16:21.235Z | Downloaded anstream v0.5.0 |
762 | 2023-10-31T03:16:21.238Z | Downloaded strsim v0.10.0 |
763 | 2023-10-31T03:16:21.241Z | Downloaded bitflags v1.3.2 |
764 | 2023-10-31T03:16:21.245Z | Downloaded semver v1.0.20 |
765 | 2023-10-31T03:16:21.250Z | Downloaded terminal_size v0.2.6 |
766 | 2023-10-31T03:16:21.253Z | Downloaded thiserror v1.0.49 |
767 | 2023-10-31T03:16:21.259Z | Downloaded toml_datetime v0.6.3 |
768 | 2023-10-31T03:16:21.262Z | Downloaded io-lifetimes v1.0.11 |
769 | 2023-10-31T03:16:21.266Z | Downloaded anstyle-parse v0.2.1 |
770 | 2023-10-31T03:16:21.268Z | Downloaded indexmap v2.0.0 |
771 | 2023-10-31T03:16:21.275Z | Downloaded serde_derive v1.0.188 |
772 | 2023-10-31T03:16:21.281Z | Downloaded toml v0.8.0 |
773 | 2023-10-31T03:16:21.286Z | Downloaded unicode-ident v1.0.12 |
774 | 2023-10-31T03:16:21.291Z | Downloaded ryu v1.0.15 |
775 | 2023-10-31T03:16:21.297Z | Downloaded clap v4.4.3 |
776 | 2023-10-31T03:16:21.313Z | Downloaded serde v1.0.188 |
777 | 2023-10-31T03:16:21.319Z | Downloaded memchr v2.6.3 |
778 | 2023-10-31T03:16:21.335Z | Downloaded hashbrown v0.14.0 |
779 | 2023-10-31T03:16:21.340Z | Downloaded winnow v0.5.15 |
780 | 2023-10-31T03:16:21.355Z | Downloaded syn v2.0.32 |
781 | 2023-10-31T03:16:21.376Z | Downloaded clap_builder v4.4.2 |
782 | 2023-10-31T03:16:21.390Z | Downloaded rustix v0.37.23 |
783 | 2023-10-31T03:16:21.427Z | Downloaded libc v0.2.149 |
784 | 2023-10-31T03:16:21.497Z | Downloaded serde_json v1.0.108 |
785 | 2023-10-31T03:16:21.502Z | Downloaded proc-macro2 v1.0.67 |
786 | 2023-10-31T03:16:21.505Z | Downloaded itoa v1.0.9 |
787 | 2023-10-31T03:16:21.508Z | Downloaded utf8parse v0.2.1 |
788 | 2023-10-31T03:16:21.511Z | Downloaded camino v1.1.6 |
789 | 2023-10-31T03:16:21.514Z | Downloaded anstyle-query v1.0.0 |
790 | 2023-10-31T03:16:21.516Z | Downloaded cargo_toml v0.16.3 |
791 | 2023-10-31T03:16:21.520Z | Downloaded clap_lex v0.5.1 |
792 | 2023-10-31T03:16:21.523Z | Downloaded clap_derive v4.4.2 |
793 | 2023-10-31T03:16:21.526Z | Downloaded cargo-platform v0.1.3 |
794 | 2023-10-31T03:16:21.528Z | Downloaded errno v0.3.2 |
795 | 2023-10-31T03:16:21.531Z | Downloaded anstyle v1.0.2 |
796 | 2023-10-31T03:16:21.650Z | Compiling proc-macro2 v1.0.67 |
797 | 2023-10-31T03:16:21.654Z | Compiling unicode-ident v1.0.12 |
798 | 2023-10-31T03:16:21.658Z | Compiling serde v1.0.188 |
799 | 2023-10-31T03:16:21.661Z | Compiling libc v0.2.149 |
800 | 2023-10-31T03:16:21.664Z | Compiling io-lifetimes v1.0.11 |
801 | 2023-10-31T03:16:21.669Z | Compiling rustix v0.37.23 |
802 | 2023-10-31T03:16:21.674Z | Compiling hashbrown v0.14.0 |
803 | 2023-10-31T03:16:21.677Z | Compiling utf8parse v0.2.1 |
804 | 2023-10-31T03:16:22.042Z | Compiling equivalent v1.0.1 |
805 | 2023-10-31T03:16:22.045Z | Compiling bitflags v1.3.2 |
806 | 2023-10-31T03:16:22.189Z | Compiling anstyle-parse v0.2.1 |
807 | 2023-10-31T03:16:22.225Z | Compiling anstyle v1.0.2 |
808 | 2023-10-31T03:16:22.600Z | Compiling anstyle-query v1.0.0 |
809 | 2023-10-31T03:16:22.738Z | Compiling serde_json v1.0.108 |
810 | 2023-10-31T03:16:22.754Z | Compiling winnow v0.5.15 |
811 | 2023-10-31T03:16:23.298Z | Compiling indexmap v2.0.0 |
812 | 2023-10-31T03:16:23.578Z | Compiling semver v1.0.20 |
813 | 2023-10-31T03:16:23.755Z | Compiling thiserror v1.0.49 |
814 | 2023-10-31T03:16:23.812Z | Compiling colorchoice v1.0.0 |
815 | 2023-10-31T03:16:24.028Z | Compiling camino v1.1.6 |
816 | 2023-10-31T03:16:24.046Z | Compiling anstream v0.5.0 |
817 | 2023-10-31T03:16:24.339Z | Compiling ryu v1.0.15 |
818 | 2023-10-31T03:16:24.977Z | Compiling heck v0.4.1 |
819 | 2023-10-31T03:16:25.001Z | Compiling clap_lex v0.5.1 |
820 | 2023-10-31T03:16:25.073Z | Compiling strsim v0.10.0 |
821 | 2023-10-31T03:16:25.272Z | Compiling quote v1.0.33 |
822 | 2023-10-31T03:16:25.335Z | Compiling anyhow v1.0.75 |
823 | 2023-10-31T03:16:25.660Z | Compiling itoa v1.0.9 |
824 | 2023-10-31T03:16:25.966Z | Compiling syn v2.0.32 |
825 | 2023-10-31T03:16:26.030Z | Compiling errno v0.3.2 |
826 | 2023-10-31T03:16:27.745Z | Compiling terminal_size v0.2.6 |
827 | 2023-10-31T03:16:27.947Z | Compiling clap_builder v4.4.2 |
828 | 2023-10-31T03:16:33.413Z | Compiling serde_derive v1.0.188 |
829 | 2023-10-31T03:16:33.416Z | Compiling thiserror-impl v1.0.49 |
830 | 2023-10-31T03:16:33.420Z | Compiling clap_derive v4.4.2 |
831 | 2023-10-31T03:16:37.585Z | Compiling clap v4.4.3 |
832 | 2023-10-31T03:16:46.694Z | Compiling toml_datetime v0.6.3 |
833 | 2023-10-31T03:16:46.698Z | Compiling serde_spanned v0.6.3 |
834 | 2023-10-31T03:16:46.700Z | Compiling cargo-platform v0.1.3 |
835 | 2023-10-31T03:16:47.096Z | Compiling toml_edit v0.20.0 |
836 | 2023-10-31T03:16:48.854Z | Compiling cargo_metadata v0.18.0 |
837 | 2023-10-31T03:16:50.527Z | Compiling toml v0.8.0 |
838 | 2023-10-31T03:16:51.594Z | Compiling cargo_toml v0.16.3 |
839 | 2023-10-31T03:16:57.252Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
840 | 2023-10-31T03:16:58.658Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 05s |
841 | 2023-10-31T03:16:58.881Z | Running `target/debug/xtask clippy` |
842 | 2023-10-31T03:16:58.947Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
843 | 2023-10-31T03:16:59.934Z | Downloading crates ... |
844 | 2023-10-31T03:17:00.200Z | Downloaded adler v1.0.2 |
845 | 2023-10-31T03:17:00.206Z | Downloaded chacha20 v0.9.1 |
846 | 2023-10-31T03:17:00.211Z | Downloaded async-stream-impl v0.3.5 |
847 | 2023-10-31T03:17:00.214Z | Downloaded maplit v1.0.2 |
848 | 2023-10-31T03:17:00.221Z | Downloaded cast v0.3.0 |
849 | 2023-10-31T03:17:00.225Z | Downloaded cfg-if v1.0.0 |
850 | 2023-10-31T03:17:00.229Z | Downloaded hyper-staticfile v0.9.5 |
851 | 2023-10-31T03:17:00.246Z | Downloaded number_prefix v0.4.0 |
852 | 2023-10-31T03:17:00.249Z | Downloaded bytecount v0.6.3 |
853 | 2023-10-31T03:17:00.253Z | Downloaded num_threads v0.1.6 |
854 | 2023-10-31T03:17:00.258Z | Downloaded nu-ansi-term v0.49.0 |
855 | 2023-10-31T03:17:00.265Z | Downloaded hex v0.4.3 |
856 | 2023-10-31T03:17:00.273Z | Downloaded http-body v0.4.5 |
857 | 2023-10-31T03:17:00.282Z | Downloaded buf-list v1.0.3 |
858 | 2023-10-31T03:17:00.292Z | Downloaded bitfield v0.14.0 |
859 | 2023-10-31T03:17:00.300Z | Downloaded hmac v0.12.1 |
860 | 2023-10-31T03:17:00.306Z | Downloaded base64 v0.21.5 |
861 | 2023-10-31T03:17:00.319Z | Downloaded bitstruct v0.1.1 |
862 | 2023-10-31T03:17:00.324Z | Downloaded memoffset v0.9.0 |
863 | 2023-10-31T03:17:00.330Z | Downloaded newline-converter v0.3.0 |
864 | 2023-10-31T03:17:00.333Z | Downloaded httparse v1.8.0 |
865 | 2023-10-31T03:17:00.339Z | Downloaded libm v0.2.7 |
866 | 2023-10-31T03:17:00.364Z | Downloaded linked-hash-map v0.5.6 |
867 | 2023-10-31T03:17:00.367Z | Downloaded nibble_vec v0.1.0 |
868 | 2023-10-31T03:17:00.372Z | Downloaded match_cfg v0.1.0 |
869 | 2023-10-31T03:17:00.375Z | Downloaded hex-literal v0.4.1 |
870 | 2023-10-31T03:17:00.378Z | Downloaded bytesize v1.3.0 |
871 | 2023-10-31T03:17:00.382Z | Downloaded inout v0.1.3 |
872 | 2023-10-31T03:17:00.385Z | Downloaded keccak v0.1.4 |
873 | 2023-10-31T03:17:00.388Z | Downloaded impl-trait-for-tuples v0.2.2 |
874 | 2023-10-31T03:17:00.398Z | Downloaded newtype_derive v0.1.6 |
875 | 2023-10-31T03:17:00.401Z | Downloaded nodrop v0.1.14 |
876 | 2023-10-31T03:17:00.406Z | Downloaded base64ct v1.6.0 |
877 | 2023-10-31T03:17:00.410Z | Downloaded indicatif v0.17.7 |
878 | 2023-10-31T03:17:00.421Z | Downloaded rustc-hash v1.1.0 |
879 | 2023-10-31T03:17:00.426Z | Downloaded rustfmt-wrapper v0.2.0 |
880 | 2023-10-31T03:17:00.429Z | Downloaded ref-cast v1.0.20 |
881 | 2023-10-31T03:17:00.436Z | Downloaded matches v0.1.10 |
882 | 2023-10-31T03:17:00.439Z | Downloaded cassowary v0.3.0 |
883 | 2023-10-31T03:17:00.443Z | Downloaded signature v1.6.4 |
884 | 2023-10-31T03:17:00.446Z | Downloaded crossbeam-epoch v0.9.15 |
885 | 2023-10-31T03:17:00.453Z | Downloaded multer v2.1.0 |
886 | 2023-10-31T03:17:00.459Z | Downloaded path-slash v0.1.5 |
887 | 2023-10-31T03:17:00.463Z | Downloaded scopeguard v1.2.0 |
888 | 2023-10-31T03:17:00.467Z | Downloaded tempdir v0.3.7 |
889 | 2023-10-31T03:17:00.471Z | Downloaded unicase v2.7.0 |
890 | 2023-10-31T03:17:00.474Z | Downloaded synstructure v0.12.6 |
891 | 2023-10-31T03:17:00.477Z | Downloaded rustc-demangle v0.1.23 |
892 | 2023-10-31T03:17:00.480Z | Downloaded erased-serde v0.3.30 |
893 | 2023-10-31T03:17:00.485Z | Downloaded fixedbitset v0.4.2 |
894 | 2023-10-31T03:17:00.490Z | Downloaded nanorand v0.7.0 |
895 | 2023-10-31T03:17:00.497Z | Downloaded strsim v0.8.0 |
896 | 2023-10-31T03:17:00.500Z | Downloaded topological-sort v0.2.2 |
897 | 2023-10-31T03:17:00.503Z | Downloaded pretty-hex v0.2.1 |
898 | 2023-10-31T03:17:00.508Z | Downloaded fragile v2.0.0 |
899 | 2023-10-31T03:17:00.512Z | Downloaded form_urlencoded v1.2.0 |
900 | 2023-10-31T03:17:00.515Z | Downloaded termtree v0.4.1 |
901 | 2023-10-31T03:17:00.521Z | Downloaded diff v0.1.13 |
902 | 2023-10-31T03:17:00.526Z | Downloaded toolchain_find v0.2.0 |
903 | 2023-10-31T03:17:00.529Z | Downloaded tokio-native-tls v0.3.1 |
904 | 2023-10-31T03:17:00.533Z | Downloaded remove_dir_all v0.5.3 |
905 | 2023-10-31T03:17:00.537Z | Downloaded unicode-linebreak v0.1.5 |
906 | 2023-10-31T03:17:00.542Z | Downloaded foreign-types-macros v0.2.3 |
907 | 2023-10-31T03:17:00.545Z | Downloaded unicode-xid v0.2.4 |
908 | 2023-10-31T03:17:00.548Z | Downloaded crunchy v0.2.2 |
909 | 2023-10-31T03:17:00.552Z | Downloaded vergen v8.2.4 |
910 | 2023-10-31T03:17:00.558Z | Downloaded foreign-types v0.3.2 |
911 | 2023-10-31T03:17:00.561Z | Downloaded futures-sink v0.3.29 |
912 | 2023-10-31T03:17:00.564Z | Downloaded resolv-conf v0.7.0 |
913 | 2023-10-31T03:17:00.571Z | Downloaded ppv-lite86 v0.2.17 |
914 | 2023-10-31T03:17:00.574Z | Downloaded unicode-bidi v0.3.13 |
915 | 2023-10-31T03:17:00.577Z | Downloaded path-dedot v3.1.0 |
916 | 2023-10-31T03:17:00.581Z | Downloaded difflib v0.4.0 |
917 | 2023-10-31T03:17:00.586Z | Downloaded packed_struct v0.10.1 |
918 | 2023-10-31T03:17:00.591Z | Downloaded signal-hook v0.3.17 |
919 | 2023-10-31T03:17:00.596Z | Downloaded pin-utils v0.1.0 |
920 | 2023-10-31T03:17:00.600Z | Downloaded packed_struct_codegen v0.10.1 |
921 | 2023-10-31T03:17:00.606Z | Downloaded untrusted v0.7.1 |
922 | 2023-10-31T03:17:00.609Z | Downloaded debug-ignore v1.0.5 |
923 | 2023-10-31T03:17:00.613Z | Downloaded datatest-stable v0.2.3 |
924 | 2023-10-31T03:17:00.617Z | Downloaded similar-asserts v1.5.0 |
925 | 2023-10-31T03:17:00.623Z | Downloaded plotters-svg v0.3.5 |
926 | 2023-10-31T03:17:00.628Z | Downloaded version_check v0.9.4 |
927 | 2023-10-31T03:17:00.631Z | Downloaded try-lock v0.2.4 |
928 | 2023-10-31T03:17:00.644Z | Downloaded der_derive v0.7.2 |
929 | 2023-10-31T03:17:00.648Z | Downloaded deranged v0.3.8 |
930 | 2023-10-31T03:17:00.652Z | Downloaded backtrace v0.3.69 |
931 | 2023-10-31T03:17:00.657Z | Downloaded proc-macro-crate v1.3.1 |
932 | 2023-10-31T03:17:00.660Z | Downloaded secrecy v0.8.0 |
933 | 2023-10-31T03:17:00.666Z | Downloaded futures-executor v0.3.29 |
934 | 2023-10-31T03:17:00.669Z | Downloaded rtoolbox v0.0.1 |
935 | 2023-10-31T03:17:00.675Z | Downloaded pem v1.1.1 |
936 | 2023-10-31T03:17:00.679Z | Downloaded parse-display-derive v0.7.0 |
937 | 2023-10-31T03:17:00.682Z | Downloaded shell-words v1.1.0 |
938 | 2023-10-31T03:17:00.685Z | Downloaded percent-encoding v2.3.0 |
939 | 2023-10-31T03:17:00.688Z | Downloaded which v4.4.0 |
940 | 2023-10-31T03:17:00.706Z | Downloaded thread-id v4.2.0 |
941 | 2023-10-31T03:17:00.710Z | Downloaded curve25519-dalek-derive v0.1.0 |
942 | 2023-10-31T03:17:00.715Z | Downloaded derive_builder_macro v0.12.0 |
943 | 2023-10-31T03:17:00.718Z | Downloaded serde_repr v0.1.16 |
944 | 2023-10-31T03:17:00.721Z | Downloaded whoami v1.4.1 |
945 | 2023-10-31T03:17:00.752Z | Downloaded flate2 v1.0.28 |
946 | 2023-10-31T03:17:00.756Z | Downloaded zeroize_derive v1.4.2 |
947 | 2023-10-31T03:17:00.759Z | Downloaded slab v0.4.9 |
948 | 2023-10-31T03:17:00.763Z | Downloaded walkdir v2.4.0 |
949 | 2023-10-31T03:17:00.767Z | Downloaded fastrand v2.0.0 |
950 | 2023-10-31T03:17:00.771Z | Downloaded tower-service v0.3.2 |
951 | 2023-10-31T03:17:00.776Z | Downloaded zerocopy v0.3.0 |
952 | 2023-10-31T03:17:00.783Z | Downloaded tui-tree-widget v0.13.0 |
953 | 2023-10-31T03:17:00.787Z | Downloaded wait-timeout v0.2.0 |
954 | 2023-10-31T03:17:00.794Z | Downloaded uuid v1.4.1 |
955 | 2023-10-31T03:17:00.797Z | Downloaded cstr-argument v0.1.2 |
956 | 2023-10-31T03:17:00.802Z | Downloaded darling_macro v0.14.4 |
957 | 2023-10-31T03:17:00.805Z | Downloaded reedline v0.23.0 |
958 | 2023-10-31T03:17:00.808Z | Downloaded proc-macro-error-attr v1.0.4 |
959 | 2023-10-31T03:17:00.812Z | Downloaded rand v0.4.6 |
960 | 2023-10-31T03:17:00.816Z | Downloaded normalize-line-endings v0.3.0 |
961 | 2023-10-31T03:17:00.820Z | Downloaded pin-project-internal v1.1.3 |
962 | 2023-10-31T03:17:00.824Z | Downloaded hashlink v0.8.3 |
963 | 2023-10-31T03:17:00.827Z | Downloaded semver-parser v0.10.2 |
964 | 2023-10-31T03:17:00.830Z | Downloaded schemars_derive v0.8.13 |
965 | 2023-10-31T03:17:00.834Z | Downloaded futures-channel v0.3.29 |
966 | 2023-10-31T03:17:00.837Z | Downloaded slog-bunyan v2.4.0 |
967 | 2023-10-31T03:17:00.841Z | Downloaded serial_test_derive v0.10.0 |
968 | 2023-10-31T03:17:00.845Z | Downloaded serial_test v0.10.0 |
969 | 2023-10-31T03:17:00.848Z | Downloaded radium v0.7.0 |
970 | 2023-10-31T03:17:00.851Z | Downloaded utf-8 v0.7.6 |
971 | 2023-10-31T03:17:00.853Z | Downloaded paste v1.0.14 |
972 | 2023-10-31T03:17:00.856Z | Downloaded waitgroup v0.1.2 |
973 | 2023-10-31T03:17:00.861Z | Downloaded sha1 v0.10.5 |
974 | 2023-10-31T03:17:00.865Z | Downloaded pem-rfc7468 v0.7.0 |
975 | 2023-10-31T03:17:00.868Z | Downloaded slog-json v2.6.1 |
976 | 2023-10-31T03:17:00.871Z | Downloaded fallible-iterator v0.2.0 |
977 | 2023-10-31T03:17:00.874Z | Downloaded want v0.3.1 |
978 | 2023-10-31T03:17:00.878Z | Downloaded tokio-tungstenite v0.20.1 |
979 | 2023-10-31T03:17:00.882Z | Downloaded predicates v2.1.5 |
980 | 2023-10-31T03:17:00.885Z | Downloaded openssl-macros v0.1.1 |
981 | 2023-10-31T03:17:00.889Z | Downloaded rcgen v0.11.3 |
982 | 2023-10-31T03:17:00.892Z | Downloaded socket2 v0.5.4 |
983 | 2023-10-31T03:17:00.895Z | Downloaded stringprep v0.1.3 |
984 | 2023-10-31T03:17:00.899Z | Downloaded diesel_derives v2.1.1 |
985 | 2023-10-31T03:17:00.902Z | Downloaded digest v0.10.7 |
986 | 2023-10-31T03:17:00.904Z | Downloaded test-strategy v0.2.1 |
987 | 2023-10-31T03:17:00.907Z | Downloaded glob v0.3.1 |
988 | 2023-10-31T03:17:00.910Z | Downloaded stable_deref_trait v1.2.0 |
989 | 2023-10-31T03:17:00.915Z | Downloaded rustls-native-certs v0.6.3 |
990 | 2023-10-31T03:17:00.918Z | Downloaded futures v0.3.29 |
991 | 2023-10-31T03:17:00.923Z | Downloaded fxhash v0.2.1 |
992 | 2023-10-31T03:17:00.926Z | Downloaded fd-lock v3.0.13 |
993 | 2023-10-31T03:17:00.929Z | Downloaded phf_shared v0.10.0 |
994 | 2023-10-31T03:17:00.932Z | Downloaded globset v0.4.13 |
995 | 2023-10-31T03:17:00.936Z | Downloaded subtle v2.5.0 |
996 | 2023-10-31T03:17:00.939Z | Downloaded oso-derive v0.27.0 |
997 | 2023-10-31T03:17:00.943Z | Downloaded pin-project v1.1.3 |
998 | 2023-10-31T03:17:00.947Z | Downloaded siphasher v0.3.11 |
999 | 2023-10-31T03:17:00.950Z | Downloaded doc-comment v0.3.3 |
1000 | 2023-10-31T03:17:00.953Z | Downloaded strip-ansi-escapes v0.2.0 |
1001 | 2023-10-31T03:17:00.956Z | Downloaded enum-as-inner v0.5.1 |
1002 | 2023-10-31T03:17:00.961Z | Downloaded filetime v0.2.22 |
1003 | 2023-10-31T03:17:00.964Z | Downloaded string_cache v0.8.7 |
1004 | 2023-10-31T03:17:00.968Z | Downloaded steno v0.4.0 |
1005 | 2023-10-31T03:17:00.971Z | Downloaded flagset v0.4.3 |
1006 | 2023-10-31T03:17:00.974Z | Downloaded termcolor v1.2.0 |
1007 | 2023-10-31T03:17:00.979Z | Downloaded dof v0.1.5 |
1008 | 2023-10-31T03:17:00.982Z | Downloaded strum_macros v0.25.2 |
1009 | 2023-10-31T03:17:00.986Z | Downloaded ena v0.14.2 |
1010 | 2023-10-31T03:17:00.989Z | Downloaded smallvec v0.6.14 |
1011 | 2023-10-31T03:17:00.992Z | Downloaded rsa v0.9.2 |
1012 | 2023-10-31T03:17:00.995Z | Downloaded r2d2 v0.8.10 |
1013 | 2023-10-31T03:17:00.998Z | Downloaded dirs-sys-next v0.1.2 |
1014 | 2023-10-31T03:17:01.003Z | Downloaded rand_xorshift v0.3.0 |
1015 | 2023-10-31T03:17:01.007Z | Downloaded ed25519 v1.5.3 |
1016 | 2023-10-31T03:17:01.010Z | Downloaded either v1.9.0 |
1017 | 2023-10-31T03:17:01.014Z | Downloaded tungstenite v0.20.1 |
1018 | 2023-10-31T03:17:01.018Z | Downloaded slog v2.7.0 |
1019 | 2023-10-31T03:17:01.022Z | Downloaded derive-where v1.2.5 |
1020 | 2023-10-31T03:17:01.026Z | Downloaded half v1.8.2 |
1021 | 2023-10-31T03:17:01.031Z | Downloaded tough v0.12.5 |
1022 | 2023-10-31T03:17:01.035Z | Downloaded sct v0.7.0 |
1023 | 2023-10-31T03:17:01.040Z | Downloaded rayon-core v1.12.0 |
1024 | 2023-10-31T03:17:01.043Z | Downloaded oso v0.27.0 |
1025 | 2023-10-31T03:17:01.046Z | Downloaded getrandom v0.2.10 |
1026 | 2023-10-31T03:17:01.051Z | Downloaded elliptic-curve v0.13.5 |
1027 | 2023-10-31T03:17:01.055Z | Downloaded darling_core v0.14.4 |
1028 | 2023-10-31T03:17:01.059Z | Downloaded parking_lot v0.11.2 |
1029 | 2023-10-31T03:17:01.062Z | Downloaded flume v0.11.0 |
1030 | 2023-10-31T03:17:01.066Z | Downloaded clap v2.34.0 |
1031 | 2023-10-31T03:17:01.079Z | Downloaded papergrid v0.10.0 |
1032 | 2023-10-31T03:17:01.090Z | Downloaded snafu v0.7.5 |
1033 | 2023-10-31T03:17:01.100Z | Downloaded h2 v0.3.21 |
1034 | 2023-10-31T03:17:01.114Z | Downloaded rusqlite v0.29.0 |
1035 | 2023-10-31T03:17:01.126Z | Downloaded tokio-util v0.7.10 |
1036 | 2023-10-31T03:17:01.141Z | Downloaded pest v2.7.2 |
1037 | 2023-10-31T03:17:01.151Z | Downloaded bindgen v0.65.1 |
1038 | 2023-10-31T03:17:01.166Z | Downloaded proptest v1.3.1 |
1039 | 2023-10-31T03:17:01.186Z | Downloaded git2 v0.17.2 |
1040 | 2023-10-31T03:17:01.203Z | Downloaded regex-automata v0.1.10 |
1041 | 2023-10-31T03:17:01.214Z | Downloaded quick-xml v0.23.1 |
1042 | 2023-10-31T03:17:01.228Z | Downloaded plotters v0.3.5 |
1043 | 2023-10-31T03:17:01.247Z | Downloaded ratatui v0.23.0 |
1044 | 2023-10-31T03:17:01.270Z | Downloaded petgraph v0.6.4 |
1045 | 2023-10-31T03:17:01.298Z | Downloaded tabled v0.14.0 |
1046 | 2023-10-31T03:17:01.327Z | Downloaded smoltcp v0.8.2 |
1047 | 2023-10-31T03:17:01.347Z | Downloaded polar-core v0.27.0 |
1048 | 2023-10-31T03:17:01.370Z | Downloaded smoltcp v0.9.1 |
1049 | 2023-10-31T03:17:01.388Z | Downloaded openssl v0.10.57 |
1050 | 2023-10-31T03:17:01.408Z | Downloaded regex-syntax v0.8.2 |
1051 | 2023-10-31T03:17:01.425Z | Downloaded regex-syntax v0.7.5 |
1052 | 2023-10-31T03:17:01.444Z | Downloaded zerocopy-derive v0.6.4 |
1053 | 2023-10-31T03:17:01.470Z | Downloaded regex-automata v0.3.8 |
1054 | 2023-10-31T03:17:01.503Z | Downloaded regex-automata v0.4.3 |
1055 | 2023-10-31T03:17:01.541Z | Downloaded sled v0.34.7 |
1056 | 2023-10-31T03:17:01.561Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1057 | 2023-10-31T03:17:01.585Z | Downloaded encoding_rs v0.8.33 |
1058 | 2023-10-31T03:17:01.631Z | Downloaded zerocopy-derive v0.2.0 |
1059 | 2023-10-31T03:17:01.649Z | Downloaded openapiv3 v1.0.3 |
1060 | 2023-10-31T03:17:01.673Z | Downloaded regex-syntax v0.6.29 |
1061 | 2023-10-31T03:17:01.688Z | Downloaded rustix v0.38.9 |
1062 | 2023-10-31T03:17:01.728Z | Downloaded tokio v1.33.0 |
1063 | 2023-10-31T03:17:01.798Z | Downloaded syn v1.0.109 |
1064 | 2023-10-31T03:17:01.817Z | Downloaded object v0.32.1 |
1065 | 2023-10-31T03:17:01.837Z | Downloaded curve25519-dalek v4.1.0 |
1066 | 2023-10-31T03:17:01.855Z | Downloaded sha3 v0.10.8 |
1067 | 2023-10-31T03:17:01.869Z | Downloaded diesel v2.1.3 |
1068 | 2023-10-31T03:17:01.903Z | Downloaded webpki-roots v0.25.2 |
1069 | 2023-10-31T03:17:01.911Z | Downloaded object v0.30.4 |
1070 | 2023-10-31T03:17:01.929Z | Downloaded regress v0.7.1 |
1071 | 2023-10-31T03:17:01.944Z | Downloaded trust-dns-proto v0.22.0 |
1072 | 2023-10-31T03:17:01.967Z | Downloaded rayon v1.8.0 |
1073 | 2023-10-31T03:17:02.040Z | Downloaded gimli v0.28.0 |
1074 | 2023-10-31T03:17:02.045Z | Downloaded rustls v0.21.8 |
1075 | 2023-10-31T03:17:02.049Z | Downloaded idna v0.4.0 |
1076 | 2023-10-31T03:17:02.052Z | Downloaded futures-util v0.3.29 |
1077 | 2023-10-31T03:17:02.062Z | Downloaded nix v0.26.2 |
1078 | 2023-10-31T03:17:02.079Z | Downloaded radix_trie v0.2.1 |
1079 | 2023-10-31T03:17:02.090Z | Downloaded vcpkg v0.2.15 |
1080 | 2023-10-31T03:17:02.166Z | Downloaded regex v1.10.2 |
1081 | 2023-10-31T03:17:02.191Z | Downloaded idna v0.2.3 |
1082 | 2023-10-31T03:17:02.206Z | Downloaded serde_with v2.3.3 |
1083 | 2023-10-31T03:17:02.218Z | Downloaded bitvec v1.0.1 |
1084 | 2023-10-31T03:17:02.244Z | Downloaded lalrpop v0.19.12 |
1085 | 2023-10-31T03:17:02.266Z | Downloaded bstr v1.6.0 |
1086 | 2023-10-31T03:17:02.287Z | Downloaded url v2.4.1 |
1087 | 2023-10-31T03:17:02.293Z | Downloaded trybuild v1.0.85 |
1088 | 2023-10-31T03:17:02.301Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1089 | 2023-10-31T03:17:02.410Z | Downloaded chrono v0.4.31 |
1090 | 2023-10-31T03:17:02.425Z | Downloaded serde_yaml v0.9.25 |
1091 | 2023-10-31T03:17:02.432Z | Downloaded tokio-postgres v0.7.10 |
1092 | 2023-10-31T03:17:02.441Z | Downloaded spin v0.9.8 |
1093 | 2023-10-31T03:17:02.446Z | Downloaded toml v0.5.11 |
1094 | 2023-10-31T03:17:02.451Z | Downloaded unicode-normalization v0.1.22 |
1095 | 2023-10-31T03:17:02.457Z | Downloaded time v0.3.27 |
1096 | 2023-10-31T03:17:02.472Z | Downloaded tracing v0.1.37 |
1097 | 2023-10-31T03:17:02.477Z | Downloaded openssl-sys v0.9.93 |
1098 | 2023-10-31T03:17:02.487Z | Downloaded toml_edit v0.19.15 |
1099 | 2023-10-31T03:17:02.519Z | Downloaded x509-cert v0.2.4 |
1100 | 2023-10-31T03:17:02.527Z | Downloaded unicode-segmentation v1.10.1 |
1101 | 2023-10-31T03:17:02.534Z | Downloaded hashbrown v0.12.3 |
1102 | 2023-10-31T03:17:02.541Z | Downloaded crossterm v0.27.0 |
1103 | 2023-10-31T03:17:02.556Z | Downloaded aho-corasick v1.0.4 |
1104 | 2023-10-31T03:17:02.567Z | Downloaded reqwest v0.11.20 |
1105 | 2023-10-31T03:17:02.581Z | Downloaded expectorate v1.1.0 |
1106 | 2023-10-31T03:17:02.585Z | Downloaded tokio-tungstenite v0.18.0 |
1107 | 2023-10-31T03:17:02.589Z | Downloaded time-macros v0.2.13 |
1108 | 2023-10-31T03:17:02.592Z | Downloaded pretty_assertions v1.4.0 |
1109 | 2023-10-31T03:17:02.596Z | Downloaded zip v0.6.6 |
1110 | 2023-10-31T03:17:02.602Z | Downloaded dyn-clone v1.0.13 |
1111 | 2023-10-31T03:17:02.605Z | Downloaded getopts v0.2.21 |
1112 | 2023-10-31T03:17:02.613Z | Downloaded slog-async v2.8.0 |
1113 | 2023-10-31T03:17:02.617Z | Downloaded once_cell v1.18.0 |
1114 | 2023-10-31T03:17:02.620Z | Downloaded trust-dns-server v0.22.1 |
1115 | 2023-10-31T03:17:02.624Z | Downloaded hashbrown v0.13.2 |
1116 | 2023-10-31T03:17:02.632Z | Downloaded rand v0.8.5 |
1117 | 2023-10-31T03:17:02.640Z | Downloaded slog-dtrace v0.2.3 |
1118 | 2023-10-31T03:17:02.643Z | Downloaded sha2 v0.10.8 |
1119 | 2023-10-31T03:17:02.647Z | Downloaded platforms v3.0.2 |
1120 | 2023-10-31T03:17:02.650Z | Downloaded num-iter v0.1.43 |
1121 | 2023-10-31T03:17:02.659Z | Downloaded num-complex v0.4.4 |
1122 | 2023-10-31T03:17:02.663Z | Downloaded oorandom v11.1.3 |
1123 | 2023-10-31T03:17:02.666Z | Downloaded password-hash v0.5.0 |
1124 | 2023-10-31T03:17:02.670Z | Downloaded portable-atomic v1.4.3 |
1125 | 2023-10-31T03:17:02.674Z | Downloaded itertools v0.10.5 |
1126 | 2023-10-31T03:17:02.681Z | Downloaded dtrace-parser v0.1.14 |
1127 | 2023-10-31T03:17:02.685Z | Downloaded ctr v0.9.2 |
1128 | 2023-10-31T03:17:02.689Z | Downloaded structopt-derive v0.4.18 |
1129 | 2023-10-31T03:17:02.692Z | Downloaded trust-dns-client v0.22.0 |
1130 | 2023-10-31T03:17:02.699Z | Downloaded der v0.7.8 |
1131 | 2023-10-31T03:17:02.707Z | Downloaded openssl-probe v0.1.5 |
1132 | 2023-10-31T03:17:02.711Z | Downloaded opaque-debug v0.3.0 |
1133 | 2023-10-31T03:17:02.714Z | Downloaded signal-hook-tokio v0.3.1 |
1134 | 2023-10-31T03:17:02.719Z | Downloaded num-derive v0.4.0 |
1135 | 2023-10-31T03:17:02.722Z | Downloaded env_logger v0.10.0 |
1136 | 2023-10-31T03:17:02.725Z | Downloaded serde_with_macros v2.3.3 |
1137 | 2023-10-31T03:17:02.728Z | Downloaded schemars v0.8.13 |
1138 | 2023-10-31T03:17:02.745Z | Downloaded hkdf v0.12.3 |
1139 | 2023-10-31T03:17:02.749Z | Downloaded itertools v0.11.0 |
1140 | 2023-10-31T03:17:02.761Z | Downloaded nom v7.1.3 |
1141 | 2023-10-31T03:17:02.771Z | Downloaded partial-io v0.5.4 |
1142 | 2023-10-31T03:17:02.777Z | Downloaded tabled_derive v0.6.0 |
1143 | 2023-10-31T03:17:02.805Z | Downloaded prettyplease v0.2.12 |
1144 | 2023-10-31T03:17:02.818Z | Downloaded crossterm v0.26.1 |
1145 | 2023-10-31T03:17:02.822Z | Downloaded libz-sys v1.1.12 |
1146 | 2023-10-31T03:17:02.921Z | Downloaded fatfs v0.3.6 |
1147 | 2023-10-31T03:17:02.925Z | Downloaded tracing-core v0.1.31 |
1148 | 2023-10-31T03:17:02.932Z | Downloaded minimal-lexical v0.2.1 |
1149 | 2023-10-31T03:17:02.940Z | Downloaded crypto-bigint v0.5.2 |
1150 | 2023-10-31T03:17:02.953Z | Downloaded rpassword v7.2.0 |
1151 | 2023-10-31T03:17:02.957Z | Downloaded similar v2.2.1 |
1152 | 2023-10-31T03:17:02.967Z | Downloaded poly1305 v0.8.0 |
1153 | 2023-10-31T03:17:02.971Z | Downloaded libxml v0.3.3 |
1154 | 2023-10-31T03:17:02.981Z | Downloaded data-encoding v2.4.0 |
1155 | 2023-10-31T03:17:02.985Z | Downloaded textwrap v0.11.0 |
1156 | 2023-10-31T03:17:02.990Z | Downloaded derive_builder_core v0.12.0 |
1157 | 2023-10-31T03:17:02.993Z | Downloaded slog-envlogger v2.2.0 |
1158 | 2023-10-31T03:17:02.997Z | Downloaded dashmap v5.5.1 |
1159 | 2023-10-31T03:17:03.000Z | Downloaded pem v3.0.2 |
1160 | 2023-10-31T03:17:03.003Z | Downloaded termios v0.3.3 |
1161 | 2023-10-31T03:17:03.006Z | Downloaded darling_macro v0.20.3 |
1162 | 2023-10-31T03:17:03.010Z | Downloaded parse-display v0.7.0 |
1163 | 2023-10-31T03:17:03.013Z | Downloaded group v0.13.0 |
1164 | 2023-10-31T03:17:03.016Z | Downloaded darling v0.20.3 |
1165 | 2023-10-31T03:17:03.019Z | Downloaded darling v0.14.4 |
1166 | 2023-10-31T03:17:03.022Z | Downloaded aes v0.8.3 |
1167 | 2023-10-31T03:17:03.025Z | Downloaded smallvec v1.11.0 |
1168 | 2023-10-31T03:17:03.029Z | Downloaded mio v0.8.8 |
1169 | 2023-10-31T03:17:03.038Z | Downloaded socket2 v0.4.9 |
1170 | 2023-10-31T03:17:03.041Z | Downloaded darling_core v0.20.3 |
1171 | 2023-10-31T03:17:03.049Z | Downloaded take_mut v0.2.2 |
1172 | 2023-10-31T03:17:03.052Z | Downloaded hash32 v0.2.1 |
1173 | 2023-10-31T03:17:03.055Z | Downloaded pkg-config v0.3.27 |
1174 | 2023-10-31T03:17:03.058Z | Downloaded criterion v0.5.1 |
1175 | 2023-10-31T03:17:03.071Z | Downloaded spin v0.5.2 |
1176 | 2023-10-31T03:17:03.078Z | Downloaded tokio-macros v2.1.0 |
1177 | 2023-10-31T03:17:03.082Z | Downloaded tungstenite v0.18.0 |
1178 | 2023-10-31T03:17:03.084Z | Downloaded yasna v0.5.2 |
1179 | 2023-10-31T03:17:03.088Z | Downloaded pkcs8 v0.10.2 |
1180 | 2023-10-31T03:17:03.090Z | Downloaded rand_core v0.6.4 |
1181 | 2023-10-31T03:17:03.093Z | Downloaded static_assertions v1.1.0 |
1182 | 2023-10-31T03:17:03.096Z | Downloaded zeroize v1.6.0 |
1183 | 2023-10-31T03:17:03.101Z | Downloaded universal-hash v0.5.1 |
1184 | 2023-10-31T03:17:03.105Z | Downloaded heck v0.3.3 |
1185 | 2023-10-31T03:17:03.108Z | Downloaded downcast v0.11.0 |
1186 | 2023-10-31T03:17:03.111Z | Downloaded usdt-attr-macro v0.3.5 |
1187 | 2023-10-31T03:17:03.114Z | Downloaded tinyvec_macros v0.1.1 |
1188 | 2023-10-31T03:17:03.117Z | Downloaded serde_urlencoded v0.7.1 |
1189 | 2023-10-31T03:17:03.120Z | Downloaded funty v2.0.0 |
1190 | 2023-10-31T03:17:03.123Z | Downloaded strum_macros v0.24.3 |
1191 | 2023-10-31T03:17:03.125Z | Downloaded serde_derive_internals v0.26.0 |
1192 | 2023-10-31T03:17:03.128Z | Downloaded num_cpus v1.16.0 |
1193 | 2023-10-31T03:17:03.132Z | Downloaded serde-hex v0.1.0 |
1194 | 2023-10-31T03:17:03.136Z | Downloaded wyz v0.5.1 |
1195 | 2023-10-31T03:17:03.139Z | Downloaded pest_meta v2.7.2 |
1196 | 2023-10-31T03:17:03.143Z | Downloaded heapless v0.7.16 |
1197 | 2023-10-31T03:17:03.146Z | Downloaded slog-scope v4.4.0 |
1198 | 2023-10-31T03:17:03.149Z | Downloaded crossbeam-channel v0.5.8 |
1199 | 2023-10-31T03:17:03.153Z | Downloaded spki v0.7.2 |
1200 | 2023-10-31T03:17:03.156Z | Downloaded rstest v0.18.2 |
1201 | 2023-10-31T03:17:03.159Z | Downloaded ring v0.17.5 |
1202 | 2023-10-31T03:17:03.300Z | Downloaded structopt v0.3.26 |
1203 | 2023-10-31T03:17:03.312Z | Downloaded polyval v0.6.1 |
1204 | 2023-10-31T03:17:03.316Z | Downloaded fallible-streaming-iterator v0.1.9 |
1205 | 2023-10-31T03:17:03.323Z | Downloaded structmeta v0.1.6 |
1206 | 2023-10-31T03:17:03.326Z | Downloaded pin-project-lite v0.2.13 |
1207 | 2023-10-31T03:17:03.329Z | Downloaded threadpool v1.8.1 |
1208 | 2023-10-31T03:17:03.333Z | Downloaded thread_local v1.1.7 |
1209 | 2023-10-31T03:17:03.337Z | Downloaded typenum v1.16.0 |
1210 | 2023-10-31T03:17:03.341Z | Downloaded tracing-attributes v0.1.26 |
1211 | 2023-10-31T03:17:03.344Z | Downloaded ron v0.8.1 |
1212 | 2023-10-31T03:17:03.349Z | Downloaded trust-dns-resolver v0.22.0 |
1213 | 2023-10-31T03:17:03.357Z | Downloaded derive_more v0.99.17 |
1214 | 2023-10-31T03:17:03.367Z | Downloaded libsqlite3-sys v0.26.0 |
1215 | 2023-10-31T03:17:03.513Z | Downloaded ring v0.16.20 |
1216 | 2023-10-31T03:17:03.679Z | Downloaded ucd-trie v0.1.6 |
1217 | 2023-10-31T03:17:03.683Z | Downloaded pkcs1 v0.7.5 |
1218 | 2023-10-31T03:17:03.688Z | Downloaded derive_builder v0.12.0 |
1219 | 2023-10-31T03:17:03.693Z | Downloaded unsafe-libyaml v0.2.9 |
1220 | 2023-10-31T03:17:03.699Z | Downloaded salty v0.2.0 |
1221 | 2023-10-31T03:17:03.708Z | Downloaded twox-hash v1.6.3 |
1222 | 2023-10-31T03:17:03.712Z | Downloaded float-cmp v0.9.0 |
1223 | 2023-10-31T03:17:03.715Z | Downloaded headers-core v0.2.0 |
1224 | 2023-10-31T03:17:03.721Z | Downloaded toml v0.7.8 |
1225 | 2023-10-31T03:17:03.724Z | Downloaded postgres-types v0.2.6 |
1226 | 2023-10-31T03:17:03.728Z | Downloaded usdt-impl v0.3.5 |
1227 | 2023-10-31T03:17:03.731Z | Downloaded textwrap v0.16.0 |
1228 | 2023-10-31T03:17:03.735Z | Downloaded vsss-rs v3.3.1 |
1229 | 2023-10-31T03:17:03.739Z | Downloaded postcard v0.7.3 |
1230 | 2023-10-31T03:17:03.743Z | Downloaded term v0.7.0 |
1231 | 2023-10-31T03:17:03.747Z | Downloaded pest_generator v2.7.2 |
1232 | 2023-10-31T03:17:03.749Z | Downloaded slog-term v2.9.0 |
1233 | 2023-10-31T03:17:03.752Z | Downloaded zerocopy v0.6.4 |
1234 | 2023-10-31T03:17:03.755Z | Downloaded structmeta-derive v0.1.6 |
1235 | 2023-10-31T03:17:03.758Z | Downloaded smf v0.2.2 |
1236 | 2023-10-31T03:17:03.761Z | Downloaded omicron-zone-package v0.8.3 |
1237 | 2023-10-31T03:17:03.765Z | Downloaded futures-io v0.3.29 |
1238 | 2023-10-31T03:17:03.768Z | Downloaded num-bigint v0.4.4 |
1239 | 2023-10-31T03:17:03.772Z | Downloaded futures-core v0.3.29 |
1240 | 2023-10-31T03:17:03.776Z | Downloaded yansi v0.5.1 |
1241 | 2023-10-31T03:17:03.780Z | Downloaded xattr v1.0.1 |
1242 | 2023-10-31T03:17:03.783Z | Downloaded generic-array v0.14.7 |
1243 | 2023-10-31T03:17:03.786Z | Downloaded serde_tokenstream v0.1.7 |
1244 | 2023-10-31T03:17:03.789Z | Downloaded slog-stdlog v4.1.1 |
1245 | 2023-10-31T03:17:03.793Z | Downloaded headers v0.3.9 |
1246 | 2023-10-31T03:17:03.797Z | Downloaded arc-swap v1.6.0 |
1247 | 2023-10-31T03:17:03.804Z | Downloaded const_format v0.2.31 |
1248 | 2023-10-31T03:17:03.833Z | Downloaded futures-timer v3.0.2 |
1249 | 2023-10-31T03:17:03.838Z | Downloaded miniz_oxide v0.7.1 |
1250 | 2023-10-31T03:17:03.841Z | Downloaded proc-macro-error v1.0.4 |
1251 | 2023-10-31T03:17:03.845Z | Downloaded relative-path v1.9.0 |
1252 | 2023-10-31T03:17:03.848Z | Downloaded parking_lot_core v0.9.8 |
1253 | 2023-10-31T03:17:03.851Z | Downloaded serde_path_to_error v0.1.14 |
1254 | 2023-10-31T03:17:03.854Z | Downloaded zone v0.2.0 |
1255 | 2023-10-31T03:17:03.857Z | Downloaded smawk v0.3.1 |
1256 | 2023-10-31T03:17:03.860Z | Downloaded signature v2.1.0 |
1257 | 2023-10-31T03:17:03.863Z | Downloaded signal-hook-registry v1.4.1 |
1258 | 2023-10-31T03:17:03.868Z | Downloaded futures-macro v0.3.29 |
1259 | 2023-10-31T03:17:03.872Z | Downloaded tinyvec v1.6.0 |
1260 | 2023-10-31T03:17:03.875Z | Downloaded unicode-width v0.1.11 |
1261 | 2023-10-31T03:17:03.879Z | Downloaded postcard-cobs v0.1.5-pre |
1262 | 2023-10-31T03:17:03.882Z | Downloaded peeking_take_while v0.1.2 |
1263 | 2023-10-31T03:17:03.885Z | Downloaded olpc-cjson v0.1.3 |
1264 | 2023-10-31T03:17:03.888Z | Downloaded path-absolutize v3.1.0 |
1265 | 2023-10-31T03:17:03.891Z | Downloaded serde_plain v1.0.2 |
1266 | 2023-10-31T03:17:03.896Z | Downloaded postgres-protocol v0.6.6 |
1267 | 2023-10-31T03:17:03.899Z | Downloaded owo-colors v3.5.0 |
1268 | 2023-10-31T03:17:03.902Z | Downloaded pest_derive v2.7.2 |
1269 | 2023-10-31T03:17:03.906Z | Downloaded crc-any v2.4.3 |
1270 | 2023-10-31T03:17:03.910Z | Downloaded cc v1.0.83 |
1271 | 2023-10-31T03:17:03.913Z | Downloaded parking_lot_core v0.8.6 |
1272 | 2023-10-31T03:17:03.916Z | Downloaded parking_lot v0.12.1 |
1273 | 2023-10-31T03:17:03.919Z | Downloaded tokio-stream v0.1.14 |
1274 | 2023-10-31T03:17:03.922Z | Downloaded tar v0.4.40 |
1275 | 2023-10-31T03:17:03.926Z | Downloaded fs-err v2.9.0 |
1276 | 2023-10-31T03:17:03.928Z | Downloaded base64 v0.13.1 |
1277 | 2023-10-31T03:17:03.934Z | Downloaded precomputed-hash v0.1.1 |
1278 | 2023-10-31T03:17:03.938Z | Downloaded futures-task v0.3.29 |
1279 | 2023-10-31T03:17:03.941Z | Downloaded env_logger v0.9.3 |
1280 | 2023-10-31T03:17:03.944Z | Downloaded vte v0.11.1 |
1281 | 2023-10-31T03:17:03.948Z | Downloaded usdt-macro v0.3.5 |
1282 | 2023-10-31T03:17:03.951Z | Downloaded usdt v0.3.5 |
1283 | 2023-10-31T03:17:03.955Z | Downloaded plotters-backend v0.3.5 |
1284 | 2023-10-31T03:17:03.958Z | Downloaded scheduled-thread-pool v0.2.7 |
1285 | 2023-10-31T03:17:03.962Z | Downloaded same-file v1.0.6 |
1286 | 2023-10-31T03:17:03.965Z | Downloaded predicates v3.0.4 |
1287 | 2023-10-31T03:17:03.968Z | Downloaded mockall_derive v0.11.4 |
1288 | 2023-10-31T03:17:03.971Z | Downloaded chacha20poly1305 v0.10.1 |
1289 | 2023-10-31T03:17:03.975Z | Downloaded tokio-rustls v0.24.1 |
1290 | 2023-10-31T03:17:03.979Z | Downloaded thiserror-no-std v2.0.2 |
1291 | 2023-10-31T03:17:03.982Z | Downloaded phf_shared v0.11.2 |
1292 | 2023-10-31T03:17:03.984Z | Downloaded phf v0.11.2 |
1293 | 2023-10-31T03:17:03.987Z | Downloaded crc32fast v1.3.2 |
1294 | 2023-10-31T03:17:03.990Z | Downloaded thiserror-impl-no-std v2.0.2 |
1295 | 2023-10-31T03:17:03.995Z | Downloaded rand_chacha v0.3.1 |
1296 | 2023-10-31T03:17:03.998Z | Downloaded tiny-keccak v2.0.2 |
1297 | 2023-10-31T03:17:04.001Z | Downloaded subprocess v0.2.9 |
1298 | 2023-10-31T03:17:04.006Z | Downloaded blake2 v0.10.6 |
1299 | 2023-10-31T03:17:04.009Z | Downloaded ahash v0.8.3 |
1300 | 2023-10-31T03:17:04.012Z | Downloaded foreign-types v0.5.0 |
1301 | 2023-10-31T03:17:04.014Z | Downloaded pretty-hex v0.3.0 |
1302 | 2023-10-31T03:17:04.018Z | Downloaded predicates-tree v1.0.9 |
1303 | 2023-10-31T03:17:04.022Z | Downloaded predicates-core v1.0.6 |
1304 | 2023-10-31T03:17:04.026Z | Downloaded rustls-pemfile v1.0.3 |
1305 | 2023-10-31T03:17:04.029Z | Downloaded console v0.15.7 |
1306 | 2023-10-31T03:17:04.032Z | Downloaded clang-sys v1.6.1 |
1307 | 2023-10-31T03:17:04.035Z | Downloaded bitflags v2.4.0 |
1308 | 2023-10-31T03:17:04.038Z | Downloaded ansi_term v0.12.1 |
1309 | 2023-10-31T03:17:04.041Z | Downloaded addr2line v0.21.0 |
1310 | 2023-10-31T03:17:04.045Z | Downloaded rust-argon2 v1.0.1 |
1311 | 2023-10-31T03:17:04.052Z | Downloaded cookie v0.16.2 |
1312 | 2023-10-31T03:17:04.054Z | Downloaded time-core v0.1.1 |
1313 | 2023-10-31T03:17:04.058Z | Downloaded lalrpop-util v0.19.12 |
1314 | 2023-10-31T03:17:04.061Z | Downloaded ff v0.13.0 |
1315 | 2023-10-31T03:17:04.064Z | Downloaded async-trait v0.1.74 |
1316 | 2023-10-31T03:17:04.068Z | Downloaded ascii v1.1.0 |
1317 | 2023-10-31T03:17:04.072Z | Downloaded arrayvec v0.7.4 |
1318 | 2023-10-31T03:17:04.075Z | Downloaded display-error-chain v0.2.0 |
1319 | 2023-10-31T03:17:04.078Z | Downloaded ciborium v0.2.1 |
1320 | 2023-10-31T03:17:04.081Z | Downloaded tempfile v3.8.0 |
1321 | 2023-10-31T03:17:04.084Z | Downloaded native-tls v0.2.11 |
1322 | 2023-10-31T03:17:04.088Z | Downloaded num v0.4.1 |
1323 | 2023-10-31T03:17:04.092Z | Downloaded untrusted v0.9.0 |
1324 | 2023-10-31T03:17:04.097Z | Downloaded tinytemplate v1.2.1 |
1325 | 2023-10-31T03:17:04.100Z | Downloaded tap v1.0.1 |
1326 | 2023-10-31T03:17:04.103Z | Downloaded hyper-rustls v0.24.2 |
1327 | 2023-10-31T03:17:04.106Z | Downloaded strum v0.25.0 |
1328 | 2023-10-31T03:17:04.109Z | Downloaded serde-big-array v0.5.1 |
1329 | 2023-10-31T03:17:04.113Z | Downloaded serde-big-array v0.4.1 |
1330 | 2023-10-31T03:17:04.117Z | Downloaded foreign-types-shared v0.3.1 |
1331 | 2023-10-31T03:17:04.120Z | Downloaded foreign-types-shared v0.1.1 |
1332 | 2023-10-31T03:17:04.124Z | Downloaded quick-error v1.2.3 |
1333 | 2023-10-31T03:17:04.127Z | Downloaded cipher v0.4.4 |
1334 | 2023-10-31T03:17:04.133Z | Downloaded byteorder v1.5.0 |
1335 | 2023-10-31T03:17:04.136Z | Downloaded md-5 v0.10.5 |
1336 | 2023-10-31T03:17:04.139Z | Downloaded shlex v1.1.0 |
1337 | 2023-10-31T03:17:04.142Z | Downloaded serde_tokenstream v0.2.0 |
1338 | 2023-10-31T03:17:04.146Z | Downloaded allocator-api2 v0.2.16 |
1339 | 2023-10-31T03:17:04.150Z | Downloaded anes v0.1.6 |
1340 | 2023-10-31T03:17:04.156Z | Downloaded snafu-derive v0.7.5 |
1341 | 2023-10-31T03:17:04.162Z | Downloaded libloading v0.7.4 |
1342 | 2023-10-31T03:17:04.165Z | Downloaded mime_guess v2.0.4 |
1343 | 2023-10-31T03:17:04.169Z | Downloaded libtest-mimic v0.6.1 |
1344 | 2023-10-31T03:17:04.173Z | Downloaded humantime v2.1.0 |
1345 | 2023-10-31T03:17:04.176Z | Downloaded bit_field v0.10.2 |
1346 | 2023-10-31T03:17:04.180Z | Downloaded semver v0.11.0 |
1347 | 2023-10-31T03:17:04.183Z | Downloaded semver v0.1.20 |
1348 | 2023-10-31T03:17:04.186Z | Downloaded crypto-common v0.1.6 |
1349 | 2023-10-31T03:17:04.190Z | Downloaded backoff v0.4.0 |
1350 | 2023-10-31T03:17:04.193Z | Downloaded signal-hook-mio v0.2.3 |
1351 | 2023-10-31T03:17:04.196Z | Downloaded endian-type v0.1.2 |
1352 | 2023-10-31T03:17:04.199Z | Downloaded jobserver v0.1.26 |
1353 | 2023-10-31T03:17:04.202Z | Downloaded crossbeam-utils v0.8.16 |
1354 | 2023-10-31T03:17:04.205Z | Downloaded ref-cast-impl v1.0.20 |
1355 | 2023-10-31T03:17:04.210Z | Downloaded fnv v1.0.7 |
1356 | 2023-10-31T03:17:04.215Z | Downloaded hubpack_derive v0.1.1 |
1357 | 2023-10-31T03:17:04.220Z | Downloaded crucible-workspace-hack v0.1.0 |
1358 | 2023-10-31T03:17:04.225Z | Downloaded bcs v0.1.6 |
1359 | 2023-10-31T03:17:04.228Z | Downloaded assert_cmd v2.0.12 |
1360 | 2023-10-31T03:17:04.232Z | Downloaded argon2 v0.5.2 |
1361 | 2023-10-31T03:17:04.241Z | Downloaded dirs-next v2.0.0 |
1362 | 2023-10-31T03:17:04.244Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1363 | 2023-10-31T03:17:04.248Z | Downloaded rustversion v1.0.14 |
1364 | 2023-10-31T03:17:04.251Z | Downloaded corncobs v0.1.3 |
1365 | 2023-10-31T03:17:04.255Z | Downloaded colored v2.0.4 |
1366 | 2023-10-31T03:17:04.259Z | Downloaded http v0.2.9 |
1367 | 2023-10-31T03:17:04.262Z | Downloaded aead v0.5.2 |
1368 | 2023-10-31T03:17:04.266Z | Downloaded hyper-tls v0.5.0 |
1369 | 2023-10-31T03:17:04.268Z | Downloaded maybe-uninit v2.0.0 |
1370 | 2023-10-31T03:17:04.271Z | Downloaded criterion-plot v0.5.0 |
1371 | 2023-10-31T03:17:04.274Z | Downloaded mime v0.3.17 |
1372 | 2023-10-31T03:17:04.277Z | Downloaded hubpack v0.1.2 |
1373 | 2023-10-31T03:17:04.280Z | Downloaded new_debug_unreachable v1.0.4 |
1374 | 2023-10-31T03:17:04.284Z | Downloaded zone_cfg_derive v0.2.0 |
1375 | 2023-10-31T03:17:04.287Z | Downloaded vte_generate_state_changes v0.1.1 |
1376 | 2023-10-31T03:17:04.290Z | Downloaded vec_map v0.8.2 |
1377 | 2023-10-31T03:17:04.293Z | Downloaded unarray v0.1.4 |
1378 | 2023-10-31T03:17:04.296Z | Downloaded serde_arrays v0.1.0 |
1379 | 2023-10-31T03:17:04.299Z | Downloaded aes-gcm-siv v0.11.1 |
1380 | 2023-10-31T03:17:04.302Z | Downloaded log v0.4.20 |
1381 | 2023-10-31T03:17:04.305Z | Downloaded lazy_static v1.4.0 |
1382 | 2023-10-31T03:17:04.308Z | Downloaded ipnet v2.8.0 |
1383 | 2023-10-31T03:17:04.311Z | Downloaded iana-time-zone v0.1.57 |
1384 | 2023-10-31T03:17:04.315Z | Downloaded cexpr v0.6.0 |
1385 | 2023-10-31T03:17:04.318Z | Downloaded bit-vec v0.6.3 |
1386 | 2023-10-31T03:17:04.321Z | Downloaded ipnetwork v0.20.0 |
1387 | 2023-10-31T03:17:04.324Z | Downloaded lock_api v0.4.10 |
1388 | 2023-10-31T03:17:04.327Z | Downloaded crossbeam-deque v0.8.3 |
1389 | 2023-10-31T03:17:04.330Z | Downloaded constant_time_eq v0.2.6 |
1390 | 2023-10-31T03:17:04.336Z | Downloaded crossbeam v0.8.2 |
1391 | 2023-10-31T03:17:04.341Z | Downloaded is-terminal v0.4.9 |
1392 | 2023-10-31T03:17:04.344Z | Downloaded indoc v1.0.9 |
1393 | 2023-10-31T03:17:04.347Z | Downloaded indexmap v1.9.3 |
1394 | 2023-10-31T03:17:04.350Z | Downloaded hostname v0.3.1 |
1395 | 2023-10-31T03:17:04.355Z | Downloaded bit-set v0.5.3 |
1396 | 2023-10-31T03:17:04.358Z | Downloaded approx v0.5.1 |
1397 | 2023-10-31T03:17:04.361Z | Downloaded bb8 v0.8.1 |
1398 | 2023-10-31T03:17:04.364Z | Downloaded assert_matches v1.5.0 |
1399 | 2023-10-31T03:17:04.367Z | Downloaded ascii-canvas v3.0.0 |
1400 | 2023-10-31T03:17:04.371Z | Downloaded array-init v0.0.4 |
1401 | 2023-10-31T03:17:04.376Z | Downloaded crc v3.0.1 |
1402 | 2023-10-31T03:17:04.379Z | Downloaded cpufeatures v0.2.9 |
1403 | 2023-10-31T03:17:04.384Z | Downloaded constant_time_eq v0.3.0 |
1404 | 2023-10-31T03:17:04.387Z | Downloaded atomicwrites v0.4.2 |
1405 | 2023-10-31T03:17:04.390Z | Downloaded convert_case v0.4.0 |
1406 | 2023-10-31T03:17:04.393Z | Downloaded atomic-waker v1.1.1 |
1407 | 2023-10-31T03:17:04.396Z | Downloaded indoc v2.0.3 |
1408 | 2023-10-31T03:17:04.399Z | Downloaded httpdate v1.0.3 |
1409 | 2023-10-31T03:17:04.402Z | Downloaded bytes v1.5.0 |
1410 | 2023-10-31T03:17:04.407Z | Downloaded base16ct v0.2.0 |
1411 | 2023-10-31T03:17:04.410Z | Downloaded block-buffer v0.10.4 |
1412 | 2023-10-31T03:17:04.412Z | Downloaded ciborium-ll v0.2.1 |
1413 | 2023-10-31T03:17:04.416Z | Downloaded httptest v0.15.4 |
1414 | 2023-10-31T03:17:04.419Z | Downloaded highway v1.1.0 |
1415 | 2023-10-31T03:17:04.424Z | Downloaded hyper v0.14.27 |
1416 | 2023-10-31T03:17:04.429Z | Downloaded home v0.5.5 |
1417 | 2023-10-31T03:17:04.432Z | Downloaded rustls-webpki v0.101.7 |
1418 | 2023-10-31T03:17:04.435Z | Downloaded async-stream v0.3.5 |
1419 | 2023-10-31T03:17:04.440Z | Downloaded arrayref v0.3.7 |
1420 | 2023-10-31T03:17:04.442Z | Downloaded async-recursion v1.0.5 |
1421 | 2023-10-31T03:17:04.445Z | Downloaded atty v0.2.14 |
1422 | 2023-10-31T03:17:04.448Z | Downloaded num-bigint-dig v0.8.4 |
1423 | 2023-10-31T03:17:04.452Z | Downloaded macaddr v1.0.1 |
1424 | 2023-10-31T03:17:04.455Z | Downloaded lru-cache v0.1.2 |
1425 | 2023-10-31T03:17:04.457Z | Downloaded libefi-sys v0.1.0 |
1426 | 2023-10-31T03:17:04.460Z | Downloaded crc-catalog v2.2.0 |
1427 | 2023-10-31T03:17:04.463Z | Downloaded const_format_proc_macros v0.2.31 |
1428 | 2023-10-31T03:17:04.466Z | Downloaded autocfg v1.1.0 |
1429 | 2023-10-31T03:17:04.469Z | Downloaded rstest_macros v0.18.2 |
1430 | 2023-10-31T03:17:04.472Z | Downloaded ron v0.7.1 |
1431 | 2023-10-31T03:17:04.476Z | Downloaded blake2b_simd v1.0.1 |
1432 | 2023-10-31T03:17:04.481Z | Downloaded num-traits v0.2.16 |
1433 | 2023-10-31T03:17:04.484Z | Downloaded managed v0.8.0 |
1434 | 2023-10-31T03:17:04.487Z | Downloaded lazycell v1.3.0 |
1435 | 2023-10-31T03:17:04.491Z | Downloaded ident_case v1.0.1 |
1436 | 2023-10-31T03:17:04.495Z | Downloaded basic-toml v0.1.4 |
1437 | 2023-10-31T03:17:04.498Z | Downloaded rusty-fork v0.3.0 |
1438 | 2023-10-31T03:17:04.508Z | Downloaded rustc_version v0.1.7 |
1439 | 2023-10-31T03:17:04.512Z | Downloaded ringbuffer v0.15.0 |
1440 | 2023-10-31T03:17:04.516Z | Downloaded num-rational v0.4.1 |
1441 | 2023-10-31T03:17:04.520Z | Downloaded instant v0.1.12 |
1442 | 2023-10-31T03:17:04.524Z | Downloaded bincode v1.3.3 |
1443 | 2023-10-31T03:17:04.528Z | Downloaded num_enum_derive v0.7.0 |
1444 | 2023-10-31T03:17:04.531Z | Downloaded num_enum v0.7.0 |
1445 | 2023-10-31T03:17:04.534Z | Downloaded num_enum v0.5.11 |
1446 | 2023-10-31T03:17:04.537Z | Downloaded num-integer v0.1.45 |
1447 | 2023-10-31T03:17:04.541Z | Downloaded bitstruct_derive v0.1.0 |
1448 | 2023-10-31T03:17:04.544Z | Downloaded mockall v0.11.4 |
1449 | 2023-10-31T03:17:04.547Z | Downloaded linear-map v1.2.0 |
1450 | 2023-10-31T03:17:04.551Z | Downloaded ciborium-io v0.2.1 |
1451 | 2023-10-31T03:17:04.555Z | Downloaded cfg-if v0.1.10 |
1452 | 2023-10-31T03:17:04.558Z | Downloaded cancel-safe-futures v0.1.5 |
1453 | 2023-10-31T03:17:04.561Z | Downloaded block-padding v0.3.3 |
1454 | 2023-10-31T03:17:04.564Z | Downloaded http-range v0.1.5 |
1455 | 2023-10-31T03:17:04.567Z | Downloaded rustc_version v0.4.0 |
1456 | 2023-10-31T03:17:04.571Z | Downloaded crossbeam-queue v0.3.8 |
1457 | 2023-10-31T03:17:04.575Z | Downloaded const-oid v0.9.5 |
1458 | 2023-10-31T03:17:04.578Z | Downloaded camino-tempfile v1.0.2 |
1459 | 2023-10-31T03:17:04.582Z | Downloaded bzip2 v0.4.4 |
1460 | 2023-10-31T03:17:04.586Z | Downloaded memoffset v0.7.1 |
1461 | 2023-10-31T03:17:04.589Z | Downloaded num_enum_derive v0.5.11 |
1462 | 2023-10-31T03:17:04.592Z | Downloaded bstr v0.2.17 |
1463 | 2023-10-31T03:17:05.518Z | Compiling proc-macro2 v1.0.67 |
1464 | 2023-10-31T03:17:05.523Z | Compiling serde v1.0.188 |
1465 | 2023-10-31T03:17:05.526Z | Compiling autocfg v1.1.0 |
1466 | 2023-10-31T03:17:05.530Z | Compiling version_check v0.9.4 |
1467 | 2023-10-31T03:17:05.535Z | Compiling syn v1.0.109 |
1468 | 2023-10-31T03:17:05.539Z | Compiling parking_lot_core v0.9.8 |
1469 | 2023-10-31T03:17:05.621Z | Compiling libm v0.2.7 |
1470 | 2023-10-31T03:17:05.640Z | Compiling libc v0.2.149 |
1471 | 2023-10-31T03:17:06.207Z | Compiling cfg-if v1.0.0 |
1472 | 2023-10-31T03:17:06.290Z | Compiling futures-core v0.3.29 |
1473 | 2023-10-31T03:17:06.369Z | Compiling once_cell v1.18.0 |
1474 | 2023-10-31T03:17:06.492Z | Compiling typenum v1.16.0 |
1475 | 2023-10-31T03:17:06.843Z | Compiling futures-task v0.3.29 |
1476 | 2023-10-31T03:17:06.907Z | Compiling ahash v0.8.3 |
1477 | 2023-10-31T03:17:06.963Z | Compiling lock_api v0.4.10 |
1478 | 2023-10-31T03:17:07.097Z | Compiling quote v1.0.33 |
1479 | 2023-10-31T03:17:07.306Z | Compiling num-traits v0.2.16 |
1480 | 2023-10-31T03:17:07.506Z | Compiling generic-array v0.14.7 |
1481 | 2023-10-31T03:17:07.574Z | Compiling slab v0.4.9 |
1482 | 2023-10-31T03:17:07.717Z | Compiling syn v2.0.32 |
1483 | 2023-10-31T03:17:08.088Z | Compiling jobserver v0.1.26 |
1484 | 2023-10-31T03:17:08.441Z | Compiling futures-channel v0.3.29 |
1485 | 2023-10-31T03:17:08.512Z | Compiling futures-util v0.3.29 |
1486 | 2023-10-31T03:17:08.591Z | Compiling cc v1.0.83 |
1487 | 2023-10-31T03:17:08.650Z | Compiling pkg-config v0.3.27 |
1488 | 2023-10-31T03:17:09.001Z | Compiling memchr v2.6.3 |
1489 | 2023-10-31T03:17:09.047Z | Compiling vcpkg v0.2.15 |
1490 | 2023-10-31T03:17:09.174Z | Compiling itoa v1.0.9 |
1491 | 2023-10-31T03:17:09.213Z | Compiling log v0.4.20 |
1492 | 2023-10-31T03:17:09.555Z | Compiling schemars v0.8.13 |
1493 | 2023-10-31T03:17:10.056Z | Compiling serde_json v1.0.108 |
1494 | 2023-10-31T03:17:10.590Z | Compiling ryu v1.0.15 |
1495 | 2023-10-31T03:17:10.899Z | Compiling httparse v1.8.0 |
1496 | 2023-10-31T03:17:11.054Z | Compiling indexmap v1.9.3 |
1497 | 2023-10-31T03:17:11.166Z | Compiling getrandom v0.2.10 |
1498 | 2023-10-31T03:17:11.526Z | Compiling allocator-api2 v0.2.16 |
1499 | 2023-10-31T03:17:11.549Z | Compiling equivalent v1.0.1 |
1500 | 2023-10-31T03:17:11.708Z | Compiling rustix v0.38.9 |
1501 | 2023-10-31T03:17:11.738Z | Compiling rustls v0.21.8 |
1502 | 2023-10-31T03:17:12.084Z | Compiling fnv v1.0.7 |
1503 | 2023-10-31T03:17:12.122Z | Compiling openssl v0.10.57 |
1504 | 2023-10-31T03:17:12.175Z | Compiling aho-corasick v1.0.4 |
1505 | 2023-10-31T03:17:12.269Z | Compiling regex-syntax v0.8.2 |
1506 | 2023-10-31T03:17:12.872Z | Compiling hashbrown v0.14.0 |
1507 | 2023-10-31T03:17:12.877Z | Compiling unicode-xid v0.2.4 |
1508 | 2023-10-31T03:17:13.118Z | Compiling native-tls v0.2.11 |
1509 | 2023-10-31T03:17:13.528Z | Compiling ring v0.16.20 |
1510 | 2023-10-31T03:17:13.579Z | Compiling ring v0.17.5 |
1511 | 2023-10-31T03:17:15.078Z | Compiling openssl-sys v0.9.93 |
1512 | 2023-10-31T03:17:15.413Z | Compiling backtrace v0.3.69 |
1513 | 2023-10-31T03:17:15.991Z | Compiling ucd-trie v0.1.6 |
1514 | 2023-10-31T03:17:16.779Z | Compiling async-trait v0.1.74 |
1515 | 2023-10-31T03:17:17.137Z | Compiling anyhow v1.0.75 |
1516 | 2023-10-31T03:17:17.460Z | Compiling rustversion v1.0.14 |
1517 | 2023-10-31T03:17:17.848Z | Compiling crossbeam-utils v0.8.16 |
1518 | 2023-10-31T03:17:18.401Z | Compiling regex-automata v0.4.3 |
1519 | 2023-10-31T03:17:18.995Z | Compiling slog v2.7.0 |
1520 | 2023-10-31T03:17:19.130Z | Compiling iana-time-zone v0.1.57 |
1521 | 2023-10-31T03:17:19.698Z | Compiling time-core v0.1.1 |
1522 | 2023-10-31T03:17:19.751Z | Compiling byteorder v1.5.0 |
1523 | 2023-10-31T03:17:20.015Z | Compiling time-macros v0.2.13 |
1524 | 2023-10-31T03:17:20.591Z | Compiling serde_derive_internals v0.26.0 |
1525 | 2023-10-31T03:17:20.757Z | Compiling synstructure v0.12.6 |
1526 | 2023-10-31T03:17:21.012Z | Compiling dyn-clone v1.0.13 |
1527 | 2023-10-31T03:17:21.316Z | Compiling hashbrown v0.13.2 |
1528 | 2023-10-31T03:17:23.247Z | Compiling usdt-impl v0.3.5 |
1529 | 2023-10-31T03:17:23.339Z | Compiling scopeguard v1.2.0 |
1530 | 2023-10-31T03:17:23.444Z | Compiling unicode-width v0.1.11 |
1531 | 2023-10-31T03:17:23.693Z | Compiling thread-id v4.2.0 |
1532 | 2023-10-31T03:17:23.854Z | Compiling strsim v0.10.0 |
1533 | 2023-10-31T03:17:23.945Z | Compiling winnow v0.5.15 |
1534 | 2023-10-31T03:17:24.303Z | Compiling tinyvec_macros v0.1.1 |
1535 | 2023-10-31T03:17:24.428Z | Compiling tinyvec v1.6.0 |
1536 | 2023-10-31T03:17:24.778Z | Compiling unicode-bidi v0.3.13 |
1537 | 2023-10-31T03:17:25.257Z | Compiling smallvec v1.11.0 |
1538 | 2023-10-31T03:17:25.981Z | Compiling regex v1.10.2 |
1539 | 2023-10-31T03:17:27.101Z | Compiling percent-encoding v2.3.0 |
1540 | 2023-10-31T03:17:27.324Z | Compiling unicode-normalization v0.1.22 |
1541 | 2023-10-31T03:17:27.653Z | Compiling parking_lot v0.12.1 |
1542 | 2023-10-31T03:17:27.795Z | Compiling form_urlencoded v1.2.0 |
1543 | 2023-10-31T03:17:28.034Z | Compiling num-integer v0.1.45 |
1544 | 2023-10-31T03:17:28.258Z | Compiling crc32fast v1.3.2 |
1545 | 2023-10-31T03:17:28.452Z | Compiling bitflags v1.3.2 |
1546 | 2023-10-31T03:17:28.602Z | Compiling adler v1.0.2 |
1547 | 2023-10-31T03:17:28.920Z | Compiling miniz_oxide v0.7.1 |
1548 | 2023-10-31T03:17:29.028Z | Compiling idna v0.4.0 |
1549 | 2023-10-31T03:17:29.171Z | Compiling gimli v0.28.0 |
1550 | 2023-10-31T03:17:29.291Z | Compiling spin v0.5.2 |
1551 | 2023-10-31T03:17:29.645Z | Compiling object v0.32.1 |
1552 | 2023-10-31T03:17:30.510Z | Compiling rustc-demangle v0.1.23 |
1553 | 2023-10-31T03:17:31.347Z | Compiling serde_derive v1.0.188 |
1554 | 2023-10-31T03:17:31.463Z | Compiling thiserror-impl v1.0.49 |
1555 | 2023-10-31T03:17:31.651Z | Compiling zeroize_derive v1.4.2 |
1556 | 2023-10-31T03:17:31.676Z | Compiling tokio-macros v2.1.0 |
1557 | 2023-10-31T03:17:32.132Z | Compiling futures-macro v0.3.29 |
1558 | 2023-10-31T03:17:33.514Z | Compiling tracing-attributes v0.1.26 |
1559 | 2023-10-31T03:17:34.063Z | Compiling schemars_derive v0.8.13 |
1560 | 2023-10-31T03:17:34.199Z | Compiling openssl-macros v0.1.1 |
1561 | 2023-10-31T03:17:35.510Z | Compiling zerocopy-derive v0.2.0 |
1562 | 2023-10-31T03:17:36.295Z | Compiling thiserror v1.0.49 |
1563 | 2023-10-31T03:17:36.500Z | Compiling pest v2.7.2 |
1564 | 2023-10-31T03:17:37.924Z | Compiling strum_macros v0.25.2 |
1565 | 2023-10-31T03:17:38.481Z | Compiling zerocopy v0.3.0 |
1566 | 2023-10-31T03:17:39.283Z | Compiling url v2.4.1 |
1567 | 2023-10-31T03:17:39.408Z | Compiling addr2line v0.21.0 |
1568 | 2023-10-31T03:17:39.473Z | Compiling pin-project-lite v0.2.13 |
1569 | 2023-10-31T03:17:39.661Z | Compiling dof v0.1.5 |
1570 | 2023-10-31T03:17:39.792Z | Compiling zerocopy-derive v0.6.4 |
1571 | 2023-10-31T03:17:41.149Z | Compiling pest_meta v2.7.2 |
1572 | 2023-10-31T03:17:41.549Z | Compiling errno v0.3.2 |
1573 | 2023-10-31T03:17:41.838Z | Compiling mio v0.8.8 |
1574 | 2023-10-31T03:17:42.348Z | Compiling socket2 v0.5.4 |
1575 | 2023-10-31T03:17:43.139Z | Compiling num_cpus v1.16.0 |
1576 | 2023-10-31T03:17:43.318Z | Compiling signal-hook-registry v1.4.1 |
1577 | 2023-10-31T03:17:43.656Z | Compiling pest_generator v2.7.2 |
1578 | 2023-10-31T03:17:43.821Z | Compiling futures-sink v0.3.29 |
1579 | 2023-10-31T03:17:43.852Z | Compiling memoffset v0.9.0 |
1580 | 2023-10-31T03:17:44.489Z | Compiling radium v0.7.0 |
1581 | 2023-10-31T03:17:44.758Z | Compiling pin-utils v0.1.0 |
1582 | 2023-10-31T03:17:44.930Z | Compiling futures-io v0.3.29 |
1583 | 2023-10-31T03:17:44.933Z | Compiling num_threads v0.1.6 |
1584 | 2023-10-31T03:17:45.011Z | Compiling deranged v0.3.8 |
1585 | 2023-10-31T03:17:45.182Z | Compiling clap_derive v4.4.2 |
1586 | 2023-10-31T03:17:45.792Z | Compiling spin v0.9.8 |
1587 | 2023-10-31T03:17:46.423Z | Compiling tracing-core v0.1.31 |
1588 | 2023-10-31T03:17:47.028Z | Compiling lazy_static v1.4.0 |
1589 | 2023-10-31T03:17:47.208Z | Compiling crossbeam-epoch v0.9.15 |
1590 | 2023-10-31T03:17:47.810Z | Compiling tracing v0.1.37 |
1591 | 2023-10-31T03:17:48.336Z | Compiling time v0.3.27 |
1592 | 2023-10-31T03:17:48.727Z | Compiling num-iter v0.1.43 |
1593 | 2023-10-31T03:17:48.823Z | Compiling either v1.9.0 |
1594 | 2023-10-31T03:17:49.055Z | Compiling pest_derive v2.7.2 |
1595 | 2023-10-31T03:17:49.140Z | Compiling base64 v0.21.5 |
1596 | 2023-10-31T03:17:49.581Z | Compiling rand_core v0.6.4 |
1597 | 2023-10-31T03:17:50.241Z | Compiling dtrace-parser v0.1.14 |
1598 | 2023-10-31T03:17:50.313Z | Compiling foreign-types-shared v0.1.1 |
1599 | 2023-10-31T03:17:50.470Z | Compiling untrusted v0.7.1 |
1600 | 2023-10-31T03:17:50.492Z | Compiling untrusted v0.9.0 |
1601 | 2023-10-31T03:17:50.760Z | Compiling openssl-probe v0.1.5 |
1602 | 2023-10-31T03:17:50.781Z | Compiling hashbrown v0.12.3 |
1603 | 2023-10-31T03:17:53.365Z | Compiling foreign-types v0.3.2 |
1604 | 2023-10-31T03:17:53.496Z | Compiling zeroize v1.6.0 |
1605 | 2023-10-31T03:17:54.028Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1606 | 2023-10-31T03:17:54.435Z | Compiling try-lock v0.2.4 |
1607 | 2023-10-31T03:17:54.642Z | Compiling want v0.3.1 |
1608 | 2023-10-31T03:17:55.117Z | Compiling sct v0.7.0 |
1609 | 2023-10-31T03:17:55.549Z | Compiling enum-as-inner v0.5.1 |
1610 | 2023-10-31T03:17:56.148Z | Compiling indexmap v2.0.0 |
1611 | 2023-10-31T03:17:56.227Z | Compiling bytes v1.5.0 |
1612 | 2023-10-31T03:17:56.408Z | Compiling chrono v0.4.31 |
1613 | 2023-10-31T03:17:56.802Z | Compiling uuid v1.4.1 |
1614 | 2023-10-31T03:17:56.826Z | Compiling semver v1.0.20 |
1615 | 2023-10-31T03:17:57.112Z | Compiling serde_tokenstream v0.1.7 |
1616 | 2023-10-31T03:17:57.141Z | Compiling toml_datetime v0.6.3 |
1617 | 2023-10-31T03:17:57.842Z | Compiling http v0.2.9 |
1618 | 2023-10-31T03:17:57.924Z | Compiling rustc_version v0.4.0 |
1619 | 2023-10-31T03:17:57.943Z | Compiling serde_spanned v0.6.3 |
1620 | 2023-10-31T03:17:58.032Z | Compiling bitflags v2.4.0 |
1621 | 2023-10-31T03:17:58.243Z | Compiling toml_edit v0.19.15 |
1622 | 2023-10-31T03:17:58.284Z | Compiling tokio v1.33.0 |
1623 | 2023-10-31T03:18:00.904Z | Compiling openapiv3 v1.0.3 |
1624 | 2023-10-31T03:18:02.874Z | Compiling http-body v0.4.5 |
1625 | 2023-10-31T03:18:03.850Z | Compiling socket2 v0.4.9 |
1626 | 2023-10-31T03:18:04.672Z | Compiling usdt-macro v0.3.5 |
1627 | 2023-10-31T03:18:04.713Z | Compiling usdt-attr-macro v0.3.5 |
1628 | 2023-10-31T03:18:05.255Z | Compiling httpdate v1.0.3 |
1629 | 2023-10-31T03:18:05.952Z | Compiling tower-service v0.3.2 |
1630 | 2023-10-31T03:18:06.139Z | Compiling heapless v0.7.16 |
1631 | 2023-10-31T03:18:06.545Z | Compiling rustls-pemfile v1.0.3 |
1632 | 2023-10-31T03:18:06.641Z | Compiling siphasher v0.3.11 |
1633 | 2023-10-31T03:18:06.739Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1634 | 2023-10-31T03:18:06.965Z | Compiling rustls-native-certs v0.6.3 |
1635 | 2023-10-31T03:18:07.200Z | Compiling ipnet v2.8.0 |
1636 | 2023-10-31T03:18:07.276Z | Compiling serde_tokenstream v0.2.0 |
1637 | 2023-10-31T03:18:07.542Z | Compiling serde_urlencoded v0.7.1 |
1638 | 2023-10-31T03:18:07.896Z | Compiling encoding_rs v0.8.33 |
1639 | 2023-10-31T03:18:08.129Z | Compiling webpki-roots v0.25.2 |
1640 | 2023-10-31T03:18:08.399Z | Compiling mime v0.3.17 |
1641 | 2023-10-31T03:18:08.403Z | Compiling crypto-common v0.1.6 |
1642 | 2023-10-31T03:18:09.076Z | Compiling diesel_table_macro_syntax v0.1.0 |
1643 | 2023-10-31T03:18:09.279Z | Compiling num-bigint v0.4.4 |
1644 | 2023-10-31T03:18:09.321Z | Compiling bit-vec v0.6.3 |
1645 | 2023-10-31T03:18:09.635Z | Compiling smoltcp v0.9.1 |
1646 | 2023-10-31T03:18:10.076Z | Compiling diesel_derives v2.1.1 |
1647 | 2023-10-31T03:18:10.569Z | Compiling flate2 v1.0.28 |
1648 | 2023-10-31T03:18:10.666Z | Compiling phf_shared v0.10.0 |
1649 | 2023-10-31T03:18:10.687Z | Compiling block-buffer v0.10.4 |
1650 | 2023-10-31T03:18:10.843Z | Compiling hubpack_derive v0.1.1 |
1651 | 2023-10-31T03:18:11.075Z | Compiling new_debug_unreachable v1.0.4 |
1652 | 2023-10-31T03:18:11.213Z | Compiling fixedbitset v0.4.2 |
1653 | 2023-10-31T03:18:11.298Z | Compiling const-oid v0.9.5 |
1654 | 2023-10-31T03:18:11.901Z | Compiling ppv-lite86 v0.2.17 |
1655 | 2023-10-31T03:18:12.129Z | Compiling subtle v2.5.0 |
1656 | 2023-10-31T03:18:12.174Z | Compiling precomputed-hash v0.1.1 |
1657 | 2023-10-31T03:18:12.333Z | Compiling tokio-util v0.7.10 |
1658 | 2023-10-31T03:18:12.580Z | Compiling tokio-native-tls v0.3.1 |
1659 | 2023-10-31T03:18:13.016Z | Compiling string_cache v0.8.7 |
1660 | 2023-10-31T03:18:13.293Z | Compiling rand_chacha v0.3.1 |
1661 | 2023-10-31T03:18:13.711Z | Compiling petgraph v0.6.4 |
1662 | 2023-10-31T03:18:13.738Z | Compiling bit-set v0.5.3 |
1663 | 2023-10-31T03:18:14.191Z | Compiling h2 v0.3.21 |
1664 | 2023-10-31T03:18:14.433Z | Compiling digest v0.10.7 |
1665 | 2023-10-31T03:18:14.737Z | Compiling toml v0.7.8 |
1666 | 2023-10-31T03:18:14.981Z | Compiling itertools v0.10.5 |
1667 | 2023-10-31T03:18:15.195Z | Compiling unicode-segmentation v1.10.1 |
1668 | 2023-10-31T03:18:15.675Z | Compiling lalrpop-util v0.19.12 |
1669 | 2023-10-31T03:18:16.220Z | Compiling rand v0.8.5 |
1670 | 2023-10-31T03:18:16.730Z | Compiling regress v0.7.1 |
1671 | 2023-10-31T03:18:17.377Z | Compiling serde_repr v0.1.16 |
1672 | 2023-10-31T03:18:18.537Z | Compiling io-lifetimes v1.0.11 |
1673 | 2023-10-31T03:18:18.854Z | Compiling cpufeatures v0.2.9 |
1674 | 2023-10-31T03:18:19.006Z | Compiling anstyle v1.0.2 |
1675 | 2023-10-31T03:18:19.026Z | Compiling utf8parse v0.2.1 |
1676 | 2023-10-31T03:18:19.275Z | Compiling anstyle-parse v0.2.1 |
1677 | 2023-10-31T03:18:19.713Z | Compiling sha2 v0.10.8 |
1678 | 2023-10-31T03:18:19.821Z | Compiling rustix v0.37.23 |
1679 | 2023-10-31T03:18:19.843Z | Compiling md-5 v0.10.5 |
1680 | 2023-10-31T03:18:20.219Z | Compiling hmac v0.12.1 |
1681 | 2023-10-31T03:18:21.013Z | Compiling stringprep v0.1.3 |
1682 | 2023-10-31T03:18:21.169Z | Compiling hash32 v0.2.1 |
1683 | 2023-10-31T03:18:21.768Z | Compiling fallible-iterator v0.2.0 |
1684 | 2023-10-31T03:18:21.899Z | Compiling colorchoice v1.0.0 |
1685 | 2023-10-31T03:18:22.141Z | Compiling stable_deref_trait v1.2.0 |
1686 | 2023-10-31T03:18:22.294Z | Compiling anstyle-query v1.0.0 |
1687 | 2023-10-31T03:18:22.480Z | Compiling anstream v0.5.0 |
1688 | 2023-10-31T03:18:22.509Z | Compiling terminal_size v0.2.6 |
1689 | 2023-10-31T03:18:22.787Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1690 | 2023-10-31T03:18:22.992Z | Compiling postgres-protocol v0.6.6 |
1691 | 2023-10-31T03:18:23.112Z | Compiling phf_shared v0.11.2 |
1692 | 2023-10-31T03:18:23.522Z | Compiling block-padding v0.3.3 |
1693 | 2023-10-31T03:18:23.711Z | Compiling scheduled-thread-pool v0.2.7 |
1694 | 2023-10-31T03:18:23.880Z | Compiling matches v0.1.10 |
1695 | 2023-10-31T03:18:24.021Z | Compiling clap_lex v0.5.1 |
1696 | 2023-10-31T03:18:24.462Z | Compiling tap v1.0.1 |
1697 | 2023-10-31T03:18:24.532Z | Compiling regex-automata v0.1.10 |
1698 | 2023-10-31T03:18:24.737Z | Compiling managed v0.8.0 |
1699 | 2023-10-31T03:18:24.742Z | Compiling wyz v0.5.1 |
1700 | 2023-10-31T03:18:25.180Z | Compiling clap_builder v4.4.2 |
1701 | 2023-10-31T03:18:25.387Z | Compiling bstr v0.2.17 |
1702 | 2023-10-31T03:18:25.558Z | Compiling postgres-types v0.2.6 |
1703 | 2023-10-31T03:18:25.579Z | Compiling r2d2 v0.8.10 |
1704 | 2023-10-31T03:18:26.195Z | Compiling idna v0.2.3 |
1705 | 2023-10-31T03:18:27.765Z | Compiling hyper v0.14.27 |
1706 | 2023-10-31T03:18:28.042Z | Compiling inout v0.1.3 |
1707 | 2023-10-31T03:18:28.453Z | Compiling phf v0.11.2 |
1708 | 2023-10-31T03:18:28.915Z | Compiling hubpack v0.1.2 |
1709 | 2023-10-31T03:18:29.642Z | Compiling ipnetwork v0.20.0 |
1710 | 2023-10-31T03:18:29.739Z | Compiling futures-executor v0.3.29 |
1711 | 2023-10-31T03:18:30.594Z | Compiling itertools v0.11.0 |
1712 | 2023-10-31T03:18:31.930Z | Compiling zerocopy v0.6.4 |
1713 | 2023-10-31T03:18:33.465Z | Compiling float-cmp v0.9.0 |
1714 | 2023-10-31T03:18:33.823Z | Compiling normalize-line-endings v0.3.0 |
1715 | 2023-10-31T03:18:34.002Z | Compiling funty v2.0.0 |
1716 | 2023-10-31T03:18:34.285Z | Compiling predicates-core v1.0.6 |
1717 | 2023-10-31T03:18:34.819Z | Compiling data-encoding v2.4.0 |
1718 | 2023-10-31T03:18:35.115Z | Compiling regex-automata v0.3.8 |
1719 | 2023-10-31T03:18:35.773Z | Compiling difflib v0.4.0 |
1720 | 2023-10-31T03:18:35.794Z | Compiling whoami v1.4.1 |
1721 | 2023-10-31T03:18:36.711Z | Compiling static_assertions v1.1.0 |
1722 | 2023-10-31T03:18:36.857Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1723 | 2023-10-31T03:18:37.326Z | Compiling predicates v3.0.4 |
1724 | 2023-10-31T03:18:38.100Z | Compiling tokio-postgres v0.7.10 |
1725 | 2023-10-31T03:18:38.437Z | Compiling bstr v1.6.0 |
1726 | 2023-10-31T03:18:39.267Z | Compiling bitvec v1.0.1 |
1727 | 2023-10-31T03:18:39.964Z | Compiling trust-dns-proto v0.22.0 |
1728 | 2023-10-31T03:18:40.305Z | Compiling hyper-tls v0.5.0 |
1729 | 2023-10-31T03:18:40.860Z | Compiling diesel v2.1.3 |
1730 | 2023-10-31T03:18:42.273Z | Compiling yasna v0.5.2 |
1731 | 2023-10-31T03:18:44.840Z | Compiling clap v4.4.3 |
1732 | 2023-10-31T03:18:45.003Z | Compiling futures v0.3.29 |
1733 | 2023-10-31T03:18:45.172Z | Compiling cipher v0.4.4 |
1734 | 2023-10-31T03:18:45.316Z | Compiling similar v2.2.1 |
1735 | 2023-10-31T03:18:46.260Z | Compiling signature v2.1.0 |
1736 | 2023-10-31T03:18:46.559Z | Compiling tokio-stream v0.1.14 |
1737 | 2023-10-31T03:18:46.609Z | Compiling usdt v0.3.5 |
1738 | 2023-10-31T03:18:47.011Z | Compiling hex v0.4.3 |
1739 | 2023-10-31T03:18:47.189Z | Compiling console v0.15.7 |
1740 | 2023-10-31T03:18:47.840Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1741 | 2023-10-31T03:18:48.039Z | Compiling getopts v0.2.21 |
1742 | 2023-10-31T03:18:48.134Z | Compiling unsafe-libyaml v0.2.9 |
1743 | 2023-10-31T03:18:49.367Z | Compiling ident_case v1.0.1 |
1744 | 2023-10-31T03:18:50.201Z | Compiling slog-async v2.8.0 |
1745 | 2023-10-31T03:18:50.864Z | Compiling serde_yaml v0.9.25 |
1746 | 2023-10-31T03:18:51.455Z | Compiling paste v1.0.14 |
1747 | 2023-10-31T03:18:51.486Z | Compiling darling_core v0.20.3 |
1748 | 2023-10-31T03:18:51.637Z | Compiling multer v2.1.0 |
1749 | 2023-10-31T03:18:52.166Z | Compiling async-stream-impl v0.3.5 |
1750 | 2023-10-31T03:18:53.647Z | Compiling regex-syntax v0.6.29 |
1751 | 2023-10-31T03:18:54.248Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1752 | 2023-10-31T03:18:54.428Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1753 | 2023-10-31T03:18:55.552Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1754 | 2023-10-31T03:18:55.755Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1755 | 2023-10-31T03:18:57.879Z | Compiling structmeta-derive v0.1.6 |
1756 | 2023-10-31T03:19:01.215Z | Compiling darling_macro v0.20.3 |
1757 | 2023-10-31T03:19:02.680Z | Compiling structmeta v0.1.6 |
1758 | 2023-10-31T03:19:02.704Z | Compiling darling v0.20.3 |
1759 | 2023-10-31T03:19:02.871Z | Compiling serde_with_macros v2.3.3 |
1760 | 2023-10-31T03:19:03.849Z | Compiling parse-display-derive v0.7.0 |
1761 | 2023-10-31T03:19:07.004Z | Compiling test-strategy v0.2.1 |
1762 | 2023-10-31T03:19:07.151Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1763 | 2023-10-31T03:19:14.615Z | Checking unicode-ident v1.0.12 |
1764 | 2023-10-31T03:19:46.528Z | Checking heck v0.4.1 |
1765 | 2023-10-31T03:19:55.459Z | Checking atty v0.2.14 |
1766 | 2023-10-31T03:19:55.634Z | Checking match_cfg v0.1.0 |
1767 | 2023-10-31T03:19:55.764Z | Checking hostname v0.3.1 |
1768 | 2023-10-31T03:19:55.945Z | Checking crossbeam-channel v0.5.8 |
1769 | 2023-10-31T03:19:56.072Z | Checking sha1 v0.10.5 |
1770 | 2023-10-31T03:19:56.536Z | Checking dirs-sys-next v0.1.2 |
1771 | 2023-10-31T03:19:56.735Z | Checking fastrand v2.0.0 |
1772 | 2023-10-31T03:19:56.807Z | Checking dirs-next v2.0.0 |
1773 | 2023-10-31T03:19:57.000Z | Checking thread_local v1.1.7 |
1774 | 2023-10-31T03:19:57.215Z | Checking term v0.7.0 |
1775 | 2023-10-31T03:19:57.265Z | Checking tempfile v3.8.0 |
1776 | 2023-10-31T03:19:57.447Z | Checking camino v1.1.6 |
1777 | 2023-10-31T03:19:57.859Z | Checking strum v0.25.0 |
1778 | 2023-10-31T03:19:58.078Z | Checking instant v0.1.12 |
1779 | 2023-10-31T03:19:58.308Z | Checking take_mut v0.2.2 |
1780 | 2023-10-31T03:19:58.380Z | Checking slog-term v2.9.0 |
1781 | 2023-10-31T03:19:59.098Z | Checking slog-json v2.6.1 |
1782 | 2023-10-31T03:19:59.245Z | Checking serde_with v2.3.3 |
1783 | 2023-10-31T03:19:59.518Z | Checking slog-bunyan v2.4.0 |
1784 | 2023-10-31T03:19:59.761Z | Checking debug-ignore v1.0.5 |
1785 | 2023-10-31T03:19:59.963Z | Checking atomic-waker v1.1.1 |
1786 | 2023-10-31T03:20:00.152Z | Checking waitgroup v0.1.2 |
1787 | 2023-10-31T03:20:00.348Z | Checking async-stream v0.3.5 |
1788 | 2023-10-31T03:20:00.635Z | Checking serde_path_to_error v0.1.14 |
1789 | 2023-10-31T03:20:00.790Z | Checking backoff v0.4.0 |
1790 | 2023-10-31T03:20:01.292Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1791 | 2023-10-31T03:20:01.519Z | Checking parse-display v0.7.0 |
1792 | 2023-10-31T03:20:01.681Z | Checking macaddr v1.0.1 |
1793 | 2023-10-31T03:20:01.723Z | Checking quick-error v1.2.3 |
1794 | 2023-10-31T03:20:02.247Z | Compiling proc-macro-crate v1.3.1 |
1795 | 2023-10-31T03:20:02.567Z | Checking wait-timeout v0.2.0 |
1796 | 2023-10-31T03:20:02.815Z | Compiling crucible-workspace-hack v0.1.0 |
1797 | 2023-10-31T03:20:03.771Z | Checking rusty-fork v0.3.0 |
1798 | 2023-10-31T03:20:03.825Z | Checking rand_xorshift v0.3.0 |
1799 | 2023-10-31T03:20:03.975Z | Checking unarray v0.1.4 |
1800 | 2023-10-31T03:20:04.085Z | Checking regex-syntax v0.7.5 |
1801 | 2023-10-31T03:20:08.213Z | Compiling proc-macro-error-attr v1.0.4 |
1802 | 2023-10-31T03:20:08.708Z | Compiling proc-macro-error v1.0.4 |
1803 | 2023-10-31T03:20:09.779Z | Checking proptest v1.3.1 |
1804 | 2023-10-31T03:20:09.929Z | Compiling num_enum_derive v0.5.11 |
1805 | 2023-10-31T03:20:11.864Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1806 | 2023-10-31T03:20:13.025Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1807 | 2023-10-31T03:20:14.516Z | Compiling foreign-types-macros v0.2.3 |
1808 | 2023-10-31T03:20:15.250Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1809 | 2023-10-31T03:20:15.370Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1810 | 2023-10-31T03:20:15.774Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1811 | 2023-10-31T03:20:15.829Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1812 | 2023-10-31T03:20:16.595Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1813 | 2023-10-31T03:20:17.706Z | Compiling zone_cfg_derive v0.2.0 |
1814 | 2023-10-31T03:20:19.054Z | Compiling mockall_derive v0.11.4 |
1815 | 2023-10-31T03:20:19.170Z | Compiling num-derive v0.4.0 |
1816 | 2023-10-31T03:20:33.814Z | Checking base64ct v1.6.0 |
1817 | 2023-10-31T03:20:51.309Z | Checking is-terminal v0.4.9 |
1818 | 2023-10-31T03:21:00.331Z | Compiling slog-dtrace v0.2.3 |
1819 | 2023-10-31T03:21:00.351Z | Checking termtree v0.4.1 |
1820 | 2023-10-31T03:21:00.661Z | Checking predicates-tree v1.0.9 |
1821 | 2023-10-31T03:21:00.796Z | Compiling cancel-safe-futures v0.1.5 |
1822 | 2023-10-31T03:21:00.855Z | Checking password-hash v0.5.0 |
1823 | 2023-10-31T03:21:00.899Z | Checking num_enum v0.5.11 |
1824 | 2023-10-31T03:21:01.132Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1825 | 2023-10-31T03:21:01.324Z | Checking blake2 v0.10.6 |
1826 | 2023-10-31T03:21:01.605Z | Checking postcard-cobs v0.1.5-pre |
1827 | 2023-10-31T03:21:01.729Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1828 | 2023-10-31T03:21:01.754Z | Checking smoltcp v0.8.2 |
1829 | 2023-10-31T03:21:01.872Z | Checking postcard v0.7.3 |
1830 | 2023-10-31T03:21:02.071Z | Checking argon2 v0.5.2 |
1831 | 2023-10-31T03:21:02.087Z | Checking cfg-if v0.1.10 |
1832 | 2023-10-31T03:21:02.223Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1833 | 2023-10-31T03:21:02.449Z | Checking foreign-types-shared v0.3.1 |
1834 | 2023-10-31T03:21:02.535Z | Checking base64 v0.13.1 |
1835 | 2023-10-31T03:21:02.621Z | Checking foreign-types v0.5.0 |
1836 | 2023-10-31T03:21:03.100Z | Checking cstr-argument v0.1.2 |
1837 | 2023-10-31T03:21:03.234Z | Checking pretty-hex v0.2.1 |
1838 | 2023-10-31T03:21:03.272Z | Checking colored v2.0.4 |
1839 | 2023-10-31T03:21:03.372Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1840 | 2023-10-31T03:21:03.481Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1841 | 2023-10-31T03:21:03.852Z | Checking predicates v2.1.5 |
1842 | 2023-10-31T03:21:04.204Z | Checking fragile v2.0.0 |
1843 | 2023-10-31T03:21:04.380Z | Checking downcast v0.11.0 |
1844 | 2023-10-31T03:21:04.700Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1845 | 2023-10-31T03:21:04.969Z | Checking mockall v0.11.4 |
1846 | 2023-10-31T03:21:05.117Z | Checking zone v0.2.0 |
1847 | 2023-10-31T03:21:05.359Z | Checking smf v0.2.2 |
1848 | 2023-10-31T03:21:05.715Z | Checking filetime v0.2.22 |
1849 | 2023-10-31T03:21:06.041Z | Checking xattr v1.0.1 |
1850 | 2023-10-31T03:21:06.087Z | Compiling heck v0.3.3 |
1851 | 2023-10-31T03:21:06.184Z | Compiling libefi-sys v0.1.0 |
1852 | 2023-10-31T03:21:06.320Z | Checking tar v0.4.40 |
1853 | 2023-10-31T03:21:06.341Z | Compiling der_derive v0.7.2 |
1854 | 2023-10-31T03:21:06.668Z | Compiling structopt-derive v0.4.18 |
1855 | 2023-10-31T03:21:06.700Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1856 | 2023-10-31T03:21:07.174Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1857 | 2023-10-31T03:21:07.383Z | Compiling memoffset v0.7.1 |
1858 | 2023-10-31T03:21:07.635Z | Checking pem v1.1.1 |
1859 | 2023-10-31T03:21:07.904Z | Checking camino-tempfile v1.0.2 |
1860 | 2023-10-31T03:21:07.983Z | Compiling maybe-uninit v2.0.0 |
1861 | 2023-10-31T03:21:08.024Z | Checking headers-core v0.2.0 |
1862 | 2023-10-31T03:21:08.240Z | Checking headers v0.3.9 |
1863 | 2023-10-31T03:21:08.347Z | Compiling packed_struct v0.10.1 |
1864 | 2023-10-31T03:21:08.756Z | Compiling num-bigint-dig v0.8.4 |
1865 | 2023-10-31T03:21:08.976Z | Checking pem v3.0.2 |
1866 | 2023-10-31T03:21:09.070Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1867 | 2023-10-31T03:21:09.208Z | Compiling packed_struct_codegen v0.10.1 |
1868 | 2023-10-31T03:21:09.405Z | Compiling signal-hook v0.3.17 |
1869 | 2023-10-31T03:21:09.859Z | Checking rcgen v0.11.3 |
1870 | 2023-10-31T03:21:10.207Z | Checking atomicwrites v0.4.2 |
1871 | 2023-10-31T03:21:10.385Z | Checking subprocess v0.2.9 |
1872 | 2023-10-31T03:21:10.515Z | Compiling num-rational v0.4.1 |
1873 | 2023-10-31T03:21:10.965Z | Compiling same-file v1.0.6 |
1874 | 2023-10-31T03:21:11.315Z | Compiling walkdir v2.4.0 |
1875 | 2023-10-31T03:21:11.334Z | Compiling semver-parser v0.10.2 |
1876 | 2023-10-31T03:21:11.395Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1877 | 2023-10-31T03:21:11.488Z | Checking termcolor v1.2.0 |
1878 | 2023-10-31T03:21:12.266Z | Checking linked-hash-map v0.5.6 |
1879 | 2023-10-31T03:21:12.441Z | Compiling home v0.5.5 |
1880 | 2023-10-31T03:21:12.705Z | Compiling semver v0.11.0 |
1881 | 2023-10-31T03:21:12.794Z | Checking lru-cache v0.1.2 |
1882 | 2023-10-31T03:21:13.094Z | Compiling toml v0.5.11 |
1883 | 2023-10-31T03:21:13.433Z | Compiling toolchain_find v0.2.0 |
1884 | 2023-10-31T03:21:13.860Z | Compiling doc-comment v0.3.3 |
1885 | 2023-10-31T03:21:13.885Z | Checking half v1.8.2 |
1886 | 2023-10-31T03:21:14.314Z | Checking ciborium-io v0.2.1 |
1887 | 2023-10-31T03:21:14.579Z | Checking ciborium-ll v0.2.1 |
1888 | 2023-10-31T03:21:14.867Z | Checking arc-swap v1.6.0 |
1889 | 2023-10-31T03:21:14.905Z | Compiling convert_case v0.4.0 |
1890 | 2023-10-31T03:21:15.126Z | Checking ciborium v0.2.1 |
1891 | 2023-10-31T03:21:15.625Z | Checking slog-scope v4.4.0 |
1892 | 2023-10-31T03:21:15.942Z | Checking slog-stdlog v4.1.1 |
1893 | 2023-10-31T03:21:16.209Z | Compiling snafu-derive v0.7.5 |
1894 | 2023-10-31T03:21:16.230Z | Compiling rustfmt-wrapper v0.2.0 |
1895 | 2023-10-31T03:21:16.289Z | Compiling derive_more v0.99.17 |
1896 | 2023-10-31T03:21:16.368Z | Checking slog-envlogger v2.2.0 |
1897 | 2023-10-31T03:21:17.305Z | Compiling derive-where v1.2.5 |
1898 | 2023-10-31T03:21:17.494Z | Checking hkdf v0.12.3 |
1899 | 2023-10-31T03:21:17.830Z | Compiling libz-sys v1.1.12 |
1900 | 2023-10-31T03:21:18.842Z | Compiling parking_lot_core v0.8.6 |
1901 | 2023-10-31T03:21:18.863Z | Checking resolv-conf v0.7.0 |
1902 | 2023-10-31T03:21:19.078Z | Checking newline-converter v0.3.0 |
1903 | 2023-10-31T03:21:19.238Z | Checking textwrap v0.11.0 |
1904 | 2023-10-31T03:21:19.298Z | Checking vec_map v0.8.2 |
1905 | 2023-10-31T03:21:19.316Z | Checking strsim v0.8.0 |
1906 | 2023-10-31T03:21:19.320Z | Checking ansi_term v0.12.1 |
1907 | 2023-10-31T03:21:19.576Z | Checking keccak v0.1.4 |
1908 | 2023-10-31T03:21:19.636Z | Checking expectorate v1.1.0 |
1909 | 2023-10-31T03:21:19.720Z | Checking trust-dns-resolver v0.22.0 |
1910 | 2023-10-31T03:21:19.848Z | Checking clap v2.34.0 |
1911 | 2023-10-31T03:21:20.108Z | Checking sha3 v0.10.8 |
1912 | 2023-10-31T03:21:20.685Z | Checking secrecy v0.8.0 |
1913 | 2023-10-31T03:21:20.766Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1914 | 2023-10-31T03:21:21.048Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1915 | 2023-10-31T03:21:22.934Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1916 | 2023-10-31T03:21:23.415Z | Checking pem-rfc7468 v0.7.0 |
1917 | 2023-10-31T03:21:23.472Z | Compiling libsqlite3-sys v0.26.0 |
1918 | 2023-10-31T03:21:23.988Z | Checking flagset v0.4.3 |
1919 | 2023-10-31T03:21:24.370Z | Checking der v0.7.8 |
1920 | 2023-10-31T03:21:24.515Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1921 | 2023-10-31T03:21:24.825Z | Checking structopt v0.3.26 |
1922 | 2023-10-31T03:21:25.040Z | Checking fxhash v0.2.1 |
1923 | 2023-10-31T03:21:25.164Z | Compiling vergen v8.2.4 |
1924 | 2023-10-31T03:21:25.202Z | Compiling semver v0.1.20 |
1925 | 2023-10-31T03:21:25.952Z | Compiling rustc_version v0.1.7 |
1926 | 2023-10-31T03:21:26.597Z | Compiling newtype_derive v0.1.6 |
1927 | 2023-10-31T03:21:26.654Z | Checking crc-catalog v2.2.0 |
1928 | 2023-10-31T03:21:26.877Z | Compiling buf-list v1.0.3 |
1929 | 2023-10-31T03:21:27.507Z | Checking humantime v2.1.0 |
1930 | 2023-10-31T03:21:27.677Z | Checking spki v0.7.2 |
1931 | 2023-10-31T03:21:27.898Z | Checking crc v3.0.1 |
1932 | 2023-10-31T03:21:28.161Z | Checking pkcs8 v0.10.2 |
1933 | 2023-10-31T03:21:28.586Z | Checking nodrop v0.1.14 |
1934 | 2023-10-31T03:21:28.708Z | Checking pkcs1 v0.7.5 |
1935 | 2023-10-31T03:21:28.753Z | Checking array-init v0.0.4 |
1936 | 2023-10-31T03:21:29.036Z | Checking smallvec v0.6.14 |
1937 | 2023-10-31T03:21:29.395Z | Compiling num_enum_derive v0.7.0 |
1938 | 2023-10-31T03:21:29.472Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1939 | 2023-10-31T03:21:29.651Z | Compiling unicase v2.7.0 |
1940 | 2023-10-31T03:21:30.134Z | Compiling rayon-core v1.12.0 |
1941 | 2023-10-31T03:21:30.543Z | Checking utf-8 v0.7.6 |
1942 | 2023-10-31T03:21:30.622Z | Checking bitfield v0.14.0 |
1943 | 2023-10-31T03:21:30.857Z | Checking serde-hex v0.1.0 |
1944 | 2023-10-31T03:21:31.174Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1945 | 2023-10-31T03:21:31.404Z | Checking x509-cert v0.2.4 |
1946 | 2023-10-31T03:21:31.579Z | Checking env_logger v0.10.0 |
1947 | 2023-10-31T03:21:32.818Z | Checking rsa v0.9.2 |
1948 | 2023-10-31T03:21:32.846Z | Checking ron v0.8.1 |
1949 | 2023-10-31T03:21:33.012Z | Compiling platforms v3.0.2 |
1950 | 2023-10-31T03:21:33.491Z | Checking crc-any v2.4.3 |
1951 | 2023-10-31T03:21:33.773Z | Checking object v0.30.4 |
1952 | 2023-10-31T03:21:34.106Z | Checking path-slash v0.1.5 |
1953 | 2023-10-31T03:21:34.441Z | Checking num-complex v0.4.4 |
1954 | 2023-10-31T03:21:35.017Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1955 | 2023-10-31T03:21:35.096Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1956 | 2023-10-31T03:21:35.226Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1957 | 2023-10-31T03:21:35.427Z | Compiling erased-serde v0.3.30 |
1958 | 2023-10-31T03:21:35.543Z | Compiling curve25519-dalek v4.1.0 |
1959 | 2023-10-31T03:21:36.067Z | Checking num v0.4.1 |
1960 | 2023-10-31T03:21:36.124Z | Compiling bitstruct_derive v0.1.0 |
1961 | 2023-10-31T03:21:36.218Z | Compiling async-recursion v1.0.5 |
1962 | 2023-10-31T03:21:36.347Z | Compiling glob v0.3.1 |
1963 | 2023-10-31T03:21:37.048Z | Compiling mime_guess v2.0.4 |
1964 | 2023-10-31T03:21:37.858Z | Compiling thiserror-impl-no-std v2.0.2 |
1965 | 2023-10-31T03:21:37.975Z | Compiling curve25519-dalek-derive v0.1.0 |
1966 | 2023-10-31T03:21:38.409Z | Compiling salty v0.2.0 |
1967 | 2023-10-31T03:21:38.941Z | Checking tungstenite v0.18.0 |
1968 | 2023-10-31T03:21:39.016Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1969 | 2023-10-31T03:21:39.130Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1970 | 2023-10-31T03:21:39.668Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1971 | 2023-10-31T03:21:40.350Z | Checking universal-hash v0.5.1 |
1972 | 2023-10-31T03:21:40.353Z | Checking nibble_vec v0.1.0 |
1973 | 2023-10-31T03:21:40.448Z | Checking tokio-tungstenite v0.18.0 |
1974 | 2023-10-31T03:21:40.678Z | Compiling crunchy v0.2.2 |
1975 | 2023-10-31T03:21:41.211Z | Checking endian-type v0.1.2 |
1976 | 2023-10-31T03:21:41.361Z | Checking opaque-debug v0.3.0 |
1977 | 2023-10-31T03:21:41.546Z | Checking radix_trie v0.2.1 |
1978 | 2023-10-31T03:21:41.843Z | Checking snafu v0.7.5 |
1979 | 2023-10-31T03:21:42.317Z | Compiling tiny-keccak v2.0.2 |
1980 | 2023-10-31T03:21:42.735Z | Checking linear-map v1.2.0 |
1981 | 2023-10-31T03:21:42.755Z | Checking parking_lot v0.11.2 |
1982 | 2023-10-31T03:21:42.807Z | Checking trust-dns-client v0.22.0 |
1983 | 2023-10-31T03:21:43.130Z | Compiling clang-sys v1.6.1 |
1984 | 2023-10-31T03:21:43.269Z | Checking aead v0.5.2 |
1985 | 2023-10-31T03:21:43.347Z | Compiling darling_core v0.14.4 |
1986 | 2023-10-31T03:21:43.619Z | Compiling prettyplease v0.2.12 |
1987 | 2023-10-31T03:21:44.079Z | Compiling ascii-canvas v3.0.0 |
1988 | 2023-10-31T03:21:44.194Z | Checking sled v0.34.7 |
1989 | 2023-10-31T03:21:44.974Z | Checking toml_edit v0.20.0 |
1990 | 2023-10-31T03:21:44.996Z | Checking trust-dns-server v0.22.1 |
1991 | 2023-10-31T03:21:45.420Z | Compiling const_format_proc_macros v0.2.31 |
1992 | 2023-10-31T03:21:45.871Z | Compiling ena v0.14.2 |
1993 | 2023-10-31T03:21:46.561Z | Checking pretty-hex v0.3.0 |
1994 | 2023-10-31T03:21:46.832Z | Compiling diff v0.1.13 |
1995 | 2023-10-31T03:21:47.797Z | Compiling portable-atomic v1.4.3 |
1996 | 2023-10-31T03:21:48.856Z | Compiling minimal-lexical v0.2.1 |
1997 | 2023-10-31T03:21:49.133Z | Checking toml v0.8.0 |
1998 | 2023-10-31T03:21:49.255Z | Compiling lalrpop v0.19.12 |
1999 | 2023-10-31T03:21:49.626Z | Compiling nom v7.1.3 |
2000 | 2023-10-31T03:21:50.067Z | Checking path-dedot v3.1.0 |
2001 | 2023-10-31T03:21:50.307Z | Compiling libloading v0.7.4 |
2002 | 2023-10-31T03:21:50.328Z | Compiling ref-cast v1.0.20 |
2003 | 2023-10-31T03:21:50.463Z | Compiling bindgen v0.65.1 |
2004 | 2023-10-31T03:21:51.601Z | Checking path-absolutize v3.1.0 |
2005 | 2023-10-31T03:21:52.802Z | Compiling darling_macro v0.14.4 |
2006 | 2023-10-31T03:21:54.279Z | Compiling darling v0.14.4 |
2007 | 2023-10-31T03:21:54.458Z | Compiling derive_builder_core v0.12.0 |
2008 | 2023-10-31T03:21:54.528Z | Checking globset v0.4.13 |
2009 | 2023-10-31T03:21:54.976Z | Checking crossbeam-deque v0.8.3 |
2010 | 2023-10-31T03:21:55.402Z | Checking hashlink v0.8.3 |
2011 | 2023-10-31T03:21:55.489Z | Checking olpc-cjson v0.1.3 |
2012 | 2023-10-31T03:21:55.816Z | Compiling cexpr v0.6.0 |
2013 | 2023-10-31T03:21:56.352Z | Checking serde_plain v1.0.2 |
2014 | 2023-10-31T03:21:56.383Z | Compiling which v4.4.0 |
2015 | 2023-10-31T03:21:56.746Z | Compiling ref-cast-impl v1.0.20 |
2016 | 2023-10-31T03:21:57.132Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2017 | 2023-10-31T03:21:57.260Z | Compiling libxml v0.3.3 |
2018 | 2023-10-31T03:21:57.717Z | Compiling shlex v1.1.0 |
2019 | 2023-10-31T03:21:57.760Z | Checking fallible-streaming-iterator v0.1.9 |
2020 | 2023-10-31T03:21:58.122Z | Compiling rustc-hash v1.1.0 |
2021 | 2023-10-31T03:21:58.143Z | Compiling peeking_take_while v0.1.2 |
2022 | 2023-10-31T03:21:58.357Z | Compiling lazycell v1.3.0 |
2023 | 2023-10-31T03:21:58.377Z | Checking rusqlite v0.29.0 |
2024 | 2023-10-31T03:21:58.418Z | Compiling derive_builder_macro v0.12.0 |
2025 | 2023-10-31T03:21:58.450Z | Checking nix v0.26.2 |
2026 | 2023-10-31T03:21:58.632Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2027 | 2023-10-31T03:21:59.031Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2028 | 2023-10-31T03:21:59.671Z | Checking twox-hash v1.6.3 |
2029 | 2023-10-31T03:21:59.763Z | Checking ff v0.13.0 |
2030 | 2023-10-31T03:21:59.964Z | Compiling strum_macros v0.24.3 |
2031 | 2023-10-31T03:22:00.149Z | Checking display-error-chain v0.2.0 |
2032 | 2023-10-31T03:22:00.884Z | Checking signature v1.6.4 |
2033 | 2023-10-31T03:22:01.060Z | Compiling indoc v1.0.9 |
2034 | 2023-10-31T03:22:02.583Z | Checking ed25519 v1.5.3 |
2035 | 2023-10-31T03:22:02.841Z | Checking group v0.13.0 |
2036 | 2023-10-31T03:22:04.303Z | Checking polyval v0.6.1 |
2037 | 2023-10-31T03:22:04.728Z | Checking num_enum v0.7.0 |
2038 | 2023-10-31T03:22:04.998Z | Checking ctr v0.9.2 |
2039 | 2023-10-31T03:22:05.020Z | Checking aes v0.8.3 |
2040 | 2023-10-31T03:22:05.476Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2041 | 2023-10-31T03:22:05.497Z | Checking crypto-bigint v0.5.2 |
2042 | 2023-10-31T03:22:06.037Z | Checking bincode v1.3.3 |
2043 | 2023-10-31T03:22:06.423Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2044 | 2023-10-31T03:22:06.550Z | Compiling cookie v0.16.2 |
2045 | 2023-10-31T03:22:06.866Z | Checking base16ct v0.2.0 |
2046 | 2023-10-31T03:22:07.971Z | Checking aes-gcm-siv v0.11.1 |
2047 | 2023-10-31T03:22:08.230Z | Checking steno v0.4.0 |
2048 | 2023-10-31T03:22:08.380Z | Checking rayon v1.8.0 |
2049 | 2023-10-31T03:22:08.496Z | Checking elliptic-curve v0.13.5 |
2050 | 2023-10-31T03:22:08.875Z | Checking thiserror-no-std v2.0.2 |
2051 | 2023-10-31T03:22:09.043Z | Checking poly1305 v0.8.0 |
2052 | 2023-10-31T03:22:09.283Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2053 | 2023-10-31T03:22:09.853Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2054 | 2023-10-31T03:22:09.856Z | Checking env_logger v0.9.3 |
2055 | 2023-10-31T03:22:10.267Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2056 | 2023-10-31T03:22:12.030Z | Checking chacha20 v0.9.1 |
2057 | 2023-10-31T03:22:12.033Z | Checking serde-big-array v0.5.1 |
2058 | 2023-10-31T03:22:12.379Z | Checking serde-big-array v0.4.1 |
2059 | 2023-10-31T03:22:12.405Z | Compiling impl-trait-for-tuples v0.2.2 |
2060 | 2023-10-31T03:22:12.633Z | Compiling oso-derive v0.27.0 |
2061 | 2023-10-31T03:22:12.636Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2062 | 2023-10-31T03:22:12.862Z | Checking ascii v1.1.0 |
2063 | 2023-10-31T03:22:13.210Z | Checking ringbuffer v0.15.0 |
2064 | 2023-10-31T03:22:13.549Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2065 | 2023-10-31T03:22:13.905Z | Checking vsss-rs v3.3.1 |
2066 | 2023-10-31T03:22:14.226Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2067 | 2023-10-31T03:22:14.453Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2068 | 2023-10-31T03:22:15.183Z | Checking chacha20poly1305 v0.10.1 |
2069 | 2023-10-31T03:22:15.983Z | Checking bitstruct v0.1.1 |
2070 | 2023-10-31T03:22:16.328Z | Checking signal-hook-tokio v0.3.1 |
2071 | 2023-10-31T03:22:16.605Z | Checking tungstenite v0.20.1 |
2072 | 2023-10-31T03:22:16.800Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2073 | 2023-10-31T03:22:17.288Z | Checking serde_arrays v0.1.0 |
2074 | 2023-10-31T03:22:17.718Z | Checking corncobs v0.1.3 |
2075 | 2023-10-31T03:22:18.007Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2076 | 2023-10-31T03:22:18.229Z | Checking tokio-tungstenite v0.20.1 |
2077 | 2023-10-31T03:22:18.770Z | Checking assert_matches v1.5.0 |
2078 | 2023-10-31T03:22:21.432Z | Checking bcs v0.1.6 |
2079 | 2023-10-31T03:22:21.465Z | Checking highway v1.1.0 |
2080 | 2023-10-31T03:22:22.594Z | Checking const_format v0.2.31 |
2081 | 2023-10-31T03:22:24.307Z | Checking ron v0.7.1 |
2082 | 2023-10-31T03:22:26.329Z | Checking http-range v0.1.5 |
2083 | 2023-10-31T03:22:26.397Z | Checking bit_field v0.10.2 |
2084 | 2023-10-31T03:22:26.608Z | Checking hyper-staticfile v0.9.5 |
2085 | 2023-10-31T03:22:27.886Z | Compiling indoc v2.0.3 |
2086 | 2023-10-31T03:22:30.847Z | Checking derive_builder v0.12.0 |
2087 | 2023-10-31T03:22:34.213Z | Checking bb8 v0.8.1 |
2088 | 2023-10-31T03:22:34.321Z | Checking quick-xml v0.23.1 |
2089 | 2023-10-31T03:22:34.430Z | Checking bytesize v1.3.0 |
2090 | 2023-10-31T03:22:34.845Z | Checking maplit v1.0.2 |
2091 | 2023-10-31T03:22:35.038Z | Checking number_prefix v0.4.0 |
2092 | 2023-10-31T03:22:35.270Z | Checking fs-err v2.9.0 |
2093 | 2023-10-31T03:22:35.358Z | Checking indicatif v0.17.7 |
2094 | 2023-10-31T03:22:36.098Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2095 | 2023-10-31T03:22:37.590Z | Checking signal-hook-mio v0.2.3 |
2096 | 2023-10-31T03:22:38.590Z | Compiling vte_generate_state_changes v0.1.1 |
2097 | 2023-10-31T03:22:45.254Z | Checking unicode-linebreak v0.1.5 |
2098 | 2023-10-31T03:22:45.671Z | Checking smawk v0.3.1 |
2099 | 2023-10-31T03:22:45.986Z | Checking yansi v0.5.1 |
2100 | 2023-10-31T03:22:46.080Z | Checking textwrap v0.16.0 |
2101 | 2023-10-31T03:22:46.429Z | Checking pretty_assertions v1.4.0 |
2102 | 2023-10-31T03:22:47.955Z | Checking crossterm v0.27.0 |
2103 | 2023-10-31T03:22:49.714Z | Checking fatfs v0.3.6 |
2104 | 2023-10-31T03:22:50.088Z | Checking cassowary v0.3.0 |
2105 | 2023-10-31T03:22:50.199Z | Checking plotters-backend v0.3.5 |
2106 | 2023-10-31T03:22:50.783Z | Checking ratatui v0.23.0 |
2107 | 2023-10-31T03:22:50.810Z | Checking plotters-svg v0.3.5 |
2108 | 2023-10-31T03:22:51.584Z | Checking rtoolbox v0.0.1 |
2109 | 2023-10-31T03:22:51.897Z | Checking rand v0.4.6 |
2110 | 2023-10-31T03:22:51.955Z | Checking cast v0.3.0 |
2111 | 2023-10-31T03:22:52.495Z | Checking owo-colors v3.5.0 |
2112 | 2023-10-31T03:22:53.618Z | Checking remove_dir_all v0.5.3 |
2113 | 2023-10-31T03:22:53.760Z | Checking tempdir v0.3.7 |
2114 | 2023-10-31T03:22:54.251Z | Checking criterion-plot v0.5.0 |
2115 | 2023-10-31T03:22:54.554Z | Checking rpassword v7.2.0 |
2116 | 2023-10-31T03:22:54.658Z | Checking plotters v0.3.5 |
2117 | 2023-10-31T03:22:54.790Z | Checking tui-tree-widget v0.13.0 |
2118 | 2023-10-31T03:22:57.063Z | Checking tinytemplate v1.2.1 |
2119 | 2023-10-31T03:22:57.924Z | Checking anes v0.1.6 |
2120 | 2023-10-31T03:22:58.093Z | Checking shell-words v1.1.0 |
2121 | 2023-10-31T03:22:58.358Z | Checking oorandom v11.1.3 |
2122 | 2023-10-31T03:22:58.603Z | Checking criterion v0.5.1 |
2123 | 2023-10-31T03:23:04.805Z | Checking assert_cmd v2.0.12 |
2124 | 2023-10-31T03:23:05.141Z | Checking dashmap v5.5.1 |
2125 | 2023-10-31T03:23:05.963Z | Compiling serial_test_derive v0.10.0 |
2126 | 2023-10-31T03:23:06.603Z | Compiling crossbeam-queue v0.3.8 |
2127 | 2023-10-31T03:23:07.689Z | Checking serial_test v0.10.0 |
2128 | 2023-10-31T03:23:08.157Z | Checking vte v0.11.1 |
2129 | 2023-10-31T03:23:08.284Z | Checking threadpool v1.8.1 |
2130 | 2023-10-31T03:23:09.708Z | Checking libtest-mimic v0.6.1 |
2131 | 2023-10-31T03:23:10.444Z | Checking crossterm v0.26.1 |
2132 | 2023-10-31T03:23:10.816Z | Checking strip-ansi-escapes v0.2.0 |
2133 | 2023-10-31T03:23:11.053Z | Compiling tabled_derive v0.6.0 |
2134 | 2023-10-31T03:23:12.255Z | Checking httptest v0.15.4 |
2135 | 2023-10-31T03:23:12.766Z | Checking similar-asserts v1.5.0 |
2136 | 2023-10-31T03:23:13.107Z | Checking fd-lock v3.0.13 |
2137 | 2023-10-31T03:23:13.131Z | Checking nanorand v0.7.0 |
2138 | 2023-10-31T03:23:13.374Z | Compiling rstest_macros v0.18.2 |
2139 | 2023-10-31T03:23:13.397Z | Checking nu-ansi-term v0.49.0 |
2140 | 2023-10-31T03:23:13.772Z | Checking flume v0.11.0 |
2141 | 2023-10-31T03:23:14.068Z | Checking datatest-stable v0.2.3 |
2142 | 2023-10-31T03:23:14.087Z | Checking reedline v0.23.0 |
2143 | 2023-10-31T03:23:15.359Z | Compiling pin-project-internal v1.1.3 |
2144 | 2023-10-31T03:23:15.881Z | Checking arrayvec v0.7.4 |
2145 | 2023-10-31T03:23:16.469Z | Checking constant_time_eq v0.2.6 |
2146 | 2023-10-31T03:23:16.519Z | Checking bytecount v0.6.3 |
2147 | 2023-10-31T03:23:16.657Z | Checking arrayref v0.3.7 |
2148 | 2023-10-31T03:23:16.808Z | Compiling trybuild v1.0.85 |
2149 | 2023-10-31T03:23:16.896Z | Compiling relative-path v1.9.0 |
2150 | 2023-10-31T03:23:17.360Z | Checking topological-sort v0.2.2 |
2151 | 2023-10-31T03:23:17.438Z | Checking blake2b_simd v1.0.1 |
2152 | 2023-10-31T03:23:17.680Z | Checking papergrid v0.10.0 |
2153 | 2023-10-31T03:23:20.064Z | Checking basic-toml v0.1.4 |
2154 | 2023-10-31T03:23:20.274Z | Checking pin-project v1.1.3 |
2155 | 2023-10-31T03:23:20.464Z | Checking constant_time_eq v0.3.0 |
2156 | 2023-10-31T03:23:20.650Z | Checking futures-timer v3.0.2 |
2157 | 2023-10-31T03:23:21.185Z | Checking rust-argon2 v1.0.1 |
2158 | 2023-10-31T03:23:21.246Z | Checking partial-io v0.5.4 |
2159 | 2023-10-31T03:23:21.854Z | Checking tabled v0.14.0 |
2160 | 2023-10-31T03:23:23.689Z | Checking approx v0.5.1 |
2161 | 2023-10-31T03:23:23.752Z | Checking cargo-platform v0.1.3 |
2162 | 2023-10-31T03:23:24.072Z | Checking hex-literal v0.4.1 |
2163 | 2023-10-31T03:23:24.256Z | Checking cargo_metadata v0.18.0 |
2164 | 2023-10-31T03:23:26.437Z | Checking crossbeam v0.8.2 |
2165 | 2023-10-31T03:23:27.268Z | Checking cargo_toml v0.16.3 |
2166 | 2023-10-31T03:23:27.567Z | Checking termios v0.3.3 |
2167 | 2023-10-31T03:23:30.501Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2168 | 2023-10-31T03:23:31.680Z | Checking rstest v0.18.2 |
2169 | 2023-10-31T03:23:32.893Z | Compiling bzip2 v0.4.4 |
2170 | 2023-10-31T03:23:33.496Z | Compiling zip v0.6.6 |
2171 | 2023-10-31T03:23:39.783Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2172 | 2023-10-31T03:23:42.196Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2173 | 2023-10-31T03:24:03.179Z | Compiling polar-core v0.27.0 |
2174 | 2023-10-31T03:24:07.216Z | Checking rustls-webpki v0.101.7 |
2175 | 2023-10-31T03:24:13.730Z | Checking tokio-rustls v0.24.1 |
2176 | 2023-10-31T03:24:14.231Z | Checking hyper-rustls v0.24.2 |
2177 | 2023-10-31T03:24:14.789Z | Checking reqwest v0.11.20 |
2178 | 2023-10-31T03:24:17.731Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2179 | 2023-10-31T03:24:18.236Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2180 | 2023-10-31T03:24:18.623Z | Checking tough v0.12.5 |
2181 | 2023-10-31T03:24:18.719Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2182 | 2023-10-31T03:24:20.565Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2183 | 2023-10-31T03:24:20.767Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2184 | 2023-10-31T03:24:20.788Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2185 | 2023-10-31T03:24:22.001Z | Checking oso v0.27.0 |
2186 | 2023-10-31T03:24:25.955Z | Compiling omicron-zone-package v0.8.3 |
2187 | 2023-10-31T03:24:26.215Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2188 | 2023-10-31T03:24:33.745Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2189 | 2023-10-31T03:24:33.778Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2190 | 2023-10-31T03:24:33.869Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2191 | 2023-10-31T03:24:36.857Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2192 | 2023-10-31T03:24:36.871Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2193 | 2023-10-31T03:24:36.874Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2194 | 2023-10-31T03:24:37.072Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2195 | 2023-10-31T03:24:37.509Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2196 | 2023-10-31T03:24:37.806Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2197 | 2023-10-31T03:24:38.051Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2198 | 2023-10-31T03:24:38.485Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2199 | 2023-10-31T03:24:38.865Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2200 | 2023-10-31T03:24:40.293Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2201 | 2023-10-31T03:24:43.223Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2202 | 2023-10-31T03:24:44.119Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2203 | 2023-10-31T03:24:44.489Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2204 | 2023-10-31T03:24:44.649Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2205 | 2023-10-31T03:24:51.224Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2206 | 2023-10-31T03:24:51.724Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2207 | 2023-10-31T03:24:53.245Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2208 | 2023-10-31T03:24:54.487Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2209 | 2023-10-31T03:24:55.770Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2210 | 2023-10-31T03:24:59.302Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2211 | 2023-10-31T03:25:00.930Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2212 | 2023-10-31T03:25:01.360Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2213 | 2023-10-31T03:25:04.233Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2214 | 2023-10-31T03:25:04.369Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2215 | 2023-10-31T03:25:04.837Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2216 | 2023-10-31T03:25:07.605Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2217 | 2023-10-31T03:25:08.212Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2218 | 2023-10-31T03:25:09.043Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2219 | 2023-10-31T03:25:16.425Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2220 | 2023-10-31T03:25:19.342Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2221 | 2023-10-31T03:25:28.618Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2222 | 2023-10-31T03:25:31.127Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2223 | 2023-10-31T03:25:31.157Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2224 | 2023-10-31T03:25:32.893Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2225 | 2023-10-31T03:25:36.078Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2226 | 2023-10-31T03:25:36.886Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2227 | 2023-10-31T03:25:37.330Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2228 | 2023-10-31T03:25:40.145Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2229 | 2023-10-31T03:25:43.019Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2230 | 2023-10-31T03:25:44.143Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2231 | 2023-10-31T03:25:45.065Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2232 | 2023-10-31T03:25:47.398Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2233 | 2023-10-31T03:25:47.753Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2234 | 2023-10-31T03:25:53.307Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2235 | 2023-10-31T03:25:53.897Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2236 | 2023-10-31T03:25:59.248Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2237 | 2023-10-31T03:25:59.614Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2238 | 2023-10-31T03:26:03.314Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2239 | 2023-10-31T03:26:06.321Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2240 | 2023-10-31T03:26:08.431Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2241 | 2023-10-31T03:26:09.578Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2242 | 2023-10-31T03:26:09.733Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2243 | 2023-10-31T03:26:17.617Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2244 | 2023-10-31T03:26:18.591Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2245 | 2023-10-31T03:26:18.676Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2246 | 2023-10-31T03:26:21.137Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2247 | 2023-10-31T03:26:22.763Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2248 | 2023-10-31T03:26:23.667Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2249 | 2023-10-31T03:26:30.056Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2250 | 2023-10-31T03:26:44.669Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2251 | 2023-10-31T03:27:02.318Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2252 | 2023-10-31T03:27:24.245Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2253 | 2023-10-31T03:27:53.717Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2254 | 2023-10-31T03:28:17.594Z | Compiling git2 v0.17.2 |
2255 | 2023-10-31T03:28:27.763Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2256 | 2023-10-31T03:28:30.414Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2257 | 2023-10-31T03:28:45.280Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2258 | 2023-10-31T03:28:57.468Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2259 | 2023-10-31T03:28:57.951Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2260 | 2023-10-31T03:28:58.521Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2261 | 2023-10-31T03:29:00.570Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2262 | 2023-10-31T03:29:39.750Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2263 | 2023-10-31T03:31:17.588Z | Finished dev [unoptimized + debuginfo] target(s) in 14m 18s |
2264 | 2023-10-31T03:31:17.809Z | |
2265 | 2023-10-31T03:31:17.812Z | real 15:24.960506372 |
2266 | 2023-10-31T03:31:17.814Z | user 1:31:20.765569766 |
2267 | 2023-10-31T03:31:17.817Z | sys 11:53.079398960 |
2268 | 2023-10-31T03:31:17.819Z | trap 3.486546368 |
2269 | 2023-10-31T03:31:17.822Z | tflt 3.153823850 |
2270 | 2023-10-31T03:31:17.825Z | dflt 4.040066414 |
2271 | 2023-10-31T03:31:17.827Z | kflt 0.023031228 |
2272 | 2023-10-31T03:31:17.831Z | lock 2:08:54.143941576 |
2273 | 2023-10-31T03:31:17.833Z | slp 5:24:47.943385583 |
2274 | 2023-10-31T03:31:17.836Z | lat 3:20.441502566 |
2275 | 2023-10-31T03:31:17.839Z | stop 9:08.407911947 |
2276 | 2023-10-31T03:31:19.185Z | warning: output filename collision. |
2277 | 2023-10-31T03:31:19.188Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
2278 | 2023-10-31T03:31:19.191Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2279 | 2023-10-31T03:31:19.193Z | The targets should have unique names. |
2280 | 2023-10-31T03:31:19.196Z | This is a known bug where multiple crates with the same name use |
2281 | 2023-10-31T03:31:19.198Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2282 | 2023-10-31T03:31:19.201Z | warning: output filename collision. |
2283 | 2023-10-31T03:31:19.203Z | 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)`. |
2284 | 2023-10-31T03:31:19.206Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2285 | 2023-10-31T03:31:19.209Z | The targets should have unique names. |
2286 | 2023-10-31T03:31:19.212Z | This is a known bug where multiple crates with the same name use |
2287 | 2023-10-31T03:31:19.214Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2288 | 2023-10-31T03:31:19.217Z | warning: output filename collision. |
2289 | 2023-10-31T03:31:19.220Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
2290 | 2023-10-31T03:31:19.223Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2291 | 2023-10-31T03:31:19.225Z | The targets should have unique names. |
2292 | 2023-10-31T03:31:19.228Z | This is a known bug where multiple crates with the same name use |
2293 | 2023-10-31T03:31:19.231Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2294 | 2023-10-31T03:31:19.233Z | warning: output filename collision. |
2295 | 2023-10-31T03:31:19.236Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
2296 | 2023-10-31T03:31:19.241Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2297 | 2023-10-31T03:31:19.244Z | The targets should have unique names. |
2298 | 2023-10-31T03:31:19.246Z | This is a known bug where multiple crates with the same name use |
2299 | 2023-10-31T03:31:19.249Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2300 | 2023-10-31T03:31:19.251Z | warning: output filename collision. |
2301 | 2023-10-31T03:31:19.254Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
2302 | 2023-10-31T03:31:19.256Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2303 | 2023-10-31T03:31:19.259Z | The targets should have unique names. |
2304 | 2023-10-31T03:31:19.261Z | This is a known bug where multiple crates with the same name use |
2305 | 2023-10-31T03:31:19.264Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2306 | 2023-10-31T03:31:19.266Z | warning: output filename collision. |
2307 | 2023-10-31T03:31:19.269Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
2308 | 2023-10-31T03:31:19.271Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2309 | 2023-10-31T03:31:19.274Z | The targets should have unique names. |
2310 | 2023-10-31T03:31:19.276Z | This is a known bug where multiple crates with the same name use |
2311 | 2023-10-31T03:31:19.279Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2312 | 2023-10-31T03:31:19.282Z | warning: output filename collision. |
2313 | 2023-10-31T03:31:19.285Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
2314 | 2023-10-31T03:31:19.288Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2315 | 2023-10-31T03:31:19.290Z | The targets should have unique names. |
2316 | 2023-10-31T03:31:19.293Z | This is a known bug where multiple crates with the same name use |
2317 | 2023-10-31T03:31:19.296Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2318 | 2023-10-31T03:31:19.298Z | warning: output filename collision. |
2319 | 2023-10-31T03:31:19.301Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2320 | 2023-10-31T03:31:19.304Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2321 | 2023-10-31T03:31:19.308Z | The targets should have unique names. |
2322 | 2023-10-31T03:31:19.310Z | This is a known bug where multiple crates with the same name use |
2323 | 2023-10-31T03:31:19.313Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2324 | 2023-10-31T03:31:19.315Z | warning: output filename collision. |
2325 | 2023-10-31T03:31:19.318Z | 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 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
2326 | 2023-10-31T03:31:19.320Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2327 | 2023-10-31T03:31:19.323Z | The targets should have unique names. |
2328 | 2023-10-31T03:31:19.326Z | This is a known bug where multiple crates with the same name use |
2329 | 2023-10-31T03:31:19.328Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2330 | 2023-10-31T03:31:19.331Z | warning: output filename collision. |
2331 | 2023-10-31T03:31:19.333Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
2332 | 2023-10-31T03:31:19.336Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2333 | 2023-10-31T03:31:19.338Z | The targets should have unique names. |
2334 | 2023-10-31T03:31:19.341Z | This is a known bug where multiple crates with the same name use |
2335 | 2023-10-31T03:31:19.344Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2336 | 2023-10-31T03:31:19.347Z | warning: output filename collision. |
2337 | 2023-10-31T03:31:19.350Z | 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)`. |
2338 | 2023-10-31T03:31:19.352Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2339 | 2023-10-31T03:31:19.355Z | The targets should have unique names. |
2340 | 2023-10-31T03:31:19.357Z | This is a known bug where multiple crates with the same name use |
2341 | 2023-10-31T03:31:19.360Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2342 | 2023-10-31T03:31:19.864Z | Checking unicode-ident v1.0.12 |
2343 | 2023-10-31T03:31:19.888Z | Documenting libc v0.2.149 |
2344 | 2023-10-31T03:31:19.901Z | Documenting cfg-if v1.0.0 |
2345 | 2023-10-31T03:31:19.928Z | Checking libc v0.2.149 |
2346 | 2023-10-31T03:31:19.949Z | Checking cfg-if v1.0.0 |
2347 | 2023-10-31T03:31:19.962Z | Checking serde v1.0.188 |
2348 | 2023-10-31T03:31:19.981Z | Documenting scopeguard v1.2.0 |
2349 | 2023-10-31T03:31:19.984Z | Documenting log v0.4.20 |
2350 | 2023-10-31T03:31:20.080Z | Documenting itoa v1.0.9 |
2351 | 2023-10-31T03:31:20.108Z | Checking proc-macro2 v1.0.67 |
2352 | 2023-10-31T03:31:21.198Z | Checking quote v1.0.33 |
2353 | 2023-10-31T03:31:21.763Z | Checking syn v2.0.32 |
2354 | 2023-10-31T03:31:21.873Z | Checking syn v1.0.109 |
2355 | 2023-10-31T03:31:24.053Z | Checking once_cell v1.18.0 |
2356 | 2023-10-31T03:31:24.086Z | Documenting lock_api v0.4.10 |
2357 | 2023-10-31T03:31:24.266Z | Documenting memchr v2.6.3 |
2358 | 2023-10-31T03:31:24.552Z | Documenting smallvec v1.11.0 |
2359 | 2023-10-31T03:31:26.731Z | Documenting once_cell v1.18.0 |
2360 | 2023-10-31T03:31:26.744Z | Documenting getrandom v0.2.10 |
2361 | 2023-10-31T03:31:28.686Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2362 | 2023-10-31T03:31:29.152Z | Documenting libm v0.2.7 |
2363 | 2023-10-31T03:31:29.349Z | Documenting pin-project-lite v0.2.13 |
2364 | 2023-10-31T03:31:29.895Z | Documenting parking_lot_core v0.9.8 |
2365 | 2023-10-31T03:31:31.949Z | Documenting signal-hook-registry v1.4.1 |
2366 | 2023-10-31T03:31:32.563Z | Checking itoa v1.0.9 |
2367 | 2023-10-31T03:31:32.888Z | Documenting rand_core v0.6.4 |
2368 | 2023-10-31T03:31:32.901Z | Documenting mio v0.8.8 |
2369 | 2023-10-31T03:31:32.975Z | Documenting serde_derive v1.0.188 |
2370 | 2023-10-31T03:31:33.094Z | Documenting zeroize_derive v1.4.2 |
2371 | 2023-10-31T03:31:33.632Z | Documenting thiserror-impl v1.0.49 |
2372 | 2023-10-31T03:31:34.476Z | Documenting num-traits v0.2.16 |
2373 | 2023-10-31T03:31:36.463Z | Documenting parking_lot v0.12.1 |
2374 | 2023-10-31T03:31:38.229Z | Documenting typenum v1.16.0 |
2375 | 2023-10-31T03:31:39.137Z | Documenting futures-core v0.3.29 |
2376 | 2023-10-31T03:31:39.727Z | Documenting ryu v1.0.15 |
2377 | 2023-10-31T03:31:40.731Z | Documenting zeroize v1.6.0 |
2378 | 2023-10-31T03:31:41.681Z | Documenting thiserror v1.0.49 |
2379 | 2023-10-31T03:31:41.894Z | Documenting tokio-macros v2.1.0 |
2380 | 2023-10-31T03:31:42.964Z | Documenting socket2 v0.5.4 |
2381 | 2023-10-31T03:31:43.877Z | Documenting num_cpus v1.16.0 |
2382 | 2023-10-31T03:31:44.002Z | Documenting serde v1.0.188 |
2383 | 2023-10-31T03:31:45.172Z | Checking thiserror v1.0.49 |
2384 | 2023-10-31T03:31:45.391Z | Checking ryu v1.0.15 |
2385 | 2023-10-31T03:31:45.847Z | Documenting subtle v2.5.0 |
2386 | 2023-10-31T03:31:46.288Z | Checking getrandom v0.2.10 |
2387 | 2023-10-31T03:31:46.683Z | Documenting byteorder v1.5.0 |
2388 | 2023-10-31T03:31:46.766Z | Documenting generic-array v0.14.7 |
2389 | 2023-10-31T03:31:47.785Z | Checking memchr v2.6.3 |
2390 | 2023-10-31T03:31:49.358Z | Documenting futures-sink v0.3.29 |
2391 | 2023-10-31T03:31:49.388Z | Documenting pin-utils v0.1.0 |
2392 | 2023-10-31T03:31:49.765Z | Checking serde_json v1.0.108 |
2393 | 2023-10-31T03:31:50.420Z | Documenting iana-time-zone v0.1.57 |
2394 | 2023-10-31T03:31:52.140Z | Checking heck v0.4.1 |
2395 | 2023-10-31T03:31:52.475Z | Documenting futures-macro v0.3.29 |
2396 | 2023-10-31T03:31:52.901Z | Documenting slab v0.4.9 |
2397 | 2023-10-31T03:31:53.196Z | Documenting futures-task v0.3.29 |
2398 | 2023-10-31T03:31:54.184Z | Documenting crypto-common v0.1.6 |
2399 | 2023-10-31T03:31:55.934Z | Documenting futures-channel v0.3.29 |
2400 | 2023-10-31T03:31:56.669Z | Documenting futures-io v0.3.29 |
2401 | 2023-10-31T03:31:57.351Z | Documenting const-oid v0.9.5 |
2402 | 2023-10-31T03:31:59.153Z | Checking bytes v1.5.0 |
2403 | 2023-10-31T03:31:59.376Z | Documenting ppv-lite86 v0.2.17 |
2404 | 2023-10-31T03:32:00.053Z | Checking log v0.4.20 |
2405 | 2023-10-31T03:32:00.479Z | Documenting base64 v0.21.5 |
2406 | 2023-10-31T03:32:00.526Z | Checking byteorder v1.5.0 |
2407 | 2023-10-31T03:32:00.565Z | Documenting tinyvec_macros v0.1.1 |
2408 | 2023-10-31T03:32:01.237Z | Documenting block-buffer v0.10.4 |
2409 | 2023-10-31T03:32:02.113Z | Documenting tracing-core v0.1.31 |
2410 | 2023-10-31T03:32:02.653Z | Documenting futures-util v0.3.29 |
2411 | 2023-10-31T03:32:04.095Z | Documenting rand_chacha v0.3.1 |
2412 | 2023-10-31T03:32:04.579Z | Documenting tinyvec v1.6.0 |
2413 | 2023-10-31T03:32:06.296Z | Documenting tracing-attributes v0.1.26 |
2414 | 2023-10-31T03:32:06.867Z | Checking fnv v1.0.7 |
2415 | 2023-10-31T03:32:07.075Z | Checking serde_derive_internals v0.26.0 |
2416 | 2023-10-31T03:32:07.475Z | Documenting digest v0.10.7 |
2417 | 2023-10-31T03:32:08.148Z | Documenting serde_derive_internals v0.26.0 |
2418 | 2023-10-31T03:32:10.479Z | Documenting dyn-clone v1.0.13 |
2419 | 2023-10-31T03:32:10.516Z | Documenting rand v0.8.5 |
2420 | 2023-10-31T03:32:15.262Z | Documenting unicode-normalization v0.1.22 |
2421 | 2023-10-31T03:32:16.187Z | Documenting fnv v1.0.7 |
2422 | 2023-10-31T03:32:17.260Z | Documenting cpufeatures v0.2.9 |
2423 | 2023-10-31T03:32:17.965Z | Documenting schemars_derive v0.8.13 |
2424 | 2023-10-31T03:32:18.517Z | Checking ucd-trie v0.1.6 |
2425 | 2023-10-31T03:32:18.841Z | Checking pest v2.7.2 |
2426 | 2023-10-31T03:32:18.888Z | Documenting bytes v1.5.0 |
2427 | 2023-10-31T03:32:18.947Z | Documenting serde_json v1.0.108 |
2428 | 2023-10-31T03:32:22.000Z | Documenting bitflags v2.4.0 |
2429 | 2023-10-31T03:32:22.853Z | Documenting chrono v0.4.31 |
2430 | 2023-10-31T03:32:23.155Z | Documenting uuid v1.4.1 |
2431 | 2023-10-31T03:32:23.281Z | Documenting spin v0.9.8 |
2432 | 2023-10-31T03:32:26.509Z | Documenting tokio v1.33.0 |
2433 | 2023-10-31T03:32:27.336Z | Checking libm v0.2.7 |
2434 | 2023-10-31T03:32:27.853Z | Documenting unicode-bidi v0.3.13 |
2435 | 2023-10-31T03:32:28.014Z | Documenting http v0.2.9 |
2436 | 2023-10-31T03:32:28.987Z | Checking num-traits v0.2.16 |
2437 | 2023-10-31T03:32:29.015Z | Documenting lazy_static v1.4.0 |
2438 | 2023-10-31T03:32:29.657Z | Documenting tracing v0.1.37 |
2439 | 2023-10-31T03:32:30.274Z | Documenting percent-encoding v2.3.0 |
2440 | 2023-10-31T03:32:32.037Z | Documenting ahash v0.8.3 |
2441 | 2023-10-31T03:32:32.765Z | Documenting schemars v0.8.13 |
2442 | 2023-10-31T03:32:33.226Z | Checking ahash v0.8.3 |
2443 | 2023-10-31T03:32:33.816Z | Documenting allocator-api2 v0.2.16 |
2444 | 2023-10-31T03:32:34.103Z | Checking time-core v0.1.1 |
2445 | 2023-10-31T03:32:34.349Z | Documenting unicode-ident v1.0.12 |
2446 | 2023-10-31T03:32:36.268Z | Documenting form_urlencoded v1.2.0 |
2447 | 2023-10-31T03:32:36.741Z | Documenting adler v1.0.2 |
2448 | 2023-10-31T03:32:38.153Z | Documenting idna v0.4.0 |
2449 | 2023-10-31T03:32:38.614Z | Documenting proc-macro2 v1.0.67 |
2450 | 2023-10-31T03:32:38.998Z | Documenting hashbrown v0.14.0 |
2451 | 2023-10-31T03:32:40.803Z | Documenting miniz_oxide v0.7.1 |
2452 | 2023-10-31T03:32:42.194Z | Documenting httparse v1.8.0 |
2453 | 2023-10-31T03:32:42.436Z | Documenting untrusted v0.9.0 |
2454 | 2023-10-31T03:32:43.716Z | Documenting equivalent v1.0.1 |
2455 | 2023-10-31T03:32:44.960Z | Documenting url v2.4.1 |
2456 | 2023-10-31T03:32:45.404Z | Documenting quote v1.0.33 |
2457 | 2023-10-31T03:32:46.136Z | Checking zerocopy v0.3.0 |
2458 | 2023-10-31T03:32:46.745Z | Documenting ring v0.17.5 |
2459 | 2023-10-31T03:32:46.956Z | Checking uuid v1.4.1 |
2460 | 2023-10-31T03:32:47.350Z | Checking iana-time-zone v0.1.57 |
2461 | 2023-10-31T03:32:47.624Z | Checking chrono v0.4.31 |
2462 | 2023-10-31T03:32:47.939Z | Checking dof v0.1.5 |
2463 | 2023-10-31T03:32:48.188Z | Documenting indexmap v2.0.0 |
2464 | 2023-10-31T03:32:48.684Z | Checking dtrace-parser v0.1.14 |
2465 | 2023-10-31T03:32:48.870Z | Checking thread-id v4.2.0 |
2466 | 2023-10-31T03:32:49.035Z | Documenting sct v0.7.0 |
2467 | 2023-10-31T03:32:49.503Z | Documenting slog v2.7.0 |
2468 | 2023-10-31T03:32:51.490Z | Documenting openssl-probe v0.1.5 |
2469 | 2023-10-31T03:32:52.542Z | Documenting httpdate v1.0.3 |
2470 | 2023-10-31T03:32:52.553Z | Documenting try-lock v0.2.4 |
2471 | 2023-10-31T03:32:55.078Z | Documenting tokio-util v0.7.10 |
2472 | 2023-10-31T03:32:55.169Z | Checking usdt-impl v0.3.5 |
2473 | 2023-10-31T03:32:55.858Z | Documenting rustls-webpki v0.101.7 |
2474 | 2023-10-31T03:32:56.068Z | Documenting http-body v0.4.5 |
2475 | 2023-10-31T03:32:56.115Z | Documenting rustls-pemfile v1.0.3 |
2476 | 2023-10-31T03:32:56.176Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2477 | 2023-10-31T03:32:56.536Z | Documenting want v0.3.1 |
2478 | 2023-10-31T03:32:57.425Z | Documenting openssl-macros v0.1.1 |
2479 | 2023-10-31T03:32:57.687Z | Documenting openssl-sys v0.9.93 |
2480 | 2023-10-31T03:32:58.220Z | Documenting mime v0.3.17 |
2481 | 2023-10-31T03:33:02.108Z | Documenting tower-service v0.3.2 |
2482 | 2023-10-31T03:33:02.809Z | Documenting gimli v0.28.0 |
2483 | 2023-10-31T03:33:02.908Z | Documenting rustls v0.21.8 |
2484 | 2023-10-31T03:33:02.961Z | Documenting time-macros v0.2.13 |
2485 | 2023-10-31T03:33:03.829Z | Documenting h2 v0.3.21 |
2486 | 2023-10-31T03:33:04.344Z | Documenting async-trait v0.1.74 |
2487 | 2023-10-31T03:33:04.514Z | Documenting object v0.32.1 |
2488 | 2023-10-31T03:33:08.387Z | Documenting aho-corasick v1.0.4 |
2489 | 2023-10-31T03:33:09.535Z | Documenting openssl v0.10.57 |
2490 | 2023-10-31T03:33:10.759Z | Documenting errno v0.3.2 |
2491 | 2023-10-31T03:33:12.549Z | Checking dyn-clone v1.0.13 |
2492 | 2023-10-31T03:33:12.767Z | Checking allocator-api2 v0.2.16 |
2493 | 2023-10-31T03:33:13.694Z | Documenting addr2line v0.21.0 |
2494 | 2023-10-31T03:33:13.908Z | Documenting regex-syntax v0.8.2 |
2495 | 2023-10-31T03:33:15.439Z | Documenting unicode-width v0.1.11 |
2496 | 2023-10-31T03:33:15.713Z | Documenting tokio-rustls v0.24.1 |
2497 | 2023-10-31T03:33:16.587Z | Documenting rustc-demangle v0.1.23 |
2498 | 2023-10-31T03:33:19.370Z | Documenting time-core v0.1.1 |
2499 | 2023-10-31T03:33:19.645Z | Documenting deranged v0.3.8 |
2500 | 2023-10-31T03:33:20.896Z | Documenting hyper v0.14.27 |
2501 | 2023-10-31T03:33:20.994Z | Documenting num_threads v0.1.6 |
2502 | 2023-10-31T03:33:23.967Z | Documenting ipnet v2.8.0 |
2503 | 2023-10-31T03:33:23.999Z | Documenting rustix v0.38.9 |
2504 | 2023-10-31T03:33:24.054Z | Checking hashbrown v0.14.0 |
2505 | 2023-10-31T03:33:24.292Z | Documenting backtrace v0.3.69 |
2506 | 2023-10-31T03:33:25.300Z | Documenting regex-automata v0.4.3 |
2507 | 2023-10-31T03:33:26.475Z | Checking schemars v0.8.13 |
2508 | 2023-10-31T03:33:27.560Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2509 | 2023-10-31T03:33:27.583Z | Documenting time v0.3.27 |
2510 | 2023-10-31T03:33:28.644Z | Checking pest_meta v2.7.2 |
2511 | 2023-10-31T03:33:30.315Z | Documenting crossbeam-utils v0.8.16 |
2512 | 2023-10-31T03:33:30.549Z | Checking equivalent v1.0.1 |
2513 | 2023-10-31T03:33:30.710Z | Checking indexmap v2.0.0 |
2514 | 2023-10-31T03:33:32.533Z | Documenting native-tls v0.2.11 |
2515 | 2023-10-31T03:33:33.245Z | Documenting anyhow v1.0.75 |
2516 | 2023-10-31T03:33:35.026Z | Checking hashbrown v0.13.2 |
2517 | 2023-10-31T03:33:36.814Z | Documenting pest_meta v2.7.2 |
2518 | 2023-10-31T03:33:37.030Z | Checking http v0.2.9 |
2519 | 2023-10-31T03:33:37.841Z | Documenting encoding_rs v0.8.33 |
2520 | 2023-10-31T03:33:38.635Z | Documenting regex v1.10.2 |
2521 | 2023-10-31T03:33:39.433Z | Checking pest_generator v2.7.2 |
2522 | 2023-10-31T03:33:40.822Z | Documenting rustls-native-certs v0.6.3 |
2523 | 2023-10-31T03:33:40.974Z | Documenting tokio-native-tls v0.3.1 |
2524 | 2023-10-31T03:33:41.273Z | Documenting serde_urlencoded v0.7.1 |
2525 | 2023-10-31T03:33:42.143Z | Checking aho-corasick v1.0.4 |
2526 | 2023-10-31T03:33:43.451Z | Documenting pest_generator v2.7.2 |
2527 | 2023-10-31T03:33:44.556Z | Checking regex-syntax v0.8.2 |
2528 | 2023-10-31T03:33:44.863Z | Documenting ucd-trie v0.1.6 |
2529 | 2023-10-31T03:33:45.382Z | Checking serde_tokenstream v0.1.7 |
2530 | 2023-10-31T03:33:46.016Z | Documenting webpki-roots v0.25.2 |
2531 | 2023-10-31T03:33:46.814Z | Documenting hyper-rustls v0.24.2 |
2532 | 2023-10-31T03:33:47.512Z | Documenting syn v2.0.32 |
2533 | 2023-10-31T03:33:48.164Z | Documenting dof v0.1.5 |
2534 | 2023-10-31T03:33:50.092Z | Documenting hyper-tls v0.5.0 |
2535 | 2023-10-31T03:33:50.432Z | Checking regex-automata v0.4.3 |
2536 | 2023-10-31T03:33:51.063Z | Documenting pest v2.7.2 |
2537 | 2023-10-31T03:33:51.362Z | Documenting pest_derive v2.7.2 |
2538 | 2023-10-31T03:33:52.152Z | Documenting thread-id v4.2.0 |
2539 | 2023-10-31T03:33:54.306Z | Documenting usdt-macro v0.3.5 |
2540 | 2023-10-31T03:33:56.333Z | Checking regex v1.10.2 |
2541 | 2023-10-31T03:33:57.372Z | Documenting usdt-attr-macro v0.3.5 |
2542 | 2023-10-31T03:33:58.259Z | Documenting openapiv3 v1.0.3 |
2543 | 2023-10-31T03:33:58.296Z | Documenting ipnetwork v0.20.0 |
2544 | 2023-10-31T03:33:58.680Z | Documenting sha2 v0.10.8 |
2545 | 2023-10-31T03:33:59.343Z | Documenting dtrace-parser v0.1.14 |
2546 | 2023-10-31T03:34:01.113Z | Documenting reqwest v0.11.20 |
2547 | 2023-10-31T03:34:01.871Z | Documenting futures-executor v0.3.29 |
2548 | 2023-10-31T03:34:05.056Z | Checking serde_tokenstream v0.2.0 |
2549 | 2023-10-31T03:34:05.689Z | Checking strsim v0.10.0 |
2550 | 2023-10-31T03:34:05.821Z | Documenting usdt-impl v0.3.5 |
2551 | 2023-10-31T03:34:06.073Z | Checking unicode-width v0.1.11 |
2552 | 2023-10-31T03:34:06.113Z | Checking regress v0.7.1 |
2553 | 2023-10-31T03:34:06.312Z | Documenting hex v0.4.3 |
2554 | 2023-10-31T03:34:06.768Z | Documenting hmac v0.12.1 |
2555 | 2023-10-31T03:34:08.131Z | Documenting fallible-iterator v0.2.0 |
2556 | 2023-10-31T03:34:09.048Z | Documenting futures v0.3.29 |
2557 | 2023-10-31T03:34:11.682Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2558 | 2023-10-31T03:34:13.405Z | Checking openapiv3 v1.0.3 |
2559 | 2023-10-31T03:34:13.984Z | Documenting usdt v0.3.5 |
2560 | 2023-10-31T03:34:14.666Z | Documenting stringprep v0.1.3 |
2561 | 2023-10-31T03:34:15.347Z | Documenting semver v1.0.20 |
2562 | 2023-10-31T03:34:16.078Z | Documenting md-5 v0.10.5 |
2563 | 2023-10-31T03:34:17.247Z | Documenting regress v0.7.1 |
2564 | 2023-10-31T03:34:19.412Z | Documenting utf8parse v0.2.1 |
2565 | 2023-10-31T03:34:21.394Z | Documenting siphasher v0.3.11 |
2566 | 2023-10-31T03:34:21.850Z | Documenting block-padding v0.3.3 |
2567 | 2023-10-31T03:34:22.030Z | Checking unsafe-libyaml v0.2.9 |
2568 | 2023-10-31T03:34:22.093Z | Documenting heck v0.4.1 |
2569 | 2023-10-31T03:34:22.434Z | Documenting static_assertions v1.1.0 |
2570 | 2023-10-31T03:34:23.410Z | Documenting postgres-protocol v0.6.6 |
2571 | 2023-10-31T03:34:23.802Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2572 | 2023-10-31T03:34:24.129Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2573 | 2023-10-31T03:34:24.345Z | Checking getopts v0.2.21 |
2574 | 2023-10-31T03:34:24.930Z | Documenting toml_datetime v0.6.3 |
2575 | 2023-10-31T03:34:25.945Z | Documenting phf_shared v0.11.2 |
2576 | 2023-10-31T03:34:27.025Z | Documenting num-integer v0.1.45 |
2577 | 2023-10-31T03:34:27.331Z | Documenting unsafe-libyaml v0.2.9 |
2578 | 2023-10-31T03:34:28.184Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2579 | 2023-10-31T03:34:28.789Z | Documenting inout v0.1.3 |
2580 | 2023-10-31T03:34:31.748Z | Checking ident_case v1.0.1 |
2581 | 2023-10-31T03:34:32.001Z | Documenting whoami v1.4.1 |
2582 | 2023-10-31T03:34:32.325Z | Documenting phf v0.11.2 |
2583 | 2023-10-31T03:34:32.851Z | Documenting postgres-types v0.2.6 |
2584 | 2023-10-31T03:34:33.275Z | Documenting either v1.9.0 |
2585 | 2023-10-31T03:34:33.870Z | Documenting serde_yaml v0.9.25 |
2586 | 2023-10-31T03:34:34.517Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2587 | 2023-10-31T03:34:35.443Z | Documenting cipher v0.4.4 |
2588 | 2023-10-31T03:34:37.745Z | Checking serde_yaml v0.9.25 |
2589 | 2023-10-31T03:34:38.249Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2590 | 2023-10-31T03:34:38.878Z | Documenting getopts v0.2.21 |
2591 | 2023-10-31T03:34:39.467Z | Documenting zerocopy v0.6.4 |
2592 | 2023-10-31T03:34:40.142Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2593 | 2023-10-31T03:34:41.158Z | Documenting anstyle v1.0.2 |
2594 | 2023-10-31T03:34:43.322Z | Documenting tokio-postgres v0.7.10 |
2595 | 2023-10-31T03:34:43.904Z | Documenting data-encoding v2.4.0 |
2596 | 2023-10-31T03:34:44.517Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2597 | 2023-10-31T03:34:45.756Z | Documenting anstyle-parse v0.2.1 |
2598 | 2023-10-31T03:34:46.604Z | Documenting match_cfg v0.1.0 |
2599 | 2023-10-31T03:34:47.654Z | Documenting colorchoice v1.0.0 |
2600 | 2023-10-31T03:34:48.682Z | Documenting anstyle-query v1.0.0 |
2601 | 2023-10-31T03:34:50.155Z | Documenting itertools v0.11.0 |
2602 | 2023-10-31T03:34:50.372Z | Documenting terminal_size v0.2.6 |
2603 | 2023-10-31T03:34:50.851Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2604 | 2023-10-31T03:34:50.855Z | Documenting hostname v0.3.1 |
2605 | 2023-10-31T03:34:51.853Z | Documenting dirs-sys-next v0.1.2 |
2606 | 2023-10-31T03:34:54.948Z | Documenting anstream v0.5.0 |
2607 | 2023-10-31T03:34:57.135Z | Documenting clap_lex v0.5.1 |
2608 | 2023-10-31T03:34:57.171Z | Documenting strsim v0.10.0 |
2609 | 2023-10-31T03:34:58.100Z | Documenting tap v1.0.1 |
2610 | 2023-10-31T03:34:58.206Z | Documenting dirs-next v2.0.0 |
2611 | 2023-10-31T03:34:58.787Z | Documenting clap_derive v4.4.2 |
2612 | 2023-10-31T03:35:01.545Z | Documenting wyz v0.5.1 |
2613 | 2023-10-31T03:35:01.606Z | Documenting thread_local v1.1.7 |
2614 | 2023-10-31T03:35:02.333Z | Documenting crc32fast v1.3.2 |
2615 | 2023-10-31T03:35:02.568Z | Documenting radium v0.7.0 |
2616 | 2023-10-31T03:35:03.132Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2617 | 2023-10-31T03:35:03.155Z | Documenting clap_builder v4.4.2 |
2618 | 2023-10-31T03:35:04.632Z | Documenting funty v2.0.0 |
2619 | 2023-10-31T03:35:06.296Z | Documenting term v0.7.0 |
2620 | 2023-10-31T03:35:06.943Z | Documenting num-iter v0.1.43 |
2621 | 2023-10-31T03:35:07.621Z | Documenting crossbeam-channel v0.5.8 |
2622 | 2023-10-31T03:35:08.198Z | Documenting sha1 v0.10.5 |
2623 | 2023-10-31T03:35:08.725Z | Documenting enum-as-inner v0.5.1 |
2624 | 2023-10-31T03:35:09.564Z | Documenting bitvec v1.0.1 |
2625 | 2023-10-31T03:35:12.904Z | Documenting atty v0.2.14 |
2626 | 2023-10-31T03:35:13.321Z | Documenting clap v4.4.3 |
2627 | 2023-10-31T03:35:14.427Z | Documenting memoffset v0.9.0 |
2628 | 2023-10-31T03:35:14.628Z | Documenting take_mut v0.2.2 |
2629 | 2023-10-31T03:35:15.501Z | Documenting flate2 v1.0.28 |
2630 | 2023-10-31T03:35:15.950Z | Documenting trust-dns-proto v0.22.0 |
2631 | 2023-10-31T03:35:17.777Z | Documenting slog-term v2.9.0 |
2632 | 2023-10-31T03:35:18.351Z | Documenting crossbeam-epoch v0.9.15 |
2633 | 2023-10-31T03:35:20.412Z | Documenting slog-json v2.6.1 |
2634 | 2023-10-31T03:35:20.655Z | Documenting camino v1.1.6 |
2635 | 2023-10-31T03:35:20.869Z | Documenting slog-async v2.8.0 |
2636 | 2023-10-31T03:35:20.973Z | Documenting paste v1.0.14 |
2637 | 2023-10-31T03:35:23.124Z | Documenting signature v2.1.0 |
2638 | 2023-10-31T03:35:25.080Z | Documenting hash32 v0.2.1 |
2639 | 2023-10-31T03:35:25.118Z | Documenting scheduled-thread-pool v0.2.7 |
2640 | 2023-10-31T03:35:27.060Z | Documenting diesel_table_macro_syntax v0.1.0 |
2641 | 2023-10-31T03:35:29.205Z | Checking diesel_table_macro_syntax v0.1.0 |
2642 | 2023-10-31T03:35:29.481Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2643 | 2023-10-31T03:35:29.511Z | Documenting unicode-segmentation v1.10.1 |
2644 | 2023-10-31T03:35:29.552Z | Documenting slog-bunyan v2.4.0 |
2645 | 2023-10-31T03:35:30.320Z | Documenting stable_deref_trait v1.2.0 |
2646 | 2023-10-31T03:35:30.692Z | Checking darling_core v0.20.3 |
2647 | 2023-10-31T03:35:31.240Z | Documenting async-stream-impl v0.3.5 |
2648 | 2023-10-31T03:35:31.625Z | Documenting r2d2 v0.8.10 |
2649 | 2023-10-31T03:35:33.055Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2650 | 2023-10-31T03:35:33.947Z | Documenting strum v0.25.0 |
2651 | 2023-10-31T03:35:34.011Z | Documenting bzip2 v0.4.4 |
2652 | 2023-10-31T03:35:34.741Z | Documenting diesel_derives v2.1.1 |
2653 | 2023-10-31T03:35:34.820Z | Documenting heapless v0.7.16 |
2654 | 2023-10-31T03:35:35.990Z | Documenting managed v0.8.0 |
2655 | 2023-10-31T03:35:38.594Z | Documenting debug-ignore v1.0.5 |
2656 | 2023-10-31T03:35:38.775Z | Documenting atomic-waker v1.1.1 |
2657 | 2023-10-31T03:35:39.491Z | Documenting bit-vec v0.6.3 |
2658 | 2023-10-31T03:35:40.169Z | Documenting async-stream v0.3.5 |
2659 | 2023-10-31T03:35:41.203Z | Documenting zip v0.6.6 |
2660 | 2023-10-31T03:35:41.210Z | Checking darling v0.20.3 |
2661 | 2023-10-31T03:35:41.263Z | Documenting num-bigint v0.4.4 |
2662 | 2023-10-31T03:35:42.717Z | Documenting smoltcp v0.9.1 |
2663 | 2023-10-31T03:35:42.898Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2664 | 2023-10-31T03:35:43.083Z | Documenting waitgroup v0.1.2 |
2665 | 2023-10-31T03:35:45.639Z | Documenting multer v2.1.0 |
2666 | 2023-10-31T03:35:46.502Z | Documenting serde_path_to_error v0.1.14 |
2667 | 2023-10-31T03:35:46.864Z | Documenting diesel v2.1.3 |
2668 | 2023-10-31T03:35:47.795Z | Documenting hubpack v0.1.2 |
2669 | 2023-10-31T03:35:49.561Z | Documenting bstr v1.6.0 |
2670 | 2023-10-31T03:35:50.464Z | Documenting serde_repr v0.1.16 |
2671 | 2023-10-31T03:35:51.136Z | Documenting lalrpop-util v0.19.12 |
2672 | 2023-10-31T03:35:51.497Z | Documenting fixedbitset v0.4.2 |
2673 | 2023-10-31T03:35:53.640Z | Documenting new_debug_unreachable v1.0.4 |
2674 | 2023-10-31T03:35:53.931Z | Documenting precomputed-hash v0.1.1 |
2675 | 2023-10-31T03:35:54.589Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2676 | 2023-10-31T03:35:56.420Z | Documenting petgraph v0.6.4 |
2677 | 2023-10-31T03:35:57.435Z | Documenting yasna v0.5.2 |
2678 | 2023-10-31T03:35:57.460Z | Documenting serde_with_macros v2.3.3 |
2679 | 2023-10-31T03:35:57.819Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2680 | 2023-10-31T03:35:58.022Z | Documenting console v0.15.7 |
2681 | 2023-10-31T03:36:00.287Z | Documenting string_cache v0.8.7 |
2682 | 2023-10-31T03:36:05.038Z | Documenting float-cmp v0.9.0 |
2683 | 2023-10-31T03:36:05.772Z | Documenting predicates-core v1.0.6 |
2684 | 2023-10-31T03:36:06.545Z | Documenting normalize-line-endings v0.3.0 |
2685 | 2023-10-31T03:36:06.900Z | Documenting difflib v0.4.0 |
2686 | 2023-10-31T03:36:07.602Z | Documenting serde_with v2.3.3 |
2687 | 2023-10-31T03:36:07.645Z | Documenting bit-set v0.5.3 |
2688 | 2023-10-31T03:36:11.994Z | Documenting similar v2.2.1 |
2689 | 2023-10-31T03:36:12.208Z | Documenting tokio-stream v0.1.14 |
2690 | 2023-10-31T03:36:12.868Z | Documenting structmeta-derive v0.1.6 |
2691 | 2023-10-31T03:36:13.267Z | Documenting predicates v3.0.4 |
2692 | 2023-10-31T03:36:14.084Z | Checking structmeta v0.1.6 |
2693 | 2023-10-31T03:36:14.480Z | Documenting instant v0.1.12 |
2694 | 2023-10-31T03:36:18.711Z | Checking regex-syntax v0.6.29 |
2695 | 2023-10-31T03:36:19.189Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2696 | 2023-10-31T03:36:19.671Z | Documenting macaddr v1.0.1 |
2697 | 2023-10-31T03:36:20.884Z | Documenting backoff v0.4.0 |
2698 | 2023-10-31T03:36:21.359Z | Documenting base64ct v1.6.0 |
2699 | 2023-10-31T03:36:21.647Z | Documenting structmeta v0.1.6 |
2700 | 2023-10-31T03:36:22.165Z | Checking scopeguard v1.2.0 |
2701 | 2023-10-31T03:36:22.359Z | Checking lock_api v0.4.10 |
2702 | 2023-10-31T03:36:22.431Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2703 | 2023-10-31T03:36:23.031Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2704 | 2023-10-31T03:36:23.582Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2705 | 2023-10-31T03:36:24.179Z | Documenting crucible-workspace-hack v0.1.0 |
2706 | 2023-10-31T03:36:26.412Z | Checking smallvec v1.11.0 |
2707 | 2023-10-31T03:36:26.676Z | Documenting is-terminal v0.4.9 |
2708 | 2023-10-31T03:36:27.029Z | Checking parking_lot_core v0.9.8 |
2709 | 2023-10-31T03:36:27.628Z | Documenting blake2 v0.10.6 |
2710 | 2023-10-31T03:36:27.705Z | Documenting password-hash v0.5.0 |
2711 | 2023-10-31T03:36:28.299Z | Checking pin-project-lite v0.2.13 |
2712 | 2023-10-31T03:36:28.496Z | Checking parking_lot v0.12.1 |
2713 | 2023-10-31T03:36:28.730Z | Documenting parse-display-derive v0.7.0 |
2714 | 2023-10-31T03:36:28.825Z | Checking rand_core v0.6.4 |
2715 | 2023-10-31T03:36:29.047Z | Checking typenum v1.16.0 |
2716 | 2023-10-31T03:36:29.072Z | Checking zeroize v1.6.0 |
2717 | 2023-10-31T03:36:29.303Z | Documenting proc-macro-error-attr v1.0.4 |
2718 | 2023-10-31T03:36:29.487Z | Checking futures-core v0.3.29 |
2719 | 2023-10-31T03:36:29.786Z | Checking unicode-segmentation v1.10.1 |
2720 | 2023-10-31T03:36:30.773Z | Checking proc-macro-error v1.0.4 |
2721 | 2023-10-31T03:36:30.961Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2722 | 2023-10-31T03:36:31.237Z | Checking mio v0.8.8 |
2723 | 2023-10-31T03:36:31.433Z | Checking generic-array v0.14.7 |
2724 | 2023-10-31T03:36:32.271Z | Checking socket2 v0.5.4 |
2725 | 2023-10-31T03:36:33.068Z | Checking signal-hook-registry v1.4.1 |
2726 | 2023-10-31T03:36:33.472Z | Checking num_cpus v1.16.0 |
2727 | 2023-10-31T03:36:33.624Z | Documenting postcard-cobs v0.1.5-pre |
2728 | 2023-10-31T03:36:33.646Z | Checking futures-sink v0.3.29 |
2729 | 2023-10-31T03:36:33.884Z | Documenting fastrand v2.0.0 |
2730 | 2023-10-31T03:36:33.887Z | Checking tokio v1.33.0 |
2731 | 2023-10-31T03:36:34.498Z | Documenting foreign-types-macros v0.2.3 |
2732 | 2023-10-31T03:36:35.033Z | Documenting argon2 v0.5.2 |
2733 | 2023-10-31T03:36:35.853Z | Documenting proc-macro-error v1.0.4 |
2734 | 2023-10-31T03:36:37.989Z | Documenting postcard v0.7.3 |
2735 | 2023-10-31T03:36:38.043Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2736 | 2023-10-31T03:36:38.734Z | Documenting parse-display v0.7.0 |
2737 | 2023-10-31T03:36:40.483Z | Documenting tempfile v3.8.0 |
2738 | 2023-10-31T03:36:42.277Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2739 | 2023-10-31T03:36:43.095Z | Documenting foreign-types-shared v0.3.1 |
2740 | 2023-10-31T03:36:43.409Z | Checking tinyvec_macros v0.1.1 |
2741 | 2023-10-31T03:36:43.545Z | Checking spin v0.5.2 |
2742 | 2023-10-31T03:36:43.875Z | Checking tinyvec v1.6.0 |
2743 | 2023-10-31T03:36:44.986Z | Checking futures-channel v0.3.29 |
2744 | 2023-10-31T03:36:45.320Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2745 | 2023-10-31T03:36:45.532Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2746 | 2023-10-31T03:36:45.569Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2747 | 2023-10-31T03:36:45.690Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2748 | 2023-10-31T03:36:46.271Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2749 | 2023-10-31T03:36:46.736Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2750 | 2023-10-31T03:36:47.389Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2751 | 2023-10-31T03:36:47.454Z | Documenting foreign-types v0.5.0 |
2752 | 2023-10-31T03:36:47.816Z | Documenting cstr-argument v0.1.2 |
2753 | 2023-10-31T03:36:51.667Z | Checking futures-task v0.3.29 |
2754 | 2023-10-31T03:36:51.928Z | Checking slab v0.4.9 |
2755 | 2023-10-31T03:36:52.054Z | Checking futures-io v0.3.29 |
2756 | 2023-10-31T03:36:52.354Z | Checking pin-utils v0.1.0 |
2757 | 2023-10-31T03:36:52.359Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2758 | 2023-10-31T03:36:52.486Z | Checking futures-util v0.3.29 |
2759 | 2023-10-31T03:36:53.382Z | Checking unicode-normalization v0.1.22 |
2760 | 2023-10-31T03:36:53.511Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2761 | 2023-10-31T03:36:53.728Z | Documenting colored v2.0.4 |
2762 | 2023-10-31T03:36:54.693Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2763 | 2023-10-31T03:36:55.054Z | Checking crypto-common v0.1.6 |
2764 | 2023-10-31T03:36:55.346Z | Checking spin v0.9.8 |
2765 | 2023-10-31T03:36:55.886Z | Checking tracing-core v0.1.31 |
2766 | 2023-10-31T03:36:56.504Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2767 | 2023-10-31T03:36:57.060Z | Checking unicode-bidi v0.3.13 |
2768 | 2023-10-31T03:36:57.878Z | Checking tracing v0.1.37 |
2769 | 2023-10-31T03:36:58.430Z | Documenting zone_cfg_derive v0.2.0 |
2770 | 2023-10-31T03:36:59.394Z | Checking block-buffer v0.10.4 |
2771 | 2023-10-31T03:36:59.754Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2772 | 2023-10-31T03:37:00.252Z | Documenting num-derive v0.4.0 |
2773 | 2023-10-31T03:37:01.224Z | Checking subtle v2.5.0 |
2774 | 2023-10-31T03:37:01.357Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2775 | 2023-10-31T03:37:01.580Z | Checking const-oid v0.9.5 |
2776 | 2023-10-31T03:37:01.671Z | Checking ppv-lite86 v0.2.17 |
2777 | 2023-10-31T03:37:02.927Z | Checking rand_chacha v0.3.1 |
2778 | 2023-10-31T03:37:03.583Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2779 | 2023-10-31T03:37:04.481Z | Checking digest v0.10.7 |
2780 | 2023-10-31T03:37:05.163Z | Documenting smf v0.2.2 |
2781 | 2023-10-31T03:37:06.347Z | Documenting zone v0.2.0 |
2782 | 2023-10-31T03:37:06.407Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2783 | 2023-10-31T03:37:07.995Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2784 | 2023-10-31T03:37:11.720Z | Checking bitflags v2.4.0 |
2785 | 2023-10-31T03:37:12.211Z | Documenting linked-hash-map v0.5.6 |
2786 | 2023-10-31T03:37:12.539Z | Checking base64 v0.21.5 |
2787 | 2023-10-31T03:37:13.358Z | Checking rand v0.8.5 |
2788 | 2023-10-31T03:37:14.024Z | Checking tokio-util v0.7.10 |
2789 | 2023-10-31T03:37:14.300Z | Checking untrusted v0.9.0 |
2790 | 2023-10-31T03:37:14.553Z | Checking bitflags v1.3.2 |
2791 | 2023-10-31T03:37:14.706Z | Checking untrusted v0.7.1 |
2792 | 2023-10-31T03:37:15.005Z | Checking percent-encoding v2.3.0 |
2793 | 2023-10-31T03:37:15.131Z | Checking openssl-probe v0.1.5 |
2794 | 2023-10-31T03:37:15.338Z | Checking foreign-types-shared v0.1.1 |
2795 | 2023-10-31T03:37:15.363Z | Checking hashbrown v0.12.3 |
2796 | 2023-10-31T03:37:15.514Z | Checking foreign-types v0.3.2 |
2797 | 2023-10-31T03:37:15.656Z | Checking ring v0.16.20 |
2798 | 2023-10-31T03:37:15.782Z | Checking ring v0.17.5 |
2799 | 2023-10-31T03:37:16.006Z | Checking openssl-sys v0.9.93 |
2800 | 2023-10-31T03:37:16.903Z | Checking errno v0.3.2 |
2801 | 2023-10-31T03:37:16.929Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2802 | 2023-10-31T03:37:17.087Z | Checking indexmap v1.9.3 |
2803 | 2023-10-31T03:37:17.131Z | Checking try-lock v0.2.4 |
2804 | 2023-10-31T03:37:17.333Z | Checking siphasher v0.3.11 |
2805 | 2023-10-31T03:37:17.853Z | Checking adler v1.0.2 |
2806 | 2023-10-31T03:37:18.091Z | Checking miniz_oxide v0.7.1 |
2807 | 2023-10-31T03:37:18.323Z | Checking h2 v0.3.21 |
2808 | 2023-10-31T03:37:18.398Z | Checking openssl v0.10.57 |
2809 | 2023-10-31T03:37:18.822Z | Checking sct v0.7.0 |
2810 | 2023-10-31T03:37:18.932Z | Documenting lru-cache v0.1.2 |
2811 | 2023-10-31T03:37:19.027Z | Checking rustls-webpki v0.101.7 |
2812 | 2023-10-31T03:37:19.139Z | Checking want v0.3.1 |
2813 | 2023-10-31T03:37:19.390Z | Checking form_urlencoded v1.2.0 |
2814 | 2023-10-31T03:37:19.426Z | Checking lazy_static v1.4.0 |
2815 | 2023-10-31T03:37:19.601Z | Checking http-body v0.4.5 |
2816 | 2023-10-31T03:37:19.705Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2817 | 2023-10-31T03:37:20.274Z | Checking socket2 v0.4.9 |
2818 | 2023-10-31T03:37:20.334Z | Checking io-lifetimes v1.0.11 |
2819 | 2023-10-31T03:37:20.350Z | Checking httparse v1.8.0 |
2820 | 2023-10-31T03:37:20.614Z | Checking utf8parse v0.2.1 |
2821 | 2023-10-31T03:37:20.717Z | Checking cpufeatures v0.2.9 |
2822 | 2023-10-31T03:37:20.844Z | Checking httpdate v1.0.3 |
2823 | 2023-10-31T03:37:20.860Z | Checking tower-service v0.3.2 |
2824 | 2023-10-31T03:37:21.007Z | Checking anstyle v1.0.2 |
2825 | 2023-10-31T03:37:21.062Z | Checking sha2 v0.10.8 |
2826 | 2023-10-31T03:37:21.066Z | Checking anstyle-parse v0.2.1 |
2827 | 2023-10-31T03:37:21.223Z | Checking rustix v0.37.23 |
2828 | 2023-10-31T03:37:21.489Z | Checking rustls v0.21.8 |
2829 | 2023-10-31T03:37:21.580Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2830 | 2023-10-31T03:37:21.998Z | Checking rustls-pemfile v1.0.3 |
2831 | 2023-10-31T03:37:22.298Z | Checking hmac v0.12.1 |
2832 | 2023-10-31T03:37:22.642Z | Checking md-5 v0.10.5 |
2833 | 2023-10-31T03:37:22.816Z | Checking idna v0.4.0 |
2834 | 2023-10-31T03:37:22.998Z | Checking stringprep v0.1.3 |
2835 | 2023-10-31T03:37:23.115Z | Documenting slog-dtrace v0.2.3 |
2836 | 2023-10-31T03:37:23.435Z | Checking num-integer v0.1.45 |
2837 | 2023-10-31T03:37:24.306Z | Checking hash32 v0.2.1 |
2838 | 2023-10-31T03:37:24.361Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2839 | 2023-10-31T03:37:24.836Z | Checking stable_deref_trait v1.2.0 |
2840 | 2023-10-31T03:37:24.993Z | Documenting quick-error v1.2.3 |
2841 | 2023-10-31T03:37:25.827Z | Checking anstyle-query v1.0.0 |
2842 | 2023-10-31T03:37:26.024Z | Checking fallible-iterator v0.2.0 |
2843 | 2023-10-31T03:37:26.360Z | Checking either v1.9.0 |
2844 | 2023-10-31T03:37:26.860Z | Checking colorchoice v1.0.0 |
2845 | 2023-10-31T03:37:27.059Z | Checking gimli v0.28.0 |
2846 | 2023-10-31T03:37:27.075Z | Checking tokio-rustls v0.24.1 |
2847 | 2023-10-31T03:37:27.090Z | Checking postgres-protocol v0.6.6 |
2848 | 2023-10-31T03:37:27.676Z | Checking anstream v0.5.0 |
2849 | 2023-10-31T03:37:27.905Z | Checking native-tls v0.2.11 |
2850 | 2023-10-31T03:37:28.240Z | Checking heapless v0.7.16 |
2851 | 2023-10-31T03:37:28.244Z | Checking url v2.4.1 |
2852 | 2023-10-31T03:37:28.427Z | Checking tokio-native-tls v0.3.1 |
2853 | 2023-10-31T03:37:28.843Z | Checking terminal_size v0.2.6 |
2854 | 2023-10-31T03:37:28.999Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2855 | 2023-10-31T03:37:29.131Z | Checking rustls-native-certs v0.6.3 |
2856 | 2023-10-31T03:37:29.331Z | Checking hyper v0.14.27 |
2857 | 2023-10-31T03:37:29.334Z | Checking phf_shared v0.11.2 |
2858 | 2023-10-31T03:37:29.565Z | Checking block-padding v0.3.3 |
2859 | 2023-10-31T03:37:29.874Z | Checking scheduled-thread-pool v0.2.7 |
2860 | 2023-10-31T03:37:29.926Z | Checking object v0.32.1 |
2861 | 2023-10-31T03:37:30.068Z | Checking toml_datetime v0.6.3 |
2862 | 2023-10-31T03:37:30.215Z | Checking serde_spanned v0.6.3 |
2863 | 2023-10-31T03:37:30.515Z | Checking bzip2-sys v0.1.11+1.0.8 |
2864 | 2023-10-31T03:37:30.529Z | Checking crc32fast v1.3.2 |
2865 | 2023-10-31T03:37:30.721Z | Checking managed v0.8.0 |
2866 | 2023-10-31T03:37:30.930Z | Checking winnow v0.5.15 |
2867 | 2023-10-31T03:37:31.360Z | Checking matches v0.1.10 |
2868 | 2023-10-31T03:37:31.505Z | Checking num_threads v0.1.6 |
2869 | 2023-10-31T03:37:31.674Z | Checking clap_lex v0.5.1 |
2870 | 2023-10-31T03:37:31.751Z | Documenting resolv-conf v0.7.0 |
2871 | 2023-10-31T03:37:32.092Z | Checking rustc-demangle v0.1.23 |
2872 | 2023-10-31T03:37:32.803Z | Checking deranged v0.3.8 |
2873 | 2023-10-31T03:37:33.710Z | Checking regex-automata v0.1.10 |
2874 | 2023-10-31T03:37:33.891Z | Checking addr2line v0.21.0 |
2875 | 2023-10-31T03:37:34.396Z | Checking bit-vec v0.6.3 |
2876 | 2023-10-31T03:37:34.748Z | Checking tap v1.0.1 |
2877 | 2023-10-31T03:37:34.970Z | Checking ipnet v2.8.0 |
2878 | 2023-10-31T03:37:35.016Z | Checking wyz v0.5.1 |
2879 | 2023-10-31T03:37:35.678Z | Checking bstr v0.2.17 |
2880 | 2023-10-31T03:37:35.766Z | Checking clap_builder v4.4.2 |
2881 | 2023-10-31T03:37:35.930Z | Checking time v0.3.27 |
2882 | 2023-10-31T03:37:36.203Z | Checking toml_edit v0.19.15 |
2883 | 2023-10-31T03:37:37.108Z | Checking idna v0.2.3 |
2884 | 2023-10-31T03:37:38.627Z | Documenting trust-dns-resolver v0.22.0 |
2885 | 2023-10-31T03:37:38.701Z | Checking smoltcp v0.9.1 |
2886 | 2023-10-31T03:37:39.773Z | Checking backtrace v0.3.69 |
2887 | 2023-10-31T03:37:40.335Z | Checking flate2 v1.0.28 |
2888 | 2023-10-31T03:37:40.360Z | Checking hyper-tls v0.5.0 |
2889 | 2023-10-31T03:37:40.412Z | Checking hyper-rustls v0.24.2 |
2890 | 2023-10-31T03:37:40.786Z | Checking bzip2 v0.4.4 |
2891 | 2023-10-31T03:37:40.825Z | Checking r2d2 v0.8.10 |
2892 | 2023-10-31T03:37:41.028Z | Checking inout v0.1.3 |
2893 | 2023-10-31T03:37:41.063Z | Checking phf v0.11.2 |
2894 | 2023-10-31T03:37:41.266Z | Checking postgres-types v0.2.6 |
2895 | 2023-10-31T03:37:41.335Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2896 | 2023-10-31T03:37:41.364Z | Checking itertools v0.11.0 |
2897 | 2023-10-31T03:37:41.415Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2898 | 2023-10-31T03:37:41.454Z | Checking num-bigint v0.4.4 |
2899 | 2023-10-31T03:37:41.511Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2900 | 2023-10-31T03:37:42.483Z | Checking serde_urlencoded v0.7.1 |
2901 | 2023-10-31T03:37:43.253Z | Checking phf_shared v0.10.0 |
2902 | 2023-10-31T03:37:43.736Z | Checking futures-executor v0.3.29 |
2903 | 2023-10-31T03:37:44.108Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2904 | 2023-10-31T03:37:44.436Z | Documenting pem-rfc7468 v0.7.0 |
2905 | 2023-10-31T03:37:45.335Z | Checking ipnetwork v0.20.0 |
2906 | 2023-10-31T03:37:45.546Z | Checking float-cmp v0.9.0 |
2907 | 2023-10-31T03:37:45.847Z | Checking zerocopy v0.6.4 |
2908 | 2023-10-31T03:37:45.948Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2909 | 2023-10-31T03:37:46.872Z | Documenting der_derive v0.7.2 |
2910 | 2023-10-31T03:37:46.986Z | Checking hubpack v0.1.2 |
2911 | 2023-10-31T03:37:47.139Z | Checking encoding_rs v0.8.33 |
2912 | 2023-10-31T03:37:47.517Z | Checking crossbeam-utils v0.8.16 |
2913 | 2023-10-31T03:37:48.479Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2914 | 2023-10-31T03:37:48.921Z | Checking memoffset v0.9.0 |
2915 | 2023-10-31T03:37:49.083Z | Checking radium v0.7.0 |
2916 | 2023-10-31T03:37:49.737Z | Checking mime v0.3.17 |
2917 | 2023-10-31T03:37:50.293Z | Checking new_debug_unreachable v1.0.4 |
2918 | 2023-10-31T03:37:50.434Z | Checking difflib v0.4.0 |
2919 | 2023-10-31T03:37:50.804Z | Checking data-encoding v2.4.0 |
2920 | 2023-10-31T03:37:51.062Z | Checking fixedbitset v0.4.2 |
2921 | 2023-10-31T03:37:51.287Z | Checking webpki-roots v0.25.2 |
2922 | 2023-10-31T03:37:51.404Z | Documenting flagset v0.4.3 |
2923 | 2023-10-31T03:37:51.561Z | Checking static_assertions v1.1.0 |
2924 | 2023-10-31T03:37:51.709Z | Checking normalize-line-endings v0.3.0 |
2925 | 2023-10-31T03:37:51.736Z | Checking regex-automata v0.3.8 |
2926 | 2023-10-31T03:37:51.890Z | Checking predicates-core v1.0.6 |
2927 | 2023-10-31T03:37:52.181Z | Checking whoami v1.4.1 |
2928 | 2023-10-31T03:37:52.613Z | Checking precomputed-hash v0.1.1 |
2929 | 2023-10-31T03:37:52.779Z | Checking funty v2.0.0 |
2930 | 2023-10-31T03:37:53.475Z | Checking string_cache v0.8.7 |
2931 | 2023-10-31T03:37:53.907Z | Checking tokio-postgres v0.7.10 |
2932 | 2023-10-31T03:37:53.933Z | Checking predicates v3.0.4 |
2933 | 2023-10-31T03:37:54.402Z | Checking bstr v1.6.0 |
2934 | 2023-10-31T03:37:54.644Z | Checking bitvec v1.0.1 |
2935 | 2023-10-31T03:37:55.133Z | Checking trust-dns-proto v0.22.0 |
2936 | 2023-10-31T03:37:55.855Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2937 | 2023-10-31T03:37:56.008Z | Checking reqwest v0.11.20 |
2938 | 2023-10-31T03:37:56.199Z | Documenting der v0.7.8 |
2939 | 2023-10-31T03:37:58.737Z | Checking petgraph v0.6.4 |
2940 | 2023-10-31T03:37:58.938Z | Checking crossbeam-epoch v0.9.15 |
2941 | 2023-10-31T03:37:59.718Z | Checking diesel v2.1.3 |
2942 | 2023-10-31T03:38:01.821Z | Checking yasna v0.5.2 |
2943 | 2023-10-31T03:38:02.174Z | Checking futures v0.3.29 |
2944 | 2023-10-31T03:38:02.357Z | Checking zip v0.6.6 |
2945 | 2023-10-31T03:38:02.873Z | Checking cipher v0.4.4 |
2946 | 2023-10-31T03:38:03.460Z | Checking clap v4.4.3 |
2947 | 2023-10-31T03:38:03.544Z | Checking anyhow v1.0.75 |
2948 | 2023-10-31T03:38:03.577Z | Checking toml v0.7.8 |
2949 | 2023-10-31T03:38:03.640Z | Checking similar v2.2.1 |
2950 | 2023-10-31T03:38:03.895Z | Checking bit-set v0.5.3 |
2951 | 2023-10-31T03:38:04.311Z | Checking itertools v0.10.5 |
2952 | 2023-10-31T03:38:04.327Z | Checking num-iter v0.1.43 |
2953 | 2023-10-31T03:38:04.617Z | Checking console v0.15.7 |
2954 | 2023-10-31T03:38:04.705Z | Checking rustix v0.38.9 |
2955 | 2023-10-31T03:38:04.842Z | Checking signature v2.1.0 |
2956 | 2023-10-31T03:38:04.884Z | Checking tokio-stream v0.1.14 |
2957 | 2023-10-31T03:38:05.137Z | Checking usdt v0.3.5 |
2958 | 2023-10-31T03:38:05.166Z | Checking semver v1.0.20 |
2959 | 2023-10-31T03:38:05.461Z | Checking hex v0.4.3 |
2960 | 2023-10-31T03:38:05.464Z | Checking slog v2.7.0 |
2961 | 2023-10-31T03:38:05.669Z | Checking lalrpop-util v0.19.12 |
2962 | 2023-10-31T03:38:05.868Z | Documenting spki v0.7.2 |
2963 | 2023-10-31T03:38:06.155Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2964 | 2023-10-31T03:38:06.261Z | Documenting cancel-safe-futures v0.1.5 |
2965 | 2023-10-31T03:38:06.328Z | Checking heck v0.3.3 |
2966 | 2023-10-31T03:38:06.382Z | Documenting hkdf v0.12.3 |
2967 | 2023-10-31T03:38:06.601Z | Documenting structopt-derive v0.4.18 |
2968 | 2023-10-31T03:38:08.252Z | Documenting crc-catalog v2.2.0 |
2969 | 2023-10-31T03:38:08.498Z | Documenting keccak v0.1.4 |
2970 | 2023-10-31T03:38:12.602Z | Documenting arc-swap v1.6.0 |
2971 | 2023-10-31T03:38:12.786Z | Documenting crc v3.0.1 |
2972 | 2023-10-31T03:38:12.866Z | Documenting sha3 v0.10.8 |
2973 | 2023-10-31T03:38:14.305Z | Documenting pkcs8 v0.10.2 |
2974 | 2023-10-31T03:38:14.482Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2975 | 2023-10-31T03:38:15.393Z | Documenting structopt v0.3.26 |
2976 | 2023-10-31T03:38:17.070Z | Documenting libefi-sys v0.1.0 |
2977 | 2023-10-31T03:38:17.261Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2978 | 2023-10-31T03:38:19.030Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2979 | 2023-10-31T03:38:19.274Z | Documenting slog-scope v4.4.0 |
2980 | 2023-10-31T03:38:20.678Z | Documenting serde_spanned v0.6.3 |
2981 | 2023-10-31T03:38:21.214Z | Documenting secrecy v0.8.0 |
2982 | 2023-10-31T03:38:22.199Z | Documenting packed_struct_codegen v0.10.1 |
2983 | 2023-10-31T03:38:24.029Z | Documenting winnow v0.5.15 |
2984 | 2023-10-31T03:38:25.801Z | Documenting nodrop v0.1.14 |
2985 | 2023-10-31T03:38:27.431Z | Documenting half v1.8.2 |
2986 | 2023-10-31T03:38:27.555Z | Documenting ciborium-io v0.2.1 |
2987 | 2023-10-31T03:38:27.784Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2988 | 2023-10-31T03:38:30.328Z | Documenting array-init v0.0.4 |
2989 | 2023-10-31T03:38:30.647Z | Documenting packed_struct v0.10.1 |
2990 | 2023-10-31T03:38:32.084Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2991 | 2023-10-31T03:38:32.929Z | Documenting toml_edit v0.20.0 |
2992 | 2023-10-31T03:38:33.719Z | Documenting ciborium-ll v0.2.1 |
2993 | 2023-10-31T03:38:35.432Z | Documenting slog-stdlog v4.1.1 |
2994 | 2023-10-31T03:38:40.051Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2995 | 2023-10-31T03:38:40.566Z | Documenting pkcs1 v0.7.5 |
2996 | 2023-10-31T03:38:41.824Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2997 | 2023-10-31T03:38:42.007Z | Documenting num-bigint-dig v0.8.4 |
2998 | 2023-10-31T03:38:42.392Z | Documenting num-rational v0.4.1 |
2999 | 2023-10-31T03:38:44.817Z | Documenting universal-hash v0.5.1 |
3000 | 2023-10-31T03:38:47.426Z | Documenting num-complex v0.4.4 |
3001 | 2023-10-31T03:38:47.761Z | Documenting filetime v0.2.22 |
3002 | 2023-10-31T03:38:49.687Z | Documenting xattr v1.0.1 |
3003 | 2023-10-31T03:38:52.344Z | Documenting bitfield v0.14.0 |
3004 | 2023-10-31T03:38:53.787Z | Documenting opaque-debug v0.3.0 |
3005 | 2023-10-31T03:38:55.295Z | Documenting termcolor v1.2.0 |
3006 | 2023-10-31T03:38:55.342Z | Documenting num v0.4.1 |
3007 | 2023-10-31T03:38:55.864Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3008 | 2023-10-31T03:38:56.441Z | Documenting tar v0.4.40 |
3009 | 2023-10-31T03:38:56.966Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3010 | 2023-10-31T03:38:58.183Z | Documenting rsa v0.9.2 |
3011 | 2023-10-31T03:39:02.075Z | Documenting env_logger v0.10.0 |
3012 | 2023-10-31T03:39:02.624Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3013 | 2023-10-31T03:39:02.721Z | Documenting toml v0.8.0 |
3014 | 2023-10-31T03:39:03.368Z | Documenting slog-envlogger v2.2.0 |
3015 | 2023-10-31T03:39:04.221Z | Documenting ciborium v0.2.1 |
3016 | 2023-10-31T03:39:09.565Z | Documenting serde-hex v0.1.0 |
3017 | 2023-10-31T03:39:09.611Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3018 | 2023-10-31T03:39:09.904Z | Documenting x509-cert v0.2.4 |
3019 | 2023-10-31T03:39:10.107Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3020 | 2023-10-31T03:39:10.533Z | Documenting signal-hook v0.3.17 |
3021 | 2023-10-31T03:39:11.882Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3022 | 2023-10-31T03:39:11.946Z | Documenting ron v0.8.1 |
3023 | 2023-10-31T03:39:16.259Z | Documenting fxhash v0.2.1 |
3024 | 2023-10-31T03:39:17.510Z | Documenting derive-where v1.2.5 |
3025 | 2023-10-31T03:39:18.623Z | Documenting linear-map v1.2.0 |
3026 | 2023-10-31T03:39:19.018Z | Documenting crc-any v2.4.3 |
3027 | 2023-10-31T03:39:19.530Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3028 | 2023-10-31T03:39:22.617Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3029 | 2023-10-31T03:39:23.692Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3030 | 2023-10-31T03:39:25.422Z | Documenting doc-comment v0.3.3 |
3031 | 2023-10-31T03:39:26.596Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3032 | 2023-10-31T03:39:27.090Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3033 | 2023-10-31T03:39:29.585Z | Documenting libsqlite3-sys v0.26.0 |
3034 | 2023-10-31T03:39:29.658Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3035 | 2023-10-31T03:39:31.664Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3036 | 2023-10-31T03:39:37.181Z | Documenting hashlink v0.8.3 |
3037 | 2023-10-31T03:39:38.605Z | Documenting aead v0.5.2 |
3038 | 2023-10-31T03:39:39.806Z | Documenting snafu-derive v0.7.5 |
3039 | 2023-10-31T03:39:43.515Z | Documenting fallible-streaming-iterator v0.1.9 |
3040 | 2023-10-31T03:39:43.917Z | Documenting path-slash v0.1.5 |
3041 | 2023-10-31T03:39:44.176Z | Documenting same-file v1.0.6 |
3042 | 2023-10-31T03:39:44.410Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3043 | 2023-10-31T03:39:46.934Z | Documenting newtype_derive v0.1.6 |
3044 | 2023-10-31T03:39:48.073Z | Documenting rusqlite v0.29.0 |
3045 | 2023-10-31T03:39:50.264Z | Documenting camino-tempfile v1.0.2 |
3046 | 2023-10-31T03:39:50.528Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3047 | 2023-10-31T03:39:50.805Z | Documenting walkdir v2.4.0 |
3048 | 2023-10-31T03:39:52.010Z | Documenting snafu v0.7.5 |
3049 | 2023-10-31T03:39:52.967Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3050 | 2023-10-31T03:39:53.106Z | Documenting nix v0.26.2 |
3051 | 2023-10-31T03:39:55.890Z | Checking darling_core v0.14.4 |
3052 | 2023-10-31T03:39:57.343Z | Documenting twox-hash v1.6.3 |
3053 | 2023-10-31T03:39:57.626Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3054 | 2023-10-31T03:39:58.414Z | Documenting nibble_vec v0.1.0 |
3055 | 2023-10-31T03:39:59.075Z | Documenting endian-type v0.1.2 |
3056 | 2023-10-31T03:40:03.315Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3057 | 2023-10-31T03:40:03.899Z | Checking darling v0.14.4 |
3058 | 2023-10-31T03:40:03.903Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3059 | 2023-10-31T03:40:04.083Z | Documenting steno v0.4.0 |
3060 | 2023-10-31T03:40:04.805Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3061 | 2023-10-31T03:40:05.569Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3062 | 2023-10-31T03:40:05.620Z | Documenting radix_trie v0.2.1 |
3063 | 2023-10-31T03:40:06.353Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3064 | 2023-10-31T03:40:07.356Z | Documenting polyval v0.6.1 |
3065 | 2023-10-31T03:40:12.686Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3066 | 2023-10-31T03:40:13.151Z | Documenting num_enum v0.7.0 |
3067 | 2023-10-31T03:40:14.740Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3068 | 2023-10-31T03:40:14.844Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3069 | 2023-10-31T03:40:15.238Z | Documenting ctr v0.9.2 |
3070 | 2023-10-31T03:40:19.485Z | Documenting aes v0.8.3 |
3071 | 2023-10-31T03:40:20.252Z | Documenting bincode v1.3.3 |
3072 | 2023-10-31T03:40:20.315Z | Documenting path-dedot v3.1.0 |
3073 | 2023-10-31T03:40:23.066Z | Documenting utf-8 v0.7.6 |
3074 | 2023-10-31T03:40:26.434Z | Documenting convert_case v0.4.0 |
3075 | 2023-10-31T03:40:26.666Z | Checking convert_case v0.4.0 |
3076 | 2023-10-31T03:40:27.028Z | Documenting path-absolutize v3.1.0 |
3077 | 2023-10-31T03:40:27.577Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3078 | 2023-10-31T03:40:28.044Z | Documenting aes-gcm-siv v0.11.1 |
3079 | 2023-10-31T03:40:29.657Z | Documenting tungstenite v0.20.1 |
3080 | 2023-10-31T03:40:32.887Z | Documenting derive_more v0.99.17 |
3081 | 2023-10-31T03:40:33.337Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3082 | 2023-10-31T03:40:34.305Z | Documenting trust-dns-client v0.22.0 |
3083 | 2023-10-31T03:40:36.660Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3084 | 2023-10-31T03:40:37.219Z | Documenting buf-list v1.0.3 |
3085 | 2023-10-31T03:40:40.414Z | Documenting globset v0.4.13 |
3086 | 2023-10-31T03:40:41.786Z | Documenting crossbeam-deque v0.8.3 |
3087 | 2023-10-31T03:40:43.204Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3088 | 2023-10-31T03:40:43.973Z | Documenting headers-core v0.2.0 |
3089 | 2023-10-31T03:40:45.398Z | Documenting olpc-cjson v0.1.3 |
3090 | 2023-10-31T03:40:47.834Z | Documenting serde_plain v1.0.2 |
3091 | 2023-10-31T03:40:48.269Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3092 | 2023-10-31T03:40:48.373Z | Documenting async-recursion v1.0.5 |
3093 | 2023-10-31T03:40:51.022Z | Documenting bitstruct_derive v0.1.0 |
3094 | 2023-10-31T03:40:52.666Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3095 | 2023-10-31T03:40:54.235Z | Documenting ascii v1.1.0 |
3096 | 2023-10-31T03:40:54.238Z | Documenting display-error-chain v0.2.0 |
3097 | 2023-10-31T03:40:54.765Z | Documenting ringbuffer v0.15.0 |
3098 | 2023-10-31T03:40:56.061Z | Documenting tough v0.12.5 |
3099 | 2023-10-31T03:40:58.877Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3100 | 2023-10-31T03:40:59.297Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3101 | 2023-10-31T03:40:59.445Z | Documenting bitstruct v0.1.1 |
3102 | 2023-10-31T03:40:59.831Z | Documenting headers v0.3.9 |
3103 | 2023-10-31T03:41:00.575Z | Documenting trust-dns-server v0.22.1 |
3104 | 2023-10-31T03:41:03.928Z | Documenting rayon-core v1.12.0 |
3105 | 2023-10-31T03:41:05.444Z | Documenting tokio-tungstenite v0.20.1 |
3106 | 2023-10-31T03:41:06.131Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3107 | 2023-10-31T03:41:07.665Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3108 | 2023-10-31T03:41:10.086Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3109 | 2023-10-31T03:41:11.181Z | Documenting derive_builder_core v0.12.0 |
3110 | 2023-10-31T03:41:11.732Z | Checking derive_builder_core v0.12.0 |
3111 | 2023-10-31T03:41:11.765Z | Documenting sled v0.34.7 |
3112 | 2023-10-31T03:41:13.178Z | Documenting signal-hook-mio v0.2.3 |
3113 | 2023-10-31T03:41:13.314Z | Documenting erased-serde v0.3.30 |
3114 | 2023-10-31T03:41:16.847Z | Documenting unicase v2.7.0 |
3115 | 2023-10-31T03:41:17.917Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3116 | 2023-10-31T03:41:18.410Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3117 | 2023-10-31T03:41:19.378Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3118 | 2023-10-31T03:41:19.706Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3119 | 2023-10-31T03:41:19.932Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3120 | 2023-10-31T03:41:20.222Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3121 | 2023-10-31T03:41:20.420Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3122 | 2023-10-31T03:41:20.820Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3123 | 2023-10-31T03:41:21.548Z | Documenting serde_arrays v0.1.0 |
3124 | 2023-10-31T03:41:21.699Z | Documenting ff v0.13.0 |
3125 | 2023-10-31T03:41:22.082Z | Documenting pretty-hex v0.3.0 |
3126 | 2023-10-31T03:41:22.781Z | Documenting derive_builder_macro v0.12.0 |
3127 | 2023-10-31T03:41:26.832Z | Documenting mime_guess v2.0.4 |
3128 | 2023-10-31T03:41:27.081Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3129 | 2023-10-31T03:41:28.491Z | Documenting group v0.13.0 |
3130 | 2023-10-31T03:41:28.817Z | Documenting crossterm v0.27.0 |
3131 | 2023-10-31T03:41:30.314Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3132 | 2023-10-31T03:41:33.881Z | Documenting rayon v1.8.0 |
3133 | 2023-10-31T03:41:35.232Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3134 | 2023-10-31T03:41:43.167Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3135 | 2023-10-31T03:41:45.339Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3136 | 2023-10-31T03:41:47.426Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3137 | 2023-10-31T03:41:52.784Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3138 | 2023-10-31T03:41:56.407Z | Documenting portable-atomic v1.4.3 |
3139 | 2023-10-31T03:41:59.481Z | Documenting ed25519 v1.5.3 |
3140 | 2023-10-31T03:42:00.281Z | Documenting bcs v0.1.6 |
3141 | 2023-10-31T03:42:02.347Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3142 | 2023-10-31T03:42:04.063Z | Documenting crypto-bigint v0.5.2 |
3143 | 2023-10-31T03:42:04.612Z | Documenting ref-cast-impl v1.0.20 |
3144 | 2023-10-31T03:42:05.015Z | Documenting curve25519-dalek-derive v0.1.0 |
3145 | 2023-10-31T03:42:07.428Z | Documenting thiserror-impl-no-std v2.0.2 |
3146 | 2023-10-31T03:42:07.735Z | Documenting vte_generate_state_changes v0.1.1 |
3147 | 2023-10-31T03:42:12.494Z | Documenting highway v1.1.0 |
3148 | 2023-10-31T03:42:12.812Z | Documenting unicode-xid v0.2.4 |
3149 | 2023-10-31T03:42:14.379Z | Documenting cassowary v0.3.0 |
3150 | 2023-10-31T03:42:14.461Z | Documenting base16ct v0.2.0 |
3151 | 2023-10-31T03:42:16.080Z | Documenting number_prefix v0.4.0 |
3152 | 2023-10-31T03:42:17.437Z | Checking unicode-xid v0.2.4 |
3153 | 2023-10-31T03:42:17.678Z | Documenting const_format_proc_macros v0.2.31 |
3154 | 2023-10-31T03:42:19.152Z | Documenting elliptic-curve v0.13.5 |
3155 | 2023-10-31T03:42:19.536Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3156 | 2023-10-31T03:42:20.830Z | Documenting ratatui v0.23.0 |
3157 | 2023-10-31T03:42:22.398Z | Documenting indicatif v0.17.7 |
3158 | 2023-10-31T03:42:23.027Z | Documenting thiserror-no-std v2.0.2 |
3159 | 2023-10-31T03:42:25.000Z | Documenting vte v0.11.1 |
3160 | 2023-10-31T03:42:27.369Z | Documenting curve25519-dalek v4.1.0 |
3161 | 2023-10-31T03:42:28.342Z | Documenting ref-cast v1.0.20 |
3162 | 2023-10-31T03:42:30.412Z | Documenting salty v0.2.0 |
3163 | 2023-10-31T03:42:32.283Z | Documenting derive_builder v0.12.0 |
3164 | 2023-10-31T03:42:32.666Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3165 | 2023-10-31T03:42:32.710Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3166 | 2023-10-31T03:42:32.881Z | Documenting polar-core v0.27.0 |
3167 | 2023-10-31T03:42:36.490Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3168 | 2023-10-31T03:42:37.271Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3169 | 2023-10-31T03:42:39.970Z | Documenting libxml v0.3.3 |
3170 | 2023-10-31T03:42:43.189Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3171 | 2023-10-31T03:42:45.686Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3172 | 2023-10-31T03:42:47.921Z | Documenting poly1305 v0.8.0 |
3173 | 2023-10-31T03:42:51.060Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3174 | 2023-10-31T03:42:53.407Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3175 | 2023-10-31T03:42:55.466Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3176 | 2023-10-31T03:42:55.486Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3177 | 2023-10-31T03:42:56.028Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3178 | 2023-10-31T03:42:56.487Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3179 | 2023-10-31T03:42:57.833Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3180 | 2023-10-31T03:42:57.960Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3181 | 2023-10-31T03:43:07.407Z | Documenting chacha20 v0.9.1 |
3182 | 2023-10-31T03:43:08.428Z | Documenting bb8 v0.8.1 |
3183 | 2023-10-31T03:43:12.712Z | Documenting serde-big-array v0.5.1 |
3184 | 2023-10-31T03:43:15.143Z | Documenting quick-xml v0.23.1 |
3185 | 2023-10-31T03:43:15.929Z | Documenting bytesize v1.3.0 |
3186 | 2023-10-31T03:43:16.193Z | Documenting pem v3.0.2 |
3187 | 2023-10-31T03:43:16.606Z | Documenting impl-trait-for-tuples v0.2.2 |
3188 | 2023-10-31T03:43:19.661Z | Documenting oso-derive v0.27.0 |
3189 | 2023-10-31T03:43:19.893Z | Documenting rtoolbox v0.0.1 |
3190 | 2023-10-31T03:43:22.457Z | Documenting unicode-linebreak v0.1.5 |
3191 | 2023-10-31T03:43:22.584Z | Documenting humantime v2.1.0 |
3192 | 2023-10-31T03:43:22.874Z | Documenting fs-err v2.9.0 |
3193 | 2023-10-31T03:43:23.770Z | Documenting maplit v1.0.2 |
3194 | 2023-10-31T03:43:24.026Z | Documenting smawk v0.3.1 |
3195 | 2023-10-31T03:43:25.588Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3196 | 2023-10-31T03:43:26.433Z | Documenting rpassword v7.2.0 |
3197 | 2023-10-31T03:43:26.952Z | Documenting rcgen v0.11.3 |
3198 | 2023-10-31T03:43:27.249Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3199 | 2023-10-31T03:43:29.288Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3200 | 2023-10-31T03:43:29.885Z | Documenting oso v0.27.0 |
3201 | 2023-10-31T03:43:30.447Z | Documenting textwrap v0.16.0 |
3202 | 2023-10-31T03:43:33.131Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3203 | 2023-10-31T03:43:36.305Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3204 | 2023-10-31T03:43:37.173Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3205 | 2023-10-31T03:43:38.566Z | Documenting chacha20poly1305 v0.10.1 |
3206 | 2023-10-31T03:43:46.353Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3207 | 2023-10-31T03:43:48.761Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3208 | 2023-10-31T03:43:49.640Z | Documenting vsss-rs v3.3.1 |
3209 | 2023-10-31T03:43:54.249Z | Documenting tui-tree-widget v0.13.0 |
3210 | 2023-10-31T03:43:56.129Z | Documenting strip-ansi-escapes v0.2.0 |
3211 | 2023-10-31T03:44:00.918Z | Documenting const_format v0.2.31 |
3212 | 2023-10-31T03:44:01.600Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3213 | 2023-10-31T03:44:02.581Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3214 | 2023-10-31T03:44:03.445Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3215 | 2023-10-31T03:44:05.954Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3216 | 2023-10-31T03:44:10.322Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3217 | 2023-10-31T03:44:11.517Z | Documenting cookie v0.16.2 |
3218 | 2023-10-31T03:44:12.134Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3219 | 2023-10-31T03:44:14.682Z | Documenting signal-hook-tokio v0.3.1 |
3220 | 2023-10-31T03:44:17.598Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3221 | 2023-10-31T03:44:18.217Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3222 | 2023-10-31T03:44:19.172Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3223 | 2023-10-31T03:44:20.303Z | Documenting atomicwrites v0.4.2 |
3224 | 2023-10-31T03:44:21.612Z | Documenting fd-lock v3.0.13 |
3225 | 2023-10-31T03:44:22.198Z | Documenting subprocess v0.2.9 |
3226 | 2023-10-31T03:44:22.541Z | Documenting shell-words v1.1.0 |
3227 | 2023-10-31T03:44:26.534Z | Documenting bit_field v0.10.2 |
3228 | 2023-10-31T03:44:26.963Z | Documenting http-range v0.1.5 |
3229 | 2023-10-31T03:44:27.780Z | Documenting nu-ansi-term v0.49.0 |
3230 | 2023-10-31T03:44:28.730Z | Documenting corncobs v0.1.3 |
3231 | 2023-10-31T03:44:29.056Z | Documenting owo-colors v3.5.0 |
3232 | 2023-10-31T03:44:29.474Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3233 | 2023-10-31T03:44:30.911Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3234 | 2023-10-31T03:44:33.165Z | Documenting hyper-staticfile v0.9.5 |
3235 | 2023-10-31T03:44:33.463Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3236 | 2023-10-31T03:44:34.303Z | Documenting reedline v0.23.0 |
3237 | 2023-10-31T03:44:35.094Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3238 | 2023-10-31T03:44:37.116Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3239 | 2023-10-31T03:44:40.585Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3240 | 2023-10-31T03:44:43.532Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3241 | 2023-10-31T03:44:46.090Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3242 | 2023-10-31T03:44:46.164Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3243 | 2023-10-31T03:45:00.970Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3244 | 2023-10-31T03:45:05.560Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3245 | 2023-10-31T03:45:06.377Z | Documenting fatfs v0.3.6 |
3246 | 2023-10-31T03:45:15.092Z | Documenting cargo-platform v0.1.3 |
3247 | 2023-10-31T03:45:15.603Z | Documenting nanorand v0.7.0 |
3248 | 2023-10-31T03:45:17.975Z | Documenting glob v0.3.1 |
3249 | 2023-10-31T03:45:19.701Z | Documenting assert_matches v1.5.0 |
3250 | 2023-10-31T03:45:22.464Z | Documenting cargo_metadata v0.18.0 |
3251 | 2023-10-31T03:45:22.791Z | Documenting flume v0.11.0 |
3252 | 2023-10-31T03:45:23.369Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3253 | 2023-10-31T03:45:24.089Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3254 | 2023-10-31T03:45:24.580Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3255 | 2023-10-31T03:45:24.634Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3256 | 2023-10-31T03:45:28.434Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3257 | 2023-10-31T03:45:30.633Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3258 | 2023-10-31T03:45:31.105Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3259 | 2023-10-31T03:45:32.988Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3260 | 2023-10-31T03:45:34.721Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3261 | 2023-10-31T03:45:37.980Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3262 | 2023-10-31T03:46:00.514Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3263 | 2023-10-31T03:46:02.509Z | Documenting omicron-zone-package v0.8.3 |
3264 | 2023-10-31T03:46:08.365Z | Documenting cargo_toml v0.16.3 |
3265 | 2023-10-31T03:46:09.665Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3266 | 2023-10-31T03:46:11.271Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3267 | 2023-10-31T03:46:11.399Z | Documenting termios v0.3.3 |
3268 | 2023-10-31T03:46:14.903Z | Documenting topological-sort v0.2.2 |
3269 | 2023-10-31T03:46:16.831Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3270 | 2023-10-31T03:46:18.103Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3271 | 2023-10-31T03:46:20.784Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3272 | 2023-10-31T03:46:21.434Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3273 | 2023-10-31T03:46:27.943Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3274 | 2023-10-31T03:46:35.664Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3275 | 2023-10-31T03:46:50.182Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3276 | 2023-10-31T03:47:12.645Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3277 | 2023-10-31T03:47:22.591Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3278 | 2023-10-31T03:47:22.595Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3279 | 2023-10-31T03:47:22.598Z | | |
3280 | 2023-10-31T03:47:22.601Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3281 | 2023-10-31T03:47:22.605Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3282 | 2023-10-31T03:47:22.608Z | | |
3283 | 2023-10-31T03:47:22.611Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3284 | 2023-10-31T03:47:22.615Z | help: to link to the struct, prefix with `struct@` |
3285 | 2023-10-31T03:47:22.621Z | | |
3286 | 2023-10-31T03:47:22.625Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3287 | 2023-10-31T03:47:22.628Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3288 | 2023-10-31T03:47:22.631Z | | |
3289 | 2023-10-31T03:47:22.634Z | |
3290 | 2023-10-31T03:47:22.637Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3291 | 2023-10-31T03:47:25.553Z | warning: `wicketd` (lib doc) generated 1 warning |
3292 | 2023-10-31T03:47:25.556Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3293 | 2023-10-31T03:47:26.099Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3294 | 2023-10-31T03:47:27.805Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3295 | 2023-10-31T03:47:40.405Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3296 | 2023-10-31T03:48:33.620Z | warning: unresolved link to `Driver::status` |
3297 | 2023-10-31T03:48:33.624Z | --> nexus/src/app/background/common.rs:180:34 |
3298 | 2023-10-31T03:48:33.627Z | | |
3299 | 2023-10-31T03:48:33.629Z | 180 | /// [`Driver::activate()`] and [`Driver::status()`] to identify the task. |
3300 | 2023-10-31T03:48:33.632Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3301 | 2023-10-31T03:48:33.635Z | | |
3302 | 2023-10-31T03:48:33.638Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3303 | 2023-10-31T03:48:33.641Z | |
3304 | 2023-10-31T03:48:33.644Z | warning: unresolved link to `Driver::status` |
3305 | 2023-10-31T03:48:33.646Z | --> nexus/src/app/background/common.rs:280:30 |
3306 | 2023-10-31T03:48:33.649Z | | |
3307 | 2023-10-31T03:48:33.652Z | 280 | /// tasks. You'd call [`Driver::status()`] with each of the items produced |
3308 | 2023-10-31T03:48:33.655Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3309 | 2023-10-31T03:48:33.658Z | |
3310 | 2023-10-31T03:48:36.820Z | warning: `omicron-nexus` (lib doc) generated 2 warnings |
3311 | 2023-10-31T03:49:07.427Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 49s |
3312 | 2023-10-31T03:49:07.555Z | |
3313 | 2023-10-31T03:49:07.558Z | real 17:49.755335189 |
3314 | 2023-10-31T03:49:07.563Z | user 1:03:13.382265663 |
3315 | 2023-10-31T03:49:07.566Z | sys 1:06:41.129012197 |
3316 | 2023-10-31T03:49:07.569Z | trap 2.328055196 |
3317 | 2023-10-31T03:49:07.572Z | tflt 0.148695100 |
3318 | 2023-10-31T03:49:07.574Z | dflt 0.612531270 |
3319 | 2023-10-31T03:49:07.577Z | kflt 0.000730128 |
3320 | 2023-10-31T03:49:07.581Z | lock 3:19:17.391995854 |
3321 | 2023-10-31T03:49:07.583Z | slp 4:39:34.608402258 |
3322 | 2023-10-31T03:49:07.586Z | lat 6:10.855186218 |
3323 | 2023-10-31T03:49:07.589Z | stop 2:22.552435749 |
3324 | 2023-10-31T03:49:07.591Z | process exited: duration 2224033 ms, exit code 0 |
|
3325 | 2023-10-31T03:49:07.597Z | found 0 output files |