|
|
|
1 | 2024-11-02T05:36:51.472Z | job assigned to worker 01JBNNZ21BB765CWWW2EPMEBT4 (queued for 55 s) |
|
2 | 2024-11-02T05:36:58.684Z | starting task 0: "setup" |
3 | 2024-11-02T05:36:58.693Z | ++ uname -s |
4 | 2024-11-02T05:36:58.693Z | + kern=SunOS |
5 | 2024-11-02T05:36:58.693Z | + case "$kern" in |
6 | 2024-11-02T05:36:58.693Z | + [[ 0 == 12345 ]] |
7 | 2024-11-02T05:36:58.693Z | + groupadd -g 12345 build |
8 | 2024-11-02T05:36:58.703Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-02T05:37:00.703Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-02T05:37:00.797Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-02T05:37:00.799Z | + home_fs=zfs |
12 | 2024-11-02T05:37:00.799Z | + [[ zfs == autofs ]] |
13 | 2024-11-02T05:37:00.799Z | + mkdir -p /home/build |
14 | 2024-11-02T05:37:00.802Z | + chown build:build /home/build /work |
15 | 2024-11-02T05:37:02.803Z | + chmod 0700 /home/build /work |
16 | 2024-11-02T05:37:02.805Z | process exited: duration 4123 ms, exit code 0 |
|
17 | 2024-11-02T05:37:02.811Z | starting task 1: "rust-toolchain" |
18 | 2024-11-02T05:37:02.816Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-02T05:37:02.816Z | * toolchain channel = "1.82.0" |
20 | 2024-11-02T05:37:02.816Z | * toolchain profile = "default" |
21 | 2024-11-02T05:37:02.816Z | ' 1.82.0 |
22 | 2024-11-02T05:37:02.816Z | + printf ' * toolchain profile = "%s" |
23 | 2024-11-02T05:37:02.816Z | ' default |
24 | 2024-11-02T05:37:02.819Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-02T05:37:02.819Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-02T05:37:02.934Z | info: downloading installer |
27 | 2024-11-02T05:37:04.201Z | info: profile set to 'default' |
28 | 2024-11-02T05:37:04.201Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-02T05:37:04.204Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-02T05:37:04.339Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-02T05:37:04.339Z | info: downloading component 'cargo' |
32 | 2024-11-02T05:37:05.017Z | info: downloading component 'clippy' |
33 | 2024-11-02T05:37:05.277Z | info: downloading component 'rust-docs' |
34 | 2024-11-02T05:37:06.233Z | info: downloading component 'rust-std' |
35 | 2024-11-02T05:37:07.760Z | info: downloading component 'rustc' |
36 | 2024-11-02T05:37:13.180Z | info: downloading component 'rustfmt' |
37 | 2024-11-02T05:37:13.376Z | info: installing component 'cargo' |
38 | 2024-11-02T05:37:14.202Z | info: installing component 'clippy' |
39 | 2024-11-02T05:37:14.598Z | info: installing component 'rust-docs' |
40 | 2024-11-02T05:37:16.227Z | info: installing component 'rust-std' |
41 | 2024-11-02T05:37:18.179Z | info: installing component 'rustc' |
42 | 2024-11-02T05:37:24.156Z | info: installing component 'rustfmt' |
43 | 2024-11-02T05:37:24.495Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-02T05:37:24.495Z | |
45 | 2024-11-02T05:37:24.872Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-02T05:37:24.872Z | |
47 | 2024-11-02T05:37:24.872Z | |
48 | 2024-11-02T05:37:24.873Z | Rust is installed now. Great! |
49 | 2024-11-02T05:37:24.873Z | |
50 | 2024-11-02T05:37:24.873Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-02T05:37:24.875Z | environment variable. This has not been done automatically. |
52 | 2024-11-02T05:37:24.875Z | |
53 | 2024-11-02T05:37:24.875Z | To configure your current shell, you need to source |
54 | 2024-11-02T05:37:24.875Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-02T05:37:24.875Z | |
56 | 2024-11-02T05:37:24.875Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-02T05:37:24.875Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-02T05:37:24.875Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-02T05:37:24.943Z | + rustc --version |
60 | 2024-11-02T05:37:25.009Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-02T05:37:25.012Z | process exited: duration 22201 ms, exit code 0 |
|
62 | 2024-11-02T05:37:25.019Z | starting task 2: "authentication" |
63 | 2024-11-02T05:37:25.039Z | process exited: duration 19 ms, exit code 0 |
|
64 | 2024-11-02T05:37:25.043Z | starting task 3: "clone repository" |
65 | 2024-11-02T05:37:25.048Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-02T05:37:25.051Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-02T05:37:25.323Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-02T05:37:32.787Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-02T05:37:32.787Z | + git fetch origin 007cf3272561ebb906e28e260abca173a1b206df |
70 | 2024-11-02T05:37:33.094Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-02T05:37:33.095Z | * branch 007cf3272561ebb906e28e260abca173a1b206df -> FETCH_HEAD |
72 | 2024-11-02T05:37:33.104Z | + [[ -n renovate/openssl-0.x-lockfile ]] |
73 | 2024-11-02T05:37:33.107Z | ++ git branch --show-current |
74 | 2024-11-02T05:37:33.109Z | + current=main |
75 | 2024-11-02T05:37:33.109Z | + [[ main != renovate/openssl-0.x-lockfile ]] |
76 | 2024-11-02T05:37:33.109Z | + git branch -f renovate/openssl-0.x-lockfile 007cf3272561ebb906e28e260abca173a1b206df |
77 | 2024-11-02T05:37:33.112Z | + git checkout -f renovate/openssl-0.x-lockfile |
78 | 2024-11-02T05:37:33.275Z | Switched to branch 'renovate/openssl-0.x-lockfile' |
79 | 2024-11-02T05:37:33.278Z | + git reset --hard 007cf3272561ebb906e28e260abca173a1b206df |
80 | 2024-11-02T05:37:33.290Z | HEAD is now at 007cf3272 Update Rust crate openssl to v0.10.68 |
81 | 2024-11-02T05:37:33.292Z | process exited: duration 8247 ms, exit code 0 |
|
82 | 2024-11-02T05:37:33.298Z | starting task 4: "build" |
83 | 2024-11-02T05:37:33.303Z | + source ./env.sh |
84 | 2024-11-02T05:37:33.303Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-11-02T05:37:33.305Z | ++ set -o xtrace |
86 | 2024-11-02T05:37:33.307Z | ++++ dirname ./env.sh |
87 | 2024-11-02T05:37:33.307Z | +++ readlink -f . |
88 | 2024-11-02T05:37:33.417Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-11-02T05:37:33.417Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-11-02T05:37:33.417Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-02T05:37:33.420Z | ++ 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 |
92 | 2024-11-02T05:37:33.420Z | ++ 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 |
93 | 2024-11-02T05:37:33.420Z | ++ 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 |
94 | 2024-11-02T05:37:33.420Z | ++ 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 |
95 | 2024-11-02T05:37:33.420Z | ++ 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 |
96 | 2024-11-02T05:37:33.420Z | ++ 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 |
97 | 2024-11-02T05:37:33.420Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-11-02T05:37:33.420Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-11-02T05:37:33.420Z | + source .github/buildomat/ci-env.sh |
100 | 2024-11-02T05:37:33.420Z | ++ export CARGO_TERM_COLOR=always |
101 | 2024-11-02T05:37:33.420Z | ++ CARGO_TERM_COLOR=always |
102 | 2024-11-02T05:37:33.420Z | + cargo --version |
103 | 2024-11-02T05:37:33.473Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
104 | 2024-11-02T05:37:33.475Z | + rustc --version |
105 | 2024-11-02T05:37:33.535Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
106 | 2024-11-02T05:37:33.537Z | + banner prerequisites |
107 | 2024-11-02T05:37:33.626Z | |
108 | 2024-11-02T05:37:33.626Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2024-11-02T05:37:33.626Z | # # # # # # # # # # # # # # # |
110 | 2024-11-02T05:37:33.626Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2024-11-02T05:37:33.626Z | ##### ##### # ##### # # # # # # # # # |
112 | 2024-11-02T05:37:33.626Z | # # # # # # # # # # # # # # # |
113 | 2024-11-02T05:37:33.626Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2024-11-02T05:37:33.626Z | |
115 | 2024-11-02T05:37:33.629Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
116 | 2024-11-02T05:37:54.264Z | Startup: Refreshing catalog 'helios-dev' ... Done |
117 | 2024-11-02T05:37:57.759Z | Startup: Caching catalogs ... Done |
118 | 2024-11-02T05:38:04.638Z | Planning: Solver setup ... Done (6.182s) |
119 | 2024-11-02T05:38:04.733Z | Planning: Running solver ... Done (0.094s) |
120 | 2024-11-02T05:38:04.855Z | Planning: Finding local manifests ... Done (0.049s) |
121 | 2024-11-02T05:38:04.867Z | Planning: Fetching manifests: 0/5 0% complete |
122 | 2024-11-02T05:38:05.080Z | Planning: Fetching manifests: 5/5 100% complete |
123 | 2024-11-02T05:38:05.430Z | Planning: Package planning ... Done (0.350s) |
124 | 2024-11-02T05:38:05.488Z | Planning: Merging actions ... Done (0.056s) |
125 | 2024-11-02T05:38:06.116Z | Planning: Checking for conflicting actions ... Done (0.630s) |
126 | 2024-11-02T05:38:10.425Z | Planning: Consolidating action changes ... Done (4.296s) |
127 | 2024-11-02T05:38:10.755Z | Planning: Evaluating mediators ... Done (0.340s) |
128 | 2024-11-02T05:38:10.924Z | Planning: Planning completed in 13.08 seconds |
129 | 2024-11-02T05:38:10.933Z | Packages to install: 4 |
130 | 2024-11-02T05:38:10.935Z | Packages to update: 1 |
131 | 2024-11-02T05:38:10.935Z | Mediators to change: 2 |
132 | 2024-11-02T05:38:10.936Z | Services to change: 1 |
133 | 2024-11-02T05:38:10.936Z | Estimated space available: 155.61 GB |
134 | 2024-11-02T05:38:10.936Z | Estimated space to be consumed: 1.59 GB |
135 | 2024-11-02T05:38:10.936Z | Create boot environment: No |
136 | 2024-11-02T05:38:10.936Z | Create backup boot environment: Yes |
137 | 2024-11-02T05:38:10.936Z | Rebuild boot archive: No |
138 | 2024-11-02T05:38:10.936Z | |
139 | 2024-11-02T05:38:10.936Z | Changed mediators: |
140 | 2024-11-02T05:38:10.936Z | mediator clang: |
141 | 2024-11-02T05:38:10.936Z | version: None -> 15 (system default) |
142 | 2024-11-02T05:38:10.936Z | |
143 | 2024-11-02T05:38:10.936Z | mediator llvm: |
144 | 2024-11-02T05:38:10.936Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-11-02T05:38:10.936Z | |
146 | 2024-11-02T05:38:10.936Z | Changed packages: |
147 | 2024-11-02T05:38:10.936Z | helios-dev |
148 | 2024-11-02T05:38:10.936Z | developer/build-essential |
149 | 2024-11-02T05:38:10.936Z | None -> 11-2.0 |
150 | 2024-11-02T05:38:10.936Z | library/libxmlsec1 |
151 | 2024-11-02T05:38:10.936Z | None -> 1.2.35-2.0 |
152 | 2024-11-02T05:38:10.936Z | ooce/developer/clang-15 |
153 | 2024-11-02T05:38:10.936Z | None -> 15.0.7-2.0 |
154 | 2024-11-02T05:38:10.936Z | ooce/developer/llvm-15 |
155 | 2024-11-02T05:38:10.936Z | None -> 15.0.7-2.0 |
156 | 2024-11-02T05:38:10.936Z | package/pkg |
157 | 2024-11-02T05:38:10.936Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
158 | 2024-11-02T05:38:10.937Z | |
159 | 2024-11-02T05:38:10.937Z | Services: |
160 | 2024-11-02T05:38:10.937Z | restart_fmri: |
161 | 2024-11-02T05:38:10.937Z | svc:/system/update-man-index:default |
162 | 2024-11-02T05:38:10.937Z | |
163 | 2024-11-02T05:38:10.937Z | Editable files to change: |
164 | 2024-11-02T05:38:10.937Z | Update: |
165 | 2024-11-02T05:38:10.937Z | usr/share/lib/pkg/web/config.shtml |
166 | 2024-11-02T05:38:11.187Z | |
167 | 2024-11-02T05:38:11.187Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
168 | 2024-11-02T05:38:16.181Z | Download: 563/4281 items 17.4/220.6MB 7% complete (3.6M/s) |
169 | 2024-11-02T05:38:21.180Z | Download: 1198/4281 items 81.8/220.6MB 37% complete (8.2M/s) |
170 | 2024-11-02T05:38:26.182Z | Download: 2171/4281 items 117.7/220.6MB 53% complete (10.0M/s) |
171 | 2024-11-02T05:38:31.189Z | Download: 2622/4281 items 120.3/220.6MB 54% complete (4.5M/s) |
172 | 2024-11-02T05:38:42.600Z | Download: 3245/4281 items 202.9/220.6MB 91% complete (8.5M/s) |
173 | 2024-11-02T05:38:47.644Z | Download: 4198/4281 items 220.5/220.6MB 99% complete (3.6M/s) |
174 | 2024-11-02T05:38:57.533Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (3.4M/s) |
175 | 2024-11-02T05:38:57.631Z | Download: Completed 220.60 MB in 46.46 seconds (4.8M/s) |
176 | 2024-11-02T05:38:59.721Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-11-02T05:38:59.736Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-11-02T05:39:04.871Z | Actions: 4223/5063 actions (Installing new actions) |
179 | 2024-11-02T05:39:04.874Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-11-02T05:39:05.199Z | Actions: Completed 5063 actions in 5.48 seconds. |
181 | 2024-11-02T05:39:05.556Z | Done (0.349s) |
182 | 2024-11-02T05:39:05.558Z | Done (0.000s) |
183 | 2024-11-02T05:39:06.056Z | Done (0.499s) |
184 | 2024-11-02T05:39:11.521Z | Done (5.261s) |
185 | 2024-11-02T05:39:11.770Z | Done (0.185s) |
186 | 2024-11-02T05:39:11.773Z | Done (0.000s) |
187 | 2024-11-02T05:39:11.925Z | Done (0.000s) |
188 | 2024-11-02T05:39:12.550Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-11-02T05:39:12.709Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-11-02T05:39:12.711Z | Planning: Consolidating action changes ... Done |
191 | 2024-11-02T05:39:12.975Z | Planning: Evaluating mediators ... Done |
192 | 2024-11-02T05:39:12.977Z | Planning: Planning completed in 0.43 seconds |
193 | 2024-11-02T05:39:13.013Z | Mediators to change: 2 |
194 | 2024-11-02T05:39:13.013Z | Create boot environment: No |
195 | 2024-11-02T05:39:13.015Z | Create backup boot environment: No |
196 | 2024-11-02T05:39:13.079Z | Done |
197 | 2024-11-02T05:39:13.079Z | Done |
198 | 2024-11-02T05:39:13.400Z | Done |
199 | 2024-11-02T05:39:16.813Z | Done |
200 | 2024-11-02T05:39:16.897Z | Done |
201 | 2024-11-02T05:39:16.897Z | Done |
202 | 2024-11-02T05:39:17.023Z | Done |
203 | 2024-11-02T05:39:17.619Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-11-02T05:39:17.622Z | Planning: Merging actions ... Done |
205 | 2024-11-02T05:39:17.806Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-11-02T05:39:17.809Z | Planning: Consolidating action changes ... Done |
207 | 2024-11-02T05:39:18.071Z | Planning: Evaluating mediators ... Done |
208 | 2024-11-02T05:39:18.125Z | Planning: Planning completed in 0.75 seconds |
209 | 2024-11-02T05:39:18.164Z | Packages to change: 1 |
210 | 2024-11-02T05:39:18.164Z | Mediators to change: 1 |
211 | 2024-11-02T05:39:18.167Z | Services to change: 1 |
212 | 2024-11-02T05:39:18.167Z | Create boot environment: No |
213 | 2024-11-02T05:39:18.167Z | Create backup boot environment: Yes |
214 | 2024-11-02T05:39:20.160Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-11-02T05:39:20.214Z | Actions: Completed 6 actions in 0.05 seconds. |
216 | 2024-11-02T05:39:20.216Z | Done |
217 | 2024-11-02T05:39:20.217Z | Done |
218 | 2024-11-02T05:39:20.315Z | Done |
219 | 2024-11-02T05:39:23.744Z | Done |
220 | 2024-11-02T05:39:23.829Z | Done |
221 | 2024-11-02T05:39:23.832Z | Done |
222 | 2024-11-02T05:39:23.939Z | Done |
223 | 2024-11-02T05:39:24.359Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-11-02T05:39:24.359Z | clang system 15 system |
225 | 2024-11-02T05:39:24.359Z | csh system system illumos |
226 | 2024-11-02T05:39:24.359Z | ctags system system illumos |
227 | 2024-11-02T05:39:24.359Z | gcc vendor 12 vendor |
228 | 2024-11-02T05:39:24.359Z | gcc system 10 system |
229 | 2024-11-02T05:39:24.359Z | gcc system 7 system |
230 | 2024-11-02T05:39:24.359Z | go system 1.20 system |
231 | 2024-11-02T05:39:24.359Z | go system 1.19 system |
232 | 2024-11-02T05:39:24.359Z | llvm system 15 system |
233 | 2024-11-02T05:39:24.359Z | llvm system 14 system |
234 | 2024-11-02T05:39:24.359Z | mariadb system 10.6 system |
235 | 2024-11-02T05:39:24.359Z | mta vendor vendor dma |
236 | 2024-11-02T05:39:24.360Z | openjdk system 17 system |
237 | 2024-11-02T05:39:24.360Z | openjdk system 11 system |
238 | 2024-11-02T05:39:24.360Z | openjdk system 1.8 system |
239 | 2024-11-02T05:39:24.360Z | openssl vendor 3 vendor |
240 | 2024-11-02T05:39:24.360Z | perl system 5.36 system |
241 | 2024-11-02T05:39:24.360Z | postgresql system 15 system |
242 | 2024-11-02T05:39:24.360Z | postgresql system 13 system |
243 | 2024-11-02T05:39:24.360Z | python vendor 3 vendor |
244 | 2024-11-02T05:39:24.360Z | python system 2 system |
245 | 2024-11-02T05:39:24.360Z | python3 system 3.11 system |
246 | 2024-11-02T05:39:24.360Z | ruby system 3.0 system |
247 | 2024-11-02T05:39:24.360Z | words vendor vendor american-english |
248 | 2024-11-02T05:39:24.360Z | words system system australian-english |
249 | 2024-11-02T05:39:24.360Z | words system system british-english |
250 | 2024-11-02T05:39:24.360Z | words system system canadian-english |
251 | 2024-11-02T05:39:24.360Z | words system system french |
252 | 2024-11-02T05:39:24.360Z | words system system italian |
253 | 2024-11-02T05:39:24.360Z | words system system ngerman |
254 | 2024-11-02T05:39:24.360Z | words system system ogerman |
255 | 2024-11-02T05:39:24.360Z | words system system spanish |
256 | 2024-11-02T05:39:24.675Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-11-02T05:39:24.675Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-11-02T05:39:27.023Z | FMRI IFO |
259 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-11-02T05:39:27.023Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-11-02T05:39:27.676Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-11-02T05:39:27.973Z | Updating crates.io index |
276 | 2024-11-02T05:39:28.046Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-11-02T05:39:28.763Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-11-02T05:39:29.112Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-11-02T05:39:29.385Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-11-02T05:39:29.785Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-11-02T05:39:30.681Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-11-02T05:39:33.042Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-11-02T05:39:33.981Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-11-02T05:39:34.804Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-11-02T05:39:35.178Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-11-02T05:39:35.682Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-11-02T05:39:36.358Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-11-02T05:39:36.628Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-11-02T05:39:37.004Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-11-02T05:39:37.406Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-11-02T05:39:37.619Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-11-02T05:39:37.903Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-11-02T05:39:38.318Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-11-02T05:39:38.566Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-11-02T05:39:38.871Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-11-02T05:39:39.233Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-11-02T05:39:39.700Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-11-02T05:39:40.110Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-11-02T05:39:40.689Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-11-02T05:39:41.310Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-11-02T05:39:41.565Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-11-02T05:39:41.858Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-11-02T05:39:43.128Z | Downloading crates ... |
304 | 2024-11-02T05:39:43.247Z | Downloaded colorchoice v1.0.2 |
305 | 2024-11-02T05:39:43.252Z | Downloaded bytecount v0.6.8 |
306 | 2024-11-02T05:39:43.255Z | Downloaded byteorder v1.5.0 |
307 | 2024-11-02T05:39:43.258Z | Downloaded autocfg v1.4.0 |
308 | 2024-11-02T05:39:43.266Z | Downloaded is_terminal_polyfill v1.70.1 |
309 | 2024-11-02T05:39:43.269Z | Downloaded equivalent v1.0.1 |
310 | 2024-11-02T05:39:43.276Z | Downloaded camino-tempfile v1.1.1 |
311 | 2024-11-02T05:39:43.279Z | Downloaded generic-array v0.14.7 |
312 | 2024-11-02T05:39:43.281Z | Downloaded thiserror v1.0.64 |
313 | 2024-11-02T05:39:43.284Z | Downloaded strsim v0.11.1 |
314 | 2024-11-02T05:39:43.286Z | Downloaded memmap v0.7.0 |
315 | 2024-11-02T05:39:43.286Z | Downloaded fastrand v2.1.1 |
316 | 2024-11-02T05:39:43.289Z | Downloaded proc-macro-error-attr v1.0.4 |
317 | 2024-11-02T05:39:43.289Z | Downloaded plain v0.2.3 |
318 | 2024-11-02T05:39:43.292Z | Downloaded serde_tokenstream v0.2.2 |
319 | 2024-11-02T05:39:43.292Z | Downloaded pest_generator v2.7.14 |
320 | 2024-11-02T05:39:43.294Z | Downloaded heck v0.4.1 |
321 | 2024-11-02T05:39:43.294Z | Downloaded usdt-impl v0.5.0 |
322 | 2024-11-02T05:39:43.298Z | Downloaded usdt v0.5.0 |
323 | 2024-11-02T05:39:43.298Z | Downloaded digest v0.10.7 |
324 | 2024-11-02T05:39:43.301Z | Downloaded tempfile v3.13.0 |
325 | 2024-11-02T05:39:43.304Z | Downloaded utf8parse v0.2.2 |
326 | 2024-11-02T05:39:43.307Z | Downloaded anstream v0.6.15 |
327 | 2024-11-02T05:39:43.309Z | Downloaded cargo_toml v0.20.5 |
328 | 2024-11-02T05:39:43.309Z | Downloaded unicode-ident v1.0.13 |
329 | 2024-11-02T05:39:43.312Z | Downloaded typenum v1.17.0 |
330 | 2024-11-02T05:39:43.315Z | Downloaded toml v0.8.19 |
331 | 2024-11-02T05:39:43.317Z | Downloaded semver v1.0.23 |
332 | 2024-11-02T05:39:43.320Z | Downloaded cfg-if v1.0.0 |
333 | 2024-11-02T05:39:43.320Z | Downloaded anstyle v1.0.8 |
334 | 2024-11-02T05:39:43.322Z | Downloaded log v0.4.22 |
335 | 2024-11-02T05:39:43.325Z | Downloaded cargo_metadata v0.18.1 |
336 | 2024-11-02T05:39:43.326Z | Downloaded cargo-platform v0.1.8 |
337 | 2024-11-02T05:39:43.328Z | Downloaded clap_builder v4.5.20 |
338 | 2024-11-02T05:39:43.332Z | Downloaded clap_lex v0.7.2 |
339 | 2024-11-02T05:39:43.334Z | Downloaded clap_derive v4.5.18 |
340 | 2024-11-02T05:39:43.337Z | Downloaded camino v1.1.9 |
341 | 2024-11-02T05:39:43.337Z | Downloaded anstyle-query v1.1.1 |
342 | 2024-11-02T05:39:43.340Z | Downloaded cpufeatures v0.2.14 |
343 | 2024-11-02T05:39:43.340Z | Downloaded anstyle-parse v0.2.5 |
344 | 2024-11-02T05:39:43.343Z | Downloaded block-buffer v0.10.4 |
345 | 2024-11-02T05:39:43.346Z | Downloaded dtrace-parser v0.2.0 |
346 | 2024-11-02T05:39:43.351Z | Downloaded clap v4.5.20 |
347 | 2024-11-02T05:39:43.359Z | Downloaded swrite v0.1.0 |
348 | 2024-11-02T05:39:43.362Z | Downloaded anyhow v1.0.92 |
349 | 2024-11-02T05:39:43.364Z | Downloaded pretty-hex v0.4.1 |
350 | 2024-11-02T05:39:43.364Z | Downloaded scroll_derive v0.12.0 |
351 | 2024-11-02T05:39:43.368Z | Downloaded heck v0.5.0 |
352 | 2024-11-02T05:39:43.370Z | Downloaded serde_spanned v0.6.8 |
353 | 2024-11-02T05:39:43.370Z | Downloaded crypto-common v0.1.6 |
354 | 2024-11-02T05:39:43.374Z | Downloaded dof v0.3.0 |
355 | 2024-11-02T05:39:43.374Z | Downloaded fs-err v2.11.0 |
356 | 2024-11-02T05:39:43.374Z | Downloaded errno v0.3.9 |
357 | 2024-11-02T05:39:43.377Z | Downloaded bitflags v2.6.0 |
358 | 2024-11-02T05:39:43.380Z | Downloaded smawk v0.3.2 |
359 | 2024-11-02T05:39:43.382Z | Downloaded tabled_derive v0.7.0 |
360 | 2024-11-02T05:39:43.385Z | Downloaded usdt-macro v0.5.0 |
361 | 2024-11-02T05:39:43.385Z | Downloaded terminal_size v0.4.0 |
362 | 2024-11-02T05:39:43.385Z | Downloaded fnv v1.0.7 |
363 | 2024-11-02T05:39:43.388Z | Downloaded version_check v0.9.5 |
364 | 2024-11-02T05:39:43.388Z | Downloaded usdt-attr-macro v0.5.0 |
365 | 2024-11-02T05:39:43.391Z | Downloaded toml_datetime v0.6.8 |
366 | 2024-11-02T05:39:43.391Z | Downloaded thread-id v4.2.2 |
367 | 2024-11-02T05:39:43.391Z | Downloaded thiserror-impl v1.0.64 |
368 | 2024-11-02T05:39:43.393Z | Downloaded itoa v1.0.11 |
369 | 2024-11-02T05:39:43.396Z | Downloaded quote v1.0.37 |
370 | 2024-11-02T05:39:43.398Z | Downloaded unicode-linebreak v0.1.5 |
371 | 2024-11-02T05:39:43.398Z | Downloaded macaddr v1.0.1 |
372 | 2024-11-02T05:39:43.401Z | Downloaded pest_derive v2.7.14 |
373 | 2024-11-02T05:39:43.409Z | Downloaded sha2 v0.10.8 |
374 | 2024-11-02T05:39:43.411Z | Downloaded scroll v0.12.0 |
375 | 2024-11-02T05:39:43.411Z | Downloaded proc-macro-error v1.0.4 |
376 | 2024-11-02T05:39:43.414Z | Downloaded pest v2.7.14 |
377 | 2024-11-02T05:39:43.418Z | Downloaded serde_derive v1.0.210 |
378 | 2024-11-02T05:39:43.422Z | Downloaded proc-macro2 v1.0.87 |
379 | 2024-11-02T05:39:43.425Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2024-11-02T05:39:43.428Z | Downloaded pest_meta v2.7.14 |
381 | 2024-11-02T05:39:43.431Z | Downloaded ucd-trie v0.1.7 |
382 | 2024-11-02T05:39:43.431Z | Downloaded once_cell v1.20.2 |
383 | 2024-11-02T05:39:43.440Z | Downloaded zerocopy v0.7.35 |
384 | 2024-11-02T05:39:43.454Z | Downloaded papergrid v0.11.0 |
385 | 2024-11-02T05:39:43.458Z | Downloaded textwrap v0.16.1 |
386 | 2024-11-02T05:39:43.460Z | Downloaded serde_json v1.0.128 |
387 | 2024-11-02T05:39:43.466Z | Downloaded serde v1.0.210 |
388 | 2024-11-02T05:39:43.469Z | Downloaded indexmap v2.6.0 |
389 | 2024-11-02T05:39:43.473Z | Downloaded ryu v1.0.18 |
390 | 2024-11-02T05:39:43.476Z | Downloaded toml_edit v0.22.22 |
391 | 2024-11-02T05:39:43.496Z | Downloaded memchr v2.7.4 |
392 | 2024-11-02T05:39:43.500Z | Downloaded hashbrown v0.15.0 |
393 | 2024-11-02T05:39:43.509Z | Downloaded syn v2.0.79 |
394 | 2024-11-02T05:39:43.522Z | Downloaded winnow v0.6.20 |
395 | 2024-11-02T05:39:43.530Z | Downloaded tabled v0.15.0 |
396 | 2024-11-02T05:39:43.543Z | Downloaded goblin v0.8.2 |
397 | 2024-11-02T05:39:43.549Z | Downloaded syn v1.0.109 |
398 | 2024-11-02T05:39:43.558Z | Downloaded unicode-width v0.1.14 |
399 | 2024-11-02T05:39:43.563Z | Downloaded rustix v0.38.37 |
400 | 2024-11-02T05:39:43.613Z | Downloaded libc v0.2.161 |
401 | 2024-11-02T05:39:43.921Z | Compiling proc-macro2 v1.0.87 |
402 | 2024-11-02T05:39:43.921Z | Compiling unicode-ident v1.0.13 |
403 | 2024-11-02T05:39:43.924Z | Compiling version_check v0.9.5 |
404 | 2024-11-02T05:39:43.924Z | Compiling serde v1.0.210 |
405 | 2024-11-02T05:39:43.924Z | Compiling thiserror v1.0.64 |
406 | 2024-11-02T05:39:43.924Z | Compiling memchr v2.7.4 |
407 | 2024-11-02T05:39:43.954Z | Compiling libc v0.2.161 |
408 | 2024-11-02T05:39:43.956Z | Compiling ryu v1.0.18 |
409 | 2024-11-02T05:39:44.411Z | Compiling itoa v1.0.11 |
410 | 2024-11-02T05:39:44.591Z | Compiling ucd-trie v0.1.7 |
411 | 2024-11-02T05:39:44.656Z | Compiling once_cell v1.20.2 |
412 | 2024-11-02T05:39:44.990Z | Compiling byteorder v1.5.0 |
413 | 2024-11-02T05:39:45.248Z | Compiling rustix v0.38.37 |
414 | 2024-11-02T05:39:45.386Z | Compiling serde_json v1.0.128 |
415 | 2024-11-02T05:39:45.389Z | Compiling bitflags v2.6.0 |
416 | 2024-11-02T05:39:45.588Z | Compiling usdt-impl v0.5.0 |
417 | 2024-11-02T05:39:45.747Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-11-02T05:39:45.792Z | Compiling syn v1.0.109 |
419 | 2024-11-02T05:39:45.821Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-11-02T05:39:46.055Z | Compiling plain v0.2.3 |
421 | 2024-11-02T05:39:46.077Z | Compiling utf8parse v0.2.2 |
422 | 2024-11-02T05:39:46.119Z | Compiling hashbrown v0.15.0 |
423 | 2024-11-02T05:39:46.122Z | Compiling camino v1.1.9 |
424 | 2024-11-02T05:39:46.198Z | Compiling equivalent v1.0.1 |
425 | 2024-11-02T05:39:46.246Z | Compiling log v0.4.22 |
426 | 2024-11-02T05:39:46.311Z | Compiling anstyle-parse v0.2.5 |
427 | 2024-11-02T05:39:46.459Z | Compiling quote v1.0.37 |
428 | 2024-11-02T05:39:46.637Z | Compiling errno v0.3.9 |
429 | 2024-11-02T05:39:46.758Z | Compiling thread-id v4.2.2 |
430 | 2024-11-02T05:39:46.854Z | Compiling syn v2.0.79 |
431 | 2024-11-02T05:39:46.924Z | Compiling winnow v0.6.20 |
432 | 2024-11-02T05:39:47.133Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-11-02T05:39:47.246Z | Compiling indexmap v2.6.0 |
434 | 2024-11-02T05:39:47.270Z | Compiling anstyle-query v1.1.1 |
435 | 2024-11-02T05:39:47.327Z | Compiling semver v1.0.23 |
436 | 2024-11-02T05:39:47.411Z | Compiling anstyle v1.0.8 |
437 | 2024-11-02T05:39:47.824Z | Compiling colorchoice v1.0.2 |
438 | 2024-11-02T05:39:47.866Z | Compiling pretty-hex v0.4.1 |
439 | 2024-11-02T05:39:47.987Z | Compiling unicode-width v0.1.14 |
440 | 2024-11-02T05:39:48.082Z | Compiling autocfg v1.4.0 |
441 | 2024-11-02T05:39:48.355Z | Compiling anstream v0.6.15 |
442 | 2024-11-02T05:39:48.679Z | Compiling heck v0.4.1 |
443 | 2024-11-02T05:39:48.700Z | Compiling fastrand v2.1.1 |
444 | 2024-11-02T05:39:49.121Z | Compiling terminal_size v0.4.0 |
445 | 2024-11-02T05:39:49.186Z | Compiling heck v0.5.0 |
446 | 2024-11-02T05:39:49.209Z | Compiling fs-err v2.11.0 |
447 | 2024-11-02T05:39:49.303Z | Compiling anyhow v1.0.92 |
448 | 2024-11-02T05:39:49.326Z | Compiling strsim v0.11.1 |
449 | 2024-11-02T05:39:49.687Z | Compiling bytecount v0.6.8 |
450 | 2024-11-02T05:39:49.901Z | Compiling fnv v1.0.7 |
451 | 2024-11-02T05:39:49.926Z | Compiling clap_lex v0.7.2 |
452 | 2024-11-02T05:39:49.950Z | Compiling cfg-if v1.0.0 |
453 | 2024-11-02T05:39:50.030Z | Compiling papergrid v0.11.0 |
454 | 2024-11-02T05:39:50.054Z | Compiling tempfile v3.13.0 |
455 | 2024-11-02T05:39:50.205Z | Compiling clap_builder v4.5.20 |
456 | 2024-11-02T05:39:50.569Z | Compiling memmap v0.7.0 |
457 | 2024-11-02T05:39:50.637Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-11-02T05:39:50.664Z | Compiling smawk v0.3.2 |
459 | 2024-11-02T05:39:50.909Z | Compiling swrite v0.1.0 |
460 | 2024-11-02T05:39:51.045Z | Compiling textwrap v0.16.1 |
461 | 2024-11-02T05:39:52.065Z | Compiling tabled_derive v0.7.0 |
462 | 2024-11-02T05:39:53.568Z | Compiling tabled v0.15.0 |
463 | 2024-11-02T05:39:54.492Z | Compiling serde_derive v1.0.210 |
464 | 2024-11-02T05:39:54.492Z | Compiling thiserror-impl v1.0.64 |
465 | 2024-11-02T05:39:54.494Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-11-02T05:39:54.564Z | Compiling scroll_derive v0.12.0 |
467 | 2024-11-02T05:39:54.584Z | Compiling clap_derive v4.5.18 |
468 | 2024-11-02T05:39:55.850Z | Compiling scroll v0.12.0 |
469 | 2024-11-02T05:39:56.341Z | Compiling goblin v0.8.2 |
470 | 2024-11-02T05:39:56.552Z | Compiling zerocopy v0.7.35 |
471 | 2024-11-02T05:39:57.521Z | Compiling pest v2.7.14 |
472 | 2024-11-02T05:39:58.133Z | Compiling clap v4.5.20 |
473 | 2024-11-02T05:39:59.604Z | Compiling pest_meta v2.7.14 |
474 | 2024-11-02T05:40:00.396Z | Compiling pest_generator v2.7.14 |
475 | 2024-11-02T05:40:02.062Z | Compiling pest_derive v2.7.14 |
476 | 2024-11-02T05:40:02.722Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-11-02T05:40:03.999Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-11-02T05:40:04.115Z | Compiling serde_spanned v0.6.8 |
479 | 2024-11-02T05:40:04.115Z | Compiling toml_datetime v0.6.8 |
480 | 2024-11-02T05:40:04.241Z | Compiling cargo-platform v0.1.8 |
481 | 2024-11-02T05:40:04.463Z | Compiling toml_edit v0.22.22 |
482 | 2024-11-02T05:40:04.569Z | Compiling macaddr v1.0.1 |
483 | 2024-11-02T05:40:04.785Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-11-02T05:40:05.421Z | Compiling dof v0.3.0 |
485 | 2024-11-02T05:40:05.516Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-11-02T05:40:07.080Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-11-02T05:40:07.083Z | Compiling usdt-macro v0.5.0 |
488 | 2024-11-02T05:40:07.102Z | Compiling toml v0.8.19 |
489 | 2024-11-02T05:40:08.021Z | Compiling cargo_toml v0.20.5 |
490 | 2024-11-02T05:40:08.349Z | Compiling usdt v0.5.0 |
491 | 2024-11-02T05:40:11.378Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-11-02T05:40:15.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.64s |
493 | 2024-11-02T05:40:15.368Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-11-02T05:40:15.854Z | Downloading crates ... |
495 | 2024-11-02T05:40:15.982Z | Downloaded allocator-api2 v0.2.18 |
496 | 2024-11-02T05:40:15.986Z | Downloaded ciborium-io v0.2.2 |
497 | 2024-11-02T05:40:15.989Z | Downloaded cfg_aliases v0.2.1 |
498 | 2024-11-02T05:40:15.992Z | Downloaded atomicwrites v0.4.4 |
499 | 2024-11-02T05:40:15.999Z | Downloaded crunchy v0.2.2 |
500 | 2024-11-02T05:40:16.002Z | Downloaded async-recursion v1.1.1 |
501 | 2024-11-02T05:40:16.005Z | Downloaded http-body v1.0.1 |
502 | 2024-11-02T05:40:16.007Z | Downloaded darling_macro v0.20.10 |
503 | 2024-11-02T05:40:16.007Z | Downloaded ascii-canvas v3.0.0 |
504 | 2024-11-02T05:40:16.009Z | Downloaded array-init v0.0.4 |
505 | 2024-11-02T05:40:16.009Z | Downloaded chrono-tz-build v0.4.0 |
506 | 2024-11-02T05:40:16.013Z | Downloaded cassowary v0.3.0 |
507 | 2024-11-02T05:40:16.015Z | Downloaded hickory-resolver v0.24.1 |
508 | 2024-11-02T05:40:16.018Z | Downloaded cexpr v0.6.0 |
509 | 2024-11-02T05:40:16.020Z | Downloaded blowfish v0.9.1 |
510 | 2024-11-02T05:40:16.020Z | Downloaded bit-vec v0.6.3 |
511 | 2024-11-02T05:40:16.023Z | Downloaded instant v0.1.13 |
512 | 2024-11-02T05:40:16.023Z | Downloaded const_format_proc_macros v0.2.33 |
513 | 2024-11-02T05:40:16.025Z | Downloaded is_ci v1.2.0 |
514 | 2024-11-02T05:40:16.028Z | Downloaded home v0.5.9 |
515 | 2024-11-02T05:40:16.028Z | Downloaded aead v0.5.2 |
516 | 2024-11-02T05:40:16.031Z | Downloaded hubpack_derive v0.1.1 |
517 | 2024-11-02T05:40:16.033Z | Downloaded data-encoding v2.6.0 |
518 | 2024-11-02T05:40:16.036Z | Downloaded curve25519-dalek-derive v0.1.1 |
519 | 2024-11-02T05:40:16.039Z | Downloaded libsw v3.3.1 |
520 | 2024-11-02T05:40:16.042Z | Downloaded maplit v1.0.2 |
521 | 2024-11-02T05:40:16.042Z | Downloaded keccak v0.1.5 |
522 | 2024-11-02T05:40:16.045Z | Downloaded base64ct v1.6.0 |
523 | 2024-11-02T05:40:16.047Z | Downloaded lockfree-object-pool v0.1.6 |
524 | 2024-11-02T05:40:16.049Z | Downloaded maybe-uninit v2.0.0 |
525 | 2024-11-02T05:40:16.050Z | Downloaded linear-map v1.2.0 |
526 | 2024-11-02T05:40:16.052Z | Downloaded mime v0.3.17 |
527 | 2024-11-02T05:40:16.052Z | Downloaded bitflags v1.3.2 |
528 | 2024-11-02T05:40:16.055Z | Downloaded async-stream v0.3.6 |
529 | 2024-11-02T05:40:16.057Z | Downloaded httparse v1.9.5 |
530 | 2024-11-02T05:40:16.060Z | Downloaded newtype-uuid v1.1.2 |
531 | 2024-11-02T05:40:16.062Z | Downloaded native-tls v0.2.12 |
532 | 2024-11-02T05:40:16.065Z | Downloaded bcs v0.1.6 |
533 | 2024-11-02T05:40:16.067Z | Downloaded libefi-sys v0.1.0 |
534 | 2024-11-02T05:40:16.067Z | Downloaded hickory-client v0.24.1 |
535 | 2024-11-02T05:40:16.071Z | Downloaded csv-core v0.1.11 |
536 | 2024-11-02T05:40:16.074Z | Downloaded blake2 v0.10.6 |
537 | 2024-11-02T05:40:16.074Z | Downloaded mockall_derive v0.13.0 |
538 | 2024-11-02T05:40:16.077Z | Downloaded cookie v0.18.1 |
539 | 2024-11-02T05:40:16.079Z | Downloaded assert_matches v1.5.0 |
540 | 2024-11-02T05:40:16.081Z | Downloaded memmap2 v0.9.5 |
541 | 2024-11-02T05:40:16.084Z | Downloaded miniz_oxide v0.8.0 |
542 | 2024-11-02T05:40:16.086Z | Downloaded serde_path_to_error v0.1.16 |
543 | 2024-11-02T05:40:16.089Z | Downloaded clang-sys v1.8.1 |
544 | 2024-11-02T05:40:16.091Z | Downloaded crossbeam-epoch v0.9.18 |
545 | 2024-11-02T05:40:16.094Z | Downloaded arrayvec v0.7.6 |
546 | 2024-11-02T05:40:16.097Z | Downloaded adler2 v2.0.0 |
547 | 2024-11-02T05:40:16.097Z | Downloaded http v0.2.12 |
548 | 2024-11-02T05:40:16.100Z | Downloaded cfg_aliases v0.1.1 |
549 | 2024-11-02T05:40:16.102Z | Downloaded crc-any v2.5.0 |
550 | 2024-11-02T05:40:16.105Z | Downloaded lru-cache v0.1.2 |
551 | 2024-11-02T05:40:16.105Z | Downloaded ipnet v2.10.1 |
552 | 2024-11-02T05:40:16.108Z | Downloaded async-trait v0.1.83 |
553 | 2024-11-02T05:40:16.110Z | Downloaded ident_case v1.0.1 |
554 | 2024-11-02T05:40:16.113Z | Downloaded strum_macros v0.24.3 |
555 | 2024-11-02T05:40:16.115Z | Downloaded cstr-argument v0.1.2 |
556 | 2024-11-02T05:40:16.115Z | Downloaded atty v0.2.14 |
557 | 2024-11-02T05:40:16.115Z | Downloaded http-range v0.1.5 |
558 | 2024-11-02T05:40:16.118Z | Downloaded async-stream-impl v0.3.6 |
559 | 2024-11-02T05:40:16.118Z | Downloaded hyper-staticfile v0.10.1 |
560 | 2024-11-02T05:40:16.120Z | Downloaded highway v1.2.0 |
561 | 2024-11-02T05:40:16.123Z | Downloaded lalrpop-util v0.19.12 |
562 | 2024-11-02T05:40:16.123Z | Downloaded crucible-workspace-hack v0.1.0 |
563 | 2024-11-02T05:40:16.125Z | Downloaded indoc v1.0.9 |
564 | 2024-11-02T05:40:16.128Z | Downloaded tls_codec_derive v0.4.1 |
565 | 2024-11-02T05:40:16.128Z | Downloaded impl-trait-for-tuples v0.2.2 |
566 | 2024-11-02T05:40:16.131Z | Downloaded hubpack v0.1.2 |
567 | 2024-11-02T05:40:16.133Z | Downloaded hostname v0.3.1 |
568 | 2024-11-02T05:40:16.134Z | Downloaded humantime v2.1.0 |
569 | 2024-11-02T05:40:16.136Z | Downloaded http-body v0.4.6 |
570 | 2024-11-02T05:40:16.138Z | Downloaded universal-hash v0.5.1 |
571 | 2024-11-02T05:40:16.140Z | Downloaded indent_write v2.2.0 |
572 | 2024-11-02T05:40:16.141Z | Downloaded httpdate v1.0.3 |
573 | 2024-11-02T05:40:16.143Z | Downloaded http-body-util v0.1.2 |
574 | 2024-11-02T05:40:16.145Z | Downloaded addr2line v0.24.2 |
575 | 2024-11-02T05:40:16.147Z | Downloaded argon2 v0.5.3 |
576 | 2024-11-02T05:40:16.151Z | Downloaded downcast v0.11.0 |
577 | 2024-11-02T05:40:16.153Z | Downloaded matches v0.1.10 |
578 | 2024-11-02T05:40:16.153Z | Downloaded bumpalo v3.16.0 |
579 | 2024-11-02T05:40:16.156Z | Downloaded base64 v0.21.7 |
580 | 2024-11-02T05:40:16.160Z | Downloaded tower-service v0.3.3 |
581 | 2024-11-02T05:40:16.164Z | Downloaded match_cfg v0.1.0 |
582 | 2024-11-02T05:40:16.166Z | Downloaded scheduled-thread-pool v0.2.7 |
583 | 2024-11-02T05:40:16.166Z | Downloaded arrayref v0.3.9 |
584 | 2024-11-02T05:40:16.168Z | Downloaded base16ct v0.2.0 |
585 | 2024-11-02T05:40:16.171Z | Downloaded constant_time_eq v0.3.1 |
586 | 2024-11-02T05:40:16.174Z | Downloaded castaway v0.2.3 |
587 | 2024-11-02T05:40:16.174Z | Downloaded bitfield-struct v0.6.2 |
588 | 2024-11-02T05:40:16.177Z | Downloaded cbc v0.1.2 |
589 | 2024-11-02T05:40:16.177Z | Downloaded hyper v1.4.1 |
590 | 2024-11-02T05:40:16.182Z | Downloaded lazycell v1.3.0 |
591 | 2024-11-02T05:40:16.185Z | Downloaded is-terminal v0.4.13 |
592 | 2024-11-02T05:40:16.185Z | Downloaded hyper-tls v0.6.0 |
593 | 2024-11-02T05:40:16.188Z | Downloaded futures-sink v0.3.31 |
594 | 2024-11-02T05:40:16.188Z | Downloaded ipnetwork v0.20.0 |
595 | 2024-11-02T05:40:16.191Z | Downloaded managed v0.8.0 |
596 | 2024-11-02T05:40:16.191Z | Downloaded lazy_static v1.5.0 |
597 | 2024-11-02T05:40:16.193Z | Downloaded crossbeam-deque v0.8.5 |
598 | 2024-11-02T05:40:16.196Z | Downloaded cipher v0.4.4 |
599 | 2024-11-02T05:40:16.196Z | Downloaded ctr v0.9.2 |
600 | 2024-11-02T05:40:16.198Z | Downloaded crc v3.2.1 |
601 | 2024-11-02T05:40:16.200Z | Downloaded memoffset v0.9.1 |
602 | 2024-11-02T05:40:16.203Z | Downloaded lru v0.12.5 |
603 | 2024-11-02T05:40:16.203Z | Downloaded crc-catalog v2.4.0 |
604 | 2024-11-02T05:40:16.208Z | Downloaded mockall v0.13.0 |
605 | 2024-11-02T05:40:16.208Z | Downloaded md5 v0.7.0 |
606 | 2024-11-02T05:40:16.210Z | Downloaded new_debug_unreachable v1.0.6 |
607 | 2024-11-02T05:40:16.210Z | Downloaded atomic-waker v1.1.2 |
608 | 2024-11-02T05:40:16.210Z | Downloaded same-file v1.0.6 |
609 | 2024-11-02T05:40:16.213Z | Downloaded rpassword v7.3.1 |
610 | 2024-11-02T05:40:16.213Z | Downloaded rand_seeder v0.3.0 |
611 | 2024-11-02T05:40:16.216Z | Downloaded ref-cast v1.0.23 |
612 | 2024-11-02T05:40:16.219Z | Downloaded kstat-rs v0.2.4 |
613 | 2024-11-02T05:40:16.219Z | Downloaded inout v0.1.3 |
614 | 2024-11-02T05:40:16.219Z | Downloaded bcrypt-pbkdf v0.10.0 |
615 | 2024-11-02T05:40:16.221Z | Downloaded linked-hash-map v0.5.6 |
616 | 2024-11-02T05:40:16.222Z | Downloaded libm v0.2.8 |
617 | 2024-11-02T05:40:16.229Z | Downloaded strum v0.26.3 |
618 | 2024-11-02T05:40:16.231Z | Downloaded backtrace v0.3.74 |
619 | 2024-11-02T05:40:16.235Z | Downloaded foreign-types-shared v0.1.1 |
620 | 2024-11-02T05:40:16.238Z | Downloaded zone_cfg_derive v0.1.2 |
621 | 2024-11-02T05:40:16.238Z | Downloaded termtree v0.4.1 |
622 | 2024-11-02T05:40:16.240Z | Downloaded sigpipe v0.1.3 |
623 | 2024-11-02T05:40:16.240Z | Downloaded newtype_derive v0.1.6 |
624 | 2024-11-02T05:40:16.242Z | Downloaded compact_str v0.8.0 |
625 | 2024-11-02T05:40:16.245Z | Downloaded pretty-hex v0.2.1 |
626 | 2024-11-02T05:40:16.247Z | Downloaded buf-list v1.0.3 |
627 | 2024-11-02T05:40:16.250Z | Downloaded nanorand v0.7.0 |
628 | 2024-11-02T05:40:16.252Z | Downloaded xz2 v0.1.7 |
629 | 2024-11-02T05:40:16.255Z | Downloaded defmt-parser v0.3.4 |
630 | 2024-11-02T05:40:16.255Z | Downloaded walkdir v2.5.0 |
631 | 2024-11-02T05:40:16.257Z | Downloaded nibble_vec v0.1.0 |
632 | 2024-11-02T05:40:16.257Z | Downloaded cancel-safe-futures v0.1.5 |
633 | 2024-11-02T05:40:16.260Z | Downloaded derive_builder_macro v0.20.2 |
634 | 2024-11-02T05:40:16.262Z | Downloaded slog-json v2.6.1 |
635 | 2024-11-02T05:40:16.264Z | Downloaded internet-checksum v0.2.1 |
636 | 2024-11-02T05:40:16.264Z | Downloaded hyper-util v0.1.9 |
637 | 2024-11-02T05:40:16.268Z | Downloaded darling v0.20.10 |
638 | 2024-11-02T05:40:16.272Z | Downloaded parse-size v1.1.0 |
639 | 2024-11-02T05:40:16.275Z | Downloaded tracing v0.1.40 |
640 | 2024-11-02T05:40:16.278Z | Downloaded packed_struct_codegen v0.10.1 |
641 | 2024-11-02T05:40:16.281Z | Downloaded num-iter v0.1.45 |
642 | 2024-11-02T05:40:16.281Z | Downloaded crc32fast v1.4.2 |
643 | 2024-11-02T05:40:16.284Z | Downloaded num-integer v0.1.46 |
644 | 2024-11-02T05:40:16.287Z | Downloaded structmeta-derive v0.3.0 |
645 | 2024-11-02T05:40:16.287Z | Downloaded want v0.3.1 |
646 | 2024-11-02T05:40:16.289Z | Downloaded console v0.15.8 |
647 | 2024-11-02T05:40:16.292Z | Downloaded tls_codec v0.4.1 |
648 | 2024-11-02T05:40:16.294Z | Downloaded strum_macros v0.25.3 |
649 | 2024-11-02T05:40:16.294Z | Downloaded time-core v0.1.2 |
650 | 2024-11-02T05:40:16.297Z | Downloaded untrusted v0.7.1 |
651 | 2024-11-02T05:40:16.297Z | Downloaded displaydoc v0.2.5 |
652 | 2024-11-02T05:40:16.299Z | Downloaded either v1.13.0 |
653 | 2024-11-02T05:40:16.302Z | Downloaded arc-swap v1.7.1 |
654 | 2024-11-02T05:40:16.304Z | Downloaded crossbeam-channel v0.5.13 |
655 | 2024-11-02T05:40:16.309Z | Downloaded tokio-macros v2.4.0 |
656 | 2024-11-02T05:40:16.311Z | Downloaded indicatif v0.17.8 |
657 | 2024-11-02T05:40:16.314Z | Downloaded strip-ansi-escapes v0.2.0 |
658 | 2024-11-02T05:40:16.316Z | Downloaded iana-time-zone v0.1.61 |
659 | 2024-11-02T05:40:16.319Z | Downloaded vte_generate_state_changes v0.1.2 |
660 | 2024-11-02T05:40:16.322Z | Downloaded embedded-io v0.4.0 |
661 | 2024-11-02T05:40:16.322Z | Downloaded slog-envlogger v2.2.0 |
662 | 2024-11-02T05:40:16.325Z | Downloaded multer v3.1.0 |
663 | 2024-11-02T05:40:16.325Z | Downloaded hash32 v0.3.1 |
664 | 2024-11-02T05:40:16.327Z | Downloaded group v0.13.0 |
665 | 2024-11-02T05:40:16.330Z | Downloaded diesel_table_macro_syntax v0.2.0 |
666 | 2024-11-02T05:40:16.330Z | Downloaded futures-macro v0.3.31 |
667 | 2024-11-02T05:40:16.330Z | Downloaded futures-io v0.3.31 |
668 | 2024-11-02T05:40:16.332Z | Downloaded fixedbitset v0.4.2 |
669 | 2024-11-02T05:40:16.332Z | Downloaded fallible-iterator v0.3.0 |
670 | 2024-11-02T05:40:16.335Z | Downloaded derive_builder_core v0.20.2 |
671 | 2024-11-02T05:40:16.337Z | Downloaded parse-display v0.10.0 |
672 | 2024-11-02T05:40:16.337Z | Downloaded num-derive v0.4.2 |
673 | 2024-11-02T05:40:16.340Z | Downloaded zeroize_derive v1.4.2 |
674 | 2024-11-02T05:40:16.342Z | Downloaded serde_with_macros v3.11.0 |
675 | 2024-11-02T05:40:16.344Z | Downloaded slab v0.4.9 |
676 | 2024-11-02T05:40:16.344Z | Downloaded secrecy v0.8.0 |
677 | 2024-11-02T05:40:16.347Z | Downloaded ciborium v0.2.2 |
678 | 2024-11-02T05:40:16.349Z | Downloaded crossbeam-utils v0.8.20 |
679 | 2024-11-02T05:40:16.351Z | Downloaded num-conv v0.1.0 |
680 | 2024-11-02T05:40:16.352Z | Downloaded parse-display-derive v0.10.0 |
681 | 2024-11-02T05:40:16.354Z | Downloaded jobserver v0.1.32 |
682 | 2024-11-02T05:40:16.357Z | Downloaded path-slash v0.1.5 |
683 | 2024-11-02T05:40:16.357Z | Downloaded opaque-debug v0.3.1 |
684 | 2024-11-02T05:40:16.359Z | Downloaded ron v0.7.1 |
685 | 2024-11-02T05:40:16.362Z | Downloaded thread_local v1.1.8 |
686 | 2024-11-02T05:40:16.364Z | Downloaded stringprep v0.1.5 |
687 | 2024-11-02T05:40:16.367Z | Downloaded siphasher v0.3.11 |
688 | 2024-11-02T05:40:16.367Z | Downloaded postgres-protocol v0.6.7 |
689 | 2024-11-02T05:40:16.369Z | Downloaded ref-cast-impl v1.0.23 |
690 | 2024-11-02T05:40:16.371Z | Downloaded radium v0.7.0 |
691 | 2024-11-02T05:40:16.371Z | Downloaded r2d2 v0.8.10 |
692 | 2024-11-02T05:40:16.374Z | Downloaded indexmap v1.9.3 |
693 | 2024-11-02T05:40:16.376Z | Downloaded rustc_version v0.1.7 |
694 | 2024-11-02T05:40:16.376Z | Downloaded hyper-rustls v0.27.3 |
695 | 2024-11-02T05:40:16.379Z | Downloaded normalize-line-endings v0.3.0 |
696 | 2024-11-02T05:40:16.381Z | Downloaded derive_builder v0.20.2 |
697 | 2024-11-02T05:40:16.384Z | Downloaded debug-ignore v1.0.5 |
698 | 2024-11-02T05:40:16.387Z | Downloaded rustc_version v0.4.1 |
699 | 2024-11-02T05:40:16.389Z | Downloaded rustc-hash v2.0.0 |
700 | 2024-11-02T05:40:16.389Z | Downloaded smf v0.2.3 |
701 | 2024-11-02T05:40:16.392Z | Downloaded scrypt v0.11.0 |
702 | 2024-11-02T05:40:16.392Z | Downloaded const-oid v0.9.6 |
703 | 2024-11-02T05:40:16.394Z | Downloaded slog-bunyan v2.5.0 |
704 | 2024-11-02T05:40:16.397Z | Downloaded thiserror-impl-no-std v2.0.2 |
705 | 2024-11-02T05:40:16.397Z | Downloaded tabwriter v1.4.0 |
706 | 2024-11-02T05:40:16.400Z | Downloaded semver v0.1.20 |
707 | 2024-11-02T05:40:16.400Z | Downloaded russh-cryptovec v0.7.3 |
708 | 2024-11-02T05:40:16.400Z | Downloaded phf_shared v0.10.0 |
709 | 2024-11-02T05:40:16.403Z | Downloaded twox-hash v1.6.3 |
710 | 2024-11-02T05:40:16.403Z | Downloaded env_filter v0.1.2 |
711 | 2024-11-02T05:40:16.406Z | Downloaded owo-colors v4.1.0 |
712 | 2024-11-02T05:40:16.409Z | Downloaded salsa20 v0.10.2 |
713 | 2024-11-02T05:40:16.409Z | Downloaded postcard v1.0.10 |
714 | 2024-11-02T05:40:16.411Z | Downloaded socket2 v0.5.7 |
715 | 2024-11-02T05:40:16.413Z | Downloaded xattr v1.3.1 |
716 | 2024-11-02T05:40:16.415Z | Downloaded num-rational v0.4.2 |
717 | 2024-11-02T05:40:16.418Z | Downloaded diesel-dtrace v0.3.0 |
718 | 2024-11-02T05:40:16.420Z | Downloaded waitgroup v0.1.2 |
719 | 2024-11-02T05:40:16.420Z | Downloaded thiserror-no-std v2.0.2 |
720 | 2024-11-02T05:40:16.423Z | Downloaded pbkdf2 v0.12.2 |
721 | 2024-11-02T05:40:16.433Z | Downloaded flume v0.11.0 |
722 | 2024-11-02T05:40:16.437Z | Downloaded bytes v1.7.2 |
723 | 2024-11-02T05:40:16.441Z | Downloaded dhcproto-macros v0.1.0 |
724 | 2024-11-02T05:40:16.443Z | Downloaded progenitor-macro v0.8.0 |
725 | 2024-11-02T05:40:16.444Z | Downloaded samael v0.0.17 |
726 | 2024-11-02T05:40:16.448Z | Downloaded rand_core v0.6.4 |
727 | 2024-11-02T05:40:16.451Z | Downloaded foreign-types v0.5.0 |
728 | 2024-11-02T05:40:16.451Z | Downloaded enum-as-inner v0.6.1 |
729 | 2024-11-02T05:40:16.454Z | Downloaded typify v0.2.0 |
730 | 2024-11-02T05:40:16.457Z | Downloaded fxhash v0.2.1 |
731 | 2024-11-02T05:40:16.457Z | Downloaded num_threads v0.1.7 |
732 | 2024-11-02T05:40:16.459Z | Downloaded headers-core v0.3.0 |
733 | 2024-11-02T05:40:16.459Z | Downloaded pbkdf2 v0.11.0 |
734 | 2024-11-02T05:40:16.462Z | Downloaded hash32 v0.2.1 |
735 | 2024-11-02T05:40:16.464Z | Downloaded rustfmt-wrapper v0.2.1 |
736 | 2024-11-02T05:40:16.464Z | Downloaded rand_xorshift v0.3.0 |
737 | 2024-11-02T05:40:16.467Z | Downloaded time-macros v0.2.18 |
738 | 2024-11-02T05:40:16.469Z | Downloaded sct v0.7.1 |
739 | 2024-11-02T05:40:16.472Z | Downloaded getrandom v0.2.15 |
740 | 2024-11-02T05:40:16.474Z | Downloaded minimal-lexical v0.2.1 |
741 | 2024-11-02T05:40:16.478Z | Downloaded tracing-attributes v0.1.27 |
742 | 2024-11-02T05:40:16.481Z | Downloaded static_assertions v1.1.0 |
743 | 2024-11-02T05:40:16.483Z | Downloaded psl-types v2.0.11 |
744 | 2024-11-02T05:40:16.483Z | Downloaded env_logger v0.11.5 |
745 | 2024-11-02T05:40:16.486Z | Downloaded env_logger v0.10.2 |
746 | 2024-11-02T05:40:16.489Z | Downloaded pkg-config v0.3.31 |
747 | 2024-11-02T05:40:16.491Z | Downloaded termios v0.3.3 |
748 | 2024-11-02T05:40:16.493Z | Downloaded shell-words v1.1.0 |
749 | 2024-11-02T05:40:16.493Z | Downloaded rustc-hash v1.1.0 |
750 | 2024-11-02T05:40:16.496Z | Downloaded termcolor v1.4.1 |
751 | 2024-11-02T05:40:16.496Z | Downloaded structmeta-derive v0.2.0 |
752 | 2024-11-02T05:40:16.498Z | Downloaded http v1.1.0 |
753 | 2024-11-02T05:40:16.501Z | Downloaded vte v0.11.1 |
754 | 2024-11-02T05:40:16.504Z | Downloaded nu-ansi-term v0.50.1 |
755 | 2024-11-02T05:40:16.506Z | Downloaded unsafe-libyaml v0.2.11 |
756 | 2024-11-02T05:40:16.509Z | Downloaded difflib v0.4.0 |
757 | 2024-11-02T05:40:16.512Z | Downloaded zeroize v1.8.1 |
758 | 2024-11-02T05:40:16.515Z | Downloaded crypto-bigint v0.5.5 |
759 | 2024-11-02T05:40:16.519Z | Downloaded diff v0.1.13 |
760 | 2024-11-02T05:40:16.522Z | Downloaded mio v1.0.2 |
761 | 2024-11-02T05:40:16.528Z | Downloaded peg v0.8.4 |
762 | 2024-11-02T05:40:16.532Z | Downloaded quick-error v1.2.3 |
763 | 2024-11-02T05:40:16.534Z | Downloaded pin-utils v0.1.0 |
764 | 2024-11-02T05:40:16.537Z | Downloaded uuid v1.10.0 |
765 | 2024-11-02T05:40:16.537Z | Downloaded hickory-server v0.24.1 |
766 | 2024-11-02T05:40:16.543Z | Downloaded openssl-probe v0.1.5 |
767 | 2024-11-02T05:40:16.545Z | Downloaded aes v0.8.4 |
768 | 2024-11-02T05:40:16.548Z | Downloaded foreign-types-macros v0.2.3 |
769 | 2024-11-02T05:40:16.551Z | Downloaded precomputed-hash v0.1.1 |
770 | 2024-11-02T05:40:16.551Z | Downloaded num_enum_derive v0.5.11 |
771 | 2024-11-02T05:40:16.551Z | Downloaded deranged v0.3.11 |
772 | 2024-11-02T05:40:16.553Z | Downloaded simd-adler32 v0.3.7 |
773 | 2024-11-02T05:40:16.555Z | Downloaded smallvec v1.13.2 |
774 | 2024-11-02T05:40:16.558Z | Downloaded spki v0.7.3 |
775 | 2024-11-02T05:40:16.560Z | Downloaded pkcs5 v0.7.1 |
776 | 2024-11-02T05:40:16.562Z | Downloaded futures-channel v0.3.31 |
777 | 2024-11-02T05:40:16.565Z | Downloaded predicates-tree v1.0.11 |
778 | 2024-11-02T05:40:16.567Z | Downloaded rand_chacha v0.3.1 |
779 | 2024-11-02T05:40:16.569Z | Downloaded unicode-normalization v0.1.24 |
780 | 2024-11-02T05:40:16.572Z | Downloaded peg-runtime v0.8.3 |
781 | 2024-11-02T05:40:16.574Z | Downloaded openssl-macros v0.1.1 |
782 | 2024-11-02T05:40:16.574Z | Downloaded tokio-tungstenite v0.24.0 |
783 | 2024-11-02T05:40:16.576Z | Downloaded rustc-demangle v0.1.24 |
784 | 2024-11-02T05:40:16.579Z | Downloaded sqlparser_derive v0.2.2 |
785 | 2024-11-02T05:40:16.579Z | Downloaded signal-hook-tokio v0.3.1 |
786 | 2024-11-02T05:40:16.579Z | Downloaded elliptic-curve v0.13.8 |
787 | 2024-11-02T05:40:16.583Z | Downloaded serde_urlencoded v0.7.1 |
788 | 2024-11-02T05:40:16.585Z | Downloaded diesel_derives v2.2.3 |
789 | 2024-11-02T05:40:16.589Z | Downloaded zone_cfg_derive v0.3.0 |
790 | 2024-11-02T05:40:16.592Z | Downloaded password-hash v0.5.0 |
791 | 2024-11-02T05:40:16.592Z | Downloaded base64 v0.22.1 |
792 | 2024-11-02T05:40:16.596Z | Downloaded glob v0.3.1 |
793 | 2024-11-02T05:40:16.598Z | Downloaded test-strategy v0.3.1 |
794 | 2024-11-02T05:40:16.600Z | Downloaded dsl_auto_type v0.1.2 |
795 | 2024-11-02T05:40:16.603Z | Downloaded subprocess v0.2.9 |
796 | 2024-11-02T05:40:16.606Z | Downloaded unicode_categories v0.1.1 |
797 | 2024-11-02T05:40:16.608Z | Downloaded num-traits v0.2.19 |
798 | 2024-11-02T05:40:16.611Z | Downloaded string_cache v0.8.7 |
799 | 2024-11-02T05:40:16.613Z | Downloaded dyn-clone v1.0.17 |
800 | 2024-11-02T05:40:16.613Z | Downloaded pem v3.0.4 |
801 | 2024-11-02T05:40:16.615Z | Downloaded num v0.4.3 |
802 | 2024-11-02T05:40:16.618Z | Downloaded aes-gcm v0.10.3 |
803 | 2024-11-02T05:40:16.620Z | Downloaded pkcs1 v0.7.5 |
804 | 2024-11-02T05:40:16.622Z | Downloaded unicode-xid v0.2.6 |
805 | 2024-11-02T05:40:16.625Z | Downloaded derive-where v1.2.7 |
806 | 2024-11-02T05:40:16.627Z | Downloaded signature v2.2.0 |
807 | 2024-11-02T05:40:16.629Z | Downloaded rustls-pemfile v1.0.4 |
808 | 2024-11-02T05:40:16.632Z | Downloaded rfc6979 v0.4.0 |
809 | 2024-11-02T05:40:16.632Z | Downloaded libxml v0.3.3 |
810 | 2024-11-02T05:40:16.638Z | Downloaded nodrop v0.1.14 |
811 | 2024-11-02T05:40:16.641Z | Downloaded foldhash v0.1.3 |
812 | 2024-11-02T05:40:16.641Z | Downloaded fd-lock v4.0.2 |
813 | 2024-11-02T05:40:16.643Z | Downloaded p256 v0.13.2 |
814 | 2024-11-02T05:40:16.646Z | Downloaded ssh-cipher v0.2.0 |
815 | 2024-11-02T05:40:16.648Z | Downloaded itertools v0.10.5 |
816 | 2024-11-02T05:40:16.653Z | Downloaded tinyvec_macros v0.1.1 |
817 | 2024-11-02T05:40:16.655Z | Downloaded foreign-types v0.3.2 |
818 | 2024-11-02T05:40:16.655Z | Downloaded unicode-truncate v1.1.0 |
819 | 2024-11-02T05:40:16.658Z | Downloaded russh-keys v0.45.0 |
820 | 2024-11-02T05:40:16.660Z | Downloaded utf-8 v0.7.6 |
821 | 2024-11-02T05:40:16.663Z | Downloaded dhcproto v0.12.0 |
822 | 2024-11-02T05:40:16.665Z | Downloaded flagset v0.4.6 |
823 | 2024-11-02T05:40:16.667Z | Downloaded filetime v0.2.25 |
824 | 2024-11-02T05:40:16.667Z | Downloaded ff v0.13.0 |
825 | 2024-11-02T05:40:16.670Z | Downloaded ed25519 v2.2.3 |
826 | 2024-11-02T05:40:16.672Z | Downloaded parse-zoneinfo v0.3.1 |
827 | 2024-11-02T05:40:16.675Z | Downloaded sqlparser v0.45.0 |
828 | 2024-11-02T05:40:16.679Z | Downloaded progenitor-client v0.8.0 |
829 | 2024-11-02T05:40:16.681Z | Downloaded pem-rfc7468 v0.7.0 |
830 | 2024-11-02T05:40:16.684Z | Downloaded sync_wrapper v0.1.2 |
831 | 2024-11-02T05:40:16.684Z | Downloaded ppv-lite86 v0.2.20 |
832 | 2024-11-02T05:40:16.686Z | Downloaded term v0.7.0 |
833 | 2024-11-02T05:40:16.688Z | Downloaded serde-hex v0.1.0 |
834 | 2024-11-02T05:40:16.691Z | Downloaded rtoolbox v0.0.2 |
835 | 2024-11-02T05:40:16.691Z | Downloaded slog v2.7.0 |
836 | 2024-11-02T05:40:16.693Z | Downloaded hashlink v0.9.1 |
837 | 2024-11-02T05:40:16.696Z | Downloaded darling_core v0.20.10 |
838 | 2024-11-02T05:40:16.700Z | Downloaded wyz v0.5.1 |
839 | 2024-11-02T05:40:16.702Z | Downloaded tokio-tungstenite v0.21.0 |
840 | 2024-11-02T05:40:16.705Z | Downloaded idna v0.5.0 |
841 | 2024-11-02T05:40:16.711Z | Downloaded foreign-types-shared v0.3.1 |
842 | 2024-11-02T05:40:16.713Z | Downloaded der_derive v0.7.3 |
843 | 2024-11-02T05:40:16.716Z | Downloaded tokio-rustls v0.25.0 |
844 | 2024-11-02T05:40:16.718Z | Downloaded spin v0.5.2 |
845 | 2024-11-02T05:40:16.718Z | Downloaded phf_shared v0.11.2 |
846 | 2024-11-02T05:40:16.720Z | Downloaded phf_generator v0.11.2 |
847 | 2024-11-02T05:40:16.720Z | Downloaded olpc-cjson v0.1.4 |
848 | 2024-11-02T05:40:16.723Z | Downloaded spin v0.9.8 |
849 | 2024-11-02T05:40:16.725Z | Downloaded untrusted v0.9.0 |
850 | 2024-11-02T05:40:16.725Z | Downloaded tokio-native-tls v0.3.1 |
851 | 2024-11-02T05:40:16.727Z | Downloaded rustls-pki-types v1.9.0 |
852 | 2024-11-02T05:40:16.730Z | Downloaded display-error-chain v0.2.2 |
853 | 2024-11-02T05:40:16.733Z | Downloaded rustls-pemfile v2.2.0 |
854 | 2024-11-02T05:40:16.735Z | Downloaded toolchain_find v0.4.0 |
855 | 2024-11-02T05:40:16.737Z | Downloaded dirs-next v2.0.0 |
856 | 2024-11-02T05:40:16.738Z | Downloaded whoami v1.5.2 |
857 | 2024-11-02T05:40:16.740Z | Downloaded resolv-conf v0.7.0 |
858 | 2024-11-02T05:40:16.742Z | Downloaded ecdsa v0.16.9 |
859 | 2024-11-02T05:40:16.745Z | Downloaded nix v0.27.1 |
860 | 2024-11-02T05:40:16.754Z | Downloaded embedded-io v0.6.1 |
861 | 2024-11-02T05:40:16.756Z | Downloaded progenitor v0.8.0 |
862 | 2024-11-02T05:40:16.759Z | Downloaded ena v0.14.3 |
863 | 2024-11-02T05:40:16.759Z | Downloaded pin-project-lite v0.2.14 |
864 | 2024-11-02T05:40:16.763Z | Downloaded url v2.5.2 |
865 | 2024-11-02T05:40:16.766Z | Downloaded hex v0.4.3 |
866 | 2024-11-02T05:40:16.769Z | Downloaded tokio-rustls v0.24.1 |
867 | 2024-11-02T05:40:16.771Z | Downloaded unicode-bidi v0.3.17 |
868 | 2024-11-02T05:40:16.774Z | Downloaded itertools v0.12.1 |
869 | 2024-11-02T05:40:16.780Z | Downloaded hex-literal v0.4.1 |
870 | 2024-11-02T05:40:16.782Z | Downloaded rustversion v1.0.17 |
871 | 2024-11-02T05:40:16.785Z | Downloaded endian-type v0.1.2 |
872 | 2024-11-02T05:40:16.785Z | Downloaded heapless v0.7.17 |
873 | 2024-11-02T05:40:16.788Z | Downloaded ssh-encoding v0.2.0 |
874 | 2024-11-02T05:40:16.790Z | Downloaded rusty-fork v0.3.0 |
875 | 2024-11-02T05:40:16.793Z | Downloaded enum-as-inner v0.5.1 |
876 | 2024-11-02T05:40:16.793Z | Downloaded packed_struct v0.10.1 |
877 | 2024-11-02T05:40:16.795Z | Downloaded globset v0.4.15 |
878 | 2024-11-02T05:40:16.798Z | Downloaded value-bag v1.9.0 |
879 | 2024-11-02T05:40:16.800Z | Downloaded vsss-rs v3.3.4 |
880 | 2024-11-02T05:40:16.803Z | Downloaded scopeguard v1.2.0 |
881 | 2024-11-02T05:40:16.803Z | Downloaded hashbrown v0.13.2 |
882 | 2024-11-02T05:40:16.807Z | Downloaded openssl-sys v0.9.104 |
883 | 2024-11-02T05:40:16.812Z | Downloaded take_mut v0.2.2 |
884 | 2024-11-02T05:40:16.814Z | Downloaded tough v0.17.1 |
885 | 2024-11-02T05:40:16.820Z | Downloaded slog-stdlog v4.1.1 |
886 | 2024-11-02T05:40:16.823Z | Downloaded which v4.4.2 |
887 | 2024-11-02T05:40:16.825Z | Downloaded similar v2.6.0 |
888 | 2024-11-02T05:40:16.828Z | Downloaded qorb v0.2.0 |
889 | 2024-11-02T05:40:16.832Z | Downloaded itertools v0.13.0 |
890 | 2024-11-02T05:40:16.839Z | Downloaded number_prefix v0.4.0 |
891 | 2024-11-02T05:40:16.844Z | Downloaded tracing-core v0.1.32 |
892 | 2024-11-02T05:40:16.844Z | Downloaded serde-big-array v0.5.1 |
893 | 2024-11-02T05:40:16.844Z | Downloaded reedline v0.35.0 |
894 | 2024-11-02T05:40:16.851Z | Downloaded sync_wrapper v1.0.1 |
895 | 2024-11-02T05:40:16.853Z | Downloaded float-ord v0.3.2 |
896 | 2024-11-02T05:40:16.853Z | Downloaded fallible-iterator v0.2.0 |
897 | 2024-11-02T05:40:16.856Z | Downloaded unicase v2.7.0 |
898 | 2024-11-02T05:40:16.856Z | Downloaded tinyvec v1.8.0 |
899 | 2024-11-02T05:40:16.858Z | Downloaded try-lock v0.2.5 |
900 | 2024-11-02T05:40:16.861Z | Downloaded structmeta v0.3.0 |
901 | 2024-11-02T05:40:16.861Z | Downloaded zone v0.3.0 |
902 | 2024-11-02T05:40:16.861Z | Downloaded slog-dtrace v0.3.0 |
903 | 2024-11-02T05:40:16.864Z | Downloaded predicates v3.1.2 |
904 | 2024-11-02T05:40:16.866Z | Downloaded percent-encoding v2.3.1 |
905 | 2024-11-02T05:40:16.867Z | Downloaded smallvec v0.6.14 |
906 | 2024-11-02T05:40:16.869Z | Downloaded uzers v0.12.1 |
907 | 2024-11-02T05:40:16.872Z | Downloaded zip v0.6.6 |
908 | 2024-11-02T05:40:16.874Z | Downloaded stable_deref_trait v1.2.0 |
909 | 2024-11-02T05:40:16.876Z | Downloaded signal-hook-registry v1.4.2 |
910 | 2024-11-02T05:40:16.877Z | Downloaded slog-scope v4.4.0 |
911 | 2024-11-02T05:40:16.877Z | Downloaded aho-corasick v1.1.3 |
912 | 2024-11-02T05:40:16.882Z | Downloaded num_enum v0.5.11 |
913 | 2024-11-02T05:40:16.887Z | Downloaded defmt-macros v0.3.9 |
914 | 2024-11-02T05:40:16.890Z | Downloaded ssh-key v0.6.6 |
915 | 2024-11-02T05:40:16.896Z | Downloaded oso-derive v0.27.3 |
916 | 2024-11-02T05:40:16.899Z | Downloaded snafu v0.8.5 |
917 | 2024-11-02T05:40:16.903Z | Downloaded time v0.3.36 |
918 | 2024-11-02T05:40:16.909Z | Downloaded zone v0.1.8 |
919 | 2024-11-02T05:40:16.912Z | Downloaded signal-hook-mio v0.2.4 |
920 | 2024-11-02T05:40:16.912Z | Downloaded tokio-tungstenite v0.23.1 |
921 | 2024-11-02T05:40:16.914Z | Downloaded serde_repr v0.1.19 |
922 | 2024-11-02T05:40:16.916Z | Downloaded schemars_derive v0.8.21 |
923 | 2024-11-02T05:40:16.919Z | Downloaded serde_plain v1.0.2 |
924 | 2024-11-02T05:40:16.919Z | Downloaded defmt v0.3.8 |
925 | 2024-11-02T05:40:16.922Z | Downloaded sha1 v0.10.6 |
926 | 2024-11-02T05:40:16.924Z | Downloaded primeorder v0.13.6 |
927 | 2024-11-02T05:40:16.924Z | Downloaded hashbrown v0.14.5 |
928 | 2024-11-02T05:40:16.929Z | Downloaded powerfmt v0.2.0 |
929 | 2024-11-02T05:40:16.933Z | Downloaded supports-color v3.0.1 |
930 | 2024-11-02T05:40:16.933Z | Downloaded subtle v2.6.1 |
931 | 2024-11-02T05:40:16.935Z | Downloaded proc-macro-crate v1.3.1 |
932 | 2024-11-02T05:40:16.935Z | Downloaded typify-macro v0.2.0 |
933 | 2024-11-02T05:40:16.935Z | Downloaded ghash v0.5.1 |
934 | 2024-11-02T05:40:16.937Z | Downloaded nix v0.29.0 |
935 | 2024-11-02T05:40:16.947Z | Downloaded fallible-streaming-iterator v0.1.9 |
936 | 2024-11-02T05:40:16.951Z | Downloaded hyper v0.14.30 |
937 | 2024-11-02T05:40:16.956Z | Downloaded rcgen v0.12.1 |
938 | 2024-11-02T05:40:16.958Z | Downloaded tap v1.0.1 |
939 | 2024-11-02T05:40:16.961Z | Downloaded float-cmp v0.9.0 |
940 | 2024-11-02T05:40:16.961Z | Downloaded phf v0.11.2 |
941 | 2024-11-02T05:40:16.963Z | Downloaded tokio-postgres v0.7.12 |
942 | 2024-11-02T05:40:16.966Z | Downloaded structmeta v0.2.0 |
943 | 2024-11-02T05:40:16.969Z | Downloaded vergen v8.3.2 |
944 | 2024-11-02T05:40:16.971Z | Downloaded toml v0.7.8 |
945 | 2024-11-02T05:40:16.974Z | Downloaded password-hash v0.4.2 |
946 | 2024-11-02T05:40:16.976Z | Downloaded signal-hook v0.3.17 |
947 | 2024-11-02T05:40:16.978Z | Downloaded tar v0.4.42 |
948 | 2024-11-02T05:40:16.981Z | Downloaded steno v0.4.1 |
949 | 2024-11-02T05:40:16.985Z | Downloaded peg-macros v0.8.4 |
950 | 2024-11-02T05:40:16.987Z | Downloaded schemars v0.8.21 |
951 | 2024-11-02T05:40:16.997Z | Downloaded reqwest v0.12.8 |
952 | 2024-11-02T05:40:17.005Z | Downloaded parking_lot v0.12.3 |
953 | 2024-11-02T05:40:17.008Z | Downloaded ed25519-dalek v2.1.1 |
954 | 2024-11-02T05:40:17.010Z | Downloaded parking_lot_core v0.8.6 |
955 | 2024-11-02T05:40:17.014Z | Downloaded headers v0.4.0 |
956 | 2024-11-02T05:40:17.018Z | Downloaded unicode-properties v0.1.3 |
957 | 2024-11-02T05:40:17.021Z | Downloaded chrono v0.4.38 |
958 | 2024-11-02T05:40:17.027Z | Downloaded fatfs v0.3.6 |
959 | 2024-11-02T05:40:17.030Z | Downloaded parking_lot v0.11.2 |
960 | 2024-11-02T05:40:17.032Z | Downloaded nom v7.1.3 |
961 | 2024-11-02T05:40:17.037Z | Downloaded russh v0.45.0 |
962 | 2024-11-02T05:40:17.042Z | Downloaded hickory-proto v0.24.1 |
963 | 2024-11-02T05:40:17.057Z | Downloaded postgres-types v0.2.8 |
964 | 2024-11-02T05:40:17.060Z | Downloaded tungstenite v0.23.0 |
965 | 2024-11-02T05:40:17.062Z | Downloaded rayon-core v1.12.1 |
966 | 2024-11-02T05:40:17.066Z | Downloaded half v2.4.1 |
967 | 2024-11-02T05:40:17.069Z | Downloaded lalrpop v0.19.12 |
968 | 2024-11-02T05:40:17.079Z | Downloaded der v0.7.9 |
969 | 2024-11-02T05:40:17.084Z | Downloaded blake3 v1.5.4 |
970 | 2024-11-02T05:40:17.092Z | Downloaded flate2 v1.0.34 |
971 | 2024-11-02T05:40:17.097Z | Downloaded form_urlencoded v1.2.1 |
972 | 2024-11-02T05:40:17.099Z | Downloaded unarray v0.1.4 |
973 | 2024-11-02T05:40:17.100Z | Downloaded tui-tree-widget v0.22.0 |
974 | 2024-11-02T05:40:17.103Z | Downloaded yasna v0.5.2 |
975 | 2024-11-02T05:40:17.103Z | Downloaded futures-task v0.3.31 |
976 | 2024-11-02T05:40:17.105Z | Downloaded expectorate v1.1.0 |
977 | 2024-11-02T05:40:17.105Z | Downloaded futures-executor v0.3.31 |
978 | 2024-11-02T05:40:17.110Z | Downloaded futures-core v0.3.31 |
979 | 2024-11-02T05:40:17.110Z | Downloaded fragile v2.0.0 |
980 | 2024-11-02T05:40:17.112Z | Downloaded pin-project v1.1.6 |
981 | 2024-11-02T05:40:17.120Z | Downloaded tungstenite v0.24.0 |
982 | 2024-11-02T05:40:17.123Z | Downloaded idna v0.3.0 |
983 | 2024-11-02T05:40:17.130Z | Downloaded tokio-util v0.7.12 |
984 | 2024-11-02T05:40:17.136Z | Downloaded rusqlite v0.32.1 |
985 | 2024-11-02T05:40:17.142Z | Downloaded winnow v0.5.40 |
986 | 2024-11-02T05:40:17.152Z | Downloaded quinn v0.11.5 |
987 | 2024-11-02T05:40:17.155Z | Downloaded rand v0.8.5 |
988 | 2024-11-02T05:40:17.158Z | Downloaded toml_edit v0.19.15 |
989 | 2024-11-02T05:40:17.173Z | Downloaded serde_with v3.11.0 |
990 | 2024-11-02T05:40:17.181Z | Downloaded unicode-segmentation v1.12.0 |
991 | 2024-11-02T05:40:17.185Z | Downloaded num-bigint-dig v0.8.4 |
992 | 2024-11-02T05:40:17.189Z | Downloaded idna v0.4.0 |
993 | 2024-11-02T05:40:17.196Z | Downloaded quick-xml v0.33.0 |
994 | 2024-11-02T05:40:17.202Z | Downloaded bitvec v1.0.1 |
995 | 2024-11-02T05:40:17.216Z | Downloaded salty v0.3.0 |
996 | 2024-11-02T05:40:17.222Z | Downloaded futures-util v0.3.31 |
997 | 2024-11-02T05:40:17.233Z | Downloaded zip v2.1.3 |
998 | 2024-11-02T05:40:17.239Z | Downloaded nix v0.28.0 |
999 | 2024-11-02T05:40:17.250Z | Downloaded rayon v1.10.0 |
1000 | 2024-11-02T05:40:17.258Z | Downloaded polar-core v0.27.3 |
1001 | 2024-11-02T05:40:17.266Z | Downloaded rustls v0.21.12 |
1002 | 2024-11-02T05:40:17.277Z | Downloaded h2 v0.4.6 |
1003 | 2024-11-02T05:40:17.286Z | Downloaded rustls v0.23.14 |
1004 | 2024-11-02T05:40:17.297Z | Downloaded smoltcp v0.11.0 |
1005 | 2024-11-02T05:40:17.309Z | Downloaded webpki-roots v0.26.6 |
1006 | 2024-11-02T05:40:17.320Z | Downloaded reqwest v0.11.27 |
1007 | 2024-11-02T05:40:17.323Z | Downloaded quinn-proto v0.11.8 |
1008 | 2024-11-02T05:40:17.326Z | Downloaded openssl v0.10.68 |
1009 | 2024-11-02T05:40:17.335Z | Downloaded regex v1.11.0 |
1010 | 2024-11-02T05:40:17.347Z | Downloaded h2 v0.3.26 |
1011 | 2024-11-02T05:40:17.353Z | Downloaded object v0.30.4 |
1012 | 2024-11-02T05:40:17.364Z | Downloaded curve25519-dalek v4.1.3 |
1013 | 2024-11-02T05:40:17.372Z | Downloaded portable-atomic v1.9.0 |
1014 | 2024-11-02T05:40:17.378Z | Downloaded rustls-webpki v0.102.8 |
1015 | 2024-11-02T05:40:17.395Z | Downloaded regex-syntax v0.6.29 |
1016 | 2024-11-02T05:40:17.402Z | Downloaded p384 v0.13.0 |
1017 | 2024-11-02T05:40:17.408Z | Downloaded radix_trie v0.2.1 |
1018 | 2024-11-02T05:40:17.413Z | Downloaded num-bigint v0.4.6 |
1019 | 2024-11-02T05:40:17.420Z | Downloaded p521 v0.13.3 |
1020 | 2024-11-02T05:40:17.423Z | Downloaded smoltcp v0.9.1 |
1021 | 2024-11-02T05:40:17.432Z | Downloaded git2 v0.19.0 |
1022 | 2024-11-02T05:40:17.443Z | Downloaded ratatui v0.28.1 |
1023 | 2024-11-02T05:40:17.460Z | Downloaded rustls v0.22.4 |
1024 | 2024-11-02T05:40:17.472Z | Downloaded bindgen v0.69.5 |
1025 | 2024-11-02T05:40:17.480Z | Downloaded zerocopy-derive v0.6.6 |
1026 | 2024-11-02T05:40:17.489Z | Downloaded chrono-tz v0.10.0 |
1027 | 2024-11-02T05:40:17.502Z | Downloaded rustls-webpki v0.101.7 |
1028 | 2024-11-02T05:40:17.510Z | Downloaded vcpkg v0.2.15 |
1029 | 2024-11-02T05:40:17.547Z | Downloaded trust-dns-proto v0.22.0 |
1030 | 2024-11-02T05:40:17.558Z | Downloaded dropshot v0.12.0 |
1031 | 2024-11-02T05:40:17.577Z | Downloaded diesel v2.2.4 |
1032 | 2024-11-02T05:40:17.594Z | Downloaded regress v0.9.1 |
1033 | 2024-11-02T05:40:17.603Z | Downloaded openapiv3 v2.0.0 |
1034 | 2024-11-02T05:40:17.615Z | Downloaded regex-syntax v0.8.5 |
1035 | 2024-11-02T05:40:17.623Z | Downloaded object v0.36.5 |
1036 | 2024-11-02T05:40:17.635Z | Downloaded bstr v1.10.0 |
1037 | 2024-11-02T05:40:17.646Z | Downloaded typify-impl v0.2.0 |
1038 | 2024-11-02T05:40:17.660Z | Downloaded sled v0.34.7 |
1039 | 2024-11-02T05:40:17.670Z | Downloaded tokio v1.40.0 |
1040 | 2024-11-02T05:40:17.706Z | Downloaded lzma-sys v0.1.20 |
1041 | 2024-11-02T05:40:17.734Z | Downloaded petgraph v0.6.5 |
1042 | 2024-11-02T05:40:17.750Z | Downloaded gimli v0.31.1 |
1043 | 2024-11-02T05:40:17.758Z | Downloaded regress v0.10.1 |
1044 | 2024-11-02T05:40:17.767Z | Downloaded libz-sys v1.1.20 |
1045 | 2024-11-02T05:40:17.787Z | Downloaded proptest v1.5.0 |
1046 | 2024-11-02T05:40:17.796Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1047 | 2024-11-02T05:40:17.807Z | Downloaded rustyline v14.0.0 |
1048 | 2024-11-02T05:40:17.812Z | Downloaded x509-cert v0.2.5 |
1049 | 2024-11-02T05:40:17.817Z | Downloaded hashbrown v0.12.3 |
1050 | 2024-11-02T05:40:17.822Z | Downloaded hkdf v0.12.4 |
1051 | 2024-11-02T05:40:17.824Z | Downloaded predicates-core v1.0.8 |
1052 | 2024-11-02T05:40:17.825Z | Downloaded heapless v0.8.0 |
1053 | 2024-11-02T05:40:17.828Z | Downloaded phf_codegen v0.11.2 |
1054 | 2024-11-02T05:40:17.835Z | Downloaded snafu-derive v0.8.5 |
1055 | 2024-11-02T05:40:17.835Z | Downloaded regex-automata v0.4.8 |
1056 | 2024-11-02T05:40:17.846Z | Downloaded idna v0.2.3 |
1057 | 2024-11-02T05:40:17.854Z | Downloaded sha3 v0.10.8 |
1058 | 2024-11-02T05:40:17.857Z | Downloaded heck v0.3.3 |
1059 | 2024-11-02T05:40:17.859Z | Downloaded tiny-keccak v2.0.2 |
1060 | 2024-11-02T05:40:17.862Z | Downloaded publicsuffix v2.2.3 |
1061 | 2024-11-02T05:40:17.864Z | Downloaded num-complex v0.4.6 |
1062 | 2024-11-02T05:40:17.867Z | Downloaded progenitor-impl v0.8.0 |
1063 | 2024-11-02T05:40:17.867Z | Downloaded polyval v0.6.2 |
1064 | 2024-11-02T05:40:17.870Z | Downloaded dirs-sys-next v0.1.2 |
1065 | 2024-11-02T05:40:17.870Z | Downloaded serde_derive_internals v0.29.1 |
1066 | 2024-11-02T05:40:17.873Z | Downloaded quinn-udp v0.5.5 |
1067 | 2024-11-02T05:40:17.873Z | Downloaded tungstenite v0.21.0 |
1068 | 2024-11-02T05:40:17.877Z | Downloaded tokio-stream v0.1.16 |
1069 | 2024-11-02T05:40:17.879Z | Downloaded tokio-rustls v0.26.0 |
1070 | 2024-11-02T05:40:17.882Z | Downloaded csv v1.3.0 |
1071 | 2024-11-02T05:40:17.901Z | Downloaded dropshot_endpoint v0.12.0 |
1072 | 2024-11-02T05:40:17.903Z | Downloaded zerocopy v0.6.6 |
1073 | 2024-11-02T05:40:17.906Z | Downloaded oso v0.27.3 |
1074 | 2024-11-02T05:40:17.908Z | Downloaded des v0.8.1 |
1075 | 2024-11-02T05:40:17.911Z | Downloaded derive_more v0.99.18 |
1076 | 2024-11-02T05:40:17.916Z | Downloaded omicron-zone-package v0.11.1 |
1077 | 2024-11-02T05:40:17.922Z | Downloaded typed-path v0.7.1 |
1078 | 2024-11-02T05:40:17.927Z | Downloaded slog-term v2.9.1 |
1079 | 2024-11-02T05:40:17.927Z | Downloaded poly1305 v0.8.0 |
1080 | 2024-11-02T05:40:17.927Z | Downloaded prettyplease v0.2.22 |
1081 | 2024-11-02T05:40:17.930Z | Downloaded wait-timeout v0.2.0 |
1082 | 2024-11-02T05:40:17.930Z | Downloaded futures v0.3.31 |
1083 | 2024-11-02T05:40:17.935Z | Downloaded crossterm v0.28.1 |
1084 | 2024-11-02T05:40:17.941Z | Downloaded strum_macros v0.26.4 |
1085 | 2024-11-02T05:40:17.943Z | Downloaded sqlformat v0.2.6 |
1086 | 2024-11-02T05:40:17.946Z | Downloaded paste v1.0.15 |
1087 | 2024-11-02T05:40:17.948Z | Downloaded gethostname v0.5.0 |
1088 | 2024-11-02T05:40:17.948Z | Downloaded zopfli v0.8.1 |
1089 | 2024-11-02T05:40:17.950Z | Downloaded serde_yaml v0.9.34+deprecated |
1090 | 2024-11-02T05:40:17.953Z | Downloaded rsa v0.9.6 |
1091 | 2024-11-02T05:40:17.958Z | Downloaded const_format v0.2.33 |
1092 | 2024-11-02T05:40:17.963Z | Downloaded cc v1.1.30 |
1093 | 2024-11-02T05:40:17.965Z | Downloaded base64 v0.13.1 |
1094 | 2024-11-02T05:40:17.969Z | Downloaded pkcs8 v0.10.2 |
1095 | 2024-11-02T05:40:17.972Z | Downloaded ron v0.8.1 |
1096 | 2024-11-02T05:40:17.975Z | Downloaded topological-sort v0.2.2 |
1097 | 2024-11-02T05:40:17.978Z | Downloaded slog-async v2.8.0 |
1098 | 2024-11-02T05:40:17.978Z | Downloaded shlex v1.3.0 |
1099 | 2024-11-02T05:40:17.980Z | Downloaded encoding_rs v0.8.34 |
1100 | 2024-11-02T05:40:17.999Z | Downloaded funty v2.0.0 |
1101 | 2024-11-02T05:40:18.002Z | Downloaded chacha20poly1305 v0.10.1 |
1102 | 2024-11-02T05:40:18.004Z | Downloaded pin-project-internal v1.1.6 |
1103 | 2024-11-02T05:40:18.004Z | Downloaded parking_lot_core v0.9.10 |
1104 | 2024-11-02T05:40:18.007Z | Downloaded sec1 v0.7.3 |
1105 | 2024-11-02T05:40:18.007Z | Downloaded colored v2.1.0 |
1106 | 2024-11-02T05:40:18.009Z | Downloaded bzip2 v0.4.4 |
1107 | 2024-11-02T05:40:18.011Z | Downloaded backoff v0.4.0 |
1108 | 2024-11-02T05:40:18.016Z | Downloaded lock_api v0.4.12 |
1109 | 2024-11-02T05:40:18.016Z | Downloaded chacha20 v0.9.1 |
1110 | 2024-11-02T05:40:18.018Z | Downloaded cookie_store v0.21.0 |
1111 | 2024-11-02T05:40:18.018Z | Downloaded newline-converter v0.3.0 |
1112 | 2024-11-02T05:40:18.018Z | Downloaded multimap v0.10.0 |
1113 | 2024-11-02T05:40:18.018Z | Downloaded hmac v0.12.1 |
1114 | 2024-11-02T05:40:18.021Z | Downloaded mime_guess v2.0.5 |
1115 | 2024-11-02T05:40:18.023Z | Downloaded md-5 v0.10.6 |
1116 | 2024-11-02T05:40:18.023Z | Downloaded hostname v0.4.0 |
1117 | 2024-11-02T05:40:18.027Z | Downloaded libloading v0.8.5 |
1118 | 2024-11-02T05:40:18.029Z | Downloaded instability v0.3.2 |
1119 | 2024-11-02T05:40:18.029Z | Downloaded async-bb8-diesel v0.2.1 |
1120 | 2024-11-02T05:40:18.029Z | Downloaded ahash v0.8.11 |
1121 | 2024-11-02T05:40:18.032Z | Downloaded convert_case v0.4.0 |
1122 | 2024-11-02T05:40:18.035Z | Downloaded ciborium-ll v0.2.2 |
1123 | 2024-11-02T05:40:18.035Z | Downloaded cobs v0.2.3 |
1124 | 2024-11-02T05:40:18.035Z | Downloaded block-padding v0.3.3 |
1125 | 2024-11-02T05:40:18.037Z | Downloaded bitfield v0.14.0 |
1126 | 2024-11-02T05:40:18.037Z | Downloaded bit-set v0.5.3 |
1127 | 2024-11-02T05:40:18.037Z | Downloaded bb8 v0.8.5 |
1128 | 2024-11-02T05:40:18.043Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1129 | 2024-11-02T05:40:18.308Z | Downloaded libsqlite3-sys v0.30.1 |
1130 | 2024-11-02T05:40:18.579Z | Downloaded ring v0.17.8 |
1131 | 2024-11-02T05:40:18.689Z | Downloaded ring v0.16.20 |
1132 | 2024-11-02T05:40:18.862Z | Compiling syn v2.0.79 |
1133 | 2024-11-02T05:40:18.869Z | Compiling serde v1.0.210 |
1134 | 2024-11-02T05:40:18.869Z | Compiling typenum v1.17.0 |
1135 | 2024-11-02T05:40:18.869Z | Compiling generic-array v0.14.7 |
1136 | 2024-11-02T05:40:18.869Z | Compiling lock_api v0.4.12 |
1137 | 2024-11-02T05:40:18.869Z | Compiling scopeguard v1.2.0 |
1138 | 2024-11-02T05:40:18.869Z | Compiling subtle v2.6.1 |
1139 | 2024-11-02T05:40:18.869Z | Compiling getrandom v0.2.15 |
1140 | 2024-11-02T05:40:19.206Z | Compiling value-bag v1.9.0 |
1141 | 2024-11-02T05:40:19.357Z | Compiling rand_core v0.6.4 |
1142 | 2024-11-02T05:40:19.499Z | Compiling const-oid v0.9.6 |
1143 | 2024-11-02T05:40:19.517Z | Compiling jobserver v0.1.32 |
1144 | 2024-11-02T05:40:19.618Z | Compiling shlex v1.3.0 |
1145 | 2024-11-02T05:40:19.831Z | Compiling log v0.4.22 |
1146 | 2024-11-02T05:40:19.896Z | Compiling cc v1.1.30 |
1147 | 2024-11-02T05:40:20.051Z | Compiling pin-project-lite v0.2.14 |
1148 | 2024-11-02T05:40:20.136Z | Compiling smallvec v1.13.2 |
1149 | 2024-11-02T05:40:20.169Z | Compiling parking_lot_core v0.9.10 |
1150 | 2024-11-02T05:40:20.408Z | Compiling futures-core v0.3.31 |
1151 | 2024-11-02T05:40:20.586Z | Compiling signal-hook-registry v1.4.2 |
1152 | 2024-11-02T05:40:20.693Z | Compiling mio v1.0.2 |
1153 | 2024-11-02T05:40:20.696Z | Compiling cpufeatures v0.2.14 |
1154 | 2024-11-02T05:40:20.809Z | Compiling futures-sink v0.3.31 |
1155 | 2024-11-02T05:40:20.960Z | Compiling spin v0.9.8 |
1156 | 2024-11-02T05:40:21.409Z | Compiling parking_lot v0.12.3 |
1157 | 2024-11-02T05:40:21.495Z | Compiling socket2 v0.5.7 |
1158 | 2024-11-02T05:40:21.514Z | Compiling slab v0.4.9 |
1159 | 2024-11-02T05:40:21.894Z | Compiling serde_json v1.0.128 |
1160 | 2024-11-02T05:40:21.911Z | Compiling futures-channel v0.3.31 |
1161 | 2024-11-02T05:40:22.087Z | Compiling futures-io v0.3.31 |
1162 | 2024-11-02T05:40:22.241Z | Compiling futures-task v0.3.31 |
1163 | 2024-11-02T05:40:22.261Z | Compiling tinyvec_macros v0.1.1 |
1164 | 2024-11-02T05:40:22.294Z | Compiling foldhash v0.1.3 |
1165 | 2024-11-02T05:40:22.313Z | Compiling allocator-api2 v0.2.18 |
1166 | 2024-11-02T05:40:22.348Z | Compiling pin-utils v0.1.0 |
1167 | 2024-11-02T05:40:22.398Z | Compiling tinyvec v1.8.0 |
1168 | 2024-11-02T05:40:22.443Z | Compiling libm v0.2.8 |
1169 | 2024-11-02T05:40:22.461Z | Compiling pkg-config v0.3.31 |
1170 | 2024-11-02T05:40:22.520Z | Compiling num-traits v0.2.19 |
1171 | 2024-11-02T05:40:22.595Z | Compiling unicode-bidi v0.3.17 |
1172 | 2024-11-02T05:40:23.038Z | Compiling hashbrown v0.15.0 |
1173 | 2024-11-02T05:40:23.098Z | Compiling base64ct v1.6.0 |
1174 | 2024-11-02T05:40:23.676Z | Compiling pem-rfc7468 v0.7.0 |
1175 | 2024-11-02T05:40:23.880Z | Compiling unicode-normalization v0.1.24 |
1176 | 2024-11-02T05:40:23.922Z | Compiling ring v0.17.8 |
1177 | 2024-11-02T05:40:23.939Z | Compiling flagset v0.4.6 |
1178 | 2024-11-02T05:40:24.162Z | Compiling httparse v1.9.5 |
1179 | 2024-11-02T05:40:24.184Z | Compiling tracing-core v0.1.32 |
1180 | 2024-11-02T05:40:24.408Z | Compiling percent-encoding v2.3.1 |
1181 | 2024-11-02T05:40:24.426Z | Compiling rustls-pki-types v1.9.0 |
1182 | 2024-11-02T05:40:24.758Z | Compiling crossbeam-utils v0.8.20 |
1183 | 2024-11-02T05:40:25.004Z | Compiling time-core v0.1.2 |
1184 | 2024-11-02T05:40:25.147Z | Compiling powerfmt v0.2.0 |
1185 | 2024-11-02T05:40:25.376Z | Compiling untrusted v0.9.0 |
1186 | 2024-11-02T05:40:25.493Z | Compiling num-conv v0.1.0 |
1187 | 2024-11-02T05:40:25.510Z | Compiling vcpkg v0.2.15 |
1188 | 2024-11-02T05:40:25.513Z | Compiling deranged v0.3.11 |
1189 | 2024-11-02T05:40:25.610Z | Compiling num_threads v0.1.7 |
1190 | 2024-11-02T05:40:25.728Z | Compiling atomic-waker v1.1.2 |
1191 | 2024-11-02T05:40:25.730Z | Compiling time-macros v0.2.18 |
1192 | 2024-11-02T05:40:25.762Z | Compiling form_urlencoded v1.2.1 |
1193 | 2024-11-02T05:40:25.902Z | Compiling slog v2.7.0 |
1194 | 2024-11-02T05:40:26.065Z | Compiling rustix v0.38.37 |
1195 | 2024-11-02T05:40:26.370Z | Compiling try-lock v0.2.5 |
1196 | 2024-11-02T05:40:26.511Z | Compiling want v0.3.1 |
1197 | 2024-11-02T05:40:26.657Z | Compiling httpdate v1.0.3 |
1198 | 2024-11-02T05:40:26.905Z | Compiling idna v0.5.0 |
1199 | 2024-11-02T05:40:27.069Z | Compiling openssl v0.10.68 |
1200 | 2024-11-02T05:40:27.265Z | Compiling rustversion v1.0.17 |
1201 | 2024-11-02T05:40:27.460Z | Compiling base64 v0.22.1 |
1202 | 2024-11-02T05:40:27.477Z | Compiling openssl-sys v0.9.104 |
1203 | 2024-11-02T05:40:27.561Z | Compiling foreign-types-shared v0.1.1 |
1204 | 2024-11-02T05:40:27.660Z | Compiling match_cfg v0.1.0 |
1205 | 2024-11-02T05:40:27.752Z | Compiling tower-service v0.3.3 |
1206 | 2024-11-02T05:40:27.869Z | Compiling iana-time-zone v0.1.61 |
1207 | 2024-11-02T05:40:27.889Z | Compiling adler2 v2.0.0 |
1208 | 2024-11-02T05:40:28.085Z | Compiling miniz_oxide v0.8.0 |
1209 | 2024-11-02T05:40:28.208Z | Compiling hostname v0.3.1 |
1210 | 2024-11-02T05:40:28.226Z | Compiling foreign-types v0.3.2 |
1211 | 2024-11-02T05:40:28.278Z | Compiling url v2.5.2 |
1212 | 2024-11-02T05:40:28.310Z | Compiling dirs-sys-next v0.1.2 |
1213 | 2024-11-02T05:40:28.433Z | Compiling aho-corasick v1.1.3 |
1214 | 2024-11-02T05:40:28.580Z | Compiling time v0.3.36 |
1215 | 2024-11-02T05:40:28.907Z | Compiling rustls v0.22.4 |
1216 | 2024-11-02T05:40:29.175Z | Compiling rustls v0.23.14 |
1217 | 2024-11-02T05:40:29.428Z | Compiling data-encoding v2.6.0 |
1218 | 2024-11-02T05:40:29.447Z | Compiling regex-syntax v0.8.5 |
1219 | 2024-11-02T05:40:29.942Z | Compiling siphasher v0.3.11 |
1220 | 2024-11-02T05:40:30.092Z | Compiling native-tls v0.2.12 |
1221 | 2024-11-02T05:40:30.321Z | Compiling syn v1.0.109 |
1222 | 2024-11-02T05:40:30.447Z | Compiling dirs-next v2.0.0 |
1223 | 2024-11-02T05:40:30.965Z | Compiling serde_derive_internals v0.29.1 |
1224 | 2024-11-02T05:40:31.389Z | Compiling crossbeam-epoch v0.9.18 |
1225 | 2024-11-02T05:40:31.866Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1226 | 2024-11-02T05:40:32.082Z | Compiling lazy_static v1.5.0 |
1227 | 2024-11-02T05:40:32.174Z | Compiling serde_derive v1.0.210 |
1228 | 2024-11-02T05:40:32.201Z | Compiling zeroize_derive v1.4.2 |
1229 | 2024-11-02T05:40:32.315Z | Compiling zerocopy-derive v0.7.35 |
1230 | 2024-11-02T05:40:33.131Z | Compiling tokio-macros v2.4.0 |
1231 | 2024-11-02T05:40:33.377Z | Compiling thiserror-impl v1.0.64 |
1232 | 2024-11-02T05:40:33.423Z | Compiling futures-macro v0.3.31 |
1233 | 2024-11-02T05:40:33.640Z | Compiling zeroize v1.8.1 |
1234 | 2024-11-02T05:40:34.381Z | Compiling zerocopy v0.7.35 |
1235 | 2024-11-02T05:40:34.682Z | Compiling der_derive v0.7.3 |
1236 | 2024-11-02T05:40:35.219Z | Compiling futures-util v0.3.31 |
1237 | 2024-11-02T05:40:35.494Z | Compiling crypto-common v0.1.6 |
1238 | 2024-11-02T05:40:35.632Z | Compiling block-buffer v0.10.4 |
1239 | 2024-11-02T05:40:35.724Z | Compiling block-padding v0.3.3 |
1240 | 2024-11-02T05:40:35.813Z | Compiling ppv-lite86 v0.2.20 |
1241 | 2024-11-02T05:40:35.898Z | Compiling digest v0.10.7 |
1242 | 2024-11-02T05:40:35.915Z | Compiling tracing-attributes v0.1.27 |
1243 | 2024-11-02T05:40:35.954Z | Compiling inout v0.1.3 |
1244 | 2024-11-02T05:40:36.229Z | Compiling cipher v0.4.4 |
1245 | 2024-11-02T05:40:36.320Z | Compiling thiserror v1.0.64 |
1246 | 2024-11-02T05:40:36.398Z | Compiling hmac v0.12.1 |
1247 | 2024-11-02T05:40:36.461Z | Compiling sha2 v0.10.8 |
1248 | 2024-11-02T05:40:36.641Z | Compiling rand_chacha v0.3.1 |
1249 | 2024-11-02T05:40:36.660Z | Compiling pbkdf2 v0.12.2 |
1250 | 2024-11-02T05:40:36.759Z | Compiling salsa20 v0.10.2 |
1251 | 2024-11-02T05:40:36.833Z | Compiling pest v2.7.14 |
1252 | 2024-11-02T05:40:36.977Z | Compiling der v0.7.9 |
1253 | 2024-11-02T05:40:36.994Z | Compiling scrypt v0.11.0 |
1254 | 2024-11-02T05:40:37.551Z | Compiling rand v0.8.5 |
1255 | 2024-11-02T05:40:38.926Z | Compiling cbc v0.1.2 |
1256 | 2024-11-02T05:40:39.161Z | Compiling spki v0.7.3 |
1257 | 2024-11-02T05:40:39.449Z | Compiling tracing v0.1.40 |
1258 | 2024-11-02T05:40:39.541Z | Compiling pest_meta v2.7.14 |
1259 | 2024-11-02T05:40:39.760Z | Compiling aes v0.8.4 |
1260 | 2024-11-02T05:40:39.932Z | Compiling scroll_derive v0.12.0 |
1261 | 2024-11-02T05:40:40.038Z | Compiling openssl-macros v0.1.1 |
1262 | 2024-11-02T05:40:40.271Z | Compiling async-trait v0.1.83 |
1263 | 2024-11-02T05:40:40.777Z | Compiling pkcs5 v0.7.1 |
1264 | 2024-11-02T05:40:41.347Z | Compiling scroll v0.12.0 |
1265 | 2024-11-02T05:40:41.559Z | Compiling pest_generator v2.7.14 |
1266 | 2024-11-02T05:40:41.902Z | Compiling goblin v0.8.2 |
1267 | 2024-11-02T05:40:41.971Z | Compiling rustls-webpki v0.102.8 |
1268 | 2024-11-02T05:40:42.531Z | Compiling pkcs8 v0.10.2 |
1269 | 2024-11-02T05:40:42.884Z | Compiling signature v2.2.0 |
1270 | 2024-11-02T05:40:43.183Z | Compiling sha1 v0.10.6 |
1271 | 2024-11-02T05:40:43.275Z | Compiling regex-automata v0.4.8 |
1272 | 2024-11-02T05:40:43.437Z | Compiling thread_local v1.1.8 |
1273 | 2024-11-02T05:40:43.581Z | Compiling multer v3.1.0 |
1274 | 2024-11-02T05:40:43.658Z | Compiling cookie v0.18.1 |
1275 | 2024-11-02T05:40:43.892Z | Compiling encoding_rs v0.8.34 |
1276 | 2024-11-02T05:40:43.976Z | Compiling openssl-probe v0.1.5 |
1277 | 2024-11-02T05:40:44.007Z | Compiling slog-async v2.8.0 |
1278 | 2024-11-02T05:40:44.027Z | Compiling ipnet v2.10.1 |
1279 | 2024-11-02T05:40:44.224Z | Compiling pest_derive v2.7.14 |
1280 | 2024-11-02T05:40:44.344Z | Compiling schemars v0.8.21 |
1281 | 2024-11-02T05:40:44.521Z | Compiling rayon-core v1.12.1 |
1282 | 2024-11-02T05:40:44.691Z | Compiling unicode-properties v0.1.3 |
1283 | 2024-11-02T05:40:44.803Z | Compiling paste v1.0.15 |
1284 | 2024-11-02T05:40:45.011Z | Compiling dtrace-parser v0.2.0 |
1285 | 2024-11-02T05:40:45.078Z | Compiling mime v0.3.17 |
1286 | 2024-11-02T05:40:45.171Z | Compiling gimli v0.31.1 |
1287 | 2024-11-02T05:40:45.294Z | Compiling signal-hook v0.3.17 |
1288 | 2024-11-02T05:40:45.553Z | Compiling either v1.13.0 |
1289 | 2024-11-02T05:40:45.693Z | Compiling bytes v1.7.2 |
1290 | 2024-11-02T05:40:46.060Z | Compiling indexmap v2.6.0 |
1291 | 2024-11-02T05:40:46.944Z | Compiling tokio v1.40.0 |
1292 | 2024-11-02T05:40:47.001Z | Compiling http v1.1.0 |
1293 | 2024-11-02T05:40:47.563Z | Compiling bitflags v2.6.0 |
1294 | 2024-11-02T05:40:47.974Z | Compiling semver v1.0.23 |
1295 | 2024-11-02T05:40:48.039Z | Compiling dof v0.3.0 |
1296 | 2024-11-02T05:40:48.714Z | Compiling rustc_version v0.4.1 |
1297 | 2024-11-02T05:40:49.131Z | Compiling http-body v1.0.1 |
1298 | 2024-11-02T05:40:49.386Z | Compiling serde_tokenstream v0.2.2 |
1299 | 2024-11-02T05:40:49.508Z | Compiling serde_spanned v0.6.8 |
1300 | 2024-11-02T05:40:49.744Z | Compiling uuid v1.10.0 |
1301 | 2024-11-02T05:40:49.987Z | Compiling toml_datetime v0.6.8 |
1302 | 2024-11-02T05:40:50.091Z | Compiling usdt-impl v0.5.0 |
1303 | 2024-11-02T05:40:50.252Z | Compiling chrono v0.4.38 |
1304 | 2024-11-02T05:40:50.494Z | Compiling heapless v0.7.17 |
1305 | 2024-11-02T05:40:50.924Z | Compiling http-body-util v0.1.2 |
1306 | 2024-11-02T05:40:51.514Z | Compiling toml_edit v0.22.22 |
1307 | 2024-11-02T05:40:51.556Z | Compiling addr2line v0.24.2 |
1308 | 2024-11-02T05:40:51.649Z | Compiling usdt-macro v0.5.0 |
1309 | 2024-11-02T05:40:52.236Z | Compiling usdt-attr-macro v0.5.0 |
1310 | 2024-11-02T05:40:53.081Z | Compiling curve25519-dalek v4.1.3 |
1311 | 2024-11-02T05:40:53.739Z | Compiling slog-json v2.6.1 |
1312 | 2024-11-02T05:40:53.766Z | Compiling serde_urlencoded v0.7.1 |
1313 | 2024-11-02T05:40:53.968Z | Compiling stringprep v0.1.5 |
1314 | 2024-11-02T05:40:54.646Z | Compiling futures-executor v0.3.31 |
1315 | 2024-11-02T05:40:55.112Z | Compiling tokio-util v0.7.12 |
1316 | 2024-11-02T05:40:55.212Z | Compiling md-5 v0.10.6 |
1317 | 2024-11-02T05:40:55.350Z | Compiling schemars_derive v0.8.21 |
1318 | 2024-11-02T05:40:56.438Z | Compiling h2 v0.4.6 |
1319 | 2024-11-02T05:40:57.137Z | Compiling enum-as-inner v0.6.1 |
1320 | 2024-11-02T05:40:58.327Z | Compiling async-stream-impl v0.3.6 |
1321 | 2024-11-02T05:40:58.774Z | Compiling crossbeam-deque v0.8.5 |
1322 | 2024-11-02T05:40:59.348Z | Compiling term v0.7.0 |
1323 | 2024-11-02T05:40:59.659Z | Compiling crossbeam-channel v0.5.13 |
1324 | 2024-11-02T05:40:59.661Z | Compiling num-integer v0.1.46 |
1325 | 2024-11-02T05:41:00.439Z | Compiling rustls-pemfile v2.2.0 |
1326 | 2024-11-02T05:41:00.763Z | Compiling idna v0.4.0 |
1327 | 2024-11-02T05:41:00.782Z | Compiling idna v0.3.0 |
1328 | 2024-11-02T05:41:00.782Z | Compiling hash32 v0.2.1 |
1329 | 2024-11-02T05:41:01.320Z | Compiling ff v0.13.0 |
1330 | 2024-11-02T05:41:02.549Z | Compiling is-terminal v0.4.13 |
1331 | 2024-11-02T05:41:02.551Z | Compiling object v0.36.5 |
1332 | 2024-11-02T05:41:02.551Z | Compiling dropshot v0.12.0 |
1333 | 2024-11-02T05:41:02.551Z | Compiling base16ct v0.2.0 |
1334 | 2024-11-02T05:41:02.551Z | Compiling num-bigint-dig v0.8.4 |
1335 | 2024-11-02T05:41:02.551Z | Compiling take_mut v0.2.2 |
1336 | 2024-11-02T05:41:02.554Z | Compiling utf-8 v0.7.6 |
1337 | 2024-11-02T05:41:02.571Z | Compiling portable-atomic v1.9.0 |
1338 | 2024-11-02T05:41:02.665Z | Compiling rustc-demangle v0.1.24 |
1339 | 2024-11-02T05:41:02.867Z | Compiling smoltcp v0.9.1 |
1340 | 2024-11-02T05:41:03.582Z | Compiling hyper v1.4.1 |
1341 | 2024-11-02T05:41:03.585Z | Compiling stable_deref_trait v1.2.0 |
1342 | 2024-11-02T05:41:03.618Z | Compiling anyhow v1.0.92 |
1343 | 2024-11-02T05:41:03.704Z | Compiling quick-error v1.2.3 |
1344 | 2024-11-02T05:41:03.783Z | Compiling psl-types v2.0.11 |
1345 | 2024-11-02T05:41:03.844Z | Compiling linked-hash-map v0.5.6 |
1346 | 2024-11-02T05:41:03.979Z | Compiling fallible-iterator v0.2.0 |
1347 | 2024-11-02T05:41:04.258Z | Compiling dyn-clone v1.0.17 |
1348 | 2024-11-02T05:41:04.639Z | Compiling postgres-protocol v0.6.7 |
1349 | 2024-11-02T05:41:04.678Z | Compiling lru-cache v0.1.2 |
1350 | 2024-11-02T05:41:04.884Z | Compiling publicsuffix v2.2.3 |
1351 | 2024-11-02T05:41:05.131Z | Compiling resolv-conf v0.7.0 |
1352 | 2024-11-02T05:41:05.977Z | Compiling hyper-util v0.1.9 |
1353 | 2024-11-02T05:41:06.662Z | Compiling tungstenite v0.24.0 |
1354 | 2024-11-02T05:41:07.433Z | Compiling sec1 v0.7.3 |
1355 | 2024-11-02T05:41:07.581Z | Compiling usdt v0.5.0 |
1356 | 2024-11-02T05:41:08.003Z | Compiling slog-term v2.9.1 |
1357 | 2024-11-02T05:41:08.064Z | Compiling hickory-proto v0.24.1 |
1358 | 2024-11-02T05:41:08.092Z | Compiling group v0.13.0 |
1359 | 2024-11-02T05:41:08.221Z | Compiling tokio-rustls v0.26.0 |
1360 | 2024-11-02T05:41:08.413Z | Compiling num-iter v0.1.45 |
1361 | 2024-11-02T05:41:08.601Z | Compiling async-stream v0.3.6 |
1362 | 2024-11-02T05:41:08.837Z | Compiling tokio-rustls v0.25.0 |
1363 | 2024-11-02T05:41:08.921Z | Compiling tokio-native-tls v0.3.1 |
1364 | 2024-11-02T05:41:09.155Z | Compiling backtrace v0.3.74 |
1365 | 2024-11-02T05:41:09.213Z | Compiling futures v0.3.31 |
1366 | 2024-11-02T05:41:09.266Z | Compiling toml v0.8.19 |
1367 | 2024-11-02T05:41:09.766Z | Compiling camino v1.1.9 |
1368 | 2024-11-02T05:41:10.361Z | Compiling slog-bunyan v2.5.0 |
1369 | 2024-11-02T05:41:10.505Z | Compiling terminal_size v0.4.0 |
1370 | 2024-11-02T05:41:10.579Z | Compiling dropshot_endpoint v0.12.0 |
1371 | 2024-11-02T05:41:10.723Z | Compiling openapiv3 v2.0.0 |
1372 | 2024-11-02T05:41:10.921Z | Compiling serde_path_to_error v0.1.16 |
1373 | 2024-11-02T05:41:11.578Z | Compiling hkdf v0.12.4 |
1374 | 2024-11-02T05:41:11.724Z | Compiling crypto-bigint v0.5.5 |
1375 | 2024-11-02T05:41:11.794Z | Compiling zerocopy-derive v0.6.6 |
1376 | 2024-11-02T05:41:11.843Z | Compiling curve25519-dalek-derive v0.1.1 |
1377 | 2024-11-02T05:41:12.438Z | Compiling phf_shared v0.11.2 |
1378 | 2024-11-02T05:41:12.502Z | Compiling hubpack_derive v0.1.1 |
1379 | 2024-11-02T05:41:12.824Z | Compiling waitgroup v0.1.2 |
1380 | 2024-11-02T05:41:13.026Z | Compiling webpki-roots v0.26.6 |
1381 | 2024-11-02T05:41:13.259Z | Compiling hostname v0.4.0 |
1382 | 2024-11-02T05:41:13.322Z | Compiling fs-err v2.11.0 |
1383 | 2024-11-02T05:41:13.383Z | Compiling crc32fast v1.4.2 |
1384 | 2024-11-02T05:41:13.503Z | Compiling ahash v0.8.11 |
1385 | 2024-11-02T05:41:13.600Z | Compiling debug-ignore v1.0.5 |
1386 | 2024-11-02T05:41:13.713Z | Compiling managed v0.8.0 |
1387 | 2024-11-02T05:41:13.747Z | Compiling bitflags v1.3.2 |
1388 | 2024-11-02T05:41:13.834Z | Compiling winnow v0.5.40 |
1389 | 2024-11-02T05:41:13.852Z | Compiling clap_builder v4.5.20 |
1390 | 2024-11-02T05:41:13.920Z | Compiling zerocopy v0.6.6 |
1391 | 2024-11-02T05:41:14.824Z | Compiling elliptic-curve v0.13.8 |
1392 | 2024-11-02T05:41:15.077Z | Compiling console v0.15.8 |
1393 | 2024-11-02T05:41:15.682Z | Compiling strum_macros v0.25.3 |
1394 | 2024-11-02T05:41:16.415Z | Compiling flate2 v1.0.34 |
1395 | 2024-11-02T05:41:16.569Z | Compiling hickory-resolver v0.24.1 |
1396 | 2024-11-02T05:41:17.349Z | Compiling hubpack v0.1.2 |
1397 | 2024-11-02T05:41:17.763Z | Compiling toml_edit v0.19.15 |
1398 | 2024-11-02T05:41:17.856Z | Compiling hyper-rustls v0.27.3 |
1399 | 2024-11-02T05:41:18.030Z | Compiling phf v0.11.2 |
1400 | 2024-11-02T05:41:18.336Z | Compiling signal-hook-mio v0.2.4 |
1401 | 2024-11-02T05:41:18.494Z | Compiling cookie_store v0.21.0 |
1402 | 2024-11-02T05:41:19.323Z | Compiling rayon v1.10.0 |
1403 | 2024-11-02T05:41:19.515Z | Compiling bzip2 v0.4.4 |
1404 | 2024-11-02T05:41:19.914Z | Compiling hyper-tls v0.6.0 |
1405 | 2024-11-02T05:41:20.333Z | Compiling tokio-tungstenite v0.24.0 |
1406 | 2024-11-02T05:41:22.246Z | Compiling postgres-types v0.2.8 |
1407 | 2024-11-02T05:41:22.576Z | Compiling tokio-stream v0.1.16 |
1408 | 2024-11-02T05:41:22.894Z | Compiling regex v1.11.0 |
1409 | 2024-11-02T05:41:23.635Z | Compiling bstr v1.10.0 |
1410 | 2024-11-02T05:41:23.708Z | Compiling serde-big-array v0.5.1 |
1411 | 2024-11-02T05:41:23.947Z | Compiling ed25519 v2.2.3 |
1412 | 2024-11-02T05:41:23.992Z | Compiling pkcs1 v0.7.5 |
1413 | 2024-11-02T05:41:24.102Z | Compiling rfc6979 v0.4.0 |
1414 | 2024-11-02T05:41:24.136Z | Compiling clap_derive v4.5.18 |
1415 | 2024-11-02T05:41:24.297Z | Compiling derive-where v1.2.7 |
1416 | 2024-11-02T05:41:24.949Z | Compiling serde_repr v0.1.19 |
1417 | 2024-11-02T05:41:25.248Z | Compiling phf_shared v0.10.0 |
1418 | 2024-11-02T05:41:25.404Z | Compiling float-cmp v0.9.0 |
1419 | 2024-11-02T05:41:25.635Z | Compiling sync_wrapper v1.0.1 |
1420 | 2024-11-02T05:41:25.659Z | Compiling minimal-lexical v0.2.1 |
1421 | 2024-11-02T05:41:25.778Z | Compiling whoami v1.5.2 |
1422 | 2024-11-02T05:41:25.802Z | Compiling new_debug_unreachable v1.0.6 |
1423 | 2024-11-02T05:41:25.897Z | Compiling difflib v0.4.0 |
1424 | 2024-11-02T05:41:25.932Z | Compiling precomputed-hash v0.1.1 |
1425 | 2024-11-02T05:41:26.049Z | Compiling unicode-segmentation v1.12.0 |
1426 | 2024-11-02T05:41:26.067Z | Compiling bit-vec v0.6.3 |
1427 | 2024-11-02T05:41:26.144Z | Compiling fixedbitset v0.4.2 |
1428 | 2024-11-02T05:41:26.419Z | Compiling number_prefix v0.4.0 |
1429 | 2024-11-02T05:41:26.506Z | Compiling static_assertions v1.1.0 |
1430 | 2024-11-02T05:41:26.610Z | Compiling normalize-line-endings v0.3.0 |
1431 | 2024-11-02T05:41:26.612Z | Compiling predicates-core v1.0.8 |
1432 | 2024-11-02T05:41:26.642Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1433 | 2024-11-02T05:41:26.736Z | Compiling similar v2.6.0 |
1434 | 2024-11-02T05:41:26.913Z | Compiling predicates v3.1.2 |
1435 | 2024-11-02T05:41:26.999Z | Compiling indicatif v0.17.8 |
1436 | 2024-11-02T05:41:27.448Z | Compiling petgraph v0.6.5 |
1437 | 2024-11-02T05:41:27.535Z | Compiling qorb v0.2.0 |
1438 | 2024-11-02T05:41:28.587Z | Compiling bit-set v0.5.3 |
1439 | 2024-11-02T05:41:28.701Z | Compiling clap v4.5.20 |
1440 | 2024-11-02T05:41:28.827Z | Compiling tokio-postgres v0.7.12 |
1441 | 2024-11-02T05:41:28.889Z | Compiling nom v7.1.3 |
1442 | 2024-11-02T05:41:29.127Z | Compiling string_cache v0.8.7 |
1443 | 2024-11-02T05:41:29.156Z | Compiling reqwest v0.12.8 |
1444 | 2024-11-02T05:41:29.603Z | Compiling rsa v0.9.6 |
1445 | 2024-11-02T05:41:31.487Z | Compiling ecdsa v0.16.9 |
1446 | 2024-11-02T05:41:32.350Z | Compiling ed25519-dalek v2.1.1 |
1447 | 2024-11-02T05:41:32.576Z | Compiling toml v0.7.8 |
1448 | 2024-11-02T05:41:33.471Z | Compiling zip v0.6.6 |
1449 | 2024-11-02T05:41:33.674Z | Compiling crossterm v0.28.1 |
1450 | 2024-11-02T05:41:34.240Z | Compiling itertools v0.10.5 |
1451 | 2024-11-02T05:41:34.527Z | Compiling itertools v0.12.1 |
1452 | 2024-11-02T05:41:34.578Z | Compiling hex v0.4.3 |
1453 | 2024-11-02T05:41:34.617Z | Compiling x509-cert v0.2.5 |
1454 | 2024-11-02T05:41:34.932Z | Compiling lalrpop-util v0.19.12 |
1455 | 2024-11-02T05:41:35.192Z | Compiling unicode-xid v0.2.6 |
1456 | 2024-11-02T05:41:35.293Z | Compiling peg-runtime v0.8.3 |
1457 | 2024-11-02T05:41:35.373Z | Compiling xattr v1.3.1 |
1458 | 2024-11-02T05:41:35.636Z | Compiling strum_macros v0.26.4 |
1459 | 2024-11-02T05:41:35.979Z | Compiling filetime v0.2.25 |
1460 | 2024-11-02T05:41:36.292Z | Compiling tar v0.4.42 |
1461 | 2024-11-02T05:41:38.916Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1462 | 2024-11-02T05:41:38.940Z | Compiling strum v0.26.3 |
1463 | 2024-11-02T05:41:39.166Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1464 | 2024-11-02T05:41:44.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
1465 | 2024-11-02T05:41:44.569Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1466 | 2024-11-02T05:41:44.614Z | Nov 02 05:41:43.570 INFO Starting download, target: Cockroach |
1467 | 2024-11-02T05:41:44.614Z | Nov 02 05:41:43.570 INFO Starting download, target: Clickhouse |
1468 | 2024-11-02T05:41:44.614Z | Nov 02 05:41:43.570 INFO Starting download, target: Console |
1469 | 2024-11-02T05:41:44.617Z | Nov 02 05:41:43.570 INFO Starting download, target: DendriteOpenapi |
1470 | 2024-11-02T05:41:44.617Z | Nov 02 05:41:43.570 INFO Starting download, target: DendriteStub |
1471 | 2024-11-02T05:41:44.617Z | Nov 02 05:41:43.570 INFO Starting download, target: MaghemiteMgd |
1472 | 2024-11-02T05:41:44.617Z | Nov 02 05:41:43.570 INFO Starting download, target: TransceiverControl |
1473 | 2024-11-02T05:41:44.617Z | Nov 02 05:41:43.571 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1474 | 2024-11-02T05:41:44.617Z | Nov 02 05:41:43.571 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1475 | 2024-11-02T05:41:44.617Z | Nov 02 05:41:43.571 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1476 | 2024-11-02T05:41:44.617Z | Nov 02 05:41:43.571 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1477 | 2024-11-02T05:41:44.617Z | Nov 02 05:41:43.571 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1478 | 2024-11-02T05:41:44.617Z | Nov 02 05:41:43.571 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1479 | 2024-11-02T05:41:44.617Z | Nov 02 05:41:43.571 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1480 | 2024-11-02T05:41:44.830Z | Nov 02 05:41:43.785 INFO Download complete, target: DendriteOpenapi |
1481 | 2024-11-02T05:41:45.063Z | Nov 02 05:41:43.998 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1482 | 2024-11-02T05:41:45.256Z | Nov 02 05:41:44.208 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1483 | 2024-11-02T05:41:45.590Z | Nov 02 05:41:44.531 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1484 | 2024-11-02T05:41:45.603Z | Nov 02 05:41:44.545 INFO Download complete, target: Console |
1485 | 2024-11-02T05:41:45.661Z | Nov 02 05:41:44.613 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1486 | 2024-11-02T05:41:45.755Z | Nov 02 05:41:44.706 INFO Download complete, target: TransceiverControl |
1487 | 2024-11-02T05:41:46.171Z | Nov 02 05:41:45.127 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1488 | 2024-11-02T05:41:46.171Z | Nov 02 05:41:45.127 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1489 | 2024-11-02T05:41:46.553Z | Nov 02 05:41:45.509 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1490 | 2024-11-02T05:41:48.297Z | Nov 02 05:41:47.252 INFO Download complete, target: DendriteStub |
1491 | 2024-11-02T05:41:48.461Z | Nov 02 05:41:47.415 INFO Download complete, target: MaghemiteMgd |
1492 | 2024-11-02T05:41:53.366Z | Nov 02 05:41:52.322 INFO Checking that binary works, target: Cockroach |
1493 | 2024-11-02T05:41:53.525Z | Nov 02 05:41:52.481 INFO Download complete, target: Cockroach |
1494 | 2024-11-02T05:41:58.776Z | Nov 02 05:41:57.732 INFO Checking that binary works, target: Clickhouse |
1495 | 2024-11-02T05:41:59.255Z | Nov 02 05:41:58.211 INFO Download complete, target: Clickhouse |
1496 | 2024-11-02T05:41:59.457Z | All builder prerequisites installed successfully, and PATH looks valid |
1497 | 2024-11-02T05:41:59.460Z | |
1498 | 2024-11-02T05:41:59.460Z | real 4:25.833509631 |
1499 | 2024-11-02T05:41:59.460Z | user 12:02.033573880 |
1500 | 2024-11-02T05:41:59.460Z | sys 2:38.047072151 |
1501 | 2024-11-02T05:41:59.460Z | trap 0.417452227 |
1502 | 2024-11-02T05:41:59.460Z | tflt 4.200104111 |
1503 | 2024-11-02T05:41:59.460Z | dflt 3.410254502 |
1504 | 2024-11-02T05:41:59.460Z | kflt 0.375550223 |
1505 | 2024-11-02T05:41:59.460Z | lock 22:46.626115131 |
1506 | 2024-11-02T05:41:59.460Z | slp 48:43.143200371 |
1507 | 2024-11-02T05:41:59.460Z | lat 44.125374838 |
1508 | 2024-11-02T05:41:59.460Z | stop 1:56.775230247 |
1509 | 2024-11-02T05:41:59.460Z | + banner clippy |
1510 | 2024-11-02T05:41:59.463Z | |
1511 | 2024-11-02T05:41:59.463Z | #### # # ##### ##### # # |
1512 | 2024-11-02T05:41:59.463Z | # # # # # # # # # # |
1513 | 2024-11-02T05:41:59.463Z | # # # # # # # # |
1514 | 2024-11-02T05:41:59.463Z | # # # ##### ##### # |
1515 | 2024-11-02T05:41:59.463Z | # # # # # # # |
1516 | 2024-11-02T05:41:59.463Z | #### ###### # # # # |
1517 | 2024-11-02T05:41:59.463Z | |
1518 | 2024-11-02T05:41:59.463Z | + export CARGO_INCREMENTAL=0 |
1519 | 2024-11-02T05:41:59.463Z | + CARGO_INCREMENTAL=0 |
1520 | 2024-11-02T05:41:59.463Z | + ptime -m cargo xtask clippy |
1521 | 2024-11-02T05:41:59.937Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1522 | 2024-11-02T05:42:03.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s |
1523 | 2024-11-02T05:42:03.355Z | Running `target/debug/xtask clippy` |
1524 | 2024-11-02T05:42:03.375Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1525 | 2024-11-02T05:42:03.962Z | Downloading crates ... |
1526 | 2024-11-02T05:42:04.271Z | Downloaded async-channel v2.3.1 |
1527 | 2024-11-02T05:42:04.279Z | Downloaded async-io v2.3.4 |
1528 | 2024-11-02T05:42:04.282Z | Downloaded assert_cmd v2.0.16 |
1529 | 2024-11-02T05:42:04.286Z | Downloaded async-object-pool v0.1.5 |
1530 | 2024-11-02T05:42:04.290Z | Downloaded anes v0.1.6 |
1531 | 2024-11-02T05:42:04.295Z | Downloaded escape8259 v0.5.3 |
1532 | 2024-11-02T05:42:04.298Z | Downloaded async-channel v1.9.0 |
1533 | 2024-11-02T05:42:04.300Z | Downloaded oorandom v11.1.4 |
1534 | 2024-11-02T05:42:04.300Z | Downloaded criterion-plot v0.5.0 |
1535 | 2024-11-02T05:42:04.303Z | Downloaded path-tree v0.8.1 |
1536 | 2024-11-02T05:42:04.306Z | Downloaded similar-asserts v1.6.0 |
1537 | 2024-11-02T05:42:04.309Z | Downloaded event-listener-strategy v0.5.2 |
1538 | 2024-11-02T05:42:04.309Z | Downloaded futures-timer v3.0.3 |
1539 | 2024-11-02T05:42:04.314Z | Downloaded blake2b_simd v1.0.2 |
1540 | 2024-11-02T05:42:04.317Z | Downloaded target-spec v3.2.2 |
1541 | 2024-11-02T05:42:04.320Z | Downloaded approx v0.5.1 |
1542 | 2024-11-02T05:42:04.322Z | Downloaded tinytemplate v1.2.1 |
1543 | 2024-11-02T05:42:04.328Z | Downloaded async-attributes v1.1.2 |
1544 | 2024-11-02T05:42:04.334Z | Downloaded rust-argon2 v2.1.0 |
1545 | 2024-11-02T05:42:04.337Z | Downloaded async-lock v3.4.0 |
1546 | 2024-11-02T05:42:04.339Z | Downloaded rstest v0.23.0 |
1547 | 2024-11-02T05:42:04.343Z | Downloaded async-global-executor v2.4.1 |
1548 | 2024-11-02T05:42:04.345Z | Downloaded libtest-mimic v0.7.3 |
1549 | 2024-11-02T05:42:04.347Z | Downloaded assert-json-diff v2.0.2 |
1550 | 2024-11-02T05:42:04.349Z | Downloaded rand_distr v0.4.3 |
1551 | 2024-11-02T05:42:04.352Z | Downloaded polling v3.7.3 |
1552 | 2024-11-02T05:42:04.354Z | Downloaded async-executor v1.13.1 |
1553 | 2024-11-02T05:42:04.357Z | Downloaded hyper-rustls v0.26.0 |
1554 | 2024-11-02T05:42:04.359Z | Downloaded cfg-expr v0.17.0 |
1555 | 2024-11-02T05:42:04.368Z | Downloaded plotters v0.3.7 |
1556 | 2024-11-02T05:42:04.377Z | Downloaded nested v0.1.1 |
1557 | 2024-11-02T05:42:04.383Z | Downloaded guppy-workspace-hack v0.1.0 |
1558 | 2024-11-02T05:42:04.386Z | Downloaded plotters-svg v0.3.7 |
1559 | 2024-11-02T05:42:04.392Z | Downloaded pathdiff v0.2.2 |
1560 | 2024-11-02T05:42:04.395Z | Downloaded doc-comment v0.3.3 |
1561 | 2024-11-02T05:42:04.397Z | Downloaded parking v2.2.1 |
1562 | 2024-11-02T05:42:04.397Z | Downloaded async-signal v0.2.10 |
1563 | 2024-11-02T05:42:04.400Z | Downloaded concurrent-queue v2.5.0 |
1564 | 2024-11-02T05:42:04.402Z | Downloaded blocking v1.6.1 |
1565 | 2024-11-02T05:42:04.402Z | Downloaded indoc v2.0.5 |
1566 | 2024-11-02T05:42:04.405Z | Downloaded threadpool v1.8.1 |
1567 | 2024-11-02T05:42:04.408Z | Downloaded stringmetrics v2.2.2 |
1568 | 2024-11-02T05:42:04.410Z | Downloaded num_cpus v1.16.0 |
1569 | 2024-11-02T05:42:04.413Z | Downloaded cast v0.3.0 |
1570 | 2024-11-02T05:42:04.413Z | Downloaded piper v0.2.4 |
1571 | 2024-11-02T05:42:04.415Z | Downloaded serde_regex v1.1.0 |
1572 | 2024-11-02T05:42:04.415Z | Downloaded kv-log-macro v1.0.7 |
1573 | 2024-11-02T05:42:04.418Z | Downloaded relative-path v1.9.3 |
1574 | 2024-11-02T05:42:04.418Z | Downloaded plotters-backend v0.3.7 |
1575 | 2024-11-02T05:42:04.421Z | Downloaded async-process v2.3.0 |
1576 | 2024-11-02T05:42:04.425Z | Downloaded proc-macro-crate v3.2.0 |
1577 | 2024-11-02T05:42:04.428Z | Downloaded futures-lite v2.3.0 |
1578 | 2024-11-02T05:42:04.428Z | Downloaded datatest-stable v0.2.9 |
1579 | 2024-11-02T05:42:04.431Z | Downloaded event-listener v2.5.3 |
1580 | 2024-11-02T05:42:04.434Z | Downloaded rustls-native-certs v0.7.3 |
1581 | 2024-11-02T05:42:04.436Z | Downloaded httptest v0.16.1 |
1582 | 2024-11-02T05:42:04.439Z | Downloaded target-lexicon v0.12.16 |
1583 | 2024-11-02T05:42:04.439Z | Downloaded event-listener v5.3.1 |
1584 | 2024-11-02T05:42:04.441Z | Downloaded partial-io v0.5.4 |
1585 | 2024-11-02T05:42:04.443Z | Downloaded async-task v4.7.1 |
1586 | 2024-11-02T05:42:04.445Z | Downloaded trybuild v1.0.100 |
1587 | 2024-11-02T05:42:04.454Z | Downloaded async-std v1.13.0 |
1588 | 2024-11-02T05:42:04.487Z | Downloaded yansi v1.0.1 |
1589 | 2024-11-02T05:42:04.489Z | Downloaded fancy-regex v0.13.0 |
1590 | 2024-11-02T05:42:04.492Z | Downloaded criterion v0.5.1 |
1591 | 2024-11-02T05:42:04.498Z | Downloaded rstest_macros v0.23.0 |
1592 | 2024-11-02T05:42:04.501Z | Downloaded guppy v0.17.8 |
1593 | 2024-11-02T05:42:04.506Z | Downloaded pretty_assertions v1.4.1 |
1594 | 2024-11-02T05:42:04.586Z | Downloaded httpmock v0.8.0-alpha.1 |
1595 | 2024-11-02T05:42:05.282Z | Checking cfg-if v1.0.0 |
1596 | 2024-11-02T05:42:05.354Z | Checking libc v0.2.161 |
1597 | 2024-11-02T05:42:05.372Z | Checking serde v1.0.210 |
1598 | 2024-11-02T05:42:05.386Z | Checking memchr v2.7.4 |
1599 | 2024-11-02T05:42:05.407Z | Checking value-bag v1.9.0 |
1600 | 2024-11-02T05:42:05.423Z | Checking scopeguard v1.2.0 |
1601 | 2024-11-02T05:42:05.447Z | Checking itoa v1.0.11 |
1602 | 2024-11-02T05:42:05.447Z | Checking zeroize v1.8.1 |
1603 | 2024-11-02T05:42:05.491Z | Checking smallvec v1.13.2 |
1604 | 2024-11-02T05:42:05.563Z | Checking lock_api v0.4.12 |
1605 | 2024-11-02T05:42:05.681Z | Checking byteorder v1.5.0 |
1606 | 2024-11-02T05:42:05.708Z | Checking pin-project-lite v0.2.14 |
1607 | 2024-11-02T05:42:05.802Z | Checking log v0.4.22 |
1608 | 2024-11-02T05:42:05.832Z | Checking once_cell v1.20.2 |
1609 | 2024-11-02T05:42:05.856Z | Checking subtle v2.6.1 |
1610 | 2024-11-02T05:42:05.987Z | Checking typenum v1.17.0 |
1611 | 2024-11-02T05:42:06.089Z | Checking futures-core v0.3.31 |
1612 | 2024-11-02T05:42:06.134Z | Checking libm v0.2.8 |
1613 | 2024-11-02T05:42:06.136Z | Checking thiserror v1.0.64 |
1614 | 2024-11-02T05:42:06.236Z | Checking zerocopy v0.7.35 |
1615 | 2024-11-02T05:42:06.268Z | Checking ryu v1.0.18 |
1616 | 2024-11-02T05:42:06.296Z | Checking spin v0.9.8 |
1617 | 2024-11-02T05:42:06.333Z | Checking const-oid v0.9.6 |
1618 | 2024-11-02T05:42:06.404Z | Checking getrandom v0.2.15 |
1619 | 2024-11-02T05:42:06.492Z | Checking parking_lot_core v0.9.10 |
1620 | 2024-11-02T05:42:06.627Z | Checking signal-hook-registry v1.4.2 |
1621 | 2024-11-02T05:42:06.650Z | Checking rand_core v0.6.4 |
1622 | 2024-11-02T05:42:06.836Z | Checking parking_lot v0.12.3 |
1623 | 2024-11-02T05:42:06.901Z | Checking mio v1.0.2 |
1624 | 2024-11-02T05:42:06.992Z | Checking socket2 v0.5.7 |
1625 | 2024-11-02T05:42:07.084Z | Checking num-traits v0.2.19 |
1626 | 2024-11-02T05:42:07.184Z | Checking futures-io v0.3.31 |
1627 | 2024-11-02T05:42:07.344Z | Checking generic-array v0.14.7 |
1628 | 2024-11-02T05:42:07.388Z | Checking slab v0.4.9 |
1629 | 2024-11-02T05:42:07.495Z | Checking allocator-api2 v0.2.18 |
1630 | 2024-11-02T05:42:07.525Z | Checking futures-sink v0.3.31 |
1631 | 2024-11-02T05:42:07.658Z | Checking cpufeatures v0.2.14 |
1632 | 2024-11-02T05:42:07.685Z | Checking pin-utils v0.1.0 |
1633 | 2024-11-02T05:42:07.752Z | Checking foldhash v0.1.3 |
1634 | 2024-11-02T05:42:07.779Z | Checking equivalent v1.0.1 |
1635 | 2024-11-02T05:42:07.804Z | Checking futures-channel v0.3.31 |
1636 | 2024-11-02T05:42:07.890Z | Checking futures-task v0.3.31 |
1637 | 2024-11-02T05:42:07.970Z | Checking fnv v1.0.7 |
1638 | 2024-11-02T05:42:08.088Z | Checking hashbrown v0.15.0 |
1639 | 2024-11-02T05:42:08.123Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1640 | 2024-11-02T05:42:08.150Z | Checking tracing-core v0.1.32 |
1641 | 2024-11-02T05:42:08.153Z | Checking futures-util v0.3.31 |
1642 | 2024-11-02T05:42:08.210Z | Checking iana-time-zone v0.1.61 |
1643 | 2024-11-02T05:42:08.359Z | Checking ppv-lite86 v0.2.20 |
1644 | 2024-11-02T05:42:08.468Z | Checking errno v0.3.9 |
1645 | 2024-11-02T05:42:08.530Z | Checking crypto-common v0.1.6 |
1646 | 2024-11-02T05:42:08.627Z | Checking block-buffer v0.10.4 |
1647 | 2024-11-02T05:42:08.713Z | Checking tinyvec_macros v0.1.1 |
1648 | 2024-11-02T05:42:08.807Z | Checking tracing v0.1.40 |
1649 | 2024-11-02T05:42:08.810Z | Checking tinyvec v1.8.0 |
1650 | 2024-11-02T05:42:08.829Z | Checking unicode-bidi v0.3.17 |
1651 | 2024-11-02T05:42:08.870Z | Checking digest v0.10.7 |
1652 | 2024-11-02T05:42:09.147Z | Checking rand_chacha v0.3.1 |
1653 | 2024-11-02T05:42:09.172Z | Checking block-padding v0.3.3 |
1654 | 2024-11-02T05:42:09.200Z | Checking dyn-clone v1.0.17 |
1655 | 2024-11-02T05:42:09.235Z | Checking percent-encoding v2.3.1 |
1656 | 2024-11-02T05:42:09.351Z | Checking crossbeam-utils v0.8.20 |
1657 | 2024-11-02T05:42:09.389Z | Checking inout v0.1.3 |
1658 | 2024-11-02T05:42:09.447Z | Checking httparse v1.9.5 |
1659 | 2024-11-02T05:42:09.480Z | Checking form_urlencoded v1.2.1 |
1660 | 2024-11-02T05:42:09.540Z | Checking rand v0.8.5 |
1661 | 2024-11-02T05:42:09.631Z | Checking cipher v0.4.4 |
1662 | 2024-11-02T05:42:09.661Z | Checking base64ct v1.6.0 |
1663 | 2024-11-02T05:42:09.869Z | Checking regex-syntax v0.8.5 |
1664 | 2024-11-02T05:42:10.024Z | Checking hmac v0.12.1 |
1665 | 2024-11-02T05:42:10.049Z | Checking sha2 v0.10.8 |
1666 | 2024-11-02T05:42:10.105Z | Checking unicode-normalization v0.1.24 |
1667 | 2024-11-02T05:42:10.135Z | Checking aho-corasick v1.1.3 |
1668 | 2024-11-02T05:42:10.232Z | Checking atomic-waker v1.1.2 |
1669 | 2024-11-02T05:42:10.308Z | Checking bytes v1.7.2 |
1670 | 2024-11-02T05:42:10.364Z | Checking bitflags v2.6.0 |
1671 | 2024-11-02T05:42:10.582Z | Checking serde_json v1.0.128 |
1672 | 2024-11-02T05:42:10.665Z | Checking indexmap v2.6.0 |
1673 | 2024-11-02T05:42:10.776Z | Checking chrono v0.4.38 |
1674 | 2024-11-02T05:42:11.016Z | Checking rustix v0.38.37 |
1675 | 2024-11-02T05:42:11.170Z | Checking tokio v1.40.0 |
1676 | 2024-11-02T05:42:11.831Z | Checking uuid v1.10.0 |
1677 | 2024-11-02T05:42:12.001Z | Checking http v1.1.0 |
1678 | 2024-11-02T05:42:12.324Z | Checking untrusted v0.9.0 |
1679 | 2024-11-02T05:42:12.445Z | Checking lazy_static v1.5.0 |
1680 | 2024-11-02T05:42:12.495Z | Checking ring v0.17.8 |
1681 | 2024-11-02T05:42:12.560Z | Checking unicode-ident v1.0.13 |
1682 | 2024-11-02T05:42:12.732Z | Checking adler2 v2.0.0 |
1683 | 2024-11-02T05:42:12.862Z | Checking schemars v0.8.21 |
1684 | 2024-11-02T05:42:12.887Z | Checking miniz_oxide v0.8.0 |
1685 | 2024-11-02T05:42:13.077Z | Checking regex-automata v0.4.8 |
1686 | 2024-11-02T05:42:13.345Z | Checking idna v0.5.0 |
1687 | 2024-11-02T05:42:13.492Z | Checking pem-rfc7468 v0.7.0 |
1688 | 2024-11-02T05:42:13.654Z | Checking httpdate v1.0.3 |
1689 | 2024-11-02T05:42:13.751Z | Checking powerfmt v0.2.0 |
1690 | 2024-11-02T05:42:13.879Z | Checking try-lock v0.2.5 |
1691 | 2024-11-02T05:42:14.013Z | Checking want v0.3.1 |
1692 | 2024-11-02T05:42:14.037Z | Checking deranged v0.3.11 |
1693 | 2024-11-02T05:42:14.183Z | Checking url v2.5.2 |
1694 | 2024-11-02T05:42:14.204Z | Checking proc-macro2 v1.0.87 |
1695 | 2024-11-02T05:42:14.296Z | Checking num_threads v0.1.7 |
1696 | 2024-11-02T05:42:14.411Z | Checking rustls-pki-types v1.9.0 |
1697 | 2024-11-02T05:42:14.437Z | Checking time-core v0.1.2 |
1698 | 2024-11-02T05:42:14.508Z | Checking num-conv v0.1.0 |
1699 | 2024-11-02T05:42:14.605Z | Checking base64 v0.22.1 |
1700 | 2024-11-02T05:42:14.774Z | Checking flagset v0.4.6 |
1701 | 2024-11-02T05:42:14.862Z | Checking quote v1.0.37 |
1702 | 2024-11-02T05:42:14.967Z | Checking der v0.7.9 |
1703 | 2024-11-02T05:42:14.994Z | Checking http-body v1.0.1 |
1704 | 2024-11-02T05:42:15.019Z | Checking pbkdf2 v0.12.2 |
1705 | 2024-11-02T05:42:15.089Z | Checking aes v0.8.4 |
1706 | 2024-11-02T05:42:15.180Z | Checking tower-service v0.3.3 |
1707 | 2024-11-02T05:42:15.205Z | Checking cbc v0.1.2 |
1708 | 2024-11-02T05:42:15.208Z | Checking syn v2.0.79 |
1709 | 2024-11-02T05:42:15.309Z | Checking salsa20 v0.10.2 |
1710 | 2024-11-02T05:42:15.420Z | Checking ahash v0.8.11 |
1711 | 2024-11-02T05:42:15.518Z | Checking scrypt v0.11.0 |
1712 | 2024-11-02T05:42:15.755Z | Checking rustls-webpki v0.102.8 |
1713 | 2024-11-02T05:42:15.805Z | Checking time v0.3.36 |
1714 | 2024-11-02T05:42:15.970Z | Checking slog v2.7.0 |
1715 | 2024-11-02T05:42:15.995Z | Checking mime v0.3.17 |
1716 | 2024-11-02T05:42:16.328Z | Checking gimli v0.31.1 |
1717 | 2024-11-02T05:42:16.434Z | Checking object v0.36.5 |
1718 | 2024-11-02T05:42:16.503Z | Checking rustc-demangle v0.1.24 |
1719 | 2024-11-02T05:42:16.897Z | Checking spki v0.7.3 |
1720 | 2024-11-02T05:42:16.975Z | Checking ipnet v2.10.1 |
1721 | 2024-11-02T05:42:17.177Z | Checking pkcs5 v0.7.1 |
1722 | 2024-11-02T05:42:17.422Z | Checking utf8parse v0.2.2 |
1723 | 2024-11-02T05:42:17.574Z | Checking data-encoding v2.6.0 |
1724 | 2024-11-02T05:42:17.699Z | Checking regex v1.11.0 |
1725 | 2024-11-02T05:42:17.701Z | Checking pkcs8 v0.10.2 |
1726 | 2024-11-02T05:42:18.024Z | Checking unicode-width v0.1.14 |
1727 | 2024-11-02T05:42:18.287Z | Checking futures-executor v0.3.31 |
1728 | 2024-11-02T05:42:18.311Z | Checking toml_datetime v0.6.8 |
1729 | 2024-11-02T05:42:18.315Z | Checking serde_spanned v0.6.8 |
1730 | 2024-11-02T05:42:18.357Z | Checking tokio-util v0.7.12 |
1731 | 2024-11-02T05:42:18.508Z | Checking anstyle v1.0.8 |
1732 | 2024-11-02T05:42:18.510Z | Checking http-body-util v0.1.2 |
1733 | 2024-11-02T05:42:18.547Z | Checking futures v0.3.31 |
1734 | 2024-11-02T05:42:18.593Z | Checking serde_urlencoded v0.7.1 |
1735 | 2024-11-02T05:42:18.663Z | Checking encoding_rs v0.8.34 |
1736 | 2024-11-02T05:42:18.859Z | Checking foreign-types-shared v0.1.1 |
1737 | 2024-11-02T05:42:18.971Z | Checking openssl-probe v0.1.5 |
1738 | 2024-11-02T05:42:18.996Z | Checking foreign-types v0.3.2 |
1739 | 2024-11-02T05:42:19.036Z | Checking rustls-pemfile v2.2.0 |
1740 | 2024-11-02T05:42:19.094Z | Checking semver v1.0.23 |
1741 | 2024-11-02T05:42:19.124Z | Checking sha1 v0.10.6 |
1742 | 2024-11-02T05:42:19.177Z | Checking h2 v0.4.6 |
1743 | 2024-11-02T05:42:19.246Z | Checking openssl-sys v0.9.104 |
1744 | 2024-11-02T05:42:19.380Z | Checking anstyle-parse v0.2.5 |
1745 | 2024-11-02T05:42:19.505Z | Checking is_terminal_polyfill v1.70.1 |
1746 | 2024-11-02T05:42:19.641Z | Checking anstyle-query v1.1.1 |
1747 | 2024-11-02T05:42:19.666Z | Checking colorchoice v1.0.2 |
1748 | 2024-11-02T05:42:19.769Z | Checking rustls v0.23.14 |
1749 | 2024-11-02T05:42:19.800Z | Checking anstream v0.6.15 |
1750 | 2024-11-02T05:42:20.192Z | Checking terminal_size v0.4.0 |
1751 | 2024-11-02T05:42:20.309Z | Checking addr2line v0.24.2 |
1752 | 2024-11-02T05:42:20.362Z | Checking camino v1.1.9 |
1753 | 2024-11-02T05:42:20.502Z | Checking openssl v0.10.68 |
1754 | 2024-11-02T05:42:20.818Z | Checking signature v2.2.0 |
1755 | 2024-11-02T05:42:20.919Z | Checking strsim v0.11.1 |
1756 | 2024-11-02T05:42:20.948Z | Checking winnow v0.6.20 |
1757 | 2024-11-02T05:42:21.020Z | Checking either v1.13.0 |
1758 | 2024-11-02T05:42:21.211Z | Checking clap_lex v0.7.2 |
1759 | 2024-11-02T05:42:21.402Z | Checking openapiv3 v2.0.0 |
1760 | 2024-11-02T05:42:21.475Z | Checking clap_builder v4.5.20 |
1761 | 2024-11-02T05:42:21.528Z | Checking idna v0.3.0 |
1762 | 2024-11-02T05:42:22.406Z | Checking psl-types v2.0.11 |
1763 | 2024-11-02T05:42:22.597Z | Checking publicsuffix v2.2.3 |
1764 | 2024-11-02T05:42:22.841Z | Checking cookie v0.18.1 |
1765 | 2024-11-02T05:42:23.096Z | Checking backtrace v0.3.74 |
1766 | 2024-11-02T05:42:23.282Z | Checking webpki-roots v0.26.6 |
1767 | 2024-11-02T05:42:23.494Z | Checking is-terminal v0.4.13 |
1768 | 2024-11-02T05:42:23.622Z | Checking scroll v0.12.0 |
1769 | 2024-11-02T05:42:23.659Z | Checking anyhow v1.0.92 |
1770 | 2024-11-02T05:42:24.041Z | Checking base16ct v0.2.0 |
1771 | 2024-11-02T05:42:24.064Z | Checking ucd-trie v0.1.7 |
1772 | 2024-11-02T05:42:24.095Z | Checking plain v0.2.3 |
1773 | 2024-11-02T05:42:24.227Z | Checking sec1 v0.7.3 |
1774 | 2024-11-02T05:42:24.250Z | Checking goblin v0.8.2 |
1775 | 2024-11-02T05:42:24.272Z | Checking pest v2.7.14 |
1776 | 2024-11-02T05:42:24.509Z | Checking clap v4.5.20 |
1777 | 2024-11-02T05:42:24.592Z | Checking cookie_store v0.21.0 |
1778 | 2024-11-02T05:42:24.625Z | Checking num-integer v0.1.46 |
1779 | 2024-11-02T05:42:24.718Z | Checking tokio-rustls v0.26.0 |
1780 | 2024-11-02T05:42:24.755Z | Checking ff v0.13.0 |
1781 | 2024-11-02T05:42:24.979Z | Checking sync_wrapper v1.0.1 |
1782 | 2024-11-02T05:42:25.080Z | Checking pretty-hex v0.4.1 |
1783 | 2024-11-02T05:42:25.106Z | Checking group v0.13.0 |
1784 | 2024-11-02T05:42:25.129Z | Checking hkdf v0.12.4 |
1785 | 2024-11-02T05:42:25.224Z | Checking crypto-bigint v0.5.5 |
1786 | 2024-11-02T05:42:25.251Z | Checking thread-id v4.2.2 |
1787 | 2024-11-02T05:42:25.311Z | Checking hyper v1.4.1 |
1788 | 2024-11-02T05:42:25.337Z | Checking crc32fast v1.4.2 |
1789 | 2024-11-02T05:42:25.361Z | Checking utf-8 v0.7.6 |
1790 | 2024-11-02T05:42:25.364Z | Checking bitflags v1.3.2 |
1791 | 2024-11-02T05:42:25.461Z | Checking static_assertions v1.1.0 |
1792 | 2024-11-02T05:42:25.560Z | Checking toml_edit v0.22.22 |
1793 | 2024-11-02T05:42:25.563Z | Checking dirs-sys-next v0.1.2 |
1794 | 2024-11-02T05:42:25.606Z | Checking memmap v0.7.0 |
1795 | 2024-11-02T05:42:25.761Z | Checking stable_deref_trait v1.2.0 |
1796 | 2024-11-02T05:42:25.812Z | Checking unicode-segmentation v1.12.0 |
1797 | 2024-11-02T05:42:25.868Z | Checking dirs-next v2.0.0 |
1798 | 2024-11-02T05:42:25.963Z | Checking native-tls v0.2.12 |
1799 | 2024-11-02T05:42:26.012Z | Checking num-iter v0.1.45 |
1800 | 2024-11-02T05:42:26.188Z | Checking crossbeam-channel v0.5.13 |
1801 | 2024-11-02T05:42:26.261Z | Checking tokio-native-tls v0.3.1 |
1802 | 2024-11-02T05:42:26.529Z | Checking crossbeam-epoch v0.9.18 |
1803 | 2024-11-02T05:42:26.554Z | Checking thread_local v1.1.8 |
1804 | 2024-11-02T05:42:26.749Z | Checking dtrace-parser v0.2.0 |
1805 | 2024-11-02T05:42:26.855Z | Checking term v0.7.0 |
1806 | 2024-11-02T05:42:26.887Z | Checking bstr v1.10.0 |
1807 | 2024-11-02T05:42:27.008Z | Checking hex v0.4.3 |
1808 | 2024-11-02T05:42:27.238Z | Checking rfc6979 v0.4.0 |
1809 | 2024-11-02T05:42:27.290Z | Checking take_mut v0.2.2 |
1810 | 2024-11-02T05:42:27.386Z | Checking hyper-util v0.1.9 |
1811 | 2024-11-02T05:42:27.422Z | Checking managed v0.8.0 |
1812 | 2024-11-02T05:42:27.445Z | Checking match_cfg v0.1.0 |
1813 | 2024-11-02T05:42:27.524Z | Checking winnow v0.5.40 |
1814 | 2024-11-02T05:42:27.549Z | Checking hostname v0.3.1 |
1815 | 2024-11-02T05:42:27.682Z | Checking slog-async v2.8.0 |
1816 | 2024-11-02T05:42:27.771Z | Checking slog-term v2.9.1 |
1817 | 2024-11-02T05:42:27.806Z | Checking crossbeam-deque v0.8.5 |
1818 | 2024-11-02T05:42:27.963Z | Checking num-bigint-dig v0.8.4 |
1819 | 2024-11-02T05:42:27.965Z | Checking elliptic-curve v0.13.8 |
1820 | 2024-11-02T05:42:28.120Z | Checking flate2 v1.0.34 |
1821 | 2024-11-02T05:42:28.229Z | Checking toml v0.8.19 |
1822 | 2024-11-02T05:42:28.255Z | Checking pkcs1 v0.7.5 |
1823 | 2024-11-02T05:42:28.628Z | Checking ecdsa v0.16.9 |
1824 | 2024-11-02T05:42:28.682Z | Checking curve25519-dalek v4.1.3 |
1825 | 2024-11-02T05:42:28.786Z | Checking zerocopy v0.6.6 |
1826 | 2024-11-02T05:42:28.997Z | Checking siphasher v0.3.11 |
1827 | 2024-11-02T05:42:29.161Z | Checking dof v0.3.0 |
1828 | 2024-11-02T05:42:29.294Z | Checking rayon-core v1.12.1 |
1829 | 2024-11-02T05:42:29.365Z | Checking ed25519 v2.2.3 |
1830 | 2024-11-02T05:42:29.486Z | Checking hyper-tls v0.6.0 |
1831 | 2024-11-02T05:42:29.541Z | Checking hyper-rustls v0.27.3 |
1832 | 2024-11-02T05:42:29.676Z | Checking rustls v0.22.4 |
1833 | 2024-11-02T05:42:29.760Z | Checking usdt-impl v0.5.0 |
1834 | 2024-11-02T05:42:29.784Z | Checking signal-hook v0.3.17 |
1835 | 2024-11-02T05:42:29.883Z | Checking reqwest v0.12.8 |
1836 | 2024-11-02T05:42:29.970Z | Checking quick-error v1.2.3 |
1837 | 2024-11-02T05:42:30.102Z | Checking rsa v0.9.6 |
1838 | 2024-11-02T05:42:30.124Z | Checking itertools v0.10.5 |
1839 | 2024-11-02T05:42:30.127Z | Checking slog-json v2.6.1 |
1840 | 2024-11-02T05:42:30.257Z | Checking usdt v0.5.0 |
1841 | 2024-11-02T05:42:30.388Z | Checking x509-cert v0.2.5 |
1842 | 2024-11-02T05:42:30.505Z | Checking idna v0.4.0 |
1843 | 2024-11-02T05:42:30.531Z | Checking toml_edit v0.19.15 |
1844 | 2024-11-02T05:42:30.534Z | Checking ed25519-dalek v2.1.1 |
1845 | 2024-11-02T05:42:30.941Z | Checking hubpack v0.1.2 |
1846 | 2024-11-02T05:42:31.089Z | Checking bzip2-sys v0.1.11+1.0.8 |
1847 | 2024-11-02T05:42:31.219Z | Checking bit-vec v0.6.3 |
1848 | 2024-11-02T05:42:31.250Z | Checking debug-ignore v1.0.5 |
1849 | 2024-11-02T05:42:31.361Z | Checking hickory-proto v0.24.1 |
1850 | 2024-11-02T05:42:31.387Z | Checking bzip2 v0.4.4 |
1851 | 2024-11-02T05:42:31.542Z | Checking bit-set v0.5.3 |
1852 | 2024-11-02T05:42:31.691Z | Checking slog-bunyan v2.5.0 |
1853 | 2024-11-02T05:42:31.725Z | Checking signal-hook-mio v0.2.4 |
1854 | 2024-11-02T05:42:31.796Z | Checking multer v3.1.0 |
1855 | 2024-11-02T05:42:31.857Z | Checking console v0.15.8 |
1856 | 2024-11-02T05:42:31.885Z | Checking waitgroup v0.1.2 |
1857 | 2024-11-02T05:42:31.937Z | Checking serde_path_to_error v0.1.16 |
1858 | 2024-11-02T05:42:32.021Z | Checking async-stream v0.3.6 |
1859 | 2024-11-02T05:42:32.219Z | Checking hostname v0.4.0 |
1860 | 2024-11-02T05:42:32.222Z | Checking hash32 v0.2.1 |
1861 | 2024-11-02T05:42:32.348Z | Checking linked-hash-map v0.5.6 |
1862 | 2024-11-02T05:42:32.412Z | Checking predicates-core v1.0.8 |
1863 | 2024-11-02T05:42:32.438Z | Checking unicode-properties v0.1.3 |
1864 | 2024-11-02T05:42:32.533Z | Checking crossterm v0.28.1 |
1865 | 2024-11-02T05:42:32.559Z | Checking heapless v0.7.17 |
1866 | 2024-11-02T05:42:32.602Z | Checking rayon v1.10.0 |
1867 | 2024-11-02T05:42:32.655Z | Checking lru-cache v0.1.2 |
1868 | 2024-11-02T05:42:32.790Z | Checking stringprep v0.1.5 |
1869 | 2024-11-02T05:42:32.836Z | Checking phf_shared v0.11.2 |
1870 | 2024-11-02T05:42:33.036Z | Checking toml v0.7.8 |
1871 | 2024-11-02T05:42:33.061Z | Checking similar v2.6.0 |
1872 | 2024-11-02T05:42:33.127Z | Checking tokio-stream v0.1.16 |
1873 | 2024-11-02T05:42:33.239Z | Checking tokio-rustls v0.25.0 |
1874 | 2024-11-02T05:42:33.585Z | Checking md-5 v0.10.6 |
1875 | 2024-11-02T05:42:33.610Z | Checking dropshot v0.12.0 |
1876 | 2024-11-02T05:42:33.775Z | Checking float-cmp v0.9.0 |
1877 | 2024-11-02T05:42:33.813Z | Checking fixedbitset v0.4.2 |
1878 | 2024-11-02T05:42:33.901Z | Checking fallible-iterator v0.2.0 |
1879 | 2024-11-02T05:42:33.976Z | Checking difflib v0.4.0 |
1880 | 2024-11-02T05:42:34.006Z | Checking normalize-line-endings v0.3.0 |
1881 | 2024-11-02T05:42:34.081Z | Checking petgraph v0.6.5 |
1882 | 2024-11-02T05:42:34.131Z | Checking smoltcp v0.9.1 |
1883 | 2024-11-02T05:42:34.300Z | Checking predicates v3.1.2 |
1884 | 2024-11-02T05:42:34.360Z | Checking phf v0.11.2 |
1885 | 2024-11-02T05:42:34.518Z | Checking postgres-protocol v0.6.7 |
1886 | 2024-11-02T05:42:34.637Z | Checking zip v0.6.6 |
1887 | 2024-11-02T05:42:34.965Z | Checking resolv-conf v0.7.0 |
1888 | 2024-11-02T05:42:35.206Z | Checking phf_shared v0.10.0 |
1889 | 2024-11-02T05:42:35.320Z | Checking tungstenite v0.24.0 |
1890 | 2024-11-02T05:42:35.344Z | Checking fs-err v2.11.0 |
1891 | 2024-11-02T05:42:35.489Z | Checking serde-big-array v0.5.1 |
1892 | 2024-11-02T05:42:35.554Z | Checking portable-atomic v1.9.0 |
1893 | 2024-11-02T05:42:35.715Z | Checking lalrpop-util v0.19.12 |
1894 | 2024-11-02T05:42:35.884Z | Checking number_prefix v0.4.0 |
1895 | 2024-11-02T05:42:35.985Z | Checking new_debug_unreachable v1.0.6 |
1896 | 2024-11-02T05:42:35.987Z | Checking precomputed-hash v0.1.1 |
1897 | 2024-11-02T05:42:36.064Z | Checking minimal-lexical v0.2.1 |
1898 | 2024-11-02T05:42:36.090Z | Checking hickory-resolver v0.24.1 |
1899 | 2024-11-02T05:42:36.123Z | Checking string_cache v0.8.7 |
1900 | 2024-11-02T05:42:36.228Z | Checking tokio-tungstenite v0.24.0 |
1901 | 2024-11-02T05:42:36.404Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1902 | 2024-11-02T05:42:36.429Z | Checking postgres-types v0.2.8 |
1903 | 2024-11-02T05:42:36.463Z | Checking nom v7.1.3 |
1904 | 2024-11-02T05:42:36.604Z | Checking indicatif v0.17.8 |
1905 | 2024-11-02T05:42:36.697Z | Checking itertools v0.12.1 |
1906 | 2024-11-02T05:42:37.159Z | Checking whoami v1.5.2 |
1907 | 2024-11-02T05:42:37.316Z | Checking peg-runtime v0.8.3 |
1908 | 2024-11-02T05:42:37.427Z | Compiling hashbrown v0.14.5 |
1909 | 2024-11-02T05:42:37.459Z | Checking tokio-postgres v0.7.12 |
1910 | 2024-11-02T05:42:37.496Z | Compiling unsafe-libyaml v0.2.11 |
1911 | 2024-11-02T05:42:37.653Z | Checking qorb v0.2.0 |
1912 | 2024-11-02T05:42:38.703Z | Compiling ident_case v1.0.1 |
1913 | 2024-11-02T05:42:38.826Z | Compiling regress v0.10.1 |
1914 | 2024-11-02T05:42:38.884Z | Compiling serde_yaml v0.9.34+deprecated |
1915 | 2024-11-02T05:42:39.294Z | Compiling darling_core v0.20.10 |
1916 | 2024-11-02T05:42:39.351Z | Checking heck v0.5.0 |
1917 | 2024-11-02T05:42:39.571Z | Checking progenitor-client v0.8.0 |
1918 | 2024-11-02T05:42:39.919Z | Checking fastrand v2.1.1 |
1919 | 2024-11-02T05:42:40.203Z | Compiling newtype-uuid v1.1.2 |
1920 | 2024-11-02T05:42:40.260Z | Checking ipnetwork v0.20.0 |
1921 | 2024-11-02T05:42:40.529Z | Compiling structmeta-derive v0.3.0 |
1922 | 2024-11-02T05:42:40.553Z | Checking strum v0.26.3 |
1923 | 2024-11-02T05:42:40.641Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1924 | 2024-11-02T05:42:40.965Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1925 | 2024-11-02T05:42:41.329Z | Checking tempfile v3.13.0 |
1926 | 2024-11-02T05:42:41.395Z | Checking instant v0.1.13 |
1927 | 2024-11-02T05:42:41.518Z | Checking regress v0.9.1 |
1928 | 2024-11-02T05:42:41.701Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1929 | 2024-11-02T05:42:41.858Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1930 | 2024-11-02T05:42:42.161Z | Checking macaddr v1.0.1 |
1931 | 2024-11-02T05:42:42.489Z | Compiling typify-impl v0.2.0 |
1932 | 2024-11-02T05:42:42.510Z | Checking backoff v0.4.0 |
1933 | 2024-11-02T05:42:42.812Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1934 | 2024-11-02T05:42:42.888Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1935 | 2024-11-02T05:42:42.970Z | Checking wait-timeout v0.2.0 |
1936 | 2024-11-02T05:42:43.030Z | Checking rand_xorshift v0.3.0 |
1937 | 2024-11-02T05:42:43.142Z | Checking rusty-fork v0.3.0 |
1938 | 2024-11-02T05:42:43.200Z | Compiling structmeta-derive v0.2.0 |
1939 | 2024-11-02T05:42:43.224Z | Compiling structmeta v0.3.0 |
1940 | 2024-11-02T05:42:43.432Z | Checking unarray v0.1.4 |
1941 | 2024-11-02T05:42:43.596Z | Checking proptest v1.5.0 |
1942 | 2024-11-02T05:42:43.631Z | Compiling parse-display-derive v0.10.0 |
1943 | 2024-11-02T05:42:43.686Z | Checking camino-tempfile v1.1.1 |
1944 | 2024-11-02T05:42:43.972Z | Compiling proc-macro-error v1.0.4 |
1945 | 2024-11-02T05:42:44.653Z | Compiling proc-macro-crate v1.3.1 |
1946 | 2024-11-02T05:42:45.071Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1947 | 2024-11-02T05:42:45.336Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1948 | 2024-11-02T05:42:45.466Z | Compiling foreign-types-macros v0.2.3 |
1949 | 2024-11-02T05:42:45.639Z | Checking foreign-types-shared v0.3.1 |
1950 | 2024-11-02T05:42:45.693Z | Compiling num_enum_derive v0.5.11 |
1951 | 2024-11-02T05:42:45.696Z | Compiling darling_macro v0.20.10 |
1952 | 2024-11-02T05:42:45.903Z | Compiling structmeta v0.2.0 |
1953 | 2024-11-02T05:42:46.095Z | Checking tabwriter v1.4.0 |
1954 | 2024-11-02T05:42:46.313Z | Checking cstr-argument v0.1.2 |
1955 | 2024-11-02T05:42:46.316Z | Compiling test-strategy v0.3.1 |
1956 | 2024-11-02T05:42:46.493Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1957 | 2024-11-02T05:42:46.629Z | Compiling darling v0.20.10 |
1958 | 2024-11-02T05:42:46.672Z | Checking foreign-types v0.5.0 |
1959 | 2024-11-02T05:42:46.761Z | Compiling serde_with_macros v3.11.0 |
1960 | 2024-11-02T05:42:46.788Z | Checking pretty-hex v0.2.1 |
1961 | 2024-11-02T05:42:46.971Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1962 | 2024-11-02T05:42:47.293Z | Checking colored v2.1.0 |
1963 | 2024-11-02T05:42:47.377Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1964 | 2024-11-02T05:42:47.538Z | Checking smf v0.2.3 |
1965 | 2024-11-02T05:42:47.624Z | Checking base64 v0.21.7 |
1966 | 2024-11-02T05:42:47.956Z | Checking parse-display v0.10.0 |
1967 | 2024-11-02T05:42:48.004Z | Compiling crucible-workspace-hack v0.1.0 |
1968 | 2024-11-02T05:42:48.116Z | Checking termtree v0.4.1 |
1969 | 2024-11-02T05:42:48.138Z | Checking num_enum v0.5.11 |
1970 | 2024-11-02T05:42:48.187Z | Compiling heapless v0.8.0 |
1971 | 2024-11-02T05:42:48.305Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1972 | 2024-11-02T05:42:48.308Z | Checking predicates-tree v1.0.11 |
1973 | 2024-11-02T05:42:48.416Z | Checking hash32 v0.3.1 |
1974 | 2024-11-02T05:42:48.451Z | Compiling smoltcp v0.11.0 |
1975 | 2024-11-02T05:42:48.479Z | Checking cobs v0.2.3 |
1976 | 2024-11-02T05:42:48.586Z | Checking sigpipe v0.1.3 |
1977 | 2024-11-02T05:42:48.612Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1978 | 2024-11-02T05:42:48.661Z | Checking postcard v1.0.10 |
1979 | 2024-11-02T05:42:48.697Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1980 | 2024-11-02T05:42:48.846Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1981 | 2024-11-02T05:42:48.995Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1982 | 2024-11-02T05:42:49.168Z | Compiling mockall_derive v0.13.0 |
1983 | 2024-11-02T05:42:49.195Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1984 | 2024-11-02T05:42:49.322Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1985 | 2024-11-02T05:42:49.371Z | Checking serde_with v3.11.0 |
1986 | 2024-11-02T05:42:49.540Z | Compiling zone_cfg_derive v0.3.0 |
1987 | 2024-11-02T05:42:49.684Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1988 | 2024-11-02T05:42:49.866Z | Compiling num-derive v0.4.2 |
1989 | 2024-11-02T05:42:50.037Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1990 | 2024-11-02T05:42:50.350Z | Checking downcast v0.11.0 |
1991 | 2024-11-02T05:42:50.564Z | Checking fragile v2.0.0 |
1992 | 2024-11-02T05:42:50.889Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1993 | 2024-11-02T05:42:50.948Z | Checking zone v0.3.0 |
1994 | 2024-11-02T05:42:51.152Z | Checking atomicwrites v0.4.4 |
1995 | 2024-11-02T05:42:51.362Z | Compiling convert_case v0.4.0 |
1996 | 2024-11-02T05:42:51.413Z | Checking tungstenite v0.21.0 |
1997 | 2024-11-02T05:42:51.697Z | Checking newline-converter v0.3.0 |
1998 | 2024-11-02T05:42:51.873Z | Checking expectorate v1.1.0 |
1999 | 2024-11-02T05:42:52.069Z | Checking itertools v0.13.0 |
2000 | 2024-11-02T05:42:52.098Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2001 | 2024-11-02T05:42:52.326Z | Compiling derive_more v0.99.18 |
2002 | 2024-11-02T05:42:52.350Z | Checking tokio-tungstenite v0.21.0 |
2003 | 2024-11-02T05:42:52.569Z | Checking same-file v1.0.6 |
2004 | 2024-11-02T05:42:52.721Z | Checking arc-swap v1.7.1 |
2005 | 2024-11-02T05:42:52.752Z | Checking walkdir v2.5.0 |
2006 | 2024-11-02T05:42:52.848Z | Checking xattr v1.3.1 |
2007 | 2024-11-02T05:42:52.897Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2008 | 2024-11-02T05:42:53.015Z | Checking filetime v0.2.25 |
2009 | 2024-11-02T05:42:53.056Z | Compiling cancel-safe-futures v0.1.5 |
2010 | 2024-11-02T05:42:53.113Z | Checking slog-scope v4.4.0 |
2011 | 2024-11-02T05:42:53.227Z | Checking tar v0.4.42 |
2012 | 2024-11-02T05:42:53.321Z | Checking slog-stdlog v4.1.1 |
2013 | 2024-11-02T05:42:53.409Z | Checking swrite v0.1.0 |
2014 | 2024-11-02T05:42:53.490Z | Checking slog-envlogger v2.2.0 |
2015 | 2024-11-02T05:42:53.535Z | Compiling owo-colors v4.1.0 |
2016 | 2024-11-02T05:42:54.061Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2017 | 2024-11-02T05:42:54.177Z | Checking libsw v3.3.1 |
2018 | 2024-11-02T05:42:54.269Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2019 | 2024-11-02T05:42:54.388Z | Checking password-hash v0.5.0 |
2020 | 2024-11-02T05:42:54.440Z | Checking blake2 v0.10.6 |
2021 | 2024-11-02T05:42:54.740Z | Checking indent_write v2.2.0 |
2022 | 2024-11-02T05:42:54.849Z | Checking linear-map v1.2.0 |
2023 | 2024-11-02T05:42:54.891Z | Checking argon2 v0.5.3 |
2024 | 2024-11-02T05:42:54.937Z | Checking num-rational v0.4.2 |
2025 | 2024-11-02T05:42:55.169Z | Checking pem v3.0.4 |
2026 | 2024-11-02T05:42:55.444Z | Checking num-complex v0.4.6 |
2027 | 2024-11-02T05:42:55.598Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2028 | 2024-11-02T05:42:55.601Z | Checking float-ord v0.3.2 |
2029 | 2024-11-02T05:42:55.761Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2030 | 2024-11-02T05:42:55.847Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2031 | 2024-11-02T05:42:55.984Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2032 | 2024-11-02T05:42:56.281Z | Compiling lzma-sys v0.1.20 |
2033 | 2024-11-02T05:42:56.354Z | Checking num v0.4.3 |
2034 | 2024-11-02T05:42:56.404Z | Checking humantime v2.1.0 |
2035 | 2024-11-02T05:42:56.462Z | Checking headers-core v0.3.0 |
2036 | 2024-11-02T05:42:56.609Z | Compiling heck v0.3.3 |
2037 | 2024-11-02T05:42:56.697Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2038 | 2024-11-02T05:42:57.006Z | Compiling zone_cfg_derive v0.1.2 |
2039 | 2024-11-02T05:42:57.074Z | Checking headers v0.4.0 |
2040 | 2024-11-02T05:42:57.132Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2041 | 2024-11-02T05:42:57.243Z | Checking mockall v0.13.0 |
2042 | 2024-11-02T05:42:57.267Z | Checking yasna v0.5.2 |
2043 | 2024-11-02T05:42:57.433Z | Checking base64 v0.13.1 |
2044 | 2024-11-02T05:42:57.493Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2045 | 2024-11-02T05:42:57.847Z | Checking ron v0.7.1 |
2046 | 2024-11-02T05:42:57.987Z | Checking xz2 v0.1.7 |
2047 | 2024-11-02T05:42:58.163Z | Checking rcgen v0.12.1 |
2048 | 2024-11-02T05:42:58.295Z | Checking subprocess v0.2.9 |
2049 | 2024-11-02T05:42:58.442Z | Checking zone v0.1.8 |
2050 | 2024-11-02T05:42:58.739Z | Compiling typify-macro v0.2.0 |
2051 | 2024-11-02T05:42:58.835Z | Checking half v2.4.1 |
2052 | 2024-11-02T05:42:58.870Z | Compiling semver v0.1.20 |
2053 | 2024-11-02T05:42:58.958Z | Checking ciborium-io v0.2.2 |
2054 | 2024-11-02T05:42:59.073Z | Checking highway v1.2.0 |
2055 | 2024-11-02T05:42:59.095Z | Compiling prettyplease v0.2.22 |
2056 | 2024-11-02T05:42:59.305Z | Checking ciborium-ll v0.2.2 |
2057 | 2024-11-02T05:42:59.371Z | Compiling rustc_version v0.1.7 |
2058 | 2024-11-02T05:42:59.513Z | Compiling home v0.5.9 |
2059 | 2024-11-02T05:42:59.601Z | Checking ciborium v0.2.2 |
2060 | 2024-11-02T05:42:59.842Z | Compiling newtype_derive v0.1.6 |
2061 | 2024-11-02T05:43:00.089Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2062 | 2024-11-02T05:43:00.305Z | Checking steno v0.4.1 |
2063 | 2024-11-02T05:43:02.201Z | Compiling slog-dtrace v0.3.0 |
2064 | 2024-11-02T05:43:02.385Z | Checking display-error-chain v0.2.2 |
2065 | 2024-11-02T05:43:02.597Z | Compiling ring v0.16.20 |
2066 | 2024-11-02T05:43:02.621Z | Compiling blake3 v1.5.4 |
2067 | 2024-11-02T05:43:02.644Z | Checking keccak v0.1.5 |
2068 | 2024-11-02T05:43:02.876Z | Compiling typify v0.2.0 |
2069 | 2024-11-02T05:43:03.029Z | Compiling progenitor-impl v0.8.0 |
2070 | 2024-11-02T05:43:03.060Z | Checking sha3 v0.10.8 |
2071 | 2024-11-02T05:43:03.110Z | Checking universal-hash v0.5.1 |
2072 | 2024-11-02T05:43:03.285Z | Checking secrecy v0.8.0 |
2073 | 2024-11-02T05:43:03.471Z | Checking opaque-debug v0.3.1 |
2074 | 2024-11-02T05:43:03.494Z | Checking aead v0.5.2 |
2075 | 2024-11-02T05:43:03.554Z | Checking poly1305 v0.8.0 |
2076 | 2024-11-02T05:43:03.712Z | Checking chacha20 v0.9.1 |
2077 | 2024-11-02T05:43:04.197Z | Checking gethostname v0.5.0 |
2078 | 2024-11-02T05:43:04.330Z | Compiling memmap2 v0.9.5 |
2079 | 2024-11-02T05:43:04.441Z | Compiling arrayvec v0.7.6 |
2080 | 2024-11-02T05:43:04.767Z | Compiling untrusted v0.7.1 |
2081 | 2024-11-02T05:43:04.792Z | Compiling constant_time_eq v0.3.1 |
2082 | 2024-11-02T05:43:04.851Z | Compiling arrayref v0.3.9 |
2083 | 2024-11-02T05:43:04.880Z | Compiling spin v0.5.2 |
2084 | 2024-11-02T05:43:04.970Z | Compiling toolchain_find v0.4.0 |
2085 | 2024-11-02T05:43:04.973Z | Compiling thiserror-impl-no-std v2.0.2 |
2086 | 2024-11-02T05:43:05.116Z | Compiling topological-sort v0.2.2 |
2087 | 2024-11-02T05:43:05.344Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2088 | 2024-11-02T05:43:05.364Z | Compiling rustfmt-wrapper v0.2.1 |
2089 | 2024-11-02T05:43:05.607Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2090 | 2024-11-02T05:43:05.874Z | Checking chacha20poly1305 v0.10.1 |
2091 | 2024-11-02T05:43:05.906Z | Checking nibble_vec v0.1.0 |
2092 | 2024-11-02T05:43:05.960Z | Checking endian-type v0.1.2 |
2093 | 2024-11-02T05:43:06.068Z | Checking fxhash v0.2.1 |
2094 | 2024-11-02T05:43:06.106Z | Checking termcolor v1.4.1 |
2095 | 2024-11-02T05:43:06.129Z | Checking maplit v1.0.2 |
2096 | 2024-11-02T05:43:06.149Z | Compiling radium v0.7.0 |
2097 | 2024-11-02T05:43:06.172Z | Checking radix_trie v0.2.1 |
2098 | 2024-11-02T05:43:06.242Z | Compiling maybe-uninit v2.0.0 |
2099 | 2024-11-02T05:43:06.244Z | Checking tap v1.0.1 |
2100 | 2024-11-02T05:43:06.434Z | Checking wyz v0.5.1 |
2101 | 2024-11-02T05:43:06.522Z | Checking funty v2.0.0 |
2102 | 2024-11-02T05:43:06.575Z | Checking crc-catalog v2.4.0 |
2103 | 2024-11-02T05:43:06.729Z | Compiling packed_struct v0.10.1 |
2104 | 2024-11-02T05:43:06.829Z | Checking crc v3.2.1 |
2105 | 2024-11-02T05:43:06.981Z | Checking kstat-rs v0.2.4 |
2106 | 2024-11-02T05:43:07.051Z | Compiling packed_struct_codegen v0.10.1 |
2107 | 2024-11-02T05:43:07.258Z | Compiling indexmap v1.9.3 |
2108 | 2024-11-02T05:43:07.324Z | Checking nodrop v0.1.14 |
2109 | 2024-11-02T05:43:07.349Z | Compiling libefi-sys v0.1.0 |
2110 | 2024-11-02T05:43:07.451Z | Checking array-init v0.0.4 |
2111 | 2024-11-02T05:43:07.496Z | Checking bitvec v1.0.1 |
2112 | 2024-11-02T05:43:07.594Z | Checking smallvec v0.6.14 |
2113 | 2024-11-02T05:43:07.657Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2114 | 2024-11-02T05:43:07.995Z | Checking thiserror-no-std v2.0.2 |
2115 | 2024-11-02T05:43:08.027Z | Compiling async-recursion v1.1.1 |
2116 | 2024-11-02T05:43:08.052Z | Compiling bitfield-struct v0.6.2 |
2117 | 2024-11-02T05:43:08.113Z | Checking vsss-rs v3.3.4 |
2118 | 2024-11-02T05:43:08.452Z | Compiling omicron-zone-package v0.11.1 |
2119 | 2024-11-02T05:43:09.486Z | Checking bitfield v0.14.0 |
2120 | 2024-11-02T05:43:09.602Z | Checking hashbrown v0.12.3 |
2121 | 2024-11-02T05:43:09.671Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2122 | 2024-11-02T05:43:09.769Z | Checking serde-hex v0.1.0 |
2123 | 2024-11-02T05:43:10.235Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2124 | 2024-11-02T05:43:10.421Z | Compiling progenitor-macro v0.8.0 |
2125 | 2024-11-02T05:43:10.463Z | Checking env_logger v0.10.2 |
2126 | 2024-11-02T05:43:10.484Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2127 | 2024-11-02T05:43:10.846Z | Checking ron v0.8.1 |
2128 | 2024-11-02T05:43:10.887Z | Checking hashbrown v0.13.2 |
2129 | 2024-11-02T05:43:11.313Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2130 | 2024-11-02T05:43:11.354Z | Checking crc-any v2.5.0 |
2131 | 2024-11-02T05:43:11.434Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2132 | 2024-11-02T05:43:11.959Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2133 | 2024-11-02T05:43:11.962Z | Checking object v0.30.4 |
2134 | 2024-11-02T05:43:12.007Z | Compiling parking_lot_core v0.8.6 |
2135 | 2024-11-02T05:43:12.031Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2136 | 2024-11-02T05:43:12.202Z | Checking path-slash v0.1.5 |
2137 | 2024-11-02T05:43:12.288Z | Checking glob v0.3.1 |
2138 | 2024-11-02T05:43:12.356Z | Checking hickory-client v0.24.1 |
2139 | 2024-11-02T05:43:12.638Z | Checking hickory-server v0.24.1 |
2140 | 2024-11-02T05:43:12.873Z | Checking parking_lot v0.11.2 |
2141 | 2024-11-02T05:43:12.976Z | Checking primeorder v0.13.6 |
2142 | 2024-11-02T05:43:13.236Z | Checking sled v0.34.7 |
2143 | 2024-11-02T05:43:13.485Z | Compiling unicase v2.7.0 |
2144 | 2024-11-02T05:43:13.832Z | Checking nanorand v0.7.0 |
2145 | 2024-11-02T05:43:13.906Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2146 | 2024-11-02T05:43:14.149Z | Compiling buf-list v1.0.3 |
2147 | 2024-11-02T05:43:14.543Z | Checking flume v0.11.0 |
2148 | 2024-11-02T05:43:14.890Z | Checking atty v0.2.14 |
2149 | 2024-11-02T05:43:15.022Z | Compiling vte_generate_state_changes v0.1.2 |
2150 | 2024-11-02T05:43:15.048Z | Compiling salty v0.3.0 |
2151 | 2024-11-02T05:43:15.503Z | Checking p384 v0.13.0 |
2152 | 2024-11-02T05:43:15.526Z | Checking fd-lock v4.0.2 |
2153 | 2024-11-02T05:43:15.675Z | Checking vte v0.11.1 |
2154 | 2024-11-02T05:43:15.768Z | Compiling mime_guess v2.0.5 |
2155 | 2024-11-02T05:43:15.928Z | Checking env_filter v0.1.2 |
2156 | 2024-11-02T05:43:16.167Z | Checking nu-ansi-term v0.50.1 |
2157 | 2024-11-02T05:43:16.269Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2158 | 2024-11-02T05:43:16.573Z | Checking env_logger v0.11.5 |
2159 | 2024-11-02T05:43:16.896Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2160 | 2024-11-02T05:43:16.937Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2161 | 2024-11-02T05:43:16.965Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2162 | 2024-11-02T05:43:17.017Z | Checking strip-ansi-escapes v0.2.0 |
2163 | 2024-11-02T05:43:17.174Z | Checking reedline v0.35.0 |
2164 | 2024-11-02T05:43:17.264Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2165 | 2024-11-02T05:43:17.289Z | Compiling dsl_auto_type v0.1.2 |
2166 | 2024-11-02T05:43:17.309Z | Checking scheduled-thread-pool v0.2.7 |
2167 | 2024-11-02T05:43:17.531Z | Compiling diesel_table_macro_syntax v0.2.0 |
2168 | 2024-11-02T05:43:17.812Z | Checking http-range v0.1.5 |
2169 | 2024-11-02T05:43:17.865Z | Compiling crunchy v0.2.2 |
2170 | 2024-11-02T05:43:17.961Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2171 | 2024-11-02T05:43:17.989Z | Checking hyper-staticfile v0.10.1 |
2172 | 2024-11-02T05:43:18.359Z | Checking r2d2 v0.8.10 |
2173 | 2024-11-02T05:43:18.472Z | Compiling clang-sys v1.8.1 |
2174 | 2024-11-02T05:43:18.693Z | Compiling phf_generator v0.11.2 |
2175 | 2024-11-02T05:43:18.823Z | Compiling diesel_derives v2.2.3 |
2176 | 2024-11-02T05:43:18.911Z | Checking bytecount v0.6.8 |
2177 | 2024-11-02T05:43:19.066Z | Compiling tiny-keccak v2.0.2 |
2178 | 2024-11-02T05:43:19.119Z | Checking papergrid v0.11.0 |
2179 | 2024-11-02T05:43:19.199Z | Compiling phf_codegen v0.11.2 |
2180 | 2024-11-02T05:43:19.433Z | Compiling tabled_derive v0.7.0 |
2181 | 2024-11-02T05:43:19.527Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2182 | 2024-11-02T05:43:19.785Z | Compiling parse-zoneinfo v0.3.1 |
2183 | 2024-11-02T05:43:19.894Z | Compiling ref-cast v1.0.23 |
2184 | 2024-11-02T05:43:20.449Z | Compiling cfg_aliases v0.1.1 |
2185 | 2024-11-02T05:43:20.563Z | Compiling nix v0.28.0 |
2186 | 2024-11-02T05:43:20.697Z | Compiling chrono-tz-build v0.4.0 |
2187 | 2024-11-02T05:43:21.368Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2188 | 2024-11-02T05:43:21.451Z | Compiling ascii-canvas v3.0.0 |
2189 | 2024-11-02T05:43:21.568Z | Compiling ena v0.14.3 |
2190 | 2024-11-02T05:43:21.662Z | Compiling ref-cast-impl v1.0.23 |
2191 | 2024-11-02T05:43:21.770Z | Checking tabled v0.15.0 |
2192 | 2024-11-02T05:43:21.990Z | Compiling libloading v0.8.5 |
2193 | 2024-11-02T05:43:22.016Z | Compiling diff v0.1.13 |
2194 | 2024-11-02T05:43:22.072Z | Compiling regex-syntax v0.6.29 |
2195 | 2024-11-02T05:43:22.410Z | Compiling bindgen v0.69.5 |
2196 | 2024-11-02T05:43:22.923Z | Compiling chrono-tz v0.10.0 |
2197 | 2024-11-02T05:43:23.346Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2198 | 2024-11-02T05:43:23.586Z | Compiling which v4.4.2 |
2199 | 2024-11-02T05:43:24.210Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2200 | 2024-11-02T05:43:24.720Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2201 | 2024-11-02T05:43:24.840Z | Checking signal-hook-tokio v0.3.1 |
2202 | 2024-11-02T05:43:25.033Z | Compiling cexpr v0.6.0 |
2203 | 2024-11-02T05:43:25.279Z | Compiling lazycell v1.3.0 |
2204 | 2024-11-02T05:43:25.465Z | Compiling lalrpop v0.19.12 |
2205 | 2024-11-02T05:43:26.326Z | Checking progenitor v0.8.0 |
2206 | 2024-11-02T05:43:26.554Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2207 | 2024-11-02T05:43:26.642Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2208 | 2024-11-02T05:43:27.230Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2209 | 2024-11-02T05:43:27.752Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2210 | 2024-11-02T05:43:30.487Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2211 | 2024-11-02T05:43:31.383Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2212 | 2024-11-02T05:43:31.637Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2213 | 2024-11-02T05:43:33.860Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2214 | 2024-11-02T05:43:34.106Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2215 | 2024-11-02T05:43:34.551Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2216 | 2024-11-02T05:43:34.934Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2217 | 2024-11-02T05:43:35.033Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2218 | 2024-11-02T05:43:35.246Z | Checking diesel v2.2.4 |
2219 | 2024-11-02T05:43:35.598Z | Compiling rustc-hash v1.1.0 |
2220 | 2024-11-02T05:43:39.120Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2221 | 2024-11-02T05:43:39.247Z | Compiling derive_builder_core v0.20.2 |
2222 | 2024-11-02T05:43:39.423Z | Checking http v0.2.12 |
2223 | 2024-11-02T05:43:40.747Z | Compiling peg-macros v0.8.4 |
2224 | 2024-11-02T05:43:41.548Z | Compiling libxml v0.3.3 |
2225 | 2024-11-02T05:43:41.948Z | Compiling sqlparser_derive v0.2.2 |
2226 | 2024-11-02T05:43:43.043Z | Compiling memoffset v0.9.1 |
2227 | 2024-11-02T05:43:43.355Z | Checking unicode_categories v0.1.1 |
2228 | 2024-11-02T05:43:43.664Z | Checking sqlformat v0.2.6 |
2229 | 2024-11-02T05:43:44.285Z | Checking peg v0.8.4 |
2230 | 2024-11-02T05:43:44.553Z | Checking sqlparser v0.45.0 |
2231 | 2024-11-02T05:43:48.039Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2232 | 2024-11-02T05:43:51.660Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2233 | 2024-11-02T05:43:53.895Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2234 | 2024-11-02T05:43:55.210Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2235 | 2024-11-02T05:43:56.777Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2236 | 2024-11-02T05:43:57.323Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2237 | 2024-11-02T05:43:57.407Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2238 | 2024-11-02T05:43:58.826Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2239 | 2024-11-02T05:43:59.411Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2240 | 2024-11-02T05:43:59.704Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2241 | 2024-11-02T05:43:59.806Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2242 | 2024-11-02T05:43:59.830Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2243 | 2024-11-02T05:44:00.483Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2244 | 2024-11-02T05:44:00.504Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2245 | 2024-11-02T05:44:00.566Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2246 | 2024-11-02T05:44:01.026Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2247 | 2024-11-02T05:44:01.605Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2248 | 2024-11-02T05:44:02.081Z | Compiling derive_builder_macro v0.20.2 |
2249 | 2024-11-02T05:44:02.145Z | Checking rustyline v14.0.0 |
2250 | 2024-11-02T05:44:05.034Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2251 | 2024-11-02T05:44:05.124Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2252 | 2024-11-02T05:44:05.848Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2253 | 2024-11-02T05:44:06.697Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2254 | 2024-11-02T05:44:08.004Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2255 | 2024-11-02T05:44:08.071Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2256 | 2024-11-02T05:44:08.659Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2257 | 2024-11-02T05:44:09.939Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2258 | 2024-11-02T05:44:11.368Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2259 | 2024-11-02T05:44:12.460Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2260 | 2024-11-02T05:44:12.887Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2261 | 2024-11-02T05:44:14.330Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2262 | 2024-11-02T05:44:14.780Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2263 | 2024-11-02T05:44:15.127Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2264 | 2024-11-02T05:44:15.363Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2265 | 2024-11-02T05:44:15.537Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2266 | 2024-11-02T05:44:16.273Z | Checking tungstenite v0.23.0 |
2267 | 2024-11-02T05:44:16.367Z | Checking bcs v0.1.6 |
2268 | 2024-11-02T05:44:16.839Z | Compiling strum_macros v0.24.3 |
2269 | 2024-11-02T05:44:16.888Z | Compiling pin-project-internal v1.1.6 |
2270 | 2024-11-02T05:44:17.264Z | Compiling indoc v1.0.9 |
2271 | 2024-11-02T05:44:17.641Z | Checking tokio-tungstenite v0.23.1 |
2272 | 2024-11-02T05:44:18.111Z | Checking derive_builder v0.20.2 |
2273 | 2024-11-02T05:44:18.385Z | Checking http-body v0.4.6 |
2274 | 2024-11-02T05:44:18.808Z | Checking h2 v0.3.26 |
2275 | 2024-11-02T05:44:19.876Z | Checking pin-project v1.1.6 |
2276 | 2024-11-02T05:44:20.005Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2277 | 2024-11-02T05:44:20.008Z | Checking quick-xml v0.33.0 |
2278 | 2024-11-02T05:44:20.234Z | Compiling oso-derive v0.27.3 |
2279 | 2024-11-02T05:44:20.315Z | Compiling impl-trait-for-tuples v0.2.2 |
2280 | 2024-11-02T05:44:21.263Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2281 | 2024-11-02T05:44:21.648Z | Checking nix v0.27.1 |
2282 | 2024-11-02T05:44:21.670Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2283 | 2024-11-02T05:44:22.212Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2284 | 2024-11-02T05:44:22.998Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2285 | 2024-11-02T05:44:23.270Z | Compiling snafu-derive v0.8.5 |
2286 | 2024-11-02T05:44:23.986Z | Compiling diesel-dtrace v0.3.0 |
2287 | 2024-11-02T05:44:24.296Z | Checking sync_wrapper v0.1.2 |
2288 | 2024-11-02T05:44:24.441Z | Checking bumpalo v3.16.0 |
2289 | 2024-11-02T05:44:24.802Z | Compiling zip v2.1.3 |
2290 | 2024-11-02T05:44:25.152Z | Checking lockfree-object-pool v0.1.6 |
2291 | 2024-11-02T05:44:25.191Z | Checking hyper v0.14.30 |
2292 | 2024-11-02T05:44:25.417Z | Checking simd-adler32 v0.3.7 |
2293 | 2024-11-02T05:44:25.786Z | Checking zopfli v0.8.1 |
2294 | 2024-11-02T05:44:27.897Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2295 | 2024-11-02T05:44:28.640Z | Checking snafu v0.8.5 |
2296 | 2024-11-02T05:44:29.061Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2297 | 2024-11-02T05:44:29.152Z | Checking globset v0.4.15 |
2298 | 2024-11-02T05:44:29.382Z | Checking bb8 v0.8.5 |
2299 | 2024-11-02T05:44:29.673Z | Checking olpc-cjson v0.1.4 |
2300 | 2024-11-02T05:44:29.880Z | Checking serde_plain v1.0.2 |
2301 | 2024-11-02T05:44:29.905Z | Compiling const_format_proc_macros v0.2.33 |
2302 | 2024-11-02T05:44:30.133Z | Compiling displaydoc v0.2.5 |
2303 | 2024-11-02T05:44:30.170Z | Checking reqwest v0.11.27 |
2304 | 2024-11-02T05:44:31.206Z | Checking typed-path v0.7.1 |
2305 | 2024-11-02T05:44:31.368Z | Checking async-bb8-diesel v0.2.1 |
2306 | 2024-11-02T05:44:31.898Z | Checking const_format v0.2.33 |
2307 | 2024-11-02T05:44:32.395Z | Checking parse-size v1.1.0 |
2308 | 2024-11-02T05:44:32.526Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2309 | 2024-11-02T05:44:32.582Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2310 | 2024-11-02T05:44:32.846Z | Checking heck v0.4.1 |
2311 | 2024-11-02T05:44:32.980Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2312 | 2024-11-02T05:44:33.125Z | Checking tough v0.17.1 |
2313 | 2024-11-02T05:44:33.283Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2314 | 2024-11-02T05:44:33.679Z | Checking assert_matches v1.5.0 |
2315 | 2024-11-02T05:44:33.781Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2316 | 2024-11-02T05:44:33.933Z | Checking rand_seeder v0.3.0 |
2317 | 2024-11-02T05:44:34.161Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2318 | 2024-11-02T05:44:34.442Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2319 | 2024-11-02T05:44:35.746Z | Compiling libz-sys v1.1.20 |
2320 | 2024-11-02T05:44:36.086Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2321 | 2024-11-02T05:44:36.346Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2322 | 2024-11-02T05:44:36.514Z | Checking is_ci v1.2.0 |
2323 | 2024-11-02T05:44:36.628Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2324 | 2024-11-02T05:44:36.670Z | Checking supports-color v3.0.1 |
2325 | 2024-11-02T05:44:37.054Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2326 | 2024-11-02T05:44:38.111Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2327 | 2024-11-02T05:44:38.332Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2328 | 2024-11-02T05:44:38.503Z | Compiling vergen v8.3.2 |
2329 | 2024-11-02T05:44:38.806Z | Compiling cargo-platform v0.1.8 |
2330 | 2024-11-02T05:44:39.300Z | Checking unicode-linebreak v0.1.5 |
2331 | 2024-11-02T05:44:39.730Z | Checking smawk v0.3.2 |
2332 | 2024-11-02T05:44:39.798Z | Compiling cargo_metadata v0.18.1 |
2333 | 2024-11-02T05:44:39.942Z | Checking textwrap v0.16.1 |
2334 | 2024-11-02T05:44:40.363Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2335 | 2024-11-02T05:44:40.661Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2336 | 2024-11-02T05:44:42.048Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2337 | 2024-11-02T05:44:42.815Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2338 | 2024-11-02T05:44:43.208Z | Checking castaway v0.2.3 |
2339 | 2024-11-02T05:44:43.377Z | Compiling libsqlite3-sys v0.30.1 |
2340 | 2024-11-02T05:44:43.418Z | Compiling rustls v0.21.12 |
2341 | 2024-11-02T05:44:43.660Z | Compiling cfg_aliases v0.2.1 |
2342 | 2024-11-02T05:44:43.773Z | Compiling nix v0.29.0 |
2343 | 2024-11-02T05:44:43.880Z | Checking compact_str v0.8.0 |
2344 | 2024-11-02T05:44:44.709Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2345 | 2024-11-02T05:44:44.727Z | Checking unicode-truncate v1.1.0 |
2346 | 2024-11-02T05:44:45.035Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2347 | 2024-11-02T05:44:45.253Z | Checking rustls-webpki v0.101.7 |
2348 | 2024-11-02T05:44:45.335Z | Checking sct v0.7.1 |
2349 | 2024-11-02T05:44:45.541Z | Checking lru v0.12.5 |
2350 | 2024-11-02T05:44:45.809Z | Compiling instability v0.3.2 |
2351 | 2024-11-02T05:44:45.950Z | Checking cassowary v0.3.0 |
2352 | 2024-11-02T05:44:46.552Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2353 | 2024-11-02T05:44:46.783Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2354 | 2024-11-02T05:44:47.058Z | Checking ratatui v0.28.1 |
2355 | 2024-11-02T05:44:47.791Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2356 | 2024-11-02T05:44:49.584Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2357 | 2024-11-02T05:44:50.423Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2358 | 2024-11-02T05:44:50.721Z | Checking hashlink v0.9.1 |
2359 | 2024-11-02T05:44:50.743Z | Checking concurrent-queue v2.5.0 |
2360 | 2024-11-02T05:44:51.074Z | Checking fallible-streaming-iterator v0.1.9 |
2361 | 2024-11-02T05:44:51.311Z | Checking plotters-backend v0.3.7 |
2362 | 2024-11-02T05:44:51.370Z | Checking parking v2.2.1 |
2363 | 2024-11-02T05:44:51.537Z | Checking fallible-iterator v0.3.0 |
2364 | 2024-11-02T05:44:51.656Z | Checking plotters-svg v0.3.7 |
2365 | 2024-11-02T05:44:52.184Z | Checking rusqlite v0.32.1 |
2366 | 2024-11-02T05:44:52.374Z | Checking tokio-rustls v0.24.1 |
2367 | 2024-11-02T05:44:52.760Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2368 | 2024-11-02T05:44:53.731Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2369 | 2024-11-02T05:44:53.929Z | Checking rustls-pemfile v1.0.4 |
2370 | 2024-11-02T05:44:54.029Z | Checking twox-hash v1.6.3 |
2371 | 2024-11-02T05:44:54.099Z | Checking cast v0.3.0 |
2372 | 2024-11-02T05:44:54.394Z | Checking criterion-plot v0.5.0 |
2373 | 2024-11-02T05:44:54.546Z | Checking plotters v0.3.7 |
2374 | 2024-11-02T05:44:54.900Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2375 | 2024-11-02T05:44:55.914Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2376 | 2024-11-02T05:44:56.329Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2377 | 2024-11-02T05:44:56.996Z | Checking fatfs v0.3.6 |
2378 | 2024-11-02T05:44:58.000Z | Checking tinytemplate v1.2.1 |
2379 | 2024-11-02T05:44:58.028Z | Checking csv-core v0.1.11 |
2380 | 2024-11-02T05:44:58.347Z | Checking oorandom v11.1.4 |
2381 | 2024-11-02T05:44:58.393Z | Checking anes v0.1.6 |
2382 | 2024-11-02T05:44:58.519Z | Checking hex-literal v0.4.1 |
2383 | 2024-11-02T05:44:58.660Z | Checking shell-words v1.1.0 |
2384 | 2024-11-02T05:44:58.754Z | Checking criterion v0.5.1 |
2385 | 2024-11-02T05:44:58.846Z | Checking csv v1.3.0 |
2386 | 2024-11-02T05:44:59.648Z | Checking event-listener v5.3.1 |
2387 | 2024-11-02T05:45:00.096Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2388 | 2024-11-02T05:45:01.542Z | Checking rtoolbox v0.0.2 |
2389 | 2024-11-02T05:45:01.742Z | Checking rpassword v7.3.1 |
2390 | 2024-11-02T05:45:01.914Z | Checking event-listener-strategy v0.5.2 |
2391 | 2024-11-02T05:45:02.124Z | Checking tui-tree-widget v0.22.0 |
2392 | 2024-11-02T05:45:02.445Z | Checking polyval v0.6.2 |
2393 | 2024-11-02T05:45:02.736Z | Checking ghash v0.5.1 |
2394 | 2024-11-02T05:45:02.918Z | Checking futures-lite v2.3.0 |
2395 | 2024-11-02T05:45:04.346Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2396 | 2024-11-02T05:45:04.611Z | Checking ctr v0.9.2 |
2397 | 2024-11-02T05:45:04.914Z | Checking yansi v1.0.1 |
2398 | 2024-11-02T05:45:05.887Z | Checking pretty_assertions v1.4.1 |
2399 | 2024-11-02T05:45:06.044Z | Checking aes-gcm v0.10.3 |
2400 | 2024-11-02T05:45:06.107Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2401 | 2024-11-02T05:45:06.296Z | Checking ssh-encoding v0.2.0 |
2402 | 2024-11-02T05:45:06.654Z | Checking blowfish v0.9.1 |
2403 | 2024-11-02T05:45:06.917Z | Checking bcrypt-pbkdf v0.10.0 |
2404 | 2024-11-02T05:45:07.059Z | Compiling samael v0.0.17 |
2405 | 2024-11-02T05:45:07.172Z | Checking ssh-cipher v0.2.0 |
2406 | 2024-11-02T05:45:07.477Z | Checking async-lock v3.4.0 |
2407 | 2024-11-02T05:45:08.358Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2408 | 2024-11-02T05:45:08.843Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2409 | 2024-11-02T05:45:10.166Z | Checking polling v3.7.3 |
2410 | 2024-11-02T05:45:10.572Z | Checking password-hash v0.4.2 |
2411 | 2024-11-02T05:45:11.034Z | Checking matches v0.1.10 |
2412 | 2024-11-02T05:45:11.148Z | Checking idna v0.2.3 |
2413 | 2024-11-02T05:45:11.972Z | Checking pbkdf2 v0.11.0 |
2414 | 2024-11-02T05:45:12.255Z | Checking async-io v2.3.4 |
2415 | 2024-11-02T05:45:13.179Z | Checking ssh-key v0.6.6 |
2416 | 2024-11-02T05:45:13.678Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2417 | 2024-11-02T05:45:14.411Z | Checking p256 v0.13.2 |
2418 | 2024-11-02T05:45:14.868Z | Checking p521 v0.13.3 |
2419 | 2024-11-02T05:45:14.890Z | Checking russh-cryptovec v0.7.3 |
2420 | 2024-11-02T05:45:15.098Z | Compiling enum-as-inner v0.5.1 |
2421 | 2024-11-02T05:45:16.017Z | Checking md5 v0.7.0 |
2422 | 2024-11-02T05:45:16.308Z | Compiling doc-comment v0.3.3 |
2423 | 2024-11-02T05:45:16.329Z | Compiling target-lexicon v0.12.16 |
2424 | 2024-11-02T05:45:16.869Z | Checking async-task v4.7.1 |
2425 | 2024-11-02T05:45:17.394Z | Checking russh-keys v0.45.0 |
2426 | 2024-11-02T05:45:17.426Z | Checking trust-dns-proto v0.22.0 |
2427 | 2024-11-02T05:45:18.182Z | Checking async-channel v2.3.1 |
2428 | 2024-11-02T05:45:18.532Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2429 | 2024-11-02T05:45:18.824Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2430 | 2024-11-02T05:45:19.670Z | Checking piper v0.2.4 |
2431 | 2024-11-02T05:45:19.910Z | Checking num-bigint v0.4.6 |
2432 | 2024-11-02T05:45:20.290Z | Checking des v0.8.1 |
2433 | 2024-11-02T05:45:20.585Z | Checking futures-timer v3.0.3 |
2434 | 2024-11-02T05:45:20.901Z | Compiling dhcproto-macros v0.1.0 |
2435 | 2024-11-02T05:45:21.190Z | Compiling assert_cmd v2.0.16 |
2436 | 2024-11-02T05:45:21.644Z | Compiling guppy-workspace-hack v0.1.0 |
2437 | 2024-11-02T05:45:21.798Z | Checking dhcproto v0.12.0 |
2438 | 2024-11-02T05:45:22.007Z | Checking blocking v1.6.1 |
2439 | 2024-11-02T05:45:22.492Z | Checking russh v0.45.0 |
2440 | 2024-11-02T05:45:22.955Z | Checking async-executor v1.13.1 |
2441 | 2024-11-02T05:45:23.296Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2442 | 2024-11-02T05:45:23.318Z | Checking async-signal v0.2.10 |
2443 | 2024-11-02T05:45:23.615Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2444 | 2024-11-02T05:45:23.935Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2445 | 2024-11-02T05:45:24.410Z | Compiling target-spec v3.2.2 |
2446 | 2024-11-02T05:45:24.648Z | Checking event-listener v2.5.3 |
2447 | 2024-11-02T05:45:24.999Z | Checking internet-checksum v0.2.1 |
2448 | 2024-11-02T05:45:25.229Z | Checking async-channel v1.9.0 |
2449 | 2024-11-02T05:45:26.104Z | Checking async-process v2.3.0 |
2450 | 2024-11-02T05:45:26.533Z | Checking async-global-executor v2.4.1 |
2451 | 2024-11-02T05:45:26.849Z | Checking cfg-expr v0.17.0 |
2452 | 2024-11-02T05:45:27.181Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2453 | 2024-11-02T05:45:27.284Z | Checking httptest v0.16.1 |
2454 | 2024-11-02T05:45:27.687Z | Checking rustls-native-certs v0.7.3 |
2455 | 2024-11-02T05:45:27.888Z | Checking num_cpus v1.16.0 |
2456 | 2024-11-02T05:45:28.027Z | Checking kv-log-macro v1.0.7 |
2457 | 2024-11-02T05:45:28.049Z | Compiling async-attributes v1.1.2 |
2458 | 2024-11-02T05:45:28.846Z | Checking async-std v1.13.0 |
2459 | 2024-11-02T05:45:30.042Z | Compiling git2 v0.19.0 |
2460 | 2024-11-02T05:45:30.282Z | Checking threadpool v1.8.1 |
2461 | 2024-11-02T05:45:30.514Z | Checking hyper-rustls v0.26.0 |
2462 | 2024-11-02T05:45:31.295Z | Checking pathdiff v0.2.2 |
2463 | 2024-11-02T05:45:31.477Z | Compiling rstest_macros v0.23.0 |
2464 | 2024-11-02T05:45:32.022Z | Checking escape8259 v0.5.3 |
2465 | 2024-11-02T05:45:32.026Z | Checking nested v0.1.1 |
2466 | 2024-11-02T05:45:32.224Z | Checking libtest-mimic v0.7.3 |
2467 | 2024-11-02T05:45:32.282Z | Checking guppy v0.17.8 |
2468 | 2024-11-02T05:45:32.746Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2469 | 2024-11-02T05:45:33.065Z | Checking async-object-pool v0.1.5 |
2470 | 2024-11-02T05:45:33.404Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2471 | 2024-11-02T05:45:34.572Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2472 | 2024-11-02T05:45:34.635Z | Checking similar-asserts v1.6.0 |
2473 | 2024-11-02T05:45:34.893Z | Checking fancy-regex v0.13.0 |
2474 | 2024-11-02T05:45:34.914Z | Checking serde_regex v1.1.0 |
2475 | 2024-11-02T05:45:35.187Z | Checking assert-json-diff v2.0.2 |
2476 | 2024-11-02T05:45:35.488Z | Compiling proc-macro-crate v3.2.0 |
2477 | 2024-11-02T05:45:35.704Z | Checking path-tree v0.8.1 |
2478 | 2024-11-02T05:45:36.719Z | Checking stringmetrics v2.2.2 |
2479 | 2024-11-02T05:45:36.960Z | Compiling relative-path v1.9.3 |
2480 | 2024-11-02T05:45:37.006Z | Compiling trybuild v1.0.100 |
2481 | 2024-11-02T05:45:37.552Z | Checking httpmock v0.8.0-alpha.1 |
2482 | 2024-11-02T05:45:37.965Z | Checking datatest-stable v0.2.9 |
2483 | 2024-11-02T05:45:38.296Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2484 | 2024-11-02T05:45:39.781Z | Checking blake2b_simd v1.0.2 |
2485 | 2024-11-02T05:45:39.829Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2486 | 2024-11-02T05:45:40.729Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2487 | 2024-11-02T05:45:42.979Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2488 | 2024-11-02T05:45:43.315Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2489 | 2024-11-02T05:45:43.651Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2490 | 2024-11-02T05:45:43.986Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2491 | 2024-11-02T05:45:44.498Z | Checking serde_tokenstream v0.2.2 |
2492 | 2024-11-02T05:45:44.868Z | Checking uzers v0.12.1 |
2493 | 2024-11-02T05:45:45.414Z | Checking rust-argon2 v2.1.0 |
2494 | 2024-11-02T05:45:47.335Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2495 | 2024-11-02T05:45:47.759Z | Checking rstest v0.23.0 |
2496 | 2024-11-02T05:45:47.781Z | Compiling polar-core v0.27.3 |
2497 | 2024-11-02T05:45:47.985Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2498 | 2024-11-02T05:45:49.117Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2499 | 2024-11-02T05:45:49.430Z | Checking rand_distr v0.4.3 |
2500 | 2024-11-02T05:45:50.246Z | Checking multimap v0.10.0 |
2501 | 2024-11-02T05:45:50.569Z | Checking approx v0.5.1 |
2502 | 2024-11-02T05:45:52.001Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2503 | 2024-11-02T05:45:52.918Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2504 | 2024-11-02T05:45:54.348Z | Checking partial-io v0.5.4 |
2505 | 2024-11-02T05:45:54.785Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2506 | 2024-11-02T05:45:55.098Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2507 | 2024-11-02T05:45:55.997Z | Checking cargo_toml v0.20.5 |
2508 | 2024-11-02T05:45:56.590Z | Checking termios v0.3.3 |
2509 | 2024-11-02T05:45:56.818Z | Compiling indoc v2.0.5 |
2510 | 2024-11-02T05:45:57.985Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2511 | 2024-11-02T05:45:58.217Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2512 | 2024-11-02T05:45:59.068Z | Checking oso v0.27.3 |
2513 | 2024-11-02T05:46:00.847Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2514 | 2024-11-02T05:46:12.954Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2515 | 2024-11-02T05:46:21.102Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2516 | 2024-11-02T05:46:26.633Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2517 | 2024-11-02T05:46:26.703Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2518 | 2024-11-02T05:46:55.203Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2519 | 2024-11-02T05:46:57.035Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2520 | 2024-11-02T05:46:58.330Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2521 | 2024-11-02T05:47:46.473Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2522 | 2024-11-02T05:47:46.473Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2523 | 2024-11-02T05:47:46.475Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2524 | 2024-11-02T05:51:54.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 50s |
2525 | 2024-11-02T05:51:54.396Z | |
2526 | 2024-11-02T05:51:54.396Z | real 9:54.942410370 |
2527 | 2024-11-02T05:51:54.396Z | user 46:14.121382057 |
2528 | 2024-11-02T05:51:54.397Z | sys 6:21.073214359 |
2529 | 2024-11-02T05:51:54.397Z | trap 1.073266916 |
2530 | 2024-11-02T05:51:54.397Z | tflt 1.945710141 |
2531 | 2024-11-02T05:51:54.397Z | dflt 0.996895440 |
2532 | 2024-11-02T05:51:54.397Z | kflt 0.001580484 |
2533 | 2024-11-02T05:51:54.397Z | lock 1:13:38.954870918 |
2534 | 2024-11-02T05:51:54.397Z | slp 2:33:23.322263360 |
2535 | 2024-11-02T05:51:54.397Z | lat 1:39.133474250 |
2536 | 2024-11-02T05:51:54.397Z | stop 5:49.671340289 |
2537 | 2024-11-02T05:51:54.400Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2538 | 2024-11-02T05:51:54.400Z | + ptime -m cargo doc --workspace --no-deps |
2539 | 2024-11-02T05:51:55.482Z | warning: output filename collision. |
2540 | 2024-11-02T05:51:55.482Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2541 | 2024-11-02T05:51:55.482Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2542 | 2024-11-02T05:51:55.482Z | The targets should have unique names. |
2543 | 2024-11-02T05:51:55.482Z | This is a known bug where multiple crates with the same name use |
2544 | 2024-11-02T05:51:55.483Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2545 | 2024-11-02T05:51:55.870Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2546 | 2024-11-02T05:51:55.935Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2547 | 2024-11-02T05:51:55.951Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2548 | 2024-11-02T05:51:55.987Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2549 | 2024-11-02T05:51:56.017Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2550 | 2024-11-02T05:51:56.017Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2551 | 2024-11-02T05:51:56.166Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2552 | 2024-11-02T05:51:56.268Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2553 | 2024-11-02T05:51:56.268Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2554 | 2024-11-02T05:51:56.271Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2555 | 2024-11-02T05:51:56.325Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2556 | 2024-11-02T05:51:56.528Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2557 | 2024-11-02T05:51:56.576Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2558 | 2024-11-02T05:51:56.839Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2559 | 2024-11-02T05:51:57.086Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2560 | 2024-11-02T05:51:59.274Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2561 | 2024-11-02T05:51:59.614Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2562 | 2024-11-02T05:51:59.845Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2563 | 2024-11-02T05:52:00.168Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2564 | 2024-11-02T05:52:01.240Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2565 | 2024-11-02T05:52:01.443Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2566 | 2024-11-02T05:52:01.581Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2567 | 2024-11-02T05:52:01.770Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2568 | 2024-11-02T05:52:02.102Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2569 | 2024-11-02T05:52:02.592Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2570 | 2024-11-02T05:52:02.790Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2571 | 2024-11-02T05:52:03.085Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2572 | 2024-11-02T05:52:03.218Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2573 | 2024-11-02T05:52:03.380Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2574 | 2024-11-02T05:52:03.474Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2575 | 2024-11-02T05:52:03.493Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2576 | 2024-11-02T05:52:03.531Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2577 | 2024-11-02T05:52:03.548Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2578 | 2024-11-02T05:52:03.826Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2579 | 2024-11-02T05:52:03.872Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2580 | 2024-11-02T05:52:04.122Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2581 | 2024-11-02T05:52:04.389Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2582 | 2024-11-02T05:52:04.407Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2583 | 2024-11-02T05:52:04.457Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2584 | 2024-11-02T05:52:04.757Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2585 | 2024-11-02T05:52:05.162Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2586 | 2024-11-02T05:52:07.788Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2587 | 2024-11-02T05:52:08.750Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2588 | 2024-11-02T05:52:09.629Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2589 | 2024-11-02T05:52:09.818Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2590 | 2024-11-02T05:52:10.478Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2591 | 2024-11-02T05:52:10.623Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2592 | 2024-11-02T05:52:12.024Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2593 | 2024-11-02T05:52:12.135Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2594 | 2024-11-02T05:52:12.559Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2595 | 2024-11-02T05:52:12.774Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2596 | 2024-11-02T05:52:13.178Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2597 | 2024-11-02T05:52:13.581Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2598 | 2024-11-02T05:52:18.470Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2599 | 2024-11-02T05:52:19.070Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2600 | 2024-11-02T05:52:19.672Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2601 | 2024-11-02T05:52:20.188Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2602 | 2024-11-02T05:52:20.602Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2603 | 2024-11-02T05:52:21.328Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2604 | 2024-11-02T05:52:21.450Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2605 | 2024-11-02T05:52:21.499Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2606 | 2024-11-02T05:52:21.733Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2607 | 2024-11-02T05:52:22.600Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2608 | 2024-11-02T05:52:22.891Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2609 | 2024-11-02T05:52:23.188Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2610 | 2024-11-02T05:52:23.512Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2611 | 2024-11-02T05:52:23.823Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2612 | 2024-11-02T05:52:24.197Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2613 | 2024-11-02T05:52:24.421Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2614 | 2024-11-02T05:52:24.520Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2615 | 2024-11-02T05:52:25.113Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2616 | 2024-11-02T05:52:25.638Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2617 | 2024-11-02T05:52:25.668Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2618 | 2024-11-02T05:52:25.687Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2619 | 2024-11-02T05:52:26.044Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2620 | 2024-11-02T05:52:26.470Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2621 | 2024-11-02T05:52:26.613Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2622 | 2024-11-02T05:52:26.711Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2623 | 2024-11-02T05:52:26.930Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2624 | 2024-11-02T05:52:27.217Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2625 | 2024-11-02T05:52:27.467Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2626 | 2024-11-02T05:52:27.957Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2627 | 2024-11-02T05:52:28.059Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2628 | 2024-11-02T05:52:28.265Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2629 | 2024-11-02T05:52:28.605Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2630 | 2024-11-02T05:52:28.724Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2631 | 2024-11-02T05:52:28.832Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2632 | 2024-11-02T05:52:29.068Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2633 | 2024-11-02T05:52:29.117Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2634 | 2024-11-02T05:52:29.988Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2635 | 2024-11-02T05:52:30.174Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2636 | 2024-11-02T05:52:30.435Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2637 | 2024-11-02T05:52:30.454Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2638 | 2024-11-02T05:52:31.070Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2639 | 2024-11-02T05:52:31.600Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2640 | 2024-11-02T05:52:32.637Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2641 | 2024-11-02T05:52:33.969Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2642 | 2024-11-02T05:52:35.833Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2643 | 2024-11-02T05:52:35.855Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2644 | 2024-11-02T05:52:36.110Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2645 | 2024-11-02T05:52:38.331Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2646 | 2024-11-02T05:52:40.320Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2647 | 2024-11-02T05:52:41.059Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2648 | 2024-11-02T05:52:41.384Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2649 | 2024-11-02T05:52:43.334Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2650 | 2024-11-02T05:52:44.050Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2651 | 2024-11-02T05:52:44.215Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2652 | 2024-11-02T05:52:44.728Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2653 | 2024-11-02T05:52:48.640Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2654 | 2024-11-02T05:52:49.638Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2655 | 2024-11-02T05:52:50.555Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2656 | 2024-11-02T05:52:53.563Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2657 | 2024-11-02T05:53:19.989Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2658 | 2024-11-02T05:53:20.104Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2659 | 2024-11-02T05:53:39.613Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2660 | 2024-11-02T05:53:42.277Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2661 | 2024-11-02T05:53:45.808Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2662 | 2024-11-02T05:53:56.276Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2663 | 2024-11-02T05:53:58.255Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2664 | 2024-11-02T05:54:01.171Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2665 | 2024-11-02T05:54:06.145Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2666 | 2024-11-02T05:54:07.663Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2667 | 2024-11-02T05:54:08.917Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2668 | 2024-11-02T05:54:23.176Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2669 | 2024-11-02T05:54:25.490Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2670 | 2024-11-02T05:54:31.734Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2671 | 2024-11-02T05:54:54.611Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2672 | 2024-11-02T05:54:56.555Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2673 | 2024-11-02T05:54:59.344Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2674 | 2024-11-02T05:54:59.347Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2675 | 2024-11-02T05:55:00.123Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2676 | 2024-11-02T05:55:02.864Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2677 | 2024-11-02T05:55:16.518Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2678 | 2024-11-02T05:55:17.972Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2679 | 2024-11-02T05:55:19.626Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2680 | 2024-11-02T05:55:24.058Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2681 | 2024-11-02T05:55:25.968Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2682 | 2024-11-02T05:55:27.028Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2683 | 2024-11-02T05:55:27.233Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2684 | 2024-11-02T05:55:30.320Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2685 | 2024-11-02T05:55:33.133Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2686 | 2024-11-02T05:55:39.181Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2687 | 2024-11-02T05:55:40.256Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2688 | 2024-11-02T05:55:48.111Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2689 | 2024-11-02T05:56:10.290Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2690 | 2024-11-02T05:56:13.681Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2691 | 2024-11-02T05:56:16.565Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2692 | 2024-11-02T05:56:20.392Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2693 | 2024-11-02T05:56:23.618Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2694 | 2024-11-02T05:56:33.469Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2695 | 2024-11-02T05:56:41.737Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2696 | 2024-11-02T05:56:41.970Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2697 | 2024-11-02T05:56:44.116Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2698 | 2024-11-02T05:56:47.819Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2699 | 2024-11-02T05:56:52.239Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2700 | 2024-11-02T05:56:58.550Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2701 | 2024-11-02T05:57:00.802Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2702 | 2024-11-02T05:57:02.199Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2703 | 2024-11-02T05:57:02.854Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2704 | 2024-11-02T05:57:02.877Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2705 | 2024-11-02T05:57:10.887Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2706 | 2024-11-02T05:57:13.722Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2707 | 2024-11-02T05:57:16.900Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2708 | 2024-11-02T05:57:17.983Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2709 | 2024-11-02T05:57:18.346Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2710 | 2024-11-02T05:57:24.659Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2711 | 2024-11-02T05:57:25.765Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2712 | 2024-11-02T05:57:29.386Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2713 | 2024-11-02T05:57:32.230Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2714 | 2024-11-02T05:57:36.493Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2715 | 2024-11-02T05:57:37.955Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2716 | 2024-11-02T05:57:40.265Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2717 | 2024-11-02T05:57:42.899Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2718 | 2024-11-02T05:57:45.843Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2719 | 2024-11-02T05:57:50.112Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2720 | 2024-11-02T05:57:51.472Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2721 | 2024-11-02T05:57:57.414Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2722 | 2024-11-02T05:57:59.864Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2723 | 2024-11-02T05:58:09.321Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2724 | 2024-11-02T05:58:10.358Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2725 | 2024-11-02T05:58:10.600Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2726 | 2024-11-02T05:58:12.598Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2727 | 2024-11-02T05:58:13.702Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2728 | 2024-11-02T05:58:14.802Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2729 | 2024-11-02T05:58:28.093Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2730 | 2024-11-02T05:58:28.136Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2731 | 2024-11-02T05:58:28.678Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2732 | 2024-11-02T05:58:29.488Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2733 | 2024-11-02T05:58:29.912Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2734 | 2024-11-02T05:58:33.164Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2735 | 2024-11-02T05:58:40.439Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2736 | 2024-11-02T05:58:41.302Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2737 | 2024-11-02T05:58:43.853Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2738 | 2024-11-02T05:58:44.357Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2739 | 2024-11-02T05:58:45.785Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2740 | 2024-11-02T05:58:46.312Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2741 | 2024-11-02T05:58:55.046Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2742 | 2024-11-02T05:58:56.436Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2743 | 2024-11-02T05:58:57.615Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2744 | 2024-11-02T05:58:58.749Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2745 | 2024-11-02T05:59:00.991Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2746 | 2024-11-02T05:59:03.590Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2747 | 2024-11-02T05:59:05.788Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2748 | 2024-11-02T05:59:08.966Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2749 | 2024-11-02T05:59:10.460Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2750 | 2024-11-02T05:59:11.143Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2751 | 2024-11-02T05:59:14.188Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2752 | 2024-11-02T05:59:15.927Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2753 | 2024-11-02T05:59:18.469Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2754 | 2024-11-02T05:59:19.550Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2755 | 2024-11-02T05:59:19.759Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2756 | 2024-11-02T05:59:20.736Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2757 | 2024-11-02T05:59:22.508Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2758 | 2024-11-02T05:59:24.696Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2759 | 2024-11-02T05:59:25.211Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2760 | 2024-11-02T05:59:26.572Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2761 | 2024-11-02T05:59:27.091Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2762 | 2024-11-02T05:59:30.342Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2763 | 2024-11-02T05:59:30.960Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2764 | 2024-11-02T06:00:43.749Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2765 | 2024-11-02T06:01:32.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 38s |
2766 | 2024-11-02T06:01:32.900Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
2767 | 2024-11-02T06:01:32.965Z | |
2768 | 2024-11-02T06:01:32.965Z | real 9:38.534120735 |
2769 | 2024-11-02T06:01:32.966Z | user 34:56.925770692 |
2770 | 2024-11-02T06:01:32.966Z | sys 29:59.161527264 |
2771 | 2024-11-02T06:01:32.966Z | trap 0.620775169 |
2772 | 2024-11-02T06:01:32.966Z | tflt 0.295440379 |
2773 | 2024-11-02T06:01:32.966Z | dflt 0.181511310 |
2774 | 2024-11-02T06:01:32.966Z | kflt 0.000205305 |
2775 | 2024-11-02T06:01:32.966Z | lock 1:26:13.514475578 |
2776 | 2024-11-02T06:01:32.966Z | slp 2:31:59.222923345 |
2777 | 2024-11-02T06:01:32.966Z | lat 1:08.494422527 |
2778 | 2024-11-02T06:01:32.966Z | stop 58.679333875 |
2779 | 2024-11-02T06:01:32.968Z | process exited: duration 1439690 ms, exit code 0 |
|
2780 | 2024-11-02T06:01:32.975Z | found 0 output files |