|
|
|
1 | 2024-11-18T23:47:19.737Z | job assigned to worker 01JD0TQSMDA9C87GKB2AS7S836 [factory gimlet-EVT22200007-propolis, EVT22200007/19122] (queued for 35 s) |
|
2 | 2024-11-18T23:47:27.080Z | starting task 0: "setup" |
3 | 2024-11-18T23:47:27.104Z | ++ uname -s |
4 | 2024-11-18T23:47:27.104Z | + kern=SunOS |
5 | 2024-11-18T23:47:27.104Z | + case "$kern" in |
6 | 2024-11-18T23:47:27.104Z | + groupadd -g 12345 build |
7 | 2024-11-18T23:47:27.104Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T23:47:29.104Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T23:47:29.139Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T23:47:29.164Z | + home_fs=zfs |
11 | 2024-11-18T23:47:29.164Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T23:47:29.164Z | + mkdir -p /home/build |
13 | 2024-11-18T23:47:29.164Z | + chown build:build /home/build /work |
14 | 2024-11-18T23:47:31.149Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T23:47:31.173Z | process exited: duration 4075 ms, exit code 0 |
|
16 | 2024-11-18T23:47:31.224Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T23:47:31.248Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T23:47:31.248Z | * toolchain channel = "1.81.0" |
19 | 2024-11-18T23:47:31.248Z | * toolchain profile = "default" |
20 | 2024-11-18T23:47:31.248Z | ' 1.81.0 |
21 | 2024-11-18T23:47:31.248Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-18T23:47:31.248Z | ' default |
23 | 2024-11-18T23:47:31.248Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T23:47:31.248Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T23:47:31.370Z | info: downloading installer |
26 | 2024-11-18T23:47:31.788Z | info: profile set to 'default' |
27 | 2024-11-18T23:47:31.788Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T23:47:31.788Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T23:47:31.878Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T23:47:31.879Z | info: downloading component 'cargo' |
31 | 2024-11-18T23:47:31.991Z | info: downloading component 'clippy' |
32 | 2024-11-18T23:47:32.044Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T23:47:32.212Z | info: downloading component 'rust-std' |
34 | 2024-11-18T23:47:32.470Z | info: downloading component 'rustc' |
35 | 2024-11-18T23:47:33.349Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T23:47:33.394Z | info: installing component 'cargo' |
37 | 2024-11-18T23:47:34.505Z | info: installing component 'clippy' |
38 | 2024-11-18T23:47:34.936Z | info: installing component 'rust-docs' |
39 | 2024-11-18T23:47:37.627Z | info: installing component 'rust-std' |
40 | 2024-11-18T23:47:39.638Z | info: installing component 'rustc' |
41 | 2024-11-18T23:47:46.484Z | info: installing component 'rustfmt' |
42 | 2024-11-18T23:47:46.894Z | |
43 | 2024-11-18T23:47:46.894Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-11-18T23:47:47.044Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T23:47:47.044Z | |
46 | 2024-11-18T23:47:47.044Z | |
47 | 2024-11-18T23:47:47.044Z | Rust is installed now. Great! |
48 | 2024-11-18T23:47:47.044Z | |
49 | 2024-11-18T23:47:47.044Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T23:47:47.045Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T23:47:47.045Z | |
52 | 2024-11-18T23:47:47.045Z | To configure your current shell, you need to source |
53 | 2024-11-18T23:47:47.045Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T23:47:47.045Z | |
55 | 2024-11-18T23:47:47.045Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T23:47:47.045Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T23:47:47.045Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T23:47:47.168Z | + rustc --version |
59 | 2024-11-18T23:47:47.290Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T23:47:47.314Z | process exited: duration 16072 ms, exit code 0 |
|
61 | 2024-11-18T23:47:47.365Z | starting task 2: "authentication" |
62 | 2024-11-18T23:47:47.421Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-11-18T23:47:47.469Z | starting task 3: "clone repository" |
64 | 2024-11-18T23:47:47.497Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T23:47:47.497Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T23:47:47.523Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T23:47:56.267Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T23:47:56.267Z | + git fetch origin da1637621a1973a4a5c893cb9d3a3deeac5c7f11 |
69 | 2024-11-18T23:47:56.704Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T23:47:56.704Z | * branch da1637621a1973a4a5c893cb9d3a3deeac5c7f11 -> FETCH_HEAD |
71 | 2024-11-18T23:47:56.728Z | + [[ -n clarify-dataset-function-name ]] |
72 | 2024-11-18T23:47:56.728Z | ++ git branch --show-current |
73 | 2024-11-18T23:47:56.728Z | + current=main |
74 | 2024-11-18T23:47:56.728Z | + [[ main != clarify-dataset-function-name ]] |
75 | 2024-11-18T23:47:56.728Z | + git branch -f clarify-dataset-function-name da1637621a1973a4a5c893cb9d3a3deeac5c7f11 |
76 | 2024-11-18T23:47:56.752Z | + git checkout -f clarify-dataset-function-name |
77 | 2024-11-18T23:47:56.944Z | Switched to branch 'clarify-dataset-function-name' |
78 | 2024-11-18T23:47:56.968Z | + git reset --hard da1637621a1973a4a5c893cb9d3a3deeac5c7f11 |
79 | 2024-11-18T23:47:56.968Z | HEAD is now at da1637621 Clarify sled-agent method related to datasets |
80 | 2024-11-18T23:47:56.968Z | process exited: duration 9498 ms, exit code 0 |
|
81 | 2024-11-18T23:47:57.020Z | starting task 4: "build" |
82 | 2024-11-18T23:47:57.044Z | + source ./env.sh |
83 | 2024-11-18T23:47:57.044Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-18T23:47:57.044Z | ++ set -o xtrace |
85 | 2024-11-18T23:47:57.044Z | ++++ dirname ./env.sh |
86 | 2024-11-18T23:47:57.044Z | +++ readlink -f . |
87 | 2024-11-18T23:47:57.045Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-18T23:47:57.045Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-11-18T23:47:57.045Z | ++ 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-18T23:47:57.045Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-18T23:47:57.045Z | ++ 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-18T23:47:57.045Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-11-18T23:47:57.045Z | ++ 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-18T23:47:57.045Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-11-18T23:47:57.045Z | ++ 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-18T23:47:57.045Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-18T23:47:57.045Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-18T23:47:57.045Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-18T23:47:57.045Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-18T23:47:57.045Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-18T23:47:57.045Z | + cargo --version |
102 | 2024-11-18T23:47:57.110Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-18T23:47:57.134Z | + rustc --version |
104 | 2024-11-18T23:47:57.188Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-18T23:47:57.212Z | + banner prerequisites |
106 | 2024-11-18T23:47:57.212Z | |
107 | 2024-11-18T23:47:57.212Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-18T23:47:57.213Z | # # # # # # # # # # # # # # # |
109 | 2024-11-18T23:47:57.213Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-18T23:47:57.213Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-18T23:47:57.213Z | # # # # # # # # # # # # # # # |
112 | 2024-11-18T23:47:57.213Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-18T23:47:57.213Z | |
114 | 2024-11-18T23:47:57.213Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-18T23:48:05.574Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-18T23:48:10.009Z | Startup: Caching catalogs ... Done |
117 | 2024-11-18T23:48:21.294Z | Planning: Solver setup ... Done (10.337s) |
118 | 2024-11-18T23:48:21.427Z | Planning: Running solver ... Done (0.134s) |
119 | 2024-11-18T23:48:21.524Z | Planning: Finding local manifests ... Done (0.003s) |
120 | 2024-11-18T23:48:21.645Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-18T23:48:22.134Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-18T23:48:22.251Z | Planning: Package planning ... Done (0.117s) |
123 | 2024-11-18T23:48:22.317Z | Planning: Merging actions ... Done (0.066s) |
124 | 2024-11-18T23:48:22.548Z | Planning: Checking for conflicting actions ... Done (0.231s) |
125 | 2024-11-18T23:48:23.605Z | Planning: Consolidating action changes ... Done (1.056s) |
126 | 2024-11-18T23:48:24.008Z | Planning: Evaluating mediators ... Done (0.403s) |
127 | 2024-11-18T23:48:24.103Z | Planning: Planning completed in 14.01 seconds |
128 | 2024-11-18T23:48:24.128Z | Packages to install: 4 |
129 | 2024-11-18T23:48:24.128Z | Packages to update: 1 |
130 | 2024-11-18T23:48:24.128Z | Mediators to change: 2 |
131 | 2024-11-18T23:48:24.128Z | Services to change: 1 |
132 | 2024-11-18T23:48:24.128Z | Estimated space available: 155.18 GB |
133 | 2024-11-18T23:48:24.128Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-18T23:48:24.128Z | Create boot environment: No |
135 | 2024-11-18T23:48:24.128Z | Create backup boot environment: Yes |
136 | 2024-11-18T23:48:24.128Z | Rebuild boot archive: No |
137 | 2024-11-18T23:48:24.128Z | |
138 | 2024-11-18T23:48:24.128Z | Changed mediators: |
139 | 2024-11-18T23:48:24.128Z | mediator clang: |
140 | 2024-11-18T23:48:24.128Z | version: None -> 15 (system default) |
141 | 2024-11-18T23:48:24.129Z | |
142 | 2024-11-18T23:48:24.129Z | mediator llvm: |
143 | 2024-11-18T23:48:24.129Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-18T23:48:24.129Z | |
145 | 2024-11-18T23:48:24.129Z | Changed packages: |
146 | 2024-11-18T23:48:24.129Z | helios-dev |
147 | 2024-11-18T23:48:24.129Z | developer/build-essential |
148 | 2024-11-18T23:48:24.129Z | None -> 11-2.0 |
149 | 2024-11-18T23:48:24.129Z | library/libxmlsec1 |
150 | 2024-11-18T23:48:24.129Z | None -> 1.2.35-2.0 |
151 | 2024-11-18T23:48:24.129Z | ooce/developer/clang-15 |
152 | 2024-11-18T23:48:24.129Z | None -> 15.0.7-2.0 |
153 | 2024-11-18T23:48:24.129Z | ooce/developer/llvm-15 |
154 | 2024-11-18T23:48:24.129Z | None -> 15.0.7-2.0 |
155 | 2024-11-18T23:48:24.129Z | package/pkg |
156 | 2024-11-18T23:48:24.129Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-18T23:48:24.129Z | |
158 | 2024-11-18T23:48:24.129Z | Services: |
159 | 2024-11-18T23:48:24.129Z | restart_fmri: |
160 | 2024-11-18T23:48:24.129Z | svc:/system/update-man-index:default |
161 | 2024-11-18T23:48:24.129Z | |
162 | 2024-11-18T23:48:24.129Z | Editable files to change: |
163 | 2024-11-18T23:48:24.129Z | Update: |
164 | 2024-11-18T23:48:24.129Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-18T23:48:24.194Z | |
166 | 2024-11-18T23:48:24.195Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-18T23:48:29.244Z | Download: 1196/4281 items 68.5/220.6MB 31% complete (14.3M/s) |
168 | 2024-11-18T23:48:34.244Z | Download: 2225/4281 items 119.2/220.6MB 54% complete (12.2M/s) |
169 | 2024-11-18T23:48:39.244Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (13.5M/s) |
170 | 2024-11-18T23:48:42.231Z | Download: Completed 220.60 MB in 18.04 seconds (12.2M/s) |
171 | 2024-11-18T23:48:43.715Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-11-18T23:48:43.738Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-11-18T23:48:48.761Z | Actions: 3974/5063 actions (Installing new actions) |
174 | 2024-11-18T23:48:49.504Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-11-18T23:48:49.872Z | Actions: Completed 5063 actions in 6.16 seconds. |
176 | 2024-11-18T23:48:50.227Z | Done (0.346s) |
177 | 2024-11-18T23:48:50.251Z | Done (0.000s) |
178 | 2024-11-18T23:48:50.853Z | Done (0.625s) |
179 | 2024-11-18T23:48:55.794Z | Done (4.777s) |
180 | 2024-11-18T23:48:55.888Z | Done (0.019s) |
181 | 2024-11-18T23:48:55.916Z | Done (0.000s) |
182 | 2024-11-18T23:48:56.047Z | Done (0.000s) |
183 | 2024-11-18T23:48:56.760Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-11-18T23:48:56.965Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-11-18T23:48:56.989Z | Planning: Consolidating action changes ... Done |
186 | 2024-11-18T23:48:57.288Z | Planning: Evaluating mediators ... Done |
187 | 2024-11-18T23:48:57.312Z | Planning: Planning completed in 0.53 seconds |
188 | 2024-11-18T23:48:57.335Z | Mediators to change: 2 |
189 | 2024-11-18T23:48:57.335Z | Create boot environment: No |
190 | 2024-11-18T23:48:57.335Z | Create backup boot environment: No |
191 | 2024-11-18T23:48:57.395Z | Done |
192 | 2024-11-18T23:48:57.395Z | Done |
193 | 2024-11-18T23:48:57.816Z | Done |
194 | 2024-11-18T23:49:02.233Z | Done |
195 | 2024-11-18T23:49:02.328Z | Done |
196 | 2024-11-18T23:49:02.352Z | Done |
197 | 2024-11-18T23:49:02.418Z | Done |
198 | 2024-11-18T23:49:03.172Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-11-18T23:49:03.196Z | Planning: Merging actions ... Done |
200 | 2024-11-18T23:49:03.424Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-11-18T23:49:03.448Z | Planning: Consolidating action changes ... Done |
202 | 2024-11-18T23:49:03.759Z | Planning: Evaluating mediators ... Done |
203 | 2024-11-18T23:49:03.828Z | Planning: Planning completed in 0.95 seconds |
204 | 2024-11-18T23:49:03.875Z | Packages to change: 1 |
205 | 2024-11-18T23:49:03.875Z | Mediators to change: 1 |
206 | 2024-11-18T23:49:03.875Z | Services to change: 1 |
207 | 2024-11-18T23:49:03.875Z | Create boot environment: No |
208 | 2024-11-18T23:49:03.875Z | Create backup boot environment: Yes |
209 | 2024-11-18T23:49:05.509Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-11-18T23:49:05.533Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2024-11-18T23:49:05.533Z | Done |
212 | 2024-11-18T23:49:05.533Z | Done |
213 | 2024-11-18T23:49:05.641Z | Done |
214 | 2024-11-18T23:49:10.223Z | Done |
215 | 2024-11-18T23:49:10.311Z | Done |
216 | 2024-11-18T23:49:10.311Z | Done |
217 | 2024-11-18T23:49:10.398Z | Done |
218 | 2024-11-18T23:49:10.930Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-11-18T23:49:10.930Z | clang system 15 system |
220 | 2024-11-18T23:49:10.930Z | csh system system illumos |
221 | 2024-11-18T23:49:10.930Z | ctags system system illumos |
222 | 2024-11-18T23:49:10.930Z | gcc vendor 12 vendor |
223 | 2024-11-18T23:49:10.930Z | gcc system 10 system |
224 | 2024-11-18T23:49:10.930Z | gcc system 7 system |
225 | 2024-11-18T23:49:10.930Z | go system 1.20 system |
226 | 2024-11-18T23:49:10.930Z | go system 1.19 system |
227 | 2024-11-18T23:49:10.930Z | llvm system 15 system |
228 | 2024-11-18T23:49:10.930Z | llvm system 14 system |
229 | 2024-11-18T23:49:10.930Z | mariadb system 10.6 system |
230 | 2024-11-18T23:49:10.930Z | mta vendor vendor dma |
231 | 2024-11-18T23:49:10.930Z | openjdk system 17 system |
232 | 2024-11-18T23:49:10.930Z | openjdk system 11 system |
233 | 2024-11-18T23:49:10.930Z | openjdk system 1.8 system |
234 | 2024-11-18T23:49:10.930Z | openssl vendor 3 vendor |
235 | 2024-11-18T23:49:10.930Z | perl system 5.36 system |
236 | 2024-11-18T23:49:10.930Z | postgresql system 15 system |
237 | 2024-11-18T23:49:10.930Z | postgresql system 13 system |
238 | 2024-11-18T23:49:10.930Z | python vendor 3 vendor |
239 | 2024-11-18T23:49:10.930Z | python system 2 system |
240 | 2024-11-18T23:49:10.930Z | python3 system 3.11 system |
241 | 2024-11-18T23:49:10.931Z | ruby system 3.0 system |
242 | 2024-11-18T23:49:10.931Z | words vendor vendor american-english |
243 | 2024-11-18T23:49:10.931Z | words system system australian-english |
244 | 2024-11-18T23:49:10.931Z | words system system british-english |
245 | 2024-11-18T23:49:10.931Z | words system system canadian-english |
246 | 2024-11-18T23:49:10.931Z | words system system french |
247 | 2024-11-18T23:49:10.931Z | words system system italian |
248 | 2024-11-18T23:49:10.931Z | words system system ngerman |
249 | 2024-11-18T23:49:10.931Z | words system system ogerman |
250 | 2024-11-18T23:49:10.931Z | words system system spanish |
251 | 2024-11-18T23:49:11.337Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-11-18T23:49:11.337Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-11-18T23:49:14.393Z | FMRI IFO |
254 | 2024-11-18T23:49:14.393Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-11-18T23:49:14.393Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-11-18T23:49:14.393Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-11-18T23:49:14.393Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-11-18T23:49:14.393Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-11-18T23:49:14.393Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-11-18T23:49:14.394Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-11-18T23:49:14.394Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-11-18T23:49:14.394Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-11-18T23:49:14.394Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
264 | 2024-11-18T23:49:14.394Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-11-18T23:49:14.394Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-11-18T23:49:14.394Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
267 | 2024-11-18T23:49:14.394Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-11-18T23:49:14.394Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-11-18T23:49:15.207Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-11-18T23:49:15.591Z | Updating crates.io index |
271 | 2024-11-18T23:49:15.645Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-11-18T23:49:16.526Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-11-18T23:49:16.901Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-11-18T23:49:17.210Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-11-18T23:49:17.536Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-11-18T23:49:18.445Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-11-18T23:49:20.974Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-11-18T23:49:22.126Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-11-18T23:49:22.884Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-11-18T23:49:23.386Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-11-18T23:49:23.765Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-11-18T23:49:24.522Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-11-18T23:49:24.880Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
284 | 2024-11-18T23:49:25.300Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-11-18T23:49:25.633Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-11-18T23:49:25.979Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-11-18T23:49:26.335Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-11-18T23:49:26.741Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-11-18T23:49:27.142Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-11-18T23:49:27.562Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-11-18T23:49:27.926Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-11-18T23:49:28.506Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2024-11-18T23:49:28.882Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
294 | 2024-11-18T23:49:29.367Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2024-11-18T23:49:29.915Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
296 | 2024-11-18T23:49:30.281Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
297 | 2024-11-18T23:49:30.651Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
298 | 2024-11-18T23:49:32.209Z | Downloading crates ... |
299 | 2024-11-18T23:49:32.389Z | Downloaded anyhow v1.0.93 |
300 | 2024-11-18T23:49:32.414Z | Downloaded anstream v0.6.15 |
301 | 2024-11-18T23:49:32.414Z | Downloaded autocfg v1.4.0 |
302 | 2024-11-18T23:49:32.414Z | Downloaded anstyle-query v1.1.1 |
303 | 2024-11-18T23:49:32.414Z | Downloaded clap_lex v0.7.2 |
304 | 2024-11-18T23:49:32.414Z | Downloaded clap_derive v4.5.18 |
305 | 2024-11-18T23:49:32.414Z | Downloaded cfg-if v1.0.0 |
306 | 2024-11-18T23:49:32.414Z | Downloaded colorchoice v1.0.2 |
307 | 2024-11-18T23:49:32.414Z | Downloaded strsim v0.11.1 |
308 | 2024-11-18T23:49:32.414Z | Downloaded tempfile v3.13.0 |
309 | 2024-11-18T23:49:32.438Z | Downloaded papergrid v0.11.0 |
310 | 2024-11-18T23:49:32.438Z | Downloaded thiserror v1.0.69 |
311 | 2024-11-18T23:49:32.439Z | Downloaded version_check v0.9.5 |
312 | 2024-11-18T23:49:32.439Z | Downloaded sha2 v0.10.8 |
313 | 2024-11-18T23:49:32.468Z | Downloaded zerocopy-derive v0.7.35 |
314 | 2024-11-18T23:49:32.468Z | Downloaded zerocopy v0.7.35 |
315 | 2024-11-18T23:49:32.494Z | Downloaded unicode-ident v1.0.13 |
316 | 2024-11-18T23:49:32.494Z | Downloaded toml_edit v0.22.22 |
317 | 2024-11-18T23:49:32.494Z | Downloaded indexmap v2.6.0 |
318 | 2024-11-18T23:49:32.519Z | Downloaded pest v2.7.14 |
319 | 2024-11-18T23:49:32.519Z | Downloaded winnow v0.6.20 |
320 | 2024-11-18T23:49:32.519Z | Downloaded memchr v2.7.4 |
321 | 2024-11-18T23:49:32.543Z | Downloaded clap_builder v4.5.21 |
322 | 2024-11-18T23:49:32.543Z | Downloaded syn v1.0.109 |
323 | 2024-11-18T23:49:32.543Z | Downloaded serde_json v1.0.132 |
324 | 2024-11-18T23:49:32.567Z | Downloaded tabled v0.15.0 |
325 | 2024-11-18T23:49:32.591Z | Downloaded goblin v0.8.2 |
326 | 2024-11-18T23:49:32.592Z | Downloaded syn v2.0.87 |
327 | 2024-11-18T23:49:32.592Z | Downloaded unicode-width v0.1.14 |
328 | 2024-11-18T23:49:32.615Z | Downloaded serde_derive v1.0.215 |
329 | 2024-11-18T23:49:32.615Z | Downloaded serde v1.0.215 |
330 | 2024-11-18T23:49:32.615Z | Downloaded rustix v0.38.37 |
331 | 2024-11-18T23:49:32.639Z | Downloaded ryu v1.0.18 |
332 | 2024-11-18T23:49:32.640Z | Downloaded proc-macro2 v1.0.89 |
333 | 2024-11-18T23:49:32.640Z | Downloaded hashbrown v0.15.0 |
334 | 2024-11-18T23:49:32.663Z | Downloaded ucd-trie v0.1.7 |
335 | 2024-11-18T23:49:32.663Z | Downloaded log v0.4.22 |
336 | 2024-11-18T23:49:32.663Z | Downloaded dof v0.3.0 |
337 | 2024-11-18T23:49:32.663Z | Downloaded clap v4.5.21 |
338 | 2024-11-18T23:49:32.663Z | Downloaded cargo_toml v0.20.5 |
339 | 2024-11-18T23:49:32.663Z | Downloaded camino-tempfile v1.1.1 |
340 | 2024-11-18T23:49:32.663Z | Downloaded typenum v1.17.0 |
341 | 2024-11-18T23:49:32.663Z | Downloaded toml v0.8.19 |
342 | 2024-11-18T23:49:32.688Z | Downloaded semver v1.0.23 |
343 | 2024-11-18T23:49:32.688Z | Downloaded quote v1.0.37 |
344 | 2024-11-18T23:49:32.688Z | Downloaded proc-macro-error-attr v1.0.4 |
345 | 2024-11-18T23:49:32.688Z | Downloaded proc-macro-error v1.0.4 |
346 | 2024-11-18T23:49:32.688Z | Downloaded pest_meta v2.7.14 |
347 | 2024-11-18T23:49:32.688Z | Downloaded pest_generator v2.7.14 |
348 | 2024-11-18T23:49:32.688Z | Downloaded once_cell v1.20.2 |
349 | 2024-11-18T23:49:32.688Z | Downloaded camino v1.1.9 |
350 | 2024-11-18T23:49:32.688Z | Downloaded utf8parse v0.2.2 |
351 | 2024-11-18T23:49:32.688Z | Downloaded usdt-impl v0.5.0 |
352 | 2024-11-18T23:49:32.688Z | Downloaded libc v0.2.162 |
353 | 2024-11-18T23:49:32.719Z | Downloaded unicode-linebreak v0.1.5 |
354 | 2024-11-18T23:49:32.743Z | Downloaded toml_datetime v0.6.8 |
355 | 2024-11-18T23:49:32.743Z | Downloaded thiserror-impl v1.0.69 |
356 | 2024-11-18T23:49:32.743Z | Downloaded terminal_size v0.4.0 |
357 | 2024-11-18T23:49:32.743Z | Downloaded tabled_derive v0.7.0 |
358 | 2024-11-18T23:49:32.743Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2024-11-18T23:49:32.743Z | Downloaded scroll v0.12.0 |
360 | 2024-11-18T23:49:32.743Z | Downloaded plain v0.2.3 |
361 | 2024-11-18T23:49:32.743Z | Downloaded serde_spanned v0.6.8 |
362 | 2024-11-18T23:49:32.743Z | Downloaded pest_derive v2.7.14 |
363 | 2024-11-18T23:49:32.743Z | Downloaded macaddr v1.0.1 |
364 | 2024-11-18T23:49:32.743Z | Downloaded itoa v1.0.11 |
365 | 2024-11-18T23:49:32.743Z | Downloaded heck v0.5.0 |
366 | 2024-11-18T23:49:32.743Z | Downloaded heck v0.4.1 |
367 | 2024-11-18T23:49:32.743Z | Downloaded generic-array v0.14.7 |
368 | 2024-11-18T23:49:32.743Z | Downloaded fs-err v2.11.0 |
369 | 2024-11-18T23:49:32.743Z | Downloaded cargo-platform v0.1.8 |
370 | 2024-11-18T23:49:32.767Z | Downloaded bytecount v0.6.8 |
371 | 2024-11-18T23:49:32.767Z | Downloaded usdt-macro v0.5.0 |
372 | 2024-11-18T23:49:32.768Z | Downloaded usdt-attr-macro v0.5.0 |
373 | 2024-11-18T23:49:32.768Z | Downloaded usdt v0.5.0 |
374 | 2024-11-18T23:49:32.768Z | Downloaded thread-id v4.2.2 |
375 | 2024-11-18T23:49:32.768Z | Downloaded textwrap v0.16.1 |
376 | 2024-11-18T23:49:32.768Z | Downloaded smawk v0.3.2 |
377 | 2024-11-18T23:49:32.768Z | Downloaded scroll_derive v0.12.0 |
378 | 2024-11-18T23:49:32.768Z | Downloaded pretty-hex v0.4.1 |
379 | 2024-11-18T23:49:32.768Z | Downloaded fastrand v2.1.1 |
380 | 2024-11-18T23:49:32.768Z | Downloaded equivalent v1.0.1 |
381 | 2024-11-18T23:49:32.768Z | Downloaded digest v0.10.7 |
382 | 2024-11-18T23:49:32.768Z | Downloaded crypto-common v0.1.6 |
383 | 2024-11-18T23:49:32.768Z | Downloaded swrite v0.1.0 |
384 | 2024-11-18T23:49:32.768Z | Downloaded memmap v0.7.0 |
385 | 2024-11-18T23:49:32.768Z | Downloaded is_terminal_polyfill v1.70.1 |
386 | 2024-11-18T23:49:32.768Z | Downloaded errno v0.3.9 |
387 | 2024-11-18T23:49:32.768Z | Downloaded fnv v1.0.7 |
388 | 2024-11-18T23:49:32.768Z | Downloaded dtrace-parser v0.2.0 |
389 | 2024-11-18T23:49:32.768Z | Downloaded cpufeatures v0.2.14 |
390 | 2024-11-18T23:49:32.792Z | Downloaded cargo_metadata v0.18.1 |
391 | 2024-11-18T23:49:32.792Z | Downloaded bitflags v2.6.0 |
392 | 2024-11-18T23:49:32.792Z | Downloaded byteorder v1.5.0 |
393 | 2024-11-18T23:49:32.792Z | Downloaded block-buffer v0.10.4 |
394 | 2024-11-18T23:49:32.792Z | Downloaded anstyle v1.0.10 |
395 | 2024-11-18T23:49:32.792Z | Downloaded anstyle-parse v0.2.5 |
396 | 2024-11-18T23:49:32.912Z | Compiling proc-macro2 v1.0.89 |
397 | 2024-11-18T23:49:32.912Z | Compiling unicode-ident v1.0.13 |
398 | 2024-11-18T23:49:32.936Z | Compiling version_check v0.9.5 |
399 | 2024-11-18T23:49:32.936Z | Compiling serde v1.0.215 |
400 | 2024-11-18T23:49:32.936Z | Compiling thiserror v1.0.69 |
401 | 2024-11-18T23:49:32.936Z | Compiling memchr v2.7.4 |
402 | 2024-11-18T23:49:32.936Z | Compiling libc v0.2.162 |
403 | 2024-11-18T23:49:32.936Z | Compiling itoa v1.0.11 |
404 | 2024-11-18T23:49:33.192Z | Compiling ucd-trie v0.1.7 |
405 | 2024-11-18T23:49:33.332Z | Compiling ryu v1.0.18 |
406 | 2024-11-18T23:49:33.709Z | Compiling once_cell v1.20.2 |
407 | 2024-11-18T23:49:33.808Z | Compiling byteorder v1.5.0 |
408 | 2024-11-18T23:49:33.832Z | Compiling rustix v0.38.37 |
409 | 2024-11-18T23:49:34.119Z | Compiling serde_json v1.0.132 |
410 | 2024-11-18T23:49:34.352Z | Compiling bitflags v2.6.0 |
411 | 2024-11-18T23:49:34.433Z | Compiling usdt-impl v0.5.0 |
412 | 2024-11-18T23:49:34.524Z | Compiling proc-macro-error-attr v1.0.4 |
413 | 2024-11-18T23:49:34.642Z | Compiling syn v1.0.109 |
414 | 2024-11-18T23:49:34.705Z | Compiling quote v1.0.37 |
415 | 2024-11-18T23:49:34.765Z | Compiling proc-macro-error v1.0.4 |
416 | 2024-11-18T23:49:34.907Z | Compiling errno v0.3.9 |
417 | 2024-11-18T23:49:34.973Z | Compiling log v0.4.22 |
418 | 2024-11-18T23:49:35.029Z | Compiling equivalent v1.0.1 |
419 | 2024-11-18T23:49:35.151Z | Compiling syn v2.0.87 |
420 | 2024-11-18T23:49:35.182Z | Compiling plain v0.2.3 |
421 | 2024-11-18T23:49:35.319Z | Compiling utf8parse v0.2.2 |
422 | 2024-11-18T23:49:35.356Z | Compiling thread-id v4.2.2 |
423 | 2024-11-18T23:49:35.356Z | Compiling camino v1.1.9 |
424 | 2024-11-18T23:49:35.472Z | Compiling hashbrown v0.15.0 |
425 | 2024-11-18T23:49:35.546Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-11-18T23:49:35.871Z | Compiling unicode-width v0.1.14 |
427 | 2024-11-18T23:49:36.117Z | Compiling winnow v0.6.20 |
428 | 2024-11-18T23:49:36.142Z | Compiling anstyle-query v1.1.1 |
429 | 2024-11-18T23:49:36.315Z | Compiling anstyle v1.0.10 |
430 | 2024-11-18T23:49:36.447Z | Compiling autocfg v1.4.0 |
431 | 2024-11-18T23:49:36.478Z | Compiling pretty-hex v0.4.1 |
432 | 2024-11-18T23:49:36.666Z | Compiling indexmap v2.6.0 |
433 | 2024-11-18T23:49:36.732Z | Compiling is_terminal_polyfill v1.70.1 |
434 | 2024-11-18T23:49:36.806Z | Compiling semver v1.0.23 |
435 | 2024-11-18T23:49:36.881Z | Compiling colorchoice v1.0.2 |
436 | 2024-11-18T23:49:37.103Z | Compiling anstream v0.6.15 |
437 | 2024-11-18T23:49:37.433Z | Compiling terminal_size v0.4.0 |
438 | 2024-11-18T23:49:37.631Z | Compiling fs-err v2.11.0 |
439 | 2024-11-18T23:49:37.858Z | Compiling anyhow v1.0.93 |
440 | 2024-11-18T23:49:37.929Z | Compiling strsim v0.11.1 |
441 | 2024-11-18T23:49:37.971Z | Compiling clap_lex v0.7.2 |
442 | 2024-11-18T23:49:38.103Z | Compiling fastrand v2.1.1 |
443 | 2024-11-18T23:49:38.130Z | Compiling fnv v1.0.7 |
444 | 2024-11-18T23:49:38.472Z | Compiling heck v0.5.0 |
445 | 2024-11-18T23:49:38.498Z | Compiling heck v0.4.1 |
446 | 2024-11-18T23:49:38.647Z | Compiling cfg-if v1.0.0 |
447 | 2024-11-18T23:49:38.784Z | Compiling bytecount v0.6.8 |
448 | 2024-11-18T23:49:38.963Z | Compiling papergrid v0.11.0 |
449 | 2024-11-18T23:49:38.990Z | Compiling clap_builder v4.5.21 |
450 | 2024-11-18T23:49:39.145Z | Compiling tempfile v3.13.0 |
451 | 2024-11-18T23:49:39.173Z | Compiling memmap v0.7.0 |
452 | 2024-11-18T23:49:39.250Z | Compiling smawk v0.3.2 |
453 | 2024-11-18T23:49:39.456Z | Compiling unicode-linebreak v0.1.5 |
454 | 2024-11-18T23:49:39.886Z | Compiling textwrap v0.16.1 |
455 | 2024-11-18T23:49:39.971Z | Compiling swrite v0.1.0 |
456 | 2024-11-18T23:49:40.994Z | Compiling tabled_derive v0.7.0 |
457 | 2024-11-18T23:49:42.682Z | Compiling tabled v0.15.0 |
458 | 2024-11-18T23:49:43.955Z | Compiling serde_derive v1.0.215 |
459 | 2024-11-18T23:49:43.955Z | Compiling thiserror-impl v1.0.69 |
460 | 2024-11-18T23:49:43.979Z | Compiling zerocopy-derive v0.7.35 |
461 | 2024-11-18T23:49:43.979Z | Compiling scroll_derive v0.12.0 |
462 | 2024-11-18T23:49:43.979Z | Compiling clap_derive v4.5.18 |
463 | 2024-11-18T23:49:45.224Z | Compiling scroll v0.12.0 |
464 | 2024-11-18T23:49:45.723Z | Compiling goblin v0.8.2 |
465 | 2024-11-18T23:49:46.011Z | Compiling zerocopy v0.7.35 |
466 | 2024-11-18T23:49:46.936Z | Compiling pest v2.7.14 |
467 | 2024-11-18T23:49:47.594Z | Compiling clap v4.5.21 |
468 | 2024-11-18T23:49:49.120Z | Compiling pest_meta v2.7.14 |
469 | 2024-11-18T23:49:50.212Z | Compiling pest_generator v2.7.14 |
470 | 2024-11-18T23:49:52.305Z | Compiling pest_derive v2.7.14 |
471 | 2024-11-18T23:49:52.905Z | Compiling dtrace-parser v0.2.0 |
472 | 2024-11-18T23:49:54.073Z | Compiling toml_datetime v0.6.8 |
473 | 2024-11-18T23:49:54.098Z | Compiling serde_spanned v0.6.8 |
474 | 2024-11-18T23:49:54.372Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-11-18T23:49:54.403Z | Compiling cargo-platform v0.1.8 |
476 | 2024-11-18T23:49:54.492Z | Compiling toml_edit v0.22.22 |
477 | 2024-11-18T23:49:54.634Z | Compiling macaddr v1.0.1 |
478 | 2024-11-18T23:49:54.951Z | Compiling camino-tempfile v1.1.1 |
479 | 2024-11-18T23:49:55.676Z | Compiling dof v0.3.0 |
480 | 2024-11-18T23:49:55.676Z | Compiling cargo_metadata v0.18.1 |
481 | 2024-11-18T23:49:57.409Z | Compiling toml v0.8.19 |
482 | 2024-11-18T23:49:57.493Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2024-11-18T23:49:57.493Z | Compiling usdt-macro v0.5.0 |
484 | 2024-11-18T23:49:58.121Z | Compiling cargo_toml v0.20.5 |
485 | 2024-11-18T23:49:58.722Z | Compiling usdt v0.5.0 |
486 | 2024-11-18T23:50:02.455Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
487 | 2024-11-18T23:50:07.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.06s |
488 | 2024-11-18T23:50:08.250Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
489 | 2024-11-18T23:50:08.999Z | Downloading crates ... |
490 | 2024-11-18T23:50:09.154Z | Downloaded adler2 v2.0.0 |
491 | 2024-11-18T23:50:09.179Z | Downloaded ahash v0.8.11 |
492 | 2024-11-18T23:50:09.179Z | Downloaded arrayvec v0.7.6 |
493 | 2024-11-18T23:50:09.179Z | Downloaded assert_matches v1.5.0 |
494 | 2024-11-18T23:50:09.179Z | Downloaded md-5 v0.10.6 |
495 | 2024-11-18T23:50:09.179Z | Downloaded litemap v0.7.3 |
496 | 2024-11-18T23:50:09.204Z | Downloaded minimal-lexical v0.2.1 |
497 | 2024-11-18T23:50:09.204Z | Downloaded salsa20 v0.10.2 |
498 | 2024-11-18T23:50:09.204Z | Downloaded ident_case v1.0.1 |
499 | 2024-11-18T23:50:09.229Z | Downloaded signal-hook-mio v0.2.4 |
500 | 2024-11-18T23:50:09.229Z | Downloaded is_ci v1.2.0 |
501 | 2024-11-18T23:50:09.230Z | Downloaded string_cache v0.8.7 |
502 | 2024-11-18T23:50:09.308Z | Downloaded progenitor-client v0.8.0 |
503 | 2024-11-18T23:50:09.308Z | Downloaded rtoolbox v0.0.2 |
504 | 2024-11-18T23:50:09.308Z | Downloaded tokio-macros v2.4.0 |
505 | 2024-11-18T23:50:09.308Z | Downloaded unarray v0.1.4 |
506 | 2024-11-18T23:50:09.333Z | Downloaded foreign-types-shared v0.3.1 |
507 | 2024-11-18T23:50:09.333Z | Downloaded typify-macro v0.2.0 |
508 | 2024-11-18T23:50:09.333Z | Downloaded darling_macro v0.20.10 |
509 | 2024-11-18T23:50:09.334Z | Downloaded phf_shared v0.10.0 |
510 | 2024-11-18T23:50:09.334Z | Downloaded form_urlencoded v1.2.1 |
511 | 2024-11-18T23:50:09.334Z | Downloaded want v0.3.1 |
512 | 2024-11-18T23:50:09.334Z | Downloaded float-ord v0.3.2 |
513 | 2024-11-18T23:50:09.334Z | Downloaded foreign-types v0.3.2 |
514 | 2024-11-18T23:50:09.334Z | Downloaded write16 v1.0.0 |
515 | 2024-11-18T23:50:09.334Z | Downloaded slab v0.4.9 |
516 | 2024-11-18T23:50:09.334Z | Downloaded slog-envlogger v2.2.0 |
517 | 2024-11-18T23:50:09.334Z | Downloaded packed_struct_codegen v0.10.1 |
518 | 2024-11-18T23:50:09.334Z | Downloaded oso-derive v0.27.3 |
519 | 2024-11-18T23:50:09.334Z | Downloaded openssl-macros v0.1.1 |
520 | 2024-11-18T23:50:09.334Z | Downloaded owo-colors v4.1.0 |
521 | 2024-11-18T23:50:09.334Z | Downloaded take_mut v0.2.2 |
522 | 2024-11-18T23:50:09.358Z | Downloaded deranged v0.3.11 |
523 | 2024-11-18T23:50:09.384Z | Downloaded rand_xorshift v0.3.0 |
524 | 2024-11-18T23:50:09.384Z | Downloaded pin-utils v0.1.0 |
525 | 2024-11-18T23:50:09.384Z | Downloaded strum v0.26.3 |
526 | 2024-11-18T23:50:09.384Z | Downloaded xz2 v0.1.7 |
527 | 2024-11-18T23:50:09.409Z | Downloaded pkg-config v0.3.31 |
528 | 2024-11-18T23:50:09.409Z | Downloaded strum_macros v0.24.3 |
529 | 2024-11-18T23:50:09.409Z | Downloaded diesel_table_macro_syntax v0.2.0 |
530 | 2024-11-18T23:50:09.409Z | Downloaded structmeta v0.3.0 |
531 | 2024-11-18T23:50:09.409Z | Downloaded strum_macros v0.25.3 |
532 | 2024-11-18T23:50:09.409Z | Downloaded russh-cryptovec v0.7.3 |
533 | 2024-11-18T23:50:09.409Z | Downloaded pkcs5 v0.7.1 |
534 | 2024-11-18T23:50:09.434Z | Downloaded scrypt v0.11.0 |
535 | 2024-11-18T23:50:09.434Z | Downloaded funty v2.0.0 |
536 | 2024-11-18T23:50:09.434Z | Downloaded opaque-debug v0.3.1 |
537 | 2024-11-18T23:50:09.434Z | Downloaded polyval v0.6.2 |
538 | 2024-11-18T23:50:09.434Z | Downloaded yoke-derive v0.7.4 |
539 | 2024-11-18T23:50:09.434Z | Downloaded subtle v2.6.1 |
540 | 2024-11-18T23:50:09.460Z | Downloaded schemars_derive v0.8.21 |
541 | 2024-11-18T23:50:09.460Z | Downloaded zerofrom-derive v0.1.4 |
542 | 2024-11-18T23:50:09.460Z | Downloaded zerofrom v0.1.4 |
543 | 2024-11-18T23:50:09.460Z | Downloaded strum_macros v0.26.4 |
544 | 2024-11-18T23:50:09.460Z | Downloaded zeroize v1.8.1 |
545 | 2024-11-18T23:50:09.460Z | Downloaded yasna v0.5.2 |
546 | 2024-11-18T23:50:09.460Z | Downloaded zerocopy v0.6.6 |
547 | 2024-11-18T23:50:09.485Z | Downloaded toml v0.7.8 |
548 | 2024-11-18T23:50:09.485Z | Downloaded russh-keys v0.45.0 |
549 | 2024-11-18T23:50:09.485Z | Downloaded rayon-core v1.12.1 |
550 | 2024-11-18T23:50:09.485Z | Downloaded zerovec v0.10.4 |
551 | 2024-11-18T23:50:09.509Z | Downloaded toml_edit v0.19.15 |
552 | 2024-11-18T23:50:09.533Z | Downloaded russh v0.45.0 |
553 | 2024-11-18T23:50:09.533Z | Downloaded rustls v0.21.12 |
554 | 2024-11-18T23:50:09.557Z | Downloaded rusqlite v0.32.1 |
555 | 2024-11-18T23:50:09.557Z | Downloaded reqwest v0.12.9 |
556 | 2024-11-18T23:50:09.581Z | Downloaded dropshot v0.13.0 |
557 | 2024-11-18T23:50:09.605Z | Downloaded rayon v1.10.0 |
558 | 2024-11-18T23:50:09.605Z | Downloaded nix v0.28.0 |
559 | 2024-11-18T23:50:09.629Z | Downloaded nix v0.27.1 |
560 | 2024-11-18T23:50:09.653Z | Downloaded polar-core v0.27.3 |
561 | 2024-11-18T23:50:09.653Z | Downloaded nix v0.29.0 |
562 | 2024-11-18T23:50:09.678Z | Downloaded diesel v2.2.4 |
563 | 2024-11-18T23:50:09.702Z | Downloaded object v0.36.5 |
564 | 2024-11-18T23:50:09.702Z | Downloaded regress v0.10.1 |
565 | 2024-11-18T23:50:09.726Z | Downloaded smoltcp v0.11.0 |
566 | 2024-11-18T23:50:09.726Z | Downloaded openapiv3 v2.0.0 |
567 | 2024-11-18T23:50:09.751Z | Downloaded sled v0.34.7 |
568 | 2024-11-18T23:50:09.775Z | Downloaded petgraph v0.6.5 |
569 | 2024-11-18T23:50:09.775Z | Downloaded typify-impl v0.2.0 |
570 | 2024-11-18T23:50:09.799Z | Downloaded regress v0.9.1 |
571 | 2024-11-18T23:50:09.823Z | Downloaded regex-syntax v0.8.5 |
572 | 2024-11-18T23:50:09.823Z | Downloaded rustls v0.23.14 |
573 | 2024-11-18T23:50:09.848Z | Downloaded zerocopy-derive v0.6.6 |
574 | 2024-11-18T23:50:09.848Z | Downloaded regex-automata v0.4.8 |
575 | 2024-11-18T23:50:09.872Z | Downloaded rustls v0.22.4 |
576 | 2024-11-18T23:50:09.896Z | Downloaded ratatui v0.28.1 |
577 | 2024-11-18T23:50:09.921Z | Downloaded regex-syntax v0.6.29 |
578 | 2024-11-18T23:50:09.945Z | Downloaded lzma-sys v0.1.20 |
579 | 2024-11-18T23:50:09.969Z | Downloaded gimli v0.31.1 |
580 | 2024-11-18T23:50:09.993Z | Downloaded portable-atomic v1.9.0 |
581 | 2024-11-18T23:50:09.993Z | Downloaded tokio v1.40.0 |
582 | 2024-11-18T23:50:10.030Z | Downloaded libz-sys v1.1.20 |
583 | 2024-11-18T23:50:10.057Z | Downloaded smoltcp v0.9.1 |
584 | 2024-11-18T23:50:10.081Z | Downloaded csv v1.3.0 |
585 | 2024-11-18T23:50:10.106Z | Downloaded unicode-width v0.2.0 |
586 | 2024-11-18T23:50:10.106Z | Downloaded radix_trie v0.2.1 |
587 | 2024-11-18T23:50:10.131Z | Downloaded sha3 v0.10.8 |
588 | 2024-11-18T23:50:10.131Z | Downloaded dropshot v0.12.0 |
589 | 2024-11-18T23:50:10.155Z | Downloaded regex v1.11.1 |
590 | 2024-11-18T23:50:10.180Z | Downloaded webpki-roots v0.26.6 |
591 | 2024-11-18T23:50:10.180Z | Downloaded object v0.30.4 |
592 | 2024-11-18T23:50:10.180Z | Downloaded num-bigint-dig v0.8.4 |
593 | 2024-11-18T23:50:10.204Z | Downloaded sqlparser v0.45.0 |
594 | 2024-11-18T23:50:10.204Z | Downloaded proptest v1.5.0 |
595 | 2024-11-18T23:50:10.204Z | Downloaded git2 v0.19.0 |
596 | 2024-11-18T23:50:10.229Z | Downloaded num-bigint v0.4.6 |
597 | 2024-11-18T23:50:10.229Z | Downloaded nom v7.1.3 |
598 | 2024-11-18T23:50:10.229Z | Downloaded zip v2.1.3 |
599 | 2024-11-18T23:50:10.253Z | Downloaded unicode_categories v0.1.1 |
600 | 2024-11-18T23:50:10.253Z | Downloaded subprocess v0.2.9 |
601 | 2024-11-18T23:50:10.253Z | Downloaded headers v0.4.0 |
602 | 2024-11-18T23:50:10.253Z | Downloaded ed25519-dalek v2.1.1 |
603 | 2024-11-18T23:50:10.253Z | Downloaded unicode-normalization v0.1.24 |
604 | 2024-11-18T23:50:10.278Z | Downloaded h2 v0.4.6 |
605 | 2024-11-18T23:50:10.278Z | Downloaded yoke v0.7.4 |
606 | 2024-11-18T23:50:10.278Z | Downloaded socket2 v0.5.7 |
607 | 2024-11-18T23:50:10.278Z | Downloaded schemars v0.8.21 |
608 | 2024-11-18T23:50:10.303Z | Downloaded elliptic-curve v0.13.8 |
609 | 2024-11-18T23:50:10.303Z | Downloaded omicron-zone-package v0.11.1 |
610 | 2024-11-18T23:50:10.303Z | Downloaded dhcproto v0.12.0 |
611 | 2024-11-18T23:50:10.303Z | Downloaded unicode-segmentation v1.12.0 |
612 | 2024-11-18T23:50:10.303Z | Downloaded tough v0.19.0 |
613 | 2024-11-18T23:50:10.327Z | Downloaded idna v0.4.0 |
614 | 2024-11-18T23:50:10.327Z | Downloaded idna v0.2.3 |
615 | 2024-11-18T23:50:10.351Z | Downloaded nu-ansi-term v0.50.1 |
616 | 2024-11-18T23:50:10.351Z | Downloaded futures v0.3.31 |
617 | 2024-11-18T23:50:10.351Z | Downloaded zip v0.6.6 |
618 | 2024-11-18T23:50:10.351Z | Downloaded tokio-util v0.7.12 |
619 | 2024-11-18T23:50:10.377Z | Downloaded time v0.3.36 |
620 | 2024-11-18T23:50:10.402Z | Downloaded winnow v0.5.40 |
621 | 2024-11-18T23:50:10.427Z | Downloaded encoding_rs v0.8.34 |
622 | 2024-11-18T23:50:10.451Z | Downloaded postcard v1.0.10 |
623 | 2024-11-18T23:50:10.451Z | Downloaded poly1305 v0.8.0 |
624 | 2024-11-18T23:50:10.451Z | Downloaded derive_more v0.99.18 |
625 | 2024-11-18T23:50:10.451Z | Downloaded p521 v0.13.3 |
626 | 2024-11-18T23:50:10.451Z | Downloaded tabwriter v1.4.0 |
627 | 2024-11-18T23:50:10.476Z | Downloaded synstructure v0.13.1 |
628 | 2024-11-18T23:50:10.476Z | Downloaded supports-color v3.0.1 |
629 | 2024-11-18T23:50:10.476Z | Downloaded rustfmt-wrapper v0.2.1 |
630 | 2024-11-18T23:50:10.476Z | Downloaded rustc_version v0.4.1 |
631 | 2024-11-18T23:50:10.476Z | Downloaded rustc-hash v2.0.0 |
632 | 2024-11-18T23:50:10.476Z | Downloaded rustc-demangle v0.1.24 |
633 | 2024-11-18T23:50:10.476Z | Downloaded num-complex v0.4.6 |
634 | 2024-11-18T23:50:10.476Z | Downloaded rustc-hash v1.1.0 |
635 | 2024-11-18T23:50:10.476Z | Downloaded diff v0.1.13 |
636 | 2024-11-18T23:50:10.501Z | Downloaded x509-cert v0.2.5 |
637 | 2024-11-18T23:50:10.501Z | Downloaded idna v0.5.0 |
638 | 2024-11-18T23:50:10.501Z | Downloaded spki v0.7.3 |
639 | 2024-11-18T23:50:10.527Z | Downloaded spin v0.9.8 |
640 | 2024-11-18T23:50:10.527Z | Downloaded spin v0.5.2 |
641 | 2024-11-18T23:50:10.527Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
642 | 2024-11-18T23:50:10.585Z | Downloaded scopeguard v1.2.0 |
643 | 2024-11-18T23:50:10.609Z | Downloaded futures-channel v0.3.31 |
644 | 2024-11-18T23:50:10.609Z | Downloaded des v0.8.1 |
645 | 2024-11-18T23:50:10.609Z | Downloaded derive_builder_core v0.20.2 |
646 | 2024-11-18T23:50:10.609Z | Downloaded diesel_derives v2.2.3 |
647 | 2024-11-18T23:50:10.609Z | Downloaded lalrpop v0.19.12 |
648 | 2024-11-18T23:50:10.634Z | Downloaded sync_wrapper v1.0.1 |
649 | 2024-11-18T23:50:10.634Z | Downloaded sync-ptr v0.1.1 |
650 | 2024-11-18T23:50:10.634Z | Downloaded rustc_version v0.1.7 |
651 | 2024-11-18T23:50:10.634Z | Downloaded resolv-conf v0.7.0 |
652 | 2024-11-18T23:50:10.634Z | Downloaded olpc-cjson v0.1.4 |
653 | 2024-11-18T23:50:10.634Z | Downloaded num v0.4.3 |
654 | 2024-11-18T23:50:10.634Z | Downloaded nodrop v0.1.14 |
655 | 2024-11-18T23:50:10.634Z | Downloaded ecdsa v0.16.9 |
656 | 2024-11-18T23:50:10.634Z | Downloaded zerovec-derive v0.10.3 |
657 | 2024-11-18T23:50:10.634Z | Downloaded rustls-webpki v0.102.8 |
658 | 2024-11-18T23:50:10.658Z | Downloaded parking_lot_core v0.8.6 |
659 | 2024-11-18T23:50:10.658Z | Downloaded hashbrown v0.14.5 |
660 | 2024-11-18T23:50:10.658Z | Downloaded rand v0.8.5 |
661 | 2024-11-18T23:50:10.658Z | Downloaded mio v1.0.2 |
662 | 2024-11-18T23:50:10.683Z | Downloaded p384 v0.13.0 |
663 | 2024-11-18T23:50:10.683Z | Downloaded openssl v0.10.68 |
664 | 2024-11-18T23:50:10.683Z | Downloaded rfc6979 v0.4.0 |
665 | 2024-11-18T23:50:10.709Z | Downloaded num-derive v0.4.2 |
666 | 2024-11-18T23:50:10.709Z | Downloaded num-conv v0.1.0 |
667 | 2024-11-18T23:50:10.709Z | Downloaded normalize-line-endings v0.3.0 |
668 | 2024-11-18T23:50:10.709Z | Downloaded endian-type v0.1.2 |
669 | 2024-11-18T23:50:10.709Z | Downloaded derive_builder_macro v0.20.2 |
670 | 2024-11-18T23:50:10.709Z | Downloaded zeroize_derive v1.4.2 |
671 | 2024-11-18T23:50:10.709Z | Downloaded ena v0.14.3 |
672 | 2024-11-18T23:50:10.709Z | Downloaded embedded-io v0.6.1 |
673 | 2024-11-18T23:50:10.709Z | Downloaded embedded-io v0.4.0 |
674 | 2024-11-18T23:50:10.709Z | Downloaded either v1.13.0 |
675 | 2024-11-18T23:50:10.709Z | Downloaded ed25519 v2.2.3 |
676 | 2024-11-18T23:50:10.709Z | Downloaded dunce v1.0.5 |
677 | 2024-11-18T23:50:10.709Z | Downloaded dsl_auto_type v0.1.2 |
678 | 2024-11-18T23:50:10.709Z | Downloaded display-error-chain v0.2.2 |
679 | 2024-11-18T23:50:10.709Z | Downloaded dirs-sys-next v0.1.2 |
680 | 2024-11-18T23:50:10.709Z | Downloaded dirs-next v2.0.0 |
681 | 2024-11-18T23:50:10.734Z | Downloaded difflib v0.4.0 |
682 | 2024-11-18T23:50:10.734Z | Downloaded diesel-dtrace v0.3.0 |
683 | 2024-11-18T23:50:10.734Z | Downloaded icu_properties_data v1.5.0 |
684 | 2024-11-18T23:50:10.734Z | Downloaded pkcs1 v0.7.5 |
685 | 2024-11-18T23:50:10.734Z | Downloaded pin-project-lite v0.2.14 |
686 | 2024-11-18T23:50:10.734Z | Downloaded parking_lot v0.12.3 |
687 | 2024-11-18T23:50:10.758Z | Downloaded salty v0.3.0 |
688 | 2024-11-18T23:50:10.758Z | Downloaded rustls-webpki v0.101.7 |
689 | 2024-11-18T23:50:10.784Z | Downloaded dyn-clone v1.0.17 |
690 | 2024-11-18T23:50:10.784Z | Downloaded displaydoc v0.2.5 |
691 | 2024-11-18T23:50:10.784Z | Downloaded dhcproto-macros v0.1.0 |
692 | 2024-11-18T23:50:10.784Z | Downloaded miniz_oxide v0.8.0 |
693 | 2024-11-18T23:50:10.784Z | Downloaded url v2.5.3 |
694 | 2024-11-18T23:50:10.784Z | Downloaded parking_lot_core v0.9.10 |
695 | 2024-11-18T23:50:10.784Z | Downloaded nibble_vec v0.1.0 |
696 | 2024-11-18T23:50:10.784Z | Downloaded sqlformat v0.2.6 |
697 | 2024-11-18T23:50:10.784Z | Downloaded pkcs8 v0.10.2 |
698 | 2024-11-18T23:50:10.784Z | Downloaded unicode-properties v0.1.3 |
699 | 2024-11-18T23:50:10.809Z | Downloaded postgres-types v0.2.8 |
700 | 2024-11-18T23:50:10.809Z | Downloaded itertools v0.13.0 |
701 | 2024-11-18T23:50:10.809Z | Downloaded unicode-truncate v1.1.0 |
702 | 2024-11-18T23:50:10.809Z | Downloaded topological-sort v0.2.2 |
703 | 2024-11-18T23:50:10.809Z | Downloaded predicates-core v1.0.8 |
704 | 2024-11-18T23:50:10.809Z | Downloaded predicates v3.1.2 |
705 | 2024-11-18T23:50:10.809Z | Downloaded mockall_derive v0.13.0 |
706 | 2024-11-18T23:50:10.809Z | Downloaded test-strategy v0.3.1 |
707 | 2024-11-18T23:50:10.834Z | Downloaded tar v0.4.43 |
708 | 2024-11-18T23:50:10.834Z | Downloaded hashbrown v0.13.2 |
709 | 2024-11-18T23:50:10.834Z | Downloaded hashbrown v0.12.3 |
710 | 2024-11-18T23:50:10.834Z | Downloaded structmeta-derive v0.3.0 |
711 | 2024-11-18T23:50:10.834Z | Downloaded structmeta-derive v0.2.0 |
712 | 2024-11-18T23:50:10.834Z | Downloaded sqlparser_derive v0.2.2 |
713 | 2024-11-18T23:50:10.834Z | Downloaded postgres-protocol v0.6.7 |
714 | 2024-11-18T23:50:10.834Z | Downloaded native-tls v0.2.12 |
715 | 2024-11-18T23:50:10.834Z | Downloaded multer v3.1.0 |
716 | 2024-11-18T23:50:10.858Z | Downloaded time-macros v0.2.18 |
717 | 2024-11-18T23:50:10.858Z | Downloaded rustyline v14.0.0 |
718 | 2024-11-18T23:50:10.859Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
719 | 2024-11-18T23:50:10.859Z | Downloaded newtype_derive v0.1.6 |
720 | 2024-11-18T23:50:10.859Z | Downloaded toolchain_find v0.4.0 |
721 | 2024-11-18T23:50:10.887Z | Downloaded predicates-tree v1.0.11 |
722 | 2024-11-18T23:50:10.887Z | Downloaded ppv-lite86 v0.2.20 |
723 | 2024-11-18T23:50:10.887Z | Downloaded powerfmt v0.2.0 |
724 | 2024-11-18T23:50:10.887Z | Downloaded mockall v0.13.0 |
725 | 2024-11-18T23:50:10.887Z | Downloaded tokio-stream v0.1.16 |
726 | 2024-11-18T23:50:10.888Z | Downloaded thiserror-no-std v2.0.2 |
727 | 2024-11-18T23:50:10.888Z | Downloaded term v0.7.0 |
728 | 2024-11-18T23:50:10.916Z | Downloaded rustls-pki-types v1.9.0 |
729 | 2024-11-18T23:50:10.916Z | Downloaded derive-where v1.2.7 |
730 | 2024-11-18T23:50:10.916Z | Downloaded ssh-key v0.6.6 |
731 | 2024-11-18T23:50:10.916Z | Downloaded tower-service v0.3.3 |
732 | 2024-11-18T23:50:10.916Z | Downloaded pretty-hex v0.2.1 |
733 | 2024-11-18T23:50:10.917Z | Downloaded progenitor-impl v0.8.0 |
734 | 2024-11-18T23:50:10.917Z | Downloaded primeorder v0.13.6 |
735 | 2024-11-18T23:50:10.917Z | Downloaded snafu v0.8.5 |
736 | 2024-11-18T23:50:10.942Z | Downloaded vcpkg v0.2.15 |
737 | 2024-11-18T23:50:10.969Z | Downloaded xattr v1.3.1 |
738 | 2024-11-18T23:50:10.969Z | Downloaded universal-hash v0.5.1 |
739 | 2024-11-18T23:50:10.970Z | Downloaded unicode-xid v0.2.6 |
740 | 2024-11-18T23:50:10.970Z | Downloaded rand_core v0.6.4 |
741 | 2024-11-18T23:50:10.970Z | Downloaded precomputed-hash v0.1.1 |
742 | 2024-11-18T23:50:10.970Z | Downloaded multimap v0.10.0 |
743 | 2024-11-18T23:50:10.996Z | Downloaded tokio-tungstenite v0.24.0 |
744 | 2024-11-18T23:50:10.996Z | Downloaded tokio-tungstenite v0.23.1 |
745 | 2024-11-18T23:50:10.996Z | Downloaded tokio-tungstenite v0.21.0 |
746 | 2024-11-18T23:50:10.996Z | Downloaded tiny-keccak v2.0.2 |
747 | 2024-11-18T23:50:10.996Z | Downloaded thread_local v1.1.8 |
748 | 2024-11-18T23:50:10.996Z | Downloaded thiserror-impl-no-std v2.0.2 |
749 | 2024-11-18T23:50:10.996Z | Downloaded termios v0.3.3 |
750 | 2024-11-18T23:50:10.996Z | Downloaded proc-macro-crate v1.3.1 |
751 | 2024-11-18T23:50:10.996Z | Downloaded dropshot_endpoint v0.13.0 |
752 | 2024-11-18T23:50:10.997Z | Downloaded rand_seeder v0.3.0 |
753 | 2024-11-18T23:50:10.997Z | Downloaded rand_chacha v0.3.1 |
754 | 2024-11-18T23:50:10.997Z | Downloaded newtype-uuid v1.1.3 |
755 | 2024-11-18T23:50:10.997Z | Downloaded nanorand v0.7.0 |
756 | 2024-11-18T23:50:11.023Z | Downloaded mirai-annotations v1.12.0 |
757 | 2024-11-18T23:50:11.023Z | Downloaded tinystr v0.7.6 |
758 | 2024-11-18T23:50:11.023Z | Downloaded time-core v0.1.2 |
759 | 2024-11-18T23:50:11.023Z | Downloaded termtree v0.4.1 |
760 | 2024-11-18T23:50:11.023Z | Downloaded termcolor v1.4.1 |
761 | 2024-11-18T23:50:11.023Z | Downloaded tap v1.0.1 |
762 | 2024-11-18T23:50:11.023Z | Downloaded scheduled-thread-pool v0.2.7 |
763 | 2024-11-18T23:50:11.024Z | Downloaded same-file v1.0.6 |
764 | 2024-11-18T23:50:11.024Z | Downloaded rustls-pemfile v2.2.0 |
765 | 2024-11-18T23:50:11.024Z | Downloaded rustls-pemfile v1.0.4 |
766 | 2024-11-18T23:50:11.024Z | Downloaded number_prefix v0.4.0 |
767 | 2024-11-18T23:50:11.024Z | Downloaded num_threads v0.1.7 |
768 | 2024-11-18T23:50:11.024Z | Downloaded num_enum_derive v0.5.11 |
769 | 2024-11-18T23:50:11.024Z | Downloaded num_enum v0.5.11 |
770 | 2024-11-18T23:50:11.050Z | Downloaded num-traits v0.2.19 |
771 | 2024-11-18T23:50:11.050Z | Downloaded num-rational v0.4.2 |
772 | 2024-11-18T23:50:11.050Z | Downloaded num-iter v0.1.45 |
773 | 2024-11-18T23:50:11.050Z | Downloaded num-integer v0.1.46 |
774 | 2024-11-18T23:50:11.050Z | Downloaded hashlink v0.9.1 |
775 | 2024-11-18T23:50:11.050Z | Downloaded futures-sink v0.3.31 |
776 | 2024-11-18T23:50:11.050Z | Downloaded futures-macro v0.3.31 |
777 | 2024-11-18T23:50:11.051Z | Downloaded futures-io v0.3.31 |
778 | 2024-11-18T23:50:11.051Z | Downloaded futures-executor v0.3.31 |
779 | 2024-11-18T23:50:11.051Z | Downloaded ring v0.17.8 |
780 | 2024-11-18T23:50:11.118Z | Downloaded futures-core v0.3.31 |
781 | 2024-11-18T23:50:11.142Z | Downloaded dropshot_endpoint v0.12.0 |
782 | 2024-11-18T23:50:11.142Z | Downloaded derive_builder v0.20.2 |
783 | 2024-11-18T23:50:11.142Z | Downloaded zone v0.3.0 |
784 | 2024-11-18T23:50:11.142Z | Downloaded unsafe-libyaml v0.2.11 |
785 | 2024-11-18T23:50:11.142Z | Downloaded tokio-rustls v0.26.0 |
786 | 2024-11-18T23:50:11.142Z | Downloaded tokio-rustls v0.25.0 |
787 | 2024-11-18T23:50:11.142Z | Downloaded tokio-rustls v0.24.1 |
788 | 2024-11-18T23:50:11.142Z | Downloaded tokio-postgres v0.7.12 |
789 | 2024-11-18T23:50:11.166Z | Downloaded tokio-native-tls v0.3.1 |
790 | 2024-11-18T23:50:11.166Z | Downloaded reedline v0.35.0 |
791 | 2024-11-18T23:50:11.166Z | Downloaded rcgen v0.12.1 |
792 | 2024-11-18T23:50:11.166Z | Downloaded openssl-sys v0.9.104 |
793 | 2024-11-18T23:50:11.166Z | Downloaded gethostname v0.5.0 |
794 | 2024-11-18T23:50:11.191Z | Downloaded futures-util v0.3.31 |
795 | 2024-11-18T23:50:11.191Z | Downloaded serde_yaml v0.9.34+deprecated |
796 | 2024-11-18T23:50:11.191Z | Downloaded petname v2.0.2 |
797 | 2024-11-18T23:50:11.191Z | Downloaded der v0.7.9 |
798 | 2024-11-18T23:50:11.215Z | Downloaded typed-path v0.9.3 |
799 | 2024-11-18T23:50:11.215Z | Downloaded steno v0.4.1 |
800 | 2024-11-18T23:50:11.215Z | Downloaded itertools v0.10.5 |
801 | 2024-11-18T23:50:11.239Z | Downloaded newline-converter v0.3.0 |
802 | 2024-11-18T23:50:11.239Z | Downloaded new_debug_unreachable v1.0.6 |
803 | 2024-11-18T23:50:11.239Z | Downloaded radium v0.7.0 |
804 | 2024-11-18T23:50:11.239Z | Downloaded psl-types v2.0.11 |
805 | 2024-11-18T23:50:11.239Z | Downloaded progenitor-macro v0.8.0 |
806 | 2024-11-18T23:50:11.239Z | Downloaded progenitor v0.8.0 |
807 | 2024-11-18T23:50:11.239Z | Downloaded downcast v0.11.0 |
808 | 2024-11-18T23:50:11.239Z | Downloaded zone v0.1.8 |
809 | 2024-11-18T23:50:11.239Z | Downloaded untrusted v0.7.1 |
810 | 2024-11-18T23:50:11.239Z | Downloaded tinyvec v1.8.0 |
811 | 2024-11-18T23:50:11.239Z | Downloaded snafu-derive v0.8.5 |
812 | 2024-11-18T23:50:11.239Z | Downloaded smallvec v1.13.2 |
813 | 2024-11-18T23:50:11.239Z | Downloaded slog-term v2.9.1 |
814 | 2024-11-18T23:50:11.239Z | Downloaded slog-stdlog v4.1.1 |
815 | 2024-11-18T23:50:11.264Z | Downloaded parking_lot v0.11.2 |
816 | 2024-11-18T23:50:11.264Z | Downloaded half v2.4.1 |
817 | 2024-11-18T23:50:11.264Z | Downloaded globset v0.4.15 |
818 | 2024-11-18T23:50:11.264Z | Downloaded walkdir v2.5.0 |
819 | 2024-11-18T23:50:11.264Z | Downloaded slog v2.7.0 |
820 | 2024-11-18T23:50:11.264Z | Downloaded signal-hook v0.3.17 |
821 | 2024-11-18T23:50:11.264Z | Downloaded serde_with v3.11.0 |
822 | 2024-11-18T23:50:11.288Z | Downloaded unicode-bidi v0.3.17 |
823 | 2024-11-18T23:50:11.288Z | Downloaded wyz v0.5.1 |
824 | 2024-11-18T23:50:11.288Z | Downloaded untrusted v0.9.0 |
825 | 2024-11-18T23:50:11.288Z | Downloaded sct v0.7.1 |
826 | 2024-11-18T23:50:11.288Z | Downloaded libsqlite3-sys v0.30.1 |
827 | 2024-11-18T23:50:11.368Z | Downloaded p256 v0.13.2 |
828 | 2024-11-18T23:50:11.392Z | Downloaded glob v0.3.1 |
829 | 2024-11-18T23:50:11.392Z | Downloaded whoami v1.5.2 |
830 | 2024-11-18T23:50:11.392Z | Downloaded vergen v8.3.2 |
831 | 2024-11-18T23:50:11.392Z | Downloaded idna v1.0.3 |
832 | 2024-11-18T23:50:11.392Z | Downloaded smf v0.2.3 |
833 | 2024-11-18T23:50:11.392Z | Downloaded smallvec v0.6.14 |
834 | 2024-11-18T23:50:11.392Z | Downloaded ring v0.16.20 |
835 | 2024-11-18T23:50:11.486Z | Downloaded slog-scope v4.4.0 |
836 | 2024-11-18T23:50:11.511Z | Downloaded sec1 v0.7.3 |
837 | 2024-11-18T23:50:11.511Z | Downloaded ref-cast-impl v1.0.23 |
838 | 2024-11-18T23:50:11.511Z | Downloaded ref-cast v1.0.23 |
839 | 2024-11-18T23:50:11.511Z | Downloaded packed_struct v0.10.1 |
840 | 2024-11-18T23:50:11.511Z | Downloaded oso v0.27.3 |
841 | 2024-11-18T23:50:11.511Z | Downloaded vte v0.11.1 |
842 | 2024-11-18T23:50:11.511Z | Downloaded uuid v1.11.0 |
843 | 2024-11-18T23:50:11.511Z | Downloaded pin-project v1.1.6 |
844 | 2024-11-18T23:50:11.535Z | Downloaded samael v0.0.17 |
845 | 2024-11-18T23:50:11.535Z | Downloaded idna v0.3.0 |
846 | 2024-11-18T23:50:11.535Z | Downloaded hash32 v0.3.1 |
847 | 2024-11-18T23:50:11.535Z | Downloaded hash32 v0.2.1 |
848 | 2024-11-18T23:50:11.559Z | Downloaded getrandom v0.2.15 |
849 | 2024-11-18T23:50:11.559Z | Downloaded futures-task v0.3.31 |
850 | 2024-11-18T23:50:11.559Z | Downloaded vsss-rs v3.3.4 |
851 | 2024-11-18T23:50:11.559Z | Downloaded value-bag v1.9.0 |
852 | 2024-11-18T23:50:11.559Z | Downloaded uzers v0.12.1 |
853 | 2024-11-18T23:50:11.559Z | Downloaded utf8_iter v1.0.4 |
854 | 2024-11-18T23:50:11.559Z | Downloaded utf-8 v0.7.6 |
855 | 2024-11-18T23:50:11.559Z | Downloaded slog-dtrace v0.3.0 |
856 | 2024-11-18T23:50:11.559Z | Downloaded serde_with_macros v3.11.0 |
857 | 2024-11-18T23:50:11.559Z | Downloaded tungstenite v0.24.0 |
858 | 2024-11-18T23:50:11.583Z | Downloaded tungstenite v0.23.0 |
859 | 2024-11-18T23:50:11.583Z | Downloaded trust-dns-proto v0.22.0 |
860 | 2024-11-18T23:50:11.583Z | Downloaded group v0.13.0 |
861 | 2024-11-18T23:50:11.583Z | Downloaded ghash v0.5.1 |
862 | 2024-11-18T23:50:11.583Z | Downloaded writeable v0.5.5 |
863 | 2024-11-18T23:50:11.609Z | Downloaded wait-timeout v0.2.0 |
864 | 2024-11-18T23:50:11.609Z | Downloaded utf16_iter v1.0.5 |
865 | 2024-11-18T23:50:11.609Z | Downloaded serde_urlencoded v0.7.1 |
866 | 2024-11-18T23:50:11.609Z | Downloaded serde_repr v0.1.19 |
867 | 2024-11-18T23:50:11.609Z | Downloaded serde_plain v1.0.2 |
868 | 2024-11-18T23:50:11.609Z | Downloaded serde-hex v0.1.0 |
869 | 2024-11-18T23:50:11.609Z | Downloaded semver v0.1.20 |
870 | 2024-11-18T23:50:11.609Z | Downloaded parse-zoneinfo v0.3.1 |
871 | 2024-11-18T23:50:11.609Z | Downloaded fs_extra v1.3.0 |
872 | 2024-11-18T23:50:11.609Z | Downloaded flate2 v1.0.34 |
873 | 2024-11-18T23:50:11.609Z | Downloaded similar v2.6.0 |
874 | 2024-11-18T23:50:11.633Z | Downloaded openssl-probe v0.1.5 |
875 | 2024-11-18T23:50:11.633Z | Downloaded fxhash v0.2.1 |
876 | 2024-11-18T23:50:11.633Z | Downloaded which v4.4.2 |
877 | 2024-11-18T23:50:11.633Z | Downloaded vte_generate_state_changes v0.1.2 |
878 | 2024-11-18T23:50:11.633Z | Downloaded slog-json v2.6.1 |
879 | 2024-11-18T23:50:11.633Z | Downloaded slog-bunyan v2.5.0 |
880 | 2024-11-18T23:50:11.633Z | Downloaded serde_path_to_error v0.1.16 |
881 | 2024-11-18T23:50:11.633Z | Downloaded serde_derive_internals v0.29.1 |
882 | 2024-11-18T23:50:11.633Z | Downloaded secrecy v0.8.0 |
883 | 2024-11-18T23:50:11.633Z | Downloaded pin-project-internal v1.1.6 |
884 | 2024-11-18T23:50:11.634Z | Downloaded slog-async v2.8.0 |
885 | 2024-11-18T23:50:11.634Z | Downloaded shlex v1.3.0 |
886 | 2024-11-18T23:50:11.634Z | Downloaded shell-words v1.1.0 |
887 | 2024-11-18T23:50:11.634Z | Downloaded sha1 v0.10.6 |
888 | 2024-11-18T23:50:11.634Z | Downloaded serde-big-array v0.5.1 |
889 | 2024-11-18T23:50:11.658Z | Downloaded percent-encoding v2.3.1 |
890 | 2024-11-18T23:50:11.658Z | Downloaded pem-rfc7468 v0.7.0 |
891 | 2024-11-18T23:50:11.658Z | Downloaded pem v3.0.4 |
892 | 2024-11-18T23:50:11.658Z | Downloaded peg-macros v0.8.4 |
893 | 2024-11-18T23:50:11.658Z | Downloaded peg v0.8.4 |
894 | 2024-11-18T23:50:11.658Z | Downloaded pbkdf2 v0.12.2 |
895 | 2024-11-18T23:50:11.658Z | Downloaded pbkdf2 v0.11.0 |
896 | 2024-11-18T23:50:11.658Z | Downloaded paste v1.0.15 |
897 | 2024-11-18T23:50:11.658Z | Downloaded password-hash v0.5.0 |
898 | 2024-11-18T23:50:11.658Z | Downloaded password-hash v0.4.2 |
899 | 2024-11-18T23:50:11.658Z | Downloaded parse-display v0.10.0 |
900 | 2024-11-18T23:50:11.683Z | Downloaded flume v0.11.1 |
901 | 2024-11-18T23:50:11.683Z | Downloaded expectorate v1.1.0 |
902 | 2024-11-18T23:50:11.683Z | Downloaded tungstenite v0.21.0 |
903 | 2024-11-18T23:50:11.683Z | Downloaded chrono-tz v0.10.0 |
904 | 2024-11-18T23:50:11.683Z | Downloaded peg-runtime v0.8.3 |
905 | 2024-11-18T23:50:11.683Z | Downloaded path-slash v0.1.5 |
906 | 2024-11-18T23:50:11.683Z | Downloaded parse-display-derive v0.10.0 |
907 | 2024-11-18T23:50:11.683Z | Downloaded fragile v2.0.0 |
908 | 2024-11-18T23:50:11.683Z | Downloaded fatfs v0.3.6 |
909 | 2024-11-18T23:50:11.707Z | Downloaded der_derive v0.7.3 |
910 | 2024-11-18T23:50:11.707Z | Downloaded bstr v1.10.0 |
911 | 2024-11-18T23:50:11.707Z | Downloaded waitgroup v0.1.2 |
912 | 2024-11-18T23:50:11.707Z | Downloaded phf_shared v0.11.2 |
913 | 2024-11-18T23:50:11.707Z | Downloaded phf_generator v0.11.2 |
914 | 2024-11-18T23:50:11.707Z | Downloaded phf_codegen v0.11.2 |
915 | 2024-11-18T23:50:11.707Z | Downloaded phf v0.11.2 |
916 | 2024-11-18T23:50:11.707Z | Downloaded parse-size v1.1.0 |
917 | 2024-11-18T23:50:11.707Z | Downloaded foreign-types v0.5.0 |
918 | 2024-11-18T23:50:11.731Z | Downloaded foldhash v0.1.3 |
919 | 2024-11-18T23:50:11.731Z | Downloaded float-cmp v0.9.0 |
920 | 2024-11-18T23:50:11.731Z | Downloaded flagset v0.4.6 |
921 | 2024-11-18T23:50:11.731Z | Downloaded fixedbitset v0.4.2 |
922 | 2024-11-18T23:50:11.731Z | Downloaded ff v0.13.0 |
923 | 2024-11-18T23:50:11.731Z | Downloaded fd-lock v4.0.2 |
924 | 2024-11-18T23:50:11.731Z | Downloaded env_logger v0.11.5 |
925 | 2024-11-18T23:50:11.731Z | Downloaded enum-as-inner v0.5.1 |
926 | 2024-11-18T23:50:11.732Z | Downloaded filetime v0.2.25 |
927 | 2024-11-18T23:50:11.732Z | Downloaded fallible-streaming-iterator v0.1.9 |
928 | 2024-11-18T23:50:11.732Z | Downloaded fallible-iterator v0.3.0 |
929 | 2024-11-18T23:50:11.732Z | Downloaded env_logger v0.10.2 |
930 | 2024-11-18T23:50:11.732Z | Downloaded env_filter v0.1.2 |
931 | 2024-11-18T23:50:11.756Z | Downloaded enum-as-inner v0.6.1 |
932 | 2024-11-18T23:50:11.756Z | Downloaded defmt-parser v0.3.4 |
933 | 2024-11-18T23:50:11.756Z | Downloaded curve25519-dalek v4.1.3 |
934 | 2024-11-18T23:50:11.756Z | Downloaded fallible-iterator v0.2.0 |
935 | 2024-11-18T23:50:11.756Z | Downloaded darling_core v0.20.10 |
936 | 2024-11-18T23:50:11.756Z | Downloaded zopfli v0.8.1 |
937 | 2024-11-18T23:50:11.756Z | Downloaded quinn-proto v0.11.8 |
938 | 2024-11-18T23:50:11.781Z | Downloaded foreign-types-macros v0.2.3 |
939 | 2024-11-18T23:50:11.781Z | Downloaded defmt-macros v0.3.9 |
940 | 2024-11-18T23:50:11.781Z | Downloaded defmt v0.3.8 |
941 | 2024-11-18T23:50:11.781Z | Downloaded quick-xml v0.33.0 |
942 | 2024-11-18T23:50:11.781Z | Downloaded debug-ignore v1.0.5 |
943 | 2024-11-18T23:50:11.781Z | Downloaded data-encoding v2.6.0 |
944 | 2024-11-18T23:50:11.806Z | Downloaded chrono v0.4.38 |
945 | 2024-11-18T23:50:11.806Z | Downloaded aws-lc-rs v1.10.0 |
946 | 2024-11-18T23:50:11.806Z | Downloaded zone_cfg_derive v0.3.0 |
947 | 2024-11-18T23:50:11.806Z | Downloaded zone_cfg_derive v0.1.2 |
948 | 2024-11-18T23:50:11.806Z | Downloaded unicase v2.7.0 |
949 | 2024-11-18T23:50:11.806Z | Downloaded tui-tree-widget v0.22.0 |
950 | 2024-11-18T23:50:11.806Z | Downloaded tracing v0.1.40 |
951 | 2024-11-18T23:50:11.830Z | Downloaded typify v0.2.0 |
952 | 2024-11-18T23:50:11.830Z | Downloaded twox-hash v1.6.3 |
953 | 2024-11-18T23:50:11.830Z | Downloaded tracing-core v0.1.32 |
954 | 2024-11-18T23:50:11.830Z | Downloaded tls_codec_derive v0.4.1 |
955 | 2024-11-18T23:50:11.830Z | Downloaded structmeta v0.2.0 |
956 | 2024-11-18T23:50:11.830Z | Downloaded stringprep v0.1.5 |
957 | 2024-11-18T23:50:11.830Z | Downloaded static_assertions v1.1.0 |
958 | 2024-11-18T23:50:11.830Z | Downloaded stable_deref_trait v1.2.0 |
959 | 2024-11-18T23:50:11.830Z | Downloaded signature v2.2.0 |
960 | 2024-11-18T23:50:11.855Z | Downloaded rusty-fork v0.3.0 |
961 | 2024-11-18T23:50:11.855Z | Downloaded publicsuffix v2.2.3 |
962 | 2024-11-18T23:50:11.855Z | Downloaded foreign-types-shared v0.1.1 |
963 | 2024-11-18T23:50:11.855Z | Downloaded try-lock v0.2.5 |
964 | 2024-11-18T23:50:11.855Z | Downloaded tracing-attributes v0.1.27 |
965 | 2024-11-18T23:50:11.855Z | Downloaded siphasher v0.3.11 |
966 | 2024-11-18T23:50:11.855Z | Downloaded signal-hook-tokio v0.3.1 |
967 | 2024-11-18T23:50:11.855Z | Downloaded signal-hook-registry v1.4.2 |
968 | 2024-11-18T23:50:11.855Z | Downloaded memmap2 v0.9.5 |
969 | 2024-11-18T23:50:11.855Z | Downloaded crossterm v0.28.1 |
970 | 2024-11-18T23:50:11.855Z | Downloaded tls_codec v0.4.1 |
971 | 2024-11-18T23:50:11.880Z | Downloaded ssh-encoding v0.2.0 |
972 | 2024-11-18T23:50:11.880Z | Downloaded aws-lc-sys v0.22.0 |
973 | 2024-11-18T23:50:12.113Z | Downloaded simd-adler32 v0.3.7 |
974 | 2024-11-18T23:50:12.137Z | Downloaded rsa v0.9.6 |
975 | 2024-11-18T23:50:12.137Z | Downloaded ron v0.7.1 |
976 | 2024-11-18T23:50:12.137Z | Downloaded quinn v0.11.5 |
977 | 2024-11-18T23:50:12.137Z | Downloaded qorb v0.2.0 |
978 | 2024-11-18T23:50:12.137Z | Downloaded mime_guess v2.0.5 |
979 | 2024-11-18T23:50:12.161Z | Downloaded hkdf v0.12.4 |
980 | 2024-11-18T23:50:12.162Z | Downloaded crossbeam-channel v0.5.13 |
981 | 2024-11-18T23:50:12.162Z | Downloaded blake3 v1.5.4 |
982 | 2024-11-18T23:50:12.162Z | Downloaded bitvec v1.0.1 |
983 | 2024-11-18T23:50:12.186Z | Downloaded tinyvec_macros v0.1.1 |
984 | 2024-11-18T23:50:12.186Z | Downloaded strip-ansi-escapes v0.2.0 |
985 | 2024-11-18T23:50:12.186Z | Downloaded ssh-cipher v0.2.0 |
986 | 2024-11-18T23:50:12.186Z | Downloaded sigpipe v0.1.3 |
987 | 2024-11-18T23:50:12.186Z | Downloaded rustversion v1.0.17 |
988 | 2024-11-18T23:50:12.186Z | Downloaded ron v0.8.1 |
989 | 2024-11-18T23:50:12.210Z | Downloaded prettyplease v0.2.25 |
990 | 2024-11-18T23:50:12.210Z | Downloaded maybe-uninit v2.0.0 |
991 | 2024-11-18T23:50:12.210Z | Downloaded lru-cache v0.1.2 |
992 | 2024-11-18T23:50:12.210Z | Downloaded lock_api v0.4.12 |
993 | 2024-11-18T23:50:12.210Z | Downloaded icu_normalizer v1.5.0 |
994 | 2024-11-18T23:50:12.210Z | Downloaded http v1.1.0 |
995 | 2024-11-18T23:50:12.210Z | Downloaded crypto-bigint v0.5.5 |
996 | 2024-11-18T23:50:12.235Z | Downloaded const_format v0.2.33 |
997 | 2024-11-18T23:50:12.235Z | Downloaded rpassword v7.3.1 |
998 | 2024-11-18T23:50:12.235Z | Downloaded r2d2 v0.8.10 |
999 | 2024-11-18T23:50:12.235Z | Downloaded quinn-udp v0.5.5 |
1000 | 2024-11-18T23:50:12.235Z | Downloaded quick-error v1.2.3 |
1001 | 2024-11-18T23:50:12.235Z | Downloaded managed v0.8.0 |
1002 | 2024-11-18T23:50:12.235Z | Downloaded lru v0.12.5 |
1003 | 2024-11-18T23:50:12.235Z | Downloaded libloading v0.8.5 |
1004 | 2024-11-18T23:50:12.235Z | Downloaded jobserver v0.1.32 |
1005 | 2024-11-18T23:50:12.235Z | Downloaded ipnetwork v0.20.0 |
1006 | 2024-11-18T23:50:12.235Z | Downloaded icu_provider v1.5.0 |
1007 | 2024-11-18T23:50:12.259Z | Downloaded icu_properties v1.5.1 |
1008 | 2024-11-18T23:50:12.259Z | Downloaded icu_locid_transform_data v1.5.0 |
1009 | 2024-11-18T23:50:12.259Z | Downloaded httparse v1.9.5 |
1010 | 2024-11-18T23:50:12.259Z | Downloaded crossbeam-utils v0.8.20 |
1011 | 2024-11-18T23:50:12.260Z | Downloaded crossbeam-epoch v0.9.18 |
1012 | 2024-11-18T23:50:12.260Z | Downloaded crc-any v2.5.0 |
1013 | 2024-11-18T23:50:12.260Z | Downloaded cookie v0.18.1 |
1014 | 2024-11-18T23:50:12.260Z | Downloaded compact_str v0.8.0 |
1015 | 2024-11-18T23:50:12.260Z | Downloaded chacha20poly1305 v0.10.1 |
1016 | 2024-11-18T23:50:12.284Z | Downloaded cc v1.1.30 |
1017 | 2024-11-18T23:50:12.284Z | Downloaded memoffset v0.9.1 |
1018 | 2024-11-18T23:50:12.284Z | Downloaded md5 v0.7.0 |
1019 | 2024-11-18T23:50:12.284Z | Downloaded maplit v1.0.2 |
1020 | 2024-11-18T23:50:12.284Z | Downloaded linked-hash-map v0.5.6 |
1021 | 2024-11-18T23:50:12.284Z | Downloaded libsw v3.3.1 |
1022 | 2024-11-18T23:50:12.284Z | Downloaded lazycell v1.3.0 |
1023 | 2024-11-18T23:50:12.284Z | Downloaded lazy_static v1.5.0 |
1024 | 2024-11-18T23:50:12.284Z | Downloaded lalrpop-util v0.19.12 |
1025 | 2024-11-18T23:50:12.284Z | Downloaded kstat-rs v0.2.4 |
1026 | 2024-11-18T23:50:12.284Z | Downloaded keccak v0.1.5 |
1027 | 2024-11-18T23:50:12.284Z | Downloaded is-terminal v0.4.13 |
1028 | 2024-11-18T23:50:12.284Z | Downloaded internet-checksum v0.2.1 |
1029 | 2024-11-18T23:50:12.284Z | Downloaded indicatif v0.17.9 |
1030 | 2024-11-18T23:50:12.309Z | Downloaded indexmap v1.9.3 |
1031 | 2024-11-18T23:50:12.309Z | Downloaded icu_locid_transform v1.5.0 |
1032 | 2024-11-18T23:50:12.309Z | Downloaded csv-core v0.1.11 |
1033 | 2024-11-18T23:50:12.309Z | Downloaded crc32fast v1.4.2 |
1034 | 2024-11-18T23:50:12.311Z | Downloaded const_format_proc_macros v0.2.33 |
1035 | 2024-11-18T23:50:12.311Z | Downloaded const-oid v0.9.6 |
1036 | 2024-11-18T23:50:12.311Z | Downloaded console v0.15.8 |
1037 | 2024-11-18T23:50:12.311Z | Downloaded clang-sys v1.8.1 |
1038 | 2024-11-18T23:50:12.311Z | Downloaded chrono-tz-build v0.4.0 |
1039 | 2024-11-18T23:50:12.311Z | Downloaded cancel-safe-futures v0.1.5 |
1040 | 2024-11-18T23:50:12.335Z | Downloaded bitfield v0.14.0 |
1041 | 2024-11-18T23:50:12.335Z | Downloaded mime v0.3.17 |
1042 | 2024-11-18T23:50:12.335Z | Downloaded matches v0.1.10 |
1043 | 2024-11-18T23:50:12.335Z | Downloaded lockfree-object-pool v0.1.6 |
1044 | 2024-11-18T23:50:12.335Z | Downloaded instant v0.1.13 |
1045 | 2024-11-18T23:50:12.335Z | Downloaded icu_normalizer_data v1.5.0 |
1046 | 2024-11-18T23:50:12.335Z | Downloaded hyper v1.5.0 |
1047 | 2024-11-18T23:50:12.335Z | Downloaded curve25519-dalek-derive v0.1.1 |
1048 | 2024-11-18T23:50:12.335Z | Downloaded ctr v0.9.2 |
1049 | 2024-11-18T23:50:12.336Z | Downloaded crossbeam-deque v0.8.5 |
1050 | 2024-11-18T23:50:12.336Z | Downloaded crc-catalog v2.4.0 |
1051 | 2024-11-18T23:50:12.360Z | Downloaded crc v3.2.1 |
1052 | 2024-11-18T23:50:12.360Z | Downloaded cookie_store v0.21.0 |
1053 | 2024-11-18T23:50:12.360Z | Downloaded convert_case v0.4.0 |
1054 | 2024-11-18T23:50:12.360Z | Downloaded constant_time_eq v0.3.1 |
1055 | 2024-11-18T23:50:12.360Z | Downloaded colored v2.1.0 |
1056 | 2024-11-18T23:50:12.360Z | Downloaded cobs v0.2.3 |
1057 | 2024-11-18T23:50:12.360Z | Downloaded cmake v0.1.51 |
1058 | 2024-11-18T23:50:12.360Z | Downloaded cipher v0.4.4 |
1059 | 2024-11-18T23:50:12.360Z | Downloaded ciborium-ll v0.2.2 |
1060 | 2024-11-18T23:50:12.360Z | Downloaded chacha20 v0.9.1 |
1061 | 2024-11-18T23:50:12.360Z | Downloaded cfg_aliases v0.2.1 |
1062 | 2024-11-18T23:50:12.360Z | Downloaded cbc v0.1.2 |
1063 | 2024-11-18T23:50:12.360Z | Downloaded cassowary v0.3.0 |
1064 | 2024-11-18T23:50:12.360Z | Downloaded bytes v1.8.0 |
1065 | 2024-11-18T23:50:12.385Z | Downloaded icu_locid v1.5.0 |
1066 | 2024-11-18T23:50:12.385Z | Downloaded hyper-staticfile v0.10.1 |
1067 | 2024-11-18T23:50:12.385Z | Downloaded hyper-rustls v0.27.3 |
1068 | 2024-11-18T23:50:12.385Z | Downloaded hubpack v0.1.2 |
1069 | 2024-11-18T23:50:12.385Z | Downloaded httpdate v1.0.3 |
1070 | 2024-11-18T23:50:12.385Z | Downloaded cstr-argument v0.1.2 |
1071 | 2024-11-18T23:50:12.385Z | Downloaded crunchy v0.2.2 |
1072 | 2024-11-18T23:50:12.385Z | Downloaded crucible-workspace-hack v0.1.0 |
1073 | 2024-11-18T23:50:12.385Z | Downloaded ciborium-io v0.2.2 |
1074 | 2024-11-18T23:50:12.385Z | Downloaded ciborium v0.2.2 |
1075 | 2024-11-18T23:50:12.385Z | Downloaded cfg_aliases v0.1.1 |
1076 | 2024-11-18T23:50:12.385Z | Downloaded cexpr v0.6.0 |
1077 | 2024-11-18T23:50:12.385Z | Downloaded bumpalo v3.16.0 |
1078 | 2024-11-18T23:50:12.409Z | Downloaded buf-list v1.0.3 |
1079 | 2024-11-18T23:50:12.409Z | Downloaded blake2 v0.10.6 |
1080 | 2024-11-18T23:50:12.409Z | Downloaded bitfield-struct v0.6.2 |
1081 | 2024-11-18T23:50:12.409Z | Downloaded bit-set v0.5.3 |
1082 | 2024-11-18T23:50:12.409Z | Downloaded bindgen v0.69.5 |
1083 | 2024-11-18T23:50:12.409Z | Downloaded bcs v0.1.6 |
1084 | 2024-11-18T23:50:12.409Z | Downloaded bcrypt-pbkdf v0.10.0 |
1085 | 2024-11-18T23:50:12.409Z | Downloaded base64ct v1.6.0 |
1086 | 2024-11-18T23:50:12.434Z | Downloaded base64 v0.13.1 |
1087 | 2024-11-18T23:50:12.434Z | Downloaded base16ct v0.2.0 |
1088 | 2024-11-18T23:50:12.434Z | Downloaded backtrace v0.3.74 |
1089 | 2024-11-18T23:50:12.434Z | Downloaded backoff v0.4.0 |
1090 | 2024-11-18T23:50:12.434Z | Downloaded async-stream-impl v0.3.6 |
1091 | 2024-11-18T23:50:12.434Z | Downloaded async-stream v0.3.6 |
1092 | 2024-11-18T23:50:12.434Z | Downloaded inout v0.1.3 |
1093 | 2024-11-18T23:50:12.434Z | Downloaded indoc v1.0.9 |
1094 | 2024-11-18T23:50:12.434Z | Downloaded indent_write v2.2.0 |
1095 | 2024-11-18T23:50:12.434Z | Downloaded hyper-tls v0.6.0 |
1096 | 2024-11-18T23:50:12.434Z | Downloaded home v0.5.9 |
1097 | 2024-11-18T23:50:12.459Z | Downloaded castaway v0.2.3 |
1098 | 2024-11-18T23:50:12.459Z | Downloaded bzip2 v0.4.4 |
1099 | 2024-11-18T23:50:12.459Z | Downloaded blowfish v0.9.1 |
1100 | 2024-11-18T23:50:12.459Z | Downloaded block-padding v0.3.3 |
1101 | 2024-11-18T23:50:12.459Z | Downloaded bitflags v1.3.2 |
1102 | 2024-11-18T23:50:12.459Z | Downloaded bit-vec v0.6.3 |
1103 | 2024-11-18T23:50:12.459Z | Downloaded icu_provider_macros v1.5.0 |
1104 | 2024-11-18T23:50:12.459Z | Downloaded icu_collections v1.5.0 |
1105 | 2024-11-18T23:50:12.459Z | Downloaded iana-time-zone v0.1.61 |
1106 | 2024-11-18T23:50:12.459Z | Downloaded humantime v2.1.0 |
1107 | 2024-11-18T23:50:12.459Z | Downloaded hubpack_derive v0.1.1 |
1108 | 2024-11-18T23:50:12.460Z | Downloaded http-range v0.1.5 |
1109 | 2024-11-18T23:50:12.484Z | Downloaded http-body-util v0.1.2 |
1110 | 2024-11-18T23:50:12.484Z | Downloaded http-body v1.0.1 |
1111 | 2024-11-18T23:50:12.484Z | Downloaded hostname v0.3.1 |
1112 | 2024-11-18T23:50:12.484Z | Downloaded hmac v0.12.1 |
1113 | 2024-11-18T23:50:12.484Z | Downloaded hickory-proto v0.24.1 |
1114 | 2024-11-18T23:50:12.484Z | Downloaded bb8 v0.8.5 |
1115 | 2024-11-18T23:50:12.508Z | Downloaded atty v0.2.14 |
1116 | 2024-11-18T23:50:12.508Z | Downloaded atomicwrites v0.4.4 |
1117 | 2024-11-18T23:50:12.508Z | Downloaded async-recursion v1.1.1 |
1118 | 2024-11-18T23:50:12.508Z | Downloaded async-bb8-diesel v0.2.1 |
1119 | 2024-11-18T23:50:12.508Z | Downloaded idna_adapter v1.2.0 |
1120 | 2024-11-18T23:50:12.508Z | Downloaded hostname v0.4.0 |
1121 | 2024-11-18T23:50:12.508Z | Downloaded base64 v0.22.1 |
1122 | 2024-11-18T23:50:12.508Z | Downloaded base64 v0.21.7 |
1123 | 2024-11-18T23:50:12.508Z | Downloaded libxml v0.3.3 |
1124 | 2024-11-18T23:50:12.532Z | Downloaded libm v0.2.8 |
1125 | 2024-11-18T23:50:12.532Z | Downloaded itertools v0.12.1 |
1126 | 2024-11-18T23:50:12.532Z | Downloaded hickory-server v0.24.1 |
1127 | 2024-11-18T23:50:12.556Z | Downloaded hickory-resolver v0.24.1 |
1128 | 2024-11-18T23:50:12.556Z | Downloaded heapless v0.8.0 |
1129 | 2024-11-18T23:50:12.556Z | Downloaded heapless v0.7.17 |
1130 | 2024-11-18T23:50:12.556Z | Downloaded atomic-waker v1.1.2 |
1131 | 2024-11-18T23:50:12.556Z | Downloaded async-trait v0.1.83 |
1132 | 2024-11-18T23:50:12.557Z | Downloaded linear-map v1.2.0 |
1133 | 2024-11-18T23:50:12.557Z | Downloaded ipnet v2.10.1 |
1134 | 2024-11-18T23:50:12.581Z | Downloaded hyper-util v0.1.10 |
1135 | 2024-11-18T23:50:12.581Z | Downloaded hickory-client v0.24.1 |
1136 | 2024-11-18T23:50:12.581Z | Downloaded hex-literal v0.4.1 |
1137 | 2024-11-18T23:50:12.581Z | Downloaded headers-core v0.3.0 |
1138 | 2024-11-18T23:50:12.581Z | Downloaded darling v0.20.10 |
1139 | 2024-11-18T23:50:12.581Z | Downloaded match_cfg v0.1.0 |
1140 | 2024-11-18T23:50:12.581Z | Downloaded libefi-sys v0.1.0 |
1141 | 2024-11-18T23:50:12.581Z | Downloaded instability v0.3.2 |
1142 | 2024-11-18T23:50:12.581Z | Downloaded impl-trait-for-tuples v0.2.2 |
1143 | 2024-11-18T23:50:12.581Z | Downloaded highway v1.2.0 |
1144 | 2024-11-18T23:50:12.606Z | Downloaded hex v0.4.3 |
1145 | 2024-11-18T23:50:12.606Z | Downloaded heck v0.3.3 |
1146 | 2024-11-18T23:50:12.606Z | Downloaded ascii-canvas v3.0.0 |
1147 | 2024-11-18T23:50:12.606Z | Downloaded arc-swap v1.7.1 |
1148 | 2024-11-18T23:50:12.606Z | Downloaded aho-corasick v1.1.3 |
1149 | 2024-11-18T23:50:12.606Z | Downloaded aead v0.5.2 |
1150 | 2024-11-18T23:50:12.606Z | Downloaded arrayref v0.3.9 |
1151 | 2024-11-18T23:50:12.606Z | Downloaded array-init v0.0.4 |
1152 | 2024-11-18T23:50:12.606Z | Downloaded argon2 v0.5.3 |
1153 | 2024-11-18T23:50:12.606Z | Downloaded allocator-api2 v0.2.18 |
1154 | 2024-11-18T23:50:12.631Z | Downloaded aes-gcm v0.10.3 |
1155 | 2024-11-18T23:50:12.631Z | Downloaded aes v0.8.4 |
1156 | 2024-11-18T23:50:12.631Z | Downloaded addr2line v0.24.2 |
1157 | 2024-11-18T23:50:12.748Z | Compiling serde v1.0.215 |
1158 | 2024-11-18T23:50:12.773Z | Compiling lock_api v0.4.12 |
1159 | 2024-11-18T23:50:12.773Z | Compiling scopeguard v1.2.0 |
1160 | 2024-11-18T23:50:12.773Z | Compiling value-bag v1.9.0 |
1161 | 2024-11-18T23:50:12.773Z | Compiling typenum v1.17.0 |
1162 | 2024-11-18T23:50:12.773Z | Compiling generic-array v0.14.7 |
1163 | 2024-11-18T23:50:12.773Z | Compiling syn v2.0.87 |
1164 | 2024-11-18T23:50:12.773Z | Compiling getrandom v0.2.15 |
1165 | 2024-11-18T23:50:13.079Z | Compiling rand_core v0.6.4 |
1166 | 2024-11-18T23:50:13.177Z | Compiling subtle v2.6.1 |
1167 | 2024-11-18T23:50:13.247Z | Compiling shlex v1.3.0 |
1168 | 2024-11-18T23:50:13.303Z | Compiling log v0.4.22 |
1169 | 2024-11-18T23:50:13.439Z | Compiling jobserver v0.1.32 |
1170 | 2024-11-18T23:50:13.482Z | Compiling smallvec v1.13.2 |
1171 | 2024-11-18T23:50:13.559Z | Compiling const-oid v0.9.6 |
1172 | 2024-11-18T23:50:13.620Z | Compiling spin v0.9.8 |
1173 | 2024-11-18T23:50:13.644Z | Compiling pin-project-lite v0.2.14 |
1174 | 2024-11-18T23:50:13.786Z | Compiling cc v1.1.30 |
1175 | 2024-11-18T23:50:13.874Z | Compiling rustix v0.38.37 |
1176 | 2024-11-18T23:50:14.027Z | Compiling parking_lot_core v0.9.10 |
1177 | 2024-11-18T23:50:14.155Z | Compiling futures-core v0.3.31 |
1178 | 2024-11-18T23:50:14.324Z | Compiling signal-hook-registry v1.4.2 |
1179 | 2024-11-18T23:50:14.409Z | Compiling mio v1.0.2 |
1180 | 2024-11-18T23:50:14.739Z | Compiling aho-corasick v1.1.3 |
1181 | 2024-11-18T23:50:15.136Z | Compiling parking_lot v0.12.3 |
1182 | 2024-11-18T23:50:15.161Z | Compiling either v1.13.0 |
1183 | 2024-11-18T23:50:15.162Z | Compiling cpufeatures v0.2.14 |
1184 | 2024-11-18T23:50:15.203Z | Compiling regex-syntax v0.8.5 |
1185 | 2024-11-18T23:50:15.296Z | Compiling lazy_static v1.5.0 |
1186 | 2024-11-18T23:50:15.658Z | Compiling glob v0.3.1 |
1187 | 2024-11-18T23:50:15.835Z | Compiling stable_deref_trait v1.2.0 |
1188 | 2024-11-18T23:50:15.879Z | Compiling futures-sink v0.3.31 |
1189 | 2024-11-18T23:50:15.945Z | Compiling socket2 v0.5.7 |
1190 | 2024-11-18T23:50:16.021Z | Compiling slab v0.4.9 |
1191 | 2024-11-18T23:50:16.275Z | Compiling prettyplease v0.2.25 |
1192 | 2024-11-18T23:50:16.431Z | Compiling minimal-lexical v0.2.1 |
1193 | 2024-11-18T23:50:16.642Z | Compiling clang-sys v1.8.1 |
1194 | 2024-11-18T23:50:16.816Z | Compiling nom v7.1.3 |
1195 | 2024-11-18T23:50:16.841Z | Compiling libloading v0.8.5 |
1196 | 2024-11-18T23:50:16.865Z | Compiling bindgen v0.69.5 |
1197 | 2024-11-18T23:50:17.217Z | Compiling home v0.5.9 |
1198 | 2024-11-18T23:50:17.266Z | Compiling serde_json v1.0.132 |
1199 | 2024-11-18T23:50:17.556Z | Compiling futures-channel v0.3.31 |
1200 | 2024-11-18T23:50:17.582Z | Compiling itertools v0.12.1 |
1201 | 2024-11-18T23:50:17.830Z | Compiling futures-io v0.3.31 |
1202 | 2024-11-18T23:50:17.936Z | Compiling rustc-hash v1.1.0 |
1203 | 2024-11-18T23:50:18.074Z | Compiling allocator-api2 v0.2.18 |
1204 | 2024-11-18T23:50:18.117Z | Compiling lazycell v1.3.0 |
1205 | 2024-11-18T23:50:18.272Z | Compiling pin-utils v0.1.0 |
1206 | 2024-11-18T23:50:18.361Z | Compiling foldhash v0.1.3 |
1207 | 2024-11-18T23:50:18.618Z | Compiling regex-automata v0.4.8 |
1208 | 2024-11-18T23:50:18.739Z | Compiling futures-task v0.3.31 |
1209 | 2024-11-18T23:50:18.988Z | Compiling hashbrown v0.15.0 |
1210 | 2024-11-18T23:50:19.619Z | Compiling synstructure v0.13.1 |
1211 | 2024-11-18T23:50:19.856Z | Compiling cexpr v0.6.0 |
1212 | 2024-11-18T23:50:20.212Z | Compiling cmake v0.1.51 |
1213 | 2024-11-18T23:50:21.119Z | Compiling pkg-config v0.3.31 |
1214 | 2024-11-18T23:50:21.143Z | Compiling dunce v1.0.5 |
1215 | 2024-11-18T23:50:21.228Z | Compiling fs_extra v1.3.0 |
1216 | 2024-11-18T23:50:21.269Z | Compiling libm v0.2.8 |
1217 | 2024-11-18T23:50:21.393Z | Compiling tinyvec_macros v0.1.1 |
1218 | 2024-11-18T23:50:21.480Z | Compiling tinyvec v1.8.0 |
1219 | 2024-11-18T23:50:21.566Z | Compiling num-traits v0.2.19 |
1220 | 2024-11-18T23:50:22.007Z | Compiling ring v0.17.8 |
1221 | 2024-11-18T23:50:22.455Z | Compiling base64ct v1.6.0 |
1222 | 2024-11-18T23:50:22.732Z | Compiling unicode-normalization v0.1.24 |
1223 | 2024-11-18T23:50:22.784Z | Compiling litemap v0.7.3 |
1224 | 2024-11-18T23:50:22.853Z | Compiling unicode-bidi v0.3.17 |
1225 | 2024-11-18T23:50:22.945Z | Compiling writeable v0.5.5 |
1226 | 2024-11-18T23:50:22.970Z | Compiling paste v1.0.15 |
1227 | 2024-11-18T23:50:23.394Z | Compiling regex v1.11.1 |
1228 | 2024-11-18T23:50:23.502Z | Compiling pem-rfc7468 v0.7.0 |
1229 | 2024-11-18T23:50:24.083Z | Compiling aws-lc-rs v1.10.0 |
1230 | 2024-11-18T23:50:24.144Z | Compiling httparse v1.9.5 |
1231 | 2024-11-18T23:50:24.315Z | Compiling flagset v0.4.6 |
1232 | 2024-11-18T23:50:24.514Z | Compiling tracing-core v0.1.32 |
1233 | 2024-11-18T23:50:24.869Z | Compiling rustls-pki-types v1.9.0 |
1234 | 2024-11-18T23:50:25.315Z | Compiling serde_derive v1.0.215 |
1235 | 2024-11-18T23:50:25.340Z | Compiling zeroize_derive v1.4.2 |
1236 | 2024-11-18T23:50:25.632Z | Compiling zerocopy-derive v0.7.35 |
1237 | 2024-11-18T23:50:25.919Z | Compiling tokio-macros v2.4.0 |
1238 | 2024-11-18T23:50:25.969Z | Compiling zerofrom-derive v0.1.4 |
1239 | 2024-11-18T23:50:26.872Z | Compiling zeroize v1.8.1 |
1240 | 2024-11-18T23:50:27.409Z | Compiling yoke-derive v0.7.4 |
1241 | 2024-11-18T23:50:27.675Z | Compiling zerocopy v0.7.35 |
1242 | 2024-11-18T23:50:27.755Z | Compiling thiserror-impl v1.0.69 |
1243 | 2024-11-18T23:50:28.032Z | Compiling zerovec-derive v0.10.3 |
1244 | 2024-11-18T23:50:28.467Z | Compiling crypto-common v0.1.6 |
1245 | 2024-11-18T23:50:28.671Z | Compiling block-buffer v0.10.4 |
1246 | 2024-11-18T23:50:28.900Z | Compiling digest v0.10.7 |
1247 | 2024-11-18T23:50:29.056Z | Compiling futures-macro v0.3.31 |
1248 | 2024-11-18T23:50:29.333Z | Compiling hmac v0.12.1 |
1249 | 2024-11-18T23:50:29.447Z | Compiling block-padding v0.3.3 |
1250 | 2024-11-18T23:50:29.576Z | Compiling displaydoc v0.2.5 |
1251 | 2024-11-18T23:50:29.600Z | Compiling zerofrom v0.1.4 |
1252 | 2024-11-18T23:50:29.686Z | Compiling inout v0.1.3 |
1253 | 2024-11-18T23:50:29.814Z | Compiling sha2 v0.10.8 |
1254 | 2024-11-18T23:50:29.943Z | Compiling cipher v0.4.4 |
1255 | 2024-11-18T23:50:30.087Z | Compiling yoke v0.7.4 |
1256 | 2024-11-18T23:50:30.263Z | Compiling ppv-lite86 v0.2.20 |
1257 | 2024-11-18T23:50:30.486Z | Compiling zerovec v0.10.4 |
1258 | 2024-11-18T23:50:30.510Z | Compiling icu_provider_macros v1.5.0 |
1259 | 2024-11-18T23:50:30.697Z | Compiling thiserror v1.0.69 |
1260 | 2024-11-18T23:50:30.765Z | Compiling futures-util v0.3.31 |
1261 | 2024-11-18T23:50:30.834Z | Compiling der_derive v0.7.3 |
1262 | 2024-11-18T23:50:31.067Z | Compiling rand_chacha v0.3.1 |
1263 | 2024-11-18T23:50:31.152Z | Compiling tracing-attributes v0.1.27 |
1264 | 2024-11-18T23:50:31.473Z | Compiling crossbeam-utils v0.8.20 |
1265 | 2024-11-18T23:50:31.994Z | Compiling percent-encoding v2.3.1 |
1266 | 2024-11-18T23:50:32.333Z | Compiling tinystr v0.7.6 |
1267 | 2024-11-18T23:50:32.458Z | Compiling icu_locid_transform_data v1.5.0 |
1268 | 2024-11-18T23:50:32.532Z | Compiling pest v2.7.14 |
1269 | 2024-11-18T23:50:32.564Z | Compiling icu_collections v1.5.0 |
1270 | 2024-11-18T23:50:32.715Z | Compiling icu_locid v1.5.0 |
1271 | 2024-11-18T23:50:32.863Z | Compiling der v0.7.9 |
1272 | 2024-11-18T23:50:32.983Z | Compiling rand v0.8.5 |
1273 | 2024-11-18T23:50:33.818Z | Compiling icu_provider v1.5.0 |
1274 | 2024-11-18T23:50:34.301Z | Compiling tracing v0.1.40 |
1275 | 2024-11-18T23:50:34.691Z | Compiling spki v0.7.3 |
1276 | 2024-11-18T23:50:34.727Z | Compiling icu_locid_transform v1.5.0 |
1277 | 2024-11-18T23:50:34.757Z | Compiling salsa20 v0.10.2 |
1278 | 2024-11-18T23:50:34.782Z | Compiling pbkdf2 v0.12.2 |
1279 | 2024-11-18T23:50:34.985Z | Compiling mirai-annotations v1.12.0 |
1280 | 2024-11-18T23:50:35.044Z | Compiling vcpkg v0.2.15 |
1281 | 2024-11-18T23:50:35.092Z | Compiling icu_properties_data v1.5.0 |
1282 | 2024-11-18T23:50:35.165Z | Compiling untrusted v0.7.1 |
1283 | 2024-11-18T23:50:35.336Z | Compiling time-core v0.1.2 |
1284 | 2024-11-18T23:50:35.417Z | Compiling powerfmt v0.2.0 |
1285 | 2024-11-18T23:50:35.535Z | Compiling untrusted v0.9.0 |
1286 | 2024-11-18T23:50:35.657Z | Compiling num-conv v0.1.0 |
1287 | 2024-11-18T23:50:35.778Z | Compiling deranged v0.3.11 |
1288 | 2024-11-18T23:50:35.815Z | Compiling scrypt v0.11.0 |
1289 | 2024-11-18T23:50:35.918Z | Compiling time-macros v0.2.18 |
1290 | 2024-11-18T23:50:36.167Z | Compiling icu_properties v1.5.1 |
1291 | 2024-11-18T23:50:36.331Z | Compiling pest_meta v2.7.14 |
1292 | 2024-11-18T23:50:36.996Z | Compiling openssl-sys v0.9.104 |
1293 | 2024-11-18T23:50:37.428Z | Compiling bitflags v2.6.0 |
1294 | 2024-11-18T23:50:37.592Z | Compiling bytes v1.8.0 |
1295 | 2024-11-18T23:50:38.242Z | Compiling indexmap v2.6.0 |
1296 | 2024-11-18T23:50:38.625Z | Compiling tokio v1.40.0 |
1297 | 2024-11-18T23:50:38.759Z | Compiling http v1.1.0 |
1298 | 2024-11-18T23:50:39.019Z | Compiling semver v1.0.23 |
1299 | 2024-11-18T23:50:39.543Z | Compiling rustc_version v0.4.1 |
1300 | 2024-11-18T23:50:39.694Z | Compiling cbc v0.1.2 |
1301 | 2024-11-18T23:50:39.952Z | Compiling aes v0.8.4 |
1302 | 2024-11-18T23:50:40.269Z | Compiling scroll_derive v0.12.0 |
1303 | 2024-11-18T23:50:40.372Z | Compiling num_threads v0.1.7 |
1304 | 2024-11-18T23:50:40.507Z | Compiling write16 v1.0.0 |
1305 | 2024-11-18T23:50:40.632Z | Compiling icu_normalizer_data v1.5.0 |
1306 | 2024-11-18T23:50:40.657Z | Compiling atomic-waker v1.1.2 |
1307 | 2024-11-18T23:50:40.744Z | Compiling utf16_iter v1.0.5 |
1308 | 2024-11-18T23:50:40.824Z | Compiling utf8_iter v1.0.4 |
1309 | 2024-11-18T23:50:40.847Z | Compiling pkcs5 v0.7.1 |
1310 | 2024-11-18T23:50:40.942Z | Compiling time v0.3.36 |
1311 | 2024-11-18T23:50:41.061Z | Compiling icu_normalizer v1.5.0 |
1312 | 2024-11-18T23:50:41.096Z | Compiling http-body v1.0.1 |
1313 | 2024-11-18T23:50:41.311Z | Compiling which v4.4.2 |
1314 | 2024-11-18T23:50:41.527Z | Compiling scroll v0.12.0 |
1315 | 2024-11-18T23:50:42.023Z | Compiling pest_generator v2.7.14 |
1316 | 2024-11-18T23:50:42.057Z | Compiling form_urlencoded v1.2.1 |
1317 | 2024-11-18T23:50:42.230Z | Compiling try-lock v0.2.5 |
1318 | 2024-11-18T23:50:42.355Z | Compiling slog v2.7.0 |
1319 | 2024-11-18T23:50:42.379Z | Compiling goblin v0.8.2 |
1320 | 2024-11-18T23:50:42.578Z | Compiling want v0.3.1 |
1321 | 2024-11-18T23:50:42.823Z | Compiling idna_adapter v1.2.0 |
1322 | 2024-11-18T23:50:42.847Z | Compiling pkcs8 v0.10.2 |
1323 | 2024-11-18T23:50:42.874Z | Compiling httpdate v1.0.3 |
1324 | 2024-11-18T23:50:43.030Z | Compiling idna v1.0.3 |
1325 | 2024-11-18T23:50:43.477Z | Compiling serde_spanned v0.6.8 |
1326 | 2024-11-18T23:50:43.691Z | Compiling serde_tokenstream v0.2.2 |
1327 | 2024-11-18T23:50:43.715Z | Compiling pest_derive v2.7.14 |
1328 | 2024-11-18T23:50:44.041Z | Compiling toml_datetime v0.6.8 |
1329 | 2024-11-18T23:50:44.274Z | Compiling uuid v1.11.0 |
1330 | 2024-11-18T23:50:44.399Z | Compiling dtrace-parser v0.2.0 |
1331 | 2024-11-18T23:50:44.490Z | Compiling foreign-types-shared v0.1.1 |
1332 | 2024-11-18T23:50:44.587Z | Compiling iana-time-zone v0.1.61 |
1333 | 2024-11-18T23:50:44.610Z | Compiling match_cfg v0.1.0 |
1334 | 2024-11-18T23:50:44.707Z | Compiling base64 v0.22.1 |
1335 | 2024-11-18T23:50:45.017Z | Compiling tower-service v0.3.3 |
1336 | 2024-11-18T23:50:45.140Z | Compiling adler2 v2.0.0 |
1337 | 2024-11-18T23:50:45.335Z | Compiling openssl v0.10.68 |
1338 | 2024-11-18T23:50:45.443Z | Compiling rustversion v1.0.17 |
1339 | 2024-11-18T23:50:45.498Z | Compiling miniz_oxide v0.8.0 |
1340 | 2024-11-18T23:50:45.572Z | Compiling chrono v0.4.38 |
1341 | 2024-11-18T23:50:45.766Z | Compiling hostname v0.3.1 |
1342 | 2024-11-18T23:50:46.000Z | Compiling foreign-types v0.3.2 |
1343 | 2024-11-18T23:50:46.100Z | Compiling url v2.5.3 |
1344 | 2024-11-18T23:50:46.345Z | Compiling tokio-util v0.7.12 |
1345 | 2024-11-18T23:50:46.843Z | Compiling openssl-macros v0.1.1 |
1346 | 2024-11-18T23:50:47.321Z | Compiling h2 v0.4.6 |
1347 | 2024-11-18T23:50:47.478Z | Compiling dof v0.3.0 |
1348 | 2024-11-18T23:50:47.602Z | Compiling async-trait v0.1.83 |
1349 | 2024-11-18T23:50:47.823Z | Compiling dirs-sys-next v0.1.2 |
1350 | 2024-11-18T23:50:48.398Z | Compiling usdt-impl v0.5.0 |
1351 | 2024-11-18T23:50:48.775Z | Compiling native-tls v0.2.12 |
1352 | 2024-11-18T23:50:49.037Z | Compiling syn v1.0.109 |
1353 | 2024-11-18T23:50:49.316Z | Compiling rustls v0.22.4 |
1354 | 2024-11-18T23:50:49.523Z | Compiling siphasher v0.3.11 |
1355 | 2024-11-18T23:50:49.572Z | Compiling data-encoding v2.6.0 |
1356 | 2024-11-18T23:50:49.682Z | Compiling rustls v0.23.14 |
1357 | 2024-11-18T23:50:49.906Z | Compiling dirs-next v2.0.0 |
1358 | 2024-11-18T23:50:50.096Z | Compiling http-body-util v0.1.2 |
1359 | 2024-11-18T23:50:50.591Z | Compiling heapless v0.7.17 |
1360 | 2024-11-18T23:50:50.929Z | Compiling crossbeam-epoch v0.9.18 |
1361 | 2024-11-18T23:50:51.181Z | Compiling sha1 v0.10.6 |
1362 | 2024-11-18T23:50:51.327Z | Compiling signature v2.2.0 |
1363 | 2024-11-18T23:50:51.566Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1364 | 2024-11-18T23:50:51.589Z | Compiling serde_derive_internals v0.29.1 |
1365 | 2024-11-18T23:50:51.589Z | Compiling thread_local v1.1.8 |
1366 | 2024-11-18T23:50:51.634Z | Compiling cookie v0.18.1 |
1367 | 2024-11-18T23:50:51.864Z | Compiling multer v3.1.0 |
1368 | 2024-11-18T23:50:51.989Z | Compiling encoding_rs v0.8.34 |
1369 | 2024-11-18T23:50:52.105Z | Compiling rayon-core v1.12.1 |
1370 | 2024-11-18T23:50:52.128Z | Compiling slog-async v2.8.0 |
1371 | 2024-11-18T23:50:52.337Z | Compiling gimli v0.31.1 |
1372 | 2024-11-18T23:50:52.361Z | Compiling schemars v0.8.21 |
1373 | 2024-11-18T23:50:52.561Z | Compiling openssl-probe v0.1.5 |
1374 | 2024-11-18T23:50:52.650Z | Compiling mime v0.3.17 |
1375 | 2024-11-18T23:50:52.867Z | Compiling ipnet v2.10.1 |
1376 | 2024-11-18T23:50:53.166Z | Compiling hyper v1.5.0 |
1377 | 2024-11-18T23:50:53.874Z | Compiling unicode-properties v0.1.3 |
1378 | 2024-11-18T23:50:53.973Z | Compiling signal-hook v0.3.17 |
1379 | 2024-11-18T23:50:54.206Z | Compiling stringprep v0.1.5 |
1380 | 2024-11-18T23:50:54.232Z | Compiling schemars_derive v0.8.21 |
1381 | 2024-11-18T23:50:55.289Z | Compiling hyper-util v0.1.10 |
1382 | 2024-11-18T23:50:56.104Z | Compiling addr2line v0.24.2 |
1383 | 2024-11-18T23:50:56.179Z | Compiling toml_edit v0.22.22 |
1384 | 2024-11-18T23:50:56.905Z | Compiling crossbeam-deque v0.8.5 |
1385 | 2024-11-18T23:50:56.933Z | Compiling usdt-macro v0.5.0 |
1386 | 2024-11-18T23:50:57.219Z | Compiling usdt-attr-macro v0.5.0 |
1387 | 2024-11-18T23:50:57.324Z | Compiling term v0.7.0 |
1388 | 2024-11-18T23:50:57.853Z | Compiling slog-json v2.6.1 |
1389 | 2024-11-18T23:50:58.069Z | Compiling serde_urlencoded v0.7.1 |
1390 | 2024-11-18T23:50:58.188Z | Compiling curve25519-dalek v4.1.3 |
1391 | 2024-11-18T23:50:58.275Z | Compiling crossbeam-channel v0.5.13 |
1392 | 2024-11-18T23:50:58.531Z | Compiling futures-executor v0.3.31 |
1393 | 2024-11-18T23:50:58.661Z | Compiling enum-as-inner v0.6.1 |
1394 | 2024-11-18T23:50:58.685Z | Compiling md-5 v0.10.6 |
1395 | 2024-11-18T23:50:58.708Z | Compiling rustls-pemfile v2.2.0 |
1396 | 2024-11-18T23:50:58.924Z | Compiling async-stream-impl v0.3.6 |
1397 | 2024-11-18T23:50:59.018Z | Compiling num-integer v0.1.46 |
1398 | 2024-11-18T23:50:59.042Z | Compiling idna v0.4.0 |
1399 | 2024-11-18T23:50:59.201Z | Compiling idna v0.3.0 |
1400 | 2024-11-18T23:50:59.556Z | Compiling hash32 v0.2.1 |
1401 | 2024-11-18T23:50:59.710Z | Compiling ff v0.13.0 |
1402 | 2024-11-18T23:50:59.917Z | Compiling is-terminal v0.4.13 |
1403 | 2024-11-18T23:50:59.950Z | Compiling object v0.36.5 |
1404 | 2024-11-18T23:51:00.059Z | Compiling dropshot v0.12.0 |
1405 | 2024-11-18T23:51:00.145Z | Compiling quick-error v1.2.3 |
1406 | 2024-11-18T23:51:00.289Z | Compiling dyn-clone v1.0.17 |
1407 | 2024-11-18T23:51:00.314Z | Compiling smoltcp v0.9.1 |
1408 | 2024-11-18T23:51:00.522Z | Compiling take_mut v0.2.2 |
1409 | 2024-11-18T23:51:00.552Z | Compiling num-bigint-dig v0.8.4 |
1410 | 2024-11-18T23:51:00.670Z | Compiling anyhow v1.0.93 |
1411 | 2024-11-18T23:51:00.694Z | Compiling rustc-demangle v0.1.24 |
1412 | 2024-11-18T23:51:00.790Z | Compiling base16ct v0.2.0 |
1413 | 2024-11-18T23:51:01.003Z | Compiling psl-types v2.0.11 |
1414 | 2024-11-18T23:51:01.079Z | Compiling linked-hash-map v0.5.6 |
1415 | 2024-11-18T23:51:01.183Z | Compiling utf-8 v0.7.6 |
1416 | 2024-11-18T23:51:01.207Z | Compiling fallible-iterator v0.2.0 |
1417 | 2024-11-18T23:51:01.414Z | Compiling portable-atomic v1.9.0 |
1418 | 2024-11-18T23:51:01.479Z | Compiling lru-cache v0.1.2 |
1419 | 2024-11-18T23:51:01.534Z | Compiling tungstenite v0.24.0 |
1420 | 2024-11-18T23:51:01.816Z | Compiling postgres-protocol v0.6.7 |
1421 | 2024-11-18T23:51:01.947Z | Compiling publicsuffix v2.2.3 |
1422 | 2024-11-18T23:51:02.213Z | Compiling sec1 v0.7.3 |
1423 | 2024-11-18T23:51:03.032Z | Compiling resolv-conf v0.7.0 |
1424 | 2024-11-18T23:51:03.272Z | Compiling async-stream v0.3.6 |
1425 | 2024-11-18T23:51:03.382Z | Compiling slog-term v2.9.1 |
1426 | 2024-11-18T23:51:03.540Z | Compiling usdt v0.5.0 |
1427 | 2024-11-18T23:51:03.564Z | Compiling group v0.13.0 |
1428 | 2024-11-18T23:51:03.855Z | Compiling hickory-proto v0.24.1 |
1429 | 2024-11-18T23:51:03.991Z | Compiling num-iter v0.1.45 |
1430 | 2024-11-18T23:51:04.165Z | Compiling toml v0.8.19 |
1431 | 2024-11-18T23:51:04.448Z | Compiling futures v0.3.31 |
1432 | 2024-11-18T23:51:04.668Z | Compiling slog-bunyan v2.5.0 |
1433 | 2024-11-18T23:51:05.880Z | Compiling camino v1.1.9 |
1434 | 2024-11-18T23:51:05.971Z | Compiling backtrace v0.3.74 |
1435 | 2024-11-18T23:51:06.432Z | Compiling tokio-native-tls v0.3.1 |
1436 | 2024-11-18T23:51:06.625Z | Compiling phf_shared v0.11.2 |
1437 | 2024-11-18T23:51:06.701Z | Compiling dropshot_endpoint v0.12.0 |
1438 | 2024-11-18T23:51:06.725Z | Compiling terminal_size v0.4.0 |
1439 | 2024-11-18T23:51:06.925Z | Compiling waitgroup v0.1.2 |
1440 | 2024-11-18T23:51:06.965Z | Compiling openapiv3 v2.0.0 |
1441 | 2024-11-18T23:51:07.121Z | Compiling serde_path_to_error v0.1.16 |
1442 | 2024-11-18T23:51:07.412Z | Compiling hkdf v0.12.4 |
1443 | 2024-11-18T23:51:07.648Z | Compiling crypto-bigint v0.5.5 |
1444 | 2024-11-18T23:51:07.842Z | Compiling webpki-roots v0.26.6 |
1445 | 2024-11-18T23:51:08.018Z | Compiling curve25519-dalek-derive v0.1.1 |
1446 | 2024-11-18T23:51:09.023Z | Compiling zerocopy-derive v0.6.6 |
1447 | 2024-11-18T23:51:09.230Z | Compiling idna v0.5.0 |
1448 | 2024-11-18T23:51:09.653Z | Compiling hubpack_derive v0.1.1 |
1449 | 2024-11-18T23:51:10.393Z | Compiling hostname v0.4.0 |
1450 | 2024-11-18T23:51:10.455Z | Compiling ahash v0.8.11 |
1451 | 2024-11-18T23:51:10.524Z | Compiling fs-err v2.11.0 |
1452 | 2024-11-18T23:51:10.592Z | Compiling crc32fast v1.4.2 |
1453 | 2024-11-18T23:51:10.637Z | Compiling debug-ignore v1.0.5 |
1454 | 2024-11-18T23:51:10.731Z | Compiling managed v0.8.0 |
1455 | 2024-11-18T23:51:10.762Z | Compiling bitflags v1.3.2 |
1456 | 2024-11-18T23:51:10.785Z | Compiling winnow v0.5.40 |
1457 | 2024-11-18T23:51:10.873Z | Compiling flate2 v1.0.34 |
1458 | 2024-11-18T23:51:10.923Z | Compiling zerocopy v0.6.6 |
1459 | 2024-11-18T23:51:11.041Z | Compiling console v0.15.8 |
1460 | 2024-11-18T23:51:11.645Z | Compiling clap_builder v4.5.21 |
1461 | 2024-11-18T23:51:11.781Z | Compiling strum_macros v0.25.3 |
1462 | 2024-11-18T23:51:12.356Z | Compiling hubpack v0.1.2 |
1463 | 2024-11-18T23:51:12.522Z | Compiling elliptic-curve v0.13.8 |
1464 | 2024-11-18T23:51:12.698Z | Compiling cookie_store v0.21.0 |
1465 | 2024-11-18T23:51:12.977Z | Compiling hickory-resolver v0.24.1 |
1466 | 2024-11-18T23:51:13.243Z | Compiling signal-hook-mio v0.2.4 |
1467 | 2024-11-18T23:51:13.397Z | Compiling phf v0.11.2 |
1468 | 2024-11-18T23:51:13.651Z | Compiling toml_edit v0.19.15 |
1469 | 2024-11-18T23:51:13.979Z | Compiling hyper-tls v0.6.0 |
1470 | 2024-11-18T23:51:14.385Z | Compiling rayon v1.10.0 |
1471 | 2024-11-18T23:51:14.882Z | Compiling bzip2 v0.4.4 |
1472 | 2024-11-18T23:51:15.201Z | Compiling postgres-types v0.2.8 |
1473 | 2024-11-18T23:51:16.511Z | Compiling tokio-tungstenite v0.24.0 |
1474 | 2024-11-18T23:51:18.096Z | Compiling ed25519 v2.2.3 |
1475 | 2024-11-18T23:51:18.486Z | Compiling phf_shared v0.10.0 |
1476 | 2024-11-18T23:51:18.744Z | Compiling tokio-stream v0.1.16 |
1477 | 2024-11-18T23:51:18.850Z | Compiling pkcs1 v0.7.5 |
1478 | 2024-11-18T23:51:19.060Z | Compiling serde-big-array v0.5.1 |
1479 | 2024-11-18T23:51:19.286Z | Compiling clap_derive v4.5.18 |
1480 | 2024-11-18T23:51:19.547Z | Compiling rfc6979 v0.4.0 |
1481 | 2024-11-18T23:51:19.676Z | Compiling derive-where v1.2.7 |
1482 | 2024-11-18T23:51:19.781Z | Compiling serde_repr v0.1.19 |
1483 | 2024-11-18T23:51:19.781Z | Compiling float-cmp v0.9.0 |
1484 | 2024-11-18T23:51:19.782Z | Compiling bstr v1.10.0 |
1485 | 2024-11-18T23:51:19.896Z | Compiling sync_wrapper v1.0.1 |
1486 | 2024-11-18T23:51:20.108Z | Compiling bit-vec v0.6.3 |
1487 | 2024-11-18T23:51:20.379Z | Compiling new_debug_unreachable v1.0.6 |
1488 | 2024-11-18T23:51:20.466Z | Compiling predicates-core v1.0.8 |
1489 | 2024-11-18T23:51:20.505Z | Compiling whoami v1.5.2 |
1490 | 2024-11-18T23:51:20.685Z | Compiling fixedbitset v0.4.2 |
1491 | 2024-11-18T23:51:20.781Z | Compiling unicode-width v0.2.0 |
1492 | 2024-11-18T23:51:21.071Z | Compiling number_prefix v0.4.0 |
1493 | 2024-11-18T23:51:21.112Z | Compiling normalize-line-endings v0.3.0 |
1494 | 2024-11-18T23:51:21.201Z | Compiling precomputed-hash v0.1.1 |
1495 | 2024-11-18T23:51:21.226Z | Compiling static_assertions v1.1.0 |
1496 | 2024-11-18T23:51:21.310Z | Compiling difflib v0.4.0 |
1497 | 2024-11-18T23:51:21.356Z | Compiling unicode-segmentation v1.12.0 |
1498 | 2024-11-18T23:51:21.356Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1499 | 2024-11-18T23:51:21.356Z | Compiling string_cache v0.8.7 |
1500 | 2024-11-18T23:51:21.835Z | Compiling predicates v3.1.2 |
1501 | 2024-11-18T23:51:22.018Z | Compiling similar v2.6.0 |
1502 | 2024-11-18T23:51:22.606Z | Compiling indicatif v0.17.9 |
1503 | 2024-11-18T23:51:22.679Z | Compiling petgraph v0.6.5 |
1504 | 2024-11-18T23:51:23.300Z | Compiling tokio-postgres v0.7.12 |
1505 | 2024-11-18T23:51:23.323Z | Compiling clap v4.5.21 |
1506 | 2024-11-18T23:51:23.435Z | Compiling bit-set v0.5.3 |
1507 | 2024-11-18T23:51:23.686Z | Compiling ecdsa v0.16.9 |
1508 | 2024-11-18T23:51:24.071Z | Compiling rsa v0.9.6 |
1509 | 2024-11-18T23:51:24.404Z | Compiling ed25519-dalek v2.1.1 |
1510 | 2024-11-18T23:51:24.483Z | Compiling toml v0.7.8 |
1511 | 2024-11-18T23:51:25.504Z | Compiling zip v0.6.6 |
1512 | 2024-11-18T23:51:25.913Z | Compiling crossterm v0.28.1 |
1513 | 2024-11-18T23:51:26.723Z | Compiling hex v0.4.3 |
1514 | 2024-11-18T23:51:26.747Z | Compiling x509-cert v0.2.5 |
1515 | 2024-11-18T23:51:26.986Z | Compiling itertools v0.10.5 |
1516 | 2024-11-18T23:51:27.239Z | Compiling lalrpop-util v0.19.12 |
1517 | 2024-11-18T23:51:27.353Z | Compiling peg-runtime v0.8.3 |
1518 | 2024-11-18T23:51:27.550Z | Compiling unicode-xid v0.2.6 |
1519 | 2024-11-18T23:51:27.709Z | Compiling strum_macros v0.26.4 |
1520 | 2024-11-18T23:51:27.949Z | Compiling xattr v1.3.1 |
1521 | 2024-11-18T23:51:28.047Z | Compiling filetime v0.2.25 |
1522 | 2024-11-18T23:51:28.325Z | Compiling tar v0.4.43 |
1523 | 2024-11-18T23:51:31.698Z | Compiling strum v0.26.3 |
1524 | 2024-11-18T23:51:34.309Z | Compiling aws-lc-sys v0.22.0 |
1525 | 2024-11-18T23:52:04.864Z | Compiling rustls-webpki v0.102.8 |
1526 | 2024-11-18T23:52:08.998Z | Compiling tokio-rustls v0.25.0 |
1527 | 2024-11-18T23:52:10.696Z | Compiling tokio-rustls v0.26.0 |
1528 | 2024-11-18T23:52:11.021Z | Compiling hyper-rustls v0.27.3 |
1529 | 2024-11-18T23:52:11.479Z | Compiling reqwest v0.12.9 |
1530 | 2024-11-18T23:52:12.653Z | Compiling qorb v0.2.0 |
1531 | 2024-11-18T23:52:17.936Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1532 | 2024-11-18T23:52:18.235Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1533 | 2024-11-18T23:52:25.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1534 | 2024-11-18T23:52:25.694Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1535 | 2024-11-18T23:52:25.758Z | Nov 18 23:52:25.496 INFO Starting download, target: Clickhouse |
1536 | 2024-11-18T23:52:25.758Z | Nov 18 23:52:25.497 INFO Starting download, target: Cockroach |
1537 | 2024-11-18T23:52:25.758Z | Nov 18 23:52:25.497 INFO Starting download, target: Console |
1538 | 2024-11-18T23:52:25.758Z | Nov 18 23:52:25.497 INFO Starting download, target: DendriteOpenapi |
1539 | 2024-11-18T23:52:25.758Z | Nov 18 23:52:25.497 INFO Starting download, target: DendriteStub |
1540 | 2024-11-18T23:52:25.784Z | Nov 18 23:52:25.497 INFO Starting download, target: MaghemiteMgd |
1541 | 2024-11-18T23:52:25.784Z | Nov 18 23:52:25.497 INFO Starting download, target: TransceiverControl |
1542 | 2024-11-18T23:52:25.784Z | Nov 18 23:52:25.498 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1543 | 2024-11-18T23:52:25.784Z | Nov 18 23:52:25.498 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1544 | 2024-11-18T23:52:25.784Z | Nov 18 23:52:25.498 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1545 | 2024-11-18T23:52:25.784Z | Nov 18 23:52:25.498 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1546 | 2024-11-18T23:52:25.784Z | Nov 18 23:52:25.498 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1547 | 2024-11-18T23:52:25.784Z | Nov 18 23:52:25.498 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1548 | 2024-11-18T23:52:25.784Z | Nov 18 23:52:25.498 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1549 | 2024-11-18T23:52:26.061Z | Nov 18 23:52:25.759 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1550 | 2024-11-18T23:52:26.130Z | Nov 18 23:52:25.827 INFO Download complete, target: DendriteOpenapi |
1551 | 2024-11-18T23:52:26.321Z | Nov 18 23:52:26.049 INFO Download complete, target: Console |
1552 | 2024-11-18T23:52:26.503Z | Nov 18 23:52:26.219 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1553 | 2024-11-18T23:52:27.103Z | Nov 18 23:52:26.819 INFO Download complete, target: TransceiverControl |
1554 | 2024-11-18T23:52:28.202Z | Nov 18 23:52:27.940 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1555 | 2024-11-18T23:52:28.256Z | Nov 18 23:52:27.994 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1556 | 2024-11-18T23:52:30.401Z | Nov 18 23:52:30.140 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1557 | 2024-11-18T23:52:30.401Z | Nov 18 23:52:30.140 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1558 | 2024-11-18T23:52:31.209Z | Nov 18 23:52:30.947 INFO Download complete, target: DendriteStub |
1559 | 2024-11-18T23:52:31.313Z | Nov 18 23:52:31.051 INFO Download complete, target: MaghemiteMgd |
1560 | 2024-11-18T23:52:38.471Z | Nov 18 23:52:38.209 INFO Checking that binary works, target: Cockroach |
1561 | 2024-11-18T23:52:38.728Z | Nov 18 23:52:38.466 INFO Download complete, target: Cockroach |
1562 | 2024-11-18T23:52:41.834Z | Nov 18 23:52:41.572 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2024-11-18T23:52:55.259Z | Nov 18 23:52:54.997 INFO Checking that binary works, target: Clickhouse |
1564 | 2024-11-18T23:52:55.470Z | Nov 18 23:52:55.208 INFO Download complete, target: Clickhouse |
1565 | 2024-11-18T23:52:55.498Z | All builder prerequisites installed successfully, and PATH looks valid |
1566 | 2024-11-18T23:52:55.522Z | |
1567 | 2024-11-18T23:52:55.522Z | real 4:58.300137149 |
1568 | 2024-11-18T23:52:55.522Z | user 14:46.477413294 |
1569 | 2024-11-18T23:52:55.522Z | sys 3:13.772464997 |
1570 | 2024-11-18T23:52:55.522Z | trap 0.483194117 |
1571 | 2024-11-18T23:52:55.522Z | tflt 0.759030855 |
1572 | 2024-11-18T23:52:55.522Z | dflt 2.506288025 |
1573 | 2024-11-18T23:52:55.522Z | kflt 0.008545779 |
1574 | 2024-11-18T23:52:55.522Z | lock 30:24.412242010 |
1575 | 2024-11-18T23:52:55.522Z | slp 54:50.727070708 |
1576 | 2024-11-18T23:52:55.522Z | lat 1:01.720297817 |
1577 | 2024-11-18T23:52:55.522Z | stop 2:11.241527598 |
1578 | 2024-11-18T23:52:55.523Z | + banner clippy |
1579 | 2024-11-18T23:52:55.523Z | |
1580 | 2024-11-18T23:52:55.523Z | #### # # ##### ##### # # |
1581 | 2024-11-18T23:52:55.523Z | # # # # # # # # # # |
1582 | 2024-11-18T23:52:55.523Z | # # # # # # # # |
1583 | 2024-11-18T23:52:55.523Z | # # # ##### ##### # |
1584 | 2024-11-18T23:52:55.523Z | # # # # # # # |
1585 | 2024-11-18T23:52:55.523Z | #### ###### # # # # |
1586 | 2024-11-18T23:52:55.523Z | |
1587 | 2024-11-18T23:52:55.523Z | + export CARGO_INCREMENTAL=0 |
1588 | 2024-11-18T23:52:55.523Z | + CARGO_INCREMENTAL=0 |
1589 | 2024-11-18T23:52:55.523Z | + ptime -m cargo xtask clippy |
1590 | 2024-11-18T23:52:56.292Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1591 | 2024-11-18T23:53:01.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
1592 | 2024-11-18T23:53:01.405Z | Running `target/debug/xtask clippy` |
1593 | 2024-11-18T23:53:01.433Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1594 | 2024-11-18T23:53:02.374Z | Downloading crates ... |
1595 | 2024-11-18T23:53:02.767Z | Downloaded serde_regex v1.1.0 |
1596 | 2024-11-18T23:53:02.791Z | Downloaded target-spec v3.2.2 |
1597 | 2024-11-18T23:53:02.791Z | Downloaded async-channel v1.9.0 |
1598 | 2024-11-18T23:53:02.791Z | Downloaded async-global-executor v2.4.1 |
1599 | 2024-11-18T23:53:02.792Z | Downloaded approx v0.5.1 |
1600 | 2024-11-18T23:53:02.792Z | Downloaded async-io v2.3.4 |
1601 | 2024-11-18T23:53:02.792Z | Downloaded async-executor v1.13.1 |
1602 | 2024-11-18T23:53:02.792Z | Downloaded event-listener v5.3.1 |
1603 | 2024-11-18T23:53:02.815Z | Downloaded futures-timer v3.0.3 |
1604 | 2024-11-18T23:53:02.815Z | Downloaded pathdiff v0.2.2 |
1605 | 2024-11-18T23:53:02.815Z | Downloaded rustls-native-certs v0.7.3 |
1606 | 2024-11-18T23:53:02.815Z | Downloaded proc-macro-crate v3.2.0 |
1607 | 2024-11-18T23:53:02.838Z | Downloaded relative-path v1.9.3 |
1608 | 2024-11-18T23:53:02.838Z | Downloaded rstest v0.23.0 |
1609 | 2024-11-18T23:53:02.838Z | Downloaded target-lexicon v0.12.16 |
1610 | 2024-11-18T23:53:02.838Z | Downloaded tinytemplate v1.2.1 |
1611 | 2024-11-18T23:53:02.839Z | Downloaded stringmetrics v2.2.2 |
1612 | 2024-11-18T23:53:02.839Z | Downloaded trybuild v1.0.101 |
1613 | 2024-11-18T23:53:02.862Z | Downloaded yansi v1.0.1 |
1614 | 2024-11-18T23:53:02.862Z | Downloaded rand_distr v0.4.3 |
1615 | 2024-11-18T23:53:02.862Z | Downloaded similar-asserts v1.6.0 |
1616 | 2024-11-18T23:53:02.862Z | Downloaded rstest_macros v0.23.0 |
1617 | 2024-11-18T23:53:02.862Z | Downloaded threadpool v1.8.1 |
1618 | 2024-11-18T23:53:02.862Z | Downloaded target-triple v0.1.3 |
1619 | 2024-11-18T23:53:02.862Z | Downloaded plotters v0.3.7 |
1620 | 2024-11-18T23:53:02.885Z | Downloaded pretty_assertions v1.4.1 |
1621 | 2024-11-18T23:53:02.885Z | Downloaded piper v0.2.4 |
1622 | 2024-11-18T23:53:02.885Z | Downloaded num_cpus v1.16.0 |
1623 | 2024-11-18T23:53:02.885Z | Downloaded polling v3.7.3 |
1624 | 2024-11-18T23:53:02.885Z | Downloaded plotters-svg v0.3.7 |
1625 | 2024-11-18T23:53:02.886Z | Downloaded plotters-backend v0.3.7 |
1626 | 2024-11-18T23:53:02.886Z | Downloaded path-tree v0.8.1 |
1627 | 2024-11-18T23:53:02.886Z | Downloaded partial-io v0.5.4 |
1628 | 2024-11-18T23:53:02.886Z | Downloaded parking v2.2.1 |
1629 | 2024-11-18T23:53:02.886Z | Downloaded libtest-mimic v0.7.3 |
1630 | 2024-11-18T23:53:02.909Z | Downloaded indoc v2.0.5 |
1631 | 2024-11-18T23:53:02.909Z | Downloaded httptest v0.16.1 |
1632 | 2024-11-18T23:53:02.909Z | Downloaded guppy v0.17.8 |
1633 | 2024-11-18T23:53:02.909Z | Downloaded async-std v1.13.0 |
1634 | 2024-11-18T23:53:02.932Z | Downloaded async-process v2.3.0 |
1635 | 2024-11-18T23:53:02.932Z | Downloaded rust-argon2 v2.1.0 |
1636 | 2024-11-18T23:53:02.932Z | Downloaded oorandom v11.1.4 |
1637 | 2024-11-18T23:53:02.932Z | Downloaded kv-log-macro v1.0.7 |
1638 | 2024-11-18T23:53:02.932Z | Downloaded hyper-rustls v0.26.0 |
1639 | 2024-11-18T23:53:02.933Z | Downloaded nested v0.1.1 |
1640 | 2024-11-18T23:53:02.933Z | Downloaded guppy-workspace-hack v0.1.0 |
1641 | 2024-11-18T23:53:02.933Z | Downloaded futures-lite v2.3.0 |
1642 | 2024-11-18T23:53:02.957Z | Downloaded fancy-regex v0.13.0 |
1643 | 2024-11-18T23:53:02.957Z | Downloaded event-listener-strategy v0.5.2 |
1644 | 2024-11-18T23:53:02.957Z | Downloaded escape8259 v0.5.3 |
1645 | 2024-11-18T23:53:02.957Z | Downloaded datatest-stable v0.2.9 |
1646 | 2024-11-18T23:53:02.957Z | Downloaded criterion v0.5.1 |
1647 | 2024-11-18T23:53:02.957Z | Downloaded concurrent-queue v2.5.0 |
1648 | 2024-11-18T23:53:02.957Z | Downloaded blake2b_simd v1.0.2 |
1649 | 2024-11-18T23:53:02.957Z | Downloaded async-task v4.7.1 |
1650 | 2024-11-18T23:53:02.980Z | Downloaded async-object-pool v0.1.5 |
1651 | 2024-11-18T23:53:02.980Z | Downloaded async-lock v3.4.0 |
1652 | 2024-11-18T23:53:02.980Z | Downloaded event-listener v2.5.3 |
1653 | 2024-11-18T23:53:02.980Z | Downloaded doc-comment v0.3.3 |
1654 | 2024-11-18T23:53:02.980Z | Downloaded cast v0.3.0 |
1655 | 2024-11-18T23:53:02.980Z | Downloaded blocking v1.6.1 |
1656 | 2024-11-18T23:53:02.980Z | Downloaded criterion-plot v0.5.0 |
1657 | 2024-11-18T23:53:02.980Z | Downloaded cfg-expr v0.17.0 |
1658 | 2024-11-18T23:53:02.980Z | Downloaded async-signal v0.2.10 |
1659 | 2024-11-18T23:53:02.980Z | Downloaded async-channel v2.3.1 |
1660 | 2024-11-18T23:53:02.980Z | Downloaded anes v0.1.6 |
1661 | 2024-11-18T23:53:02.980Z | Downloaded httpmock v0.8.0-alpha.1 |
1662 | 2024-11-18T23:53:03.004Z | Downloaded async-attributes v1.1.2 |
1663 | 2024-11-18T23:53:03.005Z | Downloaded assert_cmd v2.0.16 |
1664 | 2024-11-18T23:53:03.005Z | Downloaded assert-json-diff v2.0.2 |
1665 | 2024-11-18T23:53:03.820Z | Checking cfg-if v1.0.0 |
1666 | 2024-11-18T23:53:03.853Z | Checking libc v0.2.162 |
1667 | 2024-11-18T23:53:03.880Z | Checking serde v1.0.215 |
1668 | 2024-11-18T23:53:03.913Z | Checking memchr v2.7.4 |
1669 | 2024-11-18T23:53:03.936Z | Checking value-bag v1.9.0 |
1670 | 2024-11-18T23:53:03.966Z | Checking scopeguard v1.2.0 |
1671 | 2024-11-18T23:53:03.991Z | Checking zeroize v1.8.1 |
1672 | 2024-11-18T23:53:04.014Z | Checking smallvec v1.13.2 |
1673 | 2024-11-18T23:53:04.040Z | Checking itoa v1.0.11 |
1674 | 2024-11-18T23:53:04.104Z | Checking lock_api v0.4.12 |
1675 | 2024-11-18T23:53:04.226Z | Checking byteorder v1.5.0 |
1676 | 2024-11-18T23:53:04.251Z | Checking pin-project-lite v0.2.14 |
1677 | 2024-11-18T23:53:04.302Z | Checking log v0.4.22 |
1678 | 2024-11-18T23:53:04.333Z | Checking subtle v2.6.1 |
1679 | 2024-11-18T23:53:04.365Z | Checking once_cell v1.20.2 |
1680 | 2024-11-18T23:53:04.469Z | Checking typenum v1.17.0 |
1681 | 2024-11-18T23:53:04.577Z | Checking futures-core v0.3.31 |
1682 | 2024-11-18T23:53:04.603Z | Checking zerocopy v0.7.35 |
1683 | 2024-11-18T23:53:04.644Z | Checking thiserror v1.0.69 |
1684 | 2024-11-18T23:53:04.735Z | Checking libm v0.2.8 |
1685 | 2024-11-18T23:53:04.795Z | Checking ryu v1.0.18 |
1686 | 2024-11-18T23:53:04.829Z | Checking spin v0.9.8 |
1687 | 2024-11-18T23:53:04.859Z | Checking getrandom v0.2.15 |
1688 | 2024-11-18T23:53:04.859Z | Checking parking_lot_core v0.9.10 |
1689 | 2024-11-18T23:53:05.000Z | Checking signal-hook-registry v1.4.2 |
1690 | 2024-11-18T23:53:05.083Z | Checking rand_core v0.6.4 |
1691 | 2024-11-18T23:53:05.135Z | Checking mio v1.0.2 |
1692 | 2024-11-18T23:53:05.199Z | Checking parking_lot v0.12.3 |
1693 | 2024-11-18T23:53:05.228Z | Checking socket2 v0.5.7 |
1694 | 2024-11-18T23:53:05.357Z | Checking const-oid v0.9.6 |
1695 | 2024-11-18T23:53:05.491Z | Checking generic-array v0.14.7 |
1696 | 2024-11-18T23:53:05.518Z | Checking num-traits v0.2.19 |
1697 | 2024-11-18T23:53:05.546Z | Checking futures-io v0.3.31 |
1698 | 2024-11-18T23:53:05.640Z | Checking slab v0.4.9 |
1699 | 2024-11-18T23:53:05.665Z | Checking allocator-api2 v0.2.18 |
1700 | 2024-11-18T23:53:05.724Z | Checking cpufeatures v0.2.14 |
1701 | 2024-11-18T23:53:05.829Z | Checking futures-sink v0.3.31 |
1702 | 2024-11-18T23:53:05.861Z | Checking pin-utils v0.1.0 |
1703 | 2024-11-18T23:53:05.887Z | Checking foldhash v0.1.3 |
1704 | 2024-11-18T23:53:05.962Z | Checking equivalent v1.0.1 |
1705 | 2024-11-18T23:53:05.987Z | Checking futures-channel v0.3.31 |
1706 | 2024-11-18T23:53:06.077Z | Checking futures-task v0.3.31 |
1707 | 2024-11-18T23:53:06.106Z | Checking stable_deref_trait v1.2.0 |
1708 | 2024-11-18T23:53:06.214Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1709 | 2024-11-18T23:53:06.238Z | Checking hashbrown v0.15.0 |
1710 | 2024-11-18T23:53:06.299Z | Checking iana-time-zone v0.1.61 |
1711 | 2024-11-18T23:53:06.324Z | Checking futures-util v0.3.31 |
1712 | 2024-11-18T23:53:06.438Z | Checking fnv v1.0.7 |
1713 | 2024-11-18T23:53:06.472Z | Checking crypto-common v0.1.6 |
1714 | 2024-11-18T23:53:06.495Z | Checking block-buffer v0.10.4 |
1715 | 2024-11-18T23:53:06.597Z | Checking ppv-lite86 v0.2.20 |
1716 | 2024-11-18T23:53:06.651Z | Checking tracing-core v0.1.32 |
1717 | 2024-11-18T23:53:06.703Z | Checking errno v0.3.9 |
1718 | 2024-11-18T23:53:06.730Z | Checking digest v0.10.7 |
1719 | 2024-11-18T23:53:06.853Z | Checking zerofrom v0.1.4 |
1720 | 2024-11-18T23:53:06.876Z | Checking dyn-clone v1.0.17 |
1721 | 2024-11-18T23:53:07.010Z | Checking block-padding v0.3.3 |
1722 | 2024-11-18T23:53:07.047Z | Checking yoke v0.7.4 |
1723 | 2024-11-18T23:53:07.106Z | Checking crossbeam-utils v0.8.20 |
1724 | 2024-11-18T23:53:07.176Z | Checking percent-encoding v2.3.1 |
1725 | 2024-11-18T23:53:07.203Z | Checking inout v0.1.3 |
1726 | 2024-11-18T23:53:07.231Z | Checking tracing v0.1.40 |
1727 | 2024-11-18T23:53:07.258Z | Checking rand_chacha v0.3.1 |
1728 | 2024-11-18T23:53:07.354Z | Checking zerovec v0.10.4 |
1729 | 2024-11-18T23:53:07.377Z | Checking writeable v0.5.5 |
1730 | 2024-11-18T23:53:07.421Z | Checking cipher v0.4.4 |
1731 | 2024-11-18T23:53:07.547Z | Checking litemap v0.7.3 |
1732 | 2024-11-18T23:53:07.614Z | Checking rand v0.8.5 |
1733 | 2024-11-18T23:53:07.658Z | Checking tinyvec_macros v0.1.1 |
1734 | 2024-11-18T23:53:07.681Z | Checking form_urlencoded v1.2.1 |
1735 | 2024-11-18T23:53:07.746Z | Checking tinyvec v1.8.0 |
1736 | 2024-11-18T23:53:07.776Z | Checking httparse v1.9.5 |
1737 | 2024-11-18T23:53:07.852Z | Checking icu_locid_transform_data v1.5.0 |
1738 | 2024-11-18T23:53:07.875Z | Checking base64ct v1.6.0 |
1739 | 2024-11-18T23:53:07.959Z | Checking regex-syntax v0.8.5 |
1740 | 2024-11-18T23:53:08.094Z | Checking bytes v1.8.0 |
1741 | 2024-11-18T23:53:08.174Z | Checking bitflags v2.6.0 |
1742 | 2024-11-18T23:53:08.269Z | Checking serde_json v1.0.132 |
1743 | 2024-11-18T23:53:08.436Z | Checking indexmap v2.6.0 |
1744 | 2024-11-18T23:53:08.696Z | Checking chrono v0.4.38 |
1745 | 2024-11-18T23:53:08.787Z | Checking rustix v0.38.37 |
1746 | 2024-11-18T23:53:08.815Z | Checking tokio v1.40.0 |
1747 | 2024-11-18T23:53:08.873Z | Checking uuid v1.11.0 |
1748 | 2024-11-18T23:53:09.437Z | Checking http v1.1.0 |
1749 | 2024-11-18T23:53:09.529Z | Checking tinystr v0.7.6 |
1750 | 2024-11-18T23:53:09.820Z | Checking atomic-waker v1.1.2 |
1751 | 2024-11-18T23:53:09.890Z | Checking icu_locid v1.5.0 |
1752 | 2024-11-18T23:53:10.979Z | Checking unicode-normalization v0.1.24 |
1753 | 2024-11-18T23:53:11.003Z | Checking schemars v0.8.21 |
1754 | 2024-11-18T23:53:11.003Z | Checking icu_collections v1.5.0 |
1755 | 2024-11-18T23:53:11.003Z | Checking hmac v0.12.1 |
1756 | 2024-11-18T23:53:11.003Z | Checking icu_properties_data v1.5.0 |
1757 | 2024-11-18T23:53:11.003Z | Checking untrusted v0.9.0 |
1758 | 2024-11-18T23:53:11.003Z | Checking icu_provider v1.5.0 |
1759 | 2024-11-18T23:53:11.003Z | Checking sha2 v0.10.8 |
1760 | 2024-11-18T23:53:11.003Z | Checking ring v0.17.8 |
1761 | 2024-11-18T23:53:11.003Z | Checking aho-corasick v1.1.3 |
1762 | 2024-11-18T23:53:11.202Z | Checking write16 v1.0.0 |
1763 | 2024-11-18T23:53:11.312Z | Checking icu_normalizer_data v1.5.0 |
1764 | 2024-11-18T23:53:11.344Z | Checking utf8_iter v1.0.4 |
1765 | 2024-11-18T23:53:11.374Z | Checking icu_locid_transform v1.5.0 |
1766 | 2024-11-18T23:53:11.422Z | Checking utf16_iter v1.0.5 |
1767 | 2024-11-18T23:53:11.533Z | Checking unicode-bidi v0.3.17 |
1768 | 2024-11-18T23:53:11.585Z | Checking unicode-ident v1.0.13 |
1769 | 2024-11-18T23:53:11.758Z | Checking lazy_static v1.5.0 |
1770 | 2024-11-18T23:53:11.787Z | Checking adler2 v2.0.0 |
1771 | 2024-11-18T23:53:11.882Z | Checking powerfmt v0.2.0 |
1772 | 2024-11-18T23:53:11.906Z | Checking num_threads v0.1.7 |
1773 | 2024-11-18T23:53:11.935Z | Checking miniz_oxide v0.8.0 |
1774 | 2024-11-18T23:53:12.026Z | Checking time-core v0.1.2 |
1775 | 2024-11-18T23:53:12.107Z | Checking rustls-pki-types v1.9.0 |
1776 | 2024-11-18T23:53:12.144Z | Checking deranged v0.3.11 |
1777 | 2024-11-18T23:53:12.174Z | Checking num-conv v0.1.0 |
1778 | 2024-11-18T23:53:12.241Z | Checking icu_properties v1.5.1 |
1779 | 2024-11-18T23:53:12.359Z | Checking regex-automata v0.4.8 |
1780 | 2024-11-18T23:53:12.394Z | Checking proc-macro2 v1.0.89 |
1781 | 2024-11-18T23:53:12.456Z | Checking pem-rfc7468 v0.7.0 |
1782 | 2024-11-18T23:53:12.590Z | Checking untrusted v0.7.1 |
1783 | 2024-11-18T23:53:12.613Z | Checking http-body v1.0.1 |
1784 | 2024-11-18T23:53:12.695Z | Checking aws-lc-sys v0.22.0 |
1785 | 2024-11-18T23:53:12.752Z | Checking base64 v0.22.1 |
1786 | 2024-11-18T23:53:12.800Z | Checking try-lock v0.2.5 |
1787 | 2024-11-18T23:53:12.928Z | Checking httpdate v1.0.3 |
1788 | 2024-11-18T23:53:12.985Z | Checking quote v1.0.37 |
1789 | 2024-11-18T23:53:13.142Z | Checking mirai-annotations v1.12.0 |
1790 | 2024-11-18T23:53:13.179Z | Checking want v0.3.1 |
1791 | 2024-11-18T23:53:13.291Z | Checking syn v2.0.87 |
1792 | 2024-11-18T23:53:13.314Z | Checking flagset v0.4.6 |
1793 | 2024-11-18T23:53:13.353Z | Checking pbkdf2 v0.12.2 |
1794 | 2024-11-18T23:53:13.492Z | Checking der v0.7.9 |
1795 | 2024-11-18T23:53:13.515Z | Checking aes v0.8.4 |
1796 | 2024-11-18T23:53:13.617Z | Checking time v0.3.36 |
1797 | 2024-11-18T23:53:14.252Z | Checking cbc v0.1.2 |
1798 | 2024-11-18T23:53:14.435Z | Checking salsa20 v0.10.2 |
1799 | 2024-11-18T23:53:14.634Z | Checking ahash v0.8.11 |
1800 | 2024-11-18T23:53:14.758Z | Checking aws-lc-rs v1.10.0 |
1801 | 2024-11-18T23:53:14.995Z | Checking icu_normalizer v1.5.0 |
1802 | 2024-11-18T23:53:15.093Z | Checking spki v0.7.3 |
1803 | 2024-11-18T23:53:15.119Z | Checking slog v2.7.0 |
1804 | 2024-11-18T23:53:15.202Z | Checking tokio-util v0.7.12 |
1805 | 2024-11-18T23:53:15.336Z | Checking tower-service v0.3.3 |
1806 | 2024-11-18T23:53:15.450Z | Checking scrypt v0.11.0 |
1807 | 2024-11-18T23:53:15.540Z | Checking gimli v0.31.1 |
1808 | 2024-11-18T23:53:15.653Z | Checking mime v0.3.17 |
1809 | 2024-11-18T23:53:15.677Z | Checking idna_adapter v1.2.0 |
1810 | 2024-11-18T23:53:15.722Z | Checking pkcs5 v0.7.1 |
1811 | 2024-11-18T23:53:15.865Z | Checking idna v1.0.3 |
1812 | 2024-11-18T23:53:15.941Z | Checking object v0.36.5 |
1813 | 2024-11-18T23:53:15.975Z | Checking h2 v0.4.6 |
1814 | 2024-11-18T23:53:16.155Z | Checking utf8parse v0.2.2 |
1815 | 2024-11-18T23:53:16.179Z | Checking rustc-demangle v0.1.24 |
1816 | 2024-11-18T23:53:16.296Z | Checking pkcs8 v0.10.2 |
1817 | 2024-11-18T23:53:16.322Z | Checking url v2.5.3 |
1818 | 2024-11-18T23:53:16.348Z | Checking rustls-webpki v0.102.8 |
1819 | 2024-11-18T23:53:16.555Z | Checking regex v1.11.1 |
1820 | 2024-11-18T23:53:16.579Z | Checking http-body-util v0.1.2 |
1821 | 2024-11-18T23:53:16.996Z | Checking futures-executor v0.3.31 |
1822 | 2024-11-18T23:53:17.033Z | Checking serde_spanned v0.6.8 |
1823 | 2024-11-18T23:53:17.071Z | Checking toml_datetime v0.6.8 |
1824 | 2024-11-18T23:53:17.118Z | Checking ipnet v2.10.1 |
1825 | 2024-11-18T23:53:17.210Z | Checking unicode-width v0.1.14 |
1826 | 2024-11-18T23:53:17.233Z | Checking data-encoding v2.6.0 |
1827 | 2024-11-18T23:53:17.334Z | Checking futures v0.3.31 |
1828 | 2024-11-18T23:53:17.442Z | Checking rustls-pemfile v2.2.0 |
1829 | 2024-11-18T23:53:17.487Z | Checking anstyle v1.0.10 |
1830 | 2024-11-18T23:53:17.620Z | Checking openssl-probe v0.1.5 |
1831 | 2024-11-18T23:53:17.647Z | Checking foreign-types-shared v0.1.1 |
1832 | 2024-11-18T23:53:17.794Z | Checking foreign-types v0.3.2 |
1833 | 2024-11-18T23:53:17.817Z | Checking serde_urlencoded v0.7.1 |
1834 | 2024-11-18T23:53:17.817Z | Checking semver v1.0.23 |
1835 | 2024-11-18T23:53:17.817Z | Checking sha1 v0.10.6 |
1836 | 2024-11-18T23:53:17.864Z | Checking openssl-sys v0.9.104 |
1837 | 2024-11-18T23:53:18.063Z | Checking encoding_rs v0.8.34 |
1838 | 2024-11-18T23:53:18.150Z | Checking rustls v0.23.14 |
1839 | 2024-11-18T23:53:18.181Z | Checking anstyle-parse v0.2.5 |
1840 | 2024-11-18T23:53:18.417Z | Checking camino v1.1.9 |
1841 | 2024-11-18T23:53:18.586Z | Checking is_terminal_polyfill v1.70.1 |
1842 | 2024-11-18T23:53:18.700Z | Checking either v1.13.0 |
1843 | 2024-11-18T23:53:18.826Z | Checking addr2line v0.24.2 |
1844 | 2024-11-18T23:53:18.900Z | Checking openssl v0.10.68 |
1845 | 2024-11-18T23:53:18.925Z | Checking winnow v0.6.20 |
1846 | 2024-11-18T23:53:19.039Z | Checking colorchoice v1.0.2 |
1847 | 2024-11-18T23:53:19.156Z | Checking anstyle-query v1.1.1 |
1848 | 2024-11-18T23:53:19.266Z | Checking anstream v0.6.15 |
1849 | 2024-11-18T23:53:19.290Z | Checking idna v0.3.0 |
1850 | 2024-11-18T23:53:19.582Z | Checking terminal_size v0.4.0 |
1851 | 2024-11-18T23:53:19.734Z | Checking openapiv3 v2.0.0 |
1852 | 2024-11-18T23:53:19.889Z | Checking signature v2.2.0 |
1853 | 2024-11-18T23:53:19.921Z | Checking clap_lex v0.7.2 |
1854 | 2024-11-18T23:53:20.069Z | Checking psl-types v2.0.11 |
1855 | 2024-11-18T23:53:20.144Z | Checking strsim v0.11.1 |
1856 | 2024-11-18T23:53:20.242Z | Checking publicsuffix v2.2.3 |
1857 | 2024-11-18T23:53:20.392Z | Checking clap_builder v4.5.21 |
1858 | 2024-11-18T23:53:20.454Z | Checking cookie v0.18.1 |
1859 | 2024-11-18T23:53:20.848Z | Checking webpki-roots v0.26.6 |
1860 | 2024-11-18T23:53:21.036Z | Checking idna v0.5.0 |
1861 | 2024-11-18T23:53:21.105Z | Checking hyper v1.5.0 |
1862 | 2024-11-18T23:53:21.296Z | Checking backtrace v0.3.74 |
1863 | 2024-11-18T23:53:21.329Z | Checking is-terminal v0.4.13 |
1864 | 2024-11-18T23:53:21.455Z | Checking scroll v0.12.0 |
1865 | 2024-11-18T23:53:21.660Z | Checking ucd-trie v0.1.7 |
1866 | 2024-11-18T23:53:21.810Z | Checking anyhow v1.0.93 |
1867 | 2024-11-18T23:53:21.846Z | Checking plain v0.2.3 |
1868 | 2024-11-18T23:53:21.874Z | Checking pest v2.7.14 |
1869 | 2024-11-18T23:53:21.992Z | Checking goblin v0.8.2 |
1870 | 2024-11-18T23:53:22.166Z | Checking cookie_store v0.21.0 |
1871 | 2024-11-18T23:53:22.437Z | Checking sync_wrapper v1.0.1 |
1872 | 2024-11-18T23:53:22.571Z | Checking pretty-hex v0.4.1 |
1873 | 2024-11-18T23:53:22.726Z | Checking tokio-rustls v0.26.0 |
1874 | 2024-11-18T23:53:22.750Z | Checking base16ct v0.2.0 |
1875 | 2024-11-18T23:53:22.777Z | Checking num-integer v0.1.46 |
1876 | 2024-11-18T23:53:22.863Z | Checking hyper-util v0.1.10 |
1877 | 2024-11-18T23:53:22.922Z | Checking clap v4.5.21 |
1878 | 2024-11-18T23:53:22.948Z | Checking sec1 v0.7.3 |
1879 | 2024-11-18T23:53:23.043Z | Checking ff v0.13.0 |
1880 | 2024-11-18T23:53:23.080Z | Checking thread-id v4.2.2 |
1881 | 2024-11-18T23:53:23.189Z | Checking toml_edit v0.22.22 |
1882 | 2024-11-18T23:53:23.214Z | Checking hkdf v0.12.4 |
1883 | 2024-11-18T23:53:23.250Z | Checking group v0.13.0 |
1884 | 2024-11-18T23:53:23.309Z | Checking crypto-bigint v0.5.5 |
1885 | 2024-11-18T23:53:23.423Z | Checking dirs-sys-next v0.1.2 |
1886 | 2024-11-18T23:53:23.450Z | Checking native-tls v0.2.12 |
1887 | 2024-11-18T23:53:23.488Z | Checking memmap v0.7.0 |
1888 | 2024-11-18T23:53:23.595Z | Checking crc32fast v1.4.2 |
1889 | 2024-11-18T23:53:23.677Z | Checking bitflags v1.3.2 |
1890 | 2024-11-18T23:53:23.728Z | Checking tokio-native-tls v0.3.1 |
1891 | 2024-11-18T23:53:23.782Z | Checking utf-8 v0.7.6 |
1892 | 2024-11-18T23:53:23.808Z | Checking static_assertions v1.1.0 |
1893 | 2024-11-18T23:53:23.909Z | Checking dirs-next v2.0.0 |
1894 | 2024-11-18T23:53:23.962Z | Checking crossbeam-channel v0.5.13 |
1895 | 2024-11-18T23:53:23.993Z | Checking thread_local v1.1.8 |
1896 | 2024-11-18T23:53:24.016Z | Checking dtrace-parser v0.2.0 |
1897 | 2024-11-18T23:53:24.040Z | Checking unicode-segmentation v1.12.0 |
1898 | 2024-11-18T23:53:24.255Z | Checking term v0.7.0 |
1899 | 2024-11-18T23:53:24.392Z | Checking num-iter v0.1.45 |
1900 | 2024-11-18T23:53:24.524Z | Checking hyper-rustls v0.27.3 |
1901 | 2024-11-18T23:53:24.552Z | Checking hyper-tls v0.6.0 |
1902 | 2024-11-18T23:53:24.598Z | Checking crossbeam-epoch v0.9.18 |
1903 | 2024-11-18T23:53:24.627Z | Checking take_mut v0.2.2 |
1904 | 2024-11-18T23:53:24.658Z | Checking match_cfg v0.1.0 |
1905 | 2024-11-18T23:53:24.748Z | Checking hostname v0.3.1 |
1906 | 2024-11-18T23:53:24.778Z | Checking slog-async v2.8.0 |
1907 | 2024-11-18T23:53:24.830Z | Checking slog-term v2.9.1 |
1908 | 2024-11-18T23:53:24.859Z | Checking reqwest v0.12.9 |
1909 | 2024-11-18T23:53:24.888Z | Checking bstr v1.10.0 |
1910 | 2024-11-18T23:53:24.995Z | Checking rfc6979 v0.4.0 |
1911 | 2024-11-18T23:53:25.044Z | Checking hex v0.4.3 |
1912 | 2024-11-18T23:53:25.160Z | Checking managed v0.8.0 |
1913 | 2024-11-18T23:53:25.267Z | Checking winnow v0.5.40 |
1914 | 2024-11-18T23:53:25.367Z | Checking toml v0.8.19 |
1915 | 2024-11-18T23:53:25.504Z | Checking crossbeam-deque v0.8.5 |
1916 | 2024-11-18T23:53:25.529Z | Checking num-bigint-dig v0.8.4 |
1917 | 2024-11-18T23:53:25.680Z | Checking flate2 v1.0.34 |
1918 | 2024-11-18T23:53:25.707Z | Checking elliptic-curve v0.13.8 |
1919 | 2024-11-18T23:53:25.782Z | Checking rustls v0.22.4 |
1920 | 2024-11-18T23:53:26.019Z | Checking pkcs1 v0.7.5 |
1921 | 2024-11-18T23:53:26.188Z | Checking dof v0.3.0 |
1922 | 2024-11-18T23:53:26.245Z | Checking curve25519-dalek v4.1.3 |
1923 | 2024-11-18T23:53:26.294Z | Checking ecdsa v0.16.9 |
1924 | 2024-11-18T23:53:26.389Z | Checking zerocopy v0.6.6 |
1925 | 2024-11-18T23:53:26.428Z | Checking siphasher v0.3.11 |
1926 | 2024-11-18T23:53:26.705Z | Checking rayon-core v1.12.1 |
1927 | 2024-11-18T23:53:26.728Z | Checking usdt-impl v0.5.0 |
1928 | 2024-11-18T23:53:26.907Z | Checking ed25519 v2.2.3 |
1929 | 2024-11-18T23:53:27.026Z | Checking slog-json v2.6.1 |
1930 | 2024-11-18T23:53:27.189Z | Checking signal-hook v0.3.17 |
1931 | 2024-11-18T23:53:27.214Z | Checking usdt v0.5.0 |
1932 | 2024-11-18T23:53:27.261Z | Checking debug-ignore v1.0.5 |
1933 | 2024-11-18T23:53:27.317Z | Checking quick-error v1.2.3 |
1934 | 2024-11-18T23:53:27.349Z | Checking rsa v0.9.6 |
1935 | 2024-11-18T23:53:27.392Z | Checking slog-bunyan v2.5.0 |
1936 | 2024-11-18T23:53:27.457Z | Checking multer v3.1.0 |
1937 | 2024-11-18T23:53:27.484Z | Checking itertools v0.10.5 |
1938 | 2024-11-18T23:53:27.509Z | Checking x509-cert v0.2.5 |
1939 | 2024-11-18T23:53:27.542Z | Checking idna v0.4.0 |
1940 | 2024-11-18T23:53:27.795Z | Checking toml_edit v0.19.15 |
1941 | 2024-11-18T23:53:27.822Z | Checking waitgroup v0.1.2 |
1942 | 2024-11-18T23:53:27.846Z | Checking ed25519-dalek v2.1.1 |
1943 | 2024-11-18T23:53:27.958Z | Checking hubpack v0.1.2 |
1944 | 2024-11-18T23:53:28.194Z | Checking serde_path_to_error v0.1.16 |
1945 | 2024-11-18T23:53:28.219Z | Checking bzip2-sys v0.1.11+1.0.8 |
1946 | 2024-11-18T23:53:28.249Z | Checking async-stream v0.3.6 |
1947 | 2024-11-18T23:53:28.277Z | Checking hostname v0.4.0 |
1948 | 2024-11-18T23:53:28.352Z | Checking bit-vec v0.6.3 |
1949 | 2024-11-18T23:53:28.411Z | Checking bzip2 v0.4.4 |
1950 | 2024-11-18T23:53:28.438Z | Checking hickory-proto v0.24.1 |
1951 | 2024-11-18T23:53:28.662Z | Checking bit-set v0.5.3 |
1952 | 2024-11-18T23:53:28.687Z | Checking signal-hook-mio v0.2.4 |
1953 | 2024-11-18T23:53:28.757Z | Checking console v0.15.8 |
1954 | 2024-11-18T23:53:28.824Z | Checking hash32 v0.2.1 |
1955 | 2024-11-18T23:53:28.852Z | Checking unicode-properties v0.1.3 |
1956 | 2024-11-18T23:53:28.893Z | Checking tokio-rustls v0.25.0 |
1957 | 2024-11-18T23:53:28.919Z | Checking linked-hash-map v0.5.6 |
1958 | 2024-11-18T23:53:29.104Z | Checking predicates-core v1.0.8 |
1959 | 2024-11-18T23:53:29.158Z | Checking stringprep v0.1.5 |
1960 | 2024-11-18T23:53:29.215Z | Checking lru-cache v0.1.2 |
1961 | 2024-11-18T23:53:29.246Z | Checking dropshot v0.12.0 |
1962 | 2024-11-18T23:53:29.275Z | Checking heapless v0.7.17 |
1963 | 2024-11-18T23:53:29.303Z | Checking crossterm v0.28.1 |
1964 | 2024-11-18T23:53:29.405Z | Checking rayon v1.10.0 |
1965 | 2024-11-18T23:53:29.434Z | Checking phf_shared v0.11.2 |
1966 | 2024-11-18T23:53:29.457Z | Checking similar v2.6.0 |
1967 | 2024-11-18T23:53:29.708Z | Checking tokio-stream v0.1.16 |
1968 | 2024-11-18T23:53:29.933Z | Checking toml v0.7.8 |
1969 | 2024-11-18T23:53:30.209Z | Checking md-5 v0.10.6 |
1970 | 2024-11-18T23:53:30.259Z | Checking float-cmp v0.9.0 |
1971 | 2024-11-18T23:53:30.419Z | Checking fallible-iterator v0.2.0 |
1972 | 2024-11-18T23:53:30.445Z | Checking fixedbitset v0.4.2 |
1973 | 2024-11-18T23:53:30.473Z | Checking difflib v0.4.0 |
1974 | 2024-11-18T23:53:30.553Z | Checking normalize-line-endings v0.3.0 |
1975 | 2024-11-18T23:53:30.668Z | Checking smoltcp v0.9.1 |
1976 | 2024-11-18T23:53:30.697Z | Checking petgraph v0.6.5 |
1977 | 2024-11-18T23:53:30.776Z | Checking predicates v3.1.2 |
1978 | 2024-11-18T23:53:30.803Z | Checking phf v0.11.2 |
1979 | 2024-11-18T23:53:30.969Z | Checking postgres-protocol v0.6.7 |
1980 | 2024-11-18T23:53:31.046Z | Checking zip v0.6.6 |
1981 | 2024-11-18T23:53:31.345Z | Checking resolv-conf v0.7.0 |
1982 | 2024-11-18T23:53:31.601Z | Checking phf_shared v0.10.0 |
1983 | 2024-11-18T23:53:31.649Z | Checking tungstenite v0.24.0 |
1984 | 2024-11-18T23:53:31.681Z | Checking fs-err v2.11.0 |
1985 | 2024-11-18T23:53:31.790Z | Checking serde-big-array v0.5.1 |
1986 | 2024-11-18T23:53:31.961Z | Checking portable-atomic v1.9.0 |
1987 | 2024-11-18T23:53:31.998Z | Checking lalrpop-util v0.19.12 |
1988 | 2024-11-18T23:53:32.155Z | Checking new_debug_unreachable v1.0.6 |
1989 | 2024-11-18T23:53:32.261Z | Checking unicode-width v0.2.0 |
1990 | 2024-11-18T23:53:32.290Z | Checking minimal-lexical v0.2.1 |
1991 | 2024-11-18T23:53:32.316Z | Checking precomputed-hash v0.1.1 |
1992 | 2024-11-18T23:53:32.426Z | Checking number_prefix v0.4.0 |
1993 | 2024-11-18T23:53:32.450Z | Checking string_cache v0.8.7 |
1994 | 2024-11-18T23:53:32.551Z | Checking hickory-resolver v0.24.1 |
1995 | 2024-11-18T23:53:32.602Z | Checking tokio-tungstenite v0.24.0 |
1996 | 2024-11-18T23:53:32.637Z | Checking nom v7.1.3 |
1997 | 2024-11-18T23:53:32.669Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1998 | 2024-11-18T23:53:32.719Z | Checking postgres-types v0.2.8 |
1999 | 2024-11-18T23:53:32.744Z | Checking itertools v0.12.1 |
2000 | 2024-11-18T23:53:32.837Z | Checking indicatif v0.17.9 |
2001 | 2024-11-18T23:53:33.018Z | Checking whoami v1.5.2 |
2002 | 2024-11-18T23:53:33.280Z | Checking peg-runtime v0.8.3 |
2003 | 2024-11-18T23:53:33.331Z | Checking heck v0.4.1 |
2004 | 2024-11-18T23:53:33.481Z | Checking tokio-postgres v0.7.12 |
2005 | 2024-11-18T23:53:33.510Z | Compiling hashbrown v0.14.5 |
2006 | 2024-11-18T23:53:33.564Z | Compiling unsafe-libyaml v0.2.11 |
2007 | 2024-11-18T23:53:33.922Z | Checking qorb v0.2.0 |
2008 | 2024-11-18T23:53:34.615Z | Compiling regress v0.10.1 |
2009 | 2024-11-18T23:53:34.652Z | Compiling serde_yaml v0.9.34+deprecated |
2010 | 2024-11-18T23:53:34.941Z | Compiling ident_case v1.0.1 |
2011 | 2024-11-18T23:53:34.992Z | Checking heck v0.5.0 |
2012 | 2024-11-18T23:53:35.113Z | Compiling darling_core v0.20.10 |
2013 | 2024-11-18T23:53:35.171Z | Checking progenitor-client v0.8.0 |
2014 | 2024-11-18T23:53:35.497Z | Checking fastrand v2.1.1 |
2015 | 2024-11-18T23:53:35.782Z | Compiling newtype-uuid v1.1.3 |
2016 | 2024-11-18T23:53:35.952Z | Checking ipnetwork v0.20.0 |
2017 | 2024-11-18T23:53:36.042Z | Compiling structmeta-derive v0.3.0 |
2018 | 2024-11-18T23:53:36.076Z | Checking strum v0.26.3 |
2019 | 2024-11-18T23:53:36.222Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2020 | 2024-11-18T23:53:36.304Z | Compiling dropshot v0.13.0 |
2021 | 2024-11-18T23:53:36.851Z | Compiling dropshot_endpoint v0.13.0 |
2022 | 2024-11-18T23:53:36.874Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2023 | 2024-11-18T23:53:37.164Z | Checking tempfile v3.13.0 |
2024 | 2024-11-18T23:53:37.300Z | Checking instant v0.1.13 |
2025 | 2024-11-18T23:53:37.411Z | Checking regress v0.9.1 |
2026 | 2024-11-18T23:53:37.490Z | Compiling typify-impl v0.2.0 |
2027 | 2024-11-18T23:53:38.188Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2028 | 2024-11-18T23:53:38.449Z | Compiling structmeta v0.3.0 |
2029 | 2024-11-18T23:53:38.613Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2030 | 2024-11-18T23:53:38.837Z | Compiling parse-display-derive v0.10.0 |
2031 | 2024-11-18T23:53:38.862Z | Checking macaddr v1.0.1 |
2032 | 2024-11-18T23:53:38.886Z | Checking backoff v0.4.0 |
2033 | 2024-11-18T23:53:39.153Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2034 | 2024-11-18T23:53:39.177Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2035 | 2024-11-18T23:53:39.284Z | Checking wait-timeout v0.2.0 |
2036 | 2024-11-18T23:53:39.323Z | Checking rand_xorshift v0.3.0 |
2037 | 2024-11-18T23:53:39.448Z | Checking rusty-fork v0.3.0 |
2038 | 2024-11-18T23:53:39.486Z | Compiling structmeta-derive v0.2.0 |
2039 | 2024-11-18T23:53:39.749Z | Checking unarray v0.1.4 |
2040 | 2024-11-18T23:53:39.899Z | Checking camino-tempfile v1.1.1 |
2041 | 2024-11-18T23:53:39.928Z | Checking proptest v1.5.0 |
2042 | 2024-11-18T23:53:40.087Z | Compiling proc-macro-error v1.0.4 |
2043 | 2024-11-18T23:53:40.149Z | Compiling proc-macro-crate v1.3.1 |
2044 | 2024-11-18T23:53:40.689Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2045 | 2024-11-18T23:53:40.955Z | Compiling darling_macro v0.20.10 |
2046 | 2024-11-18T23:53:41.015Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2047 | 2024-11-18T23:53:41.086Z | Compiling num_enum_derive v0.5.11 |
2048 | 2024-11-18T23:53:41.274Z | Compiling foreign-types-macros v0.2.3 |
2049 | 2024-11-18T23:53:41.726Z | Compiling darling v0.20.10 |
2050 | 2024-11-18T23:53:41.839Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-11-18T23:53:41.926Z | Compiling structmeta v0.2.0 |
2052 | 2024-11-18T23:53:42.325Z | Checking foreign-types-shared v0.3.1 |
2053 | 2024-11-18T23:53:42.349Z | Compiling test-strategy v0.3.1 |
2054 | 2024-11-18T23:53:42.439Z | Checking foreign-types v0.5.0 |
2055 | 2024-11-18T23:53:42.600Z | Checking parse-display v0.10.0 |
2056 | 2024-11-18T23:53:42.808Z | Checking tabwriter v1.4.0 |
2057 | 2024-11-18T23:53:42.842Z | Checking cstr-argument v0.1.2 |
2058 | 2024-11-18T23:53:43.007Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2059 | 2024-11-18T23:53:43.031Z | Checking pretty-hex v0.2.1 |
2060 | 2024-11-18T23:53:43.186Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2061 | 2024-11-18T23:53:43.210Z | Checking num_enum v0.5.11 |
2062 | 2024-11-18T23:53:43.341Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2063 | 2024-11-18T23:53:43.459Z | Checking colored v2.1.0 |
2064 | 2024-11-18T23:53:43.586Z | Checking smf v0.2.3 |
2065 | 2024-11-18T23:53:43.704Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2066 | 2024-11-18T23:53:43.730Z | Checking base64 v0.21.7 |
2067 | 2024-11-18T23:53:43.853Z | Compiling crucible-workspace-hack v0.1.0 |
2068 | 2024-11-18T23:53:43.878Z | Compiling heapless v0.8.0 |
2069 | 2024-11-18T23:53:44.005Z | Checking termtree v0.4.1 |
2070 | 2024-11-18T23:53:44.030Z | Checking hash32 v0.3.1 |
2071 | 2024-11-18T23:53:44.167Z | Compiling smoltcp v0.11.0 |
2072 | 2024-11-18T23:53:44.191Z | Checking serde_with v3.11.0 |
2073 | 2024-11-18T23:53:44.215Z | Checking cobs v0.2.3 |
2074 | 2024-11-18T23:53:44.215Z | Checking predicates-tree v1.0.11 |
2075 | 2024-11-18T23:53:44.277Z | Checking sigpipe v0.1.3 |
2076 | 2024-11-18T23:53:44.380Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2077 | 2024-11-18T23:53:44.405Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2078 | 2024-11-18T23:53:44.405Z | Checking postcard v1.0.10 |
2079 | 2024-11-18T23:53:44.548Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2080 | 2024-11-18T23:53:44.816Z | Compiling mockall_derive v0.13.0 |
2081 | 2024-11-18T23:53:44.885Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2082 | 2024-11-18T23:53:44.985Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2083 | 2024-11-18T23:53:45.093Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2084 | 2024-11-18T23:53:45.297Z | Compiling zone_cfg_derive v0.3.0 |
2085 | 2024-11-18T23:53:45.337Z | Checking atomicwrites v0.4.4 |
2086 | 2024-11-18T23:53:45.512Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2087 | 2024-11-18T23:53:45.654Z | Compiling num-derive v0.4.2 |
2088 | 2024-11-18T23:53:45.819Z | Checking fragile v2.0.0 |
2089 | 2024-11-18T23:53:46.067Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2090 | 2024-11-18T23:53:46.313Z | Checking downcast v0.11.0 |
2091 | 2024-11-18T23:53:46.496Z | Checking zone v0.3.0 |
2092 | 2024-11-18T23:53:46.551Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2093 | 2024-11-18T23:53:46.785Z | Compiling convert_case v0.4.0 |
2094 | 2024-11-18T23:53:46.819Z | Checking newline-converter v0.3.0 |
2095 | 2024-11-18T23:53:46.958Z | Checking itertools v0.13.0 |
2096 | 2024-11-18T23:53:47.036Z | Checking expectorate v1.1.0 |
2097 | 2024-11-18T23:53:47.161Z | Checking tungstenite v0.21.0 |
2098 | 2024-11-18T23:53:47.198Z | Checking same-file v1.0.6 |
2099 | 2024-11-18T23:53:47.362Z | Checking walkdir v2.5.0 |
2100 | 2024-11-18T23:53:47.410Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2101 | 2024-11-18T23:53:47.614Z | Checking arc-swap v1.7.1 |
2102 | 2024-11-18T23:53:47.649Z | Compiling derive_more v0.99.18 |
2103 | 2024-11-18T23:53:47.817Z | Checking xattr v1.3.1 |
2104 | 2024-11-18T23:53:47.945Z | Checking tokio-tungstenite v0.21.0 |
2105 | 2024-11-18T23:53:47.989Z | Checking slog-scope v4.4.0 |
2106 | 2024-11-18T23:53:48.013Z | Checking filetime v0.2.25 |
2107 | 2024-11-18T23:53:48.172Z | Checking slog-stdlog v4.1.1 |
2108 | 2024-11-18T23:53:48.197Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2109 | 2024-11-18T23:53:48.221Z | Checking tar v0.4.43 |
2110 | 2024-11-18T23:53:48.328Z | Checking slog-envlogger v2.2.0 |
2111 | 2024-11-18T23:53:48.385Z | Compiling cancel-safe-futures v0.1.5 |
2112 | 2024-11-18T23:53:48.522Z | Compiling owo-colors v4.1.0 |
2113 | 2024-11-18T23:53:48.667Z | Checking swrite v0.1.0 |
2114 | 2024-11-18T23:53:48.783Z | Checking num-rational v0.4.2 |
2115 | 2024-11-18T23:53:48.838Z | Checking num-complex v0.4.6 |
2116 | 2024-11-18T23:53:49.343Z | Checking libsw v3.3.1 |
2117 | 2024-11-18T23:53:49.420Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2118 | 2024-11-18T23:53:49.444Z | Checking password-hash v0.5.0 |
2119 | 2024-11-18T23:53:49.598Z | Checking blake2 v0.10.6 |
2120 | 2024-11-18T23:53:49.731Z | Checking num v0.4.3 |
2121 | 2024-11-18T23:53:49.844Z | Checking indent_write v2.2.0 |
2122 | 2024-11-18T23:53:49.937Z | Checking float-ord v0.3.2 |
2123 | 2024-11-18T23:53:50.041Z | Checking linear-map v1.2.0 |
2124 | 2024-11-18T23:53:50.071Z | Checking argon2 v0.5.3 |
2125 | 2024-11-18T23:53:50.095Z | Checking pem v3.0.4 |
2126 | 2024-11-18T23:53:50.360Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2127 | 2024-11-18T23:53:50.684Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2128 | 2024-11-18T23:53:50.708Z | Compiling lzma-sys v0.1.20 |
2129 | 2024-11-18T23:53:50.860Z | Checking headers-core v0.3.0 |
2130 | 2024-11-18T23:53:50.917Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2131 | 2024-11-18T23:53:50.976Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2132 | 2024-11-18T23:53:51.020Z | Compiling heck v0.3.3 |
2133 | 2024-11-18T23:53:51.044Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2134 | 2024-11-18T23:53:51.277Z | Checking headers v0.4.0 |
2135 | 2024-11-18T23:53:51.343Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2136 | 2024-11-18T23:53:51.447Z | Compiling zone_cfg_derive v0.1.2 |
2137 | 2024-11-18T23:53:51.620Z | Checking yasna v0.5.2 |
2138 | 2024-11-18T23:53:51.645Z | Checking base64 v0.13.1 |
2139 | 2024-11-18T23:53:51.688Z | Checking mockall v0.13.0 |
2140 | 2024-11-18T23:53:51.899Z | Checking xz2 v0.1.7 |
2141 | 2024-11-18T23:53:52.002Z | Checking ron v0.7.1 |
2142 | 2024-11-18T23:53:52.175Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2143 | 2024-11-18T23:53:52.322Z | Compiling typify-macro v0.2.0 |
2144 | 2024-11-18T23:53:52.370Z | Checking rcgen v0.12.1 |
2145 | 2024-11-18T23:53:52.594Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2146 | 2024-11-18T23:53:52.697Z | Checking zone v0.1.8 |
2147 | 2024-11-18T23:53:52.952Z | Checking subprocess v0.2.9 |
2148 | 2024-11-18T23:53:53.006Z | Checking humantime v2.1.0 |
2149 | 2024-11-18T23:53:53.262Z | Checking highway v1.2.0 |
2150 | 2024-11-18T23:53:53.286Z | Compiling semver v0.1.20 |
2151 | 2024-11-18T23:53:53.359Z | Checking half v2.4.1 |
2152 | 2024-11-18T23:53:53.441Z | Checking ciborium-io v0.2.2 |
2153 | 2024-11-18T23:53:53.627Z | Compiling rustc_version v0.1.7 |
2154 | 2024-11-18T23:53:53.765Z | Checking ciborium-ll v0.2.2 |
2155 | 2024-11-18T23:53:53.808Z | Checking prettyplease v0.2.25 |
2156 | 2024-11-18T23:53:54.055Z | Checking ciborium v0.2.2 |
2157 | 2024-11-18T23:53:54.082Z | Compiling newtype_derive v0.1.6 |
2158 | 2024-11-18T23:53:54.515Z | Checking steno v0.4.1 |
2159 | 2024-11-18T23:53:55.749Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2160 | 2024-11-18T23:53:55.891Z | Compiling typify v0.2.0 |
2161 | 2024-11-18T23:53:56.033Z | Compiling progenitor-impl v0.8.0 |
2162 | 2024-11-18T23:53:56.611Z | Compiling slog-dtrace v0.3.0 |
2163 | 2024-11-18T23:53:56.723Z | Checking display-error-chain v0.2.2 |
2164 | 2024-11-18T23:53:56.766Z | Compiling blake3 v1.5.4 |
2165 | 2024-11-18T23:53:56.896Z | Compiling ring v0.16.20 |
2166 | 2024-11-18T23:53:57.308Z | Checking keccak v0.1.5 |
2167 | 2024-11-18T23:53:57.586Z | Checking sha3 v0.10.8 |
2168 | 2024-11-18T23:53:57.734Z | Checking gethostname v0.5.0 |
2169 | 2024-11-18T23:53:57.862Z | Checking universal-hash v0.5.1 |
2170 | 2024-11-18T23:53:57.891Z | Checking secrecy v0.8.0 |
2171 | 2024-11-18T23:53:57.940Z | Checking opaque-debug v0.3.1 |
2172 | 2024-11-18T23:53:57.965Z | Checking nibble_vec v0.1.0 |
2173 | 2024-11-18T23:53:58.031Z | Checking endian-type v0.1.2 |
2174 | 2024-11-18T23:53:58.055Z | Checking aead v0.5.2 |
2175 | 2024-11-18T23:53:58.082Z | Checking poly1305 v0.8.0 |
2176 | 2024-11-18T23:53:58.152Z | Checking chacha20 v0.9.1 |
2177 | 2024-11-18T23:53:58.230Z | Checking radix_trie v0.2.1 |
2178 | 2024-11-18T23:53:58.537Z | Compiling memmap2 v0.9.5 |
2179 | 2024-11-18T23:53:58.610Z | Compiling spin v0.5.2 |
2180 | 2024-11-18T23:53:58.826Z | Compiling arrayref v0.3.9 |
2181 | 2024-11-18T23:53:58.934Z | Compiling arrayvec v0.7.6 |
2182 | 2024-11-18T23:53:58.957Z | Compiling constant_time_eq v0.3.1 |
2183 | 2024-11-18T23:53:59.125Z | Compiling toolchain_find v0.4.0 |
2184 | 2024-11-18T23:53:59.149Z | Compiling thiserror-impl-no-std v2.0.2 |
2185 | 2024-11-18T23:53:59.283Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2186 | 2024-11-18T23:53:59.418Z | Compiling topological-sort v0.2.2 |
2187 | 2024-11-18T23:53:59.552Z | Compiling rustfmt-wrapper v0.2.1 |
2188 | 2024-11-18T23:53:59.631Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2189 | 2024-11-18T23:53:59.955Z | Checking chacha20poly1305 v0.10.1 |
2190 | 2024-11-18T23:53:59.979Z | Checking fxhash v0.2.1 |
2191 | 2024-11-18T23:54:00.099Z | Compiling async-recursion v1.1.1 |
2192 | 2024-11-18T23:54:00.130Z | Checking termcolor v1.4.1 |
2193 | 2024-11-18T23:54:00.154Z | Compiling radium v0.7.0 |
2194 | 2024-11-18T23:54:00.419Z | Checking maplit v1.0.2 |
2195 | 2024-11-18T23:54:00.507Z | Checking tap v1.0.1 |
2196 | 2024-11-18T23:54:00.531Z | Compiling maybe-uninit v2.0.0 |
2197 | 2024-11-18T23:54:00.664Z | Checking wyz v0.5.1 |
2198 | 2024-11-18T23:54:00.928Z | Checking funty v2.0.0 |
2199 | 2024-11-18T23:54:01.009Z | Checking crc-catalog v2.4.0 |
2200 | 2024-11-18T23:54:01.063Z | Compiling packed_struct v0.10.1 |
2201 | 2024-11-18T23:54:01.154Z | Checking crc v3.2.1 |
2202 | 2024-11-18T23:54:01.510Z | Checking kstat-rs v0.2.4 |
2203 | 2024-11-18T23:54:01.535Z | Compiling packed_struct_codegen v0.10.1 |
2204 | 2024-11-18T23:54:01.576Z | Compiling indexmap v1.9.3 |
2205 | 2024-11-18T23:54:01.700Z | Checking bitvec v1.0.1 |
2206 | 2024-11-18T23:54:01.810Z | Checking thiserror-no-std v2.0.2 |
2207 | 2024-11-18T23:54:01.836Z | Compiling omicron-zone-package v0.11.1 |
2208 | 2024-11-18T23:54:01.861Z | Checking nodrop v0.1.14 |
2209 | 2024-11-18T23:54:01.931Z | Checking vsss-rs v3.3.4 |
2210 | 2024-11-18T23:54:01.984Z | Compiling libefi-sys v0.1.0 |
2211 | 2024-11-18T23:54:02.242Z | Checking array-init v0.0.4 |
2212 | 2024-11-18T23:54:02.642Z | Compiling progenitor-macro v0.8.0 |
2213 | 2024-11-18T23:54:02.975Z | Checking smallvec v0.6.14 |
2214 | 2024-11-18T23:54:03.068Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2215 | 2024-11-18T23:54:03.190Z | Compiling bitfield-struct v0.6.2 |
2216 | 2024-11-18T23:54:03.325Z | Checking bitfield v0.14.0 |
2217 | 2024-11-18T23:54:03.400Z | Checking hashbrown v0.12.3 |
2218 | 2024-11-18T23:54:03.665Z | Checking serde-hex v0.1.0 |
2219 | 2024-11-18T23:54:04.103Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2220 | 2024-11-18T23:54:04.328Z | Checking env_logger v0.10.2 |
2221 | 2024-11-18T23:54:04.351Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2222 | 2024-11-18T23:54:04.600Z | Checking ron v0.8.1 |
2223 | 2024-11-18T23:54:04.765Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2224 | 2024-11-18T23:54:04.888Z | Checking hashbrown v0.13.2 |
2225 | 2024-11-18T23:54:04.931Z | Checking crc-any v2.5.0 |
2226 | 2024-11-18T23:54:05.034Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2227 | 2024-11-18T23:54:05.146Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2228 | 2024-11-18T23:54:05.475Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2229 | 2024-11-18T23:54:05.559Z | Compiling parking_lot_core v0.8.6 |
2230 | 2024-11-18T23:54:05.696Z | Checking path-slash v0.1.5 |
2231 | 2024-11-18T23:54:05.720Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2232 | 2024-11-18T23:54:05.799Z | Checking object v0.30.4 |
2233 | 2024-11-18T23:54:05.843Z | Checking home v0.5.9 |
2234 | 2024-11-18T23:54:05.963Z | Compiling const_format_proc_macros v0.2.33 |
2235 | 2024-11-18T23:54:05.988Z | Compiling vte_generate_state_changes v0.1.2 |
2236 | 2024-11-18T23:54:06.331Z | Checking glob v0.3.1 |
2237 | 2024-11-18T23:54:06.526Z | Checking vte v0.11.1 |
2238 | 2024-11-18T23:54:06.611Z | Checking parking_lot v0.11.2 |
2239 | 2024-11-18T23:54:06.902Z | Checking fd-lock v4.0.2 |
2240 | 2024-11-18T23:54:07.016Z | Checking sled v0.34.7 |
2241 | 2024-11-18T23:54:07.100Z | Checking hickory-client v0.24.1 |
2242 | 2024-11-18T23:54:07.162Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2243 | 2024-11-18T23:54:07.200Z | Checking hickory-server v0.24.1 |
2244 | 2024-11-18T23:54:07.593Z | Checking strip-ansi-escapes v0.2.0 |
2245 | 2024-11-18T23:54:07.666Z | Checking nu-ansi-term v0.50.1 |
2246 | 2024-11-18T23:54:07.718Z | Checking const_format v0.2.33 |
2247 | 2024-11-18T23:54:07.742Z | Compiling buf-list v1.0.3 |
2248 | 2024-11-18T23:54:08.015Z | Checking reedline v0.35.0 |
2249 | 2024-11-18T23:54:08.113Z | Compiling phf_generator v0.11.2 |
2250 | 2024-11-18T23:54:08.290Z | Checking bytecount v0.6.8 |
2251 | 2024-11-18T23:54:08.435Z | Checking papergrid v0.11.0 |
2252 | 2024-11-18T23:54:08.613Z | Compiling phf_codegen v0.11.2 |
2253 | 2024-11-18T23:54:08.801Z | Compiling tabled_derive v0.7.0 |
2254 | 2024-11-18T23:54:09.357Z | Checking primeorder v0.13.6 |
2255 | 2024-11-18T23:54:09.467Z | Compiling parse-zoneinfo v0.3.1 |
2256 | 2024-11-18T23:54:09.636Z | Compiling unicase v2.7.0 |
2257 | 2024-11-18T23:54:09.794Z | Compiling cfg_aliases v0.1.1 |
2258 | 2024-11-18T23:54:09.907Z | Compiling nix v0.28.0 |
2259 | 2024-11-18T23:54:10.073Z | Compiling chrono-tz-build v0.4.0 |
2260 | 2024-11-18T23:54:10.254Z | Checking nanorand v0.7.0 |
2261 | 2024-11-18T23:54:10.591Z | Checking flume v0.11.1 |
2262 | 2024-11-18T23:54:10.621Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2263 | 2024-11-18T23:54:10.827Z | Checking tabled v0.15.0 |
2264 | 2024-11-18T23:54:10.950Z | Checking atty v0.2.14 |
2265 | 2024-11-18T23:54:11.024Z | Compiling salty v0.3.0 |
2266 | 2024-11-18T23:54:11.317Z | Compiling chrono-tz v0.10.0 |
2267 | 2024-11-18T23:54:11.403Z | Checking p384 v0.13.0 |
2268 | 2024-11-18T23:54:11.520Z | Compiling peg-macros v0.8.4 |
2269 | 2024-11-18T23:54:11.544Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2270 | 2024-11-18T23:54:12.297Z | Compiling sqlparser_derive v0.2.2 |
2271 | 2024-11-18T23:54:12.503Z | Checking unicode_categories v0.1.1 |
2272 | 2024-11-18T23:54:12.754Z | Checking sqlformat v0.2.6 |
2273 | 2024-11-18T23:54:13.209Z | Checking sqlparser v0.45.0 |
2274 | 2024-11-18T23:54:13.234Z | Checking rustyline v14.0.0 |
2275 | 2024-11-18T23:54:13.437Z | Compiling mime_guess v2.0.5 |
2276 | 2024-11-18T23:54:14.507Z | Checking peg v0.8.4 |
2277 | 2024-11-18T23:54:14.639Z | Checking bcs v0.1.6 |
2278 | 2024-11-18T23:54:14.737Z | Checking env_filter v0.1.2 |
2279 | 2024-11-18T23:54:14.945Z | Checking progenitor v0.8.0 |
2280 | 2024-11-18T23:54:15.112Z | Checking env_logger v0.11.5 |
2281 | 2024-11-18T23:54:15.137Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2282 | 2024-11-18T23:54:15.200Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2283 | 2024-11-18T23:54:15.237Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2284 | 2024-11-18T23:54:15.431Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2285 | 2024-11-18T23:54:16.454Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2286 | 2024-11-18T23:54:16.530Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2287 | 2024-11-18T23:54:18.978Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2288 | 2024-11-18T23:54:19.057Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2289 | 2024-11-18T23:54:20.559Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2290 | 2024-11-18T23:54:20.835Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2291 | 2024-11-18T23:54:20.942Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2292 | 2024-11-18T23:54:21.317Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2293 | 2024-11-18T23:54:21.675Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2294 | 2024-11-18T23:54:21.879Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2295 | 2024-11-18T23:54:21.942Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2296 | 2024-11-18T23:54:22.101Z | Compiling dsl_auto_type v0.1.2 |
2297 | 2024-11-18T23:54:22.165Z | Checking scheduled-thread-pool v0.2.7 |
2298 | 2024-11-18T23:54:22.200Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2299 | 2024-11-18T23:54:22.367Z | Compiling diesel_table_macro_syntax v0.2.0 |
2300 | 2024-11-18T23:54:22.391Z | Checking http-range v0.1.5 |
2301 | 2024-11-18T23:54:22.434Z | Compiling crunchy v0.2.2 |
2302 | 2024-11-18T23:54:22.565Z | Checking hyper-staticfile v0.10.1 |
2303 | 2024-11-18T23:54:22.762Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2304 | 2024-11-18T23:54:22.785Z | Checking r2d2 v0.8.10 |
2305 | 2024-11-18T23:54:23.017Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2306 | 2024-11-18T23:54:23.066Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2307 | 2024-11-18T23:54:23.475Z | Compiling tiny-keccak v2.0.2 |
2308 | 2024-11-18T23:54:23.506Z | Compiling diesel_derives v2.2.3 |
2309 | 2024-11-18T23:54:23.707Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2310 | 2024-11-18T23:54:23.763Z | Compiling pin-project-internal v1.1.6 |
2311 | 2024-11-18T23:54:23.939Z | Compiling ref-cast v1.0.23 |
2312 | 2024-11-18T23:54:24.921Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2313 | 2024-11-18T23:54:24.958Z | Compiling ascii-canvas v3.0.0 |
2314 | 2024-11-18T23:54:25.162Z | Compiling ena v0.14.3 |
2315 | 2024-11-18T23:54:25.418Z | Compiling ref-cast-impl v1.0.23 |
2316 | 2024-11-18T23:54:25.520Z | Compiling diff v0.1.13 |
2317 | 2024-11-18T23:54:26.096Z | Compiling regex-syntax v0.6.29 |
2318 | 2024-11-18T23:54:26.280Z | Checking pin-project v1.1.6 |
2319 | 2024-11-18T23:54:26.439Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2320 | 2024-11-18T23:54:26.504Z | Checking signal-hook-tokio v0.3.1 |
2321 | 2024-11-18T23:54:26.550Z | Compiling snafu-derive v0.8.5 |
2322 | 2024-11-18T23:54:26.672Z | Checking bumpalo v3.16.0 |
2323 | 2024-11-18T23:54:26.972Z | Compiling zip v2.1.3 |
2324 | 2024-11-18T23:54:27.231Z | Checking simd-adler32 v0.3.7 |
2325 | 2024-11-18T23:54:27.518Z | Checking lockfree-object-pool v0.1.6 |
2326 | 2024-11-18T23:54:27.726Z | Checking zopfli v0.8.1 |
2327 | 2024-11-18T23:54:28.325Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2328 | 2024-11-18T23:54:28.558Z | Compiling derive_builder_core v0.20.2 |
2329 | 2024-11-18T23:54:29.593Z | Compiling lalrpop v0.19.12 |
2330 | 2024-11-18T23:54:30.719Z | Checking globset v0.4.15 |
2331 | 2024-11-18T23:54:31.153Z | Checking olpc-cjson v0.1.4 |
2332 | 2024-11-18T23:54:31.231Z | Checking serde_plain v1.0.2 |
2333 | 2024-11-18T23:54:31.340Z | Checking snafu v0.8.5 |
2334 | 2024-11-18T23:54:31.384Z | Compiling libxml v0.3.3 |
2335 | 2024-11-18T23:54:31.507Z | Compiling memoffset v0.9.1 |
2336 | 2024-11-18T23:54:31.736Z | Checking typed-path v0.9.3 |
2337 | 2024-11-18T23:54:31.894Z | Compiling derive_builder_macro v0.20.2 |
2338 | 2024-11-18T23:54:32.037Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2339 | 2024-11-18T23:54:32.680Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2340 | 2024-11-18T23:54:33.071Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2341 | 2024-11-18T23:54:33.501Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2342 | 2024-11-18T23:54:35.041Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2343 | 2024-11-18T23:54:36.167Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2344 | 2024-11-18T23:54:36.870Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2345 | 2024-11-18T23:54:36.898Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2346 | 2024-11-18T23:54:36.922Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2347 | 2024-11-18T23:54:37.267Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2348 | 2024-11-18T23:54:37.698Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2349 | 2024-11-18T23:54:38.482Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2350 | 2024-11-18T23:54:38.589Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2351 | 2024-11-18T23:54:39.002Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2352 | 2024-11-18T23:54:39.114Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2353 | 2024-11-18T23:54:39.178Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2354 | 2024-11-18T23:54:39.543Z | Checking diesel v2.2.4 |
2355 | 2024-11-18T23:54:39.612Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2356 | 2024-11-18T23:54:39.985Z | Checking tough v0.19.0 |
2357 | 2024-11-18T23:54:41.495Z | Checking tungstenite v0.23.0 |
2358 | 2024-11-18T23:54:42.189Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2359 | 2024-11-18T23:54:42.215Z | Compiling strum_macros v0.24.3 |
2360 | 2024-11-18T23:54:42.257Z | Compiling samael v0.0.17 |
2361 | 2024-11-18T23:54:42.782Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2362 | 2024-11-18T23:54:43.712Z | Checking parse-size v1.1.0 |
2363 | 2024-11-18T23:54:43.847Z | Compiling indoc v1.0.9 |
2364 | 2024-11-18T23:54:43.894Z | Checking tokio-tungstenite v0.23.1 |
2365 | 2024-11-18T23:54:44.337Z | Checking derive_builder v0.20.2 |
2366 | 2024-11-18T23:54:44.692Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2367 | 2024-11-18T23:54:44.946Z | Checking quick-xml v0.33.0 |
2368 | 2024-11-18T23:54:45.093Z | Compiling oso-derive v0.27.3 |
2369 | 2024-11-18T23:54:45.793Z | Compiling impl-trait-for-tuples v0.2.2 |
2370 | 2024-11-18T23:54:46.079Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2371 | 2024-11-18T23:54:46.155Z | Checking nix v0.27.1 |
2372 | 2024-11-18T23:54:46.454Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2373 | 2024-11-18T23:54:46.655Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2374 | 2024-11-18T23:54:47.059Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2375 | 2024-11-18T23:54:47.236Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2376 | 2024-11-18T23:54:47.293Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2024-11-18T23:54:47.970Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2378 | 2024-11-18T23:54:48.672Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2379 | 2024-11-18T23:54:48.704Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2380 | 2024-11-18T23:54:49.833Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2381 | 2024-11-18T23:54:50.354Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2382 | 2024-11-18T23:54:51.498Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2383 | 2024-11-18T23:54:51.753Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2384 | 2024-11-18T23:54:52.139Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2385 | 2024-11-18T23:54:52.521Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2386 | 2024-11-18T23:54:53.940Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2387 | 2024-11-18T23:54:54.170Z | Compiling diesel-dtrace v0.3.0 |
2388 | 2024-11-18T23:54:54.555Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2389 | 2024-11-18T23:54:55.961Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2390 | 2024-11-18T23:54:56.490Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2391 | 2024-11-18T23:54:56.652Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2392 | 2024-11-18T23:54:56.887Z | Checking bb8 v0.8.5 |
2393 | 2024-11-18T23:54:57.329Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2394 | 2024-11-18T23:54:57.352Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2395 | 2024-11-18T23:54:57.763Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2396 | 2024-11-18T23:54:58.023Z | Checking rand_seeder v0.3.0 |
2397 | 2024-11-18T23:54:58.122Z | Checking assert_matches v1.5.0 |
2398 | 2024-11-18T23:54:58.226Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2399 | 2024-11-18T23:54:58.249Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2400 | 2024-11-18T23:54:58.377Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2401 | 2024-11-18T23:54:58.601Z | Compiling libz-sys v1.1.20 |
2402 | 2024-11-18T23:54:59.259Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2403 | 2024-11-18T23:54:59.824Z | Checking is_ci v1.2.0 |
2404 | 2024-11-18T23:54:59.956Z | Checking supports-color v3.0.1 |
2405 | 2024-11-18T23:55:00.131Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2406 | 2024-11-18T23:55:00.375Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2407 | 2024-11-18T23:55:00.438Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2408 | 2024-11-18T23:55:00.522Z | Compiling vergen v8.3.2 |
2409 | 2024-11-18T23:55:00.779Z | Compiling cargo-platform v0.1.8 |
2410 | 2024-11-18T23:55:01.301Z | Checking unicode-linebreak v0.1.5 |
2411 | 2024-11-18T23:55:01.638Z | Checking smawk v0.3.2 |
2412 | 2024-11-18T23:55:01.743Z | Compiling cargo_metadata v0.18.1 |
2413 | 2024-11-18T23:55:01.830Z | Checking textwrap v0.16.1 |
2414 | 2024-11-18T23:55:01.896Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2415 | 2024-11-18T23:55:02.175Z | Checking castaway v0.2.3 |
2416 | 2024-11-18T23:55:02.226Z | Compiling libsqlite3-sys v0.30.1 |
2417 | 2024-11-18T23:55:02.331Z | Compiling cfg_aliases v0.2.1 |
2418 | 2024-11-18T23:55:02.433Z | Compiling rustls v0.21.12 |
2419 | 2024-11-18T23:55:02.463Z | Compiling nix v0.29.0 |
2420 | 2024-11-18T23:55:02.735Z | Checking compact_str v0.8.0 |
2421 | 2024-11-18T23:55:03.243Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2422 | 2024-11-18T23:55:03.481Z | Checking unicode-truncate v1.1.0 |
2423 | 2024-11-18T23:55:03.505Z | Checking sct v0.7.1 |
2424 | 2024-11-18T23:55:03.693Z | Checking rustls-webpki v0.101.7 |
2425 | 2024-11-18T23:55:03.716Z | Checking lru v0.12.5 |
2426 | 2024-11-18T23:55:03.971Z | Compiling instability v0.3.2 |
2427 | 2024-11-18T23:55:04.007Z | Checking cassowary v0.3.0 |
2428 | 2024-11-18T23:55:04.741Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2429 | 2024-11-18T23:55:04.836Z | Checking hashlink v0.9.1 |
2430 | 2024-11-18T23:55:04.877Z | Checking ratatui v0.28.1 |
2431 | 2024-11-18T23:55:04.998Z | Checking concurrent-queue v2.5.0 |
2432 | 2024-11-18T23:55:05.299Z | Checking fallible-streaming-iterator v0.1.9 |
2433 | 2024-11-18T23:55:05.384Z | Checking plotters-backend v0.3.7 |
2434 | 2024-11-18T23:55:05.525Z | Checking fallible-iterator v0.3.0 |
2435 | 2024-11-18T23:55:05.715Z | Checking parking v2.2.1 |
2436 | 2024-11-18T23:55:05.880Z | Checking plotters-svg v0.3.7 |
2437 | 2024-11-18T23:55:06.114Z | Checking rusqlite v0.32.1 |
2438 | 2024-11-18T23:55:06.583Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2439 | 2024-11-18T23:55:07.100Z | Checking tokio-rustls v0.24.1 |
2440 | 2024-11-18T23:55:07.413Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2441 | 2024-11-18T23:55:07.445Z | Checking rustls-pemfile v1.0.4 |
2442 | 2024-11-18T23:55:07.486Z | Checking twox-hash v1.6.3 |
2443 | 2024-11-18T23:55:07.644Z | Checking cast v0.3.0 |
2444 | 2024-11-18T23:55:07.675Z | Checking plotters v0.3.7 |
2445 | 2024-11-18T23:55:07.726Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2446 | 2024-11-18T23:55:07.915Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2447 | 2024-11-18T23:55:07.941Z | Checking criterion-plot v0.5.0 |
2448 | 2024-11-18T23:55:08.385Z | Checking fatfs v0.3.6 |
2449 | 2024-11-18T23:55:08.539Z | Checking async-bb8-diesel v0.2.1 |
2450 | 2024-11-18T23:55:09.225Z | Checking tinytemplate v1.2.1 |
2451 | 2024-11-18T23:55:09.256Z | Checking csv-core v0.1.11 |
2452 | 2024-11-18T23:55:09.324Z | Checking oorandom v11.1.4 |
2453 | 2024-11-18T23:55:09.490Z | Checking shell-words v1.1.0 |
2454 | 2024-11-18T23:55:09.514Z | Checking hex-literal v0.4.1 |
2455 | 2024-11-18T23:55:09.571Z | Checking anes v0.1.6 |
2456 | 2024-11-18T23:55:09.595Z | Checking csv v1.3.0 |
2457 | 2024-11-18T23:55:09.673Z | Checking event-listener v5.3.1 |
2458 | 2024-11-18T23:55:09.699Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2459 | 2024-11-18T23:55:09.919Z | Checking criterion v0.5.1 |
2460 | 2024-11-18T23:55:10.048Z | Checking rtoolbox v0.0.2 |
2461 | 2024-11-18T23:55:10.229Z | Checking rpassword v7.3.1 |
2462 | 2024-11-18T23:55:10.357Z | Checking event-listener-strategy v0.5.2 |
2463 | 2024-11-18T23:55:10.384Z | Checking tui-tree-widget v0.22.0 |
2464 | 2024-11-18T23:55:10.552Z | Checking polyval v0.6.2 |
2465 | 2024-11-18T23:55:10.670Z | Checking futures-lite v2.3.0 |
2466 | 2024-11-18T23:55:10.796Z | Checking ghash v0.5.1 |
2467 | 2024-11-18T23:55:10.885Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2468 | 2024-11-18T23:55:11.866Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2469 | 2024-11-18T23:55:12.332Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2470 | 2024-11-18T23:55:12.893Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2471 | 2024-11-18T23:55:12.946Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2472 | 2024-11-18T23:55:14.898Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2473 | 2024-11-18T23:55:15.023Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2474 | 2024-11-18T23:55:15.768Z | Checking ctr v0.9.2 |
2475 | 2024-11-18T23:55:16.034Z | Checking yansi v1.0.1 |
2476 | 2024-11-18T23:55:16.503Z | Checking aes-gcm v0.10.3 |
2477 | 2024-11-18T23:55:16.535Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2478 | 2024-11-18T23:55:16.611Z | Checking pretty_assertions v1.4.1 |
2479 | 2024-11-18T23:55:16.725Z | Checking ssh-encoding v0.2.0 |
2480 | 2024-11-18T23:55:16.807Z | Checking blowfish v0.9.1 |
2481 | 2024-11-18T23:55:17.031Z | Checking ssh-cipher v0.2.0 |
2482 | 2024-11-18T23:55:17.059Z | Checking bcrypt-pbkdf v0.10.0 |
2483 | 2024-11-18T23:55:17.305Z | Checking async-lock v3.4.0 |
2484 | 2024-11-18T23:55:17.329Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2485 | 2024-11-18T23:55:17.762Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2486 | 2024-11-18T23:55:18.068Z | Checking polling v3.7.3 |
2487 | 2024-11-18T23:55:18.404Z | Checking password-hash v0.4.2 |
2488 | 2024-11-18T23:55:18.785Z | Checking matches v0.1.10 |
2489 | 2024-11-18T23:55:18.885Z | Checking idna v0.2.3 |
2490 | 2024-11-18T23:55:18.975Z | Checking pbkdf2 v0.11.0 |
2491 | 2024-11-18T23:55:19.238Z | Checking async-io v2.3.4 |
2492 | 2024-11-18T23:55:19.519Z | Checking ssh-key v0.6.6 |
2493 | 2024-11-18T23:55:19.991Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2494 | 2024-11-18T23:55:20.671Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2495 | 2024-11-18T23:55:20.996Z | Checking p256 v0.13.2 |
2496 | 2024-11-18T23:55:21.417Z | Checking p521 v0.13.3 |
2497 | 2024-11-18T23:55:21.501Z | Checking russh-cryptovec v0.7.3 |
2498 | 2024-11-18T23:55:21.693Z | Compiling enum-as-inner v0.5.1 |
2499 | 2024-11-18T23:55:21.946Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2500 | 2024-11-18T23:55:22.560Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2501 | 2024-11-18T23:55:22.583Z | Checking md5 v0.7.0 |
2502 | 2024-11-18T23:55:22.645Z | Compiling doc-comment v0.3.3 |
2503 | 2024-11-18T23:55:22.840Z | Checking async-task v4.7.1 |
2504 | 2024-11-18T23:55:23.086Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2505 | 2024-11-18T23:55:23.151Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2506 | 2024-11-18T23:55:23.176Z | Compiling target-lexicon v0.12.16 |
2507 | 2024-11-18T23:55:24.192Z | Checking russh-keys v0.45.0 |
2508 | 2024-11-18T23:55:24.931Z | Checking trust-dns-proto v0.22.0 |
2509 | 2024-11-18T23:55:25.346Z | Checking async-channel v2.3.1 |
2510 | 2024-11-18T23:55:25.631Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2511 | 2024-11-18T23:55:27.126Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2512 | 2024-11-18T23:55:27.150Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2513 | 2024-11-18T23:55:27.854Z | Checking piper v0.2.4 |
2514 | 2024-11-18T23:55:28.019Z | Checking num-bigint v0.4.6 |
2515 | 2024-11-18T23:55:28.067Z | Checking des v0.8.1 |
2516 | 2024-11-18T23:55:28.102Z | Compiling dhcproto-macros v0.1.0 |
2517 | 2024-11-18T23:55:28.327Z | Compiling assert_cmd v2.0.16 |
2518 | 2024-11-18T23:55:28.680Z | Compiling guppy-workspace-hack v0.1.0 |
2519 | 2024-11-18T23:55:28.892Z | Checking futures-timer v3.0.3 |
2520 | 2024-11-18T23:55:28.954Z | Checking dhcproto v0.12.0 |
2521 | 2024-11-18T23:55:29.200Z | Checking blocking v1.6.1 |
2522 | 2024-11-18T23:55:30.024Z | Checking async-executor v1.13.1 |
2523 | 2024-11-18T23:55:30.213Z | Checking russh v0.45.0 |
2524 | 2024-11-18T23:55:30.368Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2525 | 2024-11-18T23:55:30.393Z | Checking async-signal v0.2.10 |
2526 | 2024-11-18T23:55:30.666Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2527 | 2024-11-18T23:55:31.050Z | Checking internet-checksum v0.2.1 |
2528 | 2024-11-18T23:55:31.245Z | Compiling target-spec v3.2.2 |
2529 | 2024-11-18T23:55:31.269Z | Checking event-listener v2.5.3 |
2530 | 2024-11-18T23:55:31.816Z | Checking async-channel v1.9.0 |
2531 | 2024-11-18T23:55:32.600Z | Checking async-process v2.3.0 |
2532 | 2024-11-18T23:55:32.960Z | Checking async-global-executor v2.4.1 |
2533 | 2024-11-18T23:55:33.223Z | Checking cfg-expr v0.17.0 |
2534 | 2024-11-18T23:55:33.796Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2535 | 2024-11-18T23:55:33.899Z | Checking httptest v0.16.1 |
2536 | 2024-11-18T23:55:33.987Z | Checking rustls-native-certs v0.7.3 |
2537 | 2024-11-18T23:55:34.160Z | Compiling petname v2.0.2 |
2538 | 2024-11-18T23:55:34.532Z | Checking num_cpus v1.16.0 |
2539 | 2024-11-18T23:55:34.662Z | Checking kv-log-macro v1.0.7 |
2540 | 2024-11-18T23:55:34.798Z | Compiling async-attributes v1.1.2 |
2541 | 2024-11-18T23:55:35.494Z | Checking async-std v1.13.0 |
2542 | 2024-11-18T23:55:37.123Z | Checking threadpool v1.8.1 |
2543 | 2024-11-18T23:55:37.323Z | Checking hyper-rustls v0.26.0 |
2544 | 2024-11-18T23:55:37.626Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2545 | 2024-11-18T23:55:37.784Z | Checking pathdiff v0.2.2 |
2546 | 2024-11-18T23:55:37.926Z | Compiling rstest_macros v0.23.0 |
2547 | 2024-11-18T23:55:38.009Z | Compiling target-triple v0.1.3 |
2548 | 2024-11-18T23:55:38.352Z | Checking nested v0.1.1 |
2549 | 2024-11-18T23:55:38.471Z | Checking escape8259 v0.5.3 |
2550 | 2024-11-18T23:55:38.556Z | Checking guppy v0.17.8 |
2551 | 2024-11-18T23:55:38.580Z | Checking async-object-pool v0.1.5 |
2552 | 2024-11-18T23:55:38.655Z | Checking libtest-mimic v0.7.3 |
2553 | 2024-11-18T23:55:38.898Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2554 | 2024-11-18T23:55:39.688Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2555 | 2024-11-18T23:55:40.400Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2556 | 2024-11-18T23:55:40.670Z | Checking similar-asserts v1.6.0 |
2557 | 2024-11-18T23:55:40.693Z | Checking fancy-regex v0.13.0 |
2558 | 2024-11-18T23:55:40.899Z | Checking serde_regex v1.1.0 |
2559 | 2024-11-18T23:55:41.157Z | Checking assert-json-diff v2.0.2 |
2560 | 2024-11-18T23:55:41.362Z | Compiling proc-macro-crate v3.2.0 |
2561 | 2024-11-18T23:55:41.417Z | Checking path-tree v0.8.1 |
2562 | 2024-11-18T23:55:41.529Z | Compiling relative-path v1.9.3 |
2563 | 2024-11-18T23:55:41.722Z | Checking sync-ptr v0.1.1 |
2564 | 2024-11-18T23:55:41.923Z | Checking stringmetrics v2.2.2 |
2565 | 2024-11-18T23:55:42.150Z | Checking httpmock v0.8.0-alpha.1 |
2566 | 2024-11-18T23:55:42.173Z | Checking datatest-stable v0.2.9 |
2567 | 2024-11-18T23:55:42.594Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2568 | 2024-11-18T23:55:43.789Z | Checking blake2b_simd v1.0.2 |
2569 | 2024-11-18T23:55:44.529Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2570 | 2024-11-18T23:55:46.504Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2571 | 2024-11-18T23:55:46.773Z | Compiling git2 v0.19.0 |
2572 | 2024-11-18T23:55:46.798Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2573 | 2024-11-18T23:55:46.822Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2574 | 2024-11-18T23:55:47.100Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2575 | 2024-11-18T23:55:47.333Z | Checking serde_tokenstream v0.2.2 |
2576 | 2024-11-18T23:55:47.380Z | Checking uzers v0.12.1 |
2577 | 2024-11-18T23:55:47.806Z | Checking rust-argon2 v2.1.0 |
2578 | 2024-11-18T23:55:47.831Z | Checking trybuild v1.0.101 |
2579 | 2024-11-18T23:55:48.189Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2580 | 2024-11-18T23:55:48.898Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2581 | 2024-11-18T23:55:48.965Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2582 | 2024-11-18T23:55:49.239Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2583 | 2024-11-18T23:55:50.154Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2584 | 2024-11-18T23:55:50.183Z | Checking rand_distr v0.4.3 |
2585 | 2024-11-18T23:55:50.410Z | Checking multimap v0.10.0 |
2586 | 2024-11-18T23:55:50.680Z | Checking approx v0.5.1 |
2587 | 2024-11-18T23:55:50.856Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2588 | 2024-11-18T23:55:51.345Z | Checking rstest v0.23.0 |
2589 | 2024-11-18T23:55:51.554Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2590 | 2024-11-18T23:55:51.832Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2591 | 2024-11-18T23:55:52.380Z | Checking partial-io v0.5.4 |
2592 | 2024-11-18T23:55:52.701Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2593 | 2024-11-18T23:55:52.948Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2594 | 2024-11-18T23:55:53.089Z | Checking cargo_toml v0.20.5 |
2595 | 2024-11-18T23:55:53.122Z | Checking termios v0.3.3 |
2596 | 2024-11-18T23:55:53.304Z | Compiling indoc v2.0.5 |
2597 | 2024-11-18T23:55:54.125Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2598 | 2024-11-18T23:55:54.806Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2599 | 2024-11-18T23:55:55.008Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2600 | 2024-11-18T23:55:56.723Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2601 | 2024-11-18T23:56:12.204Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2602 | 2024-11-18T23:56:12.902Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2603 | 2024-11-18T23:56:15.641Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2604 | 2024-11-18T23:56:28.386Z | Compiling polar-core v0.27.3 |
2605 | 2024-11-18T23:56:37.935Z | Checking oso v0.27.3 |
2606 | 2024-11-18T23:56:45.047Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2607 | 2024-11-18T23:56:45.831Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2608 | 2024-11-18T23:56:46.156Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2609 | 2024-11-18T23:57:29.629Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2610 | 2024-11-18T23:57:29.629Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2611 | 2024-11-18T23:57:29.653Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2612 | 2024-11-18T23:59:14.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 12s |
2613 | 2024-11-18T23:59:14.701Z | |
2614 | 2024-11-18T23:59:14.701Z | real 6:19.193604660 |
2615 | 2024-11-18T23:59:14.702Z | user 30:47.881043155 |
2616 | 2024-11-18T23:59:14.702Z | sys 5:53.221650218 |
2617 | 2024-11-18T23:59:14.702Z | trap 0.808703236 |
2618 | 2024-11-18T23:59:14.702Z | tflt 1.058033097 |
2619 | 2024-11-18T23:59:14.702Z | dflt 0.557069347 |
2620 | 2024-11-18T23:59:14.702Z | kflt 0.000575662 |
2621 | 2024-11-18T23:59:14.702Z | lock 45:13.260443932 |
2622 | 2024-11-18T23:59:14.702Z | slp 1:45:57.889615609 |
2623 | 2024-11-18T23:59:14.702Z | lat 1:38.416339734 |
2624 | 2024-11-18T23:59:14.702Z | stop 5:49.812690598 |
2625 | 2024-11-18T23:59:14.726Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2626 | 2024-11-18T23:59:14.726Z | + ptime -m cargo doc --workspace --no-deps |
2627 | 2024-11-18T23:59:16.112Z | warning: output filename collision. |
2628 | 2024-11-18T23:59:16.112Z | 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)`. |
2629 | 2024-11-18T23:59:16.112Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2630 | 2024-11-18T23:59:16.112Z | The targets should have unique names. |
2631 | 2024-11-18T23:59:16.113Z | This is a known bug where multiple crates with the same name use |
2632 | 2024-11-18T23:59:16.113Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2633 | 2024-11-18T23:59:16.807Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2634 | 2024-11-18T23:59:16.842Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2635 | 2024-11-18T23:59:16.866Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2636 | 2024-11-18T23:59:16.923Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2637 | 2024-11-18T23:59:16.947Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2638 | 2024-11-18T23:59:16.977Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2639 | 2024-11-18T23:59:16.977Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2640 | 2024-11-18T23:59:17.171Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2641 | 2024-11-18T23:59:17.209Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2642 | 2024-11-18T23:59:17.233Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2643 | 2024-11-18T23:59:17.268Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2644 | 2024-11-18T23:59:17.493Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2645 | 2024-11-18T23:59:17.542Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2646 | 2024-11-18T23:59:17.788Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2647 | 2024-11-18T23:59:17.913Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2648 | 2024-11-18T23:59:17.938Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2649 | 2024-11-18T23:59:20.071Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2650 | 2024-11-18T23:59:20.368Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2651 | 2024-11-18T23:59:20.571Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2652 | 2024-11-18T23:59:20.766Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2653 | 2024-11-18T23:59:20.851Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2654 | 2024-11-18T23:59:21.125Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2655 | 2024-11-18T23:59:21.410Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2656 | 2024-11-18T23:59:21.546Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2657 | 2024-11-18T23:59:21.843Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2658 | 2024-11-18T23:59:21.867Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2659 | 2024-11-18T23:59:22.060Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2660 | 2024-11-18T23:59:22.308Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2661 | 2024-11-18T23:59:22.332Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2662 | 2024-11-18T23:59:22.553Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2663 | 2024-11-18T23:59:22.658Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2664 | 2024-11-18T23:59:22.696Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2665 | 2024-11-18T23:59:22.793Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2666 | 2024-11-18T23:59:23.021Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2667 | 2024-11-18T23:59:23.288Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2668 | 2024-11-18T23:59:23.519Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2669 | 2024-11-18T23:59:23.549Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2670 | 2024-11-18T23:59:23.674Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2671 | 2024-11-18T23:59:23.735Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2672 | 2024-11-18T23:59:23.794Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2673 | 2024-11-18T23:59:23.842Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2674 | 2024-11-18T23:59:24.359Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2675 | 2024-11-18T23:59:27.100Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2676 | 2024-11-18T23:59:28.608Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2677 | 2024-11-18T23:59:28.845Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2678 | 2024-11-18T23:59:29.268Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2679 | 2024-11-18T23:59:29.445Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2680 | 2024-11-18T23:59:29.936Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2681 | 2024-11-18T23:59:30.052Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2682 | 2024-11-18T23:59:30.545Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2683 | 2024-11-18T23:59:31.269Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2684 | 2024-11-18T23:59:31.349Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2685 | 2024-11-18T23:59:31.465Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2686 | 2024-11-18T23:59:31.666Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2687 | 2024-11-18T23:59:36.419Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2688 | 2024-11-18T23:59:36.975Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2689 | 2024-11-18T23:59:37.486Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2690 | 2024-11-18T23:59:38.005Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2691 | 2024-11-18T23:59:38.273Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2692 | 2024-11-18T23:59:38.377Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2693 | 2024-11-18T23:59:38.401Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2694 | 2024-11-18T23:59:38.812Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2695 | 2024-11-18T23:59:39.105Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2696 | 2024-11-18T23:59:40.338Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2697 | 2024-11-18T23:59:40.478Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2698 | 2024-11-18T23:59:40.897Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2699 | 2024-11-18T23:59:41.072Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2700 | 2024-11-18T23:59:41.194Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2701 | 2024-11-18T23:59:41.276Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2702 | 2024-11-18T23:59:41.526Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2703 | 2024-11-18T23:59:41.738Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2704 | 2024-11-18T23:59:42.067Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2705 | 2024-11-18T23:59:42.624Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2706 | 2024-11-18T23:59:42.734Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2707 | 2024-11-18T23:59:42.990Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2708 | 2024-11-18T23:59:43.100Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2709 | 2024-11-18T23:59:43.303Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2710 | 2024-11-18T23:59:43.884Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2711 | 2024-11-18T23:59:43.915Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2712 | 2024-11-18T23:59:44.508Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2713 | 2024-11-18T23:59:45.085Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2714 | 2024-11-18T23:59:45.177Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2715 | 2024-11-18T23:59:45.270Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2716 | 2024-11-18T23:59:45.449Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2717 | 2024-11-18T23:59:45.480Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2718 | 2024-11-18T23:59:45.583Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2719 | 2024-11-18T23:59:45.661Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2720 | 2024-11-18T23:59:46.148Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2721 | 2024-11-18T23:59:46.502Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2722 | 2024-11-18T23:59:47.009Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2723 | 2024-11-18T23:59:47.039Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2724 | 2024-11-18T23:59:47.389Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2725 | 2024-11-18T23:59:48.213Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2726 | 2024-11-18T23:59:48.511Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2727 | 2024-11-18T23:59:48.627Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2728 | 2024-11-18T23:59:48.677Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2729 | 2024-11-18T23:59:49.029Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2730 | 2024-11-18T23:59:49.367Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2731 | 2024-11-18T23:59:49.903Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2732 | 2024-11-18T23:59:50.032Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2733 | 2024-11-18T23:59:50.934Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2734 | 2024-11-18T23:59:50.966Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2735 | 2024-11-18T23:59:51.791Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2736 | 2024-11-18T23:59:53.462Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2737 | 2024-11-18T23:59:54.330Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2738 | 2024-11-18T23:59:54.477Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2739 | 2024-11-18T23:59:55.039Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2740 | 2024-11-18T23:59:56.222Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2741 | 2024-11-18T23:59:58.290Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2742 | 2024-11-18T23:59:59.224Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2743 | 2024-11-19T00:00:00.306Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2744 | 2024-11-19T00:00:06.174Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2745 | 2024-11-19T00:00:06.288Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2746 | 2024-11-19T00:00:06.705Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2747 | 2024-11-19T00:00:11.734Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2748 | 2024-11-19T00:00:12.855Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2749 | 2024-11-19T00:00:26.928Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2750 | 2024-11-19T00:00:49.889Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2751 | 2024-11-19T00:00:53.044Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2752 | 2024-11-19T00:00:55.986Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2753 | 2024-11-19T00:01:09.989Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2754 | 2024-11-19T00:01:17.907Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2755 | 2024-11-19T00:01:19.763Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2756 | 2024-11-19T00:01:20.724Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2757 | 2024-11-19T00:01:22.927Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2024-11-19T00:01:23.547Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2759 | 2024-11-19T00:01:29.290Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2760 | 2024-11-19T00:01:33.963Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2761 | 2024-11-19T00:01:39.984Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2762 | 2024-11-19T00:01:43.199Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2763 | 2024-11-19T00:01:45.947Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2764 | 2024-11-19T00:01:47.243Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2765 | 2024-11-19T00:01:51.243Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2766 | 2024-11-19T00:01:52.753Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2767 | 2024-11-19T00:02:00.639Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2768 | 2024-11-19T00:02:18.151Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2769 | 2024-11-19T00:02:23.375Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2770 | 2024-11-19T00:02:27.371Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2771 | 2024-11-19T00:02:31.143Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2772 | 2024-11-19T00:02:31.879Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2773 | 2024-11-19T00:02:33.018Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2774 | 2024-11-19T00:02:54.731Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2775 | 2024-11-19T00:02:54.755Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2776 | 2024-11-19T00:02:54.971Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2777 | 2024-11-19T00:02:55.731Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2778 | 2024-11-19T00:02:59.076Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2779 | 2024-11-19T00:03:11.540Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2780 | 2024-11-19T00:03:12.098Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2781 | 2024-11-19T00:03:12.614Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2782 | 2024-11-19T00:03:16.462Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2783 | 2024-11-19T00:03:17.596Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2784 | 2024-11-19T00:03:21.882Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2785 | 2024-11-19T00:03:22.227Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2786 | 2024-11-19T00:03:28.049Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2787 | 2024-11-19T00:03:33.875Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2788 | 2024-11-19T00:03:34.717Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2789 | 2024-11-19T00:03:34.950Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2790 | 2024-11-19T00:03:37.819Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2791 | 2024-11-19T00:03:41.341Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2792 | 2024-11-19T00:03:48.054Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2793 | 2024-11-19T00:03:49.435Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2794 | 2024-11-19T00:03:52.396Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2795 | 2024-11-19T00:03:54.480Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2796 | 2024-11-19T00:04:02.624Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2797 | 2024-11-19T00:04:03.361Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2798 | 2024-11-19T00:04:03.579Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2799 | 2024-11-19T00:04:06.815Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2800 | 2024-11-19T00:04:06.916Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2801 | 2024-11-19T00:04:08.214Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2802 | 2024-11-19T00:04:11.704Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2803 | 2024-11-19T00:04:15.759Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2804 | 2024-11-19T00:04:20.482Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2805 | 2024-11-19T00:04:21.579Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2806 | 2024-11-19T00:04:22.298Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2807 | 2024-11-19T00:04:23.574Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2808 | 2024-11-19T00:04:25.343Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2809 | 2024-11-19T00:04:25.479Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2810 | 2024-11-19T00:04:33.418Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2811 | 2024-11-19T00:04:33.485Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2812 | 2024-11-19T00:04:36.058Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2813 | 2024-11-19T00:04:37.511Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2814 | 2024-11-19T00:04:40.545Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2815 | 2024-11-19T00:04:41.991Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2816 | 2024-11-19T00:04:46.754Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2817 | 2024-11-19T00:04:47.193Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2818 | 2024-11-19T00:04:49.480Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2819 | 2024-11-19T00:04:50.174Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2820 | 2024-11-19T00:04:50.788Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2821 | 2024-11-19T00:04:53.636Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2822 | 2024-11-19T00:04:55.420Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2823 | 2024-11-19T00:04:57.667Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2824 | 2024-11-19T00:05:03.733Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2825 | 2024-11-19T00:05:03.837Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2826 | 2024-11-19T00:05:05.900Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2827 | 2024-11-19T00:05:07.705Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2828 | 2024-11-19T00:05:09.896Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2829 | 2024-11-19T00:05:11.678Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2830 | 2024-11-19T00:05:12.718Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2831 | 2024-11-19T00:05:14.666Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2832 | 2024-11-19T00:05:17.684Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2833 | 2024-11-19T00:05:18.897Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2834 | 2024-11-19T00:05:21.551Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2835 | 2024-11-19T00:05:22.270Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2836 | 2024-11-19T00:05:22.688Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2837 | 2024-11-19T00:05:26.281Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2838 | 2024-11-19T00:05:28.471Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2839 | 2024-11-19T00:05:30.491Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2840 | 2024-11-19T00:05:31.040Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2841 | 2024-11-19T00:05:33.941Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2842 | 2024-11-19T00:05:34.919Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2843 | 2024-11-19T00:05:36.392Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2844 | 2024-11-19T00:05:38.194Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2845 | 2024-11-19T00:05:39.776Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2846 | 2024-11-19T00:05:40.685Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2847 | 2024-11-19T00:05:41.459Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2848 | 2024-11-19T00:05:42.587Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2849 | 2024-11-19T00:05:44.669Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2850 | 2024-11-19T00:05:44.782Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2851 | 2024-11-19T00:05:44.883Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2852 | 2024-11-19T00:05:46.033Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2853 | 2024-11-19T00:05:46.196Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2854 | 2024-11-19T00:05:46.260Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2855 | 2024-11-19T00:05:46.431Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2856 | 2024-11-19T00:05:46.875Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2857 | 2024-11-19T00:05:48.387Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2858 | 2024-11-19T00:06:28.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 13s |
2859 | 2024-11-19T00:06:28.723Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 137 other files |
2860 | 2024-11-19T00:06:28.803Z | |
2861 | 2024-11-19T00:06:28.832Z | real 7:14.039464789 |
2862 | 2024-11-19T00:06:28.833Z | user 21:36.469750417 |
2863 | 2024-11-19T00:06:28.833Z | sys 30:57.600795125 |
2864 | 2024-11-19T00:06:28.833Z | trap 0.374467157 |
2865 | 2024-11-19T00:06:28.833Z | tflt 0.156012180 |
2866 | 2024-11-19T00:06:28.833Z | dflt 0.445054224 |
2867 | 2024-11-19T00:06:28.833Z | kflt 0.000152888 |
2868 | 2024-11-19T00:06:28.833Z | lock 1:09:48.140208579 |
2869 | 2024-11-19T00:06:28.833Z | slp 1:58:50.475945972 |
2870 | 2024-11-19T00:06:28.833Z | lat 1:06.907209220 |
2871 | 2024-11-19T00:06:28.833Z | stop 1:05.925076751 |
2872 | 2024-11-19T00:06:28.833Z | process exited: duration 1111792 ms, exit code 0 |
|
2873 | 2024-11-19T00:06:28.884Z | found 0 output files |