|
|
|
1 | 2024-11-06T07:51:14.889Z | job assigned to worker 01JC07879Z9Z3HWF9F2G14K9HM (queued for 55 s) |
|
2 | 2024-11-06T07:51:22.571Z | starting task 0: "setup" |
3 | 2024-11-06T07:51:22.582Z | ++ uname -s |
4 | 2024-11-06T07:51:22.585Z | + kern=SunOS |
5 | 2024-11-06T07:51:22.585Z | + case "$kern" in |
6 | 2024-11-06T07:51:22.585Z | + [[ 0 == 12345 ]] |
7 | 2024-11-06T07:51:22.585Z | + groupadd -g 12345 build |
8 | 2024-11-06T07:51:22.588Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-06T07:51:24.600Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-06T07:51:24.719Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-06T07:51:24.721Z | + home_fs=zfs |
12 | 2024-11-06T07:51:24.721Z | + [[ zfs == autofs ]] |
13 | 2024-11-06T07:51:24.721Z | + mkdir -p /home/build |
14 | 2024-11-06T07:51:24.723Z | + chown build:build /home/build /work |
15 | 2024-11-06T07:51:26.727Z | + chmod 0700 /home/build /work |
16 | 2024-11-06T07:51:26.730Z | process exited: duration 4156 ms, exit code 0 |
|
17 | 2024-11-06T07:51:26.735Z | starting task 1: "rust-toolchain" |
18 | 2024-11-06T07:51:26.746Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-06T07:51:26.746Z | ' 1.82.0 |
20 | 2024-11-06T07:51:26.746Z | * toolchain channel = "1.82.0" |
21 | 2024-11-06T07:51:26.746Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-06T07:51:26.746Z | ' default |
23 | 2024-11-06T07:51:26.746Z | * toolchain profile = "default" |
24 | 2024-11-06T07:51:26.746Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-06T07:51:26.747Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-06T07:51:26.871Z | info: downloading installer |
27 | 2024-11-06T07:51:28.070Z | info: profile set to 'default' |
28 | 2024-11-06T07:51:28.070Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-06T07:51:28.073Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-06T07:51:28.227Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-06T07:51:28.227Z | info: downloading component 'cargo' |
32 | 2024-11-06T07:51:29.111Z | info: downloading component 'clippy' |
33 | 2024-11-06T07:51:29.441Z | info: downloading component 'rust-docs' |
34 | 2024-11-06T07:51:30.664Z | info: downloading component 'rust-std' |
35 | 2024-11-06T07:51:32.607Z | info: downloading component 'rustc' |
36 | 2024-11-06T07:51:39.519Z | info: downloading component 'rustfmt' |
37 | 2024-11-06T07:51:39.767Z | info: installing component 'cargo' |
38 | 2024-11-06T07:51:40.623Z | info: installing component 'clippy' |
39 | 2024-11-06T07:51:41.031Z | info: installing component 'rust-docs' |
40 | 2024-11-06T07:51:42.737Z | info: installing component 'rust-std' |
41 | 2024-11-06T07:51:44.723Z | info: installing component 'rustc' |
42 | 2024-11-06T07:51:50.937Z | info: installing component 'rustfmt' |
43 | 2024-11-06T07:51:51.272Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-06T07:51:51.272Z | |
45 | 2024-11-06T07:51:51.653Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-06T07:51:51.653Z | |
47 | 2024-11-06T07:51:51.656Z | |
48 | 2024-11-06T07:51:51.656Z | Rust is installed now. Great! |
49 | 2024-11-06T07:51:51.656Z | |
50 | 2024-11-06T07:51:51.656Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-06T07:51:51.656Z | environment variable. This has not been done automatically. |
52 | 2024-11-06T07:51:51.656Z | |
53 | 2024-11-06T07:51:51.656Z | To configure your current shell, you need to source |
54 | 2024-11-06T07:51:51.656Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-06T07:51:51.656Z | |
56 | 2024-11-06T07:51:51.656Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-06T07:51:51.656Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-06T07:51:51.656Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-06T07:51:51.730Z | + rustc --version |
60 | 2024-11-06T07:51:51.797Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-06T07:51:51.800Z | process exited: duration 25062 ms, exit code 0 |
|
62 | 2024-11-06T07:51:51.805Z | starting task 2: "authentication" |
63 | 2024-11-06T07:51:51.826Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-11-06T07:51:51.831Z | starting task 3: "clone repository" |
65 | 2024-11-06T07:51:51.837Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-06T07:51:51.839Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-06T07:51:51.884Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-06T07:51:58.293Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-06T07:51:58.293Z | + git fetch origin 6ec58a018b26cc2f8d1a76aa25743d5578180c8f |
70 | 2024-11-06T07:51:58.719Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-06T07:51:58.719Z | * branch 6ec58a018b26cc2f8d1a76aa25743d5578180c8f -> FETCH_HEAD |
72 | 2024-11-06T07:51:58.727Z | + [[ -n '' ]] |
73 | 2024-11-06T07:51:58.727Z | + git reset --hard 6ec58a018b26cc2f8d1a76aa25743d5578180c8f |
74 | 2024-11-06T07:51:58.892Z | HEAD is now at 6ec58a018 clean up |
75 | 2024-11-06T07:51:58.895Z | process exited: duration 7061 ms, exit code 0 |
|
76 | 2024-11-06T07:51:58.902Z | starting task 4: "build" |
77 | 2024-11-06T07:51:58.906Z | + source .github/buildomat/ci-env.sh |
78 | 2024-11-06T07:51:58.906Z | ++ export CARGO_TERM_COLOR=always |
79 | 2024-11-06T07:51:58.906Z | ++ CARGO_TERM_COLOR=always |
80 | 2024-11-06T07:51:58.906Z | + cargo --version |
81 | 2024-11-06T07:51:58.962Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
82 | 2024-11-06T07:51:58.964Z | + rustc --version |
83 | 2024-11-06T07:51:59.024Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
84 | 2024-11-06T07:51:59.027Z | + source ./env.sh |
85 | 2024-11-06T07:51:59.027Z | ++ OLD_SHELL_OPTS=ehxB |
86 | 2024-11-06T07:51:59.027Z | ++ set -o xtrace |
87 | 2024-11-06T07:51:59.030Z | ++++ dirname ./env.sh |
88 | 2024-11-06T07:51:59.032Z | +++ readlink -f . |
89 | 2024-11-06T07:51:59.035Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
90 | 2024-11-06T07:51:59.035Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-06T07:51:59.035Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-11-06T07:51:59.035Z | ++ 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 |
93 | 2024-11-06T07:51:59.035Z | ++ 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 |
94 | 2024-11-06T07:51:59.035Z | ++ 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 |
95 | 2024-11-06T07:51:59.035Z | ++ 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 |
96 | 2024-11-06T07:51:59.035Z | ++ 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 |
97 | 2024-11-06T07:51:59.035Z | ++ 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 |
98 | 2024-11-06T07:51:59.035Z | ++ case $OLD_SHELL_OPTS in |
99 | 2024-11-06T07:51:59.035Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
100 | 2024-11-06T07:51:59.035Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
101 | 2024-11-06T07:51:59.035Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
102 | 2024-11-06T07:51:59.035Z | + banner prerequisites |
103 | 2024-11-06T07:51:59.040Z | |
104 | 2024-11-06T07:51:59.040Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-11-06T07:51:59.040Z | # # # # # # # # # # # # # # # |
106 | 2024-11-06T07:51:59.040Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-11-06T07:51:59.040Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-11-06T07:51:59.040Z | # # # # # # # # # # # # # # # |
109 | 2024-11-06T07:51:59.040Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-11-06T07:51:59.040Z | |
111 | 2024-11-06T07:51:59.040Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-11-06T07:52:07.838Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-11-06T07:52:11.282Z | Startup: Caching catalogs ... Done |
114 | 2024-11-06T07:52:19.379Z | Planning: Solver setup ... Done (7.372s) |
115 | 2024-11-06T07:52:19.481Z | Planning: Running solver ... Done (0.102s) |
116 | 2024-11-06T07:52:19.566Z | Planning: Finding local manifests ... Done (0.004s) |
117 | 2024-11-06T07:52:19.597Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-11-06T07:52:22.639Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-11-06T07:52:22.742Z | Planning: Package planning ... Done (0.103s) |
120 | 2024-11-06T07:52:22.798Z | Planning: Merging actions ... Done (0.055s) |
121 | 2024-11-06T07:52:22.992Z | Planning: Checking for conflicting actions ... Done (0.194s) |
122 | 2024-11-06T07:52:24.985Z | Planning: Consolidating action changes ... Done (1.985s) |
123 | 2024-11-06T07:52:25.403Z | Planning: Evaluating mediators ... Done (0.424s) |
124 | 2024-11-06T07:52:25.488Z | Planning: Planning completed in 14.11 seconds |
125 | 2024-11-06T07:52:25.508Z | Packages to install: 4 |
126 | 2024-11-06T07:52:25.509Z | Packages to update: 1 |
127 | 2024-11-06T07:52:25.558Z | Mediators to change: 2 |
128 | 2024-11-06T07:52:25.558Z | Services to change: 1 |
129 | 2024-11-06T07:52:25.558Z | Estimated space available: 155.61 GB |
130 | 2024-11-06T07:52:25.559Z | Estimated space to be consumed: 1.59 GB |
131 | 2024-11-06T07:52:25.559Z | Create boot environment: No |
132 | 2024-11-06T07:52:25.559Z | Create backup boot environment: Yes |
133 | 2024-11-06T07:52:25.559Z | Rebuild boot archive: No |
134 | 2024-11-06T07:52:25.559Z | |
135 | 2024-11-06T07:52:25.559Z | Changed mediators: |
136 | 2024-11-06T07:52:25.559Z | mediator clang: |
137 | 2024-11-06T07:52:25.560Z | version: None -> 15 (system default) |
138 | 2024-11-06T07:52:25.560Z | |
139 | 2024-11-06T07:52:25.560Z | mediator llvm: |
140 | 2024-11-06T07:52:25.560Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-11-06T07:52:25.560Z | |
142 | 2024-11-06T07:52:25.560Z | Changed packages: |
143 | 2024-11-06T07:52:25.560Z | helios-dev |
144 | 2024-11-06T07:52:25.560Z | developer/build-essential |
145 | 2024-11-06T07:52:25.561Z | None -> 11-2.0 |
146 | 2024-11-06T07:52:25.561Z | library/libxmlsec1 |
147 | 2024-11-06T07:52:25.561Z | None -> 1.2.35-2.0 |
148 | 2024-11-06T07:52:25.561Z | ooce/developer/clang-15 |
149 | 2024-11-06T07:52:25.561Z | None -> 15.0.7-2.0 |
150 | 2024-11-06T07:52:25.561Z | ooce/developer/llvm-15 |
151 | 2024-11-06T07:52:25.561Z | None -> 15.0.7-2.0 |
152 | 2024-11-06T07:52:25.561Z | package/pkg |
153 | 2024-11-06T07:52:25.561Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-11-06T07:52:25.562Z | |
155 | 2024-11-06T07:52:25.562Z | Services: |
156 | 2024-11-06T07:52:25.562Z | restart_fmri: |
157 | 2024-11-06T07:52:25.562Z | svc:/system/update-man-index:default |
158 | 2024-11-06T07:52:25.562Z | |
159 | 2024-11-06T07:52:25.562Z | Editable files to change: |
160 | 2024-11-06T07:52:25.562Z | Update: |
161 | 2024-11-06T07:52:25.562Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-11-06T07:52:25.630Z | |
163 | 2024-11-06T07:52:25.630Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-11-06T07:52:30.583Z | Download: 1148/4281 items 76.3/220.6MB 34% complete (15.3M/s) |
165 | 2024-11-06T07:52:35.583Z | Download: 1247/4281 items 97.7/220.6MB 44% complete (9.7M/s) |
166 | 2024-11-06T07:52:40.957Z | Download: 2218/4281 items 118.2/220.6MB 53% complete (9.6M/s) |
167 | 2024-11-06T07:52:45.962Z | Download: 3446/4281 items 215.2/220.6MB 97% complete (11.3M/s) |
168 | 2024-11-06T07:52:48.164Z | Download: Completed 220.60 MB in 22.58 seconds (9.8M/s) |
169 | 2024-11-06T07:52:51.105Z | Actions: 1/5063 actions (Removing old actions) |
170 | 2024-11-06T07:52:51.127Z | Actions: 194/5063 actions (Installing new actions) |
171 | 2024-11-06T07:52:55.860Z | Actions: 4226/5063 actions (Updating modified actions) |
172 | 2024-11-06T07:52:56.182Z | Actions: Completed 5063 actions in 5.08 seconds. |
173 | 2024-11-06T07:52:56.567Z | Done (0.376s) |
174 | 2024-11-06T07:52:56.570Z | Done (0.000s) |
175 | 2024-11-06T07:52:57.087Z | Done (0.520s) |
176 | 2024-11-06T07:53:01.622Z | Done (4.320s) |
177 | 2024-11-06T07:53:01.709Z | Done (0.018s) |
178 | 2024-11-06T07:53:01.712Z | Done (0.000s) |
179 | 2024-11-06T07:53:01.935Z | Done (0.000s) |
180 | 2024-11-06T07:53:02.607Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-11-06T07:53:02.768Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-11-06T07:53:02.771Z | Planning: Consolidating action changes ... Done |
183 | 2024-11-06T07:53:03.041Z | Planning: Evaluating mediators ... Done |
184 | 2024-11-06T07:53:03.044Z | Planning: Planning completed in 0.43 seconds |
185 | 2024-11-06T07:53:03.081Z | Mediators to change: 2 |
186 | 2024-11-06T07:53:03.081Z | Create boot environment: No |
187 | 2024-11-06T07:53:03.084Z | Create backup boot environment: No |
188 | 2024-11-06T07:53:03.179Z | Done |
189 | 2024-11-06T07:53:03.179Z | Done |
190 | 2024-11-06T07:53:03.512Z | Done |
191 | 2024-11-06T07:53:07.078Z | Done |
192 | 2024-11-06T07:53:07.165Z | Done |
193 | 2024-11-06T07:53:07.168Z | Done |
194 | 2024-11-06T07:53:07.274Z | Done |
195 | 2024-11-06T07:53:07.895Z | Planning: Evaluating mediator changes ... Done |
196 | 2024-11-06T07:53:07.898Z | Planning: Merging actions ... Done |
197 | 2024-11-06T07:53:08.088Z | Planning: Checking for conflicting actions ... Done |
198 | 2024-11-06T07:53:08.091Z | Planning: Consolidating action changes ... Done |
199 | 2024-11-06T07:53:08.365Z | Planning: Evaluating mediators ... Done |
200 | 2024-11-06T07:53:08.421Z | Planning: Planning completed in 0.78 seconds |
201 | 2024-11-06T07:53:08.463Z | Packages to change: 1 |
202 | 2024-11-06T07:53:08.464Z | Mediators to change: 1 |
203 | 2024-11-06T07:53:08.466Z | Services to change: 1 |
204 | 2024-11-06T07:53:08.466Z | Create boot environment: No |
205 | 2024-11-06T07:53:08.466Z | Create backup boot environment: Yes |
206 | 2024-11-06T07:53:10.680Z | Actions: 1/6 actions (Updating modified actions) |
207 | 2024-11-06T07:53:10.683Z | Actions: Completed 6 actions in 0.00 seconds. |
208 | 2024-11-06T07:53:10.683Z | Done |
209 | 2024-11-06T07:53:10.683Z | Done |
210 | 2024-11-06T07:53:10.788Z | Done |
211 | 2024-11-06T07:53:14.491Z | Done |
212 | 2024-11-06T07:53:14.583Z | Done |
213 | 2024-11-06T07:53:14.586Z | Done |
214 | 2024-11-06T07:53:14.704Z | Done |
215 | 2024-11-06T07:53:15.139Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
216 | 2024-11-06T07:53:15.139Z | clang system 15 system |
217 | 2024-11-06T07:53:15.139Z | csh system system illumos |
218 | 2024-11-06T07:53:15.139Z | ctags system system illumos |
219 | 2024-11-06T07:53:15.139Z | gcc vendor 12 vendor |
220 | 2024-11-06T07:53:15.139Z | gcc system 10 system |
221 | 2024-11-06T07:53:15.139Z | gcc system 7 system |
222 | 2024-11-06T07:53:15.139Z | go system 1.20 system |
223 | 2024-11-06T07:53:15.139Z | go system 1.19 system |
224 | 2024-11-06T07:53:15.139Z | llvm system 15 system |
225 | 2024-11-06T07:53:15.139Z | llvm system 14 system |
226 | 2024-11-06T07:53:15.139Z | mariadb system 10.6 system |
227 | 2024-11-06T07:53:15.139Z | mta vendor vendor dma |
228 | 2024-11-06T07:53:15.139Z | openjdk system 17 system |
229 | 2024-11-06T07:53:15.139Z | openjdk system 11 system |
230 | 2024-11-06T07:53:15.139Z | openjdk system 1.8 system |
231 | 2024-11-06T07:53:15.140Z | openssl vendor 3 vendor |
232 | 2024-11-06T07:53:15.140Z | perl system 5.36 system |
233 | 2024-11-06T07:53:15.140Z | postgresql system 15 system |
234 | 2024-11-06T07:53:15.140Z | postgresql system 13 system |
235 | 2024-11-06T07:53:15.140Z | python vendor 3 vendor |
236 | 2024-11-06T07:53:15.140Z | python system 2 system |
237 | 2024-11-06T07:53:15.140Z | python3 system 3.11 system |
238 | 2024-11-06T07:53:15.140Z | ruby system 3.0 system |
239 | 2024-11-06T07:53:15.140Z | words vendor vendor american-english |
240 | 2024-11-06T07:53:15.140Z | words system system australian-english |
241 | 2024-11-06T07:53:15.140Z | words system system british-english |
242 | 2024-11-06T07:53:15.142Z | words system system canadian-english |
243 | 2024-11-06T07:53:15.142Z | words system system french |
244 | 2024-11-06T07:53:15.142Z | words system system italian |
245 | 2024-11-06T07:53:15.143Z | words system system ngerman |
246 | 2024-11-06T07:53:15.143Z | words system system ogerman |
247 | 2024-11-06T07:53:15.143Z | words system system spanish |
248 | 2024-11-06T07:53:15.478Z | PUBLISHER TYPE STATUS P LOCATION |
249 | 2024-11-06T07:53:15.478Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
250 | 2024-11-06T07:53:17.959Z | FMRI IFO |
251 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
252 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
253 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
254 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
255 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
256 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
257 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
258 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
259 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
260 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
261 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
262 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
263 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
264 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
265 | 2024-11-06T07:53:17.959Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
266 | 2024-11-06T07:53:18.655Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
267 | 2024-11-06T07:53:18.980Z | Updating crates.io index |
268 | 2024-11-06T07:53:18.983Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
269 | 2024-11-06T07:53:19.810Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
270 | 2024-11-06T07:53:20.061Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
271 | 2024-11-06T07:53:20.333Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
272 | 2024-11-06T07:53:20.589Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
273 | 2024-11-06T07:53:21.551Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
274 | 2024-11-06T07:53:23.898Z | Updating git repository `https://github.com/oxidecomputer/opte` |
275 | 2024-11-06T07:53:24.918Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
276 | 2024-11-06T07:53:25.698Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
277 | 2024-11-06T07:53:25.993Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
278 | 2024-11-06T07:53:26.281Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
279 | 2024-11-06T07:53:26.823Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
280 | 2024-11-06T07:53:27.149Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
281 | 2024-11-06T07:53:27.582Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
282 | 2024-11-06T07:53:27.838Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
283 | 2024-11-06T07:53:28.099Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
284 | 2024-11-06T07:53:28.317Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
285 | 2024-11-06T07:53:28.626Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
286 | 2024-11-06T07:53:28.969Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
287 | 2024-11-06T07:53:29.294Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
288 | 2024-11-06T07:53:29.649Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
289 | 2024-11-06T07:53:30.152Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
290 | 2024-11-06T07:53:30.465Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
291 | 2024-11-06T07:53:30.825Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
292 | 2024-11-06T07:53:31.248Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
293 | 2024-11-06T07:53:31.510Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
294 | 2024-11-06T07:53:31.832Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
295 | 2024-11-06T07:53:33.049Z | Downloading crates ... |
296 | 2024-11-06T07:53:33.159Z | Downloaded autocfg v1.4.0 |
297 | 2024-11-06T07:53:33.162Z | Downloaded anstyle-parse v0.2.5 |
298 | 2024-11-06T07:53:33.165Z | Downloaded anstream v0.6.15 |
299 | 2024-11-06T07:53:33.167Z | Downloaded equivalent v1.0.1 |
300 | 2024-11-06T07:53:33.173Z | Downloaded scroll_derive v0.12.0 |
301 | 2024-11-06T07:53:33.176Z | Downloaded pretty-hex v0.4.1 |
302 | 2024-11-06T07:53:33.179Z | Downloaded anstyle-query v1.1.1 |
303 | 2024-11-06T07:53:33.179Z | Downloaded anstyle v1.0.8 |
304 | 2024-11-06T07:53:33.185Z | Downloaded proc-macro-error-attr v1.0.4 |
305 | 2024-11-06T07:53:33.187Z | Downloaded heck v0.5.0 |
306 | 2024-11-06T07:53:33.187Z | Downloaded block-buffer v0.10.4 |
307 | 2024-11-06T07:53:33.190Z | Downloaded fnv v1.0.7 |
308 | 2024-11-06T07:53:33.192Z | Downloaded serde_tokenstream v0.2.2 |
309 | 2024-11-06T07:53:33.194Z | Downloaded itoa v1.0.11 |
310 | 2024-11-06T07:53:33.194Z | Downloaded usdt-macro v0.5.0 |
311 | 2024-11-06T07:53:33.196Z | Downloaded smawk v0.3.2 |
312 | 2024-11-06T07:53:33.196Z | Downloaded generic-array v0.14.7 |
313 | 2024-11-06T07:53:33.200Z | Downloaded dof v0.3.0 |
314 | 2024-11-06T07:53:33.200Z | Downloaded cpufeatures v0.2.14 |
315 | 2024-11-06T07:53:33.200Z | Downloaded thiserror-impl v1.0.64 |
316 | 2024-11-06T07:53:33.202Z | Downloaded terminal_size v0.4.0 |
317 | 2024-11-06T07:53:33.202Z | Downloaded usdt v0.5.0 |
318 | 2024-11-06T07:53:33.205Z | Downloaded clap_derive v4.5.18 |
319 | 2024-11-06T07:53:33.205Z | Downloaded toml_datetime v0.6.8 |
320 | 2024-11-06T07:53:33.208Z | Downloaded cargo_metadata v0.18.1 |
321 | 2024-11-06T07:53:33.208Z | Downloaded unicode-linebreak v0.1.5 |
322 | 2024-11-06T07:53:33.211Z | Downloaded pest_generator v2.7.14 |
323 | 2024-11-06T07:53:33.211Z | Downloaded camino v1.1.9 |
324 | 2024-11-06T07:53:33.213Z | Downloaded anyhow v1.0.92 |
325 | 2024-11-06T07:53:33.216Z | Downloaded tabled_derive v0.7.0 |
326 | 2024-11-06T07:53:33.219Z | Downloaded clap v4.5.20 |
327 | 2024-11-06T07:53:33.228Z | Downloaded ucd-trie v0.1.7 |
328 | 2024-11-06T07:53:33.230Z | Downloaded papergrid v0.11.0 |
329 | 2024-11-06T07:53:33.234Z | Downloaded serde_derive v1.0.210 |
330 | 2024-11-06T07:53:33.252Z | Downloaded is_terminal_polyfill v1.70.1 |
331 | 2024-11-06T07:53:33.255Z | Downloaded dtrace-parser v0.2.0 |
332 | 2024-11-06T07:53:33.255Z | Downloaded colorchoice v1.0.2 |
333 | 2024-11-06T07:53:33.263Z | Downloaded swrite v0.1.0 |
334 | 2024-11-06T07:53:33.270Z | Downloaded memchr v2.7.4 |
335 | 2024-11-06T07:53:33.275Z | Downloaded crypto-common v0.1.6 |
336 | 2024-11-06T07:53:33.277Z | Downloaded digest v0.10.7 |
337 | 2024-11-06T07:53:33.279Z | Downloaded cargo-platform v0.1.8 |
338 | 2024-11-06T07:53:33.279Z | Downloaded strsim v0.11.1 |
339 | 2024-11-06T07:53:33.281Z | Downloaded byteorder v1.5.0 |
340 | 2024-11-06T07:53:33.281Z | Downloaded usdt-attr-macro v0.5.0 |
341 | 2024-11-06T07:53:33.284Z | Downloaded fs-err v2.11.0 |
342 | 2024-11-06T07:53:33.284Z | Downloaded fastrand v2.1.1 |
343 | 2024-11-06T07:53:33.286Z | Downloaded clap_lex v0.7.2 |
344 | 2024-11-06T07:53:33.286Z | Downloaded bytecount v0.6.8 |
345 | 2024-11-06T07:53:33.288Z | Downloaded macaddr v1.0.1 |
346 | 2024-11-06T07:53:33.291Z | Downloaded heck v0.4.1 |
347 | 2024-11-06T07:53:33.291Z | Downloaded cfg-if v1.0.0 |
348 | 2024-11-06T07:53:33.297Z | Downloaded plain v0.2.3 |
349 | 2024-11-06T07:53:33.300Z | Downloaded serde_spanned v0.6.8 |
350 | 2024-11-06T07:53:33.313Z | Downloaded utf8parse v0.2.2 |
351 | 2024-11-06T07:53:33.315Z | Downloaded usdt-impl v0.5.0 |
352 | 2024-11-06T07:53:33.318Z | Downloaded version_check v0.9.5 |
353 | 2024-11-06T07:53:33.318Z | Downloaded thread-id v4.2.2 |
354 | 2024-11-06T07:53:33.318Z | Downloaded thiserror v1.0.64 |
355 | 2024-11-06T07:53:33.322Z | Downloaded scroll v0.12.0 |
356 | 2024-11-06T07:53:33.325Z | Downloaded errno v0.3.9 |
357 | 2024-11-06T07:53:33.325Z | Downloaded cargo_toml v0.20.5 |
358 | 2024-11-06T07:53:33.328Z | Downloaded camino-tempfile v1.1.1 |
359 | 2024-11-06T07:53:33.330Z | Downloaded memmap v0.7.0 |
360 | 2024-11-06T07:53:33.332Z | Downloaded pest_derive v2.7.14 |
361 | 2024-11-06T07:53:33.335Z | Downloaded proc-macro-error v1.0.4 |
362 | 2024-11-06T07:53:33.338Z | Downloaded hashbrown v0.15.0 |
363 | 2024-11-06T07:53:33.341Z | Downloaded sha2 v0.10.8 |
364 | 2024-11-06T07:53:33.343Z | Downloaded semver v1.0.23 |
365 | 2024-11-06T07:53:33.345Z | Downloaded tempfile v3.13.0 |
366 | 2024-11-06T07:53:33.348Z | Downloaded zerocopy-derive v0.7.35 |
367 | 2024-11-06T07:53:33.352Z | Downloaded quote v1.0.37 |
368 | 2024-11-06T07:53:33.360Z | Downloaded once_cell v1.20.2 |
369 | 2024-11-06T07:53:33.360Z | Downloaded log v0.4.22 |
370 | 2024-11-06T07:53:33.365Z | Downloaded toml v0.8.19 |
371 | 2024-11-06T07:53:33.368Z | Downloaded typenum v1.17.0 |
372 | 2024-11-06T07:53:33.370Z | Downloaded bitflags v2.6.0 |
373 | 2024-11-06T07:53:33.374Z | Downloaded ryu v1.0.18 |
374 | 2024-11-06T07:53:33.377Z | Downloaded proc-macro2 v1.0.87 |
375 | 2024-11-06T07:53:33.382Z | Downloaded pest_meta v2.7.14 |
376 | 2024-11-06T07:53:33.385Z | Downloaded unicode-ident v1.0.13 |
377 | 2024-11-06T07:53:33.391Z | Downloaded winnow v0.6.20 |
378 | 2024-11-06T07:53:33.398Z | Downloaded textwrap v0.16.1 |
379 | 2024-11-06T07:53:33.401Z | Downloaded serde v1.0.210 |
380 | 2024-11-06T07:53:33.404Z | Downloaded indexmap v2.6.0 |
381 | 2024-11-06T07:53:33.420Z | Downloaded toml_edit v0.22.22 |
382 | 2024-11-06T07:53:33.441Z | Downloaded syn v1.0.109 |
383 | 2024-11-06T07:53:33.452Z | Downloaded pest v2.7.14 |
384 | 2024-11-06T07:53:33.459Z | Downloaded serde_json v1.0.128 |
385 | 2024-11-06T07:53:33.466Z | Downloaded zerocopy v0.7.35 |
386 | 2024-11-06T07:53:33.481Z | Downloaded clap_builder v4.5.20 |
387 | 2024-11-06T07:53:33.488Z | Downloaded goblin v0.8.2 |
388 | 2024-11-06T07:53:33.494Z | Downloaded tabled v0.15.0 |
389 | 2024-11-06T07:53:33.509Z | Downloaded unicode-width v0.1.14 |
390 | 2024-11-06T07:53:33.515Z | Downloaded syn v2.0.79 |
391 | 2024-11-06T07:53:33.525Z | Downloaded rustix v0.38.37 |
392 | 2024-11-06T07:53:33.567Z | Downloaded libc v0.2.161 |
393 | 2024-11-06T07:53:33.871Z | Compiling proc-macro2 v1.0.87 |
394 | 2024-11-06T07:53:33.871Z | Compiling unicode-ident v1.0.13 |
395 | 2024-11-06T07:53:33.874Z | Compiling version_check v0.9.5 |
396 | 2024-11-06T07:53:33.874Z | Compiling serde v1.0.210 |
397 | 2024-11-06T07:53:33.874Z | Compiling thiserror v1.0.64 |
398 | 2024-11-06T07:53:33.874Z | Compiling memchr v2.7.4 |
399 | 2024-11-06T07:53:33.874Z | Compiling libc v0.2.161 |
400 | 2024-11-06T07:53:33.905Z | Compiling itoa v1.0.11 |
401 | 2024-11-06T07:53:34.129Z | Compiling ucd-trie v0.1.7 |
402 | 2024-11-06T07:53:34.210Z | Compiling ryu v1.0.18 |
403 | 2024-11-06T07:53:34.533Z | Compiling once_cell v1.20.2 |
404 | 2024-11-06T07:53:34.696Z | Compiling byteorder v1.5.0 |
405 | 2024-11-06T07:53:34.727Z | Compiling rustix v0.38.37 |
406 | 2024-11-06T07:53:34.895Z | Compiling serde_json v1.0.128 |
407 | 2024-11-06T07:53:35.287Z | Compiling bitflags v2.6.0 |
408 | 2024-11-06T07:53:35.311Z | Compiling usdt-impl v0.5.0 |
409 | 2024-11-06T07:53:35.612Z | Compiling proc-macro-error-attr v1.0.4 |
410 | 2024-11-06T07:53:35.640Z | Compiling syn v1.0.109 |
411 | 2024-11-06T07:53:35.665Z | Compiling proc-macro-error v1.0.4 |
412 | 2024-11-06T07:53:35.665Z | Compiling hashbrown v0.15.0 |
413 | 2024-11-06T07:53:35.802Z | Compiling quote v1.0.37 |
414 | 2024-11-06T07:53:35.943Z | Compiling camino v1.1.9 |
415 | 2024-11-06T07:53:35.967Z | Compiling equivalent v1.0.1 |
416 | 2024-11-06T07:53:36.083Z | Compiling errno v0.3.9 |
417 | 2024-11-06T07:53:36.233Z | Compiling syn v2.0.79 |
418 | 2024-11-06T07:53:36.393Z | Compiling log v0.4.22 |
419 | 2024-11-06T07:53:36.499Z | Compiling utf8parse v0.2.2 |
420 | 2024-11-06T07:53:36.565Z | Compiling thread-id v4.2.2 |
421 | 2024-11-06T07:53:36.590Z | Compiling plain v0.2.3 |
422 | 2024-11-06T07:53:36.633Z | Compiling anstyle-parse v0.2.5 |
423 | 2024-11-06T07:53:36.901Z | Compiling indexmap v2.6.0 |
424 | 2024-11-06T07:53:36.942Z | Compiling unicode-width v0.1.14 |
425 | 2024-11-06T07:53:36.967Z | Compiling pretty-hex v0.4.1 |
426 | 2024-11-06T07:53:37.139Z | Compiling is_terminal_polyfill v1.70.1 |
427 | 2024-11-06T07:53:37.194Z | Compiling winnow v0.6.20 |
428 | 2024-11-06T07:53:37.269Z | Compiling anstyle-query v1.1.1 |
429 | 2024-11-06T07:53:37.429Z | Compiling semver v1.0.23 |
430 | 2024-11-06T07:53:37.487Z | Compiling colorchoice v1.0.2 |
431 | 2024-11-06T07:53:37.513Z | Compiling anstyle v1.0.8 |
432 | 2024-11-06T07:53:37.663Z | Compiling autocfg v1.4.0 |
433 | 2024-11-06T07:53:37.975Z | Compiling anstream v0.6.15 |
434 | 2024-11-06T07:53:38.252Z | Compiling strsim v0.11.1 |
435 | 2024-11-06T07:53:38.298Z | Compiling bytecount v0.6.8 |
436 | 2024-11-06T07:53:38.522Z | Compiling terminal_size v0.4.0 |
437 | 2024-11-06T07:53:38.754Z | Compiling clap_lex v0.7.2 |
438 | 2024-11-06T07:53:38.754Z | Compiling fs-err v2.11.0 |
439 | 2024-11-06T07:53:39.045Z | Compiling cfg-if v1.0.0 |
440 | 2024-11-06T07:53:39.102Z | Compiling fastrand v2.1.1 |
441 | 2024-11-06T07:53:39.129Z | Compiling heck v0.4.1 |
442 | 2024-11-06T07:53:39.154Z | Compiling fnv v1.0.7 |
443 | 2024-11-06T07:53:39.158Z | Compiling anyhow v1.0.92 |
444 | 2024-11-06T07:53:39.255Z | Compiling heck v0.5.0 |
445 | 2024-11-06T07:53:39.298Z | Compiling papergrid v0.11.0 |
446 | 2024-11-06T07:53:39.673Z | Compiling tempfile v3.13.0 |
447 | 2024-11-06T07:53:40.002Z | Compiling clap_builder v4.5.20 |
448 | 2024-11-06T07:53:40.204Z | Compiling memmap v0.7.0 |
449 | 2024-11-06T07:53:40.264Z | Compiling unicode-linebreak v0.1.5 |
450 | 2024-11-06T07:53:40.556Z | Compiling smawk v0.3.2 |
451 | 2024-11-06T07:53:40.755Z | Compiling textwrap v0.16.1 |
452 | 2024-11-06T07:53:40.980Z | Compiling swrite v0.1.0 |
453 | 2024-11-06T07:53:41.925Z | Compiling tabled_derive v0.7.0 |
454 | 2024-11-06T07:53:43.420Z | Compiling tabled v0.15.0 |
455 | 2024-11-06T07:53:44.226Z | Compiling serde_derive v1.0.210 |
456 | 2024-11-06T07:53:44.226Z | Compiling thiserror-impl v1.0.64 |
457 | 2024-11-06T07:53:44.228Z | Compiling zerocopy-derive v0.7.35 |
458 | 2024-11-06T07:53:44.228Z | Compiling scroll_derive v0.12.0 |
459 | 2024-11-06T07:53:44.228Z | Compiling clap_derive v4.5.18 |
460 | 2024-11-06T07:53:45.705Z | Compiling scroll v0.12.0 |
461 | 2024-11-06T07:53:46.201Z | Compiling goblin v0.8.2 |
462 | 2024-11-06T07:53:46.378Z | Compiling zerocopy v0.7.35 |
463 | 2024-11-06T07:53:47.145Z | Compiling pest v2.7.14 |
464 | 2024-11-06T07:53:47.861Z | Compiling clap v4.5.20 |
465 | 2024-11-06T07:53:49.246Z | Compiling pest_meta v2.7.14 |
466 | 2024-11-06T07:53:50.150Z | Compiling pest_generator v2.7.14 |
467 | 2024-11-06T07:53:51.747Z | Compiling pest_derive v2.7.14 |
468 | 2024-11-06T07:53:52.440Z | Compiling dtrace-parser v0.2.0 |
469 | 2024-11-06T07:53:54.118Z | Compiling toml_datetime v0.6.8 |
470 | 2024-11-06T07:53:54.118Z | Compiling serde_spanned v0.6.8 |
471 | 2024-11-06T07:53:54.120Z | Compiling cargo-platform v0.1.8 |
472 | 2024-11-06T07:53:54.485Z | Compiling serde_tokenstream v0.2.2 |
473 | 2024-11-06T07:53:54.610Z | Compiling toml_edit v0.22.22 |
474 | 2024-11-06T07:53:54.658Z | Compiling macaddr v1.0.1 |
475 | 2024-11-06T07:53:54.849Z | Compiling camino-tempfile v1.1.1 |
476 | 2024-11-06T07:53:55.576Z | Compiling dof v0.3.0 |
477 | 2024-11-06T07:53:55.576Z | Compiling cargo_metadata v0.18.1 |
478 | 2024-11-06T07:53:57.358Z | Compiling toml v0.8.19 |
479 | 2024-11-06T07:53:57.644Z | Compiling usdt-attr-macro v0.5.0 |
480 | 2024-11-06T07:53:57.647Z | Compiling usdt-macro v0.5.0 |
481 | 2024-11-06T07:53:58.176Z | Compiling cargo_toml v0.20.5 |
482 | 2024-11-06T07:53:58.938Z | Compiling usdt v0.5.0 |
483 | 2024-11-06T07:54:01.623Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
484 | 2024-11-06T07:54:05.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.00s |
485 | 2024-11-06T07:54:05.710Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
486 | 2024-11-06T07:54:06.212Z | Downloading crates ... |
487 | 2024-11-06T07:54:06.325Z | Downloaded aead v0.5.2 |
488 | 2024-11-06T07:54:06.332Z | Downloaded array-init v0.0.4 |
489 | 2024-11-06T07:54:06.337Z | Downloaded addr2line v0.24.2 |
490 | 2024-11-06T07:54:06.340Z | Downloaded atomicwrites v0.4.4 |
491 | 2024-11-06T07:54:06.351Z | Downloaded crucible-workspace-hack v0.1.0 |
492 | 2024-11-06T07:54:06.354Z | Downloaded async-stream-impl v0.3.6 |
493 | 2024-11-06T07:54:06.356Z | Downloaded darling_macro v0.20.10 |
494 | 2024-11-06T07:54:06.358Z | Downloaded crunchy v0.2.2 |
495 | 2024-11-06T07:54:06.360Z | Downloaded adler2 v2.0.0 |
496 | 2024-11-06T07:54:06.362Z | Downloaded hubpack_derive v0.1.1 |
497 | 2024-11-06T07:54:06.364Z | Downloaded convert_case v0.4.0 |
498 | 2024-11-06T07:54:06.367Z | Downloaded ascii-canvas v3.0.0 |
499 | 2024-11-06T07:54:06.369Z | Downloaded cfg_aliases v0.2.1 |
500 | 2024-11-06T07:54:06.369Z | Downloaded colored v2.1.0 |
501 | 2024-11-06T07:54:06.371Z | Downloaded ident_case v1.0.1 |
502 | 2024-11-06T07:54:06.374Z | Downloaded arrayref v0.3.9 |
503 | 2024-11-06T07:54:06.376Z | Downloaded crc v3.2.1 |
504 | 2024-11-06T07:54:06.379Z | Downloaded newline-converter v0.3.0 |
505 | 2024-11-06T07:54:06.381Z | Downloaded hostname v0.4.0 |
506 | 2024-11-06T07:54:06.381Z | Downloaded md5 v0.7.0 |
507 | 2024-11-06T07:54:06.384Z | Downloaded cipher v0.4.4 |
508 | 2024-11-06T07:54:06.386Z | Downloaded hyper-tls v0.6.0 |
509 | 2024-11-06T07:54:06.388Z | Downloaded http-body-util v0.1.2 |
510 | 2024-11-06T07:54:06.391Z | Downloaded normalize-line-endings v0.3.0 |
511 | 2024-11-06T07:54:06.391Z | Downloaded bit-vec v0.6.3 |
512 | 2024-11-06T07:54:06.393Z | Downloaded http-body v0.4.6 |
513 | 2024-11-06T07:54:06.395Z | Downloaded data-encoding v2.6.0 |
514 | 2024-11-06T07:54:06.397Z | Downloaded http-range v0.1.5 |
515 | 2024-11-06T07:54:06.397Z | Downloaded http-body v1.0.1 |
516 | 2024-11-06T07:54:06.400Z | Downloaded crc32fast v1.4.2 |
517 | 2024-11-06T07:54:06.402Z | Downloaded lazycell v1.3.0 |
518 | 2024-11-06T07:54:06.402Z | Downloaded impl-trait-for-tuples v0.2.2 |
519 | 2024-11-06T07:54:06.406Z | Downloaded nanorand v0.7.0 |
520 | 2024-11-06T07:54:06.409Z | Downloaded ahash v0.8.11 |
521 | 2024-11-06T07:54:06.412Z | Downloaded httparse v1.9.5 |
522 | 2024-11-06T07:54:06.415Z | Downloaded lru v0.12.5 |
523 | 2024-11-06T07:54:06.418Z | Downloaded instability v0.3.2 |
524 | 2024-11-06T07:54:06.421Z | Downloaded atty v0.2.14 |
525 | 2024-11-06T07:54:06.421Z | Downloaded nibble_vec v0.1.0 |
526 | 2024-11-06T07:54:06.423Z | Downloaded hubpack v0.1.2 |
527 | 2024-11-06T07:54:06.425Z | Downloaded mime v0.3.17 |
528 | 2024-11-06T07:54:06.425Z | Downloaded humantime v2.1.0 |
529 | 2024-11-06T07:54:06.427Z | Downloaded bcs v0.1.6 |
530 | 2024-11-06T07:54:06.430Z | Downloaded ciborium-io v0.2.2 |
531 | 2024-11-06T07:54:06.433Z | Downloaded hostname v0.3.1 |
532 | 2024-11-06T07:54:06.435Z | Downloaded lock_api v0.4.12 |
533 | 2024-11-06T07:54:06.435Z | Downloaded home v0.5.9 |
534 | 2024-11-06T07:54:06.438Z | Downloaded crossbeam-epoch v0.9.18 |
535 | 2024-11-06T07:54:06.440Z | Downloaded httpdate v1.0.3 |
536 | 2024-11-06T07:54:06.443Z | Downloaded cfg_aliases v0.1.1 |
537 | 2024-11-06T07:54:06.446Z | Downloaded cstr-argument v0.1.2 |
538 | 2024-11-06T07:54:06.446Z | Downloaded blake2 v0.10.6 |
539 | 2024-11-06T07:54:06.448Z | Downloaded rand_xorshift v0.3.0 |
540 | 2024-11-06T07:54:06.450Z | Downloaded aes v0.8.4 |
541 | 2024-11-06T07:54:06.453Z | Downloaded instant v0.1.13 |
542 | 2024-11-06T07:54:06.456Z | Downloaded ciborium-ll v0.2.2 |
543 | 2024-11-06T07:54:06.458Z | Downloaded match_cfg v0.1.0 |
544 | 2024-11-06T07:54:06.458Z | Downloaded atomic-waker v1.1.2 |
545 | 2024-11-06T07:54:06.460Z | Downloaded const-oid v0.9.6 |
546 | 2024-11-06T07:54:06.463Z | Downloaded bitflags v1.3.2 |
547 | 2024-11-06T07:54:06.466Z | Downloaded serde-big-array v0.5.1 |
548 | 2024-11-06T07:54:06.468Z | Downloaded newtype_derive v0.1.6 |
549 | 2024-11-06T07:54:06.471Z | Downloaded new_debug_unreachable v1.0.6 |
550 | 2024-11-06T07:54:06.471Z | Downloaded async-stream v0.3.6 |
551 | 2024-11-06T07:54:06.474Z | Downloaded hmac v0.12.1 |
552 | 2024-11-06T07:54:06.476Z | Downloaded block-padding v0.3.3 |
553 | 2024-11-06T07:54:06.479Z | Downloaded hyper-rustls v0.27.3 |
554 | 2024-11-06T07:54:06.481Z | Downloaded chacha20 v0.9.1 |
555 | 2024-11-06T07:54:06.483Z | Downloaded iana-time-zone v0.1.61 |
556 | 2024-11-06T07:54:06.486Z | Downloaded mockall_derive v0.13.0 |
557 | 2024-11-06T07:54:06.488Z | Downloaded chrono-tz-build v0.4.0 |
558 | 2024-11-06T07:54:06.493Z | Downloaded backoff v0.4.0 |
559 | 2024-11-06T07:54:06.497Z | Downloaded topological-sort v0.2.2 |
560 | 2024-11-06T07:54:06.497Z | Downloaded toolchain_find v0.4.0 |
561 | 2024-11-06T07:54:06.500Z | Downloaded cbc v0.1.2 |
562 | 2024-11-06T07:54:06.500Z | Downloaded ctr v0.9.2 |
563 | 2024-11-06T07:54:06.503Z | Downloaded dhcproto-macros v0.1.0 |
564 | 2024-11-06T07:54:06.503Z | Downloaded const_format_proc_macros v0.2.33 |
565 | 2024-11-06T07:54:06.505Z | Downloaded hyper-staticfile v0.10.1 |
566 | 2024-11-06T07:54:06.508Z | Downloaded indoc v1.0.9 |
567 | 2024-11-06T07:54:06.510Z | Downloaded is-terminal v0.4.13 |
568 | 2024-11-06T07:54:06.513Z | Downloaded ipnetwork v0.20.0 |
569 | 2024-11-06T07:54:06.513Z | Downloaded linked-hash-map v0.5.6 |
570 | 2024-11-06T07:54:06.516Z | Downloaded libsw v3.3.1 |
571 | 2024-11-06T07:54:06.519Z | Downloaded resolv-conf v0.7.0 |
572 | 2024-11-06T07:54:06.522Z | Downloaded maybe-uninit v2.0.0 |
573 | 2024-11-06T07:54:06.524Z | Downloaded newtype-uuid v1.1.2 |
574 | 2024-11-06T07:54:06.524Z | Downloaded mockall v0.13.0 |
575 | 2024-11-06T07:54:06.527Z | Downloaded libefi-sys v0.1.0 |
576 | 2024-11-06T07:54:06.527Z | Downloaded md-5 v0.10.6 |
577 | 2024-11-06T07:54:06.529Z | Downloaded lru-cache v0.1.2 |
578 | 2024-11-06T07:54:06.531Z | Downloaded tap v1.0.1 |
579 | 2024-11-06T07:54:06.534Z | Downloaded salsa20 v0.10.2 |
580 | 2024-11-06T07:54:06.534Z | Downloaded async-trait v0.1.83 |
581 | 2024-11-06T07:54:06.537Z | Downloaded serde-hex v0.1.0 |
582 | 2024-11-06T07:54:06.540Z | Downloaded fxhash v0.2.1 |
583 | 2024-11-06T07:54:06.542Z | Downloaded headers-core v0.3.0 |
584 | 2024-11-06T07:54:06.542Z | Downloaded scopeguard v1.2.0 |
585 | 2024-11-06T07:54:06.545Z | Downloaded slog-json v2.6.1 |
586 | 2024-11-06T07:54:06.547Z | Downloaded slog-envlogger v2.2.0 |
587 | 2024-11-06T07:54:06.550Z | Downloaded foreign-types-shared v0.1.1 |
588 | 2024-11-06T07:54:06.550Z | Downloaded cancel-safe-futures v0.1.5 |
589 | 2024-11-06T07:54:06.553Z | Downloaded bzip2 v0.4.4 |
590 | 2024-11-06T07:54:06.556Z | Downloaded smallvec v0.6.14 |
591 | 2024-11-06T07:54:06.558Z | Downloaded tokio-macros v2.4.0 |
592 | 2024-11-06T07:54:06.559Z | Downloaded slog-stdlog v4.1.1 |
593 | 2024-11-06T07:54:06.561Z | Downloaded base64 v0.21.7 |
594 | 2024-11-06T07:54:06.565Z | Downloaded termcolor v1.4.1 |
595 | 2024-11-06T07:54:06.567Z | Downloaded cookie_store v0.21.0 |
596 | 2024-11-06T07:54:06.569Z | Downloaded num_threads v0.1.7 |
597 | 2024-11-06T07:54:06.571Z | Downloaded either v1.13.0 |
598 | 2024-11-06T07:54:06.574Z | Downloaded defmt-macros v0.3.9 |
599 | 2024-11-06T07:54:06.577Z | Downloaded libloading v0.8.5 |
600 | 2024-11-06T07:54:06.579Z | Downloaded openssl-probe v0.1.5 |
601 | 2024-11-06T07:54:06.582Z | Downloaded jobserver v0.1.32 |
602 | 2024-11-06T07:54:06.585Z | Downloaded path-slash v0.1.5 |
603 | 2024-11-06T07:54:06.587Z | Downloaded cookie v0.18.1 |
604 | 2024-11-06T07:54:06.589Z | Downloaded xz2 v0.1.7 |
605 | 2024-11-06T07:54:06.591Z | Downloaded term v0.7.0 |
606 | 2024-11-06T07:54:06.595Z | Downloaded hickory-client v0.24.1 |
607 | 2024-11-06T07:54:06.598Z | Downloaded ed25519 v2.2.3 |
608 | 2024-11-06T07:54:06.602Z | Downloaded arrayvec v0.7.6 |
609 | 2024-11-06T07:54:06.605Z | Downloaded rustls-pki-types v1.9.0 |
610 | 2024-11-06T07:54:06.607Z | Downloaded sync_wrapper v0.1.2 |
611 | 2024-11-06T07:54:06.610Z | Downloaded async-bb8-diesel v0.2.1 |
612 | 2024-11-06T07:54:06.612Z | Downloaded futures-io v0.3.31 |
613 | 2024-11-06T07:54:06.615Z | Downloaded float-ord v0.3.2 |
614 | 2024-11-06T07:54:06.615Z | Downloaded filetime v0.2.25 |
615 | 2024-11-06T07:54:06.618Z | Downloaded slog-scope v4.4.0 |
616 | 2024-11-06T07:54:06.618Z | Downloaded slog-dtrace v0.3.0 |
617 | 2024-11-06T07:54:06.620Z | Downloaded sqlparser_derive v0.2.2 |
618 | 2024-11-06T07:54:06.623Z | Downloaded sigpipe v0.1.3 |
619 | 2024-11-06T07:54:06.623Z | Downloaded strum_macros v0.26.4 |
620 | 2024-11-06T07:54:06.625Z | Downloaded sync_wrapper v1.0.1 |
621 | 2024-11-06T07:54:06.627Z | Downloaded nu-ansi-term v0.50.1 |
622 | 2024-11-06T07:54:06.630Z | Downloaded vte_generate_state_changes v0.1.2 |
623 | 2024-11-06T07:54:06.632Z | Downloaded crossbeam-deque v0.8.5 |
624 | 2024-11-06T07:54:06.635Z | Downloaded crossbeam-utils v0.8.20 |
625 | 2024-11-06T07:54:06.637Z | Downloaded crc-any v2.5.0 |
626 | 2024-11-06T07:54:06.640Z | Downloaded packed_struct_codegen v0.10.1 |
627 | 2024-11-06T07:54:06.640Z | Downloaded num-integer v0.1.46 |
628 | 2024-11-06T07:54:06.644Z | Downloaded defmt v0.3.8 |
629 | 2024-11-06T07:54:06.646Z | Downloaded indexmap v1.9.3 |
630 | 2024-11-06T07:54:06.650Z | Downloaded value-bag v1.9.0 |
631 | 2024-11-06T07:54:06.653Z | Downloaded miniz_oxide v0.8.0 |
632 | 2024-11-06T07:54:06.657Z | Downloaded foreign-types v0.3.2 |
633 | 2024-11-06T07:54:06.659Z | Downloaded zeroize_derive v1.4.2 |
634 | 2024-11-06T07:54:06.661Z | Downloaded progenitor-macro v0.8.0 |
635 | 2024-11-06T07:54:06.661Z | Downloaded endian-type v0.1.2 |
636 | 2024-11-06T07:54:06.663Z | Downloaded downcast v0.11.0 |
637 | 2024-11-06T07:54:06.663Z | Downloaded hyper-util v0.1.9 |
638 | 2024-11-06T07:54:06.668Z | Downloaded quinn-udp v0.5.5 |
639 | 2024-11-06T07:54:06.672Z | Downloaded polyval v0.6.2 |
640 | 2024-11-06T07:54:06.674Z | Downloaded paste v1.0.15 |
641 | 2024-11-06T07:54:06.677Z | Downloaded phf_shared v0.10.0 |
642 | 2024-11-06T07:54:06.677Z | Downloaded glob v0.3.1 |
643 | 2024-11-06T07:54:06.679Z | Downloaded oso-derive v0.27.3 |
644 | 2024-11-06T07:54:06.683Z | Downloaded num-conv v0.1.0 |
645 | 2024-11-06T07:54:06.683Z | Downloaded supports-color v3.0.1 |
646 | 2024-11-06T07:54:06.685Z | Downloaded serde_plain v1.0.2 |
647 | 2024-11-06T07:54:06.685Z | Downloaded rtoolbox v0.0.2 |
648 | 2024-11-06T07:54:06.687Z | Downloaded simd-adler32 v0.3.7 |
649 | 2024-11-06T07:54:06.689Z | Downloaded signature v2.2.0 |
650 | 2024-11-06T07:54:06.692Z | Downloaded tiny-keccak v2.0.2 |
651 | 2024-11-06T07:54:06.694Z | Downloaded compact_str v0.8.0 |
652 | 2024-11-06T07:54:06.697Z | Downloaded ssh-encoding v0.2.0 |
653 | 2024-11-06T07:54:06.700Z | Downloaded psl-types v2.0.11 |
654 | 2024-11-06T07:54:06.702Z | Downloaded progenitor-client v0.8.0 |
655 | 2024-11-06T07:54:06.705Z | Downloaded pretty-hex v0.2.1 |
656 | 2024-11-06T07:54:06.705Z | Downloaded utf-8 v0.7.6 |
657 | 2024-11-06T07:54:06.708Z | Downloaded mio v1.0.2 |
658 | 2024-11-06T07:54:06.713Z | Downloaded zone v0.3.0 |
659 | 2024-11-06T07:54:06.716Z | Downloaded vergen v8.3.2 |
660 | 2024-11-06T07:54:06.718Z | Downloaded zone v0.1.8 |
661 | 2024-11-06T07:54:06.718Z | Downloaded base64 v0.13.1 |
662 | 2024-11-06T07:54:06.722Z | Downloaded enum-as-inner v0.5.1 |
663 | 2024-11-06T07:54:06.724Z | Downloaded ena v0.14.3 |
664 | 2024-11-06T07:54:06.727Z | Downloaded time-core v0.1.2 |
665 | 2024-11-06T07:54:06.727Z | Downloaded take_mut v0.2.2 |
666 | 2024-11-06T07:54:06.730Z | Downloaded gethostname v0.5.0 |
667 | 2024-11-06T07:54:06.730Z | Downloaded http v0.2.12 |
668 | 2024-11-06T07:54:06.734Z | Downloaded hex v0.4.3 |
669 | 2024-11-06T07:54:06.737Z | Downloaded hash32 v0.2.1 |
670 | 2024-11-06T07:54:06.740Z | Downloaded foreign-types v0.5.0 |
671 | 2024-11-06T07:54:06.740Z | Downloaded http v1.1.0 |
672 | 2024-11-06T07:54:06.744Z | Downloaded olpc-cjson v0.1.4 |
673 | 2024-11-06T07:54:06.748Z | Downloaded phf_generator v0.11.2 |
674 | 2024-11-06T07:54:06.750Z | Downloaded phf_codegen v0.11.2 |
675 | 2024-11-06T07:54:06.750Z | Downloaded serde_yaml v0.9.34+deprecated |
676 | 2024-11-06T07:54:06.753Z | Downloaded phf v0.11.2 |
677 | 2024-11-06T07:54:06.755Z | Downloaded cc v1.1.30 |
678 | 2024-11-06T07:54:06.759Z | Downloaded rustls-pemfile v2.2.0 |
679 | 2024-11-06T07:54:06.762Z | Downloaded typify v0.2.0 |
680 | 2024-11-06T07:54:06.765Z | Downloaded tokio-rustls v0.26.0 |
681 | 2024-11-06T07:54:06.768Z | Downloaded phf_shared v0.11.2 |
682 | 2024-11-06T07:54:06.771Z | Downloaded foreign-types-shared v0.3.1 |
683 | 2024-11-06T07:54:06.771Z | Downloaded foreign-types-macros v0.2.3 |
684 | 2024-11-06T07:54:06.783Z | Downloaded spki v0.7.3 |
685 | 2024-11-06T07:54:06.785Z | Downloaded spin v0.5.2 |
686 | 2024-11-06T07:54:06.788Z | Downloaded thread_local v1.1.8 |
687 | 2024-11-06T07:54:06.791Z | Downloaded smf v0.2.3 |
688 | 2024-11-06T07:54:06.794Z | Downloaded serde_urlencoded v0.7.1 |
689 | 2024-11-06T07:54:06.794Z | Downloaded progenitor-impl v0.8.0 |
690 | 2024-11-06T07:54:06.797Z | Downloaded russh-cryptovec v0.7.3 |
691 | 2024-11-06T07:54:06.797Z | Downloaded dhcproto v0.12.0 |
692 | 2024-11-06T07:54:06.800Z | Downloaded serde_path_to_error v0.1.16 |
693 | 2024-11-06T07:54:06.803Z | Downloaded scheduled-thread-pool v0.2.7 |
694 | 2024-11-06T07:54:06.805Z | Downloaded stable_deref_trait v1.2.0 |
695 | 2024-11-06T07:54:06.807Z | Downloaded same-file v1.0.6 |
696 | 2024-11-06T07:54:06.807Z | Downloaded rpassword v7.3.1 |
697 | 2024-11-06T07:54:06.809Z | Downloaded embedded-io v0.6.1 |
698 | 2024-11-06T07:54:06.812Z | Downloaded zeroize v1.8.1 |
699 | 2024-11-06T07:54:06.814Z | Downloaded num-complex v0.4.6 |
700 | 2024-11-06T07:54:06.816Z | Downloaded untrusted v0.9.0 |
701 | 2024-11-06T07:54:06.816Z | Downloaded dirs-sys-next v0.1.2 |
702 | 2024-11-06T07:54:06.819Z | Downloaded base64 v0.22.1 |
703 | 2024-11-06T07:54:06.822Z | Downloaded elliptic-curve v0.13.8 |
704 | 2024-11-06T07:54:06.827Z | Downloaded enum-as-inner v0.6.1 |
705 | 2024-11-06T07:54:06.829Z | Downloaded uzers v0.12.1 |
706 | 2024-11-06T07:54:06.832Z | Downloaded form_urlencoded v1.2.1 |
707 | 2024-11-06T07:54:06.834Z | Downloaded ff v0.13.0 |
708 | 2024-11-06T07:54:06.837Z | Downloaded fallible-iterator v0.2.0 |
709 | 2024-11-06T07:54:06.837Z | Downloaded password-hash v0.4.2 |
710 | 2024-11-06T07:54:06.839Z | Downloaded const_format v0.2.33 |
711 | 2024-11-06T07:54:06.845Z | Downloaded derive_builder_macro v0.20.2 |
712 | 2024-11-06T07:54:06.847Z | Downloaded group v0.13.0 |
713 | 2024-11-06T07:54:06.850Z | Downloaded precomputed-hash v0.1.1 |
714 | 2024-11-06T07:54:06.850Z | Downloaded sqlformat v0.2.6 |
715 | 2024-11-06T07:54:06.852Z | Downloaded derive-where v1.2.7 |
716 | 2024-11-06T07:54:06.855Z | Downloaded predicates-core v1.0.8 |
717 | 2024-11-06T07:54:06.858Z | Downloaded num-iter v0.1.45 |
718 | 2024-11-06T07:54:06.860Z | Downloaded foldhash v0.1.3 |
719 | 2024-11-06T07:54:06.860Z | Downloaded dirs-next v2.0.0 |
720 | 2024-11-06T07:54:06.863Z | Downloaded untrusted v0.7.1 |
721 | 2024-11-06T07:54:06.863Z | Downloaded universal-hash v0.5.1 |
722 | 2024-11-06T07:54:06.865Z | Downloaded ed25519-dalek v2.1.1 |
723 | 2024-11-06T07:54:06.868Z | Downloaded rfc6979 v0.4.0 |
724 | 2024-11-06T07:54:06.870Z | Downloaded ref-cast v1.0.23 |
725 | 2024-11-06T07:54:06.873Z | Downloaded schemars_derive v0.8.21 |
726 | 2024-11-06T07:54:06.875Z | Downloaded primeorder v0.13.6 |
727 | 2024-11-06T07:54:06.879Z | Downloaded predicates-tree v1.0.11 |
728 | 2024-11-06T07:54:06.879Z | Downloaded derive_builder v0.20.2 |
729 | 2024-11-06T07:54:06.884Z | Downloaded static_assertions v1.1.0 |
730 | 2024-11-06T07:54:06.886Z | Downloaded secrecy v0.8.0 |
731 | 2024-11-06T07:54:06.889Z | Downloaded scrypt v0.11.0 |
732 | 2024-11-06T07:54:06.891Z | Downloaded crossbeam-channel v0.5.13 |
733 | 2024-11-06T07:54:06.895Z | Downloaded tui-tree-widget v0.22.0 |
734 | 2024-11-06T07:54:06.897Z | Downloaded structmeta v0.3.0 |
735 | 2024-11-06T07:54:06.899Z | Downloaded unicode-truncate v1.1.0 |
736 | 2024-11-06T07:54:06.902Z | Downloaded similar v2.6.0 |
737 | 2024-11-06T07:54:06.906Z | Downloaded want v0.3.1 |
738 | 2024-11-06T07:54:06.908Z | Downloaded flagset v0.4.6 |
739 | 2024-11-06T07:54:06.911Z | Downloaded opaque-debug v0.3.1 |
740 | 2024-11-06T07:54:06.911Z | Downloaded unicode-segmentation v1.12.0 |
741 | 2024-11-06T07:54:06.915Z | Downloaded peg-runtime v0.8.3 |
742 | 2024-11-06T07:54:06.917Z | Downloaded postgres-types v0.2.8 |
743 | 2024-11-06T07:54:06.919Z | Downloaded pem-rfc7468 v0.7.0 |
744 | 2024-11-06T07:54:06.922Z | Downloaded ppv-lite86 v0.2.20 |
745 | 2024-11-06T07:54:06.924Z | Downloaded powerfmt v0.2.0 |
746 | 2024-11-06T07:54:06.926Z | Downloaded parking_lot_core v0.9.10 |
747 | 2024-11-06T07:54:06.929Z | Downloaded parking_lot_core v0.8.6 |
748 | 2024-11-06T07:54:06.931Z | Downloaded num-rational v0.4.2 |
749 | 2024-11-06T07:54:06.935Z | Downloaded parking_lot v0.12.3 |
750 | 2024-11-06T07:54:06.937Z | Downloaded pkcs8 v0.10.2 |
751 | 2024-11-06T07:54:06.940Z | Downloaded smallvec v1.13.2 |
752 | 2024-11-06T07:54:06.943Z | Downloaded half v2.4.1 |
753 | 2024-11-06T07:54:06.946Z | Downloaded num_enum v0.5.11 |
754 | 2024-11-06T07:54:06.950Z | Downloaded tower-service v0.3.3 |
755 | 2024-11-06T07:54:06.953Z | Downloaded strum v0.26.3 |
756 | 2024-11-06T07:54:06.953Z | Downloaded hashbrown v0.12.3 |
757 | 2024-11-06T07:54:06.957Z | Downloaded fixedbitset v0.4.2 |
758 | 2024-11-06T07:54:06.960Z | Downloaded thiserror-impl-no-std v2.0.2 |
759 | 2024-11-06T07:54:06.962Z | Downloaded unicode-xid v0.2.6 |
760 | 2024-11-06T07:54:06.964Z | Downloaded sct v0.7.1 |
761 | 2024-11-06T07:54:06.967Z | Downloaded unicase v2.7.0 |
762 | 2024-11-06T07:54:06.970Z | Downloaded thiserror-no-std v2.0.2 |
763 | 2024-11-06T07:54:06.974Z | Downloaded subtle v2.6.1 |
764 | 2024-11-06T07:54:06.976Z | Downloaded hyper v1.4.1 |
765 | 2024-11-06T07:54:06.984Z | Downloaded parse-size v1.1.0 |
766 | 2024-11-06T07:54:06.987Z | Downloaded pin-project-lite v0.2.14 |
767 | 2024-11-06T07:54:06.991Z | Downloaded sha1 v0.10.6 |
768 | 2024-11-06T07:54:06.993Z | Downloaded predicates v3.1.2 |
769 | 2024-11-06T07:54:06.996Z | Downloaded wyz v0.5.1 |
770 | 2024-11-06T07:54:06.998Z | Downloaded num-traits v0.2.19 |
771 | 2024-11-06T07:54:07.002Z | Downloaded rustyline v14.0.0 |
772 | 2024-11-06T07:54:07.008Z | Downloaded tinyvec_macros v0.1.1 |
773 | 2024-11-06T07:54:07.010Z | Downloaded slab v0.4.9 |
774 | 2024-11-06T07:54:07.013Z | Downloaded rustc-demangle v0.1.24 |
775 | 2024-11-06T07:54:07.013Z | Downloaded derive_more v0.99.18 |
776 | 2024-11-06T07:54:07.019Z | Downloaded rustfmt-wrapper v0.2.1 |
777 | 2024-11-06T07:54:07.022Z | Downloaded rustc_version v0.4.1 |
778 | 2024-11-06T07:54:07.025Z | Downloaded proc-macro-crate v1.3.1 |
779 | 2024-11-06T07:54:07.025Z | Downloaded strum_macros v0.24.3 |
780 | 2024-11-06T07:54:07.027Z | Downloaded nom v7.1.3 |
781 | 2024-11-06T07:54:07.033Z | Downloaded diesel-dtrace v0.3.0 |
782 | 2024-11-06T07:54:07.036Z | Downloaded deranged v0.3.11 |
783 | 2024-11-06T07:54:07.038Z | Downloaded walkdir v2.5.0 |
784 | 2024-11-06T07:54:07.042Z | Downloaded zone_cfg_derive v0.3.0 |
785 | 2024-11-06T07:54:07.042Z | Downloaded zone_cfg_derive v0.1.2 |
786 | 2024-11-06T07:54:07.042Z | Downloaded tungstenite v0.23.0 |
787 | 2024-11-06T07:54:07.045Z | Downloaded fallible-iterator v0.3.0 |
788 | 2024-11-06T07:54:07.048Z | Downloaded flume v0.11.0 |
789 | 2024-11-06T07:54:07.052Z | Downloaded parking_lot v0.11.2 |
790 | 2024-11-06T07:54:07.055Z | Downloaded peg v0.8.4 |
791 | 2024-11-06T07:54:07.059Z | Downloaded rustc-hash v2.0.0 |
792 | 2024-11-06T07:54:07.062Z | Downloaded rustc-hash v1.1.0 |
793 | 2024-11-06T07:54:07.062Z | Downloaded rand_chacha v0.3.1 |
794 | 2024-11-06T07:54:07.065Z | Downloaded pem v3.0.4 |
795 | 2024-11-06T07:54:07.068Z | Downloaded prettyplease v0.2.22 |
796 | 2024-11-06T07:54:07.070Z | Downloaded structmeta-derive v0.3.0 |
797 | 2024-11-06T07:54:07.073Z | Downloaded rsa v0.9.6 |
798 | 2024-11-06T07:54:07.077Z | Downloaded parse-zoneinfo v0.3.1 |
799 | 2024-11-06T07:54:07.080Z | Downloaded aes-gcm v0.10.3 |
800 | 2024-11-06T07:54:07.084Z | Downloaded pkcs1 v0.7.5 |
801 | 2024-11-06T07:54:07.087Z | Downloaded percent-encoding v2.3.1 |
802 | 2024-11-06T07:54:07.089Z | Downloaded parse-display-derive v0.10.0 |
803 | 2024-11-06T07:54:07.089Z | Downloaded parse-display v0.10.0 |
804 | 2024-11-06T07:54:07.092Z | Downloaded tls_codec_derive v0.4.1 |
805 | 2024-11-06T07:54:07.094Z | Downloaded derive_builder_core v0.20.2 |
806 | 2024-11-06T07:54:07.096Z | Downloaded hkdf v0.12.4 |
807 | 2024-11-06T07:54:07.099Z | Downloaded unicode-bidi v0.3.17 |
808 | 2024-11-06T07:54:07.101Z | Downloaded termtree v0.4.1 |
809 | 2024-11-06T07:54:07.104Z | Downloaded unicode-normalization v0.1.24 |
810 | 2024-11-06T07:54:07.106Z | Downloaded funty v2.0.0 |
811 | 2024-11-06T07:54:07.109Z | Downloaded itertools v0.13.0 |
812 | 2024-11-06T07:54:07.116Z | Downloaded futures-executor v0.3.31 |
813 | 2024-11-06T07:54:07.119Z | Downloaded shell-words v1.1.0 |
814 | 2024-11-06T07:54:07.121Z | Downloaded fragile v2.0.0 |
815 | 2024-11-06T07:54:07.123Z | Downloaded progenitor v0.8.0 |
816 | 2024-11-06T07:54:07.123Z | Downloaded publicsuffix v2.2.3 |
817 | 2024-11-06T07:54:07.126Z | Downloaded diesel_table_macro_syntax v0.2.0 |
818 | 2024-11-06T07:54:07.129Z | Downloaded shlex v1.3.0 |
819 | 2024-11-06T07:54:07.129Z | Downloaded radium v0.7.0 |
820 | 2024-11-06T07:54:07.132Z | Downloaded try-lock v0.2.5 |
821 | 2024-11-06T07:54:07.132Z | Downloaded peg-macros v0.8.4 |
822 | 2024-11-06T07:54:07.134Z | Downloaded fallible-streaming-iterator v0.1.9 |
823 | 2024-11-06T07:54:07.137Z | Downloaded rand_seeder v0.3.0 |
824 | 2024-11-06T07:54:07.137Z | Downloaded slog-async v2.8.0 |
825 | 2024-11-06T07:54:07.139Z | Downloaded siphasher v0.3.11 |
826 | 2024-11-06T07:54:07.141Z | Downloaded env_logger v0.11.5 |
827 | 2024-11-06T07:54:07.143Z | Downloaded qorb v0.2.0 |
828 | 2024-11-06T07:54:07.147Z | Downloaded futures-macro v0.3.31 |
829 | 2024-11-06T07:54:07.150Z | Downloaded futures-task v0.3.31 |
830 | 2024-11-06T07:54:07.153Z | Downloaded futures-sink v0.3.31 |
831 | 2024-11-06T07:54:07.153Z | Downloaded defmt-parser v0.3.4 |
832 | 2024-11-06T07:54:07.153Z | Downloaded getrandom v0.2.15 |
833 | 2024-11-06T07:54:07.155Z | Downloaded serde_with_macros v3.11.0 |
834 | 2024-11-06T07:54:07.159Z | Downloaded tungstenite v0.24.0 |
835 | 2024-11-06T07:54:07.161Z | Downloaded xattr v1.3.1 |
836 | 2024-11-06T07:54:07.167Z | Downloaded tokio-rustls v0.24.1 |
837 | 2024-11-06T07:54:07.167Z | Downloaded termios v0.3.3 |
838 | 2024-11-06T07:54:07.170Z | Downloaded r2d2 v0.8.10 |
839 | 2024-11-06T07:54:07.170Z | Downloaded tabwriter v1.4.0 |
840 | 2024-11-06T07:54:07.174Z | Downloaded structmeta-derive v0.2.0 |
841 | 2024-11-06T07:54:07.174Z | Downloaded tls_codec v0.4.1 |
842 | 2024-11-06T07:54:07.177Z | Downloaded ref-cast-impl v1.0.23 |
843 | 2024-11-06T07:54:07.177Z | Downloaded globset v0.4.15 |
844 | 2024-11-06T07:54:07.180Z | Downloaded futures v0.3.31 |
845 | 2024-11-06T07:54:07.184Z | Downloaded slog v2.7.0 |
846 | 2024-11-06T07:54:07.187Z | Downloaded rand_core v0.6.4 |
847 | 2024-11-06T07:54:07.190Z | Downloaded slog-bunyan v2.5.0 |
848 | 2024-11-06T07:54:07.193Z | Downloaded snafu v0.8.5 |
849 | 2024-11-06T07:54:07.197Z | Downloaded heck v0.3.3 |
850 | 2024-11-06T07:54:07.199Z | Downloaded steno v0.4.1 |
851 | 2024-11-06T07:54:07.203Z | Downloaded yasna v0.5.2 |
852 | 2024-11-06T07:54:07.206Z | Downloaded hex-literal v0.4.1 |
853 | 2024-11-06T07:54:07.209Z | Downloaded dsl_auto_type v0.1.2 |
854 | 2024-11-06T07:54:07.209Z | Downloaded embedded-io v0.4.0 |
855 | 2024-11-06T07:54:07.212Z | Downloaded blake3 v1.5.4 |
856 | 2024-11-06T07:54:07.219Z | Downloaded unicode_categories v0.1.1 |
857 | 2024-11-06T07:54:07.222Z | Downloaded hashlink v0.9.1 |
858 | 2024-11-06T07:54:07.225Z | Downloaded pkg-config v0.3.31 |
859 | 2024-11-06T07:54:07.227Z | Downloaded tracing-attributes v0.1.27 |
860 | 2024-11-06T07:54:07.230Z | Downloaded pin-utils v0.1.0 |
861 | 2024-11-06T07:54:07.232Z | Downloaded tinyvec v1.8.0 |
862 | 2024-11-06T07:54:07.235Z | Downloaded num-derive v0.4.2 |
863 | 2024-11-06T07:54:07.237Z | Downloaded quick-error v1.2.3 |
864 | 2024-11-06T07:54:07.238Z | Downloaded fatfs v0.3.6 |
865 | 2024-11-06T07:54:07.242Z | Downloaded zopfli v0.8.1 |
866 | 2024-11-06T07:54:07.245Z | Downloaded env_logger v0.10.2 |
867 | 2024-11-06T07:54:07.247Z | Downloaded zip v2.1.3 |
868 | 2024-11-06T07:54:07.252Z | Downloaded snafu-derive v0.8.5 |
869 | 2024-11-06T07:54:07.255Z | Downloaded serde_derive_internals v0.29.1 |
870 | 2024-11-06T07:54:07.257Z | Downloaded der_derive v0.7.3 |
871 | 2024-11-06T07:54:07.257Z | Downloaded reqwest v0.12.8 |
872 | 2024-11-06T07:54:07.267Z | Downloaded highway v1.2.0 |
873 | 2024-11-06T07:54:07.270Z | Downloaded chrono v0.4.38 |
874 | 2024-11-06T07:54:07.279Z | Downloaded omicron-zone-package v0.11.1 |
875 | 2024-11-06T07:54:07.282Z | Downloaded owo-colors v4.1.0 |
876 | 2024-11-06T07:54:07.285Z | Downloaded socket2 v0.5.7 |
877 | 2024-11-06T07:54:07.287Z | Downloaded hickory-server v0.24.1 |
878 | 2024-11-06T07:54:07.293Z | Downloaded pin-project-internal v1.1.6 |
879 | 2024-11-06T07:54:07.296Z | Downloaded samael v0.0.17 |
880 | 2024-11-06T07:54:07.302Z | Downloaded hyper v0.14.30 |
881 | 2024-11-06T07:54:07.311Z | Downloaded time v0.3.36 |
882 | 2024-11-06T07:54:07.319Z | Downloaded bindgen v0.69.5 |
883 | 2024-11-06T07:54:07.327Z | Downloaded russh-keys v0.45.0 |
884 | 2024-11-06T07:54:07.330Z | Downloaded dropshot_endpoint v0.12.0 |
885 | 2024-11-06T07:54:07.333Z | Downloaded futures-util v0.3.31 |
886 | 2024-11-06T07:54:07.346Z | Downloaded ssh-key v0.6.6 |
887 | 2024-11-06T07:54:07.353Z | Downloaded lalrpop v0.19.12 |
888 | 2024-11-06T07:54:07.366Z | Downloaded quinn v0.11.5 |
889 | 2024-11-06T07:54:07.369Z | Downloaded bitvec v1.0.1 |
890 | 2024-11-06T07:54:07.386Z | Downloaded der v0.7.9 |
891 | 2024-11-06T07:54:07.391Z | Downloaded headers v0.4.0 |
892 | 2024-11-06T07:54:07.398Z | Downloaded rayon-core v1.12.1 |
893 | 2024-11-06T07:54:07.400Z | Downloaded expectorate v1.1.0 |
894 | 2024-11-06T07:54:07.403Z | Downloaded idna v0.3.0 |
895 | 2024-11-06T07:54:07.410Z | Downloaded schemars v0.8.21 |
896 | 2024-11-06T07:54:07.424Z | Downloaded heapless v0.8.0 |
897 | 2024-11-06T07:54:07.427Z | Downloaded diesel_derives v2.2.3 |
898 | 2024-11-06T07:54:07.432Z | Downloaded git2 v0.19.0 |
899 | 2024-11-06T07:54:07.441Z | Downloaded hashbrown v0.13.2 |
900 | 2024-11-06T07:54:07.446Z | Downloaded hashbrown v0.14.5 |
901 | 2024-11-06T07:54:07.453Z | Downloaded tough v0.17.1 |
902 | 2024-11-06T07:54:07.462Z | Downloaded serde_with v3.11.0 |
903 | 2024-11-06T07:54:07.471Z | Downloaded rand v0.8.5 |
904 | 2024-11-06T07:54:07.475Z | Downloaded sqlparser v0.45.0 |
905 | 2024-11-06T07:54:07.481Z | Downloaded rustls-webpki v0.101.7 |
906 | 2024-11-06T07:54:07.498Z | Downloaded num-bigint-dig v0.8.4 |
907 | 2024-11-06T07:54:07.503Z | Downloaded idna v0.4.0 |
908 | 2024-11-06T07:54:07.510Z | Downloaded x509-cert v0.2.5 |
909 | 2024-11-06T07:54:07.517Z | Downloaded curve25519-dalek v4.1.3 |
910 | 2024-11-06T07:54:07.527Z | Downloaded h2 v0.4.6 |
911 | 2024-11-06T07:54:07.534Z | Downloaded vcpkg v0.2.15 |
912 | 2024-11-06T07:54:07.574Z | Downloaded proptest v1.5.0 |
913 | 2024-11-06T07:54:07.584Z | Downloaded quinn-proto v0.11.8 |
914 | 2024-11-06T07:54:07.591Z | Downloaded idna v0.5.0 |
915 | 2024-11-06T07:54:07.600Z | Downloaded idna v0.2.3 |
916 | 2024-11-06T07:54:07.606Z | Downloaded nix v0.27.1 |
917 | 2024-11-06T07:54:07.620Z | Downloaded salty v0.3.0 |
918 | 2024-11-06T07:54:07.625Z | Downloaded bstr v1.10.0 |
919 | 2024-11-06T07:54:07.637Z | Downloaded regex v1.11.0 |
920 | 2024-11-06T07:54:07.651Z | Downloaded polar-core v0.27.3 |
921 | 2024-11-06T07:54:07.661Z | Downloaded p384 v0.13.0 |
922 | 2024-11-06T07:54:07.667Z | Downloaded rustls-webpki v0.102.8 |
923 | 2024-11-06T07:54:07.687Z | Downloaded regress v0.10.1 |
924 | 2024-11-06T07:54:07.696Z | Downloaded nix v0.28.0 |
925 | 2024-11-06T07:54:07.709Z | Downloaded quick-xml v0.33.0 |
926 | 2024-11-06T07:54:07.716Z | Downloaded smoltcp v0.9.1 |
927 | 2024-11-06T07:54:07.728Z | Downloaded openssl v0.10.66 |
928 | 2024-11-06T07:54:07.737Z | Downloaded webpki-roots v0.26.6 |
929 | 2024-11-06T07:54:07.741Z | Downloaded gimli v0.31.1 |
930 | 2024-11-06T07:54:07.750Z | Downloaded typify-impl v0.2.0 |
931 | 2024-11-06T07:54:07.767Z | Downloaded smoltcp v0.11.0 |
932 | 2024-11-06T07:54:07.780Z | Downloaded radix_trie v0.2.1 |
933 | 2024-11-06T07:54:07.786Z | Downloaded diesel v2.2.4 |
934 | 2024-11-06T07:54:07.805Z | Downloaded ratatui v0.28.1 |
935 | 2024-11-06T07:54:07.826Z | Downloaded regex-automata v0.4.8 |
936 | 2024-11-06T07:54:07.844Z | Downloaded trust-dns-proto v0.22.0 |
937 | 2024-11-06T07:54:07.856Z | Downloaded regex-syntax v0.6.29 |
938 | 2024-11-06T07:54:07.863Z | Downloaded rustls v0.23.14 |
939 | 2024-11-06T07:54:07.875Z | Downloaded rustls v0.22.4 |
940 | 2024-11-06T07:54:07.889Z | Downloaded hickory-proto v0.24.1 |
941 | 2024-11-06T07:54:07.906Z | Downloaded regress v0.9.1 |
942 | 2024-11-06T07:54:07.914Z | Downloaded object v0.36.5 |
943 | 2024-11-06T07:54:07.928Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
944 | 2024-11-06T07:54:07.939Z | Downloaded openapiv3 v2.0.0 |
945 | 2024-11-06T07:54:07.952Z | Downloaded object v0.30.4 |
946 | 2024-11-06T07:54:07.961Z | Downloaded regex-syntax v0.8.5 |
947 | 2024-11-06T07:54:07.969Z | Downloaded nix v0.29.0 |
948 | 2024-11-06T07:54:07.982Z | Downloaded sled v0.34.7 |
949 | 2024-11-06T07:54:07.992Z | Downloaded dropshot v0.12.0 |
950 | 2024-11-06T07:54:08.013Z | Downloaded chrono-tz v0.10.0 |
951 | 2024-11-06T07:54:08.020Z | Downloaded zerocopy-derive v0.6.6 |
952 | 2024-11-06T07:54:08.030Z | Downloaded tokio v1.40.0 |
953 | 2024-11-06T07:54:08.069Z | Downloaded petgraph v0.6.5 |
954 | 2024-11-06T07:54:08.084Z | Downloaded csv v1.3.0 |
955 | 2024-11-06T07:54:08.105Z | Downloaded winnow v0.5.40 |
956 | 2024-11-06T07:54:08.114Z | Downloaded p521 v0.13.3 |
957 | 2024-11-06T07:54:08.119Z | Downloaded h2 v0.3.26 |
958 | 2024-11-06T07:54:08.124Z | Downloaded rustls v0.21.12 |
959 | 2024-11-06T07:54:08.136Z | Downloaded tracing-core v0.1.32 |
960 | 2024-11-06T07:54:08.138Z | Downloaded tokio-postgres v0.7.12 |
961 | 2024-11-06T07:54:08.143Z | Downloaded tokio-util v0.7.12 |
962 | 2024-11-06T07:54:08.149Z | Downloaded reqwest v0.11.27 |
963 | 2024-11-06T07:54:08.157Z | Downloaded rayon v1.10.0 |
964 | 2024-11-06T07:54:08.166Z | Downloaded lzma-sys v0.1.20 |
965 | 2024-11-06T07:54:08.196Z | Downloaded portable-atomic v1.9.0 |
966 | 2024-11-06T07:54:08.202Z | Downloaded libz-sys v1.1.20 |
967 | 2024-11-06T07:54:08.225Z | Downloaded diff v0.1.13 |
968 | 2024-11-06T07:54:08.228Z | Downloaded pin-project v1.1.6 |
969 | 2024-11-06T07:54:08.237Z | Downloaded flate2 v1.0.34 |
970 | 2024-11-06T07:54:08.242Z | Downloaded hickory-resolver v0.24.1 |
971 | 2024-11-06T07:54:08.247Z | Downloaded env_filter v0.1.2 |
972 | 2024-11-06T07:54:08.249Z | Downloaded test-strategy v0.3.1 |
973 | 2024-11-06T07:54:08.252Z | Downloaded p256 v0.13.2 |
974 | 2024-11-06T07:54:08.257Z | Downloaded zerocopy v0.6.6 |
975 | 2024-11-06T07:54:08.263Z | Downloaded dyn-clone v1.0.17 |
976 | 2024-11-06T07:54:08.263Z | Downloaded subprocess v0.2.9 |
977 | 2024-11-06T07:54:08.266Z | Downloaded url v2.5.2 |
978 | 2024-11-06T07:54:08.266Z | Downloaded semver v0.1.20 |
979 | 2024-11-06T07:54:08.266Z | Downloaded rcgen v0.12.1 |
980 | 2024-11-06T07:54:08.269Z | Downloaded rusqlite v0.32.1 |
981 | 2024-11-06T07:54:08.274Z | Downloaded futures-channel v0.3.31 |
982 | 2024-11-06T07:54:08.276Z | Downloaded tracing v0.1.40 |
983 | 2024-11-06T07:54:08.280Z | Downloaded ghash v0.5.1 |
984 | 2024-11-06T07:54:08.282Z | Downloaded sha3 v0.10.8 |
985 | 2024-11-06T07:54:08.286Z | Downloaded tokio-native-tls v0.3.1 |
986 | 2024-11-06T07:54:08.289Z | Downloaded aho-corasick v1.1.3 |
987 | 2024-11-06T07:54:08.298Z | Downloaded itertools v0.12.1 |
988 | 2024-11-06T07:54:08.300Z | Downloaded reedline v0.35.0 |
989 | 2024-11-06T07:54:08.307Z | Downloaded encoding_rs v0.8.34 |
990 | 2024-11-06T07:54:08.328Z | Downloaded which v4.4.2 |
991 | 2024-11-06T07:54:08.331Z | Downloaded typed-path v0.7.1 |
992 | 2024-11-06T07:54:08.335Z | Downloaded num-bigint v0.4.6 |
993 | 2024-11-06T07:54:08.340Z | Downloaded tokio-tungstenite v0.24.0 |
994 | 2024-11-06T07:54:08.343Z | Downloaded tokio-tungstenite v0.23.1 |
995 | 2024-11-06T07:54:08.346Z | Downloaded crossterm v0.28.1 |
996 | 2024-11-06T07:54:08.350Z | Downloaded unsafe-libyaml v0.2.11 |
997 | 2024-11-06T07:54:08.354Z | Downloaded tungstenite v0.21.0 |
998 | 2024-11-06T07:54:08.357Z | Downloaded libxml v0.3.3 |
999 | 2024-11-06T07:54:08.363Z | Downloaded russh v0.45.0 |
1000 | 2024-11-06T07:54:08.368Z | Downloaded minimal-lexical v0.2.1 |
1001 | 2024-11-06T07:54:08.374Z | Downloaded libm v0.2.8 |
1002 | 2024-11-06T07:54:08.380Z | Downloaded itertools v0.10.5 |
1003 | 2024-11-06T07:54:08.386Z | Downloaded ron v0.8.1 |
1004 | 2024-11-06T07:54:08.392Z | Downloaded poly1305 v0.8.0 |
1005 | 2024-11-06T07:54:08.396Z | Downloaded hash32 v0.3.1 |
1006 | 2024-11-06T07:54:08.396Z | Downloaded whoami v1.5.2 |
1007 | 2024-11-06T07:54:08.401Z | Downloaded wait-timeout v0.2.0 |
1008 | 2024-11-06T07:54:08.401Z | Downloaded unarray v0.1.4 |
1009 | 2024-11-06T07:54:08.405Z | Downloaded twox-hash v1.6.3 |
1010 | 2024-11-06T07:54:08.405Z | Downloaded openssl-sys v0.9.103 |
1011 | 2024-11-06T07:54:08.407Z | Downloaded rusty-fork v0.3.0 |
1012 | 2024-11-06T07:54:08.407Z | Downloaded rustversion v1.0.17 |
1013 | 2024-11-06T07:54:08.410Z | Downloaded debug-ignore v1.0.5 |
1014 | 2024-11-06T07:54:08.413Z | Downloaded heapless v0.7.17 |
1015 | 2024-11-06T07:54:08.415Z | Downloaded spin v0.9.8 |
1016 | 2024-11-06T07:54:08.418Z | Downloaded num_enum_derive v0.5.11 |
1017 | 2024-11-06T07:54:08.418Z | Downloaded float-cmp v0.9.0 |
1018 | 2024-11-06T07:54:08.421Z | Downloaded fd-lock v4.0.2 |
1019 | 2024-11-06T07:54:08.423Z | Downloaded displaydoc v0.2.5 |
1020 | 2024-11-06T07:54:08.423Z | Downloaded display-error-chain v0.2.2 |
1021 | 2024-11-06T07:54:08.426Z | Downloaded waitgroup v0.1.2 |
1022 | 2024-11-06T07:54:08.426Z | Downloaded ron v0.7.1 |
1023 | 2024-11-06T07:54:08.430Z | Downloaded uuid v1.10.0 |
1024 | 2024-11-06T07:54:08.432Z | Downloaded strip-ansi-escapes v0.2.0 |
1025 | 2024-11-06T07:54:08.436Z | Downloaded stringprep v0.1.5 |
1026 | 2024-11-06T07:54:08.436Z | Downloaded string_cache v0.8.7 |
1027 | 2024-11-06T07:54:08.438Z | Downloaded oso v0.27.3 |
1028 | 2024-11-06T07:54:08.441Z | Downloaded toml_edit v0.19.15 |
1029 | 2024-11-06T07:54:08.456Z | Downloaded signal-hook v0.3.17 |
1030 | 2024-11-06T07:54:08.459Z | Downloaded vte v0.11.1 |
1031 | 2024-11-06T07:54:08.462Z | Downloaded pbkdf2 v0.12.2 |
1032 | 2024-11-06T07:54:08.462Z | Downloaded zip v0.6.6 |
1033 | 2024-11-06T07:54:08.465Z | Downloaded tar v0.4.42 |
1034 | 2024-11-06T07:54:08.468Z | Downloaded crypto-bigint v0.5.5 |
1035 | 2024-11-06T07:54:08.474Z | Downloaded toml v0.7.8 |
1036 | 2024-11-06T07:54:08.477Z | Downloaded tokio-tungstenite v0.21.0 |
1037 | 2024-11-06T07:54:08.480Z | Downloaded tokio-stream v0.1.16 |
1038 | 2024-11-06T07:54:08.483Z | Downloaded tokio-rustls v0.25.0 |
1039 | 2024-11-06T07:54:08.485Z | Downloaded time-macros v0.2.18 |
1040 | 2024-11-06T07:54:08.487Z | Downloaded postgres-protocol v0.6.7 |
1041 | 2024-11-06T07:54:08.490Z | Downloaded futures-core v0.3.31 |
1042 | 2024-11-06T07:54:08.490Z | Downloaded postcard v1.0.10 |
1043 | 2024-11-06T07:54:08.492Z | Downloaded pkcs5 v0.7.1 |
1044 | 2024-11-06T07:54:08.495Z | Downloaded difflib v0.4.0 |
1045 | 2024-11-06T07:54:08.498Z | Downloaded pbkdf2 v0.11.0 |
1046 | 2024-11-06T07:54:08.501Z | Downloaded password-hash v0.5.0 |
1047 | 2024-11-06T07:54:08.501Z | Downloaded unicode-properties v0.1.3 |
1048 | 2024-11-06T07:54:08.504Z | Downloaded typify-macro v0.2.0 |
1049 | 2024-11-06T07:54:08.504Z | Downloaded darling_core v0.20.10 |
1050 | 2024-11-06T07:54:08.508Z | Downloaded bytes v1.7.2 |
1051 | 2024-11-06T07:54:08.512Z | Downloaded arc-swap v1.7.1 |
1052 | 2024-11-06T07:54:08.515Z | Downloaded ssh-cipher v0.2.0 |
1053 | 2024-11-06T07:54:08.518Z | Downloaded chacha20poly1305 v0.10.1 |
1054 | 2024-11-06T07:54:08.520Z | Downloaded serde_repr v0.1.19 |
1055 | 2024-11-06T07:54:08.520Z | Downloaded sec1 v0.7.3 |
1056 | 2024-11-06T07:54:08.522Z | Downloaded rustls-pemfile v1.0.4 |
1057 | 2024-11-06T07:54:08.525Z | Downloaded rustc_version v0.1.7 |
1058 | 2024-11-06T07:54:08.525Z | Downloaded ecdsa v0.16.9 |
1059 | 2024-11-06T07:54:08.527Z | Downloaded des v0.8.1 |
1060 | 2024-11-06T07:54:08.527Z | Downloaded native-tls v0.2.12 |
1061 | 2024-11-06T07:54:08.530Z | Downloaded indicatif v0.17.8 |
1062 | 2024-11-06T07:54:08.533Z | Downloaded packed_struct v0.10.1 |
1063 | 2024-11-06T07:54:08.535Z | Downloaded vsss-rs v3.3.4 |
1064 | 2024-11-06T07:54:08.537Z | Downloaded console v0.15.8 |
1065 | 2024-11-06T07:54:08.540Z | Downloaded clang-sys v1.8.1 |
1066 | 2024-11-06T07:54:08.542Z | Downloaded multer v3.1.0 |
1067 | 2024-11-06T07:54:08.545Z | Downloaded slog-term v2.9.1 |
1068 | 2024-11-06T07:54:08.548Z | Downloaded mime_guess v2.0.5 |
1069 | 2024-11-06T07:54:08.550Z | Downloaded memmap2 v0.9.5 |
1070 | 2024-11-06T07:54:08.550Z | Downloaded maplit v1.0.2 |
1071 | 2024-11-06T07:54:08.550Z | Downloaded openssl-macros v0.1.1 |
1072 | 2024-11-06T07:54:08.553Z | Downloaded number_prefix v0.4.0 |
1073 | 2024-11-06T07:54:08.553Z | Downloaded memoffset v0.9.1 |
1074 | 2024-11-06T07:54:08.553Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1075 | 2024-11-06T07:54:08.611Z | Downloaded darling v0.20.10 |
1076 | 2024-11-06T07:54:08.615Z | Downloaded bumpalo v3.16.0 |
1077 | 2024-11-06T07:54:08.619Z | Downloaded backtrace v0.3.74 |
1078 | 2024-11-06T07:54:08.623Z | Downloaded strum_macros v0.25.3 |
1079 | 2024-11-06T07:54:08.625Z | Downloaded signal-hook-tokio v0.3.1 |
1080 | 2024-11-06T07:54:08.627Z | Downloaded signal-hook-registry v1.4.2 |
1081 | 2024-11-06T07:54:08.627Z | Downloaded signal-hook-mio v0.2.4 |
1082 | 2024-11-06T07:54:08.632Z | Downloaded structmeta v0.2.0 |
1083 | 2024-11-06T07:54:08.632Z | Downloaded num v0.4.3 |
1084 | 2024-11-06T07:54:08.632Z | Downloaded nodrop v0.1.14 |
1085 | 2024-11-06T07:54:08.635Z | Downloaded multimap v0.10.0 |
1086 | 2024-11-06T07:54:08.635Z | Downloaded lockfree-object-pool v0.1.6 |
1087 | 2024-11-06T07:54:08.635Z | Downloaded kstat-rs v0.2.4 |
1088 | 2024-11-06T07:54:08.635Z | Downloaded lazy_static v1.5.0 |
1089 | 2024-11-06T07:54:08.637Z | Downloaded linear-map v1.2.0 |
1090 | 2024-11-06T07:54:08.637Z | Downloaded constant_time_eq v0.3.1 |
1091 | 2024-11-06T07:54:08.639Z | Downloaded lalrpop-util v0.19.12 |
1092 | 2024-11-06T07:54:08.640Z | Downloaded internet-checksum v0.2.1 |
1093 | 2024-11-06T07:54:08.640Z | Downloaded inout v0.1.3 |
1094 | 2024-11-06T07:54:08.643Z | Downloaded indent_write v2.2.0 |
1095 | 2024-11-06T07:54:08.643Z | Downloaded allocator-api2 v0.2.18 |
1096 | 2024-11-06T07:54:08.645Z | Downloaded crc-catalog v2.4.0 |
1097 | 2024-11-06T07:54:08.645Z | Downloaded cobs v0.2.3 |
1098 | 2024-11-06T07:54:08.648Z | Downloaded ipnet v2.10.1 |
1099 | 2024-11-06T07:54:08.648Z | Downloaded cassowary v0.3.0 |
1100 | 2024-11-06T07:54:08.650Z | Downloaded buf-list v1.0.3 |
1101 | 2024-11-06T07:54:08.652Z | Downloaded bcrypt-pbkdf v0.10.0 |
1102 | 2024-11-06T07:54:08.652Z | Downloaded bb8 v0.8.5 |
1103 | 2024-11-06T07:54:08.655Z | Downloaded bit-set v0.5.3 |
1104 | 2024-11-06T07:54:08.655Z | Downloaded base16ct v0.2.0 |
1105 | 2024-11-06T07:54:08.657Z | Downloaded assert_matches v1.5.0 |
1106 | 2024-11-06T07:54:08.657Z | Downloaded bitfield v0.14.0 |
1107 | 2024-11-06T07:54:08.657Z | Downloaded managed v0.8.0 |
1108 | 2024-11-06T07:54:08.659Z | Downloaded keccak v0.1.5 |
1109 | 2024-11-06T07:54:08.659Z | Downloaded csv-core v0.1.11 |
1110 | 2024-11-06T07:54:08.662Z | Downloaded curve25519-dalek-derive v0.1.1 |
1111 | 2024-11-06T07:54:08.662Z | Downloaded ciborium v0.2.2 |
1112 | 2024-11-06T07:54:08.664Z | Downloaded base64ct v1.6.0 |
1113 | 2024-11-06T07:54:08.667Z | Downloaded bitfield-struct v0.6.2 |
1114 | 2024-11-06T07:54:08.667Z | Downloaded matches v0.1.10 |
1115 | 2024-11-06T07:54:08.669Z | Downloaded is_ci v1.2.0 |
1116 | 2024-11-06T07:54:08.669Z | Downloaded cexpr v0.6.0 |
1117 | 2024-11-06T07:54:08.672Z | Downloaded castaway v0.2.3 |
1118 | 2024-11-06T07:54:08.672Z | Downloaded blowfish v0.9.1 |
1119 | 2024-11-06T07:54:08.679Z | Downloaded async-recursion v1.1.1 |
1120 | 2024-11-06T07:54:08.679Z | Downloaded argon2 v0.5.3 |
1121 | 2024-11-06T07:54:09.135Z | Downloaded ring v0.17.8 |
1122 | 2024-11-06T07:54:09.311Z | Downloaded libsqlite3-sys v0.30.1 |
1123 | 2024-11-06T07:54:09.390Z | Downloaded ring v0.16.20 |
1124 | 2024-11-06T07:54:09.571Z | Compiling serde v1.0.210 |
1125 | 2024-11-06T07:54:09.573Z | Compiling typenum v1.17.0 |
1126 | 2024-11-06T07:54:09.573Z | Compiling lock_api v0.4.12 |
1127 | 2024-11-06T07:54:09.573Z | Compiling generic-array v0.14.7 |
1128 | 2024-11-06T07:54:09.573Z | Compiling scopeguard v1.2.0 |
1129 | 2024-11-06T07:54:09.743Z | Compiling subtle v2.6.1 |
1130 | 2024-11-06T07:54:09.791Z | Compiling syn v2.0.79 |
1131 | 2024-11-06T07:54:09.805Z | Compiling getrandom v0.2.15 |
1132 | 2024-11-06T07:54:09.912Z | Compiling value-bag v1.9.0 |
1133 | 2024-11-06T07:54:10.120Z | Compiling rand_core v0.6.4 |
1134 | 2024-11-06T07:54:10.204Z | Compiling const-oid v0.9.6 |
1135 | 2024-11-06T07:54:10.222Z | Compiling jobserver v0.1.32 |
1136 | 2024-11-06T07:54:10.314Z | Compiling shlex v1.3.0 |
1137 | 2024-11-06T07:54:10.555Z | Compiling log v0.4.22 |
1138 | 2024-11-06T07:54:10.671Z | Compiling cc v1.1.30 |
1139 | 2024-11-06T07:54:10.690Z | Compiling pin-project-lite v0.2.14 |
1140 | 2024-11-06T07:54:10.739Z | Compiling smallvec v1.13.2 |
1141 | 2024-11-06T07:54:10.824Z | Compiling parking_lot_core v0.9.10 |
1142 | 2024-11-06T07:54:11.140Z | Compiling futures-core v0.3.31 |
1143 | 2024-11-06T07:54:11.158Z | Compiling signal-hook-registry v1.4.2 |
1144 | 2024-11-06T07:54:11.406Z | Compiling mio v1.0.2 |
1145 | 2024-11-06T07:54:11.472Z | Compiling cpufeatures v0.2.14 |
1146 | 2024-11-06T07:54:11.577Z | Compiling futures-sink v0.3.31 |
1147 | 2024-11-06T07:54:11.743Z | Compiling parking_lot v0.12.3 |
1148 | 2024-11-06T07:54:11.994Z | Compiling spin v0.9.8 |
1149 | 2024-11-06T07:54:12.013Z | Compiling socket2 v0.5.7 |
1150 | 2024-11-06T07:54:12.227Z | Compiling slab v0.4.9 |
1151 | 2024-11-06T07:54:12.416Z | Compiling serde_json v1.0.128 |
1152 | 2024-11-06T07:54:12.542Z | Compiling futures-channel v0.3.31 |
1153 | 2024-11-06T07:54:12.595Z | Compiling futures-io v0.3.31 |
1154 | 2024-11-06T07:54:12.700Z | Compiling pin-utils v0.1.0 |
1155 | 2024-11-06T07:54:12.772Z | Compiling futures-task v0.3.31 |
1156 | 2024-11-06T07:54:12.792Z | Compiling allocator-api2 v0.2.18 |
1157 | 2024-11-06T07:54:12.912Z | Compiling foldhash v0.1.3 |
1158 | 2024-11-06T07:54:13.003Z | Compiling tinyvec_macros v0.1.1 |
1159 | 2024-11-06T07:54:13.026Z | Compiling libm v0.2.8 |
1160 | 2024-11-06T07:54:13.055Z | Compiling pkg-config v0.3.31 |
1161 | 2024-11-06T07:54:13.090Z | Compiling num-traits v0.2.19 |
1162 | 2024-11-06T07:54:13.107Z | Compiling tinyvec v1.8.0 |
1163 | 2024-11-06T07:54:13.251Z | Compiling unicode-bidi v0.3.17 |
1164 | 2024-11-06T07:54:13.606Z | Compiling hashbrown v0.15.0 |
1165 | 2024-11-06T07:54:13.644Z | Compiling base64ct v1.6.0 |
1166 | 2024-11-06T07:54:14.213Z | Compiling pem-rfc7468 v0.7.0 |
1167 | 2024-11-06T07:54:14.649Z | Compiling unicode-normalization v0.1.24 |
1168 | 2024-11-06T07:54:14.671Z | Compiling httparse v1.9.5 |
1169 | 2024-11-06T07:54:14.782Z | Compiling flagset v0.4.6 |
1170 | 2024-11-06T07:54:14.845Z | Compiling ring v0.17.8 |
1171 | 2024-11-06T07:54:14.934Z | Compiling tracing-core v0.1.32 |
1172 | 2024-11-06T07:54:14.981Z | Compiling rustls-pki-types v1.9.0 |
1173 | 2024-11-06T07:54:14.999Z | Compiling percent-encoding v2.3.1 |
1174 | 2024-11-06T07:54:15.366Z | Compiling crossbeam-utils v0.8.20 |
1175 | 2024-11-06T07:54:15.756Z | Compiling vcpkg v0.2.15 |
1176 | 2024-11-06T07:54:15.990Z | Compiling powerfmt v0.2.0 |
1177 | 2024-11-06T07:54:16.052Z | Compiling time-core v0.1.2 |
1178 | 2024-11-06T07:54:16.212Z | Compiling untrusted v0.9.0 |
1179 | 2024-11-06T07:54:16.231Z | Compiling num-conv v0.1.0 |
1180 | 2024-11-06T07:54:16.327Z | Compiling deranged v0.3.11 |
1181 | 2024-11-06T07:54:16.373Z | Compiling atomic-waker v1.1.2 |
1182 | 2024-11-06T07:54:16.498Z | Compiling time-macros v0.2.18 |
1183 | 2024-11-06T07:54:16.530Z | Compiling num_threads v0.1.7 |
1184 | 2024-11-06T07:54:16.550Z | Compiling form_urlencoded v1.2.1 |
1185 | 2024-11-06T07:54:16.660Z | Compiling slog v2.7.0 |
1186 | 2024-11-06T07:54:16.834Z | Compiling rustix v0.38.37 |
1187 | 2024-11-06T07:54:17.167Z | Compiling try-lock v0.2.5 |
1188 | 2024-11-06T07:54:17.303Z | Compiling want v0.3.1 |
1189 | 2024-11-06T07:54:17.591Z | Compiling httpdate v1.0.3 |
1190 | 2024-11-06T07:54:17.713Z | Compiling openssl-sys v0.9.103 |
1191 | 2024-11-06T07:54:17.734Z | Compiling idna v0.5.0 |
1192 | 2024-11-06T07:54:18.022Z | Compiling rustversion v1.0.17 |
1193 | 2024-11-06T07:54:18.142Z | Compiling openssl v0.10.66 |
1194 | 2024-11-06T07:54:18.412Z | Compiling match_cfg v0.1.0 |
1195 | 2024-11-06T07:54:18.511Z | Compiling adler2 v2.0.0 |
1196 | 2024-11-06T07:54:18.542Z | Compiling iana-time-zone v0.1.61 |
1197 | 2024-11-06T07:54:18.711Z | Compiling base64 v0.22.1 |
1198 | 2024-11-06T07:54:18.730Z | Compiling foreign-types-shared v0.1.1 |
1199 | 2024-11-06T07:54:18.851Z | Compiling tower-service v0.3.3 |
1200 | 2024-11-06T07:54:18.999Z | Compiling foreign-types v0.3.2 |
1201 | 2024-11-06T07:54:19.091Z | Compiling miniz_oxide v0.8.0 |
1202 | 2024-11-06T07:54:19.111Z | Compiling url v2.5.2 |
1203 | 2024-11-06T07:54:19.217Z | Compiling hostname v0.3.1 |
1204 | 2024-11-06T07:54:19.396Z | Compiling dirs-sys-next v0.1.2 |
1205 | 2024-11-06T07:54:19.432Z | Compiling aho-corasick v1.1.3 |
1206 | 2024-11-06T07:54:19.451Z | Compiling time v0.3.36 |
1207 | 2024-11-06T07:54:20.039Z | Compiling rustls v0.22.4 |
1208 | 2024-11-06T07:54:20.276Z | Compiling regex-syntax v0.8.5 |
1209 | 2024-11-06T07:54:20.304Z | Compiling native-tls v0.2.12 |
1210 | 2024-11-06T07:54:20.494Z | Compiling syn v1.0.109 |
1211 | 2024-11-06T07:54:20.623Z | Compiling data-encoding v2.6.0 |
1212 | 2024-11-06T07:54:20.803Z | Compiling rustls v0.23.14 |
1213 | 2024-11-06T07:54:21.065Z | Compiling siphasher v0.3.11 |
1214 | 2024-11-06T07:54:21.189Z | Compiling dirs-next v2.0.0 |
1215 | 2024-11-06T07:54:21.406Z | Compiling serde_derive_internals v0.29.1 |
1216 | 2024-11-06T07:54:22.766Z | Compiling crossbeam-epoch v0.9.18 |
1217 | 2024-11-06T07:54:22.785Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1218 | 2024-11-06T07:54:23.276Z | Compiling lazy_static v1.5.0 |
1219 | 2024-11-06T07:54:23.305Z | Compiling serde_derive v1.0.210 |
1220 | 2024-11-06T07:54:23.400Z | Compiling zeroize_derive v1.4.2 |
1221 | 2024-11-06T07:54:23.471Z | Compiling zerocopy-derive v0.7.35 |
1222 | 2024-11-06T07:54:23.959Z | Compiling tokio-macros v2.4.0 |
1223 | 2024-11-06T07:54:24.335Z | Compiling thiserror-impl v1.0.64 |
1224 | 2024-11-06T07:54:24.578Z | Compiling futures-macro v0.3.31 |
1225 | 2024-11-06T07:54:24.962Z | Compiling zeroize v1.8.1 |
1226 | 2024-11-06T07:54:25.498Z | Compiling der_derive v0.7.3 |
1227 | 2024-11-06T07:54:25.530Z | Compiling tracing-attributes v0.1.27 |
1228 | 2024-11-06T07:54:25.648Z | Compiling zerocopy v0.7.35 |
1229 | 2024-11-06T07:54:26.552Z | Compiling scroll_derive v0.12.0 |
1230 | 2024-11-06T07:54:26.568Z | Compiling futures-util v0.3.31 |
1231 | 2024-11-06T07:54:26.889Z | Compiling crypto-common v0.1.6 |
1232 | 2024-11-06T07:54:27.129Z | Compiling block-buffer v0.10.4 |
1233 | 2024-11-06T07:54:27.259Z | Compiling block-padding v0.3.3 |
1234 | 2024-11-06T07:54:27.379Z | Compiling digest v0.10.7 |
1235 | 2024-11-06T07:54:27.475Z | Compiling thiserror v1.0.64 |
1236 | 2024-11-06T07:54:27.495Z | Compiling inout v0.1.3 |
1237 | 2024-11-06T07:54:27.612Z | Compiling ppv-lite86 v0.2.20 |
1238 | 2024-11-06T07:54:27.772Z | Compiling cipher v0.4.4 |
1239 | 2024-11-06T07:54:27.843Z | Compiling hmac v0.12.1 |
1240 | 2024-11-06T07:54:27.863Z | Compiling sha2 v0.10.8 |
1241 | 2024-11-06T07:54:27.936Z | Compiling der v0.7.9 |
1242 | 2024-11-06T07:54:28.090Z | Compiling pbkdf2 v0.12.2 |
1243 | 2024-11-06T07:54:28.261Z | Compiling salsa20 v0.10.2 |
1244 | 2024-11-06T07:54:28.298Z | Compiling pest v2.7.14 |
1245 | 2024-11-06T07:54:28.480Z | Compiling rand_chacha v0.3.1 |
1246 | 2024-11-06T07:54:28.499Z | Compiling scrypt v0.11.0 |
1247 | 2024-11-06T07:54:29.012Z | Compiling tracing v0.1.40 |
1248 | 2024-11-06T07:54:29.030Z | Compiling rand v0.8.5 |
1249 | 2024-11-06T07:54:29.498Z | Compiling cbc v0.1.2 |
1250 | 2024-11-06T07:54:29.762Z | Compiling aes v0.8.4 |
1251 | 2024-11-06T07:54:30.802Z | Compiling spki v0.7.3 |
1252 | 2024-11-06T07:54:31.146Z | Compiling pest_meta v2.7.14 |
1253 | 2024-11-06T07:54:31.242Z | Compiling pkcs5 v0.7.1 |
1254 | 2024-11-06T07:54:31.277Z | Compiling scroll v0.12.0 |
1255 | 2024-11-06T07:54:31.405Z | Compiling rustls-webpki v0.102.8 |
1256 | 2024-11-06T07:54:31.501Z | Compiling async-trait v0.1.83 |
1257 | 2024-11-06T07:54:31.848Z | Compiling pkcs8 v0.10.2 |
1258 | 2024-11-06T07:54:32.371Z | Compiling pest_generator v2.7.14 |
1259 | 2024-11-06T07:54:32.547Z | Compiling goblin v0.8.2 |
1260 | 2024-11-06T07:54:32.599Z | Compiling openssl-macros v0.1.1 |
1261 | 2024-11-06T07:54:33.158Z | Compiling sha1 v0.10.6 |
1262 | 2024-11-06T07:54:33.366Z | Compiling signature v2.2.0 |
1263 | 2024-11-06T07:54:33.386Z | Compiling regex-automata v0.4.8 |
1264 | 2024-11-06T07:54:33.555Z | Compiling thread_local v1.1.8 |
1265 | 2024-11-06T07:54:33.655Z | Compiling encoding_rs v0.8.34 |
1266 | 2024-11-06T07:54:34.082Z | Compiling multer v3.1.0 |
1267 | 2024-11-06T07:54:34.113Z | Compiling cookie v0.18.1 |
1268 | 2024-11-06T07:54:34.213Z | Compiling rayon-core v1.12.1 |
1269 | 2024-11-06T07:54:34.373Z | Compiling openssl-probe v0.1.5 |
1270 | 2024-11-06T07:54:34.415Z | Compiling signal-hook v0.3.17 |
1271 | 2024-11-06T07:54:34.502Z | Compiling paste v1.0.15 |
1272 | 2024-11-06T07:54:34.707Z | Compiling slog-async v2.8.0 |
1273 | 2024-11-06T07:54:34.741Z | Compiling schemars v0.8.21 |
1274 | 2024-11-06T07:54:35.044Z | Compiling unicode-properties v0.1.3 |
1275 | 2024-11-06T07:54:35.087Z | Compiling mime v0.3.17 |
1276 | 2024-11-06T07:54:35.256Z | Compiling either v1.13.0 |
1277 | 2024-11-06T07:54:35.453Z | Compiling ipnet v2.10.1 |
1278 | 2024-11-06T07:54:35.692Z | Compiling gimli v0.31.1 |
1279 | 2024-11-06T07:54:35.695Z | Compiling stringprep v0.1.5 |
1280 | 2024-11-06T07:54:35.829Z | Compiling pest_derive v2.7.14 |
1281 | 2024-11-06T07:54:36.662Z | Compiling dtrace-parser v0.2.0 |
1282 | 2024-11-06T07:54:36.923Z | Compiling futures-executor v0.3.31 |
1283 | 2024-11-06T07:54:37.459Z | Compiling bytes v1.7.2 |
1284 | 2024-11-06T07:54:37.819Z | Compiling indexmap v2.6.0 |
1285 | 2024-11-06T07:54:38.676Z | Compiling tokio v1.40.0 |
1286 | 2024-11-06T07:54:38.763Z | Compiling http v1.1.0 |
1287 | 2024-11-06T07:54:39.404Z | Compiling bitflags v2.6.0 |
1288 | 2024-11-06T07:54:39.856Z | Compiling semver v1.0.23 |
1289 | 2024-11-06T07:54:40.615Z | Compiling rustc_version v0.4.1 |
1290 | 2024-11-06T07:54:40.660Z | Compiling http-body v1.0.1 |
1291 | 2024-11-06T07:54:40.918Z | Compiling dof v0.3.0 |
1292 | 2024-11-06T07:54:41.189Z | Compiling toml_datetime v0.6.8 |
1293 | 2024-11-06T07:54:41.366Z | Compiling uuid v1.10.0 |
1294 | 2024-11-06T07:54:41.690Z | Compiling serde_tokenstream v0.2.2 |
1295 | 2024-11-06T07:54:42.279Z | Compiling serde_spanned v0.6.8 |
1296 | 2024-11-06T07:54:42.377Z | Compiling usdt-impl v0.5.0 |
1297 | 2024-11-06T07:54:42.512Z | Compiling chrono v0.4.38 |
1298 | 2024-11-06T07:54:42.844Z | Compiling heapless v0.7.17 |
1299 | 2024-11-06T07:54:42.971Z | Compiling http-body-util v0.1.2 |
1300 | 2024-11-06T07:54:43.522Z | Compiling toml_edit v0.22.22 |
1301 | 2024-11-06T07:54:43.891Z | Compiling usdt-attr-macro v0.5.0 |
1302 | 2024-11-06T07:54:45.420Z | Compiling usdt-macro v0.5.0 |
1303 | 2024-11-06T07:54:45.490Z | Compiling curve25519-dalek v4.1.3 |
1304 | 2024-11-06T07:54:46.129Z | Compiling addr2line v0.24.2 |
1305 | 2024-11-06T07:54:46.158Z | Compiling slog-json v2.6.1 |
1306 | 2024-11-06T07:54:46.192Z | Compiling serde_urlencoded v0.7.1 |
1307 | 2024-11-06T07:54:46.606Z | Compiling md-5 v0.10.6 |
1308 | 2024-11-06T07:54:46.736Z | Compiling schemars_derive v0.8.21 |
1309 | 2024-11-06T07:54:46.799Z | Compiling enum-as-inner v0.6.1 |
1310 | 2024-11-06T07:54:46.869Z | Compiling async-stream-impl v0.3.6 |
1311 | 2024-11-06T07:54:47.750Z | Compiling tokio-util v0.7.12 |
1312 | 2024-11-06T07:54:48.210Z | Compiling crossbeam-deque v0.8.5 |
1313 | 2024-11-06T07:54:48.553Z | Compiling term v0.7.0 |
1314 | 2024-11-06T07:54:49.125Z | Compiling h2 v0.4.6 |
1315 | 2024-11-06T07:54:50.059Z | Compiling crossbeam-channel v0.5.13 |
1316 | 2024-11-06T07:54:50.380Z | Compiling num-integer v0.1.46 |
1317 | 2024-11-06T07:54:51.172Z | Compiling rustls-pemfile v2.2.0 |
1318 | 2024-11-06T07:54:51.224Z | Compiling idna v0.3.0 |
1319 | 2024-11-06T07:54:51.278Z | Compiling idna v0.4.0 |
1320 | 2024-11-06T07:54:51.493Z | Compiling hash32 v0.2.1 |
1321 | 2024-11-06T07:54:51.851Z | Compiling ff v0.13.0 |
1322 | 2024-11-06T07:54:51.888Z | Compiling is-terminal v0.4.13 |
1323 | 2024-11-06T07:54:52.022Z | Compiling dropshot v0.12.0 |
1324 | 2024-11-06T07:54:52.073Z | Compiling object v0.36.5 |
1325 | 2024-11-06T07:54:52.320Z | Compiling rustc-demangle v0.1.24 |
1326 | 2024-11-06T07:54:52.802Z | Compiling take_mut v0.2.2 |
1327 | 2024-11-06T07:54:52.879Z | Compiling quick-error v1.2.3 |
1328 | 2024-11-06T07:54:52.966Z | Compiling base16ct v0.2.0 |
1329 | 2024-11-06T07:54:53.027Z | Compiling stable_deref_trait v1.2.0 |
1330 | 2024-11-06T07:54:53.092Z | Compiling num-bigint-dig v0.8.4 |
1331 | 2024-11-06T07:54:53.136Z | Compiling dyn-clone v1.0.17 |
1332 | 2024-11-06T07:54:53.252Z | Compiling fallible-iterator v0.2.0 |
1333 | 2024-11-06T07:54:53.272Z | Compiling psl-types v2.0.11 |
1334 | 2024-11-06T07:54:53.340Z | Compiling linked-hash-map v0.5.6 |
1335 | 2024-11-06T07:54:53.395Z | Compiling utf-8 v0.7.6 |
1336 | 2024-11-06T07:54:53.463Z | Compiling anyhow v1.0.92 |
1337 | 2024-11-06T07:54:53.694Z | Compiling portable-atomic v1.9.0 |
1338 | 2024-11-06T07:54:53.719Z | Compiling smoltcp v0.9.1 |
1339 | 2024-11-06T07:54:53.940Z | Compiling postgres-protocol v0.6.7 |
1340 | 2024-11-06T07:54:54.449Z | Compiling lru-cache v0.1.2 |
1341 | 2024-11-06T07:54:54.472Z | Compiling tungstenite v0.24.0 |
1342 | 2024-11-06T07:54:54.635Z | Compiling publicsuffix v2.2.3 |
1343 | 2024-11-06T07:54:54.902Z | Compiling sec1 v0.7.3 |
1344 | 2024-11-06T07:54:55.458Z | Compiling resolv-conf v0.7.0 |
1345 | 2024-11-06T07:54:56.195Z | Compiling hyper v1.4.1 |
1346 | 2024-11-06T07:54:56.730Z | Compiling tokio-rustls v0.26.0 |
1347 | 2024-11-06T07:54:57.275Z | Compiling hickory-proto v0.24.1 |
1348 | 2024-11-06T07:54:57.642Z | Compiling group v0.13.0 |
1349 | 2024-11-06T07:54:57.962Z | Compiling slog-term v2.9.1 |
1350 | 2024-11-06T07:54:58.475Z | Compiling usdt v0.5.0 |
1351 | 2024-11-06T07:54:58.953Z | Compiling hyper-util v0.1.9 |
1352 | 2024-11-06T07:54:59.172Z | Compiling num-iter v0.1.45 |
1353 | 2024-11-06T07:54:59.321Z | Compiling tokio-native-tls v0.3.1 |
1354 | 2024-11-06T07:54:59.503Z | Compiling backtrace v0.3.74 |
1355 | 2024-11-06T07:54:59.803Z | Compiling async-stream v0.3.6 |
1356 | 2024-11-06T07:55:00.121Z | Compiling tokio-rustls v0.25.0 |
1357 | 2024-11-06T07:55:00.206Z | Compiling toml v0.8.19 |
1358 | 2024-11-06T07:55:00.240Z | Compiling slog-bunyan v2.5.0 |
1359 | 2024-11-06T07:55:00.567Z | Compiling terminal_size v0.4.0 |
1360 | 2024-11-06T07:55:00.587Z | Compiling dropshot_endpoint v0.12.0 |
1361 | 2024-11-06T07:55:01.356Z | Compiling openapiv3 v2.0.0 |
1362 | 2024-11-06T07:55:01.802Z | Compiling futures v0.3.31 |
1363 | 2024-11-06T07:55:01.914Z | Compiling camino v1.1.9 |
1364 | 2024-11-06T07:55:01.930Z | Compiling serde_path_to_error v0.1.16 |
1365 | 2024-11-06T07:55:01.950Z | Compiling hubpack_derive v0.1.1 |
1366 | 2024-11-06T07:55:02.843Z | Compiling hkdf v0.12.4 |
1367 | 2024-11-06T07:55:02.896Z | Compiling crypto-bigint v0.5.5 |
1368 | 2024-11-06T07:55:03.106Z | Compiling zerocopy-derive v0.6.6 |
1369 | 2024-11-06T07:55:03.291Z | Compiling curve25519-dalek-derive v0.1.1 |
1370 | 2024-11-06T07:55:03.748Z | Compiling phf_shared v0.11.2 |
1371 | 2024-11-06T07:55:03.969Z | Compiling waitgroup v0.1.2 |
1372 | 2024-11-06T07:55:04.151Z | Compiling webpki-roots v0.26.6 |
1373 | 2024-11-06T07:55:04.200Z | Compiling hostname v0.4.0 |
1374 | 2024-11-06T07:55:04.366Z | Compiling crc32fast v1.4.2 |
1375 | 2024-11-06T07:55:04.453Z | Compiling ahash v0.8.11 |
1376 | 2024-11-06T07:55:04.719Z | Compiling fs-err v2.11.0 |
1377 | 2024-11-06T07:55:04.762Z | Compiling debug-ignore v1.0.5 |
1378 | 2024-11-06T07:55:04.838Z | Compiling managed v0.8.0 |
1379 | 2024-11-06T07:55:04.909Z | Compiling winnow v0.5.40 |
1380 | 2024-11-06T07:55:05.022Z | Compiling bitflags v1.3.2 |
1381 | 2024-11-06T07:55:05.134Z | Compiling clap_builder v4.5.20 |
1382 | 2024-11-06T07:55:05.170Z | Compiling zerocopy v0.6.6 |
1383 | 2024-11-06T07:55:05.189Z | Compiling strum_macros v0.25.3 |
1384 | 2024-11-06T07:55:06.049Z | Compiling elliptic-curve v0.13.8 |
1385 | 2024-11-06T07:55:06.975Z | Compiling console v0.15.8 |
1386 | 2024-11-06T07:55:07.376Z | Compiling flate2 v1.0.34 |
1387 | 2024-11-06T07:55:08.327Z | Compiling hyper-rustls v0.27.3 |
1388 | 2024-11-06T07:55:08.480Z | Compiling toml_edit v0.19.15 |
1389 | 2024-11-06T07:55:08.766Z | Compiling phf v0.11.2 |
1390 | 2024-11-06T07:55:08.945Z | Compiling signal-hook-mio v0.2.4 |
1391 | 2024-11-06T07:55:09.039Z | Compiling hubpack v0.1.2 |
1392 | 2024-11-06T07:55:09.058Z | Compiling hickory-resolver v0.24.1 |
1393 | 2024-11-06T07:55:09.061Z | Compiling cookie_store v0.21.0 |
1394 | 2024-11-06T07:55:09.098Z | Compiling hyper-tls v0.6.0 |
1395 | 2024-11-06T07:55:09.472Z | Compiling rayon v1.10.0 |
1396 | 2024-11-06T07:55:10.435Z | Compiling bzip2 v0.4.4 |
1397 | 2024-11-06T07:55:10.816Z | Compiling tokio-tungstenite v0.24.0 |
1398 | 2024-11-06T07:55:12.724Z | Compiling postgres-types v0.2.8 |
1399 | 2024-11-06T07:55:13.874Z | Compiling tokio-stream v0.1.16 |
1400 | 2024-11-06T07:55:14.226Z | Compiling regex v1.11.0 |
1401 | 2024-11-06T07:55:14.440Z | Compiling bstr v1.10.0 |
1402 | 2024-11-06T07:55:14.944Z | Compiling serde-big-array v0.5.1 |
1403 | 2024-11-06T07:55:14.966Z | Compiling ed25519 v2.2.3 |
1404 | 2024-11-06T07:55:15.185Z | Compiling pkcs1 v0.7.5 |
1405 | 2024-11-06T07:55:15.269Z | Compiling rfc6979 v0.4.0 |
1406 | 2024-11-06T07:55:15.322Z | Compiling clap_derive v4.5.18 |
1407 | 2024-11-06T07:55:15.389Z | Compiling derive-where v1.2.7 |
1408 | 2024-11-06T07:55:15.463Z | Compiling serde_repr v0.1.19 |
1409 | 2024-11-06T07:55:16.008Z | Compiling phf_shared v0.10.0 |
1410 | 2024-11-06T07:55:16.141Z | Compiling float-cmp v0.9.0 |
1411 | 2024-11-06T07:55:16.183Z | Compiling sync_wrapper v1.0.1 |
1412 | 2024-11-06T07:55:16.341Z | Compiling static_assertions v1.1.0 |
1413 | 2024-11-06T07:55:16.366Z | Compiling predicates-core v1.0.8 |
1414 | 2024-11-06T07:55:16.412Z | Compiling fixedbitset v0.4.2 |
1415 | 2024-11-06T07:55:16.446Z | Compiling difflib v0.4.0 |
1416 | 2024-11-06T07:55:16.606Z | Compiling whoami v1.5.2 |
1417 | 2024-11-06T07:55:16.717Z | Compiling number_prefix v0.4.0 |
1418 | 2024-11-06T07:55:16.758Z | Compiling precomputed-hash v0.1.1 |
1419 | 2024-11-06T07:55:16.857Z | Compiling bit-vec v0.6.3 |
1420 | 2024-11-06T07:55:16.880Z | Compiling unicode-segmentation v1.12.0 |
1421 | 2024-11-06T07:55:16.949Z | Compiling new_debug_unreachable v1.0.6 |
1422 | 2024-11-06T07:55:17.050Z | Compiling normalize-line-endings v0.3.0 |
1423 | 2024-11-06T07:55:17.182Z | Compiling minimal-lexical v0.2.1 |
1424 | 2024-11-06T07:55:17.240Z | Compiling bit-set v0.5.3 |
1425 | 2024-11-06T07:55:17.316Z | Compiling predicates v3.1.2 |
1426 | 2024-11-06T07:55:17.540Z | Compiling string_cache v0.8.7 |
1427 | 2024-11-06T07:55:17.694Z | Compiling nom v7.1.3 |
1428 | 2024-11-06T07:55:17.762Z | Compiling similar v2.6.0 |
1429 | 2024-11-06T07:55:17.966Z | Compiling indicatif v0.17.8 |
1430 | 2024-11-06T07:55:17.986Z | Compiling tokio-postgres v0.7.12 |
1431 | 2024-11-06T07:55:18.726Z | Compiling qorb v0.2.0 |
1432 | 2024-11-06T07:55:19.026Z | Compiling petgraph v0.6.5 |
1433 | 2024-11-06T07:55:19.962Z | Compiling clap v4.5.20 |
1434 | 2024-11-06T07:55:20.077Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1435 | 2024-11-06T07:55:20.099Z | Compiling reqwest v0.12.8 |
1436 | 2024-11-06T07:55:20.202Z | Compiling rsa v0.9.6 |
1437 | 2024-11-06T07:55:21.534Z | Compiling ecdsa v0.16.9 |
1438 | 2024-11-06T07:55:22.452Z | Compiling ed25519-dalek v2.1.1 |
1439 | 2024-11-06T07:55:23.177Z | Compiling toml v0.7.8 |
1440 | 2024-11-06T07:55:23.776Z | Compiling zip v0.6.6 |
1441 | 2024-11-06T07:55:23.797Z | Compiling crossterm v0.28.1 |
1442 | 2024-11-06T07:55:25.170Z | Compiling hex v0.4.3 |
1443 | 2024-11-06T07:55:25.303Z | Compiling itertools v0.12.1 |
1444 | 2024-11-06T07:55:25.324Z | Compiling itertools v0.10.5 |
1445 | 2024-11-06T07:55:25.694Z | Compiling x509-cert v0.2.5 |
1446 | 2024-11-06T07:55:25.777Z | Compiling lalrpop-util v0.19.12 |
1447 | 2024-11-06T07:55:26.126Z | Compiling unicode-xid v0.2.6 |
1448 | 2024-11-06T07:55:26.311Z | Compiling peg-runtime v0.8.3 |
1449 | 2024-11-06T07:55:26.988Z | Compiling xattr v1.3.1 |
1450 | 2024-11-06T07:55:27.041Z | Compiling strum_macros v0.26.4 |
1451 | 2024-11-06T07:55:27.262Z | Compiling filetime v0.2.25 |
1452 | 2024-11-06T07:55:27.516Z | Compiling tar v0.4.42 |
1453 | 2024-11-06T07:55:29.849Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1454 | 2024-11-06T07:55:30.097Z | Compiling strum v0.26.3 |
1455 | 2024-11-06T07:55:30.175Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1456 | 2024-11-06T07:55:35.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1457 | 2024-11-06T07:55:35.460Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1458 | 2024-11-06T07:55:35.507Z | Nov 06 07:55:34.054 INFO Starting download, target: Clickhouse |
1459 | 2024-11-06T07:55:35.507Z | Nov 06 07:55:34.054 INFO Starting download, target: Cockroach |
1460 | 2024-11-06T07:55:35.507Z | Nov 06 07:55:34.054 INFO Starting download, target: Console |
1461 | 2024-11-06T07:55:35.507Z | Nov 06 07:55:34.054 INFO Starting download, target: DendriteOpenapi |
1462 | 2024-11-06T07:55:35.510Z | Nov 06 07:55:34.054 INFO Starting download, target: DendriteStub |
1463 | 2024-11-06T07:55:35.510Z | Nov 06 07:55:34.054 INFO Starting download, target: MaghemiteMgd |
1464 | 2024-11-06T07:55:35.510Z | Nov 06 07:55:34.054 INFO Starting download, target: TransceiverControl |
1465 | 2024-11-06T07:55:35.510Z | Nov 06 07:55:34.054 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1466 | 2024-11-06T07:55:35.510Z | Nov 06 07:55:34.055 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1467 | 2024-11-06T07:55:35.510Z | Nov 06 07:55:34.055 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1468 | 2024-11-06T07:55:35.510Z | Nov 06 07:55:34.055 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1469 | 2024-11-06T07:55:35.510Z | Nov 06 07:55:34.055 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1470 | 2024-11-06T07:55:35.510Z | Nov 06 07:55:34.055 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1471 | 2024-11-06T07:55:35.510Z | Nov 06 07:55:34.055 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1472 | 2024-11-06T07:55:35.765Z | Nov 06 07:55:34.281 INFO Download complete, target: DendriteOpenapi |
1473 | 2024-11-06T07:55:35.928Z | Nov 06 07:55:34.454 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1474 | 2024-11-06T07:55:36.083Z | Nov 06 07:55:34.626 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1475 | 2024-11-06T07:55:36.439Z | Nov 06 07:55:34.970 INFO Download complete, target: Console |
1476 | 2024-11-06T07:55:36.515Z | Nov 06 07:55:35.060 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1477 | 2024-11-06T07:55:36.525Z | Nov 06 07:55:35.070 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1478 | 2024-11-06T07:55:36.592Z | Nov 06 07:55:35.136 INFO Download complete, target: TransceiverControl |
1479 | 2024-11-06T07:55:37.069Z | Nov 06 07:55:35.615 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1480 | 2024-11-06T07:55:37.069Z | Nov 06 07:55:35.615 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1481 | 2024-11-06T07:55:37.396Z | Nov 06 07:55:35.942 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1482 | 2024-11-06T07:55:39.266Z | Nov 06 07:55:37.812 INFO Download complete, target: DendriteStub |
1483 | 2024-11-06T07:55:39.343Z | Nov 06 07:55:37.889 INFO Download complete, target: MaghemiteMgd |
1484 | 2024-11-06T07:55:44.478Z | Nov 06 07:55:43.023 INFO Checking that binary works, target: Cockroach |
1485 | 2024-11-06T07:55:44.638Z | Nov 06 07:55:43.183 INFO Download complete, target: Cockroach |
1486 | 2024-11-06T07:55:49.682Z | Nov 06 07:55:48.227 INFO Checking that binary works, target: Clickhouse |
1487 | 2024-11-06T07:55:49.831Z | Nov 06 07:55:48.376 INFO Download complete, target: Clickhouse |
1488 | 2024-11-06T07:55:49.853Z | All builder prerequisites installed successfully, and PATH looks valid |
1489 | 2024-11-06T07:55:49.856Z | |
1490 | 2024-11-06T07:55:49.856Z | real 3:50.790313161 |
1491 | 2024-11-06T07:55:49.856Z | user 12:14.962232406 |
1492 | 2024-11-06T07:55:49.856Z | sys 2:41.935640352 |
1493 | 2024-11-06T07:55:49.856Z | trap 0.443271177 |
1494 | 2024-11-06T07:55:49.856Z | tflt 1.247360155 |
1495 | 2024-11-06T07:55:49.856Z | dflt 1.365516626 |
1496 | 2024-11-06T07:55:49.856Z | kflt 0.026432048 |
1497 | 2024-11-06T07:55:49.856Z | lock 21:52.392780844 |
1498 | 2024-11-06T07:55:49.856Z | slp 47:19.302456438 |
1499 | 2024-11-06T07:55:49.856Z | lat 47.549534033 |
1500 | 2024-11-06T07:55:49.856Z | stop 2:02.305718944 |
1501 | 2024-11-06T07:55:49.856Z | + banner hack-check |
1502 | 2024-11-06T07:55:49.859Z | |
1503 | 2024-11-06T07:55:49.859Z | # # ## #### # # #### # # ###### #### # # |
1504 | 2024-11-06T07:55:49.859Z | # # # # # # # # # # # # # # # # # |
1505 | 2024-11-06T07:55:49.859Z | ###### # # # #### ##### # ###### ##### # #### |
1506 | 2024-11-06T07:55:49.859Z | # # ###### # # # # # # # # # # |
1507 | 2024-11-06T07:55:49.859Z | # # # # # # # # # # # # # # # # # |
1508 | 2024-11-06T07:55:49.859Z | # # # # #### # # #### # # ###### #### # # |
1509 | 2024-11-06T07:55:49.859Z | |
1510 | 2024-11-06T07:55:49.859Z | + export CARGO_INCREMENTAL=0 |
1511 | 2024-11-06T07:55:49.859Z | + CARGO_INCREMENTAL=0 |
1512 | 2024-11-06T07:55:49.859Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1513 | 2024-11-06T07:55:50.364Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1514 | 2024-11-06T07:55:53.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
1515 | 2024-11-06T07:55:53.848Z | Running `target/debug/xtask check-features --ci` |
1516 | 2024-11-06T07:55:53.869Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1517 | 2024-11-06T07:55:53.869Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1518 | 2024-11-06T07:55:54.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1519 | 2024-11-06T07:55:54.319Z | Running `target/debug/xtask download cargo-hack` |
1520 | 2024-11-06T07:55:55.088Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1521 | 2024-11-06T07:55:55.460Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1522 | 2024-11-06T07:55:59.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
1523 | 2024-11-06T07:56:00.022Z | Running `target/debug/xtask-downloader cargo-hack` |
1524 | 2024-11-06T07:56:00.056Z | Nov 06 07:55:58.599 INFO Starting download, target: CargoHack |
1525 | 2024-11-06T07:56:00.058Z | Nov 06 07:55:58.600 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1526 | 2024-11-06T07:56:00.725Z | Nov 06 07:55:59.269 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1527 | 2024-11-06T07:56:00.814Z | Nov 06 07:55:59.357 INFO Download complete, target: CargoHack |
1528 | 2024-11-06T07:56:00.817Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1529 | 2024-11-06T07:56:00.833Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1530 | 2024-11-06T07:56:00.998Z | info: running `cargo check --bins` on api_identity (1/168) |
1531 | 2024-11-06T07:56:01.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1532 | 2024-11-06T07:56:01.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1533 | 2024-11-06T07:56:01.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1534 | 2024-11-06T07:56:01.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1535 | 2024-11-06T07:56:01.562Z | |
1536 | 2024-11-06T07:56:01.562Z | info: running `cargo check --bins` on bootstore (2/168) |
1537 | 2024-11-06T07:56:02.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1538 | 2024-11-06T07:56:02.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1539 | 2024-11-06T07:56:02.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1540 | 2024-11-06T07:56:02.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1541 | 2024-11-06T07:56:02.163Z | |
1542 | 2024-11-06T07:56:02.163Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/168) |
1543 | 2024-11-06T07:56:02.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1544 | 2024-11-06T07:56:02.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1545 | 2024-11-06T07:56:02.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1546 | 2024-11-06T07:56:02.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1547 | 2024-11-06T07:56:02.751Z | |
1548 | 2024-11-06T07:56:02.751Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168) |
1549 | 2024-11-06T07:56:03.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-11-06T07:56:03.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-11-06T07:56:03.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1552 | 2024-11-06T07:56:03.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1553 | 2024-11-06T07:56:03.352Z | |
1554 | 2024-11-06T07:56:03.352Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168) |
1555 | 2024-11-06T07:56:03.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1556 | 2024-11-06T07:56:03.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1557 | 2024-11-06T07:56:03.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1558 | 2024-11-06T07:56:03.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1559 | 2024-11-06T07:56:03.752Z | |
1560 | 2024-11-06T07:56:03.753Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168) |
1561 | 2024-11-06T07:56:04.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1562 | 2024-11-06T07:56:04.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1563 | 2024-11-06T07:56:04.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1564 | 2024-11-06T07:56:04.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1565 | 2024-11-06T07:56:04.155Z | |
1566 | 2024-11-06T07:56:04.155Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168) |
1567 | 2024-11-06T07:56:04.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1568 | 2024-11-06T07:56:04.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1569 | 2024-11-06T07:56:04.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1570 | 2024-11-06T07:56:04.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1571 | 2024-11-06T07:56:04.559Z | |
1572 | 2024-11-06T07:56:04.560Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168) |
1573 | 2024-11-06T07:56:04.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1574 | 2024-11-06T07:56:04.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1575 | 2024-11-06T07:56:04.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1576 | 2024-11-06T07:56:04.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1577 | 2024-11-06T07:56:04.962Z | |
1578 | 2024-11-06T07:56:04.962Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168) |
1579 | 2024-11-06T07:56:05.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1580 | 2024-11-06T07:56:05.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1581 | 2024-11-06T07:56:05.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1582 | 2024-11-06T07:56:05.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1583 | 2024-11-06T07:56:05.371Z | |
1584 | 2024-11-06T07:56:05.371Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168) |
1585 | 2024-11-06T07:56:05.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1586 | 2024-11-06T07:56:05.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1587 | 2024-11-06T07:56:05.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1588 | 2024-11-06T07:56:05.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1589 | 2024-11-06T07:56:05.773Z | |
1590 | 2024-11-06T07:56:05.773Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168) |
1591 | 2024-11-06T07:56:06.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1592 | 2024-11-06T07:56:06.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1593 | 2024-11-06T07:56:06.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1594 | 2024-11-06T07:56:06.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1595 | 2024-11-06T07:56:06.172Z | |
1596 | 2024-11-06T07:56:06.172Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168) |
1597 | 2024-11-06T07:56:06.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1598 | 2024-11-06T07:56:06.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1599 | 2024-11-06T07:56:06.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1600 | 2024-11-06T07:56:06.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1601 | 2024-11-06T07:56:06.588Z | |
1602 | 2024-11-06T07:56:06.589Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168) |
1603 | 2024-11-06T07:56:06.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1604 | 2024-11-06T07:56:06.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1605 | 2024-11-06T07:56:06.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1606 | 2024-11-06T07:56:06.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1607 | 2024-11-06T07:56:06.995Z | |
1608 | 2024-11-06T07:56:06.995Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168) |
1609 | 2024-11-06T07:56:07.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1610 | 2024-11-06T07:56:07.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1611 | 2024-11-06T07:56:07.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1612 | 2024-11-06T07:56:07.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1613 | 2024-11-06T07:56:07.398Z | |
1614 | 2024-11-06T07:56:07.398Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168) |
1615 | 2024-11-06T07:56:07.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-11-06T07:56:07.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-11-06T07:56:07.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-11-06T07:56:07.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1619 | 2024-11-06T07:56:07.800Z | |
1620 | 2024-11-06T07:56:07.800Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168) |
1621 | 2024-11-06T07:56:08.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-11-06T07:56:08.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-11-06T07:56:08.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-11-06T07:56:08.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1625 | 2024-11-06T07:56:08.196Z | |
1626 | 2024-11-06T07:56:08.196Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168) |
1627 | 2024-11-06T07:56:08.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-11-06T07:56:08.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-11-06T07:56:08.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-11-06T07:56:08.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1631 | 2024-11-06T07:56:08.597Z | |
1632 | 2024-11-06T07:56:08.597Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168) |
1633 | 2024-11-06T07:56:08.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-11-06T07:56:08.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-11-06T07:56:08.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-11-06T07:56:08.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1637 | 2024-11-06T07:56:08.995Z | |
1638 | 2024-11-06T07:56:08.995Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168) |
1639 | 2024-11-06T07:56:09.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-11-06T07:56:09.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-11-06T07:56:09.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-11-06T07:56:09.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1643 | 2024-11-06T07:56:09.396Z | |
1644 | 2024-11-06T07:56:09.396Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168) |
1645 | 2024-11-06T07:56:09.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-11-06T07:56:09.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-11-06T07:56:09.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-11-06T07:56:09.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1649 | 2024-11-06T07:56:09.796Z | |
1650 | 2024-11-06T07:56:09.796Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168) |
1651 | 2024-11-06T07:56:10.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-11-06T07:56:10.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-11-06T07:56:10.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-11-06T07:56:10.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1655 | 2024-11-06T07:56:10.209Z | |
1656 | 2024-11-06T07:56:10.209Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168) |
1657 | 2024-11-06T07:56:10.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-11-06T07:56:10.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-11-06T07:56:10.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-11-06T07:56:10.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1661 | 2024-11-06T07:56:10.618Z | |
1662 | 2024-11-06T07:56:10.618Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168) |
1663 | 2024-11-06T07:56:10.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-11-06T07:56:10.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-11-06T07:56:10.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-11-06T07:56:10.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1667 | 2024-11-06T07:56:11.021Z | |
1668 | 2024-11-06T07:56:11.021Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168) |
1669 | 2024-11-06T07:56:11.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-11-06T07:56:11.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-11-06T07:56:11.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-11-06T07:56:11.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1673 | 2024-11-06T07:56:11.416Z | |
1674 | 2024-11-06T07:56:11.416Z | info: running `cargo check --bins` on sled-hardware-types (25/168) |
1675 | 2024-11-06T07:56:11.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-11-06T07:56:11.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-11-06T07:56:11.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-11-06T07:56:11.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1679 | 2024-11-06T07:56:12.020Z | |
1680 | 2024-11-06T07:56:12.020Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/168) |
1681 | 2024-11-06T07:56:12.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-11-06T07:56:12.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-11-06T07:56:12.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-11-06T07:56:12.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1685 | 2024-11-06T07:56:12.604Z | |
1686 | 2024-11-06T07:56:12.604Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168) |
1687 | 2024-11-06T07:56:13.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-11-06T07:56:13.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-11-06T07:56:13.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-11-06T07:56:13.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1691 | 2024-11-06T07:56:13.189Z | |
1692 | 2024-11-06T07:56:13.189Z | info: running `cargo check --bins` on oxlog (28/168) |
1693 | 2024-11-06T07:56:13.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-11-06T07:56:13.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-11-06T07:56:13.758Z | Checking cfg-if v1.0.0 |
1696 | 2024-11-06T07:56:13.760Z | Checking libc v0.2.161 |
1697 | 2024-11-06T07:56:13.863Z | Checking serde v1.0.210 |
1698 | 2024-11-06T07:56:13.863Z | Checking zeroize v1.8.1 |
1699 | 2024-11-06T07:56:13.865Z | Checking memchr v2.7.4 |
1700 | 2024-11-06T07:56:13.892Z | Checking typenum v1.17.0 |
1701 | 2024-11-06T07:56:13.895Z | Checking scopeguard v1.2.0 |
1702 | 2024-11-06T07:56:13.903Z | Checking subtle v2.6.1 |
1703 | 2024-11-06T07:56:13.928Z | Checking value-bag v1.9.0 |
1704 | 2024-11-06T07:56:14.115Z | Checking itoa v1.0.11 |
1705 | 2024-11-06T07:56:14.182Z | Checking const-oid v0.9.6 |
1706 | 2024-11-06T07:56:14.312Z | Checking pin-project-lite v0.2.14 |
1707 | 2024-11-06T07:56:14.314Z | Checking log v0.4.22 |
1708 | 2024-11-06T07:56:14.438Z | Checking byteorder v1.5.0 |
1709 | 2024-11-06T07:56:14.795Z | Checking smallvec v1.13.2 |
1710 | 2024-11-06T07:56:14.812Z | Checking getrandom v0.2.15 |
1711 | 2024-11-06T07:56:14.854Z | Checking futures-core v0.3.31 |
1712 | 2024-11-06T07:56:14.870Z | Checking signal-hook-registry v1.4.2 |
1713 | 2024-11-06T07:56:15.019Z | Checking once_cell v1.20.2 |
1714 | 2024-11-06T07:56:15.036Z | Checking rand_core v0.6.4 |
1715 | 2024-11-06T07:56:15.094Z | Checking lock_api v0.4.12 |
1716 | 2024-11-06T07:56:15.109Z | Checking mio v1.0.2 |
1717 | 2024-11-06T07:56:15.125Z | Checking generic-array v0.14.7 |
1718 | 2024-11-06T07:56:15.135Z | Checking parking_lot_core v0.9.10 |
1719 | 2024-11-06T07:56:15.317Z | Checking cpufeatures v0.2.14 |
1720 | 2024-11-06T07:56:15.337Z | Checking futures-sink v0.3.31 |
1721 | 2024-11-06T07:56:15.414Z | Checking socket2 v0.5.7 |
1722 | 2024-11-06T07:56:15.483Z | Checking zerocopy v0.7.35 |
1723 | 2024-11-06T07:56:15.500Z | Checking slab v0.4.9 |
1724 | 2024-11-06T07:56:15.514Z | Checking parking_lot v0.12.3 |
1725 | 2024-11-06T07:56:15.722Z | Checking spin v0.9.8 |
1726 | 2024-11-06T07:56:15.756Z | Checking futures-channel v0.3.31 |
1727 | 2024-11-06T07:56:15.872Z | Checking pin-utils v0.1.0 |
1728 | 2024-11-06T07:56:15.913Z | Checking tinyvec_macros v0.1.1 |
1729 | 2024-11-06T07:56:15.956Z | Checking equivalent v1.0.1 |
1730 | 2024-11-06T07:56:16.010Z | Checking foldhash v0.1.3 |
1731 | 2024-11-06T07:56:16.035Z | Checking futures-io v0.3.31 |
1732 | 2024-11-06T07:56:16.035Z | Checking futures-task v0.3.31 |
1733 | 2024-11-06T07:56:16.064Z | Checking allocator-api2 v0.2.18 |
1734 | 2024-11-06T07:56:16.151Z | Checking tinyvec v1.8.0 |
1735 | 2024-11-06T07:56:16.179Z | Checking ryu v1.0.18 |
1736 | 2024-11-06T07:56:16.209Z | Checking fnv v1.0.7 |
1737 | 2024-11-06T07:56:16.261Z | Checking futures-util v0.3.31 |
1738 | 2024-11-06T07:56:16.300Z | Checking unicode-bidi v0.3.17 |
1739 | 2024-11-06T07:56:16.342Z | Checking crypto-common v0.1.6 |
1740 | 2024-11-06T07:56:16.385Z | Checking block-buffer v0.10.4 |
1741 | 2024-11-06T07:56:16.538Z | Checking block-padding v0.3.3 |
1742 | 2024-11-06T07:56:16.601Z | Checking digest v0.10.7 |
1743 | 2024-11-06T07:56:16.710Z | Checking hashbrown v0.15.0 |
1744 | 2024-11-06T07:56:16.755Z | Checking inout v0.1.3 |
1745 | 2024-11-06T07:56:16.971Z | Checking libm v0.2.8 |
1746 | 2024-11-06T07:56:16.973Z | Checking cipher v0.4.4 |
1747 | 2024-11-06T07:56:16.986Z | Checking base64ct v1.6.0 |
1748 | 2024-11-06T07:56:16.989Z | Checking hmac v0.12.1 |
1749 | 2024-11-06T07:56:17.213Z | Checking sha2 v0.10.8 |
1750 | 2024-11-06T07:56:17.380Z | Checking ppv-lite86 v0.2.20 |
1751 | 2024-11-06T07:56:17.427Z | Checking pem-rfc7468 v0.7.0 |
1752 | 2024-11-06T07:56:17.481Z | Checking unicode-normalization v0.1.24 |
1753 | 2024-11-06T07:56:17.707Z | Checking flagset v0.4.6 |
1754 | 2024-11-06T07:56:17.834Z | Checking tracing-core v0.1.32 |
1755 | 2024-11-06T07:56:17.875Z | Checking thiserror v1.0.64 |
1756 | 2024-11-06T07:56:17.891Z | Checking num-traits v0.2.19 |
1757 | 2024-11-06T07:56:17.904Z | Checking der v0.7.9 |
1758 | 2024-11-06T07:56:18.009Z | Checking rustls-pki-types v1.9.0 |
1759 | 2024-11-06T07:56:18.150Z | Checking rand_chacha v0.3.1 |
1760 | 2024-11-06T07:56:18.486Z | Checking percent-encoding v2.3.1 |
1761 | 2024-11-06T07:56:18.511Z | Checking tracing v0.1.40 |
1762 | 2024-11-06T07:56:18.548Z | Checking rand v0.8.5 |
1763 | 2024-11-06T07:56:18.593Z | Checking salsa20 v0.10.2 |
1764 | 2024-11-06T07:56:18.696Z | Checking pbkdf2 v0.12.2 |
1765 | 2024-11-06T07:56:18.815Z | Checking httparse v1.9.5 |
1766 | 2024-11-06T07:56:18.846Z | Checking powerfmt v0.2.0 |
1767 | 2024-11-06T07:56:18.868Z | Checking untrusted v0.9.0 |
1768 | 2024-11-06T07:56:18.893Z | Checking bytes v1.7.2 |
1769 | 2024-11-06T07:56:19.019Z | Checking indexmap v2.6.0 |
1770 | 2024-11-06T07:56:19.120Z | Checking serde_json v1.0.128 |
1771 | 2024-11-06T07:56:19.245Z | Checking bitflags v2.6.0 |
1772 | 2024-11-06T07:56:19.551Z | Checking deranged v0.3.11 |
1773 | 2024-11-06T07:56:19.606Z | Checking ring v0.17.8 |
1774 | 2024-11-06T07:56:19.699Z | Checking tokio v1.40.0 |
1775 | 2024-11-06T07:56:19.797Z | Checking http v1.1.0 |
1776 | 2024-11-06T07:56:19.842Z | Checking spki v0.7.3 |
1777 | 2024-11-06T07:56:20.109Z | Checking scrypt v0.11.0 |
1778 | 2024-11-06T07:56:20.330Z | Checking cbc v0.1.2 |
1779 | 2024-11-06T07:56:20.381Z | Checking aes v0.8.4 |
1780 | 2024-11-06T07:56:20.538Z | Checking crossbeam-utils v0.8.20 |
1781 | 2024-11-06T07:56:20.897Z | Checking num-conv v0.1.0 |
1782 | 2024-11-06T07:56:21.130Z | Checking time-core v0.1.2 |
1783 | 2024-11-06T07:56:21.144Z | Checking num_threads v0.1.7 |
1784 | 2024-11-06T07:56:21.215Z | Checking atomic-waker v1.1.2 |
1785 | 2024-11-06T07:56:21.249Z | Checking http-body v1.0.1 |
1786 | 2024-11-06T07:56:21.276Z | Checking form_urlencoded v1.2.1 |
1787 | 2024-11-06T07:56:21.289Z | Checking time v0.3.36 |
1788 | 2024-11-06T07:56:21.317Z | Checking pkcs5 v0.7.1 |
1789 | 2024-11-06T07:56:21.337Z | Checking try-lock v0.2.5 |
1790 | 2024-11-06T07:56:21.446Z | Checking unicode-ident v1.0.13 |
1791 | 2024-11-06T07:56:21.462Z | Checking want v0.3.1 |
1792 | 2024-11-06T07:56:21.465Z | Checking rustls-webpki v0.102.8 |
1793 | 2024-11-06T07:56:21.465Z | Checking httpdate v1.0.3 |
1794 | 2024-11-06T07:56:21.602Z | Checking proc-macro2 v1.0.87 |
1795 | 2024-11-06T07:56:21.626Z | Checking toml_datetime v0.6.8 |
1796 | 2024-11-06T07:56:21.641Z | Checking serde_spanned v0.6.8 |
1797 | 2024-11-06T07:56:21.703Z | Checking uuid v1.10.0 |
1798 | 2024-11-06T07:56:21.815Z | Checking idna v0.5.0 |
1799 | 2024-11-06T07:56:21.832Z | Checking pkcs8 v0.10.2 |
1800 | 2024-11-06T07:56:21.907Z | Checking slog v2.7.0 |
1801 | 2024-11-06T07:56:22.163Z | Checking scroll v0.12.0 |
1802 | 2024-11-06T07:56:22.238Z | Checking adler2 v2.0.0 |
1803 | 2024-11-06T07:56:22.238Z | Checking match_cfg v0.1.0 |
1804 | 2024-11-06T07:56:22.306Z | Checking foreign-types-shared v0.1.1 |
1805 | 2024-11-06T07:56:22.336Z | Checking ucd-trie v0.1.7 |
1806 | 2024-11-06T07:56:22.391Z | Checking base64 v0.22.1 |
1807 | 2024-11-06T07:56:22.394Z | Checking tower-service v0.3.3 |
1808 | 2024-11-06T07:56:22.421Z | Checking plain v0.2.3 |
1809 | 2024-11-06T07:56:22.519Z | Checking iana-time-zone v0.1.61 |
1810 | 2024-11-06T07:56:22.545Z | Checking pest v2.7.14 |
1811 | 2024-11-06T07:56:22.561Z | Checking foreign-types v0.3.2 |
1812 | 2024-11-06T07:56:22.632Z | Checking goblin v0.8.2 |
1813 | 2024-11-06T07:56:22.647Z | Checking miniz_oxide v0.8.0 |
1814 | 2024-11-06T07:56:22.660Z | Checking url v2.5.2 |
1815 | 2024-11-06T07:56:22.673Z | Checking chrono v0.4.38 |
1816 | 2024-11-06T07:56:22.871Z | Checking hostname v0.3.1 |
1817 | 2024-11-06T07:56:23.012Z | Checking quote v1.0.37 |
1818 | 2024-11-06T07:56:23.357Z | Checking openssl-sys v0.9.103 |
1819 | 2024-11-06T07:56:23.405Z | Checking dirs-sys-next v0.1.2 |
1820 | 2024-11-06T07:56:23.518Z | Checking errno v0.3.9 |
1821 | 2024-11-06T07:56:23.579Z | Checking aho-corasick v1.1.3 |
1822 | 2024-11-06T07:56:23.680Z | Checking siphasher v0.3.11 |
1823 | 2024-11-06T07:56:23.770Z | Checking regex-syntax v0.8.5 |
1824 | 2024-11-06T07:56:23.990Z | Checking pretty-hex v0.4.1 |
1825 | 2024-11-06T07:56:24.156Z | Checking data-encoding v2.6.0 |
1826 | 2024-11-06T07:56:24.703Z | Checking openssl v0.10.66 |
1827 | 2024-11-06T07:56:24.728Z | Checking rustix v0.38.37 |
1828 | 2024-11-06T07:56:24.830Z | Checking dirs-next v2.0.0 |
1829 | 2024-11-06T07:56:24.969Z | Checking syn v2.0.79 |
1830 | 2024-11-06T07:56:25.095Z | Checking dtrace-parser v0.2.0 |
1831 | 2024-11-06T07:56:25.282Z | Checking http-body-util v0.1.2 |
1832 | 2024-11-06T07:56:25.557Z | Checking crossbeam-epoch v0.9.18 |
1833 | 2024-11-06T07:56:25.756Z | Checking signature v2.2.0 |
1834 | 2024-11-06T07:56:25.947Z | Checking sha1 v0.10.6 |
1835 | 2024-11-06T07:56:25.989Z | Checking lazy_static v1.5.0 |
1836 | 2024-11-06T07:56:26.109Z | Checking thread_local v1.1.8 |
1837 | 2024-11-06T07:56:26.209Z | Checking thread-id v4.2.2 |
1838 | 2024-11-06T07:56:26.312Z | Checking encoding_rs v0.8.34 |
1839 | 2024-11-06T07:56:26.383Z | Checking openssl-probe v0.1.5 |
1840 | 2024-11-06T07:56:26.530Z | Checking gimli v0.31.1 |
1841 | 2024-11-06T07:56:26.804Z | Checking tokio-util v0.7.12 |
1842 | 2024-11-06T07:56:27.042Z | Checking regex-automata v0.4.8 |
1843 | 2024-11-06T07:56:27.505Z | Checking dof v0.3.0 |
1844 | 2024-11-06T07:56:27.698Z | Checking h2 v0.4.6 |
1845 | 2024-11-06T07:56:28.124Z | Checking ipnet v2.10.1 |
1846 | 2024-11-06T07:56:28.266Z | Checking utf8parse v0.2.2 |
1847 | 2024-11-06T07:56:28.417Z | Checking either v1.13.0 |
1848 | 2024-11-06T07:56:28.574Z | Checking anstyle v1.0.8 |
1849 | 2024-11-06T07:56:28.717Z | Checking mime v0.3.17 |
1850 | 2024-11-06T07:56:28.792Z | Checking unicode-properties v0.1.3 |
1851 | 2024-11-06T07:56:28.953Z | Checking winnow v0.6.20 |
1852 | 2024-11-06T07:56:29.044Z | Checking anstyle-parse v0.2.5 |
1853 | 2024-11-06T07:56:29.169Z | Checking stringprep v0.1.5 |
1854 | 2024-11-06T07:56:29.322Z | Checking crossbeam-deque v0.8.5 |
1855 | 2024-11-06T07:56:29.437Z | Checking term v0.7.0 |
1856 | 2024-11-06T07:56:29.636Z | Checking slog-json v2.6.1 |
1857 | 2024-11-06T07:56:29.874Z | Checking rustls v0.22.4 |
1858 | 2024-11-06T07:56:29.890Z | Checking rustls v0.23.14 |
1859 | 2024-11-06T07:56:30.146Z | Checking native-tls v0.2.12 |
1860 | 2024-11-06T07:56:30.452Z | Checking futures-executor v0.3.31 |
1861 | 2024-11-06T07:56:30.609Z | Checking addr2line v0.24.2 |
1862 | 2024-11-06T07:56:30.657Z | Checking serde_urlencoded v0.7.1 |
1863 | 2024-11-06T07:56:31.101Z | Checking crossbeam-channel v0.5.13 |
1864 | 2024-11-06T07:56:31.124Z | Checking num-integer v0.1.46 |
1865 | 2024-11-06T07:56:31.440Z | Checking usdt-impl v0.5.0 |
1866 | 2024-11-06T07:56:31.577Z | Checking rustls-pemfile v2.2.0 |
1867 | 2024-11-06T07:56:31.643Z | Checking idna v0.4.0 |
1868 | 2024-11-06T07:56:31.809Z | Checking idna v0.3.0 |
1869 | 2024-11-06T07:56:31.831Z | Checking md-5 v0.10.6 |
1870 | 2024-11-06T07:56:31.973Z | Checking ff v0.13.0 |
1871 | 2024-11-06T07:56:32.027Z | Checking toml_edit v0.22.22 |
1872 | 2024-11-06T07:56:32.042Z | Checking hash32 v0.2.1 |
1873 | 2024-11-06T07:56:32.179Z | Checking memmap v0.7.0 |
1874 | 2024-11-06T07:56:32.334Z | Checking is-terminal v0.4.13 |
1875 | 2024-11-06T07:56:32.388Z | Checking object v0.36.5 |
1876 | 2024-11-06T07:56:32.458Z | Checking rustc-demangle v0.1.24 |
1877 | 2024-11-06T07:56:32.473Z | Checking is_terminal_polyfill v1.70.1 |
1878 | 2024-11-06T07:56:32.587Z | Checking take_mut v0.2.2 |
1879 | 2024-11-06T07:56:32.641Z | Checking stable_deref_trait v1.2.0 |
1880 | 2024-11-06T07:56:32.739Z | Checking quick-error v1.2.3 |
1881 | 2024-11-06T07:56:32.739Z | Checking psl-types v2.0.11 |
1882 | 2024-11-06T07:56:32.880Z | Checking anstyle-query v1.1.1 |
1883 | 2024-11-06T07:56:32.894Z | Checking colorchoice v1.0.2 |
1884 | 2024-11-06T07:56:32.924Z | Checking fallible-iterator v0.2.0 |
1885 | 2024-11-06T07:56:33.009Z | Checking dyn-clone v1.0.17 |
1886 | 2024-11-06T07:56:33.024Z | Checking linked-hash-map v0.5.6 |
1887 | 2024-11-06T07:56:33.150Z | Checking utf-8 v0.7.6 |
1888 | 2024-11-06T07:56:33.353Z | Checking base16ct v0.2.0 |
1889 | 2024-11-06T07:56:33.368Z | Checking lru-cache v0.1.2 |
1890 | 2024-11-06T07:56:33.419Z | Checking tokio-rustls v0.25.0 |
1891 | 2024-11-06T07:56:33.519Z | Checking postgres-protocol v0.6.7 |
1892 | 2024-11-06T07:56:33.534Z | Checking sec1 v0.7.3 |
1893 | 2024-11-06T07:56:33.546Z | Checking tungstenite v0.24.0 |
1894 | 2024-11-06T07:56:33.787Z | Checking schemars v0.8.21 |
1895 | 2024-11-06T07:56:33.926Z | Checking anstream v0.6.15 |
1896 | 2024-11-06T07:56:34.106Z | Checking hyper v1.4.1 |
1897 | 2024-11-06T07:56:34.173Z | Checking publicsuffix v2.2.3 |
1898 | 2024-11-06T07:56:34.300Z | Checking resolv-conf v0.7.0 |
1899 | 2024-11-06T07:56:34.401Z | Checking heapless v0.7.17 |
1900 | 2024-11-06T07:56:34.461Z | Checking slog-async v2.8.0 |
1901 | 2024-11-06T07:56:34.651Z | Checking hickory-proto v0.24.1 |
1902 | 2024-11-06T07:56:34.668Z | Checking toml v0.8.19 |
1903 | 2024-11-06T07:56:34.742Z | Checking slog-term v2.9.1 |
1904 | 2024-11-06T07:56:34.878Z | Checking tokio-rustls v0.26.0 |
1905 | 2024-11-06T07:56:35.247Z | Checking usdt v0.5.0 |
1906 | 2024-11-06T07:56:35.269Z | Checking group v0.13.0 |
1907 | 2024-11-06T07:56:35.429Z | Checking num-iter v0.1.45 |
1908 | 2024-11-06T07:56:35.443Z | Checking futures v0.3.31 |
1909 | 2024-11-06T07:56:35.443Z | Checking tokio-native-tls v0.3.1 |
1910 | 2024-11-06T07:56:35.481Z | Checking slog-bunyan v2.5.0 |
1911 | 2024-11-06T07:56:35.507Z | Checking rayon-core v1.12.1 |
1912 | 2024-11-06T07:56:35.545Z | Checking multer v3.1.0 |
1913 | 2024-11-06T07:56:35.585Z | Checking terminal_size v0.4.0 |
1914 | 2024-11-06T07:56:35.638Z | Checking phf_shared v0.11.2 |
1915 | 2024-11-06T07:56:35.694Z | Checking cookie v0.18.1 |
1916 | 2024-11-06T07:56:35.747Z | Checking async-stream v0.3.6 |
1917 | 2024-11-06T07:56:35.923Z | Checking waitgroup v0.1.2 |
1918 | 2024-11-06T07:56:35.926Z | Checking bzip2-sys v0.1.11+1.0.8 |
1919 | 2024-11-06T07:56:35.947Z | Checking signal-hook v0.3.17 |
1920 | 2024-11-06T07:56:36.050Z | Checking camino v1.1.9 |
1921 | 2024-11-06T07:56:36.065Z | Checking openapiv3 v2.0.0 |
1922 | 2024-11-06T07:56:36.138Z | Checking serde_path_to_error v0.1.16 |
1923 | 2024-11-06T07:56:36.192Z | Checking webpki-roots v0.26.6 |
1924 | 2024-11-06T07:56:36.194Z | Checking hyper-util v0.1.9 |
1925 | 2024-11-06T07:56:36.250Z | Checking hkdf v0.12.4 |
1926 | 2024-11-06T07:56:36.401Z | Checking crypto-bigint v0.5.5 |
1927 | 2024-11-06T07:56:36.468Z | Checking hostname v0.4.0 |
1928 | 2024-11-06T07:56:36.597Z | Checking crc32fast v1.4.2 |
1929 | 2024-11-06T07:56:36.643Z | Checking winnow v0.5.40 |
1930 | 2024-11-06T07:56:36.738Z | Checking debug-ignore v1.0.5 |
1931 | 2024-11-06T07:56:36.823Z | Checking bitflags v1.3.2 |
1932 | 2024-11-06T07:56:36.861Z | Checking clap_lex v0.7.2 |
1933 | 2024-11-06T07:56:36.916Z | Checking strsim v0.11.1 |
1934 | 2024-11-06T07:56:37.117Z | Checking managed v0.8.0 |
1935 | 2024-11-06T07:56:37.210Z | Checking unicode-width v0.1.14 |
1936 | 2024-11-06T07:56:37.485Z | Checking smoltcp v0.9.1 |
1937 | 2024-11-06T07:56:37.692Z | Checking console v0.15.8 |
1938 | 2024-11-06T07:56:38.283Z | Checking clap_builder v4.5.20 |
1939 | 2024-11-06T07:56:38.385Z | Checking hyper-rustls v0.27.3 |
1940 | 2024-11-06T07:56:38.707Z | Checking hyper-tls v0.6.0 |
1941 | 2024-11-06T07:56:38.972Z | Checking flate2 v1.0.34 |
1942 | 2024-11-06T07:56:38.990Z | Checking signal-hook-mio v0.2.4 |
1943 | 2024-11-06T07:56:39.123Z | Checking rayon v1.10.0 |
1944 | 2024-11-06T07:56:39.197Z | Checking backtrace v0.3.74 |
1945 | 2024-11-06T07:56:39.256Z | Checking elliptic-curve v0.13.8 |
1946 | 2024-11-06T07:56:39.454Z | Checking dropshot v0.12.0 |
1947 | 2024-11-06T07:56:39.457Z | Checking hickory-resolver v0.24.1 |
1948 | 2024-11-06T07:56:39.633Z | Checking cookie_store v0.21.0 |
1949 | 2024-11-06T07:56:39.736Z | Checking toml_edit v0.19.15 |
1950 | 2024-11-06T07:56:39.753Z | Checking anyhow v1.0.92 |
1951 | 2024-11-06T07:56:39.873Z | Checking bzip2 v0.4.4 |
1952 | 2024-11-06T07:56:40.144Z | Checking phf v0.11.2 |
1953 | 2024-11-06T07:56:40.179Z | Checking num-bigint-dig v0.8.4 |
1954 | 2024-11-06T07:56:40.267Z | Checking tokio-tungstenite v0.24.0 |
1955 | 2024-11-06T07:56:40.422Z | Checking postgres-types v0.2.8 |
1956 | 2024-11-06T07:56:40.766Z | Checking bstr v1.10.0 |
1957 | 2024-11-06T07:56:41.107Z | Checking regex v1.11.0 |
1958 | 2024-11-06T07:56:41.154Z | Checking tokio-stream v0.1.16 |
1959 | 2024-11-06T07:56:41.344Z | Checking ed25519 v2.2.3 |
1960 | 2024-11-06T07:56:41.659Z | Checking phf_shared v0.10.0 |
1961 | 2024-11-06T07:56:41.699Z | Checking curve25519-dalek v4.1.3 |
1962 | 2024-11-06T07:56:41.724Z | Checking zerocopy v0.6.6 |
1963 | 2024-11-06T07:56:41.950Z | Checking pkcs1 v0.7.5 |
1964 | 2024-11-06T07:56:41.986Z | Checking hubpack v0.1.2 |
1965 | 2024-11-06T07:56:42.277Z | Checking portable-atomic v1.9.0 |
1966 | 2024-11-06T07:56:42.299Z | Checking float-cmp v0.9.0 |
1967 | 2024-11-06T07:56:42.349Z | Checking serde-big-array v0.5.1 |
1968 | 2024-11-06T07:56:42.428Z | Checking rfc6979 v0.4.0 |
1969 | 2024-11-06T07:56:42.466Z | Checking sync_wrapper v1.0.1 |
1970 | 2024-11-06T07:56:42.483Z | Checking whoami v1.5.2 |
1971 | 2024-11-06T07:56:42.549Z | Checking number_prefix v0.4.0 |
1972 | 2024-11-06T07:56:42.594Z | Checking precomputed-hash v0.1.1 |
1973 | 2024-11-06T07:56:42.607Z | Checking bit-vec v0.6.3 |
1974 | 2024-11-06T07:56:42.704Z | Checking static_assertions v1.1.0 |
1975 | 2024-11-06T07:56:42.728Z | Checking new_debug_unreachable v1.0.6 |
1976 | 2024-11-06T07:56:42.781Z | Checking normalize-line-endings v0.3.0 |
1977 | 2024-11-06T07:56:42.807Z | Checking difflib v0.4.0 |
1978 | 2024-11-06T07:56:42.823Z | Checking unicode-segmentation v1.12.0 |
1979 | 2024-11-06T07:56:42.910Z | Checking minimal-lexical v0.2.1 |
1980 | 2024-11-06T07:56:42.951Z | Checking fixedbitset v0.4.2 |
1981 | 2024-11-06T07:56:42.965Z | Checking predicates-core v1.0.8 |
1982 | 2024-11-06T07:56:43.117Z | Checking bit-set v0.5.3 |
1983 | 2024-11-06T07:56:43.139Z | Checking predicates v3.1.2 |
1984 | 2024-11-06T07:56:43.199Z | Checking qorb v0.2.0 |
1985 | 2024-11-06T07:56:43.222Z | Checking petgraph v0.6.5 |
1986 | 2024-11-06T07:56:43.302Z | Checking nom v7.1.3 |
1987 | 2024-11-06T07:56:43.320Z | Checking indicatif v0.17.8 |
1988 | 2024-11-06T07:56:43.373Z | Checking string_cache v0.8.7 |
1989 | 2024-11-06T07:56:43.497Z | Checking similar v2.6.0 |
1990 | 2024-11-06T07:56:43.558Z | Checking ed25519-dalek v2.1.1 |
1991 | 2024-11-06T07:56:43.648Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1992 | 2024-11-06T07:56:43.826Z | Checking tokio-postgres v0.7.12 |
1993 | 2024-11-06T07:56:43.956Z | Checking reqwest v0.12.8 |
1994 | 2024-11-06T07:56:44.095Z | Checking ecdsa v0.16.9 |
1995 | 2024-11-06T07:56:44.325Z | Checking rsa v0.9.6 |
1996 | 2024-11-06T07:56:44.801Z | Checking toml v0.7.8 |
1997 | 2024-11-06T07:56:45.384Z | Checking clap v4.5.20 |
1998 | 2024-11-06T07:56:45.508Z | Checking zip v0.6.6 |
1999 | 2024-11-06T07:56:45.555Z | Checking crossterm v0.28.1 |
2000 | 2024-11-06T07:56:45.799Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2001 | 2024-11-06T07:56:45.824Z | Checking itertools v0.12.1 |
2002 | 2024-11-06T07:56:45.853Z | Checking itertools v0.10.5 |
2003 | 2024-11-06T07:56:46.120Z | Checking fs-err v2.11.0 |
2004 | 2024-11-06T07:56:46.189Z | Checking ahash v0.8.11 |
2005 | 2024-11-06T07:56:46.574Z | Checking x509-cert v0.2.5 |
2006 | 2024-11-06T07:56:46.662Z | Checking hex v0.4.3 |
2007 | 2024-11-06T07:56:46.762Z | Checking semver v1.0.23 |
2008 | 2024-11-06T07:56:47.024Z | Checking lalrpop-util v0.19.12 |
2009 | 2024-11-06T07:56:47.163Z | Checking peg-runtime v0.8.3 |
2010 | 2024-11-06T07:56:47.197Z | Checking sigpipe v0.1.3 |
2011 | 2024-11-06T07:56:48.481Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2012 | 2024-11-06T07:56:48.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.60s |
2013 | 2024-11-06T07:56:48.940Z | |
2014 | 2024-11-06T07:56:48.940Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168) |
2015 | 2024-11-06T07:56:49.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2016 | 2024-11-06T07:56:49.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2017 | 2024-11-06T07:56:49.559Z | Compiling hashbrown v0.14.5 |
2018 | 2024-11-06T07:56:49.671Z | Checking heck v0.5.0 |
2019 | 2024-11-06T07:56:49.684Z | Compiling unsafe-libyaml v0.2.11 |
2020 | 2024-11-06T07:56:49.695Z | Compiling ident_case v1.0.1 |
2021 | 2024-11-06T07:56:49.697Z | Checking progenitor-client v0.8.0 |
2022 | 2024-11-06T07:56:49.719Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2023 | 2024-11-06T07:56:49.734Z | Compiling proc-macro-crate v1.3.1 |
2024 | 2024-11-06T07:56:49.830Z | Compiling darling_core v0.20.10 |
2025 | 2024-11-06T07:56:49.854Z | Checking ipnetwork v0.20.0 |
2026 | 2024-11-06T07:56:50.013Z | Compiling structmeta-derive v0.3.0 |
2027 | 2024-11-06T07:56:50.102Z | Compiling newtype-uuid v1.1.2 |
2028 | 2024-11-06T07:56:50.212Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2029 | 2024-11-06T07:56:50.422Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2030 | 2024-11-06T07:56:50.523Z | Compiling lzma-sys v0.1.20 |
2031 | 2024-11-06T07:56:50.750Z | Compiling num_enum_derive v0.5.11 |
2032 | 2024-11-06T07:56:50.769Z | Compiling foreign-types-macros v0.2.3 |
2033 | 2024-11-06T07:56:50.784Z | Checking regress v0.10.1 |
2034 | 2024-11-06T07:56:51.272Z | Compiling serde_yaml v0.9.34+deprecated |
2035 | 2024-11-06T07:56:51.496Z | Checking foreign-types-shared v0.3.1 |
2036 | 2024-11-06T07:56:51.611Z | Checking arc-swap v1.7.1 |
2037 | 2024-11-06T07:56:51.986Z | Checking foreign-types v0.5.0 |
2038 | 2024-11-06T07:56:52.045Z | Checking slog-scope v4.4.0 |
2039 | 2024-11-06T07:56:52.128Z | Compiling proc-macro-error v1.0.4 |
2040 | 2024-11-06T07:56:52.753Z | Compiling structmeta v0.3.0 |
2041 | 2024-11-06T07:56:52.777Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2042 | 2024-11-06T07:56:52.833Z | Checking tungstenite v0.21.0 |
2043 | 2024-11-06T07:56:52.898Z | Compiling heck v0.3.3 |
2044 | 2024-11-06T07:56:53.171Z | Checking num_enum v0.5.11 |
2045 | 2024-11-06T07:56:53.199Z | Compiling parse-display-derive v0.10.0 |
2046 | 2024-11-06T07:56:53.322Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2047 | 2024-11-06T07:56:53.338Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2048 | 2024-11-06T07:56:53.733Z | Checking cstr-argument v0.1.2 |
2049 | 2024-11-06T07:56:53.916Z | Checking instant v0.1.13 |
2050 | 2024-11-06T07:56:54.044Z | Checking fastrand v2.1.1 |
2051 | 2024-11-06T07:56:54.126Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2052 | 2024-11-06T07:56:54.145Z | Checking pretty-hex v0.2.1 |
2053 | 2024-11-06T07:56:54.309Z | Checking base64 v0.21.7 |
2054 | 2024-11-06T07:56:54.362Z | Checking typify-impl v0.2.0 |
2055 | 2024-11-06T07:56:54.378Z | Checking tempfile v3.13.0 |
2056 | 2024-11-06T07:56:54.438Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2024-11-06T07:56:54.752Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2058 | 2024-11-06T07:56:54.788Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2059 | 2024-11-06T07:56:54.903Z | Checking backoff v0.4.0 |
2060 | 2024-11-06T07:56:54.929Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2061 | 2024-11-06T07:56:55.126Z | Checking tokio-tungstenite v0.21.0 |
2062 | 2024-11-06T07:56:55.205Z | Compiling zone_cfg_derive v0.1.2 |
2063 | 2024-11-06T07:56:55.219Z | Checking strum v0.26.3 |
2064 | 2024-11-06T07:56:55.372Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2024-11-06T07:56:55.631Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2066 | 2024-11-06T07:56:55.870Z | Checking slog-stdlog v4.1.1 |
2067 | 2024-11-06T07:56:56.031Z | Checking regress v0.9.1 |
2068 | 2024-11-06T07:56:56.049Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2069 | 2024-11-06T07:56:56.102Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2070 | 2024-11-06T07:56:56.181Z | Checking colored v2.1.0 |
2071 | 2024-11-06T07:56:56.204Z | Compiling darling_macro v0.20.10 |
2072 | 2024-11-06T07:56:56.380Z | Checking macaddr v1.0.1 |
2073 | 2024-11-06T07:56:56.475Z | Checking base64 v0.13.1 |
2074 | 2024-11-06T07:56:56.611Z | Checking zone v0.1.8 |
2075 | 2024-11-06T07:56:56.866Z | Checking ron v0.7.1 |
2076 | 2024-11-06T07:56:56.887Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2077 | 2024-11-06T07:56:57.104Z | Compiling darling v0.20.10 |
2078 | 2024-11-06T07:56:57.232Z | Compiling serde_with_macros v3.11.0 |
2079 | 2024-11-06T07:56:57.286Z | Checking xz2 v0.1.7 |
2080 | 2024-11-06T07:56:57.337Z | Checking slog-envlogger v2.2.0 |
2081 | 2024-11-06T07:56:57.481Z | Checking parse-display v0.10.0 |
2082 | 2024-11-06T07:56:57.562Z | Checking tabwriter v1.4.0 |
2083 | 2024-11-06T07:56:57.582Z | Checking xattr v1.3.1 |
2084 | 2024-11-06T07:56:57.708Z | Checking pem v3.0.4 |
2085 | 2024-11-06T07:56:57.808Z | Checking yasna v0.5.2 |
2086 | 2024-11-06T07:56:57.867Z | Checking headers-core v0.3.0 |
2087 | 2024-11-06T07:56:58.015Z | Checking smf v0.2.3 |
2088 | 2024-11-06T07:56:58.018Z | Checking filetime v0.2.25 |
2089 | 2024-11-06T07:56:58.045Z | Checking same-file v1.0.6 |
2090 | 2024-11-06T07:56:58.209Z | Checking walkdir v2.5.0 |
2091 | 2024-11-06T07:56:58.227Z | Checking tar v0.4.42 |
2092 | 2024-11-06T07:56:58.497Z | Checking headers v0.4.0 |
2093 | 2024-11-06T07:56:58.499Z | Checking atomicwrites v0.4.4 |
2094 | 2024-11-06T07:56:58.689Z | Checking camino-tempfile v1.1.1 |
2095 | 2024-11-06T07:56:58.705Z | Checking subprocess v0.2.9 |
2096 | 2024-11-06T07:56:58.720Z | Checking rcgen v0.12.1 |
2097 | 2024-11-06T07:56:59.679Z | Checking serde_with v3.11.0 |
2098 | 2024-11-06T07:57:03.010Z | Compiling typify-macro v0.2.0 |
2099 | 2024-11-06T07:57:04.839Z | Compiling typify v0.2.0 |
2100 | 2024-11-06T07:57:04.906Z | Compiling progenitor-impl v0.8.0 |
2101 | 2024-11-06T07:57:08.114Z | Compiling progenitor-macro v0.8.0 |
2102 | 2024-11-06T07:57:13.942Z | Checking progenitor v0.8.0 |
2103 | 2024-11-06T07:57:14.070Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2104 | 2024-11-06T07:57:14.070Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2105 | 2024-11-06T07:57:16.772Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2106 | 2024-11-06T07:57:17.021Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2107 | 2024-11-06T07:57:23.285Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2108 | 2024-11-06T07:57:24.860Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2109 | 2024-11-06T07:57:26.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.14s |
2110 | 2024-11-06T07:57:26.247Z | |
2111 | 2024-11-06T07:57:26.247Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168) |
2112 | 2024-11-06T07:57:26.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2113 | 2024-11-06T07:57:26.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2114 | 2024-11-06T07:57:26.867Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2115 | 2024-11-06T07:57:28.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2116 | 2024-11-06T07:57:28.409Z | |
2117 | 2024-11-06T07:57:28.410Z | info: running `cargo check --bins` on nexus-config (31/168) |
2118 | 2024-11-06T07:57:28.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2119 | 2024-11-06T07:57:28.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2120 | 2024-11-06T07:57:28.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2121 | 2024-11-06T07:57:28.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2122 | 2024-11-06T07:57:28.993Z | |
2123 | 2024-11-06T07:57:28.993Z | info: running `cargo check --bins` on omicron-rpaths (32/168) |
2124 | 2024-11-06T07:57:29.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-11-06T07:57:29.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-11-06T07:57:29.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2127 | 2024-11-06T07:57:29.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2128 | 2024-11-06T07:57:29.565Z | |
2129 | 2024-11-06T07:57:29.566Z | info: running `cargo check --bins` on omicron-certificates (33/168) |
2130 | 2024-11-06T07:57:30.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2131 | 2024-11-06T07:57:30.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2132 | 2024-11-06T07:57:30.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2133 | 2024-11-06T07:57:30.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2134 | 2024-11-06T07:57:30.150Z | |
2135 | 2024-11-06T07:57:30.150Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/168) |
2136 | 2024-11-06T07:57:30.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2137 | 2024-11-06T07:57:30.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2138 | 2024-11-06T07:57:30.765Z | Compiling heapless v0.8.0 |
2139 | 2024-11-06T07:57:30.861Z | Checking hash32 v0.3.1 |
2140 | 2024-11-06T07:57:30.872Z | Compiling smoltcp v0.11.0 |
2141 | 2024-11-06T07:57:30.882Z | Checking cobs v0.2.3 |
2142 | 2024-11-06T07:57:30.890Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2143 | 2024-11-06T07:57:30.893Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2144 | 2024-11-06T07:57:30.911Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2145 | 2024-11-06T07:57:30.914Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2146 | 2024-11-06T07:57:31.020Z | Compiling crucible-workspace-hack v0.1.0 |
2147 | 2024-11-06T07:57:31.037Z | Checking postcard v1.0.10 |
2148 | 2024-11-06T07:57:31.050Z | Checking newline-converter v0.3.0 |
2149 | 2024-11-06T07:57:31.195Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2150 | 2024-11-06T07:57:31.223Z | Compiling convert_case v0.4.0 |
2151 | 2024-11-06T07:57:31.391Z | Checking expectorate v1.1.0 |
2152 | 2024-11-06T07:57:31.433Z | Compiling zone_cfg_derive v0.3.0 |
2153 | 2024-11-06T07:57:31.571Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2154 | 2024-11-06T07:57:31.571Z | Checking itertools v0.13.0 |
2155 | 2024-11-06T07:57:31.612Z | Compiling num-derive v0.4.2 |
2156 | 2024-11-06T07:57:31.749Z | Compiling slog-dtrace v0.3.0 |
2157 | 2024-11-06T07:57:31.938Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2158 | 2024-11-06T07:57:32.115Z | Compiling derive_more v0.99.18 |
2159 | 2024-11-06T07:57:32.131Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2160 | 2024-11-06T07:57:32.818Z | Checking zone v0.3.0 |
2161 | 2024-11-06T07:57:33.577Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2162 | 2024-11-06T07:57:34.840Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2163 | 2024-11-06T07:57:35.820Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2164 | 2024-11-06T07:57:35.857Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2165 | 2024-11-06T07:57:36.951Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2166 | 2024-11-06T07:57:37.313Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2167 | 2024-11-06T07:57:38.924Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2168 | 2024-11-06T07:57:39.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.70s |
2169 | 2024-11-06T07:57:40.018Z | |
2170 | 2024-11-06T07:57:40.018Z | info: running `cargo check --bins` on clickhouse-admin-api (35/168) |
2171 | 2024-11-06T07:57:40.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2172 | 2024-11-06T07:57:40.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2173 | 2024-11-06T07:57:40.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2174 | 2024-11-06T07:57:40.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2175 | 2024-11-06T07:57:40.613Z | |
2176 | 2024-11-06T07:57:40.613Z | info: running `cargo check --bins` on clickhouse-admin-types (36/168) |
2177 | 2024-11-06T07:57:41.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-11-06T07:57:41.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-11-06T07:57:41.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-11-06T07:57:41.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2181 | 2024-11-06T07:57:41.202Z | |
2182 | 2024-11-06T07:57:41.202Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168) |
2183 | 2024-11-06T07:57:41.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-11-06T07:57:41.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-11-06T07:57:41.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-11-06T07:57:41.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2187 | 2024-11-06T07:57:41.895Z | |
2188 | 2024-11-06T07:57:41.895Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168) |
2189 | 2024-11-06T07:57:42.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-11-06T07:57:42.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-11-06T07:57:42.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-11-06T07:57:42.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2193 | 2024-11-06T07:57:42.588Z | |
2194 | 2024-11-06T07:57:42.588Z | info: running `cargo check --bins` on dns-server (39/168) |
2195 | 2024-11-06T07:57:43.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-11-06T07:57:43.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-11-06T07:57:43.184Z | Compiling parking_lot_core v0.8.6 |
2198 | 2024-11-06T07:57:43.187Z | Checking nibble_vec v0.1.0 |
2199 | 2024-11-06T07:57:43.187Z | Checking endian-type v0.1.2 |
2200 | 2024-11-06T07:57:43.187Z | Checking fxhash v0.2.1 |
2201 | 2024-11-06T07:57:43.187Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2202 | 2024-11-06T07:57:43.187Z | Checking hickory-server v0.24.1 |
2203 | 2024-11-06T07:57:43.482Z | Checking radix_trie v0.2.1 |
2204 | 2024-11-06T07:57:43.763Z | Checking hickory-client v0.24.1 |
2205 | 2024-11-06T07:57:43.881Z | Checking parking_lot v0.11.2 |
2206 | 2024-11-06T07:57:43.982Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2207 | 2024-11-06T07:57:43.982Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2208 | 2024-11-06T07:57:44.173Z | Checking sled v0.34.7 |
2209 | 2024-11-06T07:57:45.938Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2210 | 2024-11-06T07:57:47.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2211 | 2024-11-06T07:57:47.313Z | |
2212 | 2024-11-06T07:57:47.313Z | info: running `cargo check --bins` on dns-server-api (40/168) |
2213 | 2024-11-06T07:57:47.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2214 | 2024-11-06T07:57:47.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2215 | 2024-11-06T07:57:47.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2216 | 2024-11-06T07:57:47.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2217 | 2024-11-06T07:57:47.900Z | |
2218 | 2024-11-06T07:57:47.900Z | info: running `cargo check --bins` on internal-dns-types (41/168) |
2219 | 2024-11-06T07:57:48.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2220 | 2024-11-06T07:57:48.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2221 | 2024-11-06T07:57:48.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2222 | 2024-11-06T07:57:48.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2223 | 2024-11-06T07:57:48.474Z | |
2224 | 2024-11-06T07:57:48.474Z | info: running `cargo check --bins` on dns-service-client (42/168) |
2225 | 2024-11-06T07:57:48.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-11-06T07:57:48.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-11-06T07:57:48.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2228 | 2024-11-06T07:57:48.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2229 | 2024-11-06T07:57:49.050Z | |
2230 | 2024-11-06T07:57:49.051Z | info: running `cargo check --bins` on gateway-test-utils (43/168) |
2231 | 2024-11-06T07:57:49.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-11-06T07:57:49.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-11-06T07:57:49.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-11-06T07:57:49.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2235 | 2024-11-06T07:57:49.675Z | |
2236 | 2024-11-06T07:57:49.675Z | info: running `cargo check --bins` on gateway-types (44/168) |
2237 | 2024-11-06T07:57:50.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-11-06T07:57:50.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-11-06T07:57:50.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-11-06T07:57:50.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2241 | 2024-11-06T07:57:50.257Z | |
2242 | 2024-11-06T07:57:50.257Z | info: running `cargo check --bins` on ipcc (45/168) |
2243 | 2024-11-06T07:57:50.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-11-06T07:57:50.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-11-06T07:57:50.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2246 | 2024-11-06T07:57:50.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2247 | 2024-11-06T07:57:50.842Z | |
2248 | 2024-11-06T07:57:50.842Z | info: running `cargo check --bins` on omicron-gateway (46/168) |
2249 | 2024-11-06T07:57:51.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2024-11-06T07:57:51.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2024-11-06T07:57:51.498Z | Checking num-rational v0.4.2 |
2252 | 2024-11-06T07:57:51.498Z | Compiling progenitor-client v0.8.0 |
2253 | 2024-11-06T07:57:51.498Z | Checking num-complex v0.4.6 |
2254 | 2024-11-06T07:57:51.502Z | Compiling prettyplease v0.2.22 |
2255 | 2024-11-06T07:57:51.502Z | Compiling newtype-uuid v1.1.2 |
2256 | 2024-11-06T07:57:51.502Z | Compiling ipnetwork v0.20.0 |
2257 | 2024-11-06T07:57:51.600Z | Compiling instant v0.1.13 |
2258 | 2024-11-06T07:57:51.603Z | Checking float-ord v0.3.2 |
2259 | 2024-11-06T07:57:51.766Z | Compiling radium v0.7.0 |
2260 | 2024-11-06T07:57:51.807Z | Compiling semver v0.1.20 |
2261 | 2024-11-06T07:57:51.933Z | Compiling progenitor v0.8.0 |
2262 | 2024-11-06T07:57:52.035Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2263 | 2024-11-06T07:57:52.049Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2264 | 2024-11-06T07:57:52.159Z | Compiling rustc_version v0.1.7 |
2265 | 2024-11-06T07:57:52.198Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2266 | 2024-11-06T07:57:52.246Z | Compiling backoff v0.4.0 |
2267 | 2024-11-06T07:57:52.356Z | Compiling parse-display v0.10.0 |
2268 | 2024-11-06T07:57:52.423Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2269 | 2024-11-06T07:57:52.438Z | Checking num v0.4.3 |
2270 | 2024-11-06T07:57:52.541Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2271 | 2024-11-06T07:57:52.557Z | Compiling serde_with v3.11.0 |
2272 | 2024-11-06T07:57:52.595Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2273 | 2024-11-06T07:57:52.610Z | Compiling regress v0.9.1 |
2274 | 2024-11-06T07:57:52.768Z | Compiling macaddr v1.0.1 |
2275 | 2024-11-06T07:57:52.987Z | Compiling maybe-uninit v2.0.0 |
2276 | 2024-11-06T07:57:53.211Z | Checking tap v1.0.1 |
2277 | 2024-11-06T07:57:53.379Z | Checking wyz v0.5.1 |
2278 | 2024-11-06T07:57:53.569Z | Compiling newtype_derive v0.1.6 |
2279 | 2024-11-06T07:57:53.863Z | Checking password-hash v0.5.0 |
2280 | 2024-11-06T07:57:53.899Z | Checking blake2 v0.10.6 |
2281 | 2024-11-06T07:57:54.199Z | Compiling owo-colors v4.1.0 |
2282 | 2024-11-06T07:57:54.324Z | Compiling packed_struct v0.10.1 |
2283 | 2024-11-06T07:57:54.354Z | Checking crc-catalog v2.4.0 |
2284 | 2024-11-06T07:57:54.479Z | Checking funty v2.0.0 |
2285 | 2024-11-06T07:57:54.494Z | Compiling cancel-safe-futures v0.1.5 |
2286 | 2024-11-06T07:57:54.497Z | Checking crc v3.2.1 |
2287 | 2024-11-06T07:57:54.863Z | Checking argon2 v0.5.3 |
2288 | 2024-11-06T07:57:55.020Z | Compiling packed_struct_codegen v0.10.1 |
2289 | 2024-11-06T07:57:55.439Z | Checking bitvec v1.0.1 |
2290 | 2024-11-06T07:57:55.548Z | Compiling indexmap v1.9.3 |
2291 | 2024-11-06T07:57:55.861Z | Checking half v2.4.1 |
2292 | 2024-11-06T07:57:55.880Z | Checking ciborium-io v0.2.2 |
2293 | 2024-11-06T07:57:56.000Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2294 | 2024-11-06T07:57:56.300Z | Checking nodrop v0.1.14 |
2295 | 2024-11-06T07:57:56.324Z | Checking ciborium-ll v0.2.2 |
2296 | 2024-11-06T07:57:56.420Z | Checking array-init v0.0.4 |
2297 | 2024-11-06T07:57:56.488Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2298 | 2024-11-06T07:57:56.634Z | Checking smallvec v0.6.14 |
2299 | 2024-11-06T07:57:56.902Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2300 | 2024-11-06T07:57:57.482Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2301 | 2024-11-06T07:57:57.551Z | Checking libsw v3.3.1 |
2302 | 2024-11-06T07:57:57.670Z | Compiling memoffset v0.9.1 |
2303 | 2024-11-06T07:57:57.817Z | Checking indent_write v2.2.0 |
2304 | 2024-11-06T07:57:57.890Z | Checking hashbrown v0.12.3 |
2305 | 2024-11-06T07:57:58.036Z | Checking bitfield v0.14.0 |
2306 | 2024-11-06T07:57:58.038Z | Checking highway v1.2.0 |
2307 | 2024-11-06T07:57:58.327Z | Checking termcolor v1.4.1 |
2308 | 2024-11-06T07:57:58.503Z | Checking linear-map v1.2.0 |
2309 | 2024-11-06T07:57:58.675Z | Checking swrite v0.1.0 |
2310 | 2024-11-06T07:57:58.781Z | Checking env_logger v0.10.2 |
2311 | 2024-11-06T07:57:58.797Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2312 | 2024-11-06T07:57:58.842Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2313 | 2024-11-06T07:57:59.198Z | Checking ron v0.8.1 |
2314 | 2024-11-06T07:57:59.338Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2315 | 2024-11-06T07:57:59.777Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2316 | 2024-11-06T07:57:59.828Z | Checking serde-hex v0.1.0 |
2317 | 2024-11-06T07:57:59.866Z | Checking steno v0.4.1 |
2318 | 2024-11-06T07:58:00.315Z | Checking ciborium v0.2.2 |
2319 | 2024-11-06T07:58:00.684Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2320 | 2024-11-06T07:58:00.941Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2321 | 2024-11-06T07:58:01.267Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2322 | 2024-11-06T07:58:01.354Z | Checking hashbrown v0.13.2 |
2323 | 2024-11-06T07:58:02.132Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2324 | 2024-11-06T07:58:02.171Z | Checking crc-any v2.5.0 |
2325 | 2024-11-06T07:58:02.346Z | Checking humantime v2.1.0 |
2326 | 2024-11-06T07:58:02.376Z | Checking object v0.30.4 |
2327 | 2024-11-06T07:58:02.394Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2328 | 2024-11-06T07:58:02.528Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2329 | 2024-11-06T07:58:02.766Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2330 | 2024-11-06T07:58:02.795Z | Checking path-slash v0.1.5 |
2331 | 2024-11-06T07:58:02.948Z | Checking nix v0.27.1 |
2332 | 2024-11-06T07:58:02.978Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2333 | 2024-11-06T07:58:03.154Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2334 | 2024-11-06T07:58:03.813Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2335 | 2024-11-06T07:58:04.064Z | Checking tungstenite v0.23.0 |
2336 | 2024-11-06T07:58:04.079Z | Checking kstat-rs v0.2.4 |
2337 | 2024-11-06T07:58:04.276Z | Checking signal-hook-tokio v0.3.1 |
2338 | 2024-11-06T07:58:04.813Z | Checking tokio-tungstenite v0.23.1 |
2339 | 2024-11-06T07:58:05.534Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2340 | 2024-11-06T07:58:05.639Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2341 | 2024-11-06T07:58:11.069Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2342 | 2024-11-06T07:58:12.787Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2343 | 2024-11-06T07:58:13.115Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2344 | 2024-11-06T07:58:16.208Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2345 | 2024-11-06T07:58:16.460Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2346 | 2024-11-06T07:58:17.997Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2347 | 2024-11-06T07:58:23.970Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2348 | 2024-11-06T07:58:24.613Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2349 | 2024-11-06T07:58:28.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.41s |
2350 | 2024-11-06T07:58:28.429Z | |
2351 | 2024-11-06T07:58:28.429Z | info: running `cargo check --bins` on gateway-api (47/168) |
2352 | 2024-11-06T07:58:28.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2353 | 2024-11-06T07:58:28.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2354 | 2024-11-06T07:58:28.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2355 | 2024-11-06T07:58:28.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2356 | 2024-11-06T07:58:29.027Z | |
2357 | 2024-11-06T07:58:29.027Z | info: running `cargo check --bins` on oximeter (48/168) |
2358 | 2024-11-06T07:58:29.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2359 | 2024-11-06T07:58:29.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2360 | 2024-11-06T07:58:29.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2361 | 2024-11-06T07:58:29.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2362 | 2024-11-06T07:58:29.616Z | |
2363 | 2024-11-06T07:58:29.616Z | info: running `cargo check --bins` on oximeter-macro-impl (49/168) |
2364 | 2024-11-06T07:58:30.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2365 | 2024-11-06T07:58:30.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2366 | 2024-11-06T07:58:30.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2367 | 2024-11-06T07:58:30.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2368 | 2024-11-06T07:58:30.185Z | |
2369 | 2024-11-06T07:58:30.185Z | info: running `cargo check --bins` on oximeter-schema (50/168) |
2370 | 2024-11-06T07:58:30.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2371 | 2024-11-06T07:58:30.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2372 | 2024-11-06T07:58:30.778Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2373 | 2024-11-06T07:58:31.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2374 | 2024-11-06T07:58:31.336Z | |
2375 | 2024-11-06T07:58:31.336Z | info: running `cargo check --bins` on oximeter-types (51/168) |
2376 | 2024-11-06T07:58:31.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2024-11-06T07:58:31.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2024-11-06T07:58:31.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2379 | 2024-11-06T07:58:31.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2380 | 2024-11-06T07:58:31.930Z | |
2381 | 2024-11-06T07:58:31.930Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/168) |
2382 | 2024-11-06T07:58:32.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-11-06T07:58:32.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-11-06T07:58:32.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2385 | 2024-11-06T07:58:32.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2386 | 2024-11-06T07:58:32.518Z | |
2387 | 2024-11-06T07:58:32.518Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168) |
2388 | 2024-11-06T07:58:33.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-11-06T07:58:33.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-11-06T07:58:33.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2391 | 2024-11-06T07:58:33.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2392 | 2024-11-06T07:58:33.092Z | |
2393 | 2024-11-06T07:58:33.092Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168) |
2394 | 2024-11-06T07:58:33.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-11-06T07:58:33.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-11-06T07:58:33.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2397 | 2024-11-06T07:58:33.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2398 | 2024-11-06T07:58:33.687Z | |
2399 | 2024-11-06T07:58:33.687Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168) |
2400 | 2024-11-06T07:58:34.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-11-06T07:58:34.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-11-06T07:58:34.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2403 | 2024-11-06T07:58:34.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2404 | 2024-11-06T07:58:34.277Z | |
2405 | 2024-11-06T07:58:34.277Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168) |
2406 | 2024-11-06T07:58:34.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-11-06T07:58:34.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-11-06T07:58:34.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2409 | 2024-11-06T07:58:34.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2410 | 2024-11-06T07:58:34.872Z | |
2411 | 2024-11-06T07:58:34.872Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168) |
2412 | 2024-11-06T07:58:35.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-11-06T07:58:35.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-11-06T07:58:35.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2415 | 2024-11-06T07:58:35.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2416 | 2024-11-06T07:58:35.463Z | |
2417 | 2024-11-06T07:58:35.463Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168) |
2418 | 2024-11-06T07:58:35.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-11-06T07:58:35.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-11-06T07:58:35.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2421 | 2024-11-06T07:58:35.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2422 | 2024-11-06T07:58:36.052Z | |
2423 | 2024-11-06T07:58:36.052Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168) |
2424 | 2024-11-06T07:58:36.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-11-06T07:58:36.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-11-06T07:58:36.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2024-11-06T07:58:36.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2428 | 2024-11-06T07:58:36.638Z | |
2429 | 2024-11-06T07:58:36.638Z | info: running `cargo check --bins` on oximeter-producer (60/168) |
2430 | 2024-11-06T07:58:37.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-11-06T07:58:37.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-11-06T07:58:37.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-11-06T07:58:37.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2434 | 2024-11-06T07:58:37.259Z | |
2435 | 2024-11-06T07:58:37.259Z | info: running `cargo check --bins` on internal-dns-resolver (61/168) |
2436 | 2024-11-06T07:58:37.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-11-06T07:58:37.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-11-06T07:58:37.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2439 | 2024-11-06T07:58:37.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2440 | 2024-11-06T07:58:37.852Z | |
2441 | 2024-11-06T07:58:37.852Z | info: running `cargo check --bins` on nexus-client (62/168) |
2442 | 2024-11-06T07:58:38.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-11-06T07:58:38.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-11-06T07:58:38.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2024-11-06T07:58:38.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2446 | 2024-11-06T07:58:38.455Z | |
2447 | 2024-11-06T07:58:38.455Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/168) |
2448 | 2024-11-06T07:58:38.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-11-06T07:58:38.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-11-06T07:58:38.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-11-06T07:58:38.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2452 | 2024-11-06T07:58:39.047Z | |
2453 | 2024-11-06T07:58:39.047Z | info: running `cargo check --bins` on omicron-passwords (64/168) |
2454 | 2024-11-06T07:58:39.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-11-06T07:58:39.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-11-06T07:58:39.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-11-06T07:58:39.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2458 | 2024-11-06T07:58:39.615Z | |
2459 | 2024-11-06T07:58:39.616Z | info: running `cargo check --bins` on nexus-types (65/168) |
2460 | 2024-11-06T07:58:40.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-11-06T07:58:40.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-11-06T07:58:40.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-11-06T07:58:40.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2464 | 2024-11-06T07:58:40.214Z | |
2465 | 2024-11-06T07:58:40.214Z | info: running `cargo check --bins` on gateway-client (66/168) |
2466 | 2024-11-06T07:58:40.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-11-06T07:58:40.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-11-06T07:58:40.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-11-06T07:58:40.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2470 | 2024-11-06T07:58:40.795Z | |
2471 | 2024-11-06T07:58:40.796Z | info: running `cargo check --bins` on oxql-types (67/168) |
2472 | 2024-11-06T07:58:41.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-11-06T07:58:41.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-11-06T07:58:41.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-11-06T07:58:41.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2476 | 2024-11-06T07:58:41.378Z | |
2477 | 2024-11-06T07:58:41.378Z | info: running `cargo check --bins` on update-engine (68/168) |
2478 | 2024-11-06T07:58:41.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-11-06T07:58:41.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-11-06T07:58:41.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-11-06T07:58:41.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2482 | 2024-11-06T07:58:41.946Z | |
2483 | 2024-11-06T07:58:41.947Z | info: running `cargo check --bins` on sp-sim (69/168) |
2484 | 2024-11-06T07:58:42.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-11-06T07:58:42.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-11-06T07:58:42.542Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2487 | 2024-11-06T07:58:44.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
2488 | 2024-11-06T07:58:44.503Z | |
2489 | 2024-11-06T07:58:44.503Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168) |
2490 | 2024-11-06T07:58:45.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-11-06T07:58:45.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-11-06T07:58:45.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-11-06T07:58:45.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2494 | 2024-11-06T07:58:45.131Z | |
2495 | 2024-11-06T07:58:45.131Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168) |
2496 | 2024-11-06T07:58:45.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-11-06T07:58:45.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-11-06T07:58:45.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-11-06T07:58:45.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2500 | 2024-11-06T07:58:45.773Z | |
2501 | 2024-11-06T07:58:45.773Z | info: running `cargo check --bins` on db-macros (72/168) |
2502 | 2024-11-06T07:58:46.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-11-06T07:58:46.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-11-06T07:58:46.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-11-06T07:58:46.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2506 | 2024-11-06T07:58:46.337Z | |
2507 | 2024-11-06T07:58:46.337Z | info: running `cargo check --bins` on nexus-macros-common (73/168) |
2508 | 2024-11-06T07:58:46.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-11-06T07:58:46.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-11-06T07:58:46.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-11-06T07:58:46.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2512 | 2024-11-06T07:58:46.901Z | |
2513 | 2024-11-06T07:58:46.901Z | info: running `cargo check --bins` on nexus-auth (74/168) |
2514 | 2024-11-06T07:58:47.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-11-06T07:58:47.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-11-06T07:58:47.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-11-06T07:58:47.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2518 | 2024-11-06T07:58:47.527Z | |
2519 | 2024-11-06T07:58:47.527Z | info: running `cargo check --bins` on authz-macros (75/168) |
2520 | 2024-11-06T07:58:48.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-11-06T07:58:48.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-11-06T07:58:48.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-11-06T07:58:48.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2524 | 2024-11-06T07:58:48.099Z | |
2525 | 2024-11-06T07:58:48.099Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/168) |
2526 | 2024-11-06T07:58:48.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-11-06T07:58:48.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-11-06T07:58:48.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-11-06T07:58:48.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2530 | 2024-11-06T07:58:48.711Z | |
2531 | 2024-11-06T07:58:48.712Z | info: running `cargo check --bins` on nexus-db-model (77/168) |
2532 | 2024-11-06T07:58:49.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-11-06T07:58:49.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-11-06T07:58:49.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-11-06T07:58:49.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2536 | 2024-11-06T07:58:49.317Z | |
2537 | 2024-11-06T07:58:49.317Z | info: running `cargo check --bins` on nexus-defaults (78/168) |
2538 | 2024-11-06T07:58:49.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-11-06T07:58:49.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-11-06T07:58:49.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-11-06T07:58:49.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2542 | 2024-11-06T07:58:49.910Z | |
2543 | 2024-11-06T07:58:49.910Z | info: running `cargo check --bins` on sled-agent-client (79/168) |
2544 | 2024-11-06T07:58:50.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-11-06T07:58:50.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-11-06T07:58:50.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-11-06T07:58:50.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2548 | 2024-11-06T07:58:50.508Z | |
2549 | 2024-11-06T07:58:50.508Z | info: running `cargo check --bins` on nexus-inventory (80/168) |
2550 | 2024-11-06T07:58:51.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-11-06T07:58:51.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-11-06T07:58:51.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-11-06T07:58:51.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2554 | 2024-11-06T07:58:51.113Z | |
2555 | 2024-11-06T07:58:51.113Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168) |
2556 | 2024-11-06T07:58:51.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-11-06T07:58:51.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-11-06T07:58:51.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-11-06T07:58:51.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2560 | 2024-11-06T07:58:51.712Z | |
2561 | 2024-11-06T07:58:51.712Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/168) |
2562 | 2024-11-06T07:58:52.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-11-06T07:58:52.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-11-06T07:58:52.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-11-06T07:58:52.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2566 | 2024-11-06T07:58:52.310Z | |
2567 | 2024-11-06T07:58:52.310Z | info: running `cargo check --bins` on typed-rng (83/168) |
2568 | 2024-11-06T07:58:52.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-11-06T07:58:52.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-11-06T07:58:52.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-11-06T07:58:52.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2572 | 2024-11-06T07:58:52.882Z | |
2573 | 2024-11-06T07:58:52.882Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168) |
2574 | 2024-11-06T07:58:53.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-11-06T07:58:53.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-11-06T07:58:53.564Z | Checking keccak v0.1.5 |
2577 | 2024-11-06T07:58:53.668Z | Checking secrecy v0.8.0 |
2578 | 2024-11-06T07:58:53.670Z | Compiling unicase v2.7.0 |
2579 | 2024-11-06T07:58:53.670Z | Compiling same-file v1.0.6 |
2580 | 2024-11-06T07:58:53.670Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2581 | 2024-11-06T07:58:53.688Z | Compiling tempfile v3.13.0 |
2582 | 2024-11-06T07:58:53.710Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2583 | 2024-11-06T07:58:53.723Z | Compiling thiserror-impl-no-std v2.0.2 |
2584 | 2024-11-06T07:58:53.886Z | Compiling walkdir v2.5.0 |
2585 | 2024-11-06T07:58:53.938Z | Checking sha3 v0.10.8 |
2586 | 2024-11-06T07:58:53.955Z | Checking universal-hash v0.5.1 |
2587 | 2024-11-06T07:58:54.021Z | Compiling blake3 v1.5.4 |
2588 | 2024-11-06T07:58:54.140Z | Compiling ring v0.16.20 |
2589 | 2024-11-06T07:58:54.157Z | Checking opaque-debug v0.3.1 |
2590 | 2024-11-06T07:58:54.275Z | Checking poly1305 v0.8.0 |
2591 | 2024-11-06T07:58:54.355Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2592 | 2024-11-06T07:58:54.466Z | Checking chacha20 v0.9.1 |
2593 | 2024-11-06T07:58:54.554Z | Checking aead v0.5.2 |
2594 | 2024-11-06T07:58:54.595Z | Compiling memmap2 v0.9.5 |
2595 | 2024-11-06T07:58:54.678Z | Compiling arrayref v0.3.9 |
2596 | 2024-11-06T07:58:54.764Z | Compiling home v0.5.9 |
2597 | 2024-11-06T07:58:54.780Z | Compiling constant_time_eq v0.3.1 |
2598 | 2024-11-06T07:58:54.794Z | Compiling spin v0.5.2 |
2599 | 2024-11-06T07:58:54.827Z | Compiling arrayvec v0.7.6 |
2600 | 2024-11-06T07:58:54.947Z | Compiling libefi-sys v0.1.0 |
2601 | 2024-11-06T07:58:55.016Z | Compiling salty v0.3.0 |
2602 | 2024-11-06T07:58:55.033Z | Compiling untrusted v0.7.1 |
2603 | 2024-11-06T07:58:55.047Z | Compiling toolchain_find v0.4.0 |
2604 | 2024-11-06T07:58:55.215Z | Checking chacha20poly1305 v0.10.1 |
2605 | 2024-11-06T07:58:55.400Z | Compiling camino-tempfile v1.1.1 |
2606 | 2024-11-06T07:58:55.445Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2607 | 2024-11-06T07:58:55.493Z | Compiling bitfield-struct v0.6.2 |
2608 | 2024-11-06T07:58:55.648Z | Compiling topological-sort v0.2.2 |
2609 | 2024-11-06T07:58:55.693Z | Compiling mime_guess v2.0.5 |
2610 | 2024-11-06T07:58:55.867Z | Compiling rustfmt-wrapper v0.2.1 |
2611 | 2024-11-06T07:58:56.380Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2612 | 2024-11-06T07:58:56.430Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2613 | 2024-11-06T07:58:56.447Z | Checking primeorder v0.13.6 |
2614 | 2024-11-06T07:58:56.471Z | Checking env_filter v0.1.2 |
2615 | 2024-11-06T07:58:56.687Z | Checking thiserror-no-std v2.0.2 |
2616 | 2024-11-06T07:58:56.705Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2617 | 2024-11-06T07:58:56.797Z | Checking vsss-rs v3.3.4 |
2618 | 2024-11-06T07:58:56.822Z | Checking env_logger v0.11.5 |
2619 | 2024-11-06T07:58:56.892Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2620 | 2024-11-06T07:58:56.924Z | Checking p384 v0.13.0 |
2621 | 2024-11-06T07:58:56.937Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2622 | 2024-11-06T07:58:56.952Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2623 | 2024-11-06T07:58:57.180Z | Checking gethostname v0.5.0 |
2624 | 2024-11-06T07:58:57.310Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2625 | 2024-11-06T07:58:57.402Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2626 | 2024-11-06T07:58:57.485Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2627 | 2024-11-06T07:58:57.718Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2628 | 2024-11-06T07:58:57.753Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2629 | 2024-11-06T07:58:57.972Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2630 | 2024-11-06T07:58:58.071Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2631 | 2024-11-06T07:58:58.304Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2632 | 2024-11-06T07:58:58.355Z | Checking nanorand v0.7.0 |
2633 | 2024-11-06T07:58:58.377Z | Checking atty v0.2.14 |
2634 | 2024-11-06T07:58:58.393Z | Checking glob v0.3.1 |
2635 | 2024-11-06T07:58:58.498Z | Checking http-range v0.1.5 |
2636 | 2024-11-06T07:58:58.676Z | Checking hyper-staticfile v0.10.1 |
2637 | 2024-11-06T07:58:58.722Z | Checking flume v0.11.0 |
2638 | 2024-11-06T07:58:58.725Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2639 | 2024-11-06T07:58:59.229Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2640 | 2024-11-06T07:58:59.338Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2641 | 2024-11-06T07:58:59.400Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2642 | 2024-11-06T07:58:59.851Z | Compiling omicron-zone-package v0.11.1 |
2643 | 2024-11-06T07:59:00.065Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2644 | 2024-11-06T07:59:00.793Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2645 | 2024-11-06T07:59:01.158Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2646 | 2024-11-06T07:59:01.252Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2647 | 2024-11-06T07:59:01.288Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2648 | 2024-11-06T07:59:01.817Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2649 | 2024-11-06T07:59:01.893Z | Checking display-error-chain v0.2.2 |
2650 | 2024-11-06T07:59:02.722Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2651 | 2024-11-06T07:59:03.811Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2652 | 2024-11-06T07:59:05.311Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2653 | 2024-11-06T07:59:05.313Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2654 | 2024-11-06T07:59:17.106Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2655 | 2024-11-06T08:00:05.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
2656 | 2024-11-06T08:00:05.433Z | |
2657 | 2024-11-06T08:00:05.433Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168) |
2658 | 2024-11-06T08:00:06.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-11-06T08:00:06.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-11-06T08:00:06.120Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2661 | 2024-11-06T08:00:54.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.16s |
2662 | 2024-11-06T08:00:54.781Z | |
2663 | 2024-11-06T08:00:54.781Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168) |
2664 | 2024-11-06T08:00:55.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2024-11-06T08:00:55.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2024-11-06T08:00:55.470Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2667 | 2024-11-06T08:01:44.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.26s |
2668 | 2024-11-06T08:01:44.228Z | |
2669 | 2024-11-06T08:01:44.228Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168) |
2670 | 2024-11-06T08:01:44.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-11-06T08:01:44.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-11-06T08:01:44.904Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2673 | 2024-11-06T08:02:34.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.84s |
2674 | 2024-11-06T08:02:34.256Z | |
2675 | 2024-11-06T08:02:34.256Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168) |
2676 | 2024-11-06T08:02:34.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-11-06T08:02:34.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-11-06T08:02:34.931Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2679 | 2024-11-06T08:03:22.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.69s |
2680 | 2024-11-06T08:03:23.135Z | |
2681 | 2024-11-06T08:03:23.135Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168) |
2682 | 2024-11-06T08:03:23.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-11-06T08:03:23.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-11-06T08:03:23.811Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2685 | 2024-11-06T08:04:12.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.86s |
2686 | 2024-11-06T08:04:12.180Z | |
2687 | 2024-11-06T08:04:12.180Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168) |
2688 | 2024-11-06T08:04:12.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-11-06T08:04:12.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-11-06T08:04:12.864Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2691 | 2024-11-06T08:05:01.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s |
2692 | 2024-11-06T08:05:01.210Z | |
2693 | 2024-11-06T08:05:01.210Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168) |
2694 | 2024-11-06T08:05:01.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-11-06T08:05:01.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-11-06T08:05:01.902Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2697 | 2024-11-06T08:05:50.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.07s |
2698 | 2024-11-06T08:05:50.472Z | |
2699 | 2024-11-06T08:05:50.472Z | info: running `cargo check --bins` on bootstrap-agent-api (92/168) |
2700 | 2024-11-06T08:05:51.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-11-06T08:05:51.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-11-06T08:05:51.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2024-11-06T08:05:51.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2704 | 2024-11-06T08:05:51.076Z | |
2705 | 2024-11-06T08:05:51.076Z | info: running `cargo check --bins` on sled-agent-types (93/168) |
2706 | 2024-11-06T08:05:51.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-11-06T08:05:51.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-11-06T08:05:51.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2024-11-06T08:05:51.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2710 | 2024-11-06T08:05:51.684Z | |
2711 | 2024-11-06T08:05:51.685Z | info: running `cargo check --bins` on bootstrap-agent-client (94/168) |
2712 | 2024-11-06T08:05:52.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2024-11-06T08:05:52.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2024-11-06T08:05:52.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2024-11-06T08:05:52.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2716 | 2024-11-06T08:05:52.293Z | |
2717 | 2024-11-06T08:05:52.293Z | info: running `cargo check --bins` on dpd-client (95/168) |
2718 | 2024-11-06T08:05:52.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-11-06T08:05:52.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-11-06T08:05:52.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2024-11-06T08:05:52.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2722 | 2024-11-06T08:05:52.899Z | |
2723 | 2024-11-06T08:05:52.899Z | info: running `cargo check --bins` on installinator-common (96/168) |
2724 | 2024-11-06T08:05:53.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2024-11-06T08:05:53.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2024-11-06T08:05:53.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2024-11-06T08:05:53.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2728 | 2024-11-06T08:05:53.512Z | |
2729 | 2024-11-06T08:05:53.513Z | info: running `cargo check --bins` on key-manager (97/168) |
2730 | 2024-11-06T08:05:54.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2024-11-06T08:05:54.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2024-11-06T08:05:54.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2024-11-06T08:05:54.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2734 | 2024-11-06T08:05:54.092Z | |
2735 | 2024-11-06T08:05:54.092Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/168) |
2736 | 2024-11-06T08:05:54.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2024-11-06T08:05:54.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2024-11-06T08:05:54.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2024-11-06T08:05:54.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2740 | 2024-11-06T08:05:54.703Z | |
2741 | 2024-11-06T08:05:54.703Z | info: running `cargo check --bins` on repo-depot-api (99/168) |
2742 | 2024-11-06T08:05:55.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2024-11-06T08:05:55.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2024-11-06T08:05:55.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2024-11-06T08:05:55.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2746 | 2024-11-06T08:05:55.296Z | |
2747 | 2024-11-06T08:05:55.296Z | info: running `cargo check --bins` on repo-depot-client (100/168) |
2748 | 2024-11-06T08:05:55.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2024-11-06T08:05:55.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2024-11-06T08:05:55.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2024-11-06T08:05:55.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2752 | 2024-11-06T08:05:55.883Z | |
2753 | 2024-11-06T08:05:55.883Z | info: running `cargo check --bins` on sled-agent-api (101/168) |
2754 | 2024-11-06T08:05:56.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2024-11-06T08:05:56.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2024-11-06T08:05:56.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2757 | 2024-11-06T08:05:56.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2758 | 2024-11-06T08:05:56.499Z | |
2759 | 2024-11-06T08:05:56.499Z | info: running `cargo check --bins` on sled-hardware (102/168) |
2760 | 2024-11-06T08:05:57.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2024-11-06T08:05:57.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2024-11-06T08:05:57.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2763 | 2024-11-06T08:05:57.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2764 | 2024-11-06T08:05:57.104Z | |
2765 | 2024-11-06T08:05:57.104Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/168) |
2766 | 2024-11-06T08:05:57.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2024-11-06T08:05:57.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2024-11-06T08:05:57.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2024-11-06T08:05:57.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2770 | 2024-11-06T08:05:57.718Z | |
2771 | 2024-11-06T08:05:57.718Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168) |
2772 | 2024-11-06T08:05:58.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-11-06T08:05:58.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-11-06T08:05:58.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2024-11-06T08:05:58.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2776 | 2024-11-06T08:05:58.311Z | |
2777 | 2024-11-06T08:05:58.311Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/168) |
2778 | 2024-11-06T08:05:58.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-11-06T08:05:58.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-11-06T08:05:58.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-11-06T08:05:58.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2782 | 2024-11-06T08:05:58.929Z | |
2783 | 2024-11-06T08:05:58.929Z | info: running `cargo check --bins` on nexus-test-interface (106/168) |
2784 | 2024-11-06T08:05:59.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-11-06T08:05:59.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-11-06T08:05:59.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-11-06T08:05:59.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2788 | 2024-11-06T08:05:59.547Z | |
2789 | 2024-11-06T08:05:59.547Z | info: running `cargo check --bins` on oximeter-collector (107/168) |
2790 | 2024-11-06T08:06:00.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-11-06T08:06:00.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-11-06T08:06:00.187Z | Compiling phf_generator v0.11.2 |
2793 | 2024-11-06T08:06:00.190Z | Compiling parse-zoneinfo v0.3.1 |
2794 | 2024-11-06T08:06:00.295Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2795 | 2024-11-06T08:06:00.298Z | Checking bcs v0.1.6 |
2796 | 2024-11-06T08:06:00.298Z | Compiling async-recursion v1.1.1 |
2797 | 2024-11-06T08:06:00.298Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2798 | 2024-11-06T08:06:00.298Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2799 | 2024-11-06T08:06:00.386Z | Compiling phf_codegen v0.11.2 |
2800 | 2024-11-06T08:06:00.854Z | Compiling chrono-tz-build v0.4.0 |
2801 | 2024-11-06T08:06:01.736Z | Compiling chrono-tz v0.10.0 |
2802 | 2024-11-06T08:06:08.915Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2803 | 2024-11-06T08:06:13.111Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2804 | 2024-11-06T08:06:15.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.96s |
2805 | 2024-11-06T08:06:15.677Z | |
2806 | 2024-11-06T08:06:15.677Z | info: running `cargo check --bins` on oximeter-api (108/168) |
2807 | 2024-11-06T08:06:16.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-11-06T08:06:16.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-11-06T08:06:16.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2024-11-06T08:06:16.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2811 | 2024-11-06T08:06:16.263Z | |
2812 | 2024-11-06T08:06:16.263Z | info: running `cargo check --bins` on oximeter-client (109/168) |
2813 | 2024-11-06T08:06:16.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-11-06T08:06:16.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-11-06T08:06:16.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2024-11-06T08:06:16.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2817 | 2024-11-06T08:06:16.860Z | |
2818 | 2024-11-06T08:06:16.860Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/168) |
2819 | 2024-11-06T08:06:17.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2024-11-06T08:06:17.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2024-11-06T08:06:17.468Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2822 | 2024-11-06T08:06:18.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
2823 | 2024-11-06T08:06:18.240Z | |
2824 | 2024-11-06T08:06:18.240Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168) |
2825 | 2024-11-06T08:06:18.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-11-06T08:06:18.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-11-06T08:06:18.868Z | Compiling cfg_aliases v0.1.1 |
2828 | 2024-11-06T08:06:18.868Z | Compiling vte_generate_state_changes v0.1.2 |
2829 | 2024-11-06T08:06:18.871Z | Checking fd-lock v4.0.2 |
2830 | 2024-11-06T08:06:18.871Z | Checking bytecount v0.6.8 |
2831 | 2024-11-06T08:06:18.975Z | Compiling tabled_derive v0.7.0 |
2832 | 2024-11-06T08:06:18.984Z | Compiling peg-macros v0.8.4 |
2833 | 2024-11-06T08:06:18.986Z | Compiling sqlparser_derive v0.2.2 |
2834 | 2024-11-06T08:06:18.992Z | Checking nu-ansi-term v0.50.1 |
2835 | 2024-11-06T08:06:19.045Z | Compiling nix v0.28.0 |
2836 | 2024-11-06T08:06:19.100Z | Checking papergrid v0.11.0 |
2837 | 2024-11-06T08:06:19.129Z | Checking home v0.5.9 |
2838 | 2024-11-06T08:06:19.277Z | Checking unicode_categories v0.1.1 |
2839 | 2024-11-06T08:06:19.580Z | Checking vte v0.11.1 |
2840 | 2024-11-06T08:06:19.612Z | Checking sqlformat v0.2.6 |
2841 | 2024-11-06T08:06:20.018Z | Checking sqlparser v0.45.0 |
2842 | 2024-11-06T08:06:20.860Z | Checking tabled v0.15.0 |
2843 | 2024-11-06T08:06:20.939Z | Checking strip-ansi-escapes v0.2.0 |
2844 | 2024-11-06T08:06:21.091Z | Checking reedline v0.35.0 |
2845 | 2024-11-06T08:06:21.671Z | Checking peg v0.8.4 |
2846 | 2024-11-06T08:06:22.378Z | Checking rustyline v14.0.0 |
2847 | 2024-11-06T08:06:26.525Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2848 | 2024-11-06T08:06:32.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s |
2849 | 2024-11-06T08:06:33.077Z | |
2850 | 2024-11-06T08:06:33.077Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168) |
2851 | 2024-11-06T08:06:33.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2024-11-06T08:06:33.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2024-11-06T08:06:33.689Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2854 | 2024-11-06T08:06:40.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.01s |
2855 | 2024-11-06T08:06:40.262Z | |
2856 | 2024-11-06T08:06:40.262Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168) |
2857 | 2024-11-06T08:06:40.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-11-06T08:06:40.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-11-06T08:06:40.883Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2860 | 2024-11-06T08:06:45.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2861 | 2024-11-06T08:06:45.971Z | |
2862 | 2024-11-06T08:06:45.971Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168) |
2863 | 2024-11-06T08:06:46.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-11-06T08:06:46.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-11-06T08:06:46.586Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2866 | 2024-11-06T08:06:52.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s |
2867 | 2024-11-06T08:06:52.900Z | |
2868 | 2024-11-06T08:06:52.900Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168) |
2869 | 2024-11-06T08:06:53.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-11-06T08:06:53.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-11-06T08:06:53.508Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2872 | 2024-11-06T08:06:59.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s |
2873 | 2024-11-06T08:06:59.779Z | |
2874 | 2024-11-06T08:06:59.779Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168) |
2875 | 2024-11-06T08:07:00.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2024-11-06T08:07:00.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2024-11-06T08:07:00.386Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2878 | 2024-11-06T08:07:05.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
2879 | 2024-11-06T08:07:05.726Z | |
2880 | 2024-11-06T08:07:05.726Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168) |
2881 | 2024-11-06T08:07:06.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-11-06T08:07:06.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-11-06T08:07:06.329Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2884 | 2024-11-06T08:07:11.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
2885 | 2024-11-06T08:07:11.655Z | |
2886 | 2024-11-06T08:07:11.655Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168) |
2887 | 2024-11-06T08:07:12.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-11-06T08:07:12.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-11-06T08:07:12.271Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2890 | 2024-11-06T08:07:18.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.03s |
2891 | 2024-11-06T08:07:18.880Z | |
2892 | 2024-11-06T08:07:18.881Z | info: running `cargo check --bins` on oximeter-test-utils (119/168) |
2893 | 2024-11-06T08:07:19.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2024-11-06T08:07:19.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2024-11-06T08:07:19.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2896 | 2024-11-06T08:07:19.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2897 | 2024-11-06T08:07:19.516Z | |
2898 | 2024-11-06T08:07:19.516Z | info: running `cargo check --bins` on cockroach-admin-client (120/168) |
2899 | 2024-11-06T08:07:20.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2024-11-06T08:07:20.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2024-11-06T08:07:20.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2902 | 2024-11-06T08:07:20.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2903 | 2024-11-06T08:07:20.125Z | |
2904 | 2024-11-06T08:07:20.125Z | info: running `cargo check --bins` on installinator-client (121/168) |
2905 | 2024-11-06T08:07:20.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2906 | 2024-11-06T08:07:20.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2907 | 2024-11-06T08:07:20.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2908 | 2024-11-06T08:07:20.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2909 | 2024-11-06T08:07:20.763Z | |
2910 | 2024-11-06T08:07:20.763Z | info: running `cargo check --bins` on oxide-client (122/168) |
2911 | 2024-11-06T08:07:21.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2912 | 2024-11-06T08:07:21.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2913 | 2024-11-06T08:07:21.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2914 | 2024-11-06T08:07:21.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2915 | 2024-11-06T08:07:21.351Z | |
2916 | 2024-11-06T08:07:21.351Z | info: running `cargo check --bins` on wicketd-client (123/168) |
2917 | 2024-11-06T08:07:21.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2918 | 2024-11-06T08:07:21.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2919 | 2024-11-06T08:07:21.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2920 | 2024-11-06T08:07:21.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2921 | 2024-11-06T08:07:21.970Z | |
2922 | 2024-11-06T08:07:21.970Z | info: running `cargo check --bins` on wicket-common (124/168) |
2923 | 2024-11-06T08:07:22.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2924 | 2024-11-06T08:07:22.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2925 | 2024-11-06T08:07:22.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2926 | 2024-11-06T08:07:22.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2927 | 2024-11-06T08:07:22.578Z | |
2928 | 2024-11-06T08:07:22.578Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/168) |
2929 | 2024-11-06T08:07:23.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2024-11-06T08:07:23.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2024-11-06T08:07:23.191Z | Checking csv-core v0.1.11 |
2932 | 2024-11-06T08:07:23.194Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2933 | 2024-11-06T08:07:23.493Z | Checking csv v1.3.0 |
2934 | 2024-11-06T08:07:24.018Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2935 | 2024-11-06T08:07:24.377Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2936 | 2024-11-06T08:07:25.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
2937 | 2024-11-06T08:07:25.707Z | |
2938 | 2024-11-06T08:07:25.707Z | info: running `cargo check --bins` on cockroach-admin-api (126/168) |
2939 | 2024-11-06T08:07:26.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2024-11-06T08:07:26.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2024-11-06T08:07:26.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2942 | 2024-11-06T08:07:26.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2943 | 2024-11-06T08:07:26.295Z | |
2944 | 2024-11-06T08:07:26.295Z | info: running `cargo check --bins` on cockroach-admin-types (127/168) |
2945 | 2024-11-06T08:07:26.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2946 | 2024-11-06T08:07:26.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2947 | 2024-11-06T08:07:26.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2948 | 2024-11-06T08:07:26.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2949 | 2024-11-06T08:07:26.875Z | |
2950 | 2024-11-06T08:07:26.875Z | info: running `cargo check --bins` on cert-dev (128/168) |
2951 | 2024-11-06T08:07:27.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2024-11-06T08:07:27.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2024-11-06T08:07:27.439Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2954 | 2024-11-06T08:07:27.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2955 | 2024-11-06T08:07:27.854Z | |
2956 | 2024-11-06T08:07:27.855Z | info: running `cargo check --bins` on ch-dev (129/168) |
2957 | 2024-11-06T08:07:28.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2958 | 2024-11-06T08:07:28.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2959 | 2024-11-06T08:07:28.476Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2960 | 2024-11-06T08:07:29.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2961 | 2024-11-06T08:07:29.328Z | |
2962 | 2024-11-06T08:07:29.328Z | info: running `cargo check --bins` on crdb-seed (130/168) |
2963 | 2024-11-06T08:07:29.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2964 | 2024-11-06T08:07:29.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2965 | 2024-11-06T08:07:29.935Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2966 | 2024-11-06T08:07:30.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2967 | 2024-11-06T08:07:30.426Z | |
2968 | 2024-11-06T08:07:30.426Z | info: running `cargo check --bins` on db-dev (131/168) |
2969 | 2024-11-06T08:07:30.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2024-11-06T08:07:30.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2024-11-06T08:07:31.040Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2972 | 2024-11-06T08:07:31.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2973 | 2024-11-06T08:07:31.910Z | |
2974 | 2024-11-06T08:07:31.910Z | info: running `cargo check --bins` on omicron-dev-lib (132/168) |
2975 | 2024-11-06T08:07:32.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2024-11-06T08:07:32.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2024-11-06T08:07:32.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2978 | 2024-11-06T08:07:32.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2979 | 2024-11-06T08:07:32.516Z | |
2980 | 2024-11-06T08:07:32.516Z | info: running `cargo check --bins` on xtask-downloader (133/168) |
2981 | 2024-11-06T08:07:33.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-11-06T08:07:33.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-11-06T08:07:33.096Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2984 | 2024-11-06T08:07:34.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
2985 | 2024-11-06T08:07:34.188Z | |
2986 | 2024-11-06T08:07:34.188Z | info: running `cargo check --bins` on omicron-ls-apis (134/168) |
2987 | 2024-11-06T08:07:34.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-11-06T08:07:34.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-11-06T08:07:34.778Z | Checking cargo-platform v0.1.8 |
2990 | 2024-11-06T08:07:35.045Z | Checking cargo_metadata v0.18.1 |
2991 | 2024-11-06T08:07:36.004Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2992 | 2024-11-06T08:07:36.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
2993 | 2024-11-06T08:07:36.892Z | |
2994 | 2024-11-06T08:07:36.892Z | info: running `cargo check --bins` on mgs-dev (135/168) |
2995 | 2024-11-06T08:07:37.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-11-06T08:07:37.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-11-06T08:07:37.555Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2998 | 2024-11-06T08:07:38.230Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2999 | 2024-11-06T08:07:38.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
3000 | 2024-11-06T08:07:38.912Z | |
3001 | 2024-11-06T08:07:38.912Z | info: running `cargo check --bins` on omicron-omdb (136/168) |
3002 | 2024-11-06T08:07:39.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2024-11-06T08:07:39.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2024-11-06T08:07:39.643Z | Compiling crunchy v0.2.2 |
3005 | 2024-11-06T08:07:39.643Z | Compiling glob v0.3.1 |
3006 | 2024-11-06T08:07:39.643Z | Compiling tiny-keccak v2.0.2 |
3007 | 2024-11-06T08:07:39.646Z | Compiling dsl_auto_type v0.1.2 |
3008 | 2024-11-06T08:07:39.646Z | Checking scheduled-thread-pool v0.2.7 |
3009 | 2024-11-06T08:07:39.646Z | Compiling diesel_table_macro_syntax v0.2.0 |
3010 | 2024-11-06T08:07:39.646Z | Compiling ascii-canvas v3.0.0 |
3011 | 2024-11-06T08:07:39.752Z | Compiling ena v0.14.3 |
3012 | 2024-11-06T08:07:40.042Z | Checking r2d2 v0.8.10 |
3013 | 2024-11-06T08:07:40.065Z | Compiling libloading v0.8.5 |
3014 | 2024-11-06T08:07:40.146Z | Compiling diff v0.1.13 |
3015 | 2024-11-06T08:07:40.184Z | Compiling regex-syntax v0.6.29 |
3016 | 2024-11-06T08:07:40.220Z | Compiling bindgen v0.69.5 |
3017 | 2024-11-06T08:07:40.348Z | Compiling which v4.4.2 |
3018 | 2024-11-06T08:07:40.475Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3019 | 2024-11-06T08:07:40.635Z | Compiling clang-sys v1.8.1 |
3020 | 2024-11-06T08:07:40.716Z | Compiling cexpr v0.6.0 |
3021 | 2024-11-06T08:07:40.766Z | Compiling lazycell v1.3.0 |
3022 | 2024-11-06T08:07:40.932Z | Compiling ref-cast v1.0.23 |
3023 | 2024-11-06T08:07:40.949Z | Compiling rustc-hash v1.1.0 |
3024 | 2024-11-06T08:07:41.069Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3025 | 2024-11-06T08:07:41.085Z | Compiling derive_builder_core v0.20.2 |
3026 | 2024-11-06T08:07:41.108Z | Compiling libxml v0.3.3 |
3027 | 2024-11-06T08:07:41.305Z | Compiling diesel_derives v2.2.3 |
3028 | 2024-11-06T08:07:41.355Z | Compiling ref-cast-impl v1.0.23 |
3029 | 2024-11-06T08:07:41.478Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3030 | 2024-11-06T08:07:41.606Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3031 | 2024-11-06T08:07:41.990Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3032 | 2024-11-06T08:07:42.296Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3033 | 2024-11-06T08:07:42.337Z | Compiling strum_macros v0.24.3 |
3034 | 2024-11-06T08:07:42.641Z | Compiling indoc v1.0.9 |
3035 | 2024-11-06T08:07:43.409Z | Compiling lalrpop v0.19.12 |
3036 | 2024-11-06T08:07:43.659Z | Compiling derive_builder_macro v0.20.2 |
3037 | 2024-11-06T08:07:44.529Z | Checking derive_builder v0.20.2 |
3038 | 2024-11-06T08:07:44.602Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3039 | 2024-11-06T08:07:44.677Z | Compiling oso-derive v0.27.3 |
3040 | 2024-11-06T08:07:44.987Z | Compiling impl-trait-for-tuples v0.2.2 |
3041 | 2024-11-06T08:07:45.733Z | Checking quick-xml v0.33.0 |
3042 | 2024-11-06T08:07:45.801Z | Compiling diesel-dtrace v0.3.0 |
3043 | 2024-11-06T08:07:45.818Z | Checking maplit v1.0.2 |
3044 | 2024-11-06T08:07:45.980Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3045 | 2024-11-06T08:07:46.192Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3046 | 2024-11-06T08:07:46.505Z | Checking bb8 v0.8.5 |
3047 | 2024-11-06T08:07:47.032Z | Compiling const_format_proc_macros v0.2.33 |
3048 | 2024-11-06T08:07:47.710Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3049 | 2024-11-06T08:07:48.044Z | Checking castaway v0.2.3 |
3050 | 2024-11-06T08:07:48.061Z | Checking rand_seeder v0.3.0 |
3051 | 2024-11-06T08:07:48.220Z | Checking compact_str v0.8.0 |
3052 | 2024-11-06T08:07:48.313Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3053 | 2024-11-06T08:07:48.580Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3054 | 2024-11-06T08:07:49.176Z | Checking const_format v0.2.33 |
3055 | 2024-11-06T08:07:49.196Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3056 | 2024-11-06T08:07:49.684Z | Checking unicode-truncate v1.1.0 |
3057 | 2024-11-06T08:07:49.918Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3058 | 2024-11-06T08:07:50.221Z | Checking lru v0.12.5 |
3059 | 2024-11-06T08:07:50.515Z | Compiling instability v0.3.2 |
3060 | 2024-11-06T08:07:50.547Z | Checking is_ci v1.2.0 |
3061 | 2024-11-06T08:07:50.699Z | Checking cassowary v0.3.0 |
3062 | 2024-11-06T08:07:50.718Z | Checking smawk v0.3.2 |
3063 | 2024-11-06T08:07:50.931Z | Checking unicode-linebreak v0.1.5 |
3064 | 2024-11-06T08:07:51.121Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3065 | 2024-11-06T08:07:51.366Z | Checking textwrap v0.16.1 |
3066 | 2024-11-06T08:07:51.532Z | Checking ratatui v0.28.1 |
3067 | 2024-11-06T08:07:51.771Z | Checking supports-color v3.0.1 |
3068 | 2024-11-06T08:07:52.008Z | Checking multimap v0.10.0 |
3069 | 2024-11-06T08:07:53.140Z | Checking diesel v2.2.4 |
3070 | 2024-11-06T08:08:11.425Z | Compiling samael v0.0.17 |
3071 | 2024-11-06T08:08:28.737Z | Checking async-bb8-diesel v0.2.1 |
3072 | 2024-11-06T08:08:29.419Z | Compiling polar-core v0.27.3 |
3073 | 2024-11-06T08:08:36.896Z | Checking oso v0.27.3 |
3074 | 2024-11-06T08:10:10.202Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3075 | 2024-11-06T08:10:18.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
3076 | 2024-11-06T08:10:18.276Z | |
3077 | 2024-11-06T08:10:18.276Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168) |
3078 | 2024-11-06T08:10:18.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-11-06T08:10:18.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-11-06T08:10:18.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2024-11-06T08:10:18.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3082 | 2024-11-06T08:10:18.920Z | |
3083 | 2024-11-06T08:10:18.920Z | info: running `cargo check --bins` on nexus-saga-recovery (138/168) |
3084 | 2024-11-06T08:10:19.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2024-11-06T08:10:19.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2024-11-06T08:10:19.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3087 | 2024-11-06T08:10:19.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3088 | 2024-11-06T08:10:19.561Z | |
3089 | 2024-11-06T08:10:19.561Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/168) |
3090 | 2024-11-06T08:10:20.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-11-06T08:10:20.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-11-06T08:10:20.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2024-11-06T08:10:20.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3094 | 2024-11-06T08:10:20.139Z | |
3095 | 2024-11-06T08:10:20.139Z | info: running `cargo check --bins` on omicron-nexus (140/168) |
3096 | 2024-11-06T08:10:20.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2024-11-06T08:10:20.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2024-11-06T08:10:20.902Z | Compiling libz-sys v1.1.20 |
3099 | 2024-11-06T08:10:21.011Z | Checking http v0.2.12 |
3100 | 2024-11-06T08:10:21.014Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3101 | 2024-11-06T08:10:21.033Z | Compiling vergen v8.3.2 |
3102 | 2024-11-06T08:10:21.035Z | Compiling cargo-platform v0.1.8 |
3103 | 2024-11-06T08:10:21.035Z | Compiling pin-project-internal v1.1.6 |
3104 | 2024-11-06T08:10:21.064Z | Compiling libsqlite3-sys v0.30.1 |
3105 | 2024-11-06T08:10:21.064Z | Compiling snafu-derive v0.8.5 |
3106 | 2024-11-06T08:10:21.323Z | Compiling cargo_metadata v0.18.1 |
3107 | 2024-11-06T08:10:21.555Z | Compiling buf-list v1.0.3 |
3108 | 2024-11-06T08:10:21.602Z | Checking lockfree-object-pool v0.1.6 |
3109 | 2024-11-06T08:10:21.892Z | Checking bumpalo v3.16.0 |
3110 | 2024-11-06T08:10:21.961Z | Compiling zip v2.1.3 |
3111 | 2024-11-06T08:10:22.175Z | Checking simd-adler32 v0.3.7 |
3112 | 2024-11-06T08:10:22.212Z | Checking sync_wrapper v0.1.2 |
3113 | 2024-11-06T08:10:22.279Z | Compiling cfg_aliases v0.2.1 |
3114 | 2024-11-06T08:10:22.312Z | Checking http-body v0.4.6 |
3115 | 2024-11-06T08:10:22.350Z | Checking h2 v0.3.26 |
3116 | 2024-11-06T08:10:22.392Z | Compiling rustls v0.21.12 |
3117 | 2024-11-06T08:10:22.500Z | Checking zopfli v0.8.1 |
3118 | 2024-11-06T08:10:22.699Z | Compiling nix v0.29.0 |
3119 | 2024-11-06T08:10:22.899Z | Checking globset v0.4.15 |
3120 | 2024-11-06T08:10:23.216Z | Checking sct v0.7.1 |
3121 | 2024-11-06T08:10:23.418Z | Checking rustls-webpki v0.101.7 |
3122 | 2024-11-06T08:10:23.436Z | Checking olpc-cjson v0.1.4 |
3123 | 2024-11-06T08:10:23.547Z | Checking serde_plain v1.0.2 |
3124 | 2024-11-06T08:10:23.657Z | Compiling displaydoc v0.2.5 |
3125 | 2024-11-06T08:10:23.789Z | Checking typed-path v0.7.1 |
3126 | 2024-11-06T08:10:23.955Z | Checking pin-project v1.1.6 |
3127 | 2024-11-06T08:10:24.658Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3128 | 2024-11-06T08:10:24.844Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3129 | 2024-11-06T08:10:24.936Z | Checking hashlink v0.9.1 |
3130 | 2024-11-06T08:10:25.133Z | Checking parse-size v1.1.0 |
3131 | 2024-11-06T08:10:25.326Z | Checking fallible-iterator v0.3.0 |
3132 | 2024-11-06T08:10:25.564Z | Checking fallible-streaming-iterator v0.1.9 |
3133 | 2024-11-06T08:10:25.811Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3134 | 2024-11-06T08:10:25.917Z | Checking rusqlite v0.32.1 |
3135 | 2024-11-06T08:10:26.190Z | Checking rustls-pemfile v1.0.4 |
3136 | 2024-11-06T08:10:26.214Z | Checking snafu v0.8.5 |
3137 | 2024-11-06T08:10:26.402Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3138 | 2024-11-06T08:10:26.405Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3139 | 2024-11-06T08:10:26.678Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3140 | 2024-11-06T08:10:26.713Z | Checking twox-hash v1.6.3 |
3141 | 2024-11-06T08:10:26.811Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3142 | 2024-11-06T08:10:27.171Z | Checking tokio-rustls v0.24.1 |
3143 | 2024-11-06T08:10:27.193Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3144 | 2024-11-06T08:10:27.393Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3145 | 2024-11-06T08:10:27.534Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3146 | 2024-11-06T08:10:27.742Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3147 | 2024-11-06T08:10:27.918Z | Checking fatfs v0.3.6 |
3148 | 2024-11-06T08:10:28.434Z | Checking hyper v0.14.30 |
3149 | 2024-11-06T08:10:28.711Z | Checking assert_matches v1.5.0 |
3150 | 2024-11-06T08:10:32.483Z | Checking reqwest v0.11.27 |
3151 | 2024-11-06T08:10:33.266Z | Checking tough v0.17.1 |
3152 | 2024-11-06T08:10:34.916Z | Compiling git2 v0.19.0 |
3153 | 2024-11-06T08:10:36.729Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3154 | 2024-11-06T08:10:37.980Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3155 | 2024-11-06T08:10:40.177Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3156 | 2024-11-06T08:14:12.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 52s |
3157 | 2024-11-06T08:14:12.471Z | |
3158 | 2024-11-06T08:14:12.471Z | info: running `cargo check --bins` on nexus-external-api (141/168) |
3159 | 2024-11-06T08:14:13.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3160 | 2024-11-06T08:14:13.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3161 | 2024-11-06T08:14:13.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3162 | 2024-11-06T08:14:13.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3163 | 2024-11-06T08:14:13.138Z | |
3164 | 2024-11-06T08:14:13.138Z | info: running `cargo check --bins` on openapi-manager-types (142/168) |
3165 | 2024-11-06T08:14:13.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2024-11-06T08:14:13.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2024-11-06T08:14:13.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3168 | 2024-11-06T08:14:13.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3169 | 2024-11-06T08:14:13.715Z | |
3170 | 2024-11-06T08:14:13.715Z | info: running `cargo check --bins` on nexus-internal-api (143/168) |
3171 | 2024-11-06T08:14:14.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2024-11-06T08:14:14.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2024-11-06T08:14:14.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3174 | 2024-11-06T08:14:14.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3175 | 2024-11-06T08:14:14.333Z | |
3176 | 2024-11-06T08:14:14.333Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/168) |
3177 | 2024-11-06T08:14:14.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3178 | 2024-11-06T08:14:14.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3179 | 2024-11-06T08:14:14.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3180 | 2024-11-06T08:14:14.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3181 | 2024-11-06T08:14:14.981Z | |
3182 | 2024-11-06T08:14:14.982Z | info: running `cargo check --bins` on nexus-networking (145/168) |
3183 | 2024-11-06T08:14:15.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2024-11-06T08:14:15.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2024-11-06T08:14:15.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3186 | 2024-11-06T08:14:15.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3187 | 2024-11-06T08:14:15.624Z | |
3188 | 2024-11-06T08:14:15.624Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/168) |
3189 | 2024-11-06T08:14:16.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2024-11-06T08:14:16.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2024-11-06T08:14:16.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3192 | 2024-11-06T08:14:16.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3193 | 2024-11-06T08:14:16.253Z | |
3194 | 2024-11-06T08:14:16.253Z | info: running `cargo check --bins` on update-common (147/168) |
3195 | 2024-11-06T08:14:16.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2024-11-06T08:14:16.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2024-11-06T08:14:16.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3198 | 2024-11-06T08:14:16.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3199 | 2024-11-06T08:14:16.875Z | |
3200 | 2024-11-06T08:14:16.875Z | info: running `cargo check --bins` on tufaceous-lib (148/168) |
3201 | 2024-11-06T08:14:17.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2024-11-06T08:14:17.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2024-11-06T08:14:17.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3204 | 2024-11-06T08:14:17.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3205 | 2024-11-06T08:14:17.502Z | |
3206 | 2024-11-06T08:14:17.502Z | info: running `cargo check --bins` on tufaceous (149/168) |
3207 | 2024-11-06T08:14:18.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2024-11-06T08:14:18.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2024-11-06T08:14:18.135Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3210 | 2024-11-06T08:14:19.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
3211 | 2024-11-06T08:14:19.225Z | |
3212 | 2024-11-06T08:14:19.225Z | info: running `cargo check --bins` on omicron-dev (150/168) |
3213 | 2024-11-06T08:14:19.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2024-11-06T08:14:19.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2024-11-06T08:14:20.034Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3216 | 2024-11-06T08:14:20.155Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3217 | 2024-11-06T08:14:20.157Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3218 | 2024-11-06T08:14:20.157Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3219 | 2024-11-06T08:15:14.285Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3220 | 2024-11-06T08:15:14.285Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3221 | 2024-11-06T08:15:14.288Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3222 | 2024-11-06T08:15:14.288Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3223 | 2024-11-06T08:15:14.288Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3224 | 2024-11-06T08:15:15.197Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3225 | 2024-11-06T08:15:16.397Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3226 | 2024-11-06T08:18:32.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s |
3227 | 2024-11-06T08:18:32.892Z | |
3228 | 2024-11-06T08:18:32.892Z | info: running `cargo check --bins` on openapi-manager (151/168) |
3229 | 2024-11-06T08:18:33.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2024-11-06T08:18:33.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2024-11-06T08:18:33.565Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3232 | 2024-11-06T08:18:33.568Z | Checking heck v0.4.1 |
3233 | 2024-11-06T08:18:33.568Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3234 | 2024-11-06T08:18:33.802Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3235 | 2024-11-06T08:18:35.130Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3236 | 2024-11-06T08:18:35.954Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3237 | 2024-11-06T08:18:36.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
3238 | 2024-11-06T08:18:37.138Z | |
3239 | 2024-11-06T08:18:37.139Z | info: running `cargo check --bins` on installinator-api (152/168) |
3240 | 2024-11-06T08:18:37.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2024-11-06T08:18:37.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2024-11-06T08:18:37.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3243 | 2024-11-06T08:18:37.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3244 | 2024-11-06T08:18:37.744Z | |
3245 | 2024-11-06T08:18:37.744Z | info: running `cargo check --bins` on wicketd-api (153/168) |
3246 | 2024-11-06T08:18:38.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2024-11-06T08:18:38.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2024-11-06T08:18:38.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3249 | 2024-11-06T08:18:38.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3250 | 2024-11-06T08:18:38.357Z | |
3251 | 2024-11-06T08:18:38.357Z | info: running `cargo check --bins` on reconfigurator-cli (154/168) |
3252 | 2024-11-06T08:18:38.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2024-11-06T08:18:38.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2024-11-06T08:18:38.999Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3255 | 2024-11-06T08:18:40.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
3256 | 2024-11-06T08:18:40.305Z | |
3257 | 2024-11-06T08:18:40.305Z | info: running `cargo check --bins` on omicron-releng (155/168) |
3258 | 2024-11-06T08:18:40.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2024-11-06T08:18:40.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2024-11-06T08:18:40.941Z | Checking memmap2 v0.9.5 |
3261 | 2024-11-06T08:18:40.941Z | Checking constant_time_eq v0.3.1 |
3262 | 2024-11-06T08:18:40.943Z | Checking arrayref v0.3.9 |
3263 | 2024-11-06T08:18:40.944Z | Checking arrayvec v0.7.6 |
3264 | 2024-11-06T08:18:40.944Z | Checking untrusted v0.7.1 |
3265 | 2024-11-06T08:18:40.944Z | Checking spin v0.5.2 |
3266 | 2024-11-06T08:18:40.944Z | Checking topological-sort v0.2.2 |
3267 | 2024-11-06T08:18:41.039Z | Checking shell-words v1.1.0 |
3268 | 2024-11-06T08:18:41.282Z | Checking ring v0.16.20 |
3269 | 2024-11-06T08:18:41.378Z | Checking blake3 v1.5.4 |
3270 | 2024-11-06T08:18:42.441Z | Checking omicron-zone-package v0.11.1 |
3271 | 2024-11-06T08:18:43.554Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3272 | 2024-11-06T08:18:44.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
3273 | 2024-11-06T08:18:44.617Z | |
3274 | 2024-11-06T08:18:44.617Z | info: running `cargo check --bins` on xtask (156/168) |
3275 | 2024-11-06T08:18:45.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2024-11-06T08:18:45.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2024-11-06T08:18:45.035Z | Checking bitflags v2.6.0 |
3278 | 2024-11-06T08:18:45.038Z | Checking serde v1.0.210 |
3279 | 2024-11-06T08:18:45.038Z | Checking thiserror v1.0.64 |
3280 | 2024-11-06T08:18:45.121Z | Checking scroll v0.12.0 |
3281 | 2024-11-06T08:18:45.124Z | Checking log v0.4.22 |
3282 | 2024-11-06T08:18:45.124Z | Checking hashbrown v0.15.0 |
3283 | 2024-11-06T08:18:45.149Z | Checking zerocopy v0.7.35 |
3284 | 2024-11-06T08:18:45.161Z | Checking syn v2.0.79 |
3285 | 2024-11-06T08:18:45.216Z | Checking pest v2.7.14 |
3286 | 2024-11-06T08:18:45.365Z | Checking rustix v0.38.37 |
3287 | 2024-11-06T08:18:45.400Z | Checking once_cell v1.20.2 |
3288 | 2024-11-06T08:18:45.577Z | Checking goblin v0.8.2 |
3289 | 2024-11-06T08:18:45.701Z | Checking fs-err v2.11.0 |
3290 | 2024-11-06T08:18:45.985Z | Checking anyhow v1.0.92 |
3291 | 2024-11-06T08:18:46.257Z | Checking indexmap v2.6.0 |
3292 | 2024-11-06T08:18:46.406Z | Checking tabled v0.15.0 |
3293 | 2024-11-06T08:18:47.340Z | Checking terminal_size v0.4.0 |
3294 | 2024-11-06T08:18:47.341Z | Checking tempfile v3.13.0 |
3295 | 2024-11-06T08:18:47.499Z | Checking clap_builder v4.5.20 |
3296 | 2024-11-06T08:18:47.704Z | Checking dtrace-parser v0.2.0 |
3297 | 2024-11-06T08:18:49.498Z | Checking serde_json v1.0.128 |
3298 | 2024-11-06T08:18:49.498Z | Checking toml_datetime v0.6.8 |
3299 | 2024-11-06T08:18:49.500Z | Checking serde_spanned v0.6.8 |
3300 | 2024-11-06T08:18:49.500Z | Checking camino v1.1.9 |
3301 | 2024-11-06T08:18:49.500Z | Checking semver v1.0.23 |
3302 | 2024-11-06T08:18:49.500Z | Checking cargo-platform v0.1.8 |
3303 | 2024-11-06T08:18:49.697Z | Checking macaddr v1.0.1 |
3304 | 2024-11-06T08:18:49.799Z | Checking toml_edit v0.22.22 |
3305 | 2024-11-06T08:18:49.880Z | Checking clap v4.5.20 |
3306 | 2024-11-06T08:18:50.021Z | Checking camino-tempfile v1.1.1 |
3307 | 2024-11-06T08:18:50.599Z | Checking dof v0.3.0 |
3308 | 2024-11-06T08:18:50.599Z | Checking cargo_metadata v0.18.1 |
3309 | 2024-11-06T08:18:51.002Z | Checking usdt-impl v0.5.0 |
3310 | 2024-11-06T08:18:51.360Z | Checking usdt v0.5.0 |
3311 | 2024-11-06T08:18:51.544Z | Checking toml v0.8.19 |
3312 | 2024-11-06T08:18:52.010Z | Checking cargo_toml v0.20.5 |
3313 | 2024-11-06T08:18:53.209Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3314 | 2024-11-06T08:18:53.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
3315 | 2024-11-06T08:18:53.915Z | |
3316 | 2024-11-06T08:18:53.915Z | info: running `cargo check --bins` on end-to-end-tests (157/168) |
3317 | 2024-11-06T08:18:54.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-11-06T08:18:54.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-11-06T08:18:54.639Z | Checking polyval v0.6.2 |
3320 | 2024-11-06T08:18:54.744Z | Checking ctr v0.9.2 |
3321 | 2024-11-06T08:18:54.756Z | Checking ssh-encoding v0.2.0 |
3322 | 2024-11-06T08:18:54.759Z | Checking blowfish v0.9.1 |
3323 | 2024-11-06T08:18:54.780Z | Checking password-hash v0.4.2 |
3324 | 2024-11-06T08:18:54.790Z | Checking matches v0.1.10 |
3325 | 2024-11-06T08:18:54.806Z | Checking p521 v0.13.3 |
3326 | 2024-11-06T08:18:54.806Z | Checking p256 v0.13.2 |
3327 | 2024-11-06T08:18:54.878Z | Checking idna v0.2.3 |
3328 | 2024-11-06T08:18:54.974Z | Checking ghash v0.5.1 |
3329 | 2024-11-06T08:18:54.996Z | Compiling enum-as-inner v0.5.1 |
3330 | 2024-11-06T08:18:55.009Z | Checking bcrypt-pbkdf v0.10.0 |
3331 | 2024-11-06T08:18:55.073Z | Checking russh-cryptovec v0.7.3 |
3332 | 2024-11-06T08:18:55.143Z | Checking aes-gcm v0.10.3 |
3333 | 2024-11-06T08:18:55.190Z | Checking pbkdf2 v0.11.0 |
3334 | 2024-11-06T08:18:55.239Z | Checking md5 v0.7.0 |
3335 | 2024-11-06T08:18:55.270Z | Checking num-bigint v0.4.6 |
3336 | 2024-11-06T08:18:55.290Z | Checking des v0.8.1 |
3337 | 2024-11-06T08:18:55.404Z | Checking ssh-cipher v0.2.0 |
3338 | 2024-11-06T08:18:55.467Z | Checking hex-literal v0.4.1 |
3339 | 2024-11-06T08:18:55.525Z | Compiling dhcproto-macros v0.1.0 |
3340 | 2024-11-06T08:18:55.554Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3341 | 2024-11-06T08:18:55.592Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3342 | 2024-11-06T08:18:55.699Z | Checking ssh-key v0.6.6 |
3343 | 2024-11-06T08:18:55.723Z | Checking internet-checksum v0.2.1 |
3344 | 2024-11-06T08:18:55.991Z | Checking trust-dns-proto v0.22.0 |
3345 | 2024-11-06T08:18:56.974Z | Checking russh-keys v0.45.0 |
3346 | 2024-11-06T08:18:57.916Z | Checking russh v0.45.0 |
3347 | 2024-11-06T08:18:58.553Z | Checking dhcproto v0.12.0 |
3348 | 2024-11-06T08:19:20.200Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3349 | 2024-11-06T08:19:21.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.65s |
3350 | 2024-11-06T08:19:21.761Z | |
3351 | 2024-11-06T08:19:21.761Z | info: running `cargo check --bins` on gateway-cli (158/168) |
3352 | 2024-11-06T08:19:22.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3353 | 2024-11-06T08:19:22.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3354 | 2024-11-06T08:19:22.363Z | Checking termios v0.3.3 |
3355 | 2024-11-06T08:19:22.575Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3356 | 2024-11-06T08:19:23.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3357 | 2024-11-06T08:19:23.508Z | |
3358 | 2024-11-06T08:19:23.508Z | info: running `cargo check --bins --no-default-features` on installinator (159/168) |
3359 | 2024-11-06T08:19:24.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2024-11-06T08:19:24.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2024-11-06T08:19:24.172Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3362 | 2024-11-06T08:19:26.120Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3363 | 2024-11-06T08:19:28.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
3364 | 2024-11-06T08:19:28.269Z | |
3365 | 2024-11-06T08:19:28.269Z | info: running `cargo check --bins` on internal-dns-cli (160/168) |
3366 | 2024-11-06T08:19:28.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2024-11-06T08:19:28.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2024-11-06T08:19:28.867Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3369 | 2024-11-06T08:19:29.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3370 | 2024-11-06T08:19:29.488Z | |
3371 | 2024-11-06T08:19:29.488Z | info: running `cargo check --bins` on omicron-live-tests (161/168) |
3372 | 2024-11-06T08:19:29.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2024-11-06T08:19:29.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2024-11-06T08:19:29.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3375 | 2024-11-06T08:19:29.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3376 | 2024-11-06T08:19:30.062Z | |
3377 | 2024-11-06T08:19:30.062Z | info: running `cargo check --bins` on live-tests-macros (162/168) |
3378 | 2024-11-06T08:19:30.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2024-11-06T08:19:30.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2024-11-06T08:19:30.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3381 | 2024-11-06T08:19:30.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3382 | 2024-11-06T08:19:30.634Z | |
3383 | 2024-11-06T08:19:30.634Z | info: running `cargo check --bins` on omicron-package (163/168) |
3384 | 2024-11-06T08:19:31.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-11-06T08:19:31.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-11-06T08:19:31.264Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3387 | 2024-11-06T08:19:32.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
3388 | 2024-11-06T08:19:32.700Z | |
3389 | 2024-11-06T08:19:32.701Z | info: running `cargo check --bins` on wicket-dbg (164/168) |
3390 | 2024-11-06T08:19:33.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2024-11-06T08:19:33.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2024-11-06T08:19:33.364Z | Checking rtoolbox v0.0.2 |
3393 | 2024-11-06T08:19:33.366Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3394 | 2024-11-06T08:19:33.367Z | Checking tui-tree-widget v0.22.0 |
3395 | 2024-11-06T08:19:33.589Z | Checking rpassword v7.3.1 |
3396 | 2024-11-06T08:19:37.719Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3397 | 2024-11-06T08:19:40.873Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3398 | 2024-11-06T08:19:42.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s |
3399 | 2024-11-06T08:19:42.185Z | |
3400 | 2024-11-06T08:19:42.185Z | info: running `cargo check --bins` on wicket (165/168) |
3401 | 2024-11-06T08:19:42.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2024-11-06T08:19:42.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2024-11-06T08:19:42.845Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3404 | 2024-11-06T08:19:43.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3405 | 2024-11-06T08:19:43.412Z | |
3406 | 2024-11-06T08:19:43.412Z | info: running `cargo check --bins` on wicketd (166/168) |
3407 | 2024-11-06T08:19:43.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2024-11-06T08:19:43.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2024-11-06T08:19:44.093Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3410 | 2024-11-06T08:19:53.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s |
3411 | 2024-11-06T08:19:53.635Z | |
3412 | 2024-11-06T08:19:53.635Z | info: running `cargo check --bins` on omicron-workspace-hack (167/168) |
3413 | 2024-11-06T08:19:54.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2024-11-06T08:19:54.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2024-11-06T08:19:54.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3416 | 2024-11-06T08:19:54.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3417 | 2024-11-06T08:19:54.217Z | |
3418 | 2024-11-06T08:19:54.217Z | info: running `cargo check --bins` on zone-setup (168/168) |
3419 | 2024-11-06T08:19:54.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2024-11-06T08:19:54.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2024-11-06T08:19:54.907Z | Checking uzers v0.12.1 |
3422 | 2024-11-06T08:19:55.249Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3423 | 2024-11-06T08:19:56.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
3424 | 2024-11-06T08:19:56.507Z | |
3425 | 2024-11-06T08:19:56.507Z | real 24:06.507402753 |
3426 | 2024-11-06T08:19:56.507Z | user 36:19.402104602 |
3427 | 2024-11-06T08:19:56.510Z | sys 5:16.806257985 |
3428 | 2024-11-06T08:19:56.510Z | trap 0.562542151 |
3429 | 2024-11-06T08:19:56.510Z | tflt 3.038850588 |
3430 | 2024-11-06T08:19:56.510Z | dflt 2.745177291 |
3431 | 2024-11-06T08:19:56.510Z | kflt 0.001595735 |
3432 | 2024-11-06T08:19:56.510Z | lock 1:27:04.525765288 |
3433 | 2024-11-06T08:19:56.510Z | slp 3:25:06.904336070 |
3434 | 2024-11-06T08:19:56.510Z | lat 56.736227079 |
3435 | 2024-11-06T08:19:56.510Z | stop 2:58.571581137 |
3436 | 2024-11-06T08:19:56.510Z | process exited: duration 1677445 ms, exit code 0 |
|
3437 | 2024-11-06T08:19:56.516Z | found 0 output files |