|
|
|
1 | 2024-08-27T18:08:44.674Z | job assigned to worker 01J6AGC5ZJYJJ8TY7K7M0BVN8M (queued for 36 s) |
|
2 | 2024-08-27T18:08:45.331Z | starting task 0: "setup" |
3 | 2024-08-27T18:08:45.355Z | ++ uname -s |
4 | 2024-08-27T18:08:45.355Z | + kern=SunOS |
5 | 2024-08-27T18:08:45.355Z | + case "$kern" in |
6 | 2024-08-27T18:08:45.355Z | + groupadd -g 12345 build |
7 | 2024-08-27T18:08:45.355Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-27T18:08:47.365Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-27T18:08:47.416Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-27T18:08:47.443Z | + home_fs=zfs |
11 | 2024-08-27T18:08:47.444Z | + [[ zfs == autofs ]] |
12 | 2024-08-27T18:08:47.444Z | + mkdir -p /home/build |
13 | 2024-08-27T18:08:47.444Z | + chown build:build /home/build /work |
14 | 2024-08-27T18:08:49.410Z | + chmod 0700 /home/build /work |
15 | 2024-08-27T18:08:49.433Z | process exited: duration 4083 ms, exit code 0 |
|
16 | 2024-08-27T18:08:49.486Z | starting task 1: "rust-toolchain" |
17 | 2024-08-27T18:08:49.511Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-27T18:08:49.511Z | ' 1.80.1 |
19 | 2024-08-27T18:08:49.511Z | * toolchain channel = "1.80.1" |
20 | 2024-08-27T18:08:49.511Z | * toolchain profile = "default" |
21 | 2024-08-27T18:08:49.511Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-27T18:08:49.511Z | ' default |
23 | 2024-08-27T18:08:49.511Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-27T18:08:49.511Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-27T18:08:49.648Z | info: downloading installer |
26 | 2024-08-27T18:08:50.149Z | info: profile set to 'default' |
27 | 2024-08-27T18:08:50.149Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-27T18:08:50.189Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-27T18:08:50.261Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-27T18:08:50.261Z | info: downloading component 'cargo' |
31 | 2024-08-27T18:08:50.396Z | info: downloading component 'clippy' |
32 | 2024-08-27T18:08:50.444Z | info: downloading component 'rust-docs' |
33 | 2024-08-27T18:08:50.613Z | info: downloading component 'rust-std' |
34 | 2024-08-27T18:08:50.932Z | info: downloading component 'rustc' |
35 | 2024-08-27T18:08:51.659Z | info: downloading component 'rustfmt' |
36 | 2024-08-27T18:08:51.870Z | info: installing component 'cargo' |
37 | 2024-08-27T18:08:52.945Z | info: installing component 'clippy' |
38 | 2024-08-27T18:08:53.375Z | info: installing component 'rust-docs' |
39 | 2024-08-27T18:08:56.117Z | info: installing component 'rust-std' |
40 | 2024-08-27T18:08:58.057Z | info: installing component 'rustc' |
41 | 2024-08-27T18:09:02.998Z | info: installing component 'rustfmt' |
42 | 2024-08-27T18:09:03.382Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-27T18:09:03.383Z | |
44 | 2024-08-27T18:09:03.480Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-27T18:09:03.481Z | |
46 | 2024-08-27T18:09:03.481Z | |
47 | 2024-08-27T18:09:03.481Z | Rust is installed now. Great! |
48 | 2024-08-27T18:09:03.481Z | |
49 | 2024-08-27T18:09:03.481Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-27T18:09:03.481Z | environment variable. This has not been done automatically. |
51 | 2024-08-27T18:09:03.481Z | |
52 | 2024-08-27T18:09:03.481Z | To configure your current shell, you need to source |
53 | 2024-08-27T18:09:03.481Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-27T18:09:03.481Z | |
55 | 2024-08-27T18:09:03.481Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-27T18:09:03.481Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-27T18:09:03.481Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-27T18:09:03.553Z | + rustc --version |
59 | 2024-08-27T18:09:03.637Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-27T18:09:03.661Z | process exited: duration 14160 ms, exit code 0 |
|
61 | 2024-08-27T18:09:03.708Z | starting task 2: "authentication" |
62 | 2024-08-27T18:09:03.765Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-08-27T18:09:03.814Z | starting task 3: "clone repository" |
64 | 2024-08-27T18:09:03.837Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-27T18:09:03.837Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-27T18:09:03.862Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-27T18:09:09.411Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-27T18:09:09.411Z | + git fetch origin 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a |
69 | 2024-08-27T18:09:09.831Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-27T18:09:09.832Z | * branch 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a -> FETCH_HEAD |
71 | 2024-08-27T18:09:09.855Z | + [[ -n sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides ]] |
72 | 2024-08-27T18:09:09.855Z | ++ git branch --show-current |
73 | 2024-08-27T18:09:09.855Z | + current=main |
74 | 2024-08-27T18:09:09.855Z | + [[ main != sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides ]] |
75 | 2024-08-27T18:09:09.856Z | + git branch -f sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a |
76 | 2024-08-27T18:09:09.856Z | + git checkout -f sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides |
77 | 2024-08-27T18:09:10.034Z | Switched to branch 'sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides' |
78 | 2024-08-27T18:09:10.058Z | + git reset --hard 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a |
79 | 2024-08-27T18:09:10.058Z | HEAD is now at 3f25c21d6 update comment |
80 | 2024-08-27T18:09:10.058Z | process exited: duration 6242 ms, exit code 0 |
|
81 | 2024-08-27T18:09:10.108Z | starting task 4: "build" |
82 | 2024-08-27T18:09:10.132Z | + cargo --version |
83 | 2024-08-27T18:09:10.181Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-27T18:09:10.205Z | + rustc --version |
85 | 2024-08-27T18:09:10.255Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-27T18:09:10.279Z | + source ./env.sh |
87 | 2024-08-27T18:09:10.279Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-27T18:09:10.279Z | ++ set -o xtrace |
89 | 2024-08-27T18:09:10.279Z | ++++ dirname ./env.sh |
90 | 2024-08-27T18:09:10.279Z | +++ readlink -f . |
91 | 2024-08-27T18:09:10.279Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-27T18:09:10.279Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-27T18:09:10.279Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-27T18:09:10.279Z | ++ 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 |
95 | 2024-08-27T18:09:10.279Z | ++ 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 |
96 | 2024-08-27T18:09:10.279Z | ++ 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 |
97 | 2024-08-27T18:09:10.279Z | ++ 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 |
98 | 2024-08-27T18:09:10.279Z | ++ 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 |
99 | 2024-08-27T18:09:10.279Z | ++ 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 |
100 | 2024-08-27T18:09:10.279Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-27T18:09:10.279Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-27T18:09:10.279Z | + banner prerequisites |
103 | 2024-08-27T18:09:10.279Z | |
104 | 2024-08-27T18:09:10.279Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-27T18:09:10.279Z | # # # # # # # # # # # # # # # |
106 | 2024-08-27T18:09:10.279Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-27T18:09:10.279Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-27T18:09:10.279Z | # # # # # # # # # # # # # # # |
109 | 2024-08-27T18:09:10.279Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-27T18:09:10.279Z | |
111 | 2024-08-27T18:09:10.279Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-27T18:09:15.575Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-27T18:09:18.320Z | Startup: Caching catalogs ... Done |
114 | 2024-08-27T18:09:20.864Z | Planning: Solver setup ... Done (1.800s) |
115 | 2024-08-27T18:09:20.892Z | Planning: Running solver ... Done (0.028s) |
116 | 2024-08-27T18:09:20.929Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-08-27T18:09:21.008Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-27T18:09:21.458Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-08-27T18:09:21.595Z | Planning: Package planning ... Done (0.137s) |
120 | 2024-08-27T18:09:21.667Z | Planning: Merging actions ... Done (0.070s) |
121 | 2024-08-27T18:09:21.964Z | Planning: Checking for conflicting actions ... Done (0.299s) |
122 | 2024-08-27T18:09:23.077Z | Planning: Consolidating action changes ... Done (1.112s) |
123 | 2024-08-27T18:09:23.495Z | Planning: Evaluating mediators ... Done (0.418s) |
124 | 2024-08-27T18:09:23.595Z | Planning: Planning completed in 5.21 seconds |
125 | 2024-08-27T18:09:23.619Z | Packages to install: 4 |
126 | 2024-08-27T18:09:23.619Z | Packages to update: 1 |
127 | 2024-08-27T18:09:23.619Z | Mediators to change: 2 |
128 | 2024-08-27T18:09:23.619Z | Services to change: 1 |
129 | 2024-08-27T18:09:23.619Z | Estimated space available: 148.82 GB |
130 | 2024-08-27T18:09:23.619Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-08-27T18:09:23.619Z | Create boot environment: No |
132 | 2024-08-27T18:09:23.619Z | Create backup boot environment: Yes |
133 | 2024-08-27T18:09:23.619Z | Rebuild boot archive: No |
134 | 2024-08-27T18:09:23.619Z | |
135 | 2024-08-27T18:09:23.619Z | Changed mediators: |
136 | 2024-08-27T18:09:23.619Z | mediator clang: |
137 | 2024-08-27T18:09:23.619Z | version: None -> 15 (system default) |
138 | 2024-08-27T18:09:23.619Z | |
139 | 2024-08-27T18:09:23.619Z | mediator llvm: |
140 | 2024-08-27T18:09:23.619Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-27T18:09:23.619Z | |
142 | 2024-08-27T18:09:23.619Z | Changed packages: |
143 | 2024-08-27T18:09:23.619Z | helios-dev |
144 | 2024-08-27T18:09:23.619Z | developer/build-essential |
145 | 2024-08-27T18:09:23.619Z | None -> 11-2.0 |
146 | 2024-08-27T18:09:23.619Z | library/libxmlsec1 |
147 | 2024-08-27T18:09:23.619Z | None -> 1.2.35-2.0 |
148 | 2024-08-27T18:09:23.619Z | ooce/developer/clang-15 |
149 | 2024-08-27T18:09:23.619Z | None -> 15.0.7-2.0 |
150 | 2024-08-27T18:09:23.619Z | ooce/developer/llvm-15 |
151 | 2024-08-27T18:09:23.619Z | None -> 15.0.7-2.0 |
152 | 2024-08-27T18:09:23.619Z | package/pkg |
153 | 2024-08-27T18:09:23.619Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-08-27T18:09:23.619Z | |
155 | 2024-08-27T18:09:23.619Z | Services: |
156 | 2024-08-27T18:09:23.620Z | restart_fmri: |
157 | 2024-08-27T18:09:23.620Z | svc:/system/update-man-index:default |
158 | 2024-08-27T18:09:23.620Z | |
159 | 2024-08-27T18:09:23.620Z | Editable files to change: |
160 | 2024-08-27T18:09:23.620Z | Update: |
161 | 2024-08-27T18:09:23.620Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-08-27T18:09:23.694Z | |
163 | 2024-08-27T18:09:23.694Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-08-27T18:09:28.702Z | Download: 786/4281 items 18.6/220.6MB 8% complete (3.9M/s) |
165 | 2024-08-27T18:09:33.709Z | Download: 1201/4281 items 83.5/220.6MB 37% complete (8.5M/s) |
166 | 2024-08-27T18:09:38.713Z | Download: 1946/4281 items 118.7/220.6MB 53% complete (10.0M/s) |
167 | 2024-08-27T18:09:43.716Z | Download: 2955/4281 items 121.2/220.6MB 54% complete (3.8M/s) |
168 | 2024-08-27T18:09:48.717Z | Download: 3738/4281 items 217.7/220.6MB 98% complete (9.9M/s) |
169 | 2024-08-27T18:09:50.176Z | Download: Completed 220.60 MB in 26.48 seconds (8.3M/s) |
170 | 2024-08-27T18:09:51.637Z | Actions: 1/5063 actions (Removing old actions) |
171 | 2024-08-27T18:09:51.661Z | Actions: 194/5063 actions (Installing new actions) |
172 | 2024-08-27T18:09:56.654Z | Actions: 3128/5063 actions (Installing new actions) |
173 | 2024-08-27T18:09:57.617Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-08-27T18:09:57.994Z | Actions: Completed 5063 actions in 6.36 seconds. |
175 | 2024-08-27T18:09:58.398Z | Done (0.394s) |
176 | 2024-08-27T18:09:58.422Z | Done (0.000s) |
177 | 2024-08-27T18:09:58.862Z | Done (0.463s) |
178 | 2024-08-27T18:10:04.251Z | Done (5.228s) |
179 | 2024-08-27T18:10:04.357Z | Done (0.019s) |
180 | 2024-08-27T18:10:04.381Z | Done (0.000s) |
181 | 2024-08-27T18:10:04.560Z | Done (0.000s) |
182 | 2024-08-27T18:10:05.254Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-08-27T18:10:05.516Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-08-27T18:10:05.539Z | Planning: Consolidating action changes ... Done |
185 | 2024-08-27T18:10:05.852Z | Planning: Evaluating mediators ... Done |
186 | 2024-08-27T18:10:05.876Z | Planning: Planning completed in 0.60 seconds |
187 | 2024-08-27T18:10:05.900Z | Mediators to change: 2 |
188 | 2024-08-27T18:10:05.900Z | Create boot environment: No |
189 | 2024-08-27T18:10:05.900Z | Create backup boot environment: No |
190 | 2024-08-27T18:10:05.964Z | Done |
191 | 2024-08-27T18:10:05.964Z | Done |
192 | 2024-08-27T18:10:06.294Z | Done |
193 | 2024-08-27T18:10:10.869Z | Done |
194 | 2024-08-27T18:10:10.986Z | Done |
195 | 2024-08-27T18:10:10.986Z | Done |
196 | 2024-08-27T18:10:11.035Z | Done |
197 | 2024-08-27T18:10:11.832Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-08-27T18:10:11.856Z | Planning: Merging actions ... Done |
199 | 2024-08-27T18:10:12.095Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-08-27T18:10:12.119Z | Planning: Consolidating action changes ... Done |
201 | 2024-08-27T18:10:12.456Z | Planning: Evaluating mediators ... Done |
202 | 2024-08-27T18:10:12.528Z | Planning: Planning completed in 0.96 seconds |
203 | 2024-08-27T18:10:12.584Z | Packages to change: 1 |
204 | 2024-08-27T18:10:12.585Z | Mediators to change: 1 |
205 | 2024-08-27T18:10:12.585Z | Services to change: 1 |
206 | 2024-08-27T18:10:12.585Z | Create boot environment: No |
207 | 2024-08-27T18:10:12.585Z | Create backup boot environment: Yes |
208 | 2024-08-27T18:10:14.062Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-08-27T18:10:14.086Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2024-08-27T18:10:14.086Z | Done |
211 | 2024-08-27T18:10:14.086Z | Done |
212 | 2024-08-27T18:10:14.158Z | Done |
213 | 2024-08-27T18:10:18.454Z | Done |
214 | 2024-08-27T18:10:18.551Z | Done |
215 | 2024-08-27T18:10:18.574Z | Done |
216 | 2024-08-27T18:10:18.636Z | Done |
217 | 2024-08-27T18:10:19.169Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-08-27T18:10:19.169Z | clang system 15 system |
219 | 2024-08-27T18:10:19.169Z | csh system system illumos |
220 | 2024-08-27T18:10:19.169Z | ctags system system illumos |
221 | 2024-08-27T18:10:19.169Z | gcc vendor 12 vendor |
222 | 2024-08-27T18:10:19.169Z | gcc system 10 system |
223 | 2024-08-27T18:10:19.169Z | gcc system 7 system |
224 | 2024-08-27T18:10:19.169Z | go system 1.20 system |
225 | 2024-08-27T18:10:19.169Z | go system 1.19 system |
226 | 2024-08-27T18:10:19.170Z | llvm system 15 system |
227 | 2024-08-27T18:10:19.170Z | llvm system 14 system |
228 | 2024-08-27T18:10:19.170Z | mariadb system 10.6 system |
229 | 2024-08-27T18:10:19.170Z | mta vendor vendor dma |
230 | 2024-08-27T18:10:19.170Z | openjdk system 17 system |
231 | 2024-08-27T18:10:19.170Z | openjdk system 11 system |
232 | 2024-08-27T18:10:19.170Z | openjdk system 1.8 system |
233 | 2024-08-27T18:10:19.170Z | openssl vendor 3 vendor |
234 | 2024-08-27T18:10:19.170Z | perl system 5.36 system |
235 | 2024-08-27T18:10:19.170Z | postgresql system 15 system |
236 | 2024-08-27T18:10:19.170Z | postgresql system 13 system |
237 | 2024-08-27T18:10:19.170Z | python vendor 3 vendor |
238 | 2024-08-27T18:10:19.170Z | python system 2 system |
239 | 2024-08-27T18:10:19.170Z | python3 system 3.11 system |
240 | 2024-08-27T18:10:19.170Z | ruby system 3.0 system |
241 | 2024-08-27T18:10:19.170Z | words vendor vendor american-english |
242 | 2024-08-27T18:10:19.170Z | words system system australian-english |
243 | 2024-08-27T18:10:19.170Z | words system system british-english |
244 | 2024-08-27T18:10:19.170Z | words system system canadian-english |
245 | 2024-08-27T18:10:19.170Z | words system system french |
246 | 2024-08-27T18:10:19.170Z | words system system italian |
247 | 2024-08-27T18:10:19.170Z | words system system ngerman |
248 | 2024-08-27T18:10:19.170Z | words system system ogerman |
249 | 2024-08-27T18:10:19.170Z | words system system spanish |
250 | 2024-08-27T18:10:19.570Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-08-27T18:10:19.570Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-08-27T18:10:21.711Z | FMRI IFO |
253 | 2024-08-27T18:10:21.711Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-08-27T18:10:21.711Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-08-27T18:10:21.711Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-08-27T18:10:21.712Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-08-27T18:10:21.712Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-08-27T18:10:21.712Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-08-27T18:10:21.712Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-08-27T18:10:21.712Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-08-27T18:10:21.712Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-08-27T18:10:21.712Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
263 | 2024-08-27T18:10:21.712Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
264 | 2024-08-27T18:10:21.712Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
265 | 2024-08-27T18:10:21.712Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
266 | 2024-08-27T18:10:22.406Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
267 | 2024-08-27T18:10:22.760Z | Updating git repository `https://github.com/oxidecomputer/zone` |
268 | 2024-08-27T18:10:23.111Z | Updating crates.io index |
269 | 2024-08-27T18:10:23.135Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
270 | 2024-08-27T18:10:24.003Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-08-27T18:10:24.915Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-08-27T18:10:25.228Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
273 | 2024-08-27T18:10:26.980Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-08-27T18:10:27.281Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-08-27T18:10:27.596Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-08-27T18:10:28.863Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-08-27T18:10:30.773Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-08-27T18:10:31.923Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-08-27T18:10:32.660Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-08-27T18:10:33.023Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-08-27T18:10:33.676Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
282 | 2024-08-27T18:10:34.023Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
283 | 2024-08-27T18:10:34.417Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2024-08-27T18:10:34.787Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2024-08-27T18:10:35.096Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2024-08-27T18:10:35.377Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2024-08-27T18:10:35.730Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
288 | 2024-08-27T18:10:36.074Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-08-27T18:10:36.466Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-08-27T18:10:36.883Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-08-27T18:10:37.246Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-08-27T18:10:37.808Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2024-08-27T18:10:38.223Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-08-27T18:10:38.724Z | Updating git repository `https://github.com/oxidecomputer/typify` |
295 | 2024-08-27T18:10:41.292Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
296 | 2024-08-27T18:10:41.633Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
297 | 2024-08-27T18:10:42.053Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
298 | 2024-08-27T18:10:42.452Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
299 | 2024-08-27T18:10:43.789Z | Downloading crates ... |
300 | 2024-08-27T18:10:43.851Z | Downloaded is_terminal_polyfill v1.70.0 |
301 | 2024-08-27T18:10:43.881Z | Downloaded swrite v0.1.0 |
302 | 2024-08-27T18:10:43.881Z | Downloaded pretty-hex v0.4.1 |
303 | 2024-08-27T18:10:43.881Z | Downloaded utf8parse v0.2.1 |
304 | 2024-08-27T18:10:43.881Z | Downloaded typenum v1.17.0 |
305 | 2024-08-27T18:10:43.906Z | Downloaded zerocopy v0.7.34 |
306 | 2024-08-27T18:10:43.930Z | Downloaded serde_spanned v0.6.7 |
307 | 2024-08-27T18:10:43.931Z | Downloaded zerocopy-derive v0.7.34 |
308 | 2024-08-27T18:10:43.931Z | Downloaded toml_edit v0.22.20 |
309 | 2024-08-27T18:10:43.955Z | Downloaded tabled v0.15.0 |
310 | 2024-08-27T18:10:43.979Z | Downloaded unicode-width v0.1.13 |
311 | 2024-08-27T18:10:44.005Z | Downloaded libc v0.2.156 |
312 | 2024-08-27T18:10:44.029Z | Downloaded syn v1.0.109 |
313 | 2024-08-27T18:10:44.029Z | Downloaded rustix v0.38.34 |
314 | 2024-08-27T18:10:44.054Z | Downloaded toml v0.8.19 |
315 | 2024-08-27T18:10:44.079Z | Downloaded terminal_size v0.3.0 |
316 | 2024-08-27T18:10:44.079Z | Downloaded syn v2.0.74 |
317 | 2024-08-27T18:10:44.079Z | Downloaded strsim v0.11.1 |
318 | 2024-08-27T18:10:44.079Z | Downloaded serde_derive v1.0.208 |
319 | 2024-08-27T18:10:44.079Z | Downloaded semver v1.0.23 |
320 | 2024-08-27T18:10:44.079Z | Downloaded scroll v0.12.0 |
321 | 2024-08-27T18:10:44.104Z | Downloaded proc-macro2 v1.0.86 |
322 | 2024-08-27T18:10:44.104Z | Downloaded proc-macro-error v1.0.4 |
323 | 2024-08-27T18:10:44.104Z | Downloaded pest_meta v2.7.10 |
324 | 2024-08-27T18:10:44.104Z | Downloaded memchr v2.7.2 |
325 | 2024-08-27T18:10:44.104Z | Downloaded indexmap v2.4.0 |
326 | 2024-08-27T18:10:44.104Z | Downloaded goblin v0.8.2 |
327 | 2024-08-27T18:10:44.128Z | Downloaded serde_json v1.0.125 |
328 | 2024-08-27T18:10:44.128Z | Downloaded pest_derive v2.7.10 |
329 | 2024-08-27T18:10:44.128Z | Downloaded pest v2.7.10 |
330 | 2024-08-27T18:10:44.128Z | Downloaded papergrid v0.11.0 |
331 | 2024-08-27T18:10:44.128Z | Downloaded once_cell v1.19.0 |
332 | 2024-08-27T18:10:44.152Z | Downloaded log v0.4.21 |
333 | 2024-08-27T18:10:44.152Z | Downloaded itoa v1.0.11 |
334 | 2024-08-27T18:10:44.152Z | Downloaded heck v0.4.1 |
335 | 2024-08-27T18:10:44.152Z | Downloaded hashbrown v0.14.5 |
336 | 2024-08-27T18:10:44.152Z | Downloaded generic-array v0.14.7 |
337 | 2024-08-27T18:10:44.152Z | Downloaded fnv v1.0.7 |
338 | 2024-08-27T18:10:44.152Z | Downloaded equivalent v1.0.1 |
339 | 2024-08-27T18:10:44.152Z | Downloaded dof v0.3.0 |
340 | 2024-08-27T18:10:44.152Z | Downloaded crypto-common v0.1.6 |
341 | 2024-08-27T18:10:44.152Z | Downloaded colorchoice v1.0.1 |
342 | 2024-08-27T18:10:44.152Z | Downloaded clap_builder v4.5.15 |
343 | 2024-08-27T18:10:44.176Z | Downloaded clap v4.5.16 |
344 | 2024-08-27T18:10:44.176Z | Downloaded winnow v0.6.18 |
345 | 2024-08-27T18:10:44.176Z | Downloaded version_check v0.9.5 |
346 | 2024-08-27T18:10:44.200Z | Downloaded usdt-macro v0.5.0 |
347 | 2024-08-27T18:10:44.200Z | Downloaded usdt-attr-macro v0.5.0 |
348 | 2024-08-27T18:10:44.200Z | Downloaded unicode-ident v1.0.12 |
349 | 2024-08-27T18:10:44.200Z | Downloaded ucd-trie v0.1.6 |
350 | 2024-08-27T18:10:44.200Z | Downloaded toml_datetime v0.6.8 |
351 | 2024-08-27T18:10:44.200Z | Downloaded thiserror-impl v1.0.63 |
352 | 2024-08-27T18:10:44.200Z | Downloaded ryu v1.0.18 |
353 | 2024-08-27T18:10:44.200Z | Downloaded clap_derive v4.5.13 |
354 | 2024-08-27T18:10:44.200Z | Downloaded cargo_toml v0.20.4 |
355 | 2024-08-27T18:10:44.200Z | Downloaded thread-id v4.2.1 |
356 | 2024-08-27T18:10:44.200Z | Downloaded tabled_derive v0.7.0 |
357 | 2024-08-27T18:10:44.200Z | Downloaded sha2 v0.10.8 |
358 | 2024-08-27T18:10:44.200Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2024-08-27T18:10:44.200Z | Downloaded serde v1.0.208 |
360 | 2024-08-27T18:10:44.226Z | Downloaded cargo-platform v0.1.8 |
361 | 2024-08-27T18:10:44.226Z | Downloaded byteorder v1.5.0 |
362 | 2024-08-27T18:10:44.226Z | Downloaded bitflags v2.6.0 |
363 | 2024-08-27T18:10:44.226Z | Downloaded autocfg v1.3.0 |
364 | 2024-08-27T18:10:44.226Z | Downloaded anyhow v1.0.86 |
365 | 2024-08-27T18:10:44.226Z | Downloaded anstyle v1.0.8 |
366 | 2024-08-27T18:10:44.226Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-08-27T18:10:44.226Z | Downloaded usdt v0.5.0 |
368 | 2024-08-27T18:10:44.226Z | Downloaded thiserror v1.0.63 |
369 | 2024-08-27T18:10:44.250Z | Downloaded scroll_derive v0.12.0 |
370 | 2024-08-27T18:10:44.250Z | Downloaded quote v1.0.36 |
371 | 2024-08-27T18:10:44.250Z | Downloaded proc-macro-error-attr v1.0.4 |
372 | 2024-08-27T18:10:44.250Z | Downloaded plain v0.2.3 |
373 | 2024-08-27T18:10:44.250Z | Downloaded pest_generator v2.7.10 |
374 | 2024-08-27T18:10:44.250Z | Downloaded memmap v0.7.0 |
375 | 2024-08-27T18:10:44.250Z | Downloaded macaddr v1.0.1 |
376 | 2024-08-27T18:10:44.250Z | Downloaded heck v0.5.0 |
377 | 2024-08-27T18:10:44.250Z | Downloaded fs-err v2.11.0 |
378 | 2024-08-27T18:10:44.250Z | Downloaded errno v0.3.9 |
379 | 2024-08-27T18:10:44.250Z | Downloaded digest v0.10.7 |
380 | 2024-08-27T18:10:44.250Z | Downloaded cpufeatures v0.2.12 |
381 | 2024-08-27T18:10:44.250Z | Downloaded clap_lex v0.7.0 |
382 | 2024-08-27T18:10:44.250Z | Downloaded cargo_metadata v0.18.1 |
383 | 2024-08-27T18:10:44.250Z | Downloaded camino v1.1.9 |
384 | 2024-08-27T18:10:44.274Z | Downloaded bytecount v0.6.8 |
385 | 2024-08-27T18:10:44.274Z | Downloaded block-buffer v0.10.4 |
386 | 2024-08-27T18:10:44.274Z | Downloaded anstyle-query v1.0.3 |
387 | 2024-08-27T18:10:44.274Z | Downloaded anstyle-parse v0.2.4 |
388 | 2024-08-27T18:10:44.274Z | Downloaded anstream v0.6.14 |
389 | 2024-08-27T18:10:44.274Z | Downloaded dtrace-parser v0.2.0 |
390 | 2024-08-27T18:10:44.274Z | Downloaded cfg-if v1.0.0 |
391 | 2024-08-27T18:10:44.395Z | Compiling proc-macro2 v1.0.86 |
392 | 2024-08-27T18:10:44.419Z | Compiling unicode-ident v1.0.12 |
393 | 2024-08-27T18:10:44.419Z | Compiling version_check v0.9.5 |
394 | 2024-08-27T18:10:44.419Z | Compiling serde v1.0.208 |
395 | 2024-08-27T18:10:44.419Z | Compiling thiserror v1.0.63 |
396 | 2024-08-27T18:10:44.419Z | Compiling memchr v2.7.2 |
397 | 2024-08-27T18:10:44.419Z | Compiling libc v0.2.156 |
398 | 2024-08-27T18:10:44.419Z | Compiling itoa v1.0.11 |
399 | 2024-08-27T18:10:44.730Z | Compiling ryu v1.0.18 |
400 | 2024-08-27T18:10:44.782Z | Compiling ucd-trie v0.1.6 |
401 | 2024-08-27T18:10:45.129Z | Compiling once_cell v1.19.0 |
402 | 2024-08-27T18:10:45.246Z | Compiling byteorder v1.5.0 |
403 | 2024-08-27T18:10:45.315Z | Compiling serde_json v1.0.125 |
404 | 2024-08-27T18:10:45.635Z | Compiling proc-macro-error-attr v1.0.4 |
405 | 2024-08-27T18:10:45.663Z | Compiling usdt-impl v0.5.0 |
406 | 2024-08-27T18:10:45.691Z | Compiling rustix v0.38.34 |
407 | 2024-08-27T18:10:45.856Z | Compiling syn v1.0.109 |
408 | 2024-08-27T18:10:45.897Z | Compiling quote v1.0.36 |
409 | 2024-08-27T18:10:46.134Z | Compiling proc-macro-error v1.0.4 |
410 | 2024-08-27T18:10:46.161Z | Compiling log v0.4.21 |
411 | 2024-08-27T18:10:46.399Z | Compiling syn v2.0.74 |
412 | 2024-08-27T18:10:46.513Z | Compiling errno v0.3.9 |
413 | 2024-08-27T18:10:46.543Z | Compiling equivalent v1.0.1 |
414 | 2024-08-27T18:10:46.566Z | Compiling hashbrown v0.14.5 |
415 | 2024-08-27T18:10:46.591Z | Compiling bitflags v2.6.0 |
416 | 2024-08-27T18:10:46.591Z | Compiling plain v0.2.3 |
417 | 2024-08-27T18:10:46.664Z | Compiling utf8parse v0.2.1 |
418 | 2024-08-27T18:10:46.736Z | Compiling thread-id v4.2.1 |
419 | 2024-08-27T18:10:46.825Z | Compiling anstyle-parse v0.2.4 |
420 | 2024-08-27T18:10:47.034Z | Compiling is_terminal_polyfill v1.70.0 |
421 | 2024-08-27T18:10:47.142Z | Compiling anstyle v1.0.8 |
422 | 2024-08-27T18:10:47.168Z | Compiling camino v1.1.9 |
423 | 2024-08-27T18:10:47.320Z | Compiling pretty-hex v0.4.1 |
424 | 2024-08-27T18:10:47.524Z | Compiling anstyle-query v1.0.3 |
425 | 2024-08-27T18:10:47.549Z | Compiling winnow v0.6.18 |
426 | 2024-08-27T18:10:47.580Z | Compiling colorchoice v1.0.1 |
427 | 2024-08-27T18:10:47.661Z | Compiling indexmap v2.4.0 |
428 | 2024-08-27T18:10:47.729Z | Compiling semver v1.0.23 |
429 | 2024-08-27T18:10:47.759Z | Compiling autocfg v1.3.0 |
430 | 2024-08-27T18:10:47.859Z | Compiling terminal_size v0.3.0 |
431 | 2024-08-27T18:10:48.041Z | Compiling anstream v0.6.14 |
432 | 2024-08-27T18:10:48.377Z | Compiling unicode-width v0.1.13 |
433 | 2024-08-27T18:10:48.454Z | Compiling strsim v0.11.1 |
434 | 2024-08-27T18:10:48.595Z | Compiling anyhow v1.0.86 |
435 | 2024-08-27T18:10:48.704Z | Compiling fs-err v2.11.0 |
436 | 2024-08-27T18:10:48.741Z | Compiling heck v0.4.1 |
437 | 2024-08-27T18:10:49.002Z | Compiling heck v0.5.0 |
438 | 2024-08-27T18:10:49.039Z | Compiling clap_lex v0.7.0 |
439 | 2024-08-27T18:10:49.282Z | Compiling bytecount v0.6.8 |
440 | 2024-08-27T18:10:49.405Z | Compiling fnv v1.0.7 |
441 | 2024-08-27T18:10:49.475Z | Compiling clap_builder v4.5.15 |
442 | 2024-08-27T18:10:49.532Z | Compiling papergrid v0.11.0 |
443 | 2024-08-27T18:10:49.687Z | Compiling memmap v0.7.0 |
444 | 2024-08-27T18:10:50.106Z | Compiling swrite v0.1.0 |
445 | 2024-08-27T18:10:51.665Z | Compiling tabled_derive v0.7.0 |
446 | 2024-08-27T18:10:53.379Z | Compiling tabled v0.15.0 |
447 | 2024-08-27T18:10:54.732Z | Compiling serde_derive v1.0.208 |
448 | 2024-08-27T18:10:54.756Z | Compiling thiserror-impl v1.0.63 |
449 | 2024-08-27T18:10:54.756Z | Compiling zerocopy-derive v0.7.34 |
450 | 2024-08-27T18:10:54.756Z | Compiling scroll_derive v0.12.0 |
451 | 2024-08-27T18:10:54.934Z | Compiling clap_derive v4.5.13 |
452 | 2024-08-27T18:10:56.110Z | Compiling scroll v0.12.0 |
453 | 2024-08-27T18:10:56.599Z | Compiling goblin v0.8.2 |
454 | 2024-08-27T18:10:56.657Z | Compiling zerocopy v0.7.34 |
455 | 2024-08-27T18:10:57.142Z | Compiling pest v2.7.10 |
456 | 2024-08-27T18:10:58.193Z | Compiling clap v4.5.16 |
457 | 2024-08-27T18:10:59.222Z | Compiling pest_meta v2.7.10 |
458 | 2024-08-27T18:11:00.215Z | Compiling pest_generator v2.7.10 |
459 | 2024-08-27T18:11:01.895Z | Compiling pest_derive v2.7.10 |
460 | 2024-08-27T18:11:02.536Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-08-27T18:11:04.358Z | Compiling serde_spanned v0.6.7 |
462 | 2024-08-27T18:11:04.358Z | Compiling toml_datetime v0.6.8 |
463 | 2024-08-27T18:11:04.358Z | Compiling cargo-platform v0.1.8 |
464 | 2024-08-27T18:11:04.744Z | Compiling serde_tokenstream v0.2.2 |
465 | 2024-08-27T18:11:04.767Z | Compiling toml_edit v0.22.20 |
466 | 2024-08-27T18:11:04.912Z | Compiling macaddr v1.0.1 |
467 | 2024-08-27T18:11:05.742Z | Compiling dof v0.3.0 |
468 | 2024-08-27T18:11:05.742Z | Compiling cargo_metadata v0.18.1 |
469 | 2024-08-27T18:11:07.324Z | Compiling toml v0.8.19 |
470 | 2024-08-27T18:11:07.707Z | Compiling usdt-attr-macro v0.5.0 |
471 | 2024-08-27T18:11:07.749Z | Compiling usdt-macro v0.5.0 |
472 | 2024-08-27T18:11:08.041Z | Compiling cargo_toml v0.20.4 |
473 | 2024-08-27T18:11:08.908Z | Compiling usdt v0.5.0 |
474 | 2024-08-27T18:11:12.211Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
475 | 2024-08-27T18:11:17.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.20s |
476 | 2024-08-27T18:11:17.591Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
477 | 2024-08-27T18:11:18.353Z | Downloading crates ... |
478 | 2024-08-27T18:11:18.491Z | Downloaded cstr-argument v0.1.2 |
479 | 2024-08-27T18:11:19.102Z | Downloaded atomicwrites v0.4.3 |
480 | 2024-08-27T18:11:19.102Z | Downloaded curve25519-dalek-derive v0.1.1 |
481 | 2024-08-27T18:11:19.102Z | Downloaded is_ci v1.2.0 |
482 | 2024-08-27T18:11:19.102Z | Downloaded instant v0.1.12 |
483 | 2024-08-27T18:11:19.102Z | Downloaded defmt v0.3.8 |
484 | 2024-08-27T18:11:19.102Z | Downloaded openssl-probe v0.1.5 |
485 | 2024-08-27T18:11:19.103Z | Downloaded newtype_derive v0.1.6 |
486 | 2024-08-27T18:11:19.103Z | Downloaded mime v0.3.17 |
487 | 2024-08-27T18:11:19.103Z | Downloaded opaque-debug v0.3.1 |
488 | 2024-08-27T18:11:19.103Z | Downloaded olpc-cjson v0.1.3 |
489 | 2024-08-27T18:11:19.103Z | Downloaded memmap2 v0.9.4 |
490 | 2024-08-27T18:11:19.103Z | Downloaded sigpipe v0.1.3 |
491 | 2024-08-27T18:11:19.103Z | Downloaded native-tls v0.2.11 |
492 | 2024-08-27T18:11:19.103Z | Downloaded scheduled-thread-pool v0.2.7 |
493 | 2024-08-27T18:11:19.103Z | Downloaded diesel_table_macro_syntax v0.2.0 |
494 | 2024-08-27T18:11:19.103Z | Downloaded siphasher v0.3.11 |
495 | 2024-08-27T18:11:19.103Z | Downloaded fxhash v0.2.1 |
496 | 2024-08-27T18:11:19.103Z | Downloaded zone_cfg_derive v0.1.2 |
497 | 2024-08-27T18:11:19.103Z | Downloaded tiny-keccak v2.0.2 |
498 | 2024-08-27T18:11:19.103Z | Downloaded oso-derive v0.27.3 |
499 | 2024-08-27T18:11:19.103Z | Downloaded subtle v2.5.0 |
500 | 2024-08-27T18:11:19.103Z | Downloaded portpicker v0.1.1 |
501 | 2024-08-27T18:11:19.103Z | Downloaded multer v3.1.0 |
502 | 2024-08-27T18:11:19.103Z | Downloaded toolchain_find v0.4.0 |
503 | 2024-08-27T18:11:19.103Z | Downloaded tower-service v0.3.2 |
504 | 2024-08-27T18:11:19.103Z | Downloaded foreign-types-macros v0.2.3 |
505 | 2024-08-27T18:11:19.103Z | Downloaded pretty-hex v0.2.1 |
506 | 2024-08-27T18:11:19.103Z | Downloaded heck v0.3.3 |
507 | 2024-08-27T18:11:19.103Z | Downloaded sqlparser_derive v0.2.2 |
508 | 2024-08-27T18:11:19.103Z | Downloaded unarray v0.1.4 |
509 | 2024-08-27T18:11:19.103Z | Downloaded twox-hash v1.6.3 |
510 | 2024-08-27T18:11:19.103Z | Downloaded spki v0.7.3 |
511 | 2024-08-27T18:11:19.103Z | Downloaded want v0.3.1 |
512 | 2024-08-27T18:11:19.103Z | Downloaded waitgroup v0.1.2 |
513 | 2024-08-27T18:11:19.103Z | Downloaded vte_generate_state_changes v0.1.1 |
514 | 2024-08-27T18:11:19.103Z | Downloaded phf_shared v0.10.0 |
515 | 2024-08-27T18:11:19.103Z | Downloaded resolv-conf v0.7.0 |
516 | 2024-08-27T18:11:19.103Z | Downloaded take_mut v0.2.2 |
517 | 2024-08-27T18:11:19.103Z | Downloaded try-lock v0.2.5 |
518 | 2024-08-27T18:11:19.103Z | Downloaded path-slash v0.1.5 |
519 | 2024-08-27T18:11:19.103Z | Downloaded tap v1.0.1 |
520 | 2024-08-27T18:11:19.103Z | Downloaded heapless v0.7.17 |
521 | 2024-08-27T18:11:19.103Z | Downloaded futures v0.3.30 |
522 | 2024-08-27T18:11:19.103Z | Downloaded strip-ansi-escapes v0.2.0 |
523 | 2024-08-27T18:11:19.103Z | Downloaded endian-type v0.1.2 |
524 | 2024-08-27T18:11:19.103Z | Downloaded termios v0.3.3 |
525 | 2024-08-27T18:11:19.104Z | Downloaded termcolor v1.4.1 |
526 | 2024-08-27T18:11:19.104Z | Downloaded parse-size v1.0.0 |
527 | 2024-08-27T18:11:19.104Z | Downloaded rustc-hash v1.1.0 |
528 | 2024-08-27T18:11:19.104Z | Downloaded enum-as-inner v0.6.0 |
529 | 2024-08-27T18:11:19.104Z | Downloaded erased-serde v0.3.31 |
530 | 2024-08-27T18:11:19.104Z | Downloaded foreign-types-shared v0.3.1 |
531 | 2024-08-27T18:11:19.104Z | Downloaded serde-big-array v0.5.1 |
532 | 2024-08-27T18:11:19.104Z | Downloaded smf v0.2.3 |
533 | 2024-08-27T18:11:19.104Z | Downloaded sec1 v0.7.3 |
534 | 2024-08-27T18:11:19.104Z | Downloaded semver v0.1.20 |
535 | 2024-08-27T18:11:19.104Z | Downloaded serde_urlencoded v0.7.1 |
536 | 2024-08-27T18:11:19.104Z | Downloaded fallible-iterator v0.3.0 |
537 | 2024-08-27T18:11:19.104Z | Downloaded httparse v1.8.0 |
538 | 2024-08-27T18:11:19.104Z | Downloaded serde_repr v0.1.19 |
539 | 2024-08-27T18:11:19.104Z | Downloaded env_logger v0.10.2 |
540 | 2024-08-27T18:11:19.104Z | Downloaded reedline v0.33.0 |
541 | 2024-08-27T18:11:19.104Z | Downloaded scrypt v0.11.0 |
542 | 2024-08-27T18:11:19.104Z | Downloaded fastrand v2.1.0 |
543 | 2024-08-27T18:11:19.104Z | Downloaded sqlparser v0.45.0 |
544 | 2024-08-27T18:11:19.104Z | Downloaded sct v0.7.1 |
545 | 2024-08-27T18:11:19.104Z | Downloaded parking_lot_core v0.8.6 |
546 | 2024-08-27T18:11:19.104Z | Downloaded regex v1.10.6 |
547 | 2024-08-27T18:11:19.104Z | Downloaded parking_lot v0.12.2 |
548 | 2024-08-27T18:11:19.104Z | Downloaded fatfs v0.3.6 |
549 | 2024-08-27T18:11:19.104Z | Downloaded rsa v0.9.6 |
550 | 2024-08-27T18:11:19.104Z | Downloaded flate2 v1.0.31 |
551 | 2024-08-27T18:11:19.104Z | Downloaded expectorate v1.1.0 |
552 | 2024-08-27T18:11:19.104Z | Downloaded unicode-normalization v0.1.23 |
553 | 2024-08-27T18:11:19.104Z | Downloaded reqwest v0.11.27 |
554 | 2024-08-27T18:11:19.104Z | Downloaded radix_trie v0.2.1 |
555 | 2024-08-27T18:11:19.104Z | Downloaded object v0.32.2 |
556 | 2024-08-27T18:11:19.104Z | Downloaded diesel v2.2.2 |
557 | 2024-08-27T18:11:19.104Z | Downloaded smoltcp v0.9.1 |
558 | 2024-08-27T18:11:19.104Z | Downloaded rustls v0.22.4 |
559 | 2024-08-27T18:11:19.104Z | Downloaded petgraph v0.6.5 |
560 | 2024-08-27T18:11:19.129Z | Downloaded zerocopy-derive v0.6.6 |
561 | 2024-08-27T18:11:19.129Z | Downloaded ratatui v0.28.0 |
562 | 2024-08-27T18:11:19.129Z | Downloaded rustls v0.21.12 |
563 | 2024-08-27T18:11:19.129Z | Downloaded encoding_rs v0.8.34 |
564 | 2024-08-27T18:11:19.158Z | Downloaded regress v0.9.1 |
565 | 2024-08-27T18:11:19.181Z | Downloaded openapiv3 v2.0.0 |
566 | 2024-08-27T18:11:19.206Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
567 | 2024-08-27T18:11:19.275Z | Downloaded nix v0.28.0 |
568 | 2024-08-27T18:11:19.299Z | Downloaded rustls-webpki v0.102.4 |
569 | 2024-08-27T18:11:19.323Z | Downloaded sha3 v0.10.8 |
570 | 2024-08-27T18:11:19.346Z | Downloaded nix v0.27.1 |
571 | 2024-08-27T18:11:19.347Z | Downloaded regex-automata v0.4.6 |
572 | 2024-08-27T18:11:19.370Z | Downloaded finl_unicode v1.2.0 |
573 | 2024-08-27T18:11:19.394Z | Downloaded tokio v1.38.1 |
574 | 2024-08-27T18:11:19.436Z | Downloaded openssl v0.10.66 |
575 | 2024-08-27T18:11:19.460Z | Downloaded lalrpop v0.19.12 |
576 | 2024-08-27T18:11:19.485Z | Downloaded idna v0.5.0 |
577 | 2024-08-27T18:11:19.485Z | Downloaded idna v0.4.0 |
578 | 2024-08-27T18:11:19.485Z | Downloaded idna v0.3.0 |
579 | 2024-08-27T18:11:19.509Z | Downloaded libz-sys v1.1.16 |
580 | 2024-08-27T18:11:19.579Z | Downloaded csv v1.3.0 |
581 | 2024-08-27T18:11:19.603Z | Downloaded ring v0.17.8 |
582 | 2024-08-27T18:11:19.693Z | Downloaded http v1.1.0 |
583 | 2024-08-27T18:11:19.717Z | Downloaded tokio-util v0.7.11 |
584 | 2024-08-27T18:11:19.717Z | Downloaded libsqlite3-sys v0.28.0 |
585 | 2024-08-27T18:11:19.796Z | Downloaded winnow v0.5.40 |
586 | 2024-08-27T18:11:19.820Z | Downloaded ring v0.16.20 |
587 | 2024-08-27T18:11:19.909Z | Downloaded hkdf v0.12.4 |
588 | 2024-08-27T18:11:19.932Z | Downloaded rayon v1.10.0 |
589 | 2024-08-27T18:11:19.932Z | Downloaded object v0.30.4 |
590 | 2024-08-27T18:11:19.956Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
591 | 2024-08-27T18:11:19.956Z | Downloaded diff v0.1.13 |
592 | 2024-08-27T18:11:19.956Z | Downloaded zip v0.6.6 |
593 | 2024-08-27T18:11:19.980Z | Downloaded http v0.2.12 |
594 | 2024-08-27T18:11:19.980Z | Downloaded toml_edit v0.19.15 |
595 | 2024-08-27T18:11:20.004Z | Downloaded regex-syntax v0.8.4 |
596 | 2024-08-27T18:11:20.004Z | Downloaded regex-syntax v0.6.29 |
597 | 2024-08-27T18:11:20.004Z | Downloaded futures-util v0.3.30 |
598 | 2024-08-27T18:11:20.028Z | Downloaded elliptic-curve v0.13.8 |
599 | 2024-08-27T18:11:20.028Z | Downloaded unicode-bidi v0.3.15 |
600 | 2024-08-27T18:11:20.028Z | Downloaded smoltcp v0.11.0 |
601 | 2024-08-27T18:11:20.051Z | Downloaded rustyline v14.0.0 |
602 | 2024-08-27T18:11:20.051Z | Downloaded hickory-proto v0.24.1 |
603 | 2024-08-27T18:11:20.075Z | Downloaded sled v0.34.7 |
604 | 2024-08-27T18:11:20.099Z | Downloaded bstr v1.9.1 |
605 | 2024-08-27T18:11:20.099Z | Downloaded proptest v1.5.0 |
606 | 2024-08-27T18:11:20.123Z | Downloaded git2 v0.19.0 |
607 | 2024-08-27T18:11:20.123Z | Downloaded gimli v0.28.1 |
608 | 2024-08-27T18:11:20.123Z | Downloaded webpki-roots v0.25.4 |
609 | 2024-08-27T18:11:20.146Z | Downloaded serde_with v3.9.0 |
610 | 2024-08-27T18:11:20.146Z | Downloaded rusqlite v0.31.0 |
611 | 2024-08-27T18:11:20.146Z | Downloaded tungstenite v0.20.1 |
612 | 2024-08-27T18:11:20.170Z | Downloaded tracing-core v0.1.32 |
613 | 2024-08-27T18:11:20.170Z | Downloaded vcpkg v0.2.15 |
614 | 2024-08-27T18:11:20.200Z | Downloaded x509-cert v0.2.5 |
615 | 2024-08-27T18:11:20.223Z | Downloaded polar-core v0.27.3 |
616 | 2024-08-27T18:11:20.223Z | Downloaded parking_lot_core v0.9.10 |
617 | 2024-08-27T18:11:20.223Z | Downloaded hashbrown v0.12.3 |
618 | 2024-08-27T18:11:20.247Z | Downloaded tough v0.17.1 |
619 | 2024-08-27T18:11:20.247Z | Downloaded portable-atomic v1.6.0 |
620 | 2024-08-27T18:11:20.247Z | Downloaded fallible-streaming-iterator v0.1.9 |
621 | 2024-08-27T18:11:20.247Z | Downloaded ena v0.14.3 |
622 | 2024-08-27T18:11:20.247Z | Downloaded zeroize_derive v1.4.2 |
623 | 2024-08-27T18:11:20.247Z | Downloaded unicode-linebreak v0.1.5 |
624 | 2024-08-27T18:11:20.247Z | Downloaded rustls-pemfile v1.0.4 |
625 | 2024-08-27T18:11:20.271Z | Downloaded h2 v0.3.26 |
626 | 2024-08-27T18:11:20.271Z | Downloaded scopeguard v1.2.0 |
627 | 2024-08-27T18:11:20.271Z | Downloaded salsa20 v0.10.2 |
628 | 2024-08-27T18:11:20.271Z | Downloaded parse-display v0.10.0 |
629 | 2024-08-27T18:11:20.271Z | Downloaded hashbrown v0.13.2 |
630 | 2024-08-27T18:11:20.271Z | Downloaded toml v0.7.8 |
631 | 2024-08-27T18:11:20.271Z | Downloaded rustls-webpki v0.101.7 |
632 | 2024-08-27T18:11:20.294Z | Downloaded steno v0.4.1 |
633 | 2024-08-27T18:11:20.294Z | Downloaded curve25519-dalek v4.1.3 |
634 | 2024-08-27T18:11:20.318Z | Downloaded pkcs5 v0.7.1 |
635 | 2024-08-27T18:11:20.318Z | Downloaded hickory-resolver v0.24.1 |
636 | 2024-08-27T18:11:20.318Z | Downloaded bitvec v1.0.1 |
637 | 2024-08-27T18:11:20.355Z | Downloaded serde_derive_internals v0.29.1 |
638 | 2024-08-27T18:11:20.356Z | Downloaded hmac v0.12.1 |
639 | 2024-08-27T18:11:20.356Z | Downloaded tar v0.4.41 |
640 | 2024-08-27T18:11:20.356Z | Downloaded ron v0.8.1 |
641 | 2024-08-27T18:11:20.356Z | Downloaded hyper v0.14.30 |
642 | 2024-08-27T18:11:20.379Z | Downloaded unicode-segmentation v1.11.0 |
643 | 2024-08-27T18:11:20.379Z | Downloaded hickory-server v0.24.1 |
644 | 2024-08-27T18:11:20.380Z | Downloaded itertools v0.13.0 |
645 | 2024-08-27T18:11:20.380Z | Downloaded itertools v0.10.5 |
646 | 2024-08-27T18:11:20.403Z | Downloaded fallible-iterator v0.2.0 |
647 | 2024-08-27T18:11:20.403Z | Downloaded sha1 v0.10.6 |
648 | 2024-08-27T18:11:20.403Z | Downloaded blake3 v1.5.1 |
649 | 2024-08-27T18:11:20.403Z | Downloaded serde_plain v1.0.2 |
650 | 2024-08-27T18:11:20.403Z | Downloaded serde_path_to_error v0.1.16 |
651 | 2024-08-27T18:11:20.403Z | Downloaded quick-xml v0.31.0 |
652 | 2024-08-27T18:11:20.427Z | Downloaded secrecy v0.8.0 |
653 | 2024-08-27T18:11:20.427Z | Downloaded fd-lock v4.0.2 |
654 | 2024-08-27T18:11:20.427Z | Downloaded tracing-attributes v0.1.27 |
655 | 2024-08-27T18:11:20.427Z | Downloaded funty v2.0.0 |
656 | 2024-08-27T18:11:20.427Z | Downloaded fragile v2.0.0 |
657 | 2024-08-27T18:11:20.427Z | Downloaded form_urlencoded v1.2.1 |
658 | 2024-08-27T18:11:20.427Z | Downloaded ff v0.13.0 |
659 | 2024-08-27T18:11:20.427Z | Downloaded embedded-io v0.4.0 |
660 | 2024-08-27T18:11:20.427Z | Downloaded hashlink v0.9.1 |
661 | 2024-08-27T18:11:20.427Z | Downloaded snafu v0.8.2 |
662 | 2024-08-27T18:11:20.451Z | Downloaded http-range v0.1.5 |
663 | 2024-08-27T18:11:20.451Z | Downloaded hostname v0.4.0 |
664 | 2024-08-27T18:11:20.451Z | Downloaded env_logger v0.9.3 |
665 | 2024-08-27T18:11:20.451Z | Downloaded pkcs1 v0.7.5 |
666 | 2024-08-27T18:11:20.451Z | Downloaded pin-project v1.1.5 |
667 | 2024-08-27T18:11:20.475Z | Downloaded http-body v0.4.6 |
668 | 2024-08-27T18:11:20.475Z | Downloaded hostname v0.3.1 |
669 | 2024-08-27T18:11:20.476Z | Downloaded home v0.5.9 |
670 | 2024-08-27T18:11:20.476Z | Downloaded zerocopy v0.6.6 |
671 | 2024-08-27T18:11:20.476Z | Downloaded walkdir v2.5.0 |
672 | 2024-08-27T18:11:20.476Z | Downloaded rand v0.8.5 |
673 | 2024-08-27T18:11:20.476Z | Downloaded foreign-types-shared v0.1.1 |
674 | 2024-08-27T18:11:20.476Z | Downloaded parse-display-derive v0.10.0 |
675 | 2024-08-27T18:11:20.476Z | Downloaded flagset v0.4.5 |
676 | 2024-08-27T18:11:20.476Z | Downloaded filetime v0.2.24 |
677 | 2024-08-27T18:11:20.476Z | Downloaded difflib v0.4.0 |
678 | 2024-08-27T18:11:20.476Z | Downloaded rustc_version v0.1.7 |
679 | 2024-08-27T18:11:20.476Z | Downloaded rustc-demangle v0.1.24 |
680 | 2024-08-27T18:11:20.476Z | Downloaded tokio-tungstenite v0.21.0 |
681 | 2024-08-27T18:11:20.500Z | Downloaded tokio-tungstenite v0.20.1 |
682 | 2024-08-27T18:11:20.500Z | Downloaded tokio-stream v0.1.15 |
683 | 2024-08-27T18:11:20.500Z | Downloaded tokio-rustls v0.25.0 |
684 | 2024-08-27T18:11:20.500Z | Downloaded term v0.7.0 |
685 | 2024-08-27T18:11:20.500Z | Downloaded socket2 v0.5.7 |
686 | 2024-08-27T18:11:20.500Z | Downloaded socket2 v0.4.10 |
687 | 2024-08-27T18:11:20.500Z | Downloaded snafu-derive v0.8.2 |
688 | 2024-08-27T18:11:20.500Z | Downloaded rustfmt-wrapper v0.2.1 |
689 | 2024-08-27T18:11:20.500Z | Downloaded ron v0.7.1 |
690 | 2024-08-27T18:11:20.524Z | Downloaded typed-path v0.7.1 |
691 | 2024-08-27T18:11:20.524Z | Downloaded rustc_version v0.4.0 |
692 | 2024-08-27T18:11:20.524Z | Downloaded tui-tree-widget v0.22.0 |
693 | 2024-08-27T18:11:20.524Z | Downloaded pin-project-lite v0.2.14 |
694 | 2024-08-27T18:11:20.524Z | Downloaded pin-project-internal v1.1.5 |
695 | 2024-08-27T18:11:20.524Z | Downloaded vergen v8.3.2 |
696 | 2024-08-27T18:11:20.547Z | Downloaded rcgen v0.12.1 |
697 | 2024-08-27T18:11:20.547Z | Downloaded rayon-core v1.12.1 |
698 | 2024-08-27T18:11:20.547Z | Downloaded prettyplease v0.2.20 |
699 | 2024-08-27T18:11:20.547Z | Downloaded rtoolbox v0.0.2 |
700 | 2024-08-27T18:11:20.547Z | Downloaded password-hash v0.5.0 |
701 | 2024-08-27T18:11:20.547Z | Downloaded tempfile v3.10.1 |
702 | 2024-08-27T18:11:20.547Z | Downloaded supports-color v3.0.0 |
703 | 2024-08-27T18:11:20.547Z | Downloaded vte v0.11.1 |
704 | 2024-08-27T18:11:20.572Z | Downloaded pin-utils v0.1.0 |
705 | 2024-08-27T18:11:20.572Z | Downloaded paste v1.0.15 |
706 | 2024-08-27T18:11:20.572Z | Downloaded peg-macros v0.8.4 |
707 | 2024-08-27T18:11:20.572Z | Downloaded vsss-rs v3.3.4 |
708 | 2024-08-27T18:11:20.572Z | Downloaded half v2.4.1 |
709 | 2024-08-27T18:11:20.572Z | Downloaded headers v0.3.9 |
710 | 2024-08-27T18:11:20.572Z | Downloaded tracing v0.1.40 |
711 | 2024-08-27T18:11:20.597Z | Downloaded bindgen v0.69.4 |
712 | 2024-08-27T18:11:20.597Z | Downloaded tabwriter v1.4.0 |
713 | 2024-08-27T18:11:20.597Z | Downloaded stringprep v0.1.4 |
714 | 2024-08-27T18:11:20.597Z | Downloaded peg v0.8.4 |
715 | 2024-08-27T18:11:20.597Z | Downloaded pkcs8 v0.10.2 |
716 | 2024-08-27T18:11:20.597Z | Downloaded heapless v0.8.0 |
717 | 2024-08-27T18:11:20.621Z | Downloaded strum_macros v0.25.3 |
718 | 2024-08-27T18:11:20.621Z | Downloaded strum_macros v0.24.3 |
719 | 2024-08-27T18:11:20.621Z | Downloaded structmeta-derive v0.3.0 |
720 | 2024-08-27T18:11:20.621Z | Downloaded structmeta-derive v0.2.0 |
721 | 2024-08-27T18:11:20.621Z | Downloaded tungstenite v0.21.0 |
722 | 2024-08-27T18:11:20.621Z | Downloaded libxml v0.3.3 |
723 | 2024-08-27T18:11:20.621Z | Downloaded percent-encoding v2.3.1 |
724 | 2024-08-27T18:11:20.621Z | Downloaded pem-rfc7468 v0.7.0 |
725 | 2024-08-27T18:11:20.621Z | Downloaded pem v3.0.4 |
726 | 2024-08-27T18:11:20.621Z | Downloaded pbkdf2 v0.12.2 |
727 | 2024-08-27T18:11:20.655Z | Downloaded zeroize v1.7.0 |
728 | 2024-08-27T18:11:20.656Z | Downloaded globset v0.4.14 |
729 | 2024-08-27T18:11:20.656Z | Downloaded getrandom v0.2.14 |
730 | 2024-08-27T18:11:20.656Z | Downloaded yasna v0.5.2 |
731 | 2024-08-27T18:11:20.656Z | Downloaded postcard v1.0.8 |
732 | 2024-08-27T18:11:20.656Z | Downloaded flume v0.11.0 |
733 | 2024-08-27T18:11:20.656Z | Downloaded uuid v1.10.0 |
734 | 2024-08-27T18:11:20.656Z | Downloaded unicode_categories v0.1.1 |
735 | 2024-08-27T18:11:20.680Z | Downloaded diesel_derives v2.2.2 |
736 | 2024-08-27T18:11:20.680Z | Downloaded time v0.3.36 |
737 | 2024-08-27T18:11:20.680Z | Downloaded itertools v0.12.1 |
738 | 2024-08-27T18:11:20.680Z | Downloaded chrono v0.4.38 |
739 | 2024-08-27T18:11:20.680Z | Downloaded sync_wrapper v0.1.2 |
740 | 2024-08-27T18:11:20.680Z | Downloaded strum v0.26.3 |
741 | 2024-08-27T18:11:20.680Z | Downloaded structmeta v0.3.0 |
742 | 2024-08-27T18:11:20.704Z | Downloaded structmeta v0.2.0 |
743 | 2024-08-27T18:11:20.704Z | Downloaded phf_shared v0.11.2 |
744 | 2024-08-27T18:11:20.704Z | Downloaded phf v0.11.2 |
745 | 2024-08-27T18:11:20.704Z | Downloaded wait-timeout v0.2.0 |
746 | 2024-08-27T18:11:20.704Z | Downloaded uzers v0.11.3 |
747 | 2024-08-27T18:11:20.704Z | Downloaded unicode-xid v0.2.4 |
748 | 2024-08-27T18:11:20.704Z | Downloaded unicode-truncate v1.0.0 |
749 | 2024-08-27T18:11:20.704Z | Downloaded ref-cast v1.0.23 |
750 | 2024-08-27T18:11:20.704Z | Downloaded proc-macro-crate v1.3.1 |
751 | 2024-08-27T18:11:20.704Z | Downloaded pkg-config v0.3.30 |
752 | 2024-08-27T18:11:20.704Z | Downloaded whoami v1.5.1 |
753 | 2024-08-27T18:11:20.704Z | Downloaded unicase v2.7.0 |
754 | 2024-08-27T18:11:20.704Z | Downloaded ref-cast-impl v1.0.23 |
755 | 2024-08-27T18:11:20.704Z | Downloaded group v0.13.0 |
756 | 2024-08-27T18:11:20.704Z | Downloaded rustls-pki-types v1.7.0 |
757 | 2024-08-27T18:11:20.728Z | Downloaded peg-runtime v0.8.3 |
758 | 2024-08-27T18:11:20.728Z | Downloaded hash32 v0.3.1 |
759 | 2024-08-27T18:11:20.728Z | Downloaded hash32 v0.2.1 |
760 | 2024-08-27T18:11:20.728Z | Downloaded publicsuffix v2.2.3 |
761 | 2024-08-27T18:11:20.729Z | Downloaded derive_more v0.99.18 |
762 | 2024-08-27T18:11:20.729Z | Downloaded glob v0.3.1 |
763 | 2024-08-27T18:11:20.729Z | Downloaded rusty-fork v0.3.0 |
764 | 2024-08-27T18:11:20.729Z | Downloaded rpassword v7.3.1 |
765 | 2024-08-27T18:11:20.729Z | Downloaded fixedbitset v0.4.2 |
766 | 2024-08-27T18:11:20.729Z | Downloaded xattr v1.3.1 |
767 | 2024-08-27T18:11:20.729Z | Downloaded wyz v0.5.1 |
768 | 2024-08-27T18:11:20.729Z | Downloaded which v4.4.2 |
769 | 2024-08-27T18:11:20.753Z | Downloaded rustls-pemfile v2.1.3 |
770 | 2024-08-27T18:11:20.753Z | Downloaded highway v1.2.0 |
771 | 2024-08-27T18:11:20.753Z | Downloaded url v2.5.2 |
772 | 2024-08-27T18:11:20.753Z | Downloaded unsafe-libyaml v0.2.11 |
773 | 2024-08-27T18:11:20.753Z | Downloaded spin v0.9.8 |
774 | 2024-08-27T18:11:20.753Z | Downloaded signal-hook v0.3.17 |
775 | 2024-08-27T18:11:20.753Z | Downloaded num-bigint-dig v0.8.4 |
776 | 2024-08-27T18:11:20.777Z | Downloaded nom v7.1.3 |
777 | 2024-08-27T18:11:20.777Z | Downloaded string_cache v0.8.7 |
778 | 2024-08-27T18:11:20.777Z | Downloaded static_assertions v1.1.0 |
779 | 2024-08-27T18:11:20.777Z | Downloaded stable_deref_trait v1.2.0 |
780 | 2024-08-27T18:11:20.777Z | Downloaded sqlformat v0.2.4 |
781 | 2024-08-27T18:11:20.777Z | Downloaded predicates v3.1.2 |
782 | 2024-08-27T18:11:20.777Z | Downloaded postgres-protocol v0.6.7 |
783 | 2024-08-27T18:11:20.777Z | Downloaded hickory-client v0.24.1 |
784 | 2024-08-27T18:11:20.801Z | Downloaded poly1305 v0.8.0 |
785 | 2024-08-27T18:11:20.801Z | Downloaded spin v0.5.2 |
786 | 2024-08-27T18:11:20.801Z | Downloaded rustversion v1.0.17 |
787 | 2024-08-27T18:11:20.801Z | Downloaded ppv-lite86 v0.2.17 |
788 | 2024-08-27T18:11:20.801Z | Downloaded powerfmt v0.2.0 |
789 | 2024-08-27T18:11:20.801Z | Downloaded postgres-types v0.2.7 |
790 | 2024-08-27T18:11:20.801Z | Downloaded smallvec v1.13.2 |
791 | 2024-08-27T18:11:20.801Z | Downloaded slog-term v2.9.1 |
792 | 2024-08-27T18:11:20.801Z | Downloaded parking_lot v0.11.2 |
793 | 2024-08-27T18:11:20.801Z | Downloaded oso v0.27.3 |
794 | 2024-08-27T18:11:20.825Z | Downloaded der v0.7.9 |
795 | 2024-08-27T18:11:20.825Z | Downloaded tokio-postgres v0.7.11 |
796 | 2024-08-27T18:11:20.825Z | Downloaded mio v1.0.2 |
797 | 2024-08-27T18:11:20.825Z | Downloaded miniz_oxide v0.7.2 |
798 | 2024-08-27T18:11:20.825Z | Downloaded indicatif v0.17.8 |
799 | 2024-08-27T18:11:20.849Z | Downloaded crossbeam-channel v0.5.12 |
800 | 2024-08-27T18:11:20.850Z | Downloaded predicates-tree v1.0.9 |
801 | 2024-08-27T18:11:20.850Z | Downloaded precomputed-hash v0.1.1 |
802 | 2024-08-27T18:11:20.850Z | Downloaded hex v0.4.3 |
803 | 2024-08-27T18:11:20.850Z | Downloaded slog-envlogger v2.2.0 |
804 | 2024-08-27T18:11:20.850Z | Downloaded owo-colors v4.0.0 |
805 | 2024-08-27T18:11:20.850Z | Downloaded openssl-sys v0.9.103 |
806 | 2024-08-27T18:11:20.850Z | Downloaded crypto-bigint v0.5.5 |
807 | 2024-08-27T18:11:20.874Z | Downloaded crossterm v0.27.0 |
808 | 2024-08-27T18:11:20.874Z | Downloaded float-ord v0.3.2 |
809 | 2024-08-27T18:11:20.874Z | Downloaded float-cmp v0.9.0 |
810 | 2024-08-27T18:11:20.874Z | Downloaded either v1.13.0 |
811 | 2024-08-27T18:11:20.874Z | Downloaded dsl_auto_type v0.1.2 |
812 | 2024-08-27T18:11:20.874Z | Downloaded dirs-sys-next v0.1.2 |
813 | 2024-08-27T18:11:20.874Z | Downloaded dirs-next v2.0.0 |
814 | 2024-08-27T18:11:20.874Z | Downloaded utf-8 v0.7.6 |
815 | 2024-08-27T18:11:20.874Z | Downloaded untrusted v0.9.0 |
816 | 2024-08-27T18:11:20.898Z | Downloaded untrusted v0.7.1 |
817 | 2024-08-27T18:11:20.898Z | Downloaded universal-hash v0.5.1 |
818 | 2024-08-27T18:11:20.898Z | Downloaded smawk v0.3.2 |
819 | 2024-08-27T18:11:20.898Z | Downloaded smallvec v0.6.14 |
820 | 2024-08-27T18:11:20.898Z | Downloaded slog-stdlog v4.1.1 |
821 | 2024-08-27T18:11:20.898Z | Downloaded slog-scope v4.4.0 |
822 | 2024-08-27T18:11:20.898Z | Downloaded slog-json v2.6.1 |
823 | 2024-08-27T18:11:20.898Z | Downloaded derive_builder_core v0.20.0 |
824 | 2024-08-27T18:11:20.898Z | Downloaded derive_builder v0.20.0 |
825 | 2024-08-27T18:11:20.898Z | Downloaded mio v0.8.11 |
826 | 2024-08-27T18:11:20.924Z | Downloaded libm v0.2.8 |
827 | 2024-08-27T18:11:20.924Z | Downloaded cc v1.0.97 |
828 | 2024-08-27T18:11:20.924Z | Downloaded predicates-core v1.0.6 |
829 | 2024-08-27T18:11:20.924Z | Downloaded headers-core v0.2.0 |
830 | 2024-08-27T18:11:20.924Z | Downloaded topological-sort v0.2.2 |
831 | 2024-08-27T18:11:20.924Z | Downloaded shell-words v1.1.0 |
832 | 2024-08-27T18:11:20.924Z | Downloaded serde_arrays v0.1.0 |
833 | 2024-08-27T18:11:20.924Z | Downloaded derive-where v1.2.7 |
834 | 2024-08-27T18:11:20.949Z | Downloaded omicron-zone-package v0.11.0 |
835 | 2024-08-27T18:11:20.949Z | Downloaded mockall_derive v0.13.0 |
836 | 2024-08-27T18:11:20.950Z | Downloaded minimal-lexical v0.2.1 |
837 | 2024-08-27T18:11:20.950Z | Downloaded aho-corasick v1.1.3 |
838 | 2024-08-27T18:11:20.950Z | Downloaded foreign-types v0.5.0 |
839 | 2024-08-27T18:11:20.950Z | Downloaded foreign-types v0.3.2 |
840 | 2024-08-27T18:11:20.950Z | Downloaded dyn-clone v1.0.17 |
841 | 2024-08-27T18:11:20.950Z | Downloaded downcast v0.11.0 |
842 | 2024-08-27T18:11:20.950Z | Downloaded display-error-chain v0.2.0 |
843 | 2024-08-27T18:11:20.974Z | Downloaded signal-hook-registry v1.4.2 |
844 | 2024-08-27T18:11:20.974Z | Downloaded signal-hook-mio v0.2.4 |
845 | 2024-08-27T18:11:20.974Z | Downloaded shlex v1.3.0 |
846 | 2024-08-27T18:11:20.974Z | Downloaded serde-hex v0.1.0 |
847 | 2024-08-27T18:11:20.974Z | Downloaded packed_struct_codegen v0.10.1 |
848 | 2024-08-27T18:11:20.974Z | Downloaded tinyvec v1.6.0 |
849 | 2024-08-27T18:11:20.974Z | Downloaded num-traits v0.2.19 |
850 | 2024-08-27T18:11:20.974Z | Downloaded num-complex v0.4.6 |
851 | 2024-08-27T18:11:20.974Z | Downloaded crossterm v0.28.1 |
852 | 2024-08-27T18:11:20.974Z | Downloaded chacha20poly1305 v0.10.1 |
853 | 2024-08-27T18:11:20.998Z | Downloaded rand_xorshift v0.3.0 |
854 | 2024-08-27T18:11:20.998Z | Downloaded rand_seeder v0.3.0 |
855 | 2024-08-27T18:11:20.998Z | Downloaded rand_core v0.6.4 |
856 | 2024-08-27T18:11:20.998Z | Downloaded rand_chacha v0.3.1 |
857 | 2024-08-27T18:11:20.998Z | Downloaded radium v0.7.0 |
858 | 2024-08-27T18:11:20.998Z | Downloaded futures-macro v0.3.30 |
859 | 2024-08-27T18:11:20.998Z | Downloaded futures-executor v0.3.30 |
860 | 2024-08-27T18:11:20.998Z | Downloaded futures-channel v0.3.30 |
861 | 2024-08-27T18:11:20.998Z | Downloaded deranged v0.3.11 |
862 | 2024-08-27T18:11:20.998Z | Downloaded der_derive v0.7.2 |
863 | 2024-08-27T18:11:20.998Z | Downloaded tokio-rustls v0.24.1 |
864 | 2024-08-27T18:11:20.998Z | Downloaded tls_codec_derive v0.4.1 |
865 | 2024-08-27T18:11:20.998Z | Downloaded textwrap v0.16.1 |
866 | 2024-08-27T18:11:21.022Z | Downloaded test-strategy v0.3.1 |
867 | 2024-08-27T18:11:21.022Z | Downloaded subprocess v0.2.9 |
868 | 2024-08-27T18:11:21.022Z | Downloaded slog v2.7.0 |
869 | 2024-08-27T18:11:21.022Z | Downloaded similar v2.6.0 |
870 | 2024-08-27T18:11:21.022Z | Downloaded serde_yaml v0.9.34+deprecated |
871 | 2024-08-27T18:11:21.046Z | Downloaded schemars v0.8.21 |
872 | 2024-08-27T18:11:21.046Z | Downloaded mime_guess v2.0.4 |
873 | 2024-08-27T18:11:21.070Z | Downloaded compact_str v0.8.0 |
874 | 2024-08-27T18:11:21.070Z | Downloaded r2d2 v0.8.10 |
875 | 2024-08-27T18:11:21.070Z | Downloaded quick-error v1.2.3 |
876 | 2024-08-27T18:11:21.070Z | Downloaded psl-types v2.0.11 |
877 | 2024-08-27T18:11:21.070Z | Downloaded packed_struct v0.10.1 |
878 | 2024-08-27T18:11:21.070Z | Downloaded hubpack v0.1.2 |
879 | 2024-08-27T18:11:21.070Z | Downloaded httpdate v1.0.3 |
880 | 2024-08-27T18:11:21.070Z | Downloaded gethostname v0.5.0 |
881 | 2024-08-27T18:11:21.070Z | Downloaded futures-sink v0.3.30 |
882 | 2024-08-27T18:11:21.070Z | Downloaded futures-io v0.3.30 |
883 | 2024-08-27T18:11:21.070Z | Downloaded futures-core v0.3.30 |
884 | 2024-08-27T18:11:21.070Z | Downloaded samael v0.0.15 |
885 | 2024-08-27T18:11:21.094Z | Downloaded crossbeam-epoch v0.9.18 |
886 | 2024-08-27T18:11:21.094Z | Downloaded getopts v0.2.21 |
887 | 2024-08-27T18:11:21.094Z | Downloaded futures-task v0.3.30 |
888 | 2024-08-27T18:11:21.094Z | Downloaded strum_macros v0.26.4 |
889 | 2024-08-27T18:11:21.094Z | Downloaded num-derive v0.4.2 |
890 | 2024-08-27T18:11:21.094Z | Downloaded num v0.4.3 |
891 | 2024-08-27T18:11:21.094Z | Downloaded md-5 v0.10.6 |
892 | 2024-08-27T18:11:21.094Z | Downloaded managed v0.8.0 |
893 | 2024-08-27T18:11:21.094Z | Downloaded slog-async v2.8.0 |
894 | 2024-08-27T18:11:21.094Z | Downloaded ipnet v2.9.0 |
895 | 2024-08-27T18:11:21.094Z | Downloaded const-oid v0.9.6 |
896 | 2024-08-27T18:11:21.094Z | Downloaded aes v0.8.4 |
897 | 2024-08-27T18:11:21.118Z | Downloaded defmt-parser v0.3.4 |
898 | 2024-08-27T18:11:21.118Z | Downloaded zone v0.1.8 |
899 | 2024-08-27T18:11:21.118Z | Downloaded tokio-macros v2.3.0 |
900 | 2024-08-27T18:11:21.118Z | Downloaded serde_with_macros v3.9.0 |
901 | 2024-08-27T18:11:21.118Z | Downloaded num_cpus v1.16.0 |
902 | 2024-08-27T18:11:21.118Z | Downloaded libloading v0.8.3 |
903 | 2024-08-27T18:11:21.118Z | Downloaded keccak v0.1.5 |
904 | 2024-08-27T18:11:21.118Z | Downloaded cobs v0.2.3 |
905 | 2024-08-27T18:11:21.118Z | Downloaded bytes v1.7.1 |
906 | 2024-08-27T18:11:21.118Z | Downloaded thiserror-no-std v2.0.2 |
907 | 2024-08-27T18:11:21.142Z | Downloaded openssl-macros v0.1.1 |
908 | 2024-08-27T18:11:21.142Z | Downloaded nanorand v0.7.0 |
909 | 2024-08-27T18:11:21.142Z | Downloaded mockall v0.13.0 |
910 | 2024-08-27T18:11:21.142Z | Downloaded lazy_static v1.5.0 |
911 | 2024-08-27T18:11:21.142Z | Downloaded cancel-safe-futures v0.1.5 |
912 | 2024-08-27T18:11:21.142Z | Downloaded tls_codec v0.4.1 |
913 | 2024-08-27T18:11:21.142Z | Downloaded time-macros v0.2.18 |
914 | 2024-08-27T18:11:21.142Z | Downloaded num-iter v0.1.45 |
915 | 2024-08-27T18:11:21.142Z | Downloaded nibble_vec v0.1.0 |
916 | 2024-08-27T18:11:21.142Z | Downloaded memoffset v0.9.1 |
917 | 2024-08-27T18:11:21.142Z | Downloaded darling v0.20.9 |
918 | 2024-08-27T18:11:21.166Z | Downloaded csv-core v0.1.11 |
919 | 2024-08-27T18:11:21.166Z | Downloaded cookie v0.18.1 |
920 | 2024-08-27T18:11:21.166Z | Downloaded const_format_proc_macros v0.2.32 |
921 | 2024-08-27T18:11:21.166Z | Downloaded tokio-native-tls v0.3.1 |
922 | 2024-08-27T18:11:21.166Z | Downloaded thread_local v1.1.8 |
923 | 2024-08-27T18:11:21.166Z | Downloaded thiserror-impl-no-std v2.0.2 |
924 | 2024-08-27T18:11:21.166Z | Downloaded slog-dtrace v0.3.0 |
925 | 2024-08-27T18:11:21.166Z | Downloaded slog-bunyan v2.5.0 |
926 | 2024-08-27T18:11:21.166Z | Downloaded slab v0.4.9 |
927 | 2024-08-27T18:11:21.167Z | Downloaded signature v2.2.0 |
928 | 2024-08-27T18:11:21.167Z | Downloaded number_prefix v0.4.0 |
929 | 2024-08-27T18:11:21.167Z | Downloaded normalize-line-endings v0.3.0 |
930 | 2024-08-27T18:11:21.167Z | Downloaded newtype-uuid v1.1.0 |
931 | 2024-08-27T18:11:21.167Z | Downloaded ciborium v0.2.2 |
932 | 2024-08-27T18:11:21.191Z | Downloaded schemars_derive v0.8.21 |
933 | 2024-08-27T18:11:21.191Z | Downloaded lru v0.12.3 |
934 | 2024-08-27T18:11:21.191Z | Downloaded linked-hash-map v0.5.6 |
935 | 2024-08-27T18:11:21.191Z | Downloaded libefi-sys v0.1.0 |
936 | 2024-08-27T18:11:21.191Z | Downloaded cipher v0.4.4 |
937 | 2024-08-27T18:11:21.191Z | Downloaded derive_builder_macro v0.20.0 |
938 | 2024-08-27T18:11:21.191Z | Downloaded tinyvec_macros v0.1.1 |
939 | 2024-08-27T18:11:21.191Z | Downloaded time-core v0.1.2 |
940 | 2024-08-27T18:11:21.191Z | Downloaded termtree v0.4.1 |
941 | 2024-08-27T18:11:21.191Z | Downloaded indent_write v2.2.0 |
942 | 2024-08-27T18:11:21.191Z | Downloaded crc-any v2.5.0 |
943 | 2024-08-27T18:11:21.191Z | Downloaded same-file v1.0.6 |
944 | 2024-08-27T18:11:21.191Z | Downloaded new_debug_unreachable v1.0.6 |
945 | 2024-08-27T18:11:21.191Z | Downloaded iana-time-zone v0.1.60 |
946 | 2024-08-27T18:11:21.191Z | Downloaded debug-ignore v1.0.5 |
947 | 2024-08-27T18:11:21.191Z | Downloaded crc32fast v1.4.0 |
948 | 2024-08-27T18:11:21.215Z | Downloaded castaway v0.2.3 |
949 | 2024-08-27T18:11:21.215Z | Downloaded base64 v0.22.1 |
950 | 2024-08-27T18:11:21.215Z | Downloaded match_cfg v0.1.0 |
951 | 2024-08-27T18:11:21.215Z | Downloaded indexmap v1.9.3 |
952 | 2024-08-27T18:11:21.215Z | Downloaded convert_case v0.4.0 |
953 | 2024-08-27T18:11:21.215Z | Downloaded bitstruct v0.1.1 |
954 | 2024-08-27T18:11:21.216Z | Downloaded signal-hook-tokio v0.3.1 |
955 | 2024-08-27T18:11:21.216Z | Downloaded num-rational v0.4.2 |
956 | 2024-08-27T18:11:21.216Z | Downloaded nu-ansi-term v0.50.0 |
957 | 2024-08-27T18:11:21.216Z | Downloaded lock_api v0.4.12 |
958 | 2024-08-27T18:11:21.216Z | Downloaded jobserver v0.1.32 |
959 | 2024-08-27T18:11:21.216Z | Downloaded is-terminal v0.4.12 |
960 | 2024-08-27T18:11:21.240Z | Downloaded inout v0.1.3 |
961 | 2024-08-27T18:11:21.240Z | Downloaded hyper-tls v0.5.0 |
962 | 2024-08-27T18:11:21.240Z | Downloaded darling_macro v0.20.9 |
963 | 2024-08-27T18:11:21.240Z | Downloaded crucible-workspace-hack v0.1.0 |
964 | 2024-08-27T18:11:21.240Z | Downloaded crc v3.2.1 |
965 | 2024-08-27T18:11:21.240Z | Downloaded ciborium-ll v0.2.2 |
966 | 2024-08-27T18:11:21.240Z | Downloaded backtrace v0.3.71 |
967 | 2024-08-27T18:11:21.240Z | Downloaded cfg_aliases v0.1.1 |
968 | 2024-08-27T18:11:21.240Z | Downloaded num_enum_derive v0.5.11 |
969 | 2024-08-27T18:11:21.240Z | Downloaded num_enum v0.5.11 |
970 | 2024-08-27T18:11:21.240Z | Downloaded num-integer v0.1.46 |
971 | 2024-08-27T18:11:21.264Z | Downloaded multimap v0.10.0 |
972 | 2024-08-27T18:11:21.264Z | Downloaded maybe-uninit v2.0.0 |
973 | 2024-08-27T18:11:21.264Z | Downloaded maplit v1.0.2 |
974 | 2024-08-27T18:11:21.264Z | Downloaded hyper-rustls v0.24.2 |
975 | 2024-08-27T18:11:21.264Z | Downloaded humantime v2.1.0 |
976 | 2024-08-27T18:11:21.264Z | Downloaded darling_core v0.20.9 |
977 | 2024-08-27T18:11:21.264Z | Downloaded const_format v0.2.32 |
978 | 2024-08-27T18:11:21.264Z | Downloaded base64 v0.21.7 |
979 | 2024-08-27T18:11:21.288Z | Downloaded base64 v0.13.1 |
980 | 2024-08-27T18:11:21.288Z | Downloaded arc-swap v1.7.1 |
981 | 2024-08-27T18:11:21.288Z | Downloaded lalrpop-util v0.19.12 |
982 | 2024-08-27T18:11:21.288Z | Downloaded defmt-macros v0.3.9 |
983 | 2024-08-27T18:11:21.288Z | Downloaded allocator-api2 v0.2.18 |
984 | 2024-08-27T18:11:21.288Z | Downloaded linear-map v1.2.0 |
985 | 2024-08-27T18:11:21.288Z | Downloaded libsw v3.3.1 |
986 | 2024-08-27T18:11:21.288Z | Downloaded kstat-rs v0.2.4 |
987 | 2024-08-27T18:11:21.288Z | Downloaded impl-trait-for-tuples v0.2.2 |
988 | 2024-08-27T18:11:21.312Z | Downloaded hyper-staticfile v0.9.5 |
989 | 2024-08-27T18:11:21.312Z | Downloaded crossbeam-utils v0.8.19 |
990 | 2024-08-27T18:11:21.312Z | Downloaded clang-sys v1.7.0 |
991 | 2024-08-27T18:11:21.312Z | Downloaded blake2 v0.10.6 |
992 | 2024-08-27T18:11:21.312Z | Downloaded newline-converter v0.3.0 |
993 | 2024-08-27T18:11:21.312Z | Downloaded lru-cache v0.1.2 |
994 | 2024-08-27T18:11:21.312Z | Downloaded ipnetwork v0.20.0 |
995 | 2024-08-27T18:11:21.312Z | Downloaded instability v0.3.2 |
996 | 2024-08-27T18:11:21.312Z | Downloaded indoc v1.0.9 |
997 | 2024-08-27T18:11:21.312Z | Downloaded cookie_store v0.20.0 |
998 | 2024-08-27T18:11:21.336Z | Downloaded cookie v0.17.0 |
999 | 2024-08-27T18:11:21.336Z | Downloaded console v0.15.8 |
1000 | 2024-08-27T18:11:21.336Z | Downloaded cbc v0.1.2 |
1001 | 2024-08-27T18:11:21.336Z | Downloaded ahash v0.8.11 |
1002 | 2024-08-27T18:11:21.336Z | Downloaded num_threads v0.1.7 |
1003 | 2024-08-27T18:11:21.336Z | Downloaded num-conv v0.1.0 |
1004 | 2024-08-27T18:11:21.336Z | Downloaded nodrop v0.1.14 |
1005 | 2024-08-27T18:11:21.336Z | Downloaded lazycell v1.3.0 |
1006 | 2024-08-27T18:11:21.336Z | Downloaded ident_case v1.0.1 |
1007 | 2024-08-27T18:11:21.336Z | Downloaded hubpack_derive v0.1.1 |
1008 | 2024-08-27T18:11:21.336Z | Downloaded bzip2 v0.4.4 |
1009 | 2024-08-27T18:11:21.336Z | Downloaded block-padding v0.3.3 |
1010 | 2024-08-27T18:11:21.336Z | Downloaded bb8 v0.8.5 |
1011 | 2024-08-27T18:11:21.336Z | Downloaded atomic-waker v1.1.2 |
1012 | 2024-08-27T18:11:21.336Z | Downloaded async-recursion v1.1.1 |
1013 | 2024-08-27T18:11:21.360Z | Downloaded ascii-canvas v3.0.0 |
1014 | 2024-08-27T18:11:21.360Z | Downloaded addr2line v0.21.0 |
1015 | 2024-08-27T18:11:21.360Z | Downloaded data-encoding v2.6.0 |
1016 | 2024-08-27T18:11:21.360Z | Downloaded crc-catalog v2.4.0 |
1017 | 2024-08-27T18:11:21.360Z | Downloaded constant_time_eq v0.3.0 |
1018 | 2024-08-27T18:11:21.360Z | Downloaded colored v2.1.0 |
1019 | 2024-08-27T18:11:21.360Z | Downloaded ciborium-io v0.2.2 |
1020 | 2024-08-27T18:11:21.361Z | Downloaded cassowary v0.3.0 |
1021 | 2024-08-27T18:11:21.361Z | Downloaded camino-tempfile v1.1.1 |
1022 | 2024-08-27T18:11:21.361Z | Downloaded buf-list v1.0.3 |
1023 | 2024-08-27T18:11:21.361Z | Downloaded bitfield-struct v0.6.1 |
1024 | 2024-08-27T18:11:21.361Z | Downloaded bit-vec v0.6.3 |
1025 | 2024-08-27T18:11:21.385Z | Downloaded bcs v0.1.6 |
1026 | 2024-08-27T18:11:21.385Z | Downloaded base64ct v1.6.0 |
1027 | 2024-08-27T18:11:21.385Z | Downloaded backoff v0.4.0 |
1028 | 2024-08-27T18:11:21.385Z | Downloaded async-trait v0.1.81 |
1029 | 2024-08-27T18:11:21.385Z | Downloaded ascii v1.1.0 |
1030 | 2024-08-27T18:11:21.385Z | Downloaded arrayvec v0.7.4 |
1031 | 2024-08-27T18:11:21.385Z | Downloaded argon2 v0.5.3 |
1032 | 2024-08-27T18:11:21.385Z | Downloaded crossbeam-deque v0.8.5 |
1033 | 2024-08-27T18:11:21.385Z | Downloaded base16ct v0.2.0 |
1034 | 2024-08-27T18:11:21.385Z | Downloaded chacha20 v0.9.1 |
1035 | 2024-08-27T18:11:21.409Z | Downloaded cexpr v0.6.0 |
1036 | 2024-08-27T18:11:21.409Z | Downloaded bitfield v0.14.0 |
1037 | 2024-08-27T18:11:21.409Z | Downloaded bit-set v0.5.3 |
1038 | 2024-08-27T18:11:21.409Z | Downloaded atty v0.2.14 |
1039 | 2024-08-27T18:11:21.409Z | Downloaded async-stream-impl v0.3.5 |
1040 | 2024-08-27T18:11:21.409Z | Downloaded assert_matches v1.5.0 |
1041 | 2024-08-27T18:11:21.409Z | Downloaded arrayref v0.3.7 |
1042 | 2024-08-27T18:11:21.409Z | Downloaded array-init v0.0.4 |
1043 | 2024-08-27T18:11:21.409Z | Downloaded adler v1.0.2 |
1044 | 2024-08-27T18:11:21.409Z | Downloaded async-stream v0.3.5 |
1045 | 2024-08-27T18:11:21.409Z | Downloaded crunchy v0.2.2 |
1046 | 2024-08-27T18:11:21.409Z | Downloaded bitstruct_derive v0.1.0 |
1047 | 2024-08-27T18:11:21.409Z | Downloaded bitflags v1.3.2 |
1048 | 2024-08-27T18:11:21.409Z | Downloaded aead v0.5.2 |
1049 | 2024-08-27T18:11:21.515Z | Compiling cfg-if v1.0.0 |
1050 | 2024-08-27T18:11:21.515Z | Compiling serde v1.0.208 |
1051 | 2024-08-27T18:11:21.539Z | Compiling typenum v1.17.0 |
1052 | 2024-08-27T18:11:21.539Z | Compiling lock_api v0.4.12 |
1053 | 2024-08-27T18:11:21.539Z | Compiling generic-array v0.14.7 |
1054 | 2024-08-27T18:11:21.539Z | Compiling syn v2.0.74 |
1055 | 2024-08-27T18:11:21.539Z | Compiling scopeguard v1.2.0 |
1056 | 2024-08-27T18:11:21.563Z | Compiling log v0.4.21 |
1057 | 2024-08-27T18:11:21.684Z | Compiling getrandom v0.2.14 |
1058 | 2024-08-27T18:11:21.784Z | Compiling jobserver v0.1.32 |
1059 | 2024-08-27T18:11:21.907Z | Compiling rand_core v0.6.4 |
1060 | 2024-08-27T18:11:22.087Z | Compiling subtle v2.5.0 |
1061 | 2024-08-27T18:11:22.111Z | Compiling cc v1.0.97 |
1062 | 2024-08-27T18:11:22.136Z | Compiling const-oid v0.9.6 |
1063 | 2024-08-27T18:11:22.397Z | Compiling smallvec v1.13.2 |
1064 | 2024-08-27T18:11:22.421Z | Compiling pin-project-lite v0.2.14 |
1065 | 2024-08-27T18:11:22.480Z | Compiling parking_lot_core v0.9.10 |
1066 | 2024-08-27T18:11:22.541Z | Compiling signal-hook-registry v1.4.2 |
1067 | 2024-08-27T18:11:22.610Z | Compiling spin v0.9.8 |
1068 | 2024-08-27T18:11:22.772Z | Compiling mio v0.8.11 |
1069 | 2024-08-27T18:11:23.011Z | Compiling ahash v0.8.11 |
1070 | 2024-08-27T18:11:23.230Z | Compiling parking_lot v0.12.2 |
1071 | 2024-08-27T18:11:23.264Z | Compiling tinyvec_macros v0.1.1 |
1072 | 2024-08-27T18:11:23.350Z | Compiling tinyvec v1.6.0 |
1073 | 2024-08-27T18:11:23.528Z | Compiling num_cpus v1.16.0 |
1074 | 2024-08-27T18:11:23.627Z | Compiling socket2 v0.5.7 |
1075 | 2024-08-27T18:11:23.770Z | Compiling serde_json v1.0.125 |
1076 | 2024-08-27T18:11:24.215Z | Compiling libm v0.2.8 |
1077 | 2024-08-27T18:11:24.239Z | Compiling cpufeatures v0.2.12 |
1078 | 2024-08-27T18:11:24.315Z | Compiling futures-core v0.3.30 |
1079 | 2024-08-27T18:11:24.366Z | Compiling num-traits v0.2.19 |
1080 | 2024-08-27T18:11:24.493Z | Compiling slab v0.4.9 |
1081 | 2024-08-27T18:11:24.550Z | Compiling futures-sink v0.3.30 |
1082 | 2024-08-27T18:11:24.576Z | Compiling allocator-api2 v0.2.18 |
1083 | 2024-08-27T18:11:24.626Z | Compiling unicode-bidi v0.3.15 |
1084 | 2024-08-27T18:11:24.925Z | Compiling futures-channel v0.3.30 |
1085 | 2024-08-27T18:11:25.041Z | Compiling unicode-normalization v0.1.23 |
1086 | 2024-08-27T18:11:25.174Z | Compiling futures-task v0.3.30 |
1087 | 2024-08-27T18:11:25.279Z | Compiling vcpkg v0.2.15 |
1088 | 2024-08-27T18:11:25.303Z | Compiling pin-utils v0.1.0 |
1089 | 2024-08-27T18:11:25.388Z | Compiling pkg-config v0.3.30 |
1090 | 2024-08-27T18:11:25.438Z | Compiling futures-io v0.3.30 |
1091 | 2024-08-27T18:11:25.771Z | Compiling base64ct v1.6.0 |
1092 | 2024-08-27T18:11:26.018Z | Compiling flagset v0.4.5 |
1093 | 2024-08-27T18:11:26.137Z | Compiling ring v0.17.8 |
1094 | 2024-08-27T18:11:26.237Z | Compiling ppv-lite86 v0.2.17 |
1095 | 2024-08-27T18:11:26.267Z | Compiling percent-encoding v2.3.1 |
1096 | 2024-08-27T18:11:26.430Z | Compiling pem-rfc7468 v0.7.0 |
1097 | 2024-08-27T18:11:26.587Z | Compiling tracing-core v0.1.32 |
1098 | 2024-08-27T18:11:26.839Z | Compiling rand_chacha v0.3.1 |
1099 | 2024-08-27T18:11:26.872Z | Compiling rustix v0.38.34 |
1100 | 2024-08-27T18:11:27.065Z | Compiling untrusted v0.9.0 |
1101 | 2024-08-27T18:11:27.234Z | Compiling rand v0.8.5 |
1102 | 2024-08-27T18:11:27.291Z | Compiling openssl-sys v0.9.103 |
1103 | 2024-08-27T18:11:27.665Z | Compiling openssl v0.10.66 |
1104 | 2024-08-27T18:11:27.740Z | Compiling rustversion v1.0.17 |
1105 | 2024-08-27T18:11:27.782Z | Compiling httparse v1.8.0 |
1106 | 2024-08-27T18:11:28.045Z | Compiling time-core v0.1.2 |
1107 | 2024-08-27T18:11:28.174Z | Compiling num-conv v0.1.0 |
1108 | 2024-08-27T18:11:28.213Z | Compiling foreign-types-shared v0.1.1 |
1109 | 2024-08-27T18:11:28.322Z | Compiling powerfmt v0.2.0 |
1110 | 2024-08-27T18:11:28.433Z | Compiling time-macros v0.2.18 |
1111 | 2024-08-27T18:11:28.497Z | Compiling foreign-types v0.3.2 |
1112 | 2024-08-27T18:11:28.616Z | Compiling deranged v0.3.11 |
1113 | 2024-08-27T18:11:28.795Z | Compiling form_urlencoded v1.2.1 |
1114 | 2024-08-27T18:11:28.818Z | Compiling aho-corasick v1.1.3 |
1115 | 2024-08-27T18:11:29.001Z | Compiling native-tls v0.2.11 |
1116 | 2024-08-27T18:11:29.134Z | Compiling siphasher v0.3.11 |
1117 | 2024-08-27T18:11:29.333Z | Compiling num_threads v0.1.7 |
1118 | 2024-08-27T18:11:29.448Z | Compiling regex-syntax v0.8.4 |
1119 | 2024-08-27T18:11:29.504Z | Compiling crossbeam-utils v0.8.19 |
1120 | 2024-08-27T18:11:29.620Z | Compiling rustls v0.21.12 |
1121 | 2024-08-27T18:11:29.853Z | Compiling syn v1.0.109 |
1122 | 2024-08-27T18:11:30.030Z | Compiling try-lock v0.2.5 |
1123 | 2024-08-27T18:11:30.172Z | Compiling want v0.3.1 |
1124 | 2024-08-27T18:11:30.481Z | Compiling idna v0.5.0 |
1125 | 2024-08-27T18:11:30.929Z | Compiling cookie v0.17.0 |
1126 | 2024-08-27T18:11:31.195Z | Compiling httpdate v1.0.3 |
1127 | 2024-08-27T18:11:31.278Z | Compiling time v0.3.36 |
1128 | 2024-08-27T18:11:31.618Z | Compiling slog v2.7.0 |
1129 | 2024-08-27T18:11:31.646Z | Compiling openssl-probe v0.1.5 |
1130 | 2024-08-27T18:11:31.795Z | Compiling adler v1.0.2 |
1131 | 2024-08-27T18:11:31.984Z | Compiling tower-service v0.3.2 |
1132 | 2024-08-27T18:11:32.007Z | Compiling finl_unicode v1.2.0 |
1133 | 2024-08-27T18:11:32.078Z | Compiling iana-time-zone v0.1.60 |
1134 | 2024-08-27T18:11:32.177Z | Compiling miniz_oxide v0.7.2 |
1135 | 2024-08-27T18:11:32.494Z | Compiling regex-automata v0.4.6 |
1136 | 2024-08-27T18:11:32.522Z | Compiling stringprep v0.1.4 |
1137 | 2024-08-27T18:11:33.482Z | Compiling url v2.5.2 |
1138 | 2024-08-27T18:11:34.411Z | Compiling serde_derive v1.0.208 |
1139 | 2024-08-27T18:11:34.698Z | Compiling zeroize_derive v1.4.2 |
1140 | 2024-08-27T18:11:35.052Z | Compiling zerocopy-derive v0.7.34 |
1141 | 2024-08-27T18:11:35.205Z | Compiling tokio-macros v2.3.0 |
1142 | 2024-08-27T18:11:35.234Z | Compiling thiserror-impl v1.0.63 |
1143 | 2024-08-27T18:11:35.717Z | Compiling futures-macro v0.3.30 |
1144 | 2024-08-27T18:11:36.013Z | Compiling zeroize v1.7.0 |
1145 | 2024-08-27T18:11:36.537Z | Compiling der_derive v0.7.2 |
1146 | 2024-08-27T18:11:36.961Z | Compiling zerocopy v0.7.34 |
1147 | 2024-08-27T18:11:37.352Z | Compiling futures-util v0.3.30 |
1148 | 2024-08-27T18:11:37.541Z | Compiling crypto-common v0.1.6 |
1149 | 2024-08-27T18:11:37.755Z | Compiling block-buffer v0.10.4 |
1150 | 2024-08-27T18:11:37.975Z | Compiling digest v0.10.7 |
1151 | 2024-08-27T18:11:38.013Z | Compiling block-padding v0.3.3 |
1152 | 2024-08-27T18:11:38.345Z | Compiling inout v0.1.3 |
1153 | 2024-08-27T18:11:38.414Z | Compiling hmac v0.12.1 |
1154 | 2024-08-27T18:11:38.561Z | Compiling thiserror v1.0.63 |
1155 | 2024-08-27T18:11:38.600Z | Compiling cipher v0.4.4 |
1156 | 2024-08-27T18:11:38.721Z | Compiling sha2 v0.10.8 |
1157 | 2024-08-27T18:11:38.779Z | Compiling pest v2.7.10 |
1158 | 2024-08-27T18:11:38.893Z | Compiling hashbrown v0.14.5 |
1159 | 2024-08-27T18:11:39.146Z | Compiling salsa20 v0.10.2 |
1160 | 2024-08-27T18:11:39.349Z | Compiling pbkdf2 v0.12.2 |
1161 | 2024-08-27T18:11:39.517Z | Compiling der v0.7.9 |
1162 | 2024-08-27T18:11:40.127Z | Compiling tracing-attributes v0.1.27 |
1163 | 2024-08-27T18:11:41.427Z | Compiling pest_meta v2.7.10 |
1164 | 2024-08-27T18:11:41.606Z | Compiling scroll_derive v0.12.0 |
1165 | 2024-08-27T18:11:42.610Z | Compiling pest_generator v2.7.10 |
1166 | 2024-08-27T18:11:42.804Z | Compiling spki v0.7.3 |
1167 | 2024-08-27T18:11:42.945Z | Compiling scroll v0.12.0 |
1168 | 2024-08-27T18:11:43.156Z | Compiling scrypt v0.11.0 |
1169 | 2024-08-27T18:11:43.483Z | Compiling aes v0.8.4 |
1170 | 2024-08-27T18:11:43.557Z | Compiling tracing v0.1.40 |
1171 | 2024-08-27T18:11:43.637Z | Compiling cbc v0.1.2 |
1172 | 2024-08-27T18:11:43.747Z | Compiling goblin v0.8.2 |
1173 | 2024-08-27T18:11:43.897Z | Compiling openssl-macros v0.1.1 |
1174 | 2024-08-27T18:11:44.150Z | Compiling rustls-webpki v0.101.7 |
1175 | 2024-08-27T18:11:44.440Z | Compiling pkcs5 v0.7.1 |
1176 | 2024-08-27T18:11:44.683Z | Compiling sct v0.7.1 |
1177 | 2024-08-27T18:11:45.003Z | Compiling pkcs8 v0.10.2 |
1178 | 2024-08-27T18:11:45.564Z | Compiling md-5 v0.10.6 |
1179 | 2024-08-27T18:11:45.667Z | Compiling num-integer v0.1.46 |
1180 | 2024-08-27T18:11:45.811Z | Compiling backtrace v0.3.71 |
1181 | 2024-08-27T18:11:45.862Z | Compiling idna v0.3.0 |
1182 | 2024-08-27T18:11:45.886Z | Compiling lazy_static v1.5.0 |
1183 | 2024-08-27T18:11:46.004Z | Compiling pest_derive v2.7.10 |
1184 | 2024-08-27T18:11:46.029Z | Compiling hash32 v0.2.1 |
1185 | 2024-08-27T18:11:46.251Z | Compiling num-bigint-dig v0.8.4 |
1186 | 2024-08-27T18:11:46.345Z | Compiling gimli v0.28.1 |
1187 | 2024-08-27T18:11:46.408Z | Compiling stable_deref_trait v1.2.0 |
1188 | 2024-08-27T18:11:46.515Z | Compiling bytes v1.7.1 |
1189 | 2024-08-27T18:11:46.539Z | Compiling bitflags v2.6.0 |
1190 | 2024-08-27T18:11:46.828Z | Compiling indexmap v2.4.0 |
1191 | 2024-08-27T18:11:46.916Z | Compiling semver v1.0.23 |
1192 | 2024-08-27T18:11:47.596Z | Compiling tokio v1.38.1 |
1193 | 2024-08-27T18:11:47.626Z | Compiling http v0.2.12 |
1194 | 2024-08-27T18:11:48.036Z | Compiling rustc_version v0.4.0 |
1195 | 2024-08-27T18:11:48.751Z | Compiling heapless v0.7.17 |
1196 | 2024-08-27T18:11:49.133Z | Compiling http-body v0.4.6 |
1197 | 2024-08-27T18:11:49.435Z | Compiling dof v0.3.0 |
1198 | 2024-08-27T18:11:49.815Z | Compiling dtrace-parser v0.2.0 |
1199 | 2024-08-27T18:11:49.882Z | Compiling uuid v1.10.0 |
1200 | 2024-08-27T18:11:50.502Z | Compiling usdt-impl v0.5.0 |
1201 | 2024-08-27T18:11:51.158Z | Compiling chrono v0.4.38 |
1202 | 2024-08-27T18:11:51.297Z | Compiling serde_tokenstream v0.2.2 |
1203 | 2024-08-27T18:11:51.658Z | Compiling serde_spanned v0.6.7 |
1204 | 2024-08-27T18:11:51.823Z | Compiling toml_datetime v0.6.8 |
1205 | 2024-08-27T18:11:51.849Z | Compiling fallible-iterator v0.2.0 |
1206 | 2024-08-27T18:11:51.879Z | Compiling crc32fast v1.4.0 |
1207 | 2024-08-27T18:11:52.303Z | Compiling signal-hook v0.3.17 |
1208 | 2024-08-27T18:11:52.326Z | Compiling smoltcp v0.9.1 |
1209 | 2024-08-27T18:11:52.461Z | Compiling base64 v0.22.1 |
1210 | 2024-08-27T18:11:52.551Z | Compiling psl-types v2.0.11 |
1211 | 2024-08-27T18:11:52.742Z | Compiling cfg_aliases v0.1.1 |
1212 | 2024-08-27T18:11:52.799Z | Compiling publicsuffix v2.2.3 |
1213 | 2024-08-27T18:11:52.846Z | Compiling nix v0.28.0 |
1214 | 2024-08-27T18:11:53.009Z | Compiling postgres-protocol v0.6.7 |
1215 | 2024-08-27T18:11:53.148Z | Compiling addr2line v0.21.0 |
1216 | 2024-08-27T18:11:53.204Z | Compiling terminal_size v0.3.0 |
1217 | 2024-08-27T18:11:53.428Z | Compiling num-iter v0.1.45 |
1218 | 2024-08-27T18:11:53.548Z | Compiling hubpack_derive v0.1.1 |
1219 | 2024-08-27T18:11:53.598Z | Compiling async-trait v0.1.81 |
1220 | 2024-08-27T18:11:53.777Z | Compiling zerocopy-derive v0.6.6 |
1221 | 2024-08-27T18:11:54.328Z | Compiling phf_shared v0.11.2 |
1222 | 2024-08-27T18:11:54.375Z | Compiling serde_derive_internals v0.29.1 |
1223 | 2024-08-27T18:11:54.663Z | Compiling tokio-util v0.7.11 |
1224 | 2024-08-27T18:11:55.214Z | Compiling tokio-rustls v0.24.1 |
1225 | 2024-08-27T18:11:55.530Z | Compiling h2 v0.3.26 |
1226 | 2024-08-27T18:11:55.575Z | Compiling tokio-native-tls v0.3.1 |
1227 | 2024-08-27T18:11:55.599Z | Compiling ff v0.13.0 |
1228 | 2024-08-27T18:11:55.798Z | Compiling object v0.32.2 |
1229 | 2024-08-27T18:11:55.845Z | Compiling fs-err v2.11.0 |
1230 | 2024-08-27T18:11:55.868Z | Compiling anyhow v1.0.86 |
1231 | 2024-08-27T18:11:56.006Z | Compiling base64 v0.21.7 |
1232 | 2024-08-27T18:11:56.109Z | Compiling either v1.13.0 |
1233 | 2024-08-27T18:11:56.408Z | Compiling schemars v0.8.21 |
1234 | 2024-08-27T18:11:56.473Z | Compiling winnow v0.5.40 |
1235 | 2024-08-27T18:11:56.667Z | Compiling managed v0.8.0 |
1236 | 2024-08-27T18:11:56.729Z | Compiling base16ct v0.2.0 |
1237 | 2024-08-27T18:11:56.752Z | Compiling rustc-demangle v0.1.24 |
1238 | 2024-08-27T18:11:57.004Z | Compiling ipnet v2.9.0 |
1239 | 2024-08-27T18:11:57.028Z | Compiling bitflags v1.3.2 |
1240 | 2024-08-27T18:11:57.092Z | Compiling clap_builder v4.5.15 |
1241 | 2024-08-27T18:11:57.577Z | Compiling sec1 v0.7.3 |
1242 | 2024-08-27T18:11:58.021Z | Compiling schemars_derive v0.8.21 |
1243 | 2024-08-27T18:11:58.096Z | Compiling rustls-pemfile v1.0.4 |
1244 | 2024-08-27T18:11:58.787Z | Compiling group v0.13.0 |
1245 | 2024-08-27T18:11:58.945Z | Compiling zerocopy v0.6.6 |
1246 | 2024-08-27T18:11:59.073Z | Compiling cookie_store v0.20.0 |
1247 | 2024-08-27T18:11:59.637Z | Compiling toml_edit v0.19.15 |
1248 | 2024-08-27T18:11:59.704Z | Compiling phf v0.11.2 |
1249 | 2024-08-27T18:11:59.954Z | Compiling hubpack v0.1.2 |
1250 | 2024-08-27T18:12:00.360Z | Compiling postgres-types v0.2.7 |
1251 | 2024-08-27T18:12:01.116Z | Compiling usdt-macro v0.5.0 |
1252 | 2024-08-27T18:12:01.619Z | Compiling hyper v0.14.30 |
1253 | 2024-08-27T18:12:02.002Z | Compiling usdt-attr-macro v0.5.0 |
1254 | 2024-08-27T18:12:02.391Z | Compiling serde_urlencoded v0.7.1 |
1255 | 2024-08-27T18:12:02.840Z | Compiling pkcs1 v0.7.5 |
1256 | 2024-08-27T18:12:03.347Z | Compiling futures-executor v0.3.30 |
1257 | 2024-08-27T18:12:03.740Z | Compiling hkdf v0.12.4 |
1258 | 2024-08-27T18:12:03.903Z | Compiling signature v2.2.0 |
1259 | 2024-08-27T18:12:03.970Z | Compiling crypto-bigint v0.5.5 |
1260 | 2024-08-27T18:12:04.164Z | Compiling bstr v1.9.1 |
1261 | 2024-08-27T18:12:04.398Z | Compiling regex v1.10.6 |
1262 | 2024-08-27T18:12:04.790Z | Compiling serde_repr v0.1.19 |
1263 | 2024-08-27T18:12:04.885Z | Compiling enum-as-inner v0.6.0 |
1264 | 2024-08-27T18:12:05.306Z | Compiling strum_macros v0.25.3 |
1265 | 2024-08-27T18:12:05.700Z | Compiling clap_derive v4.5.13 |
1266 | 2024-08-27T18:12:05.775Z | Compiling phf_shared v0.10.0 |
1267 | 2024-08-27T18:12:05.798Z | Compiling float-cmp v0.9.0 |
1268 | 2024-08-27T18:12:06.004Z | Compiling idna v0.4.0 |
1269 | 2024-08-27T18:12:06.127Z | Compiling mio v1.0.2 |
1270 | 2024-08-27T18:12:06.378Z | Compiling encoding_rs v0.8.34 |
1271 | 2024-08-27T18:12:07.167Z | Compiling webpki-roots v0.25.4 |
1272 | 2024-08-27T18:12:07.287Z | Compiling new_debug_unreachable v1.0.6 |
1273 | 2024-08-27T18:12:07.320Z | Compiling minimal-lexical v0.2.1 |
1274 | 2024-08-27T18:12:07.385Z | Compiling hyper-rustls v0.24.2 |
1275 | 2024-08-27T18:12:07.684Z | Compiling hyper-tls v0.5.0 |
1276 | 2024-08-27T18:12:07.763Z | Compiling predicates-core v1.0.6 |
1277 | 2024-08-27T18:12:07.992Z | Compiling mime v0.3.17 |
1278 | 2024-08-27T18:12:08.099Z | Compiling fixedbitset v0.4.2 |
1279 | 2024-08-27T18:12:08.506Z | Compiling sync_wrapper v0.1.2 |
1280 | 2024-08-27T18:12:08.532Z | Compiling bit-vec v0.6.3 |
1281 | 2024-08-27T18:12:08.660Z | Compiling unicode-segmentation v1.11.0 |
1282 | 2024-08-27T18:12:08.684Z | Compiling whoami v1.5.1 |
1283 | 2024-08-27T18:12:08.977Z | Compiling static_assertions v1.1.0 |
1284 | 2024-08-27T18:12:09.014Z | Compiling difflib v0.4.0 |
1285 | 2024-08-27T18:12:09.079Z | Compiling dyn-clone v1.0.17 |
1286 | 2024-08-27T18:12:09.274Z | Compiling data-encoding v2.6.0 |
1287 | 2024-08-27T18:12:09.298Z | Compiling normalize-line-endings v0.3.0 |
1288 | 2024-08-27T18:12:09.421Z | Compiling precomputed-hash v0.1.1 |
1289 | 2024-08-27T18:12:09.445Z | Compiling predicates v3.1.2 |
1290 | 2024-08-27T18:12:09.534Z | Compiling string_cache v0.8.7 |
1291 | 2024-08-27T18:12:09.841Z | Compiling clap v4.5.16 |
1292 | 2024-08-27T18:12:09.962Z | Compiling hickory-proto v0.24.1 |
1293 | 2024-08-27T18:12:10.016Z | Compiling similar v2.6.0 |
1294 | 2024-08-27T18:12:10.069Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1295 | 2024-08-27T18:12:10.419Z | Compiling tokio-postgres v0.7.11 |
1296 | 2024-08-27T18:12:10.918Z | Compiling bit-set v0.5.3 |
1297 | 2024-08-27T18:12:11.168Z | Compiling console v0.15.8 |
1298 | 2024-08-27T18:12:11.273Z | Compiling reqwest v0.11.27 |
1299 | 2024-08-27T18:12:12.114Z | Compiling petgraph v0.6.5 |
1300 | 2024-08-27T18:12:12.397Z | Compiling toml_edit v0.22.20 |
1301 | 2024-08-27T18:12:12.487Z | Compiling nom v7.1.3 |
1302 | 2024-08-27T18:12:13.122Z | Compiling usdt v0.5.0 |
1303 | 2024-08-27T18:12:13.545Z | Compiling signal-hook-mio v0.2.4 |
1304 | 2024-08-27T18:12:13.747Z | Compiling elliptic-curve v0.13.8 |
1305 | 2024-08-27T18:12:14.475Z | Compiling rsa v0.9.6 |
1306 | 2024-08-27T18:12:15.110Z | Compiling futures v0.3.30 |
1307 | 2024-08-27T18:12:15.232Z | Compiling toml v0.7.8 |
1308 | 2024-08-27T18:12:15.478Z | Compiling flate2 v1.0.31 |
1309 | 2024-08-27T18:12:16.316Z | Compiling itertools v0.12.1 |
1310 | 2024-08-27T18:12:16.659Z | Compiling itertools v0.10.5 |
1311 | 2024-08-27T18:12:16.732Z | Compiling tokio-stream v0.1.15 |
1312 | 2024-08-27T18:12:17.519Z | Compiling openapiv3 v2.0.0 |
1313 | 2024-08-27T18:12:18.486Z | Compiling hex v0.4.3 |
1314 | 2024-08-27T18:12:18.902Z | Compiling sha1 v0.10.6 |
1315 | 2024-08-27T18:12:18.950Z | Compiling crossbeam-epoch v0.9.18 |
1316 | 2024-08-27T18:12:18.998Z | Compiling dirs-sys-next v0.1.2 |
1317 | 2024-08-27T18:12:19.034Z | Compiling unicode-xid v0.2.4 |
1318 | 2024-08-27T18:12:19.194Z | Compiling peg-runtime v0.8.3 |
1319 | 2024-08-27T18:12:19.284Z | Compiling lalrpop-util v0.19.12 |
1320 | 2024-08-27T18:12:19.463Z | Compiling dirs-next v2.0.0 |
1321 | 2024-08-27T18:12:19.585Z | Compiling thread_local v1.1.8 |
1322 | 2024-08-27T18:12:19.610Z | Compiling slog-async v2.8.0 |
1323 | 2024-08-27T18:12:19.633Z | Compiling term v0.7.0 |
1324 | 2024-08-27T18:12:19.657Z | Compiling xattr v1.3.1 |
1325 | 2024-08-27T18:12:19.783Z | Compiling strum_macros v0.26.4 |
1326 | 2024-08-27T18:12:19.900Z | Compiling crossbeam-channel v0.5.12 |
1327 | 2024-08-27T18:12:20.087Z | Compiling filetime v0.2.24 |
1328 | 2024-08-27T18:12:20.138Z | Compiling is-terminal v0.4.12 |
1329 | 2024-08-27T18:12:20.255Z | Compiling take_mut v0.2.2 |
1330 | 2024-08-27T18:12:20.366Z | Compiling tar v0.4.41 |
1331 | 2024-08-27T18:12:20.404Z | Compiling slog-term v2.9.1 |
1332 | 2024-08-27T18:12:20.932Z | Compiling camino v1.1.9 |
1333 | 2024-08-27T18:12:22.536Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1334 | 2024-08-27T18:12:22.931Z | Compiling strum v0.26.3 |
1335 | 2024-08-27T18:12:23.040Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1336 | 2024-08-27T18:12:29.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
1337 | 2024-08-27T18:12:29.463Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1338 | 2024-08-27T18:12:29.528Z | Aug 27 18:12:28.708 INFO Starting download, target: Console |
1339 | 2024-08-27T18:12:29.528Z | Aug 27 18:12:28.708 INFO Starting download, target: Clickhouse |
1340 | 2024-08-27T18:12:29.528Z | Aug 27 18:12:28.708 INFO Starting download, target: Cockroach |
1341 | 2024-08-27T18:12:29.528Z | Aug 27 18:12:28.708 INFO Starting download, target: DendriteOpenapi |
1342 | 2024-08-27T18:12:29.528Z | Aug 27 18:12:28.708 INFO Starting download, target: DendriteStub |
1343 | 2024-08-27T18:12:29.528Z | Aug 27 18:12:28.708 INFO Starting download, target: MaghemiteMgd |
1344 | 2024-08-27T18:12:29.552Z | Aug 27 18:12:28.708 INFO Starting download, target: TransceiverControl |
1345 | 2024-08-27T18:12:29.552Z | Aug 27 18:12:28.710 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1346 | 2024-08-27T18:12:29.552Z | Aug 27 18:12:28.710 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1347 | 2024-08-27T18:12:29.552Z | Aug 27 18:12:28.710 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1348 | 2024-08-27T18:12:29.552Z | Aug 27 18:12:28.710 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1349 | 2024-08-27T18:12:29.552Z | Aug 27 18:12:28.710 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1350 | 2024-08-27T18:12:29.552Z | Aug 27 18:12:28.710 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1351 | 2024-08-27T18:12:29.552Z | Aug 27 18:12:28.710 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1352 | 2024-08-27T18:12:29.838Z | Aug 27 18:12:29.013 INFO Download complete, target: DendriteOpenapi |
1353 | 2024-08-27T18:12:29.964Z | Aug 27 18:12:29.139 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1354 | 2024-08-27T18:12:30.322Z | Aug 27 18:12:29.492 INFO Download complete, target: Console |
1355 | 2024-08-27T18:12:32.104Z | Aug 27 18:12:31.284 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1356 | 2024-08-27T18:12:32.171Z | Aug 27 18:12:31.350 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1357 | 2024-08-27T18:12:34.806Z | Aug 27 18:12:33.986 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1358 | 2024-08-27T18:12:35.488Z | Aug 27 18:12:34.668 INFO Download complete, target: DendriteStub |
1359 | 2024-08-27T18:12:35.786Z | Aug 27 18:12:34.966 INFO Download complete, target: TransceiverControl |
1360 | 2024-08-27T18:12:36.027Z | Aug 27 18:12:35.206 INFO Download complete, target: MaghemiteMgd |
1361 | 2024-08-27T18:12:40.219Z | Aug 27 18:12:39.399 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1362 | 2024-08-27T18:12:40.220Z | Aug 27 18:12:39.399 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1363 | 2024-08-27T18:12:44.637Z | Aug 27 18:12:43.817 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1364 | 2024-08-27T18:12:49.880Z | Aug 27 18:12:49.060 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1365 | 2024-08-27T18:12:50.356Z | Aug 27 18:12:49.526 INFO Checking that binary works, target: Cockroach |
1366 | 2024-08-27T18:12:50.622Z | Aug 27 18:12:49.801 INFO Download complete, target: Cockroach |
1367 | 2024-08-27T18:13:01.221Z | Aug 27 18:13:00.401 INFO Checking that binary works, target: Clickhouse |
1368 | 2024-08-27T18:13:01.388Z | Aug 27 18:13:00.568 INFO Download complete, target: Clickhouse |
1369 | 2024-08-27T18:13:01.416Z | All builder prerequisites installed successfully, and PATH looks valid |
1370 | 2024-08-27T18:13:01.439Z | |
1371 | 2024-08-27T18:13:01.439Z | real 3:51.148720053 |
1372 | 2024-08-27T18:13:01.439Z | user 10:14.351371279 |
1373 | 2024-08-27T18:13:01.439Z | sys 2:26.985420867 |
1374 | 2024-08-27T18:13:01.439Z | trap 0.346779846 |
1375 | 2024-08-27T18:13:01.439Z | tflt 0.582838913 |
1376 | 2024-08-27T18:13:01.439Z | dflt 1.687702663 |
1377 | 2024-08-27T18:13:01.439Z | kflt 0.007358518 |
1378 | 2024-08-27T18:13:01.439Z | lock 24:04.555601861 |
1379 | 2024-08-27T18:13:01.439Z | slp 38:34.519396202 |
1380 | 2024-08-27T18:13:01.439Z | lat 47.038514074 |
1381 | 2024-08-27T18:13:01.440Z | stop 1:48.641454715 |
1382 | 2024-08-27T18:13:01.440Z | + banner clippy |
1383 | 2024-08-27T18:13:01.440Z | |
1384 | 2024-08-27T18:13:01.440Z | #### # # ##### ##### # # |
1385 | 2024-08-27T18:13:01.440Z | # # # # # # # # # # |
1386 | 2024-08-27T18:13:01.440Z | # # # # # # # # |
1387 | 2024-08-27T18:13:01.440Z | # # # ##### ##### # |
1388 | 2024-08-27T18:13:01.440Z | # # # # # # # |
1389 | 2024-08-27T18:13:01.440Z | #### ###### # # # # |
1390 | 2024-08-27T18:13:01.440Z | |
1391 | 2024-08-27T18:13:01.440Z | + export CARGO_INCREMENTAL=0 |
1392 | 2024-08-27T18:13:01.440Z | + CARGO_INCREMENTAL=0 |
1393 | 2024-08-27T18:13:01.440Z | + ptime -m cargo xtask clippy |
1394 | 2024-08-27T18:13:02.220Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1395 | 2024-08-27T18:13:06.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s |
1396 | 2024-08-27T18:13:06.617Z | Running `target/debug/xtask clippy` |
1397 | 2024-08-27T18:13:06.648Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1398 | 2024-08-27T18:13:07.637Z | Downloading crates ... |
1399 | 2024-08-27T18:13:08.000Z | Downloaded dhcproto-macros v0.1.0 |
1400 | 2024-08-27T18:13:08.025Z | Downloaded plotters-svg v0.3.5 |
1401 | 2024-08-27T18:13:08.025Z | Downloaded matches v0.1.10 |
1402 | 2024-08-27T18:13:08.026Z | Downloaded ghash v0.5.1 |
1403 | 2024-08-27T18:13:08.026Z | Downloaded ssh-cipher v0.2.0 |
1404 | 2024-08-27T18:13:08.026Z | Downloaded relative-path v1.9.3 |
1405 | 2024-08-27T18:13:08.026Z | Downloaded cfg-expr v0.16.0 |
1406 | 2024-08-27T18:13:08.049Z | Downloaded rustls-native-certs v0.7.0 |
1407 | 2024-08-27T18:13:08.049Z | Downloaded yansi v0.5.1 |
1408 | 2024-08-27T18:13:08.049Z | Downloaded trybuild v1.0.99 |
1409 | 2024-08-27T18:13:08.050Z | Downloaded regex-automata v0.1.10 |
1410 | 2024-08-27T18:13:08.050Z | Downloaded num-bigint v0.4.5 |
1411 | 2024-08-27T18:13:08.073Z | Downloaded trust-dns-proto v0.22.0 |
1412 | 2024-08-27T18:13:08.073Z | Downloaded idna v0.2.3 |
1413 | 2024-08-27T18:13:08.097Z | Downloaded bstr v0.2.17 |
1414 | 2024-08-27T18:13:08.097Z | Downloaded bcrypt-pbkdf v0.10.0 |
1415 | 2024-08-27T18:13:08.097Z | Downloaded guppy v0.17.7 |
1416 | 2024-08-27T18:13:08.097Z | Downloaded password-hash v0.4.2 |
1417 | 2024-08-27T18:13:08.121Z | Downloaded p521 v0.13.3 |
1418 | 2024-08-27T18:13:08.121Z | Downloaded p384 v0.13.0 |
1419 | 2024-08-27T18:13:08.121Z | Downloaded criterion v0.5.1 |
1420 | 2024-08-27T18:13:08.121Z | Downloaded toml_edit v0.21.1 |
1421 | 2024-08-27T18:13:08.145Z | Downloaded threadpool v1.8.1 |
1422 | 2024-08-27T18:13:08.145Z | Downloaded target-lexicon v0.12.16 |
1423 | 2024-08-27T18:13:08.168Z | Downloaded ssh-key v0.6.6 |
1424 | 2024-08-27T18:13:08.168Z | Downloaded russh v0.44.1 |
1425 | 2024-08-27T18:13:08.168Z | Downloaded rstest_macros v0.22.0 |
1426 | 2024-08-27T18:13:08.168Z | Downloaded pretty_assertions v1.4.0 |
1427 | 2024-08-27T18:13:08.168Z | Downloaded plotters v0.3.5 |
1428 | 2024-08-27T18:13:08.192Z | Downloaded p256 v0.13.2 |
1429 | 2024-08-27T18:13:08.192Z | Downloaded oorandom v11.1.3 |
1430 | 2024-08-27T18:13:08.192Z | Downloaded libtest-mimic v0.7.3 |
1431 | 2024-08-27T18:13:08.192Z | Downloaded hyper v1.3.1 |
1432 | 2024-08-27T18:13:08.192Z | Downloaded dhcproto v0.12.0 |
1433 | 2024-08-27T18:13:08.216Z | Downloaded aes-gcm v0.10.3 |
1434 | 2024-08-27T18:13:08.216Z | Downloaded tower-layer v0.3.2 |
1435 | 2024-08-27T18:13:08.216Z | Downloaded tower v0.4.13 |
1436 | 2024-08-27T18:13:08.216Z | Downloaded tinytemplate v1.2.1 |
1437 | 2024-08-27T18:13:08.216Z | Downloaded target-spec v3.2.1 |
1438 | 2024-08-27T18:13:08.216Z | Downloaded ssh-encoding v0.2.0 |
1439 | 2024-08-27T18:13:08.216Z | Downloaded similar-asserts v1.5.0 |
1440 | 2024-08-27T18:13:08.240Z | Downloaded rust-argon2 v2.1.0 |
1441 | 2024-08-27T18:13:08.240Z | Downloaded russh-keys v0.44.0 |
1442 | 2024-08-27T18:13:08.240Z | Downloaded russh-cryptovec v0.7.2 |
1443 | 2024-08-27T18:13:08.240Z | Downloaded rfc6979 v0.4.0 |
1444 | 2024-08-27T18:13:08.240Z | Downloaded md5 v0.7.0 |
1445 | 2024-08-27T18:13:08.240Z | Downloaded httptest v0.15.5 |
1446 | 2024-08-27T18:13:08.240Z | Downloaded assert_cmd v2.0.16 |
1447 | 2024-08-27T18:13:08.240Z | Downloaded rstest v0.22.0 |
1448 | 2024-08-27T18:13:08.240Z | Downloaded rand_distr v0.4.3 |
1449 | 2024-08-27T18:13:08.264Z | Downloaded proc-macro-crate v3.1.0 |
1450 | 2024-08-27T18:13:08.264Z | Downloaded plotters-backend v0.3.5 |
1451 | 2024-08-27T18:13:08.264Z | Downloaded pbkdf2 v0.11.0 |
1452 | 2024-08-27T18:13:08.264Z | Downloaded hyper-util v0.1.3 |
1453 | 2024-08-27T18:13:08.264Z | Downloaded hyper-rustls v0.26.0 |
1454 | 2024-08-27T18:13:08.264Z | Downloaded hex-literal v0.4.1 |
1455 | 2024-08-27T18:13:08.264Z | Downloaded futures-timer v3.0.3 |
1456 | 2024-08-27T18:13:08.264Z | Downloaded fancy-regex v0.13.0 |
1457 | 2024-08-27T18:13:08.264Z | Downloaded escape8259 v0.5.2 |
1458 | 2024-08-27T18:13:08.264Z | Downloaded ed25519-dalek v2.1.1 |
1459 | 2024-08-27T18:13:08.264Z | Downloaded ed25519 v2.2.3 |
1460 | 2024-08-27T18:13:08.288Z | Downloaded doc-comment v0.3.3 |
1461 | 2024-08-27T18:13:08.288Z | Downloaded dirs v5.0.1 |
1462 | 2024-08-27T18:13:08.288Z | Downloaded cast v0.3.0 |
1463 | 2024-08-27T18:13:08.288Z | Downloaded primeorder v0.13.6 |
1464 | 2024-08-27T18:13:08.288Z | Downloaded partial-io v0.5.4 |
1465 | 2024-08-27T18:13:08.288Z | Downloaded ecdsa v0.16.9 |
1466 | 2024-08-27T18:13:08.288Z | Downloaded anes v0.1.6 |
1467 | 2024-08-27T18:13:08.288Z | Downloaded polyval v0.6.2 |
1468 | 2024-08-27T18:13:08.288Z | Downloaded internet-checksum v0.2.1 |
1469 | 2024-08-27T18:13:08.288Z | Downloaded enum-as-inner v0.5.1 |
1470 | 2024-08-27T18:13:08.288Z | Downloaded datatest-stable v0.2.9 |
1471 | 2024-08-27T18:13:08.288Z | Downloaded ctr v0.9.2 |
1472 | 2024-08-27T18:13:08.312Z | Downloaded criterion-plot v0.5.0 |
1473 | 2024-08-27T18:13:08.312Z | Downloaded blowfish v0.9.1 |
1474 | 2024-08-27T18:13:08.312Z | Downloaded blake2b_simd v1.0.2 |
1475 | 2024-08-27T18:13:08.312Z | Downloaded dirs-sys v0.4.1 |
1476 | 2024-08-27T18:13:08.312Z | Downloaded pathdiff v0.2.1 |
1477 | 2024-08-27T18:13:08.312Z | Downloaded option-ext v0.2.0 |
1478 | 2024-08-27T18:13:08.312Z | Downloaded nested v0.1.1 |
1479 | 2024-08-27T18:13:08.312Z | Downloaded http-body v1.0.0 |
1480 | 2024-08-27T18:13:08.312Z | Downloaded guppy-workspace-hack v0.1.0 |
1481 | 2024-08-27T18:13:08.312Z | Downloaded approx v0.5.1 |
1482 | 2024-08-27T18:13:09.059Z | Checking cfg-if v1.0.0 |
1483 | 2024-08-27T18:13:09.088Z | Checking libc v0.2.156 |
1484 | 2024-08-27T18:13:09.114Z | Checking serde v1.0.208 |
1485 | 2024-08-27T18:13:09.140Z | Checking memchr v2.7.2 |
1486 | 2024-08-27T18:13:09.166Z | Checking scopeguard v1.2.0 |
1487 | 2024-08-27T18:13:09.191Z | Checking log v0.4.21 |
1488 | 2024-08-27T18:13:09.219Z | Checking byteorder v1.5.0 |
1489 | 2024-08-27T18:13:09.243Z | Checking itoa v1.0.11 |
1490 | 2024-08-27T18:13:09.243Z | Checking smallvec v1.13.2 |
1491 | 2024-08-27T18:13:09.317Z | Checking lock_api v0.4.12 |
1492 | 2024-08-27T18:13:09.451Z | Checking zeroize v1.7.0 |
1493 | 2024-08-27T18:13:09.474Z | Checking once_cell v1.19.0 |
1494 | 2024-08-27T18:13:09.576Z | Checking pin-project-lite v0.2.14 |
1495 | 2024-08-27T18:13:09.603Z | Checking typenum v1.17.0 |
1496 | 2024-08-27T18:13:09.700Z | Checking libm v0.2.8 |
1497 | 2024-08-27T18:13:09.726Z | Checking subtle v2.5.0 |
1498 | 2024-08-27T18:13:09.751Z | Checking ryu v1.0.18 |
1499 | 2024-08-27T18:13:09.775Z | Checking spin v0.9.8 |
1500 | 2024-08-27T18:13:09.893Z | Checking thiserror v1.0.63 |
1501 | 2024-08-27T18:13:09.960Z | Checking futures-core v0.3.30 |
1502 | 2024-08-27T18:13:09.986Z | Checking zerocopy v0.7.34 |
1503 | 2024-08-27T18:13:10.023Z | Checking const-oid v0.9.6 |
1504 | 2024-08-27T18:13:10.047Z | Checking getrandom v0.2.14 |
1505 | 2024-08-27T18:13:10.091Z | Checking parking_lot_core v0.9.10 |
1506 | 2024-08-27T18:13:10.131Z | Checking signal-hook-registry v1.4.2 |
1507 | 2024-08-27T18:13:10.277Z | Checking rand_core v0.6.4 |
1508 | 2024-08-27T18:13:10.431Z | Checking mio v0.8.11 |
1509 | 2024-08-27T18:13:10.455Z | Checking parking_lot v0.12.2 |
1510 | 2024-08-27T18:13:10.526Z | Checking num-traits v0.2.19 |
1511 | 2024-08-27T18:13:10.582Z | Checking num_cpus v1.16.0 |
1512 | 2024-08-27T18:13:10.689Z | Checking socket2 v0.5.7 |
1513 | 2024-08-27T18:13:10.713Z | Checking generic-array v0.14.7 |
1514 | 2024-08-27T18:13:10.751Z | Checking futures-sink v0.3.30 |
1515 | 2024-08-27T18:13:10.889Z | Checking futures-channel v0.3.30 |
1516 | 2024-08-27T18:13:10.954Z | Checking slab v0.4.9 |
1517 | 2024-08-27T18:13:11.136Z | Checking futures-io v0.3.30 |
1518 | 2024-08-27T18:13:11.221Z | Checking pin-utils v0.1.0 |
1519 | 2024-08-27T18:13:11.245Z | Checking futures-task v0.3.30 |
1520 | 2024-08-27T18:13:11.317Z | Checking ahash v0.8.11 |
1521 | 2024-08-27T18:13:11.344Z | Checking cpufeatures v0.2.12 |
1522 | 2024-08-27T18:13:11.372Z | Checking allocator-api2 v0.2.18 |
1523 | 2024-08-27T18:13:11.464Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1524 | 2024-08-27T18:13:11.490Z | Checking futures-util v0.3.30 |
1525 | 2024-08-27T18:13:11.513Z | Checking fnv v1.0.7 |
1526 | 2024-08-27T18:13:11.643Z | Checking iana-time-zone v0.1.60 |
1527 | 2024-08-27T18:13:11.766Z | Checking crypto-common v0.1.6 |
1528 | 2024-08-27T18:13:11.797Z | Checking block-buffer v0.10.4 |
1529 | 2024-08-27T18:13:11.857Z | Checking equivalent v1.0.1 |
1530 | 2024-08-27T18:13:11.881Z | Checking tinyvec_macros v0.1.1 |
1531 | 2024-08-27T18:13:11.971Z | Checking ppv-lite86 v0.2.17 |
1532 | 2024-08-27T18:13:11.997Z | Checking tinyvec v1.6.0 |
1533 | 2024-08-27T18:13:12.023Z | Checking unicode-bidi v0.3.15 |
1534 | 2024-08-27T18:13:12.047Z | Checking hashbrown v0.14.5 |
1535 | 2024-08-27T18:13:12.070Z | Checking digest v0.10.7 |
1536 | 2024-08-27T18:13:12.094Z | Checking tracing-core v0.1.32 |
1537 | 2024-08-27T18:13:12.422Z | Checking regex-syntax v0.8.4 |
1538 | 2024-08-27T18:13:12.583Z | Checking rand_chacha v0.3.1 |
1539 | 2024-08-27T18:13:12.607Z | Checking errno v0.3.9 |
1540 | 2024-08-27T18:13:12.730Z | Checking tracing v0.1.40 |
1541 | 2024-08-27T18:13:12.787Z | Checking percent-encoding v2.3.1 |
1542 | 2024-08-27T18:13:12.939Z | Checking rand v0.8.5 |
1543 | 2024-08-27T18:13:12.992Z | Checking dyn-clone v1.0.17 |
1544 | 2024-08-27T18:13:13.076Z | Checking block-padding v0.3.3 |
1545 | 2024-08-27T18:13:13.132Z | Checking lazy_static v1.5.0 |
1546 | 2024-08-27T18:13:13.156Z | Checking aho-corasick v1.1.3 |
1547 | 2024-08-27T18:13:13.156Z | Checking unicode-normalization v0.1.23 |
1548 | 2024-08-27T18:13:13.245Z | Checking form_urlencoded v1.2.1 |
1549 | 2024-08-27T18:13:13.281Z | Checking inout v0.1.3 |
1550 | 2024-08-27T18:13:13.428Z | Checking unicode-ident v1.0.12 |
1551 | 2024-08-27T18:13:13.477Z | Checking cipher v0.4.4 |
1552 | 2024-08-27T18:13:13.501Z | Checking bytes v1.7.1 |
1553 | 2024-08-27T18:13:13.584Z | Checking bitflags v2.6.0 |
1554 | 2024-08-27T18:13:13.827Z | Checking serde_json v1.0.125 |
1555 | 2024-08-27T18:13:13.863Z | Checking chrono v0.4.38 |
1556 | 2024-08-27T18:13:13.905Z | Checking uuid v1.10.0 |
1557 | 2024-08-27T18:13:13.997Z | Checking indexmap v2.4.0 |
1558 | 2024-08-27T18:13:14.181Z | Checking tokio v1.38.1 |
1559 | 2024-08-27T18:13:14.420Z | Checking rustix v0.38.34 |
1560 | 2024-08-27T18:13:14.544Z | Checking base64ct v1.6.0 |
1561 | 2024-08-27T18:13:14.914Z | Checking hmac v0.12.1 |
1562 | 2024-08-27T18:13:15.033Z | Checking regex-automata v0.4.6 |
1563 | 2024-08-27T18:13:15.072Z | Checking unicode-width v0.1.13 |
1564 | 2024-08-27T18:13:15.099Z | Checking proc-macro2 v1.0.86 |
1565 | 2024-08-27T18:13:15.234Z | Checking sha2 v0.10.8 |
1566 | 2024-08-27T18:13:15.258Z | Checking httparse v1.8.0 |
1567 | 2024-08-27T18:13:15.631Z | Checking adler v1.0.2 |
1568 | 2024-08-27T18:13:15.655Z | Checking schemars v0.8.21 |
1569 | 2024-08-27T18:13:15.679Z | Checking quote v1.0.36 |
1570 | 2024-08-27T18:13:15.715Z | Checking http v0.2.12 |
1571 | 2024-08-27T18:13:15.785Z | Checking miniz_oxide v0.7.2 |
1572 | 2024-08-27T18:13:15.919Z | Checking idna v0.5.0 |
1573 | 2024-08-27T18:13:15.974Z | Checking powerfmt v0.2.0 |
1574 | 2024-08-27T18:13:16.079Z | Checking syn v2.0.74 |
1575 | 2024-08-27T18:13:16.207Z | Checking deranged v0.3.11 |
1576 | 2024-08-27T18:13:16.394Z | Checking num_threads v0.1.7 |
1577 | 2024-08-27T18:13:16.504Z | Checking time-core v0.1.2 |
1578 | 2024-08-27T18:13:16.543Z | Checking url v2.5.2 |
1579 | 2024-08-27T18:13:16.646Z | Checking num-conv v0.1.0 |
1580 | 2024-08-27T18:13:16.873Z | Checking untrusted v0.9.0 |
1581 | 2024-08-27T18:13:16.897Z | Checking pem-rfc7468 v0.7.0 |
1582 | 2024-08-27T18:13:17.022Z | Checking ring v0.17.8 |
1583 | 2024-08-27T18:13:17.045Z | Checking try-lock v0.2.5 |
1584 | 2024-08-27T18:13:17.134Z | Checking slog v2.7.0 |
1585 | 2024-08-27T18:13:17.169Z | Checking want v0.3.1 |
1586 | 2024-08-27T18:13:17.239Z | Checking tower-service v0.3.2 |
1587 | 2024-08-27T18:13:17.331Z | Checking flagset v0.4.5 |
1588 | 2024-08-27T18:13:17.355Z | Checking pbkdf2 v0.12.2 |
1589 | 2024-08-27T18:13:17.501Z | Checking aes v0.8.4 |
1590 | 2024-08-27T18:13:17.525Z | Checking der v0.7.9 |
1591 | 2024-08-27T18:13:17.556Z | Checking gimli v0.28.1 |
1592 | 2024-08-27T18:13:17.652Z | Checking time v0.3.36 |
1593 | 2024-08-27T18:13:18.225Z | Checking futures-executor v0.3.30 |
1594 | 2024-08-27T18:13:18.416Z | Checking cbc v0.1.2 |
1595 | 2024-08-27T18:13:18.545Z | Checking salsa20 v0.10.2 |
1596 | 2024-08-27T18:13:18.592Z | Checking object v0.32.2 |
1597 | 2024-08-27T18:13:18.739Z | Checking httpdate v1.0.3 |
1598 | 2024-08-27T18:13:18.860Z | Checking regex v1.10.6 |
1599 | 2024-08-27T18:13:18.938Z | Checking rustc-demangle v0.1.24 |
1600 | 2024-08-27T18:13:19.052Z | Checking spki v0.7.3 |
1601 | 2024-08-27T18:13:19.295Z | Checking base64 v0.21.7 |
1602 | 2024-08-27T18:13:19.319Z | Checking scrypt v0.11.0 |
1603 | 2024-08-27T18:13:19.361Z | Checking futures v0.3.30 |
1604 | 2024-08-27T18:13:19.469Z | Checking http-body v0.4.6 |
1605 | 2024-08-27T18:13:19.514Z | Checking utf8parse v0.2.1 |
1606 | 2024-08-27T18:13:19.650Z | Checking pkcs5 v0.7.1 |
1607 | 2024-08-27T18:13:19.674Z | Checking mime v0.3.17 |
1608 | 2024-08-27T18:13:19.703Z | Checking foreign-types-shared v0.1.1 |
1609 | 2024-08-27T18:13:19.807Z | Checking ipnet v2.9.0 |
1610 | 2024-08-27T18:13:19.834Z | Checking openssl-probe v0.1.5 |
1611 | 2024-08-27T18:13:19.961Z | Checking foreign-types v0.3.2 |
1612 | 2024-08-27T18:13:19.984Z | Checking openssl-sys v0.9.103 |
1613 | 2024-08-27T18:13:20.064Z | Checking anstyle v1.0.8 |
1614 | 2024-08-27T18:13:20.087Z | Checking pkcs8 v0.10.2 |
1615 | 2024-08-27T18:13:20.207Z | Checking sct v0.7.1 |
1616 | 2024-08-27T18:13:20.354Z | Checking tokio-util v0.7.11 |
1617 | 2024-08-27T18:13:20.394Z | Checking rustls-webpki v0.101.7 |
1618 | 2024-08-27T18:13:20.419Z | Checking toml_datetime v0.6.8 |
1619 | 2024-08-27T18:13:20.443Z | Checking semver v1.0.23 |
1620 | 2024-08-27T18:13:20.647Z | Checking addr2line v0.21.0 |
1621 | 2024-08-27T18:13:20.671Z | Checking serde_spanned v0.6.7 |
1622 | 2024-08-27T18:13:20.810Z | Checking crossbeam-utils v0.8.19 |
1623 | 2024-08-27T18:13:20.839Z | Checking data-encoding v2.6.0 |
1624 | 2024-08-27T18:13:20.999Z | Checking either v1.13.0 |
1625 | 2024-08-27T18:13:21.040Z | Checking openssl v0.10.66 |
1626 | 2024-08-27T18:13:21.095Z | Checking h2 v0.3.26 |
1627 | 2024-08-27T18:13:21.119Z | Checking rustls v0.21.12 |
1628 | 2024-08-27T18:13:21.337Z | Checking serde_urlencoded v0.7.1 |
1629 | 2024-08-27T18:13:21.364Z | Checking scroll v0.12.0 |
1630 | 2024-08-27T18:13:21.407Z | Checking encoding_rs v0.8.34 |
1631 | 2024-08-27T18:13:21.431Z | Checking ucd-trie v0.1.6 |
1632 | 2024-08-27T18:13:21.613Z | Checking plain v0.2.3 |
1633 | 2024-08-27T18:13:21.717Z | Checking pest v2.7.10 |
1634 | 2024-08-27T18:13:21.774Z | Checking anstyle-parse v0.2.4 |
1635 | 2024-08-27T18:13:21.818Z | Checking goblin v0.8.2 |
1636 | 2024-08-27T18:13:22.027Z | Checking idna v0.3.0 |
1637 | 2024-08-27T18:13:22.642Z | Checking bitflags v1.3.2 |
1638 | 2024-08-27T18:13:22.734Z | Checking colorchoice v1.0.1 |
1639 | 2024-08-27T18:13:22.852Z | Checking is_terminal_polyfill v1.70.0 |
1640 | 2024-08-27T18:13:22.962Z | Checking anstyle-query v1.0.3 |
1641 | 2024-08-27T18:13:23.077Z | Checking psl-types v2.0.11 |
1642 | 2024-08-27T18:13:23.244Z | Checking pretty-hex v0.4.1 |
1643 | 2024-08-27T18:13:23.315Z | Checking publicsuffix v2.2.3 |
1644 | 2024-08-27T18:13:23.401Z | Checking anstream v0.6.14 |
1645 | 2024-08-27T18:13:23.520Z | Checking rustls-pemfile v1.0.4 |
1646 | 2024-08-27T18:13:23.619Z | Checking backtrace v0.3.71 |
1647 | 2024-08-27T18:13:23.702Z | Checking cookie v0.17.0 |
1648 | 2024-08-27T18:13:23.728Z | Checking terminal_size v0.3.0 |
1649 | 2024-08-27T18:13:23.762Z | Checking dtrace-parser v0.2.0 |
1650 | 2024-08-27T18:13:23.806Z | Checking tokio-rustls v0.24.1 |
1651 | 2024-08-27T18:13:23.892Z | Checking thread-id v4.2.1 |
1652 | 2024-08-27T18:13:23.992Z | Checking clap_lex v0.7.0 |
1653 | 2024-08-27T18:13:24.067Z | Checking strsim v0.11.1 |
1654 | 2024-08-27T18:13:24.099Z | Checking anyhow v1.0.86 |
1655 | 2024-08-27T18:13:24.123Z | Checking cookie_store v0.20.0 |
1656 | 2024-08-27T18:13:24.179Z | Checking openapiv3 v2.0.0 |
1657 | 2024-08-27T18:13:24.218Z | Checking sha1 v0.10.6 |
1658 | 2024-08-27T18:13:24.313Z | Checking clap_builder v4.5.15 |
1659 | 2024-08-27T18:13:24.442Z | Checking signature v2.2.0 |
1660 | 2024-08-27T18:13:24.466Z | Checking memmap v0.7.0 |
1661 | 2024-08-27T18:13:24.616Z | Checking base64 v0.22.1 |
1662 | 2024-08-27T18:13:24.655Z | Checking webpki-roots v0.25.4 |
1663 | 2024-08-27T18:13:24.679Z | Checking sync_wrapper v0.1.2 |
1664 | 2024-08-27T18:13:24.798Z | Checking num-integer v0.1.46 |
1665 | 2024-08-27T18:13:24.822Z | Checking base16ct v0.2.0 |
1666 | 2024-08-27T18:13:24.999Z | Checking sec1 v0.7.3 |
1667 | 2024-08-27T18:13:25.024Z | Checking ff v0.13.0 |
1668 | 2024-08-27T18:13:25.198Z | Checking stable_deref_trait v1.2.0 |
1669 | 2024-08-27T18:13:25.223Z | Checking group v0.13.0 |
1670 | 2024-08-27T18:13:25.304Z | Checking num-iter v0.1.45 |
1671 | 2024-08-27T18:13:25.354Z | Checking hkdf v0.12.4 |
1672 | 2024-08-27T18:13:25.465Z | Checking crypto-bigint v0.5.5 |
1673 | 2024-08-27T18:13:25.489Z | Checking crc32fast v1.4.0 |
1674 | 2024-08-27T18:13:25.522Z | Checking native-tls v0.2.11 |
1675 | 2024-08-27T18:13:25.545Z | Checking winnow v0.6.18 |
1676 | 2024-08-27T18:13:25.691Z | Checking crossbeam-epoch v0.9.18 |
1677 | 2024-08-27T18:13:25.793Z | Checking tokio-native-tls v0.3.1 |
1678 | 2024-08-27T18:13:26.022Z | Checking hex v0.4.3 |
1679 | 2024-08-27T18:13:26.082Z | Checking winnow v0.5.40 |
1680 | 2024-08-27T18:13:26.107Z | Checking dof v0.3.0 |
1681 | 2024-08-27T18:13:26.245Z | Checking hyper v0.14.30 |
1682 | 2024-08-27T18:13:26.465Z | Checking managed v0.8.0 |
1683 | 2024-08-27T18:13:26.619Z | Checking usdt-impl v0.5.0 |
1684 | 2024-08-27T18:13:26.814Z | Checking static_assertions v1.1.0 |
1685 | 2024-08-27T18:13:26.838Z | Checking unicode-segmentation v1.11.0 |
1686 | 2024-08-27T18:13:26.895Z | Checking clap v4.5.16 |
1687 | 2024-08-27T18:13:26.919Z | Checking num-bigint-dig v0.8.4 |
1688 | 2024-08-27T18:13:27.003Z | Checking pkcs1 v0.7.5 |
1689 | 2024-08-27T18:13:27.104Z | Checking usdt v0.5.0 |
1690 | 2024-08-27T18:13:27.328Z | Checking zerocopy v0.6.6 |
1691 | 2024-08-27T18:13:27.351Z | Checking signal-hook v0.3.17 |
1692 | 2024-08-27T18:13:27.375Z | Checking flate2 v1.0.31 |
1693 | 2024-08-27T18:13:27.656Z | Checking bstr v1.9.1 |
1694 | 2024-08-27T18:13:27.850Z | Checking elliptic-curve v0.13.8 |
1695 | 2024-08-27T18:13:27.916Z | Checking toml_edit v0.22.20 |
1696 | 2024-08-27T18:13:27.940Z | Checking mio v1.0.2 |
1697 | 2024-08-27T18:13:27.963Z | Checking siphasher v0.3.11 |
1698 | 2024-08-27T18:13:28.235Z | Checking itertools v0.10.5 |
1699 | 2024-08-27T18:13:28.416Z | Checking bit-vec v0.6.3 |
1700 | 2024-08-27T18:13:28.447Z | Checking itertools v0.12.1 |
1701 | 2024-08-27T18:13:28.472Z | Checking signal-hook-mio v0.2.4 |
1702 | 2024-08-27T18:13:28.554Z | Checking toml_edit v0.19.15 |
1703 | 2024-08-27T18:13:28.627Z | Checking idna v0.4.0 |
1704 | 2024-08-27T18:13:28.686Z | Checking rsa v0.9.6 |
1705 | 2024-08-27T18:13:28.731Z | Checking bit-set v0.5.3 |
1706 | 2024-08-27T18:13:28.952Z | Checking hash32 v0.2.1 |
1707 | 2024-08-27T18:13:29.213Z | Checking predicates-core v1.0.6 |
1708 | 2024-08-27T18:13:29.256Z | Checking finl_unicode v1.2.0 |
1709 | 2024-08-27T18:13:29.386Z | Checking hickory-proto v0.24.1 |
1710 | 2024-08-27T18:13:29.521Z | Checking heapless v0.7.17 |
1711 | 2024-08-27T18:13:29.728Z | Checking stringprep v0.1.4 |
1712 | 2024-08-27T18:13:29.969Z | Checking console v0.15.8 |
1713 | 2024-08-27T18:13:30.105Z | Checking md-5 v0.10.6 |
1714 | 2024-08-27T18:13:30.196Z | Checking float-cmp v0.9.0 |
1715 | 2024-08-27T18:13:30.298Z | Checking difflib v0.4.0 |
1716 | 2024-08-27T18:13:30.375Z | Checking fixedbitset v0.4.2 |
1717 | 2024-08-27T18:13:30.411Z | Checking fallible-iterator v0.2.0 |
1718 | 2024-08-27T18:13:30.463Z | Checking normalize-line-endings v0.3.0 |
1719 | 2024-08-27T18:13:30.575Z | Checking smoltcp v0.9.1 |
1720 | 2024-08-27T18:13:30.599Z | Checking predicates v3.1.2 |
1721 | 2024-08-27T18:13:30.624Z | Checking toml v0.7.8 |
1722 | 2024-08-27T18:13:30.648Z | Checking similar v2.6.0 |
1723 | 2024-08-27T18:13:30.672Z | Checking petgraph v0.6.5 |
1724 | 2024-08-27T18:13:30.931Z | Checking postgres-protocol v0.6.7 |
1725 | 2024-08-27T18:13:31.155Z | Checking phf_shared v0.11.2 |
1726 | 2024-08-27T18:13:31.250Z | Checking phf_shared v0.10.0 |
1727 | 2024-08-27T18:13:31.367Z | Checking fs-err v2.11.0 |
1728 | 2024-08-27T18:13:31.396Z | Checking hyper-tls v0.5.0 |
1729 | 2024-08-27T18:13:31.420Z | Checking hyper-rustls v0.24.2 |
1730 | 2024-08-27T18:13:31.487Z | Checking tokio-stream v0.1.15 |
1731 | 2024-08-27T18:13:31.510Z | Checking nix v0.28.0 |
1732 | 2024-08-27T18:13:31.649Z | Checking hubpack v0.1.2 |
1733 | 2024-08-27T18:13:31.672Z | Checking reqwest v0.11.27 |
1734 | 2024-08-27T18:13:31.854Z | Checking minimal-lexical v0.2.1 |
1735 | 2024-08-27T18:13:31.877Z | Checking new_debug_unreachable v1.0.6 |
1736 | 2024-08-27T18:13:32.062Z | Checking precomputed-hash v0.1.1 |
1737 | 2024-08-27T18:13:32.085Z | Checking lalrpop-util v0.19.12 |
1738 | 2024-08-27T18:13:32.085Z | Checking string_cache v0.8.7 |
1739 | 2024-08-27T18:13:32.188Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1740 | 2024-08-27T18:13:32.212Z | Checking nom v7.1.3 |
1741 | 2024-08-27T18:13:32.236Z | Checking postgres-types v0.2.7 |
1742 | 2024-08-27T18:13:32.306Z | Checking phf v0.11.2 |
1743 | 2024-08-27T18:13:32.544Z | Checking peg-runtime v0.8.3 |
1744 | 2024-08-27T18:13:32.734Z | Checking whoami v1.5.1 |
1745 | 2024-08-27T18:13:32.922Z | Compiling regress v0.9.1 |
1746 | 2024-08-27T18:13:33.006Z | Checking tokio-postgres v0.7.11 |
1747 | 2024-08-27T18:13:33.121Z | Compiling getopts v0.2.21 |
1748 | 2024-08-27T18:13:33.288Z | Compiling unsafe-libyaml v0.2.11 |
1749 | 2024-08-27T18:13:33.503Z | Checking camino v1.1.9 |
1750 | 2024-08-27T18:13:33.723Z | Checking heck v0.5.0 |
1751 | 2024-08-27T18:13:33.916Z | Checking is-terminal v0.4.12 |
1752 | 2024-08-27T18:13:33.999Z | Compiling paste v1.0.15 |
1753 | 2024-08-27T18:13:34.042Z | Compiling ident_case v1.0.1 |
1754 | 2024-08-27T18:13:34.210Z | Compiling darling_core v0.20.9 |
1755 | 2024-08-27T18:13:34.454Z | Compiling serde_yaml v0.9.34+deprecated |
1756 | 2024-08-27T18:13:34.580Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1757 | 2024-08-27T18:13:35.135Z | Compiling rustls v0.22.4 |
1758 | 2024-08-27T18:13:35.373Z | Checking http v1.1.0 |
1759 | 2024-08-27T18:13:35.429Z | Checking dirs-sys-next v0.1.2 |
1760 | 2024-08-27T18:13:35.591Z | Checking dirs-next v2.0.0 |
1761 | 2024-08-27T18:13:35.711Z | Checking crossbeam-channel v0.5.12 |
1762 | 2024-08-27T18:13:35.836Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1763 | 2024-08-27T18:13:36.293Z | Checking thread_local v1.1.8 |
1764 | 2024-08-27T18:13:36.343Z | Compiling multer v3.1.0 |
1765 | 2024-08-27T18:13:36.515Z | Checking term v0.7.0 |
1766 | 2024-08-27T18:13:36.569Z | Checking strum v0.26.3 |
1767 | 2024-08-27T18:13:36.703Z | Compiling async-stream-impl v0.3.5 |
1768 | 2024-08-27T18:13:36.736Z | Checking take_mut v0.2.2 |
1769 | 2024-08-27T18:13:36.887Z | Checking slog-async v2.8.0 |
1770 | 2024-08-27T18:13:36.924Z | Checking slog-term v2.9.1 |
1771 | 2024-08-27T18:13:37.039Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1772 | 2024-08-27T18:13:37.140Z | Checking match_cfg v0.1.0 |
1773 | 2024-08-27T18:13:37.238Z | Checking rustls-pki-types v1.7.0 |
1774 | 2024-08-27T18:13:37.351Z | Checking hostname v0.3.1 |
1775 | 2024-08-27T18:13:37.396Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1776 | 2024-08-27T18:13:37.482Z | Checking toml v0.8.19 |
1777 | 2024-08-27T18:13:37.613Z | Checking rustls-webpki v0.102.4 |
1778 | 2024-08-27T18:13:37.882Z | Checking rustls-pemfile v2.1.3 |
1779 | 2024-08-27T18:13:37.978Z | Checking debug-ignore v1.0.5 |
1780 | 2024-08-27T18:13:38.092Z | Checking slog-json v2.6.1 |
1781 | 2024-08-27T18:13:38.115Z | Checking atomic-waker v1.1.2 |
1782 | 2024-08-27T18:13:38.148Z | Checking async-stream v0.3.5 |
1783 | 2024-08-27T18:13:38.245Z | Checking waitgroup v0.1.2 |
1784 | 2024-08-27T18:13:38.336Z | Checking slog-bunyan v2.5.0 |
1785 | 2024-08-27T18:13:38.383Z | Checking ipnetwork v0.20.0 |
1786 | 2024-08-27T18:13:38.499Z | Checking serde_path_to_error v0.1.16 |
1787 | 2024-08-27T18:13:38.566Z | Checking hostname v0.4.0 |
1788 | 2024-08-27T18:13:38.697Z | Checking instant v0.1.12 |
1789 | 2024-08-27T18:13:38.721Z | Compiling structmeta-derive v0.3.0 |
1790 | 2024-08-27T18:13:38.745Z | Checking fastrand v2.1.0 |
1791 | 2024-08-27T18:13:38.807Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1792 | 2024-08-27T18:13:39.040Z | Checking tempfile v3.10.1 |
1793 | 2024-08-27T18:13:39.064Z | Checking newtype-uuid v1.1.0 |
1794 | 2024-08-27T18:13:39.287Z | Checking quick-error v1.2.3 |
1795 | 2024-08-27T18:13:39.371Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1796 | 2024-08-27T18:13:39.417Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1797 | 2024-08-27T18:13:39.459Z | Checking macaddr v1.0.1 |
1798 | 2024-08-27T18:13:39.681Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1799 | 2024-08-27T18:13:39.781Z | Checking backoff v0.4.0 |
1800 | 2024-08-27T18:13:39.819Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1801 | 2024-08-27T18:13:40.054Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1802 | 2024-08-27T18:13:40.082Z | Checking wait-timeout v0.2.0 |
1803 | 2024-08-27T18:13:40.106Z | Compiling darling_macro v0.20.9 |
1804 | 2024-08-27T18:13:40.136Z | Checking rand_xorshift v0.3.0 |
1805 | 2024-08-27T18:13:40.202Z | Compiling structmeta-derive v0.2.0 |
1806 | 2024-08-27T18:13:40.259Z | Checking rusty-fork v0.3.0 |
1807 | 2024-08-27T18:13:40.326Z | Checking unarray v0.1.4 |
1808 | 2024-08-27T18:13:40.481Z | Compiling proc-macro-error v1.0.4 |
1809 | 2024-08-27T18:13:40.562Z | Checking proptest v1.5.0 |
1810 | 2024-08-27T18:13:40.944Z | Compiling darling v0.20.9 |
1811 | 2024-08-27T18:13:41.066Z | Compiling serde_with_macros v3.9.0 |
1812 | 2024-08-27T18:13:41.113Z | Checking camino-tempfile v1.1.1 |
1813 | 2024-08-27T18:13:41.259Z | Compiling proc-macro-crate v1.3.1 |
1814 | 2024-08-27T18:13:41.283Z | Compiling structmeta v0.3.0 |
1815 | 2024-08-27T18:13:41.368Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1816 | 2024-08-27T18:13:41.392Z | Checking tokio-rustls v0.25.0 |
1817 | 2024-08-27T18:13:41.665Z | Compiling parse-display-derive v0.10.0 |
1818 | 2024-08-27T18:13:41.723Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1819 | 2024-08-27T18:13:42.047Z | Compiling foreign-types-macros v0.2.3 |
1820 | 2024-08-27T18:13:42.231Z | Compiling num_enum_derive v0.5.11 |
1821 | 2024-08-27T18:13:42.722Z | Compiling structmeta v0.2.0 |
1822 | 2024-08-27T18:13:43.106Z | Compiling test-strategy v0.3.1 |
1823 | 2024-08-27T18:13:43.131Z | Checking foreign-types-shared v0.3.1 |
1824 | 2024-08-27T18:13:43.231Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1825 | 2024-08-27T18:13:43.507Z | Checking foreign-types v0.5.0 |
1826 | 2024-08-27T18:13:43.607Z | Checking serde_with v3.9.0 |
1827 | 2024-08-27T18:13:43.937Z | Checking cstr-argument v0.1.2 |
1828 | 2024-08-27T18:13:44.101Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1829 | 2024-08-27T18:13:44.452Z | Checking pretty-hex v0.2.1 |
1830 | 2024-08-27T18:13:44.478Z | Checking num_enum v0.5.11 |
1831 | 2024-08-27T18:13:44.612Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1832 | 2024-08-27T18:13:44.637Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1833 | 2024-08-27T18:13:44.899Z | Checking tabwriter v1.4.0 |
1834 | 2024-08-27T18:13:44.924Z | Checking colored v2.1.0 |
1835 | 2024-08-27T18:13:44.947Z | Checking socket2 v0.4.10 |
1836 | 2024-08-27T18:13:44.986Z | Checking smf v0.2.3 |
1837 | 2024-08-27T18:13:45.124Z | Compiling heapless v0.8.0 |
1838 | 2024-08-27T18:13:45.217Z | Checking termtree v0.4.1 |
1839 | 2024-08-27T18:13:45.403Z | Checking hash32 v0.3.1 |
1840 | 2024-08-27T18:13:45.449Z | Compiling smoltcp v0.11.0 |
1841 | 2024-08-27T18:13:45.473Z | Checking predicates-tree v1.0.9 |
1842 | 2024-08-27T18:13:45.573Z | Compiling crucible-workspace-hack v0.1.0 |
1843 | 2024-08-27T18:13:45.627Z | Checking embedded-io v0.4.0 |
1844 | 2024-08-27T18:13:45.716Z | Checking parse-display v0.10.0 |
1845 | 2024-08-27T18:13:45.817Z | Checking cobs v0.2.3 |
1846 | 2024-08-27T18:13:45.927Z | Checking sigpipe v0.1.3 |
1847 | 2024-08-27T18:13:45.970Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1848 | 2024-08-27T18:13:45.999Z | Checking postcard v1.0.8 |
1849 | 2024-08-27T18:13:46.050Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1850 | 2024-08-27T18:13:46.155Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1851 | 2024-08-27T18:13:46.224Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1852 | 2024-08-27T18:13:46.327Z | Compiling mockall_derive v0.13.0 |
1853 | 2024-08-27T18:13:46.477Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1854 | 2024-08-27T18:13:46.548Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1855 | 2024-08-27T18:13:46.583Z | Checking humantime v2.1.0 |
1856 | 2024-08-27T18:13:46.785Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1857 | 2024-08-27T18:13:46.868Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1858 | 2024-08-27T18:13:46.927Z | Compiling num-derive v0.4.2 |
1859 | 2024-08-27T18:13:46.973Z | Checking downcast v0.11.0 |
1860 | 2024-08-27T18:13:47.158Z | Checking fragile v2.0.0 |
1861 | 2024-08-27T18:13:47.223Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1862 | 2024-08-27T18:13:47.378Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1863 | 2024-08-27T18:13:47.456Z | Checking arc-swap v1.7.1 |
1864 | 2024-08-27T18:13:47.619Z | Checking newline-converter v0.3.0 |
1865 | 2024-08-27T18:13:47.755Z | Checking utf-8 v0.7.6 |
1866 | 2024-08-27T18:13:47.831Z | Checking slog-scope v4.4.0 |
1867 | 2024-08-27T18:13:47.941Z | Checking expectorate v1.1.0 |
1868 | 2024-08-27T18:13:48.006Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1869 | 2024-08-27T18:13:48.030Z | Checking slog-stdlog v4.1.1 |
1870 | 2024-08-27T18:13:48.092Z | Checking xattr v1.3.1 |
1871 | 2024-08-27T18:13:48.116Z | Checking filetime v0.2.24 |
1872 | 2024-08-27T18:13:48.195Z | Checking slog-envlogger v2.2.0 |
1873 | 2024-08-27T18:13:48.265Z | Checking termcolor v1.4.1 |
1874 | 2024-08-27T18:13:48.313Z | Checking tar v0.4.41 |
1875 | 2024-08-27T18:13:48.399Z | Checking same-file v1.0.6 |
1876 | 2024-08-27T18:13:48.551Z | Checking walkdir v2.5.0 |
1877 | 2024-08-27T18:13:48.648Z | Compiling derive-where v1.2.7 |
1878 | 2024-08-27T18:13:48.680Z | Checking tungstenite v0.21.0 |
1879 | 2024-08-27T18:13:48.736Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1880 | 2024-08-27T18:13:48.836Z | Checking password-hash v0.5.0 |
1881 | 2024-08-27T18:13:49.020Z | Checking blake2 v0.10.6 |
1882 | 2024-08-27T18:13:49.165Z | Checking num-rational v0.4.2 |
1883 | 2024-08-27T18:13:49.289Z | Checking num-complex v0.4.6 |
1884 | 2024-08-27T18:13:49.441Z | Checking argon2 v0.5.3 |
1885 | 2024-08-27T18:13:49.484Z | Checking tokio-tungstenite v0.21.0 |
1886 | 2024-08-27T18:13:49.562Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1887 | 2024-08-27T18:13:49.791Z | Checking atty v0.2.14 |
1888 | 2024-08-27T18:13:49.923Z | Checking float-ord v0.3.2 |
1889 | 2024-08-27T18:13:49.947Z | Checking pem v3.0.4 |
1890 | 2024-08-27T18:13:50.081Z | Compiling convert_case v0.4.0 |
1891 | 2024-08-27T18:13:50.111Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1892 | 2024-08-27T18:13:50.137Z | Checking num v0.4.3 |
1893 | 2024-08-27T18:13:50.504Z | Checking tungstenite v0.20.1 |
1894 | 2024-08-27T18:13:50.711Z | Checking env_logger v0.9.3 |
1895 | 2024-08-27T18:13:50.868Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1896 | 2024-08-27T18:13:51.061Z | Compiling derive_more v0.99.18 |
1897 | 2024-08-27T18:13:51.115Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1898 | 2024-08-27T18:13:51.142Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1899 | 2024-08-27T18:13:51.302Z | Checking tokio-tungstenite v0.20.1 |
1900 | 2024-08-27T18:13:51.429Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-08-27T18:13:51.554Z | Compiling bitstruct_derive v0.1.0 |
1902 | 2024-08-27T18:13:51.713Z | Checking ascii v1.1.0 |
1903 | 2024-08-27T18:13:51.807Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-08-27T18:13:51.835Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1905 | 2024-08-27T18:13:51.984Z | Checking atomicwrites v0.4.3 |
1906 | 2024-08-27T18:13:52.066Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-08-27T18:13:52.099Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1908 | 2024-08-27T18:13:52.168Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1909 | 2024-08-27T18:13:52.306Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1910 | 2024-08-27T18:13:52.330Z | Checking erased-serde v0.3.31 |
1911 | 2024-08-27T18:13:52.415Z | Checking serde_arrays v0.1.0 |
1912 | 2024-08-27T18:13:52.560Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1913 | 2024-08-27T18:13:52.584Z | Compiling heck v0.3.3 |
1914 | 2024-08-27T18:13:52.753Z | Checking bitstruct v0.1.1 |
1915 | 2024-08-27T18:13:52.874Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1916 | 2024-08-27T18:13:52.897Z | Checking yasna v0.5.2 |
1917 | 2024-08-27T18:13:52.921Z | Checking headers-core v0.2.0 |
1918 | 2024-08-27T18:13:52.994Z | Compiling zone_cfg_derive v0.1.2 |
1919 | 2024-08-27T18:13:53.048Z | Checking base64 v0.13.1 |
1920 | 2024-08-27T18:13:53.263Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-08-27T18:13:53.396Z | Checking mockall v0.13.0 |
1922 | 2024-08-27T18:13:53.420Z | Checking ron v0.7.1 |
1923 | 2024-08-27T18:13:53.623Z | Checking headers v0.3.9 |
1924 | 2024-08-27T18:13:53.646Z | Checking rcgen v0.12.1 |
1925 | 2024-08-27T18:13:54.241Z | Checking portpicker v0.1.1 |
1926 | 2024-08-27T18:13:54.288Z | Checking zone v0.1.8 |
1927 | 2024-08-27T18:13:54.385Z | Checking subprocess v0.2.9 |
1928 | 2024-08-27T18:13:54.409Z | Checking highway v1.2.0 |
1929 | 2024-08-27T18:13:54.570Z | Compiling prettyplease v0.2.20 |
1930 | 2024-08-27T18:13:54.672Z | Compiling semver v0.1.20 |
1931 | 2024-08-27T18:13:54.782Z | Checking half v2.4.1 |
1932 | 2024-08-27T18:13:54.875Z | Checking ciborium-io v0.2.2 |
1933 | 2024-08-27T18:13:54.901Z | Compiling cookie v0.18.1 |
1934 | 2024-08-27T18:13:54.927Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1935 | 2024-08-27T18:13:54.972Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1936 | 2024-08-27T18:13:55.116Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1937 | 2024-08-27T18:13:55.186Z | Compiling rustc_version v0.1.7 |
1938 | 2024-08-27T18:13:55.216Z | Checking ciborium-ll v0.2.2 |
1939 | 2024-08-27T18:13:55.389Z | Compiling rayon-core v1.12.1 |
1940 | 2024-08-27T18:13:55.538Z | Checking ciborium v0.2.2 |
1941 | 2024-08-27T18:13:55.761Z | Compiling newtype_derive v0.1.6 |
1942 | 2024-08-27T18:13:55.792Z | Checking swrite v0.1.0 |
1943 | 2024-08-27T18:13:56.223Z | Checking steno v0.4.1 |
1944 | 2024-08-27T18:13:56.776Z | Compiling home v0.5.9 |
1945 | 2024-08-27T18:13:56.956Z | Checking linked-hash-map v0.5.6 |
1946 | 2024-08-27T18:13:57.236Z | Checking lru-cache v0.1.2 |
1947 | 2024-08-27T18:13:58.248Z | Checking resolv-conf v0.7.0 |
1948 | 2024-08-27T18:13:58.626Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1949 | 2024-08-27T18:13:59.834Z | Checking hickory-resolver v0.24.1 |
1950 | 2024-08-27T18:14:00.987Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1951 | 2024-08-27T18:14:01.104Z | Compiling slog-dtrace v0.3.0 |
1952 | 2024-08-27T18:14:01.186Z | Compiling ring v0.16.20 |
1953 | 2024-08-27T18:14:01.251Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1954 | 2024-08-27T18:14:01.601Z | Compiling blake3 v1.5.1 |
1955 | 2024-08-27T18:14:01.665Z | Compiling cancel-safe-futures v0.1.5 |
1956 | 2024-08-27T18:14:01.982Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1957 | 2024-08-27T18:14:02.393Z | Checking itertools v0.13.0 |
1958 | 2024-08-27T18:14:02.699Z | Checking libsw v3.3.1 |
1959 | 2024-08-27T18:14:02.790Z | Checking owo-colors v4.0.0 |
1960 | 2024-08-27T18:14:02.940Z | Checking linear-map v1.2.0 |
1961 | 2024-08-27T18:14:03.239Z | Compiling crossbeam-deque v0.8.5 |
1962 | 2024-08-27T18:14:04.207Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1963 | 2024-08-27T18:14:04.528Z | Compiling memmap2 v0.9.4 |
1964 | 2024-08-27T18:14:04.579Z | Compiling constant_time_eq v0.3.0 |
1965 | 2024-08-27T18:14:04.607Z | Compiling arrayvec v0.7.4 |
1966 | 2024-08-27T18:14:04.752Z | Compiling spin v0.5.2 |
1967 | 2024-08-27T18:14:04.921Z | Compiling untrusted v0.7.1 |
1968 | 2024-08-27T18:14:04.959Z | Compiling arrayref v0.3.7 |
1969 | 2024-08-27T18:14:04.983Z | Compiling toolchain_find v0.4.0 |
1970 | 2024-08-27T18:14:05.118Z | Compiling rayon v1.10.0 |
1971 | 2024-08-27T18:14:05.634Z | Compiling topological-sort v0.2.2 |
1972 | 2024-08-27T18:14:05.841Z | Compiling rustfmt-wrapper v0.2.1 |
1973 | 2024-08-27T18:14:06.022Z | Checking display-error-chain v0.2.0 |
1974 | 2024-08-27T18:14:06.167Z | Checking nibble_vec v0.1.0 |
1975 | 2024-08-27T18:14:06.201Z | Checking endian-type v0.1.2 |
1976 | 2024-08-27T18:14:06.338Z | Checking fxhash v0.2.1 |
1977 | 2024-08-27T18:14:06.361Z | Checking keccak v0.1.5 |
1978 | 2024-08-27T18:14:06.407Z | Checking radix_trie v0.2.1 |
1979 | 2024-08-27T18:14:06.503Z | Checking secrecy v0.8.0 |
1980 | 2024-08-27T18:14:06.642Z | Checking sha3 v0.10.8 |
1981 | 2024-08-27T18:14:06.694Z | Checking universal-hash v0.5.1 |
1982 | 2024-08-27T18:14:06.782Z | Checking opaque-debug v0.3.1 |
1983 | 2024-08-27T18:14:06.883Z | Compiling curve25519-dalek v4.1.3 |
1984 | 2024-08-27T18:14:06.906Z | Compiling radium v0.7.0 |
1985 | 2024-08-27T18:14:07.033Z | Checking maplit v1.0.2 |
1986 | 2024-08-27T18:14:07.142Z | Checking aead v0.5.2 |
1987 | 2024-08-27T18:14:07.350Z | Compiling curve25519-dalek-derive v0.1.1 |
1988 | 2024-08-27T18:14:07.379Z | Compiling maybe-uninit v2.0.0 |
1989 | 2024-08-27T18:14:07.553Z | Checking tap v1.0.1 |
1990 | 2024-08-27T18:14:07.711Z | Checking wyz v0.5.1 |
1991 | 2024-08-27T18:14:07.935Z | Checking poly1305 v0.8.0 |
1992 | 2024-08-27T18:14:08.053Z | Checking chacha20 v0.9.1 |
1993 | 2024-08-27T18:14:08.239Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1994 | 2024-08-27T18:14:08.363Z | Compiling packed_struct v0.10.1 |
1995 | 2024-08-27T18:14:08.386Z | Checking funty v2.0.0 |
1996 | 2024-08-27T18:14:08.728Z | Checking crc-catalog v2.4.0 |
1997 | 2024-08-27T18:14:08.873Z | Checking crc v3.2.1 |
1998 | 2024-08-27T18:14:09.203Z | Checking bitvec v1.0.1 |
1999 | 2024-08-27T18:14:09.227Z | Checking gethostname v0.5.0 |
2000 | 2024-08-27T18:14:09.251Z | Checking kstat-rs v0.2.4 |
2001 | 2024-08-27T18:14:09.251Z | Compiling packed_struct_codegen v0.10.1 |
2002 | 2024-08-27T18:14:09.355Z | Compiling omicron-zone-package v0.11.0 |
2003 | 2024-08-27T18:14:09.555Z | Compiling indexmap v1.9.3 |
2004 | 2024-08-27T18:14:09.826Z | Compiling libefi-sys v0.1.0 |
2005 | 2024-08-27T18:14:09.869Z | Checking nodrop v0.1.14 |
2006 | 2024-08-27T18:14:09.983Z | Checking array-init v0.0.4 |
2007 | 2024-08-27T18:14:10.146Z | Checking smallvec v0.6.14 |
2008 | 2024-08-27T18:14:10.253Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2009 | 2024-08-27T18:14:10.359Z | Compiling bitfield-struct v0.6.1 |
2010 | 2024-08-27T18:14:10.567Z | Checking hashbrown v0.12.3 |
2011 | 2024-08-27T18:14:10.652Z | Checking bitfield v0.14.0 |
2012 | 2024-08-27T18:14:10.865Z | Checking serde-hex v0.1.0 |
2013 | 2024-08-27T18:14:11.005Z | Checking bzip2 v0.4.4 |
2014 | 2024-08-27T18:14:11.564Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2015 | 2024-08-27T18:14:11.627Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2016 | 2024-08-27T18:14:11.726Z | Checking env_logger v0.10.2 |
2017 | 2024-08-27T18:14:11.876Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2018 | 2024-08-27T18:14:12.118Z | Checking ron v0.8.1 |
2019 | 2024-08-27T18:14:12.143Z | Checking x509-cert v0.2.5 |
2020 | 2024-08-27T18:14:12.167Z | Checking hashbrown v0.13.2 |
2021 | 2024-08-27T18:14:12.190Z | Compiling thiserror-impl-no-std v2.0.2 |
2022 | 2024-08-27T18:14:13.218Z | Compiling async-recursion v1.1.1 |
2023 | 2024-08-27T18:14:13.410Z | Checking crc-any v2.5.0 |
2024 | 2024-08-27T18:14:13.450Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2025 | 2024-08-27T18:14:13.578Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2026 | 2024-08-27T18:14:13.750Z | Checking object v0.30.4 |
2027 | 2024-08-27T18:14:13.999Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2028 | 2024-08-27T18:14:14.229Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2029 | 2024-08-27T18:14:14.316Z | Checking zip v0.6.6 |
2030 | 2024-08-27T18:14:14.444Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2031 | 2024-08-27T18:14:14.622Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2032 | 2024-08-27T18:14:14.719Z | Compiling parking_lot_core v0.8.6 |
2033 | 2024-08-27T18:14:14.751Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2034 | 2024-08-27T18:14:14.812Z | Checking path-slash v0.1.5 |
2035 | 2024-08-27T18:14:14.908Z | Checking thiserror-no-std v2.0.2 |
2036 | 2024-08-27T18:14:14.954Z | Checking chacha20poly1305 v0.10.1 |
2037 | 2024-08-27T18:14:14.978Z | Checking glob v0.3.1 |
2038 | 2024-08-27T18:14:15.042Z | Checking vsss-rs v3.3.4 |
2039 | 2024-08-27T18:14:15.123Z | Checking hickory-client v0.24.1 |
2040 | 2024-08-27T18:14:15.266Z | Checking hickory-server v0.24.1 |
2041 | 2024-08-27T18:14:15.353Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2042 | 2024-08-27T18:14:15.520Z | Checking parking_lot v0.11.2 |
2043 | 2024-08-27T18:14:15.629Z | Checking crossterm v0.28.1 |
2044 | 2024-08-27T18:14:15.705Z | Compiling buf-list v1.0.3 |
2045 | 2024-08-27T18:14:15.830Z | Checking sled v0.34.7 |
2046 | 2024-08-27T18:14:16.356Z | Compiling unicase v2.7.0 |
2047 | 2024-08-27T18:14:16.837Z | Checking nanorand v0.7.0 |
2048 | 2024-08-27T18:14:16.990Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2049 | 2024-08-27T18:14:17.207Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2050 | 2024-08-27T18:14:17.252Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2051 | 2024-08-27T18:14:17.573Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2052 | 2024-08-27T18:14:17.724Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2053 | 2024-08-27T18:14:18.250Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2054 | 2024-08-27T18:14:18.626Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2055 | 2024-08-27T18:14:18.966Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2056 | 2024-08-27T18:14:19.904Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2057 | 2024-08-27T18:14:21.088Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2058 | 2024-08-27T18:14:21.249Z | Checking flume v0.11.0 |
2059 | 2024-08-27T18:14:21.372Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2060 | 2024-08-27T18:14:21.734Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2061 | 2024-08-27T18:14:22.654Z | Compiling vte_generate_state_changes v0.1.1 |
2062 | 2024-08-27T18:14:22.739Z | Compiling mime_guess v2.0.4 |
2063 | 2024-08-27T18:14:23.141Z | Checking fd-lock v4.0.2 |
2064 | 2024-08-27T18:14:23.300Z | Checking vte v0.11.1 |
2065 | 2024-08-27T18:14:23.587Z | Checking crossterm v0.27.0 |
2066 | 2024-08-27T18:14:23.950Z | Checking nu-ansi-term v0.50.0 |
2067 | 2024-08-27T18:14:24.245Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2068 | 2024-08-27T18:14:24.418Z | Checking strip-ansi-escapes v0.2.0 |
2069 | 2024-08-27T18:14:24.556Z | Compiling dsl_auto_type v0.1.2 |
2070 | 2024-08-27T18:14:24.671Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2071 | 2024-08-27T18:14:24.870Z | Checking scheduled-thread-pool v0.2.7 |
2072 | 2024-08-27T18:14:24.913Z | Compiling pin-project-internal v1.1.5 |
2073 | 2024-08-27T18:14:25.109Z | Checking reedline v0.33.0 |
2074 | 2024-08-27T18:14:25.133Z | Compiling diesel_table_macro_syntax v0.2.0 |
2075 | 2024-08-27T18:14:25.568Z | Checking http-range v0.1.5 |
2076 | 2024-08-27T18:14:25.748Z | Compiling crunchy v0.2.2 |
2077 | 2024-08-27T18:14:25.953Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2078 | 2024-08-27T18:14:26.102Z | Compiling diesel_derives v2.2.2 |
2079 | 2024-08-27T18:14:26.245Z | Checking hyper-staticfile v0.9.5 |
2080 | 2024-08-27T18:14:26.508Z | Checking r2d2 v0.8.10 |
2081 | 2024-08-27T18:14:26.589Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2082 | 2024-08-27T18:14:26.811Z | Compiling clang-sys v1.7.0 |
2083 | 2024-08-27T18:14:27.424Z | Compiling tiny-keccak v2.0.2 |
2084 | 2024-08-27T18:14:27.602Z | Checking pin-project v1.1.5 |
2085 | 2024-08-27T18:14:27.664Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2086 | 2024-08-27T18:14:27.742Z | Compiling ref-cast v1.0.23 |
2087 | 2024-08-27T18:14:27.767Z | Checking bytecount v0.6.8 |
2088 | 2024-08-27T18:14:27.907Z | Checking papergrid v0.11.0 |
2089 | 2024-08-27T18:14:28.308Z | Compiling ascii-canvas v3.0.0 |
2090 | 2024-08-27T18:14:28.434Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2091 | 2024-08-27T18:14:28.692Z | Compiling tabled_derive v0.7.0 |
2092 | 2024-08-27T18:14:29.067Z | Compiling ena v0.14.3 |
2093 | 2024-08-27T18:14:29.177Z | Compiling ref-cast-impl v1.0.23 |
2094 | 2024-08-27T18:14:29.417Z | Compiling libloading v0.8.3 |
2095 | 2024-08-27T18:14:29.802Z | Compiling bindgen v0.69.4 |
2096 | 2024-08-27T18:14:29.986Z | Compiling regex-syntax v0.6.29 |
2097 | 2024-08-27T18:14:30.131Z | Compiling diff v0.1.13 |
2098 | 2024-08-27T18:14:30.886Z | Checking tabled v0.15.0 |
2099 | 2024-08-27T18:14:31.503Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2100 | 2024-08-27T18:14:33.601Z | Compiling lalrpop v0.19.12 |
2101 | 2024-08-27T18:14:34.748Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2102 | 2024-08-27T18:14:35.005Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2103 | 2024-08-27T18:14:37.755Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2104 | 2024-08-27T18:14:39.215Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2105 | 2024-08-27T18:14:39.479Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2106 | 2024-08-27T18:14:40.089Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2107 | 2024-08-27T18:14:40.978Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2108 | 2024-08-27T18:14:41.214Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2109 | 2024-08-27T18:14:41.615Z | Checking diesel v2.2.2 |
2110 | 2024-08-27T18:14:41.639Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2111 | 2024-08-27T18:14:41.698Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2112 | 2024-08-27T18:14:42.072Z | Compiling which v4.4.2 |
2113 | 2024-08-27T18:14:42.097Z | Checking signal-hook-tokio v0.3.1 |
2114 | 2024-08-27T18:14:42.265Z | Compiling cexpr v0.6.0 |
2115 | 2024-08-27T18:14:42.646Z | Compiling lazycell v1.3.0 |
2116 | 2024-08-27T18:14:42.816Z | Compiling shlex v1.3.0 |
2117 | 2024-08-27T18:14:43.216Z | Compiling rustc-hash v1.1.0 |
2118 | 2024-08-27T18:14:43.865Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2119 | 2024-08-27T18:14:44.055Z | Compiling derive_builder_core v0.20.0 |
2120 | 2024-08-27T18:14:44.698Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2121 | 2024-08-27T18:14:45.304Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2122 | 2024-08-27T18:14:46.140Z | Compiling libxml v0.3.3 |
2123 | 2024-08-27T18:14:46.381Z | Compiling memoffset v0.9.1 |
2124 | 2024-08-27T18:14:46.521Z | Compiling derive_builder_macro v0.20.0 |
2125 | 2024-08-27T18:14:50.764Z | Compiling peg-macros v0.8.4 |
2126 | 2024-08-27T18:14:50.796Z | Compiling strum_macros v0.24.3 |
2127 | 2024-08-27T18:14:50.796Z | Compiling snafu-derive v0.8.2 |
2128 | 2024-08-27T18:14:50.796Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2129 | 2024-08-27T18:14:50.797Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2130 | 2024-08-27T18:14:50.797Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2131 | 2024-08-27T18:14:50.797Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2132 | 2024-08-27T18:14:50.797Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2133 | 2024-08-27T18:14:50.797Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2134 | 2024-08-27T18:14:51.289Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2135 | 2024-08-27T18:14:51.606Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2136 | 2024-08-27T18:14:51.734Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2137 | 2024-08-27T18:14:52.113Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2138 | 2024-08-27T18:14:52.808Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2139 | 2024-08-27T18:14:53.641Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2140 | 2024-08-27T18:14:54.864Z | Compiling sqlparser_derive v0.2.2 |
2141 | 2024-08-27T18:14:55.127Z | Compiling indoc v1.0.9 |
2142 | 2024-08-27T18:14:55.741Z | Checking unicode_categories v0.1.1 |
2143 | 2024-08-27T18:14:55.966Z | Checking sqlparser v0.45.0 |
2144 | 2024-08-27T18:14:56.004Z | Checking sqlformat v0.2.4 |
2145 | 2024-08-27T18:14:57.971Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2146 | 2024-08-27T18:14:59.138Z | Checking rustyline v14.0.0 |
2147 | 2024-08-27T18:14:59.741Z | Checking snafu v0.8.2 |
2148 | 2024-08-27T18:15:00.158Z | Checking peg v0.8.4 |
2149 | 2024-08-27T18:15:00.260Z | Checking derive_builder v0.20.0 |
2150 | 2024-08-27T18:15:00.539Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2151 | 2024-08-27T18:15:00.662Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2152 | 2024-08-27T18:15:00.931Z | Checking globset v0.4.14 |
2153 | 2024-08-27T18:15:01.045Z | Checking olpc-cjson v0.1.3 |
2154 | 2024-08-27T18:15:01.268Z | Checking quick-xml v0.31.0 |
2155 | 2024-08-27T18:15:01.404Z | Checking bcs v0.1.6 |
2156 | 2024-08-27T18:15:01.835Z | Checking serde_plain v1.0.2 |
2157 | 2024-08-27T18:15:01.986Z | Compiling impl-trait-for-tuples v0.2.2 |
2158 | 2024-08-27T18:15:02.063Z | Compiling oso-derive v0.27.3 |
2159 | 2024-08-27T18:15:03.064Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2160 | 2024-08-27T18:15:03.155Z | Checking typed-path v0.7.1 |
2161 | 2024-08-27T18:15:03.444Z | Checking nix v0.27.1 |
2162 | 2024-08-27T18:15:03.721Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2163 | 2024-08-27T18:15:04.551Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2164 | 2024-08-27T18:15:04.755Z | Checking tough v0.17.1 |
2165 | 2024-08-27T18:15:04.781Z | Checking serde-big-array v0.5.1 |
2166 | 2024-08-27T18:15:04.988Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2167 | 2024-08-27T18:15:05.172Z | Checking parse-size v1.0.0 |
2168 | 2024-08-27T18:15:05.373Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2169 | 2024-08-27T18:15:07.068Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2170 | 2024-08-27T18:15:08.654Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2171 | 2024-08-27T18:15:08.837Z | Checking bb8 v0.8.5 |
2172 | 2024-08-27T18:15:08.935Z | Compiling const_format_proc_macros v0.2.32 |
2173 | 2024-08-27T18:15:09.236Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2174 | 2024-08-27T18:15:09.295Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2175 | 2024-08-27T18:15:09.771Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2176 | 2024-08-27T18:15:10.599Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2177 | 2024-08-27T18:15:10.735Z | Checking const_format v0.2.32 |
2178 | 2024-08-27T18:15:11.145Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2179 | 2024-08-27T18:15:11.455Z | Checking assert_matches v1.5.0 |
2180 | 2024-08-27T18:15:11.556Z | Checking heck v0.4.1 |
2181 | 2024-08-27T18:15:11.656Z | Compiling portable-atomic v1.6.0 |
2182 | 2024-08-27T18:15:11.751Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2183 | 2024-08-27T18:15:11.775Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2184 | 2024-08-27T18:15:12.130Z | Compiling libz-sys v1.1.16 |
2185 | 2024-08-27T18:15:12.185Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2186 | 2024-08-27T18:15:12.888Z | Checking rand_seeder v0.3.0 |
2187 | 2024-08-27T18:15:13.104Z | Checking number_prefix v0.4.0 |
2188 | 2024-08-27T18:15:13.282Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2189 | 2024-08-27T18:15:13.562Z | Checking indicatif v0.17.8 |
2190 | 2024-08-27T18:15:14.233Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2191 | 2024-08-27T18:15:14.642Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2192 | 2024-08-27T18:15:14.701Z | Compiling vergen v8.3.2 |
2193 | 2024-08-27T18:15:14.980Z | Compiling cargo-platform v0.1.8 |
2194 | 2024-08-27T18:15:15.185Z | Checking is_ci v1.2.0 |
2195 | 2024-08-27T18:15:15.354Z | Checking supports-color v3.0.0 |
2196 | 2024-08-27T18:15:15.521Z | Compiling cargo_metadata v0.18.1 |
2197 | 2024-08-27T18:15:15.579Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2198 | 2024-08-27T18:15:15.871Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2199 | 2024-08-27T18:15:16.574Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2200 | 2024-08-27T18:15:16.832Z | Checking castaway v0.2.3 |
2201 | 2024-08-27T18:15:16.989Z | Compiling libsqlite3-sys v0.28.0 |
2202 | 2024-08-27T18:15:17.256Z | Checking compact_str v0.8.0 |
2203 | 2024-08-27T18:15:17.538Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2204 | 2024-08-27T18:15:17.801Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2205 | 2024-08-27T18:15:18.042Z | Checking unicode-truncate v1.0.0 |
2206 | 2024-08-27T18:15:18.073Z | Checking lru v0.12.3 |
2207 | 2024-08-27T18:15:18.261Z | Compiling instability v0.3.2 |
2208 | 2024-08-27T18:15:18.357Z | Checking cassowary v0.3.0 |
2209 | 2024-08-27T18:15:18.734Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2210 | 2024-08-27T18:15:19.045Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2211 | 2024-08-27T18:15:19.179Z | Checking ratatui v0.28.0 |
2212 | 2024-08-27T18:15:20.023Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2213 | 2024-08-27T18:15:20.076Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2214 | 2024-08-27T18:15:20.326Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2215 | 2024-08-27T18:15:20.752Z | Checking hashlink v0.9.1 |
2216 | 2024-08-27T18:15:21.063Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2217 | 2024-08-27T18:15:21.321Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2218 | 2024-08-27T18:15:21.672Z | Checking unicode-linebreak v0.1.5 |
2219 | 2024-08-27T18:15:22.033Z | Checking fallible-streaming-iterator v0.1.9 |
2220 | 2024-08-27T18:15:22.251Z | Checking fallible-iterator v0.3.0 |
2221 | 2024-08-27T18:15:22.452Z | Checking smawk v0.3.2 |
2222 | 2024-08-27T18:15:22.637Z | Checking textwrap v0.16.1 |
2223 | 2024-08-27T18:15:22.814Z | Checking rusqlite v0.31.0 |
2224 | 2024-08-27T18:15:22.983Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2225 | 2024-08-27T18:15:23.260Z | Checking twox-hash v1.6.3 |
2226 | 2024-08-27T18:15:23.698Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2227 | 2024-08-27T18:15:24.155Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2228 | 2024-08-27T18:15:25.227Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2229 | 2024-08-27T18:15:25.629Z | Checking fatfs v0.3.6 |
2230 | 2024-08-27T18:15:26.120Z | Checking csv-core v0.1.11 |
2231 | 2024-08-27T18:15:26.425Z | Checking shell-words v1.1.0 |
2232 | 2024-08-27T18:15:26.533Z | Checking csv v1.3.0 |
2233 | 2024-08-27T18:15:26.590Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2234 | 2024-08-27T18:15:27.548Z | Checking rtoolbox v0.0.2 |
2235 | 2024-08-27T18:15:27.742Z | Checking rpassword v7.3.1 |
2236 | 2024-08-27T18:15:29.296Z | Checking tui-tree-widget v0.22.0 |
2237 | 2024-08-27T18:15:29.571Z | Checking polyval v0.6.2 |
2238 | 2024-08-27T18:15:29.823Z | Checking rfc6979 v0.4.0 |
2239 | 2024-08-27T18:15:29.992Z | Checking plotters-backend v0.3.5 |
2240 | 2024-08-27T18:15:30.329Z | Checking plotters-svg v0.3.5 |
2241 | 2024-08-27T18:15:30.527Z | Checking ecdsa v0.16.9 |
2242 | 2024-08-27T18:15:31.170Z | Checking ghash v0.5.1 |
2243 | 2024-08-27T18:15:31.333Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2244 | 2024-08-27T18:15:31.567Z | Checking primeorder v0.13.6 |
2245 | 2024-08-27T18:15:32.002Z | Checking ctr v0.9.2 |
2246 | 2024-08-27T18:15:32.368Z | Checking yansi v0.5.1 |
2247 | 2024-08-27T18:15:32.781Z | Checking cast v0.3.0 |
2248 | 2024-08-27T18:15:32.978Z | Checking pretty_assertions v1.4.0 |
2249 | 2024-08-27T18:15:33.090Z | Checking criterion-plot v0.5.0 |
2250 | 2024-08-27T18:15:33.170Z | Checking aes-gcm v0.10.3 |
2251 | 2024-08-27T18:15:33.400Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2252 | 2024-08-27T18:15:33.541Z | Checking plotters v0.3.5 |
2253 | 2024-08-27T18:15:35.192Z | Checking ed25519 v2.2.3 |
2254 | 2024-08-27T18:15:35.526Z | Checking ssh-encoding v0.2.0 |
2255 | 2024-08-27T18:15:35.885Z | Checking tinytemplate v1.2.1 |
2256 | 2024-08-27T18:15:36.263Z | Checking blowfish v0.9.1 |
2257 | 2024-08-27T18:15:36.525Z | Checking anes v0.1.6 |
2258 | 2024-08-27T18:15:36.893Z | Checking oorandom v11.1.3 |
2259 | 2024-08-27T18:15:37.060Z | Checking option-ext v0.2.0 |
2260 | 2024-08-27T18:15:37.194Z | Checking dirs-sys v0.4.1 |
2261 | 2024-08-27T18:15:37.397Z | Checking criterion v0.5.1 |
2262 | 2024-08-27T18:15:39.621Z | Checking bcrypt-pbkdf v0.10.0 |
2263 | 2024-08-27T18:15:39.861Z | Checking ssh-cipher v0.2.0 |
2264 | 2024-08-27T18:15:39.885Z | Checking ed25519-dalek v2.1.1 |
2265 | 2024-08-27T18:15:40.140Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2266 | 2024-08-27T18:15:40.229Z | Checking password-hash v0.4.2 |
2267 | 2024-08-27T18:15:40.616Z | Checking hex-literal v0.4.1 |
2268 | 2024-08-27T18:15:40.746Z | Checking matches v0.1.10 |
2269 | 2024-08-27T18:15:40.850Z | Checking idna v0.2.3 |
2270 | 2024-08-27T18:15:41.423Z | Checking pbkdf2 v0.11.0 |
2271 | 2024-08-27T18:15:41.545Z | Checking ssh-key v0.6.6 |
2272 | 2024-08-27T18:15:41.701Z | Checking dirs v5.0.1 |
2273 | 2024-08-27T18:15:41.845Z | Checking p256 v0.13.2 |
2274 | 2024-08-27T18:15:42.270Z | Checking p521 v0.13.3 |
2275 | 2024-08-27T18:15:42.569Z | Checking p384 v0.13.0 |
2276 | 2024-08-27T18:15:43.033Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2277 | 2024-08-27T18:15:43.409Z | Checking russh-cryptovec v0.7.2 |
2278 | 2024-08-27T18:15:43.484Z | Compiling enum-as-inner v0.5.1 |
2279 | 2024-08-27T18:15:43.618Z | Compiling target-lexicon v0.12.16 |
2280 | 2024-08-27T18:15:43.730Z | Compiling doc-comment v0.3.3 |
2281 | 2024-08-27T18:15:44.255Z | Checking md5 v0.7.0 |
2282 | 2024-08-27T18:15:44.382Z | Checking trust-dns-proto v0.22.0 |
2283 | 2024-08-27T18:15:44.509Z | Checking russh-keys v0.44.0 |
2284 | 2024-08-27T18:15:44.689Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2285 | 2024-08-27T18:15:45.683Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2286 | 2024-08-27T18:15:46.181Z | Checking http-body v1.0.0 |
2287 | 2024-08-27T18:15:46.389Z | Checking num-bigint v0.4.5 |
2288 | 2024-08-27T18:15:46.413Z | Compiling guppy-workspace-hack v0.1.0 |
2289 | 2024-08-27T18:15:46.665Z | Checking tower-layer v0.3.2 |
2290 | 2024-08-27T18:15:46.902Z | Compiling dhcproto-macros v0.1.0 |
2291 | 2024-08-27T18:15:47.487Z | Checking regex-automata v0.1.10 |
2292 | 2024-08-27T18:15:47.814Z | Compiling assert_cmd v2.0.16 |
2293 | 2024-08-27T18:15:47.850Z | Checking bstr v0.2.17 |
2294 | 2024-08-27T18:15:48.234Z | Checking dhcproto v0.12.0 |
2295 | 2024-08-27T18:15:48.580Z | Checking tower v0.4.13 |
2296 | 2024-08-27T18:15:48.604Z | Checking russh v0.44.1 |
2297 | 2024-08-27T18:15:49.260Z | Checking hyper v1.3.1 |
2298 | 2024-08-27T18:15:49.948Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2299 | 2024-08-27T18:15:50.288Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2300 | 2024-08-27T18:15:50.467Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2301 | 2024-08-27T18:15:50.975Z | Compiling target-spec v3.2.1 |
2302 | 2024-08-27T18:15:51.179Z | Checking internet-checksum v0.2.1 |
2303 | 2024-08-27T18:15:52.003Z | Checking hyper-util v0.1.3 |
2304 | 2024-08-27T18:15:52.116Z | Checking cfg-expr v0.16.0 |
2305 | 2024-08-27T18:15:52.998Z | Checking httptest v0.15.5 |
2306 | 2024-08-27T18:15:53.234Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2307 | 2024-08-27T18:15:53.327Z | Checking rustls-native-certs v0.7.0 |
2308 | 2024-08-27T18:15:53.644Z | Checking hyper-rustls v0.26.0 |
2309 | 2024-08-27T18:15:54.270Z | Checking pathdiff v0.2.1 |
2310 | 2024-08-27T18:15:54.423Z | Checking threadpool v1.8.1 |
2311 | 2024-08-27T18:15:54.621Z | Compiling toml_edit v0.21.1 |
2312 | 2024-08-27T18:15:55.174Z | Compiling rstest_macros v0.22.0 |
2313 | 2024-08-27T18:15:55.648Z | Checking escape8259 v0.5.2 |
2314 | 2024-08-27T18:15:55.818Z | Checking nested v0.1.1 |
2315 | 2024-08-27T18:15:56.016Z | Checking guppy v0.17.7 |
2316 | 2024-08-27T18:15:56.928Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2317 | 2024-08-27T18:15:57.955Z | Compiling proc-macro-crate v3.1.0 |
2318 | 2024-08-27T18:15:59.236Z | Checking libtest-mimic v0.7.3 |
2319 | 2024-08-27T18:15:59.657Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2320 | 2024-08-27T18:15:59.698Z | Checking similar-asserts v1.5.0 |
2321 | 2024-08-27T18:15:59.836Z | Compiling samael v0.0.15 |
2322 | 2024-08-27T18:15:59.927Z | Checking fancy-regex v0.13.0 |
2323 | 2024-08-27T18:15:59.950Z | Compiling relative-path v1.9.3 |
2324 | 2024-08-27T18:16:00.593Z | Compiling trybuild v1.0.99 |
2325 | 2024-08-27T18:16:00.621Z | Checking datatest-stable v0.2.9 |
2326 | 2024-08-27T18:16:00.942Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2327 | 2024-08-27T18:16:01.067Z | Checking blake2b_simd v1.0.2 |
2328 | 2024-08-27T18:16:01.778Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2329 | 2024-08-27T18:16:02.159Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2330 | 2024-08-27T18:16:02.454Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2331 | 2024-08-27T18:16:02.729Z | Compiling git2 v0.19.0 |
2332 | 2024-08-27T18:16:02.806Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2333 | 2024-08-27T18:16:03.107Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2334 | 2024-08-27T18:16:03.413Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2335 | 2024-08-27T18:16:03.751Z | Checking serde_tokenstream v0.2.2 |
2336 | 2024-08-27T18:16:04.111Z | Checking uzers v0.11.3 |
2337 | 2024-08-27T18:16:04.422Z | Checking futures-timer v3.0.3 |
2338 | 2024-08-27T18:16:04.690Z | Checking indent_write v2.2.0 |
2339 | 2024-08-27T18:16:04.794Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2340 | 2024-08-27T18:16:05.025Z | Checking rust-argon2 v2.1.0 |
2341 | 2024-08-27T18:16:06.096Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2342 | 2024-08-27T18:16:06.523Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2343 | 2024-08-27T18:16:07.039Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2344 | 2024-08-27T18:16:07.316Z | Checking rand_distr v0.4.3 |
2345 | 2024-08-27T18:16:08.144Z | Checking multimap v0.10.0 |
2346 | 2024-08-27T18:16:08.437Z | Checking approx v0.5.1 |
2347 | 2024-08-27T18:16:08.671Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2348 | 2024-08-27T18:16:09.631Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2349 | 2024-08-27T18:16:09.752Z | Checking rstest v0.22.0 |
2350 | 2024-08-27T18:16:09.956Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2351 | 2024-08-27T18:16:10.163Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2352 | 2024-08-27T18:16:10.780Z | Checking partial-io v0.5.4 |
2353 | 2024-08-27T18:16:10.878Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2354 | 2024-08-27T18:16:10.902Z | Checking cargo_toml v0.20.4 |
2355 | 2024-08-27T18:16:11.130Z | Checking termios v0.3.3 |
2356 | 2024-08-27T18:16:11.161Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2357 | 2024-08-27T18:16:11.340Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2358 | 2024-08-27T18:16:12.617Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2359 | 2024-08-27T18:16:26.395Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2360 | 2024-08-27T18:16:30.681Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2361 | 2024-08-27T18:16:32.295Z | Compiling polar-core v0.27.3 |
2362 | 2024-08-27T18:16:41.350Z | Checking oso v0.27.3 |
2363 | 2024-08-27T18:16:52.259Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2364 | 2024-08-27T18:16:53.669Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2365 | 2024-08-27T18:16:54.510Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2366 | 2024-08-27T18:17:30.186Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2367 | 2024-08-27T18:17:30.186Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2368 | 2024-08-27T18:17:30.210Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2369 | 2024-08-27T18:19:23.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 17s |
2370 | 2024-08-27T18:19:24.269Z | |
2371 | 2024-08-27T18:19:24.269Z | real 6:22.847308000 |
2372 | 2024-08-27T18:19:24.269Z | user 31:28.842197098 |
2373 | 2024-08-27T18:19:24.269Z | sys 5:42.173180431 |
2374 | 2024-08-27T18:19:24.293Z | trap 0.947889450 |
2375 | 2024-08-27T18:19:24.293Z | tflt 1.361870210 |
2376 | 2024-08-27T18:19:24.293Z | dflt 0.501796794 |
2377 | 2024-08-27T18:19:24.293Z | kflt 0.001051811 |
2378 | 2024-08-27T18:19:24.293Z | lock 49:38.913939066 |
2379 | 2024-08-27T18:19:24.293Z | slp 1:51:08.116286655 |
2380 | 2024-08-27T18:19:24.293Z | lat 1:35.990044182 |
2381 | 2024-08-27T18:19:24.293Z | stop 5:24.847524253 |
2382 | 2024-08-27T18:19:24.293Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2383 | 2024-08-27T18:19:24.293Z | + ptime -m cargo doc --workspace --no-deps |
2384 | 2024-08-27T18:19:25.823Z | warning: output filename collision. |
2385 | 2024-08-27T18:19:25.823Z | 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)`. |
2386 | 2024-08-27T18:19:25.823Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2387 | 2024-08-27T18:19:25.823Z | The targets should have unique names. |
2388 | 2024-08-27T18:19:25.823Z | This is a known bug where multiple crates with the same name use |
2389 | 2024-08-27T18:19:25.823Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2390 | 2024-08-27T18:19:26.360Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2391 | 2024-08-27T18:19:26.393Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2392 | 2024-08-27T18:19:26.418Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2393 | 2024-08-27T18:19:26.472Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2394 | 2024-08-27T18:19:26.501Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2395 | 2024-08-27T18:19:26.531Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2396 | 2024-08-27T18:19:26.531Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2397 | 2024-08-27T18:19:26.749Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2398 | 2024-08-27T18:19:26.773Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2399 | 2024-08-27T18:19:26.796Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2400 | 2024-08-27T18:19:26.821Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2401 | 2024-08-27T18:19:26.845Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2402 | 2024-08-27T18:19:27.010Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2403 | 2024-08-27T18:19:27.086Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2404 | 2024-08-27T18:19:27.109Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2405 | 2024-08-27T18:19:27.294Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2406 | 2024-08-27T18:19:27.553Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2407 | 2024-08-27T18:19:28.317Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2408 | 2024-08-27T18:19:30.541Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2409 | 2024-08-27T18:19:30.843Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2410 | 2024-08-27T18:19:30.883Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2411 | 2024-08-27T18:19:31.046Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2412 | 2024-08-27T18:19:31.188Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2413 | 2024-08-27T18:19:31.364Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2414 | 2024-08-27T18:19:31.492Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2415 | 2024-08-27T18:19:31.650Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2416 | 2024-08-27T18:19:31.805Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2417 | 2024-08-27T18:19:31.996Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2418 | 2024-08-27T18:19:32.248Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2419 | 2024-08-27T18:19:32.275Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2420 | 2024-08-27T18:19:32.561Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2421 | 2024-08-27T18:19:32.840Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2422 | 2024-08-27T18:19:32.893Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2423 | 2024-08-27T18:19:33.176Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2424 | 2024-08-27T18:19:33.392Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2425 | 2024-08-27T18:19:33.547Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2426 | 2024-08-27T18:19:33.710Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2427 | 2024-08-27T18:19:33.733Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2428 | 2024-08-27T18:19:33.761Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2429 | 2024-08-27T18:19:34.090Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2430 | 2024-08-27T18:19:34.116Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2431 | 2024-08-27T18:19:34.169Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2432 | 2024-08-27T18:19:34.236Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2433 | 2024-08-27T18:19:38.250Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2434 | 2024-08-27T18:19:38.317Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2435 | 2024-08-27T18:19:38.869Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2436 | 2024-08-27T18:19:39.122Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2437 | 2024-08-27T18:19:40.188Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2438 | 2024-08-27T18:19:41.190Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2439 | 2024-08-27T18:19:41.248Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2440 | 2024-08-27T18:19:42.137Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2441 | 2024-08-27T18:19:42.529Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2442 | 2024-08-27T18:19:45.935Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2443 | 2024-08-27T18:19:46.660Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2444 | 2024-08-27T18:19:46.849Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2445 | 2024-08-27T18:19:47.007Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2446 | 2024-08-27T18:19:47.393Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2447 | 2024-08-27T18:19:47.468Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2448 | 2024-08-27T18:19:48.736Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2449 | 2024-08-27T18:19:49.376Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2450 | 2024-08-27T18:19:49.795Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2451 | 2024-08-27T18:19:50.007Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2452 | 2024-08-27T18:19:50.636Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2453 | 2024-08-27T18:19:50.969Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2454 | 2024-08-27T18:19:51.168Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2455 | 2024-08-27T18:19:51.378Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2456 | 2024-08-27T18:19:51.514Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2457 | 2024-08-27T18:19:52.256Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2458 | 2024-08-27T18:19:52.285Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2459 | 2024-08-27T18:19:52.440Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2460 | 2024-08-27T18:19:52.712Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2461 | 2024-08-27T18:19:52.990Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2462 | 2024-08-27T18:19:53.259Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2463 | 2024-08-27T18:19:53.774Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2464 | 2024-08-27T18:19:53.951Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2465 | 2024-08-27T18:19:53.979Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2466 | 2024-08-27T18:19:54.057Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2467 | 2024-08-27T18:19:54.225Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2468 | 2024-08-27T18:19:54.348Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2469 | 2024-08-27T18:19:54.674Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2470 | 2024-08-27T18:19:54.899Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2471 | 2024-08-27T18:19:55.004Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2472 | 2024-08-27T18:19:55.532Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2473 | 2024-08-27T18:19:55.830Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2474 | 2024-08-27T18:19:55.992Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2475 | 2024-08-27T18:19:56.016Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2476 | 2024-08-27T18:19:56.677Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2477 | 2024-08-27T18:19:57.137Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2478 | 2024-08-27T18:19:57.785Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2479 | 2024-08-27T18:19:58.704Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2480 | 2024-08-27T18:19:59.038Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2481 | 2024-08-27T18:19:59.861Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2482 | 2024-08-27T18:20:00.419Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2483 | 2024-08-27T18:20:01.672Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2484 | 2024-08-27T18:20:02.744Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2485 | 2024-08-27T18:20:03.702Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2486 | 2024-08-27T18:20:03.944Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2487 | 2024-08-27T18:20:04.296Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2488 | 2024-08-27T18:20:06.898Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2489 | 2024-08-27T18:20:08.786Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2490 | 2024-08-27T18:20:08.823Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2491 | 2024-08-27T18:20:09.622Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2492 | 2024-08-27T18:20:11.366Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2493 | 2024-08-27T18:20:15.192Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2494 | 2024-08-27T18:20:20.248Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2495 | 2024-08-27T18:20:21.326Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2496 | 2024-08-27T18:20:28.326Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2497 | 2024-08-27T18:20:53.992Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2498 | 2024-08-27T18:20:57.386Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2499 | 2024-08-27T18:20:57.984Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2500 | 2024-08-27T18:21:01.713Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2501 | 2024-08-27T18:21:05.519Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2502 | 2024-08-27T18:21:08.300Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2503 | 2024-08-27T18:21:17.460Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2504 | 2024-08-27T18:21:21.694Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2505 | 2024-08-27T18:21:26.267Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2506 | 2024-08-27T18:21:29.318Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2507 | 2024-08-27T18:21:31.296Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2508 | 2024-08-27T18:21:32.119Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2509 | 2024-08-27T18:21:32.897Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2510 | 2024-08-27T18:21:35.918Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2511 | 2024-08-27T18:21:40.793Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2512 | 2024-08-27T18:21:42.407Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2513 | 2024-08-27T18:21:44.855Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2514 | 2024-08-27T18:21:46.512Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2515 | 2024-08-27T18:21:52.680Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2516 | 2024-08-27T18:21:53.210Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2517 | 2024-08-27T18:21:54.738Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2518 | 2024-08-27T18:22:11.356Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2519 | 2024-08-27T18:22:15.657Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2520 | 2024-08-27T18:22:19.719Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2521 | 2024-08-27T18:22:25.038Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2522 | 2024-08-27T18:22:27.583Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2523 | 2024-08-27T18:22:30.924Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2524 | 2024-08-27T18:22:34.608Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2525 | 2024-08-27T18:22:44.014Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2526 | 2024-08-27T18:22:45.184Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2527 | 2024-08-27T18:22:45.513Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2528 | 2024-08-27T18:22:45.616Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2529 | 2024-08-27T18:22:51.386Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2530 | 2024-08-27T18:22:53.564Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2531 | 2024-08-27T18:23:02.214Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2532 | 2024-08-27T18:23:04.147Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2533 | 2024-08-27T18:23:05.953Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2534 | 2024-08-27T18:23:06.674Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2535 | 2024-08-27T18:23:08.673Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2536 | 2024-08-27T18:23:11.589Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2537 | 2024-08-27T18:23:18.632Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2538 | 2024-08-27T18:23:21.841Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2539 | 2024-08-27T18:23:25.350Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2540 | 2024-08-27T18:23:28.136Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2541 | 2024-08-27T18:23:29.839Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2542 | 2024-08-27T18:23:32.081Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2543 | 2024-08-27T18:23:38.944Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2544 | 2024-08-27T18:23:39.787Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2545 | 2024-08-27T18:23:45.719Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2546 | 2024-08-27T18:23:45.994Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2547 | 2024-08-27T18:23:47.472Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2548 | 2024-08-27T18:23:49.097Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2549 | 2024-08-27T18:23:51.506Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2550 | 2024-08-27T18:23:54.424Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2551 | 2024-08-27T18:23:56.484Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2552 | 2024-08-27T18:23:58.466Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2553 | 2024-08-27T18:24:00.916Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2554 | 2024-08-27T18:24:02.251Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2555 | 2024-08-27T18:24:03.061Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2556 | 2024-08-27T18:24:05.133Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2557 | 2024-08-27T18:24:10.235Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2558 | 2024-08-27T18:24:11.811Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2559 | 2024-08-27T18:24:13.944Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2560 | 2024-08-27T18:24:15.730Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2561 | 2024-08-27T18:24:19.457Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2562 | 2024-08-27T18:24:19.936Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2563 | 2024-08-27T18:24:19.983Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2564 | 2024-08-27T18:24:21.985Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2565 | 2024-08-27T18:24:23.408Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2566 | 2024-08-27T18:24:28.903Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2567 | 2024-08-27T18:24:29.657Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2568 | 2024-08-27T18:24:31.086Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2569 | 2024-08-27T18:24:31.751Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2570 | 2024-08-27T18:24:36.564Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2571 | 2024-08-27T18:24:37.560Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2572 | 2024-08-27T18:24:37.998Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2573 | 2024-08-27T18:24:40.496Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2574 | 2024-08-27T18:24:40.645Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2575 | 2024-08-27T18:24:42.276Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2576 | 2024-08-27T18:24:42.771Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2577 | 2024-08-27T18:24:47.593Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2578 | 2024-08-27T18:24:48.936Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2579 | 2024-08-27T18:24:49.199Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2580 | 2024-08-27T18:24:49.229Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2581 | 2024-08-27T18:24:51.532Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2582 | 2024-08-27T18:24:52.085Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2583 | 2024-08-27T18:24:53.605Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2584 | 2024-08-27T18:24:54.521Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2585 | 2024-08-27T18:24:54.548Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2586 | 2024-08-27T18:24:55.059Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2587 | 2024-08-27T18:24:56.991Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2588 | 2024-08-27T18:24:58.113Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2589 | 2024-08-27T18:24:58.337Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2590 | 2024-08-27T18:24:58.479Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2591 | 2024-08-27T18:24:59.030Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2592 | 2024-08-27T18:24:59.876Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2593 | 2024-08-27T18:25:36.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 12s |
2594 | 2024-08-27T18:25:36.748Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 123 other files |
2595 | 2024-08-27T18:25:36.816Z | |
2596 | 2024-08-27T18:25:36.816Z | real 6:12.493971874 |
2597 | 2024-08-27T18:25:36.847Z | user 19:15.589442294 |
2598 | 2024-08-27T18:25:36.847Z | sys 25:31.296753678 |
2599 | 2024-08-27T18:25:36.847Z | trap 0.385321730 |
2600 | 2024-08-27T18:25:36.847Z | tflt 0.096728757 |
2601 | 2024-08-27T18:25:36.847Z | dflt 0.388587761 |
2602 | 2024-08-27T18:25:36.847Z | kflt 0.000449012 |
2603 | 2024-08-27T18:25:36.847Z | lock 59:33.056483020 |
2604 | 2024-08-27T18:25:36.847Z | slp 1:42:06.193371657 |
2605 | 2024-08-27T18:25:36.847Z | lat 1:06.105833342 |
2606 | 2024-08-27T18:25:36.847Z | stop 56.968039688 |
2607 | 2024-08-27T18:25:36.847Z | process exited: duration 986718 ms, exit code 0 |
|
2608 | 2024-08-27T18:25:36.900Z | found 0 output files |