|
|
|
1 | 2024-08-23T21:16:20.896Z | job assigned to worker 01J60HH3GAFJXKQN23CG7Q5V7T (queued for 26 s) |
|
2 | 2024-08-23T21:16:21.365Z | starting task 0: "setup" |
3 | 2024-08-23T21:16:21.410Z | ++ uname -s |
4 | 2024-08-23T21:16:21.410Z | + kern=SunOS |
5 | 2024-08-23T21:16:21.410Z | + case "$kern" in |
6 | 2024-08-23T21:16:21.410Z | + groupadd -g 12345 build |
7 | 2024-08-23T21:16:21.410Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-23T21:16:23.398Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-23T21:16:23.440Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-23T21:16:23.465Z | + home_fs=zfs |
11 | 2024-08-23T21:16:23.465Z | + [[ zfs == autofs ]] |
12 | 2024-08-23T21:16:23.465Z | + mkdir -p /home/build |
13 | 2024-08-23T21:16:23.465Z | + chown build:build /home/build /work |
14 | 2024-08-23T21:16:25.450Z | + chmod 0700 /home/build /work |
15 | 2024-08-23T21:16:25.476Z | process exited: duration 4089 ms, exit code 0 |
|
16 | 2024-08-23T21:16:25.525Z | starting task 1: "rust-toolchain" |
17 | 2024-08-23T21:16:25.549Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-23T21:16:25.549Z | ' 1.80.1 |
19 | 2024-08-23T21:16:25.549Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-23T21:16:25.549Z | ' default |
21 | 2024-08-23T21:16:25.549Z | * toolchain channel = "1.80.1" |
22 | 2024-08-23T21:16:25.550Z | * toolchain profile = "default" |
23 | 2024-08-23T21:16:25.550Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-23T21:16:25.550Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-23T21:16:25.673Z | info: downloading installer |
26 | 2024-08-23T21:16:26.556Z | info: profile set to 'default' |
27 | 2024-08-23T21:16:26.556Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-23T21:16:26.580Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-23T21:16:26.648Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-23T21:16:26.648Z | info: downloading component 'cargo' |
31 | 2024-08-23T21:16:26.786Z | info: downloading component 'clippy' |
32 | 2024-08-23T21:16:26.842Z | info: downloading component 'rust-docs' |
33 | 2024-08-23T21:16:27.061Z | info: downloading component 'rust-std' |
34 | 2024-08-23T21:16:27.393Z | info: downloading component 'rustc' |
35 | 2024-08-23T21:16:28.206Z | info: downloading component 'rustfmt' |
36 | 2024-08-23T21:16:28.247Z | info: installing component 'cargo' |
37 | 2024-08-23T21:16:29.389Z | info: installing component 'clippy' |
38 | 2024-08-23T21:16:29.832Z | info: installing component 'rust-docs' |
39 | 2024-08-23T21:16:32.720Z | info: installing component 'rust-std' |
40 | 2024-08-23T21:16:34.720Z | info: installing component 'rustc' |
41 | 2024-08-23T21:16:39.814Z | info: installing component 'rustfmt' |
42 | 2024-08-23T21:16:40.240Z | |
43 | 2024-08-23T21:16:40.240Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-08-23T21:16:40.377Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-23T21:16:40.377Z | |
46 | 2024-08-23T21:16:40.377Z | |
47 | 2024-08-23T21:16:40.377Z | Rust is installed now. Great! |
48 | 2024-08-23T21:16:40.377Z | |
49 | 2024-08-23T21:16:40.377Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-23T21:16:40.377Z | environment variable. This has not been done automatically. |
51 | 2024-08-23T21:16:40.377Z | |
52 | 2024-08-23T21:16:40.401Z | To configure your current shell, you need to source |
53 | 2024-08-23T21:16:40.401Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-23T21:16:40.401Z | |
55 | 2024-08-23T21:16:40.401Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-23T21:16:40.401Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-23T21:16:40.401Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-23T21:16:40.462Z | + rustc --version |
59 | 2024-08-23T21:16:40.596Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-23T21:16:40.620Z | process exited: duration 15077 ms, exit code 0 |
|
61 | 2024-08-23T21:16:40.672Z | starting task 2: "authentication" |
62 | 2024-08-23T21:16:40.731Z | process exited: duration 62 ms, exit code 0 |
|
63 | 2024-08-23T21:16:40.780Z | starting task 3: "clone repository" |
64 | 2024-08-23T21:16:40.804Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-23T21:16:40.804Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-23T21:16:40.828Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-23T21:16:51.183Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-23T21:16:51.183Z | + git fetch origin d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
69 | 2024-08-23T21:16:51.569Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-23T21:16:51.569Z | * branch d3979fdffd27c7724fd8b17f7d00e801b0ed65de -> FETCH_HEAD |
71 | 2024-08-23T21:16:51.593Z | + [[ -n eliza/s/celcius/celsius ]] |
72 | 2024-08-23T21:16:51.593Z | ++ git branch --show-current |
73 | 2024-08-23T21:16:51.593Z | + current=main |
74 | 2024-08-23T21:16:51.593Z | + [[ main != eliza/s/celcius/celsius ]] |
75 | 2024-08-23T21:16:51.593Z | + git branch -f eliza/s/celcius/celsius d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
76 | 2024-08-23T21:16:51.617Z | + git checkout -f eliza/s/celcius/celsius |
77 | 2024-08-23T21:16:51.788Z | Switched to branch 'eliza/s/celcius/celsius' |
78 | 2024-08-23T21:16:51.812Z | + git reset --hard d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
79 | 2024-08-23T21:16:51.836Z | HEAD is now at d3979fdff [oximeter] spell "Celsius" correctly |
80 | 2024-08-23T21:16:51.836Z | process exited: duration 11035 ms, exit code 0 |
|
81 | 2024-08-23T21:16:51.886Z | starting task 4: "build" |
82 | 2024-08-23T21:16:51.910Z | + cargo --version |
83 | 2024-08-23T21:16:51.970Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-23T21:16:51.993Z | + rustc --version |
85 | 2024-08-23T21:16:52.059Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-23T21:16:52.084Z | + source ./env.sh |
87 | 2024-08-23T21:16:52.084Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-23T21:16:52.084Z | ++ set -o xtrace |
89 | 2024-08-23T21:16:52.084Z | ++++ dirname ./env.sh |
90 | 2024-08-23T21:16:52.084Z | +++ readlink -f . |
91 | 2024-08-23T21:16:52.084Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-23T21:16:52.084Z | ++ 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-23T21:16:52.084Z | ++ 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-23T21:16:52.084Z | ++ 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-23T21:16:52.084Z | ++ 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-23T21:16:52.084Z | ++ 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-23T21:16:52.084Z | ++ 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-23T21:16:52.084Z | ++ 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-23T21:16:52.084Z | ++ 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-23T21:16:52.084Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-23T21:16:52.084Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-23T21:16:52.084Z | + 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-23T21:16:52.084Z | + 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-23T21:16:52.084Z | + banner prerequisites |
105 | 2024-08-23T21:16:52.084Z | |
106 | 2024-08-23T21:16:52.084Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-23T21:16:52.084Z | # # # # # # # # # # # # # # # |
108 | 2024-08-23T21:16:52.084Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-23T21:16:52.084Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-23T21:16:52.084Z | # # # # # # # # # # # # # # # |
111 | 2024-08-23T21:16:52.084Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-23T21:16:52.084Z | |
113 | 2024-08-23T21:16:52.084Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-23T21:16:57.584Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-23T21:17:00.589Z | Startup: Caching catalogs ... Done |
116 | 2024-08-23T21:17:03.044Z | Planning: Solver setup ... Done (1.723s) |
117 | 2024-08-23T21:17:03.071Z | Planning: Running solver ... Done (0.027s) |
118 | 2024-08-23T21:17:03.110Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-08-23T21:17:03.207Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-08-23T21:17:03.936Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-08-23T21:17:04.082Z | Planning: Package planning ... Done (0.146s) |
122 | 2024-08-23T21:17:04.151Z | Planning: Merging actions ... Done (0.068s) |
123 | 2024-08-23T21:17:04.431Z | Planning: Checking for conflicting actions ... Done (0.281s) |
124 | 2024-08-23T21:17:05.770Z | Planning: Consolidating action changes ... Done (1.338s) |
125 | 2024-08-23T21:17:06.243Z | Planning: Evaluating mediators ... Done (0.472s) |
126 | 2024-08-23T21:17:06.340Z | Planning: Planning completed in 5.68 seconds |
127 | 2024-08-23T21:17:06.364Z | Packages to install: 4 |
128 | 2024-08-23T21:17:06.364Z | Packages to update: 1 |
129 | 2024-08-23T21:17:06.364Z | Mediators to change: 2 |
130 | 2024-08-23T21:17:06.364Z | Services to change: 1 |
131 | 2024-08-23T21:17:06.364Z | Estimated space available: 148.82 GB |
132 | 2024-08-23T21:17:06.364Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-08-23T21:17:06.364Z | Create boot environment: No |
134 | 2024-08-23T21:17:06.364Z | Create backup boot environment: Yes |
135 | 2024-08-23T21:17:06.364Z | Rebuild boot archive: No |
136 | 2024-08-23T21:17:06.364Z | |
137 | 2024-08-23T21:17:06.364Z | Changed mediators: |
138 | 2024-08-23T21:17:06.364Z | mediator clang: |
139 | 2024-08-23T21:17:06.364Z | version: None -> 15 (system default) |
140 | 2024-08-23T21:17:06.364Z | |
141 | 2024-08-23T21:17:06.364Z | mediator llvm: |
142 | 2024-08-23T21:17:06.364Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-08-23T21:17:06.364Z | |
144 | 2024-08-23T21:17:06.365Z | Changed packages: |
145 | 2024-08-23T21:17:06.365Z | helios-dev |
146 | 2024-08-23T21:17:06.365Z | developer/build-essential |
147 | 2024-08-23T21:17:06.365Z | None -> 11-2.0 |
148 | 2024-08-23T21:17:06.365Z | library/libxmlsec1 |
149 | 2024-08-23T21:17:06.365Z | None -> 1.2.35-2.0 |
150 | 2024-08-23T21:17:06.365Z | ooce/developer/clang-15 |
151 | 2024-08-23T21:17:06.365Z | None -> 15.0.7-2.0 |
152 | 2024-08-23T21:17:06.365Z | ooce/developer/llvm-15 |
153 | 2024-08-23T21:17:06.365Z | None -> 15.0.7-2.0 |
154 | 2024-08-23T21:17:06.365Z | package/pkg |
155 | 2024-08-23T21:17:06.365Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-08-23T21:17:06.365Z | |
157 | 2024-08-23T21:17:06.365Z | Services: |
158 | 2024-08-23T21:17:06.365Z | restart_fmri: |
159 | 2024-08-23T21:17:06.365Z | svc:/system/update-man-index:default |
160 | 2024-08-23T21:17:06.365Z | |
161 | 2024-08-23T21:17:06.365Z | Editable files to change: |
162 | 2024-08-23T21:17:06.365Z | Update: |
163 | 2024-08-23T21:17:06.365Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-08-23T21:17:06.451Z | |
165 | 2024-08-23T21:17:06.451Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-08-23T21:17:11.451Z | Download: 1099/4281 items 19.8/220.6MB 8% complete (4.1M/s) |
167 | 2024-08-23T21:17:16.453Z | Download: 1800/4281 items 117.7/220.6MB 53% complete (11.8M/s) |
168 | 2024-08-23T21:17:21.453Z | Download: 3213/4281 items 173.6/220.6MB 78% complete (15.3M/s) |
169 | 2024-08-23T21:17:26.458Z | Download: 3742/4281 items 216.7/220.6MB 98% complete (10.1M/s) |
170 | 2024-08-23T21:17:30.993Z | Download: Completed 220.60 MB in 24.54 seconds (9.0M/s) |
171 | 2024-08-23T21:17:32.495Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-08-23T21:17:32.519Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-08-23T21:17:37.510Z | Actions: 2693/5063 actions (Installing new actions) |
174 | 2024-08-23T21:17:38.575Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-08-23T21:17:38.971Z | Actions: Completed 5063 actions in 6.48 seconds. |
176 | 2024-08-23T21:17:39.390Z | Done (0.409s) |
177 | 2024-08-23T21:17:39.414Z | Done (0.000s) |
178 | 2024-08-23T21:17:39.841Z | Done (0.450s) |
179 | 2024-08-23T21:17:45.308Z | Done (5.316s) |
180 | 2024-08-23T21:17:45.422Z | Done (0.019s) |
181 | 2024-08-23T21:17:45.446Z | Done (0.000s) |
182 | 2024-08-23T21:17:45.606Z | Done (0.000s) |
183 | 2024-08-23T21:17:46.347Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-08-23T21:17:46.564Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-08-23T21:17:46.589Z | Planning: Consolidating action changes ... Done |
186 | 2024-08-23T21:17:46.932Z | Planning: Evaluating mediators ... Done |
187 | 2024-08-23T21:17:46.956Z | Planning: Planning completed in 0.59 seconds |
188 | 2024-08-23T21:17:46.985Z | Mediators to change: 2 |
189 | 2024-08-23T21:17:46.985Z | Create boot environment: No |
190 | 2024-08-23T21:17:46.985Z | Create backup boot environment: No |
191 | 2024-08-23T21:17:47.062Z | Done |
192 | 2024-08-23T21:17:47.062Z | Done |
193 | 2024-08-23T21:17:47.392Z | Done |
194 | 2024-08-23T21:17:52.407Z | Done |
195 | 2024-08-23T21:17:52.511Z | Done |
196 | 2024-08-23T21:17:52.511Z | Done |
197 | 2024-08-23T21:17:52.566Z | Done |
198 | 2024-08-23T21:17:53.388Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-08-23T21:17:53.414Z | Planning: Merging actions ... Done |
200 | 2024-08-23T21:17:53.659Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-08-23T21:17:53.683Z | Planning: Consolidating action changes ... Done |
202 | 2024-08-23T21:17:54.008Z | Planning: Evaluating mediators ... Done |
203 | 2024-08-23T21:17:54.087Z | Planning: Planning completed in 1.02 seconds |
204 | 2024-08-23T21:17:54.148Z | Packages to change: 1 |
205 | 2024-08-23T21:17:54.148Z | Mediators to change: 1 |
206 | 2024-08-23T21:17:54.148Z | Services to change: 1 |
207 | 2024-08-23T21:17:54.148Z | Create boot environment: No |
208 | 2024-08-23T21:17:54.148Z | Create backup boot environment: Yes |
209 | 2024-08-23T21:17:55.715Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-08-23T21:17:55.740Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2024-08-23T21:17:55.740Z | Done |
212 | 2024-08-23T21:17:55.740Z | Done |
213 | 2024-08-23T21:17:55.817Z | Done |
214 | 2024-08-23T21:18:00.760Z | Done |
215 | 2024-08-23T21:18:00.861Z | Done |
216 | 2024-08-23T21:18:00.861Z | Done |
217 | 2024-08-23T21:18:00.910Z | Done |
218 | 2024-08-23T21:18:01.508Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-08-23T21:18:01.508Z | clang system 15 system |
220 | 2024-08-23T21:18:01.508Z | csh system system illumos |
221 | 2024-08-23T21:18:01.508Z | ctags system system illumos |
222 | 2024-08-23T21:18:01.508Z | gcc vendor 12 vendor |
223 | 2024-08-23T21:18:01.508Z | gcc system 10 system |
224 | 2024-08-23T21:18:01.508Z | gcc system 7 system |
225 | 2024-08-23T21:18:01.508Z | go system 1.20 system |
226 | 2024-08-23T21:18:01.508Z | go system 1.19 system |
227 | 2024-08-23T21:18:01.508Z | llvm system 15 system |
228 | 2024-08-23T21:18:01.508Z | llvm system 14 system |
229 | 2024-08-23T21:18:01.508Z | mariadb system 10.6 system |
230 | 2024-08-23T21:18:01.508Z | mta vendor vendor dma |
231 | 2024-08-23T21:18:01.508Z | openjdk system 17 system |
232 | 2024-08-23T21:18:01.509Z | openjdk system 11 system |
233 | 2024-08-23T21:18:01.509Z | openjdk system 1.8 system |
234 | 2024-08-23T21:18:01.509Z | openssl vendor 3 vendor |
235 | 2024-08-23T21:18:01.509Z | perl system 5.36 system |
236 | 2024-08-23T21:18:01.509Z | postgresql system 15 system |
237 | 2024-08-23T21:18:01.509Z | postgresql system 13 system |
238 | 2024-08-23T21:18:01.509Z | python vendor 3 vendor |
239 | 2024-08-23T21:18:01.509Z | python system 2 system |
240 | 2024-08-23T21:18:01.509Z | python3 system 3.11 system |
241 | 2024-08-23T21:18:01.509Z | ruby system 3.0 system |
242 | 2024-08-23T21:18:01.509Z | words vendor vendor american-english |
243 | 2024-08-23T21:18:01.509Z | words system system australian-english |
244 | 2024-08-23T21:18:01.509Z | words system system british-english |
245 | 2024-08-23T21:18:01.509Z | words system system canadian-english |
246 | 2024-08-23T21:18:01.509Z | words system system french |
247 | 2024-08-23T21:18:01.509Z | words system system italian |
248 | 2024-08-23T21:18:01.509Z | words system system ngerman |
249 | 2024-08-23T21:18:01.509Z | words system system ogerman |
250 | 2024-08-23T21:18:01.509Z | words system system spanish |
251 | 2024-08-23T21:18:01.934Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-08-23T21:18:01.935Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-08-23T21:18:04.296Z | FMRI IFO |
254 | 2024-08-23T21:18:04.296Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-08-23T21:18:04.296Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-08-23T21:18:04.297Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-08-23T21:18:04.297Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-08-23T21:18:04.297Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-08-23T21:18:04.297Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-08-23T21:18:04.297Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-08-23T21:18:04.297Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-08-23T21:18:04.297Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-08-23T21:18:04.297Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-08-23T21:18:04.297Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-08-23T21:18:04.298Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-08-23T21:18:04.298Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-08-23T21:18:05.039Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2024-08-23T21:18:05.397Z | Updating git repository `https://github.com/oxidecomputer/zone` |
269 | 2024-08-23T21:18:05.810Z | Updating crates.io index |
270 | 2024-08-23T21:18:05.834Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
271 | 2024-08-23T21:18:06.720Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-08-23T21:18:07.589Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-08-23T21:18:07.918Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
274 | 2024-08-23T21:18:09.668Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-08-23T21:18:10.058Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-08-23T21:18:10.398Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-08-23T21:18:11.602Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-08-23T21:18:13.559Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-08-23T21:18:14.702Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-08-23T21:18:15.442Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-08-23T21:18:15.797Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-08-23T21:18:16.545Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
283 | 2024-08-23T21:18:16.882Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
284 | 2024-08-23T21:18:17.271Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-08-23T21:18:17.637Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-08-23T21:18:17.983Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-08-23T21:18:18.356Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-08-23T21:18:18.871Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
289 | 2024-08-23T21:18:19.277Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-08-23T21:18:19.666Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-08-23T21:18:20.403Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-08-23T21:18:20.734Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-08-23T21:18:21.342Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-08-23T21:18:21.749Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2024-08-23T21:18:22.427Z | Updating git repository `https://github.com/oxidecomputer/typify` |
296 | 2024-08-23T21:18:24.841Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-08-23T21:18:25.158Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-08-23T21:18:25.834Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-08-23T21:18:26.397Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
300 | 2024-08-23T21:18:27.765Z | Downloading crates ... |
301 | 2024-08-23T21:18:27.823Z | Downloaded byteorder v1.5.0 |
302 | 2024-08-23T21:18:27.850Z | Downloaded dtrace-parser v0.2.0 |
303 | 2024-08-23T21:18:27.850Z | Downloaded plain v0.2.3 |
304 | 2024-08-23T21:18:27.850Z | Downloaded pest_generator v2.7.10 |
305 | 2024-08-23T21:18:27.850Z | Downloaded utf8parse v0.2.1 |
306 | 2024-08-23T21:18:27.850Z | Downloaded thiserror v1.0.63 |
307 | 2024-08-23T21:18:27.874Z | Downloaded zerocopy-derive v0.7.34 |
308 | 2024-08-23T21:18:27.898Z | Downloaded winnow v0.6.18 |
309 | 2024-08-23T21:18:27.899Z | Downloaded version_check v0.9.5 |
310 | 2024-08-23T21:18:27.899Z | Downloaded zerocopy v0.7.34 |
311 | 2024-08-23T21:18:27.926Z | Downloaded ucd-trie v0.1.6 |
312 | 2024-08-23T21:18:27.951Z | Downloaded tabled v0.15.0 |
313 | 2024-08-23T21:18:27.951Z | Downloaded unicode-width v0.1.13 |
314 | 2024-08-23T21:18:27.977Z | Downloaded syn v1.0.109 |
315 | 2024-08-23T21:18:27.978Z | Downloaded libc v0.2.156 |
316 | 2024-08-23T21:18:28.007Z | Downloaded serde_derive v1.0.208 |
317 | 2024-08-23T21:18:28.033Z | Downloaded rustix v0.38.34 |
318 | 2024-08-23T21:18:28.058Z | Downloaded fs-err v2.11.0 |
319 | 2024-08-23T21:18:28.058Z | Downloaded toml_edit v0.22.20 |
320 | 2024-08-23T21:18:28.083Z | Downloaded toml v0.8.19 |
321 | 2024-08-23T21:18:28.083Z | Downloaded syn v2.0.74 |
322 | 2024-08-23T21:18:28.108Z | Downloaded serde v1.0.208 |
323 | 2024-08-23T21:18:28.108Z | Downloaded papergrid v0.11.0 |
324 | 2024-08-23T21:18:28.108Z | Downloaded hashbrown v0.14.5 |
325 | 2024-08-23T21:18:28.108Z | Downloaded goblin v0.8.2 |
326 | 2024-08-23T21:18:28.133Z | Downloaded usdt-macro v0.5.0 |
327 | 2024-08-23T21:18:28.133Z | Downloaded usdt-attr-macro v0.5.0 |
328 | 2024-08-23T21:18:28.133Z | Downloaded terminal_size v0.3.0 |
329 | 2024-08-23T21:18:28.133Z | Downloaded sha2 v0.10.8 |
330 | 2024-08-23T21:18:28.133Z | Downloaded ryu v1.0.18 |
331 | 2024-08-23T21:18:28.133Z | Downloaded proc-macro-error-attr v1.0.4 |
332 | 2024-08-23T21:18:28.133Z | Downloaded pest_derive v2.7.10 |
333 | 2024-08-23T21:18:28.133Z | Downloaded macaddr v1.0.1 |
334 | 2024-08-23T21:18:28.133Z | Downloaded thiserror-impl v1.0.63 |
335 | 2024-08-23T21:18:28.133Z | Downloaded swrite v0.1.0 |
336 | 2024-08-23T21:18:28.133Z | Downloaded serde_spanned v0.6.7 |
337 | 2024-08-23T21:18:28.133Z | Downloaded serde_json v1.0.125 |
338 | 2024-08-23T21:18:28.157Z | Downloaded scroll_derive v0.12.0 |
339 | 2024-08-23T21:18:28.157Z | Downloaded quote v1.0.36 |
340 | 2024-08-23T21:18:28.157Z | Downloaded pretty-hex v0.4.1 |
341 | 2024-08-23T21:18:28.157Z | Downloaded pest_meta v2.7.10 |
342 | 2024-08-23T21:18:28.157Z | Downloaded pest v2.7.10 |
343 | 2024-08-23T21:18:28.157Z | Downloaded memmap v0.7.0 |
344 | 2024-08-23T21:18:28.157Z | Downloaded memchr v2.7.2 |
345 | 2024-08-23T21:18:28.182Z | Downloaded is_terminal_polyfill v1.70.0 |
346 | 2024-08-23T21:18:28.182Z | Downloaded heck v0.5.0 |
347 | 2024-08-23T21:18:28.182Z | Downloaded generic-array v0.14.7 |
348 | 2024-08-23T21:18:28.182Z | Downloaded fnv v1.0.7 |
349 | 2024-08-23T21:18:28.182Z | Downloaded equivalent v1.0.1 |
350 | 2024-08-23T21:18:28.182Z | Downloaded dof v0.3.0 |
351 | 2024-08-23T21:18:28.182Z | Downloaded clap_lex v0.7.0 |
352 | 2024-08-23T21:18:28.182Z | Downloaded clap_builder v4.5.15 |
353 | 2024-08-23T21:18:28.182Z | Downloaded cfg-if v1.0.0 |
354 | 2024-08-23T21:18:28.182Z | Downloaded cargo_metadata v0.18.1 |
355 | 2024-08-23T21:18:28.206Z | Downloaded camino v1.1.9 |
356 | 2024-08-23T21:18:28.206Z | Downloaded bitflags v2.6.0 |
357 | 2024-08-23T21:18:28.206Z | Downloaded anstyle-parse v0.2.4 |
358 | 2024-08-23T21:18:28.206Z | Downloaded unicode-ident v1.0.12 |
359 | 2024-08-23T21:18:28.206Z | Downloaded typenum v1.17.0 |
360 | 2024-08-23T21:18:28.206Z | Downloaded indexmap v2.4.0 |
361 | 2024-08-23T21:18:28.206Z | Downloaded anyhow v1.0.86 |
362 | 2024-08-23T21:18:28.231Z | Downloaded proc-macro2 v1.0.86 |
363 | 2024-08-23T21:18:28.231Z | Downloaded log v0.4.21 |
364 | 2024-08-23T21:18:28.231Z | Downloaded cpufeatures v0.2.12 |
365 | 2024-08-23T21:18:28.231Z | Downloaded bytecount v0.6.8 |
366 | 2024-08-23T21:18:28.231Z | Downloaded anstyle v1.0.8 |
367 | 2024-08-23T21:18:28.231Z | Downloaded usdt-impl v0.5.0 |
368 | 2024-08-23T21:18:28.231Z | Downloaded usdt v0.5.0 |
369 | 2024-08-23T21:18:28.231Z | Downloaded toml_datetime v0.6.8 |
370 | 2024-08-23T21:18:28.231Z | Downloaded thread-id v4.2.1 |
371 | 2024-08-23T21:18:28.231Z | Downloaded tabled_derive v0.7.0 |
372 | 2024-08-23T21:18:28.231Z | Downloaded strsim v0.11.1 |
373 | 2024-08-23T21:18:28.231Z | Downloaded serde_tokenstream v0.2.2 |
374 | 2024-08-23T21:18:28.255Z | Downloaded semver v1.0.23 |
375 | 2024-08-23T21:18:28.255Z | Downloaded scroll v0.12.0 |
376 | 2024-08-23T21:18:28.255Z | Downloaded proc-macro-error v1.0.4 |
377 | 2024-08-23T21:18:28.255Z | Downloaded once_cell v1.19.0 |
378 | 2024-08-23T21:18:28.256Z | Downloaded errno v0.3.9 |
379 | 2024-08-23T21:18:28.256Z | Downloaded clap v4.5.16 |
380 | 2024-08-23T21:18:28.280Z | Downloaded cargo_toml v0.20.4 |
381 | 2024-08-23T21:18:28.280Z | Downloaded cargo-platform v0.1.8 |
382 | 2024-08-23T21:18:28.280Z | Downloaded itoa v1.0.11 |
383 | 2024-08-23T21:18:28.280Z | Downloaded heck v0.4.1 |
384 | 2024-08-23T21:18:28.280Z | Downloaded crypto-common v0.1.6 |
385 | 2024-08-23T21:18:28.280Z | Downloaded clap_derive v4.5.13 |
386 | 2024-08-23T21:18:28.280Z | Downloaded block-buffer v0.10.4 |
387 | 2024-08-23T21:18:28.280Z | Downloaded anstyle-query v1.0.3 |
388 | 2024-08-23T21:18:28.280Z | Downloaded anstream v0.6.14 |
389 | 2024-08-23T21:18:28.280Z | Downloaded digest v0.10.7 |
390 | 2024-08-23T21:18:28.280Z | Downloaded colorchoice v1.0.1 |
391 | 2024-08-23T21:18:28.280Z | Downloaded autocfg v1.3.0 |
392 | 2024-08-23T21:18:28.429Z | Compiling proc-macro2 v1.0.86 |
393 | 2024-08-23T21:18:28.454Z | Compiling unicode-ident v1.0.12 |
394 | 2024-08-23T21:18:28.454Z | Compiling version_check v0.9.5 |
395 | 2024-08-23T21:18:28.454Z | Compiling serde v1.0.208 |
396 | 2024-08-23T21:18:28.454Z | Compiling thiserror v1.0.63 |
397 | 2024-08-23T21:18:28.454Z | Compiling memchr v2.7.2 |
398 | 2024-08-23T21:18:28.454Z | Compiling libc v0.2.156 |
399 | 2024-08-23T21:18:28.454Z | Compiling ryu v1.0.18 |
400 | 2024-08-23T21:18:28.763Z | Compiling itoa v1.0.11 |
401 | 2024-08-23T21:18:28.936Z | Compiling ucd-trie v0.1.6 |
402 | 2024-08-23T21:18:29.261Z | Compiling once_cell v1.19.0 |
403 | 2024-08-23T21:18:29.354Z | Compiling byteorder v1.5.0 |
404 | 2024-08-23T21:18:29.538Z | Compiling serde_json v1.0.125 |
405 | 2024-08-23T21:18:29.674Z | Compiling usdt-impl v0.5.0 |
406 | 2024-08-23T21:18:29.806Z | Compiling proc-macro-error-attr v1.0.4 |
407 | 2024-08-23T21:18:29.908Z | Compiling rustix v0.38.34 |
408 | 2024-08-23T21:18:30.008Z | Compiling syn v1.0.109 |
409 | 2024-08-23T21:18:30.177Z | Compiling quote v1.0.36 |
410 | 2024-08-23T21:18:30.207Z | Compiling proc-macro-error v1.0.4 |
411 | 2024-08-23T21:18:30.263Z | Compiling hashbrown v0.14.5 |
412 | 2024-08-23T21:18:30.558Z | Compiling syn v2.0.74 |
413 | 2024-08-23T21:18:30.736Z | Compiling errno v0.3.9 |
414 | 2024-08-23T21:18:30.821Z | Compiling equivalent v1.0.1 |
415 | 2024-08-23T21:18:30.851Z | Compiling plain v0.2.3 |
416 | 2024-08-23T21:18:30.851Z | Compiling bitflags v2.6.0 |
417 | 2024-08-23T21:18:31.030Z | Compiling thread-id v4.2.1 |
418 | 2024-08-23T21:18:31.079Z | Compiling utf8parse v0.2.1 |
419 | 2024-08-23T21:18:31.110Z | Compiling log v0.4.21 |
420 | 2024-08-23T21:18:31.362Z | Compiling anstyle-parse v0.2.4 |
421 | 2024-08-23T21:18:31.493Z | Compiling indexmap v2.4.0 |
422 | 2024-08-23T21:18:31.570Z | Compiling pretty-hex v0.4.1 |
423 | 2024-08-23T21:18:31.670Z | Compiling camino v1.1.9 |
424 | 2024-08-23T21:18:31.704Z | Compiling autocfg v1.3.0 |
425 | 2024-08-23T21:18:31.777Z | Compiling colorchoice v1.0.1 |
426 | 2024-08-23T21:18:31.916Z | Compiling semver v1.0.23 |
427 | 2024-08-23T21:18:31.960Z | Compiling anstyle v1.0.8 |
428 | 2024-08-23T21:18:32.298Z | Compiling winnow v0.6.18 |
429 | 2024-08-23T21:18:32.392Z | Compiling anstyle-query v1.0.3 |
430 | 2024-08-23T21:18:32.416Z | Compiling is_terminal_polyfill v1.70.0 |
431 | 2024-08-23T21:18:32.535Z | Compiling anstream v0.6.14 |
432 | 2024-08-23T21:18:32.626Z | Compiling fs-err v2.11.0 |
433 | 2024-08-23T21:18:32.652Z | Compiling terminal_size v0.3.0 |
434 | 2024-08-23T21:18:32.866Z | Compiling fnv v1.0.7 |
435 | 2024-08-23T21:18:32.895Z | Compiling unicode-width v0.1.13 |
436 | 2024-08-23T21:18:32.896Z | Compiling bytecount v0.6.8 |
437 | 2024-08-23T21:18:32.948Z | Compiling anyhow v1.0.86 |
438 | 2024-08-23T21:18:33.006Z | Compiling heck v0.4.1 |
439 | 2024-08-23T21:18:33.110Z | Compiling strsim v0.11.1 |
440 | 2024-08-23T21:18:33.153Z | Compiling heck v0.5.0 |
441 | 2024-08-23T21:18:33.283Z | Compiling clap_lex v0.7.0 |
442 | 2024-08-23T21:18:33.463Z | Compiling papergrid v0.11.0 |
443 | 2024-08-23T21:18:33.720Z | Compiling clap_builder v4.5.15 |
444 | 2024-08-23T21:18:33.924Z | Compiling memmap v0.7.0 |
445 | 2024-08-23T21:18:34.361Z | Compiling swrite v0.1.0 |
446 | 2024-08-23T21:18:36.155Z | Compiling tabled_derive v0.7.0 |
447 | 2024-08-23T21:18:37.945Z | Compiling tabled v0.15.0 |
448 | 2024-08-23T21:18:39.157Z | Compiling serde_derive v1.0.208 |
449 | 2024-08-23T21:18:39.182Z | Compiling thiserror-impl v1.0.63 |
450 | 2024-08-23T21:18:39.182Z | Compiling zerocopy-derive v0.7.34 |
451 | 2024-08-23T21:18:39.182Z | Compiling scroll_derive v0.12.0 |
452 | 2024-08-23T21:18:39.670Z | Compiling clap_derive v4.5.13 |
453 | 2024-08-23T21:18:40.469Z | Compiling scroll v0.12.0 |
454 | 2024-08-23T21:18:40.936Z | Compiling goblin v0.8.2 |
455 | 2024-08-23T21:18:41.178Z | Compiling zerocopy v0.7.34 |
456 | 2024-08-23T21:18:41.642Z | Compiling pest v2.7.10 |
457 | 2024-08-23T21:18:43.240Z | Compiling clap v4.5.16 |
458 | 2024-08-23T21:18:43.791Z | Compiling pest_meta v2.7.10 |
459 | 2024-08-23T21:18:44.833Z | Compiling pest_generator v2.7.10 |
460 | 2024-08-23T21:18:46.785Z | Compiling pest_derive v2.7.10 |
461 | 2024-08-23T21:18:47.461Z | Compiling dtrace-parser v0.2.0 |
462 | 2024-08-23T21:18:49.609Z | Compiling serde_tokenstream v0.2.2 |
463 | 2024-08-23T21:18:49.718Z | Compiling toml_datetime v0.6.8 |
464 | 2024-08-23T21:18:49.742Z | Compiling serde_spanned v0.6.7 |
465 | 2024-08-23T21:18:49.945Z | Compiling cargo-platform v0.1.8 |
466 | 2024-08-23T21:18:50.079Z | Compiling toml_edit v0.22.20 |
467 | 2024-08-23T21:18:50.223Z | Compiling macaddr v1.0.1 |
468 | 2024-08-23T21:18:51.220Z | Compiling dof v0.3.0 |
469 | 2024-08-23T21:18:51.295Z | Compiling cargo_metadata v0.18.1 |
470 | 2024-08-23T21:18:52.883Z | Compiling usdt-macro v0.5.0 |
471 | 2024-08-23T21:18:52.908Z | Compiling usdt-attr-macro v0.5.0 |
472 | 2024-08-23T21:18:52.963Z | Compiling toml v0.8.19 |
473 | 2024-08-23T21:18:53.808Z | Compiling cargo_toml v0.20.4 |
474 | 2024-08-23T21:18:54.065Z | Compiling usdt v0.5.0 |
475 | 2024-08-23T21:18:58.209Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
476 | 2024-08-23T21:19:03.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.69s |
477 | 2024-08-23T21:19:03.666Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
478 | 2024-08-23T21:19:04.534Z | Downloading crates ... |
479 | 2024-08-23T21:19:04.671Z | Downloaded assert_matches v1.5.0 |
480 | 2024-08-23T21:19:04.696Z | Downloaded ident_case v1.0.1 |
481 | 2024-08-23T21:19:04.696Z | Downloaded opaque-debug v0.3.1 |
482 | 2024-08-23T21:19:04.696Z | Downloaded match_cfg v0.1.0 |
483 | 2024-08-23T21:19:04.721Z | Downloaded openssl-probe v0.1.5 |
484 | 2024-08-23T21:19:04.721Z | Downloaded olpc-cjson v0.1.3 |
485 | 2024-08-23T21:19:04.746Z | Downloaded sqlparser_derive v0.2.2 |
486 | 2024-08-23T21:19:04.746Z | Downloaded stringprep v0.1.4 |
487 | 2024-08-23T21:19:04.774Z | Downloaded parse-display-derive v0.10.0 |
488 | 2024-08-23T21:19:04.799Z | Downloaded tiny-keccak v2.0.2 |
489 | 2024-08-23T21:19:04.824Z | Downloaded quick-error v1.2.3 |
490 | 2024-08-23T21:19:04.824Z | Downloaded foreign-types v0.3.2 |
491 | 2024-08-23T21:19:04.850Z | Downloaded float-ord v0.3.2 |
492 | 2024-08-23T21:19:04.850Z | Downloaded headers-core v0.2.0 |
493 | 2024-08-23T21:19:04.850Z | Downloaded ref-cast v1.0.23 |
494 | 2024-08-23T21:19:04.850Z | Downloaded phf_shared v0.10.0 |
495 | 2024-08-23T21:19:04.876Z | Downloaded phf_shared v0.11.2 |
496 | 2024-08-23T21:19:04.876Z | Downloaded toolchain_find v0.4.0 |
497 | 2024-08-23T21:19:04.876Z | Downloaded tower-service v0.3.2 |
498 | 2024-08-23T21:19:04.876Z | Downloaded sigpipe v0.1.3 |
499 | 2024-08-23T21:19:04.876Z | Downloaded rustfmt-wrapper v0.2.1 |
500 | 2024-08-23T21:19:04.876Z | Downloaded zone_cfg_derive v0.1.2 |
501 | 2024-08-23T21:19:04.876Z | Downloaded try-lock v0.2.5 |
502 | 2024-08-23T21:19:04.901Z | Downloaded derive_builder_macro v0.20.0 |
503 | 2024-08-23T21:19:04.901Z | Downloaded unarray v0.1.4 |
504 | 2024-08-23T21:19:04.901Z | Downloaded defmt-parser v0.3.4 |
505 | 2024-08-23T21:19:04.901Z | Downloaded unicode-xid v0.2.4 |
506 | 2024-08-23T21:19:04.901Z | Downloaded unicode-bidi v0.3.15 |
507 | 2024-08-23T21:19:04.901Z | Downloaded tungstenite v0.21.0 |
508 | 2024-08-23T21:19:04.926Z | Downloaded deranged v0.3.11 |
509 | 2024-08-23T21:19:04.926Z | Downloaded diesel_derives v2.2.2 |
510 | 2024-08-23T21:19:04.926Z | Downloaded unicode-normalization v0.1.23 |
511 | 2024-08-23T21:19:04.951Z | Downloaded derive_builder_core v0.20.0 |
512 | 2024-08-23T21:19:04.951Z | Downloaded derive_more v0.99.18 |
513 | 2024-08-23T21:19:04.951Z | Downloaded diesel v2.2.2 |
514 | 2024-08-23T21:19:04.977Z | Downloaded derive-where v1.2.7 |
515 | 2024-08-23T21:19:05.002Z | Downloaded rsa v0.9.6 |
516 | 2024-08-23T21:19:05.002Z | Downloaded futures-util v0.3.30 |
517 | 2024-08-23T21:19:05.026Z | Downloaded rusqlite v0.31.0 |
518 | 2024-08-23T21:19:05.026Z | Downloaded rustls-webpki v0.101.7 |
519 | 2024-08-23T21:19:05.051Z | Downloaded git2 v0.19.0 |
520 | 2024-08-23T21:19:05.075Z | Downloaded rustls v0.21.12 |
521 | 2024-08-23T21:19:05.100Z | Downloaded rustls v0.22.4 |
522 | 2024-08-23T21:19:05.124Z | Downloaded sled v0.34.7 |
523 | 2024-08-23T21:19:05.124Z | Downloaded sha3 v0.10.8 |
524 | 2024-08-23T21:19:05.148Z | Downloaded tokio v1.38.1 |
525 | 2024-08-23T21:19:05.182Z | Downloaded petgraph v0.6.5 |
526 | 2024-08-23T21:19:05.213Z | Downloaded zerocopy-derive v0.6.6 |
527 | 2024-08-23T21:19:05.237Z | Downloaded ratatui v0.28.0 |
528 | 2024-08-23T21:19:05.262Z | Downloaded openapiv3 v2.0.0 |
529 | 2024-08-23T21:19:05.289Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
530 | 2024-08-23T21:19:05.389Z | Downloaded gimli v0.28.1 |
531 | 2024-08-23T21:19:05.414Z | Downloaded encoding_rs v0.8.34 |
532 | 2024-08-23T21:19:05.438Z | Downloaded radix_trie v0.2.1 |
533 | 2024-08-23T21:19:05.462Z | Downloaded object v0.32.2 |
534 | 2024-08-23T21:19:05.462Z | Downloaded nix v0.28.0 |
535 | 2024-08-23T21:19:05.487Z | Downloaded nix v0.27.1 |
536 | 2024-08-23T21:19:05.512Z | Downloaded h2 v0.3.26 |
537 | 2024-08-23T21:19:05.536Z | Downloaded rayon v1.10.0 |
538 | 2024-08-23T21:19:05.536Z | Downloaded regex-automata v0.4.6 |
539 | 2024-08-23T21:19:05.561Z | Downloaded hashbrown v0.13.2 |
540 | 2024-08-23T21:19:05.585Z | Downloaded ring v0.16.20 |
541 | 2024-08-23T21:19:05.676Z | Downloaded libz-sys v1.1.16 |
542 | 2024-08-23T21:19:05.763Z | Downloaded finl_unicode v1.2.0 |
543 | 2024-08-23T21:19:05.787Z | Downloaded ring v0.17.8 |
544 | 2024-08-23T21:19:05.866Z | Downloaded openssl v0.10.66 |
545 | 2024-08-23T21:19:05.891Z | Downloaded object v0.30.4 |
546 | 2024-08-23T21:19:05.891Z | Downloaded lalrpop v0.19.12 |
547 | 2024-08-23T21:19:05.916Z | Downloaded libsqlite3-sys v0.28.0 |
548 | 2024-08-23T21:19:06.008Z | Downloaded idna v0.5.0 |
549 | 2024-08-23T21:19:06.034Z | Downloaded idna v0.4.0 |
550 | 2024-08-23T21:19:06.034Z | Downloaded tungstenite v0.20.1 |
551 | 2024-08-23T21:19:06.034Z | Downloaded tracing-core v0.1.32 |
552 | 2024-08-23T21:19:06.058Z | Downloaded signal-hook v0.3.17 |
553 | 2024-08-23T21:19:06.058Z | Downloaded hashbrown v0.12.3 |
554 | 2024-08-23T21:19:06.058Z | Downloaded rand v0.8.5 |
555 | 2024-08-23T21:19:06.058Z | Downloaded idna v0.3.0 |
556 | 2024-08-23T21:19:06.083Z | Downloaded csv v1.3.0 |
557 | 2024-08-23T21:19:06.107Z | Downloaded derive_builder v0.20.0 |
558 | 2024-08-23T21:19:06.107Z | Downloaded ron v0.8.1 |
559 | 2024-08-23T21:19:06.131Z | Downloaded regress v0.9.1 |
560 | 2024-08-23T21:19:06.131Z | Downloaded regex-syntax v0.8.4 |
561 | 2024-08-23T21:19:06.155Z | Downloaded hickory-proto v0.24.1 |
562 | 2024-08-23T21:19:06.155Z | Downloaded regex-syntax v0.6.29 |
563 | 2024-08-23T21:19:06.180Z | Downloaded der_derive v0.7.2 |
564 | 2024-08-23T21:19:06.180Z | Downloaded tracing-attributes v0.1.27 |
565 | 2024-08-23T21:19:06.180Z | Downloaded tokio-util v0.7.11 |
566 | 2024-08-23T21:19:06.205Z | Downloaded slog v2.7.0 |
567 | 2024-08-23T21:19:06.205Z | Downloaded similar v2.6.0 |
568 | 2024-08-23T21:19:06.205Z | Downloaded serde_with v3.9.0 |
569 | 2024-08-23T21:19:06.205Z | Downloaded rustls-webpki v0.102.4 |
570 | 2024-08-23T21:19:06.229Z | Downloaded reqwest v0.11.27 |
571 | 2024-08-23T21:19:06.253Z | Downloaded regex v1.10.6 |
572 | 2024-08-23T21:19:06.253Z | Downloaded reedline v0.33.0 |
573 | 2024-08-23T21:19:06.277Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
574 | 2024-08-23T21:19:06.277Z | Downloaded tough v0.17.1 |
575 | 2024-08-23T21:19:06.302Z | Downloaded hash32 v0.2.1 |
576 | 2024-08-23T21:19:06.302Z | Downloaded der v0.7.9 |
577 | 2024-08-23T21:19:06.302Z | Downloaded unicode_categories v0.1.1 |
578 | 2024-08-23T21:19:06.302Z | Downloaded unicode-segmentation v1.11.0 |
579 | 2024-08-23T21:19:06.302Z | Downloaded rustyline v14.0.0 |
580 | 2024-08-23T21:19:06.302Z | Downloaded rustls-pki-types v1.7.0 |
581 | 2024-08-23T21:19:06.302Z | Downloaded ron v0.7.1 |
582 | 2024-08-23T21:19:06.327Z | Downloaded polar-core v0.27.3 |
583 | 2024-08-23T21:19:06.327Z | Downloaded typed-path v0.7.1 |
584 | 2024-08-23T21:19:06.327Z | Downloaded tui-tree-widget v0.22.0 |
585 | 2024-08-23T21:19:06.327Z | Downloaded tracing v0.1.40 |
586 | 2024-08-23T21:19:06.351Z | Downloaded toml_edit v0.19.15 |
587 | 2024-08-23T21:19:06.351Z | Downloaded signal-hook-mio v0.2.4 |
588 | 2024-08-23T21:19:06.351Z | Downloaded half v2.4.1 |
589 | 2024-08-23T21:19:06.376Z | Downloaded serde_yaml v0.9.34+deprecated |
590 | 2024-08-23T21:19:06.376Z | Downloaded rayon-core v1.12.1 |
591 | 2024-08-23T21:19:06.400Z | Downloaded slog-bunyan v2.5.0 |
592 | 2024-08-23T21:19:06.400Z | Downloaded slog-async v2.8.0 |
593 | 2024-08-23T21:19:06.400Z | Downloaded slab v0.4.9 |
594 | 2024-08-23T21:19:06.400Z | Downloaded siphasher v0.3.11 |
595 | 2024-08-23T21:19:06.401Z | Downloaded signature v2.2.0 |
596 | 2024-08-23T21:19:06.401Z | Downloaded signal-hook-registry v1.4.2 |
597 | 2024-08-23T21:19:06.401Z | Downloaded shlex v1.3.0 |
598 | 2024-08-23T21:19:06.401Z | Downloaded schemars v0.8.21 |
599 | 2024-08-23T21:19:06.401Z | Downloaded rustls-pemfile v2.1.3 |
600 | 2024-08-23T21:19:06.401Z | Downloaded rustc-demangle v0.1.24 |
601 | 2024-08-23T21:19:06.401Z | Downloaded hickory-resolver v0.24.1 |
602 | 2024-08-23T21:19:06.401Z | Downloaded heapless v0.7.17 |
603 | 2024-08-23T21:19:06.425Z | Downloaded futures v0.3.30 |
604 | 2024-08-23T21:19:06.425Z | Downloaded universal-hash v0.5.1 |
605 | 2024-08-23T21:19:06.425Z | Downloaded twox-hash v1.6.3 |
606 | 2024-08-23T21:19:06.425Z | Downloaded toml v0.7.8 |
607 | 2024-08-23T21:19:06.425Z | Downloaded tokio-tungstenite v0.21.0 |
608 | 2024-08-23T21:19:06.425Z | Downloaded tokio-tungstenite v0.20.1 |
609 | 2024-08-23T21:19:06.425Z | Downloaded shell-words v1.1.0 |
610 | 2024-08-23T21:19:06.425Z | Downloaded sha1 v0.10.6 |
611 | 2024-08-23T21:19:06.425Z | Downloaded smoltcp v0.11.0 |
612 | 2024-08-23T21:19:06.452Z | Downloaded tokio-rustls v0.25.0 |
613 | 2024-08-23T21:19:06.452Z | Downloaded rustls-pemfile v1.0.4 |
614 | 2024-08-23T21:19:06.452Z | Downloaded hickory-server v0.24.1 |
615 | 2024-08-23T21:19:06.452Z | Downloaded globset v0.4.14 |
616 | 2024-08-23T21:19:06.476Z | Downloaded getrandom v0.2.14 |
617 | 2024-08-23T21:19:06.476Z | Downloaded unicode-truncate v1.0.0 |
618 | 2024-08-23T21:19:06.476Z | Downloaded unicode-linebreak v0.1.5 |
619 | 2024-08-23T21:19:06.476Z | Downloaded unicase v2.7.0 |
620 | 2024-08-23T21:19:06.476Z | Downloaded topological-sort v0.2.2 |
621 | 2024-08-23T21:19:06.476Z | Downloaded tokio-stream v0.1.15 |
622 | 2024-08-23T21:19:06.476Z | Downloaded rustversion v1.0.17 |
623 | 2024-08-23T21:19:06.476Z | Downloaded rustc_version v0.4.0 |
624 | 2024-08-23T21:19:06.476Z | Downloaded rustc-hash v1.1.0 |
625 | 2024-08-23T21:19:06.476Z | Downloaded headers v0.3.9 |
626 | 2024-08-23T21:19:06.476Z | Downloaded proptest v1.5.0 |
627 | 2024-08-23T21:19:06.501Z | Downloaded itertools v0.13.0 |
628 | 2024-08-23T21:19:06.501Z | Downloaded serde_with_macros v3.9.0 |
629 | 2024-08-23T21:19:06.501Z | Downloaded resolv-conf v0.7.0 |
630 | 2024-08-23T21:19:06.501Z | Downloaded slog-envlogger v2.2.0 |
631 | 2024-08-23T21:19:06.501Z | Downloaded slog-dtrace v0.3.0 |
632 | 2024-08-23T21:19:06.527Z | Downloaded same-file v1.0.6 |
633 | 2024-08-23T21:19:06.527Z | Downloaded heapless v0.8.0 |
634 | 2024-08-23T21:19:06.527Z | Downloaded rustc_version v0.1.7 |
635 | 2024-08-23T21:19:06.527Z | Downloaded rtoolbox v0.0.2 |
636 | 2024-08-23T21:19:06.527Z | Downloaded rpassword v7.3.1 |
637 | 2024-08-23T21:19:06.527Z | Downloaded rcgen v0.12.1 |
638 | 2024-08-23T21:19:06.527Z | Downloaded hickory-client v0.24.1 |
639 | 2024-08-23T21:19:06.527Z | Downloaded signal-hook-tokio v0.3.1 |
640 | 2024-08-23T21:19:06.527Z | Downloaded sec1 v0.7.3 |
641 | 2024-08-23T21:19:06.527Z | Downloaded sct v0.7.1 |
642 | 2024-08-23T21:19:06.527Z | Downloaded scheduled-thread-pool v0.2.7 |
643 | 2024-08-23T21:19:06.527Z | Downloaded futures-macro v0.3.30 |
644 | 2024-08-23T21:19:06.553Z | Downloaded futures-channel v0.3.30 |
645 | 2024-08-23T21:19:06.553Z | Downloaded funty v2.0.0 |
646 | 2024-08-23T21:19:06.553Z | Downloaded serde_urlencoded v0.7.1 |
647 | 2024-08-23T21:19:06.553Z | Downloaded schemars_derive v0.8.21 |
648 | 2024-08-23T21:19:06.553Z | Downloaded pin-project-lite v0.2.14 |
649 | 2024-08-23T21:19:06.553Z | Downloaded highway v1.2.0 |
650 | 2024-08-23T21:19:06.553Z | Downloaded hash32 v0.3.1 |
651 | 2024-08-23T21:19:06.553Z | Downloaded gethostname v0.5.0 |
652 | 2024-08-23T21:19:06.553Z | Downloaded quick-xml v0.31.0 |
653 | 2024-08-23T21:19:06.553Z | Downloaded serde_repr v0.1.19 |
654 | 2024-08-23T21:19:06.553Z | Downloaded scrypt v0.11.0 |
655 | 2024-08-23T21:19:06.585Z | Downloaded salsa20 v0.10.2 |
656 | 2024-08-23T21:19:06.585Z | Downloaded rusty-fork v0.3.0 |
657 | 2024-08-23T21:19:06.585Z | Downloaded ref-cast-impl v1.0.23 |
658 | 2024-08-23T21:19:06.585Z | Downloaded pin-project-internal v1.1.5 |
659 | 2024-08-23T21:19:06.585Z | Downloaded pin-project v1.1.5 |
660 | 2024-08-23T21:19:06.585Z | Downloaded group v0.13.0 |
661 | 2024-08-23T21:19:06.585Z | Downloaded glob v0.3.1 |
662 | 2024-08-23T21:19:06.585Z | Downloaded flate2 v1.0.31 |
663 | 2024-08-23T21:19:06.611Z | Downloaded tokio-postgres v0.7.11 |
664 | 2024-08-23T21:19:06.611Z | Downloaded smoltcp v0.9.1 |
665 | 2024-08-23T21:19:06.611Z | Downloaded phf v0.11.2 |
666 | 2024-08-23T21:19:06.611Z | Downloaded heck v0.3.3 |
667 | 2024-08-23T21:19:06.611Z | Downloaded getopts v0.2.21 |
668 | 2024-08-23T21:19:06.611Z | Downloaded futures-task v0.3.30 |
669 | 2024-08-23T21:19:06.611Z | Downloaded futures-core v0.3.30 |
670 | 2024-08-23T21:19:06.611Z | Downloaded flume v0.11.0 |
671 | 2024-08-23T21:19:06.636Z | Downloaded portable-atomic v1.6.0 |
672 | 2024-08-23T21:19:06.636Z | Downloaded libxml v0.3.3 |
673 | 2024-08-23T21:19:06.636Z | Downloaded hex v0.4.3 |
674 | 2024-08-23T21:19:06.636Z | Downloaded hashlink v0.9.1 |
675 | 2024-08-23T21:19:06.636Z | Downloaded futures-io v0.3.30 |
676 | 2024-08-23T21:19:06.636Z | Downloaded futures-executor v0.3.30 |
677 | 2024-08-23T21:19:06.636Z | Downloaded fragile v2.0.0 |
678 | 2024-08-23T21:19:06.636Z | Downloaded form_urlencoded v1.2.1 |
679 | 2024-08-23T21:19:06.661Z | Downloaded float-cmp v0.9.0 |
680 | 2024-08-23T21:19:06.661Z | Downloaded expectorate v1.1.0 |
681 | 2024-08-23T21:19:06.661Z | Downloaded hyper v0.14.30 |
682 | 2024-08-23T21:19:06.661Z | Downloaded fxhash v0.2.1 |
683 | 2024-08-23T21:19:06.661Z | Downloaded foreign-types-shared v0.3.1 |
684 | 2024-08-23T21:19:06.661Z | Downloaded filetime v0.2.24 |
685 | 2024-08-23T21:19:06.661Z | Downloaded fd-lock v4.0.2 |
686 | 2024-08-23T21:19:06.661Z | Downloaded fatfs v0.3.6 |
687 | 2024-08-23T21:19:06.661Z | Downloaded fallible-streaming-iterator v0.1.9 |
688 | 2024-08-23T21:19:06.661Z | Downloaded fallible-iterator v0.2.0 |
689 | 2024-08-23T21:19:06.661Z | Downloaded env_logger v0.10.2 |
690 | 2024-08-23T21:19:06.686Z | Downloaded env_logger v0.9.3 |
691 | 2024-08-23T21:19:06.686Z | Downloaded endian-type v0.1.2 |
692 | 2024-08-23T21:19:06.686Z | Downloaded elliptic-curve v0.13.8 |
693 | 2024-08-23T21:19:06.686Z | Downloaded rand_xorshift v0.3.0 |
694 | 2024-08-23T21:19:06.686Z | Downloaded rand_core v0.6.4 |
695 | 2024-08-23T21:19:06.686Z | Downloaded futures-sink v0.3.30 |
696 | 2024-08-23T21:19:06.686Z | Downloaded foreign-types-shared v0.1.1 |
697 | 2024-08-23T21:19:06.686Z | Downloaded foreign-types-macros v0.2.3 |
698 | 2024-08-23T21:19:06.686Z | Downloaded foreign-types v0.5.0 |
699 | 2024-08-23T21:19:06.687Z | Downloaded flagset v0.4.5 |
700 | 2024-08-23T21:19:06.687Z | Downloaded ff v0.13.0 |
701 | 2024-08-23T21:19:06.687Z | Downloaded fallible-iterator v0.3.0 |
702 | 2024-08-23T21:19:06.687Z | Downloaded erased-serde v0.3.31 |
703 | 2024-08-23T21:19:06.687Z | Downloaded ena v0.14.3 |
704 | 2024-08-23T21:19:06.711Z | Downloaded embedded-io v0.4.0 |
705 | 2024-08-23T21:19:06.711Z | Downloaded either v1.13.0 |
706 | 2024-08-23T21:19:06.711Z | Downloaded dyn-clone v1.0.17 |
707 | 2024-08-23T21:19:06.711Z | Downloaded dsl_auto_type v0.1.2 |
708 | 2024-08-23T21:19:06.711Z | Downloaded diff v0.1.13 |
709 | 2024-08-23T21:19:06.711Z | Downloaded rand_seeder v0.3.0 |
710 | 2024-08-23T21:19:06.711Z | Downloaded rand_chacha v0.3.1 |
711 | 2024-08-23T21:19:06.711Z | Downloaded radium v0.7.0 |
712 | 2024-08-23T21:19:06.711Z | Downloaded r2d2 v0.8.10 |
713 | 2024-08-23T21:19:06.711Z | Downloaded publicsuffix v2.2.3 |
714 | 2024-08-23T21:19:06.712Z | Downloaded zip v0.6.6 |
715 | 2024-08-23T21:19:06.736Z | Downloaded num-bigint-dig v0.8.4 |
716 | 2024-08-23T21:19:06.736Z | Downloaded bstr v1.9.1 |
717 | 2024-08-23T21:19:06.736Z | Downloaded fixedbitset v0.4.2 |
718 | 2024-08-23T21:19:06.760Z | Downloaded fastrand v2.1.0 |
719 | 2024-08-23T21:19:06.761Z | Downloaded enum-as-inner v0.6.0 |
720 | 2024-08-23T21:19:06.761Z | Downloaded display-error-chain v0.2.0 |
721 | 2024-08-23T21:19:06.761Z | Downloaded dirs-sys-next v0.1.2 |
722 | 2024-08-23T21:19:06.761Z | Downloaded dirs-next v2.0.0 |
723 | 2024-08-23T21:19:06.761Z | Downloaded difflib v0.4.0 |
724 | 2024-08-23T21:19:06.761Z | Downloaded prettyplease v0.2.20 |
725 | 2024-08-23T21:19:06.761Z | Downloaded poly1305 v0.8.0 |
726 | 2024-08-23T21:19:06.761Z | Downloaded time v0.3.36 |
727 | 2024-08-23T21:19:06.785Z | Downloaded peg-macros v0.8.4 |
728 | 2024-08-23T21:19:06.785Z | Downloaded paste v1.0.15 |
729 | 2024-08-23T21:19:06.785Z | Downloaded password-hash v0.5.0 |
730 | 2024-08-23T21:19:06.785Z | Downloaded hkdf v0.12.4 |
731 | 2024-08-23T21:19:06.785Z | Downloaded webpki-roots v0.25.4 |
732 | 2024-08-23T21:19:06.785Z | Downloaded nom v7.1.3 |
733 | 2024-08-23T21:19:06.809Z | Downloaded itertools v0.10.5 |
734 | 2024-08-23T21:19:06.809Z | Downloaded curve25519-dalek v4.1.3 |
735 | 2024-08-23T21:19:06.809Z | Downloaded downcast v0.11.0 |
736 | 2024-08-23T21:19:06.809Z | Downloaded diesel_table_macro_syntax v0.2.0 |
737 | 2024-08-23T21:19:06.809Z | Downloaded pretty-hex v0.2.1 |
738 | 2024-08-23T21:19:06.834Z | Downloaded predicates-tree v1.0.9 |
739 | 2024-08-23T21:19:06.834Z | Downloaded predicates-core v1.0.6 |
740 | 2024-08-23T21:19:06.834Z | Downloaded predicates v3.1.2 |
741 | 2024-08-23T21:19:06.834Z | Downloaded precomputed-hash v0.1.1 |
742 | 2024-08-23T21:19:06.834Z | Downloaded ppv-lite86 v0.2.17 |
743 | 2024-08-23T21:19:06.834Z | Downloaded powerfmt v0.2.0 |
744 | 2024-08-23T21:19:06.834Z | Downloaded postgres-types v0.2.7 |
745 | 2024-08-23T21:19:06.834Z | Downloaded postgres-protocol v0.6.7 |
746 | 2024-08-23T21:19:06.834Z | Downloaded postcard v1.0.8 |
747 | 2024-08-23T21:19:06.834Z | Downloaded pkcs8 v0.10.2 |
748 | 2024-08-23T21:19:06.834Z | Downloaded pkcs5 v0.7.1 |
749 | 2024-08-23T21:19:06.858Z | Downloaded tokio-rustls v0.24.1 |
750 | 2024-08-23T21:19:06.858Z | Downloaded tokio-native-tls v0.3.1 |
751 | 2024-08-23T21:19:06.858Z | Downloaded tokio-macros v2.3.0 |
752 | 2024-08-23T21:19:06.858Z | Downloaded tls_codec_derive v0.4.1 |
753 | 2024-08-23T21:19:06.858Z | Downloaded tls_codec v0.4.1 |
754 | 2024-08-23T21:19:06.859Z | Downloaded percent-encoding v2.3.1 |
755 | 2024-08-23T21:19:06.859Z | Downloaded pem-rfc7468 v0.7.0 |
756 | 2024-08-23T21:19:06.859Z | Downloaded pem v3.0.4 |
757 | 2024-08-23T21:19:06.859Z | Downloaded peg v0.8.4 |
758 | 2024-08-23T21:19:06.859Z | Downloaded pbkdf2 v0.12.2 |
759 | 2024-08-23T21:19:06.859Z | Downloaded zerocopy v0.6.6 |
760 | 2024-08-23T21:19:06.859Z | Downloaded winnow v0.5.40 |
761 | 2024-08-23T21:19:06.883Z | Downloaded vcpkg v0.2.15 |
762 | 2024-08-23T21:19:06.918Z | Downloaded subprocess v0.2.9 |
763 | 2024-08-23T21:19:06.942Z | Downloaded serde_derive_internals v0.29.1 |
764 | 2024-08-23T21:19:06.942Z | Downloaded num-traits v0.2.19 |
765 | 2024-08-23T21:19:06.942Z | Downloaded mio v1.0.2 |
766 | 2024-08-23T21:19:06.942Z | Downloaded libm v0.2.8 |
767 | 2024-08-23T21:19:06.942Z | Downloaded itertools v0.12.1 |
768 | 2024-08-23T21:19:06.966Z | Downloaded psl-types v2.0.11 |
769 | 2024-08-23T21:19:06.966Z | Downloaded proc-macro-crate v1.3.1 |
770 | 2024-08-23T21:19:06.966Z | Downloaded portpicker v0.1.1 |
771 | 2024-08-23T21:19:06.967Z | Downloaded pkg-config v0.3.30 |
772 | 2024-08-23T21:19:06.967Z | Downloaded pkcs1 v0.7.5 |
773 | 2024-08-23T21:19:06.967Z | Downloaded pin-utils v0.1.0 |
774 | 2024-08-23T21:19:06.967Z | Downloaded tinyvec_macros v0.1.1 |
775 | 2024-08-23T21:19:06.967Z | Downloaded tinyvec v1.6.0 |
776 | 2024-08-23T21:19:06.967Z | Downloaded textwrap v0.16.1 |
777 | 2024-08-23T21:19:06.991Z | Downloaded test-strategy v0.3.1 |
778 | 2024-08-23T21:19:06.991Z | Downloaded tar v0.4.41 |
779 | 2024-08-23T21:19:06.991Z | Downloaded spki v0.7.3 |
780 | 2024-08-23T21:19:06.991Z | Downloaded spin v0.9.8 |
781 | 2024-08-23T21:19:06.991Z | Downloaded spin v0.5.2 |
782 | 2024-08-23T21:19:06.991Z | Downloaded socket2 v0.5.7 |
783 | 2024-08-23T21:19:06.991Z | Downloaded socket2 v0.4.10 |
784 | 2024-08-23T21:19:06.991Z | Downloaded snafu v0.8.2 |
785 | 2024-08-23T21:19:07.016Z | Downloaded peg-runtime v0.8.3 |
786 | 2024-08-23T21:19:07.016Z | Downloaded path-slash v0.1.5 |
787 | 2024-08-23T21:19:07.016Z | Downloaded parking_lot_core v0.8.6 |
788 | 2024-08-23T21:19:07.016Z | Downloaded openssl-sys v0.9.103 |
789 | 2024-08-23T21:19:07.016Z | Downloaded httparse v1.8.0 |
790 | 2024-08-23T21:19:07.016Z | Downloaded http v1.1.0 |
791 | 2024-08-23T21:19:07.016Z | Downloaded http v0.2.12 |
792 | 2024-08-23T21:19:07.040Z | Downloaded hmac v0.12.1 |
793 | 2024-08-23T21:19:07.040Z | Downloaded yasna v0.5.2 |
794 | 2024-08-23T21:19:07.040Z | Downloaded vergen v8.3.2 |
795 | 2024-08-23T21:19:07.040Z | Downloaded supports-color v3.0.0 |
796 | 2024-08-23T21:19:07.040Z | Downloaded subtle v2.5.0 |
797 | 2024-08-23T21:19:07.041Z | Downloaded steno v0.4.1 |
798 | 2024-08-23T21:19:07.041Z | Downloaded sqlparser v0.45.0 |
799 | 2024-08-23T21:19:07.041Z | Downloaded slog-stdlog v4.1.1 |
800 | 2024-08-23T21:19:07.041Z | Downloaded slog-scope v4.4.0 |
801 | 2024-08-23T21:19:07.065Z | Downloaded serde_path_to_error v0.1.16 |
802 | 2024-08-23T21:19:07.065Z | Downloaded serde-hex v0.1.0 |
803 | 2024-08-23T21:19:07.065Z | Downloaded omicron-zone-package v0.11.0 |
804 | 2024-08-23T21:19:07.065Z | Downloaded num_enum v0.5.11 |
805 | 2024-08-23T21:19:07.065Z | Downloaded num-derive v0.4.2 |
806 | 2024-08-23T21:19:07.065Z | Downloaded num-complex v0.4.6 |
807 | 2024-08-23T21:19:07.065Z | Downloaded nu-ansi-term v0.50.0 |
808 | 2024-08-23T21:19:07.065Z | Downloaded native-tls v0.2.11 |
809 | 2024-08-23T21:19:07.065Z | Downloaded mockall_derive v0.13.0 |
810 | 2024-08-23T21:19:07.090Z | Downloaded mime_guess v2.0.4 |
811 | 2024-08-23T21:19:07.090Z | Downloaded linked-hash-map v0.5.6 |
812 | 2024-08-23T21:19:07.090Z | Downloaded crossterm v0.28.1 |
813 | 2024-08-23T21:19:07.090Z | Downloaded chrono v0.4.38 |
814 | 2024-08-23T21:19:07.090Z | Downloaded bitvec v1.0.1 |
815 | 2024-08-23T21:19:07.114Z | Downloaded aho-corasick v1.1.3 |
816 | 2024-08-23T21:19:07.114Z | Downloaded time-macros v0.2.18 |
817 | 2024-08-23T21:19:07.139Z | Downloaded time-core v0.1.2 |
818 | 2024-08-23T21:19:07.139Z | Downloaded thread_local v1.1.8 |
819 | 2024-08-23T21:19:07.139Z | Downloaded thiserror-no-std v2.0.2 |
820 | 2024-08-23T21:19:07.139Z | Downloaded thiserror-impl-no-std v2.0.2 |
821 | 2024-08-23T21:19:07.139Z | Downloaded termtree v0.4.1 |
822 | 2024-08-23T21:19:07.139Z | Downloaded termios v0.3.3 |
823 | 2024-08-23T21:19:07.139Z | Downloaded termcolor v1.4.1 |
824 | 2024-08-23T21:19:07.139Z | Downloaded term v0.7.0 |
825 | 2024-08-23T21:19:07.139Z | Downloaded tempfile v3.10.1 |
826 | 2024-08-23T21:19:07.139Z | Downloaded tap v1.0.1 |
827 | 2024-08-23T21:19:07.139Z | Downloaded take_mut v0.2.2 |
828 | 2024-08-23T21:19:07.139Z | Downloaded tabwriter v1.4.0 |
829 | 2024-08-23T21:19:07.139Z | Downloaded sync_wrapper v0.1.2 |
830 | 2024-08-23T21:19:07.163Z | Downloaded sqlformat v0.2.4 |
831 | 2024-08-23T21:19:07.163Z | Downloaded snafu-derive v0.8.2 |
832 | 2024-08-23T21:19:07.163Z | Downloaded smf v0.2.3 |
833 | 2024-08-23T21:19:07.163Z | Downloaded smawk v0.3.2 |
834 | 2024-08-23T21:19:07.163Z | Downloaded smallvec v1.13.2 |
835 | 2024-08-23T21:19:07.163Z | Downloaded slog-json v2.6.1 |
836 | 2024-08-23T21:19:07.163Z | Downloaded parse-size v1.0.0 |
837 | 2024-08-23T21:19:07.163Z | Downloaded parking_lot_core v0.9.10 |
838 | 2024-08-23T21:19:07.163Z | Downloaded parking_lot v0.12.2 |
839 | 2024-08-23T21:19:07.163Z | Downloaded parking_lot v0.11.2 |
840 | 2024-08-23T21:19:07.163Z | Downloaded owo-colors v4.0.0 |
841 | 2024-08-23T21:19:07.163Z | Downloaded oso v0.27.3 |
842 | 2024-08-23T21:19:07.188Z | Downloaded httpdate v1.0.3 |
843 | 2024-08-23T21:19:07.188Z | Downloaded http-range v0.1.5 |
844 | 2024-08-23T21:19:07.188Z | Downloaded http-body v0.4.6 |
845 | 2024-08-23T21:19:07.188Z | Downloaded zone v0.1.8 |
846 | 2024-08-23T21:19:07.188Z | Downloaded zeroize_derive v1.4.2 |
847 | 2024-08-23T21:19:07.188Z | Downloaded zeroize v1.7.0 |
848 | 2024-08-23T21:19:07.188Z | Downloaded xattr v1.3.1 |
849 | 2024-08-23T21:19:07.188Z | Downloaded x509-cert v0.2.5 |
850 | 2024-08-23T21:19:07.188Z | Downloaded wyz v0.5.1 |
851 | 2024-08-23T21:19:07.188Z | Downloaded walkdir v2.5.0 |
852 | 2024-08-23T21:19:07.212Z | Downloaded uuid v1.10.0 |
853 | 2024-08-23T21:19:07.212Z | Downloaded utf-8 v0.7.6 |
854 | 2024-08-23T21:19:07.213Z | Downloaded url v2.5.2 |
855 | 2024-08-23T21:19:07.213Z | Downloaded untrusted v0.9.0 |
856 | 2024-08-23T21:19:07.213Z | Downloaded unsafe-libyaml v0.2.11 |
857 | 2024-08-23T21:19:07.213Z | Downloaded strum_macros v0.26.4 |
858 | 2024-08-23T21:19:07.213Z | Downloaded strum_macros v0.25.3 |
859 | 2024-08-23T21:19:07.213Z | Downloaded strum_macros v0.24.3 |
860 | 2024-08-23T21:19:07.213Z | Downloaded strum v0.26.3 |
861 | 2024-08-23T21:19:07.213Z | Downloaded structmeta-derive v0.3.0 |
862 | 2024-08-23T21:19:07.213Z | Downloaded structmeta-derive v0.2.0 |
863 | 2024-08-23T21:19:07.237Z | Downloaded structmeta v0.3.0 |
864 | 2024-08-23T21:19:07.237Z | Downloaded structmeta v0.2.0 |
865 | 2024-08-23T21:19:07.237Z | Downloaded strip-ansi-escapes v0.2.0 |
866 | 2024-08-23T21:19:07.237Z | Downloaded smallvec v0.6.14 |
867 | 2024-08-23T21:19:07.237Z | Downloaded slog-term v2.9.1 |
868 | 2024-08-23T21:19:07.237Z | Downloaded serde_plain v1.0.2 |
869 | 2024-08-23T21:19:07.237Z | Downloaded num-iter v0.1.45 |
870 | 2024-08-23T21:19:07.237Z | Downloaded num v0.4.3 |
871 | 2024-08-23T21:19:07.237Z | Downloaded nodrop v0.1.14 |
872 | 2024-08-23T21:19:07.237Z | Downloaded newtype_derive v0.1.6 |
873 | 2024-08-23T21:19:07.237Z | Downloaded mio v0.8.11 |
874 | 2024-08-23T21:19:07.237Z | Downloaded miniz_oxide v0.7.2 |
875 | 2024-08-23T21:19:07.238Z | Downloaded minimal-lexical v0.2.1 |
876 | 2024-08-23T21:19:07.262Z | Downloaded memmap2 v0.9.4 |
877 | 2024-08-23T21:19:07.262Z | Downloaded maybe-uninit v2.0.0 |
878 | 2024-08-23T21:19:07.262Z | Downloaded lru v0.12.3 |
879 | 2024-08-23T21:19:07.262Z | Downloaded libloading v0.8.3 |
880 | 2024-08-23T21:19:07.262Z | Downloaded blake3 v1.5.1 |
881 | 2024-08-23T21:19:07.262Z | Downloaded bindgen v0.69.4 |
882 | 2024-08-23T21:19:07.286Z | Downloaded parse-display v0.10.0 |
883 | 2024-08-23T21:19:07.286Z | Downloaded packed_struct_codegen v0.10.1 |
884 | 2024-08-23T21:19:07.286Z | Downloaded packed_struct v0.10.1 |
885 | 2024-08-23T21:19:07.286Z | Downloaded oso-derive v0.27.3 |
886 | 2024-08-23T21:19:07.286Z | Downloaded hubpack v0.1.2 |
887 | 2024-08-23T21:19:07.286Z | Downloaded hostname v0.4.0 |
888 | 2024-08-23T21:19:07.286Z | Downloaded hostname v0.3.1 |
889 | 2024-08-23T21:19:07.287Z | Downloaded home v0.5.9 |
890 | 2024-08-23T21:19:07.287Z | Downloaded whoami v1.5.1 |
891 | 2024-08-23T21:19:07.287Z | Downloaded which v4.4.2 |
892 | 2024-08-23T21:19:07.287Z | Downloaded want v0.3.1 |
893 | 2024-08-23T21:19:07.287Z | Downloaded waitgroup v0.1.2 |
894 | 2024-08-23T21:19:07.287Z | Downloaded wait-timeout v0.2.0 |
895 | 2024-08-23T21:19:07.287Z | Downloaded vte_generate_state_changes v0.1.1 |
896 | 2024-08-23T21:19:07.287Z | Downloaded vte v0.11.1 |
897 | 2024-08-23T21:19:07.314Z | Downloaded vsss-rs v3.3.4 |
898 | 2024-08-23T21:19:07.314Z | Downloaded uzers v0.11.3 |
899 | 2024-08-23T21:19:07.314Z | Downloaded untrusted v0.7.1 |
900 | 2024-08-23T21:19:07.314Z | Downloaded openssl-macros v0.1.1 |
901 | 2024-08-23T21:19:07.314Z | Downloaded normalize-line-endings v0.3.0 |
902 | 2024-08-23T21:19:07.314Z | Downloaded newline-converter v0.3.0 |
903 | 2024-08-23T21:19:07.314Z | Downloaded multimap v0.10.0 |
904 | 2024-08-23T21:19:07.314Z | Downloaded memoffset v0.9.1 |
905 | 2024-08-23T21:19:07.314Z | Downloaded maplit v1.0.2 |
906 | 2024-08-23T21:19:07.314Z | Downloaded lru-cache v0.1.2 |
907 | 2024-08-23T21:19:07.314Z | Downloaded linear-map v1.2.0 |
908 | 2024-08-23T21:19:07.315Z | Downloaded ipnet v2.9.0 |
909 | 2024-08-23T21:19:07.315Z | Downloaded inout v0.1.3 |
910 | 2024-08-23T21:19:07.315Z | Downloaded darling_core v0.20.9 |
911 | 2024-08-23T21:19:07.315Z | Downloaded crossterm v0.27.0 |
912 | 2024-08-23T21:19:07.339Z | Downloaded cbc v0.1.2 |
913 | 2024-08-23T21:19:07.339Z | Downloaded bytes v1.7.1 |
914 | 2024-08-23T21:19:07.339Z | Downloaded blake2 v0.10.6 |
915 | 2024-08-23T21:19:07.339Z | Downloaded allocator-api2 v0.2.18 |
916 | 2024-08-23T21:19:07.339Z | Downloaded aes v0.8.4 |
917 | 2024-08-23T21:19:07.339Z | Downloaded string_cache v0.8.7 |
918 | 2024-08-23T21:19:07.339Z | Downloaded static_assertions v1.1.0 |
919 | 2024-08-23T21:19:07.364Z | Downloaded stable_deref_trait v1.2.0 |
920 | 2024-08-23T21:19:07.364Z | Downloaded serde_arrays v0.1.0 |
921 | 2024-08-23T21:19:07.364Z | Downloaded serde-big-array v0.5.1 |
922 | 2024-08-23T21:19:07.364Z | Downloaded scopeguard v1.2.0 |
923 | 2024-08-23T21:19:07.364Z | Downloaded samael v0.0.15 |
924 | 2024-08-23T21:19:07.364Z | Downloaded number_prefix v0.4.0 |
925 | 2024-08-23T21:19:07.364Z | Downloaded num_enum_derive v0.5.11 |
926 | 2024-08-23T21:19:07.364Z | Downloaded libefi-sys v0.1.0 |
927 | 2024-08-23T21:19:07.364Z | Downloaded is-terminal v0.4.12 |
928 | 2024-08-23T21:19:07.364Z | Downloaded instability v0.3.2 |
929 | 2024-08-23T21:19:07.364Z | Downloaded defmt v0.3.8 |
930 | 2024-08-23T21:19:07.364Z | Downloaded darling v0.20.9 |
931 | 2024-08-23T21:19:07.388Z | Downloaded csv-core v0.1.11 |
932 | 2024-08-23T21:19:07.388Z | Downloaded crypto-bigint v0.5.5 |
933 | 2024-08-23T21:19:07.388Z | Downloaded crossbeam-deque v0.8.5 |
934 | 2024-08-23T21:19:07.388Z | Downloaded crossbeam-channel v0.5.12 |
935 | 2024-08-23T21:19:07.388Z | Downloaded crc32fast v1.4.0 |
936 | 2024-08-23T21:19:07.388Z | Downloaded crc-any v2.5.0 |
937 | 2024-08-23T21:19:07.388Z | Downloaded cookie_store v0.20.0 |
938 | 2024-08-23T21:19:07.388Z | Downloaded const_format v0.2.32 |
939 | 2024-08-23T21:19:07.413Z | Downloaded const-oid v0.9.6 |
940 | 2024-08-23T21:19:07.413Z | Downloaded compact_str v0.8.0 |
941 | 2024-08-23T21:19:07.413Z | Downloaded ciborium v0.2.2 |
942 | 2024-08-23T21:19:07.413Z | Downloaded chacha20poly1305 v0.10.1 |
943 | 2024-08-23T21:19:07.413Z | Downloaded chacha20 v0.9.1 |
944 | 2024-08-23T21:19:07.413Z | Downloaded cexpr v0.6.0 |
945 | 2024-08-23T21:19:07.413Z | Downloaded cc v1.0.97 |
946 | 2024-08-23T21:19:07.438Z | Downloaded cassowary v0.3.0 |
947 | 2024-08-23T21:19:07.438Z | Downloaded cancel-safe-futures v0.1.5 |
948 | 2024-08-23T21:19:07.438Z | Downloaded camino-tempfile v1.1.1 |
949 | 2024-08-23T21:19:07.438Z | Downloaded bzip2 v0.4.4 |
950 | 2024-08-23T21:19:07.438Z | Downloaded buf-list v1.0.3 |
951 | 2024-08-23T21:19:07.438Z | Downloaded base64ct v1.6.0 |
952 | 2024-08-23T21:19:07.438Z | Downloaded base64 v0.22.1 |
953 | 2024-08-23T21:19:07.438Z | Downloaded base64 v0.21.7 |
954 | 2024-08-23T21:19:07.438Z | Downloaded base64 v0.13.1 |
955 | 2024-08-23T21:19:07.465Z | Downloaded backtrace v0.3.71 |
956 | 2024-08-23T21:19:07.465Z | Downloaded arc-swap v1.7.1 |
957 | 2024-08-23T21:19:07.465Z | Downloaded ahash v0.8.11 |
958 | 2024-08-23T21:19:07.465Z | Downloaded semver v0.1.20 |
959 | 2024-08-23T21:19:07.465Z | Downloaded secrecy v0.8.0 |
960 | 2024-08-23T21:19:07.465Z | Downloaded num-rational v0.4.2 |
961 | 2024-08-23T21:19:07.465Z | Downloaded num-integer v0.1.46 |
962 | 2024-08-23T21:19:07.465Z | Downloaded multer v3.1.0 |
963 | 2024-08-23T21:19:07.490Z | Downloaded mockall v0.13.0 |
964 | 2024-08-23T21:19:07.490Z | Downloaded md-5 v0.10.6 |
965 | 2024-08-23T21:19:07.490Z | Downloaded managed v0.8.0 |
966 | 2024-08-23T21:19:07.490Z | Downloaded lock_api v0.4.12 |
967 | 2024-08-23T21:19:07.490Z | Downloaded lazy_static v1.5.0 |
968 | 2024-08-23T21:19:07.490Z | Downloaded keccak v0.1.5 |
969 | 2024-08-23T21:19:07.490Z | Downloaded indoc v1.0.9 |
970 | 2024-08-23T21:19:07.490Z | Downloaded indicatif v0.17.8 |
971 | 2024-08-23T21:19:07.490Z | Downloaded indexmap v1.9.3 |
972 | 2024-08-23T21:19:07.490Z | Downloaded cstr-argument v0.1.2 |
973 | 2024-08-23T21:19:07.490Z | Downloaded crossbeam-utils v0.8.19 |
974 | 2024-08-23T21:19:07.490Z | Downloaded crossbeam-epoch v0.9.18 |
975 | 2024-08-23T21:19:07.515Z | Downloaded cookie v0.18.1 |
976 | 2024-08-23T21:19:07.515Z | Downloaded cookie v0.17.0 |
977 | 2024-08-23T21:19:07.515Z | Downloaded convert_case v0.4.0 |
978 | 2024-08-23T21:19:07.515Z | Downloaded constant_time_eq v0.3.0 |
979 | 2024-08-23T21:19:07.515Z | Downloaded const_format_proc_macros v0.2.32 |
980 | 2024-08-23T21:19:07.515Z | Downloaded console v0.15.8 |
981 | 2024-08-23T21:19:07.515Z | Downloaded cobs v0.2.3 |
982 | 2024-08-23T21:19:07.515Z | Downloaded clang-sys v1.7.0 |
983 | 2024-08-23T21:19:07.515Z | Downloaded castaway v0.2.3 |
984 | 2024-08-23T21:19:07.515Z | Downloaded block-padding v0.3.3 |
985 | 2024-08-23T21:19:07.515Z | Downloaded bitstruct_derive v0.1.0 |
986 | 2024-08-23T21:19:07.515Z | Downloaded bitflags v1.3.2 |
987 | 2024-08-23T21:19:07.540Z | Downloaded bitfield-struct v0.6.1 |
988 | 2024-08-23T21:19:07.540Z | Downloaded bitfield v0.14.0 |
989 | 2024-08-23T21:19:07.540Z | Downloaded bit-set v0.5.3 |
990 | 2024-08-23T21:19:07.540Z | Downloaded bcs v0.1.6 |
991 | 2024-08-23T21:19:07.540Z | Downloaded arrayvec v0.7.4 |
992 | 2024-08-23T21:19:07.540Z | Downloaded argon2 v0.5.3 |
993 | 2024-08-23T21:19:07.540Z | Downloaded num_cpus v1.16.0 |
994 | 2024-08-23T21:19:07.540Z | Downloaded nibble_vec v0.1.0 |
995 | 2024-08-23T21:19:07.540Z | Downloaded newtype-uuid v1.1.0 |
996 | 2024-08-23T21:19:07.540Z | Downloaded new_debug_unreachable v1.0.6 |
997 | 2024-08-23T21:19:07.540Z | Downloaded mime v0.3.17 |
998 | 2024-08-23T21:19:07.540Z | Downloaded impl-trait-for-tuples v0.2.2 |
999 | 2024-08-23T21:19:07.540Z | Downloaded iana-time-zone v0.1.60 |
1000 | 2024-08-23T21:19:07.565Z | Downloaded debug-ignore v1.0.5 |
1001 | 2024-08-23T21:19:07.565Z | Downloaded data-encoding v2.6.0 |
1002 | 2024-08-23T21:19:07.565Z | Downloaded darling_macro v0.20.9 |
1003 | 2024-08-23T21:19:07.565Z | Downloaded curve25519-dalek-derive v0.1.1 |
1004 | 2024-08-23T21:19:07.565Z | Downloaded crucible-workspace-hack v0.1.0 |
1005 | 2024-08-23T21:19:07.565Z | Downloaded crc-catalog v2.4.0 |
1006 | 2024-08-23T21:19:07.565Z | Downloaded crc v3.2.1 |
1007 | 2024-08-23T21:19:07.565Z | Downloaded colored v2.1.0 |
1008 | 2024-08-23T21:19:07.565Z | Downloaded cipher v0.4.4 |
1009 | 2024-08-23T21:19:07.565Z | Downloaded ciborium-ll v0.2.2 |
1010 | 2024-08-23T21:19:07.565Z | Downloaded ciborium-io v0.2.2 |
1011 | 2024-08-23T21:19:07.565Z | Downloaded bit-vec v0.6.3 |
1012 | 2024-08-23T21:19:07.565Z | Downloaded bb8 v0.8.5 |
1013 | 2024-08-23T21:19:07.565Z | Downloaded backoff v0.4.0 |
1014 | 2024-08-23T21:19:07.565Z | Downloaded atomic-waker v1.1.2 |
1015 | 2024-08-23T21:19:07.589Z | Downloaded async-trait v0.1.81 |
1016 | 2024-08-23T21:19:07.589Z | Downloaded async-recursion v1.1.1 |
1017 | 2024-08-23T21:19:07.589Z | Downloaded ascii-canvas v3.0.0 |
1018 | 2024-08-23T21:19:07.589Z | Downloaded ascii v1.1.0 |
1019 | 2024-08-23T21:19:07.589Z | Downloaded array-init v0.0.4 |
1020 | 2024-08-23T21:19:07.589Z | Downloaded aead v0.5.2 |
1021 | 2024-08-23T21:19:07.589Z | Downloaded addr2line v0.21.0 |
1022 | 2024-08-23T21:19:07.589Z | Downloaded num_threads v0.1.7 |
1023 | 2024-08-23T21:19:07.589Z | Downloaded num-conv v0.1.0 |
1024 | 2024-08-23T21:19:07.589Z | Downloaded nanorand v0.7.0 |
1025 | 2024-08-23T21:19:07.590Z | Downloaded libsw v3.3.1 |
1026 | 2024-08-23T21:19:07.590Z | Downloaded lazycell v1.3.0 |
1027 | 2024-08-23T21:19:07.590Z | Downloaded kstat-rs v0.2.4 |
1028 | 2024-08-23T21:19:07.614Z | Downloaded jobserver v0.1.32 |
1029 | 2024-08-23T21:19:07.614Z | Downloaded ipnetwork v0.20.0 |
1030 | 2024-08-23T21:19:07.614Z | Downloaded indent_write v2.2.0 |
1031 | 2024-08-23T21:19:07.614Z | Downloaded hyper-tls v0.5.0 |
1032 | 2024-08-23T21:19:07.614Z | Downloaded hyper-staticfile v0.9.5 |
1033 | 2024-08-23T21:19:07.614Z | Downloaded cfg_aliases v0.1.1 |
1034 | 2024-08-23T21:19:07.614Z | Downloaded bitstruct v0.1.1 |
1035 | 2024-08-23T21:19:07.614Z | Downloaded base16ct v0.2.0 |
1036 | 2024-08-23T21:19:07.614Z | Downloaded atty v0.2.14 |
1037 | 2024-08-23T21:19:07.614Z | Downloaded async-stream v0.3.5 |
1038 | 2024-08-23T21:19:07.614Z | Downloaded arrayref v0.3.7 |
1039 | 2024-08-23T21:19:07.614Z | Downloaded adler v1.0.2 |
1040 | 2024-08-23T21:19:07.614Z | Downloaded lalrpop-util v0.19.12 |
1041 | 2024-08-23T21:19:07.614Z | Downloaded hubpack_derive v0.1.1 |
1042 | 2024-08-23T21:19:07.614Z | Downloaded defmt-macros v0.3.9 |
1043 | 2024-08-23T21:19:07.639Z | Downloaded is_ci v1.2.0 |
1044 | 2024-08-23T21:19:07.639Z | Downloaded instant v0.1.12 |
1045 | 2024-08-23T21:19:07.639Z | Downloaded hyper-rustls v0.24.2 |
1046 | 2024-08-23T21:19:07.639Z | Downloaded humantime v2.1.0 |
1047 | 2024-08-23T21:19:07.639Z | Downloaded crunchy v0.2.2 |
1048 | 2024-08-23T21:19:07.639Z | Downloaded atomicwrites v0.4.3 |
1049 | 2024-08-23T21:19:07.639Z | Downloaded async-stream-impl v0.3.5 |
1050 | 2024-08-23T21:19:07.746Z | Compiling cfg-if v1.0.0 |
1051 | 2024-08-23T21:19:07.746Z | Compiling serde v1.0.208 |
1052 | 2024-08-23T21:19:07.770Z | Compiling typenum v1.17.0 |
1053 | 2024-08-23T21:19:07.770Z | Compiling generic-array v0.14.7 |
1054 | 2024-08-23T21:19:07.770Z | Compiling lock_api v0.4.12 |
1055 | 2024-08-23T21:19:07.770Z | Compiling syn v2.0.74 |
1056 | 2024-08-23T21:19:07.770Z | Compiling scopeguard v1.2.0 |
1057 | 2024-08-23T21:19:07.795Z | Compiling log v0.4.21 |
1058 | 2024-08-23T21:19:07.926Z | Compiling getrandom v0.2.14 |
1059 | 2024-08-23T21:19:07.952Z | Compiling jobserver v0.1.32 |
1060 | 2024-08-23T21:19:08.196Z | Compiling rand_core v0.6.4 |
1061 | 2024-08-23T21:19:08.309Z | Compiling cc v1.0.97 |
1062 | 2024-08-23T21:19:08.411Z | Compiling subtle v2.5.0 |
1063 | 2024-08-23T21:19:08.458Z | Compiling const-oid v0.9.6 |
1064 | 2024-08-23T21:19:08.697Z | Compiling pin-project-lite v0.2.14 |
1065 | 2024-08-23T21:19:08.757Z | Compiling smallvec v1.13.2 |
1066 | 2024-08-23T21:19:08.789Z | Compiling parking_lot_core v0.9.10 |
1067 | 2024-08-23T21:19:08.831Z | Compiling signal-hook-registry v1.4.2 |
1068 | 2024-08-23T21:19:08.855Z | Compiling spin v0.9.8 |
1069 | 2024-08-23T21:19:09.177Z | Compiling mio v0.8.11 |
1070 | 2024-08-23T21:19:09.228Z | Compiling ahash v0.8.11 |
1071 | 2024-08-23T21:19:09.582Z | Compiling tinyvec_macros v0.1.1 |
1072 | 2024-08-23T21:19:09.676Z | Compiling parking_lot v0.12.2 |
1073 | 2024-08-23T21:19:09.701Z | Compiling tinyvec v1.6.0 |
1074 | 2024-08-23T21:19:09.881Z | Compiling socket2 v0.5.7 |
1075 | 2024-08-23T21:19:10.012Z | Compiling num_cpus v1.16.0 |
1076 | 2024-08-23T21:19:10.154Z | Compiling cpufeatures v0.2.12 |
1077 | 2024-08-23T21:19:10.217Z | Compiling futures-core v0.3.30 |
1078 | 2024-08-23T21:19:10.271Z | Compiling serde_json v1.0.125 |
1079 | 2024-08-23T21:19:10.421Z | Compiling libm v0.2.8 |
1080 | 2024-08-23T21:19:10.485Z | Compiling slab v0.4.9 |
1081 | 2024-08-23T21:19:10.553Z | Compiling num-traits v0.2.19 |
1082 | 2024-08-23T21:19:10.653Z | Compiling allocator-api2 v0.2.18 |
1083 | 2024-08-23T21:19:10.779Z | Compiling futures-sink v0.3.30 |
1084 | 2024-08-23T21:19:10.808Z | Compiling unicode-bidi v0.3.15 |
1085 | 2024-08-23T21:19:11.318Z | Compiling unicode-normalization v0.1.23 |
1086 | 2024-08-23T21:19:11.343Z | Compiling futures-channel v0.3.30 |
1087 | 2024-08-23T21:19:11.716Z | Compiling pkg-config v0.3.30 |
1088 | 2024-08-23T21:19:11.740Z | Compiling futures-task v0.3.30 |
1089 | 2024-08-23T21:19:11.764Z | Compiling pin-utils v0.1.0 |
1090 | 2024-08-23T21:19:11.844Z | Compiling vcpkg v0.2.15 |
1091 | 2024-08-23T21:19:11.901Z | Compiling futures-io v0.3.30 |
1092 | 2024-08-23T21:19:12.313Z | Compiling base64ct v1.6.0 |
1093 | 2024-08-23T21:19:12.413Z | Compiling percent-encoding v2.3.1 |
1094 | 2024-08-23T21:19:12.443Z | Compiling ring v0.17.8 |
1095 | 2024-08-23T21:19:12.510Z | Compiling flagset v0.4.5 |
1096 | 2024-08-23T21:19:12.835Z | Compiling ppv-lite86 v0.2.17 |
1097 | 2024-08-23T21:19:12.965Z | Compiling pem-rfc7468 v0.7.0 |
1098 | 2024-08-23T21:19:13.070Z | Compiling tracing-core v0.1.32 |
1099 | 2024-08-23T21:19:13.258Z | Compiling rustix v0.38.34 |
1100 | 2024-08-23T21:19:13.635Z | Compiling rand_chacha v0.3.1 |
1101 | 2024-08-23T21:19:13.752Z | Compiling untrusted v0.9.0 |
1102 | 2024-08-23T21:19:13.951Z | Compiling time-core v0.1.2 |
1103 | 2024-08-23T21:19:14.146Z | Compiling openssl-sys v0.9.103 |
1104 | 2024-08-23T21:19:14.170Z | Compiling rand v0.8.5 |
1105 | 2024-08-23T21:19:14.208Z | Compiling openssl v0.10.66 |
1106 | 2024-08-23T21:19:14.281Z | Compiling foreign-types-shared v0.1.1 |
1107 | 2024-08-23T21:19:14.420Z | Compiling num-conv v0.1.0 |
1108 | 2024-08-23T21:19:14.487Z | Compiling httparse v1.8.0 |
1109 | 2024-08-23T21:19:14.653Z | Compiling rustversion v1.0.17 |
1110 | 2024-08-23T21:19:14.721Z | Compiling powerfmt v0.2.0 |
1111 | 2024-08-23T21:19:14.941Z | Compiling time-macros v0.2.18 |
1112 | 2024-08-23T21:19:15.092Z | Compiling deranged v0.3.11 |
1113 | 2024-08-23T21:19:15.443Z | Compiling foreign-types v0.3.2 |
1114 | 2024-08-23T21:19:15.565Z | Compiling form_urlencoded v1.2.1 |
1115 | 2024-08-23T21:19:15.818Z | Compiling aho-corasick v1.1.3 |
1116 | 2024-08-23T21:19:15.942Z | Compiling siphasher v0.3.11 |
1117 | 2024-08-23T21:19:16.244Z | Compiling num_threads v0.1.7 |
1118 | 2024-08-23T21:19:16.304Z | Compiling try-lock v0.2.5 |
1119 | 2024-08-23T21:19:16.386Z | Compiling crossbeam-utils v0.8.19 |
1120 | 2024-08-23T21:19:16.453Z | Compiling syn v1.0.109 |
1121 | 2024-08-23T21:19:16.770Z | Compiling native-tls v0.2.11 |
1122 | 2024-08-23T21:19:16.942Z | Compiling regex-syntax v0.8.4 |
1123 | 2024-08-23T21:19:17.025Z | Compiling rustls v0.21.12 |
1124 | 2024-08-23T21:19:17.164Z | Compiling want v0.3.1 |
1125 | 2024-08-23T21:19:17.453Z | Compiling idna v0.5.0 |
1126 | 2024-08-23T21:19:17.971Z | Compiling socket2 v0.4.10 |
1127 | 2024-08-23T21:19:17.995Z | Compiling time v0.3.36 |
1128 | 2024-08-23T21:19:18.499Z | Compiling cookie v0.17.0 |
1129 | 2024-08-23T21:19:18.770Z | Compiling httpdate v1.0.3 |
1130 | 2024-08-23T21:19:18.797Z | Compiling iana-time-zone v0.1.60 |
1131 | 2024-08-23T21:19:18.886Z | Compiling finl_unicode v1.2.0 |
1132 | 2024-08-23T21:19:19.217Z | Compiling tower-service v0.3.2 |
1133 | 2024-08-23T21:19:19.254Z | Compiling openssl-probe v0.1.5 |
1134 | 2024-08-23T21:19:19.349Z | Compiling slog v2.7.0 |
1135 | 2024-08-23T21:19:19.546Z | Compiling adler v1.0.2 |
1136 | 2024-08-23T21:19:19.611Z | Compiling stringprep v0.1.4 |
1137 | 2024-08-23T21:19:19.765Z | Compiling miniz_oxide v0.7.2 |
1138 | 2024-08-23T21:19:19.982Z | Compiling url v2.5.2 |
1139 | 2024-08-23T21:19:20.771Z | Compiling regex-automata v0.4.6 |
1140 | 2024-08-23T21:19:21.819Z | Compiling serde_derive v1.0.208 |
1141 | 2024-08-23T21:19:21.872Z | Compiling zeroize_derive v1.4.2 |
1142 | 2024-08-23T21:19:22.101Z | Compiling zerocopy-derive v0.7.34 |
1143 | 2024-08-23T21:19:23.005Z | Compiling tokio-macros v2.3.0 |
1144 | 2024-08-23T21:19:23.051Z | Compiling thiserror-impl v1.0.63 |
1145 | 2024-08-23T21:19:23.086Z | Compiling futures-macro v0.3.30 |
1146 | 2024-08-23T21:19:23.298Z | Compiling zeroize v1.7.0 |
1147 | 2024-08-23T21:19:24.169Z | Compiling zerocopy v0.7.34 |
1148 | 2024-08-23T21:19:24.544Z | Compiling der_derive v0.7.2 |
1149 | 2024-08-23T21:19:24.963Z | Compiling crypto-common v0.1.6 |
1150 | 2024-08-23T21:19:24.987Z | Compiling block-buffer v0.10.4 |
1151 | 2024-08-23T21:19:25.196Z | Compiling digest v0.10.7 |
1152 | 2024-08-23T21:19:25.249Z | Compiling block-padding v0.3.3 |
1153 | 2024-08-23T21:19:25.522Z | Compiling inout v0.1.3 |
1154 | 2024-08-23T21:19:25.774Z | Compiling hmac v0.12.1 |
1155 | 2024-08-23T21:19:25.798Z | Compiling cipher v0.4.4 |
1156 | 2024-08-23T21:19:26.034Z | Compiling sha2 v0.10.8 |
1157 | 2024-08-23T21:19:26.172Z | Compiling thiserror v1.0.63 |
1158 | 2024-08-23T21:19:26.307Z | Compiling hashbrown v0.14.5 |
1159 | 2024-08-23T21:19:26.332Z | Compiling futures-util v0.3.30 |
1160 | 2024-08-23T21:19:26.386Z | Compiling pest v2.7.10 |
1161 | 2024-08-23T21:19:26.926Z | Compiling der v0.7.9 |
1162 | 2024-08-23T21:19:27.566Z | Compiling salsa20 v0.10.2 |
1163 | 2024-08-23T21:19:27.769Z | Compiling pbkdf2 v0.12.2 |
1164 | 2024-08-23T21:19:27.930Z | Compiling scroll_derive v0.12.0 |
1165 | 2024-08-23T21:19:29.142Z | Compiling pest_meta v2.7.10 |
1166 | 2024-08-23T21:19:29.294Z | Compiling tracing-attributes v0.1.27 |
1167 | 2024-08-23T21:19:29.429Z | Compiling scroll v0.12.0 |
1168 | 2024-08-23T21:19:30.002Z | Compiling spki v0.7.3 |
1169 | 2024-08-23T21:19:30.144Z | Compiling scrypt v0.11.0 |
1170 | 2024-08-23T21:19:30.445Z | Compiling aes v0.8.4 |
1171 | 2024-08-23T21:19:30.806Z | Compiling pest_generator v2.7.10 |
1172 | 2024-08-23T21:19:32.072Z | Compiling cbc v0.1.2 |
1173 | 2024-08-23T21:19:32.298Z | Compiling pkcs5 v0.7.1 |
1174 | 2024-08-23T21:19:32.669Z | Compiling goblin v0.8.2 |
1175 | 2024-08-23T21:19:32.916Z | Compiling openssl-macros v0.1.1 |
1176 | 2024-08-23T21:19:32.940Z | Compiling pkcs8 v0.10.2 |
1177 | 2024-08-23T21:19:32.968Z | Compiling tracing v0.1.40 |
1178 | 2024-08-23T21:19:33.439Z | Compiling sct v0.7.1 |
1179 | 2024-08-23T21:19:33.463Z | Compiling rustls-webpki v0.101.7 |
1180 | 2024-08-23T21:19:33.629Z | Compiling md-5 v0.10.6 |
1181 | 2024-08-23T21:19:33.653Z | Compiling num-integer v0.1.46 |
1182 | 2024-08-23T21:19:33.738Z | Compiling backtrace v0.3.71 |
1183 | 2024-08-23T21:19:33.877Z | Compiling idna v0.3.0 |
1184 | 2024-08-23T21:19:33.975Z | Compiling pest_derive v2.7.10 |
1185 | 2024-08-23T21:19:34.161Z | Compiling lazy_static v1.5.0 |
1186 | 2024-08-23T21:19:34.408Z | Compiling hash32 v0.2.1 |
1187 | 2024-08-23T21:19:34.440Z | Compiling cfg_aliases v0.1.1 |
1188 | 2024-08-23T21:19:34.543Z | Compiling crc32fast v1.4.0 |
1189 | 2024-08-23T21:19:34.730Z | Compiling dtrace-parser v0.2.0 |
1190 | 2024-08-23T21:19:34.784Z | Compiling base64 v0.22.1 |
1191 | 2024-08-23T21:19:35.034Z | Compiling psl-types v2.0.11 |
1192 | 2024-08-23T21:19:35.202Z | Compiling bytes v1.7.1 |
1193 | 2024-08-23T21:19:35.228Z | Compiling bitflags v2.6.0 |
1194 | 2024-08-23T21:19:35.554Z | Compiling indexmap v2.4.0 |
1195 | 2024-08-23T21:19:35.579Z | Compiling semver v1.0.23 |
1196 | 2024-08-23T21:19:36.389Z | Compiling tokio v1.38.1 |
1197 | 2024-08-23T21:19:36.532Z | Compiling http v0.2.12 |
1198 | 2024-08-23T21:19:36.836Z | Compiling rustc_version v0.4.0 |
1199 | 2024-08-23T21:19:37.556Z | Compiling heapless v0.7.17 |
1200 | 2024-08-23T21:19:37.959Z | Compiling http-body v0.4.6 |
1201 | 2024-08-23T21:19:38.335Z | Compiling dof v0.3.0 |
1202 | 2024-08-23T21:19:38.381Z | Compiling uuid v1.10.0 |
1203 | 2024-08-23T21:19:38.542Z | Compiling serde_tokenstream v0.2.2 |
1204 | 2024-08-23T21:19:38.855Z | Compiling serde_spanned v0.6.7 |
1205 | 2024-08-23T21:19:39.088Z | Compiling usdt-impl v0.5.0 |
1206 | 2024-08-23T21:19:39.151Z | Compiling toml_datetime v0.6.8 |
1207 | 2024-08-23T21:19:39.624Z | Compiling chrono v0.4.38 |
1208 | 2024-08-23T21:19:39.659Z | Compiling smoltcp v0.9.1 |
1209 | 2024-08-23T21:19:40.331Z | Compiling num-bigint-dig v0.8.4 |
1210 | 2024-08-23T21:19:40.411Z | Compiling gimli v0.28.1 |
1211 | 2024-08-23T21:19:40.534Z | Compiling signal-hook v0.3.17 |
1212 | 2024-08-23T21:19:40.638Z | Compiling stable_deref_trait v1.2.0 |
1213 | 2024-08-23T21:19:40.745Z | Compiling fallible-iterator v0.2.0 |
1214 | 2024-08-23T21:19:41.474Z | Compiling postgres-protocol v0.6.7 |
1215 | 2024-08-23T21:19:42.001Z | Compiling terminal_size v0.3.0 |
1216 | 2024-08-23T21:19:42.193Z | Compiling publicsuffix v2.2.3 |
1217 | 2024-08-23T21:19:42.505Z | Compiling nix v0.28.0 |
1218 | 2024-08-23T21:19:42.652Z | Compiling hubpack_derive v0.1.1 |
1219 | 2024-08-23T21:19:42.818Z | Compiling num-iter v0.1.45 |
1220 | 2024-08-23T21:19:43.002Z | Compiling async-trait v0.1.81 |
1221 | 2024-08-23T21:19:43.026Z | Compiling zerocopy-derive v0.6.6 |
1222 | 2024-08-23T21:19:43.478Z | Compiling phf_shared v0.11.2 |
1223 | 2024-08-23T21:19:43.819Z | Compiling serde_derive_internals v0.29.1 |
1224 | 2024-08-23T21:19:44.030Z | Compiling tokio-util v0.7.11 |
1225 | 2024-08-23T21:19:44.187Z | Compiling tokio-rustls v0.24.1 |
1226 | 2024-08-23T21:19:44.539Z | Compiling addr2line v0.21.0 |
1227 | 2024-08-23T21:19:44.861Z | Compiling tokio-native-tls v0.3.1 |
1228 | 2024-08-23T21:19:44.938Z | Compiling h2 v0.3.26 |
1229 | 2024-08-23T21:19:44.969Z | Compiling ff v0.13.0 |
1230 | 2024-08-23T21:19:45.124Z | Compiling object v0.32.2 |
1231 | 2024-08-23T21:19:45.159Z | Compiling fs-err v2.11.0 |
1232 | 2024-08-23T21:19:45.208Z | Compiling either v1.13.0 |
1233 | 2024-08-23T21:19:45.346Z | Compiling anyhow v1.0.86 |
1234 | 2024-08-23T21:19:45.520Z | Compiling bitflags v1.3.2 |
1235 | 2024-08-23T21:19:45.544Z | Compiling ipnet v2.9.0 |
1236 | 2024-08-23T21:19:45.623Z | Compiling base16ct v0.2.0 |
1237 | 2024-08-23T21:19:45.647Z | Compiling winnow v0.5.40 |
1238 | 2024-08-23T21:19:45.994Z | Compiling schemars v0.8.21 |
1239 | 2024-08-23T21:19:46.018Z | Compiling managed v0.8.0 |
1240 | 2024-08-23T21:19:46.322Z | Compiling base64 v0.21.7 |
1241 | 2024-08-23T21:19:46.429Z | Compiling rustc-demangle v0.1.24 |
1242 | 2024-08-23T21:19:46.520Z | Compiling schemars_derive v0.8.21 |
1243 | 2024-08-23T21:19:46.689Z | Compiling clap_builder v4.5.15 |
1244 | 2024-08-23T21:19:47.028Z | Compiling rustls-pemfile v1.0.4 |
1245 | 2024-08-23T21:19:47.636Z | Compiling sec1 v0.7.3 |
1246 | 2024-08-23T21:19:48.309Z | Compiling group v0.13.0 |
1247 | 2024-08-23T21:19:48.628Z | Compiling zerocopy v0.6.6 |
1248 | 2024-08-23T21:19:49.270Z | Compiling toml_edit v0.19.15 |
1249 | 2024-08-23T21:19:49.332Z | Compiling phf v0.11.2 |
1250 | 2024-08-23T21:19:49.377Z | Compiling cookie_store v0.20.0 |
1251 | 2024-08-23T21:19:49.497Z | Compiling hubpack v0.1.2 |
1252 | 2024-08-23T21:19:50.289Z | Compiling usdt-macro v0.5.0 |
1253 | 2024-08-23T21:19:50.862Z | Compiling usdt-attr-macro v0.5.0 |
1254 | 2024-08-23T21:19:50.886Z | Compiling postgres-types v0.2.7 |
1255 | 2024-08-23T21:19:51.722Z | Compiling hyper v0.14.30 |
1256 | 2024-08-23T21:19:52.431Z | Compiling serde_urlencoded v0.7.1 |
1257 | 2024-08-23T21:19:52.923Z | Compiling pkcs1 v0.7.5 |
1258 | 2024-08-23T21:19:53.242Z | Compiling futures-executor v0.3.30 |
1259 | 2024-08-23T21:19:53.805Z | Compiling hkdf v0.12.4 |
1260 | 2024-08-23T21:19:53.878Z | Compiling bstr v1.9.1 |
1261 | 2024-08-23T21:19:54.065Z | Compiling regex v1.10.6 |
1262 | 2024-08-23T21:19:54.593Z | Compiling signature v2.2.0 |
1263 | 2024-08-23T21:19:54.874Z | Compiling crypto-bigint v0.5.5 |
1264 | 2024-08-23T21:19:55.081Z | Compiling serde_repr v0.1.19 |
1265 | 2024-08-23T21:19:55.106Z | Compiling clap_derive v4.5.13 |
1266 | 2024-08-23T21:19:55.385Z | Compiling enum-as-inner v0.6.0 |
1267 | 2024-08-23T21:19:55.573Z | Compiling strum_macros v0.25.3 |
1268 | 2024-08-23T21:19:56.307Z | Compiling phf_shared v0.10.0 |
1269 | 2024-08-23T21:19:56.387Z | Compiling float-cmp v0.9.0 |
1270 | 2024-08-23T21:19:56.592Z | Compiling idna v0.4.0 |
1271 | 2024-08-23T21:19:56.622Z | Compiling mio v1.0.2 |
1272 | 2024-08-23T21:19:56.684Z | Compiling encoding_rs v0.8.34 |
1273 | 2024-08-23T21:19:57.713Z | Compiling normalize-line-endings v0.3.0 |
1274 | 2024-08-23T21:19:57.837Z | Compiling unicode-segmentation v1.11.0 |
1275 | 2024-08-23T21:19:58.100Z | Compiling precomputed-hash v0.1.1 |
1276 | 2024-08-23T21:19:58.203Z | Compiling hyper-tls v0.5.0 |
1277 | 2024-08-23T21:19:58.513Z | Compiling hyper-rustls v0.24.2 |
1278 | 2024-08-23T21:19:58.623Z | Compiling whoami v1.5.1 |
1279 | 2024-08-23T21:19:58.845Z | Compiling difflib v0.4.0 |
1280 | 2024-08-23T21:19:59.239Z | Compiling minimal-lexical v0.2.1 |
1281 | 2024-08-23T21:19:59.306Z | Compiling fixedbitset v0.4.2 |
1282 | 2024-08-23T21:19:59.641Z | Compiling predicates-core v1.0.6 |
1283 | 2024-08-23T21:19:59.741Z | Compiling bit-vec v0.6.3 |
1284 | 2024-08-23T21:19:59.765Z | Compiling sync_wrapper v0.1.2 |
1285 | 2024-08-23T21:19:59.897Z | Compiling webpki-roots v0.25.4 |
1286 | 2024-08-23T21:19:59.982Z | Compiling data-encoding v2.6.0 |
1287 | 2024-08-23T21:20:00.070Z | Compiling new_debug_unreachable v1.0.6 |
1288 | 2024-08-23T21:20:00.171Z | Compiling mime v0.3.17 |
1289 | 2024-08-23T21:20:00.198Z | Compiling static_assertions v1.1.0 |
1290 | 2024-08-23T21:20:00.327Z | Compiling dyn-clone v1.0.17 |
1291 | 2024-08-23T21:20:00.377Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1292 | 2024-08-23T21:20:00.401Z | Compiling string_cache v0.8.7 |
1293 | 2024-08-23T21:20:00.579Z | Compiling reqwest v0.11.27 |
1294 | 2024-08-23T21:20:00.844Z | Compiling hickory-proto v0.24.1 |
1295 | 2024-08-23T21:20:00.943Z | Compiling bit-set v0.5.3 |
1296 | 2024-08-23T21:20:01.175Z | Compiling toml_edit v0.22.20 |
1297 | 2024-08-23T21:20:01.233Z | Compiling predicates v3.1.2 |
1298 | 2024-08-23T21:20:02.176Z | Compiling console v0.15.8 |
1299 | 2024-08-23T21:20:02.722Z | Compiling clap v4.5.16 |
1300 | 2024-08-23T21:20:02.835Z | Compiling nom v7.1.3 |
1301 | 2024-08-23T21:20:02.860Z | Compiling petgraph v0.6.5 |
1302 | 2024-08-23T21:20:03.577Z | Compiling tokio-postgres v0.7.11 |
1303 | 2024-08-23T21:20:04.359Z | Compiling similar v2.6.0 |
1304 | 2024-08-23T21:20:06.155Z | Compiling usdt v0.5.0 |
1305 | 2024-08-23T21:20:06.229Z | Compiling elliptic-curve v0.13.8 |
1306 | 2024-08-23T21:20:06.525Z | Compiling signal-hook-mio v0.2.4 |
1307 | 2024-08-23T21:20:06.594Z | Compiling rsa v0.9.6 |
1308 | 2024-08-23T21:20:06.634Z | Compiling futures v0.3.30 |
1309 | 2024-08-23T21:20:06.750Z | Compiling toml v0.7.8 |
1310 | 2024-08-23T21:20:06.996Z | Compiling flate2 v1.0.31 |
1311 | 2024-08-23T21:20:08.244Z | Compiling itertools v0.10.5 |
1312 | 2024-08-23T21:20:08.622Z | Compiling itertools v0.12.1 |
1313 | 2024-08-23T21:20:08.716Z | Compiling tokio-stream v0.1.15 |
1314 | 2024-08-23T21:20:08.871Z | Compiling openapiv3 v2.0.0 |
1315 | 2024-08-23T21:20:09.576Z | Compiling hex v0.4.3 |
1316 | 2024-08-23T21:20:10.106Z | Compiling sha1 v0.10.6 |
1317 | 2024-08-23T21:20:10.174Z | Compiling crossbeam-epoch v0.9.18 |
1318 | 2024-08-23T21:20:10.548Z | Compiling dirs-sys-next v0.1.2 |
1319 | 2024-08-23T21:20:10.754Z | Compiling lalrpop-util v0.19.12 |
1320 | 2024-08-23T21:20:10.897Z | Compiling peg-runtime v0.8.3 |
1321 | 2024-08-23T21:20:11.136Z | Compiling unicode-xid v0.2.4 |
1322 | 2024-08-23T21:20:11.168Z | Compiling dirs-next v2.0.0 |
1323 | 2024-08-23T21:20:11.192Z | Compiling thread_local v1.1.8 |
1324 | 2024-08-23T21:20:11.308Z | Compiling slog-async v2.8.0 |
1325 | 2024-08-23T21:20:11.384Z | Compiling term v0.7.0 |
1326 | 2024-08-23T21:20:11.523Z | Compiling xattr v1.3.1 |
1327 | 2024-08-23T21:20:11.547Z | Compiling strum_macros v0.26.4 |
1328 | 2024-08-23T21:20:11.694Z | Compiling crossbeam-channel v0.5.12 |
1329 | 2024-08-23T21:20:11.781Z | Compiling filetime v0.2.24 |
1330 | 2024-08-23T21:20:11.872Z | Compiling is-terminal v0.4.12 |
1331 | 2024-08-23T21:20:11.999Z | Compiling take_mut v0.2.2 |
1332 | 2024-08-23T21:20:12.063Z | Compiling slog-term v2.9.1 |
1333 | 2024-08-23T21:20:12.149Z | Compiling tar v0.4.41 |
1334 | 2024-08-23T21:20:12.694Z | Compiling camino v1.1.9 |
1335 | 2024-08-23T21:20:13.936Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1336 | 2024-08-23T21:20:14.885Z | Compiling strum v0.26.3 |
1337 | 2024-08-23T21:20:15.005Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1338 | 2024-08-23T21:20:22.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
1339 | 2024-08-23T21:20:22.271Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1340 | 2024-08-23T21:20:22.343Z | Aug 23 21:20:21.851 INFO Starting download, target: Clickhouse |
1341 | 2024-08-23T21:20:22.343Z | Aug 23 21:20:21.852 INFO Starting download, target: Cockroach |
1342 | 2024-08-23T21:20:22.343Z | Aug 23 21:20:21.852 INFO Starting download, target: Console |
1343 | 2024-08-23T21:20:22.369Z | Aug 23 21:20:21.852 INFO Starting download, target: DendriteOpenapi |
1344 | 2024-08-23T21:20:22.369Z | Aug 23 21:20:21.852 INFO Starting download, target: MaghemiteMgd |
1345 | 2024-08-23T21:20:22.369Z | Aug 23 21:20:21.852 INFO Starting download, target: DendriteStub |
1346 | 2024-08-23T21:20:22.369Z | Aug 23 21:20:21.852 INFO Starting download, target: TransceiverControl |
1347 | 2024-08-23T21:20:22.369Z | Aug 23 21:20:21.853 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1348 | 2024-08-23T21:20:22.369Z | Aug 23 21:20:21.853 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1349 | 2024-08-23T21:20:22.369Z | Aug 23 21:20:21.853 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1350 | 2024-08-23T21:20:22.369Z | Aug 23 21:20:21.853 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1351 | 2024-08-23T21:20:22.369Z | Aug 23 21:20:21.853 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1352 | 2024-08-23T21:20:22.370Z | Aug 23 21:20:21.853 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1353 | 2024-08-23T21:20:22.370Z | Aug 23 21:20:21.853 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1354 | 2024-08-23T21:20:22.834Z | Aug 23 21:20:22.341 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1355 | 2024-08-23T21:20:22.860Z | Aug 23 21:20:22.346 INFO Download complete, target: DendriteOpenapi |
1356 | 2024-08-23T21:20:23.179Z | Aug 23 21:20:22.688 INFO Download complete, target: Console |
1357 | 2024-08-23T21:20:23.204Z | Aug 23 21:20:22.693 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1358 | 2024-08-23T21:20:23.981Z | Aug 23 21:20:23.490 INFO Download complete, target: TransceiverControl |
1359 | 2024-08-23T21:20:24.240Z | Aug 23 21:20:23.748 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1360 | 2024-08-23T21:20:24.377Z | Aug 23 21:20:23.886 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1361 | 2024-08-23T21:20:28.037Z | Aug 23 21:20:27.545 INFO Download complete, target: DendriteStub |
1362 | 2024-08-23T21:20:28.159Z | Aug 23 21:20:27.668 INFO Download complete, target: MaghemiteMgd |
1363 | 2024-08-23T21:20:30.854Z | Aug 23 21:20:30.363 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1364 | 2024-08-23T21:20:30.855Z | Aug 23 21:20:30.363 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1365 | 2024-08-23T21:20:36.621Z | Aug 23 21:20:36.130 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1366 | 2024-08-23T21:20:41.327Z | Aug 23 21:20:40.836 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1367 | 2024-08-23T21:20:41.724Z | Aug 23 21:20:41.233 INFO Checking that binary works, target: Cockroach |
1368 | 2024-08-23T21:20:41.957Z | Aug 23 21:20:41.466 INFO Download complete, target: Cockroach |
1369 | 2024-08-23T21:20:53.465Z | Aug 23 21:20:52.974 INFO Checking that binary works, target: Clickhouse |
1370 | 2024-08-23T21:20:53.748Z | Aug 23 21:20:53.257 INFO Download complete, target: Clickhouse |
1371 | 2024-08-23T21:20:53.783Z | All builder prerequisites installed successfully, and PATH looks valid |
1372 | 2024-08-23T21:20:53.809Z | |
1373 | 2024-08-23T21:20:53.809Z | real 4:01.709192780 |
1374 | 2024-08-23T21:20:53.809Z | user 11:07.084230205 |
1375 | 2024-08-23T21:20:53.809Z | sys 2:34.429320783 |
1376 | 2024-08-23T21:20:53.809Z | trap 0.407736775 |
1377 | 2024-08-23T21:20:53.809Z | tflt 0.749779053 |
1378 | 2024-08-23T21:20:53.809Z | dflt 1.637737771 |
1379 | 2024-08-23T21:20:53.809Z | kflt 0.008662729 |
1380 | 2024-08-23T21:20:53.809Z | lock 24:00.416617857 |
1381 | 2024-08-23T21:20:53.809Z | slp 41:44.724163963 |
1382 | 2024-08-23T21:20:53.809Z | lat 46.391411568 |
1383 | 2024-08-23T21:20:53.809Z | stop 1:48.376280580 |
1384 | 2024-08-23T21:20:53.809Z | + banner hack-check |
1385 | 2024-08-23T21:20:53.809Z | |
1386 | 2024-08-23T21:20:53.809Z | # # ## #### # # #### # # ###### #### # # |
1387 | 2024-08-23T21:20:53.809Z | # # # # # # # # # # # # # # # # # |
1388 | 2024-08-23T21:20:53.809Z | ###### # # # #### ##### # ###### ##### # #### |
1389 | 2024-08-23T21:20:53.809Z | # # ###### # # # # # # # # # # |
1390 | 2024-08-23T21:20:53.809Z | # # # # # # # # # # # # # # # # # |
1391 | 2024-08-23T21:20:53.809Z | # # # # #### # # #### # # ###### #### # # |
1392 | 2024-08-23T21:20:53.809Z | |
1393 | 2024-08-23T21:20:53.809Z | + export CARGO_INCREMENTAL=0 |
1394 | 2024-08-23T21:20:53.809Z | + CARGO_INCREMENTAL=0 |
1395 | 2024-08-23T21:20:53.809Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1396 | 2024-08-23T21:20:54.714Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1397 | 2024-08-23T21:20:59.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s |
1398 | 2024-08-23T21:20:59.909Z | Running `target/debug/xtask check-features --ci` |
1399 | 2024-08-23T21:20:59.938Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1400 | 2024-08-23T21:20:59.938Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1401 | 2024-08-23T21:21:00.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1402 | 2024-08-23T21:21:00.761Z | Running `target/debug/xtask download cargo-hack` |
1403 | 2024-08-23T21:21:01.924Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1404 | 2024-08-23T21:21:02.274Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1405 | 2024-08-23T21:21:08.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s |
1406 | 2024-08-23T21:21:08.590Z | Running `target/debug/xtask-downloader cargo-hack` |
1407 | 2024-08-23T21:21:08.640Z | Aug 23 21:21:08.149 INFO Starting download, target: CargoHack |
1408 | 2024-08-23T21:21:08.668Z | Aug 23 21:21:08.150 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1409 | 2024-08-23T21:21:09.317Z | Aug 23 21:21:08.827 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1410 | 2024-08-23T21:21:09.450Z | Aug 23 21:21:08.960 INFO Download complete, target: CargoHack |
1411 | 2024-08-23T21:21:09.475Z | 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" |
1412 | 2024-08-23T21:21:09.499Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1413 | 2024-08-23T21:21:09.712Z | info: running `cargo check --bins` on api_identity (1/154) |
1414 | 2024-08-23T21:21:10.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1415 | 2024-08-23T21:21:10.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1416 | 2024-08-23T21:21:10.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1417 | 2024-08-23T21:21:10.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
1418 | 2024-08-23T21:21:10.693Z | |
1419 | 2024-08-23T21:21:10.693Z | info: running `cargo check --bins` on bootstore (2/154) |
1420 | 2024-08-23T21:21:11.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1421 | 2024-08-23T21:21:11.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1422 | 2024-08-23T21:21:11.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1423 | 2024-08-23T21:21:11.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
1424 | 2024-08-23T21:21:11.663Z | |
1425 | 2024-08-23T21:21:11.663Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/154) |
1426 | 2024-08-23T21:21:12.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1427 | 2024-08-23T21:21:12.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1428 | 2024-08-23T21:21:12.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1429 | 2024-08-23T21:21:12.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
1430 | 2024-08-23T21:21:12.618Z | |
1431 | 2024-08-23T21:21:12.618Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/154) |
1432 | 2024-08-23T21:21:13.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1433 | 2024-08-23T21:21:13.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1434 | 2024-08-23T21:21:13.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1435 | 2024-08-23T21:21:13.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
1436 | 2024-08-23T21:21:13.600Z | |
1437 | 2024-08-23T21:21:13.600Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/154) |
1438 | 2024-08-23T21:21:14.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1439 | 2024-08-23T21:21:14.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1440 | 2024-08-23T21:21:14.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1441 | 2024-08-23T21:21:14.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1442 | 2024-08-23T21:21:14.370Z | |
1443 | 2024-08-23T21:21:14.370Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/154) |
1444 | 2024-08-23T21:21:15.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1445 | 2024-08-23T21:21:15.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1446 | 2024-08-23T21:21:15.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1447 | 2024-08-23T21:21:15.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1448 | 2024-08-23T21:21:15.136Z | |
1449 | 2024-08-23T21:21:15.136Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/154) |
1450 | 2024-08-23T21:21:15.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1451 | 2024-08-23T21:21:15.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1452 | 2024-08-23T21:21:15.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1453 | 2024-08-23T21:21:15.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1454 | 2024-08-23T21:21:15.950Z | |
1455 | 2024-08-23T21:21:15.951Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/154) |
1456 | 2024-08-23T21:21:16.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1457 | 2024-08-23T21:21:16.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1458 | 2024-08-23T21:21:16.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1459 | 2024-08-23T21:21:16.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1460 | 2024-08-23T21:21:16.694Z | |
1461 | 2024-08-23T21:21:16.694Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/154) |
1462 | 2024-08-23T21:21:17.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1463 | 2024-08-23T21:21:17.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1464 | 2024-08-23T21:21:17.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1465 | 2024-08-23T21:21:17.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1466 | 2024-08-23T21:21:17.419Z | |
1467 | 2024-08-23T21:21:17.419Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/154) |
1468 | 2024-08-23T21:21:18.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1469 | 2024-08-23T21:21:18.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1470 | 2024-08-23T21:21:18.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1471 | 2024-08-23T21:21:18.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1472 | 2024-08-23T21:21:18.122Z | |
1473 | 2024-08-23T21:21:18.122Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/154) |
1474 | 2024-08-23T21:21:18.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1475 | 2024-08-23T21:21:18.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1476 | 2024-08-23T21:21:18.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1477 | 2024-08-23T21:21:18.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1478 | 2024-08-23T21:21:18.835Z | |
1479 | 2024-08-23T21:21:18.835Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/154) |
1480 | 2024-08-23T21:21:19.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1481 | 2024-08-23T21:21:19.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1482 | 2024-08-23T21:21:19.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1483 | 2024-08-23T21:21:19.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1484 | 2024-08-23T21:21:19.558Z | |
1485 | 2024-08-23T21:21:19.558Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/154) |
1486 | 2024-08-23T21:21:20.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1487 | 2024-08-23T21:21:20.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1488 | 2024-08-23T21:21:20.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1489 | 2024-08-23T21:21:20.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1490 | 2024-08-23T21:21:20.312Z | |
1491 | 2024-08-23T21:21:20.312Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/154) |
1492 | 2024-08-23T21:21:20.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1493 | 2024-08-23T21:21:21.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1494 | 2024-08-23T21:21:21.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1495 | 2024-08-23T21:21:21.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1496 | 2024-08-23T21:21:21.060Z | |
1497 | 2024-08-23T21:21:21.060Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/154) |
1498 | 2024-08-23T21:21:21.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1499 | 2024-08-23T21:21:21.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1500 | 2024-08-23T21:21:21.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1501 | 2024-08-23T21:21:21.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1502 | 2024-08-23T21:21:21.796Z | |
1503 | 2024-08-23T21:21:21.796Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/154) |
1504 | 2024-08-23T21:21:22.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1505 | 2024-08-23T21:21:22.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1506 | 2024-08-23T21:21:22.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1507 | 2024-08-23T21:21:22.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1508 | 2024-08-23T21:21:22.521Z | |
1509 | 2024-08-23T21:21:22.521Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/154) |
1510 | 2024-08-23T21:21:23.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1511 | 2024-08-23T21:21:23.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1512 | 2024-08-23T21:21:23.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1513 | 2024-08-23T21:21:23.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1514 | 2024-08-23T21:21:23.239Z | |
1515 | 2024-08-23T21:21:23.239Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/154) |
1516 | 2024-08-23T21:21:23.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1517 | 2024-08-23T21:21:23.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1518 | 2024-08-23T21:21:23.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1519 | 2024-08-23T21:21:23.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1520 | 2024-08-23T21:21:23.977Z | |
1521 | 2024-08-23T21:21:23.977Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/154) |
1522 | 2024-08-23T21:21:24.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1523 | 2024-08-23T21:21:24.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1524 | 2024-08-23T21:21:24.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1525 | 2024-08-23T21:21:24.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1526 | 2024-08-23T21:21:24.710Z | |
1527 | 2024-08-23T21:21:24.710Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/154) |
1528 | 2024-08-23T21:21:25.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1529 | 2024-08-23T21:21:25.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1530 | 2024-08-23T21:21:25.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1531 | 2024-08-23T21:21:25.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1532 | 2024-08-23T21:21:25.484Z | |
1533 | 2024-08-23T21:21:25.484Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/154) |
1534 | 2024-08-23T21:21:26.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1535 | 2024-08-23T21:21:26.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1536 | 2024-08-23T21:21:26.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1537 | 2024-08-23T21:21:26.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1538 | 2024-08-23T21:21:26.189Z | |
1539 | 2024-08-23T21:21:26.189Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/154) |
1540 | 2024-08-23T21:21:26.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-08-23T21:21:26.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-08-23T21:21:26.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1543 | 2024-08-23T21:21:26.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1544 | 2024-08-23T21:21:26.943Z | |
1545 | 2024-08-23T21:21:26.943Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/154) |
1546 | 2024-08-23T21:21:27.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1547 | 2024-08-23T21:21:27.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1548 | 2024-08-23T21:21:27.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1549 | 2024-08-23T21:21:27.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1550 | 2024-08-23T21:21:27.671Z | |
1551 | 2024-08-23T21:21:27.671Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/154) |
1552 | 2024-08-23T21:21:28.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1553 | 2024-08-23T21:21:28.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1554 | 2024-08-23T21:21:28.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1555 | 2024-08-23T21:21:28.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1556 | 2024-08-23T21:21:28.371Z | |
1557 | 2024-08-23T21:21:28.371Z | info: running `cargo check --bins` on sled-hardware-types (25/154) |
1558 | 2024-08-23T21:21:29.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1559 | 2024-08-23T21:21:29.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1560 | 2024-08-23T21:21:29.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1561 | 2024-08-23T21:21:29.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
1562 | 2024-08-23T21:21:29.344Z | |
1563 | 2024-08-23T21:21:29.344Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/154) |
1564 | 2024-08-23T21:21:30.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1565 | 2024-08-23T21:21:30.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1566 | 2024-08-23T21:21:30.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1567 | 2024-08-23T21:21:30.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
1568 | 2024-08-23T21:21:30.316Z | |
1569 | 2024-08-23T21:21:30.316Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/154) |
1570 | 2024-08-23T21:21:31.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1571 | 2024-08-23T21:21:31.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1572 | 2024-08-23T21:21:31.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1573 | 2024-08-23T21:21:31.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
1574 | 2024-08-23T21:21:31.275Z | |
1575 | 2024-08-23T21:21:31.275Z | info: running `cargo check --bins` on oxlog (28/154) |
1576 | 2024-08-23T21:21:32.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1577 | 2024-08-23T21:21:32.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1578 | 2024-08-23T21:21:32.194Z | Checking cfg-if v1.0.0 |
1579 | 2024-08-23T21:21:32.218Z | Checking libc v0.2.156 |
1580 | 2024-08-23T21:21:32.218Z | Checking memchr v2.7.2 |
1581 | 2024-08-23T21:21:32.245Z | Checking serde v1.0.208 |
1582 | 2024-08-23T21:21:32.272Z | Checking zeroize v1.7.0 |
1583 | 2024-08-23T21:21:32.297Z | Checking typenum v1.17.0 |
1584 | 2024-08-23T21:21:32.297Z | Checking scopeguard v1.2.0 |
1585 | 2024-08-23T21:21:32.297Z | Checking byteorder v1.5.0 |
1586 | 2024-08-23T21:21:32.321Z | Checking log v0.4.21 |
1587 | 2024-08-23T21:21:32.434Z | Checking lock_api v0.4.12 |
1588 | 2024-08-23T21:21:32.597Z | Checking subtle v2.5.0 |
1589 | 2024-08-23T21:21:32.669Z | Checking const-oid v0.9.6 |
1590 | 2024-08-23T21:21:32.805Z | Checking once_cell v1.19.0 |
1591 | 2024-08-23T21:21:32.853Z | Checking itoa v1.0.11 |
1592 | 2024-08-23T21:21:33.117Z | Checking pin-project-lite v0.2.14 |
1593 | 2024-08-23T21:21:33.142Z | Checking smallvec v1.13.2 |
1594 | 2024-08-23T21:21:33.142Z | Checking zerocopy v0.7.34 |
1595 | 2024-08-23T21:21:33.166Z | Checking spin v0.9.8 |
1596 | 2024-08-23T21:21:33.302Z | Checking getrandom v0.2.14 |
1597 | 2024-08-23T21:21:33.384Z | Checking parking_lot_core v0.9.10 |
1598 | 2024-08-23T21:21:33.442Z | Checking signal-hook-registry v1.4.2 |
1599 | 2024-08-23T21:21:33.498Z | Checking mio v0.8.11 |
1600 | 2024-08-23T21:21:33.552Z | Checking rand_core v0.6.4 |
1601 | 2024-08-23T21:21:33.672Z | Checking tinyvec_macros v0.1.1 |
1602 | 2024-08-23T21:21:33.752Z | Checking parking_lot v0.12.2 |
1603 | 2024-08-23T21:21:33.777Z | Checking tinyvec v1.6.0 |
1604 | 2024-08-23T21:21:33.833Z | Checking num_cpus v1.16.0 |
1605 | 2024-08-23T21:21:33.963Z | Checking socket2 v0.5.7 |
1606 | 2024-08-23T21:21:34.075Z | Checking cpufeatures v0.2.12 |
1607 | 2024-08-23T21:21:34.100Z | Checking futures-core v0.3.30 |
1608 | 2024-08-23T21:21:34.161Z | Checking unicode-bidi v0.3.15 |
1609 | 2024-08-23T21:21:34.186Z | Checking allocator-api2 v0.2.18 |
1610 | 2024-08-23T21:21:34.286Z | Checking futures-sink v0.3.30 |
1611 | 2024-08-23T21:21:34.408Z | Checking libm v0.2.8 |
1612 | 2024-08-23T21:21:34.433Z | Checking ahash v0.8.11 |
1613 | 2024-08-23T21:21:34.464Z | Checking ryu v1.0.18 |
1614 | 2024-08-23T21:21:34.644Z | Checking equivalent v1.0.1 |
1615 | 2024-08-23T21:21:34.751Z | Checking futures-channel v0.3.30 |
1616 | 2024-08-23T21:21:34.776Z | Checking slab v0.4.9 |
1617 | 2024-08-23T21:21:34.808Z | Checking futures-io v0.3.30 |
1618 | 2024-08-23T21:21:34.900Z | Checking hashbrown v0.14.5 |
1619 | 2024-08-23T21:21:34.925Z | Checking unicode-normalization v0.1.23 |
1620 | 2024-08-23T21:21:34.983Z | Checking futures-task v0.3.30 |
1621 | 2024-08-23T21:21:35.027Z | Checking pin-utils v0.1.0 |
1622 | 2024-08-23T21:21:35.089Z | Checking base64ct v1.6.0 |
1623 | 2024-08-23T21:21:35.124Z | Checking ppv-lite86 v0.2.17 |
1624 | 2024-08-23T21:21:35.217Z | Checking futures-util v0.3.30 |
1625 | 2024-08-23T21:21:35.285Z | Checking num-traits v0.2.19 |
1626 | 2024-08-23T21:21:35.554Z | Checking pem-rfc7468 v0.7.0 |
1627 | 2024-08-23T21:21:35.744Z | Checking flagset v0.4.5 |
1628 | 2024-08-23T21:21:35.769Z | Checking percent-encoding v2.3.1 |
1629 | 2024-08-23T21:21:35.812Z | Checking rand_chacha v0.3.1 |
1630 | 2024-08-23T21:21:35.940Z | Checking tracing-core v0.1.32 |
1631 | 2024-08-23T21:21:35.972Z | Checking untrusted v0.9.0 |
1632 | 2024-08-23T21:21:36.023Z | Checking fnv v1.0.7 |
1633 | 2024-08-23T21:21:36.138Z | Checking ring v0.17.8 |
1634 | 2024-08-23T21:21:36.162Z | Checking thiserror v1.0.63 |
1635 | 2024-08-23T21:21:36.229Z | Checking rand v0.8.5 |
1636 | 2024-08-23T21:21:36.294Z | Checking foreign-types-shared v0.1.1 |
1637 | 2024-08-23T21:21:36.395Z | Checking foreign-types v0.3.2 |
1638 | 2024-08-23T21:21:36.485Z | Checking form_urlencoded v1.2.1 |
1639 | 2024-08-23T21:21:36.546Z | Checking tracing v0.1.40 |
1640 | 2024-08-23T21:21:36.691Z | Checking openssl-sys v0.9.103 |
1641 | 2024-08-23T21:21:36.738Z | Checking generic-array v0.14.7 |
1642 | 2024-08-23T21:21:36.830Z | Checking bytes v1.7.1 |
1643 | 2024-08-23T21:21:36.886Z | Checking bitflags v2.6.0 |
1644 | 2024-08-23T21:21:36.910Z | Checking indexmap v2.4.0 |
1645 | 2024-08-23T21:21:37.161Z | Checking serde_json v1.0.125 |
1646 | 2024-08-23T21:21:37.329Z | Checking der v0.7.9 |
1647 | 2024-08-23T21:21:37.567Z | Checking tokio v1.38.1 |
1648 | 2024-08-23T21:21:37.759Z | Checking crypto-common v0.1.6 |
1649 | 2024-08-23T21:21:37.871Z | Checking block-buffer v0.10.4 |
1650 | 2024-08-23T21:21:37.923Z | Checking block-padding v0.3.3 |
1651 | 2024-08-23T21:21:37.951Z | Checking http v0.2.12 |
1652 | 2024-08-23T21:21:38.108Z | Checking digest v0.10.7 |
1653 | 2024-08-23T21:21:38.133Z | Checking aho-corasick v1.1.3 |
1654 | 2024-08-23T21:21:38.160Z | Checking inout v0.1.3 |
1655 | 2024-08-23T21:21:38.406Z | Checking cipher v0.4.4 |
1656 | 2024-08-23T21:21:38.513Z | Checking hmac v0.12.1 |
1657 | 2024-08-23T21:21:38.747Z | Checking sha2 v0.10.8 |
1658 | 2024-08-23T21:21:38.795Z | Checking pbkdf2 v0.12.2 |
1659 | 2024-08-23T21:21:38.849Z | Checking salsa20 v0.10.2 |
1660 | 2024-08-23T21:21:38.962Z | Checking cbc v0.1.2 |
1661 | 2024-08-23T21:21:39.075Z | Checking aes v0.8.4 |
1662 | 2024-08-23T21:21:39.188Z | Checking try-lock v0.2.5 |
1663 | 2024-08-23T21:21:39.213Z | Checking spki v0.7.3 |
1664 | 2024-08-23T21:21:39.306Z | Checking siphasher v0.3.11 |
1665 | 2024-08-23T21:21:39.333Z | Checking unicode-ident v1.0.12 |
1666 | 2024-08-23T21:21:39.358Z | Checking scrypt v0.11.0 |
1667 | 2024-08-23T21:21:39.508Z | Checking powerfmt v0.2.0 |
1668 | 2024-08-23T21:21:39.532Z | Checking regex-syntax v0.8.4 |
1669 | 2024-08-23T21:21:39.573Z | Checking proc-macro2 v1.0.86 |
1670 | 2024-08-23T21:21:39.618Z | Checking want v0.3.1 |
1671 | 2024-08-23T21:21:39.791Z | Checking deranged v0.3.11 |
1672 | 2024-08-23T21:21:39.815Z | Checking http-body v0.4.6 |
1673 | 2024-08-23T21:21:39.839Z | Checking sct v0.7.1 |
1674 | 2024-08-23T21:21:39.977Z | Checking pkcs5 v0.7.1 |
1675 | 2024-08-23T21:21:40.036Z | Checking rustls-webpki v0.101.7 |
1676 | 2024-08-23T21:21:40.061Z | Checking openssl v0.10.66 |
1677 | 2024-08-23T21:21:40.258Z | Checking uuid v1.10.0 |
1678 | 2024-08-23T21:21:40.320Z | Checking idna v0.5.0 |
1679 | 2024-08-23T21:21:40.508Z | Checking pkcs8 v0.10.2 |
1680 | 2024-08-23T21:21:40.752Z | Checking httparse v1.8.0 |
1681 | 2024-08-23T21:21:40.819Z | Checking scroll v0.12.0 |
1682 | 2024-08-23T21:21:40.867Z | Checking socket2 v0.4.10 |
1683 | 2024-08-23T21:21:41.115Z | Checking errno v0.3.9 |
1684 | 2024-08-23T21:21:41.181Z | Checking openssl-probe v0.1.5 |
1685 | 2024-08-23T21:21:41.271Z | Checking num-conv v0.1.0 |
1686 | 2024-08-23T21:21:41.296Z | Checking ucd-trie v0.1.6 |
1687 | 2024-08-23T21:21:41.324Z | Checking tower-service v0.3.2 |
1688 | 2024-08-23T21:21:41.348Z | Checking iana-time-zone v0.1.60 |
1689 | 2024-08-23T21:21:41.424Z | Checking anstyle v1.0.8 |
1690 | 2024-08-23T21:21:41.475Z | Checking httpdate v1.0.3 |
1691 | 2024-08-23T21:21:41.499Z | Checking finl_unicode v1.2.0 |
1692 | 2024-08-23T21:21:41.524Z | Checking utf8parse v0.2.1 |
1693 | 2024-08-23T21:21:41.548Z | Checking num_threads v0.1.7 |
1694 | 2024-08-23T21:21:41.652Z | Checking time-core v0.1.2 |
1695 | 2024-08-23T21:21:41.676Z | Checking adler v1.0.2 |
1696 | 2024-08-23T21:21:41.703Z | Checking plain v0.2.3 |
1697 | 2024-08-23T21:21:41.780Z | Checking anstyle-parse v0.2.4 |
1698 | 2024-08-23T21:21:41.812Z | Checking time v0.3.36 |
1699 | 2024-08-23T21:21:41.843Z | Checking miniz_oxide v0.7.2 |
1700 | 2024-08-23T21:21:41.868Z | Checking goblin v0.8.2 |
1701 | 2024-08-23T21:21:42.042Z | Checking pest v2.7.10 |
1702 | 2024-08-23T21:21:42.098Z | Checking stringprep v0.1.4 |
1703 | 2024-08-23T21:21:42.338Z | Checking chrono v0.4.38 |
1704 | 2024-08-23T21:21:42.528Z | Checking rustix v0.38.34 |
1705 | 2024-08-23T21:21:42.632Z | Checking regex-automata v0.4.6 |
1706 | 2024-08-23T21:21:44.135Z | Checking url v2.5.2 |
1707 | 2024-08-23T21:21:44.174Z | Checking rustls v0.21.12 |
1708 | 2024-08-23T21:21:44.429Z | Checking quote v1.0.36 |
1709 | 2024-08-23T21:21:44.538Z | Checking md-5 v0.10.6 |
1710 | 2024-08-23T21:21:44.731Z | Checking num-integer v0.1.46 |
1711 | 2024-08-23T21:21:44.755Z | Checking serde_spanned v0.6.7 |
1712 | 2024-08-23T21:21:44.793Z | Checking tokio-util v0.7.11 |
1713 | 2024-08-23T21:21:44.928Z | Checking toml_datetime v0.6.8 |
1714 | 2024-08-23T21:21:44.952Z | Checking idna v0.3.0 |
1715 | 2024-08-23T21:21:45.119Z | Checking native-tls v0.2.11 |
1716 | 2024-08-23T21:21:45.208Z | Checking lazy_static v1.5.0 |
1717 | 2024-08-23T21:21:45.232Z | Checking hash32 v0.2.1 |
1718 | 2024-08-23T21:21:45.346Z | Checking stable_deref_trait v1.2.0 |
1719 | 2024-08-23T21:21:45.443Z | Checking anstyle-query v1.0.3 |
1720 | 2024-08-23T21:21:45.467Z | Checking is_terminal_polyfill v1.70.0 |
1721 | 2024-08-23T21:21:45.548Z | Checking base64 v0.22.1 |
1722 | 2024-08-23T21:21:45.584Z | Checking colorchoice v1.0.1 |
1723 | 2024-08-23T21:21:45.608Z | Checking fallible-iterator v0.2.0 |
1724 | 2024-08-23T21:21:45.653Z | Checking h2 v0.3.26 |
1725 | 2024-08-23T21:21:45.728Z | Checking gimli v0.28.1 |
1726 | 2024-08-23T21:21:45.797Z | Checking pretty-hex v0.4.1 |
1727 | 2024-08-23T21:21:45.988Z | Checking psl-types v2.0.11 |
1728 | 2024-08-23T21:21:46.046Z | Checking anstream v0.6.14 |
1729 | 2024-08-23T21:21:46.157Z | Checking publicsuffix v2.2.3 |
1730 | 2024-08-23T21:21:46.223Z | Checking postgres-protocol v0.6.7 |
1731 | 2024-08-23T21:21:46.396Z | Checking heapless v0.7.17 |
1732 | 2024-08-23T21:21:46.420Z | Checking tokio-native-tls v0.3.1 |
1733 | 2024-08-23T21:21:46.667Z | Checking num-iter v0.1.45 |
1734 | 2024-08-23T21:21:46.726Z | Checking dof v0.3.0 |
1735 | 2024-08-23T21:21:46.833Z | Checking syn v2.0.74 |
1736 | 2024-08-23T21:21:46.857Z | Checking dtrace-parser v0.2.0 |
1737 | 2024-08-23T21:21:46.979Z | Checking terminal_size v0.3.0 |
1738 | 2024-08-23T21:21:47.131Z | Checking cookie v0.17.0 |
1739 | 2024-08-23T21:21:47.280Z | Checking phf_shared v0.11.2 |
1740 | 2024-08-23T21:21:47.308Z | Checking ff v0.13.0 |
1741 | 2024-08-23T21:21:47.359Z | Checking tokio-rustls v0.24.1 |
1742 | 2024-08-23T21:21:47.399Z | Checking thread-id v4.2.1 |
1743 | 2024-08-23T21:21:47.497Z | Checking object v0.32.2 |
1744 | 2024-08-23T21:21:47.523Z | Checking managed v0.8.0 |
1745 | 2024-08-23T21:21:47.523Z | Checking winnow v0.5.40 |
1746 | 2024-08-23T21:21:47.547Z | Checking base16ct v0.2.0 |
1747 | 2024-08-23T21:21:47.686Z | Checking rustc-demangle v0.1.24 |
1748 | 2024-08-23T21:21:47.728Z | Checking base64 v0.21.7 |
1749 | 2024-08-23T21:21:47.875Z | Checking clap_lex v0.7.0 |
1750 | 2024-08-23T21:21:48.101Z | Checking either v1.13.0 |
1751 | 2024-08-23T21:21:48.127Z | Checking ipnet v2.9.0 |
1752 | 2024-08-23T21:21:48.187Z | Checking strsim v0.11.1 |
1753 | 2024-08-23T21:21:48.448Z | Checking bitflags v1.3.2 |
1754 | 2024-08-23T21:21:48.472Z | Checking clap_builder v4.5.15 |
1755 | 2024-08-23T21:21:48.549Z | Checking smoltcp v0.9.1 |
1756 | 2024-08-23T21:21:48.573Z | Checking rustls-pemfile v1.0.4 |
1757 | 2024-08-23T21:21:48.751Z | Checking sec1 v0.7.3 |
1758 | 2024-08-23T21:21:49.100Z | Checking phf v0.11.2 |
1759 | 2024-08-23T21:21:49.261Z | Checking addr2line v0.21.0 |
1760 | 2024-08-23T21:21:49.376Z | Checking group v0.13.0 |
1761 | 2024-08-23T21:21:49.620Z | Checking cookie_store v0.20.0 |
1762 | 2024-08-23T21:21:49.728Z | Checking bstr v1.9.1 |
1763 | 2024-08-23T21:21:49.978Z | Checking regex v1.10.6 |
1764 | 2024-08-23T21:21:50.207Z | Checking num-bigint-dig v0.8.4 |
1765 | 2024-08-23T21:21:50.263Z | Checking toml_edit v0.19.15 |
1766 | 2024-08-23T21:21:50.598Z | Checking postgres-types v0.2.7 |
1767 | 2024-08-23T21:21:50.655Z | Checking pkcs1 v0.7.5 |
1768 | 2024-08-23T21:21:51.030Z | Checking futures-executor v0.3.30 |
1769 | 2024-08-23T21:21:51.231Z | Checking phf_shared v0.10.0 |
1770 | 2024-08-23T21:21:51.279Z | Checking hkdf v0.12.4 |
1771 | 2024-08-23T21:21:51.382Z | Checking signature v2.2.0 |
1772 | 2024-08-23T21:21:51.471Z | Checking crypto-bigint v0.5.5 |
1773 | 2024-08-23T21:21:51.495Z | Checking float-cmp v0.9.0 |
1774 | 2024-08-23T21:21:51.542Z | Checking serde_urlencoded v0.7.1 |
1775 | 2024-08-23T21:21:51.662Z | Checking hubpack v0.1.2 |
1776 | 2024-08-23T21:21:51.686Z | Checking hyper v0.14.30 |
1777 | 2024-08-23T21:21:51.921Z | Checking zerocopy v0.6.6 |
1778 | 2024-08-23T21:21:51.956Z | Checking crossbeam-utils v0.8.19 |
1779 | 2024-08-23T21:21:52.292Z | Checking signal-hook v0.3.17 |
1780 | 2024-08-23T21:21:52.555Z | Checking crc32fast v1.4.0 |
1781 | 2024-08-23T21:21:52.608Z | Checking usdt-impl v0.5.0 |
1782 | 2024-08-23T21:21:52.632Z | Checking idna v0.4.0 |
1783 | 2024-08-23T21:21:52.632Z | Checking memmap v0.7.0 |
1784 | 2024-08-23T21:21:52.663Z | Checking mio v1.0.2 |
1785 | 2024-08-23T21:21:52.778Z | Checking encoding_rs v0.8.34 |
1786 | 2024-08-23T21:21:52.861Z | Checking predicates-core v1.0.6 |
1787 | 2024-08-23T21:21:53.034Z | Checking new_debug_unreachable v1.0.6 |
1788 | 2024-08-23T21:21:53.087Z | Checking unicode-width v0.1.13 |
1789 | 2024-08-23T21:21:53.122Z | Checking data-encoding v2.6.0 |
1790 | 2024-08-23T21:21:53.164Z | Checking backtrace v0.3.71 |
1791 | 2024-08-23T21:21:53.236Z | Checking static_assertions v1.1.0 |
1792 | 2024-08-23T21:21:53.279Z | Checking sync_wrapper v0.1.2 |
1793 | 2024-08-23T21:21:53.330Z | Checking webpki-roots v0.25.4 |
1794 | 2024-08-23T21:21:53.399Z | Checking normalize-line-endings v0.3.0 |
1795 | 2024-08-23T21:21:53.430Z | Checking bit-vec v0.6.3 |
1796 | 2024-08-23T21:21:53.475Z | Checking dyn-clone v1.0.17 |
1797 | 2024-08-23T21:21:53.514Z | Checking precomputed-hash v0.1.1 |
1798 | 2024-08-23T21:21:53.611Z | Checking mime v0.3.17 |
1799 | 2024-08-23T21:21:53.635Z | Checking whoami v1.5.1 |
1800 | 2024-08-23T21:21:53.700Z | Checking minimal-lexical v0.2.1 |
1801 | 2024-08-23T21:21:53.734Z | Checking difflib v0.4.0 |
1802 | 2024-08-23T21:21:53.758Z | Checking fixedbitset v0.4.2 |
1803 | 2024-08-23T21:21:53.925Z | Checking unicode-segmentation v1.11.0 |
1804 | 2024-08-23T21:21:53.948Z | Checking winnow v0.6.18 |
1805 | 2024-08-23T21:21:53.984Z | Checking petgraph v0.6.5 |
1806 | 2024-08-23T21:21:54.042Z | Checking predicates v3.1.2 |
1807 | 2024-08-23T21:21:54.071Z | Checking nom v7.1.3 |
1808 | 2024-08-23T21:21:54.101Z | Checking elliptic-curve v0.13.8 |
1809 | 2024-08-23T21:21:54.515Z | Checking similar v2.6.0 |
1810 | 2024-08-23T21:21:54.665Z | Checking tokio-postgres v0.7.11 |
1811 | 2024-08-23T21:21:54.689Z | Checking bit-set v0.5.3 |
1812 | 2024-08-23T21:21:54.920Z | Checking hickory-proto v0.24.1 |
1813 | 2024-08-23T21:21:55.006Z | Checking anyhow v1.0.86 |
1814 | 2024-08-23T21:21:55.299Z | Checking string_cache v0.8.7 |
1815 | 2024-08-23T21:21:55.390Z | Checking schemars v0.8.21 |
1816 | 2024-08-23T21:21:55.572Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1817 | 2024-08-23T21:21:56.654Z | Checking toml_edit v0.22.20 |
1818 | 2024-08-23T21:21:56.779Z | Checking console v0.15.8 |
1819 | 2024-08-23T21:21:56.898Z | Checking signal-hook-mio v0.2.4 |
1820 | 2024-08-23T21:21:57.032Z | Checking usdt v0.5.0 |
1821 | 2024-08-23T21:21:57.097Z | Checking flate2 v1.0.31 |
1822 | 2024-08-23T21:21:57.280Z | Checking toml v0.7.8 |
1823 | 2024-08-23T21:21:57.305Z | Checking crossbeam-epoch v0.9.18 |
1824 | 2024-08-23T21:21:57.575Z | Checking rsa v0.9.6 |
1825 | 2024-08-23T21:21:57.598Z | Checking hyper-rustls v0.24.2 |
1826 | 2024-08-23T21:21:57.686Z | Checking hyper-tls v0.5.0 |
1827 | 2024-08-23T21:21:57.710Z | Checking clap v4.5.16 |
1828 | 2024-08-23T21:21:57.810Z | Checking futures v0.3.30 |
1829 | 2024-08-23T21:21:57.876Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1830 | 2024-08-23T21:21:57.900Z | Checking itertools v0.12.1 |
1831 | 2024-08-23T21:21:57.930Z | Checking itertools v0.10.5 |
1832 | 2024-08-23T21:21:57.954Z | Checking tokio-stream v0.1.15 |
1833 | 2024-08-23T21:21:57.978Z | Checking reqwest v0.11.27 |
1834 | 2024-08-23T21:21:58.515Z | Checking fs-err v2.11.0 |
1835 | 2024-08-23T21:21:58.715Z | Checking nix v0.28.0 |
1836 | 2024-08-23T21:21:59.052Z | Checking slog v2.7.0 |
1837 | 2024-08-23T21:21:59.076Z | Checking openapiv3 v2.0.0 |
1838 | 2024-08-23T21:21:59.202Z | Checking sha1 v0.10.6 |
1839 | 2024-08-23T21:21:59.452Z | Checking hex v0.4.3 |
1840 | 2024-08-23T21:21:59.508Z | Checking semver v1.0.23 |
1841 | 2024-08-23T21:21:59.547Z | Checking lalrpop-util v0.19.12 |
1842 | 2024-08-23T21:21:59.820Z | Checking peg-runtime v0.8.3 |
1843 | 2024-08-23T21:21:59.899Z | Checking camino v1.1.9 |
1844 | 2024-08-23T21:21:59.923Z | Checking sigpipe v0.1.3 |
1845 | 2024-08-23T21:22:02.243Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1846 | 2024-08-23T21:22:02.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.46s |
1847 | 2024-08-23T21:22:02.872Z | |
1848 | 2024-08-23T21:22:02.872Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/154) |
1849 | 2024-08-23T21:22:03.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1850 | 2024-08-23T21:22:03.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1851 | 2024-08-23T21:22:04.041Z | Compiling regress v0.9.1 |
1852 | 2024-08-23T21:22:04.071Z | Checking strum v0.26.3 |
1853 | 2024-08-23T21:22:04.104Z | Checking heck v0.5.0 |
1854 | 2024-08-23T21:22:04.128Z | Compiling getopts v0.2.21 |
1855 | 2024-08-23T21:22:04.128Z | Checking dirs-sys-next v0.1.2 |
1856 | 2024-08-23T21:22:04.158Z | Compiling unsafe-libyaml v0.2.11 |
1857 | 2024-08-23T21:22:04.221Z | Checking http v1.1.0 |
1858 | 2024-08-23T21:22:04.303Z | Checking thread_local v1.1.8 |
1859 | 2024-08-23T21:22:04.327Z | Checking dirs-next v2.0.0 |
1860 | 2024-08-23T21:22:04.438Z | Compiling ident_case v1.0.1 |
1861 | 2024-08-23T21:22:04.506Z | Checking rustls-pki-types v1.7.0 |
1862 | 2024-08-23T21:22:04.586Z | Compiling darling_core v0.20.9 |
1863 | 2024-08-23T21:22:04.610Z | Checking term v0.7.0 |
1864 | 2024-08-23T21:22:04.883Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1865 | 2024-08-23T21:22:04.972Z | Checking crossbeam-channel v0.5.12 |
1866 | 2024-08-23T21:22:05.003Z | Checking is-terminal v0.4.12 |
1867 | 2024-08-23T21:22:05.118Z | Checking atty v0.2.14 |
1868 | 2024-08-23T21:22:05.185Z | Compiling paste v1.0.15 |
1869 | 2024-08-23T21:22:05.246Z | Checking take_mut v0.2.2 |
1870 | 2024-08-23T21:22:05.397Z | Compiling serde_yaml v0.9.34+deprecated |
1871 | 2024-08-23T21:22:05.570Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1872 | 2024-08-23T21:22:05.696Z | Checking utf-8 v0.7.6 |
1873 | 2024-08-23T21:22:05.724Z | Checking termcolor v1.4.1 |
1874 | 2024-08-23T21:22:05.883Z | Checking humantime v2.1.0 |
1875 | 2024-08-23T21:22:05.908Z | Compiling rustls v0.22.4 |
1876 | 2024-08-23T21:22:06.011Z | Checking slog-async v2.8.0 |
1877 | 2024-08-23T21:22:06.156Z | Checking env_logger v0.9.3 |
1878 | 2024-08-23T21:22:06.193Z | Checking slog-term v2.9.1 |
1879 | 2024-08-23T21:22:06.218Z | Checking rustls-webpki v0.102.4 |
1880 | 2024-08-23T21:22:06.276Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-08-23T21:22:06.585Z | Compiling proc-macro-crate v1.3.1 |
1882 | 2024-08-23T21:22:06.610Z | Compiling bitstruct_derive v0.1.0 |
1883 | 2024-08-23T21:22:06.663Z | Compiling structmeta-derive v0.3.0 |
1884 | 2024-08-23T21:22:06.899Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-23T21:22:07.017Z | Compiling multer v3.1.0 |
1886 | 2024-08-23T21:22:07.292Z | Checking match_cfg v0.1.0 |
1887 | 2024-08-23T21:22:07.381Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1888 | 2024-08-23T21:22:07.443Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1889 | 2024-08-23T21:22:07.658Z | Checking ascii v1.1.0 |
1890 | 2024-08-23T21:22:07.856Z | Checking bitstruct v0.1.1 |
1891 | 2024-08-23T21:22:07.987Z | Compiling num_enum_derive v0.5.11 |
1892 | 2024-08-23T21:22:08.041Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1893 | 2024-08-23T21:22:08.823Z | Checking hostname v0.3.1 |
1894 | 2024-08-23T21:22:08.937Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-08-23T21:22:09.080Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1896 | 2024-08-23T21:22:09.313Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1897 | 2024-08-23T21:22:09.408Z | Compiling structmeta v0.3.0 |
1898 | 2024-08-23T21:22:09.583Z | Checking slog-json v2.6.1 |
1899 | 2024-08-23T21:22:09.723Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1900 | 2024-08-23T21:22:09.829Z | Checking erased-serde v0.3.31 |
1901 | 2024-08-23T21:22:09.896Z | Checking serde_arrays v0.1.0 |
1902 | 2024-08-23T21:22:09.965Z | Compiling async-stream-impl v0.3.5 |
1903 | 2024-08-23T21:22:10.048Z | Compiling foreign-types-macros v0.2.3 |
1904 | 2024-08-23T21:22:10.457Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1905 | 2024-08-23T21:22:10.492Z | Checking atomic-waker v1.1.2 |
1906 | 2024-08-23T21:22:10.636Z | Checking foreign-types-shared v0.3.1 |
1907 | 2024-08-23T21:22:10.756Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1908 | 2024-08-23T21:22:10.782Z | Checking arc-swap v1.7.1 |
1909 | 2024-08-23T21:22:10.926Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-08-23T21:22:11.181Z | Checking waitgroup v0.1.2 |
1911 | 2024-08-23T21:22:11.230Z | Checking slog-scope v4.4.0 |
1912 | 2024-08-23T21:22:11.317Z | Checking num_enum v0.5.11 |
1913 | 2024-08-23T21:22:11.341Z | Compiling darling_macro v0.20.9 |
1914 | 2024-08-23T21:22:11.416Z | Compiling parse-display-derive v0.10.0 |
1915 | 2024-08-23T21:22:11.441Z | Checking async-stream v0.3.5 |
1916 | 2024-08-23T21:22:11.465Z | Checking foreign-types v0.5.0 |
1917 | 2024-08-23T21:22:11.489Z | Checking slog-bunyan v2.5.0 |
1918 | 2024-08-23T21:22:11.576Z | Compiling proc-macro-error v1.0.4 |
1919 | 2024-08-23T21:22:11.783Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1920 | 2024-08-23T21:22:11.995Z | Checking toml v0.8.19 |
1921 | 2024-08-23T21:22:12.068Z | Checking tungstenite v0.20.1 |
1922 | 2024-08-23T21:22:12.216Z | Compiling darling v0.20.9 |
1923 | 2024-08-23T21:22:12.240Z | Checking rustls-pemfile v2.1.3 |
1924 | 2024-08-23T21:22:12.338Z | Compiling serde_with_macros v3.9.0 |
1925 | 2024-08-23T21:22:12.481Z | Compiling heck v0.3.3 |
1926 | 2024-08-23T21:22:12.568Z | Checking tokio-rustls v0.25.0 |
1927 | 2024-08-23T21:22:12.724Z | Checking newtype-uuid v1.1.0 |
1928 | 2024-08-23T21:22:12.906Z | Checking ipnetwork v0.20.0 |
1929 | 2024-08-23T21:22:12.933Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1930 | 2024-08-23T21:22:12.957Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1931 | 2024-08-23T21:22:12.981Z | Checking serde_path_to_error v0.1.16 |
1932 | 2024-08-23T21:22:13.256Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1933 | 2024-08-23T21:22:13.572Z | Checking hostname v0.4.0 |
1934 | 2024-08-23T21:22:13.713Z | Checking cstr-argument v0.1.2 |
1935 | 2024-08-23T21:22:13.749Z | Checking instant v0.1.12 |
1936 | 2024-08-23T21:22:13.852Z | Checking pretty-hex v0.2.1 |
1937 | 2024-08-23T21:22:13.876Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1938 | 2024-08-23T21:22:13.999Z | Checking fastrand v2.1.0 |
1939 | 2024-08-23T21:22:14.024Z | Checking debug-ignore v1.0.5 |
1940 | 2024-08-23T21:22:14.141Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1941 | 2024-08-23T21:22:14.165Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1942 | 2024-08-23T21:22:14.288Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1943 | 2024-08-23T21:22:14.313Z | Checking tempfile v3.10.1 |
1944 | 2024-08-23T21:22:14.405Z | Checking backoff v0.4.0 |
1945 | 2024-08-23T21:22:14.645Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1946 | 2024-08-23T21:22:14.684Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1947 | 2024-08-23T21:22:14.728Z | Checking tokio-tungstenite v0.20.1 |
1948 | 2024-08-23T21:22:14.904Z | Compiling zone_cfg_derive v0.1.2 |
1949 | 2024-08-23T21:22:15.010Z | Checking serde_with v3.9.0 |
1950 | 2024-08-23T21:22:15.035Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1951 | 2024-08-23T21:22:15.163Z | Checking slog-stdlog v4.1.1 |
1952 | 2024-08-23T21:22:15.345Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1953 | 2024-08-23T21:22:15.497Z | Checking tungstenite v0.21.0 |
1954 | 2024-08-23T21:22:15.751Z | Checking parse-display v0.10.0 |
1955 | 2024-08-23T21:22:15.829Z | Checking colored v2.1.0 |
1956 | 2024-08-23T21:22:16.041Z | Checking macaddr v1.0.1 |
1957 | 2024-08-23T21:22:16.191Z | Checking base64 v0.13.1 |
1958 | 2024-08-23T21:22:16.398Z | Checking tokio-tungstenite v0.21.0 |
1959 | 2024-08-23T21:22:16.458Z | Checking zone v0.1.8 |
1960 | 2024-08-23T21:22:16.567Z | Checking ron v0.7.1 |
1961 | 2024-08-23T21:22:16.816Z | Checking slog-envlogger v2.2.0 |
1962 | 2024-08-23T21:22:17.043Z | Checking pem v3.0.4 |
1963 | 2024-08-23T21:22:17.067Z | Checking tabwriter v1.4.0 |
1964 | 2024-08-23T21:22:17.289Z | Checking xattr v1.3.1 |
1965 | 2024-08-23T21:22:17.313Z | Checking portpicker v0.1.1 |
1966 | 2024-08-23T21:22:17.415Z | Checking yasna v0.5.2 |
1967 | 2024-08-23T21:22:17.488Z | Checking headers-core v0.2.0 |
1968 | 2024-08-23T21:22:17.626Z | Checking smf v0.2.3 |
1969 | 2024-08-23T21:22:17.650Z | Checking filetime v0.2.24 |
1970 | 2024-08-23T21:22:17.843Z | Checking same-file v1.0.6 |
1971 | 2024-08-23T21:22:17.972Z | Checking tar v0.4.41 |
1972 | 2024-08-23T21:22:18.009Z | Checking walkdir v2.5.0 |
1973 | 2024-08-23T21:22:18.050Z | Checking headers v0.3.9 |
1974 | 2024-08-23T21:22:18.218Z | Checking atomicwrites v0.4.3 |
1975 | 2024-08-23T21:22:18.242Z | Checking rcgen v0.12.1 |
1976 | 2024-08-23T21:22:18.271Z | Checking camino-tempfile v1.1.1 |
1977 | 2024-08-23T21:22:18.409Z | Checking subprocess v0.2.9 |
1978 | 2024-08-23T21:22:19.366Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1979 | 2024-08-23T21:22:19.629Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1980 | 2024-08-23T21:22:22.437Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1981 | 2024-08-23T21:22:25.143Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1982 | 2024-08-23T21:22:25.260Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1983 | 2024-08-23T21:22:29.957Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1984 | 2024-08-23T21:22:39.115Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1985 | 2024-08-23T21:22:39.289Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1986 | 2024-08-23T21:22:39.289Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1987 | 2024-08-23T21:22:43.703Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1988 | 2024-08-23T21:22:43.766Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1989 | 2024-08-23T21:22:52.147Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1990 | 2024-08-23T21:22:54.134Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1991 | 2024-08-23T21:22:55.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.86s |
1992 | 2024-08-23T21:22:55.923Z | |
1993 | 2024-08-23T21:22:55.923Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/154) |
1994 | 2024-08-23T21:22:56.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1995 | 2024-08-23T21:22:56.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1996 | 2024-08-23T21:22:57.016Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1997 | 2024-08-23T21:22:58.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s |
1998 | 2024-08-23T21:22:58.846Z | |
1999 | 2024-08-23T21:22:58.846Z | info: running `cargo check --bins` on nexus-config (31/154) |
2000 | 2024-08-23T21:22:59.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2001 | 2024-08-23T21:22:59.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2002 | 2024-08-23T21:22:59.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2003 | 2024-08-23T21:22:59.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2004 | 2024-08-23T21:22:59.845Z | |
2005 | 2024-08-23T21:22:59.845Z | info: running `cargo check --bins` on omicron-rpaths (32/154) |
2006 | 2024-08-23T21:23:00.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2007 | 2024-08-23T21:23:00.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2008 | 2024-08-23T21:23:00.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2009 | 2024-08-23T21:23:00.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2010 | 2024-08-23T21:23:00.880Z | |
2011 | 2024-08-23T21:23:00.880Z | info: running `cargo check --bins` on omicron-certificates (33/154) |
2012 | 2024-08-23T21:23:01.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2013 | 2024-08-23T21:23:01.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2014 | 2024-08-23T21:23:01.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2015 | 2024-08-23T21:23:01.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2016 | 2024-08-23T21:23:01.869Z | |
2017 | 2024-08-23T21:23:01.869Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/154) |
2018 | 2024-08-23T21:23:02.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2019 | 2024-08-23T21:23:02.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2020 | 2024-08-23T21:23:02.946Z | Compiling heapless v0.8.0 |
2021 | 2024-08-23T21:23:02.977Z | Checking hash32 v0.3.1 |
2022 | 2024-08-23T21:23:03.002Z | Compiling smoltcp v0.11.0 |
2023 | 2024-08-23T21:23:03.026Z | Checking cobs v0.2.3 |
2024 | 2024-08-23T21:23:03.026Z | Checking embedded-io v0.4.0 |
2025 | 2024-08-23T21:23:03.051Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2026 | 2024-08-23T21:23:03.075Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2027 | 2024-08-23T21:23:03.099Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2028 | 2024-08-23T21:23:03.151Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2029 | 2024-08-23T21:23:03.194Z | Compiling crucible-workspace-hack v0.1.0 |
2030 | 2024-08-23T21:23:03.218Z | Checking postcard v1.0.8 |
2031 | 2024-08-23T21:23:03.247Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2032 | 2024-08-23T21:23:03.426Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2033 | 2024-08-23T21:23:03.461Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2034 | 2024-08-23T21:23:03.615Z | Compiling num-derive v0.4.2 |
2035 | 2024-08-23T21:23:03.714Z | Compiling slog-dtrace v0.3.0 |
2036 | 2024-08-23T21:23:03.792Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2037 | 2024-08-23T21:23:03.872Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2038 | 2024-08-23T21:23:03.942Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2039 | 2024-08-23T21:23:04.736Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2040 | 2024-08-23T21:23:05.367Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2041 | 2024-08-23T21:23:07.671Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2042 | 2024-08-23T21:23:08.875Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2043 | 2024-08-23T21:23:10.352Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2044 | 2024-08-23T21:23:12.817Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2045 | 2024-08-23T21:23:13.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s |
2046 | 2024-08-23T21:23:13.900Z | |
2047 | 2024-08-23T21:23:13.900Z | info: running `cargo check --bins` on clickhouse-admin-api (35/154) |
2048 | 2024-08-23T21:23:14.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2049 | 2024-08-23T21:23:14.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2050 | 2024-08-23T21:23:14.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2051 | 2024-08-23T21:23:14.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2052 | 2024-08-23T21:23:14.924Z | |
2053 | 2024-08-23T21:23:14.924Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/154) |
2054 | 2024-08-23T21:23:16.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2055 | 2024-08-23T21:23:16.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2056 | 2024-08-23T21:23:16.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2057 | 2024-08-23T21:23:16.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
2058 | 2024-08-23T21:23:16.131Z | |
2059 | 2024-08-23T21:23:16.131Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/154) |
2060 | 2024-08-23T21:23:17.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2061 | 2024-08-23T21:23:17.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2062 | 2024-08-23T21:23:17.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2063 | 2024-08-23T21:23:17.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2064 | 2024-08-23T21:23:17.300Z | |
2065 | 2024-08-23T21:23:17.300Z | info: running `cargo check --bins` on dns-server (38/154) |
2066 | 2024-08-23T21:23:18.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2067 | 2024-08-23T21:23:18.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2068 | 2024-08-23T21:23:18.352Z | Compiling parking_lot_core v0.8.6 |
2069 | 2024-08-23T21:23:18.377Z | Checking newline-converter v0.3.0 |
2070 | 2024-08-23T21:23:18.377Z | Checking nibble_vec v0.1.0 |
2071 | 2024-08-23T21:23:18.377Z | Checking quick-error v1.2.3 |
2072 | 2024-08-23T21:23:18.377Z | Checking linked-hash-map v0.5.6 |
2073 | 2024-08-23T21:23:18.377Z | Checking endian-type v0.1.2 |
2074 | 2024-08-23T21:23:18.401Z | Checking fxhash v0.2.1 |
2075 | 2024-08-23T21:23:18.425Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2076 | 2024-08-23T21:23:18.530Z | Checking expectorate v1.1.0 |
2077 | 2024-08-23T21:23:18.565Z | Checking resolv-conf v0.7.0 |
2078 | 2024-08-23T21:23:18.590Z | Checking hickory-server v0.24.1 |
2079 | 2024-08-23T21:23:18.614Z | Checking radix_trie v0.2.1 |
2080 | 2024-08-23T21:23:18.685Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2081 | 2024-08-23T21:23:18.755Z | Checking lru-cache v0.1.2 |
2082 | 2024-08-23T21:23:18.930Z | Checking hickory-resolver v0.24.1 |
2083 | 2024-08-23T21:23:18.986Z | Checking hickory-client v0.24.1 |
2084 | 2024-08-23T21:23:19.165Z | Checking parking_lot v0.11.2 |
2085 | 2024-08-23T21:23:19.481Z | Checking sled v0.34.7 |
2086 | 2024-08-23T21:23:22.069Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2087 | 2024-08-23T21:23:23.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s |
2088 | 2024-08-23T21:23:23.767Z | |
2089 | 2024-08-23T21:23:23.767Z | info: running `cargo check --bins` on dns-server-api (39/154) |
2090 | 2024-08-23T21:23:24.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2091 | 2024-08-23T21:23:24.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2092 | 2024-08-23T21:23:24.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2093 | 2024-08-23T21:23:24.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2094 | 2024-08-23T21:23:24.745Z | |
2095 | 2024-08-23T21:23:24.745Z | info: running `cargo check --bins` on dns-service-client (40/154) |
2096 | 2024-08-23T21:23:25.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2097 | 2024-08-23T21:23:25.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2098 | 2024-08-23T21:23:25.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2099 | 2024-08-23T21:23:25.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2100 | 2024-08-23T21:23:25.792Z | |
2101 | 2024-08-23T21:23:25.792Z | info: running `cargo check --bins` on gateway-test-utils (41/154) |
2102 | 2024-08-23T21:23:26.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2103 | 2024-08-23T21:23:26.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2104 | 2024-08-23T21:23:26.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2105 | 2024-08-23T21:23:26.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2106 | 2024-08-23T21:23:26.854Z | |
2107 | 2024-08-23T21:23:26.854Z | info: running `cargo check --bins` on gateway-types (42/154) |
2108 | 2024-08-23T21:23:27.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2109 | 2024-08-23T21:23:27.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2110 | 2024-08-23T21:23:27.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2111 | 2024-08-23T21:23:27.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2112 | 2024-08-23T21:23:27.880Z | |
2113 | 2024-08-23T21:23:27.880Z | info: running `cargo check --bins` on ipcc (43/154) |
2114 | 2024-08-23T21:23:28.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2115 | 2024-08-23T21:23:28.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2116 | 2024-08-23T21:23:28.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2117 | 2024-08-23T21:23:28.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2118 | 2024-08-23T21:23:28.901Z | |
2119 | 2024-08-23T21:23:28.901Z | info: running `cargo check --bins` on omicron-gateway (44/154) |
2120 | 2024-08-23T21:23:29.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2121 | 2024-08-23T21:23:29.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2122 | 2024-08-23T21:23:29.968Z | Compiling radium v0.7.0 |
2123 | 2024-08-23T21:23:29.993Z | Checking tap v1.0.1 |
2124 | 2024-08-23T21:23:30.018Z | Compiling maybe-uninit v2.0.0 |
2125 | 2024-08-23T21:23:30.042Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2126 | 2024-08-23T21:23:30.043Z | Compiling packed_struct v0.10.1 |
2127 | 2024-08-23T21:23:30.067Z | Checking crc-catalog v2.4.0 |
2128 | 2024-08-23T21:23:30.067Z | Checking funty v2.0.0 |
2129 | 2024-08-23T21:23:30.096Z | Compiling packed_struct_codegen v0.10.1 |
2130 | 2024-08-23T21:23:30.164Z | Checking wyz v0.5.1 |
2131 | 2024-08-23T21:23:30.214Z | Checking crc v3.2.1 |
2132 | 2024-08-23T21:23:30.545Z | Checking half v2.4.1 |
2133 | 2024-08-23T21:23:30.581Z | Compiling indexmap v1.9.3 |
2134 | 2024-08-23T21:23:30.673Z | Checking nodrop v0.1.14 |
2135 | 2024-08-23T21:23:30.744Z | Checking ciborium-io v0.2.2 |
2136 | 2024-08-23T21:23:30.796Z | Checking array-init v0.0.4 |
2137 | 2024-08-23T21:23:30.864Z | Checking smallvec v0.6.14 |
2138 | 2024-08-23T21:23:30.918Z | Compiling memoffset v0.9.1 |
2139 | 2024-08-23T21:23:30.942Z | Checking hashbrown v0.12.3 |
2140 | 2024-08-23T21:23:30.985Z | Checking ciborium-ll v0.2.2 |
2141 | 2024-08-23T21:23:31.009Z | Checking bitvec v1.0.1 |
2142 | 2024-08-23T21:23:31.214Z | Checking bitfield v0.14.0 |
2143 | 2024-08-23T21:23:31.239Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2144 | 2024-08-23T21:23:31.284Z | Checking ciborium v0.2.2 |
2145 | 2024-08-23T21:23:31.458Z | Checking env_logger v0.10.2 |
2146 | 2024-08-23T21:23:31.704Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2147 | 2024-08-23T21:23:31.728Z | Checking serde-hex v0.1.0 |
2148 | 2024-08-23T21:23:31.848Z | Checking ron v0.8.1 |
2149 | 2024-08-23T21:23:31.965Z | Checking x509-cert v0.2.5 |
2150 | 2024-08-23T21:23:32.116Z | Checking bzip2 v0.4.4 |
2151 | 2024-08-23T21:23:32.216Z | Checking hashbrown v0.13.2 |
2152 | 2024-08-23T21:23:32.388Z | Checking crc-any v2.5.0 |
2153 | 2024-08-23T21:23:32.554Z | Checking zip v0.6.6 |
2154 | 2024-08-23T21:23:32.853Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2155 | 2024-08-23T21:23:33.072Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2156 | 2024-08-23T21:23:33.127Z | Checking path-slash v0.1.5 |
2157 | 2024-08-23T21:23:33.167Z | Checking object v0.30.4 |
2158 | 2024-08-23T21:23:33.259Z | Checking nix v0.27.1 |
2159 | 2024-08-23T21:23:33.284Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2160 | 2024-08-23T21:23:33.308Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2161 | 2024-08-23T21:23:33.340Z | Checking serde-big-array v0.5.1 |
2162 | 2024-08-23T21:23:33.472Z | Checking signal-hook-tokio v0.3.1 |
2163 | 2024-08-23T21:23:35.981Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2164 | 2024-08-23T21:23:36.998Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2165 | 2024-08-23T21:23:47.497Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2166 | 2024-08-23T21:23:49.151Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2167 | 2024-08-23T21:23:51.659Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2168 | 2024-08-23T21:23:54.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.32s |
2169 | 2024-08-23T21:23:54.503Z | |
2170 | 2024-08-23T21:23:54.503Z | info: running `cargo check --bins` on gateway-api (45/154) |
2171 | 2024-08-23T21:23:55.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2172 | 2024-08-23T21:23:55.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2173 | 2024-08-23T21:23:55.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2174 | 2024-08-23T21:23:55.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2175 | 2024-08-23T21:23:55.370Z | |
2176 | 2024-08-23T21:23:55.370Z | info: running `cargo check --bins` on sp-sim (46/154) |
2177 | 2024-08-23T21:23:56.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-08-23T21:23:56.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-08-23T21:23:56.421Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2180 | 2024-08-23T21:23:58.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
2181 | 2024-08-23T21:23:58.941Z | |
2182 | 2024-08-23T21:23:58.941Z | info: running `cargo check --bins` on internal-dns (47/154) |
2183 | 2024-08-23T21:23:59.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-08-23T21:23:59.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-08-23T21:23:59.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-08-23T21:23:59.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2187 | 2024-08-23T21:23:59.901Z | |
2188 | 2024-08-23T21:23:59.901Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (48/154) |
2189 | 2024-08-23T21:24:00.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-08-23T21:24:00.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-08-23T21:24:00.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-08-23T21:24:00.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2193 | 2024-08-23T21:24:00.989Z | |
2194 | 2024-08-23T21:24:00.989Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/154) |
2195 | 2024-08-23T21:24:01.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-08-23T21:24:02.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-08-23T21:24:02.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2198 | 2024-08-23T21:24:02.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2199 | 2024-08-23T21:24:02.104Z | |
2200 | 2024-08-23T21:24:02.104Z | info: running `cargo check --bins` on db-macros (50/154) |
2201 | 2024-08-23T21:24:02.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2202 | 2024-08-23T21:24:02.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2203 | 2024-08-23T21:24:02.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2204 | 2024-08-23T21:24:02.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2205 | 2024-08-23T21:24:03.046Z | |
2206 | 2024-08-23T21:24:03.046Z | info: running `cargo check --bins` on nexus-macros-common (51/154) |
2207 | 2024-08-23T21:24:03.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2208 | 2024-08-23T21:24:03.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2209 | 2024-08-23T21:24:03.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2210 | 2024-08-23T21:24:03.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2211 | 2024-08-23T21:24:03.994Z | |
2212 | 2024-08-23T21:24:03.994Z | info: running `cargo check --bins` on nexus-auth (52/154) |
2213 | 2024-08-23T21:24:04.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2214 | 2024-08-23T21:24:04.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2215 | 2024-08-23T21:24:04.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2216 | 2024-08-23T21:24:04.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2217 | 2024-08-23T21:24:05.027Z | |
2218 | 2024-08-23T21:24:05.027Z | info: running `cargo check --bins` on authz-macros (53/154) |
2219 | 2024-08-23T21:24:05.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2220 | 2024-08-23T21:24:05.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2221 | 2024-08-23T21:24:05.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2222 | 2024-08-23T21:24:05.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2223 | 2024-08-23T21:24:05.985Z | |
2224 | 2024-08-23T21:24:05.985Z | info: running `cargo check --bins` on nexus-db-fixed-data (54/154) |
2225 | 2024-08-23T21:24:06.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-08-23T21:24:06.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-08-23T21:24:06.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2228 | 2024-08-23T21:24:06.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2229 | 2024-08-23T21:24:07.015Z | |
2230 | 2024-08-23T21:24:07.015Z | info: running `cargo check --bins` on nexus-db-model (55/154) |
2231 | 2024-08-23T21:24:07.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-08-23T21:24:07.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-08-23T21:24:07.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-08-23T21:24:07.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2235 | 2024-08-23T21:24:08.057Z | |
2236 | 2024-08-23T21:24:08.057Z | info: running `cargo check --bins` on nexus-defaults (56/154) |
2237 | 2024-08-23T21:24:08.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-08-23T21:24:08.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-08-23T21:24:08.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-08-23T21:24:08.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2241 | 2024-08-23T21:24:09.039Z | |
2242 | 2024-08-23T21:24:09.039Z | info: running `cargo check --bins` on nexus-sled-agent-shared (57/154) |
2243 | 2024-08-23T21:24:09.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-08-23T21:24:09.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-08-23T21:24:09.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2246 | 2024-08-23T21:24:09.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2247 | 2024-08-23T21:24:10.027Z | |
2248 | 2024-08-23T21:24:10.027Z | info: running `cargo check --bins` on omicron-passwords (58/154) |
2249 | 2024-08-23T21:24:10.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2024-08-23T21:24:10.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2024-08-23T21:24:10.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2252 | 2024-08-23T21:24:10.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2253 | 2024-08-23T21:24:11.034Z | |
2254 | 2024-08-23T21:24:11.034Z | info: running `cargo check --bins` on nexus-types (59/154) |
2255 | 2024-08-23T21:24:11.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2256 | 2024-08-23T21:24:11.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2257 | 2024-08-23T21:24:11.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2258 | 2024-08-23T21:24:11.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2259 | 2024-08-23T21:24:12.078Z | |
2260 | 2024-08-23T21:24:12.078Z | info: running `cargo check --bins` on gateway-client (60/154) |
2261 | 2024-08-23T21:24:12.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2262 | 2024-08-23T21:24:12.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2263 | 2024-08-23T21:24:12.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2264 | 2024-08-23T21:24:12.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2265 | 2024-08-23T21:24:13.035Z | |
2266 | 2024-08-23T21:24:13.035Z | info: running `cargo check --bins` on oxql-types (61/154) |
2267 | 2024-08-23T21:24:13.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2268 | 2024-08-23T21:24:13.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2269 | 2024-08-23T21:24:13.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2270 | 2024-08-23T21:24:13.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2271 | 2024-08-23T21:24:13.970Z | |
2272 | 2024-08-23T21:24:13.970Z | info: running `cargo check --bins` on oximeter-types (62/154) |
2273 | 2024-08-23T21:24:14.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2274 | 2024-08-23T21:24:14.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2275 | 2024-08-23T21:24:14.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2276 | 2024-08-23T21:24:14.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2277 | 2024-08-23T21:24:14.924Z | |
2278 | 2024-08-23T21:24:14.924Z | info: running `cargo check --bins` on oximeter-macro-impl (63/154) |
2279 | 2024-08-23T21:24:15.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2280 | 2024-08-23T21:24:15.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2281 | 2024-08-23T21:24:15.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2282 | 2024-08-23T21:24:15.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2283 | 2024-08-23T21:24:15.915Z | |
2284 | 2024-08-23T21:24:15.915Z | info: running `cargo check --bins` on sled-agent-client (64/154) |
2285 | 2024-08-23T21:24:16.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2286 | 2024-08-23T21:24:16.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2287 | 2024-08-23T21:24:16.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2288 | 2024-08-23T21:24:16.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2289 | 2024-08-23T21:24:16.867Z | |
2290 | 2024-08-23T21:24:16.867Z | info: running `cargo check --bins` on oximeter (65/154) |
2291 | 2024-08-23T21:24:17.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2292 | 2024-08-23T21:24:17.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2293 | 2024-08-23T21:24:17.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2294 | 2024-08-23T21:24:17.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2295 | 2024-08-23T21:24:17.816Z | |
2296 | 2024-08-23T21:24:17.816Z | info: running `cargo check --bins` on oximeter-schema (66/154) |
2297 | 2024-08-23T21:24:18.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2298 | 2024-08-23T21:24:18.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2299 | 2024-08-23T21:24:18.803Z | Checking num-rational v0.4.2 |
2300 | 2024-08-23T21:24:18.803Z | Checking num-complex v0.4.6 |
2301 | 2024-08-23T21:24:18.803Z | Compiling prettyplease v0.2.20 |
2302 | 2024-08-23T21:24:18.828Z | Checking float-ord v0.3.2 |
2303 | 2024-08-23T21:24:19.587Z | Checking num v0.4.3 |
2304 | 2024-08-23T21:24:19.689Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2305 | 2024-08-23T21:24:22.566Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2306 | 2024-08-23T21:24:23.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s |
2307 | 2024-08-23T21:24:23.978Z | |
2308 | 2024-08-23T21:24:23.978Z | info: running `cargo check --bins` on oximeter-timeseries-macro (67/154) |
2309 | 2024-08-23T21:24:24.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2310 | 2024-08-23T21:24:24.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2311 | 2024-08-23T21:24:24.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2312 | 2024-08-23T21:24:24.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2313 | 2024-08-23T21:24:24.938Z | |
2314 | 2024-08-23T21:24:24.938Z | info: running `cargo check --bins` on nexus-inventory (68/154) |
2315 | 2024-08-23T21:24:25.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2316 | 2024-08-23T21:24:25.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2317 | 2024-08-23T21:24:25.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2318 | 2024-08-23T21:24:25.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2319 | 2024-08-23T21:24:25.950Z | |
2320 | 2024-08-23T21:24:25.950Z | info: running `cargo check --bins` on typed-rng (69/154) |
2321 | 2024-08-23T21:24:26.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2322 | 2024-08-23T21:24:26.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2323 | 2024-08-23T21:24:26.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2324 | 2024-08-23T21:24:26.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2325 | 2024-08-23T21:24:26.846Z | |
2326 | 2024-08-23T21:24:26.846Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (70/154) |
2327 | 2024-08-23T21:24:27.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-08-23T21:24:27.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-08-23T21:24:27.954Z | Compiling toml v0.8.19 |
2330 | 2024-08-23T21:24:27.954Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2331 | 2024-08-23T21:24:27.954Z | Compiling rustls-pki-types v1.7.0 |
2332 | 2024-08-23T21:24:27.978Z | Checking password-hash v0.5.0 |
2333 | 2024-08-23T21:24:27.978Z | Checking blake2 v0.10.6 |
2334 | 2024-08-23T21:24:27.978Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2335 | 2024-08-23T21:24:27.978Z | Compiling match_cfg v0.1.0 |
2336 | 2024-08-23T21:24:28.003Z | Compiling slog-json v2.6.1 |
2337 | 2024-08-23T21:24:28.125Z | Compiling hostname v0.3.1 |
2338 | 2024-08-23T21:24:28.369Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2339 | 2024-08-23T21:24:28.411Z | Compiling http v1.1.0 |
2340 | 2024-08-23T21:24:28.435Z | Checking argon2 v0.5.3 |
2341 | 2024-08-23T21:24:28.469Z | Compiling convert_case v0.4.0 |
2342 | 2024-08-23T21:24:28.496Z | Compiling rustls-webpki v0.102.4 |
2343 | 2024-08-23T21:24:28.593Z | Compiling atomic-waker v1.1.2 |
2344 | 2024-08-23T21:24:28.717Z | Compiling semver v0.1.20 |
2345 | 2024-08-23T21:24:28.780Z | Compiling waitgroup v0.1.2 |
2346 | 2024-08-23T21:24:28.841Z | Compiling rustls-pemfile v2.1.3 |
2347 | 2024-08-23T21:24:29.000Z | Compiling slog-bunyan v2.5.0 |
2348 | 2024-08-23T21:24:29.086Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2349 | 2024-08-23T21:24:29.206Z | Compiling rustc_version v0.1.7 |
2350 | 2024-08-23T21:24:29.292Z | Compiling rustls v0.22.4 |
2351 | 2024-08-23T21:24:29.360Z | Compiling async-stream v0.3.5 |
2352 | 2024-08-23T21:24:29.384Z | Compiling newtype-uuid v1.1.0 |
2353 | 2024-08-23T21:24:29.384Z | Compiling derive_more v0.99.18 |
2354 | 2024-08-23T21:24:29.587Z | Compiling ipnetwork v0.20.0 |
2355 | 2024-08-23T21:24:29.649Z | Compiling serde_path_to_error v0.1.16 |
2356 | 2024-08-23T21:24:29.692Z | Compiling hostname v0.4.0 |
2357 | 2024-08-23T21:24:29.716Z | Compiling instant v0.1.12 |
2358 | 2024-08-23T21:24:29.862Z | Compiling multer v3.1.0 |
2359 | 2024-08-23T21:24:29.972Z | Compiling rayon-core v1.12.1 |
2360 | 2024-08-23T21:24:30.352Z | Compiling debug-ignore v1.0.5 |
2361 | 2024-08-23T21:24:30.428Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2362 | 2024-08-23T21:24:30.490Z | Compiling backoff v0.4.0 |
2363 | 2024-08-23T21:24:30.516Z | Compiling newtype_derive v0.1.6 |
2364 | 2024-08-23T21:24:30.539Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2365 | 2024-08-23T21:24:30.797Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2366 | 2024-08-23T21:24:30.826Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2367 | 2024-08-23T21:24:30.850Z | Compiling parse-display v0.10.0 |
2368 | 2024-08-23T21:24:30.873Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2369 | 2024-08-23T21:24:30.922Z | Compiling serde_with v3.9.0 |
2370 | 2024-08-23T21:24:31.056Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2371 | 2024-08-23T21:24:31.178Z | Compiling num-rational v0.4.2 |
2372 | 2024-08-23T21:24:31.216Z | Compiling crossbeam-deque v0.8.5 |
2373 | 2024-08-23T21:24:31.519Z | Compiling curve25519-dalek v4.1.3 |
2374 | 2024-08-23T21:24:31.542Z | Compiling num-complex v0.4.6 |
2375 | 2024-08-23T21:24:32.075Z | Compiling macaddr v1.0.1 |
2376 | 2024-08-23T21:24:32.141Z | Compiling unicase v2.7.0 |
2377 | 2024-08-23T21:24:32.428Z | Compiling same-file v1.0.6 |
2378 | 2024-08-23T21:24:32.490Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2379 | 2024-08-23T21:24:32.513Z | Checking keccak v0.1.5 |
2380 | 2024-08-23T21:24:32.712Z | Compiling fastrand v2.1.0 |
2381 | 2024-08-23T21:24:32.744Z | Compiling walkdir v2.5.0 |
2382 | 2024-08-23T21:24:32.804Z | Checking sha3 v0.10.8 |
2383 | 2024-08-23T21:24:33.203Z | Compiling tempfile v3.10.1 |
2384 | 2024-08-23T21:24:33.335Z | Compiling tokio-rustls v0.25.0 |
2385 | 2024-08-23T21:24:33.531Z | Compiling num v0.4.3 |
2386 | 2024-08-23T21:24:33.774Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2387 | 2024-08-23T21:24:33.855Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2388 | 2024-08-23T21:24:34.115Z | Compiling thiserror-impl-no-std v2.0.2 |
2389 | 2024-08-23T21:24:34.138Z | Checking universal-hash v0.5.1 |
2390 | 2024-08-23T21:24:34.327Z | Checking secrecy v0.8.0 |
2391 | 2024-08-23T21:24:34.550Z | Compiling ring v0.16.20 |
2392 | 2024-08-23T21:24:34.619Z | Compiling blake3 v1.5.1 |
2393 | 2024-08-23T21:24:35.339Z | Compiling derive-where v1.2.7 |
2394 | 2024-08-23T21:24:35.544Z | Compiling curve25519-dalek-derive v0.1.1 |
2395 | 2024-08-23T21:24:35.713Z | Compiling cookie v0.18.1 |
2396 | 2024-08-23T21:24:36.038Z | Checking opaque-debug v0.3.1 |
2397 | 2024-08-23T21:24:36.136Z | Compiling float-ord v0.3.2 |
2398 | 2024-08-23T21:24:36.312Z | Checking poly1305 v0.8.0 |
2399 | 2024-08-23T21:24:37.251Z | Checking thiserror-no-std v2.0.2 |
2400 | 2024-08-23T21:24:37.360Z | Compiling rayon v1.10.0 |
2401 | 2024-08-23T21:24:37.561Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2402 | 2024-08-23T21:24:37.957Z | Compiling prettyplease v0.2.20 |
2403 | 2024-08-23T21:24:38.248Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2404 | 2024-08-23T21:24:38.721Z | Checking chacha20 v0.9.1 |
2405 | 2024-08-23T21:24:38.789Z | Checking aead v0.5.2 |
2406 | 2024-08-23T21:24:38.878Z | Compiling memmap2 v0.9.4 |
2407 | 2024-08-23T21:24:38.998Z | Compiling libefi-sys v0.1.0 |
2408 | 2024-08-23T21:24:39.067Z | Compiling arrayref v0.3.7 |
2409 | 2024-08-23T21:24:39.175Z | Checking highway v1.2.0 |
2410 | 2024-08-23T21:24:39.292Z | Compiling home v0.5.9 |
2411 | 2024-08-23T21:24:39.338Z | Compiling untrusted v0.7.1 |
2412 | 2024-08-23T21:24:39.403Z | Compiling constant_time_eq v0.3.0 |
2413 | 2024-08-23T21:24:39.530Z | Compiling arrayvec v0.7.4 |
2414 | 2024-08-23T21:24:39.565Z | Compiling spin v0.5.2 |
2415 | 2024-08-23T21:24:39.588Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2416 | 2024-08-23T21:24:39.611Z | Compiling toolchain_find v0.4.0 |
2417 | 2024-08-23T21:24:39.975Z | Checking chacha20poly1305 v0.10.1 |
2418 | 2024-08-23T21:24:40.181Z | Checking vsss-rs v3.3.4 |
2419 | 2024-08-23T21:24:40.248Z | Checking steno v0.4.1 |
2420 | 2024-08-23T21:24:41.011Z | Compiling camino-tempfile v1.1.1 |
2421 | 2024-08-23T21:24:41.810Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2422 | 2024-08-23T21:24:41.902Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2423 | 2024-08-23T21:24:42.282Z | Compiling bitfield-struct v0.6.1 |
2424 | 2024-08-23T21:24:42.309Z | Compiling cancel-safe-futures v0.1.5 |
2425 | 2024-08-23T21:24:42.407Z | Compiling topological-sort v0.2.2 |
2426 | 2024-08-23T21:24:42.623Z | Compiling omicron-zone-package v0.11.0 |
2427 | 2024-08-23T21:24:42.741Z | Compiling mime_guess v2.0.4 |
2428 | 2024-08-23T21:24:43.155Z | Compiling rustfmt-wrapper v0.2.1 |
2429 | 2024-08-23T21:24:43.324Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2430 | 2024-08-23T21:24:43.635Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2431 | 2024-08-23T21:24:43.758Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2432 | 2024-08-23T21:24:43.965Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2433 | 2024-08-23T21:24:44.050Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2434 | 2024-08-23T21:24:44.194Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2435 | 2024-08-23T21:24:44.448Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2436 | 2024-08-23T21:24:44.906Z | Checking gethostname v0.5.0 |
2437 | 2024-08-23T21:24:44.957Z | Checking libsw v3.3.1 |
2438 | 2024-08-23T21:24:45.005Z | Checking linear-map v1.2.0 |
2439 | 2024-08-23T21:24:45.028Z | Checking owo-colors v4.0.0 |
2440 | 2024-08-23T21:24:45.200Z | Checking swrite v0.1.0 |
2441 | 2024-08-23T21:24:45.319Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2442 | 2024-08-23T21:24:45.729Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2443 | 2024-08-23T21:24:45.976Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2444 | 2024-08-23T21:24:46.105Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2445 | 2024-08-23T21:24:46.524Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2446 | 2024-08-23T21:24:46.553Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2447 | 2024-08-23T21:24:46.645Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2448 | 2024-08-23T21:24:46.669Z | Checking kstat-rs v0.2.4 |
2449 | 2024-08-23T21:24:46.802Z | Checking nanorand v0.7.0 |
2450 | 2024-08-23T21:24:46.992Z | Checking glob v0.3.1 |
2451 | 2024-08-23T21:24:47.147Z | Checking http-range v0.1.5 |
2452 | 2024-08-23T21:24:47.221Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2453 | 2024-08-23T21:24:47.309Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2454 | 2024-08-23T21:24:47.333Z | Checking hyper-staticfile v0.9.5 |
2455 | 2024-08-23T21:24:47.617Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2456 | 2024-08-23T21:24:47.780Z | Checking flume v0.11.0 |
2457 | 2024-08-23T21:24:48.230Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2458 | 2024-08-23T21:24:48.254Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2459 | 2024-08-23T21:24:48.591Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2460 | 2024-08-23T21:24:49.002Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2461 | 2024-08-23T21:24:49.393Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2462 | 2024-08-23T21:24:50.487Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2463 | 2024-08-23T21:24:50.587Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2464 | 2024-08-23T21:24:51.691Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2465 | 2024-08-23T21:24:52.375Z | Checking itertools v0.13.0 |
2466 | 2024-08-23T21:24:52.808Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2467 | 2024-08-23T21:24:53.081Z | Checking display-error-chain v0.2.0 |
2468 | 2024-08-23T21:24:55.979Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2469 | 2024-08-23T21:24:58.755Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2470 | 2024-08-23T21:25:00.043Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2471 | 2024-08-23T21:25:00.397Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2472 | 2024-08-23T21:25:06.485Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2473 | 2024-08-23T21:25:06.485Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2474 | 2024-08-23T21:25:08.238Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2475 | 2024-08-23T21:25:25.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.83s |
2476 | 2024-08-23T21:25:25.892Z | |
2477 | 2024-08-23T21:25:25.892Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (71/154) |
2478 | 2024-08-23T21:25:26.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-08-23T21:25:26.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-08-23T21:25:27.005Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2481 | 2024-08-23T21:25:43.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.93s |
2482 | 2024-08-23T21:25:44.002Z | |
2483 | 2024-08-23T21:25:44.002Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (72/154) |
2484 | 2024-08-23T21:25:44.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-08-23T21:25:44.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-08-23T21:25:45.112Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2487 | 2024-08-23T21:26:02.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.15s |
2488 | 2024-08-23T21:26:02.335Z | |
2489 | 2024-08-23T21:26:02.335Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (73/154) |
2490 | 2024-08-23T21:26:03.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-08-23T21:26:03.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-08-23T21:26:03.458Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2493 | 2024-08-23T21:26:20.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.32s |
2494 | 2024-08-23T21:26:20.844Z | |
2495 | 2024-08-23T21:26:20.844Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (74/154) |
2496 | 2024-08-23T21:26:21.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-08-23T21:26:21.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-08-23T21:26:22.008Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2499 | 2024-08-23T21:26:38.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.91s |
2500 | 2024-08-23T21:26:38.927Z | |
2501 | 2024-08-23T21:26:38.927Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (75/154) |
2502 | 2024-08-23T21:26:39.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-08-23T21:26:39.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-08-23T21:26:40.036Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2505 | 2024-08-23T21:26:56.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.04s |
2506 | 2024-08-23T21:26:57.157Z | |
2507 | 2024-08-23T21:26:57.157Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (76/154) |
2508 | 2024-08-23T21:26:58.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-08-23T21:26:58.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-08-23T21:26:58.282Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2511 | 2024-08-23T21:27:15.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.01s |
2512 | 2024-08-23T21:27:15.363Z | |
2513 | 2024-08-23T21:27:15.363Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (77/154) |
2514 | 2024-08-23T21:27:16.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-08-23T21:27:16.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-08-23T21:27:16.506Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2517 | 2024-08-23T21:27:33.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.69s |
2518 | 2024-08-23T21:27:33.237Z | |
2519 | 2024-08-23T21:27:33.237Z | info: running `cargo check --bins` on bootstrap-agent-api (78/154) |
2520 | 2024-08-23T21:27:34.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-08-23T21:27:34.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-08-23T21:27:34.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-08-23T21:27:34.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2524 | 2024-08-23T21:27:34.225Z | |
2525 | 2024-08-23T21:27:34.225Z | info: running `cargo check --bins` on nexus-client (79/154) |
2526 | 2024-08-23T21:27:35.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-08-23T21:27:35.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-08-23T21:27:35.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-08-23T21:27:35.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2530 | 2024-08-23T21:27:35.164Z | |
2531 | 2024-08-23T21:27:35.165Z | info: running `cargo check --bins` on sled-agent-types (80/154) |
2532 | 2024-08-23T21:27:36.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-08-23T21:27:36.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-08-23T21:27:36.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-08-23T21:27:36.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2536 | 2024-08-23T21:27:36.256Z | |
2537 | 2024-08-23T21:27:36.256Z | info: running `cargo check --bins` on bootstrap-agent-client (81/154) |
2538 | 2024-08-23T21:27:37.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-08-23T21:27:37.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-08-23T21:27:37.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-08-23T21:27:37.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2542 | 2024-08-23T21:27:37.258Z | |
2543 | 2024-08-23T21:27:37.258Z | info: running `cargo check --bins` on dpd-client (82/154) |
2544 | 2024-08-23T21:27:38.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-08-23T21:27:38.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-08-23T21:27:38.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-08-23T21:27:38.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2548 | 2024-08-23T21:27:38.201Z | |
2549 | 2024-08-23T21:27:38.201Z | info: running `cargo check --bins` on installinator-common (83/154) |
2550 | 2024-08-23T21:27:39.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-08-23T21:27:39.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-08-23T21:27:39.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-08-23T21:27:39.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2554 | 2024-08-23T21:27:39.161Z | |
2555 | 2024-08-23T21:27:39.161Z | info: running `cargo check --bins` on update-engine (84/154) |
2556 | 2024-08-23T21:27:39.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-08-23T21:27:40.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-08-23T21:27:40.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-08-23T21:27:40.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2560 | 2024-08-23T21:27:40.080Z | |
2561 | 2024-08-23T21:27:40.080Z | info: running `cargo check --bins` on key-manager (85/154) |
2562 | 2024-08-23T21:27:41.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-08-23T21:27:41.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-08-23T21:27:41.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-08-23T21:27:41.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2566 | 2024-08-23T21:27:41.123Z | |
2567 | 2024-08-23T21:27:41.123Z | info: running `cargo check --bins` on omicron-ddm-admin-client (86/154) |
2568 | 2024-08-23T21:27:42.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-08-23T21:27:42.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-08-23T21:27:42.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-08-23T21:27:42.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2572 | 2024-08-23T21:27:42.139Z | |
2573 | 2024-08-23T21:27:42.139Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (87/154) |
2574 | 2024-08-23T21:27:42.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-08-23T21:27:42.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-08-23T21:27:42.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-08-23T21:27:42.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2578 | 2024-08-23T21:27:43.047Z | |
2579 | 2024-08-23T21:27:43.047Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (88/154) |
2580 | 2024-08-23T21:27:43.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-08-23T21:27:43.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-08-23T21:27:43.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-08-23T21:27:43.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2584 | 2024-08-23T21:27:43.994Z | |
2585 | 2024-08-23T21:27:43.994Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (89/154) |
2586 | 2024-08-23T21:27:44.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-08-23T21:27:44.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-08-23T21:27:44.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-08-23T21:27:44.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2590 | 2024-08-23T21:27:44.987Z | |
2591 | 2024-08-23T21:27:44.987Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (90/154) |
2592 | 2024-08-23T21:27:45.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-08-23T21:27:45.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-08-23T21:27:45.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-08-23T21:27:45.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2596 | 2024-08-23T21:27:45.976Z | |
2597 | 2024-08-23T21:27:45.976Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (91/154) |
2598 | 2024-08-23T21:27:46.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-08-23T21:27:46.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-08-23T21:27:46.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-08-23T21:27:46.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2602 | 2024-08-23T21:27:46.933Z | |
2603 | 2024-08-23T21:27:46.933Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (92/154) |
2604 | 2024-08-23T21:27:47.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-08-23T21:27:47.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-08-23T21:27:47.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-08-23T21:27:47.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2608 | 2024-08-23T21:27:47.882Z | |
2609 | 2024-08-23T21:27:47.882Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (93/154) |
2610 | 2024-08-23T21:27:48.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-08-23T21:27:48.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-08-23T21:27:48.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-08-23T21:27:48.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2614 | 2024-08-23T21:27:48.838Z | |
2615 | 2024-08-23T21:27:48.838Z | info: running `cargo check --bins` on oximeter-producer (94/154) |
2616 | 2024-08-23T21:27:49.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-08-23T21:27:49.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-08-23T21:27:49.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2024-08-23T21:27:49.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2620 | 2024-08-23T21:27:49.830Z | |
2621 | 2024-08-23T21:27:49.830Z | info: running `cargo check --bins` on sled-agent-api (95/154) |
2622 | 2024-08-23T21:27:50.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-08-23T21:27:50.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-08-23T21:27:50.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2024-08-23T21:27:50.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2626 | 2024-08-23T21:27:50.877Z | |
2627 | 2024-08-23T21:27:50.877Z | info: running `cargo check --bins` on sled-hardware (96/154) |
2628 | 2024-08-23T21:27:51.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-08-23T21:27:51.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-08-23T21:27:51.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2024-08-23T21:27:51.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2632 | 2024-08-23T21:27:51.899Z | |
2633 | 2024-08-23T21:27:51.899Z | info: running `cargo check --bins --no-default-features` on sled-storage (97/154) |
2634 | 2024-08-23T21:27:52.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-08-23T21:27:52.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-08-23T21:27:52.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-08-23T21:27:52.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2638 | 2024-08-23T21:27:52.853Z | |
2639 | 2024-08-23T21:27:52.853Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/154) |
2640 | 2024-08-23T21:27:53.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-08-23T21:27:53.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-08-23T21:27:53.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-08-23T21:27:53.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2644 | 2024-08-23T21:27:53.807Z | |
2645 | 2024-08-23T21:27:53.807Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (99/154) |
2646 | 2024-08-23T21:27:54.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-08-23T21:27:54.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-08-23T21:27:54.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2024-08-23T21:27:54.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2650 | 2024-08-23T21:27:54.770Z | |
2651 | 2024-08-23T21:27:54.770Z | info: running `cargo check --bins` on nexus-test-interface (100/154) |
2652 | 2024-08-23T21:27:55.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-08-23T21:27:55.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-08-23T21:27:55.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2024-08-23T21:27:55.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2656 | 2024-08-23T21:27:55.790Z | |
2657 | 2024-08-23T21:27:55.790Z | info: running `cargo check --bins` on oximeter-collector (101/154) |
2658 | 2024-08-23T21:27:56.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-08-23T21:27:56.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-08-23T21:27:56.800Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2661 | 2024-08-23T21:27:56.800Z | Checking bcs v0.1.6 |
2662 | 2024-08-23T21:27:56.800Z | Compiling async-recursion v1.1.1 |
2663 | 2024-08-23T21:27:56.800Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2664 | 2024-08-23T21:27:56.800Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2665 | 2024-08-23T21:27:58.167Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2666 | 2024-08-23T21:28:02.599Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2667 | 2024-08-23T21:28:04.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s |
2668 | 2024-08-23T21:28:05.064Z | |
2669 | 2024-08-23T21:28:05.064Z | info: running `cargo check --bins` on oximeter-api (102/154) |
2670 | 2024-08-23T21:28:05.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-08-23T21:28:05.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-08-23T21:28:05.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-08-23T21:28:05.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2674 | 2024-08-23T21:28:06.050Z | |
2675 | 2024-08-23T21:28:06.050Z | info: running `cargo check --bins` on oximeter-client (103/154) |
2676 | 2024-08-23T21:28:06.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-08-23T21:28:06.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-08-23T21:28:06.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-08-23T21:28:06.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2680 | 2024-08-23T21:28:07.000Z | |
2681 | 2024-08-23T21:28:07.000Z | info: running `cargo check --bins --no-default-features` on oximeter-db (104/154) |
2682 | 2024-08-23T21:28:07.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-08-23T21:28:07.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-08-23T21:28:07.993Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2685 | 2024-08-23T21:28:08.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
2686 | 2024-08-23T21:28:08.869Z | |
2687 | 2024-08-23T21:28:08.869Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/154) |
2688 | 2024-08-23T21:28:09.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-08-23T21:28:09.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-08-23T21:28:09.917Z | Compiling vte_generate_state_changes v0.1.1 |
2691 | 2024-08-23T21:28:09.917Z | Checking fd-lock v4.0.2 |
2692 | 2024-08-23T21:28:09.941Z | Checking bytecount v0.6.8 |
2693 | 2024-08-23T21:28:09.941Z | Compiling tabled_derive v0.7.0 |
2694 | 2024-08-23T21:28:09.941Z | Checking crossterm v0.27.0 |
2695 | 2024-08-23T21:28:09.941Z | Compiling peg-macros v0.8.4 |
2696 | 2024-08-23T21:28:09.941Z | Compiling sqlparser_derive v0.2.2 |
2697 | 2024-08-23T21:28:09.941Z | Checking nu-ansi-term v0.50.0 |
2698 | 2024-08-23T21:28:10.095Z | Checking papergrid v0.11.0 |
2699 | 2024-08-23T21:28:10.124Z | Checking unicode_categories v0.1.1 |
2700 | 2024-08-23T21:28:10.333Z | Checking home v0.5.9 |
2701 | 2024-08-23T21:28:10.417Z | Checking sqlformat v0.2.4 |
2702 | 2024-08-23T21:28:10.485Z | Checking rustyline v14.0.0 |
2703 | 2024-08-23T21:28:10.583Z | Checking vte v0.11.1 |
2704 | 2024-08-23T21:28:11.050Z | Checking sqlparser v0.45.0 |
2705 | 2024-08-23T21:28:11.519Z | Checking crossterm v0.28.1 |
2706 | 2024-08-23T21:28:11.780Z | Checking strip-ansi-escapes v0.2.0 |
2707 | 2024-08-23T21:28:11.927Z | Checking reedline v0.33.0 |
2708 | 2024-08-23T21:28:12.296Z | Checking tabled v0.15.0 |
2709 | 2024-08-23T21:28:12.821Z | Checking peg v0.8.4 |
2710 | 2024-08-23T21:28:19.119Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2711 | 2024-08-23T21:28:26.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.45s |
2712 | 2024-08-23T21:28:26.479Z | |
2713 | 2024-08-23T21:28:26.479Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/154) |
2714 | 2024-08-23T21:28:27.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2024-08-23T21:28:27.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2024-08-23T21:28:27.494Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2717 | 2024-08-23T21:28:34.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.36s |
2718 | 2024-08-23T21:28:34.999Z | |
2719 | 2024-08-23T21:28:34.999Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/154) |
2720 | 2024-08-23T21:28:35.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2024-08-23T21:28:35.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2024-08-23T21:28:36.118Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2723 | 2024-08-23T21:28:43.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.09s |
2724 | 2024-08-23T21:28:43.244Z | |
2725 | 2024-08-23T21:28:43.244Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/154) |
2726 | 2024-08-23T21:28:44.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2024-08-23T21:28:44.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2024-08-23T21:28:44.249Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2729 | 2024-08-23T21:28:49.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s |
2730 | 2024-08-23T21:28:50.135Z | |
2731 | 2024-08-23T21:28:50.135Z | info: running `cargo check --bins` on oximeter-test-utils (109/154) |
2732 | 2024-08-23T21:28:51.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2024-08-23T21:28:51.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2024-08-23T21:28:51.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2024-08-23T21:28:51.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2736 | 2024-08-23T21:28:51.131Z | |
2737 | 2024-08-23T21:28:51.131Z | info: running `cargo check --bins` on cockroach-admin-client (110/154) |
2738 | 2024-08-23T21:28:51.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2024-08-23T21:28:51.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2024-08-23T21:28:51.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2024-08-23T21:28:51.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2742 | 2024-08-23T21:28:52.034Z | |
2743 | 2024-08-23T21:28:52.034Z | info: running `cargo check --bins` on installinator-client (111/154) |
2744 | 2024-08-23T21:28:52.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2024-08-23T21:28:52.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2024-08-23T21:28:52.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2024-08-23T21:28:52.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2748 | 2024-08-23T21:28:52.974Z | |
2749 | 2024-08-23T21:28:52.974Z | info: running `cargo check --bins` on oxide-client (112/154) |
2750 | 2024-08-23T21:28:53.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2024-08-23T21:28:53.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2024-08-23T21:28:53.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2024-08-23T21:28:53.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2754 | 2024-08-23T21:28:53.908Z | |
2755 | 2024-08-23T21:28:53.908Z | info: running `cargo check --bins` on wicketd-client (113/154) |
2756 | 2024-08-23T21:28:54.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2024-08-23T21:28:54.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2024-08-23T21:28:54.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2024-08-23T21:28:54.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2760 | 2024-08-23T21:28:54.892Z | |
2761 | 2024-08-23T21:28:54.892Z | info: running `cargo check --bins` on wicket-common (114/154) |
2762 | 2024-08-23T21:28:55.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-08-23T21:28:55.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-08-23T21:28:55.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-08-23T21:28:55.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2766 | 2024-08-23T21:28:55.932Z | |
2767 | 2024-08-23T21:28:55.932Z | info: running `cargo check --bins` on omicron-cockroach-admin (115/154) |
2768 | 2024-08-23T21:28:56.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-08-23T21:28:56.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-08-23T21:28:56.945Z | Checking csv-core v0.1.11 |
2771 | 2024-08-23T21:28:56.968Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2772 | 2024-08-23T21:28:57.271Z | Checking csv v1.3.0 |
2773 | 2024-08-23T21:28:58.003Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2774 | 2024-08-23T21:28:58.502Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2775 | 2024-08-23T21:29:00.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
2776 | 2024-08-23T21:29:00.198Z | |
2777 | 2024-08-23T21:29:00.198Z | info: running `cargo check --bins` on cockroach-admin-api (116/154) |
2778 | 2024-08-23T21:29:01.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-08-23T21:29:01.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-08-23T21:29:01.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-08-23T21:29:01.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2782 | 2024-08-23T21:29:01.199Z | |
2783 | 2024-08-23T21:29:01.199Z | info: running `cargo check --bins` on cockroach-admin-types (117/154) |
2784 | 2024-08-23T21:29:02.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-08-23T21:29:02.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-08-23T21:29:02.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-08-23T21:29:02.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2788 | 2024-08-23T21:29:02.128Z | |
2789 | 2024-08-23T21:29:02.128Z | info: running `cargo check --bins` on cert-dev (118/154) |
2790 | 2024-08-23T21:29:02.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-08-23T21:29:03.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-08-23T21:29:03.059Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2793 | 2024-08-23T21:29:03.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
2794 | 2024-08-23T21:29:03.467Z | |
2795 | 2024-08-23T21:29:03.467Z | info: running `cargo check --bins` on ch-dev (119/154) |
2796 | 2024-08-23T21:29:04.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-08-23T21:29:04.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-08-23T21:29:04.506Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2799 | 2024-08-23T21:29:05.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
2800 | 2024-08-23T21:29:05.550Z | |
2801 | 2024-08-23T21:29:05.550Z | info: running `cargo check --bins` on crdb-seed (120/154) |
2802 | 2024-08-23T21:29:06.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-08-23T21:29:06.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-08-23T21:29:06.543Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2805 | 2024-08-23T21:29:06.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2806 | 2024-08-23T21:29:07.019Z | |
2807 | 2024-08-23T21:29:07.019Z | info: running `cargo check --bins` on db-dev (121/154) |
2808 | 2024-08-23T21:29:07.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-08-23T21:29:07.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-08-23T21:29:07.993Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2811 | 2024-08-23T21:29:08.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
2812 | 2024-08-23T21:29:08.981Z | |
2813 | 2024-08-23T21:29:08.981Z | info: running `cargo check --bins` on omicron-dev-lib (122/154) |
2814 | 2024-08-23T21:29:09.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-08-23T21:29:09.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-08-23T21:29:09.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2024-08-23T21:29:09.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2818 | 2024-08-23T21:29:09.946Z | |
2819 | 2024-08-23T21:29:09.946Z | info: running `cargo check --bins` on xtask-downloader (123/154) |
2820 | 2024-08-23T21:29:10.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-08-23T21:29:10.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-08-23T21:29:10.930Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2823 | 2024-08-23T21:29:12.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
2824 | 2024-08-23T21:29:12.182Z | |
2825 | 2024-08-23T21:29:12.182Z | info: running `cargo check --bins` on mgs-dev (124/154) |
2826 | 2024-08-23T21:29:13.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-08-23T21:29:13.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-08-23T21:29:13.252Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2829 | 2024-08-23T21:29:13.859Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2830 | 2024-08-23T21:29:14.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
2831 | 2024-08-23T21:29:14.494Z | |
2832 | 2024-08-23T21:29:14.494Z | info: running `cargo check --bins` on omicron-omdb (125/154) |
2833 | 2024-08-23T21:29:15.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2024-08-23T21:29:15.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2024-08-23T21:29:15.716Z | Compiling crunchy v0.2.2 |
2836 | 2024-08-23T21:29:15.716Z | Compiling glob v0.3.1 |
2837 | 2024-08-23T21:29:15.740Z | Compiling tiny-keccak v2.0.2 |
2838 | 2024-08-23T21:29:15.740Z | Compiling dsl_auto_type v0.1.2 |
2839 | 2024-08-23T21:29:15.740Z | Checking scheduled-thread-pool v0.2.7 |
2840 | 2024-08-23T21:29:15.764Z | Compiling diesel_table_macro_syntax v0.2.0 |
2841 | 2024-08-23T21:29:15.832Z | Compiling ascii-canvas v3.0.0 |
2842 | 2024-08-23T21:29:15.856Z | Compiling ena v0.14.3 |
2843 | 2024-08-23T21:29:16.040Z | Checking r2d2 v0.8.10 |
2844 | 2024-08-23T21:29:16.103Z | Compiling libloading v0.8.3 |
2845 | 2024-08-23T21:29:16.196Z | Compiling regex-syntax v0.6.29 |
2846 | 2024-08-23T21:29:16.238Z | Compiling bindgen v0.69.4 |
2847 | 2024-08-23T21:29:16.370Z | Compiling diff v0.1.13 |
2848 | 2024-08-23T21:29:16.370Z | Compiling which v4.4.2 |
2849 | 2024-08-23T21:29:16.514Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2850 | 2024-08-23T21:29:16.663Z | Compiling clang-sys v1.7.0 |
2851 | 2024-08-23T21:29:16.730Z | Compiling cexpr v0.6.0 |
2852 | 2024-08-23T21:29:16.942Z | Compiling rustc-hash v1.1.0 |
2853 | 2024-08-23T21:29:16.965Z | Compiling lazycell v1.3.0 |
2854 | 2024-08-23T21:29:17.002Z | Compiling ref-cast v1.0.23 |
2855 | 2024-08-23T21:29:17.025Z | Compiling shlex v1.3.0 |
2856 | 2024-08-23T21:29:17.104Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2857 | 2024-08-23T21:29:17.142Z | Compiling derive_builder_core v0.20.0 |
2858 | 2024-08-23T21:29:17.373Z | Compiling diesel_derives v2.2.2 |
2859 | 2024-08-23T21:29:17.411Z | Compiling libxml v0.3.3 |
2860 | 2024-08-23T21:29:17.411Z | Compiling ref-cast-impl v1.0.23 |
2861 | 2024-08-23T21:29:17.584Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2862 | 2024-08-23T21:29:17.830Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2863 | 2024-08-23T21:29:18.052Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2864 | 2024-08-23T21:29:18.341Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2865 | 2024-08-23T21:29:18.393Z | Compiling strum_macros v0.24.3 |
2866 | 2024-08-23T21:29:18.655Z | Compiling indoc v1.0.9 |
2867 | 2024-08-23T21:29:19.363Z | Compiling lalrpop v0.19.12 |
2868 | 2024-08-23T21:29:19.553Z | Compiling derive_builder_macro v0.20.0 |
2869 | 2024-08-23T21:29:20.266Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2870 | 2024-08-23T21:29:20.406Z | Checking derive_builder v0.20.0 |
2871 | 2024-08-23T21:29:20.590Z | Compiling impl-trait-for-tuples v0.2.2 |
2872 | 2024-08-23T21:29:20.814Z | Compiling oso-derive v0.27.3 |
2873 | 2024-08-23T21:29:21.519Z | Checking quick-xml v0.31.0 |
2874 | 2024-08-23T21:29:21.724Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2875 | 2024-08-23T21:29:21.852Z | Checking maplit v1.0.2 |
2876 | 2024-08-23T21:29:21.990Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2877 | 2024-08-23T21:29:22.097Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2878 | 2024-08-23T21:29:22.357Z | Checking bb8 v0.8.5 |
2879 | 2024-08-23T21:29:22.778Z | Compiling const_format_proc_macros v0.2.32 |
2880 | 2024-08-23T21:29:23.437Z | Checking crossbeam-deque v0.8.5 |
2881 | 2024-08-23T21:29:23.497Z | Compiling portable-atomic v1.6.0 |
2882 | 2024-08-23T21:29:23.750Z | Checking rayon-core v1.12.1 |
2883 | 2024-08-23T21:29:24.443Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2884 | 2024-08-23T21:29:24.539Z | Checking castaway v0.2.3 |
2885 | 2024-08-23T21:29:24.710Z | Checking compact_str v0.8.0 |
2886 | 2024-08-23T21:29:24.749Z | Checking const_format v0.2.32 |
2887 | 2024-08-23T21:29:25.216Z | Checking rayon v1.10.0 |
2888 | 2024-08-23T21:29:25.610Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2889 | 2024-08-23T21:29:25.793Z | Checking unicode-truncate v1.0.0 |
2890 | 2024-08-23T21:29:25.882Z | Checking lru v0.12.3 |
2891 | 2024-08-23T21:29:26.056Z | Compiling instability v0.3.2 |
2892 | 2024-08-23T21:29:26.218Z | Checking number_prefix v0.4.0 |
2893 | 2024-08-23T21:29:26.444Z | Checking unicode-linebreak v0.1.5 |
2894 | 2024-08-23T21:29:26.857Z | Checking cassowary v0.3.0 |
2895 | 2024-08-23T21:29:27.119Z | Checking smawk v0.3.2 |
2896 | 2024-08-23T21:29:27.276Z | Checking ratatui v0.28.0 |
2897 | 2024-08-23T21:29:27.356Z | Checking textwrap v0.16.1 |
2898 | 2024-08-23T21:29:27.801Z | Checking multimap v0.10.0 |
2899 | 2024-08-23T21:29:28.427Z | Checking diesel v2.2.2 |
2900 | 2024-08-23T21:29:29.020Z | Checking indicatif v0.17.8 |
2901 | 2024-08-23T21:29:48.010Z | Compiling samael v0.0.15 |
2902 | 2024-08-23T21:30:00.767Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2903 | 2024-08-23T21:30:03.688Z | Compiling polar-core v0.27.3 |
2904 | 2024-08-23T21:30:13.404Z | Checking oso v0.27.3 |
2905 | 2024-08-23T21:31:40.622Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2906 | 2024-08-23T21:31:48.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2907 | 2024-08-23T21:31:48.644Z | |
2908 | 2024-08-23T21:31:48.644Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (126/154) |
2909 | 2024-08-23T21:31:49.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2024-08-23T21:31:49.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2024-08-23T21:31:49.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2024-08-23T21:31:49.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2913 | 2024-08-23T21:31:49.676Z | |
2914 | 2024-08-23T21:31:49.676Z | info: running `cargo check --bins` on nexus-saga-recovery (127/154) |
2915 | 2024-08-23T21:31:50.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2024-08-23T21:31:50.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2024-08-23T21:31:50.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2024-08-23T21:31:50.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2919 | 2024-08-23T21:31:50.740Z | |
2920 | 2024-08-23T21:31:50.740Z | info: running `cargo check --bins` on nexus-test-utils-macros (128/154) |
2921 | 2024-08-23T21:31:51.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2024-08-23T21:31:51.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2024-08-23T21:31:51.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2924 | 2024-08-23T21:31:51.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2925 | 2024-08-23T21:31:51.706Z | |
2926 | 2024-08-23T21:31:51.706Z | info: running `cargo check --bins` on omicron-nexus (129/154) |
2927 | 2024-08-23T21:31:52.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2024-08-23T21:31:52.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2024-08-23T21:31:52.941Z | Compiling libz-sys v1.1.16 |
2930 | 2024-08-23T21:31:52.968Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2931 | 2024-08-23T21:31:52.992Z | Compiling vergen v8.3.2 |
2932 | 2024-08-23T21:31:52.992Z | Compiling cargo-platform v0.1.8 |
2933 | 2024-08-23T21:31:52.992Z | Compiling pin-project-internal v1.1.5 |
2934 | 2024-08-23T21:31:53.045Z | Compiling snafu-derive v0.8.2 |
2935 | 2024-08-23T21:31:53.046Z | Compiling libsqlite3-sys v0.28.0 |
2936 | 2024-08-23T21:31:53.069Z | Compiling buf-list v1.0.3 |
2937 | 2024-08-23T21:31:53.339Z | Compiling cargo_metadata v0.18.1 |
2938 | 2024-08-23T21:31:53.548Z | Checking globset v0.4.14 |
2939 | 2024-08-23T21:31:53.572Z | Checking olpc-cjson v0.1.3 |
2940 | 2024-08-23T21:31:53.786Z | Checking rand_seeder v0.3.0 |
2941 | 2024-08-23T21:31:53.810Z | Checking serde_plain v1.0.2 |
2942 | 2024-08-23T21:31:53.908Z | Checking typed-path v0.7.1 |
2943 | 2024-08-23T21:31:54.030Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2944 | 2024-08-23T21:31:54.227Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2945 | 2024-08-23T21:31:54.358Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2946 | 2024-08-23T21:31:54.474Z | Checking hashlink v0.9.1 |
2947 | 2024-08-23T21:31:54.524Z | Checking fallible-streaming-iterator v0.1.9 |
2948 | 2024-08-23T21:31:54.650Z | Checking parse-size v1.0.0 |
2949 | 2024-08-23T21:31:54.744Z | Checking fallible-iterator v0.3.0 |
2950 | 2024-08-23T21:31:54.883Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2951 | 2024-08-23T21:31:55.070Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2952 | 2024-08-23T21:31:55.359Z | Checking rusqlite v0.31.0 |
2953 | 2024-08-23T21:31:55.741Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2954 | 2024-08-23T21:31:55.766Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2955 | 2024-08-23T21:31:55.921Z | Checking pin-project v1.1.5 |
2956 | 2024-08-23T21:31:56.056Z | Checking twox-hash v1.6.3 |
2957 | 2024-08-23T21:31:56.164Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2958 | 2024-08-23T21:31:56.495Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2959 | 2024-08-23T21:31:56.891Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2960 | 2024-08-23T21:31:56.967Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2961 | 2024-08-23T21:31:56.991Z | Checking fatfs v0.3.6 |
2962 | 2024-08-23T21:31:56.991Z | Checking assert_matches v1.5.0 |
2963 | 2024-08-23T21:31:58.317Z | Checking snafu v0.8.2 |
2964 | 2024-08-23T21:31:58.736Z | Checking tough v0.17.1 |
2965 | 2024-08-23T21:32:03.160Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2966 | 2024-08-23T21:32:04.704Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2967 | 2024-08-23T21:32:04.911Z | Compiling git2 v0.19.0 |
2968 | 2024-08-23T21:32:11.912Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2969 | 2024-08-23T21:33:44.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s |
2970 | 2024-08-23T21:33:44.674Z | |
2971 | 2024-08-23T21:33:44.674Z | info: running `cargo check --bins` on nexus-internal-api (130/154) |
2972 | 2024-08-23T21:33:45.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2973 | 2024-08-23T21:33:45.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2974 | 2024-08-23T21:33:45.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2975 | 2024-08-23T21:33:45.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2976 | 2024-08-23T21:33:45.734Z | |
2977 | 2024-08-23T21:33:45.734Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (131/154) |
2978 | 2024-08-23T21:33:46.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-08-23T21:33:46.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-08-23T21:33:46.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2981 | 2024-08-23T21:33:46.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2982 | 2024-08-23T21:33:46.733Z | |
2983 | 2024-08-23T21:33:46.733Z | info: running `cargo check --bins` on nexus-networking (132/154) |
2984 | 2024-08-23T21:33:47.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2024-08-23T21:33:47.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2024-08-23T21:33:47.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2987 | 2024-08-23T21:33:47.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2988 | 2024-08-23T21:33:47.720Z | |
2989 | 2024-08-23T21:33:47.720Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (133/154) |
2990 | 2024-08-23T21:33:48.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2024-08-23T21:33:48.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2024-08-23T21:33:48.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2993 | 2024-08-23T21:33:48.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2994 | 2024-08-23T21:33:48.717Z | |
2995 | 2024-08-23T21:33:48.717Z | info: running `cargo check --bins` on update-common (134/154) |
2996 | 2024-08-23T21:33:49.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2024-08-23T21:33:49.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2024-08-23T21:33:49.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2999 | 2024-08-23T21:33:49.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3000 | 2024-08-23T21:33:49.665Z | |
3001 | 2024-08-23T21:33:49.665Z | info: running `cargo check --bins` on tufaceous-lib (135/154) |
3002 | 2024-08-23T21:33:50.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2024-08-23T21:33:50.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2024-08-23T21:33:50.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3005 | 2024-08-23T21:33:50.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3006 | 2024-08-23T21:33:50.650Z | |
3007 | 2024-08-23T21:33:50.650Z | info: running `cargo check --bins` on tufaceous (136/154) |
3008 | 2024-08-23T21:33:51.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2024-08-23T21:33:51.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2024-08-23T21:33:51.653Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3011 | 2024-08-23T21:33:52.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
3012 | 2024-08-23T21:33:52.947Z | |
3013 | 2024-08-23T21:33:52.947Z | info: running `cargo check --bins` on omicron-dev (137/154) |
3014 | 2024-08-23T21:33:53.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2024-08-23T21:33:54.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2024-08-23T21:33:54.240Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3017 | 2024-08-23T21:33:54.240Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3018 | 2024-08-23T21:33:54.264Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3019 | 2024-08-23T21:33:56.034Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3020 | 2024-08-23T21:33:59.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s |
3021 | 2024-08-23T21:33:59.397Z | |
3022 | 2024-08-23T21:33:59.397Z | info: running `cargo check --bins` on openapi-manager (138/154) |
3023 | 2024-08-23T21:34:00.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-08-23T21:34:00.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-08-23T21:34:00.466Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3026 | 2024-08-23T21:34:00.466Z | Checking heck v0.4.1 |
3027 | 2024-08-23T21:34:00.466Z | Checking is_ci v1.2.0 |
3028 | 2024-08-23T21:34:00.491Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3029 | 2024-08-23T21:34:00.491Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3030 | 2024-08-23T21:34:00.491Z | Checking indent_write v2.2.0 |
3031 | 2024-08-23T21:34:00.664Z | Checking supports-color v3.0.0 |
3032 | 2024-08-23T21:34:00.709Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3033 | 2024-08-23T21:34:02.583Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3034 | 2024-08-23T21:34:03.734Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3035 | 2024-08-23T21:34:05.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
3036 | 2024-08-23T21:34:05.233Z | |
3037 | 2024-08-23T21:34:05.233Z | info: running `cargo check --bins` on installinator-api (139/154) |
3038 | 2024-08-23T21:34:06.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-08-23T21:34:06.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-08-23T21:34:06.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2024-08-23T21:34:06.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3042 | 2024-08-23T21:34:06.233Z | |
3043 | 2024-08-23T21:34:06.233Z | info: running `cargo check --bins` on openapi-manager-types (140/154) |
3044 | 2024-08-23T21:34:07.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-08-23T21:34:07.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-08-23T21:34:07.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2024-08-23T21:34:07.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3048 | 2024-08-23T21:34:07.137Z | |
3049 | 2024-08-23T21:34:07.137Z | info: running `cargo check --bins` on wicketd-api (141/154) |
3050 | 2024-08-23T21:34:07.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-08-23T21:34:08.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-08-23T21:34:08.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2024-08-23T21:34:08.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3054 | 2024-08-23T21:34:08.085Z | |
3055 | 2024-08-23T21:34:08.085Z | info: running `cargo check --bins` on reconfigurator-cli (142/154) |
3056 | 2024-08-23T21:34:08.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-08-23T21:34:09.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-08-23T21:34:09.166Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3059 | 2024-08-23T21:34:10.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
3060 | 2024-08-23T21:34:10.955Z | |
3061 | 2024-08-23T21:34:10.955Z | info: running `cargo check --bins` on omicron-releng (143/154) |
3062 | 2024-08-23T21:34:11.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-08-23T21:34:11.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-08-23T21:34:11.996Z | Checking memmap2 v0.9.4 |
3065 | 2024-08-23T21:34:11.996Z | Checking spin v0.5.2 |
3066 | 2024-08-23T21:34:11.996Z | Checking arrayvec v0.7.4 |
3067 | 2024-08-23T21:34:12.020Z | Checking arrayref v0.3.7 |
3068 | 2024-08-23T21:34:12.020Z | Checking constant_time_eq v0.3.0 |
3069 | 2024-08-23T21:34:12.020Z | Checking untrusted v0.7.1 |
3070 | 2024-08-23T21:34:12.020Z | Checking cargo-platform v0.1.8 |
3071 | 2024-08-23T21:34:12.020Z | Checking topological-sort v0.2.2 |
3072 | 2024-08-23T21:34:12.194Z | Checking shell-words v1.1.0 |
3073 | 2024-08-23T21:34:12.270Z | Checking ring v0.16.20 |
3074 | 2024-08-23T21:34:12.369Z | Checking blake3 v1.5.1 |
3075 | 2024-08-23T21:34:12.404Z | Checking cargo_metadata v0.18.1 |
3076 | 2024-08-23T21:34:13.866Z | Checking omicron-zone-package v0.11.0 |
3077 | 2024-08-23T21:34:15.366Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3078 | 2024-08-23T21:34:16.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s |
3079 | 2024-08-23T21:34:16.774Z | |
3080 | 2024-08-23T21:34:16.774Z | info: running `cargo check --bins` on xtask (144/154) |
3081 | 2024-08-23T21:34:17.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-08-23T21:34:17.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-08-23T21:34:17.614Z | Checking serde v1.0.208 |
3084 | 2024-08-23T21:34:17.615Z | Checking thiserror v1.0.63 |
3085 | 2024-08-23T21:34:17.615Z | Checking scroll v0.12.0 |
3086 | 2024-08-23T21:34:17.615Z | Checking log v0.4.21 |
3087 | 2024-08-23T21:34:17.615Z | Checking hashbrown v0.14.5 |
3088 | 2024-08-23T21:34:17.615Z | Checking bitflags v2.6.0 |
3089 | 2024-08-23T21:34:17.616Z | Checking zerocopy v0.7.34 |
3090 | 2024-08-23T21:34:17.672Z | Checking syn v2.0.74 |
3091 | 2024-08-23T21:34:17.707Z | Checking pest v2.7.10 |
3092 | 2024-08-23T21:34:17.812Z | Checking fs-err v2.11.0 |
3093 | 2024-08-23T21:34:17.878Z | Checking rustix v0.38.34 |
3094 | 2024-08-23T21:34:18.039Z | Checking goblin v0.8.2 |
3095 | 2024-08-23T21:34:18.072Z | Checking tabled v0.15.0 |
3096 | 2024-08-23T21:34:18.583Z | Checking indexmap v2.4.0 |
3097 | 2024-08-23T21:34:18.791Z | Checking terminal_size v0.3.0 |
3098 | 2024-08-23T21:34:18.875Z | Checking anyhow v1.0.86 |
3099 | 2024-08-23T21:34:18.942Z | Checking clap_builder v4.5.15 |
3100 | 2024-08-23T21:34:19.921Z | Checking dtrace-parser v0.2.0 |
3101 | 2024-08-23T21:34:21.777Z | Checking clap v4.5.16 |
3102 | 2024-08-23T21:34:22.061Z | Checking serde_json v1.0.125 |
3103 | 2024-08-23T21:34:22.061Z | Checking toml_datetime v0.6.8 |
3104 | 2024-08-23T21:34:22.061Z | Checking serde_spanned v0.6.7 |
3105 | 2024-08-23T21:34:22.085Z | Checking semver v1.0.23 |
3106 | 2024-08-23T21:34:22.086Z | Checking camino v1.1.9 |
3107 | 2024-08-23T21:34:22.086Z | Checking cargo-platform v0.1.8 |
3108 | 2024-08-23T21:34:22.086Z | Checking macaddr v1.0.1 |
3109 | 2024-08-23T21:34:22.339Z | Checking toml_edit v0.22.20 |
3110 | 2024-08-23T21:34:23.439Z | Checking dof v0.3.0 |
3111 | 2024-08-23T21:34:23.439Z | Checking cargo_metadata v0.18.1 |
3112 | 2024-08-23T21:34:23.992Z | Checking usdt-impl v0.5.0 |
3113 | 2024-08-23T21:34:24.465Z | Checking usdt v0.5.0 |
3114 | 2024-08-23T21:34:24.752Z | Checking toml v0.8.19 |
3115 | 2024-08-23T21:34:25.369Z | Checking cargo_toml v0.20.4 |
3116 | 2024-08-23T21:34:27.101Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3117 | 2024-08-23T21:34:27.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s |
3118 | 2024-08-23T21:34:27.996Z | |
3119 | 2024-08-23T21:34:27.996Z | info: running `cargo check --bins` on end-to-end-tests (145/154) |
3120 | 2024-08-23T21:34:28.695Z | Downloading crates ... |
3121 | 2024-08-23T21:34:28.979Z | Downloaded dirs-sys v0.4.1 |
3122 | 2024-08-23T21:34:29.003Z | Downloaded dirs v5.0.1 |
3123 | 2024-08-23T21:34:29.003Z | Downloaded ssh-encoding v0.2.0 |
3124 | 2024-08-23T21:34:29.003Z | Downloaded ssh-key v0.6.6 |
3125 | 2024-08-23T21:34:29.028Z | Downloaded p384 v0.13.0 |
3126 | 2024-08-23T21:34:29.052Z | Downloaded num-bigint v0.4.5 |
3127 | 2024-08-23T21:34:29.052Z | Downloaded ed25519-dalek v2.1.1 |
3128 | 2024-08-23T21:34:29.052Z | Downloaded aes-gcm v0.10.3 |
3129 | 2024-08-23T21:34:29.052Z | Downloaded p521 v0.13.3 |
3130 | 2024-08-23T21:34:29.052Z | Downloaded p256 v0.13.2 |
3131 | 2024-08-23T21:34:29.052Z | Downloaded option-ext v0.2.0 |
3132 | 2024-08-23T21:34:29.077Z | Downloaded md5 v0.7.0 |
3133 | 2024-08-23T21:34:29.077Z | Downloaded internet-checksum v0.2.1 |
3134 | 2024-08-23T21:34:29.077Z | Downloaded hex-literal v0.4.1 |
3135 | 2024-08-23T21:34:29.077Z | Downloaded ghash v0.5.1 |
3136 | 2024-08-23T21:34:29.077Z | Downloaded ed25519 v2.2.3 |
3137 | 2024-08-23T21:34:29.077Z | Downloaded ecdsa v0.16.9 |
3138 | 2024-08-23T21:34:29.077Z | Downloaded ssh-cipher v0.2.0 |
3139 | 2024-08-23T21:34:29.077Z | Downloaded russh-keys v0.44.0 |
3140 | 2024-08-23T21:34:29.077Z | Downloaded russh-cryptovec v0.7.2 |
3141 | 2024-08-23T21:34:29.077Z | Downloaded russh v0.44.1 |
3142 | 2024-08-23T21:34:29.077Z | Downloaded rfc6979 v0.4.0 |
3143 | 2024-08-23T21:34:29.077Z | Downloaded primeorder v0.13.6 |
3144 | 2024-08-23T21:34:29.077Z | Downloaded polyval v0.6.2 |
3145 | 2024-08-23T21:34:29.077Z | Downloaded pbkdf2 v0.11.0 |
3146 | 2024-08-23T21:34:29.106Z | Downloaded password-hash v0.4.2 |
3147 | 2024-08-23T21:34:29.106Z | Downloaded dhcproto-macros v0.1.0 |
3148 | 2024-08-23T21:34:29.106Z | Downloaded dhcproto v0.12.0 |
3149 | 2024-08-23T21:34:29.106Z | Downloaded blowfish v0.9.1 |
3150 | 2024-08-23T21:34:29.106Z | Downloaded bcrypt-pbkdf v0.10.0 |
3151 | 2024-08-23T21:34:29.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2024-08-23T21:34:29.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2024-08-23T21:34:29.296Z | Checking polyval v0.6.2 |
3154 | 2024-08-23T21:34:29.296Z | Checking rfc6979 v0.4.0 |
3155 | 2024-08-23T21:34:29.343Z | Checking primeorder v0.13.6 |
3156 | 2024-08-23T21:34:29.373Z | Checking ctr v0.9.2 |
3157 | 2024-08-23T21:34:29.398Z | Checking ed25519 v2.2.3 |
3158 | 2024-08-23T21:34:29.399Z | Checking ssh-encoding v0.2.0 |
3159 | 2024-08-23T21:34:29.399Z | Checking blowfish v0.9.1 |
3160 | 2024-08-23T21:34:29.399Z | Checking option-ext v0.2.0 |
3161 | 2024-08-23T21:34:29.485Z | Checking ecdsa v0.16.9 |
3162 | 2024-08-23T21:34:29.524Z | Checking dirs-sys v0.4.1 |
3163 | 2024-08-23T21:34:29.580Z | Checking ghash v0.5.1 |
3164 | 2024-08-23T21:34:29.634Z | Checking password-hash v0.4.2 |
3165 | 2024-08-23T21:34:29.660Z | Checking bcrypt-pbkdf v0.10.0 |
3166 | 2024-08-23T21:34:29.700Z | Checking matches v0.1.10 |
3167 | 2024-08-23T21:34:29.724Z | Checking dirs v5.0.1 |
3168 | 2024-08-23T21:34:29.751Z | Checking ed25519-dalek v2.1.1 |
3169 | 2024-08-23T21:34:29.776Z | Checking aes-gcm v0.10.3 |
3170 | 2024-08-23T21:34:29.800Z | Compiling enum-as-inner v0.5.1 |
3171 | 2024-08-23T21:34:29.824Z | Checking idna v0.2.3 |
3172 | 2024-08-23T21:34:29.864Z | Checking russh-cryptovec v0.7.2 |
3173 | 2024-08-23T21:34:29.888Z | Checking md5 v0.7.0 |
3174 | 2024-08-23T21:34:29.963Z | Checking ssh-cipher v0.2.0 |
3175 | 2024-08-23T21:34:30.022Z | Checking pbkdf2 v0.11.0 |
3176 | 2024-08-23T21:34:30.060Z | Checking num-bigint v0.4.5 |
3177 | 2024-08-23T21:34:30.087Z | Compiling dhcproto-macros v0.1.0 |
3178 | 2024-08-23T21:34:30.133Z | Checking p384 v0.13.0 |
3179 | 2024-08-23T21:34:30.157Z | Checking p256 v0.13.2 |
3180 | 2024-08-23T21:34:30.217Z | Checking ssh-key v0.6.6 |
3181 | 2024-08-23T21:34:30.284Z | Checking p521 v0.13.3 |
3182 | 2024-08-23T21:34:30.532Z | Checking hex-literal v0.4.1 |
3183 | 2024-08-23T21:34:30.644Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3184 | 2024-08-23T21:34:30.669Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3185 | 2024-08-23T21:34:30.781Z | Checking trust-dns-proto v0.22.0 |
3186 | 2024-08-23T21:34:30.992Z | Checking internet-checksum v0.2.1 |
3187 | 2024-08-23T21:34:31.764Z | Checking russh-keys v0.44.0 |
3188 | 2024-08-23T21:34:32.935Z | Checking russh v0.44.1 |
3189 | 2024-08-23T21:34:34.038Z | Checking dhcproto v0.12.0 |
3190 | 2024-08-23T21:34:56.891Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3191 | 2024-08-23T21:34:58.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.65s |
3192 | 2024-08-23T21:34:58.846Z | |
3193 | 2024-08-23T21:34:58.846Z | info: running `cargo check --bins` on gateway-cli (146/154) |
3194 | 2024-08-23T21:34:59.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3195 | 2024-08-23T21:34:59.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3196 | 2024-08-23T21:34:59.830Z | Checking termios v0.3.3 |
3197 | 2024-08-23T21:35:00.005Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3198 | 2024-08-23T21:35:01.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3199 | 2024-08-23T21:35:01.203Z | |
3200 | 2024-08-23T21:35:01.204Z | info: running `cargo check --bins --no-default-features` on installinator (147/154) |
3201 | 2024-08-23T21:35:02.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2024-08-23T21:35:02.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2024-08-23T21:35:02.305Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3204 | 2024-08-23T21:35:04.981Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3205 | 2024-08-23T21:35:07.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s |
3206 | 2024-08-23T21:35:07.546Z | |
3207 | 2024-08-23T21:35:07.547Z | info: running `cargo check --bins` on internal-dns-cli (148/154) |
3208 | 2024-08-23T21:35:08.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2024-08-23T21:35:08.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2024-08-23T21:35:08.514Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3211 | 2024-08-23T21:35:08.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3212 | 2024-08-23T21:35:09.136Z | |
3213 | 2024-08-23T21:35:09.136Z | info: running `cargo check --bins` on omicron-package (149/154) |
3214 | 2024-08-23T21:35:10.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2024-08-23T21:35:10.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2024-08-23T21:35:10.130Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3217 | 2024-08-23T21:35:11.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3218 | 2024-08-23T21:35:11.892Z | |
3219 | 2024-08-23T21:35:11.892Z | info: running `cargo check --bins` on wicket-dbg (150/154) |
3220 | 2024-08-23T21:35:12.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2024-08-23T21:35:12.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2024-08-23T21:35:12.901Z | Checking rtoolbox v0.0.2 |
3223 | 2024-08-23T21:35:12.901Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3224 | 2024-08-23T21:35:12.925Z | Checking tui-tree-widget v0.22.0 |
3225 | 2024-08-23T21:35:13.104Z | Checking rpassword v7.3.1 |
3226 | 2024-08-23T21:35:18.572Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3227 | 2024-08-23T21:35:22.857Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3228 | 2024-08-23T21:35:24.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s |
3229 | 2024-08-23T21:35:24.550Z | |
3230 | 2024-08-23T21:35:24.550Z | info: running `cargo check --bins` on wicket (151/154) |
3231 | 2024-08-23T21:35:25.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-08-23T21:35:25.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-08-23T21:35:25.619Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3234 | 2024-08-23T21:35:26.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
3235 | 2024-08-23T21:35:26.175Z | |
3236 | 2024-08-23T21:35:26.175Z | info: running `cargo check --bins` on wicketd (152/154) |
3237 | 2024-08-23T21:35:27.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2024-08-23T21:35:27.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2024-08-23T21:35:27.273Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3240 | 2024-08-23T21:35:32.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s |
3241 | 2024-08-23T21:35:32.677Z | |
3242 | 2024-08-23T21:35:32.677Z | info: running `cargo check --bins` on omicron-workspace-hack (153/154) |
3243 | 2024-08-23T21:35:33.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2024-08-23T21:35:33.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2024-08-23T21:35:33.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3246 | 2024-08-23T21:35:33.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3247 | 2024-08-23T21:35:33.612Z | |
3248 | 2024-08-23T21:35:33.612Z | info: running `cargo check --bins` on zone-setup (154/154) |
3249 | 2024-08-23T21:35:34.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2024-08-23T21:35:34.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2024-08-23T21:35:34.781Z | Checking uzers v0.11.3 |
3252 | 2024-08-23T21:35:35.116Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3253 | 2024-08-23T21:35:36.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
3254 | 2024-08-23T21:35:36.789Z | |
3255 | 2024-08-23T21:35:36.789Z | real 14:43.021273844 |
3256 | 2024-08-23T21:35:36.789Z | user 26:08.741843498 |
3257 | 2024-08-23T21:35:36.789Z | sys 5:54.099969176 |
3258 | 2024-08-23T21:35:36.789Z | trap 0.761228198 |
3259 | 2024-08-23T21:35:36.789Z | tflt 1.777159090 |
3260 | 2024-08-23T21:35:36.789Z | dflt 1.904086658 |
3261 | 2024-08-23T21:35:36.789Z | kflt 0.001479427 |
3262 | 2024-08-23T21:35:36.789Z | lock 49:22.174696066 |
3263 | 2024-08-23T21:35:36.789Z | slp 2:19:04.839280537 |
3264 | 2024-08-23T21:35:36.789Z | lat 1:00.433816202 |
3265 | 2024-08-23T21:35:36.790Z | stop 2:42.672722355 |
3266 | 2024-08-23T21:35:36.814Z | process exited: duration 1124937 ms, exit code 0 |
|
3267 | 2024-08-23T21:35:36.862Z | found 0 output files |