|
|
|
1 | 2024-08-27T18:08:32.611Z | job assigned to worker 01J6AGC4RMMRQBMS5F7Z264EW1 (queued for 24 s) |
|
2 | 2024-08-27T18:08:33.394Z | starting task 0: "setup" |
3 | 2024-08-27T18:08:33.419Z | ++ uname -s |
4 | 2024-08-27T18:08:33.419Z | + kern=SunOS |
5 | 2024-08-27T18:08:33.419Z | + case "$kern" in |
6 | 2024-08-27T18:08:33.419Z | + groupadd -g 12345 build |
7 | 2024-08-27T18:08:33.419Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-27T18:08:35.427Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-27T18:08:35.464Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-27T18:08:35.490Z | + home_fs=zfs |
11 | 2024-08-27T18:08:35.490Z | + [[ zfs == autofs ]] |
12 | 2024-08-27T18:08:35.490Z | + mkdir -p /home/build |
13 | 2024-08-27T18:08:35.490Z | + chown build:build /home/build /work |
14 | 2024-08-27T18:08:37.471Z | + chmod 0700 /home/build /work |
15 | 2024-08-27T18:08:37.495Z | process exited: duration 4080 ms, exit code 0 |
|
16 | 2024-08-27T18:08:37.551Z | starting task 1: "rust-toolchain" |
17 | 2024-08-27T18:08:37.575Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-27T18:08:37.575Z | * toolchain channel = "1.80.1" |
19 | 2024-08-27T18:08:37.575Z | ' 1.80.1 |
20 | 2024-08-27T18:08:37.575Z | * toolchain profile = "default" |
21 | 2024-08-27T18:08:37.575Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-27T18:08:37.575Z | ' default |
23 | 2024-08-27T18:08:37.575Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-27T18:08:37.575Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-27T18:08:37.688Z | info: downloading installer |
26 | 2024-08-27T18:08:38.307Z | info: profile set to 'default' |
27 | 2024-08-27T18:08:38.308Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-27T18:08:38.308Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-27T18:08:38.426Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-27T18:08:38.427Z | info: downloading component 'cargo' |
31 | 2024-08-27T18:08:38.618Z | info: downloading component 'clippy' |
32 | 2024-08-27T18:08:38.688Z | info: downloading component 'rust-docs' |
33 | 2024-08-27T18:08:39.002Z | info: downloading component 'rust-std' |
34 | 2024-08-27T18:08:39.479Z | info: downloading component 'rustc' |
35 | 2024-08-27T18:08:40.646Z | info: downloading component 'rustfmt' |
36 | 2024-08-27T18:08:40.702Z | info: installing component 'cargo' |
37 | 2024-08-27T18:08:41.797Z | info: installing component 'clippy' |
38 | 2024-08-27T18:08:42.252Z | info: installing component 'rust-docs' |
39 | 2024-08-27T18:08:44.994Z | info: installing component 'rust-std' |
40 | 2024-08-27T18:08:46.953Z | info: installing component 'rustc' |
41 | 2024-08-27T18:08:51.753Z | info: installing component 'rustfmt' |
42 | 2024-08-27T18:08:52.138Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-27T18:08:52.139Z | |
44 | 2024-08-27T18:08:52.235Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-27T18:08:52.235Z | |
46 | 2024-08-27T18:08:52.235Z | |
47 | 2024-08-27T18:08:52.235Z | Rust is installed now. Great! |
48 | 2024-08-27T18:08:52.236Z | |
49 | 2024-08-27T18:08:52.236Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-27T18:08:52.236Z | environment variable. This has not been done automatically. |
51 | 2024-08-27T18:08:52.236Z | |
52 | 2024-08-27T18:08:52.236Z | To configure your current shell, you need to source |
53 | 2024-08-27T18:08:52.236Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-27T18:08:52.236Z | |
55 | 2024-08-27T18:08:52.236Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-27T18:08:52.236Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-27T18:08:52.236Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-27T18:08:52.302Z | + rustc --version |
59 | 2024-08-27T18:08:52.391Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-27T18:08:52.414Z | process exited: duration 14845 ms, exit code 0 |
|
61 | 2024-08-27T18:08:52.465Z | starting task 2: "authentication" |
62 | 2024-08-27T18:08:52.520Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-08-27T18:08:52.568Z | starting task 3: "clone repository" |
64 | 2024-08-27T18:08:52.592Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-27T18:08:52.592Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-27T18:08:52.616Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-27T18:08:58.707Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-27T18:08:58.707Z | + git fetch origin 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a |
69 | 2024-08-27T18:08:59.172Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-27T18:08:59.172Z | * branch 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a -> FETCH_HEAD |
71 | 2024-08-27T18:08:59.196Z | + [[ -n sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides ]] |
72 | 2024-08-27T18:08:59.196Z | ++ git branch --show-current |
73 | 2024-08-27T18:08:59.196Z | + current=main |
74 | 2024-08-27T18:08:59.196Z | + [[ main != sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides ]] |
75 | 2024-08-27T18:08:59.196Z | + git branch -f sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a |
76 | 2024-08-27T18:08:59.220Z | + git checkout -f sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides |
77 | 2024-08-27T18:08:59.394Z | Switched to branch 'sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides' |
78 | 2024-08-27T18:08:59.418Z | + git reset --hard 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a |
79 | 2024-08-27T18:08:59.418Z | HEAD is now at 3f25c21d6 update comment |
80 | 2024-08-27T18:08:59.418Z | process exited: duration 6847 ms, exit code 0 |
|
81 | 2024-08-27T18:08:59.466Z | starting task 4: "build" |
82 | 2024-08-27T18:08:59.490Z | + cargo --version |
83 | 2024-08-27T18:08:59.540Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-27T18:08:59.564Z | + rustc --version |
85 | 2024-08-27T18:08:59.616Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-27T18:08:59.640Z | + source ./env.sh |
87 | 2024-08-27T18:08:59.640Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-27T18:08:59.640Z | ++ set -o xtrace |
89 | 2024-08-27T18:08:59.640Z | ++++ dirname ./env.sh |
90 | 2024-08-27T18:08:59.640Z | +++ readlink -f . |
91 | 2024-08-27T18:08:59.640Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-27T18:08:59.640Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-27T18:08:59.640Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-27T18:08:59.640Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-27T18:08:59.640Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-27T18:08:59.640Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-27T18:08:59.640Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-27T18:08:59.640Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-27T18:08:59.640Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-27T18:08:59.640Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-27T18:08:59.640Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-27T18:08:59.640Z | + 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 |
103 | 2024-08-27T18:08:59.640Z | + 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 |
104 | 2024-08-27T18:08:59.640Z | + banner prerequisites |
105 | 2024-08-27T18:08:59.640Z | |
106 | 2024-08-27T18:08:59.640Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-27T18:08:59.640Z | # # # # # # # # # # # # # # # |
108 | 2024-08-27T18:08:59.640Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-27T18:08:59.640Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-27T18:08:59.640Z | # # # # # # # # # # # # # # # |
111 | 2024-08-27T18:08:59.640Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-27T18:08:59.640Z | |
113 | 2024-08-27T18:08:59.640Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-27T18:09:05.019Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-27T18:09:07.882Z | Startup: Caching catalogs ... Done |
116 | 2024-08-27T18:09:10.281Z | Planning: Solver setup ... Done (1.746s) |
117 | 2024-08-27T18:09:10.309Z | Planning: Running solver ... Done (0.028s) |
118 | 2024-08-27T18:09:10.347Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-08-27T18:09:10.426Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-08-27T18:09:10.874Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-08-27T18:09:10.998Z | Planning: Package planning ... Done (0.124s) |
122 | 2024-08-27T18:09:11.065Z | Planning: Merging actions ... Done (0.066s) |
123 | 2024-08-27T18:09:11.352Z | Planning: Checking for conflicting actions ... Done (0.287s) |
124 | 2024-08-27T18:09:12.462Z | Planning: Consolidating action changes ... Done (1.110s) |
125 | 2024-08-27T18:09:12.891Z | Planning: Evaluating mediators ... Done (0.429s) |
126 | 2024-08-27T18:09:12.986Z | Planning: Planning completed in 5.10 seconds |
127 | 2024-08-27T18:09:13.010Z | Packages to install: 4 |
128 | 2024-08-27T18:09:13.011Z | Packages to update: 1 |
129 | 2024-08-27T18:09:13.011Z | Mediators to change: 2 |
130 | 2024-08-27T18:09:13.011Z | Services to change: 1 |
131 | 2024-08-27T18:09:13.011Z | Estimated space available: 148.82 GB |
132 | 2024-08-27T18:09:13.011Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-08-27T18:09:13.011Z | Create boot environment: No |
134 | 2024-08-27T18:09:13.011Z | Create backup boot environment: Yes |
135 | 2024-08-27T18:09:13.011Z | Rebuild boot archive: No |
136 | 2024-08-27T18:09:13.011Z | |
137 | 2024-08-27T18:09:13.011Z | Changed mediators: |
138 | 2024-08-27T18:09:13.011Z | mediator clang: |
139 | 2024-08-27T18:09:13.011Z | version: None -> 15 (system default) |
140 | 2024-08-27T18:09:13.011Z | |
141 | 2024-08-27T18:09:13.011Z | mediator llvm: |
142 | 2024-08-27T18:09:13.011Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-08-27T18:09:13.011Z | |
144 | 2024-08-27T18:09:13.011Z | Changed packages: |
145 | 2024-08-27T18:09:13.011Z | helios-dev |
146 | 2024-08-27T18:09:13.011Z | developer/build-essential |
147 | 2024-08-27T18:09:13.011Z | None -> 11-2.0 |
148 | 2024-08-27T18:09:13.011Z | library/libxmlsec1 |
149 | 2024-08-27T18:09:13.011Z | None -> 1.2.35-2.0 |
150 | 2024-08-27T18:09:13.011Z | ooce/developer/clang-15 |
151 | 2024-08-27T18:09:13.011Z | None -> 15.0.7-2.0 |
152 | 2024-08-27T18:09:13.011Z | ooce/developer/llvm-15 |
153 | 2024-08-27T18:09:13.011Z | None -> 15.0.7-2.0 |
154 | 2024-08-27T18:09:13.011Z | package/pkg |
155 | 2024-08-27T18:09:13.011Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-08-27T18:09:13.011Z | |
157 | 2024-08-27T18:09:13.011Z | Services: |
158 | 2024-08-27T18:09:13.011Z | restart_fmri: |
159 | 2024-08-27T18:09:13.011Z | svc:/system/update-man-index:default |
160 | 2024-08-27T18:09:13.011Z | |
161 | 2024-08-27T18:09:13.011Z | Editable files to change: |
162 | 2024-08-27T18:09:13.011Z | Update: |
163 | 2024-08-27T18:09:13.011Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-08-27T18:09:13.084Z | |
165 | 2024-08-27T18:09:13.084Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-08-27T18:09:18.097Z | Download: 1195/4281 items 63.1/220.6MB 28% complete (13.0M/s) |
167 | 2024-08-27T18:09:23.119Z | Download: 1198/4281 items 73.8/220.6MB 33% complete (7.7M/s) |
168 | 2024-08-27T18:09:28.125Z | Download: 1633/4281 items 117.8/220.6MB 53% complete (5.7M/s) |
169 | 2024-08-27T18:09:33.170Z | Download: 2225/4281 items 119.2/220.6MB 54% complete (4.6M/s) |
170 | 2024-08-27T18:09:38.175Z | Download: 3096/4281 items 122.9/220.6MB 55% complete (428k/s) |
171 | 2024-08-27T18:09:43.236Z | Download: 3288/4281 items 211.8/220.6MB 95% complete (9.4M/s) |
172 | 2024-08-27T18:09:48.226Z | Download: Completed 220.60 MB in 35.14 seconds (6.3M/s) |
173 | 2024-08-27T18:09:49.723Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-08-27T18:09:49.747Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-08-27T18:09:55.211Z | Actions: 3303/5063 actions (Installing new actions) |
176 | 2024-08-27T18:09:55.685Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-08-27T18:09:56.039Z | Actions: Completed 5063 actions in 6.32 seconds. |
178 | 2024-08-27T18:09:56.458Z | Done (0.409s) |
179 | 2024-08-27T18:09:56.482Z | Done (0.000s) |
180 | 2024-08-27T18:09:56.907Z | Done (0.448s) |
181 | 2024-08-27T18:10:02.216Z | Done (5.164s) |
182 | 2024-08-27T18:10:02.311Z | Done (0.019s) |
183 | 2024-08-27T18:10:02.335Z | Done (0.000s) |
184 | 2024-08-27T18:10:02.503Z | Done (0.000s) |
185 | 2024-08-27T18:10:03.221Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-08-27T18:10:03.484Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-08-27T18:10:03.507Z | Planning: Consolidating action changes ... Done |
188 | 2024-08-27T18:10:03.861Z | Planning: Evaluating mediators ... Done |
189 | 2024-08-27T18:10:03.884Z | Planning: Planning completed in 0.64 seconds |
190 | 2024-08-27T18:10:03.911Z | Mediators to change: 2 |
191 | 2024-08-27T18:10:03.911Z | Create boot environment: No |
192 | 2024-08-27T18:10:03.911Z | Create backup boot environment: No |
193 | 2024-08-27T18:10:03.985Z | Done |
194 | 2024-08-27T18:10:03.985Z | Done |
195 | 2024-08-27T18:10:04.321Z | Done |
196 | 2024-08-27T18:10:08.994Z | Done |
197 | 2024-08-27T18:10:09.086Z | Done |
198 | 2024-08-27T18:10:09.086Z | Done |
199 | 2024-08-27T18:10:09.134Z | Done |
200 | 2024-08-27T18:10:09.911Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-08-27T18:10:09.946Z | Planning: Merging actions ... Done |
202 | 2024-08-27T18:10:10.215Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-08-27T18:10:10.241Z | Planning: Consolidating action changes ... Done |
204 | 2024-08-27T18:10:10.546Z | Planning: Evaluating mediators ... Done |
205 | 2024-08-27T18:10:10.613Z | Planning: Planning completed in 1.00 seconds |
206 | 2024-08-27T18:10:10.659Z | Packages to change: 1 |
207 | 2024-08-27T18:10:10.659Z | Mediators to change: 1 |
208 | 2024-08-27T18:10:10.659Z | Services to change: 1 |
209 | 2024-08-27T18:10:10.659Z | Create boot environment: No |
210 | 2024-08-27T18:10:10.659Z | Create backup boot environment: Yes |
211 | 2024-08-27T18:10:12.214Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-08-27T18:10:12.240Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-08-27T18:10:12.240Z | Done |
214 | 2024-08-27T18:10:12.240Z | Done |
215 | 2024-08-27T18:10:12.308Z | Done |
216 | 2024-08-27T18:10:16.911Z | Done |
217 | 2024-08-27T18:10:17.011Z | Done |
218 | 2024-08-27T18:10:17.011Z | Done |
219 | 2024-08-27T18:10:17.104Z | Done |
220 | 2024-08-27T18:10:17.635Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-08-27T18:10:17.635Z | clang system 15 system |
222 | 2024-08-27T18:10:17.635Z | csh system system illumos |
223 | 2024-08-27T18:10:17.635Z | ctags system system illumos |
224 | 2024-08-27T18:10:17.635Z | gcc vendor 12 vendor |
225 | 2024-08-27T18:10:17.635Z | gcc system 10 system |
226 | 2024-08-27T18:10:17.635Z | gcc system 7 system |
227 | 2024-08-27T18:10:17.635Z | go system 1.20 system |
228 | 2024-08-27T18:10:17.635Z | go system 1.19 system |
229 | 2024-08-27T18:10:17.635Z | llvm system 15 system |
230 | 2024-08-27T18:10:17.635Z | llvm system 14 system |
231 | 2024-08-27T18:10:17.635Z | mariadb system 10.6 system |
232 | 2024-08-27T18:10:17.635Z | mta vendor vendor dma |
233 | 2024-08-27T18:10:17.635Z | openjdk system 17 system |
234 | 2024-08-27T18:10:17.635Z | openjdk system 11 system |
235 | 2024-08-27T18:10:17.635Z | openjdk system 1.8 system |
236 | 2024-08-27T18:10:17.635Z | openssl vendor 3 vendor |
237 | 2024-08-27T18:10:17.635Z | perl system 5.36 system |
238 | 2024-08-27T18:10:17.635Z | postgresql system 15 system |
239 | 2024-08-27T18:10:17.635Z | postgresql system 13 system |
240 | 2024-08-27T18:10:17.635Z | python vendor 3 vendor |
241 | 2024-08-27T18:10:17.635Z | python system 2 system |
242 | 2024-08-27T18:10:17.635Z | python3 system 3.11 system |
243 | 2024-08-27T18:10:17.635Z | ruby system 3.0 system |
244 | 2024-08-27T18:10:17.635Z | words vendor vendor american-english |
245 | 2024-08-27T18:10:17.635Z | words system system australian-english |
246 | 2024-08-27T18:10:17.635Z | words system system british-english |
247 | 2024-08-27T18:10:17.635Z | words system system canadian-english |
248 | 2024-08-27T18:10:17.635Z | words system system french |
249 | 2024-08-27T18:10:17.635Z | words system system italian |
250 | 2024-08-27T18:10:17.635Z | words system system ngerman |
251 | 2024-08-27T18:10:17.635Z | words system system ogerman |
252 | 2024-08-27T18:10:17.635Z | words system system spanish |
253 | 2024-08-27T18:10:18.060Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-08-27T18:10:18.060Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-08-27T18:10:20.318Z | FMRI IFO |
256 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-08-27T18:10:20.319Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-08-27T18:10:21.026Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-08-27T18:10:21.440Z | Updating git repository `https://github.com/oxidecomputer/zone` |
271 | 2024-08-27T18:10:21.815Z | Updating crates.io index |
272 | 2024-08-27T18:10:21.839Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
273 | 2024-08-27T18:10:22.779Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-08-27T18:10:23.691Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-08-27T18:10:24.058Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
276 | 2024-08-27T18:10:25.778Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-08-27T18:10:26.116Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-08-27T18:10:26.456Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-08-27T18:10:27.748Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-08-27T18:10:29.693Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-08-27T18:10:30.859Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-08-27T18:10:31.590Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-08-27T18:10:31.971Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-08-27T18:10:32.612Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
285 | 2024-08-27T18:10:32.988Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
286 | 2024-08-27T18:10:33.390Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-08-27T18:10:33.784Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-08-27T18:10:34.155Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-08-27T18:10:34.471Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-08-27T18:10:34.834Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
291 | 2024-08-27T18:10:35.230Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-08-27T18:10:35.666Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-08-27T18:10:36.105Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-08-27T18:10:36.444Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-08-27T18:10:37.015Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-08-27T18:10:37.427Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-08-27T18:10:37.959Z | Updating git repository `https://github.com/oxidecomputer/typify` |
298 | 2024-08-27T18:10:40.495Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-08-27T18:10:40.832Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-08-27T18:10:41.258Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-08-27T18:10:41.706Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
302 | 2024-08-27T18:10:42.912Z | Downloading crates ... |
303 | 2024-08-27T18:10:42.969Z | Downloaded byteorder v1.5.0 |
304 | 2024-08-27T18:10:42.997Z | Downloaded usdt-macro v0.5.0 |
305 | 2024-08-27T18:10:42.998Z | Downloaded proc-macro-error v1.0.4 |
306 | 2024-08-27T18:10:42.998Z | Downloaded thiserror-impl v1.0.63 |
307 | 2024-08-27T18:10:42.998Z | Downloaded version_check v0.9.5 |
308 | 2024-08-27T18:10:42.998Z | Downloaded ucd-trie v0.1.6 |
309 | 2024-08-27T18:10:42.998Z | Downloaded toml_edit v0.22.20 |
310 | 2024-08-27T18:10:43.028Z | Downloaded toml_datetime v0.6.8 |
311 | 2024-08-27T18:10:43.028Z | Downloaded zerocopy-derive v0.7.34 |
312 | 2024-08-27T18:10:43.053Z | Downloaded winnow v0.6.18 |
313 | 2024-08-27T18:10:43.053Z | Downloaded tabled v0.15.0 |
314 | 2024-08-27T18:10:43.078Z | Downloaded unicode-width v0.1.13 |
315 | 2024-08-27T18:10:43.112Z | Downloaded rustix v0.38.34 |
316 | 2024-08-27T18:10:43.161Z | Downloaded libc v0.2.156 |
317 | 2024-08-27T18:10:43.162Z | Downloaded syn v2.0.74 |
318 | 2024-08-27T18:10:43.187Z | Downloaded syn v1.0.109 |
319 | 2024-08-27T18:10:43.187Z | Downloaded serde_json v1.0.125 |
320 | 2024-08-27T18:10:43.187Z | Downloaded hashbrown v0.14.5 |
321 | 2024-08-27T18:10:43.187Z | Downloaded zerocopy v0.7.34 |
322 | 2024-08-27T18:10:43.212Z | Downloaded utf8parse v0.2.1 |
323 | 2024-08-27T18:10:43.212Z | Downloaded usdt-impl v0.5.0 |
324 | 2024-08-27T18:10:43.212Z | Downloaded usdt v0.5.0 |
325 | 2024-08-27T18:10:43.212Z | Downloaded unicode-ident v1.0.12 |
326 | 2024-08-27T18:10:43.213Z | Downloaded typenum v1.17.0 |
327 | 2024-08-27T18:10:43.213Z | Downloaded thread-id v4.2.1 |
328 | 2024-08-27T18:10:43.213Z | Downloaded sha2 v0.10.8 |
329 | 2024-08-27T18:10:43.213Z | Downloaded serde v1.0.208 |
330 | 2024-08-27T18:10:43.213Z | Downloaded ryu v1.0.18 |
331 | 2024-08-27T18:10:43.213Z | Downloaded proc-macro-error-attr v1.0.4 |
332 | 2024-08-27T18:10:43.213Z | Downloaded pest_meta v2.7.10 |
333 | 2024-08-27T18:10:43.213Z | Downloaded pest v2.7.10 |
334 | 2024-08-27T18:10:43.237Z | Downloaded papergrid v0.11.0 |
335 | 2024-08-27T18:10:43.237Z | Downloaded memmap v0.7.0 |
336 | 2024-08-27T18:10:43.237Z | Downloaded heck v0.5.0 |
337 | 2024-08-27T18:10:43.237Z | Downloaded goblin v0.8.2 |
338 | 2024-08-27T18:10:43.237Z | Downloaded generic-array v0.14.7 |
339 | 2024-08-27T18:10:43.238Z | Downloaded dof v0.3.0 |
340 | 2024-08-27T18:10:43.238Z | Downloaded clap_derive v4.5.13 |
341 | 2024-08-27T18:10:43.238Z | Downloaded clap_builder v4.5.15 |
342 | 2024-08-27T18:10:43.263Z | Downloaded clap v4.5.16 |
343 | 2024-08-27T18:10:43.263Z | Downloaded thiserror v1.0.63 |
344 | 2024-08-27T18:10:43.263Z | Downloaded tabled_derive v0.7.0 |
345 | 2024-08-27T18:10:43.263Z | Downloaded swrite v0.1.0 |
346 | 2024-08-27T18:10:43.263Z | Downloaded crypto-common v0.1.6 |
347 | 2024-08-27T18:10:43.263Z | Downloaded colorchoice v1.0.1 |
348 | 2024-08-27T18:10:43.264Z | Downloaded cargo-platform v0.1.8 |
349 | 2024-08-27T18:10:43.293Z | Downloaded toml v0.8.19 |
350 | 2024-08-27T18:10:43.293Z | Downloaded quote v1.0.36 |
351 | 2024-08-27T18:10:43.293Z | Downloaded memchr v2.7.2 |
352 | 2024-08-27T18:10:43.294Z | Downloaded macaddr v1.0.1 |
353 | 2024-08-27T18:10:43.294Z | Downloaded indexmap v2.4.0 |
354 | 2024-08-27T18:10:43.294Z | Downloaded fnv v1.0.7 |
355 | 2024-08-27T18:10:43.294Z | Downloaded cargo_toml v0.20.4 |
356 | 2024-08-27T18:10:43.294Z | Downloaded pretty-hex v0.4.1 |
357 | 2024-08-27T18:10:43.294Z | Downloaded pest_derive v2.7.10 |
358 | 2024-08-27T18:10:43.295Z | Downloaded serde_derive v1.0.208 |
359 | 2024-08-27T18:10:43.324Z | Downloaded semver v1.0.23 |
360 | 2024-08-27T18:10:43.324Z | Downloaded scroll_derive v0.12.0 |
361 | 2024-08-27T18:10:43.324Z | Downloaded plain v0.2.3 |
362 | 2024-08-27T18:10:43.324Z | Downloaded pest_generator v2.7.10 |
363 | 2024-08-27T18:10:43.325Z | Downloaded once_cell v1.19.0 |
364 | 2024-08-27T18:10:43.325Z | Downloaded log v0.4.21 |
365 | 2024-08-27T18:10:43.325Z | Downloaded is_terminal_polyfill v1.70.0 |
366 | 2024-08-27T18:10:43.325Z | Downloaded bitflags v2.6.0 |
367 | 2024-08-27T18:10:43.325Z | Downloaded terminal_size v0.3.0 |
368 | 2024-08-27T18:10:43.325Z | Downloaded strsim v0.11.1 |
369 | 2024-08-27T18:10:43.326Z | Downloaded serde_tokenstream v0.2.2 |
370 | 2024-08-27T18:10:43.326Z | Downloaded serde_spanned v0.6.7 |
371 | 2024-08-27T18:10:43.326Z | Downloaded scroll v0.12.0 |
372 | 2024-08-27T18:10:43.326Z | Downloaded proc-macro2 v1.0.86 |
373 | 2024-08-27T18:10:43.326Z | Downloaded itoa v1.0.11 |
374 | 2024-08-27T18:10:43.326Z | Downloaded heck v0.4.1 |
375 | 2024-08-27T18:10:43.326Z | Downloaded fs-err v2.11.0 |
376 | 2024-08-27T18:10:43.326Z | Downloaded equivalent v1.0.1 |
377 | 2024-08-27T18:10:43.352Z | Downloaded cpufeatures v0.2.12 |
378 | 2024-08-27T18:10:43.352Z | Downloaded cargo_metadata v0.18.1 |
379 | 2024-08-27T18:10:43.352Z | Downloaded camino v1.1.9 |
380 | 2024-08-27T18:10:43.352Z | Downloaded errno v0.3.9 |
381 | 2024-08-27T18:10:43.352Z | Downloaded dtrace-parser v0.2.0 |
382 | 2024-08-27T18:10:43.352Z | Downloaded digest v0.10.7 |
383 | 2024-08-27T18:10:43.352Z | Downloaded clap_lex v0.7.0 |
384 | 2024-08-27T18:10:43.352Z | Downloaded cfg-if v1.0.0 |
385 | 2024-08-27T18:10:43.352Z | Downloaded block-buffer v0.10.4 |
386 | 2024-08-27T18:10:43.353Z | Downloaded autocfg v1.3.0 |
387 | 2024-08-27T18:10:43.353Z | Downloaded anyhow v1.0.86 |
388 | 2024-08-27T18:10:43.353Z | Downloaded usdt-attr-macro v0.5.0 |
389 | 2024-08-27T18:10:43.353Z | Downloaded anstyle-query v1.0.3 |
390 | 2024-08-27T18:10:43.353Z | Downloaded anstyle-parse v0.2.4 |
391 | 2024-08-27T18:10:43.353Z | Downloaded anstyle v1.0.8 |
392 | 2024-08-27T18:10:43.353Z | Downloaded anstream v0.6.14 |
393 | 2024-08-27T18:10:43.353Z | Downloaded bytecount v0.6.8 |
394 | 2024-08-27T18:10:43.495Z | Compiling proc-macro2 v1.0.86 |
395 | 2024-08-27T18:10:43.520Z | Compiling unicode-ident v1.0.12 |
396 | 2024-08-27T18:10:43.520Z | Compiling version_check v0.9.5 |
397 | 2024-08-27T18:10:43.520Z | Compiling serde v1.0.208 |
398 | 2024-08-27T18:10:43.520Z | Compiling memchr v2.7.2 |
399 | 2024-08-27T18:10:43.520Z | Compiling thiserror v1.0.63 |
400 | 2024-08-27T18:10:43.520Z | Compiling libc v0.2.156 |
401 | 2024-08-27T18:10:43.520Z | Compiling ucd-trie v0.1.6 |
402 | 2024-08-27T18:10:43.793Z | Compiling ryu v1.0.18 |
403 | 2024-08-27T18:10:44.108Z | Compiling itoa v1.0.11 |
404 | 2024-08-27T18:10:44.261Z | Compiling once_cell v1.19.0 |
405 | 2024-08-27T18:10:44.323Z | Compiling byteorder v1.5.0 |
406 | 2024-08-27T18:10:44.379Z | Compiling serde_json v1.0.125 |
407 | 2024-08-27T18:10:44.761Z | Compiling usdt-impl v0.5.0 |
408 | 2024-08-27T18:10:44.789Z | Compiling proc-macro-error-attr v1.0.4 |
409 | 2024-08-27T18:10:44.895Z | Compiling rustix v0.38.34 |
410 | 2024-08-27T18:10:44.985Z | Compiling syn v1.0.109 |
411 | 2024-08-27T18:10:45.121Z | Compiling quote v1.0.36 |
412 | 2024-08-27T18:10:45.181Z | Compiling proc-macro-error v1.0.4 |
413 | 2024-08-27T18:10:45.262Z | Compiling utf8parse v0.2.1 |
414 | 2024-08-27T18:10:45.422Z | Compiling hashbrown v0.14.5 |
415 | 2024-08-27T18:10:45.465Z | Compiling errno v0.3.9 |
416 | 2024-08-27T18:10:45.572Z | Compiling syn v2.0.74 |
417 | 2024-08-27T18:10:45.736Z | Compiling log v0.4.21 |
418 | 2024-08-27T18:10:45.736Z | Compiling equivalent v1.0.1 |
419 | 2024-08-27T18:10:45.790Z | Compiling plain v0.2.3 |
420 | 2024-08-27T18:10:45.823Z | Compiling bitflags v2.6.0 |
421 | 2024-08-27T18:10:45.880Z | Compiling thread-id v4.2.1 |
422 | 2024-08-27T18:10:46.017Z | Compiling anstyle-parse v0.2.4 |
423 | 2024-08-27T18:10:46.230Z | Compiling colorchoice v1.0.1 |
424 | 2024-08-27T18:10:46.318Z | Compiling autocfg v1.3.0 |
425 | 2024-08-27T18:10:46.392Z | Compiling winnow v0.6.18 |
426 | 2024-08-27T18:10:46.450Z | Compiling is_terminal_polyfill v1.70.0 |
427 | 2024-08-27T18:10:46.582Z | Compiling indexmap v2.4.0 |
428 | 2024-08-27T18:10:46.605Z | Compiling anstyle-query v1.0.3 |
429 | 2024-08-27T18:10:46.712Z | Compiling anstyle v1.0.8 |
430 | 2024-08-27T18:10:46.753Z | Compiling pretty-hex v0.4.1 |
431 | 2024-08-27T18:10:46.958Z | Compiling camino v1.1.9 |
432 | 2024-08-27T18:10:47.193Z | Compiling semver v1.0.23 |
433 | 2024-08-27T18:10:47.282Z | Compiling fs-err v2.11.0 |
434 | 2024-08-27T18:10:47.570Z | Compiling terminal_size v0.3.0 |
435 | 2024-08-27T18:10:47.597Z | Compiling anstream v0.6.14 |
436 | 2024-08-27T18:10:47.800Z | Compiling strsim v0.11.1 |
437 | 2024-08-27T18:10:47.906Z | Compiling clap_lex v0.7.0 |
438 | 2024-08-27T18:10:47.931Z | Compiling bytecount v0.6.8 |
439 | 2024-08-27T18:10:47.955Z | Compiling heck v0.4.1 |
440 | 2024-08-27T18:10:48.165Z | Compiling heck v0.5.0 |
441 | 2024-08-27T18:10:48.375Z | Compiling fnv v1.0.7 |
442 | 2024-08-27T18:10:48.421Z | Compiling unicode-width v0.1.13 |
443 | 2024-08-27T18:10:48.513Z | Compiling anyhow v1.0.86 |
444 | 2024-08-27T18:10:48.681Z | Compiling papergrid v0.11.0 |
445 | 2024-08-27T18:10:48.722Z | Compiling clap_builder v4.5.15 |
446 | 2024-08-27T18:10:48.918Z | Compiling memmap v0.7.0 |
447 | 2024-08-27T18:10:49.307Z | Compiling swrite v0.1.0 |
448 | 2024-08-27T18:10:50.890Z | Compiling tabled_derive v0.7.0 |
449 | 2024-08-27T18:10:52.582Z | Compiling tabled v0.15.0 |
450 | 2024-08-27T18:10:53.909Z | Compiling serde_derive v1.0.208 |
451 | 2024-08-27T18:10:53.909Z | Compiling thiserror-impl v1.0.63 |
452 | 2024-08-27T18:10:53.933Z | Compiling zerocopy-derive v0.7.34 |
453 | 2024-08-27T18:10:53.933Z | Compiling scroll_derive v0.12.0 |
454 | 2024-08-27T18:10:54.063Z | Compiling clap_derive v4.5.13 |
455 | 2024-08-27T18:10:55.136Z | Compiling scroll v0.12.0 |
456 | 2024-08-27T18:10:55.631Z | Compiling zerocopy v0.7.34 |
457 | 2024-08-27T18:10:55.656Z | Compiling goblin v0.8.2 |
458 | 2024-08-27T18:10:56.192Z | Compiling pest v2.7.10 |
459 | 2024-08-27T18:10:57.311Z | Compiling clap v4.5.16 |
460 | 2024-08-27T18:10:58.267Z | Compiling pest_meta v2.7.10 |
461 | 2024-08-27T18:10:59.246Z | Compiling pest_generator v2.7.10 |
462 | 2024-08-27T18:11:00.999Z | Compiling pest_derive v2.7.10 |
463 | 2024-08-27T18:11:01.671Z | Compiling dtrace-parser v0.2.0 |
464 | 2024-08-27T18:11:03.598Z | Compiling toml_datetime v0.6.8 |
465 | 2024-08-27T18:11:03.598Z | Compiling serde_spanned v0.6.7 |
466 | 2024-08-27T18:11:03.622Z | Compiling cargo-platform v0.1.8 |
467 | 2024-08-27T18:11:03.993Z | Compiling serde_tokenstream v0.2.2 |
468 | 2024-08-27T18:11:04.031Z | Compiling toml_edit v0.22.20 |
469 | 2024-08-27T18:11:04.145Z | Compiling macaddr v1.0.1 |
470 | 2024-08-27T18:11:05.043Z | Compiling dof v0.3.0 |
471 | 2024-08-27T18:11:05.043Z | Compiling cargo_metadata v0.18.1 |
472 | 2024-08-27T18:11:06.650Z | Compiling toml v0.8.19 |
473 | 2024-08-27T18:11:07.011Z | Compiling usdt-attr-macro v0.5.0 |
474 | 2024-08-27T18:11:07.046Z | Compiling usdt-macro v0.5.0 |
475 | 2024-08-27T18:11:07.441Z | Compiling cargo_toml v0.20.4 |
476 | 2024-08-27T18:11:08.176Z | Compiling usdt v0.5.0 |
477 | 2024-08-27T18:11:11.758Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
478 | 2024-08-27T18:11:16.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.17s |
479 | 2024-08-27T18:11:17.133Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
480 | 2024-08-27T18:11:17.934Z | Downloading crates ... |
481 | 2024-08-27T18:11:18.070Z | Downloaded atomicwrites v0.4.3 |
482 | 2024-08-27T18:11:18.094Z | Downloaded aead v0.5.2 |
483 | 2024-08-27T18:11:18.094Z | Downloaded ident_case v1.0.1 |
484 | 2024-08-27T18:11:18.094Z | Downloaded is-terminal v0.4.12 |
485 | 2024-08-27T18:11:18.118Z | Downloaded normalize-line-endings v0.3.0 |
486 | 2024-08-27T18:11:18.118Z | Downloaded same-file v1.0.6 |
487 | 2024-08-27T18:11:18.143Z | Downloaded take_mut v0.2.2 |
488 | 2024-08-27T18:11:18.143Z | Downloaded unicode-linebreak v0.1.5 |
489 | 2024-08-27T18:11:18.167Z | Downloaded headers-core v0.2.0 |
490 | 2024-08-27T18:11:18.194Z | Downloaded rustfmt-wrapper v0.2.1 |
491 | 2024-08-27T18:11:18.194Z | Downloaded http-range v0.1.5 |
492 | 2024-08-27T18:11:18.194Z | Downloaded vte_generate_state_changes v0.1.1 |
493 | 2024-08-27T18:11:18.220Z | Downloaded pretty-hex v0.2.1 |
494 | 2024-08-27T18:11:18.220Z | Downloaded predicates-tree v1.0.9 |
495 | 2024-08-27T18:11:18.220Z | Downloaded scheduled-thread-pool v0.2.7 |
496 | 2024-08-27T18:11:18.220Z | Downloaded rusty-fork v0.3.0 |
497 | 2024-08-27T18:11:18.243Z | Downloaded form_urlencoded v1.2.1 |
498 | 2024-08-27T18:11:18.268Z | Downloaded enum-as-inner v0.6.0 |
499 | 2024-08-27T18:11:18.268Z | Downloaded strum v0.26.3 |
500 | 2024-08-27T18:11:18.268Z | Downloaded strum_macros v0.25.3 |
501 | 2024-08-27T18:11:18.268Z | Downloaded endian-type v0.1.2 |
502 | 2024-08-27T18:11:18.291Z | Downloaded fastrand v2.1.0 |
503 | 2024-08-27T18:11:18.291Z | Downloaded signal-hook-tokio v0.3.1 |
504 | 2024-08-27T18:11:18.291Z | Downloaded thiserror-impl-no-std v2.0.2 |
505 | 2024-08-27T18:11:18.291Z | Downloaded time-core v0.1.2 |
506 | 2024-08-27T18:11:18.291Z | Downloaded tiny-keccak v2.0.2 |
507 | 2024-08-27T18:11:18.316Z | Downloaded percent-encoding v2.3.1 |
508 | 2024-08-27T18:11:18.316Z | Downloaded powerfmt v0.2.0 |
509 | 2024-08-27T18:11:18.316Z | Downloaded postgres-types v0.2.7 |
510 | 2024-08-27T18:11:18.316Z | Downloaded postgres-protocol v0.6.7 |
511 | 2024-08-27T18:11:18.340Z | Downloaded precomputed-hash v0.1.1 |
512 | 2024-08-27T18:11:18.340Z | Downloaded ff v0.13.0 |
513 | 2024-08-27T18:11:18.340Z | Downloaded time v0.3.36 |
514 | 2024-08-27T18:11:18.364Z | Downloaded ppv-lite86 v0.2.17 |
515 | 2024-08-27T18:11:18.364Z | Downloaded filetime v0.2.24 |
516 | 2024-08-27T18:11:18.364Z | Downloaded predicates-core v1.0.6 |
517 | 2024-08-27T18:11:18.364Z | Downloaded der_derive v0.7.2 |
518 | 2024-08-27T18:11:18.364Z | Downloaded sled v0.34.7 |
519 | 2024-08-27T18:11:18.387Z | Downloaded zerocopy-derive v0.6.6 |
520 | 2024-08-27T18:11:18.410Z | Downloaded petgraph v0.6.5 |
521 | 2024-08-27T18:11:18.435Z | Downloaded peg-macros v0.8.4 |
522 | 2024-08-27T18:11:18.435Z | Downloaded flate2 v1.0.31 |
523 | 2024-08-27T18:11:18.435Z | Downloaded encoding_rs v0.8.34 |
524 | 2024-08-27T18:11:18.467Z | Downloaded winnow v0.5.40 |
525 | 2024-08-27T18:11:18.492Z | Downloaded openssl v0.10.66 |
526 | 2024-08-27T18:11:18.978Z | Downloaded smoltcp v0.9.1 |
527 | 2024-08-27T18:11:18.978Z | Downloaded webpki-roots v0.25.4 |
528 | 2024-08-27T18:11:18.978Z | Downloaded smoltcp v0.11.0 |
529 | 2024-08-27T18:11:18.978Z | Downloaded openapiv3 v2.0.0 |
530 | 2024-08-27T18:11:18.978Z | Downloaded rustls v0.22.4 |
531 | 2024-08-27T18:11:18.978Z | Downloaded idna v0.5.0 |
532 | 2024-08-27T18:11:18.978Z | Downloaded idna v0.3.0 |
533 | 2024-08-27T18:11:18.978Z | Downloaded object v0.32.2 |
534 | 2024-08-27T18:11:18.978Z | Downloaded object v0.30.4 |
535 | 2024-08-27T18:11:18.978Z | Downloaded nix v0.28.0 |
536 | 2024-08-27T18:11:18.978Z | Downloaded nix v0.27.1 |
537 | 2024-08-27T18:11:18.978Z | Downloaded lalrpop v0.19.12 |
538 | 2024-08-27T18:11:18.978Z | Downloaded finl_unicode v1.2.0 |
539 | 2024-08-27T18:11:18.978Z | Downloaded ring v0.17.8 |
540 | 2024-08-27T18:11:18.978Z | Downloaded sha3 v0.10.8 |
541 | 2024-08-27T18:11:18.978Z | Downloaded idna v0.4.0 |
542 | 2024-08-27T18:11:18.978Z | Downloaded derive-where v1.2.7 |
543 | 2024-08-27T18:11:18.978Z | Downloaded libm v0.2.8 |
544 | 2024-08-27T18:11:18.978Z | Downloaded ring v0.16.20 |
545 | 2024-08-27T18:11:19.002Z | Downloaded hyper v0.14.30 |
546 | 2024-08-27T18:11:19.002Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
547 | 2024-08-27T18:11:19.064Z | Downloaded expectorate v1.1.0 |
548 | 2024-08-27T18:11:19.088Z | Downloaded num-bigint-dig v0.8.4 |
549 | 2024-08-27T18:11:19.088Z | Downloaded nom v7.1.3 |
550 | 2024-08-27T18:11:19.088Z | Downloaded libxml v0.3.3 |
551 | 2024-08-27T18:11:19.112Z | Downloaded itertools v0.13.0 |
552 | 2024-08-27T18:11:19.112Z | Downloaded itertools v0.12.1 |
553 | 2024-08-27T18:11:19.136Z | Downloaded pem-rfc7468 v0.7.0 |
554 | 2024-08-27T18:11:19.136Z | Downloaded tokio v1.38.1 |
555 | 2024-08-27T18:11:19.171Z | Downloaded snafu v0.8.2 |
556 | 2024-08-27T18:11:19.195Z | Downloaded elliptic-curve v0.13.8 |
557 | 2024-08-27T18:11:19.195Z | Downloaded mio v1.0.2 |
558 | 2024-08-27T18:11:19.195Z | Downloaded minimal-lexical v0.2.1 |
559 | 2024-08-27T18:11:19.218Z | Downloaded libz-sys v1.1.16 |
560 | 2024-08-27T18:11:19.290Z | Downloaded fatfs v0.3.6 |
561 | 2024-08-27T18:11:19.314Z | Downloaded csv v1.3.0 |
562 | 2024-08-27T18:11:19.337Z | Downloaded socket2 v0.4.10 |
563 | 2024-08-27T18:11:19.337Z | Downloaded snafu-derive v0.8.2 |
564 | 2024-08-27T18:11:19.337Z | Downloaded predicates v3.1.2 |
565 | 2024-08-27T18:11:19.337Z | Downloaded diff v0.1.13 |
566 | 2024-08-27T18:11:19.337Z | Downloaded libsqlite3-sys v0.28.0 |
567 | 2024-08-27T18:11:19.430Z | Downloaded itertools v0.10.5 |
568 | 2024-08-27T18:11:19.453Z | Downloaded deranged v0.3.11 |
569 | 2024-08-27T18:11:19.453Z | Downloaded thread_local v1.1.8 |
570 | 2024-08-27T18:11:19.453Z | Downloaded thiserror-no-std v2.0.2 |
571 | 2024-08-27T18:11:19.453Z | Downloaded hickory-proto v0.24.1 |
572 | 2024-08-27T18:11:19.477Z | Downloaded ratatui v0.28.0 |
573 | 2024-08-27T18:11:19.500Z | Downloaded regex-automata v0.4.6 |
574 | 2024-08-27T18:11:19.523Z | Downloaded pem v3.0.4 |
575 | 2024-08-27T18:11:19.523Z | Downloaded flagset v0.4.5 |
576 | 2024-08-27T18:11:19.523Z | Downloaded fixedbitset v0.4.2 |
577 | 2024-08-27T18:11:19.523Z | Downloaded sqlparser v0.45.0 |
578 | 2024-08-27T18:11:19.523Z | Downloaded polar-core v0.27.3 |
579 | 2024-08-27T18:11:19.547Z | Downloaded diesel v2.2.2 |
580 | 2024-08-27T18:11:19.570Z | Downloaded signal-hook v0.3.17 |
581 | 2024-08-27T18:11:19.570Z | Downloaded mio v0.8.11 |
582 | 2024-08-27T18:11:19.570Z | Downloaded fd-lock v4.0.2 |
583 | 2024-08-27T18:11:19.570Z | Downloaded smallvec v1.13.2 |
584 | 2024-08-27T18:11:19.597Z | Downloaded x509-cert v0.2.5 |
585 | 2024-08-27T18:11:19.597Z | Downloaded password-hash v0.5.0 |
586 | 2024-08-27T18:11:19.597Z | Downloaded postcard v1.0.8 |
587 | 2024-08-27T18:11:19.597Z | Downloaded pin-project v1.1.5 |
588 | 2024-08-27T18:11:19.621Z | Downloaded der v0.7.9 |
589 | 2024-08-27T18:11:19.621Z | Downloaded zip v0.6.6 |
590 | 2024-08-27T18:11:19.621Z | Downloaded zerocopy v0.6.6 |
591 | 2024-08-27T18:11:19.621Z | Downloaded steno v0.4.1 |
592 | 2024-08-27T18:11:19.621Z | Downloaded shlex v1.3.0 |
593 | 2024-08-27T18:11:19.621Z | Downloaded sct v0.7.1 |
594 | 2024-08-27T18:11:19.644Z | Downloaded scrypt v0.11.0 |
595 | 2024-08-27T18:11:19.644Z | Downloaded rustls-webpki v0.102.4 |
596 | 2024-08-27T18:11:19.667Z | Downloaded radix_trie v0.2.1 |
597 | 2024-08-27T18:11:19.667Z | Downloaded indicatif v0.17.8 |
598 | 2024-08-27T18:11:19.667Z | Downloaded pin-project-lite v0.2.14 |
599 | 2024-08-27T18:11:19.667Z | Downloaded pin-project-internal v1.1.5 |
600 | 2024-08-27T18:11:19.668Z | Downloaded tinyvec v1.6.0 |
601 | 2024-08-27T18:11:19.691Z | Downloaded termios v0.3.3 |
602 | 2024-08-27T18:11:19.691Z | Downloaded portable-atomic v1.6.0 |
603 | 2024-08-27T18:11:19.691Z | Downloaded fallible-iterator v0.3.0 |
604 | 2024-08-27T18:11:19.691Z | Downloaded owo-colors v4.0.0 |
605 | 2024-08-27T18:11:19.691Z | Downloaded tar v0.4.41 |
606 | 2024-08-27T18:11:19.691Z | Downloaded phf_shared v0.11.2 |
607 | 2024-08-27T18:11:19.691Z | Downloaded phf_shared v0.10.0 |
608 | 2024-08-27T18:11:19.691Z | Downloaded phf v0.11.2 |
609 | 2024-08-27T18:11:19.691Z | Downloaded peg-runtime v0.8.3 |
610 | 2024-08-27T18:11:19.715Z | Downloaded zone_cfg_derive v0.1.2 |
611 | 2024-08-27T18:11:19.715Z | Downloaded zone v0.1.8 |
612 | 2024-08-27T18:11:19.715Z | Downloaded xattr v1.3.1 |
613 | 2024-08-27T18:11:19.715Z | Downloaded tls_codec v0.4.1 |
614 | 2024-08-27T18:11:19.715Z | Downloaded tinyvec_macros v0.1.1 |
615 | 2024-08-27T18:11:19.715Z | Downloaded fallible-iterator v0.2.0 |
616 | 2024-08-27T18:11:19.715Z | Downloaded hkdf v0.12.4 |
617 | 2024-08-27T18:11:19.715Z | Downloaded parking_lot v0.11.2 |
618 | 2024-08-27T18:11:19.715Z | Downloaded regex-syntax v0.8.4 |
619 | 2024-08-27T18:11:19.738Z | Downloaded defmt-parser v0.3.4 |
620 | 2024-08-27T18:11:19.738Z | Downloaded zeroize_derive v1.4.2 |
621 | 2024-08-27T18:11:19.738Z | Downloaded zeroize v1.7.0 |
622 | 2024-08-27T18:11:19.738Z | Downloaded yasna v0.5.2 |
623 | 2024-08-27T18:11:19.738Z | Downloaded wyz v0.5.1 |
624 | 2024-08-27T18:11:19.738Z | Downloaded tls_codec_derive v0.4.1 |
625 | 2024-08-27T18:11:19.738Z | Downloaded time-macros v0.2.18 |
626 | 2024-08-27T18:11:19.738Z | Downloaded textwrap v0.16.1 |
627 | 2024-08-27T18:11:19.738Z | Downloaded test-strategy v0.3.1 |
628 | 2024-08-27T18:11:19.761Z | Downloaded spin v0.9.8 |
629 | 2024-08-27T18:11:19.762Z | Downloaded socket2 v0.5.7 |
630 | 2024-08-27T18:11:19.762Z | Downloaded similar v2.6.0 |
631 | 2024-08-27T18:11:19.762Z | Downloaded smf v0.2.3 |
632 | 2024-08-27T18:11:19.762Z | Downloaded smawk v0.3.2 |
633 | 2024-08-27T18:11:19.762Z | Downloaded embedded-io v0.4.0 |
634 | 2024-08-27T18:11:19.762Z | Downloaded dsl_auto_type v0.1.2 |
635 | 2024-08-27T18:11:19.762Z | Downloaded regress v0.9.1 |
636 | 2024-08-27T18:11:19.785Z | Downloaded mime_guess v2.0.4 |
637 | 2024-08-27T18:11:19.785Z | Downloaded strip-ansi-escapes v0.2.0 |
638 | 2024-08-27T18:11:19.785Z | Downloaded static_assertions v1.1.0 |
639 | 2024-08-27T18:11:19.785Z | Downloaded rayon v1.10.0 |
640 | 2024-08-27T18:11:19.809Z | Downloaded proptest v1.5.0 |
641 | 2024-08-27T18:11:19.809Z | Downloaded whoami v1.5.1 |
642 | 2024-08-27T18:11:19.809Z | Downloaded mockall_derive v0.13.0 |
643 | 2024-08-27T18:11:19.809Z | Downloaded stable_deref_trait v1.2.0 |
644 | 2024-08-27T18:11:19.809Z | Downloaded sqlformat v0.2.4 |
645 | 2024-08-27T18:11:19.809Z | Downloaded slab v0.4.9 |
646 | 2024-08-27T18:11:19.809Z | Downloaded siphasher v0.3.11 |
647 | 2024-08-27T18:11:19.809Z | Downloaded signature v2.2.0 |
648 | 2024-08-27T18:11:19.832Z | Downloaded either v1.13.0 |
649 | 2024-08-27T18:11:19.832Z | Downloaded dyn-clone v1.0.17 |
650 | 2024-08-27T18:11:19.832Z | Downloaded downcast v0.11.0 |
651 | 2024-08-27T18:11:19.832Z | Downloaded dirs-sys-next v0.1.2 |
652 | 2024-08-27T18:11:19.832Z | Downloaded dirs-next v2.0.0 |
653 | 2024-08-27T18:11:19.832Z | Downloaded peg v0.8.4 |
654 | 2024-08-27T18:11:19.832Z | Downloaded pbkdf2 v0.12.2 |
655 | 2024-08-27T18:11:19.832Z | Downloaded paste v1.0.15 |
656 | 2024-08-27T18:11:19.832Z | Downloaded rustls-webpki v0.101.7 |
657 | 2024-08-27T18:11:19.855Z | Downloaded miniz_oxide v0.7.2 |
658 | 2024-08-27T18:11:19.855Z | Downloaded termtree v0.4.1 |
659 | 2024-08-27T18:11:19.856Z | Downloaded structmeta v0.2.0 |
660 | 2024-08-27T18:11:19.856Z | Downloaded stringprep v0.1.4 |
661 | 2024-08-27T18:11:19.856Z | Downloaded string_cache v0.8.7 |
662 | 2024-08-27T18:11:19.856Z | Downloaded sqlparser_derive v0.2.2 |
663 | 2024-08-27T18:11:19.856Z | Downloaded spki v0.7.3 |
664 | 2024-08-27T18:11:19.879Z | Downloaded spin v0.5.2 |
665 | 2024-08-27T18:11:19.879Z | Downloaded sigpipe v0.1.3 |
666 | 2024-08-27T18:11:19.879Z | Downloaded quick-xml v0.31.0 |
667 | 2024-08-27T18:11:19.879Z | Downloaded regex-syntax v0.6.29 |
668 | 2024-08-27T18:11:19.879Z | Downloaded fallible-streaming-iterator v0.1.9 |
669 | 2024-08-27T18:11:19.879Z | Downloaded signal-hook-mio v0.2.4 |
670 | 2024-08-27T18:11:19.879Z | Downloaded rustls v0.21.12 |
671 | 2024-08-27T18:11:19.902Z | Downloaded regex v1.10.6 |
672 | 2024-08-27T18:11:19.925Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
673 | 2024-08-27T18:11:19.925Z | Downloaded ena v0.14.3 |
674 | 2024-08-27T18:11:19.949Z | Downloaded term v0.7.0 |
675 | 2024-08-27T18:11:19.949Z | Downloaded tempfile v3.10.1 |
676 | 2024-08-27T18:11:19.949Z | Downloaded diesel_derives v2.2.2 |
677 | 2024-08-27T18:11:19.949Z | Downloaded hickory-resolver v0.24.1 |
678 | 2024-08-27T18:11:19.949Z | Downloaded signal-hook-registry v1.4.2 |
679 | 2024-08-27T18:11:19.949Z | Downloaded sec1 v0.7.3 |
680 | 2024-08-27T18:11:19.949Z | Downloaded scopeguard v1.2.0 |
681 | 2024-08-27T18:11:19.949Z | Downloaded packed_struct_codegen v0.10.1 |
682 | 2024-08-27T18:11:19.974Z | Downloaded packed_struct v0.10.1 |
683 | 2024-08-27T18:11:19.974Z | Downloaded vcpkg v0.2.15 |
684 | 2024-08-27T18:11:20.002Z | Downloaded rustls-pemfile v2.1.3 |
685 | 2024-08-27T18:11:20.025Z | Downloaded omicron-zone-package v0.11.0 |
686 | 2024-08-27T18:11:20.025Z | Downloaded termcolor v1.4.1 |
687 | 2024-08-27T18:11:20.025Z | Downloaded poly1305 v0.8.0 |
688 | 2024-08-27T18:11:20.025Z | Downloaded pkcs8 v0.10.2 |
689 | 2024-08-27T18:11:20.025Z | Downloaded pkcs5 v0.7.1 |
690 | 2024-08-27T18:11:20.025Z | Downloaded slog v2.7.0 |
691 | 2024-08-27T18:11:20.025Z | Downloaded http v0.2.12 |
692 | 2024-08-27T18:11:20.049Z | Downloaded hickory-server v0.24.1 |
693 | 2024-08-27T18:11:20.049Z | Downloaded schemars_derive v0.8.21 |
694 | 2024-08-27T18:11:20.049Z | Downloaded rustyline v14.0.0 |
695 | 2024-08-27T18:11:20.049Z | Downloaded gimli v0.28.1 |
696 | 2024-08-27T18:11:20.072Z | Downloaded num-traits v0.2.19 |
697 | 2024-08-27T18:11:20.072Z | Downloaded strum_macros v0.24.3 |
698 | 2024-08-27T18:11:20.072Z | Downloaded structmeta-derive v0.3.0 |
699 | 2024-08-27T18:11:20.072Z | Downloaded structmeta-derive v0.2.0 |
700 | 2024-08-27T18:11:20.072Z | Downloaded structmeta v0.3.0 |
701 | 2024-08-27T18:11:20.072Z | Downloaded portpicker v0.1.1 |
702 | 2024-08-27T18:11:20.073Z | Downloaded pkcs1 v0.7.5 |
703 | 2024-08-27T18:11:20.073Z | Downloaded pin-utils v0.1.0 |
704 | 2024-08-27T18:11:20.073Z | Downloaded erased-serde v0.3.31 |
705 | 2024-08-27T18:11:20.073Z | Downloaded env_logger v0.10.2 |
706 | 2024-08-27T18:11:20.096Z | Downloaded env_logger v0.9.3 |
707 | 2024-08-27T18:11:20.096Z | Downloaded display-error-chain v0.2.0 |
708 | 2024-08-27T18:11:20.096Z | Downloaded difflib v0.4.0 |
709 | 2024-08-27T18:11:20.096Z | Downloaded derive_builder_core v0.20.0 |
710 | 2024-08-27T18:11:20.096Z | Downloaded parking_lot v0.12.2 |
711 | 2024-08-27T18:11:20.096Z | Downloaded shell-words v1.1.0 |
712 | 2024-08-27T18:11:20.096Z | Downloaded olpc-cjson v0.1.3 |
713 | 2024-08-27T18:11:20.096Z | Downloaded num_cpus v1.16.0 |
714 | 2024-08-27T18:11:20.096Z | Downloaded num-rational v0.4.2 |
715 | 2024-08-27T18:11:20.096Z | Downloaded nu-ansi-term v0.50.0 |
716 | 2024-08-27T18:11:20.096Z | Downloaded pkg-config v0.3.30 |
717 | 2024-08-27T18:11:20.096Z | Downloaded slog-term v2.9.1 |
718 | 2024-08-27T18:11:20.120Z | Downloaded slog-scope v4.4.0 |
719 | 2024-08-27T18:11:20.120Z | Downloaded slog-json v2.6.1 |
720 | 2024-08-27T18:11:20.120Z | Downloaded slog-envlogger v2.2.0 |
721 | 2024-08-27T18:11:20.120Z | Downloaded slog-dtrace v0.3.0 |
722 | 2024-08-27T18:11:20.120Z | Downloaded slog-bunyan v2.5.0 |
723 | 2024-08-27T18:11:20.120Z | Downloaded slog-async v2.8.0 |
724 | 2024-08-27T18:11:20.120Z | Downloaded diesel_table_macro_syntax v0.2.0 |
725 | 2024-08-27T18:11:20.120Z | Downloaded derive_more v0.99.18 |
726 | 2024-08-27T18:11:20.120Z | Downloaded path-slash v0.1.5 |
727 | 2024-08-27T18:11:20.120Z | Downloaded home v0.5.9 |
728 | 2024-08-27T18:11:20.120Z | Downloaded hmac v0.12.1 |
729 | 2024-08-27T18:11:20.144Z | Downloaded highway v1.2.0 |
730 | 2024-08-27T18:11:20.144Z | Downloaded futures-core v0.3.30 |
731 | 2024-08-27T18:11:20.144Z | Downloaded futures-channel v0.3.30 |
732 | 2024-08-27T18:11:20.144Z | Downloaded futures v0.3.30 |
733 | 2024-08-27T18:11:20.144Z | Downloaded foreign-types-macros v0.2.3 |
734 | 2024-08-27T18:11:20.144Z | Downloaded flume v0.11.0 |
735 | 2024-08-27T18:11:20.144Z | Downloaded schemars v0.8.21 |
736 | 2024-08-27T18:11:20.167Z | Downloaded rand v0.8.5 |
737 | 2024-08-27T18:11:20.167Z | Downloaded oso-derive v0.27.3 |
738 | 2024-08-27T18:11:20.167Z | Downloaded which v4.4.2 |
739 | 2024-08-27T18:11:20.167Z | Downloaded rustls-pemfile v1.0.4 |
740 | 2024-08-27T18:11:20.167Z | Downloaded hex v0.4.3 |
741 | 2024-08-27T18:11:20.167Z | Downloaded git2 v0.19.0 |
742 | 2024-08-27T18:11:20.191Z | Downloaded untrusted v0.9.0 |
743 | 2024-08-27T18:11:20.191Z | Downloaded untrusted v0.7.1 |
744 | 2024-08-27T18:11:20.191Z | Downloaded num_enum v0.5.11 |
745 | 2024-08-27T18:11:20.191Z | Downloaded native-tls v0.2.11 |
746 | 2024-08-27T18:11:20.191Z | Downloaded memmap2 v0.9.4 |
747 | 2024-08-27T18:11:20.191Z | Downloaded maplit v1.0.2 |
748 | 2024-08-27T18:11:20.191Z | Downloaded jobserver v0.1.32 |
749 | 2024-08-27T18:11:20.191Z | Downloaded smallvec v0.6.14 |
750 | 2024-08-27T18:11:20.214Z | Downloaded slog-stdlog v4.1.1 |
751 | 2024-08-27T18:11:20.214Z | Downloaded derive_builder_macro v0.20.0 |
752 | 2024-08-27T18:11:20.214Z | Downloaded derive_builder v0.20.0 |
753 | 2024-08-27T18:11:20.214Z | Downloaded parse-size v1.0.0 |
754 | 2024-08-27T18:11:20.214Z | Downloaded parse-display-derive v0.10.0 |
755 | 2024-08-27T18:11:20.214Z | Downloaded parse-display v0.10.0 |
756 | 2024-08-27T18:11:20.214Z | Downloaded parking_lot_core v0.9.10 |
757 | 2024-08-27T18:11:20.214Z | Downloaded parking_lot_core v0.8.6 |
758 | 2024-08-27T18:11:20.214Z | Downloaded hostname v0.4.0 |
759 | 2024-08-27T18:11:20.214Z | Downloaded hostname v0.3.1 |
760 | 2024-08-27T18:11:20.214Z | Downloaded hickory-client v0.24.1 |
761 | 2024-08-27T18:11:20.238Z | Downloaded funty v2.0.0 |
762 | 2024-08-27T18:11:20.238Z | Downloaded fragile v2.0.0 |
763 | 2024-08-27T18:11:20.238Z | Downloaded foreign-types-shared v0.1.1 |
764 | 2024-08-27T18:11:20.238Z | Downloaded foreign-types v0.5.0 |
765 | 2024-08-27T18:11:20.238Z | Downloaded foreign-types v0.3.2 |
766 | 2024-08-27T18:11:20.238Z | Downloaded float-cmp v0.9.0 |
767 | 2024-08-27T18:11:20.238Z | Downloaded rcgen v0.12.1 |
768 | 2024-08-27T18:11:20.238Z | Downloaded rayon-core v1.12.1 |
769 | 2024-08-27T18:11:20.238Z | Downloaded r2d2 v0.8.10 |
770 | 2024-08-27T18:11:20.238Z | Downloaded publicsuffix v2.2.3 |
771 | 2024-08-27T18:11:20.238Z | Downloaded http v1.1.0 |
772 | 2024-08-27T18:11:20.261Z | Downloaded reqwest v0.11.27 |
773 | 2024-08-27T18:11:20.261Z | Downloaded num-integer v0.1.46 |
774 | 2024-08-27T18:11:20.261Z | Downloaded foreign-types-shared v0.3.1 |
775 | 2024-08-27T18:11:20.261Z | Downloaded float-ord v0.3.2 |
776 | 2024-08-27T18:11:20.261Z | Downloaded prettyplease v0.2.20 |
777 | 2024-08-27T18:11:20.261Z | Downloaded tokio-util v0.7.11 |
778 | 2024-08-27T18:11:20.285Z | Downloaded multimap v0.10.0 |
779 | 2024-08-27T18:11:20.285Z | Downloaded linked-hash-map v0.5.6 |
780 | 2024-08-27T18:11:20.285Z | Downloaded libsw v3.3.1 |
781 | 2024-08-27T18:11:20.285Z | Downloaded rustversion v1.0.17 |
782 | 2024-08-27T18:11:20.285Z | Downloaded rustls-pki-types v1.7.0 |
783 | 2024-08-27T18:11:20.285Z | Downloaded rand_xorshift v0.3.0 |
784 | 2024-08-27T18:11:20.285Z | Downloaded rand_core v0.6.4 |
785 | 2024-08-27T18:11:20.285Z | Downloaded oso v0.27.3 |
786 | 2024-08-27T18:11:20.285Z | Downloaded openssl-sys v0.9.103 |
787 | 2024-08-27T18:11:20.308Z | Downloaded rusqlite v0.31.0 |
788 | 2024-08-27T18:11:20.308Z | Downloaded reedline v0.33.0 |
789 | 2024-08-27T18:11:20.308Z | Downloaded memoffset v0.9.1 |
790 | 2024-08-27T18:11:20.309Z | Downloaded salsa20 v0.10.2 |
791 | 2024-08-27T18:11:20.309Z | Downloaded rand_seeder v0.3.0 |
792 | 2024-08-27T18:11:20.332Z | Downloaded rand_chacha v0.3.1 |
793 | 2024-08-27T18:11:20.332Z | Downloaded radium v0.7.0 |
794 | 2024-08-27T18:11:20.332Z | Downloaded quick-error v1.2.3 |
795 | 2024-08-27T18:11:20.332Z | Downloaded psl-types v2.0.11 |
796 | 2024-08-27T18:11:20.332Z | Downloaded proc-macro-crate v1.3.1 |
797 | 2024-08-27T18:11:20.332Z | Downloaded lazycell v1.3.0 |
798 | 2024-08-27T18:11:20.332Z | Downloaded url v2.5.2 |
799 | 2024-08-27T18:11:20.332Z | Downloaded tokio-postgres v0.7.11 |
800 | 2024-08-27T18:11:20.332Z | Downloaded h2 v0.3.26 |
801 | 2024-08-27T18:11:20.357Z | Downloaded num-complex v0.4.6 |
802 | 2024-08-27T18:11:20.357Z | Downloaded libloading v0.8.3 |
803 | 2024-08-27T18:11:20.357Z | Downloaded lalrpop-util v0.19.12 |
804 | 2024-08-27T18:11:20.357Z | Downloaded hubpack v0.1.2 |
805 | 2024-08-27T18:11:20.357Z | Downloaded httpdate v1.0.3 |
806 | 2024-08-27T18:11:20.358Z | Downloaded httparse v1.8.0 |
807 | 2024-08-27T18:11:20.358Z | Downloaded http-body v0.4.6 |
808 | 2024-08-27T18:11:20.358Z | Downloaded vte v0.11.1 |
809 | 2024-08-27T18:11:20.358Z | Downloaded uuid v1.10.0 |
810 | 2024-08-27T18:11:20.358Z | Downloaded ron v0.8.1 |
811 | 2024-08-27T18:11:20.382Z | Downloaded hashbrown v0.12.3 |
812 | 2024-08-27T18:11:20.382Z | Downloaded futures-util v0.3.30 |
813 | 2024-08-27T18:11:20.382Z | Downloaded num v0.4.3 |
814 | 2024-08-27T18:11:20.382Z | Downloaded multer v3.1.0 |
815 | 2024-08-27T18:11:20.405Z | Downloaded kstat-rs v0.2.4 |
816 | 2024-08-27T18:11:20.405Z | Downloaded ipnetwork v0.20.0 |
817 | 2024-08-27T18:11:20.405Z | Downloaded inout v0.1.3 |
818 | 2024-08-27T18:11:20.405Z | Downloaded indexmap v1.9.3 |
819 | 2024-08-27T18:11:20.405Z | Downloaded indent_write v2.2.0 |
820 | 2024-08-27T18:11:20.405Z | Downloaded hyper-staticfile v0.9.5 |
821 | 2024-08-27T18:11:20.405Z | Downloaded blake3 v1.5.1 |
822 | 2024-08-27T18:11:20.429Z | Downloaded uzers v0.11.3 |
823 | 2024-08-27T18:11:20.429Z | Downloaded utf-8 v0.7.6 |
824 | 2024-08-27T18:11:20.429Z | Downloaded rustc-demangle v0.1.24 |
825 | 2024-08-27T18:11:20.429Z | Downloaded heapless v0.8.0 |
826 | 2024-08-27T18:11:20.429Z | Downloaded hashbrown v0.13.2 |
827 | 2024-08-27T18:11:20.429Z | Downloaded openssl-probe v0.1.5 |
828 | 2024-08-27T18:11:20.429Z | Downloaded opaque-debug v0.3.1 |
829 | 2024-08-27T18:11:20.429Z | Downloaded num_threads v0.1.7 |
830 | 2024-08-27T18:11:20.429Z | Downloaded num_enum_derive v0.5.11 |
831 | 2024-08-27T18:11:20.429Z | Downloaded nibble_vec v0.1.0 |
832 | 2024-08-27T18:11:20.429Z | Downloaded newtype_derive v0.1.6 |
833 | 2024-08-27T18:11:20.429Z | Downloaded newtype-uuid v1.1.0 |
834 | 2024-08-27T18:11:20.453Z | Downloaded mockall v0.13.0 |
835 | 2024-08-27T18:11:20.453Z | Downloaded lru v0.12.3 |
836 | 2024-08-27T18:11:20.453Z | Downloaded lock_api v0.4.12 |
837 | 2024-08-27T18:11:20.453Z | Downloaded iana-time-zone v0.1.60 |
838 | 2024-08-27T18:11:20.453Z | Downloaded curve25519-dalek v4.1.3 |
839 | 2024-08-27T18:11:20.453Z | Downloaded want v0.3.1 |
840 | 2024-08-27T18:11:20.453Z | Downloaded walkdir v2.5.0 |
841 | 2024-08-27T18:11:20.453Z | Downloaded waitgroup v0.1.2 |
842 | 2024-08-27T18:11:20.453Z | Downloaded wait-timeout v0.2.0 |
843 | 2024-08-27T18:11:20.477Z | Downloaded vsss-rs v3.3.4 |
844 | 2024-08-27T18:11:20.477Z | Downloaded vergen v8.3.2 |
845 | 2024-08-27T18:11:20.477Z | Downloaded tokio-tungstenite v0.21.0 |
846 | 2024-08-27T18:11:20.477Z | Downloaded tokio-tungstenite v0.20.1 |
847 | 2024-08-27T18:11:20.477Z | Downloaded tokio-stream v0.1.15 |
848 | 2024-08-27T18:11:20.477Z | Downloaded tokio-rustls v0.25.0 |
849 | 2024-08-27T18:11:20.477Z | Downloaded tokio-rustls v0.24.1 |
850 | 2024-08-27T18:11:20.477Z | Downloaded tokio-native-tls v0.3.1 |
851 | 2024-08-27T18:11:20.501Z | Downloaded tokio-macros v2.3.0 |
852 | 2024-08-27T18:11:20.501Z | Downloaded rustc_version v0.1.7 |
853 | 2024-08-27T18:11:20.501Z | Downloaded rustc-hash v1.1.0 |
854 | 2024-08-27T18:11:20.501Z | Downloaded rsa v0.9.6 |
855 | 2024-08-27T18:11:20.501Z | Downloaded ron v0.7.1 |
856 | 2024-08-27T18:11:20.501Z | Downloaded resolv-conf v0.7.0 |
857 | 2024-08-27T18:11:20.501Z | Downloaded ref-cast-impl v1.0.23 |
858 | 2024-08-27T18:11:20.501Z | Downloaded heck v0.3.3 |
859 | 2024-08-27T18:11:20.501Z | Downloaded heapless v0.7.17 |
860 | 2024-08-27T18:11:20.525Z | Downloaded headers v0.3.9 |
861 | 2024-08-27T18:11:20.525Z | Downloaded getopts v0.2.21 |
862 | 2024-08-27T18:11:20.525Z | Downloaded unicode_categories v0.1.1 |
863 | 2024-08-27T18:11:20.525Z | Downloaded unicode-segmentation v1.11.0 |
864 | 2024-08-27T18:11:20.525Z | Downloaded unicode-normalization v0.1.23 |
865 | 2024-08-27T18:11:20.525Z | Downloaded typed-path v0.7.1 |
866 | 2024-08-27T18:11:20.549Z | Downloaded tough v0.17.1 |
867 | 2024-08-27T18:11:20.549Z | Downloaded num-conv v0.1.0 |
868 | 2024-08-27T18:11:20.549Z | Downloaded nodrop v0.1.14 |
869 | 2024-08-27T18:11:20.549Z | Downloaded maybe-uninit v2.0.0 |
870 | 2024-08-27T18:11:20.549Z | Downloaded managed v0.8.0 |
871 | 2024-08-27T18:11:20.549Z | Downloaded lazy_static v1.5.0 |
872 | 2024-08-27T18:11:20.549Z | Downloaded ipnet v2.9.0 |
873 | 2024-08-27T18:11:20.549Z | Downloaded bstr v1.9.1 |
874 | 2024-08-27T18:11:20.581Z | Downloaded rustc_version v0.4.0 |
875 | 2024-08-27T18:11:20.581Z | Downloaded rtoolbox v0.0.2 |
876 | 2024-08-27T18:11:20.581Z | Downloaded rpassword v7.3.1 |
877 | 2024-08-27T18:11:20.581Z | Downloaded ref-cast v1.0.23 |
878 | 2024-08-27T18:11:20.581Z | Downloaded hash32 v0.3.1 |
879 | 2024-08-27T18:11:20.581Z | Downloaded half v2.4.1 |
880 | 2024-08-27T18:11:20.581Z | Downloaded globset v0.4.14 |
881 | 2024-08-27T18:11:20.581Z | Downloaded glob v0.3.1 |
882 | 2024-08-27T18:11:20.581Z | Downloaded getrandom v0.2.14 |
883 | 2024-08-27T18:11:20.581Z | Downloaded gethostname v0.5.0 |
884 | 2024-08-27T18:11:20.581Z | Downloaded fxhash v0.2.1 |
885 | 2024-08-27T18:11:20.605Z | Downloaded futures-task v0.3.30 |
886 | 2024-08-27T18:11:20.605Z | Downloaded futures-sink v0.3.30 |
887 | 2024-08-27T18:11:20.605Z | Downloaded futures-macro v0.3.30 |
888 | 2024-08-27T18:11:20.605Z | Downloaded futures-io v0.3.30 |
889 | 2024-08-27T18:11:20.605Z | Downloaded futures-executor v0.3.30 |
890 | 2024-08-27T18:11:20.605Z | Downloaded unsafe-libyaml v0.2.11 |
891 | 2024-08-27T18:11:20.605Z | Downloaded unicode-xid v0.2.4 |
892 | 2024-08-27T18:11:20.605Z | Downloaded unicode-bidi v0.3.15 |
893 | 2024-08-27T18:11:20.605Z | Downloaded tungstenite v0.21.0 |
894 | 2024-08-27T18:11:20.605Z | Downloaded tungstenite v0.20.1 |
895 | 2024-08-27T18:11:20.605Z | Downloaded tui-tree-widget v0.22.0 |
896 | 2024-08-27T18:11:20.628Z | Downloaded tracing-core v0.1.32 |
897 | 2024-08-27T18:11:20.628Z | Downloaded tracing-attributes v0.1.27 |
898 | 2024-08-27T18:11:20.628Z | Downloaded tracing v0.1.40 |
899 | 2024-08-27T18:11:20.628Z | Downloaded toml_edit v0.19.15 |
900 | 2024-08-27T18:11:20.654Z | Downloaded toml v0.7.8 |
901 | 2024-08-27T18:11:20.654Z | Downloaded serde_with v3.9.0 |
902 | 2024-08-27T18:11:20.654Z | Downloaded num-iter v0.1.45 |
903 | 2024-08-27T18:11:20.678Z | Downloaded mime v0.3.17 |
904 | 2024-08-27T18:11:20.678Z | Downloaded md-5 v0.10.6 |
905 | 2024-08-27T18:11:20.678Z | Downloaded match_cfg v0.1.0 |
906 | 2024-08-27T18:11:20.678Z | Downloaded lru-cache v0.1.2 |
907 | 2024-08-27T18:11:20.678Z | Downloaded linear-map v1.2.0 |
908 | 2024-08-27T18:11:20.678Z | Downloaded libefi-sys v0.1.0 |
909 | 2024-08-27T18:11:20.678Z | Downloaded is_ci v1.2.0 |
910 | 2024-08-27T18:11:20.678Z | Downloaded defmt-macros v0.3.9 |
911 | 2024-08-27T18:11:20.678Z | Downloaded chrono v0.4.38 |
912 | 2024-08-27T18:11:20.678Z | Downloaded hashlink v0.9.1 |
913 | 2024-08-27T18:11:20.678Z | Downloaded hash32 v0.2.1 |
914 | 2024-08-27T18:11:20.701Z | Downloaded group v0.13.0 |
915 | 2024-08-27T18:11:20.701Z | Downloaded universal-hash v0.5.1 |
916 | 2024-08-27T18:11:20.701Z | Downloaded unicode-truncate v1.0.0 |
917 | 2024-08-27T18:11:20.701Z | Downloaded tower-service v0.3.2 |
918 | 2024-08-27T18:11:20.701Z | Downloaded openssl-macros v0.1.1 |
919 | 2024-08-27T18:11:20.701Z | Downloaded num-derive v0.4.2 |
920 | 2024-08-27T18:11:20.701Z | Downloaded newline-converter v0.3.0 |
921 | 2024-08-27T18:11:20.701Z | Downloaded nanorand v0.7.0 |
922 | 2024-08-27T18:11:20.701Z | Downloaded instant v0.1.12 |
923 | 2024-08-27T18:11:20.701Z | Downloaded compact_str v0.8.0 |
924 | 2024-08-27T18:11:20.701Z | Downloaded unicase v2.7.0 |
925 | 2024-08-27T18:11:20.701Z | Downloaded unarray v0.1.4 |
926 | 2024-08-27T18:11:20.701Z | Downloaded twox-hash v1.6.3 |
927 | 2024-08-27T18:11:20.725Z | Downloaded try-lock v0.2.5 |
928 | 2024-08-27T18:11:20.725Z | Downloaded topological-sort v0.2.2 |
929 | 2024-08-27T18:11:20.725Z | Downloaded toolchain_find v0.4.0 |
930 | 2024-08-27T18:11:20.725Z | Downloaded tap v1.0.1 |
931 | 2024-08-27T18:11:20.725Z | Downloaded tabwriter v1.4.0 |
932 | 2024-08-27T18:11:20.725Z | Downloaded supports-color v3.0.0 |
933 | 2024-08-27T18:11:20.725Z | Downloaded subtle v2.5.0 |
934 | 2024-08-27T18:11:20.725Z | Downloaded subprocess v0.2.9 |
935 | 2024-08-27T18:11:20.725Z | Downloaded strum_macros v0.26.4 |
936 | 2024-08-27T18:11:20.725Z | Downloaded serde_yaml v0.9.34+deprecated |
937 | 2024-08-27T18:11:20.725Z | Downloaded serde-big-array v0.5.1 |
938 | 2024-08-27T18:11:20.725Z | Downloaded number_prefix v0.4.0 |
939 | 2024-08-27T18:11:20.749Z | Downloaded indoc v1.0.9 |
940 | 2024-08-27T18:11:20.749Z | Downloaded impl-trait-for-tuples v0.2.2 |
941 | 2024-08-27T18:11:20.749Z | Downloaded humantime v2.1.0 |
942 | 2024-08-27T18:11:20.749Z | Downloaded crypto-bigint v0.5.5 |
943 | 2024-08-27T18:11:20.749Z | Downloaded crossterm v0.27.0 |
944 | 2024-08-27T18:11:20.772Z | Downloaded crossbeam-channel v0.5.12 |
945 | 2024-08-27T18:11:20.772Z | Downloaded cookie v0.18.1 |
946 | 2024-08-27T18:11:20.772Z | Downloaded const_format_proc_macros v0.2.32 |
947 | 2024-08-27T18:11:20.772Z | Downloaded bitvec v1.0.1 |
948 | 2024-08-27T18:11:20.796Z | Downloaded bindgen v0.69.4 |
949 | 2024-08-27T18:11:20.796Z | Downloaded sync_wrapper v0.1.2 |
950 | 2024-08-27T18:11:20.796Z | Downloaded sha1 v0.10.6 |
951 | 2024-08-27T18:11:20.796Z | Downloaded serde_with_macros v3.9.0 |
952 | 2024-08-27T18:11:20.796Z | Downloaded serde_urlencoded v0.7.1 |
953 | 2024-08-27T18:11:20.819Z | Downloaded serde_repr v0.1.19 |
954 | 2024-08-27T18:11:20.819Z | Downloaded serde_plain v1.0.2 |
955 | 2024-08-27T18:11:20.819Z | Downloaded serde_path_to_error v0.1.16 |
956 | 2024-08-27T18:11:20.819Z | Downloaded serde_derive_internals v0.29.1 |
957 | 2024-08-27T18:11:20.820Z | Downloaded serde_arrays v0.1.0 |
958 | 2024-08-27T18:11:20.820Z | Downloaded serde-hex v0.1.0 |
959 | 2024-08-27T18:11:20.820Z | Downloaded semver v0.1.20 |
960 | 2024-08-27T18:11:20.820Z | Downloaded secrecy v0.8.0 |
961 | 2024-08-27T18:11:20.820Z | Downloaded keccak v0.1.5 |
962 | 2024-08-27T18:11:20.820Z | Downloaded instability v0.3.2 |
963 | 2024-08-27T18:11:20.820Z | Downloaded hyper-rustls v0.24.2 |
964 | 2024-08-27T18:11:20.820Z | Downloaded darling v0.20.9 |
965 | 2024-08-27T18:11:20.845Z | Downloaded crucible-workspace-hack v0.1.0 |
966 | 2024-08-27T18:11:20.845Z | Downloaded crossterm v0.28.1 |
967 | 2024-08-27T18:11:20.845Z | Downloaded crc-catalog v2.4.0 |
968 | 2024-08-27T18:11:20.845Z | Downloaded crc v3.2.1 |
969 | 2024-08-27T18:11:20.845Z | Downloaded cipher v0.4.4 |
970 | 2024-08-27T18:11:20.846Z | Downloaded block-padding v0.3.3 |
971 | 2024-08-27T18:11:20.846Z | Downloaded blake2 v0.10.6 |
972 | 2024-08-27T18:11:20.846Z | Downloaded bcs v0.1.6 |
973 | 2024-08-27T18:11:20.846Z | Downloaded backoff v0.4.0 |
974 | 2024-08-27T18:11:20.869Z | Downloaded aho-corasick v1.1.3 |
975 | 2024-08-27T18:11:20.869Z | Downloaded samael v0.0.15 |
976 | 2024-08-27T18:11:20.869Z | Downloaded new_debug_unreachable v1.0.6 |
977 | 2024-08-27T18:11:20.869Z | Downloaded debug-ignore v1.0.5 |
978 | 2024-08-27T18:11:20.869Z | Downloaded crossbeam-utils v0.8.19 |
979 | 2024-08-27T18:11:20.869Z | Downloaded crossbeam-epoch v0.9.18 |
980 | 2024-08-27T18:11:20.869Z | Downloaded crc32fast v1.4.0 |
981 | 2024-08-27T18:11:20.869Z | Downloaded convert_case v0.4.0 |
982 | 2024-08-27T18:11:20.893Z | Downloaded const_format v0.2.32 |
983 | 2024-08-27T18:11:20.893Z | Downloaded const-oid v0.9.6 |
984 | 2024-08-27T18:11:20.893Z | Downloaded cobs v0.2.3 |
985 | 2024-08-27T18:11:20.893Z | Downloaded clang-sys v1.7.0 |
986 | 2024-08-27T18:11:20.893Z | Downloaded chacha20 v0.9.1 |
987 | 2024-08-27T18:11:20.893Z | Downloaded cexpr v0.6.0 |
988 | 2024-08-27T18:11:20.893Z | Downloaded cc v1.0.97 |
989 | 2024-08-27T18:11:20.893Z | Downloaded cbc v0.1.2 |
990 | 2024-08-27T18:11:20.893Z | Downloaded cassowary v0.3.0 |
991 | 2024-08-27T18:11:20.917Z | Downloaded cancel-safe-futures v0.1.5 |
992 | 2024-08-27T18:11:20.917Z | Downloaded camino-tempfile v1.1.1 |
993 | 2024-08-27T18:11:20.917Z | Downloaded bzip2 v0.4.4 |
994 | 2024-08-27T18:11:20.917Z | Downloaded buf-list v1.0.3 |
995 | 2024-08-27T18:11:20.917Z | Downloaded bitstruct_derive v0.1.0 |
996 | 2024-08-27T18:11:20.917Z | Downloaded bitflags v1.3.2 |
997 | 2024-08-27T18:11:20.917Z | Downloaded bitfield v0.14.0 |
998 | 2024-08-27T18:11:20.917Z | Downloaded bit-set v0.5.3 |
999 | 2024-08-27T18:11:20.917Z | Downloaded base64 v0.21.7 |
1000 | 2024-08-27T18:11:20.941Z | Downloaded base64 v0.13.1 |
1001 | 2024-08-27T18:11:20.941Z | Downloaded aes v0.8.4 |
1002 | 2024-08-27T18:11:20.941Z | Downloaded hyper-tls v0.5.0 |
1003 | 2024-08-27T18:11:20.941Z | Downloaded darling_macro v0.20.9 |
1004 | 2024-08-27T18:11:20.941Z | Downloaded darling_core v0.20.9 |
1005 | 2024-08-27T18:11:20.941Z | Downloaded crc-any v2.5.0 |
1006 | 2024-08-27T18:11:20.941Z | Downloaded cookie_store v0.20.0 |
1007 | 2024-08-27T18:11:20.941Z | Downloaded cookie v0.17.0 |
1008 | 2024-08-27T18:11:20.941Z | Downloaded console v0.15.8 |
1009 | 2024-08-27T18:11:20.965Z | Downloaded ciborium-io v0.2.2 |
1010 | 2024-08-27T18:11:20.965Z | Downloaded ciborium v0.2.2 |
1011 | 2024-08-27T18:11:20.965Z | Downloaded chacha20poly1305 v0.10.1 |
1012 | 2024-08-27T18:11:20.965Z | Downloaded castaway v0.2.3 |
1013 | 2024-08-27T18:11:20.965Z | Downloaded bytes v1.7.1 |
1014 | 2024-08-27T18:11:20.965Z | Downloaded base64ct v1.6.0 |
1015 | 2024-08-27T18:11:20.965Z | Downloaded base64 v0.22.1 |
1016 | 2024-08-27T18:11:20.965Z | Downloaded base16ct v0.2.0 |
1017 | 2024-08-27T18:11:20.989Z | Downloaded backtrace v0.3.71 |
1018 | 2024-08-27T18:11:20.989Z | Downloaded atomic-waker v1.1.2 |
1019 | 2024-08-27T18:11:20.989Z | Downloaded async-trait v0.1.81 |
1020 | 2024-08-27T18:11:20.989Z | Downloaded async-recursion v1.1.1 |
1021 | 2024-08-27T18:11:20.989Z | Downloaded ascii-canvas v3.0.0 |
1022 | 2024-08-27T18:11:20.989Z | Downloaded ascii v1.1.0 |
1023 | 2024-08-27T18:11:20.989Z | Downloaded arrayvec v0.7.4 |
1024 | 2024-08-27T18:11:20.989Z | Downloaded array-init v0.0.4 |
1025 | 2024-08-27T18:11:20.989Z | Downloaded argon2 v0.5.3 |
1026 | 2024-08-27T18:11:21.013Z | Downloaded arc-swap v1.7.1 |
1027 | 2024-08-27T18:11:21.013Z | Downloaded allocator-api2 v0.2.18 |
1028 | 2024-08-27T18:11:21.013Z | Downloaded ahash v0.8.11 |
1029 | 2024-08-27T18:11:21.013Z | Downloaded curve25519-dalek-derive v0.1.1 |
1030 | 2024-08-27T18:11:21.013Z | Downloaded csv-core v0.1.11 |
1031 | 2024-08-27T18:11:21.013Z | Downloaded crossbeam-deque v0.8.5 |
1032 | 2024-08-27T18:11:21.013Z | Downloaded constant_time_eq v0.3.0 |
1033 | 2024-08-27T18:11:21.013Z | Downloaded ciborium-ll v0.2.2 |
1034 | 2024-08-27T18:11:21.036Z | Downloaded bitfield-struct v0.6.1 |
1035 | 2024-08-27T18:11:21.036Z | Downloaded adler v1.0.2 |
1036 | 2024-08-27T18:11:21.036Z | Downloaded addr2line v0.21.0 |
1037 | 2024-08-27T18:11:21.036Z | Downloaded hubpack_derive v0.1.1 |
1038 | 2024-08-27T18:11:21.037Z | Downloaded defmt v0.3.8 |
1039 | 2024-08-27T18:11:21.037Z | Downloaded data-encoding v2.6.0 |
1040 | 2024-08-27T18:11:21.037Z | Downloaded cstr-argument v0.1.2 |
1041 | 2024-08-27T18:11:21.037Z | Downloaded crunchy v0.2.2 |
1042 | 2024-08-27T18:11:21.037Z | Downloaded colored v2.1.0 |
1043 | 2024-08-27T18:11:21.037Z | Downloaded cfg_aliases v0.1.1 |
1044 | 2024-08-27T18:11:21.037Z | Downloaded bitstruct v0.1.1 |
1045 | 2024-08-27T18:11:21.060Z | Downloaded bit-vec v0.6.3 |
1046 | 2024-08-27T18:11:21.060Z | Downloaded bb8 v0.8.5 |
1047 | 2024-08-27T18:11:21.060Z | Downloaded atty v0.2.14 |
1048 | 2024-08-27T18:11:21.060Z | Downloaded async-stream-impl v0.3.5 |
1049 | 2024-08-27T18:11:21.060Z | Downloaded async-stream v0.3.5 |
1050 | 2024-08-27T18:11:21.060Z | Downloaded assert_matches v1.5.0 |
1051 | 2024-08-27T18:11:21.060Z | Downloaded arrayref v0.3.7 |
1052 | 2024-08-27T18:11:21.158Z | Compiling cfg-if v1.0.0 |
1053 | 2024-08-27T18:11:21.158Z | Compiling serde v1.0.208 |
1054 | 2024-08-27T18:11:21.182Z | Compiling typenum v1.17.0 |
1055 | 2024-08-27T18:11:21.182Z | Compiling generic-array v0.14.7 |
1056 | 2024-08-27T18:11:21.182Z | Compiling lock_api v0.4.12 |
1057 | 2024-08-27T18:11:21.182Z | Compiling syn v2.0.74 |
1058 | 2024-08-27T18:11:21.182Z | Compiling scopeguard v1.2.0 |
1059 | 2024-08-27T18:11:21.182Z | Compiling log v0.4.21 |
1060 | 2024-08-27T18:11:21.327Z | Compiling getrandom v0.2.14 |
1061 | 2024-08-27T18:11:21.431Z | Compiling jobserver v0.1.32 |
1062 | 2024-08-27T18:11:21.627Z | Compiling rand_core v0.6.4 |
1063 | 2024-08-27T18:11:21.787Z | Compiling cc v1.0.97 |
1064 | 2024-08-27T18:11:21.811Z | Compiling subtle v2.5.0 |
1065 | 2024-08-27T18:11:22.257Z | Compiling const-oid v0.9.6 |
1066 | 2024-08-27T18:11:22.282Z | Compiling smallvec v1.13.2 |
1067 | 2024-08-27T18:11:22.309Z | Compiling pin-project-lite v0.2.14 |
1068 | 2024-08-27T18:11:22.474Z | Compiling parking_lot_core v0.9.10 |
1069 | 2024-08-27T18:11:22.514Z | Compiling signal-hook-registry v1.4.2 |
1070 | 2024-08-27T18:11:22.636Z | Compiling spin v0.9.8 |
1071 | 2024-08-27T18:11:22.763Z | Compiling mio v0.8.11 |
1072 | 2024-08-27T18:11:23.014Z | Compiling ahash v0.8.11 |
1073 | 2024-08-27T18:11:23.244Z | Compiling parking_lot v0.12.2 |
1074 | 2024-08-27T18:11:23.283Z | Compiling tinyvec_macros v0.1.1 |
1075 | 2024-08-27T18:11:23.371Z | Compiling tinyvec v1.6.0 |
1076 | 2024-08-27T18:11:23.604Z | Compiling num_cpus v1.16.0 |
1077 | 2024-08-27T18:11:23.797Z | Compiling socket2 v0.5.7 |
1078 | 2024-08-27T18:11:23.880Z | Compiling serde_json v1.0.125 |
1079 | 2024-08-27T18:11:24.057Z | Compiling libm v0.2.8 |
1080 | 2024-08-27T18:11:24.146Z | Compiling futures-core v0.3.30 |
1081 | 2024-08-27T18:11:24.298Z | Compiling cpufeatures v0.2.12 |
1082 | 2024-08-27T18:11:24.416Z | Compiling num-traits v0.2.19 |
1083 | 2024-08-27T18:11:24.439Z | Compiling slab v0.4.9 |
1084 | 2024-08-27T18:11:24.473Z | Compiling futures-sink v0.3.30 |
1085 | 2024-08-27T18:11:24.497Z | Compiling unicode-bidi v0.3.15 |
1086 | 2024-08-27T18:11:24.624Z | Compiling allocator-api2 v0.2.18 |
1087 | 2024-08-27T18:11:24.873Z | Compiling unicode-normalization v0.1.23 |
1088 | 2024-08-27T18:11:24.897Z | Compiling futures-channel v0.3.30 |
1089 | 2024-08-27T18:11:25.148Z | Compiling futures-task v0.3.30 |
1090 | 2024-08-27T18:11:25.302Z | Compiling pkg-config v0.3.30 |
1091 | 2024-08-27T18:11:25.326Z | Compiling vcpkg v0.2.15 |
1092 | 2024-08-27T18:11:25.409Z | Compiling futures-io v0.3.30 |
1093 | 2024-08-27T18:11:25.749Z | Compiling pin-utils v0.1.0 |
1094 | 2024-08-27T18:11:25.789Z | Compiling base64ct v1.6.0 |
1095 | 2024-08-27T18:11:25.860Z | Compiling ppv-lite86 v0.2.17 |
1096 | 2024-08-27T18:11:25.884Z | Compiling ring v0.17.8 |
1097 | 2024-08-27T18:11:25.969Z | Compiling percent-encoding v2.3.1 |
1098 | 2024-08-27T18:11:26.349Z | Compiling pem-rfc7468 v0.7.0 |
1099 | 2024-08-27T18:11:26.377Z | Compiling flagset v0.4.5 |
1100 | 2024-08-27T18:11:26.578Z | Compiling rand_chacha v0.3.1 |
1101 | 2024-08-27T18:11:26.601Z | Compiling tracing-core v0.1.32 |
1102 | 2024-08-27T18:11:26.742Z | Compiling rustix v0.38.34 |
1103 | 2024-08-27T18:11:27.072Z | Compiling untrusted v0.9.0 |
1104 | 2024-08-27T18:11:27.277Z | Compiling rand v0.8.5 |
1105 | 2024-08-27T18:11:27.403Z | Compiling openssl-sys v0.9.103 |
1106 | 2024-08-27T18:11:27.637Z | Compiling time-core v0.1.2 |
1107 | 2024-08-27T18:11:27.685Z | Compiling httparse v1.8.0 |
1108 | 2024-08-27T18:11:27.818Z | Compiling openssl v0.10.66 |
1109 | 2024-08-27T18:11:27.962Z | Compiling foreign-types-shared v0.1.1 |
1110 | 2024-08-27T18:11:28.073Z | Compiling num-conv v0.1.0 |
1111 | 2024-08-27T18:11:28.098Z | Compiling rustversion v1.0.17 |
1112 | 2024-08-27T18:11:28.212Z | Compiling powerfmt v0.2.0 |
1113 | 2024-08-27T18:11:28.352Z | Compiling time-macros v0.2.18 |
1114 | 2024-08-27T18:11:28.602Z | Compiling deranged v0.3.11 |
1115 | 2024-08-27T18:11:28.658Z | Compiling foreign-types v0.3.2 |
1116 | 2024-08-27T18:11:28.766Z | Compiling form_urlencoded v1.2.1 |
1117 | 2024-08-27T18:11:28.875Z | Compiling aho-corasick v1.1.3 |
1118 | 2024-08-27T18:11:29.107Z | Compiling siphasher v0.3.11 |
1119 | 2024-08-27T18:11:29.130Z | Compiling syn v1.0.109 |
1120 | 2024-08-27T18:11:29.471Z | Compiling num_threads v0.1.7 |
1121 | 2024-08-27T18:11:29.596Z | Compiling rustls v0.21.12 |
1122 | 2024-08-27T18:11:29.686Z | Compiling crossbeam-utils v0.8.19 |
1123 | 2024-08-27T18:11:29.717Z | Compiling try-lock v0.2.5 |
1124 | 2024-08-27T18:11:29.844Z | Compiling regex-syntax v0.8.4 |
1125 | 2024-08-27T18:11:29.867Z | Compiling native-tls v0.2.11 |
1126 | 2024-08-27T18:11:30.196Z | Compiling want v0.3.1 |
1127 | 2024-08-27T18:11:30.467Z | Compiling idna v0.5.0 |
1128 | 2024-08-27T18:11:30.918Z | Compiling cookie v0.17.0 |
1129 | 2024-08-27T18:11:31.154Z | Compiling time v0.3.36 |
1130 | 2024-08-27T18:11:31.209Z | Compiling adler v1.0.2 |
1131 | 2024-08-27T18:11:31.421Z | Compiling slog v2.7.0 |
1132 | 2024-08-27T18:11:31.498Z | Compiling iana-time-zone v0.1.60 |
1133 | 2024-08-27T18:11:31.775Z | Compiling tower-service v0.3.2 |
1134 | 2024-08-27T18:11:31.878Z | Compiling httpdate v1.0.3 |
1135 | 2024-08-27T18:11:31.901Z | Compiling openssl-probe v0.1.5 |
1136 | 2024-08-27T18:11:31.937Z | Compiling finl_unicode v1.2.0 |
1137 | 2024-08-27T18:11:32.346Z | Compiling miniz_oxide v0.7.2 |
1138 | 2024-08-27T18:11:32.433Z | Compiling url v2.5.2 |
1139 | 2024-08-27T18:11:32.537Z | Compiling stringprep v0.1.4 |
1140 | 2024-08-27T18:11:33.541Z | Compiling regex-automata v0.4.6 |
1141 | 2024-08-27T18:11:34.047Z | Compiling sct v0.7.1 |
1142 | 2024-08-27T18:11:34.327Z | Compiling rustls-webpki v0.101.7 |
1143 | 2024-08-27T18:11:34.365Z | Compiling serde_derive v1.0.208 |
1144 | 2024-08-27T18:11:34.796Z | Compiling zeroize_derive v1.4.2 |
1145 | 2024-08-27T18:11:35.554Z | Compiling zerocopy-derive v0.7.34 |
1146 | 2024-08-27T18:11:35.578Z | Compiling tokio-macros v2.3.0 |
1147 | 2024-08-27T18:11:35.610Z | Compiling thiserror-impl v1.0.63 |
1148 | 2024-08-27T18:11:35.964Z | Compiling futures-macro v0.3.30 |
1149 | 2024-08-27T18:11:36.149Z | Compiling zeroize v1.7.0 |
1150 | 2024-08-27T18:11:36.894Z | Compiling der_derive v0.7.2 |
1151 | 2024-08-27T18:11:37.538Z | Compiling zerocopy v0.7.34 |
1152 | 2024-08-27T18:11:37.603Z | Compiling futures-util v0.3.30 |
1153 | 2024-08-27T18:11:37.779Z | Compiling crypto-common v0.1.6 |
1154 | 2024-08-27T18:11:37.988Z | Compiling block-buffer v0.10.4 |
1155 | 2024-08-27T18:11:38.232Z | Compiling digest v0.10.7 |
1156 | 2024-08-27T18:11:38.421Z | Compiling block-padding v0.3.3 |
1157 | 2024-08-27T18:11:38.649Z | Compiling hmac v0.12.1 |
1158 | 2024-08-27T18:11:38.682Z | Compiling inout v0.1.3 |
1159 | 2024-08-27T18:11:38.960Z | Compiling thiserror v1.0.63 |
1160 | 2024-08-27T18:11:38.983Z | Compiling cipher v0.4.4 |
1161 | 2024-08-27T18:11:39.049Z | Compiling sha2 v0.10.8 |
1162 | 2024-08-27T18:11:39.096Z | Compiling pest v2.7.10 |
1163 | 2024-08-27T18:11:39.435Z | Compiling hashbrown v0.14.5 |
1164 | 2024-08-27T18:11:39.459Z | Compiling salsa20 v0.10.2 |
1165 | 2024-08-27T18:11:39.657Z | Compiling der v0.7.9 |
1166 | 2024-08-27T18:11:40.634Z | Compiling pbkdf2 v0.12.2 |
1167 | 2024-08-27T18:11:40.805Z | Compiling tracing-attributes v0.1.27 |
1168 | 2024-08-27T18:11:41.654Z | Compiling pest_meta v2.7.10 |
1169 | 2024-08-27T18:11:41.805Z | Compiling scroll_derive v0.12.0 |
1170 | 2024-08-27T18:11:42.682Z | Compiling spki v0.7.3 |
1171 | 2024-08-27T18:11:43.031Z | Compiling pest_generator v2.7.10 |
1172 | 2024-08-27T18:11:43.120Z | Compiling scrypt v0.11.0 |
1173 | 2024-08-27T18:11:43.159Z | Compiling scroll v0.12.0 |
1174 | 2024-08-27T18:11:43.640Z | Compiling aes v0.8.4 |
1175 | 2024-08-27T18:11:43.664Z | Compiling cbc v0.1.2 |
1176 | 2024-08-27T18:11:43.900Z | Compiling goblin v0.8.2 |
1177 | 2024-08-27T18:11:44.228Z | Compiling tracing v0.1.40 |
1178 | 2024-08-27T18:11:44.673Z | Compiling pkcs5 v0.7.1 |
1179 | 2024-08-27T18:11:44.789Z | Compiling openssl-macros v0.1.1 |
1180 | 2024-08-27T18:11:44.812Z | Compiling md-5 v0.10.6 |
1181 | 2024-08-27T18:11:45.429Z | Compiling pkcs8 v0.10.2 |
1182 | 2024-08-27T18:11:45.731Z | Compiling num-integer v0.1.46 |
1183 | 2024-08-27T18:11:45.758Z | Compiling backtrace v0.3.71 |
1184 | 2024-08-27T18:11:45.819Z | Compiling idna v0.3.0 |
1185 | 2024-08-27T18:11:46.021Z | Compiling pest_derive v2.7.10 |
1186 | 2024-08-27T18:11:46.086Z | Compiling lazy_static v1.5.0 |
1187 | 2024-08-27T18:11:46.197Z | Compiling hash32 v0.2.1 |
1188 | 2024-08-27T18:11:46.221Z | Compiling fallible-iterator v0.2.0 |
1189 | 2024-08-27T18:11:46.410Z | Compiling stable_deref_trait v1.2.0 |
1190 | 2024-08-27T18:11:46.513Z | Compiling bytes v1.7.1 |
1191 | 2024-08-27T18:11:46.550Z | Compiling bitflags v2.6.0 |
1192 | 2024-08-27T18:11:46.834Z | Compiling indexmap v2.4.0 |
1193 | 2024-08-27T18:11:46.857Z | Compiling semver v1.0.23 |
1194 | 2024-08-27T18:11:47.594Z | Compiling tokio v1.38.1 |
1195 | 2024-08-27T18:11:47.710Z | Compiling http v0.2.12 |
1196 | 2024-08-27T18:11:48.128Z | Compiling rustc_version v0.4.0 |
1197 | 2024-08-27T18:11:48.797Z | Compiling heapless v0.7.17 |
1198 | 2024-08-27T18:11:49.199Z | Compiling http-body v0.4.6 |
1199 | 2024-08-27T18:11:49.376Z | Compiling dof v0.3.0 |
1200 | 2024-08-27T18:11:49.592Z | Compiling dtrace-parser v0.2.0 |
1201 | 2024-08-27T18:11:49.640Z | Compiling uuid v1.10.0 |
1202 | 2024-08-27T18:11:49.934Z | Compiling toml_datetime v0.6.8 |
1203 | 2024-08-27T18:11:50.386Z | Compiling usdt-impl v0.5.0 |
1204 | 2024-08-27T18:11:50.860Z | Compiling chrono v0.4.38 |
1205 | 2024-08-27T18:11:51.283Z | Compiling serde_spanned v0.6.7 |
1206 | 2024-08-27T18:11:51.379Z | Compiling serde_tokenstream v0.2.2 |
1207 | 2024-08-27T18:11:51.486Z | Compiling smoltcp v0.9.1 |
1208 | 2024-08-27T18:11:51.725Z | Compiling psl-types v2.0.11 |
1209 | 2024-08-27T18:11:51.902Z | Compiling num-bigint-dig v0.8.4 |
1210 | 2024-08-27T18:11:51.925Z | Compiling cfg_aliases v0.1.1 |
1211 | 2024-08-27T18:11:52.032Z | Compiling base64 v0.22.1 |
1212 | 2024-08-27T18:11:52.207Z | Compiling signal-hook v0.3.17 |
1213 | 2024-08-27T18:11:52.439Z | Compiling gimli v0.28.1 |
1214 | 2024-08-27T18:11:52.766Z | Compiling crc32fast v1.4.0 |
1215 | 2024-08-27T18:11:52.789Z | Compiling postgres-protocol v0.6.7 |
1216 | 2024-08-27T18:11:52.893Z | Compiling nix v0.28.0 |
1217 | 2024-08-27T18:11:52.982Z | Compiling publicsuffix v2.2.3 |
1218 | 2024-08-27T18:11:53.302Z | Compiling terminal_size v0.3.0 |
1219 | 2024-08-27T18:11:53.518Z | Compiling num-iter v0.1.45 |
1220 | 2024-08-27T18:11:53.607Z | Compiling hubpack_derive v0.1.1 |
1221 | 2024-08-27T18:11:53.699Z | Compiling zerocopy-derive v0.6.6 |
1222 | 2024-08-27T18:11:54.001Z | Compiling async-trait v0.1.81 |
1223 | 2024-08-27T18:11:54.427Z | Compiling phf_shared v0.11.2 |
1224 | 2024-08-27T18:11:54.579Z | Compiling serde_derive_internals v0.29.1 |
1225 | 2024-08-27T18:11:54.771Z | Compiling tokio-util v0.7.11 |
1226 | 2024-08-27T18:11:54.991Z | Compiling tokio-rustls v0.24.1 |
1227 | 2024-08-27T18:11:55.089Z | Compiling tokio-native-tls v0.3.1 |
1228 | 2024-08-27T18:11:55.344Z | Compiling ff v0.13.0 |
1229 | 2024-08-27T18:11:55.367Z | Compiling object v0.32.2 |
1230 | 2024-08-27T18:11:55.552Z | Compiling fs-err v2.11.0 |
1231 | 2024-08-27T18:11:55.577Z | Compiling ipnet v2.9.0 |
1232 | 2024-08-27T18:11:55.828Z | Compiling h2 v0.3.26 |
1233 | 2024-08-27T18:11:55.998Z | Compiling schemars v0.8.21 |
1234 | 2024-08-27T18:11:56.305Z | Compiling addr2line v0.21.0 |
1235 | 2024-08-27T18:11:56.345Z | Compiling bitflags v1.3.2 |
1236 | 2024-08-27T18:11:56.449Z | Compiling winnow v0.5.40 |
1237 | 2024-08-27T18:11:56.648Z | Compiling base64 v0.21.7 |
1238 | 2024-08-27T18:11:56.672Z | Compiling anyhow v1.0.86 |
1239 | 2024-08-27T18:11:56.939Z | Compiling rustc-demangle v0.1.24 |
1240 | 2024-08-27T18:11:56.973Z | Compiling either v1.13.0 |
1241 | 2024-08-27T18:11:57.302Z | Compiling managed v0.8.0 |
1242 | 2024-08-27T18:11:57.376Z | Compiling base16ct v0.2.0 |
1243 | 2024-08-27T18:11:57.564Z | Compiling sec1 v0.7.3 |
1244 | 2024-08-27T18:11:57.699Z | Compiling rustls-pemfile v1.0.4 |
1245 | 2024-08-27T18:11:57.831Z | Compiling clap_builder v4.5.15 |
1246 | 2024-08-27T18:11:58.087Z | Compiling schemars_derive v0.8.21 |
1247 | 2024-08-27T18:11:58.261Z | Compiling zerocopy v0.6.6 |
1248 | 2024-08-27T18:11:58.961Z | Compiling group v0.13.0 |
1249 | 2024-08-27T18:11:59.259Z | Compiling phf v0.11.2 |
1250 | 2024-08-27T18:11:59.472Z | Compiling toml_edit v0.19.15 |
1251 | 2024-08-27T18:11:59.516Z | Compiling cookie_store v0.20.0 |
1252 | 2024-08-27T18:11:59.776Z | Compiling hubpack v0.1.2 |
1253 | 2024-08-27T18:12:00.840Z | Compiling postgres-types v0.2.7 |
1254 | 2024-08-27T18:12:00.868Z | Compiling usdt-attr-macro v0.5.0 |
1255 | 2024-08-27T18:12:01.662Z | Compiling hyper v0.14.30 |
1256 | 2024-08-27T18:12:02.222Z | Compiling usdt-macro v0.5.0 |
1257 | 2024-08-27T18:12:03.149Z | Compiling serde_urlencoded v0.7.1 |
1258 | 2024-08-27T18:12:03.445Z | Compiling pkcs1 v0.7.5 |
1259 | 2024-08-27T18:12:03.594Z | Compiling futures-executor v0.3.30 |
1260 | 2024-08-27T18:12:04.082Z | Compiling hkdf v0.12.4 |
1261 | 2024-08-27T18:12:04.177Z | Compiling signature v2.2.0 |
1262 | 2024-08-27T18:12:04.319Z | Compiling bstr v1.9.1 |
1263 | 2024-08-27T18:12:04.353Z | Compiling regex v1.10.6 |
1264 | 2024-08-27T18:12:04.451Z | Compiling crypto-bigint v0.5.5 |
1265 | 2024-08-27T18:12:04.736Z | Compiling strum_macros v0.25.3 |
1266 | 2024-08-27T18:12:05.297Z | Compiling enum-as-inner v0.6.0 |
1267 | 2024-08-27T18:12:05.725Z | Compiling clap_derive v4.5.13 |
1268 | 2024-08-27T18:12:05.840Z | Compiling serde_repr v0.1.19 |
1269 | 2024-08-27T18:12:06.171Z | Compiling phf_shared v0.10.0 |
1270 | 2024-08-27T18:12:06.388Z | Compiling float-cmp v0.9.0 |
1271 | 2024-08-27T18:12:06.530Z | Compiling idna v0.4.0 |
1272 | 2024-08-27T18:12:06.598Z | Compiling mio v1.0.2 |
1273 | 2024-08-27T18:12:06.833Z | Compiling encoding_rs v0.8.34 |
1274 | 2024-08-27T18:12:07.677Z | Compiling hyper-tls v0.5.0 |
1275 | 2024-08-27T18:12:07.844Z | Compiling hyper-rustls v0.24.2 |
1276 | 2024-08-27T18:12:07.990Z | Compiling precomputed-hash v0.1.1 |
1277 | 2024-08-27T18:12:08.058Z | Compiling bit-vec v0.6.3 |
1278 | 2024-08-27T18:12:08.104Z | Compiling unicode-segmentation v1.11.0 |
1279 | 2024-08-27T18:12:08.157Z | Compiling static_assertions v1.1.0 |
1280 | 2024-08-27T18:12:08.254Z | Compiling difflib v0.4.0 |
1281 | 2024-08-27T18:12:08.481Z | Compiling whoami v1.5.1 |
1282 | 2024-08-27T18:12:08.826Z | Compiling dyn-clone v1.0.17 |
1283 | 2024-08-27T18:12:09.026Z | Compiling data-encoding v2.6.0 |
1284 | 2024-08-27T18:12:09.054Z | Compiling minimal-lexical v0.2.1 |
1285 | 2024-08-27T18:12:09.465Z | Compiling fixedbitset v0.4.2 |
1286 | 2024-08-27T18:12:09.536Z | Compiling mime v0.3.17 |
1287 | 2024-08-27T18:12:09.685Z | Compiling normalize-line-endings v0.3.0 |
1288 | 2024-08-27T18:12:09.800Z | Compiling sync_wrapper v0.1.2 |
1289 | 2024-08-27T18:12:09.886Z | Compiling new_debug_unreachable v1.0.6 |
1290 | 2024-08-27T18:12:09.910Z | Compiling webpki-roots v0.25.4 |
1291 | 2024-08-27T18:12:09.934Z | Compiling predicates-core v1.0.6 |
1292 | 2024-08-27T18:12:09.981Z | Compiling console v0.15.8 |
1293 | 2024-08-27T18:12:10.059Z | Compiling reqwest v0.11.27 |
1294 | 2024-08-27T18:12:10.089Z | Compiling string_cache v0.8.7 |
1295 | 2024-08-27T18:12:10.134Z | Compiling predicates v3.1.2 |
1296 | 2024-08-27T18:12:10.261Z | Compiling clap v4.5.16 |
1297 | 2024-08-27T18:12:10.369Z | Compiling petgraph v0.6.5 |
1298 | 2024-08-27T18:12:10.506Z | Compiling hickory-proto v0.24.1 |
1299 | 2024-08-27T18:12:10.553Z | Compiling nom v7.1.3 |
1300 | 2024-08-27T18:12:11.290Z | Compiling tokio-postgres v0.7.11 |
1301 | 2024-08-27T18:12:11.605Z | Compiling similar v2.6.0 |
1302 | 2024-08-27T18:12:12.240Z | Compiling bit-set v0.5.3 |
1303 | 2024-08-27T18:12:12.489Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1304 | 2024-08-27T18:12:13.561Z | Compiling toml_edit v0.22.20 |
1305 | 2024-08-27T18:12:13.636Z | Compiling usdt v0.5.0 |
1306 | 2024-08-27T18:12:13.872Z | Compiling signal-hook-mio v0.2.4 |
1307 | 2024-08-27T18:12:14.027Z | Compiling elliptic-curve v0.13.8 |
1308 | 2024-08-27T18:12:14.091Z | Compiling rsa v0.9.6 |
1309 | 2024-08-27T18:12:14.291Z | Compiling futures v0.3.30 |
1310 | 2024-08-27T18:12:14.404Z | Compiling toml v0.7.8 |
1311 | 2024-08-27T18:12:15.554Z | Compiling flate2 v1.0.31 |
1312 | 2024-08-27T18:12:16.391Z | Compiling itertools v0.12.1 |
1313 | 2024-08-27T18:12:16.714Z | Compiling itertools v0.10.5 |
1314 | 2024-08-27T18:12:17.643Z | Compiling tokio-stream v0.1.15 |
1315 | 2024-08-27T18:12:18.432Z | Compiling openapiv3 v2.0.0 |
1316 | 2024-08-27T18:12:18.992Z | Compiling hex v0.4.3 |
1317 | 2024-08-27T18:12:19.078Z | Compiling sha1 v0.10.6 |
1318 | 2024-08-27T18:12:19.216Z | Compiling crossbeam-epoch v0.9.18 |
1319 | 2024-08-27T18:12:19.254Z | Compiling dirs-sys-next v0.1.2 |
1320 | 2024-08-27T18:12:19.492Z | Compiling lalrpop-util v0.19.12 |
1321 | 2024-08-27T18:12:19.549Z | Compiling peg-runtime v0.8.3 |
1322 | 2024-08-27T18:12:19.813Z | Compiling unicode-xid v0.2.4 |
1323 | 2024-08-27T18:12:19.850Z | Compiling dirs-next v2.0.0 |
1324 | 2024-08-27T18:12:19.908Z | Compiling thread_local v1.1.8 |
1325 | 2024-08-27T18:12:19.975Z | Compiling slog-async v2.8.0 |
1326 | 2024-08-27T18:12:20.036Z | Compiling term v0.7.0 |
1327 | 2024-08-27T18:12:20.128Z | Compiling xattr v1.3.1 |
1328 | 2024-08-27T18:12:20.376Z | Compiling strum_macros v0.26.4 |
1329 | 2024-08-27T18:12:20.402Z | Compiling crossbeam-channel v0.5.12 |
1330 | 2024-08-27T18:12:20.510Z | Compiling filetime v0.2.24 |
1331 | 2024-08-27T18:12:20.562Z | Compiling is-terminal v0.4.12 |
1332 | 2024-08-27T18:12:20.675Z | Compiling take_mut v0.2.2 |
1333 | 2024-08-27T18:12:20.788Z | Compiling tar v0.4.41 |
1334 | 2024-08-27T18:12:20.816Z | Compiling slog-term v2.9.1 |
1335 | 2024-08-27T18:12:20.863Z | Compiling camino v1.1.9 |
1336 | 2024-08-27T18:12:22.258Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1337 | 2024-08-27T18:12:23.445Z | Compiling strum v0.26.3 |
1338 | 2024-08-27T18:12:23.554Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1339 | 2024-08-27T18:12:30.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
1340 | 2024-08-27T18:12:30.128Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1341 | 2024-08-27T18:12:30.177Z | Aug 27 18:12:29.314 INFO Starting download, target: Clickhouse |
1342 | 2024-08-27T18:12:30.177Z | Aug 27 18:12:29.315 INFO Starting download, target: Cockroach |
1343 | 2024-08-27T18:12:30.200Z | Aug 27 18:12:29.315 INFO Starting download, target: Console |
1344 | 2024-08-27T18:12:30.200Z | Aug 27 18:12:29.315 INFO Starting download, target: DendriteOpenapi |
1345 | 2024-08-27T18:12:30.200Z | Aug 27 18:12:29.315 INFO Starting download, target: MaghemiteMgd |
1346 | 2024-08-27T18:12:30.200Z | Aug 27 18:12:29.315 INFO Starting download, target: TransceiverControl |
1347 | 2024-08-27T18:12:30.200Z | Aug 27 18:12:29.315 INFO Starting download, target: DendriteStub |
1348 | 2024-08-27T18:12:30.200Z | Aug 27 18:12:29.317 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1349 | 2024-08-27T18:12:30.200Z | Aug 27 18:12:29.317 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1350 | 2024-08-27T18:12:30.200Z | Aug 27 18:12:29.317 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1351 | 2024-08-27T18:12:30.200Z | Aug 27 18:12:29.317 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1352 | 2024-08-27T18:12:30.200Z | Aug 27 18:12:29.317 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1353 | 2024-08-27T18:12:30.200Z | Aug 27 18:12:29.318 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1354 | 2024-08-27T18:12:30.200Z | Aug 27 18:12:29.318 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1355 | 2024-08-27T18:12:30.505Z | Aug 27 18:12:29.633 INFO Download complete, target: DendriteOpenapi |
1356 | 2024-08-27T18:12:30.540Z | Aug 27 18:12:29.635 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1357 | 2024-08-27T18:12:30.841Z | Aug 27 18:12:29.978 INFO Download complete, target: Console |
1358 | 2024-08-27T18:12:32.729Z | Aug 27 18:12:31.867 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1359 | 2024-08-27T18:12:33.166Z | Aug 27 18:12:32.304 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1360 | 2024-08-27T18:12:33.987Z | Aug 27 18:12:33.125 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1361 | 2024-08-27T18:12:34.856Z | Aug 27 18:12:33.993 INFO Download complete, target: TransceiverControl |
1362 | 2024-08-27T18:12:36.376Z | Aug 27 18:12:35.514 INFO Download complete, target: MaghemiteMgd |
1363 | 2024-08-27T18:12:36.613Z | Aug 27 18:12:35.750 INFO Download complete, target: DendriteStub |
1364 | 2024-08-27T18:12:40.554Z | Aug 27 18:12:39.692 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1365 | 2024-08-27T18:12:40.554Z | Aug 27 18:12:39.692 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1366 | 2024-08-27T18:12:45.345Z | Aug 27 18:12:44.483 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1367 | 2024-08-27T18:12:50.664Z | Aug 27 18:12:49.801 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1368 | 2024-08-27T18:12:51.185Z | Aug 27 18:12:50.320 INFO Checking that binary works, target: Cockroach |
1369 | 2024-08-27T18:12:51.496Z | Aug 27 18:12:50.634 INFO Download complete, target: Cockroach |
1370 | 2024-08-27T18:13:01.728Z | Aug 27 18:13:00.865 INFO Checking that binary works, target: Clickhouse |
1371 | 2024-08-27T18:13:01.966Z | Aug 27 18:13:01.103 INFO Download complete, target: Clickhouse |
1372 | 2024-08-27T18:13:01.998Z | All builder prerequisites installed successfully, and PATH looks valid |
1373 | 2024-08-27T18:13:02.021Z | |
1374 | 2024-08-27T18:13:02.021Z | real 4:02.362897061 |
1375 | 2024-08-27T18:13:02.021Z | user 10:21.728937871 |
1376 | 2024-08-27T18:13:02.021Z | sys 2:26.677895920 |
1377 | 2024-08-27T18:13:02.021Z | trap 0.345630918 |
1378 | 2024-08-27T18:13:02.022Z | tflt 0.728765521 |
1379 | 2024-08-27T18:13:02.022Z | dflt 1.633014611 |
1380 | 2024-08-27T18:13:02.022Z | kflt 0.014828652 |
1381 | 2024-08-27T18:13:02.022Z | lock 24:35.569537189 |
1382 | 2024-08-27T18:13:02.022Z | slp 39:14.021556538 |
1383 | 2024-08-27T18:13:02.022Z | lat 47.227857912 |
1384 | 2024-08-27T18:13:02.022Z | stop 1:44.931559194 |
1385 | 2024-08-27T18:13:02.022Z | + banner hack-check |
1386 | 2024-08-27T18:13:02.022Z | |
1387 | 2024-08-27T18:13:02.022Z | # # ## #### # # #### # # ###### #### # # |
1388 | 2024-08-27T18:13:02.022Z | # # # # # # # # # # # # # # # # # |
1389 | 2024-08-27T18:13:02.022Z | ###### # # # #### ##### # ###### ##### # #### |
1390 | 2024-08-27T18:13:02.022Z | # # ###### # # # # # # # # # # |
1391 | 2024-08-27T18:13:02.022Z | # # # # # # # # # # # # # # # # # |
1392 | 2024-08-27T18:13:02.022Z | # # # # #### # # #### # # ###### #### # # |
1393 | 2024-08-27T18:13:02.022Z | |
1394 | 2024-08-27T18:13:02.022Z | + export CARGO_INCREMENTAL=0 |
1395 | 2024-08-27T18:13:02.022Z | + CARGO_INCREMENTAL=0 |
1396 | 2024-08-27T18:13:02.022Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1397 | 2024-08-27T18:13:02.862Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1398 | 2024-08-27T18:13:07.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
1399 | 2024-08-27T18:13:07.582Z | Running `target/debug/xtask check-features --ci` |
1400 | 2024-08-27T18:13:07.609Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1401 | 2024-08-27T18:13:07.609Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1402 | 2024-08-27T18:13:08.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1403 | 2024-08-27T18:13:08.297Z | Running `target/debug/xtask download cargo-hack` |
1404 | 2024-08-27T18:13:09.383Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1405 | 2024-08-27T18:13:09.715Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1406 | 2024-08-27T18:13:15.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.17s |
1407 | 2024-08-27T18:13:15.609Z | Running `target/debug/xtask-downloader cargo-hack` |
1408 | 2024-08-27T18:13:15.659Z | Aug 27 18:13:14.796 INFO Starting download, target: CargoHack |
1409 | 2024-08-27T18:13:15.682Z | Aug 27 18:13:14.798 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1410 | 2024-08-27T18:13:16.300Z | Aug 27 18:13:15.438 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1411 | 2024-08-27T18:13:16.422Z | Aug 27 18:13:15.559 INFO Download complete, target: CargoHack |
1412 | 2024-08-27T18:13:16.445Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1413 | 2024-08-27T18:13:16.468Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1414 | 2024-08-27T18:13:16.724Z | info: running `cargo check --bins` on api_identity (1/154) |
1415 | 2024-08-27T18:13:17.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1416 | 2024-08-27T18:13:17.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1417 | 2024-08-27T18:13:17.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1418 | 2024-08-27T18:13:17.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
1419 | 2024-08-27T18:13:17.690Z | |
1420 | 2024-08-27T18:13:17.690Z | info: running `cargo check --bins` on bootstore (2/154) |
1421 | 2024-08-27T18:13:18.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1422 | 2024-08-27T18:13:18.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1423 | 2024-08-27T18:13:18.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1424 | 2024-08-27T18:13:18.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
1425 | 2024-08-27T18:13:18.689Z | |
1426 | 2024-08-27T18:13:18.689Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/154) |
1427 | 2024-08-27T18:13:19.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1428 | 2024-08-27T18:13:19.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1429 | 2024-08-27T18:13:19.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1430 | 2024-08-27T18:13:19.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
1431 | 2024-08-27T18:13:19.667Z | |
1432 | 2024-08-27T18:13:19.667Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/154) |
1433 | 2024-08-27T18:13:20.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1434 | 2024-08-27T18:13:20.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1435 | 2024-08-27T18:13:20.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1436 | 2024-08-27T18:13:20.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1437 | 2024-08-27T18:13:20.572Z | |
1438 | 2024-08-27T18:13:20.572Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/154) |
1439 | 2024-08-27T18:13:21.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1440 | 2024-08-27T18:13:21.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1441 | 2024-08-27T18:13:21.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1442 | 2024-08-27T18:13:21.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1443 | 2024-08-27T18:13:21.228Z | |
1444 | 2024-08-27T18:13:21.228Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/154) |
1445 | 2024-08-27T18:13:21.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1446 | 2024-08-27T18:13:21.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1447 | 2024-08-27T18:13:21.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1448 | 2024-08-27T18:13:21.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1449 | 2024-08-27T18:13:21.891Z | |
1450 | 2024-08-27T18:13:21.891Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/154) |
1451 | 2024-08-27T18:13:22.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1452 | 2024-08-27T18:13:22.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1453 | 2024-08-27T18:13:22.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1454 | 2024-08-27T18:13:22.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1455 | 2024-08-27T18:13:22.521Z | |
1456 | 2024-08-27T18:13:22.521Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/154) |
1457 | 2024-08-27T18:13:23.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1458 | 2024-08-27T18:13:23.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1459 | 2024-08-27T18:13:23.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1460 | 2024-08-27T18:13:23.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1461 | 2024-08-27T18:13:23.173Z | |
1462 | 2024-08-27T18:13:23.173Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/154) |
1463 | 2024-08-27T18:13:23.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1464 | 2024-08-27T18:13:23.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1465 | 2024-08-27T18:13:23.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1466 | 2024-08-27T18:13:23.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1467 | 2024-08-27T18:13:23.833Z | |
1468 | 2024-08-27T18:13:23.833Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/154) |
1469 | 2024-08-27T18:13:24.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1470 | 2024-08-27T18:13:24.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1471 | 2024-08-27T18:13:24.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1472 | 2024-08-27T18:13:24.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1473 | 2024-08-27T18:13:24.464Z | |
1474 | 2024-08-27T18:13:24.464Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/154) |
1475 | 2024-08-27T18:13:25.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1476 | 2024-08-27T18:13:25.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1477 | 2024-08-27T18:13:25.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1478 | 2024-08-27T18:13:25.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1479 | 2024-08-27T18:13:25.089Z | |
1480 | 2024-08-27T18:13:25.089Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/154) |
1481 | 2024-08-27T18:13:25.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1482 | 2024-08-27T18:13:25.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1483 | 2024-08-27T18:13:25.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1484 | 2024-08-27T18:13:25.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1485 | 2024-08-27T18:13:25.730Z | |
1486 | 2024-08-27T18:13:25.730Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/154) |
1487 | 2024-08-27T18:13:26.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1488 | 2024-08-27T18:13:26.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1489 | 2024-08-27T18:13:26.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1490 | 2024-08-27T18:13:26.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1491 | 2024-08-27T18:13:26.390Z | |
1492 | 2024-08-27T18:13:26.390Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/154) |
1493 | 2024-08-27T18:13:27.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1494 | 2024-08-27T18:13:27.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1495 | 2024-08-27T18:13:27.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1496 | 2024-08-27T18:13:27.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1497 | 2024-08-27T18:13:27.066Z | |
1498 | 2024-08-27T18:13:27.066Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/154) |
1499 | 2024-08-27T18:13:27.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1500 | 2024-08-27T18:13:27.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1501 | 2024-08-27T18:13:27.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1502 | 2024-08-27T18:13:27.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1503 | 2024-08-27T18:13:27.713Z | |
1504 | 2024-08-27T18:13:27.713Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/154) |
1505 | 2024-08-27T18:13:28.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1506 | 2024-08-27T18:13:28.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1507 | 2024-08-27T18:13:28.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1508 | 2024-08-27T18:13:28.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1509 | 2024-08-27T18:13:28.349Z | |
1510 | 2024-08-27T18:13:28.349Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/154) |
1511 | 2024-08-27T18:13:28.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1512 | 2024-08-27T18:13:28.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1513 | 2024-08-27T18:13:28.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1514 | 2024-08-27T18:13:28.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1515 | 2024-08-27T18:13:28.986Z | |
1516 | 2024-08-27T18:13:28.986Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/154) |
1517 | 2024-08-27T18:13:29.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1518 | 2024-08-27T18:13:29.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1519 | 2024-08-27T18:13:29.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1520 | 2024-08-27T18:13:29.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1521 | 2024-08-27T18:13:29.610Z | |
1522 | 2024-08-27T18:13:29.610Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/154) |
1523 | 2024-08-27T18:13:30.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1524 | 2024-08-27T18:13:30.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1525 | 2024-08-27T18:13:30.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1526 | 2024-08-27T18:13:30.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1527 | 2024-08-27T18:13:30.266Z | |
1528 | 2024-08-27T18:13:30.266Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/154) |
1529 | 2024-08-27T18:13:30.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-08-27T18:13:30.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-08-27T18:13:30.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-08-27T18:13:30.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1533 | 2024-08-27T18:13:30.899Z | |
1534 | 2024-08-27T18:13:30.899Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/154) |
1535 | 2024-08-27T18:13:31.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-08-27T18:13:31.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-08-27T18:13:31.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-08-27T18:13:31.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1539 | 2024-08-27T18:13:31.526Z | |
1540 | 2024-08-27T18:13:31.526Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/154) |
1541 | 2024-08-27T18:13:32.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-08-27T18:13:32.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-08-27T18:13:32.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1544 | 2024-08-27T18:13:32.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1545 | 2024-08-27T18:13:32.196Z | |
1546 | 2024-08-27T18:13:32.196Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/154) |
1547 | 2024-08-27T18:13:32.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1548 | 2024-08-27T18:13:32.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1549 | 2024-08-27T18:13:32.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1550 | 2024-08-27T18:13:32.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1551 | 2024-08-27T18:13:32.843Z | |
1552 | 2024-08-27T18:13:32.843Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/154) |
1553 | 2024-08-27T18:13:33.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1554 | 2024-08-27T18:13:33.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1555 | 2024-08-27T18:13:33.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1556 | 2024-08-27T18:13:33.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1557 | 2024-08-27T18:13:33.500Z | |
1558 | 2024-08-27T18:13:33.500Z | info: running `cargo check --bins` on sled-hardware-types (25/154) |
1559 | 2024-08-27T18:13:34.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1560 | 2024-08-27T18:13:34.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1561 | 2024-08-27T18:13:34.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1562 | 2024-08-27T18:13:34.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1563 | 2024-08-27T18:13:34.368Z | |
1564 | 2024-08-27T18:13:34.369Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/154) |
1565 | 2024-08-27T18:13:35.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1566 | 2024-08-27T18:13:35.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1567 | 2024-08-27T18:13:35.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1568 | 2024-08-27T18:13:35.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1569 | 2024-08-27T18:13:35.243Z | |
1570 | 2024-08-27T18:13:35.243Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/154) |
1571 | 2024-08-27T18:13:36.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1572 | 2024-08-27T18:13:36.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1573 | 2024-08-27T18:13:36.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1574 | 2024-08-27T18:13:36.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1575 | 2024-08-27T18:13:36.133Z | |
1576 | 2024-08-27T18:13:36.133Z | info: running `cargo check --bins` on oxlog (28/154) |
1577 | 2024-08-27T18:13:36.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1578 | 2024-08-27T18:13:36.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1579 | 2024-08-27T18:13:36.997Z | Checking cfg-if v1.0.0 |
1580 | 2024-08-27T18:13:36.997Z | Checking libc v0.2.156 |
1581 | 2024-08-27T18:13:37.020Z | Checking memchr v2.7.2 |
1582 | 2024-08-27T18:13:37.047Z | Checking serde v1.0.208 |
1583 | 2024-08-27T18:13:37.070Z | Checking zeroize v1.7.0 |
1584 | 2024-08-27T18:13:37.093Z | Checking typenum v1.17.0 |
1585 | 2024-08-27T18:13:37.093Z | Checking scopeguard v1.2.0 |
1586 | 2024-08-27T18:13:37.093Z | Checking byteorder v1.5.0 |
1587 | 2024-08-27T18:13:37.125Z | Checking log v0.4.21 |
1588 | 2024-08-27T18:13:37.230Z | Checking lock_api v0.4.12 |
1589 | 2024-08-27T18:13:37.298Z | Checking subtle v2.5.0 |
1590 | 2024-08-27T18:13:37.388Z | Checking once_cell v1.19.0 |
1591 | 2024-08-27T18:13:37.467Z | Checking const-oid v0.9.6 |
1592 | 2024-08-27T18:13:37.541Z | Checking itoa v1.0.11 |
1593 | 2024-08-27T18:13:37.588Z | Checking pin-project-lite v0.2.14 |
1594 | 2024-08-27T18:13:37.663Z | Checking smallvec v1.13.2 |
1595 | 2024-08-27T18:13:37.708Z | Checking zerocopy v0.7.34 |
1596 | 2024-08-27T18:13:37.750Z | Checking spin v0.9.8 |
1597 | 2024-08-27T18:13:37.811Z | Checking tinyvec_macros v0.1.1 |
1598 | 2024-08-27T18:13:37.893Z | Checking tinyvec v1.6.0 |
1599 | 2024-08-27T18:13:37.985Z | Checking getrandom v0.2.14 |
1600 | 2024-08-27T18:13:38.008Z | Checking parking_lot_core v0.9.10 |
1601 | 2024-08-27T18:13:38.068Z | Checking signal-hook-registry v1.4.2 |
1602 | 2024-08-27T18:13:38.133Z | Checking generic-array v0.14.7 |
1603 | 2024-08-27T18:13:38.220Z | Checking rand_core v0.6.4 |
1604 | 2024-08-27T18:13:38.294Z | Checking mio v0.8.11 |
1605 | 2024-08-27T18:13:38.317Z | Checking parking_lot v0.12.2 |
1606 | 2024-08-27T18:13:38.493Z | Checking socket2 v0.5.7 |
1607 | 2024-08-27T18:13:38.611Z | Checking num_cpus v1.16.0 |
1608 | 2024-08-27T18:13:38.715Z | Checking futures-core v0.3.30 |
1609 | 2024-08-27T18:13:38.841Z | Checking cpufeatures v0.2.12 |
1610 | 2024-08-27T18:13:38.864Z | Checking unicode-bidi v0.3.15 |
1611 | 2024-08-27T18:13:38.887Z | Checking allocator-api2 v0.2.18 |
1612 | 2024-08-27T18:13:38.910Z | Checking futures-sink v0.3.30 |
1613 | 2024-08-27T18:13:38.934Z | Checking libm v0.2.8 |
1614 | 2024-08-27T18:13:38.957Z | Checking ahash v0.8.11 |
1615 | 2024-08-27T18:13:39.008Z | Checking unicode-normalization v0.1.23 |
1616 | 2024-08-27T18:13:39.051Z | Checking ryu v1.0.18 |
1617 | 2024-08-27T18:13:39.100Z | Checking crypto-common v0.1.6 |
1618 | 2024-08-27T18:13:39.266Z | Checking block-buffer v0.10.4 |
1619 | 2024-08-27T18:13:39.289Z | Checking block-padding v0.3.3 |
1620 | 2024-08-27T18:13:39.408Z | Checking equivalent v1.0.1 |
1621 | 2024-08-27T18:13:39.441Z | Checking futures-channel v0.3.30 |
1622 | 2024-08-27T18:13:39.464Z | Checking hashbrown v0.14.5 |
1623 | 2024-08-27T18:13:39.487Z | Checking digest v0.10.7 |
1624 | 2024-08-27T18:13:39.510Z | Checking inout v0.1.3 |
1625 | 2024-08-27T18:13:39.533Z | Checking slab v0.4.9 |
1626 | 2024-08-27T18:13:39.679Z | Checking num-traits v0.2.19 |
1627 | 2024-08-27T18:13:39.702Z | Checking cipher v0.4.4 |
1628 | 2024-08-27T18:13:39.748Z | Checking futures-io v0.3.30 |
1629 | 2024-08-27T18:13:39.772Z | Checking futures-task v0.3.30 |
1630 | 2024-08-27T18:13:39.772Z | Checking pin-utils v0.1.0 |
1631 | 2024-08-27T18:13:39.828Z | Checking hmac v0.12.1 |
1632 | 2024-08-27T18:13:39.875Z | Checking sha2 v0.10.8 |
1633 | 2024-08-27T18:13:39.929Z | Checking base64ct v1.6.0 |
1634 | 2024-08-27T18:13:39.996Z | Checking futures-util v0.3.30 |
1635 | 2024-08-27T18:13:40.027Z | Checking flagset v0.4.5 |
1636 | 2024-08-27T18:13:40.053Z | Checking ppv-lite86 v0.2.17 |
1637 | 2024-08-27T18:13:40.203Z | Checking percent-encoding v2.3.1 |
1638 | 2024-08-27T18:13:40.321Z | Checking pem-rfc7468 v0.7.0 |
1639 | 2024-08-27T18:13:40.355Z | Checking salsa20 v0.10.2 |
1640 | 2024-08-27T18:13:40.395Z | Checking pbkdf2 v0.12.2 |
1641 | 2024-08-27T18:13:40.475Z | Checking tracing-core v0.1.32 |
1642 | 2024-08-27T18:13:40.537Z | Checking fnv v1.0.7 |
1643 | 2024-08-27T18:13:40.560Z | Checking untrusted v0.9.0 |
1644 | 2024-08-27T18:13:40.583Z | Checking der v0.7.9 |
1645 | 2024-08-27T18:13:40.644Z | Checking rand_chacha v0.3.1 |
1646 | 2024-08-27T18:13:40.667Z | Checking scrypt v0.11.0 |
1647 | 2024-08-27T18:13:40.695Z | Checking ring v0.17.8 |
1648 | 2024-08-27T18:13:40.854Z | Checking cbc v0.1.2 |
1649 | 2024-08-27T18:13:40.983Z | Checking rand v0.8.5 |
1650 | 2024-08-27T18:13:41.028Z | Checking aes v0.8.4 |
1651 | 2024-08-27T18:13:41.056Z | Checking tracing v0.1.40 |
1652 | 2024-08-27T18:13:41.161Z | Checking thiserror v1.0.63 |
1653 | 2024-08-27T18:13:41.284Z | Checking foreign-types-shared v0.1.1 |
1654 | 2024-08-27T18:13:41.387Z | Checking foreign-types v0.3.2 |
1655 | 2024-08-27T18:13:41.410Z | Checking form_urlencoded v1.2.1 |
1656 | 2024-08-27T18:13:41.434Z | Checking bytes v1.7.1 |
1657 | 2024-08-27T18:13:41.480Z | Checking bitflags v2.6.0 |
1658 | 2024-08-27T18:13:41.582Z | Checking indexmap v2.4.0 |
1659 | 2024-08-27T18:13:41.756Z | Checking serde_json v1.0.125 |
1660 | 2024-08-27T18:13:41.825Z | Checking openssl-sys v0.9.103 |
1661 | 2024-08-27T18:13:42.114Z | Checking aho-corasick v1.1.3 |
1662 | 2024-08-27T18:13:42.164Z | Checking tokio v1.38.1 |
1663 | 2024-08-27T18:13:42.223Z | Checking spki v0.7.3 |
1664 | 2024-08-27T18:13:42.295Z | Checking http v0.2.12 |
1665 | 2024-08-27T18:13:42.469Z | Checking pkcs5 v0.7.1 |
1666 | 2024-08-27T18:13:42.705Z | Checking powerfmt v0.2.0 |
1667 | 2024-08-27T18:13:42.888Z | Checking try-lock v0.2.5 |
1668 | 2024-08-27T18:13:42.929Z | Checking regex-syntax v0.8.4 |
1669 | 2024-08-27T18:13:42.952Z | Checking unicode-ident v1.0.12 |
1670 | 2024-08-27T18:13:43.015Z | Checking siphasher v0.3.11 |
1671 | 2024-08-27T18:13:43.077Z | Checking proc-macro2 v1.0.86 |
1672 | 2024-08-27T18:13:43.208Z | Checking want v0.3.1 |
1673 | 2024-08-27T18:13:43.284Z | Checking deranged v0.3.11 |
1674 | 2024-08-27T18:13:43.379Z | Checking pkcs8 v0.10.2 |
1675 | 2024-08-27T18:13:43.468Z | Checking http-body v0.4.6 |
1676 | 2024-08-27T18:13:43.502Z | Checking openssl v0.10.66 |
1677 | 2024-08-27T18:13:43.639Z | Checking sct v0.7.1 |
1678 | 2024-08-27T18:13:43.662Z | Checking rustls-webpki v0.101.7 |
1679 | 2024-08-27T18:13:43.828Z | Checking uuid v1.10.0 |
1680 | 2024-08-27T18:13:43.852Z | Checking idna v0.5.0 |
1681 | 2024-08-27T18:13:44.283Z | Checking httparse v1.8.0 |
1682 | 2024-08-27T18:13:44.359Z | Checking errno v0.3.9 |
1683 | 2024-08-27T18:13:44.492Z | Checking scroll v0.12.0 |
1684 | 2024-08-27T18:13:44.516Z | Checking httpdate v1.0.3 |
1685 | 2024-08-27T18:13:44.541Z | Checking iana-time-zone v0.1.60 |
1686 | 2024-08-27T18:13:44.635Z | Checking plain v0.2.3 |
1687 | 2024-08-27T18:13:44.661Z | Checking tower-service v0.3.2 |
1688 | 2024-08-27T18:13:44.733Z | Checking num_threads v0.1.7 |
1689 | 2024-08-27T18:13:44.763Z | Checking utf8parse v0.2.1 |
1690 | 2024-08-27T18:13:44.786Z | Checking openssl-probe v0.1.5 |
1691 | 2024-08-27T18:13:44.786Z | Checking ucd-trie v0.1.6 |
1692 | 2024-08-27T18:13:44.853Z | Checking finl_unicode v1.2.0 |
1693 | 2024-08-27T18:13:44.901Z | Checking time-core v0.1.2 |
1694 | 2024-08-27T18:13:44.925Z | Checking anstyle v1.0.8 |
1695 | 2024-08-27T18:13:44.948Z | Checking num-conv v0.1.0 |
1696 | 2024-08-27T18:13:44.984Z | Checking adler v1.0.2 |
1697 | 2024-08-27T18:13:45.057Z | Checking pest v2.7.10 |
1698 | 2024-08-27T18:13:45.130Z | Checking miniz_oxide v0.7.2 |
1699 | 2024-08-27T18:13:45.162Z | Checking time v0.3.36 |
1700 | 2024-08-27T18:13:45.233Z | Checking goblin v0.8.2 |
1701 | 2024-08-27T18:13:45.339Z | Checking stringprep v0.1.4 |
1702 | 2024-08-27T18:13:45.565Z | Checking regex-automata v0.4.6 |
1703 | 2024-08-27T18:13:45.588Z | Checking anstyle-parse v0.2.4 |
1704 | 2024-08-27T18:13:45.776Z | Checking chrono v0.4.38 |
1705 | 2024-08-27T18:13:45.820Z | Checking rustix v0.38.34 |
1706 | 2024-08-27T18:13:47.268Z | Checking url v2.5.2 |
1707 | 2024-08-27T18:13:47.403Z | Checking rustls v0.21.12 |
1708 | 2024-08-27T18:13:47.560Z | Checking quote v1.0.36 |
1709 | 2024-08-27T18:13:47.626Z | Checking serde_spanned v0.6.7 |
1710 | 2024-08-27T18:13:47.799Z | Checking toml_datetime v0.6.8 |
1711 | 2024-08-27T18:13:47.863Z | Checking num-integer v0.1.46 |
1712 | 2024-08-27T18:13:47.972Z | Checking md-5 v0.10.6 |
1713 | 2024-08-27T18:13:48.056Z | Checking idna v0.3.0 |
1714 | 2024-08-27T18:13:48.183Z | Checking lazy_static v1.5.0 |
1715 | 2024-08-27T18:13:48.224Z | Checking native-tls v0.2.11 |
1716 | 2024-08-27T18:13:48.300Z | Checking hash32 v0.2.1 |
1717 | 2024-08-27T18:13:48.323Z | Checking psl-types v2.0.11 |
1718 | 2024-08-27T18:13:48.440Z | Checking tokio-util v0.7.11 |
1719 | 2024-08-27T18:13:48.492Z | Checking base64 v0.22.1 |
1720 | 2024-08-27T18:13:48.516Z | Checking stable_deref_trait v1.2.0 |
1721 | 2024-08-27T18:13:48.578Z | Checking pretty-hex v0.4.1 |
1722 | 2024-08-27T18:13:48.609Z | Checking colorchoice v1.0.1 |
1723 | 2024-08-27T18:13:48.726Z | Checking anstyle-query v1.0.3 |
1724 | 2024-08-27T18:13:48.749Z | Checking gimli v0.28.1 |
1725 | 2024-08-27T18:13:48.749Z | Checking is_terminal_polyfill v1.70.0 |
1726 | 2024-08-27T18:13:48.835Z | Checking fallible-iterator v0.2.0 |
1727 | 2024-08-27T18:13:48.872Z | Checking anstream v0.6.14 |
1728 | 2024-08-27T18:13:48.927Z | Checking publicsuffix v2.2.3 |
1729 | 2024-08-27T18:13:49.127Z | Checking heapless v0.7.17 |
1730 | 2024-08-27T18:13:49.183Z | Checking h2 v0.3.26 |
1731 | 2024-08-27T18:13:49.206Z | Checking tokio-native-tls v0.3.1 |
1732 | 2024-08-27T18:13:49.355Z | Checking postgres-protocol v0.6.7 |
1733 | 2024-08-27T18:13:49.435Z | Checking num-iter v0.1.45 |
1734 | 2024-08-27T18:13:49.504Z | Checking syn v2.0.74 |
1735 | 2024-08-27T18:13:49.593Z | Checking terminal_size v0.3.0 |
1736 | 2024-08-27T18:13:49.617Z | Checking dof v0.3.0 |
1737 | 2024-08-27T18:13:49.751Z | Checking cookie v0.17.0 |
1738 | 2024-08-27T18:13:49.935Z | Checking dtrace-parser v0.2.0 |
1739 | 2024-08-27T18:13:50.063Z | Checking phf_shared v0.11.2 |
1740 | 2024-08-27T18:13:50.127Z | Checking ff v0.13.0 |
1741 | 2024-08-27T18:13:50.150Z | Checking thread-id v4.2.1 |
1742 | 2024-08-27T18:13:50.180Z | Checking tokio-rustls v0.24.1 |
1743 | 2024-08-27T18:13:50.251Z | Checking object v0.32.2 |
1744 | 2024-08-27T18:13:50.319Z | Checking base64 v0.21.7 |
1745 | 2024-08-27T18:13:50.342Z | Checking strsim v0.11.1 |
1746 | 2024-08-27T18:13:50.365Z | Checking managed v0.8.0 |
1747 | 2024-08-27T18:13:50.510Z | Checking clap_lex v0.7.0 |
1748 | 2024-08-27T18:13:50.596Z | Checking base16ct v0.2.0 |
1749 | 2024-08-27T18:13:50.682Z | Checking ipnet v2.9.0 |
1750 | 2024-08-27T18:13:50.736Z | Checking bitflags v1.3.2 |
1751 | 2024-08-27T18:13:50.760Z | Checking either v1.13.0 |
1752 | 2024-08-27T18:13:50.783Z | Checking winnow v0.5.40 |
1753 | 2024-08-27T18:13:50.839Z | Checking rustc-demangle v0.1.24 |
1754 | 2024-08-27T18:13:51.107Z | Checking smoltcp v0.9.1 |
1755 | 2024-08-27T18:13:51.130Z | Checking sec1 v0.7.3 |
1756 | 2024-08-27T18:13:51.224Z | Checking rustls-pemfile v1.0.4 |
1757 | 2024-08-27T18:13:51.398Z | Checking clap_builder v4.5.15 |
1758 | 2024-08-27T18:13:51.459Z | Checking group v0.13.0 |
1759 | 2024-08-27T18:13:51.681Z | Checking phf v0.11.2 |
1760 | 2024-08-27T18:13:51.953Z | Checking cookie_store v0.20.0 |
1761 | 2024-08-27T18:13:52.064Z | Checking addr2line v0.21.0 |
1762 | 2024-08-27T18:13:52.397Z | Checking postgres-types v0.2.7 |
1763 | 2024-08-27T18:13:52.487Z | Checking num-bigint-dig v0.8.4 |
1764 | 2024-08-27T18:13:52.518Z | Checking regex v1.10.6 |
1765 | 2024-08-27T18:13:52.986Z | Checking bstr v1.9.1 |
1766 | 2024-08-27T18:13:53.051Z | Checking futures-executor v0.3.30 |
1767 | 2024-08-27T18:13:53.253Z | Checking pkcs1 v0.7.5 |
1768 | 2024-08-27T18:13:53.358Z | Checking toml_edit v0.19.15 |
1769 | 2024-08-27T18:13:53.607Z | Checking phf_shared v0.10.0 |
1770 | 2024-08-27T18:13:53.771Z | Checking serde_urlencoded v0.7.1 |
1771 | 2024-08-27T18:13:53.842Z | Checking hubpack v0.1.2 |
1772 | 2024-08-27T18:13:54.110Z | Checking zerocopy v0.6.6 |
1773 | 2024-08-27T18:13:54.133Z | Checking float-cmp v0.9.0 |
1774 | 2024-08-27T18:13:54.159Z | Checking signal-hook v0.3.17 |
1775 | 2024-08-27T18:13:54.298Z | Checking crossbeam-utils v0.8.19 |
1776 | 2024-08-27T18:13:54.321Z | Checking crc32fast v1.4.0 |
1777 | 2024-08-27T18:13:54.481Z | Checking hkdf v0.12.4 |
1778 | 2024-08-27T18:13:54.539Z | Checking signature v2.2.0 |
1779 | 2024-08-27T18:13:54.563Z | Checking hyper v0.14.30 |
1780 | 2024-08-27T18:13:54.682Z | Checking idna v0.4.0 |
1781 | 2024-08-27T18:13:54.721Z | Checking crypto-bigint v0.5.5 |
1782 | 2024-08-27T18:13:54.777Z | Checking mio v1.0.2 |
1783 | 2024-08-27T18:13:54.963Z | Checking memmap v0.7.0 |
1784 | 2024-08-27T18:13:54.986Z | Checking usdt-impl v0.5.0 |
1785 | 2024-08-27T18:13:55.148Z | Checking encoding_rs v0.8.34 |
1786 | 2024-08-27T18:13:55.338Z | Checking difflib v0.4.0 |
1787 | 2024-08-27T18:13:55.361Z | Checking static_assertions v1.1.0 |
1788 | 2024-08-27T18:13:55.406Z | Checking backtrace v0.3.71 |
1789 | 2024-08-27T18:13:55.453Z | Checking sync_wrapper v0.1.2 |
1790 | 2024-08-27T18:13:55.476Z | Checking normalize-line-endings v0.3.0 |
1791 | 2024-08-27T18:13:55.500Z | Checking predicates-core v1.0.6 |
1792 | 2024-08-27T18:13:55.583Z | Checking unicode-segmentation v1.11.0 |
1793 | 2024-08-27T18:13:55.607Z | Checking winnow v0.6.18 |
1794 | 2024-08-27T18:13:55.637Z | Checking dyn-clone v1.0.17 |
1795 | 2024-08-27T18:13:55.672Z | Checking new_debug_unreachable v1.0.6 |
1796 | 2024-08-27T18:13:55.763Z | Checking whoami v1.5.1 |
1797 | 2024-08-27T18:13:55.786Z | Checking minimal-lexical v0.2.1 |
1798 | 2024-08-27T18:13:55.908Z | Checking precomputed-hash v0.1.1 |
1799 | 2024-08-27T18:13:56.003Z | Checking mime v0.3.17 |
1800 | 2024-08-27T18:13:56.039Z | Checking unicode-width v0.1.13 |
1801 | 2024-08-27T18:13:56.153Z | Checking data-encoding v2.6.0 |
1802 | 2024-08-27T18:13:56.176Z | Checking fixedbitset v0.4.2 |
1803 | 2024-08-27T18:13:56.233Z | Checking webpki-roots v0.25.4 |
1804 | 2024-08-27T18:13:56.300Z | Checking bit-vec v0.6.3 |
1805 | 2024-08-27T18:13:56.379Z | Checking console v0.15.8 |
1806 | 2024-08-27T18:13:56.402Z | Checking petgraph v0.6.5 |
1807 | 2024-08-27T18:13:56.597Z | Checking bit-set v0.5.3 |
1808 | 2024-08-27T18:13:56.723Z | Checking hickory-proto v0.24.1 |
1809 | 2024-08-27T18:13:56.855Z | Checking similar v2.6.0 |
1810 | 2024-08-27T18:13:56.906Z | Checking nom v7.1.3 |
1811 | 2024-08-27T18:13:57.117Z | Checking tokio-postgres v0.7.11 |
1812 | 2024-08-27T18:13:57.200Z | Checking elliptic-curve v0.13.8 |
1813 | 2024-08-27T18:13:57.606Z | Checking string_cache v0.8.7 |
1814 | 2024-08-27T18:13:57.763Z | Checking anyhow v1.0.86 |
1815 | 2024-08-27T18:13:57.859Z | Checking schemars v0.8.21 |
1816 | 2024-08-27T18:13:58.105Z | Checking predicates v3.1.2 |
1817 | 2024-08-27T18:13:58.157Z | Checking toml_edit v0.22.20 |
1818 | 2024-08-27T18:13:58.674Z | Checking toml v0.7.8 |
1819 | 2024-08-27T18:13:59.171Z | Checking usdt v0.5.0 |
1820 | 2024-08-27T18:13:59.266Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1821 | 2024-08-27T18:13:59.294Z | Checking signal-hook-mio v0.2.4 |
1822 | 2024-08-27T18:13:59.317Z | Checking crossbeam-epoch v0.9.18 |
1823 | 2024-08-27T18:13:59.409Z | Checking rsa v0.9.6 |
1824 | 2024-08-27T18:13:59.432Z | Checking flate2 v1.0.31 |
1825 | 2024-08-27T18:13:59.514Z | Checking clap v4.5.16 |
1826 | 2024-08-27T18:13:59.621Z | Checking futures v0.3.30 |
1827 | 2024-08-27T18:13:59.695Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1828 | 2024-08-27T18:13:59.719Z | Checking itertools v0.12.1 |
1829 | 2024-08-27T18:13:59.742Z | Checking itertools v0.10.5 |
1830 | 2024-08-27T18:13:59.910Z | Checking hyper-tls v0.5.0 |
1831 | 2024-08-27T18:14:00.007Z | Checking hyper-rustls v0.24.2 |
1832 | 2024-08-27T18:14:00.157Z | Checking tokio-stream v0.1.15 |
1833 | 2024-08-27T18:14:00.273Z | Checking reqwest v0.11.27 |
1834 | 2024-08-27T18:14:00.304Z | Checking fs-err v2.11.0 |
1835 | 2024-08-27T18:14:00.402Z | Checking nix v0.28.0 |
1836 | 2024-08-27T18:14:00.646Z | Checking slog v2.7.0 |
1837 | 2024-08-27T18:14:00.788Z | Checking openapiv3 v2.0.0 |
1838 | 2024-08-27T18:14:00.817Z | Checking hex v0.4.3 |
1839 | 2024-08-27T18:14:01.043Z | Checking semver v1.0.23 |
1840 | 2024-08-27T18:14:01.266Z | Checking sha1 v0.10.6 |
1841 | 2024-08-27T18:14:01.413Z | Checking lalrpop-util v0.19.12 |
1842 | 2024-08-27T18:14:01.513Z | Checking peg-runtime v0.8.3 |
1843 | 2024-08-27T18:14:01.632Z | Checking camino v1.1.9 |
1844 | 2024-08-27T18:14:01.676Z | Checking sigpipe v0.1.3 |
1845 | 2024-08-27T18:14:03.670Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1846 | 2024-08-27T18:14:04.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.96s |
1847 | 2024-08-27T18:14:04.225Z | |
1848 | 2024-08-27T18:14:04.226Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/154) |
1849 | 2024-08-27T18:14:05.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1850 | 2024-08-27T18:14:05.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1851 | 2024-08-27T18:14:05.133Z | Compiling regress v0.9.1 |
1852 | 2024-08-27T18:14:05.163Z | Checking strum v0.26.3 |
1853 | 2024-08-27T18:14:05.195Z | Checking heck v0.5.0 |
1854 | 2024-08-27T18:14:05.218Z | Compiling getopts v0.2.21 |
1855 | 2024-08-27T18:14:05.246Z | Checking dirs-sys-next v0.1.2 |
1856 | 2024-08-27T18:14:05.246Z | Compiling unsafe-libyaml v0.2.11 |
1857 | 2024-08-27T18:14:05.314Z | Checking http v1.1.0 |
1858 | 2024-08-27T18:14:05.379Z | Checking thread_local v1.1.8 |
1859 | 2024-08-27T18:14:05.422Z | Checking dirs-next v2.0.0 |
1860 | 2024-08-27T18:14:05.545Z | Checking rustls-pki-types v1.7.0 |
1861 | 2024-08-27T18:14:05.568Z | Compiling ident_case v1.0.1 |
1862 | 2024-08-27T18:14:05.641Z | Checking term v0.7.0 |
1863 | 2024-08-27T18:14:05.746Z | Compiling darling_core v0.20.9 |
1864 | 2024-08-27T18:14:05.929Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1865 | 2024-08-27T18:14:06.037Z | Checking crossbeam-channel v0.5.12 |
1866 | 2024-08-27T18:14:06.061Z | Checking atty v0.2.14 |
1867 | 2024-08-27T18:14:06.173Z | Checking is-terminal v0.4.12 |
1868 | 2024-08-27T18:14:06.241Z | Checking humantime v2.1.0 |
1869 | 2024-08-27T18:14:06.290Z | Compiling paste v1.0.15 |
1870 | 2024-08-27T18:14:06.525Z | Compiling serde_yaml v0.9.34+deprecated |
1871 | 2024-08-27T18:14:06.549Z | Checking take_mut v0.2.2 |
1872 | 2024-08-27T18:14:06.680Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1873 | 2024-08-27T18:14:06.710Z | Compiling rustls v0.22.4 |
1874 | 2024-08-27T18:14:06.776Z | Checking utf-8 v0.7.6 |
1875 | 2024-08-27T18:14:06.934Z | Checking termcolor v1.4.1 |
1876 | 2024-08-27T18:14:07.005Z | Checking slog-async v2.8.0 |
1877 | 2024-08-27T18:14:07.037Z | Checking slog-term v2.9.1 |
1878 | 2024-08-27T18:14:07.060Z | Checking rustls-webpki v0.102.4 |
1879 | 2024-08-27T18:14:07.256Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-08-27T18:14:07.307Z | Checking env_logger v0.9.3 |
1881 | 2024-08-27T18:14:07.440Z | Compiling proc-macro-crate v1.3.1 |
1882 | 2024-08-27T18:14:07.543Z | Compiling bitstruct_derive v0.1.0 |
1883 | 2024-08-27T18:14:07.673Z | Compiling structmeta-derive v0.3.0 |
1884 | 2024-08-27T18:14:07.740Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-27T18:14:07.846Z | Compiling multer v3.1.0 |
1886 | 2024-08-27T18:14:07.965Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1887 | 2024-08-27T18:14:08.388Z | Checking ascii v1.1.0 |
1888 | 2024-08-27T18:14:08.738Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1889 | 2024-08-27T18:14:08.762Z | Checking match_cfg v0.1.0 |
1890 | 2024-08-27T18:14:08.846Z | Checking hostname v0.3.1 |
1891 | 2024-08-27T18:14:08.964Z | Checking bitstruct v0.1.1 |
1892 | 2024-08-27T18:14:09.009Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1893 | 2024-08-27T18:14:09.075Z | Compiling num_enum_derive v0.5.11 |
1894 | 2024-08-27T18:14:09.405Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-08-27T18:14:09.796Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1896 | 2024-08-27T18:14:10.025Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1897 | 2024-08-27T18:14:10.111Z | Checking slog-json v2.6.1 |
1898 | 2024-08-27T18:14:10.134Z | Compiling structmeta v0.3.0 |
1899 | 2024-08-27T18:14:10.306Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1900 | 2024-08-27T18:14:10.348Z | Checking erased-serde v0.3.31 |
1901 | 2024-08-27T18:14:10.542Z | Checking serde_arrays v0.1.0 |
1902 | 2024-08-27T18:14:10.565Z | Compiling async-stream-impl v0.3.5 |
1903 | 2024-08-27T18:14:10.690Z | Compiling foreign-types-macros v0.2.3 |
1904 | 2024-08-27T18:14:10.988Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1905 | 2024-08-27T18:14:11.275Z | Checking atomic-waker v1.1.2 |
1906 | 2024-08-27T18:14:11.298Z | Checking arc-swap v1.7.1 |
1907 | 2024-08-27T18:14:11.372Z | Checking foreign-types-shared v0.3.1 |
1908 | 2024-08-27T18:14:11.409Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1909 | 2024-08-27T18:14:11.483Z | Checking waitgroup v0.1.2 |
1910 | 2024-08-27T18:14:11.618Z | Checking num_enum v0.5.11 |
1911 | 2024-08-27T18:14:11.696Z | Checking slog-scope v4.4.0 |
1912 | 2024-08-27T18:14:11.720Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1913 | 2024-08-27T18:14:11.847Z | Checking async-stream v0.3.5 |
1914 | 2024-08-27T18:14:11.871Z | Compiling darling_macro v0.20.9 |
1915 | 2024-08-27T18:14:11.900Z | Compiling parse-display-derive v0.10.0 |
1916 | 2024-08-27T18:14:11.923Z | Checking foreign-types v0.5.0 |
1917 | 2024-08-27T18:14:11.923Z | Checking slog-bunyan v2.5.0 |
1918 | 2024-08-27T18:14:12.010Z | Compiling proc-macro-error v1.0.4 |
1919 | 2024-08-27T18:14:12.218Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1920 | 2024-08-27T18:14:12.425Z | Checking toml v0.8.19 |
1921 | 2024-08-27T18:14:12.486Z | Checking tungstenite v0.20.1 |
1922 | 2024-08-27T18:14:12.630Z | Checking rustls-pemfile v2.1.3 |
1923 | 2024-08-27T18:14:12.717Z | Compiling darling v0.20.9 |
1924 | 2024-08-27T18:14:12.834Z | Compiling serde_with_macros v3.9.0 |
1925 | 2024-08-27T18:14:12.862Z | Checking tokio-rustls v0.25.0 |
1926 | 2024-08-27T18:14:12.886Z | Compiling heck v0.3.3 |
1927 | 2024-08-27T18:14:13.073Z | Checking newtype-uuid v1.1.0 |
1928 | 2024-08-27T18:14:13.226Z | Checking ipnetwork v0.20.0 |
1929 | 2024-08-27T18:14:13.270Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1930 | 2024-08-27T18:14:13.294Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1931 | 2024-08-27T18:14:13.317Z | Checking serde_path_to_error v0.1.16 |
1932 | 2024-08-27T18:14:13.567Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1933 | 2024-08-27T18:14:13.837Z | Checking hostname v0.4.0 |
1934 | 2024-08-27T18:14:13.978Z | Checking cstr-argument v0.1.2 |
1935 | 2024-08-27T18:14:14.031Z | Checking instant v0.1.12 |
1936 | 2024-08-27T18:14:14.147Z | Checking debug-ignore v1.0.5 |
1937 | 2024-08-27T18:14:14.171Z | Checking pretty-hex v0.2.1 |
1938 | 2024-08-27T18:14:14.225Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1939 | 2024-08-27T18:14:14.292Z | Checking fastrand v2.1.0 |
1940 | 2024-08-27T18:14:14.325Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1941 | 2024-08-27T18:14:14.514Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1942 | 2024-08-27T18:14:14.578Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1943 | 2024-08-27T18:14:14.602Z | Checking tempfile v3.10.1 |
1944 | 2024-08-27T18:14:14.663Z | Checking backoff v0.4.0 |
1945 | 2024-08-27T18:14:14.929Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1946 | 2024-08-27T18:14:14.952Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1947 | 2024-08-27T18:14:14.998Z | Compiling zone_cfg_derive v0.1.2 |
1948 | 2024-08-27T18:14:15.159Z | Checking tokio-tungstenite v0.20.1 |
1949 | 2024-08-27T18:14:15.249Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1950 | 2024-08-27T18:14:15.367Z | Checking serde_with v3.9.0 |
1951 | 2024-08-27T18:14:15.584Z | Checking slog-stdlog v4.1.1 |
1952 | 2024-08-27T18:14:15.764Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1953 | 2024-08-27T18:14:15.857Z | Checking parse-display v0.10.0 |
1954 | 2024-08-27T18:14:15.927Z | Checking tungstenite v0.21.0 |
1955 | 2024-08-27T18:14:16.018Z | Checking colored v2.1.0 |
1956 | 2024-08-27T18:14:16.176Z | Checking macaddr v1.0.1 |
1957 | 2024-08-27T18:14:16.413Z | Checking socket2 v0.4.10 |
1958 | 2024-08-27T18:14:16.501Z | Checking base64 v0.13.1 |
1959 | 2024-08-27T18:14:16.524Z | Checking zone v0.1.8 |
1960 | 2024-08-27T18:14:16.897Z | Checking tokio-tungstenite v0.21.0 |
1961 | 2024-08-27T18:14:16.946Z | Checking ron v0.7.1 |
1962 | 2024-08-27T18:14:17.184Z | Checking slog-envlogger v2.2.0 |
1963 | 2024-08-27T18:14:17.377Z | Checking pem v3.0.4 |
1964 | 2024-08-27T18:14:17.409Z | Checking tabwriter v1.4.0 |
1965 | 2024-08-27T18:14:17.635Z | Checking xattr v1.3.1 |
1966 | 2024-08-27T18:14:17.658Z | Checking portpicker v0.1.1 |
1967 | 2024-08-27T18:14:17.785Z | Checking yasna v0.5.2 |
1968 | 2024-08-27T18:14:17.833Z | Checking headers-core v0.2.0 |
1969 | 2024-08-27T18:14:17.969Z | Checking smf v0.2.3 |
1970 | 2024-08-27T18:14:18.044Z | Checking filetime v0.2.24 |
1971 | 2024-08-27T18:14:18.225Z | Checking same-file v1.0.6 |
1972 | 2024-08-27T18:14:18.374Z | Checking tar v0.4.41 |
1973 | 2024-08-27T18:14:18.397Z | Checking headers v0.3.9 |
1974 | 2024-08-27T18:14:18.398Z | Checking walkdir v2.5.0 |
1975 | 2024-08-27T18:14:18.476Z | Checking atomicwrites v0.4.3 |
1976 | 2024-08-27T18:14:18.556Z | Checking rcgen v0.12.1 |
1977 | 2024-08-27T18:14:18.658Z | Checking camino-tempfile v1.1.1 |
1978 | 2024-08-27T18:14:18.684Z | Checking subprocess v0.2.9 |
1979 | 2024-08-27T18:14:19.529Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1980 | 2024-08-27T18:14:19.787Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1981 | 2024-08-27T18:14:21.489Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1982 | 2024-08-27T18:14:24.020Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1983 | 2024-08-27T18:14:24.130Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1984 | 2024-08-27T18:14:28.667Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1985 | 2024-08-27T18:14:37.432Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1986 | 2024-08-27T18:14:37.614Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1987 | 2024-08-27T18:14:37.614Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1988 | 2024-08-27T18:14:40.952Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1989 | 2024-08-27T18:14:41.488Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1990 | 2024-08-27T18:14:50.822Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1991 | 2024-08-27T18:14:51.151Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1992 | 2024-08-27T18:14:52.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.40s |
1993 | 2024-08-27T18:14:52.781Z | |
1994 | 2024-08-27T18:14:52.782Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/154) |
1995 | 2024-08-27T18:14:53.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1996 | 2024-08-27T18:14:53.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1997 | 2024-08-27T18:14:53.753Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1998 | 2024-08-27T18:14:55.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
1999 | 2024-08-27T18:14:55.442Z | |
2000 | 2024-08-27T18:14:55.442Z | info: running `cargo check --bins` on nexus-config (31/154) |
2001 | 2024-08-27T18:14:56.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2002 | 2024-08-27T18:14:56.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2003 | 2024-08-27T18:14:56.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2004 | 2024-08-27T18:14:56.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2005 | 2024-08-27T18:14:56.340Z | |
2006 | 2024-08-27T18:14:56.340Z | info: running `cargo check --bins` on omicron-rpaths (32/154) |
2007 | 2024-08-27T18:14:57.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2008 | 2024-08-27T18:14:57.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2009 | 2024-08-27T18:14:57.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2010 | 2024-08-27T18:14:57.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2011 | 2024-08-27T18:14:57.194Z | |
2012 | 2024-08-27T18:14:57.194Z | info: running `cargo check --bins` on omicron-certificates (33/154) |
2013 | 2024-08-27T18:14:58.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2014 | 2024-08-27T18:14:58.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2015 | 2024-08-27T18:14:58.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2016 | 2024-08-27T18:14:58.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2017 | 2024-08-27T18:14:58.115Z | |
2018 | 2024-08-27T18:14:58.115Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/154) |
2019 | 2024-08-27T18:14:58.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2020 | 2024-08-27T18:14:58.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2021 | 2024-08-27T18:14:59.068Z | Compiling heapless v0.8.0 |
2022 | 2024-08-27T18:14:59.091Z | Checking hash32 v0.3.1 |
2023 | 2024-08-27T18:14:59.091Z | Compiling smoltcp v0.11.0 |
2024 | 2024-08-27T18:14:59.121Z | Checking cobs v0.2.3 |
2025 | 2024-08-27T18:14:59.144Z | Checking embedded-io v0.4.0 |
2026 | 2024-08-27T18:14:59.167Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2027 | 2024-08-27T18:14:59.167Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2028 | 2024-08-27T18:14:59.190Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2029 | 2024-08-27T18:14:59.277Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2030 | 2024-08-27T18:14:59.301Z | Compiling crucible-workspace-hack v0.1.0 |
2031 | 2024-08-27T18:14:59.324Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2032 | 2024-08-27T18:14:59.351Z | Checking postcard v1.0.8 |
2033 | 2024-08-27T18:14:59.477Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2034 | 2024-08-27T18:14:59.540Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2035 | 2024-08-27T18:14:59.713Z | Compiling num-derive v0.4.2 |
2036 | 2024-08-27T18:15:00.828Z | Compiling slog-dtrace v0.3.0 |
2037 | 2024-08-27T18:15:00.852Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2038 | 2024-08-27T18:15:00.852Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2039 | 2024-08-27T18:15:00.852Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2040 | 2024-08-27T18:15:00.852Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2041 | 2024-08-27T18:15:01.393Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2042 | 2024-08-27T18:15:03.481Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2043 | 2024-08-27T18:15:04.623Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2044 | 2024-08-27T18:15:05.984Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2045 | 2024-08-27T18:15:08.347Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2046 | 2024-08-27T18:15:09.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s |
2047 | 2024-08-27T18:15:09.428Z | |
2048 | 2024-08-27T18:15:09.428Z | info: running `cargo check --bins` on clickhouse-admin-api (35/154) |
2049 | 2024-08-27T18:15:10.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2050 | 2024-08-27T18:15:10.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2051 | 2024-08-27T18:15:10.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2052 | 2024-08-27T18:15:10.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2053 | 2024-08-27T18:15:10.317Z | |
2054 | 2024-08-27T18:15:10.317Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/154) |
2055 | 2024-08-27T18:15:11.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2056 | 2024-08-27T18:15:11.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2057 | 2024-08-27T18:15:11.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2058 | 2024-08-27T18:15:11.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2059 | 2024-08-27T18:15:11.349Z | |
2060 | 2024-08-27T18:15:11.349Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/154) |
2061 | 2024-08-27T18:15:12.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2062 | 2024-08-27T18:15:12.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2063 | 2024-08-27T18:15:12.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2064 | 2024-08-27T18:15:12.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2065 | 2024-08-27T18:15:12.370Z | |
2066 | 2024-08-27T18:15:12.370Z | info: running `cargo check --bins` on dns-server (38/154) |
2067 | 2024-08-27T18:15:13.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2068 | 2024-08-27T18:15:13.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2069 | 2024-08-27T18:15:13.308Z | Compiling parking_lot_core v0.8.6 |
2070 | 2024-08-27T18:15:13.331Z | Checking newline-converter v0.3.0 |
2071 | 2024-08-27T18:15:13.355Z | Checking nibble_vec v0.1.0 |
2072 | 2024-08-27T18:15:13.355Z | Checking quick-error v1.2.3 |
2073 | 2024-08-27T18:15:13.355Z | Checking linked-hash-map v0.5.6 |
2074 | 2024-08-27T18:15:13.355Z | Checking endian-type v0.1.2 |
2075 | 2024-08-27T18:15:13.390Z | Checking fxhash v0.2.1 |
2076 | 2024-08-27T18:15:13.390Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2077 | 2024-08-27T18:15:13.493Z | Checking expectorate v1.1.0 |
2078 | 2024-08-27T18:15:13.517Z | Checking resolv-conf v0.7.0 |
2079 | 2024-08-27T18:15:13.542Z | Checking hickory-server v0.24.1 |
2080 | 2024-08-27T18:15:13.572Z | Checking radix_trie v0.2.1 |
2081 | 2024-08-27T18:15:13.658Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2082 | 2024-08-27T18:15:13.695Z | Checking lru-cache v0.1.2 |
2083 | 2024-08-27T18:15:13.875Z | Checking hickory-resolver v0.24.1 |
2084 | 2024-08-27T18:15:14.004Z | Checking hickory-client v0.24.1 |
2085 | 2024-08-27T18:15:14.084Z | Checking parking_lot v0.11.2 |
2086 | 2024-08-27T18:15:14.396Z | Checking sled v0.34.7 |
2087 | 2024-08-27T18:15:16.733Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2088 | 2024-08-27T18:15:18.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
2089 | 2024-08-27T18:15:18.374Z | |
2090 | 2024-08-27T18:15:18.374Z | info: running `cargo check --bins` on dns-server-api (39/154) |
2091 | 2024-08-27T18:15:19.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2092 | 2024-08-27T18:15:19.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2093 | 2024-08-27T18:15:19.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2094 | 2024-08-27T18:15:19.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2095 | 2024-08-27T18:15:19.259Z | |
2096 | 2024-08-27T18:15:19.259Z | info: running `cargo check --bins` on dns-service-client (40/154) |
2097 | 2024-08-27T18:15:20.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2098 | 2024-08-27T18:15:20.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2099 | 2024-08-27T18:15:20.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2100 | 2024-08-27T18:15:20.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2101 | 2024-08-27T18:15:20.098Z | |
2102 | 2024-08-27T18:15:20.098Z | info: running `cargo check --bins` on gateway-test-utils (41/154) |
2103 | 2024-08-27T18:15:20.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2104 | 2024-08-27T18:15:20.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2105 | 2024-08-27T18:15:20.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2106 | 2024-08-27T18:15:20.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2107 | 2024-08-27T18:15:21.034Z | |
2108 | 2024-08-27T18:15:21.034Z | info: running `cargo check --bins` on gateway-types (42/154) |
2109 | 2024-08-27T18:15:21.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2110 | 2024-08-27T18:15:21.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2111 | 2024-08-27T18:15:21.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2112 | 2024-08-27T18:15:21.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2113 | 2024-08-27T18:15:21.903Z | |
2114 | 2024-08-27T18:15:21.903Z | info: running `cargo check --bins` on ipcc (43/154) |
2115 | 2024-08-27T18:15:22.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2116 | 2024-08-27T18:15:22.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2117 | 2024-08-27T18:15:22.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2118 | 2024-08-27T18:15:22.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2119 | 2024-08-27T18:15:22.823Z | |
2120 | 2024-08-27T18:15:22.823Z | info: running `cargo check --bins` on omicron-gateway (44/154) |
2121 | 2024-08-27T18:15:23.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2122 | 2024-08-27T18:15:23.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2123 | 2024-08-27T18:15:23.802Z | Compiling rustls-pki-types v1.7.0 |
2124 | 2024-08-27T18:15:23.825Z | Compiling match_cfg v0.1.0 |
2125 | 2024-08-27T18:15:23.825Z | Checking num-rational v0.4.2 |
2126 | 2024-08-27T18:15:23.849Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2127 | 2024-08-27T18:15:23.849Z | Compiling slog-json v2.6.1 |
2128 | 2024-08-27T18:15:23.849Z | Compiling http v1.1.0 |
2129 | 2024-08-27T18:15:23.849Z | Checking num-complex v0.4.6 |
2130 | 2024-08-27T18:15:23.879Z | Compiling prettyplease v0.2.20 |
2131 | 2024-08-27T18:15:23.964Z | Compiling hostname v0.3.1 |
2132 | 2024-08-27T18:15:24.184Z | Compiling atomic-waker v1.1.2 |
2133 | 2024-08-27T18:15:24.247Z | Compiling rustls-webpki v0.102.4 |
2134 | 2024-08-27T18:15:24.281Z | Compiling rustls-pemfile v2.1.3 |
2135 | 2024-08-27T18:15:24.305Z | Compiling slog-bunyan v2.5.0 |
2136 | 2024-08-27T18:15:24.374Z | Compiling waitgroup v0.1.2 |
2137 | 2024-08-27T18:15:24.431Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2138 | 2024-08-27T18:15:24.505Z | Compiling async-stream v0.3.5 |
2139 | 2024-08-27T18:15:24.597Z | Compiling toml v0.8.19 |
2140 | 2024-08-27T18:15:24.621Z | Compiling ipnetwork v0.20.0 |
2141 | 2024-08-27T18:15:24.651Z | Compiling newtype-uuid v1.1.0 |
2142 | 2024-08-27T18:15:24.674Z | Checking num v0.4.3 |
2143 | 2024-08-27T18:15:24.732Z | Compiling serde_path_to_error v0.1.16 |
2144 | 2024-08-27T18:15:24.768Z | Compiling hostname v0.4.0 |
2145 | 2024-08-27T18:15:24.807Z | Compiling instant v0.1.12 |
2146 | 2024-08-27T18:15:24.929Z | Compiling debug-ignore v1.0.5 |
2147 | 2024-08-27T18:15:24.955Z | Checking float-ord v0.3.2 |
2148 | 2024-08-27T18:15:25.018Z | Compiling rustls v0.22.4 |
2149 | 2024-08-27T18:15:25.073Z | Compiling semver v0.1.20 |
2150 | 2024-08-27T18:15:25.107Z | Compiling radium v0.7.0 |
2151 | 2024-08-27T18:15:25.428Z | Compiling multer v3.1.0 |
2152 | 2024-08-27T18:15:25.467Z | Compiling rustc_version v0.1.7 |
2153 | 2024-08-27T18:15:25.557Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2154 | 2024-08-27T18:15:25.649Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2155 | 2024-08-27T18:15:25.947Z | Compiling backoff v0.4.0 |
2156 | 2024-08-27T18:15:26.102Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2157 | 2024-08-27T18:15:26.161Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2158 | 2024-08-27T18:15:26.185Z | Compiling parse-display v0.10.0 |
2159 | 2024-08-27T18:15:26.301Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2160 | 2024-08-27T18:15:26.360Z | Compiling serde_with v3.9.0 |
2161 | 2024-08-27T18:15:26.410Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2162 | 2024-08-27T18:15:26.584Z | Compiling macaddr v1.0.1 |
2163 | 2024-08-27T18:15:26.809Z | Compiling maybe-uninit v2.0.0 |
2164 | 2024-08-27T18:15:26.971Z | Checking tap v1.0.1 |
2165 | 2024-08-27T18:15:27.120Z | Checking wyz v0.5.1 |
2166 | 2024-08-27T18:15:27.375Z | Compiling newtype_derive v0.1.6 |
2167 | 2024-08-27T18:15:27.506Z | Checking password-hash v0.5.0 |
2168 | 2024-08-27T18:15:27.678Z | Checking blake2 v0.10.6 |
2169 | 2024-08-27T18:15:27.818Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2170 | 2024-08-27T18:15:27.925Z | Checking funty v2.0.0 |
2171 | 2024-08-27T18:15:28.088Z | Compiling packed_struct v0.10.1 |
2172 | 2024-08-27T18:15:28.142Z | Checking crc-catalog v2.4.0 |
2173 | 2024-08-27T18:15:28.277Z | Checking crc v3.2.1 |
2174 | 2024-08-27T18:15:28.511Z | Checking argon2 v0.5.3 |
2175 | 2024-08-27T18:15:28.726Z | Compiling tokio-rustls v0.25.0 |
2176 | 2024-08-27T18:15:28.757Z | Checking bitvec v1.0.1 |
2177 | 2024-08-27T18:15:29.104Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2178 | 2024-08-27T18:15:29.140Z | Compiling packed_struct_codegen v0.10.1 |
2179 | 2024-08-27T18:15:29.482Z | Checking half v2.4.1 |
2180 | 2024-08-27T18:15:29.681Z | Compiling cookie v0.18.1 |
2181 | 2024-08-27T18:15:29.913Z | Compiling indexmap v1.9.3 |
2182 | 2024-08-27T18:15:29.940Z | Checking nodrop v0.1.14 |
2183 | 2024-08-27T18:15:30.056Z | Checking ciborium-io v0.2.2 |
2184 | 2024-08-27T18:15:30.171Z | Checking ciborium-ll v0.2.2 |
2185 | 2024-08-27T18:15:30.212Z | Checking array-init v0.0.4 |
2186 | 2024-08-27T18:15:30.617Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2187 | 2024-08-27T18:15:30.868Z | Checking smallvec v0.6.14 |
2188 | 2024-08-27T18:15:31.171Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2189 | 2024-08-27T18:15:31.305Z | Compiling memoffset v0.9.1 |
2190 | 2024-08-27T18:15:31.481Z | Checking hashbrown v0.12.3 |
2191 | 2024-08-27T18:15:31.588Z | Compiling convert_case v0.4.0 |
2192 | 2024-08-27T18:15:31.767Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2193 | 2024-08-27T18:15:32.030Z | Checking highway v1.2.0 |
2194 | 2024-08-27T18:15:32.197Z | Checking bitfield v0.14.0 |
2195 | 2024-08-27T18:15:32.422Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2196 | 2024-08-27T18:15:32.472Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2197 | 2024-08-27T18:15:32.513Z | Compiling derive_more v0.99.18 |
2198 | 2024-08-27T18:15:32.863Z | Checking env_logger v0.10.2 |
2199 | 2024-08-27T18:15:33.008Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2200 | 2024-08-27T18:15:33.246Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2201 | 2024-08-27T18:15:33.502Z | Checking serde-hex v0.1.0 |
2202 | 2024-08-27T18:15:33.703Z | Checking steno v0.4.1 |
2203 | 2024-08-27T18:15:33.784Z | Checking bzip2 v0.4.4 |
2204 | 2024-08-27T18:15:34.188Z | Checking ciborium v0.2.2 |
2205 | 2024-08-27T18:15:34.283Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2206 | 2024-08-27T18:15:34.458Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2207 | 2024-08-27T18:15:34.689Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2208 | 2024-08-27T18:15:35.061Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2209 | 2024-08-27T18:15:35.689Z | Checking ron v0.8.1 |
2210 | 2024-08-27T18:15:36.035Z | Checking x509-cert v0.2.5 |
2211 | 2024-08-27T18:15:36.811Z | Checking hashbrown v0.13.2 |
2212 | 2024-08-27T18:15:36.834Z | Compiling derive-where v1.2.7 |
2213 | 2024-08-27T18:15:36.876Z | Checking crc-any v2.5.0 |
2214 | 2024-08-27T18:15:37.195Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2215 | 2024-08-27T18:15:37.463Z | Checking zip v0.6.6 |
2216 | 2024-08-27T18:15:37.723Z | Checking object v0.30.4 |
2217 | 2024-08-27T18:15:38.092Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2218 | 2024-08-27T18:15:38.115Z | Checking path-slash v0.1.5 |
2219 | 2024-08-27T18:15:38.257Z | Checking nix v0.27.1 |
2220 | 2024-08-27T18:15:38.448Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2221 | 2024-08-27T18:15:38.591Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2222 | 2024-08-27T18:15:39.186Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2223 | 2024-08-27T18:15:39.209Z | Checking kstat-rs v0.2.4 |
2224 | 2024-08-27T18:15:39.379Z | Checking serde-big-array v0.5.1 |
2225 | 2024-08-27T18:15:39.431Z | Checking signal-hook-tokio v0.3.1 |
2226 | 2024-08-27T18:15:39.837Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2227 | 2024-08-27T18:15:41.047Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2228 | 2024-08-27T18:15:43.754Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2229 | 2024-08-27T18:15:45.397Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2230 | 2024-08-27T18:15:48.148Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2231 | 2024-08-27T18:15:51.571Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2232 | 2024-08-27T18:15:51.894Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2233 | 2024-08-27T18:15:52.190Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2234 | 2024-08-27T18:15:58.789Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2235 | 2024-08-27T18:15:59.624Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2236 | 2024-08-27T18:16:03.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.37s |
2237 | 2024-08-27T18:16:03.377Z | |
2238 | 2024-08-27T18:16:03.377Z | info: running `cargo check --bins` on gateway-api (45/154) |
2239 | 2024-08-27T18:16:04.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-08-27T18:16:04.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-08-27T18:16:04.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-08-27T18:16:04.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2243 | 2024-08-27T18:16:04.287Z | |
2244 | 2024-08-27T18:16:04.287Z | info: running `cargo check --bins` on oximeter (46/154) |
2245 | 2024-08-27T18:16:05.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-08-27T18:16:05.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-08-27T18:16:05.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2024-08-27T18:16:05.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2249 | 2024-08-27T18:16:05.182Z | |
2250 | 2024-08-27T18:16:05.182Z | info: running `cargo check --bins` on oximeter-macro-impl (47/154) |
2251 | 2024-08-27T18:16:05.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-08-27T18:16:05.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-08-27T18:16:05.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2024-08-27T18:16:05.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2255 | 2024-08-27T18:16:06.019Z | |
2256 | 2024-08-27T18:16:06.019Z | info: running `cargo check --bins` on oximeter-schema (48/154) |
2257 | 2024-08-27T18:16:06.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2024-08-27T18:16:06.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2024-08-27T18:16:06.894Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2260 | 2024-08-27T18:16:07.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
2261 | 2024-08-27T18:16:07.515Z | |
2262 | 2024-08-27T18:16:07.515Z | info: running `cargo check --bins` on oximeter-types (49/154) |
2263 | 2024-08-27T18:16:08.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2024-08-27T18:16:08.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2024-08-27T18:16:08.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2266 | 2024-08-27T18:16:08.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2267 | 2024-08-27T18:16:08.425Z | |
2268 | 2024-08-27T18:16:08.425Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/154) |
2269 | 2024-08-27T18:16:09.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2270 | 2024-08-27T18:16:09.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2271 | 2024-08-27T18:16:09.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2272 | 2024-08-27T18:16:09.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2273 | 2024-08-27T18:16:09.282Z | |
2274 | 2024-08-27T18:16:09.282Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (51/154) |
2275 | 2024-08-27T18:16:10.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2276 | 2024-08-27T18:16:10.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2277 | 2024-08-27T18:16:10.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2278 | 2024-08-27T18:16:10.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2279 | 2024-08-27T18:16:10.131Z | |
2280 | 2024-08-27T18:16:10.131Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (52/154) |
2281 | 2024-08-27T18:16:10.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2282 | 2024-08-27T18:16:10.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2283 | 2024-08-27T18:16:10.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2284 | 2024-08-27T18:16:10.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2285 | 2024-08-27T18:16:11.027Z | |
2286 | 2024-08-27T18:16:11.027Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (53/154) |
2287 | 2024-08-27T18:16:11.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2288 | 2024-08-27T18:16:11.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2289 | 2024-08-27T18:16:11.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2290 | 2024-08-27T18:16:11.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2291 | 2024-08-27T18:16:11.916Z | |
2292 | 2024-08-27T18:16:11.916Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (54/154) |
2293 | 2024-08-27T18:16:12.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2294 | 2024-08-27T18:16:12.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2295 | 2024-08-27T18:16:12.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2296 | 2024-08-27T18:16:12.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2297 | 2024-08-27T18:16:12.809Z | |
2298 | 2024-08-27T18:16:12.809Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (55/154) |
2299 | 2024-08-27T18:16:13.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2300 | 2024-08-27T18:16:13.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2301 | 2024-08-27T18:16:13.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2302 | 2024-08-27T18:16:13.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2303 | 2024-08-27T18:16:13.687Z | |
2304 | 2024-08-27T18:16:13.687Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (56/154) |
2305 | 2024-08-27T18:16:14.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2306 | 2024-08-27T18:16:14.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2307 | 2024-08-27T18:16:14.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2308 | 2024-08-27T18:16:14.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2309 | 2024-08-27T18:16:14.551Z | |
2310 | 2024-08-27T18:16:14.551Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (57/154) |
2311 | 2024-08-27T18:16:15.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2312 | 2024-08-27T18:16:15.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2313 | 2024-08-27T18:16:15.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2314 | 2024-08-27T18:16:15.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2315 | 2024-08-27T18:16:15.414Z | |
2316 | 2024-08-27T18:16:15.414Z | info: running `cargo check --bins` on oximeter-producer (58/154) |
2317 | 2024-08-27T18:16:16.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2318 | 2024-08-27T18:16:16.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2319 | 2024-08-27T18:16:16.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2320 | 2024-08-27T18:16:16.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2321 | 2024-08-27T18:16:16.305Z | |
2322 | 2024-08-27T18:16:16.305Z | info: running `cargo check --bins` on internal-dns (59/154) |
2323 | 2024-08-27T18:16:17.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-08-27T18:16:17.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-08-27T18:16:17.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2326 | 2024-08-27T18:16:17.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2327 | 2024-08-27T18:16:17.177Z | |
2328 | 2024-08-27T18:16:17.177Z | info: running `cargo check --bins` on nexus-client (60/154) |
2329 | 2024-08-27T18:16:18.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-08-27T18:16:18.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-08-27T18:16:18.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-08-27T18:16:18.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2333 | 2024-08-27T18:16:18.101Z | |
2334 | 2024-08-27T18:16:18.101Z | info: running `cargo check --bins` on nexus-sled-agent-shared (61/154) |
2335 | 2024-08-27T18:16:18.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-08-27T18:16:18.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-08-27T18:16:18.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-08-27T18:16:18.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2339 | 2024-08-27T18:16:19.006Z | |
2340 | 2024-08-27T18:16:19.006Z | info: running `cargo check --bins` on omicron-passwords (62/154) |
2341 | 2024-08-27T18:16:19.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-08-27T18:16:19.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-08-27T18:16:19.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2024-08-27T18:16:19.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2345 | 2024-08-27T18:16:19.890Z | |
2346 | 2024-08-27T18:16:19.890Z | info: running `cargo check --bins` on nexus-types (63/154) |
2347 | 2024-08-27T18:16:20.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-08-27T18:16:20.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-08-27T18:16:20.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2350 | 2024-08-27T18:16:20.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2351 | 2024-08-27T18:16:20.783Z | |
2352 | 2024-08-27T18:16:20.783Z | info: running `cargo check --bins` on gateway-client (64/154) |
2353 | 2024-08-27T18:16:21.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2024-08-27T18:16:21.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2024-08-27T18:16:21.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2356 | 2024-08-27T18:16:21.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2357 | 2024-08-27T18:16:21.633Z | |
2358 | 2024-08-27T18:16:21.633Z | info: running `cargo check --bins` on oxql-types (65/154) |
2359 | 2024-08-27T18:16:22.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2360 | 2024-08-27T18:16:22.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2361 | 2024-08-27T18:16:22.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2362 | 2024-08-27T18:16:22.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2363 | 2024-08-27T18:16:22.526Z | |
2364 | 2024-08-27T18:16:22.526Z | info: running `cargo check --bins` on sp-sim (66/154) |
2365 | 2024-08-27T18:16:23.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2366 | 2024-08-27T18:16:23.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2367 | 2024-08-27T18:16:23.397Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2368 | 2024-08-27T18:16:25.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
2369 | 2024-08-27T18:16:25.776Z | |
2370 | 2024-08-27T18:16:25.777Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (67/154) |
2371 | 2024-08-27T18:16:26.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2024-08-27T18:16:26.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2024-08-27T18:16:26.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2374 | 2024-08-27T18:16:26.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2375 | 2024-08-27T18:16:26.737Z | |
2376 | 2024-08-27T18:16:26.738Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (68/154) |
2377 | 2024-08-27T18:16:27.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-08-27T18:16:27.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-08-27T18:16:27.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2380 | 2024-08-27T18:16:27.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2381 | 2024-08-27T18:16:27.747Z | |
2382 | 2024-08-27T18:16:27.747Z | info: running `cargo check --bins` on db-macros (69/154) |
2383 | 2024-08-27T18:16:28.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-08-27T18:16:28.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-08-27T18:16:28.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2386 | 2024-08-27T18:16:28.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2387 | 2024-08-27T18:16:28.588Z | |
2388 | 2024-08-27T18:16:28.588Z | info: running `cargo check --bins` on nexus-macros-common (70/154) |
2389 | 2024-08-27T18:16:29.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-08-27T18:16:29.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-08-27T18:16:29.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2024-08-27T18:16:29.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2393 | 2024-08-27T18:16:29.414Z | |
2394 | 2024-08-27T18:16:29.414Z | info: running `cargo check --bins` on nexus-auth (71/154) |
2395 | 2024-08-27T18:16:30.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-08-27T18:16:30.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-08-27T18:16:30.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2398 | 2024-08-27T18:16:30.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2399 | 2024-08-27T18:16:30.339Z | |
2400 | 2024-08-27T18:16:30.340Z | info: running `cargo check --bins` on authz-macros (72/154) |
2401 | 2024-08-27T18:16:31.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-08-27T18:16:31.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-08-27T18:16:31.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2404 | 2024-08-27T18:16:31.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2405 | 2024-08-27T18:16:31.180Z | |
2406 | 2024-08-27T18:16:31.180Z | info: running `cargo check --bins` on nexus-db-fixed-data (73/154) |
2407 | 2024-08-27T18:16:31.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-08-27T18:16:32.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-08-27T18:16:32.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2410 | 2024-08-27T18:16:32.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2411 | 2024-08-27T18:16:32.099Z | |
2412 | 2024-08-27T18:16:32.099Z | info: running `cargo check --bins` on nexus-db-model (74/154) |
2413 | 2024-08-27T18:16:32.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-08-27T18:16:32.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-08-27T18:16:32.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2416 | 2024-08-27T18:16:32.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2417 | 2024-08-27T18:16:33.055Z | |
2418 | 2024-08-27T18:16:33.055Z | info: running `cargo check --bins` on nexus-defaults (75/154) |
2419 | 2024-08-27T18:16:33.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-08-27T18:16:33.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-08-27T18:16:33.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-08-27T18:16:33.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2423 | 2024-08-27T18:16:33.934Z | |
2424 | 2024-08-27T18:16:33.934Z | info: running `cargo check --bins` on sled-agent-client (76/154) |
2425 | 2024-08-27T18:16:34.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-08-27T18:16:34.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-08-27T18:16:34.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-08-27T18:16:34.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2429 | 2024-08-27T18:16:34.815Z | |
2430 | 2024-08-27T18:16:34.815Z | info: running `cargo check --bins` on nexus-inventory (77/154) |
2431 | 2024-08-27T18:16:35.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-08-27T18:16:35.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-08-27T18:16:35.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2024-08-27T18:16:35.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2435 | 2024-08-27T18:16:35.715Z | |
2436 | 2024-08-27T18:16:35.715Z | info: running `cargo check --bins` on typed-rng (78/154) |
2437 | 2024-08-27T18:16:36.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-08-27T18:16:36.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-08-27T18:16:36.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-08-27T18:16:36.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2441 | 2024-08-27T18:16:36.536Z | |
2442 | 2024-08-27T18:16:36.536Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (79/154) |
2443 | 2024-08-27T18:16:37.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-08-27T18:16:37.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-08-27T18:16:37.598Z | Compiling rayon-core v1.12.1 |
2446 | 2024-08-27T18:16:37.621Z | Compiling crossbeam-deque v0.8.5 |
2447 | 2024-08-27T18:16:37.621Z | Compiling curve25519-dalek v4.1.3 |
2448 | 2024-08-27T18:16:37.621Z | Compiling unicase v2.7.0 |
2449 | 2024-08-27T18:16:37.621Z | Compiling same-file v1.0.6 |
2450 | 2024-08-27T18:16:37.621Z | Checking keccak v0.1.5 |
2451 | 2024-08-27T18:16:37.621Z | Compiling fastrand v2.1.0 |
2452 | 2024-08-27T18:16:37.621Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2453 | 2024-08-27T18:16:37.927Z | Compiling walkdir v2.5.0 |
2454 | 2024-08-27T18:16:37.969Z | Compiling tempfile v3.10.1 |
2455 | 2024-08-27T18:16:38.006Z | Checking sha3 v0.10.8 |
2456 | 2024-08-27T18:16:38.127Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2457 | 2024-08-27T18:16:38.168Z | Compiling thiserror-impl-no-std v2.0.2 |
2458 | 2024-08-27T18:16:38.339Z | Checking universal-hash v0.5.1 |
2459 | 2024-08-27T18:16:38.363Z | Checking secrecy v0.8.0 |
2460 | 2024-08-27T18:16:38.436Z | Compiling blake3 v1.5.1 |
2461 | 2024-08-27T18:16:38.471Z | Compiling ring v0.16.20 |
2462 | 2024-08-27T18:16:38.522Z | Compiling curve25519-dalek-derive v0.1.1 |
2463 | 2024-08-27T18:16:38.557Z | Checking opaque-debug v0.3.1 |
2464 | 2024-08-27T18:16:38.627Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2465 | 2024-08-27T18:16:38.652Z | Checking poly1305 v0.8.0 |
2466 | 2024-08-27T18:16:38.716Z | Compiling rayon v1.10.0 |
2467 | 2024-08-27T18:16:38.909Z | Checking chacha20 v0.9.1 |
2468 | 2024-08-27T18:16:39.089Z | Checking aead v0.5.2 |
2469 | 2024-08-27T18:16:39.224Z | Compiling memmap2 v0.9.4 |
2470 | 2024-08-27T18:16:39.290Z | Compiling spin v0.5.2 |
2471 | 2024-08-27T18:16:39.518Z | Compiling arrayref v0.3.7 |
2472 | 2024-08-27T18:16:39.577Z | Compiling constant_time_eq v0.3.0 |
2473 | 2024-08-27T18:16:39.600Z | Compiling untrusted v0.7.1 |
2474 | 2024-08-27T18:16:39.637Z | Compiling home v0.5.9 |
2475 | 2024-08-27T18:16:39.661Z | Compiling libefi-sys v0.1.0 |
2476 | 2024-08-27T18:16:39.755Z | Compiling arrayvec v0.7.4 |
2477 | 2024-08-27T18:16:39.786Z | Compiling toolchain_find v0.4.0 |
2478 | 2024-08-27T18:16:39.901Z | Checking chacha20poly1305 v0.10.1 |
2479 | 2024-08-27T18:16:40.089Z | Compiling camino-tempfile v1.1.1 |
2480 | 2024-08-27T18:16:40.204Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2481 | 2024-08-27T18:16:40.373Z | Compiling bitfield-struct v0.6.1 |
2482 | 2024-08-27T18:16:40.486Z | Compiling topological-sort v0.2.2 |
2483 | 2024-08-27T18:16:40.509Z | Compiling cancel-safe-futures v0.1.5 |
2484 | 2024-08-27T18:16:40.686Z | Compiling mime_guess v2.0.4 |
2485 | 2024-08-27T18:16:40.710Z | Compiling rustfmt-wrapper v0.2.1 |
2486 | 2024-08-27T18:16:40.921Z | Checking thiserror-no-std v2.0.2 |
2487 | 2024-08-27T18:16:41.026Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2488 | 2024-08-27T18:16:41.242Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2489 | 2024-08-27T18:16:41.267Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2490 | 2024-08-27T18:16:41.384Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2491 | 2024-08-27T18:16:41.593Z | Checking vsss-rs v3.3.4 |
2492 | 2024-08-27T18:16:41.653Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2493 | 2024-08-27T18:16:41.964Z | Checking gethostname v0.5.0 |
2494 | 2024-08-27T18:16:42.004Z | Checking libsw v3.3.1 |
2495 | 2024-08-27T18:16:42.028Z | Checking owo-colors v4.0.0 |
2496 | 2024-08-27T18:16:42.097Z | Checking swrite v0.1.0 |
2497 | 2024-08-27T18:16:42.169Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2498 | 2024-08-27T18:16:42.215Z | Checking linear-map v1.2.0 |
2499 | 2024-08-27T18:16:42.612Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2500 | 2024-08-27T18:16:42.832Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2501 | 2024-08-27T18:16:42.900Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2502 | 2024-08-27T18:16:43.377Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2503 | 2024-08-27T18:16:43.577Z | Compiling omicron-zone-package v0.11.0 |
2504 | 2024-08-27T18:16:43.619Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2505 | 2024-08-27T18:16:43.644Z | Checking nanorand v0.7.0 |
2506 | 2024-08-27T18:16:43.836Z | Checking http-range v0.1.5 |
2507 | 2024-08-27T18:16:43.892Z | Checking glob v0.3.1 |
2508 | 2024-08-27T18:16:43.965Z | Checking flume v0.11.0 |
2509 | 2024-08-27T18:16:44.008Z | Checking hyper-staticfile v0.9.5 |
2510 | 2024-08-27T18:16:44.177Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2511 | 2024-08-27T18:16:44.386Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2512 | 2024-08-27T18:16:44.410Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2513 | 2024-08-27T18:16:44.690Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2514 | 2024-08-27T18:16:44.994Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2515 | 2024-08-27T18:16:45.058Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2516 | 2024-08-27T18:16:45.793Z | Checking itertools v0.13.0 |
2517 | 2024-08-27T18:16:45.996Z | Checking display-error-chain v0.2.0 |
2518 | 2024-08-27T18:16:46.198Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2519 | 2024-08-27T18:16:46.787Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2520 | 2024-08-27T18:16:48.058Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2521 | 2024-08-27T18:16:49.716Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2522 | 2024-08-27T18:16:49.716Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2523 | 2024-08-27T18:17:03.956Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2524 | 2024-08-27T18:17:19.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.83s |
2525 | 2024-08-27T18:17:19.539Z | |
2526 | 2024-08-27T18:17:19.539Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (80/154) |
2527 | 2024-08-27T18:17:20.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-08-27T18:17:20.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-08-27T18:17:20.541Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2530 | 2024-08-27T18:17:36.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.85s |
2531 | 2024-08-27T18:17:36.570Z | |
2532 | 2024-08-27T18:17:36.570Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (81/154) |
2533 | 2024-08-27T18:17:37.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-08-27T18:17:37.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-08-27T18:17:37.661Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2536 | 2024-08-27T18:17:54.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.80s |
2537 | 2024-08-27T18:17:54.539Z | |
2538 | 2024-08-27T18:17:54.539Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (82/154) |
2539 | 2024-08-27T18:17:55.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-08-27T18:17:55.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-08-27T18:17:55.539Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2542 | 2024-08-27T18:18:11.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.57s |
2543 | 2024-08-27T18:18:11.291Z | |
2544 | 2024-08-27T18:18:11.291Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (83/154) |
2545 | 2024-08-27T18:18:12.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-08-27T18:18:12.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-08-27T18:18:12.302Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2548 | 2024-08-27T18:18:27.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.50s |
2549 | 2024-08-27T18:18:27.961Z | |
2550 | 2024-08-27T18:18:27.961Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (84/154) |
2551 | 2024-08-27T18:18:28.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-08-27T18:18:28.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-08-27T18:18:28.941Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2554 | 2024-08-27T18:18:44.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.90s |
2555 | 2024-08-27T18:18:45.023Z | |
2556 | 2024-08-27T18:18:45.023Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (85/154) |
2557 | 2024-08-27T18:18:45.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-08-27T18:18:45.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-08-27T18:18:46.001Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2560 | 2024-08-27T18:19:01.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.37s |
2561 | 2024-08-27T18:19:01.554Z | |
2562 | 2024-08-27T18:19:01.554Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (86/154) |
2563 | 2024-08-27T18:19:02.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-08-27T18:19:02.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-08-27T18:19:02.623Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2566 | 2024-08-27T18:19:18.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.12s |
2567 | 2024-08-27T18:19:18.853Z | |
2568 | 2024-08-27T18:19:18.853Z | info: running `cargo check --bins` on bootstrap-agent-api (87/154) |
2569 | 2024-08-27T18:19:19.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-08-27T18:19:19.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-08-27T18:19:19.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-08-27T18:19:19.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2573 | 2024-08-27T18:19:19.792Z | |
2574 | 2024-08-27T18:19:19.792Z | info: running `cargo check --bins` on sled-agent-types (88/154) |
2575 | 2024-08-27T18:19:20.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-08-27T18:19:20.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-08-27T18:19:20.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-08-27T18:19:20.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2579 | 2024-08-27T18:19:20.720Z | |
2580 | 2024-08-27T18:19:20.720Z | info: running `cargo check --bins` on bootstrap-agent-client (89/154) |
2581 | 2024-08-27T18:19:21.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-08-27T18:19:21.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-08-27T18:19:21.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-08-27T18:19:21.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2585 | 2024-08-27T18:19:21.626Z | |
2586 | 2024-08-27T18:19:21.626Z | info: running `cargo check --bins` on dpd-client (90/154) |
2587 | 2024-08-27T18:19:22.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-08-27T18:19:22.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-08-27T18:19:22.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-08-27T18:19:22.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2591 | 2024-08-27T18:19:22.502Z | |
2592 | 2024-08-27T18:19:22.502Z | info: running `cargo check --bins` on installinator-common (91/154) |
2593 | 2024-08-27T18:19:23.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-08-27T18:19:23.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-08-27T18:19:23.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-08-27T18:19:23.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2597 | 2024-08-27T18:19:23.387Z | |
2598 | 2024-08-27T18:19:23.387Z | info: running `cargo check --bins` on update-engine (92/154) |
2599 | 2024-08-27T18:19:24.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-08-27T18:19:24.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-08-27T18:19:24.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-08-27T18:19:24.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2603 | 2024-08-27T18:19:24.254Z | |
2604 | 2024-08-27T18:19:24.254Z | info: running `cargo check --bins` on key-manager (93/154) |
2605 | 2024-08-27T18:19:25.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-08-27T18:19:25.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-08-27T18:19:25.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2024-08-27T18:19:25.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2609 | 2024-08-27T18:19:25.149Z | |
2610 | 2024-08-27T18:19:25.149Z | info: running `cargo check --bins` on omicron-ddm-admin-client (94/154) |
2611 | 2024-08-27T18:19:25.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-08-27T18:19:26.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-08-27T18:19:26.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2024-08-27T18:19:26.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2615 | 2024-08-27T18:19:26.082Z | |
2616 | 2024-08-27T18:19:26.082Z | info: running `cargo check --bins` on sled-agent-api (95/154) |
2617 | 2024-08-27T18:19:26.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-08-27T18:19:26.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-08-27T18:19:26.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2620 | 2024-08-27T18:19:26.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2621 | 2024-08-27T18:19:27.002Z | |
2622 | 2024-08-27T18:19:27.002Z | info: running `cargo check --bins` on sled-hardware (96/154) |
2623 | 2024-08-27T18:19:27.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-08-27T18:19:27.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-08-27T18:19:27.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-08-27T18:19:27.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2627 | 2024-08-27T18:19:27.971Z | |
2628 | 2024-08-27T18:19:27.971Z | info: running `cargo check --bins --no-default-features` on sled-storage (97/154) |
2629 | 2024-08-27T18:19:28.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-08-27T18:19:28.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-08-27T18:19:28.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-08-27T18:19:28.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2633 | 2024-08-27T18:19:28.892Z | |
2634 | 2024-08-27T18:19:28.892Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/154) |
2635 | 2024-08-27T18:19:29.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-08-27T18:19:29.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-08-27T18:19:29.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-08-27T18:19:29.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2639 | 2024-08-27T18:19:29.812Z | |
2640 | 2024-08-27T18:19:29.812Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (99/154) |
2641 | 2024-08-27T18:19:30.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-08-27T18:19:30.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-08-27T18:19:30.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2644 | 2024-08-27T18:19:30.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2645 | 2024-08-27T18:19:30.710Z | |
2646 | 2024-08-27T18:19:30.710Z | info: running `cargo check --bins` on nexus-test-interface (100/154) |
2647 | 2024-08-27T18:19:31.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2024-08-27T18:19:31.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2024-08-27T18:19:31.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2650 | 2024-08-27T18:19:31.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2651 | 2024-08-27T18:19:31.611Z | |
2652 | 2024-08-27T18:19:31.611Z | info: running `cargo check --bins` on oximeter-collector (101/154) |
2653 | 2024-08-27T18:19:32.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-08-27T18:19:32.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-08-27T18:19:32.605Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2656 | 2024-08-27T18:19:32.605Z | Checking bcs v0.1.6 |
2657 | 2024-08-27T18:19:32.605Z | Compiling async-recursion v1.1.1 |
2658 | 2024-08-27T18:19:32.629Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2659 | 2024-08-27T18:19:32.629Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2660 | 2024-08-27T18:19:33.902Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2661 | 2024-08-27T18:19:38.368Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2662 | 2024-08-27T18:19:40.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s |
2663 | 2024-08-27T18:19:40.843Z | |
2664 | 2024-08-27T18:19:40.843Z | info: running `cargo check --bins` on oximeter-api (102/154) |
2665 | 2024-08-27T18:19:41.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-08-27T18:19:41.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-08-27T18:19:41.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2668 | 2024-08-27T18:19:41.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2669 | 2024-08-27T18:19:41.752Z | |
2670 | 2024-08-27T18:19:41.752Z | info: running `cargo check --bins` on oximeter-client (103/154) |
2671 | 2024-08-27T18:19:42.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-08-27T18:19:42.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-08-27T18:19:42.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2024-08-27T18:19:42.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2675 | 2024-08-27T18:19:42.713Z | |
2676 | 2024-08-27T18:19:42.713Z | info: running `cargo check --bins --no-default-features` on oximeter-db (104/154) |
2677 | 2024-08-27T18:19:43.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-08-27T18:19:43.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-08-27T18:19:43.630Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2680 | 2024-08-27T18:19:44.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
2681 | 2024-08-27T18:19:44.501Z | |
2682 | 2024-08-27T18:19:44.501Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/154) |
2683 | 2024-08-27T18:19:45.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-08-27T18:19:45.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-08-27T18:19:45.472Z | Compiling vte_generate_state_changes v0.1.1 |
2686 | 2024-08-27T18:19:45.472Z | Checking fd-lock v4.0.2 |
2687 | 2024-08-27T18:19:45.497Z | Checking bytecount v0.6.8 |
2688 | 2024-08-27T18:19:45.497Z | Compiling tabled_derive v0.7.0 |
2689 | 2024-08-27T18:19:45.497Z | Checking crossterm v0.27.0 |
2690 | 2024-08-27T18:19:45.497Z | Compiling peg-macros v0.8.4 |
2691 | 2024-08-27T18:19:45.497Z | Compiling sqlparser_derive v0.2.2 |
2692 | 2024-08-27T18:19:45.497Z | Checking home v0.5.9 |
2693 | 2024-08-27T18:19:45.672Z | Checking unicode_categories v0.1.1 |
2694 | 2024-08-27T18:19:45.696Z | Checking nu-ansi-term v0.50.0 |
2695 | 2024-08-27T18:19:45.782Z | Checking papergrid v0.11.0 |
2696 | 2024-08-27T18:19:45.957Z | Checking sqlformat v0.2.4 |
2697 | 2024-08-27T18:19:46.080Z | Checking rustyline v14.0.0 |
2698 | 2024-08-27T18:19:46.104Z | Checking vte v0.11.1 |
2699 | 2024-08-27T18:19:46.593Z | Checking sqlparser v0.45.0 |
2700 | 2024-08-27T18:19:47.109Z | Checking crossterm v0.28.1 |
2701 | 2024-08-27T18:19:47.210Z | Checking strip-ansi-escapes v0.2.0 |
2702 | 2024-08-27T18:19:47.369Z | Checking reedline v0.33.0 |
2703 | 2024-08-27T18:19:47.814Z | Checking tabled v0.15.0 |
2704 | 2024-08-27T18:19:48.458Z | Checking peg v0.8.4 |
2705 | 2024-08-27T18:19:54.512Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2706 | 2024-08-27T18:20:01.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s |
2707 | 2024-08-27T18:20:01.589Z | |
2708 | 2024-08-27T18:20:01.589Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/154) |
2709 | 2024-08-27T18:20:02.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2024-08-27T18:20:02.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2024-08-27T18:20:02.562Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2712 | 2024-08-27T18:20:09.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.09s |
2713 | 2024-08-27T18:20:09.850Z | |
2714 | 2024-08-27T18:20:09.850Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/154) |
2715 | 2024-08-27T18:20:10.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2024-08-27T18:20:10.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2024-08-27T18:20:10.761Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2718 | 2024-08-27T18:20:17.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s |
2719 | 2024-08-27T18:20:17.680Z | |
2720 | 2024-08-27T18:20:17.680Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/154) |
2721 | 2024-08-27T18:20:18.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-08-27T18:20:18.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-08-27T18:20:18.638Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2724 | 2024-08-27T18:20:24.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s |
2725 | 2024-08-27T18:20:24.282Z | |
2726 | 2024-08-27T18:20:24.282Z | info: running `cargo check --bins` on oximeter-test-utils (109/154) |
2727 | 2024-08-27T18:20:25.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-08-27T18:20:25.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-08-27T18:20:25.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2730 | 2024-08-27T18:20:25.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2731 | 2024-08-27T18:20:25.203Z | |
2732 | 2024-08-27T18:20:25.203Z | info: running `cargo check --bins` on cockroach-admin-client (110/154) |
2733 | 2024-08-27T18:20:25.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2024-08-27T18:20:25.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2024-08-27T18:20:25.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2736 | 2024-08-27T18:20:25.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2737 | 2024-08-27T18:20:26.041Z | |
2738 | 2024-08-27T18:20:26.041Z | info: running `cargo check --bins` on installinator-client (111/154) |
2739 | 2024-08-27T18:20:26.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2024-08-27T18:20:26.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2024-08-27T18:20:26.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2742 | 2024-08-27T18:20:26.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2743 | 2024-08-27T18:20:26.954Z | |
2744 | 2024-08-27T18:20:26.954Z | info: running `cargo check --bins` on oxide-client (112/154) |
2745 | 2024-08-27T18:20:27.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2024-08-27T18:20:27.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2024-08-27T18:20:27.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2024-08-27T18:20:27.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2749 | 2024-08-27T18:20:27.887Z | |
2750 | 2024-08-27T18:20:27.887Z | info: running `cargo check --bins` on wicketd-client (113/154) |
2751 | 2024-08-27T18:20:28.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2024-08-27T18:20:28.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2024-08-27T18:20:28.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2754 | 2024-08-27T18:20:28.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2755 | 2024-08-27T18:20:28.805Z | |
2756 | 2024-08-27T18:20:28.805Z | info: running `cargo check --bins` on wicket-common (114/154) |
2757 | 2024-08-27T18:20:29.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-08-27T18:20:29.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-08-27T18:20:29.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2760 | 2024-08-27T18:20:29.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2761 | 2024-08-27T18:20:29.695Z | |
2762 | 2024-08-27T18:20:29.695Z | info: running `cargo check --bins` on omicron-cockroach-admin (115/154) |
2763 | 2024-08-27T18:20:30.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-08-27T18:20:30.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-08-27T18:20:30.640Z | Checking csv-core v0.1.11 |
2766 | 2024-08-27T18:20:30.664Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2767 | 2024-08-27T18:20:30.953Z | Checking csv v1.3.0 |
2768 | 2024-08-27T18:20:31.697Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2769 | 2024-08-27T18:20:32.176Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2770 | 2024-08-27T18:20:33.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
2771 | 2024-08-27T18:20:34.014Z | |
2772 | 2024-08-27T18:20:34.014Z | info: running `cargo check --bins` on cockroach-admin-api (116/154) |
2773 | 2024-08-27T18:20:34.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-08-27T18:20:34.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-08-27T18:20:34.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2024-08-27T18:20:34.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2777 | 2024-08-27T18:20:34.936Z | |
2778 | 2024-08-27T18:20:34.936Z | info: running `cargo check --bins` on cockroach-admin-types (117/154) |
2779 | 2024-08-27T18:20:35.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-08-27T18:20:35.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-08-27T18:20:35.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2024-08-27T18:20:35.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2783 | 2024-08-27T18:20:35.846Z | |
2784 | 2024-08-27T18:20:35.846Z | info: running `cargo check --bins` on cert-dev (118/154) |
2785 | 2024-08-27T18:20:36.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-08-27T18:20:36.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-08-27T18:20:36.688Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2788 | 2024-08-27T18:20:36.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
2789 | 2024-08-27T18:20:37.114Z | |
2790 | 2024-08-27T18:20:37.114Z | info: running `cargo check --bins` on ch-dev (119/154) |
2791 | 2024-08-27T18:20:38.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-08-27T18:20:38.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-08-27T18:20:38.124Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2794 | 2024-08-27T18:20:38.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
2795 | 2024-08-27T18:20:39.107Z | |
2796 | 2024-08-27T18:20:39.107Z | info: running `cargo check --bins` on crdb-seed (120/154) |
2797 | 2024-08-27T18:20:39.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-08-27T18:20:39.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-08-27T18:20:40.028Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2800 | 2024-08-27T18:20:40.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2801 | 2024-08-27T18:20:40.526Z | |
2802 | 2024-08-27T18:20:40.526Z | info: running `cargo check --bins` on db-dev (121/154) |
2803 | 2024-08-27T18:20:41.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-08-27T18:20:41.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-08-27T18:20:41.457Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2806 | 2024-08-27T18:20:42.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
2807 | 2024-08-27T18:20:42.515Z | |
2808 | 2024-08-27T18:20:42.515Z | info: running `cargo check --bins` on omicron-dev-lib (122/154) |
2809 | 2024-08-27T18:20:43.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-08-27T18:20:43.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-08-27T18:20:43.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-08-27T18:20:43.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2813 | 2024-08-27T18:20:43.446Z | |
2814 | 2024-08-27T18:20:43.446Z | info: running `cargo check --bins` on xtask-downloader (123/154) |
2815 | 2024-08-27T18:20:44.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-08-27T18:20:44.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-08-27T18:20:44.289Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2818 | 2024-08-27T18:20:45.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
2819 | 2024-08-27T18:20:45.487Z | |
2820 | 2024-08-27T18:20:45.487Z | info: running `cargo check --bins` on mgs-dev (124/154) |
2821 | 2024-08-27T18:20:46.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-08-27T18:20:46.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-08-27T18:20:46.557Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2824 | 2024-08-27T18:20:47.304Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2825 | 2024-08-27T18:20:48.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
2826 | 2024-08-27T18:20:48.227Z | |
2827 | 2024-08-27T18:20:48.227Z | info: running `cargo check --bins` on omicron-omdb (125/154) |
2828 | 2024-08-27T18:20:49.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-08-27T18:20:49.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-08-27T18:20:49.393Z | Compiling crunchy v0.2.2 |
2831 | 2024-08-27T18:20:49.393Z | Compiling glob v0.3.1 |
2832 | 2024-08-27T18:20:49.418Z | Compiling tiny-keccak v2.0.2 |
2833 | 2024-08-27T18:20:49.418Z | Compiling dsl_auto_type v0.1.2 |
2834 | 2024-08-27T18:20:49.418Z | Checking scheduled-thread-pool v0.2.7 |
2835 | 2024-08-27T18:20:49.418Z | Compiling diesel_table_macro_syntax v0.2.0 |
2836 | 2024-08-27T18:20:49.418Z | Compiling ascii-canvas v3.0.0 |
2837 | 2024-08-27T18:20:49.418Z | Compiling ena v0.14.3 |
2838 | 2024-08-27T18:20:49.679Z | Checking r2d2 v0.8.10 |
2839 | 2024-08-27T18:20:49.807Z | Compiling libloading v0.8.3 |
2840 | 2024-08-27T18:20:49.896Z | Compiling diff v0.1.13 |
2841 | 2024-08-27T18:20:49.960Z | Compiling regex-syntax v0.6.29 |
2842 | 2024-08-27T18:20:49.994Z | Compiling bindgen v0.69.4 |
2843 | 2024-08-27T18:20:50.068Z | Compiling which v4.4.2 |
2844 | 2024-08-27T18:20:50.210Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2845 | 2024-08-27T18:20:50.383Z | Compiling clang-sys v1.7.0 |
2846 | 2024-08-27T18:20:50.432Z | Compiling cexpr v0.6.0 |
2847 | 2024-08-27T18:20:50.530Z | Compiling ref-cast v1.0.23 |
2848 | 2024-08-27T18:20:50.640Z | Compiling rustc-hash v1.1.0 |
2849 | 2024-08-27T18:20:50.668Z | Compiling lazycell v1.3.0 |
2850 | 2024-08-27T18:20:50.727Z | Compiling shlex v1.3.0 |
2851 | 2024-08-27T18:20:50.805Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2852 | 2024-08-27T18:20:50.846Z | Compiling derive_builder_core v0.20.0 |
2853 | 2024-08-27T18:20:50.968Z | Compiling diesel_derives v2.2.2 |
2854 | 2024-08-27T18:20:51.114Z | Compiling libxml v0.3.3 |
2855 | 2024-08-27T18:20:51.175Z | Compiling ref-cast-impl v1.0.23 |
2856 | 2024-08-27T18:20:51.198Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2857 | 2024-08-27T18:20:51.509Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2858 | 2024-08-27T18:20:51.639Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2859 | 2024-08-27T18:20:51.898Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2860 | 2024-08-27T18:20:52.012Z | Compiling strum_macros v0.24.3 |
2861 | 2024-08-27T18:20:52.255Z | Compiling indoc v1.0.9 |
2862 | 2024-08-27T18:20:53.055Z | Compiling lalrpop v0.19.12 |
2863 | 2024-08-27T18:20:53.217Z | Compiling derive_builder_macro v0.20.0 |
2864 | 2024-08-27T18:20:53.949Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2865 | 2024-08-27T18:20:54.049Z | Checking derive_builder v0.20.0 |
2866 | 2024-08-27T18:20:54.244Z | Compiling oso-derive v0.27.3 |
2867 | 2024-08-27T18:20:54.515Z | Compiling impl-trait-for-tuples v0.2.2 |
2868 | 2024-08-27T18:20:55.177Z | Checking quick-xml v0.31.0 |
2869 | 2024-08-27T18:20:55.201Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2870 | 2024-08-27T18:20:55.224Z | Checking maplit v1.0.2 |
2871 | 2024-08-27T18:20:55.349Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2872 | 2024-08-27T18:20:55.554Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2873 | 2024-08-27T18:20:55.844Z | Checking bb8 v0.8.5 |
2874 | 2024-08-27T18:20:56.349Z | Compiling const_format_proc_macros v0.2.32 |
2875 | 2024-08-27T18:20:56.833Z | Checking crossbeam-deque v0.8.5 |
2876 | 2024-08-27T18:20:57.026Z | Compiling portable-atomic v1.6.0 |
2877 | 2024-08-27T18:20:57.121Z | Checking rayon-core v1.12.1 |
2878 | 2024-08-27T18:20:57.782Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2879 | 2024-08-27T18:20:58.097Z | Checking castaway v0.2.3 |
2880 | 2024-08-27T18:20:58.282Z | Checking compact_str v0.8.0 |
2881 | 2024-08-27T18:20:58.306Z | Checking const_format v0.2.32 |
2882 | 2024-08-27T18:20:58.793Z | Checking rayon v1.10.0 |
2883 | 2024-08-27T18:20:59.111Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2884 | 2024-08-27T18:20:59.159Z | Checking unicode-truncate v1.0.0 |
2885 | 2024-08-27T18:20:59.400Z | Checking lru v0.12.3 |
2886 | 2024-08-27T18:20:59.434Z | Compiling instability v0.3.2 |
2887 | 2024-08-27T18:20:59.718Z | Checking smawk v0.3.2 |
2888 | 2024-08-27T18:20:59.928Z | Checking unicode-linebreak v0.1.5 |
2889 | 2024-08-27T18:21:00.291Z | Checking cassowary v0.3.0 |
2890 | 2024-08-27T18:21:00.417Z | Checking number_prefix v0.4.0 |
2891 | 2024-08-27T18:21:00.605Z | Checking textwrap v0.16.1 |
2892 | 2024-08-27T18:21:00.692Z | Checking ratatui v0.28.0 |
2893 | 2024-08-27T18:21:01.013Z | Checking multimap v0.10.0 |
2894 | 2024-08-27T18:21:01.608Z | Checking diesel v2.2.2 |
2895 | 2024-08-27T18:21:02.390Z | Checking indicatif v0.17.8 |
2896 | 2024-08-27T18:21:19.581Z | Compiling samael v0.0.15 |
2897 | 2024-08-27T18:21:31.814Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2898 | 2024-08-27T18:21:34.226Z | Compiling polar-core v0.27.3 |
2899 | 2024-08-27T18:21:43.016Z | Checking oso v0.27.3 |
2900 | 2024-08-27T18:23:02.895Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2901 | 2024-08-27T18:23:10.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
2902 | 2024-08-27T18:23:10.560Z | |
2903 | 2024-08-27T18:23:10.560Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (126/154) |
2904 | 2024-08-27T18:23:11.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2024-08-27T18:23:11.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2024-08-27T18:23:11.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2907 | 2024-08-27T18:23:11.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2908 | 2024-08-27T18:23:11.549Z | |
2909 | 2024-08-27T18:23:11.549Z | info: running `cargo check --bins` on nexus-saga-recovery (127/154) |
2910 | 2024-08-27T18:23:12.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2911 | 2024-08-27T18:23:12.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2912 | 2024-08-27T18:23:12.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2913 | 2024-08-27T18:23:12.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2914 | 2024-08-27T18:23:12.545Z | |
2915 | 2024-08-27T18:23:12.545Z | info: running `cargo check --bins` on nexus-test-utils-macros (128/154) |
2916 | 2024-08-27T18:23:13.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2917 | 2024-08-27T18:23:13.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2918 | 2024-08-27T18:23:13.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2919 | 2024-08-27T18:23:13.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2920 | 2024-08-27T18:23:13.432Z | |
2921 | 2024-08-27T18:23:13.432Z | info: running `cargo check --bins` on omicron-nexus (129/154) |
2922 | 2024-08-27T18:23:14.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2923 | 2024-08-27T18:23:14.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2924 | 2024-08-27T18:23:14.588Z | Compiling libz-sys v1.1.16 |
2925 | 2024-08-27T18:23:14.611Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2926 | 2024-08-27T18:23:14.634Z | Compiling vergen v8.3.2 |
2927 | 2024-08-27T18:23:14.634Z | Compiling cargo-platform v0.1.8 |
2928 | 2024-08-27T18:23:14.634Z | Compiling pin-project-internal v1.1.5 |
2929 | 2024-08-27T18:23:14.686Z | Compiling snafu-derive v0.8.2 |
2930 | 2024-08-27T18:23:14.709Z | Compiling libsqlite3-sys v0.28.0 |
2931 | 2024-08-27T18:23:14.709Z | Compiling buf-list v1.0.3 |
2932 | 2024-08-27T18:23:14.990Z | Compiling cargo_metadata v0.18.1 |
2933 | 2024-08-27T18:23:15.172Z | Checking globset v0.4.14 |
2934 | 2024-08-27T18:23:15.232Z | Checking olpc-cjson v0.1.3 |
2935 | 2024-08-27T18:23:15.422Z | Checking rand_seeder v0.3.0 |
2936 | 2024-08-27T18:23:15.445Z | Checking serde_plain v1.0.2 |
2937 | 2024-08-27T18:23:15.490Z | Checking typed-path v0.7.1 |
2938 | 2024-08-27T18:23:15.647Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2939 | 2024-08-27T18:23:15.842Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2940 | 2024-08-27T18:23:15.935Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2941 | 2024-08-27T18:23:16.079Z | Checking hashlink v0.9.1 |
2942 | 2024-08-27T18:23:16.143Z | Checking fallible-iterator v0.3.0 |
2943 | 2024-08-27T18:23:16.229Z | Checking parse-size v1.0.0 |
2944 | 2024-08-27T18:23:16.405Z | Checking fallible-streaming-iterator v0.1.9 |
2945 | 2024-08-27T18:23:16.673Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2946 | 2024-08-27T18:23:16.700Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2947 | 2024-08-27T18:23:16.723Z | Checking rusqlite v0.31.0 |
2948 | 2024-08-27T18:23:17.190Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2949 | 2024-08-27T18:23:17.358Z | Checking pin-project v1.1.5 |
2950 | 2024-08-27T18:23:17.486Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2951 | 2024-08-27T18:23:17.511Z | Checking twox-hash v1.6.3 |
2952 | 2024-08-27T18:23:17.562Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2953 | 2024-08-27T18:23:17.999Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2954 | 2024-08-27T18:23:18.162Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2955 | 2024-08-27T18:23:18.306Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2956 | 2024-08-27T18:23:18.444Z | Checking fatfs v0.3.6 |
2957 | 2024-08-27T18:23:18.468Z | Checking assert_matches v1.5.0 |
2958 | 2024-08-27T18:23:19.606Z | Checking snafu v0.8.2 |
2959 | 2024-08-27T18:23:20.060Z | Checking tough v0.17.1 |
2960 | 2024-08-27T18:23:24.194Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2961 | 2024-08-27T18:23:25.714Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2962 | 2024-08-27T18:23:26.046Z | Compiling git2 v0.19.0 |
2963 | 2024-08-27T18:23:32.307Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2964 | 2024-08-27T18:24:54.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s |
2965 | 2024-08-27T18:24:54.178Z | |
2966 | 2024-08-27T18:24:54.178Z | info: running `cargo check --bins` on nexus-internal-api (130/154) |
2967 | 2024-08-27T18:24:55.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2024-08-27T18:24:55.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2024-08-27T18:24:55.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2970 | 2024-08-27T18:24:55.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2971 | 2024-08-27T18:24:55.144Z | |
2972 | 2024-08-27T18:24:55.144Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (131/154) |
2973 | 2024-08-27T18:24:56.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2024-08-27T18:24:56.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2024-08-27T18:24:56.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2976 | 2024-08-27T18:24:56.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2977 | 2024-08-27T18:24:56.107Z | |
2978 | 2024-08-27T18:24:56.107Z | info: running `cargo check --bins` on nexus-networking (132/154) |
2979 | 2024-08-27T18:24:56.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-08-27T18:24:56.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-08-27T18:24:56.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2982 | 2024-08-27T18:24:56.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2983 | 2024-08-27T18:24:57.057Z | |
2984 | 2024-08-27T18:24:57.057Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (133/154) |
2985 | 2024-08-27T18:24:57.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-08-27T18:24:58.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-08-27T18:24:58.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2024-08-27T18:24:58.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2989 | 2024-08-27T18:24:58.102Z | |
2990 | 2024-08-27T18:24:58.102Z | info: running `cargo check --bins` on update-common (134/154) |
2991 | 2024-08-27T18:24:58.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-08-27T18:24:58.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-08-27T18:24:58.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2994 | 2024-08-27T18:24:58.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2995 | 2024-08-27T18:24:59.023Z | |
2996 | 2024-08-27T18:24:59.023Z | info: running `cargo check --bins` on tufaceous-lib (135/154) |
2997 | 2024-08-27T18:24:59.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-08-27T18:24:59.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-08-27T18:24:59.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2024-08-27T18:24:59.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3001 | 2024-08-27T18:24:59.929Z | |
3002 | 2024-08-27T18:24:59.929Z | info: running `cargo check --bins` on tufaceous (136/154) |
3003 | 2024-08-27T18:25:00.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2024-08-27T18:25:00.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2024-08-27T18:25:00.844Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3006 | 2024-08-27T18:25:01.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3007 | 2024-08-27T18:25:02.074Z | |
3008 | 2024-08-27T18:25:02.074Z | info: running `cargo check --bins` on omicron-dev (137/154) |
3009 | 2024-08-27T18:25:03.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2024-08-27T18:25:03.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2024-08-27T18:25:03.312Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3012 | 2024-08-27T18:25:03.312Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3013 | 2024-08-27T18:25:03.336Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3014 | 2024-08-27T18:25:04.971Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3015 | 2024-08-27T18:25:08.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
3016 | 2024-08-27T18:25:08.427Z | |
3017 | 2024-08-27T18:25:08.427Z | info: running `cargo check --bins` on openapi-manager (138/154) |
3018 | 2024-08-27T18:25:09.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2024-08-27T18:25:09.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2024-08-27T18:25:09.418Z | Checking is_ci v1.2.0 |
3021 | 2024-08-27T18:25:09.419Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3022 | 2024-08-27T18:25:09.419Z | Checking heck v0.4.1 |
3023 | 2024-08-27T18:25:09.419Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3024 | 2024-08-27T18:25:09.442Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3025 | 2024-08-27T18:25:09.442Z | Checking indent_write v2.2.0 |
3026 | 2024-08-27T18:25:09.570Z | Checking supports-color v3.0.0 |
3027 | 2024-08-27T18:25:09.750Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3028 | 2024-08-27T18:25:11.495Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3029 | 2024-08-27T18:25:12.541Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3030 | 2024-08-27T18:25:13.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
3031 | 2024-08-27T18:25:14.032Z | |
3032 | 2024-08-27T18:25:14.032Z | info: running `cargo check --bins` on installinator-api (139/154) |
3033 | 2024-08-27T18:25:14.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-08-27T18:25:14.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-08-27T18:25:14.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-08-27T18:25:14.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3037 | 2024-08-27T18:25:14.954Z | |
3038 | 2024-08-27T18:25:14.954Z | info: running `cargo check --bins` on openapi-manager-types (140/154) |
3039 | 2024-08-27T18:25:15.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-08-27T18:25:15.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-08-27T18:25:15.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-08-27T18:25:15.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3043 | 2024-08-27T18:25:15.778Z | |
3044 | 2024-08-27T18:25:15.778Z | info: running `cargo check --bins` on wicketd-api (141/154) |
3045 | 2024-08-27T18:25:16.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-08-27T18:25:16.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-08-27T18:25:16.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-08-27T18:25:16.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3049 | 2024-08-27T18:25:16.702Z | |
3050 | 2024-08-27T18:25:16.702Z | info: running `cargo check --bins` on reconfigurator-cli (142/154) |
3051 | 2024-08-27T18:25:17.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-08-27T18:25:17.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-08-27T18:25:17.751Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3054 | 2024-08-27T18:25:19.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
3055 | 2024-08-27T18:25:19.478Z | |
3056 | 2024-08-27T18:25:19.478Z | info: running `cargo check --bins` on omicron-releng (143/154) |
3057 | 2024-08-27T18:25:20.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-08-27T18:25:20.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-08-27T18:25:20.357Z | Checking memmap2 v0.9.4 |
3060 | 2024-08-27T18:25:20.357Z | Checking spin v0.5.2 |
3061 | 2024-08-27T18:25:20.357Z | Checking constant_time_eq v0.3.0 |
3062 | 2024-08-27T18:25:20.357Z | Checking arrayref v0.3.7 |
3063 | 2024-08-27T18:25:20.357Z | Checking arrayvec v0.7.4 |
3064 | 2024-08-27T18:25:20.357Z | Checking untrusted v0.7.1 |
3065 | 2024-08-27T18:25:20.381Z | Checking cargo-platform v0.1.8 |
3066 | 2024-08-27T18:25:20.381Z | Checking topological-sort v0.2.2 |
3067 | 2024-08-27T18:25:20.537Z | Checking shell-words v1.1.0 |
3068 | 2024-08-27T18:25:20.680Z | Checking ring v0.16.20 |
3069 | 2024-08-27T18:25:20.742Z | Checking cargo_metadata v0.18.1 |
3070 | 2024-08-27T18:25:20.781Z | Checking blake3 v1.5.1 |
3071 | 2024-08-27T18:25:22.196Z | Checking omicron-zone-package v0.11.0 |
3072 | 2024-08-27T18:25:23.727Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3073 | 2024-08-27T18:25:24.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
3074 | 2024-08-27T18:25:24.994Z | |
3075 | 2024-08-27T18:25:24.994Z | info: running `cargo check --bins` on xtask (144/154) |
3076 | 2024-08-27T18:25:25.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-08-27T18:25:25.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-08-27T18:25:25.688Z | Checking serde v1.0.208 |
3079 | 2024-08-27T18:25:25.688Z | Checking thiserror v1.0.63 |
3080 | 2024-08-27T18:25:25.688Z | Checking scroll v0.12.0 |
3081 | 2024-08-27T18:25:25.688Z | Checking log v0.4.21 |
3082 | 2024-08-27T18:25:25.688Z | Checking bitflags v2.6.0 |
3083 | 2024-08-27T18:25:25.712Z | Checking hashbrown v0.14.5 |
3084 | 2024-08-27T18:25:25.737Z | Checking zerocopy v0.7.34 |
3085 | 2024-08-27T18:25:25.789Z | Checking syn v2.0.74 |
3086 | 2024-08-27T18:25:25.864Z | Checking pest v2.7.10 |
3087 | 2024-08-27T18:25:25.970Z | Checking rustix v0.38.34 |
3088 | 2024-08-27T18:25:25.995Z | Checking fs-err v2.11.0 |
3089 | 2024-08-27T18:25:26.156Z | Checking goblin v0.8.2 |
3090 | 2024-08-27T18:25:26.263Z | Checking tabled v0.15.0 |
3091 | 2024-08-27T18:25:26.737Z | Checking indexmap v2.4.0 |
3092 | 2024-08-27T18:25:26.810Z | Checking terminal_size v0.3.0 |
3093 | 2024-08-27T18:25:26.963Z | Checking clap_builder v4.5.15 |
3094 | 2024-08-27T18:25:27.005Z | Checking anyhow v1.0.86 |
3095 | 2024-08-27T18:25:28.004Z | Checking dtrace-parser v0.2.0 |
3096 | 2024-08-27T18:25:29.579Z | Checking clap v4.5.16 |
3097 | 2024-08-27T18:25:30.035Z | Checking serde_json v1.0.125 |
3098 | 2024-08-27T18:25:30.035Z | Checking toml_datetime v0.6.8 |
3099 | 2024-08-27T18:25:30.060Z | Checking serde_spanned v0.6.7 |
3100 | 2024-08-27T18:25:30.060Z | Checking semver v1.0.23 |
3101 | 2024-08-27T18:25:30.060Z | Checking camino v1.1.9 |
3102 | 2024-08-27T18:25:30.060Z | Checking cargo-platform v0.1.8 |
3103 | 2024-08-27T18:25:30.124Z | Checking macaddr v1.0.1 |
3104 | 2024-08-27T18:25:30.327Z | Checking toml_edit v0.22.20 |
3105 | 2024-08-27T18:25:31.262Z | Checking dof v0.3.0 |
3106 | 2024-08-27T18:25:31.262Z | Checking cargo_metadata v0.18.1 |
3107 | 2024-08-27T18:25:31.812Z | Checking usdt-impl v0.5.0 |
3108 | 2024-08-27T18:25:32.263Z | Checking usdt v0.5.0 |
3109 | 2024-08-27T18:25:32.540Z | Checking toml v0.8.19 |
3110 | 2024-08-27T18:25:33.150Z | Checking cargo_toml v0.20.4 |
3111 | 2024-08-27T18:25:34.719Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3112 | 2024-08-27T18:25:35.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.49s |
3113 | 2024-08-27T18:25:35.610Z | |
3114 | 2024-08-27T18:25:35.610Z | info: running `cargo check --bins` on end-to-end-tests (145/154) |
3115 | 2024-08-27T18:25:36.268Z | Downloading crates ... |
3116 | 2024-08-27T18:25:36.561Z | Downloaded bcrypt-pbkdf v0.10.0 |
3117 | 2024-08-27T18:25:36.589Z | Downloaded hex-literal v0.4.1 |
3118 | 2024-08-27T18:25:36.589Z | Downloaded md5 v0.7.0 |
3119 | 2024-08-27T18:25:36.589Z | Downloaded ecdsa v0.16.9 |
3120 | 2024-08-27T18:25:36.589Z | Downloaded russh-cryptovec v0.7.2 |
3121 | 2024-08-27T18:25:36.589Z | Downloaded dirs-sys v0.4.1 |
3122 | 2024-08-27T18:25:36.589Z | Downloaded pbkdf2 v0.11.0 |
3123 | 2024-08-27T18:25:36.589Z | Downloaded ssh-encoding v0.2.0 |
3124 | 2024-08-27T18:25:36.589Z | Downloaded ssh-cipher v0.2.0 |
3125 | 2024-08-27T18:25:36.589Z | Downloaded russh-keys v0.44.0 |
3126 | 2024-08-27T18:25:36.589Z | Downloaded num-bigint v0.4.5 |
3127 | 2024-08-27T18:25:36.589Z | Downloaded ssh-key v0.6.6 |
3128 | 2024-08-27T18:25:36.634Z | Downloaded p521 v0.13.3 |
3129 | 2024-08-27T18:25:36.634Z | Downloaded p384 v0.13.0 |
3130 | 2024-08-27T18:25:36.634Z | Downloaded russh v0.44.1 |
3131 | 2024-08-27T18:25:36.634Z | Downloaded p256 v0.13.2 |
3132 | 2024-08-27T18:25:36.660Z | Downloaded ed25519-dalek v2.1.1 |
3133 | 2024-08-27T18:25:36.660Z | Downloaded dhcproto v0.12.0 |
3134 | 2024-08-27T18:25:36.660Z | Downloaded rfc6979 v0.4.0 |
3135 | 2024-08-27T18:25:36.660Z | Downloaded polyval v0.6.2 |
3136 | 2024-08-27T18:25:36.660Z | Downloaded password-hash v0.4.2 |
3137 | 2024-08-27T18:25:36.660Z | Downloaded aes-gcm v0.10.3 |
3138 | 2024-08-27T18:25:36.660Z | Downloaded internet-checksum v0.2.1 |
3139 | 2024-08-27T18:25:36.660Z | Downloaded ghash v0.5.1 |
3140 | 2024-08-27T18:25:36.660Z | Downloaded ed25519 v2.2.3 |
3141 | 2024-08-27T18:25:36.660Z | Downloaded dirs v5.0.1 |
3142 | 2024-08-27T18:25:36.660Z | Downloaded dhcproto-macros v0.1.0 |
3143 | 2024-08-27T18:25:36.660Z | Downloaded blowfish v0.9.1 |
3144 | 2024-08-27T18:25:36.660Z | Downloaded primeorder v0.13.6 |
3145 | 2024-08-27T18:25:36.660Z | Downloaded option-ext v0.2.0 |
3146 | 2024-08-27T18:25:36.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-08-27T18:25:36.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-08-27T18:25:36.841Z | Checking polyval v0.6.2 |
3149 | 2024-08-27T18:25:36.841Z | Checking rfc6979 v0.4.0 |
3150 | 2024-08-27T18:25:36.886Z | Checking primeorder v0.13.6 |
3151 | 2024-08-27T18:25:36.916Z | Checking ctr v0.9.2 |
3152 | 2024-08-27T18:25:36.944Z | Checking ed25519 v2.2.3 |
3153 | 2024-08-27T18:25:36.944Z | Checking ssh-encoding v0.2.0 |
3154 | 2024-08-27T18:25:36.944Z | Checking blowfish v0.9.1 |
3155 | 2024-08-27T18:25:36.944Z | Checking option-ext v0.2.0 |
3156 | 2024-08-27T18:25:37.027Z | Checking ecdsa v0.16.9 |
3157 | 2024-08-27T18:25:37.117Z | Checking dirs-sys v0.4.1 |
3158 | 2024-08-27T18:25:37.146Z | Checking ghash v0.5.1 |
3159 | 2024-08-27T18:25:37.177Z | Checking password-hash v0.4.2 |
3160 | 2024-08-27T18:25:37.210Z | Checking ed25519-dalek v2.1.1 |
3161 | 2024-08-27T18:25:37.238Z | Checking bcrypt-pbkdf v0.10.0 |
3162 | 2024-08-27T18:25:37.271Z | Checking matches v0.1.10 |
3163 | 2024-08-27T18:25:37.300Z | Checking dirs v5.0.1 |
3164 | 2024-08-27T18:25:37.345Z | Checking aes-gcm v0.10.3 |
3165 | 2024-08-27T18:25:37.377Z | Compiling enum-as-inner v0.5.1 |
3166 | 2024-08-27T18:25:37.377Z | Checking idna v0.2.3 |
3167 | 2024-08-27T18:25:37.431Z | Checking russh-cryptovec v0.7.2 |
3168 | 2024-08-27T18:25:37.454Z | Checking md5 v0.7.0 |
3169 | 2024-08-27T18:25:37.563Z | Checking ssh-cipher v0.2.0 |
3170 | 2024-08-27T18:25:37.595Z | Checking num-bigint v0.4.5 |
3171 | 2024-08-27T18:25:37.622Z | Checking pbkdf2 v0.11.0 |
3172 | 2024-08-27T18:25:37.646Z | Checking hex-literal v0.4.1 |
3173 | 2024-08-27T18:25:37.708Z | Checking p384 v0.13.0 |
3174 | 2024-08-27T18:25:37.754Z | Checking p256 v0.13.2 |
3175 | 2024-08-27T18:25:37.778Z | Checking p521 v0.13.3 |
3176 | 2024-08-27T18:25:37.856Z | Checking ssh-key v0.6.6 |
3177 | 2024-08-27T18:25:37.890Z | Compiling dhcproto-macros v0.1.0 |
3178 | 2024-08-27T18:25:38.114Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3179 | 2024-08-27T18:25:38.176Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3180 | 2024-08-27T18:25:38.315Z | Checking trust-dns-proto v0.22.0 |
3181 | 2024-08-27T18:25:38.545Z | Checking internet-checksum v0.2.1 |
3182 | 2024-08-27T18:25:39.290Z | Checking russh-keys v0.44.0 |
3183 | 2024-08-27T18:25:42.469Z | Checking russh v0.44.1 |
3184 | 2024-08-27T18:25:42.499Z | Checking dhcproto v0.12.0 |
3185 | 2024-08-27T18:26:02.949Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3186 | 2024-08-27T18:26:04.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.07s |
3187 | 2024-08-27T18:26:04.854Z | |
3188 | 2024-08-27T18:26:04.854Z | info: running `cargo check --bins` on gateway-cli (146/154) |
3189 | 2024-08-27T18:26:05.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2024-08-27T18:26:05.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2024-08-27T18:26:05.740Z | Checking termios v0.3.3 |
3192 | 2024-08-27T18:26:05.933Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3193 | 2024-08-27T18:26:06.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
3194 | 2024-08-27T18:26:07.072Z | |
3195 | 2024-08-27T18:26:07.072Z | info: running `cargo check --bins --no-default-features` on installinator (147/154) |
3196 | 2024-08-27T18:26:07.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2024-08-27T18:26:07.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2024-08-27T18:26:08.093Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3199 | 2024-08-27T18:26:10.606Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3200 | 2024-08-27T18:26:12.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
3201 | 2024-08-27T18:26:13.053Z | |
3202 | 2024-08-27T18:26:13.054Z | info: running `cargo check --bins` on internal-dns-cli (148/154) |
3203 | 2024-08-27T18:26:13.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2024-08-27T18:26:13.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2024-08-27T18:26:13.974Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3206 | 2024-08-27T18:26:14.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3207 | 2024-08-27T18:26:14.614Z | |
3208 | 2024-08-27T18:26:14.614Z | info: running `cargo check --bins` on omicron-package (149/154) |
3209 | 2024-08-27T18:26:15.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2024-08-27T18:26:15.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2024-08-27T18:26:15.562Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3212 | 2024-08-27T18:26:17.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
3213 | 2024-08-27T18:26:17.264Z | |
3214 | 2024-08-27T18:26:17.264Z | info: running `cargo check --bins` on wicket-dbg (150/154) |
3215 | 2024-08-27T18:26:18.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2024-08-27T18:26:18.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2024-08-27T18:26:18.271Z | Checking rtoolbox v0.0.2 |
3218 | 2024-08-27T18:26:18.271Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3219 | 2024-08-27T18:26:18.294Z | Checking tui-tree-widget v0.22.0 |
3220 | 2024-08-27T18:26:18.459Z | Checking rpassword v7.3.1 |
3221 | 2024-08-27T18:26:23.671Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3222 | 2024-08-27T18:26:27.488Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3223 | 2024-08-27T18:26:28.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s |
3224 | 2024-08-27T18:26:29.033Z | |
3225 | 2024-08-27T18:26:29.034Z | info: running `cargo check --bins` on wicket (151/154) |
3226 | 2024-08-27T18:26:29.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2024-08-27T18:26:29.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2024-08-27T18:26:30.032Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3229 | 2024-08-27T18:26:30.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3230 | 2024-08-27T18:26:30.554Z | |
3231 | 2024-08-27T18:26:30.554Z | info: running `cargo check --bins` on wicketd (152/154) |
3232 | 2024-08-27T18:26:31.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2024-08-27T18:26:31.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2024-08-27T18:26:31.534Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3235 | 2024-08-27T18:26:36.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
3236 | 2024-08-27T18:26:36.315Z | |
3237 | 2024-08-27T18:26:36.315Z | info: running `cargo check --bins` on omicron-workspace-hack (153/154) |
3238 | 2024-08-27T18:26:37.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-08-27T18:26:37.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-08-27T18:26:37.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2024-08-27T18:26:37.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3242 | 2024-08-27T18:26:37.195Z | |
3243 | 2024-08-27T18:26:37.195Z | info: running `cargo check --bins` on zone-setup (154/154) |
3244 | 2024-08-27T18:26:38.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2024-08-27T18:26:38.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2024-08-27T18:26:38.262Z | Checking uzers v0.11.3 |
3247 | 2024-08-27T18:26:38.563Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3248 | 2024-08-27T18:26:39.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s |
3249 | 2024-08-27T18:26:40.134Z | |
3250 | 2024-08-27T18:26:40.158Z | real 13:38.120865229 |
3251 | 2024-08-27T18:26:40.158Z | user 24:18.189709476 |
3252 | 2024-08-27T18:26:40.158Z | sys 5:39.051131893 |
3253 | 2024-08-27T18:26:40.158Z | trap 0.651288796 |
3254 | 2024-08-27T18:26:40.158Z | tflt 1.909438040 |
3255 | 2024-08-27T18:26:40.158Z | dflt 2.562940907 |
3256 | 2024-08-27T18:26:40.158Z | kflt 0.001190531 |
3257 | 2024-08-27T18:26:40.158Z | lock 46:30.625551789 |
3258 | 2024-08-27T18:26:40.158Z | slp 2:08:10.822574313 |
3259 | 2024-08-27T18:26:40.159Z | lat 1:03.818264907 |
3260 | 2024-08-27T18:26:40.159Z | stop 2:46.722275993 |
3261 | 2024-08-27T18:26:40.159Z | process exited: duration 1060662 ms, exit code 0 |
|
3262 | 2024-08-27T18:26:40.209Z | found 0 output files |