|
|
|
1 | 2024-09-03T22:12:25.100Z | job assigned to worker 01J6WZ3QF1FHAPGH3VXDPMBBRD (queued for 26 s) |
|
2 | 2024-09-03T22:12:26.050Z | starting task 0: "setup" |
3 | 2024-09-03T22:12:26.074Z | ++ uname -s |
4 | 2024-09-03T22:12:26.074Z | + kern=SunOS |
5 | 2024-09-03T22:12:26.074Z | + case "$kern" in |
6 | 2024-09-03T22:12:26.074Z | + groupadd -g 12345 build |
7 | 2024-09-03T22:12:26.074Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-03T22:12:28.079Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-03T22:12:28.116Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-03T22:12:28.143Z | + home_fs=zfs |
11 | 2024-09-03T22:12:28.143Z | + [[ zfs == autofs ]] |
12 | 2024-09-03T22:12:28.143Z | + mkdir -p /home/build |
13 | 2024-09-03T22:12:28.143Z | + chown build:build /home/build /work |
14 | 2024-09-03T22:12:30.128Z | + chmod 0700 /home/build /work |
15 | 2024-09-03T22:12:30.154Z | process exited: duration 4080 ms, exit code 0 |
|
16 | 2024-09-03T22:12:30.206Z | starting task 1: "rust-toolchain" |
17 | 2024-09-03T22:12:30.231Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-03T22:12:30.231Z | ' 1.80.1 |
19 | 2024-09-03T22:12:30.231Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-03T22:12:30.231Z | ' default |
21 | 2024-09-03T22:12:30.231Z | * toolchain channel = "1.80.1" |
22 | 2024-09-03T22:12:30.231Z | * toolchain profile = "default" |
23 | 2024-09-03T22:12:30.231Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-03T22:12:30.231Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-03T22:12:30.366Z | info: downloading installer |
26 | 2024-09-03T22:12:30.921Z | info: profile set to 'default' |
27 | 2024-09-03T22:12:30.921Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-03T22:12:30.945Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-03T22:12:31.012Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-03T22:12:31.012Z | info: downloading component 'cargo' |
31 | 2024-09-03T22:12:31.440Z | info: downloading component 'clippy' |
32 | 2024-09-03T22:12:31.506Z | info: downloading component 'rust-docs' |
33 | 2024-09-03T22:12:31.779Z | info: downloading component 'rust-std' |
34 | 2024-09-03T22:12:32.220Z | info: downloading component 'rustc' |
35 | 2024-09-03T22:12:33.476Z | info: downloading component 'rustfmt' |
36 | 2024-09-03T22:12:33.524Z | info: installing component 'cargo' |
37 | 2024-09-03T22:12:34.648Z | info: installing component 'clippy' |
38 | 2024-09-03T22:12:35.172Z | info: installing component 'rust-docs' |
39 | 2024-09-03T22:12:37.919Z | info: installing component 'rust-std' |
40 | 2024-09-03T22:12:39.892Z | info: installing component 'rustc' |
41 | 2024-09-03T22:12:44.732Z | info: installing component 'rustfmt' |
42 | 2024-09-03T22:12:45.114Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-03T22:12:45.114Z | |
44 | 2024-09-03T22:12:45.237Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-03T22:12:45.237Z | |
46 | 2024-09-03T22:12:45.237Z | |
47 | 2024-09-03T22:12:45.237Z | Rust is installed now. Great! |
48 | 2024-09-03T22:12:45.237Z | |
49 | 2024-09-03T22:12:45.237Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-03T22:12:45.237Z | environment variable. This has not been done automatically. |
51 | 2024-09-03T22:12:45.237Z | |
52 | 2024-09-03T22:12:45.237Z | To configure your current shell, you need to source |
53 | 2024-09-03T22:12:45.237Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-03T22:12:45.237Z | |
55 | 2024-09-03T22:12:45.237Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-03T22:12:45.237Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-03T22:12:45.237Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-03T22:12:45.303Z | + rustc --version |
59 | 2024-09-03T22:12:45.419Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-03T22:12:45.443Z | process exited: duration 15219 ms, exit code 0 |
|
61 | 2024-09-03T22:12:45.494Z | starting task 2: "authentication" |
62 | 2024-09-03T22:12:45.550Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-09-03T22:12:45.601Z | starting task 3: "clone repository" |
64 | 2024-09-03T22:12:45.626Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-03T22:12:45.626Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-03T22:12:45.652Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-03T22:12:53.404Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-03T22:12:53.404Z | + git fetch origin 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b |
69 | 2024-09-03T22:12:53.793Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-03T22:12:53.793Z | * branch 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b -> FETCH_HEAD |
71 | 2024-09-03T22:12:53.817Z | + [[ -n iliana/lockfile-maintenance ]] |
72 | 2024-09-03T22:12:53.817Z | ++ git branch --show-current |
73 | 2024-09-03T22:12:53.817Z | + current=main |
74 | 2024-09-03T22:12:53.817Z | + [[ main != iliana/lockfile-maintenance ]] |
75 | 2024-09-03T22:12:53.817Z | + git branch -f iliana/lockfile-maintenance 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b |
76 | 2024-09-03T22:12:53.841Z | + git checkout -f iliana/lockfile-maintenance |
77 | 2024-09-03T22:12:54.002Z | Switched to branch 'iliana/lockfile-maintenance' |
78 | 2024-09-03T22:12:54.027Z | + git reset --hard 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b |
79 | 2024-09-03T22:12:54.027Z | HEAD is now at 72fafea7a newer libfalcon uses xz to decompress images |
80 | 2024-09-03T22:12:54.027Z | process exited: duration 8422 ms, exit code 0 |
|
81 | 2024-09-03T22:12:54.076Z | starting task 4: "build" |
82 | 2024-09-03T22:12:54.100Z | + cargo --version |
83 | 2024-09-03T22:12:54.157Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-03T22:12:54.181Z | + rustc --version |
85 | 2024-09-03T22:12:54.233Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-03T22:12:54.258Z | + source ./env.sh |
87 | 2024-09-03T22:12:54.258Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-03T22:12:54.258Z | ++ set -o xtrace |
89 | 2024-09-03T22:12:54.258Z | ++++ dirname ./env.sh |
90 | 2024-09-03T22:12:54.258Z | +++ readlink -f . |
91 | 2024-09-03T22:12:54.258Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-03T22:12:54.258Z | ++ 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-09-03T22:12:54.258Z | ++ 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-09-03T22:12:54.258Z | ++ 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-09-03T22:12:54.258Z | ++ 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-09-03T22:12:54.258Z | ++ 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-09-03T22:12:54.258Z | ++ 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-09-03T22:12:54.258Z | ++ 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-09-03T22:12:54.258Z | ++ 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-09-03T22:12:54.258Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-03T22:12:54.258Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-03T22:12:54.258Z | + 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-09-03T22:12:54.258Z | + 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-09-03T22:12:54.258Z | + banner prerequisites |
105 | 2024-09-03T22:12:54.258Z | |
106 | 2024-09-03T22:12:54.258Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-09-03T22:12:54.258Z | # # # # # # # # # # # # # # # |
108 | 2024-09-03T22:12:54.258Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-09-03T22:12:54.258Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-09-03T22:12:54.258Z | # # # # # # # # # # # # # # # |
111 | 2024-09-03T22:12:54.258Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-09-03T22:12:54.258Z | |
113 | 2024-09-03T22:12:54.258Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-09-03T22:12:59.452Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-09-03T22:13:02.183Z | Startup: Caching catalogs ... Done |
116 | 2024-09-03T22:13:04.624Z | Planning: Solver setup ... Done (1.741s) |
117 | 2024-09-03T22:13:04.655Z | Planning: Running solver ... Done (0.031s) |
118 | 2024-09-03T22:13:04.691Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-09-03T22:13:04.776Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-09-03T22:13:05.250Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-09-03T22:13:05.377Z | Planning: Package planning ... Done (0.127s) |
122 | 2024-09-03T22:13:05.443Z | Planning: Merging actions ... Done (0.066s) |
123 | 2024-09-03T22:13:05.709Z | Planning: Checking for conflicting actions ... Done (0.266s) |
124 | 2024-09-03T22:13:06.792Z | Planning: Consolidating action changes ... Done (1.083s) |
125 | 2024-09-03T22:13:07.214Z | Planning: Evaluating mediators ... Done (0.422s) |
126 | 2024-09-03T22:13:07.310Z | Planning: Planning completed in 5.06 seconds |
127 | 2024-09-03T22:13:07.334Z | Packages to install: 4 |
128 | 2024-09-03T22:13:07.334Z | Packages to update: 1 |
129 | 2024-09-03T22:13:07.335Z | Mediators to change: 2 |
130 | 2024-09-03T22:13:07.335Z | Services to change: 1 |
131 | 2024-09-03T22:13:07.335Z | Estimated space available: 148.82 GB |
132 | 2024-09-03T22:13:07.335Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-09-03T22:13:07.335Z | Create boot environment: No |
134 | 2024-09-03T22:13:07.335Z | Create backup boot environment: Yes |
135 | 2024-09-03T22:13:07.335Z | Rebuild boot archive: No |
136 | 2024-09-03T22:13:07.335Z | |
137 | 2024-09-03T22:13:07.335Z | Changed mediators: |
138 | 2024-09-03T22:13:07.335Z | mediator clang: |
139 | 2024-09-03T22:13:07.335Z | version: None -> 15 (system default) |
140 | 2024-09-03T22:13:07.335Z | |
141 | 2024-09-03T22:13:07.335Z | mediator llvm: |
142 | 2024-09-03T22:13:07.335Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-09-03T22:13:07.335Z | |
144 | 2024-09-03T22:13:07.335Z | Changed packages: |
145 | 2024-09-03T22:13:07.335Z | helios-dev |
146 | 2024-09-03T22:13:07.335Z | developer/build-essential |
147 | 2024-09-03T22:13:07.335Z | None -> 11-2.0 |
148 | 2024-09-03T22:13:07.335Z | library/libxmlsec1 |
149 | 2024-09-03T22:13:07.335Z | None -> 1.2.35-2.0 |
150 | 2024-09-03T22:13:07.335Z | ooce/developer/clang-15 |
151 | 2024-09-03T22:13:07.335Z | None -> 15.0.7-2.0 |
152 | 2024-09-03T22:13:07.335Z | ooce/developer/llvm-15 |
153 | 2024-09-03T22:13:07.335Z | None -> 15.0.7-2.0 |
154 | 2024-09-03T22:13:07.335Z | package/pkg |
155 | 2024-09-03T22:13:07.335Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-09-03T22:13:07.335Z | |
157 | 2024-09-03T22:13:07.335Z | Services: |
158 | 2024-09-03T22:13:07.335Z | restart_fmri: |
159 | 2024-09-03T22:13:07.335Z | svc:/system/update-man-index:default |
160 | 2024-09-03T22:13:07.335Z | |
161 | 2024-09-03T22:13:07.335Z | Editable files to change: |
162 | 2024-09-03T22:13:07.335Z | Update: |
163 | 2024-09-03T22:13:07.335Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-09-03T22:13:07.396Z | |
165 | 2024-09-03T22:13:07.396Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-09-03T22:13:12.398Z | Download: 666/4281 items 18.0/220.6MB 8% complete (3.6M/s) |
167 | 2024-09-03T22:13:17.407Z | Download: 1209/4281 items 84.6/220.6MB 38% complete (8.6M/s) |
168 | 2024-09-03T22:13:22.411Z | Download: 1973/4281 items 118.5/220.6MB 53% complete (10.2M/s) |
169 | 2024-09-03T22:13:27.412Z | Download: 2819/4281 items 121.1/220.6MB 54% complete (3.7M/s) |
170 | 2024-09-03T22:13:32.412Z | Download: 3248/4281 items 202.5/220.6MB 91% complete (8.3M/s) |
171 | 2024-09-03T22:13:36.023Z | Download: Completed 220.60 MB in 28.63 seconds (7.7M/s) |
172 | 2024-09-03T22:13:37.541Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-09-03T22:13:37.566Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-09-03T22:13:42.620Z | Actions: 3108/5063 actions (Installing new actions) |
175 | 2024-09-03T22:13:43.571Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-09-03T22:13:43.939Z | Actions: Completed 5063 actions in 6.40 seconds. |
177 | 2024-09-03T22:13:44.340Z | Done (0.392s) |
178 | 2024-09-03T22:13:44.365Z | Done (0.000s) |
179 | 2024-09-03T22:13:44.787Z | Done (0.446s) |
180 | 2024-09-03T22:13:50.042Z | Done (5.115s) |
181 | 2024-09-03T22:13:50.146Z | Done (0.020s) |
182 | 2024-09-03T22:13:50.169Z | Done (0.000s) |
183 | 2024-09-03T22:13:50.318Z | Done (0.000s) |
184 | 2024-09-03T22:13:50.953Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-09-03T22:13:51.154Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-09-03T22:13:51.178Z | Planning: Consolidating action changes ... Done |
187 | 2024-09-03T22:13:51.488Z | Planning: Evaluating mediators ... Done |
188 | 2024-09-03T22:13:51.512Z | Planning: Planning completed in 0.54 seconds |
189 | 2024-09-03T22:13:51.536Z | Mediators to change: 2 |
190 | 2024-09-03T22:13:51.536Z | Create boot environment: No |
191 | 2024-09-03T22:13:51.536Z | Create backup boot environment: No |
192 | 2024-09-03T22:13:51.595Z | Done |
193 | 2024-09-03T22:13:51.595Z | Done |
194 | 2024-09-03T22:13:51.879Z | Done |
195 | 2024-09-03T22:13:56.495Z | Done |
196 | 2024-09-03T22:13:56.592Z | Done |
197 | 2024-09-03T22:13:56.592Z | Done |
198 | 2024-09-03T22:13:56.641Z | Done |
199 | 2024-09-03T22:13:57.391Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-09-03T22:13:57.415Z | Planning: Merging actions ... Done |
201 | 2024-09-03T22:13:57.627Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-09-03T22:13:57.652Z | Planning: Consolidating action changes ... Done |
203 | 2024-09-03T22:13:57.958Z | Planning: Evaluating mediators ... Done |
204 | 2024-09-03T22:13:58.031Z | Planning: Planning completed in 0.94 seconds |
205 | 2024-09-03T22:13:58.082Z | Packages to change: 1 |
206 | 2024-09-03T22:13:58.082Z | Mediators to change: 1 |
207 | 2024-09-03T22:13:58.082Z | Services to change: 1 |
208 | 2024-09-03T22:13:58.083Z | Create boot environment: No |
209 | 2024-09-03T22:13:58.083Z | Create backup boot environment: Yes |
210 | 2024-09-03T22:13:59.623Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-09-03T22:13:59.647Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-09-03T22:13:59.647Z | Done |
213 | 2024-09-03T22:13:59.647Z | Done |
214 | 2024-09-03T22:13:59.724Z | Done |
215 | 2024-09-03T22:14:04.237Z | Done |
216 | 2024-09-03T22:14:04.336Z | Done |
217 | 2024-09-03T22:14:04.360Z | Done |
218 | 2024-09-03T22:14:04.427Z | Done |
219 | 2024-09-03T22:14:04.949Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-09-03T22:14:04.949Z | clang system 15 system |
221 | 2024-09-03T22:14:04.949Z | csh system system illumos |
222 | 2024-09-03T22:14:04.949Z | ctags system system illumos |
223 | 2024-09-03T22:14:04.949Z | gcc vendor 12 vendor |
224 | 2024-09-03T22:14:04.949Z | gcc system 10 system |
225 | 2024-09-03T22:14:04.949Z | gcc system 7 system |
226 | 2024-09-03T22:14:04.949Z | go system 1.20 system |
227 | 2024-09-03T22:14:04.949Z | go system 1.19 system |
228 | 2024-09-03T22:14:04.949Z | llvm system 15 system |
229 | 2024-09-03T22:14:04.949Z | llvm system 14 system |
230 | 2024-09-03T22:14:04.949Z | mariadb system 10.6 system |
231 | 2024-09-03T22:14:04.949Z | mta vendor vendor dma |
232 | 2024-09-03T22:14:04.949Z | openjdk system 17 system |
233 | 2024-09-03T22:14:04.949Z | openjdk system 11 system |
234 | 2024-09-03T22:14:04.949Z | openjdk system 1.8 system |
235 | 2024-09-03T22:14:04.949Z | openssl vendor 3 vendor |
236 | 2024-09-03T22:14:04.949Z | perl system 5.36 system |
237 | 2024-09-03T22:14:04.949Z | postgresql system 15 system |
238 | 2024-09-03T22:14:04.949Z | postgresql system 13 system |
239 | 2024-09-03T22:14:04.949Z | python vendor 3 vendor |
240 | 2024-09-03T22:14:04.949Z | python system 2 system |
241 | 2024-09-03T22:14:04.950Z | python3 system 3.11 system |
242 | 2024-09-03T22:14:04.950Z | ruby system 3.0 system |
243 | 2024-09-03T22:14:04.950Z | words vendor vendor american-english |
244 | 2024-09-03T22:14:04.950Z | words system system australian-english |
245 | 2024-09-03T22:14:04.950Z | words system system british-english |
246 | 2024-09-03T22:14:04.950Z | words system system canadian-english |
247 | 2024-09-03T22:14:04.950Z | words system system french |
248 | 2024-09-03T22:14:04.950Z | words system system italian |
249 | 2024-09-03T22:14:04.950Z | words system system ngerman |
250 | 2024-09-03T22:14:04.950Z | words system system ogerman |
251 | 2024-09-03T22:14:04.950Z | words system system spanish |
252 | 2024-09-03T22:14:05.350Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-09-03T22:14:05.350Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-09-03T22:14:07.517Z | FMRI IFO |
255 | 2024-09-03T22:14:07.517Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-09-03T22:14:07.517Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-09-03T22:14:07.517Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-09-03T22:14:07.517Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-09-03T22:14:07.517Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-09-03T22:14:07.517Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-09-03T22:14:07.517Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-09-03T22:14:07.517Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-09-03T22:14:07.517Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-09-03T22:14:07.517Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-09-03T22:14:07.518Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-09-03T22:14:07.518Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-09-03T22:14:07.518Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-09-03T22:14:08.201Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-09-03T22:14:08.616Z | Updating crates.io index |
270 | 2024-09-03T22:14:08.640Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
271 | 2024-09-03T22:14:09.516Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-09-03T22:14:10.411Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-09-03T22:14:10.751Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
274 | 2024-09-03T22:14:12.565Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-09-03T22:14:12.893Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-09-03T22:14:13.232Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-09-03T22:14:14.445Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-09-03T22:14:16.620Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-09-03T22:14:17.737Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-09-03T22:14:18.467Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-09-03T22:14:18.858Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-09-03T22:14:19.537Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-09-03T22:14:19.906Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
284 | 2024-09-03T22:14:20.243Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
285 | 2024-09-03T22:14:20.768Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2024-09-03T22:14:21.332Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-09-03T22:14:21.688Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-09-03T22:14:22.031Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-09-03T22:14:22.356Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-09-03T22:14:22.706Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
291 | 2024-09-03T22:14:23.101Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-09-03T22:14:23.481Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-09-03T22:14:23.959Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-09-03T22:14:24.220Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-09-03T22:14:24.744Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-09-03T22:14:25.147Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-09-03T22:14:25.676Z | Updating git repository `https://github.com/oxidecomputer/typify` |
298 | 2024-09-03T22:14:28.576Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-09-03T22:14:28.912Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-09-03T22:14:29.277Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-09-03T22:14:30.591Z | Downloading crates ... |
302 | 2024-09-03T22:14:30.646Z | Downloaded equivalent v1.0.1 |
303 | 2024-09-03T22:14:30.670Z | Downloaded block-buffer v0.10.4 |
304 | 2024-09-03T22:14:30.670Z | Downloaded byteorder v1.5.0 |
305 | 2024-09-03T22:14:30.670Z | Downloaded thiserror-impl v1.0.63 |
306 | 2024-09-03T22:14:30.670Z | Downloaded anstyle-parse v0.2.5 |
307 | 2024-09-03T22:14:30.670Z | Downloaded heck v0.4.1 |
308 | 2024-09-03T22:14:30.670Z | Downloaded utf8parse v0.2.2 |
309 | 2024-09-03T22:14:30.670Z | Downloaded usdt-impl v0.5.0 |
310 | 2024-09-03T22:14:30.670Z | Downloaded tempfile v3.12.0 |
311 | 2024-09-03T22:14:30.695Z | Downloaded zerocopy-derive v0.7.35 |
312 | 2024-09-03T22:14:30.695Z | Downloaded unicode-ident v1.0.12 |
313 | 2024-09-03T22:14:30.695Z | Downloaded winnow v0.6.18 |
314 | 2024-09-03T22:14:30.719Z | Downloaded serde v1.0.209 |
315 | 2024-09-03T22:14:30.719Z | Downloaded zerocopy v0.7.35 |
316 | 2024-09-03T22:14:30.743Z | Downloaded unicode-width v0.1.13 |
317 | 2024-09-03T22:14:30.743Z | Downloaded syn v2.0.77 |
318 | 2024-09-03T22:14:30.743Z | Downloaded libc v0.2.158 |
319 | 2024-09-03T22:14:30.772Z | Downloaded syn v1.0.109 |
320 | 2024-09-03T22:14:30.796Z | Downloaded serde_json v1.0.127 |
321 | 2024-09-03T22:14:30.796Z | Downloaded rustix v0.38.35 |
322 | 2024-09-03T22:14:30.820Z | Downloaded thiserror v1.0.63 |
323 | 2024-09-03T22:14:30.844Z | Downloaded terminal_size v0.3.0 |
324 | 2024-09-03T22:14:30.844Z | Downloaded tabled_derive v0.7.0 |
325 | 2024-09-03T22:14:30.844Z | Downloaded tabled v0.15.0 |
326 | 2024-09-03T22:14:30.868Z | Downloaded ryu v1.0.18 |
327 | 2024-09-03T22:14:30.868Z | Downloaded pest v2.7.11 |
328 | 2024-09-03T22:14:30.868Z | Downloaded memchr v2.7.4 |
329 | 2024-09-03T22:14:30.868Z | Downloaded heck v0.5.0 |
330 | 2024-09-03T22:14:30.868Z | Downloaded hashbrown v0.14.5 |
331 | 2024-09-03T22:14:30.892Z | Downloaded goblin v0.8.2 |
332 | 2024-09-03T22:14:30.892Z | Downloaded clap_builder v4.5.15 |
333 | 2024-09-03T22:14:30.892Z | Downloaded typenum v1.17.0 |
334 | 2024-09-03T22:14:30.892Z | Downloaded toml_edit v0.22.20 |
335 | 2024-09-03T22:14:30.920Z | Downloaded toml_datetime v0.6.8 |
336 | 2024-09-03T22:14:30.944Z | Downloaded toml v0.8.19 |
337 | 2024-09-03T22:14:30.944Z | Downloaded thread-id v4.2.2 |
338 | 2024-09-03T22:14:30.944Z | Downloaded smawk v0.3.2 |
339 | 2024-09-03T22:14:30.944Z | Downloaded serde_tokenstream v0.2.2 |
340 | 2024-09-03T22:14:30.944Z | Downloaded scroll_derive v0.12.0 |
341 | 2024-09-03T22:14:30.944Z | Downloaded quote v1.0.37 |
342 | 2024-09-03T22:14:30.944Z | Downloaded proc-macro-error-attr v1.0.4 |
343 | 2024-09-03T22:14:30.944Z | Downloaded plain v0.2.3 |
344 | 2024-09-03T22:14:30.944Z | Downloaded once_cell v1.19.0 |
345 | 2024-09-03T22:14:30.944Z | Downloaded macaddr v1.0.1 |
346 | 2024-09-03T22:14:30.968Z | Downloaded log v0.4.22 |
347 | 2024-09-03T22:14:30.968Z | Downloaded version_check v0.9.5 |
348 | 2024-09-03T22:14:30.968Z | Downloaded usdt-macro v0.5.0 |
349 | 2024-09-03T22:14:30.968Z | Downloaded usdt-attr-macro v0.5.0 |
350 | 2024-09-03T22:14:30.968Z | Downloaded ucd-trie v0.1.6 |
351 | 2024-09-03T22:14:30.968Z | Downloaded textwrap v0.16.1 |
352 | 2024-09-03T22:14:30.968Z | Downloaded swrite v0.1.0 |
353 | 2024-09-03T22:14:30.968Z | Downloaded serde_derive v1.0.209 |
354 | 2024-09-03T22:14:30.968Z | Downloaded proc-macro2 v1.0.86 |
355 | 2024-09-03T22:14:30.968Z | Downloaded pest_meta v2.7.11 |
356 | 2024-09-03T22:14:30.968Z | Downloaded papergrid v0.11.0 |
357 | 2024-09-03T22:14:30.993Z | Downloaded is_terminal_polyfill v1.70.1 |
358 | 2024-09-03T22:14:30.993Z | Downloaded indexmap v2.5.0 |
359 | 2024-09-03T22:14:30.993Z | Downloaded usdt v0.5.0 |
360 | 2024-09-03T22:14:30.993Z | Downloaded strsim v0.11.1 |
361 | 2024-09-03T22:14:30.993Z | Downloaded sha2 v0.10.8 |
362 | 2024-09-03T22:14:30.993Z | Downloaded serde_spanned v0.6.7 |
363 | 2024-09-03T22:14:31.017Z | Downloaded semver v1.0.23 |
364 | 2024-09-03T22:14:31.017Z | Downloaded scroll v0.12.0 |
365 | 2024-09-03T22:14:31.017Z | Downloaded proc-macro-error v1.0.4 |
366 | 2024-09-03T22:14:31.017Z | Downloaded pest_generator v2.7.11 |
367 | 2024-09-03T22:14:31.017Z | Downloaded pest_derive v2.7.11 |
368 | 2024-09-03T22:14:31.017Z | Downloaded memmap v0.7.0 |
369 | 2024-09-03T22:14:31.017Z | Downloaded itoa v1.0.11 |
370 | 2024-09-03T22:14:31.017Z | Downloaded generic-array v0.14.7 |
371 | 2024-09-03T22:14:31.041Z | Downloaded fnv v1.0.7 |
372 | 2024-09-03T22:14:31.041Z | Downloaded errno v0.3.9 |
373 | 2024-09-03T22:14:31.041Z | Downloaded digest v0.10.7 |
374 | 2024-09-03T22:14:31.041Z | Downloaded cpufeatures v0.2.13 |
375 | 2024-09-03T22:14:31.041Z | Downloaded clap_lex v0.7.2 |
376 | 2024-09-03T22:14:31.041Z | Downloaded clap_derive v4.5.13 |
377 | 2024-09-03T22:14:31.041Z | Downloaded clap v4.5.16 |
378 | 2024-09-03T22:14:31.090Z | Downloaded cfg-if v1.0.0 |
379 | 2024-09-03T22:14:31.090Z | Downloaded cargo_toml v0.20.4 |
380 | 2024-09-03T22:14:31.090Z | Downloaded cargo-platform v0.1.8 |
381 | 2024-09-03T22:14:31.115Z | Downloaded camino v1.1.9 |
382 | 2024-09-03T22:14:31.115Z | Downloaded bitflags v2.6.0 |
383 | 2024-09-03T22:14:31.115Z | Downloaded unicode-linebreak v0.1.5 |
384 | 2024-09-03T22:14:31.115Z | Downloaded fs-err v2.11.0 |
385 | 2024-09-03T22:14:31.115Z | Downloaded dtrace-parser v0.2.0 |
386 | 2024-09-03T22:14:31.115Z | Downloaded crypto-common v0.1.6 |
387 | 2024-09-03T22:14:31.115Z | Downloaded bytecount v0.6.8 |
388 | 2024-09-03T22:14:31.115Z | Downloaded anyhow v1.0.86 |
389 | 2024-09-03T22:14:31.115Z | Downloaded anstream v0.6.15 |
390 | 2024-09-03T22:14:31.115Z | Downloaded pretty-hex v0.4.1 |
391 | 2024-09-03T22:14:31.115Z | Downloaded fastrand v2.1.1 |
392 | 2024-09-03T22:14:31.115Z | Downloaded dof v0.3.0 |
393 | 2024-09-03T22:14:31.115Z | Downloaded colorchoice v1.0.2 |
394 | 2024-09-03T22:14:31.115Z | Downloaded cargo_metadata v0.18.1 |
395 | 2024-09-03T22:14:31.115Z | Downloaded camino-tempfile v1.1.1 |
396 | 2024-09-03T22:14:31.115Z | Downloaded autocfg v1.3.0 |
397 | 2024-09-03T22:14:31.115Z | Downloaded anstyle v1.0.8 |
398 | 2024-09-03T22:14:31.115Z | Downloaded anstyle-query v1.1.1 |
399 | 2024-09-03T22:14:31.236Z | Compiling proc-macro2 v1.0.86 |
400 | 2024-09-03T22:14:31.260Z | Compiling unicode-ident v1.0.12 |
401 | 2024-09-03T22:14:31.260Z | Compiling serde v1.0.209 |
402 | 2024-09-03T22:14:31.260Z | Compiling version_check v0.9.5 |
403 | 2024-09-03T22:14:31.260Z | Compiling memchr v2.7.4 |
404 | 2024-09-03T22:14:31.260Z | Compiling thiserror v1.0.63 |
405 | 2024-09-03T22:14:31.260Z | Compiling libc v0.2.158 |
406 | 2024-09-03T22:14:31.260Z | Compiling ryu v1.0.18 |
407 | 2024-09-03T22:14:31.586Z | Compiling itoa v1.0.11 |
408 | 2024-09-03T22:14:31.769Z | Compiling ucd-trie v0.1.6 |
409 | 2024-09-03T22:14:31.812Z | Compiling once_cell v1.19.0 |
410 | 2024-09-03T22:14:32.125Z | Compiling byteorder v1.5.0 |
411 | 2024-09-03T22:14:32.149Z | Compiling serde_json v1.0.127 |
412 | 2024-09-03T22:14:32.340Z | Compiling rustix v0.38.35 |
413 | 2024-09-03T22:14:32.555Z | Compiling bitflags v2.6.0 |
414 | 2024-09-03T22:14:32.651Z | Compiling usdt-impl v0.5.0 |
415 | 2024-09-03T22:14:32.817Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-09-03T22:14:32.936Z | Compiling quote v1.0.37 |
417 | 2024-09-03T22:14:32.960Z | Compiling syn v1.0.109 |
418 | 2024-09-03T22:14:33.151Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-09-03T22:14:33.180Z | Compiling utf8parse v0.2.2 |
420 | 2024-09-03T22:14:33.212Z | Compiling log v0.4.22 |
421 | 2024-09-03T22:14:33.344Z | Compiling syn v2.0.77 |
422 | 2024-09-03T22:14:33.413Z | Compiling errno v0.3.9 |
423 | 2024-09-03T22:14:33.544Z | Compiling plain v0.2.3 |
424 | 2024-09-03T22:14:33.578Z | Compiling thread-id v4.2.2 |
425 | 2024-09-03T22:14:33.601Z | Compiling equivalent v1.0.1 |
426 | 2024-09-03T22:14:33.661Z | Compiling camino v1.1.9 |
427 | 2024-09-03T22:14:33.692Z | Compiling hashbrown v0.14.5 |
428 | 2024-09-03T22:14:33.783Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-09-03T22:14:34.121Z | Compiling unicode-width v0.1.13 |
430 | 2024-09-03T22:14:34.239Z | Compiling pretty-hex v0.4.1 |
431 | 2024-09-03T22:14:34.342Z | Compiling autocfg v1.3.0 |
432 | 2024-09-03T22:14:34.368Z | Compiling anstyle v1.0.8 |
433 | 2024-09-03T22:14:34.544Z | Compiling semver v1.0.23 |
434 | 2024-09-03T22:14:34.629Z | Compiling colorchoice v1.0.2 |
435 | 2024-09-03T22:14:34.770Z | Compiling anstyle-query v1.1.1 |
436 | 2024-09-03T22:14:34.841Z | Compiling indexmap v2.5.0 |
437 | 2024-09-03T22:14:34.908Z | Compiling winnow v0.6.18 |
438 | 2024-09-03T22:14:34.938Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2024-09-03T22:14:35.047Z | Compiling anstream v0.6.15 |
440 | 2024-09-03T22:14:35.269Z | Compiling fs-err v2.11.0 |
441 | 2024-09-03T22:14:35.389Z | Compiling bytecount v0.6.8 |
442 | 2024-09-03T22:14:35.629Z | Compiling terminal_size v0.3.0 |
443 | 2024-09-03T22:14:35.718Z | Compiling heck v0.5.0 |
444 | 2024-09-03T22:14:35.798Z | Compiling fnv v1.0.7 |
445 | 2024-09-03T22:14:35.859Z | Compiling anyhow v1.0.86 |
446 | 2024-09-03T22:14:35.953Z | Compiling heck v0.4.1 |
447 | 2024-09-03T22:14:36.281Z | Compiling clap_lex v0.7.2 |
448 | 2024-09-03T22:14:36.465Z | Compiling cfg-if v1.0.0 |
449 | 2024-09-03T22:14:36.550Z | Compiling strsim v0.11.1 |
450 | 2024-09-03T22:14:36.579Z | Compiling fastrand v2.1.1 |
451 | 2024-09-03T22:14:36.816Z | Compiling papergrid v0.11.0 |
452 | 2024-09-03T22:14:36.875Z | Compiling clap_builder v4.5.15 |
453 | 2024-09-03T22:14:37.056Z | Compiling tempfile v3.12.0 |
454 | 2024-09-03T22:14:37.300Z | Compiling memmap v0.7.0 |
455 | 2024-09-03T22:14:37.446Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-09-03T22:14:37.634Z | Compiling smawk v0.3.2 |
457 | 2024-09-03T22:14:37.842Z | Compiling textwrap v0.16.1 |
458 | 2024-09-03T22:14:38.224Z | Compiling swrite v0.1.0 |
459 | 2024-09-03T22:14:39.138Z | Compiling tabled_derive v0.7.0 |
460 | 2024-09-03T22:14:40.733Z | Compiling tabled v0.15.0 |
461 | 2024-09-03T22:14:41.800Z | Compiling serde_derive v1.0.209 |
462 | 2024-09-03T22:14:41.824Z | Compiling thiserror-impl v1.0.63 |
463 | 2024-09-03T22:14:41.824Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-09-03T22:14:41.847Z | Compiling scroll_derive v0.12.0 |
465 | 2024-09-03T22:14:41.996Z | Compiling clap_derive v4.5.13 |
466 | 2024-09-03T22:14:43.014Z | Compiling scroll v0.12.0 |
467 | 2024-09-03T22:14:43.433Z | Compiling goblin v0.8.2 |
468 | 2024-09-03T22:14:43.638Z | Compiling zerocopy v0.7.35 |
469 | 2024-09-03T22:14:44.052Z | Compiling pest v2.7.11 |
470 | 2024-09-03T22:14:45.185Z | Compiling clap v4.5.16 |
471 | 2024-09-03T22:14:46.117Z | Compiling pest_meta v2.7.11 |
472 | 2024-09-03T22:14:47.091Z | Compiling pest_generator v2.7.11 |
473 | 2024-09-03T22:14:48.795Z | Compiling pest_derive v2.7.11 |
474 | 2024-09-03T22:14:49.461Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-09-03T22:14:51.304Z | Compiling serde_spanned v0.6.7 |
476 | 2024-09-03T22:14:51.304Z | Compiling toml_datetime v0.6.8 |
477 | 2024-09-03T22:14:51.327Z | Compiling cargo-platform v0.1.8 |
478 | 2024-09-03T22:14:51.670Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-09-03T22:14:51.837Z | Compiling toml_edit v0.22.20 |
480 | 2024-09-03T22:14:51.884Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-09-03T22:14:51.911Z | Compiling macaddr v1.0.1 |
482 | 2024-09-03T22:14:52.691Z | Compiling dof v0.3.0 |
483 | 2024-09-03T22:14:52.691Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-09-03T22:14:54.458Z | Compiling toml v0.8.19 |
485 | 2024-09-03T22:14:54.553Z | Compiling usdt-macro v0.5.0 |
486 | 2024-09-03T22:14:54.576Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-09-03T22:14:55.160Z | Compiling cargo_toml v0.20.4 |
488 | 2024-09-03T22:14:55.686Z | Compiling usdt v0.5.0 |
489 | 2024-09-03T22:14:59.489Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-09-03T22:15:04.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.58s |
491 | 2024-09-03T22:15:04.683Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-09-03T22:15:05.467Z | Downloading crates ... |
493 | 2024-09-03T22:15:05.607Z | Downloaded assert_matches v1.5.0 |
494 | 2024-09-03T22:15:05.633Z | Downloaded crunchy v0.2.2 |
495 | 2024-09-03T22:15:05.634Z | Downloaded async-stream-impl v0.3.5 |
496 | 2024-09-03T22:15:05.634Z | Downloaded curve25519-dalek-derive v0.1.1 |
497 | 2024-09-03T22:15:05.634Z | Downloaded ctr v0.9.2 |
498 | 2024-09-03T22:15:05.658Z | Downloaded crossbeam-deque v0.8.5 |
499 | 2024-09-03T22:15:05.658Z | Downloaded hubpack_derive v0.1.1 |
500 | 2024-09-03T22:15:05.658Z | Downloaded normalize-line-endings v0.3.0 |
501 | 2024-09-03T22:15:05.658Z | Downloaded crossbeam-utils v0.8.20 |
502 | 2024-09-03T22:15:05.658Z | Downloaded managed v0.8.0 |
503 | 2024-09-03T22:15:05.682Z | Downloaded num-integer v0.1.46 |
504 | 2024-09-03T22:15:05.683Z | Downloaded num-rational v0.4.2 |
505 | 2024-09-03T22:15:05.683Z | Downloaded scrypt v0.11.0 |
506 | 2024-09-03T22:15:05.683Z | Downloaded tower-service v0.3.3 |
507 | 2024-09-03T22:15:05.708Z | Downloaded strum v0.26.3 |
508 | 2024-09-03T22:15:05.708Z | Downloaded structmeta-derive v0.2.0 |
509 | 2024-09-03T22:15:05.708Z | Downloaded nu-ansi-term v0.50.1 |
510 | 2024-09-03T22:15:05.708Z | Downloaded foreign-types v0.3.2 |
511 | 2024-09-03T22:15:05.708Z | Downloaded parse-size v1.0.0 |
512 | 2024-09-03T22:15:05.708Z | Downloaded foreign-types v0.5.0 |
513 | 2024-09-03T22:15:06.279Z | Downloaded untrusted v0.7.1 |
514 | 2024-09-03T22:15:06.279Z | Downloaded aes-gcm v0.10.3 |
515 | 2024-09-03T22:15:06.279Z | Downloaded tinyvec_macros v0.1.1 |
516 | 2024-09-03T22:15:06.279Z | Downloaded parse-display-derive v0.10.0 |
517 | 2024-09-03T22:15:06.279Z | Downloaded tls_codec v0.4.1 |
518 | 2024-09-03T22:15:06.279Z | Downloaded tokio-native-tls v0.3.1 |
519 | 2024-09-03T22:15:06.279Z | Downloaded endian-type v0.1.2 |
520 | 2024-09-03T22:15:06.279Z | Downloaded tls_codec_derive v0.4.1 |
521 | 2024-09-03T22:15:06.279Z | Downloaded time-core v0.1.2 |
522 | 2024-09-03T22:15:06.279Z | Downloaded sqlparser_derive v0.2.2 |
523 | 2024-09-03T22:15:06.279Z | Downloaded tokio-stream v0.1.15 |
524 | 2024-09-03T22:15:06.279Z | Downloaded tokio-rustls v0.25.0 |
525 | 2024-09-03T22:15:06.279Z | Downloaded sqlformat v0.2.4 |
526 | 2024-09-03T22:15:06.279Z | Downloaded russh-cryptovec v0.7.3 |
527 | 2024-09-03T22:15:06.279Z | Downloaded hex-literal v0.4.1 |
528 | 2024-09-03T22:15:06.279Z | Downloaded derive_builder_macro v0.20.1 |
529 | 2024-09-03T22:15:06.279Z | Downloaded debug-ignore v1.0.5 |
530 | 2024-09-03T22:15:06.279Z | Downloaded hash32 v0.2.1 |
531 | 2024-09-03T22:15:06.279Z | Downloaded group v0.13.0 |
532 | 2024-09-03T22:15:06.279Z | Downloaded rand_chacha v0.3.1 |
533 | 2024-09-03T22:15:06.279Z | Downloaded serde_with_macros v3.9.0 |
534 | 2024-09-03T22:15:06.279Z | Downloaded rtoolbox v0.0.2 |
535 | 2024-09-03T22:15:06.279Z | Downloaded rustls-pemfile v1.0.4 |
536 | 2024-09-03T22:15:06.279Z | Downloaded pem v3.0.4 |
537 | 2024-09-03T22:15:06.279Z | Downloaded phf_shared v0.11.2 |
538 | 2024-09-03T22:15:06.279Z | Downloaded hashlink v0.9.1 |
539 | 2024-09-03T22:15:06.280Z | Downloaded oso v0.27.3 |
540 | 2024-09-03T22:15:06.280Z | Downloaded rand_xorshift v0.3.0 |
541 | 2024-09-03T22:15:06.280Z | Downloaded rand_seeder v0.3.0 |
542 | 2024-09-03T22:15:06.280Z | Downloaded psl-types v2.0.11 |
543 | 2024-09-03T22:15:06.280Z | Downloaded tracing-attributes v0.1.27 |
544 | 2024-09-03T22:15:06.280Z | Downloaded tokio-tungstenite v0.23.1 |
545 | 2024-09-03T22:15:06.280Z | Downloaded signal-hook-tokio v0.3.1 |
546 | 2024-09-03T22:15:06.280Z | Downloaded foreign-types-shared v0.3.1 |
547 | 2024-09-03T22:15:06.280Z | Downloaded precomputed-hash v0.1.1 |
548 | 2024-09-03T22:15:06.280Z | Downloaded pin-project-internal v1.1.5 |
549 | 2024-09-03T22:15:06.280Z | Downloaded tap v1.0.1 |
550 | 2024-09-03T22:15:06.280Z | Downloaded snafu-derive v0.8.4 |
551 | 2024-09-03T22:15:06.280Z | Downloaded rustc-demangle v0.1.24 |
552 | 2024-09-03T22:15:06.280Z | Downloaded zone v0.3.0 |
553 | 2024-09-03T22:15:06.280Z | Downloaded want v0.3.1 |
554 | 2024-09-03T22:15:06.280Z | Downloaded slog-scope v4.4.0 |
555 | 2024-09-03T22:15:06.280Z | Downloaded slab v0.4.9 |
556 | 2024-09-03T22:15:06.280Z | Downloaded proc-macro-crate v1.3.1 |
557 | 2024-09-03T22:15:06.280Z | Downloaded slog-dtrace v0.3.0 |
558 | 2024-09-03T22:15:06.280Z | Downloaded form_urlencoded v1.2.1 |
559 | 2024-09-03T22:15:06.280Z | Downloaded smf v0.2.3 |
560 | 2024-09-03T22:15:06.280Z | Downloaded dhcproto v0.12.0 |
561 | 2024-09-03T22:15:06.280Z | Downloaded futures-io v0.3.30 |
562 | 2024-09-03T22:15:06.280Z | Downloaded number_prefix v0.4.0 |
563 | 2024-09-03T22:15:06.280Z | Downloaded waitgroup v0.1.2 |
564 | 2024-09-03T22:15:06.280Z | Downloaded dropshot_endpoint v0.11.0 |
565 | 2024-09-03T22:15:06.280Z | Downloaded tokio-tungstenite v0.20.1 |
566 | 2024-09-03T22:15:06.280Z | Downloaded ssh-cipher v0.2.0 |
567 | 2024-09-03T22:15:06.280Z | Downloaded zeroize_derive v1.4.2 |
568 | 2024-09-03T22:15:06.280Z | Downloaded signature v2.2.0 |
569 | 2024-09-03T22:15:06.280Z | Downloaded rustversion v1.0.17 |
570 | 2024-09-03T22:15:06.280Z | Downloaded elliptic-curve v0.13.8 |
571 | 2024-09-03T22:15:06.280Z | Downloaded fxhash v0.2.1 |
572 | 2024-09-03T22:15:06.280Z | Downloaded smallvec v1.13.2 |
573 | 2024-09-03T22:15:06.280Z | Downloaded resolv-conf v0.7.0 |
574 | 2024-09-03T22:15:06.280Z | Downloaded heapless v0.8.0 |
575 | 2024-09-03T22:15:06.280Z | Downloaded try-lock v0.2.5 |
576 | 2024-09-03T22:15:06.280Z | Downloaded which v4.4.2 |
577 | 2024-09-03T22:15:06.280Z | Downloaded ppv-lite86 v0.2.20 |
578 | 2024-09-03T22:15:06.280Z | Downloaded tabwriter v1.4.0 |
579 | 2024-09-03T22:15:06.281Z | Downloaded sync_wrapper v0.1.2 |
580 | 2024-09-03T22:15:06.281Z | Downloaded num_enum_derive v0.5.11 |
581 | 2024-09-03T22:15:06.281Z | Downloaded predicates-core v1.0.8 |
582 | 2024-09-03T22:15:06.281Z | Downloaded walkdir v2.5.0 |
583 | 2024-09-03T22:15:06.281Z | Downloaded bitvec v1.0.1 |
584 | 2024-09-03T22:15:06.281Z | Downloaded xattr v1.3.1 |
585 | 2024-09-03T22:15:06.281Z | Downloaded supports-color v3.0.0 |
586 | 2024-09-03T22:15:06.281Z | Downloaded idna v0.2.3 |
587 | 2024-09-03T22:15:06.281Z | Downloaded strum_macros v0.26.4 |
588 | 2024-09-03T22:15:06.281Z | Downloaded highway v1.2.0 |
589 | 2024-09-03T22:15:06.281Z | Downloaded zerocopy v0.6.6 |
590 | 2024-09-03T22:15:06.281Z | Downloaded similar v2.6.0 |
591 | 2024-09-03T22:15:06.281Z | Downloaded futures v0.3.30 |
592 | 2024-09-03T22:15:06.281Z | Downloaded subprocess v0.2.9 |
593 | 2024-09-03T22:15:06.281Z | Downloaded predicates-tree v1.0.11 |
594 | 2024-09-03T22:15:06.281Z | Downloaded strum_macros v0.25.3 |
595 | 2024-09-03T22:15:06.281Z | Downloaded hickory-server v0.24.1 |
596 | 2024-09-03T22:15:06.281Z | Downloaded strum_macros v0.24.3 |
597 | 2024-09-03T22:15:06.281Z | Downloaded hmac v0.12.1 |
598 | 2024-09-03T22:15:06.281Z | Downloaded ron v0.7.1 |
599 | 2024-09-03T22:15:06.281Z | Downloaded tungstenite v0.21.0 |
600 | 2024-09-03T22:15:06.281Z | Downloaded hickory-client v0.24.1 |
601 | 2024-09-03T22:15:06.281Z | Downloaded subtle v2.6.1 |
602 | 2024-09-03T22:15:06.281Z | Downloaded wait-timeout v0.2.0 |
603 | 2024-09-03T22:15:06.281Z | Downloaded rusqlite v0.31.0 |
604 | 2024-09-03T22:15:06.281Z | Downloaded http v0.2.12 |
605 | 2024-09-03T22:15:06.281Z | Downloaded vsss-rs v3.3.4 |
606 | 2024-09-03T22:15:06.281Z | Downloaded diesel_derives v2.2.3 |
607 | 2024-09-03T22:15:06.281Z | Downloaded nix v0.27.1 |
608 | 2024-09-03T22:15:06.281Z | Downloaded rustls-webpki v0.101.7 |
609 | 2024-09-03T22:15:06.281Z | Downloaded prettyplease v0.2.22 |
610 | 2024-09-03T22:15:06.281Z | Downloaded reedline v0.33.0 |
611 | 2024-09-03T22:15:06.281Z | Downloaded reqwest v0.11.27 |
612 | 2024-09-03T22:15:06.281Z | Downloaded x509-cert v0.2.5 |
613 | 2024-09-03T22:15:06.306Z | Downloaded winnow v0.5.40 |
614 | 2024-09-03T22:15:06.306Z | Downloaded proptest v1.5.0 |
615 | 2024-09-03T22:15:06.306Z | Downloaded quick-xml v0.31.0 |
616 | 2024-09-03T22:15:06.306Z | Downloaded polar-core v0.27.3 |
617 | 2024-09-03T22:15:06.306Z | Downloaded rustls v0.21.12 |
618 | 2024-09-03T22:15:06.306Z | Downloaded vcpkg v0.2.15 |
619 | 2024-09-03T22:15:06.307Z | Downloaded hkdf v0.12.4 |
620 | 2024-09-03T22:15:06.307Z | Downloaded rustls-webpki v0.102.7 |
621 | 2024-09-03T22:15:06.307Z | Downloaded p384 v0.13.0 |
622 | 2024-09-03T22:15:06.307Z | Downloaded gimli v0.29.0 |
623 | 2024-09-03T22:15:06.331Z | Downloaded rayon v1.10.0 |
624 | 2024-09-03T22:15:06.331Z | Downloaded smoltcp v0.11.0 |
625 | 2024-09-03T22:15:06.356Z | Downloaded radix_trie v0.2.1 |
626 | 2024-09-03T22:15:06.356Z | Downloaded object v0.30.4 |
627 | 2024-09-03T22:15:06.380Z | Downloaded sled v0.34.7 |
628 | 2024-09-03T22:15:06.404Z | Downloaded git2 v0.19.0 |
629 | 2024-09-03T22:15:06.404Z | Downloaded lzma-sys v0.1.20 |
630 | 2024-09-03T22:15:06.439Z | Downloaded regex v1.10.6 |
631 | 2024-09-03T22:15:06.462Z | Downloaded ratatui v0.28.1 |
632 | 2024-09-03T22:15:06.486Z | Downloaded regress v0.10.1 |
633 | 2024-09-03T22:15:06.510Z | Downloaded csv v1.3.0 |
634 | 2024-09-03T22:15:06.534Z | Downloaded encoding_rs v0.8.34 |
635 | 2024-09-03T22:15:06.557Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
636 | 2024-09-03T22:15:06.633Z | Downloaded regex-automata v0.4.7 |
637 | 2024-09-03T22:15:06.657Z | Downloaded petgraph v0.6.5 |
638 | 2024-09-03T22:15:06.682Z | Downloaded tokio v1.40.0 |
639 | 2024-09-03T22:15:06.728Z | Downloaded sha3 v0.10.8 |
640 | 2024-09-03T22:15:06.752Z | Downloaded libz-sys v1.1.20 |
641 | 2024-09-03T22:15:06.775Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
642 | 2024-09-03T22:15:06.800Z | Downloaded regress v0.9.1 |
643 | 2024-09-03T22:15:06.800Z | Downloaded regex-syntax v0.8.4 |
644 | 2024-09-03T22:15:06.824Z | Downloaded diesel v2.2.4 |
645 | 2024-09-03T22:15:06.848Z | Downloaded hickory-proto v0.24.1 |
646 | 2024-09-03T22:15:06.871Z | Downloaded openapiv3 v2.0.0 |
647 | 2024-09-03T22:15:06.871Z | Downloaded zerocopy-derive v0.6.6 |
648 | 2024-09-03T22:15:06.894Z | Downloaded regex-syntax v0.6.29 |
649 | 2024-09-03T22:15:06.894Z | Downloaded ring v0.17.8 |
650 | 2024-09-03T22:15:06.980Z | Downloaded object v0.36.4 |
651 | 2024-09-03T22:15:07.004Z | Downloaded bstr v1.10.0 |
652 | 2024-09-03T22:15:07.027Z | Downloaded dropshot v0.11.0 |
653 | 2024-09-03T22:15:07.052Z | Downloaded openssl v0.10.66 |
654 | 2024-09-03T22:15:07.075Z | Downloaded libsqlite3-sys v0.28.0 |
655 | 2024-09-03T22:15:07.148Z | Downloaded curve25519-dalek v4.1.3 |
656 | 2024-09-03T22:15:07.171Z | Downloaded futures-util v0.3.30 |
657 | 2024-09-03T22:15:07.194Z | Downloaded ring v0.16.20 |
658 | 2024-09-03T22:15:07.274Z | Downloaded webpki-roots v0.25.4 |
659 | 2024-09-03T22:15:07.298Z | Downloaded smoltcp v0.9.1 |
660 | 2024-09-03T22:15:07.298Z | Downloaded trust-dns-proto v0.22.0 |
661 | 2024-09-03T22:15:07.321Z | Downloaded rustls v0.22.4 |
662 | 2024-09-03T22:15:07.345Z | Downloaded nix v0.29.0 |
663 | 2024-09-03T22:15:07.345Z | Downloaded rustyline v14.0.0 |
664 | 2024-09-03T22:15:07.345Z | Downloaded h2 v0.3.26 |
665 | 2024-09-03T22:15:07.369Z | Downloaded tungstenite v0.23.0 |
666 | 2024-09-03T22:15:07.369Z | Downloaded hickory-resolver v0.24.1 |
667 | 2024-09-03T22:15:07.369Z | Downloaded sqlparser v0.45.0 |
668 | 2024-09-03T22:15:07.369Z | Downloaded time v0.3.36 |
669 | 2024-09-03T22:15:07.392Z | Downloaded nix v0.28.0 |
670 | 2024-09-03T22:15:07.392Z | Downloaded p521 v0.13.3 |
671 | 2024-09-03T22:15:07.416Z | Downloaded yasna v0.5.2 |
672 | 2024-09-03T22:15:07.416Z | Downloaded globset v0.4.14 |
673 | 2024-09-03T22:15:07.416Z | Downloaded vte v0.11.1 |
674 | 2024-09-03T22:15:07.416Z | Downloaded chrono v0.4.38 |
675 | 2024-09-03T22:15:07.416Z | Downloaded tungstenite v0.20.1 |
676 | 2024-09-03T22:15:07.416Z | Downloaded typed-path v0.7.1 |
677 | 2024-09-03T22:15:07.440Z | Downloaded russh v0.45.0 |
678 | 2024-09-03T22:15:07.440Z | Downloaded zip v0.6.6 |
679 | 2024-09-03T22:15:07.440Z | Downloaded ssh-encoding v0.2.0 |
680 | 2024-09-03T22:15:07.440Z | Downloaded hashbrown v0.12.3 |
681 | 2024-09-03T22:15:07.440Z | Downloaded idna v0.3.0 |
682 | 2024-09-03T22:15:07.463Z | Downloaded portable-atomic v1.7.0 |
683 | 2024-09-03T22:15:07.463Z | Downloaded idna v0.4.0 |
684 | 2024-09-03T22:15:07.463Z | Downloaded tui-tree-widget v0.22.0 |
685 | 2024-09-03T22:15:07.463Z | Downloaded glob v0.3.1 |
686 | 2024-09-03T22:15:07.463Z | Downloaded unarray v0.1.4 |
687 | 2024-09-03T22:15:07.487Z | Downloaded rcgen v0.12.1 |
688 | 2024-09-03T22:15:07.487Z | Downloaded rayon-core v1.12.1 |
689 | 2024-09-03T22:15:07.487Z | Downloaded unicase v2.7.0 |
690 | 2024-09-03T22:15:07.487Z | Downloaded lalrpop v0.19.12 |
691 | 2024-09-03T22:15:07.487Z | Downloaded ed25519-dalek v2.1.1 |
692 | 2024-09-03T22:15:07.511Z | Downloaded tokio-util v0.7.11 |
693 | 2024-09-03T22:15:07.511Z | Downloaded getrandom v0.2.15 |
694 | 2024-09-03T22:15:07.511Z | Downloaded predicates v3.1.2 |
695 | 2024-09-03T22:15:07.511Z | Downloaded funty v2.0.0 |
696 | 2024-09-03T22:15:07.511Z | Downloaded unicode-normalization v0.1.23 |
697 | 2024-09-03T22:15:07.511Z | Downloaded idna v0.5.0 |
698 | 2024-09-03T22:15:07.535Z | Downloaded ref-cast-impl v1.0.23 |
699 | 2024-09-03T22:15:07.535Z | Downloaded num_threads v0.1.7 |
700 | 2024-09-03T22:15:07.535Z | Downloaded ref-cast v1.0.23 |
701 | 2024-09-03T22:15:07.535Z | Downloaded pretty-hex v0.2.1 |
702 | 2024-09-03T22:15:07.535Z | Downloaded gethostname v0.5.0 |
703 | 2024-09-03T22:15:07.535Z | Downloaded fragile v2.0.0 |
704 | 2024-09-03T22:15:07.535Z | Downloaded whoami v1.5.2 |
705 | 2024-09-03T22:15:07.535Z | Downloaded vte_generate_state_changes v0.1.2 |
706 | 2024-09-03T22:15:07.535Z | Downloaded hostname v0.4.0 |
707 | 2024-09-03T22:15:07.535Z | Downloaded hostname v0.3.1 |
708 | 2024-09-03T22:15:07.535Z | Downloaded futures-channel v0.3.30 |
709 | 2024-09-03T22:15:07.559Z | Downloaded publicsuffix v2.2.3 |
710 | 2024-09-03T22:15:07.559Z | Downloaded ron v0.8.1 |
711 | 2024-09-03T22:15:07.559Z | Downloaded hashbrown v0.13.2 |
712 | 2024-09-03T22:15:07.559Z | Downloaded unicode_categories v0.1.1 |
713 | 2024-09-03T22:15:07.559Z | Downloaded snafu v0.8.4 |
714 | 2024-09-03T22:15:07.582Z | Downloaded rfc6979 v0.4.0 |
715 | 2024-09-03T22:15:07.582Z | Downloaded xz2 v0.1.7 |
716 | 2024-09-03T22:15:07.582Z | Downloaded bindgen v0.69.4 |
717 | 2024-09-03T22:15:07.582Z | Downloaded signal-hook-registry v1.4.2 |
718 | 2024-09-03T22:15:07.583Z | Downloaded slog v2.7.0 |
719 | 2024-09-03T22:15:07.583Z | Downloaded futures-task v0.3.30 |
720 | 2024-09-03T22:15:07.583Z | Downloaded futures-sink v0.3.30 |
721 | 2024-09-03T22:15:07.583Z | Downloaded twox-hash v1.6.3 |
722 | 2024-09-03T22:15:07.583Z | Downloaded tracing v0.1.40 |
723 | 2024-09-03T22:15:07.606Z | Downloaded serde_with v3.9.0 |
724 | 2024-09-03T22:15:07.606Z | Downloaded wyz v0.5.1 |
725 | 2024-09-03T22:15:07.606Z | Downloaded slog-term v2.9.1 |
726 | 2024-09-03T22:15:07.606Z | Downloaded rand v0.8.5 |
727 | 2024-09-03T22:15:07.606Z | Downloaded salsa20 v0.10.2 |
728 | 2024-09-03T22:15:07.606Z | Downloaded unicode-segmentation v1.11.0 |
729 | 2024-09-03T22:15:07.630Z | Downloaded slog-stdlog v4.1.1 |
730 | 2024-09-03T22:15:07.630Z | Downloaded ecdsa v0.16.9 |
731 | 2024-09-03T22:15:07.630Z | Downloaded diff v0.1.13 |
732 | 2024-09-03T22:15:07.630Z | Downloaded slog-envlogger v2.2.0 |
733 | 2024-09-03T22:15:07.630Z | Downloaded postgres-types v0.2.7 |
734 | 2024-09-03T22:15:07.630Z | Downloaded rusty-fork v0.3.0 |
735 | 2024-09-03T22:15:07.630Z | Downloaded tracing-core v0.1.32 |
736 | 2024-09-03T22:15:07.630Z | Downloaded heapless v0.7.17 |
737 | 2024-09-03T22:15:07.630Z | Downloaded headers v0.3.9 |
738 | 2024-09-03T22:15:07.654Z | Downloaded unicode-bidi v0.3.15 |
739 | 2024-09-03T22:15:07.654Z | Downloaded futures-macro v0.3.30 |
740 | 2024-09-03T22:15:07.654Z | Downloaded futures-executor v0.3.30 |
741 | 2024-09-03T22:15:07.654Z | Downloaded derive_more v0.99.18 |
742 | 2024-09-03T22:15:07.654Z | Downloaded ssh-key v0.6.6 |
743 | 2024-09-03T22:15:07.678Z | Downloaded futures-core v0.3.30 |
744 | 2024-09-03T22:15:07.678Z | Downloaded des v0.8.1 |
745 | 2024-09-03T22:15:07.678Z | Downloaded smallvec v0.6.14 |
746 | 2024-09-03T22:15:07.678Z | Downloaded omicron-zone-package v0.11.0 |
747 | 2024-09-03T22:15:07.678Z | Downloaded either v1.13.0 |
748 | 2024-09-03T22:15:07.678Z | Downloaded ed25519 v2.2.3 |
749 | 2024-09-03T22:15:07.678Z | Downloaded dyn-clone v1.0.17 |
750 | 2024-09-03T22:15:07.678Z | Downloaded difflib v0.4.0 |
751 | 2024-09-03T22:15:07.678Z | Downloaded slog-json v2.6.1 |
752 | 2024-09-03T22:15:07.678Z | Downloaded pin-project v1.1.5 |
753 | 2024-09-03T22:15:07.702Z | Downloaded slog-bunyan v2.5.0 |
754 | 2024-09-03T22:15:07.702Z | Downloaded slog-async v2.8.0 |
755 | 2024-09-03T22:15:07.702Z | Downloaded primeorder v0.13.6 |
756 | 2024-09-03T22:15:07.702Z | Downloaded siphasher v0.3.11 |
757 | 2024-09-03T22:15:07.702Z | Downloaded sigpipe v0.1.3 |
758 | 2024-09-03T22:15:07.702Z | Downloaded zone v0.1.8 |
759 | 2024-09-03T22:15:07.702Z | Downloaded russh-keys v0.45.0 |
760 | 2024-09-03T22:15:07.702Z | Downloaded schemars v0.8.21 |
761 | 2024-09-03T22:15:07.725Z | Downloaded samael v0.0.15 |
762 | 2024-09-03T22:15:07.725Z | Downloaded base64 v0.13.1 |
763 | 2024-09-03T22:15:07.725Z | Downloaded half v2.4.1 |
764 | 2024-09-03T22:15:07.725Z | Downloaded openssl-sys v0.9.103 |
765 | 2024-09-03T22:15:07.749Z | Downloaded flate2 v1.0.33 |
766 | 2024-09-03T22:15:07.749Z | Downloaded crossterm v0.27.0 |
767 | 2024-09-03T22:15:07.749Z | Downloaded percent-encoding v2.3.1 |
768 | 2024-09-03T22:15:07.749Z | Downloaded tinyvec v1.8.0 |
769 | 2024-09-03T22:15:07.749Z | Downloaded test-strategy v0.3.1 |
770 | 2024-09-03T22:15:07.749Z | Downloaded tar v0.4.41 |
771 | 2024-09-03T22:15:07.773Z | Downloaded foreign-types-shared v0.1.1 |
772 | 2024-09-03T22:15:07.773Z | Downloaded diesel_table_macro_syntax v0.2.0 |
773 | 2024-09-03T22:15:07.773Z | Downloaded radium v0.7.0 |
774 | 2024-09-03T22:15:07.773Z | Downloaded r2d2 v0.8.10 |
775 | 2024-09-03T22:15:07.773Z | Downloaded quick-error v1.2.3 |
776 | 2024-09-03T22:15:07.773Z | Downloaded vergen v8.3.2 |
777 | 2024-09-03T22:15:07.773Z | Downloaded unsafe-libyaml v0.2.11 |
778 | 2024-09-03T22:15:07.773Z | Downloaded pkcs1 v0.7.5 |
779 | 2024-09-03T22:15:07.773Z | Downloaded pin-project-lite v0.2.14 |
780 | 2024-09-03T22:15:07.796Z | Downloaded serde_yaml v0.9.34+deprecated |
781 | 2024-09-03T22:15:07.797Z | Downloaded p256 v0.13.2 |
782 | 2024-09-03T22:15:07.797Z | Downloaded toml_edit v0.19.15 |
783 | 2024-09-03T22:15:07.820Z | Downloaded tokio-tungstenite v0.21.0 |
784 | 2024-09-03T22:15:07.820Z | Downloaded dsl_auto_type v0.1.2 |
785 | 2024-09-03T22:15:07.820Z | Downloaded rustls-pki-types v1.8.0 |
786 | 2024-09-03T22:15:07.820Z | Downloaded ghash v0.5.1 |
787 | 2024-09-03T22:15:07.820Z | Downloaded take_mut v0.2.2 |
788 | 2024-09-03T22:15:07.820Z | Downloaded rustls-pemfile v2.1.3 |
789 | 2024-09-03T22:15:07.820Z | Downloaded unicode-properties v0.1.2 |
790 | 2024-09-03T22:15:07.820Z | Downloaded rand_core v0.6.4 |
791 | 2024-09-03T22:15:07.820Z | Downloaded powerfmt v0.2.0 |
792 | 2024-09-03T22:15:07.820Z | Downloaded dhcproto-macros v0.1.0 |
793 | 2024-09-03T22:15:07.820Z | Downloaded dirs-sys-next v0.1.2 |
794 | 2024-09-03T22:15:07.820Z | Downloaded dirs-next v2.0.0 |
795 | 2024-09-03T22:15:07.821Z | Downloaded tokio-postgres v0.7.11 |
796 | 2024-09-03T22:15:07.844Z | Downloaded socket2 v0.5.7 |
797 | 2024-09-03T22:15:07.844Z | Downloaded pin-utils v0.1.0 |
798 | 2024-09-03T22:15:07.844Z | Downloaded time-macros v0.2.18 |
799 | 2024-09-03T22:15:07.844Z | Downloaded steno v0.4.1 |
800 | 2024-09-03T22:15:07.844Z | Downloaded phf v0.11.2 |
801 | 2024-09-03T22:15:07.844Z | Downloaded pem-rfc7468 v0.7.0 |
802 | 2024-09-03T22:15:07.844Z | Downloaded olpc-cjson v0.1.3 |
803 | 2024-09-03T22:15:07.844Z | Downloaded itertools v0.13.0 |
804 | 2024-09-03T22:15:07.868Z | Downloaded hash32 v0.3.1 |
805 | 2024-09-03T22:15:07.868Z | Downloaded pkcs5 v0.7.1 |
806 | 2024-09-03T22:15:07.868Z | Downloaded nom v7.1.3 |
807 | 2024-09-03T22:15:07.868Z | Downloaded term v0.7.0 |
808 | 2024-09-03T22:15:07.868Z | Downloaded expectorate v1.1.0 |
809 | 2024-09-03T22:15:07.868Z | Downloaded hyper v0.14.30 |
810 | 2024-09-03T22:15:07.892Z | Downloaded downcast v0.11.0 |
811 | 2024-09-03T22:15:07.892Z | Downloaded display-error-chain v0.2.1 |
812 | 2024-09-03T22:15:07.892Z | Downloaded blake3 v1.5.4 |
813 | 2024-09-03T22:15:07.892Z | Downloaded zone_cfg_derive v0.3.0 |
814 | 2024-09-03T22:15:07.892Z | Downloaded zone_cfg_derive v0.1.2 |
815 | 2024-09-03T22:15:07.892Z | Downloaded spin v0.9.8 |
816 | 2024-09-03T22:15:07.915Z | Downloaded embedded-io v0.4.0 |
817 | 2024-09-03T22:15:07.915Z | Downloaded rsa v0.9.6 |
818 | 2024-09-03T22:15:07.915Z | Downloaded hex v0.4.3 |
819 | 2024-09-03T22:15:07.915Z | Downloaded heck v0.3.3 |
820 | 2024-09-03T22:15:07.915Z | Downloaded pkcs8 v0.10.2 |
821 | 2024-09-03T22:15:07.915Z | Downloaded tiny-keccak v2.0.2 |
822 | 2024-09-03T22:15:07.915Z | Downloaded thread_local v1.1.8 |
823 | 2024-09-03T22:15:07.915Z | Downloaded thiserror-no-std v2.0.2 |
824 | 2024-09-03T22:15:07.915Z | Downloaded thiserror-impl-no-std v2.0.2 |
825 | 2024-09-03T22:15:07.939Z | Downloaded termios v0.3.3 |
826 | 2024-09-03T22:15:07.939Z | Downloaded signal-hook v0.3.17 |
827 | 2024-09-03T22:15:07.939Z | Downloaded owo-colors v4.0.0 |
828 | 2024-09-03T22:15:07.939Z | Downloaded itertools v0.10.5 |
829 | 2024-09-03T22:15:07.939Z | Downloaded headers-core v0.2.0 |
830 | 2024-09-03T22:15:07.939Z | Downloaded universal-hash v0.5.1 |
831 | 2024-09-03T22:15:07.939Z | Downloaded unicode-xid v0.2.5 |
832 | 2024-09-03T22:15:07.939Z | Downloaded unicode-truncate v1.1.0 |
833 | 2024-09-03T22:15:07.939Z | Downloaded spin v0.5.2 |
834 | 2024-09-03T22:15:07.939Z | Downloaded postgres-protocol v0.6.7 |
835 | 2024-09-03T22:15:07.963Z | Downloaded postcard v1.0.10 |
836 | 2024-09-03T22:15:07.963Z | Downloaded poly1305 v0.8.0 |
837 | 2024-09-03T22:15:07.963Z | Downloaded peg-runtime v0.8.3 |
838 | 2024-09-03T22:15:07.963Z | Downloaded opaque-debug v0.3.1 |
839 | 2024-09-03T22:15:07.963Z | Downloaded sha1 v0.10.6 |
840 | 2024-09-03T22:15:07.963Z | Downloaded scopeguard v1.2.0 |
841 | 2024-09-03T22:15:07.963Z | Downloaded schemars_derive v0.8.21 |
842 | 2024-09-03T22:15:07.963Z | Downloaded scheduled-thread-pool v0.2.7 |
843 | 2024-09-03T22:15:07.963Z | Downloaded same-file v1.0.6 |
844 | 2024-09-03T22:15:07.963Z | Downloaded tough v0.17.1 |
845 | 2024-09-03T22:15:07.987Z | Downloaded num-bigint v0.4.6 |
846 | 2024-09-03T22:15:07.987Z | Downloaded spki v0.7.3 |
847 | 2024-09-03T22:15:07.987Z | Downloaded polyval v0.6.2 |
848 | 2024-09-03T22:15:07.987Z | Downloaded pkg-config v0.3.30 |
849 | 2024-09-03T22:15:07.988Z | Downloaded phf_shared v0.10.0 |
850 | 2024-09-03T22:15:07.988Z | Downloaded num_enum v0.5.11 |
851 | 2024-09-03T22:15:07.988Z | Downloaded foreign-types-macros v0.2.3 |
852 | 2024-09-03T22:15:07.988Z | Downloaded ena v0.14.3 |
853 | 2024-09-03T22:15:07.988Z | Downloaded embedded-io v0.6.1 |
854 | 2024-09-03T22:15:07.988Z | Downloaded termcolor v1.4.1 |
855 | 2024-09-03T22:15:08.011Z | Downloaded flume v0.11.0 |
856 | 2024-09-03T22:15:08.012Z | Downloaded der v0.7.9 |
857 | 2024-09-03T22:15:08.012Z | Downloaded crossbeam-channel v0.5.13 |
858 | 2024-09-03T22:15:08.012Z | Downloaded tokio-rustls v0.24.1 |
859 | 2024-09-03T22:15:08.012Z | Downloaded parking_lot_core v0.9.10 |
860 | 2024-09-03T22:15:08.012Z | Downloaded parking_lot v0.12.3 |
861 | 2024-09-03T22:15:08.012Z | Downloaded itertools v0.12.1 |
862 | 2024-09-03T22:15:08.035Z | Downloaded aho-corasick v1.1.3 |
863 | 2024-09-03T22:15:08.035Z | Downloaded aes v0.8.4 |
864 | 2024-09-03T22:15:08.035Z | Downloaded termtree v0.4.1 |
865 | 2024-09-03T22:15:08.035Z | Downloaded toml v0.7.8 |
866 | 2024-09-03T22:15:08.035Z | Downloaded mio v1.0.2 |
867 | 2024-09-03T22:15:08.059Z | Downloaded peg-macros v0.8.4 |
868 | 2024-09-03T22:15:08.059Z | Downloaded password-hash v0.5.0 |
869 | 2024-09-03T22:15:08.059Z | Downloaded fatfs v0.3.6 |
870 | 2024-09-03T22:15:08.059Z | Downloaded env_logger v0.10.2 |
871 | 2024-09-03T22:15:08.059Z | Downloaded url v2.5.2 |
872 | 2024-09-03T22:15:08.059Z | Downloaded mockall_derive v0.13.0 |
873 | 2024-09-03T22:15:08.083Z | Downloaded crypto-bigint v0.5.5 |
874 | 2024-09-03T22:15:08.083Z | Downloaded cc v1.1.15 |
875 | 2024-09-03T22:15:08.083Z | Downloaded tokio-macros v2.4.0 |
876 | 2024-09-03T22:15:08.083Z | Downloaded parking_lot_core v0.8.6 |
877 | 2024-09-03T22:15:08.083Z | Downloaded parking_lot v0.11.2 |
878 | 2024-09-03T22:15:08.083Z | Downloaded enum-as-inner v0.6.0 |
879 | 2024-09-03T22:15:08.083Z | Downloaded enum-as-inner v0.5.1 |
880 | 2024-09-03T22:15:08.083Z | Downloaded derive-where v1.2.7 |
881 | 2024-09-03T22:15:08.107Z | Downloaded zeroize v1.8.1 |
882 | 2024-09-03T22:15:08.107Z | Downloaded libm v0.2.8 |
883 | 2024-09-03T22:15:08.107Z | Downloaded signal-hook-mio v0.2.4 |
884 | 2024-09-03T22:15:08.107Z | Downloaded shlex v1.3.0 |
885 | 2024-09-03T22:15:08.107Z | Downloaded shell-words v1.1.0 |
886 | 2024-09-03T22:15:08.107Z | Downloaded paste v1.0.15 |
887 | 2024-09-03T22:15:08.107Z | Downloaded password-hash v0.4.2 |
888 | 2024-09-03T22:15:08.107Z | Downloaded flagset v0.4.6 |
889 | 2024-09-03T22:15:08.107Z | Downloaded fallible-streaming-iterator v0.1.9 |
890 | 2024-09-03T22:15:08.130Z | Downloaded der_derive v0.7.3 |
891 | 2024-09-03T22:15:08.130Z | Downloaded minimal-lexical v0.2.1 |
892 | 2024-09-03T22:15:08.130Z | Downloaded libxml v0.3.3 |
893 | 2024-09-03T22:15:08.130Z | Downloaded crossterm v0.28.1 |
894 | 2024-09-03T22:15:08.131Z | Downloaded parse-display v0.10.0 |
895 | 2024-09-03T22:15:08.154Z | Downloaded oso-derive v0.27.3 |
896 | 2024-09-03T22:15:08.154Z | Downloaded openssl-probe v0.1.5 |
897 | 2024-09-03T22:15:08.154Z | Downloaded openssl-macros v0.1.1 |
898 | 2024-09-03T22:15:08.154Z | Downloaded crossbeam-epoch v0.9.18 |
899 | 2024-09-03T22:15:08.154Z | Downloaded cookie v0.18.1 |
900 | 2024-09-03T22:15:08.154Z | Downloaded peg v0.8.4 |
901 | 2024-09-03T22:15:08.154Z | Downloaded pbkdf2 v0.12.2 |
902 | 2024-09-03T22:15:08.154Z | Downloaded pbkdf2 v0.11.0 |
903 | 2024-09-03T22:15:08.154Z | Downloaded path-slash v0.1.5 |
904 | 2024-09-03T22:15:08.154Z | Downloaded packed_struct_codegen v0.10.1 |
905 | 2024-09-03T22:15:08.154Z | Downloaded packed_struct v0.10.1 |
906 | 2024-09-03T22:15:08.154Z | Downloaded derive_builder_core v0.20.1 |
907 | 2024-09-03T22:15:08.178Z | Downloaded num-bigint-dig v0.8.4 |
908 | 2024-09-03T22:15:08.178Z | Downloaded topological-sort v0.2.2 |
909 | 2024-09-03T22:15:08.178Z | Downloaded serde_derive_internals v0.29.1 |
910 | 2024-09-03T22:15:08.178Z | Downloaded serde-hex v0.1.0 |
911 | 2024-09-03T22:15:08.178Z | Downloaded sct v0.7.1 |
912 | 2024-09-03T22:15:08.178Z | Downloaded compact_str v0.8.0 |
913 | 2024-09-03T22:15:08.178Z | Downloaded base64 v0.21.7 |
914 | 2024-09-03T22:15:08.178Z | Downloaded float-cmp v0.9.0 |
915 | 2024-09-03T22:15:08.202Z | Downloaded filetime v0.2.25 |
916 | 2024-09-03T22:15:08.202Z | Downloaded ff v0.13.0 |
917 | 2024-09-03T22:15:08.202Z | Downloaded fd-lock v4.0.2 |
918 | 2024-09-03T22:15:08.202Z | Downloaded fallible-iterator v0.3.0 |
919 | 2024-09-03T22:15:08.202Z | Downloaded fallible-iterator v0.2.0 |
920 | 2024-09-03T22:15:08.202Z | Downloaded derive_builder v0.20.1 |
921 | 2024-09-03T22:15:08.202Z | Downloaded string_cache v0.8.7 |
922 | 2024-09-03T22:15:08.202Z | Downloaded num-traits v0.2.19 |
923 | 2024-09-03T22:15:08.202Z | Downloaded miniz_oxide v0.8.0 |
924 | 2024-09-03T22:15:08.202Z | Downloaded float-ord v0.3.2 |
925 | 2024-09-03T22:15:08.202Z | Downloaded fixedbitset v0.4.2 |
926 | 2024-09-03T22:15:08.226Z | Downloaded defmt-parser v0.3.4 |
927 | 2024-09-03T22:15:08.226Z | Downloaded uuid v1.10.0 |
928 | 2024-09-03T22:15:08.226Z | Downloaded mio v0.8.11 |
929 | 2024-09-03T22:15:08.226Z | Downloaded http v1.1.0 |
930 | 2024-09-03T22:15:08.226Z | Downloaded blake2 v0.10.6 |
931 | 2024-09-03T22:15:08.249Z | Downloaded base64ct v1.6.0 |
932 | 2024-09-03T22:15:08.249Z | Downloaded deranged v0.3.11 |
933 | 2024-09-03T22:15:08.249Z | Downloaded defmt-macros v0.3.9 |
934 | 2024-09-03T22:15:08.250Z | Downloaded defmt v0.3.8 |
935 | 2024-09-03T22:15:08.250Z | Downloaded uzers v0.11.3 |
936 | 2024-09-03T22:15:08.250Z | Downloaded utf-8 v0.7.6 |
937 | 2024-09-03T22:15:08.250Z | Downloaded untrusted v0.9.0 |
938 | 2024-09-03T22:15:08.250Z | Downloaded toolchain_find v0.4.0 |
939 | 2024-09-03T22:15:08.250Z | Downloaded structmeta-derive v0.3.0 |
940 | 2024-09-03T22:15:08.250Z | Downloaded structmeta v0.3.0 |
941 | 2024-09-03T22:15:08.276Z | Downloaded structmeta v0.2.0 |
942 | 2024-09-03T22:15:08.276Z | Downloaded strip-ansi-escapes v0.2.0 |
943 | 2024-09-03T22:15:08.276Z | Downloaded stringprep v0.1.5 |
944 | 2024-09-03T22:15:08.276Z | Downloaded static_assertions v1.1.0 |
945 | 2024-09-03T22:15:08.276Z | Downloaded stable_deref_trait v1.2.0 |
946 | 2024-09-03T22:15:08.276Z | Downloaded serde_urlencoded v0.7.1 |
947 | 2024-09-03T22:15:08.276Z | Downloaded serde_repr v0.1.19 |
948 | 2024-09-03T22:15:08.276Z | Downloaded serde_plain v1.0.2 |
949 | 2024-09-03T22:15:08.276Z | Downloaded serde_path_to_error v0.1.16 |
950 | 2024-09-03T22:15:08.276Z | Downloaded semver v0.1.20 |
951 | 2024-09-03T22:15:08.276Z | Downloaded secrecy v0.8.0 |
952 | 2024-09-03T22:15:08.276Z | Downloaded sec1 v0.7.3 |
953 | 2024-09-03T22:15:08.276Z | Downloaded rustfmt-wrapper v0.2.1 |
954 | 2024-09-03T22:15:08.276Z | Downloaded rustc_version v0.4.1 |
955 | 2024-09-03T22:15:08.276Z | Downloaded rustc-hash v1.1.0 |
956 | 2024-09-03T22:15:08.277Z | Downloaded num-complex v0.4.6 |
957 | 2024-09-03T22:15:08.277Z | Downloaded memmap2 v0.9.4 |
958 | 2024-09-03T22:15:08.301Z | Downloaded darling v0.20.10 |
959 | 2024-09-03T22:15:08.301Z | Downloaded csv-core v0.1.11 |
960 | 2024-09-03T22:15:08.301Z | Downloaded console v0.15.8 |
961 | 2024-09-03T22:15:08.301Z | Downloaded cancel-safe-futures v0.1.5 |
962 | 2024-09-03T22:15:08.301Z | Downloaded bcs v0.1.6 |
963 | 2024-09-03T22:15:08.301Z | Downloaded newtype_derive v0.1.6 |
964 | 2024-09-03T22:15:08.301Z | Downloaded multimap v0.10.0 |
965 | 2024-09-03T22:15:08.301Z | Downloaded mime v0.3.17 |
966 | 2024-09-03T22:15:08.301Z | Downloaded lru v0.12.4 |
967 | 2024-09-03T22:15:08.302Z | Downloaded linked-hash-map v0.5.6 |
968 | 2024-09-03T22:15:08.302Z | Downloaded base64 v0.22.1 |
969 | 2024-09-03T22:15:08.325Z | Downloaded serde-big-array v0.5.1 |
970 | 2024-09-03T22:15:08.325Z | Downloaded rustc_version v0.1.7 |
971 | 2024-09-03T22:15:08.325Z | Downloaded rpassword v7.3.1 |
972 | 2024-09-03T22:15:08.325Z | Downloaded num-iter v0.1.45 |
973 | 2024-09-03T22:15:08.325Z | Downloaded num-derive v0.4.2 |
974 | 2024-09-03T22:15:08.325Z | Downloaded miniz_oxide v0.7.4 |
975 | 2024-09-03T22:15:08.326Z | Downloaded libloading v0.8.5 |
976 | 2024-09-03T22:15:08.326Z | Downloaded libefi-sys v0.1.0 |
977 | 2024-09-03T22:15:08.326Z | Downloaded lazy_static v1.5.0 |
978 | 2024-09-03T22:15:08.326Z | Downloaded ipnet v2.9.0 |
979 | 2024-09-03T22:15:08.326Z | Downloaded indexmap v1.9.3 |
980 | 2024-09-03T22:15:08.326Z | Downloaded hubpack v0.1.2 |
981 | 2024-09-03T22:15:08.326Z | Downloaded home v0.5.9 |
982 | 2024-09-03T22:15:08.326Z | Downloaded crc-catalog v2.4.0 |
983 | 2024-09-03T22:15:08.350Z | Downloaded crc v3.2.1 |
984 | 2024-09-03T22:15:08.350Z | Downloaded convert_case v0.4.0 |
985 | 2024-09-03T22:15:08.350Z | Downloaded const_format_proc_macros v0.2.32 |
986 | 2024-09-03T22:15:08.350Z | Downloaded const_format v0.2.32 |
987 | 2024-09-03T22:15:08.350Z | Downloaded cipher v0.4.4 |
988 | 2024-09-03T22:15:08.350Z | Downloaded castaway v0.2.3 |
989 | 2024-09-03T22:15:08.350Z | Downloaded buf-list v1.0.3 |
990 | 2024-09-03T22:15:08.350Z | Downloaded block-padding v0.3.3 |
991 | 2024-09-03T22:15:08.350Z | Downloaded bit-set v0.5.3 |
992 | 2024-09-03T22:15:08.350Z | Downloaded newline-converter v0.3.0 |
993 | 2024-09-03T22:15:08.350Z | Downloaded nanorand v0.7.0 |
994 | 2024-09-03T22:15:08.350Z | Downloaded md-5 v0.10.6 |
995 | 2024-09-03T22:15:08.373Z | Downloaded maplit v1.0.2 |
996 | 2024-09-03T22:15:08.373Z | Downloaded hyper-rustls v0.24.2 |
997 | 2024-09-03T22:15:08.374Z | Downloaded darling_macro v0.20.10 |
998 | 2024-09-03T22:15:08.374Z | Downloaded cstr-argument v0.1.2 |
999 | 2024-09-03T22:15:08.374Z | Downloaded crucible-workspace-hack v0.1.0 |
1000 | 2024-09-03T22:15:08.374Z | Downloaded cobs v0.2.3 |
1001 | 2024-09-03T22:15:08.374Z | Downloaded ciborium-io v0.2.2 |
1002 | 2024-09-03T22:15:08.374Z | Downloaded chacha20poly1305 v0.10.1 |
1003 | 2024-09-03T22:15:08.374Z | Downloaded bzip2 v0.4.4 |
1004 | 2024-09-03T22:15:08.374Z | Downloaded backtrace v0.3.73 |
1005 | 2024-09-03T22:15:08.374Z | Downloaded nibble_vec v0.1.0 |
1006 | 2024-09-03T22:15:08.374Z | Downloaded native-tls v0.2.12 |
1007 | 2024-09-03T22:15:08.374Z | Downloaded mime_guess v2.0.5 |
1008 | 2024-09-03T22:15:08.398Z | Downloaded memoffset v0.9.1 |
1009 | 2024-09-03T22:15:08.398Z | Downloaded matches v0.1.10 |
1010 | 2024-09-03T22:15:08.398Z | Downloaded lock_api v0.4.12 |
1011 | 2024-09-03T22:15:08.398Z | Downloaded keccak v0.1.5 |
1012 | 2024-09-03T22:15:08.398Z | Downloaded jobserver v0.1.32 |
1013 | 2024-09-03T22:15:08.398Z | Downloaded is-terminal v0.4.13 |
1014 | 2024-09-03T22:15:08.398Z | Downloaded instant v0.1.13 |
1015 | 2024-09-03T22:15:08.398Z | Downloaded instability v0.3.2 |
1016 | 2024-09-03T22:15:08.398Z | Downloaded indoc v1.0.9 |
1017 | 2024-09-03T22:15:08.398Z | Downloaded indicatif v0.17.8 |
1018 | 2024-09-03T22:15:08.398Z | Downloaded impl-trait-for-tuples v0.2.2 |
1019 | 2024-09-03T22:15:08.398Z | Downloaded humantime v2.1.0 |
1020 | 2024-09-03T22:15:08.421Z | Downloaded httparse v1.9.4 |
1021 | 2024-09-03T22:15:08.421Z | Downloaded darling_core v0.20.10 |
1022 | 2024-09-03T22:15:08.421Z | Downloaded crc-any v2.5.0 |
1023 | 2024-09-03T22:15:08.421Z | Downloaded cookie_store v0.20.0 |
1024 | 2024-09-03T22:15:08.421Z | Downloaded cfg_aliases v0.1.1 |
1025 | 2024-09-03T22:15:08.422Z | Downloaded bytes v1.7.1 |
1026 | 2024-09-03T22:15:08.422Z | Downloaded bitflags v1.3.2 |
1027 | 2024-09-03T22:15:08.422Z | Downloaded bitfield v0.14.0 |
1028 | 2024-09-03T22:15:08.422Z | Downloaded bb8 v0.8.5 |
1029 | 2024-09-03T22:15:08.445Z | Downloaded arc-swap v1.7.1 |
1030 | 2024-09-03T22:15:08.445Z | Downloaded allocator-api2 v0.2.18 |
1031 | 2024-09-03T22:15:08.445Z | Downloaded num-conv v0.1.0 |
1032 | 2024-09-03T22:15:08.445Z | Downloaded num v0.4.3 |
1033 | 2024-09-03T22:15:08.445Z | Downloaded nodrop v0.1.14 |
1034 | 2024-09-03T22:15:08.445Z | Downloaded newtype-uuid v1.1.0 |
1035 | 2024-09-03T22:15:08.445Z | Downloaded multer v3.1.0 |
1036 | 2024-09-03T22:15:08.445Z | Downloaded mockall v0.13.0 |
1037 | 2024-09-03T22:15:08.445Z | Downloaded maybe-uninit v2.0.0 |
1038 | 2024-09-03T22:15:08.446Z | Downloaded lalrpop-util v0.19.12 |
1039 | 2024-09-03T22:15:08.446Z | Downloaded indent_write v2.2.0 |
1040 | 2024-09-03T22:15:08.446Z | Downloaded ident_case v1.0.1 |
1041 | 2024-09-03T22:15:08.446Z | Downloaded iana-time-zone v0.1.60 |
1042 | 2024-09-03T22:15:08.446Z | Downloaded hyper-tls v0.5.0 |
1043 | 2024-09-03T22:15:08.469Z | Downloaded hyper-staticfile v0.9.6 |
1044 | 2024-09-03T22:15:08.469Z | Downloaded httpdate v1.0.3 |
1045 | 2024-09-03T22:15:08.469Z | Downloaded http-body v0.4.6 |
1046 | 2024-09-03T22:15:08.469Z | Downloaded data-encoding v2.6.0 |
1047 | 2024-09-03T22:15:08.469Z | Downloaded chacha20 v0.9.1 |
1048 | 2024-09-03T22:15:08.469Z | Downloaded base16ct v0.2.0 |
1049 | 2024-09-03T22:15:08.469Z | Downloaded lru-cache v0.1.2 |
1050 | 2024-09-03T22:15:08.469Z | Downloaded linear-map v1.2.0 |
1051 | 2024-09-03T22:15:08.469Z | Downloaded libsw v3.3.1 |
1052 | 2024-09-03T22:15:08.469Z | Downloaded lazycell v1.3.0 |
1053 | 2024-09-03T22:15:08.469Z | Downloaded kstat-rs v0.2.4 |
1054 | 2024-09-03T22:15:08.469Z | Downloaded ipnetwork v0.20.0 |
1055 | 2024-09-03T22:15:08.469Z | Downloaded internet-checksum v0.2.1 |
1056 | 2024-09-03T22:15:08.470Z | Downloaded inout v0.1.3 |
1057 | 2024-09-03T22:15:08.470Z | Downloaded const-oid v0.9.6 |
1058 | 2024-09-03T22:15:08.470Z | Downloaded new_debug_unreachable v1.0.6 |
1059 | 2024-09-03T22:15:08.493Z | Downloaded md5 v0.7.0 |
1060 | 2024-09-03T22:15:08.493Z | Downloaded match_cfg v0.1.0 |
1061 | 2024-09-03T22:15:08.493Z | Downloaded is_ci v1.2.0 |
1062 | 2024-09-03T22:15:08.493Z | Downloaded ahash v0.8.11 |
1063 | 2024-09-03T22:15:08.493Z | Downloaded http-range v0.1.5 |
1064 | 2024-09-03T22:15:08.493Z | Downloaded crc32fast v1.4.2 |
1065 | 2024-09-03T22:15:08.493Z | Downloaded cookie v0.17.0 |
1066 | 2024-09-03T22:15:08.493Z | Downloaded clang-sys v1.8.1 |
1067 | 2024-09-03T22:15:08.494Z | Downloaded atty v0.2.14 |
1068 | 2024-09-03T22:15:08.494Z | Downloaded argon2 v0.5.3 |
1069 | 2024-09-03T22:15:08.494Z | Downloaded colored v2.1.0 |
1070 | 2024-09-03T22:15:08.494Z | Downloaded ciborium v0.2.2 |
1071 | 2024-09-03T22:15:08.494Z | Downloaded bcrypt-pbkdf v0.10.0 |
1072 | 2024-09-03T22:15:08.518Z | Downloaded backoff v0.4.0 |
1073 | 2024-09-03T22:15:08.518Z | Downloaded async-trait v0.1.82 |
1074 | 2024-09-03T22:15:08.518Z | Downloaded async-stream v0.3.5 |
1075 | 2024-09-03T22:15:08.518Z | Downloaded async-bb8-diesel v0.2.1 |
1076 | 2024-09-03T22:15:08.518Z | Downloaded ascii-canvas v3.0.0 |
1077 | 2024-09-03T22:15:08.518Z | Downloaded arrayvec v0.7.6 |
1078 | 2024-09-03T22:15:08.518Z | Downloaded arrayref v0.3.8 |
1079 | 2024-09-03T22:15:08.518Z | Downloaded addr2line v0.22.0 |
1080 | 2024-09-03T22:15:08.518Z | Downloaded constant_time_eq v0.3.1 |
1081 | 2024-09-03T22:15:08.518Z | Downloaded ciborium-ll v0.2.2 |
1082 | 2024-09-03T22:15:08.518Z | Downloaded cexpr v0.6.0 |
1083 | 2024-09-03T22:15:08.518Z | Downloaded cbc v0.1.2 |
1084 | 2024-09-03T22:15:08.542Z | Downloaded cassowary v0.3.0 |
1085 | 2024-09-03T22:15:08.542Z | Downloaded blowfish v0.9.1 |
1086 | 2024-09-03T22:15:08.542Z | Downloaded bitfield-struct v0.6.2 |
1087 | 2024-09-03T22:15:08.542Z | Downloaded bit-vec v0.6.3 |
1088 | 2024-09-03T22:15:08.542Z | Downloaded atomicwrites v0.4.3 |
1089 | 2024-09-03T22:15:08.542Z | Downloaded atomic-waker v1.1.2 |
1090 | 2024-09-03T22:15:08.542Z | Downloaded async-recursion v1.1.1 |
1091 | 2024-09-03T22:15:08.542Z | Downloaded array-init v0.0.4 |
1092 | 2024-09-03T22:15:08.542Z | Downloaded aead v0.5.2 |
1093 | 2024-09-03T22:15:08.542Z | Downloaded adler2 v2.0.0 |
1094 | 2024-09-03T22:15:08.542Z | Downloaded adler v1.0.2 |
1095 | 2024-09-03T22:15:08.542Z | Downloaded cfg_aliases v0.2.1 |
1096 | 2024-09-03T22:15:08.659Z | Compiling serde v1.0.209 |
1097 | 2024-09-03T22:15:08.682Z | Compiling lock_api v0.4.12 |
1098 | 2024-09-03T22:15:08.682Z | Compiling typenum v1.17.0 |
1099 | 2024-09-03T22:15:08.682Z | Compiling generic-array v0.14.7 |
1100 | 2024-09-03T22:15:08.682Z | Compiling scopeguard v1.2.0 |
1101 | 2024-09-03T22:15:08.682Z | Compiling log v0.4.22 |
1102 | 2024-09-03T22:15:08.705Z | Compiling syn v2.0.77 |
1103 | 2024-09-03T22:15:08.729Z | Compiling getrandom v0.2.15 |
1104 | 2024-09-03T22:15:08.926Z | Compiling jobserver v0.1.32 |
1105 | 2024-09-03T22:15:09.045Z | Compiling rand_core v0.6.4 |
1106 | 2024-09-03T22:15:09.174Z | Compiling shlex v1.3.0 |
1107 | 2024-09-03T22:15:09.197Z | Compiling subtle v2.6.1 |
1108 | 2024-09-03T22:15:09.220Z | Compiling const-oid v0.9.6 |
1109 | 2024-09-03T22:15:09.719Z | Compiling cc v1.1.15 |
1110 | 2024-09-03T22:15:09.757Z | Compiling pin-project-lite v0.2.14 |
1111 | 2024-09-03T22:15:09.851Z | Compiling smallvec v1.13.2 |
1112 | 2024-09-03T22:15:09.894Z | Compiling parking_lot_core v0.9.10 |
1113 | 2024-09-03T22:15:09.918Z | Compiling spin v0.9.8 |
1114 | 2024-09-03T22:15:10.036Z | Compiling signal-hook-registry v1.4.2 |
1115 | 2024-09-03T22:15:10.218Z | Compiling mio v1.0.2 |
1116 | 2024-09-03T22:15:10.267Z | Compiling ahash v0.8.11 |
1117 | 2024-09-03T22:15:10.830Z | Compiling parking_lot v0.12.3 |
1118 | 2024-09-03T22:15:10.917Z | Compiling tinyvec_macros v0.1.1 |
1119 | 2024-09-03T22:15:11.166Z | Compiling tinyvec v1.8.0 |
1120 | 2024-09-03T22:15:11.234Z | Compiling socket2 v0.5.7 |
1121 | 2024-09-03T22:15:11.260Z | Compiling futures-core v0.3.30 |
1122 | 2024-09-03T22:15:11.425Z | Compiling cpufeatures v0.2.13 |
1123 | 2024-09-03T22:15:11.506Z | Compiling futures-sink v0.3.30 |
1124 | 2024-09-03T22:15:11.530Z | Compiling serde_json v1.0.127 |
1125 | 2024-09-03T22:15:11.553Z | Compiling libm v0.2.8 |
1126 | 2024-09-03T22:15:11.645Z | Compiling num-traits v0.2.19 |
1127 | 2024-09-03T22:15:11.811Z | Compiling slab v0.4.9 |
1128 | 2024-09-03T22:15:11.874Z | Compiling unicode-bidi v0.3.15 |
1129 | 2024-09-03T22:15:11.897Z | Compiling allocator-api2 v0.2.18 |
1130 | 2024-09-03T22:15:12.123Z | Compiling futures-channel v0.3.30 |
1131 | 2024-09-03T22:15:12.468Z | Compiling unicode-normalization v0.1.23 |
1132 | 2024-09-03T22:15:12.500Z | Compiling futures-io v0.3.30 |
1133 | 2024-09-03T22:15:12.524Z | Compiling pin-utils v0.1.0 |
1134 | 2024-09-03T22:15:12.622Z | Compiling vcpkg v0.2.15 |
1135 | 2024-09-03T22:15:12.653Z | Compiling futures-task v0.3.30 |
1136 | 2024-09-03T22:15:12.831Z | Compiling pkg-config v0.3.30 |
1137 | 2024-09-03T22:15:13.207Z | Compiling crossbeam-utils v0.8.20 |
1138 | 2024-09-03T22:15:13.334Z | Compiling base64ct v1.6.0 |
1139 | 2024-09-03T22:15:13.506Z | Compiling percent-encoding v2.3.1 |
1140 | 2024-09-03T22:15:13.717Z | Compiling ring v0.17.8 |
1141 | 2024-09-03T22:15:13.867Z | Compiling pem-rfc7468 v0.7.0 |
1142 | 2024-09-03T22:15:13.892Z | Compiling flagset v0.4.6 |
1143 | 2024-09-03T22:15:14.091Z | Compiling tracing-core v0.1.32 |
1144 | 2024-09-03T22:15:14.273Z | Compiling untrusted v0.9.0 |
1145 | 2024-09-03T22:15:14.491Z | Compiling rustix v0.38.35 |
1146 | 2024-09-03T22:15:14.628Z | Compiling powerfmt v0.2.0 |
1147 | 2024-09-03T22:15:14.651Z | Compiling openssl-sys v0.9.103 |
1148 | 2024-09-03T22:15:14.769Z | Compiling time-core v0.1.2 |
1149 | 2024-09-03T22:15:14.942Z | Compiling rustversion v1.0.17 |
1150 | 2024-09-03T22:15:14.989Z | Compiling foreign-types-shared v0.1.1 |
1151 | 2024-09-03T22:15:15.098Z | Compiling num-conv v0.1.0 |
1152 | 2024-09-03T22:15:15.122Z | Compiling openssl v0.10.66 |
1153 | 2024-09-03T22:15:15.316Z | Compiling httparse v1.9.4 |
1154 | 2024-09-03T22:15:15.354Z | Compiling time-macros v0.2.18 |
1155 | 2024-09-03T22:15:15.401Z | Compiling foreign-types v0.3.2 |
1156 | 2024-09-03T22:15:15.494Z | Compiling deranged v0.3.11 |
1157 | 2024-09-03T22:15:15.518Z | Compiling form_urlencoded v1.2.1 |
1158 | 2024-09-03T22:15:15.641Z | Compiling aho-corasick v1.1.3 |
1159 | 2024-09-03T22:15:15.822Z | Compiling siphasher v0.3.11 |
1160 | 2024-09-03T22:15:16.101Z | Compiling num_threads v0.1.7 |
1161 | 2024-09-03T22:15:16.210Z | Compiling native-tls v0.2.12 |
1162 | 2024-09-03T22:15:16.237Z | Compiling rustls v0.21.12 |
1163 | 2024-09-03T22:15:16.500Z | Compiling regex-syntax v0.8.4 |
1164 | 2024-09-03T22:15:16.540Z | Compiling syn v1.0.109 |
1165 | 2024-09-03T22:15:17.056Z | Compiling try-lock v0.2.5 |
1166 | 2024-09-03T22:15:17.184Z | Compiling want v0.3.1 |
1167 | 2024-09-03T22:15:17.443Z | Compiling crossbeam-epoch v0.9.18 |
1168 | 2024-09-03T22:15:17.848Z | Compiling idna v0.5.0 |
1169 | 2024-09-03T22:15:18.111Z | Compiling lazy_static v1.5.0 |
1170 | 2024-09-03T22:15:18.220Z | Compiling time v0.3.36 |
1171 | 2024-09-03T22:15:18.244Z | Compiling cookie v0.17.0 |
1172 | 2024-09-03T22:15:18.443Z | Compiling openssl-probe v0.1.5 |
1173 | 2024-09-03T22:15:18.506Z | Compiling tower-service v0.3.3 |
1174 | 2024-09-03T22:15:18.630Z | Compiling iana-time-zone v0.1.60 |
1175 | 2024-09-03T22:15:18.777Z | Compiling unicode-properties v0.1.2 |
1176 | 2024-09-03T22:15:19.046Z | Compiling rayon-core v1.12.1 |
1177 | 2024-09-03T22:15:19.109Z | Compiling either v1.13.0 |
1178 | 2024-09-03T22:15:19.147Z | Compiling slog v2.7.0 |
1179 | 2024-09-03T22:15:19.307Z | Compiling httpdate v1.0.3 |
1180 | 2024-09-03T22:15:19.526Z | Compiling regex-automata v0.4.7 |
1181 | 2024-09-03T22:15:19.791Z | Compiling stringprep v0.1.5 |
1182 | 2024-09-03T22:15:19.869Z | Compiling url v2.5.2 |
1183 | 2024-09-03T22:15:20.420Z | Compiling crossbeam-deque v0.8.5 |
1184 | 2024-09-03T22:15:20.741Z | Compiling num-integer v0.1.46 |
1185 | 2024-09-03T22:15:21.449Z | Compiling backtrace v0.3.73 |
1186 | 2024-09-03T22:15:21.597Z | Compiling rustls-webpki v0.101.7 |
1187 | 2024-09-03T22:15:21.701Z | Compiling serde_derive v1.0.209 |
1188 | 2024-09-03T22:15:21.873Z | Compiling zeroize_derive v1.4.2 |
1189 | 2024-09-03T22:15:22.209Z | Compiling zerocopy-derive v0.7.35 |
1190 | 2024-09-03T22:15:22.867Z | Compiling tokio-macros v2.4.0 |
1191 | 2024-09-03T22:15:23.070Z | Compiling thiserror-impl v1.0.63 |
1192 | 2024-09-03T22:15:23.176Z | Compiling futures-macro v0.3.30 |
1193 | 2024-09-03T22:15:23.200Z | Compiling zeroize v1.8.1 |
1194 | 2024-09-03T22:15:24.088Z | Compiling zerocopy v0.7.35 |
1195 | 2024-09-03T22:15:24.246Z | Compiling der_derive v0.7.3 |
1196 | 2024-09-03T22:15:24.813Z | Compiling crypto-common v0.1.6 |
1197 | 2024-09-03T22:15:24.878Z | Compiling block-buffer v0.10.4 |
1198 | 2024-09-03T22:15:25.044Z | Compiling block-padding v0.3.3 |
1199 | 2024-09-03T22:15:25.116Z | Compiling digest v0.10.7 |
1200 | 2024-09-03T22:15:25.267Z | Compiling inout v0.1.3 |
1201 | 2024-09-03T22:15:25.527Z | Compiling hmac v0.12.1 |
1202 | 2024-09-03T22:15:25.552Z | Compiling cipher v0.4.4 |
1203 | 2024-09-03T22:15:25.748Z | Compiling sha2 v0.10.8 |
1204 | 2024-09-03T22:15:25.950Z | Compiling thiserror v1.0.63 |
1205 | 2024-09-03T22:15:26.015Z | Compiling hashbrown v0.14.5 |
1206 | 2024-09-03T22:15:26.038Z | Compiling futures-util v0.3.30 |
1207 | 2024-09-03T22:15:26.109Z | Compiling pest v2.7.11 |
1208 | 2024-09-03T22:15:26.440Z | Compiling ppv-lite86 v0.2.20 |
1209 | 2024-09-03T22:15:27.171Z | Compiling rand_chacha v0.3.1 |
1210 | 2024-09-03T22:15:27.214Z | Compiling der v0.7.9 |
1211 | 2024-09-03T22:15:28.443Z | Compiling pest_meta v2.7.11 |
1212 | 2024-09-03T22:15:28.738Z | Compiling salsa20 v0.10.2 |
1213 | 2024-09-03T22:15:28.952Z | Compiling pbkdf2 v0.12.2 |
1214 | 2024-09-03T22:15:29.089Z | Compiling tracing-attributes v0.1.27 |
1215 | 2024-09-03T22:15:29.124Z | Compiling scroll_derive v0.12.0 |
1216 | 2024-09-03T22:15:30.234Z | Compiling pest_generator v2.7.11 |
1217 | 2024-09-03T22:15:30.491Z | Compiling scroll v0.12.0 |
1218 | 2024-09-03T22:15:30.618Z | Compiling scrypt v0.11.0 |
1219 | 2024-09-03T22:15:30.995Z | Compiling spki v0.7.3 |
1220 | 2024-09-03T22:15:31.165Z | Compiling rand v0.8.5 |
1221 | 2024-09-03T22:15:31.336Z | Compiling cbc v0.1.2 |
1222 | 2024-09-03T22:15:31.492Z | Compiling aes v0.8.4 |
1223 | 2024-09-03T22:15:31.544Z | Compiling goblin v0.8.2 |
1224 | 2024-09-03T22:15:31.885Z | Compiling openssl-macros v0.1.1 |
1225 | 2024-09-03T22:15:32.336Z | Compiling tracing v0.1.40 |
1226 | 2024-09-03T22:15:32.516Z | Compiling pkcs5 v0.7.1 |
1227 | 2024-09-03T22:15:32.763Z | Compiling sct v0.7.1 |
1228 | 2024-09-03T22:15:32.789Z | Compiling md-5 v0.10.6 |
1229 | 2024-09-03T22:15:32.878Z | Compiling pest_derive v2.7.11 |
1230 | 2024-09-03T22:15:32.878Z | Compiling idna v0.3.0 |
1231 | 2024-09-03T22:15:33.061Z | Compiling pkcs8 v0.10.2 |
1232 | 2024-09-03T22:15:33.554Z | Compiling bytes v1.7.1 |
1233 | 2024-09-03T22:15:33.581Z | Compiling bitflags v2.6.0 |
1234 | 2024-09-03T22:15:33.710Z | Compiling indexmap v2.5.0 |
1235 | 2024-09-03T22:15:33.866Z | Compiling semver v1.0.23 |
1236 | 2024-09-03T22:15:34.608Z | Compiling tokio v1.40.0 |
1237 | 2024-09-03T22:15:34.724Z | Compiling http v0.2.12 |
1238 | 2024-09-03T22:15:34.985Z | Compiling rustc_version v0.4.1 |
1239 | 2024-09-03T22:15:35.677Z | Compiling heapless v0.7.17 |
1240 | 2024-09-03T22:15:36.101Z | Compiling http-body v0.4.6 |
1241 | 2024-09-03T22:15:36.255Z | Compiling dtrace-parser v0.2.0 |
1242 | 2024-09-03T22:15:36.486Z | Compiling dof v0.3.0 |
1243 | 2024-09-03T22:15:36.577Z | Compiling uuid v1.10.0 |
1244 | 2024-09-03T22:15:36.972Z | Compiling chrono v0.4.38 |
1245 | 2024-09-03T22:15:37.747Z | Compiling usdt-impl v0.5.0 |
1246 | 2024-09-03T22:15:38.057Z | Compiling serde_tokenstream v0.2.2 |
1247 | 2024-09-03T22:15:38.299Z | Compiling toml_datetime v0.6.8 |
1248 | 2024-09-03T22:15:38.580Z | Compiling serde_spanned v0.6.7 |
1249 | 2024-09-03T22:15:38.756Z | Compiling hash32 v0.2.1 |
1250 | 2024-09-03T22:15:38.794Z | Compiling psl-types v2.0.11 |
1251 | 2024-09-03T22:15:38.974Z | Compiling gimli v0.29.0 |
1252 | 2024-09-03T22:15:39.067Z | Compiling smoltcp v0.9.1 |
1253 | 2024-09-03T22:15:39.091Z | Compiling stable_deref_trait v1.2.0 |
1254 | 2024-09-03T22:15:39.196Z | Compiling adler v1.0.2 |
1255 | 2024-09-03T22:15:39.749Z | Compiling signal-hook v0.3.17 |
1256 | 2024-09-03T22:15:39.984Z | Compiling portable-atomic v1.7.0 |
1257 | 2024-09-03T22:15:40.008Z | Compiling fallible-iterator v0.2.0 |
1258 | 2024-09-03T22:15:40.114Z | Compiling base64 v0.22.1 |
1259 | 2024-09-03T22:15:40.474Z | Compiling num-bigint-dig v0.8.4 |
1260 | 2024-09-03T22:15:40.613Z | Compiling postgres-protocol v0.6.7 |
1261 | 2024-09-03T22:15:40.831Z | Compiling miniz_oxide v0.7.4 |
1262 | 2024-09-03T22:15:40.876Z | Compiling publicsuffix v2.2.3 |
1263 | 2024-09-03T22:15:41.068Z | Compiling terminal_size v0.3.0 |
1264 | 2024-09-03T22:15:41.154Z | Compiling hubpack_derive v0.1.1 |
1265 | 2024-09-03T22:15:41.278Z | Compiling async-trait v0.1.82 |
1266 | 2024-09-03T22:15:41.540Z | Compiling zerocopy-derive v0.6.6 |
1267 | 2024-09-03T22:15:41.652Z | Compiling num-iter v0.1.45 |
1268 | 2024-09-03T22:15:41.823Z | Compiling tokio-util v0.7.11 |
1269 | 2024-09-03T22:15:41.846Z | Compiling tokio-native-tls v0.3.1 |
1270 | 2024-09-03T22:15:41.922Z | Compiling tokio-rustls v0.24.1 |
1271 | 2024-09-03T22:15:42.975Z | Compiling h2 v0.3.26 |
1272 | 2024-09-03T22:15:43.024Z | Compiling addr2line v0.22.0 |
1273 | 2024-09-03T22:15:43.094Z | Compiling phf_shared v0.11.2 |
1274 | 2024-09-03T22:15:43.301Z | Compiling serde_derive_internals v0.29.1 |
1275 | 2024-09-03T22:15:43.353Z | Compiling ff v0.13.0 |
1276 | 2024-09-03T22:15:43.421Z | Compiling fs-err v2.11.0 |
1277 | 2024-09-03T22:15:43.504Z | Compiling object v0.36.4 |
1278 | 2024-09-03T22:15:43.559Z | Compiling base16ct v0.2.0 |
1279 | 2024-09-03T22:15:43.600Z | Compiling winnow v0.5.40 |
1280 | 2024-09-03T22:15:43.634Z | Compiling base64 v0.21.7 |
1281 | 2024-09-03T22:15:43.683Z | Compiling ipnet v2.9.0 |
1282 | 2024-09-03T22:15:43.857Z | Compiling schemars v0.8.21 |
1283 | 2024-09-03T22:15:44.169Z | Compiling adler2 v2.0.0 |
1284 | 2024-09-03T22:15:44.285Z | Compiling anyhow v1.0.86 |
1285 | 2024-09-03T22:15:44.362Z | Compiling rustc-demangle v0.1.24 |
1286 | 2024-09-03T22:15:44.769Z | Compiling bitflags v1.3.2 |
1287 | 2024-09-03T22:15:44.871Z | Compiling managed v0.8.0 |
1288 | 2024-09-03T22:15:45.070Z | Compiling miniz_oxide v0.8.0 |
1289 | 2024-09-03T22:15:45.267Z | Compiling console v0.15.8 |
1290 | 2024-09-03T22:15:45.716Z | Compiling schemars_derive v0.8.21 |
1291 | 2024-09-03T22:15:46.419Z | Compiling clap_builder v4.5.15 |
1292 | 2024-09-03T22:15:46.589Z | Compiling toml_edit v0.19.15 |
1293 | 2024-09-03T22:15:46.923Z | Compiling rustls-pemfile v1.0.4 |
1294 | 2024-09-03T22:15:47.112Z | Compiling sec1 v0.7.3 |
1295 | 2024-09-03T22:15:47.436Z | Compiling group v0.13.0 |
1296 | 2024-09-03T22:15:47.605Z | Compiling zerocopy v0.6.6 |
1297 | 2024-09-03T22:15:47.727Z | Compiling phf v0.11.2 |
1298 | 2024-09-03T22:15:47.987Z | Compiling rayon v1.10.0 |
1299 | 2024-09-03T22:15:48.039Z | Compiling cookie_store v0.20.0 |
1300 | 2024-09-03T22:15:48.310Z | Compiling hubpack v0.1.2 |
1301 | 2024-09-03T22:15:48.716Z | Compiling postgres-types v0.2.7 |
1302 | 2024-09-03T22:15:49.341Z | Compiling hyper v0.14.30 |
1303 | 2024-09-03T22:15:51.905Z | Compiling usdt-attr-macro v0.5.0 |
1304 | 2024-09-03T22:15:51.985Z | Compiling usdt-macro v0.5.0 |
1305 | 2024-09-03T22:15:52.153Z | Compiling serde_urlencoded v0.7.1 |
1306 | 2024-09-03T22:15:52.624Z | Compiling pkcs1 v0.7.5 |
1307 | 2024-09-03T22:15:53.132Z | Compiling futures-executor v0.3.30 |
1308 | 2024-09-03T22:15:53.291Z | Compiling hkdf v0.12.4 |
1309 | 2024-09-03T22:15:53.323Z | Compiling signature v2.2.0 |
1310 | 2024-09-03T22:15:53.349Z | Compiling crypto-bigint v0.5.5 |
1311 | 2024-09-03T22:15:53.494Z | Compiling regex v1.10.6 |
1312 | 2024-09-03T22:15:53.529Z | Compiling bstr v1.10.0 |
1313 | 2024-09-03T22:15:53.600Z | Compiling strum_macros v0.25.3 |
1314 | 2024-09-03T22:15:53.637Z | Compiling enum-as-inner v0.6.0 |
1315 | 2024-09-03T22:15:54.222Z | Compiling clap_derive v4.5.13 |
1316 | 2024-09-03T22:15:54.411Z | Compiling serde_repr v0.1.19 |
1317 | 2024-09-03T22:15:54.568Z | Compiling phf_shared v0.10.0 |
1318 | 2024-09-03T22:15:54.917Z | Compiling float-cmp v0.9.0 |
1319 | 2024-09-03T22:15:55.092Z | Compiling idna v0.4.0 |
1320 | 2024-09-03T22:15:55.119Z | Compiling mio v0.8.11 |
1321 | 2024-09-03T22:15:55.434Z | Compiling hyper-tls v0.5.0 |
1322 | 2024-09-03T22:15:55.757Z | Compiling hyper-rustls v0.24.2 |
1323 | 2024-09-03T22:15:56.083Z | Compiling encoding_rs v0.8.34 |
1324 | 2024-09-03T22:15:56.286Z | Compiling crc32fast v1.4.2 |
1325 | 2024-09-03T22:15:56.413Z | Compiling dyn-clone v1.0.17 |
1326 | 2024-09-03T22:15:56.590Z | Compiling normalize-line-endings v0.3.0 |
1327 | 2024-09-03T22:15:56.615Z | Compiling sync_wrapper v0.1.2 |
1328 | 2024-09-03T22:15:56.708Z | Compiling whoami v1.5.2 |
1329 | 2024-09-03T22:15:56.745Z | Compiling minimal-lexical v0.2.1 |
1330 | 2024-09-03T22:15:57.059Z | Compiling mime v0.3.17 |
1331 | 2024-09-03T22:15:57.205Z | Compiling number_prefix v0.4.0 |
1332 | 2024-09-03T22:15:57.305Z | Compiling unicode-segmentation v1.11.0 |
1333 | 2024-09-03T22:15:57.417Z | Compiling static_assertions v1.1.0 |
1334 | 2024-09-03T22:15:57.508Z | Compiling bit-vec v0.6.3 |
1335 | 2024-09-03T22:15:57.592Z | Compiling predicates-core v1.0.8 |
1336 | 2024-09-03T22:15:57.859Z | Compiling new_debug_unreachable v1.0.6 |
1337 | 2024-09-03T22:15:57.917Z | Compiling precomputed-hash v0.1.1 |
1338 | 2024-09-03T22:15:57.941Z | Compiling difflib v0.4.0 |
1339 | 2024-09-03T22:15:57.964Z | Compiling fixedbitset v0.4.2 |
1340 | 2024-09-03T22:15:58.010Z | Compiling data-encoding v2.6.0 |
1341 | 2024-09-03T22:15:58.038Z | Compiling webpki-roots v0.25.4 |
1342 | 2024-09-03T22:15:58.225Z | Compiling reqwest v0.11.27 |
1343 | 2024-09-03T22:15:58.321Z | Compiling predicates v3.1.2 |
1344 | 2024-09-03T22:15:58.385Z | Compiling petgraph v0.6.5 |
1345 | 2024-09-03T22:15:58.448Z | Compiling clap v4.5.16 |
1346 | 2024-09-03T22:15:58.558Z | Compiling string_cache v0.8.7 |
1347 | 2024-09-03T22:15:58.952Z | Compiling hickory-proto v0.24.1 |
1348 | 2024-09-03T22:15:59.361Z | Compiling similar v2.6.0 |
1349 | 2024-09-03T22:15:59.677Z | Compiling bit-set v0.5.3 |
1350 | 2024-09-03T22:15:59.878Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1351 | 2024-09-03T22:15:59.932Z | Compiling indicatif v0.17.8 |
1352 | 2024-09-03T22:16:00.081Z | Compiling nom v7.1.3 |
1353 | 2024-09-03T22:16:00.529Z | Compiling tokio-postgres v0.7.11 |
1354 | 2024-09-03T22:16:01.454Z | Compiling toml_edit v0.22.20 |
1355 | 2024-09-03T22:16:01.878Z | Compiling flate2 v1.0.33 |
1356 | 2024-09-03T22:16:02.698Z | Compiling usdt v0.5.0 |
1357 | 2024-09-03T22:16:03.138Z | Compiling elliptic-curve v0.13.8 |
1358 | 2024-09-03T22:16:03.161Z | Compiling signal-hook-mio v0.2.4 |
1359 | 2024-09-03T22:16:03.317Z | Compiling rsa v0.9.6 |
1360 | 2024-09-03T22:16:03.849Z | Compiling futures v0.3.30 |
1361 | 2024-09-03T22:16:04.770Z | Compiling toml v0.7.8 |
1362 | 2024-09-03T22:16:05.071Z | Compiling tokio-stream v0.1.15 |
1363 | 2024-09-03T22:16:05.291Z | Compiling openapiv3 v2.0.0 |
1364 | 2024-09-03T22:16:05.783Z | Compiling hex v0.4.3 |
1365 | 2024-09-03T22:16:05.928Z | Compiling sha1 v0.10.6 |
1366 | 2024-09-03T22:16:06.193Z | Compiling itertools v0.10.5 |
1367 | 2024-09-03T22:16:06.312Z | Compiling itertools v0.12.1 |
1368 | 2024-09-03T22:16:06.336Z | Compiling dirs-sys-next v0.1.2 |
1369 | 2024-09-03T22:16:06.924Z | Compiling unicode-xid v0.2.5 |
1370 | 2024-09-03T22:16:07.083Z | Compiling lalrpop-util v0.19.12 |
1371 | 2024-09-03T22:16:07.395Z | Compiling peg-runtime v0.8.3 |
1372 | 2024-09-03T22:16:07.418Z | Compiling dirs-next v2.0.0 |
1373 | 2024-09-03T22:16:07.587Z | Compiling thread_local v1.1.8 |
1374 | 2024-09-03T22:16:07.962Z | Compiling slog-async v2.8.0 |
1375 | 2024-09-03T22:16:08.070Z | Compiling term v0.7.0 |
1376 | 2024-09-03T22:16:08.477Z | Compiling xattr v1.3.1 |
1377 | 2024-09-03T22:16:08.500Z | Compiling strum_macros v0.26.4 |
1378 | 2024-09-03T22:16:08.535Z | Compiling crossbeam-channel v0.5.13 |
1379 | 2024-09-03T22:16:08.739Z | Compiling is-terminal v0.4.13 |
1380 | 2024-09-03T22:16:08.828Z | Compiling filetime v0.2.25 |
1381 | 2024-09-03T22:16:08.866Z | Compiling take_mut v0.2.2 |
1382 | 2024-09-03T22:16:08.939Z | Compiling slog-term v2.9.1 |
1383 | 2024-09-03T22:16:09.022Z | Compiling camino v1.1.9 |
1384 | 2024-09-03T22:16:09.118Z | Compiling tar v0.4.41 |
1385 | 2024-09-03T22:16:10.661Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1386 | 2024-09-03T22:16:11.724Z | Compiling strum v0.26.3 |
1387 | 2024-09-03T22:16:11.834Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1388 | 2024-09-03T22:16:18.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
1389 | 2024-09-03T22:16:19.088Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1390 | 2024-09-03T22:16:19.155Z | Sep 03 22:16:18.514 INFO Starting download, target: Clickhouse |
1391 | 2024-09-03T22:16:19.155Z | Sep 03 22:16:18.515 INFO Starting download, target: Cockroach |
1392 | 2024-09-03T22:16:19.155Z | Sep 03 22:16:18.515 INFO Starting download, target: Console |
1393 | 2024-09-03T22:16:19.155Z | Sep 03 22:16:18.515 INFO Starting download, target: DendriteOpenapi |
1394 | 2024-09-03T22:16:19.155Z | Sep 03 22:16:18.515 INFO Starting download, target: DendriteStub |
1395 | 2024-09-03T22:16:19.179Z | Sep 03 22:16:18.515 INFO Starting download, target: TransceiverControl |
1396 | 2024-09-03T22:16:19.179Z | Sep 03 22:16:18.515 INFO Starting download, target: MaghemiteMgd |
1397 | 2024-09-03T22:16:19.179Z | Sep 03 22:16:18.516 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1398 | 2024-09-03T22:16:19.179Z | Sep 03 22:16:18.516 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1399 | 2024-09-03T22:16:19.179Z | Sep 03 22:16:18.517 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1400 | 2024-09-03T22:16:19.179Z | Sep 03 22:16:18.518 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1401 | 2024-09-03T22:16:19.179Z | Sep 03 22:16:18.518 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1402 | 2024-09-03T22:16:19.179Z | Sep 03 22:16:18.518 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1403 | 2024-09-03T22:16:19.179Z | Sep 03 22:16:18.518 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1404 | 2024-09-03T22:16:19.488Z | Sep 03 22:16:18.840 INFO Download complete, target: DendriteOpenapi |
1405 | 2024-09-03T22:16:19.577Z | Sep 03 22:16:18.933 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1406 | 2024-09-03T22:16:19.890Z | Sep 03 22:16:19.249 INFO Download complete, target: Console |
1407 | 2024-09-03T22:16:20.570Z | Sep 03 22:16:19.930 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1408 | 2024-09-03T22:16:21.266Z | Sep 03 22:16:20.626 INFO Download complete, target: TransceiverControl |
1409 | 2024-09-03T22:16:21.295Z | Sep 03 22:16:20.655 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1410 | 2024-09-03T22:16:21.539Z | Sep 03 22:16:20.899 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1411 | 2024-09-03T22:16:24.648Z | Sep 03 22:16:24.007 INFO Download complete, target: MaghemiteMgd |
1412 | 2024-09-03T22:16:24.813Z | Sep 03 22:16:24.173 INFO Download complete, target: DendriteStub |
1413 | 2024-09-03T22:16:33.693Z | Sep 03 22:16:33.053 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1414 | 2024-09-03T22:16:33.693Z | Sep 03 22:16:33.053 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1415 | 2024-09-03T22:16:39.147Z | Sep 03 22:16:38.508 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1416 | 2024-09-03T22:16:42.851Z | Sep 03 22:16:42.212 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1417 | 2024-09-03T22:16:43.451Z | Sep 03 22:16:42.810 INFO Checking that binary works, target: Cockroach |
1418 | 2024-09-03T22:16:43.780Z | Sep 03 22:16:43.140 INFO Download complete, target: Cockroach |
1419 | 2024-09-03T22:16:54.665Z | Sep 03 22:16:54.026 INFO Checking that binary works, target: Clickhouse |
1420 | 2024-09-03T22:16:54.872Z | Sep 03 22:16:54.232 INFO Download complete, target: Clickhouse |
1421 | 2024-09-03T22:16:54.900Z | All builder prerequisites installed successfully, and PATH looks valid |
1422 | 2024-09-03T22:16:54.924Z | |
1423 | 2024-09-03T22:16:54.924Z | real 4:00.661393301 |
1424 | 2024-09-03T22:16:54.924Z | user 10:26.389883234 |
1425 | 2024-09-03T22:16:54.924Z | sys 2:29.692322452 |
1426 | 2024-09-03T22:16:54.924Z | trap 0.370462402 |
1427 | 2024-09-03T22:16:54.924Z | tflt 0.728291914 |
1428 | 2024-09-03T22:16:54.924Z | dflt 1.536716468 |
1429 | 2024-09-03T22:16:54.924Z | kflt 0.006809706 |
1430 | 2024-09-03T22:16:54.924Z | lock 27:15.221411571 |
1431 | 2024-09-03T22:16:54.924Z | slp 39:47.904318539 |
1432 | 2024-09-03T22:16:54.924Z | lat 47.964829953 |
1433 | 2024-09-03T22:16:54.924Z | stop 1:48.187534303 |
1434 | 2024-09-03T22:16:54.924Z | + banner hack-check |
1435 | 2024-09-03T22:16:54.924Z | |
1436 | 2024-09-03T22:16:54.924Z | # # ## #### # # #### # # ###### #### # # |
1437 | 2024-09-03T22:16:54.924Z | # # # # # # # # # # # # # # # # # |
1438 | 2024-09-03T22:16:54.924Z | ###### # # # #### ##### # ###### ##### # #### |
1439 | 2024-09-03T22:16:54.924Z | # # ###### # # # # # # # # # # |
1440 | 2024-09-03T22:16:54.924Z | # # # # # # # # # # # # # # # # # |
1441 | 2024-09-03T22:16:54.924Z | # # # # #### # # #### # # ###### #### # # |
1442 | 2024-09-03T22:16:54.924Z | |
1443 | 2024-09-03T22:16:54.924Z | + export CARGO_INCREMENTAL=0 |
1444 | 2024-09-03T22:16:54.924Z | + CARGO_INCREMENTAL=0 |
1445 | 2024-09-03T22:16:54.924Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1446 | 2024-09-03T22:16:55.787Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1447 | 2024-09-03T22:17:00.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s |
1448 | 2024-09-03T22:17:00.937Z | Running `target/debug/xtask check-features --ci` |
1449 | 2024-09-03T22:17:00.975Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1450 | 2024-09-03T22:17:00.975Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1451 | 2024-09-03T22:17:01.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1452 | 2024-09-03T22:17:01.700Z | Running `target/debug/xtask download cargo-hack` |
1453 | 2024-09-03T22:17:02.829Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1454 | 2024-09-03T22:17:03.168Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1455 | 2024-09-03T22:17:09.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.85s |
1456 | 2024-09-03T22:17:09.702Z | Running `target/debug/xtask-downloader cargo-hack` |
1457 | 2024-09-03T22:17:09.752Z | Sep 03 22:17:09.114 INFO Starting download, target: CargoHack |
1458 | 2024-09-03T22:17:09.776Z | Sep 03 22:17:09.115 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1459 | 2024-09-03T22:17:10.409Z | Sep 03 22:17:09.771 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1460 | 2024-09-03T22:17:10.528Z | Sep 03 22:17:09.889 INFO Download complete, target: CargoHack |
1461 | 2024-09-03T22:17:10.552Z | 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" |
1462 | 2024-09-03T22:17:10.575Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1463 | 2024-09-03T22:17:10.834Z | info: running `cargo check --bins` on api_identity (1/158) |
1464 | 2024-09-03T22:17:11.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1465 | 2024-09-03T22:17:11.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1466 | 2024-09-03T22:17:11.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1467 | 2024-09-03T22:17:11.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
1468 | 2024-09-03T22:17:11.865Z | |
1469 | 2024-09-03T22:17:11.865Z | info: running `cargo check --bins` on bootstore (2/158) |
1470 | 2024-09-03T22:17:12.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1471 | 2024-09-03T22:17:12.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1472 | 2024-09-03T22:17:12.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1473 | 2024-09-03T22:17:12.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
1474 | 2024-09-03T22:17:12.886Z | |
1475 | 2024-09-03T22:17:12.886Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1476 | 2024-09-03T22:17:13.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1477 | 2024-09-03T22:17:13.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1478 | 2024-09-03T22:17:13.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1479 | 2024-09-03T22:17:13.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
1480 | 2024-09-03T22:17:13.883Z | |
1481 | 2024-09-03T22:17:13.883Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1482 | 2024-09-03T22:17:14.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1483 | 2024-09-03T22:17:14.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1484 | 2024-09-03T22:17:14.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1485 | 2024-09-03T22:17:14.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1486 | 2024-09-03T22:17:14.770Z | |
1487 | 2024-09-03T22:17:14.770Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1488 | 2024-09-03T22:17:15.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1489 | 2024-09-03T22:17:15.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1490 | 2024-09-03T22:17:15.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1491 | 2024-09-03T22:17:15.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1492 | 2024-09-03T22:17:15.414Z | |
1493 | 2024-09-03T22:17:15.414Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1494 | 2024-09-03T22:17:16.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1495 | 2024-09-03T22:17:16.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1496 | 2024-09-03T22:17:16.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1497 | 2024-09-03T22:17:16.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1498 | 2024-09-03T22:17:16.134Z | |
1499 | 2024-09-03T22:17:16.134Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1500 | 2024-09-03T22:17:16.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1501 | 2024-09-03T22:17:16.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1502 | 2024-09-03T22:17:16.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1503 | 2024-09-03T22:17:16.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1504 | 2024-09-03T22:17:16.789Z | |
1505 | 2024-09-03T22:17:16.789Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1506 | 2024-09-03T22:17:17.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1507 | 2024-09-03T22:17:17.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1508 | 2024-09-03T22:17:17.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1509 | 2024-09-03T22:17:17.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1510 | 2024-09-03T22:17:17.444Z | |
1511 | 2024-09-03T22:17:17.444Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1512 | 2024-09-03T22:17:18.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1513 | 2024-09-03T22:17:18.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1514 | 2024-09-03T22:17:18.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1515 | 2024-09-03T22:17:18.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1516 | 2024-09-03T22:17:18.132Z | |
1517 | 2024-09-03T22:17:18.132Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1518 | 2024-09-03T22:17:18.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1519 | 2024-09-03T22:17:18.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1520 | 2024-09-03T22:17:18.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1521 | 2024-09-03T22:17:18.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1522 | 2024-09-03T22:17:18.798Z | |
1523 | 2024-09-03T22:17:18.799Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1524 | 2024-09-03T22:17:19.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1525 | 2024-09-03T22:17:19.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1526 | 2024-09-03T22:17:19.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1527 | 2024-09-03T22:17:19.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1528 | 2024-09-03T22:17:19.467Z | |
1529 | 2024-09-03T22:17:19.467Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1530 | 2024-09-03T22:17:20.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1531 | 2024-09-03T22:17:20.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1532 | 2024-09-03T22:17:20.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1533 | 2024-09-03T22:17:20.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1534 | 2024-09-03T22:17:20.130Z | |
1535 | 2024-09-03T22:17:20.130Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1536 | 2024-09-03T22:17:20.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1537 | 2024-09-03T22:17:20.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1538 | 2024-09-03T22:17:20.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1539 | 2024-09-03T22:17:20.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1540 | 2024-09-03T22:17:20.808Z | |
1541 | 2024-09-03T22:17:20.808Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1542 | 2024-09-03T22:17:21.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1543 | 2024-09-03T22:17:21.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1544 | 2024-09-03T22:17:21.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1545 | 2024-09-03T22:17:21.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1546 | 2024-09-03T22:17:21.501Z | |
1547 | 2024-09-03T22:17:21.501Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1548 | 2024-09-03T22:17:22.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1549 | 2024-09-03T22:17:22.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1550 | 2024-09-03T22:17:22.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1551 | 2024-09-03T22:17:22.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1552 | 2024-09-03T22:17:22.151Z | |
1553 | 2024-09-03T22:17:22.151Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1554 | 2024-09-03T22:17:22.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1555 | 2024-09-03T22:17:22.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1556 | 2024-09-03T22:17:22.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1557 | 2024-09-03T22:17:22.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1558 | 2024-09-03T22:17:22.811Z | |
1559 | 2024-09-03T22:17:22.811Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1560 | 2024-09-03T22:17:23.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1561 | 2024-09-03T22:17:23.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1562 | 2024-09-03T22:17:23.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1563 | 2024-09-03T22:17:23.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1564 | 2024-09-03T22:17:23.454Z | |
1565 | 2024-09-03T22:17:23.454Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1566 | 2024-09-03T22:17:24.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1567 | 2024-09-03T22:17:24.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1568 | 2024-09-03T22:17:24.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1569 | 2024-09-03T22:17:24.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1570 | 2024-09-03T22:17:24.122Z | |
1571 | 2024-09-03T22:17:24.122Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1572 | 2024-09-03T22:17:24.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1573 | 2024-09-03T22:17:24.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1574 | 2024-09-03T22:17:24.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1575 | 2024-09-03T22:17:24.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1576 | 2024-09-03T22:17:24.791Z | |
1577 | 2024-09-03T22:17:24.791Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1578 | 2024-09-03T22:17:25.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1579 | 2024-09-03T22:17:25.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1580 | 2024-09-03T22:17:25.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1581 | 2024-09-03T22:17:25.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1582 | 2024-09-03T22:17:25.441Z | |
1583 | 2024-09-03T22:17:25.441Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1584 | 2024-09-03T22:17:26.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1585 | 2024-09-03T22:17:26.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1586 | 2024-09-03T22:17:26.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1587 | 2024-09-03T22:17:26.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1588 | 2024-09-03T22:17:26.123Z | |
1589 | 2024-09-03T22:17:26.123Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1590 | 2024-09-03T22:17:26.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1591 | 2024-09-03T22:17:26.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1592 | 2024-09-03T22:17:26.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1593 | 2024-09-03T22:17:26.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1594 | 2024-09-03T22:17:26.781Z | |
1595 | 2024-09-03T22:17:26.781Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1596 | 2024-09-03T22:17:27.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1597 | 2024-09-03T22:17:27.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1598 | 2024-09-03T22:17:27.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1599 | 2024-09-03T22:17:27.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1600 | 2024-09-03T22:17:27.482Z | |
1601 | 2024-09-03T22:17:27.482Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1602 | 2024-09-03T22:17:28.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1603 | 2024-09-03T22:17:28.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1604 | 2024-09-03T22:17:28.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1605 | 2024-09-03T22:17:28.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1606 | 2024-09-03T22:17:28.133Z | |
1607 | 2024-09-03T22:17:28.133Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1608 | 2024-09-03T22:17:28.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1609 | 2024-09-03T22:17:28.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1610 | 2024-09-03T22:17:28.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1611 | 2024-09-03T22:17:28.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1612 | 2024-09-03T22:17:29.029Z | |
1613 | 2024-09-03T22:17:29.029Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1614 | 2024-09-03T22:17:29.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2024-09-03T22:17:29.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2024-09-03T22:17:29.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1617 | 2024-09-03T22:17:29.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1618 | 2024-09-03T22:17:29.952Z | |
1619 | 2024-09-03T22:17:29.952Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1620 | 2024-09-03T22:17:30.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-09-03T22:17:30.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-09-03T22:17:30.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2024-09-03T22:17:30.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1624 | 2024-09-03T22:17:30.861Z | |
1625 | 2024-09-03T22:17:30.861Z | info: running `cargo check --bins` on oxlog (28/158) |
1626 | 2024-09-03T22:17:31.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-09-03T22:17:31.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-09-03T22:17:31.763Z | Checking cfg-if v1.0.0 |
1629 | 2024-09-03T22:17:31.787Z | Checking libc v0.2.158 |
1630 | 2024-09-03T22:17:31.787Z | Checking serde v1.0.209 |
1631 | 2024-09-03T22:17:31.787Z | Checking zeroize v1.8.1 |
1632 | 2024-09-03T22:17:31.810Z | Checking memchr v2.7.4 |
1633 | 2024-09-03T22:17:31.834Z | Checking byteorder v1.5.0 |
1634 | 2024-09-03T22:17:31.867Z | Checking scopeguard v1.2.0 |
1635 | 2024-09-03T22:17:31.890Z | Checking typenum v1.17.0 |
1636 | 2024-09-03T22:17:31.913Z | Checking log v0.4.22 |
1637 | 2024-09-03T22:17:32.007Z | Checking lock_api v0.4.12 |
1638 | 2024-09-03T22:17:32.045Z | Checking subtle v2.6.1 |
1639 | 2024-09-03T22:17:32.171Z | Checking const-oid v0.9.6 |
1640 | 2024-09-03T22:17:32.202Z | Checking zerocopy v0.7.35 |
1641 | 2024-09-03T22:17:32.283Z | Checking once_cell v1.19.0 |
1642 | 2024-09-03T22:17:32.511Z | Checking itoa v1.0.11 |
1643 | 2024-09-03T22:17:32.549Z | Checking pin-project-lite v0.2.14 |
1644 | 2024-09-03T22:17:32.593Z | Checking smallvec v1.13.2 |
1645 | 2024-09-03T22:17:32.665Z | Checking spin v0.9.8 |
1646 | 2024-09-03T22:17:32.688Z | Checking tinyvec_macros v0.1.1 |
1647 | 2024-09-03T22:17:32.768Z | Checking tinyvec v1.8.0 |
1648 | 2024-09-03T22:17:32.813Z | Checking getrandom v0.2.15 |
1649 | 2024-09-03T22:17:32.900Z | Checking parking_lot_core v0.9.10 |
1650 | 2024-09-03T22:17:32.962Z | Checking signal-hook-registry v1.4.2 |
1651 | 2024-09-03T22:17:32.986Z | Checking generic-array v0.14.7 |
1652 | 2024-09-03T22:17:33.030Z | Checking rand_core v0.6.4 |
1653 | 2024-09-03T22:17:33.178Z | Checking mio v1.0.2 |
1654 | 2024-09-03T22:17:33.201Z | Checking parking_lot v0.12.3 |
1655 | 2024-09-03T22:17:33.300Z | Checking socket2 v0.5.7 |
1656 | 2024-09-03T22:17:33.431Z | Checking futures-sink v0.3.30 |
1657 | 2024-09-03T22:17:33.520Z | Checking futures-core v0.3.30 |
1658 | 2024-09-03T22:17:33.573Z | Checking cpufeatures v0.2.13 |
1659 | 2024-09-03T22:17:33.597Z | Checking ahash v0.8.11 |
1660 | 2024-09-03T22:17:33.669Z | Checking allocator-api2 v0.2.18 |
1661 | 2024-09-03T22:17:33.692Z | Checking unicode-bidi v0.3.15 |
1662 | 2024-09-03T22:17:33.743Z | Checking libm v0.2.8 |
1663 | 2024-09-03T22:17:33.766Z | Checking ryu v1.0.18 |
1664 | 2024-09-03T22:17:33.945Z | Checking unicode-normalization v0.1.23 |
1665 | 2024-09-03T22:17:33.969Z | Checking crypto-common v0.1.6 |
1666 | 2024-09-03T22:17:33.992Z | Checking block-buffer v0.10.4 |
1667 | 2024-09-03T22:17:34.070Z | Checking block-padding v0.3.3 |
1668 | 2024-09-03T22:17:34.118Z | Checking equivalent v1.0.1 |
1669 | 2024-09-03T22:17:34.170Z | Checking digest v0.10.7 |
1670 | 2024-09-03T22:17:34.213Z | Checking futures-channel v0.3.30 |
1671 | 2024-09-03T22:17:34.248Z | Checking hashbrown v0.14.5 |
1672 | 2024-09-03T22:17:34.271Z | Checking inout v0.1.3 |
1673 | 2024-09-03T22:17:34.271Z | Checking slab v0.4.9 |
1674 | 2024-09-03T22:17:34.485Z | Checking cipher v0.4.4 |
1675 | 2024-09-03T22:17:34.508Z | Checking hmac v0.12.1 |
1676 | 2024-09-03T22:17:34.532Z | Checking sha2 v0.10.8 |
1677 | 2024-09-03T22:17:34.555Z | Checking futures-task v0.3.30 |
1678 | 2024-09-03T22:17:34.578Z | Checking num-traits v0.2.19 |
1679 | 2024-09-03T22:17:34.699Z | Checking futures-io v0.3.30 |
1680 | 2024-09-03T22:17:34.722Z | Checking pin-utils v0.1.0 |
1681 | 2024-09-03T22:17:34.762Z | Checking base64ct v1.6.0 |
1682 | 2024-09-03T22:17:34.799Z | Checking ppv-lite86 v0.2.20 |
1683 | 2024-09-03T22:17:34.859Z | Checking futures-util v0.3.30 |
1684 | 2024-09-03T22:17:34.882Z | Checking percent-encoding v2.3.1 |
1685 | 2024-09-03T22:17:34.988Z | Checking flagset v0.4.6 |
1686 | 2024-09-03T22:17:35.057Z | Checking salsa20 v0.10.2 |
1687 | 2024-09-03T22:17:35.154Z | Checking pem-rfc7468 v0.7.0 |
1688 | 2024-09-03T22:17:35.177Z | Checking pbkdf2 v0.12.2 |
1689 | 2024-09-03T22:17:35.254Z | Checking tracing-core v0.1.32 |
1690 | 2024-09-03T22:17:35.289Z | Checking fnv v1.0.7 |
1691 | 2024-09-03T22:17:35.326Z | Checking untrusted v0.9.0 |
1692 | 2024-09-03T22:17:35.388Z | Checking der v0.7.9 |
1693 | 2024-09-03T22:17:35.411Z | Checking scrypt v0.11.0 |
1694 | 2024-09-03T22:17:35.449Z | Checking rand_chacha v0.3.1 |
1695 | 2024-09-03T22:17:35.476Z | Checking ring v0.17.8 |
1696 | 2024-09-03T22:17:35.610Z | Checking aes v0.8.4 |
1697 | 2024-09-03T22:17:35.791Z | Checking rand v0.8.5 |
1698 | 2024-09-03T22:17:35.862Z | Checking tracing v0.1.40 |
1699 | 2024-09-03T22:17:36.072Z | Checking cbc v0.1.2 |
1700 | 2024-09-03T22:17:36.160Z | Checking bytes v1.7.1 |
1701 | 2024-09-03T22:17:36.213Z | Checking indexmap v2.5.0 |
1702 | 2024-09-03T22:17:36.274Z | Checking bitflags v2.6.0 |
1703 | 2024-09-03T22:17:36.397Z | Checking serde_json v1.0.127 |
1704 | 2024-09-03T22:17:36.538Z | Checking thiserror v1.0.63 |
1705 | 2024-09-03T22:17:36.663Z | Checking foreign-types-shared v0.1.1 |
1706 | 2024-09-03T22:17:36.763Z | Checking foreign-types v0.3.2 |
1707 | 2024-09-03T22:17:36.849Z | Checking form_urlencoded v1.2.1 |
1708 | 2024-09-03T22:17:36.898Z | Checking tokio v1.40.0 |
1709 | 2024-09-03T22:17:36.922Z | Checking http v0.2.12 |
1710 | 2024-09-03T22:17:37.038Z | Checking openssl-sys v0.9.103 |
1711 | 2024-09-03T22:17:37.062Z | Checking spki v0.7.3 |
1712 | 2024-09-03T22:17:37.166Z | Checking crossbeam-utils v0.8.20 |
1713 | 2024-09-03T22:17:37.341Z | Checking pkcs5 v0.7.1 |
1714 | 2024-09-03T22:17:37.364Z | Checking aho-corasick v1.1.3 |
1715 | 2024-09-03T22:17:37.778Z | Checking unicode-ident v1.0.12 |
1716 | 2024-09-03T22:17:37.807Z | Checking try-lock v0.2.5 |
1717 | 2024-09-03T22:17:37.875Z | Checking powerfmt v0.2.0 |
1718 | 2024-09-03T22:17:37.938Z | Checking siphasher v0.3.11 |
1719 | 2024-09-03T22:17:37.961Z | Checking regex-syntax v0.8.4 |
1720 | 2024-09-03T22:17:38.130Z | Checking openssl v0.10.66 |
1721 | 2024-09-03T22:17:38.154Z | Checking deranged v0.3.11 |
1722 | 2024-09-03T22:17:38.177Z | Checking http-body v0.4.6 |
1723 | 2024-09-03T22:17:38.212Z | Checking proc-macro2 v1.0.86 |
1724 | 2024-09-03T22:17:38.544Z | Checking want v0.3.1 |
1725 | 2024-09-03T22:17:38.714Z | Checking pkcs8 v0.10.2 |
1726 | 2024-09-03T22:17:38.818Z | Checking crossbeam-epoch v0.9.18 |
1727 | 2024-09-03T22:17:38.853Z | Checking sct v0.7.1 |
1728 | 2024-09-03T22:17:38.997Z | Checking rustls-webpki v0.101.7 |
1729 | 2024-09-03T22:17:39.035Z | Checking uuid v1.10.0 |
1730 | 2024-09-03T22:17:39.212Z | Checking idna v0.5.0 |
1731 | 2024-09-03T22:17:39.400Z | Checking httparse v1.9.4 |
1732 | 2024-09-03T22:17:39.574Z | Checking lazy_static v1.5.0 |
1733 | 2024-09-03T22:17:39.638Z | Checking errno v0.3.9 |
1734 | 2024-09-03T22:17:39.694Z | Checking scroll v0.12.0 |
1735 | 2024-09-03T22:17:39.726Z | Checking unicode-properties v0.1.2 |
1736 | 2024-09-03T22:17:39.803Z | Checking utf8parse v0.2.2 |
1737 | 2024-09-03T22:17:39.826Z | Checking openssl-probe v0.1.5 |
1738 | 2024-09-03T22:17:39.906Z | Checking anstyle v1.0.8 |
1739 | 2024-09-03T22:17:39.941Z | Checking ucd-trie v0.1.6 |
1740 | 2024-09-03T22:17:39.967Z | Checking iana-time-zone v0.1.60 |
1741 | 2024-09-03T22:17:40.031Z | Checking time-core v0.1.2 |
1742 | 2024-09-03T22:17:40.113Z | Checking num-conv v0.1.0 |
1743 | 2024-09-03T22:17:40.136Z | Checking plain v0.2.3 |
1744 | 2024-09-03T22:17:40.160Z | Checking tower-service v0.3.3 |
1745 | 2024-09-03T22:17:40.184Z | Checking num_threads v0.1.7 |
1746 | 2024-09-03T22:17:40.239Z | Checking either v1.13.0 |
1747 | 2024-09-03T22:17:40.271Z | Checking httpdate v1.0.3 |
1748 | 2024-09-03T22:17:40.295Z | Checking goblin v0.8.2 |
1749 | 2024-09-03T22:17:40.319Z | Checking pest v2.7.11 |
1750 | 2024-09-03T22:17:40.357Z | Checking time v0.3.36 |
1751 | 2024-09-03T22:17:40.498Z | Checking chrono v0.4.38 |
1752 | 2024-09-03T22:17:40.579Z | Checking stringprep v0.1.5 |
1753 | 2024-09-03T22:17:40.711Z | Checking regex-automata v0.4.7 |
1754 | 2024-09-03T22:17:40.812Z | Checking anstyle-parse v0.2.5 |
1755 | 2024-09-03T22:17:41.082Z | Checking url v2.5.2 |
1756 | 2024-09-03T22:17:41.777Z | Checking rustix v0.38.35 |
1757 | 2024-09-03T22:17:42.372Z | Checking rustls v0.21.12 |
1758 | 2024-09-03T22:17:42.601Z | Checking crossbeam-deque v0.8.5 |
1759 | 2024-09-03T22:17:42.670Z | Checking quote v1.0.37 |
1760 | 2024-09-03T22:17:42.803Z | Checking native-tls v0.2.12 |
1761 | 2024-09-03T22:17:42.899Z | Checking toml_datetime v0.6.8 |
1762 | 2024-09-03T22:17:42.971Z | Checking serde_spanned v0.6.7 |
1763 | 2024-09-03T22:17:43.085Z | Checking num-integer v0.1.46 |
1764 | 2024-09-03T22:17:43.159Z | Checking idna v0.3.0 |
1765 | 2024-09-03T22:17:43.182Z | Checking md-5 v0.10.6 |
1766 | 2024-09-03T22:17:43.376Z | Checking hash32 v0.2.1 |
1767 | 2024-09-03T22:17:43.469Z | Checking tokio-util v0.7.11 |
1768 | 2024-09-03T22:17:43.545Z | Checking pretty-hex v0.4.1 |
1769 | 2024-09-03T22:17:43.568Z | Checking anstyle-query v1.1.1 |
1770 | 2024-09-03T22:17:43.676Z | Checking colorchoice v1.0.2 |
1771 | 2024-09-03T22:17:43.707Z | Checking fallible-iterator v0.2.0 |
1772 | 2024-09-03T22:17:43.730Z | Checking stable_deref_trait v1.2.0 |
1773 | 2024-09-03T22:17:43.796Z | Checking adler v1.0.2 |
1774 | 2024-09-03T22:17:43.834Z | Checking is_terminal_polyfill v1.70.1 |
1775 | 2024-09-03T22:17:43.875Z | Checking gimli v0.29.0 |
1776 | 2024-09-03T22:17:43.950Z | Checking psl-types v2.0.11 |
1777 | 2024-09-03T22:17:43.974Z | Checking base64 v0.22.1 |
1778 | 2024-09-03T22:17:44.119Z | Checking publicsuffix v2.2.3 |
1779 | 2024-09-03T22:17:44.239Z | Checking anstream v0.6.15 |
1780 | 2024-09-03T22:17:44.263Z | Checking h2 v0.3.26 |
1781 | 2024-09-03T22:17:44.344Z | Checking miniz_oxide v0.7.4 |
1782 | 2024-09-03T22:17:44.402Z | Checking postgres-protocol v0.6.7 |
1783 | 2024-09-03T22:17:44.564Z | Checking heapless v0.7.17 |
1784 | 2024-09-03T22:17:44.723Z | Checking terminal_size v0.3.0 |
1785 | 2024-09-03T22:17:44.780Z | Checking dof v0.3.0 |
1786 | 2024-09-03T22:17:44.879Z | Checking num-iter v0.1.45 |
1787 | 2024-09-03T22:17:44.925Z | Checking tokio-native-tls v0.3.1 |
1788 | 2024-09-03T22:17:44.985Z | Checking syn v2.0.77 |
1789 | 2024-09-03T22:17:45.043Z | Checking rayon-core v1.12.1 |
1790 | 2024-09-03T22:17:45.157Z | Checking cookie v0.17.0 |
1791 | 2024-09-03T22:17:45.250Z | Checking tokio-rustls v0.24.1 |
1792 | 2024-09-03T22:17:45.318Z | Checking dtrace-parser v0.2.0 |
1793 | 2024-09-03T22:17:45.468Z | Checking phf_shared v0.11.2 |
1794 | 2024-09-03T22:17:45.527Z | Checking ff v0.13.0 |
1795 | 2024-09-03T22:17:45.570Z | Checking thread-id v4.2.2 |
1796 | 2024-09-03T22:17:45.626Z | Checking object v0.36.4 |
1797 | 2024-09-03T22:17:45.680Z | Checking winnow v0.5.40 |
1798 | 2024-09-03T22:17:45.717Z | Checking adler2 v2.0.0 |
1799 | 2024-09-03T22:17:45.740Z | Checking bitflags v1.3.2 |
1800 | 2024-09-03T22:17:45.764Z | Checking clap_lex v0.7.2 |
1801 | 2024-09-03T22:17:45.830Z | Checking rustc-demangle v0.1.24 |
1802 | 2024-09-03T22:17:45.856Z | Checking base16ct v0.2.0 |
1803 | 2024-09-03T22:17:45.988Z | Checking managed v0.8.0 |
1804 | 2024-09-03T22:17:46.067Z | Checking strsim v0.11.1 |
1805 | 2024-09-03T22:17:46.277Z | Checking base64 v0.21.7 |
1806 | 2024-09-03T22:17:46.342Z | Checking unicode-width v0.1.13 |
1807 | 2024-09-03T22:17:46.365Z | Checking ipnet v2.9.0 |
1808 | 2024-09-03T22:17:46.509Z | Checking console v0.15.8 |
1809 | 2024-09-03T22:17:46.691Z | Checking rustls-pemfile v1.0.4 |
1810 | 2024-09-03T22:17:46.747Z | Checking smoltcp v0.9.1 |
1811 | 2024-09-03T22:17:46.877Z | Checking clap_builder v4.5.15 |
1812 | 2024-09-03T22:17:47.003Z | Checking sec1 v0.7.3 |
1813 | 2024-09-03T22:17:47.362Z | Checking addr2line v0.22.0 |
1814 | 2024-09-03T22:17:47.386Z | Checking miniz_oxide v0.8.0 |
1815 | 2024-09-03T22:17:47.805Z | Checking phf v0.11.2 |
1816 | 2024-09-03T22:17:48.027Z | Checking group v0.13.0 |
1817 | 2024-09-03T22:17:48.051Z | Checking rayon v1.10.0 |
1818 | 2024-09-03T22:17:48.074Z | Checking cookie_store v0.20.0 |
1819 | 2024-09-03T22:17:48.244Z | Checking toml_edit v0.19.15 |
1820 | 2024-09-03T22:17:48.267Z | Checking num-bigint-dig v0.8.4 |
1821 | 2024-09-03T22:17:48.615Z | Checking postgres-types v0.2.7 |
1822 | 2024-09-03T22:17:49.196Z | Checking regex v1.10.6 |
1823 | 2024-09-03T22:17:49.556Z | Checking bstr v1.10.0 |
1824 | 2024-09-03T22:17:49.682Z | Checking hyper v0.14.30 |
1825 | 2024-09-03T22:17:49.729Z | Checking futures-executor v0.3.30 |
1826 | 2024-09-03T22:17:49.923Z | Checking pkcs1 v0.7.5 |
1827 | 2024-09-03T22:17:50.094Z | Checking phf_shared v0.10.0 |
1828 | 2024-09-03T22:17:50.269Z | Checking serde_urlencoded v0.7.1 |
1829 | 2024-09-03T22:17:50.333Z | Checking zerocopy v0.6.6 |
1830 | 2024-09-03T22:17:50.356Z | Checking hubpack v0.1.2 |
1831 | 2024-09-03T22:17:50.415Z | Checking float-cmp v0.9.0 |
1832 | 2024-09-03T22:17:50.553Z | Checking usdt-impl v0.5.0 |
1833 | 2024-09-03T22:17:50.597Z | Checking portable-atomic v1.7.0 |
1834 | 2024-09-03T22:17:50.642Z | Checking signal-hook v0.3.17 |
1835 | 2024-09-03T22:17:50.642Z | Checking idna v0.4.0 |
1836 | 2024-09-03T22:17:50.993Z | Checking hkdf v0.12.4 |
1837 | 2024-09-03T22:17:51.021Z | Checking signature v2.2.0 |
1838 | 2024-09-03T22:17:51.079Z | Checking crypto-bigint v0.5.5 |
1839 | 2024-09-03T22:17:51.146Z | Checking backtrace v0.3.73 |
1840 | 2024-09-03T22:17:51.200Z | Checking mio v0.8.11 |
1841 | 2024-09-03T22:17:51.225Z | Checking memmap v0.7.0 |
1842 | 2024-09-03T22:17:51.362Z | Checking encoding_rs v0.8.34 |
1843 | 2024-09-03T22:17:51.414Z | Checking crc32fast v1.4.2 |
1844 | 2024-09-03T22:17:51.458Z | Checking bit-vec v0.6.3 |
1845 | 2024-09-03T22:17:51.577Z | Checking static_assertions v1.1.0 |
1846 | 2024-09-03T22:17:51.629Z | Checking minimal-lexical v0.2.1 |
1847 | 2024-09-03T22:17:51.663Z | Checking dyn-clone v1.0.17 |
1848 | 2024-09-03T22:17:51.687Z | Checking whoami v1.5.2 |
1849 | 2024-09-03T22:17:51.753Z | Checking fixedbitset v0.4.2 |
1850 | 2024-09-03T22:17:51.778Z | Checking number_prefix v0.4.0 |
1851 | 2024-09-03T22:17:51.802Z | Checking normalize-line-endings v0.3.0 |
1852 | 2024-09-03T22:17:51.911Z | Checking sync_wrapper v0.1.2 |
1853 | 2024-09-03T22:17:51.947Z | Checking predicates-core v1.0.8 |
1854 | 2024-09-03T22:17:51.971Z | Checking new_debug_unreachable v1.0.6 |
1855 | 2024-09-03T22:17:51.995Z | Checking difflib v0.4.0 |
1856 | 2024-09-03T22:17:52.019Z | Checking webpki-roots v0.25.4 |
1857 | 2024-09-03T22:17:52.043Z | Checking unicode-segmentation v1.11.0 |
1858 | 2024-09-03T22:17:52.069Z | Checking data-encoding v2.6.0 |
1859 | 2024-09-03T22:17:52.120Z | Checking winnow v0.6.18 |
1860 | 2024-09-03T22:17:52.157Z | Checking precomputed-hash v0.1.1 |
1861 | 2024-09-03T22:17:52.260Z | Checking mime v0.3.17 |
1862 | 2024-09-03T22:17:52.284Z | Checking predicates v3.1.2 |
1863 | 2024-09-03T22:17:52.530Z | Checking string_cache v0.8.7 |
1864 | 2024-09-03T22:17:52.566Z | Checking similar v2.6.0 |
1865 | 2024-09-03T22:17:52.617Z | Checking hickory-proto v0.24.1 |
1866 | 2024-09-03T22:17:52.787Z | Checking nom v7.1.3 |
1867 | 2024-09-03T22:17:52.856Z | Checking petgraph v0.6.5 |
1868 | 2024-09-03T22:17:53.300Z | Checking tokio-postgres v0.7.11 |
1869 | 2024-09-03T22:17:53.337Z | Checking indicatif v0.17.8 |
1870 | 2024-09-03T22:17:53.520Z | Checking elliptic-curve v0.13.8 |
1871 | 2024-09-03T22:17:54.001Z | Checking schemars v0.8.21 |
1872 | 2024-09-03T22:17:54.089Z | Checking bit-set v0.5.3 |
1873 | 2024-09-03T22:17:54.316Z | Checking signal-hook-mio v0.2.4 |
1874 | 2024-09-03T22:17:54.450Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1875 | 2024-09-03T22:17:54.640Z | Checking toml_edit v0.22.20 |
1876 | 2024-09-03T22:17:55.165Z | Checking anyhow v1.0.86 |
1877 | 2024-09-03T22:17:55.189Z | Checking hyper-tls v0.5.0 |
1878 | 2024-09-03T22:17:55.344Z | Checking hyper-rustls v0.24.2 |
1879 | 2024-09-03T22:17:55.439Z | Checking flate2 v1.0.33 |
1880 | 2024-09-03T22:17:55.504Z | Checking usdt v0.5.0 |
1881 | 2024-09-03T22:17:55.597Z | Checking reqwest v0.11.27 |
1882 | 2024-09-03T22:17:55.733Z | Checking rsa v0.9.6 |
1883 | 2024-09-03T22:17:55.757Z | Checking toml v0.7.8 |
1884 | 2024-09-03T22:17:55.785Z | Checking futures v0.3.30 |
1885 | 2024-09-03T22:17:55.895Z | Checking clap v4.5.16 |
1886 | 2024-09-03T22:17:56.030Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1887 | 2024-09-03T22:17:56.066Z | Checking tokio-stream v0.1.15 |
1888 | 2024-09-03T22:17:56.094Z | Checking fs-err v2.11.0 |
1889 | 2024-09-03T22:17:56.405Z | Checking itertools v0.12.1 |
1890 | 2024-09-03T22:17:56.565Z | Checking itertools v0.10.5 |
1891 | 2024-09-03T22:17:56.651Z | Checking slog v2.7.0 |
1892 | 2024-09-03T22:17:56.760Z | Checking openapiv3 v2.0.0 |
1893 | 2024-09-03T22:17:56.800Z | Checking hex v0.4.3 |
1894 | 2024-09-03T22:17:57.057Z | Checking semver v1.0.23 |
1895 | 2024-09-03T22:17:57.108Z | Checking sha1 v0.10.6 |
1896 | 2024-09-03T22:17:57.131Z | Checking peg-runtime v0.8.3 |
1897 | 2024-09-03T22:17:57.248Z | Checking lalrpop-util v0.19.12 |
1898 | 2024-09-03T22:17:57.331Z | Checking camino v1.1.9 |
1899 | 2024-09-03T22:17:57.357Z | Checking sigpipe v0.1.3 |
1900 | 2024-09-03T22:17:59.666Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1901 | 2024-09-03T22:18:00.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.21s |
1902 | 2024-09-03T22:18:00.213Z | |
1903 | 2024-09-03T22:18:00.213Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1904 | 2024-09-03T22:18:01.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1905 | 2024-09-03T22:18:01.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1906 | 2024-09-03T22:18:01.281Z | Compiling regress v0.10.1 |
1907 | 2024-09-03T22:18:01.313Z | Checking heck v0.5.0 |
1908 | 2024-09-03T22:18:01.348Z | Checking http v1.1.0 |
1909 | 2024-09-03T22:18:01.372Z | Checking dirs-sys-next v0.1.2 |
1910 | 2024-09-03T22:18:01.395Z | Compiling unsafe-libyaml v0.2.11 |
1911 | 2024-09-03T22:18:01.419Z | Checking thread_local v1.1.8 |
1912 | 2024-09-03T22:18:01.419Z | Checking rustls-pki-types v1.8.0 |
1913 | 2024-09-03T22:18:01.513Z | Compiling ident_case v1.0.1 |
1914 | 2024-09-03T22:18:01.537Z | Checking dirs-next v2.0.0 |
1915 | 2024-09-03T22:18:01.660Z | Checking term v0.7.0 |
1916 | 2024-09-03T22:18:01.684Z | Compiling darling_core v0.20.10 |
1917 | 2024-09-03T22:18:01.707Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
1918 | 2024-09-03T22:18:01.803Z | Checking crossbeam-channel v0.5.13 |
1919 | 2024-09-03T22:18:01.985Z | Checking is-terminal v0.4.13 |
1920 | 2024-09-03T22:18:02.032Z | Checking take_mut v0.2.2 |
1921 | 2024-09-03T22:18:02.101Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1922 | 2024-09-03T22:18:02.165Z | Compiling paste v1.0.15 |
1923 | 2024-09-03T22:18:02.403Z | Compiling rustls v0.22.4 |
1924 | 2024-09-03T22:18:02.460Z | Compiling serde_yaml v0.9.34+deprecated |
1925 | 2024-09-03T22:18:02.561Z | Checking slog-async v2.8.0 |
1926 | 2024-09-03T22:18:02.698Z | Checking slog-term v2.9.1 |
1927 | 2024-09-03T22:18:02.721Z | Checking rustls-webpki v0.102.7 |
1928 | 2024-09-03T22:18:02.829Z | Compiling proc-macro-crate v1.3.1 |
1929 | 2024-09-03T22:18:02.977Z | Checking ipnetwork v0.20.0 |
1930 | 2024-09-03T22:18:03.128Z | Compiling structmeta-derive v0.3.0 |
1931 | 2024-09-03T22:18:03.302Z | Compiling multer v3.1.0 |
1932 | 2024-09-03T22:18:03.394Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1933 | 2024-09-03T22:18:03.591Z | Checking match_cfg v0.1.0 |
1934 | 2024-09-03T22:18:03.694Z | Checking hostname v0.3.1 |
1935 | 2024-09-03T22:18:03.794Z | Compiling num_enum_derive v0.5.11 |
1936 | 2024-09-03T22:18:03.822Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1937 | 2024-09-03T22:18:04.239Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
1938 | 2024-09-03T22:18:05.464Z | Checking slog-json v2.6.1 |
1939 | 2024-09-03T22:18:05.645Z | Compiling structmeta v0.3.0 |
1940 | 2024-09-03T22:18:05.713Z | Compiling lzma-sys v0.1.20 |
1941 | 2024-09-03T22:18:06.085Z | Compiling foreign-types-macros v0.2.3 |
1942 | 2024-09-03T22:18:06.109Z | Compiling async-stream-impl v0.3.5 |
1943 | 2024-09-03T22:18:06.289Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
1944 | 2024-09-03T22:18:06.446Z | Checking foreign-types-shared v0.3.1 |
1945 | 2024-09-03T22:18:06.470Z | Checking utf-8 v0.7.6 |
1946 | 2024-09-03T22:18:06.561Z | Checking atomic-waker v1.1.2 |
1947 | 2024-09-03T22:18:06.585Z | Checking arc-swap v1.7.1 |
1948 | 2024-09-03T22:18:06.661Z | Checking tungstenite v0.21.0 |
1949 | 2024-09-03T22:18:06.686Z | Checking waitgroup v0.1.2 |
1950 | 2024-09-03T22:18:06.921Z | Compiling parse-display-derive v0.10.0 |
1951 | 2024-09-03T22:18:06.954Z | Checking slog-scope v4.4.0 |
1952 | 2024-09-03T22:18:07.059Z | Checking tokio-rustls v0.25.0 |
1953 | 2024-09-03T22:18:07.134Z | Checking num_enum v0.5.11 |
1954 | 2024-09-03T22:18:07.244Z | Checking foreign-types v0.5.0 |
1955 | 2024-09-03T22:18:07.278Z | Checking slog-bunyan v2.5.0 |
1956 | 2024-09-03T22:18:07.346Z | Compiling proc-macro-error v1.0.4 |
1957 | 2024-09-03T22:18:07.374Z | Checking async-stream v0.3.5 |
1958 | 2024-09-03T22:18:07.482Z | Checking toml v0.8.19 |
1959 | 2024-09-03T22:18:07.556Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1960 | 2024-09-03T22:18:07.662Z | Checking rustls-pemfile v2.1.3 |
1961 | 2024-09-03T22:18:07.732Z | Compiling heck v0.3.3 |
1962 | 2024-09-03T22:18:07.763Z | Checking newtype-uuid v1.1.0 |
1963 | 2024-09-03T22:18:07.787Z | Compiling darling_macro v0.20.10 |
1964 | 2024-09-03T22:18:07.887Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1965 | 2024-09-03T22:18:07.961Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
1966 | 2024-09-03T22:18:07.984Z | Checking serde_path_to_error v0.1.16 |
1967 | 2024-09-03T22:18:08.138Z | Checking cstr-argument v0.1.2 |
1968 | 2024-09-03T22:18:08.161Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1969 | 2024-09-03T22:18:08.304Z | Checking hostname v0.4.0 |
1970 | 2024-09-03T22:18:08.512Z | Checking instant v0.1.13 |
1971 | 2024-09-03T22:18:08.564Z | Checking debug-ignore v1.0.5 |
1972 | 2024-09-03T22:18:08.629Z | Checking pretty-hex v0.2.1 |
1973 | 2024-09-03T22:18:08.653Z | Compiling darling v0.20.10 |
1974 | 2024-09-03T22:18:08.701Z | Checking fastrand v2.1.1 |
1975 | 2024-09-03T22:18:08.724Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1976 | 2024-09-03T22:18:08.776Z | Compiling serde_with_macros v3.9.0 |
1977 | 2024-09-03T22:18:08.799Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1978 | 2024-09-03T22:18:08.887Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1979 | 2024-09-03T22:18:09.014Z | Checking tempfile v3.12.0 |
1980 | 2024-09-03T22:18:09.038Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1981 | 2024-09-03T22:18:09.061Z | Checking backoff v0.4.0 |
1982 | 2024-09-03T22:18:09.061Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1983 | 2024-09-03T22:18:09.173Z | Compiling zone_cfg_derive v0.1.2 |
1984 | 2024-09-03T22:18:09.327Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1985 | 2024-09-03T22:18:09.356Z | Checking strum v0.26.3 |
1986 | 2024-09-03T22:18:09.380Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1987 | 2024-09-03T22:18:09.501Z | Checking tokio-tungstenite v0.21.0 |
1988 | 2024-09-03T22:18:09.535Z | Checking slog-stdlog v4.1.1 |
1989 | 2024-09-03T22:18:09.831Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1990 | 2024-09-03T22:18:09.925Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
1991 | 2024-09-03T22:18:09.971Z | Checking colored v2.1.0 |
1992 | 2024-09-03T22:18:10.003Z | Checking regress v0.9.1 |
1993 | 2024-09-03T22:18:10.187Z | Checking macaddr v1.0.1 |
1994 | 2024-09-03T22:18:10.238Z | Checking base64 v0.13.1 |
1995 | 2024-09-03T22:18:10.479Z | Checking zone v0.1.8 |
1996 | 2024-09-03T22:18:10.606Z | Checking ron v0.7.1 |
1997 | 2024-09-03T22:18:11.078Z | Checking parse-display v0.10.0 |
1998 | 2024-09-03T22:18:11.123Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
1999 | 2024-09-03T22:18:11.318Z | Checking xz2 v0.1.7 |
2000 | 2024-09-03T22:18:11.398Z | Checking serde_with v3.9.0 |
2001 | 2024-09-03T22:18:11.578Z | Checking slog-envlogger v2.2.0 |
2002 | 2024-09-03T22:18:11.602Z | Checking tabwriter v1.4.0 |
2003 | 2024-09-03T22:18:11.668Z | Checking pem v3.0.4 |
2004 | 2024-09-03T22:18:11.796Z | Checking xattr v1.3.1 |
2005 | 2024-09-03T22:18:11.820Z | Checking headers-core v0.2.0 |
2006 | 2024-09-03T22:18:11.911Z | Checking yasna v0.5.2 |
2007 | 2024-09-03T22:18:11.937Z | Checking smf v0.2.3 |
2008 | 2024-09-03T22:18:11.977Z | Checking filetime v0.2.25 |
2009 | 2024-09-03T22:18:12.159Z | Checking same-file v1.0.6 |
2010 | 2024-09-03T22:18:12.318Z | Checking walkdir v2.5.0 |
2011 | 2024-09-03T22:18:12.351Z | Checking tar v0.4.41 |
2012 | 2024-09-03T22:18:12.374Z | Checking headers v0.3.9 |
2013 | 2024-09-03T22:18:12.573Z | Checking camino-tempfile v1.1.1 |
2014 | 2024-09-03T22:18:12.664Z | Checking rcgen v0.12.1 |
2015 | 2024-09-03T22:18:12.809Z | Checking atomicwrites v0.4.3 |
2016 | 2024-09-03T22:18:12.989Z | Checking subprocess v0.2.9 |
2017 | 2024-09-03T22:18:17.641Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
2018 | 2024-09-03T22:18:20.165Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
2019 | 2024-09-03T22:18:20.263Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
2020 | 2024-09-03T22:18:24.702Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
2021 | 2024-09-03T22:18:32.334Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
2022 | 2024-09-03T22:18:32.497Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2023 | 2024-09-03T22:18:32.520Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2024 | 2024-09-03T22:18:35.941Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=17bcdbc4754a46323a7217a6ebb0abaa7c98bd13#17bcdbc4) |
2025 | 2024-09-03T22:18:36.334Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2026 | 2024-09-03T22:18:44.436Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2027 | 2024-09-03T22:18:46.381Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2028 | 2024-09-03T22:18:47.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.62s |
2029 | 2024-09-03T22:18:47.987Z | |
2030 | 2024-09-03T22:18:47.987Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2031 | 2024-09-03T22:18:48.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2032 | 2024-09-03T22:18:48.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2033 | 2024-09-03T22:18:48.915Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2034 | 2024-09-03T22:18:50.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
2035 | 2024-09-03T22:18:50.700Z | |
2036 | 2024-09-03T22:18:50.700Z | info: running `cargo check --bins` on nexus-config (31/158) |
2037 | 2024-09-03T22:18:51.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2038 | 2024-09-03T22:18:51.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2039 | 2024-09-03T22:18:51.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2040 | 2024-09-03T22:18:51.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2041 | 2024-09-03T22:18:51.598Z | |
2042 | 2024-09-03T22:18:51.598Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2043 | 2024-09-03T22:18:52.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2044 | 2024-09-03T22:18:52.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2045 | 2024-09-03T22:18:52.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2046 | 2024-09-03T22:18:52.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2047 | 2024-09-03T22:18:52.425Z | |
2048 | 2024-09-03T22:18:52.425Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2049 | 2024-09-03T22:18:53.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2050 | 2024-09-03T22:18:53.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2051 | 2024-09-03T22:18:53.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2052 | 2024-09-03T22:18:53.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2053 | 2024-09-03T22:18:53.313Z | |
2054 | 2024-09-03T22:18:53.313Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2055 | 2024-09-03T22:18:54.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2056 | 2024-09-03T22:18:54.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2057 | 2024-09-03T22:18:54.228Z | Compiling heapless v0.8.0 |
2058 | 2024-09-03T22:18:54.251Z | Checking hash32 v0.3.1 |
2059 | 2024-09-03T22:18:54.275Z | Compiling smoltcp v0.11.0 |
2060 | 2024-09-03T22:18:54.298Z | Checking cobs v0.2.3 |
2061 | 2024-09-03T22:18:54.322Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2062 | 2024-09-03T22:18:54.322Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2063 | 2024-09-03T22:18:54.345Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2064 | 2024-09-03T22:18:54.345Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2065 | 2024-09-03T22:18:54.452Z | Compiling crucible-workspace-hack v0.1.0 |
2066 | 2024-09-03T22:18:54.476Z | Checking postcard v1.0.10 |
2067 | 2024-09-03T22:18:54.499Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2068 | 2024-09-03T22:18:54.653Z | Compiling zone_cfg_derive v0.3.0 |
2069 | 2024-09-03T22:18:54.708Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2070 | 2024-09-03T22:18:54.849Z | Checking newline-converter v0.3.0 |
2071 | 2024-09-03T22:18:54.976Z | Compiling num-derive v0.4.2 |
2072 | 2024-09-03T22:18:55.000Z | Compiling slog-dtrace v0.3.0 |
2073 | 2024-09-03T22:18:55.023Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2074 | 2024-09-03T22:18:55.047Z | Compiling convert_case v0.4.0 |
2075 | 2024-09-03T22:18:55.189Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2076 | 2024-09-03T22:18:55.313Z | Checking expectorate v1.1.0 |
2077 | 2024-09-03T22:18:55.422Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2078 | 2024-09-03T22:18:55.848Z | Compiling derive_more v0.99.18 |
2079 | 2024-09-03T22:18:56.001Z | Checking zone v0.3.0 |
2080 | 2024-09-03T22:18:56.748Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2081 | 2024-09-03T22:18:58.513Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2082 | 2024-09-03T22:18:59.667Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2083 | 2024-09-03T22:19:00.730Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2084 | 2024-09-03T22:19:01.117Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2085 | 2024-09-03T22:19:03.517Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2086 | 2024-09-03T22:19:04.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.09s |
2087 | 2024-09-03T22:19:04.577Z | |
2088 | 2024-09-03T22:19:04.577Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2089 | 2024-09-03T22:19:05.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2090 | 2024-09-03T22:19:05.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2091 | 2024-09-03T22:19:05.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2092 | 2024-09-03T22:19:05.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2093 | 2024-09-03T22:19:05.473Z | |
2094 | 2024-09-03T22:19:05.473Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2095 | 2024-09-03T22:19:06.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2096 | 2024-09-03T22:19:06.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2097 | 2024-09-03T22:19:06.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2098 | 2024-09-03T22:19:06.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2099 | 2024-09-03T22:19:06.447Z | |
2100 | 2024-09-03T22:19:06.447Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2101 | 2024-09-03T22:19:07.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2102 | 2024-09-03T22:19:07.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2103 | 2024-09-03T22:19:07.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2104 | 2024-09-03T22:19:07.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2105 | 2024-09-03T22:19:07.510Z | |
2106 | 2024-09-03T22:19:07.510Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2107 | 2024-09-03T22:19:08.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2108 | 2024-09-03T22:19:08.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2109 | 2024-09-03T22:19:08.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2110 | 2024-09-03T22:19:08.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2111 | 2024-09-03T22:19:08.597Z | |
2112 | 2024-09-03T22:19:08.597Z | info: running `cargo check --bins` on dns-server (39/158) |
2113 | 2024-09-03T22:19:09.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2114 | 2024-09-03T22:19:09.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2115 | 2024-09-03T22:19:09.517Z | Compiling parking_lot_core v0.8.6 |
2116 | 2024-09-03T22:19:09.543Z | Checking nibble_vec v0.1.0 |
2117 | 2024-09-03T22:19:09.567Z | Checking endian-type v0.1.2 |
2118 | 2024-09-03T22:19:09.567Z | Checking linked-hash-map v0.5.6 |
2119 | 2024-09-03T22:19:09.567Z | Checking quick-error v1.2.3 |
2120 | 2024-09-03T22:19:09.567Z | Checking fxhash v0.2.1 |
2121 | 2024-09-03T22:19:09.567Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2122 | 2024-09-03T22:19:09.591Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2123 | 2024-09-03T22:19:09.728Z | Checking resolv-conf v0.7.0 |
2124 | 2024-09-03T22:19:09.751Z | Checking hickory-server v0.24.1 |
2125 | 2024-09-03T22:19:09.774Z | Checking radix_trie v0.2.1 |
2126 | 2024-09-03T22:19:09.909Z | Checking lru-cache v0.1.2 |
2127 | 2024-09-03T22:19:10.088Z | Checking hickory-resolver v0.24.1 |
2128 | 2024-09-03T22:19:10.152Z | Checking hickory-client v0.24.1 |
2129 | 2024-09-03T22:19:10.305Z | Checking parking_lot v0.11.2 |
2130 | 2024-09-03T22:19:10.611Z | Checking sled v0.34.7 |
2131 | 2024-09-03T22:19:12.983Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2132 | 2024-09-03T22:19:14.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
2133 | 2024-09-03T22:19:14.591Z | |
2134 | 2024-09-03T22:19:14.591Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2135 | 2024-09-03T22:19:15.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2136 | 2024-09-03T22:19:15.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2137 | 2024-09-03T22:19:15.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2138 | 2024-09-03T22:19:15.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2139 | 2024-09-03T22:19:15.483Z | |
2140 | 2024-09-03T22:19:15.483Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2141 | 2024-09-03T22:19:16.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2142 | 2024-09-03T22:19:16.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2143 | 2024-09-03T22:19:16.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2144 | 2024-09-03T22:19:16.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2145 | 2024-09-03T22:19:16.392Z | |
2146 | 2024-09-03T22:19:16.392Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2147 | 2024-09-03T22:19:17.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2148 | 2024-09-03T22:19:17.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2149 | 2024-09-03T22:19:17.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2150 | 2024-09-03T22:19:17.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2151 | 2024-09-03T22:19:17.365Z | |
2152 | 2024-09-03T22:19:17.365Z | info: running `cargo check --bins` on gateway-types (43/158) |
2153 | 2024-09-03T22:19:18.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2154 | 2024-09-03T22:19:18.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2155 | 2024-09-03T22:19:18.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2156 | 2024-09-03T22:19:18.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2157 | 2024-09-03T22:19:18.256Z | |
2158 | 2024-09-03T22:19:18.256Z | info: running `cargo check --bins` on ipcc (44/158) |
2159 | 2024-09-03T22:19:19.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2160 | 2024-09-03T22:19:19.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2161 | 2024-09-03T22:19:19.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2162 | 2024-09-03T22:19:19.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2163 | 2024-09-03T22:19:19.162Z | |
2164 | 2024-09-03T22:19:19.162Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2165 | 2024-09-03T22:19:19.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2166 | 2024-09-03T22:19:20.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2167 | 2024-09-03T22:19:20.130Z | Compiling rustls-pki-types v1.8.0 |
2168 | 2024-09-03T22:19:20.153Z | Compiling match_cfg v0.1.0 |
2169 | 2024-09-03T22:19:20.153Z | Checking num-rational v0.4.2 |
2170 | 2024-09-03T22:19:20.177Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
2171 | 2024-09-03T22:19:20.177Z | Compiling slog-json v2.6.1 |
2172 | 2024-09-03T22:19:20.177Z | Compiling http v1.1.0 |
2173 | 2024-09-03T22:19:20.177Z | Checking num-complex v0.4.6 |
2174 | 2024-09-03T22:19:20.177Z | Compiling atomic-waker v1.1.2 |
2175 | 2024-09-03T22:19:20.277Z | Compiling hostname v0.3.1 |
2176 | 2024-09-03T22:19:20.395Z | Compiling prettyplease v0.2.22 |
2177 | 2024-09-03T22:19:20.537Z | Compiling slog-bunyan v2.5.0 |
2178 | 2024-09-03T22:19:20.607Z | Compiling rustls-webpki v0.102.7 |
2179 | 2024-09-03T22:19:20.631Z | Compiling rustls-pemfile v2.1.3 |
2180 | 2024-09-03T22:19:20.695Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
2181 | 2024-09-03T22:19:20.738Z | Compiling waitgroup v0.1.2 |
2182 | 2024-09-03T22:19:20.853Z | Compiling async-stream v0.3.5 |
2183 | 2024-09-03T22:19:20.907Z | Compiling toml v0.8.19 |
2184 | 2024-09-03T22:19:20.930Z | Compiling ipnetwork v0.20.0 |
2185 | 2024-09-03T22:19:20.953Z | Compiling newtype-uuid v1.1.0 |
2186 | 2024-09-03T22:19:21.062Z | Checking num v0.4.3 |
2187 | 2024-09-03T22:19:21.113Z | Compiling serde_path_to_error v0.1.16 |
2188 | 2024-09-03T22:19:21.165Z | Compiling hostname v0.4.0 |
2189 | 2024-09-03T22:19:21.193Z | Compiling instant v0.1.13 |
2190 | 2024-09-03T22:19:21.310Z | Compiling debug-ignore v1.0.5 |
2191 | 2024-09-03T22:19:21.355Z | Compiling semver v0.1.20 |
2192 | 2024-09-03T22:19:21.422Z | Checking float-ord v0.3.2 |
2193 | 2024-09-03T22:19:21.457Z | Compiling rustls v0.22.4 |
2194 | 2024-09-03T22:19:21.556Z | Compiling radium v0.7.0 |
2195 | 2024-09-03T22:19:21.809Z | Compiling multer v3.1.0 |
2196 | 2024-09-03T22:19:21.894Z | Compiling rustc_version v0.1.7 |
2197 | 2024-09-03T22:19:21.965Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2198 | 2024-09-03T22:19:22.005Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2199 | 2024-09-03T22:19:22.355Z | Compiling backoff v0.4.0 |
2200 | 2024-09-03T22:19:22.507Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2201 | 2024-09-03T22:19:22.534Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2202 | 2024-09-03T22:19:22.558Z | Compiling parse-display v0.10.0 |
2203 | 2024-09-03T22:19:22.680Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2204 | 2024-09-03T22:19:22.704Z | Compiling serde_with v3.9.0 |
2205 | 2024-09-03T22:19:22.787Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2206 | 2024-09-03T22:19:22.939Z | Compiling regress v0.9.1 |
2207 | 2024-09-03T22:19:23.175Z | Compiling macaddr v1.0.1 |
2208 | 2024-09-03T22:19:23.652Z | Compiling maybe-uninit v2.0.0 |
2209 | 2024-09-03T22:19:23.865Z | Checking tap v1.0.1 |
2210 | 2024-09-03T22:19:24.029Z | Checking wyz v0.5.1 |
2211 | 2024-09-03T22:19:24.418Z | Compiling newtype_derive v0.1.6 |
2212 | 2024-09-03T22:19:24.454Z | Checking password-hash v0.5.0 |
2213 | 2024-09-03T22:19:24.740Z | Checking blake2 v0.10.6 |
2214 | 2024-09-03T22:19:24.839Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2215 | 2024-09-03T22:19:24.907Z | Checking funty v2.0.0 |
2216 | 2024-09-03T22:19:25.034Z | Checking crc-catalog v2.4.0 |
2217 | 2024-09-03T22:19:25.178Z | Compiling packed_struct v0.10.1 |
2218 | 2024-09-03T22:19:25.377Z | Compiling tokio-rustls v0.25.0 |
2219 | 2024-09-03T22:19:25.728Z | Checking crc v3.2.1 |
2220 | 2024-09-03T22:19:25.758Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
2221 | 2024-09-03T22:19:25.791Z | Checking bitvec v1.0.1 |
2222 | 2024-09-03T22:19:26.157Z | Checking argon2 v0.5.3 |
2223 | 2024-09-03T22:19:26.790Z | Compiling packed_struct_codegen v0.10.1 |
2224 | 2024-09-03T22:19:27.078Z | Compiling indexmap v1.9.3 |
2225 | 2024-09-03T22:19:27.368Z | Checking half v2.4.1 |
2226 | 2024-09-03T22:19:27.482Z | Compiling cookie v0.18.1 |
2227 | 2024-09-03T22:19:27.750Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2228 | 2024-09-03T22:19:27.809Z | Checking ciborium-io v0.2.2 |
2229 | 2024-09-03T22:19:27.925Z | Checking nodrop v0.1.14 |
2230 | 2024-09-03T22:19:28.042Z | Checking array-init v0.0.4 |
2231 | 2024-09-03T22:19:28.067Z | Checking ciborium-ll v0.2.2 |
2232 | 2024-09-03T22:19:28.604Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2233 | 2024-09-03T22:19:28.740Z | Checking smallvec v0.6.14 |
2234 | 2024-09-03T22:19:28.927Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2235 | 2024-09-03T22:19:29.063Z | Compiling memoffset v0.9.1 |
2236 | 2024-09-03T22:19:29.106Z | Checking highway v1.2.0 |
2237 | 2024-09-03T22:19:29.346Z | Checking hashbrown v0.12.3 |
2238 | 2024-09-03T22:19:29.449Z | Checking bitfield v0.14.0 |
2239 | 2024-09-03T22:19:29.497Z | Checking termcolor v1.4.1 |
2240 | 2024-09-03T22:19:29.544Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2241 | 2024-09-03T22:19:29.694Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2242 | 2024-09-03T22:19:29.881Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2243 | 2024-09-03T22:19:29.962Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2244 | 2024-09-03T22:19:30.577Z | Checking env_logger v0.10.2 |
2245 | 2024-09-03T22:19:30.810Z | Checking serde-hex v0.1.0 |
2246 | 2024-09-03T22:19:30.871Z | Checking steno v0.4.1 |
2247 | 2024-09-03T22:19:30.941Z | Checking bzip2 v0.4.4 |
2248 | 2024-09-03T22:19:31.003Z | Checking ciborium v0.2.2 |
2249 | 2024-09-03T22:19:31.404Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2250 | 2024-09-03T22:19:31.452Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2251 | 2024-09-03T22:19:31.626Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2252 | 2024-09-03T22:19:31.893Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2253 | 2024-09-03T22:19:31.916Z | Checking ron v0.8.1 |
2254 | 2024-09-03T22:19:32.610Z | Checking x509-cert v0.2.5 |
2255 | 2024-09-03T22:19:32.892Z | Checking hashbrown v0.13.2 |
2256 | 2024-09-03T22:19:33.000Z | Compiling derive-where v1.2.7 |
2257 | 2024-09-03T22:19:33.692Z | Checking humantime v2.1.0 |
2258 | 2024-09-03T22:19:33.805Z | Checking crc-any v2.5.0 |
2259 | 2024-09-03T22:19:33.968Z | Checking object v0.30.4 |
2260 | 2024-09-03T22:19:34.042Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2261 | 2024-09-03T22:19:34.131Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2262 | 2024-09-03T22:19:34.174Z | Checking zip v0.6.6 |
2263 | 2024-09-03T22:19:34.386Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2264 | 2024-09-03T22:19:34.633Z | Checking path-slash v0.1.5 |
2265 | 2024-09-03T22:19:34.723Z | Checking tungstenite v0.20.1 |
2266 | 2024-09-03T22:19:34.766Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2267 | 2024-09-03T22:19:34.790Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2268 | 2024-09-03T22:19:35.340Z | Checking nix v0.27.1 |
2269 | 2024-09-03T22:19:35.525Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2270 | 2024-09-03T22:19:35.548Z | Checking kstat-rs v0.2.4 |
2271 | 2024-09-03T22:19:35.753Z | Checking serde-big-array v0.5.1 |
2272 | 2024-09-03T22:19:35.852Z | Checking tokio-tungstenite v0.20.1 |
2273 | 2024-09-03T22:19:35.984Z | Checking signal-hook-tokio v0.3.1 |
2274 | 2024-09-03T22:19:36.177Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2275 | 2024-09-03T22:19:37.354Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2276 | 2024-09-03T22:19:41.402Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2277 | 2024-09-03T22:19:43.087Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2278 | 2024-09-03T22:19:45.688Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2279 | 2024-09-03T22:19:48.479Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2280 | 2024-09-03T22:19:49.582Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2281 | 2024-09-03T22:19:49.902Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2282 | 2024-09-03T22:19:55.576Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2283 | 2024-09-03T22:19:56.453Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2284 | 2024-09-03T22:19:59.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.76s |
2285 | 2024-09-03T22:20:00.094Z | |
2286 | 2024-09-03T22:20:00.095Z | info: running `cargo check --bins` on gateway-api (46/158) |
2287 | 2024-09-03T22:20:00.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2288 | 2024-09-03T22:20:00.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2289 | 2024-09-03T22:20:00.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2290 | 2024-09-03T22:20:00.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2291 | 2024-09-03T22:20:01.058Z | |
2292 | 2024-09-03T22:20:01.058Z | info: running `cargo check --bins` on oximeter (47/158) |
2293 | 2024-09-03T22:20:01.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2294 | 2024-09-03T22:20:01.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2295 | 2024-09-03T22:20:01.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2296 | 2024-09-03T22:20:01.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2297 | 2024-09-03T22:20:01.904Z | |
2298 | 2024-09-03T22:20:01.904Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2299 | 2024-09-03T22:20:02.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2300 | 2024-09-03T22:20:02.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2301 | 2024-09-03T22:20:02.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2302 | 2024-09-03T22:20:02.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2303 | 2024-09-03T22:20:02.733Z | |
2304 | 2024-09-03T22:20:02.733Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2305 | 2024-09-03T22:20:03.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2306 | 2024-09-03T22:20:03.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2307 | 2024-09-03T22:20:03.652Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2308 | 2024-09-03T22:20:04.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
2309 | 2024-09-03T22:20:04.237Z | |
2310 | 2024-09-03T22:20:04.237Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2311 | 2024-09-03T22:20:05.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2312 | 2024-09-03T22:20:05.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2313 | 2024-09-03T22:20:05.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2314 | 2024-09-03T22:20:05.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2315 | 2024-09-03T22:20:05.106Z | |
2316 | 2024-09-03T22:20:05.106Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2317 | 2024-09-03T22:20:05.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2318 | 2024-09-03T22:20:05.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2319 | 2024-09-03T22:20:05.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2320 | 2024-09-03T22:20:05.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2321 | 2024-09-03T22:20:05.990Z | |
2322 | 2024-09-03T22:20:05.990Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2323 | 2024-09-03T22:20:06.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-09-03T22:20:06.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-09-03T22:20:06.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2326 | 2024-09-03T22:20:06.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2327 | 2024-09-03T22:20:06.846Z | |
2328 | 2024-09-03T22:20:06.846Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2329 | 2024-09-03T22:20:07.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-09-03T22:20:07.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-09-03T22:20:07.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-09-03T22:20:07.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2333 | 2024-09-03T22:20:07.716Z | |
2334 | 2024-09-03T22:20:07.716Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2335 | 2024-09-03T22:20:08.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-09-03T22:20:08.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-09-03T22:20:08.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-09-03T22:20:08.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2339 | 2024-09-03T22:20:08.562Z | |
2340 | 2024-09-03T22:20:08.562Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2341 | 2024-09-03T22:20:09.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-09-03T22:20:09.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-09-03T22:20:09.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2024-09-03T22:20:09.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2345 | 2024-09-03T22:20:09.473Z | |
2346 | 2024-09-03T22:20:09.473Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2347 | 2024-09-03T22:20:10.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-09-03T22:20:10.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-09-03T22:20:10.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2350 | 2024-09-03T22:20:10.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2351 | 2024-09-03T22:20:10.337Z | |
2352 | 2024-09-03T22:20:10.337Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2353 | 2024-09-03T22:20:11.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2024-09-03T22:20:11.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2024-09-03T22:20:11.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2356 | 2024-09-03T22:20:11.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2357 | 2024-09-03T22:20:11.245Z | |
2358 | 2024-09-03T22:20:11.245Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2359 | 2024-09-03T22:20:12.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2360 | 2024-09-03T22:20:12.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2361 | 2024-09-03T22:20:12.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2362 | 2024-09-03T22:20:12.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2363 | 2024-09-03T22:20:12.135Z | |
2364 | 2024-09-03T22:20:12.135Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2365 | 2024-09-03T22:20:12.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2366 | 2024-09-03T22:20:12.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2367 | 2024-09-03T22:20:12.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2368 | 2024-09-03T22:20:12.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2369 | 2024-09-03T22:20:13.042Z | |
2370 | 2024-09-03T22:20:13.042Z | info: running `cargo check --bins` on internal-dns (60/158) |
2371 | 2024-09-03T22:20:13.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2024-09-03T22:20:13.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2024-09-03T22:20:13.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2374 | 2024-09-03T22:20:13.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2375 | 2024-09-03T22:20:13.918Z | |
2376 | 2024-09-03T22:20:13.918Z | info: running `cargo check --bins` on nexus-client (61/158) |
2377 | 2024-09-03T22:20:14.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-09-03T22:20:14.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-09-03T22:20:14.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2380 | 2024-09-03T22:20:14.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2381 | 2024-09-03T22:20:14.804Z | |
2382 | 2024-09-03T22:20:14.804Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2383 | 2024-09-03T22:20:15.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-09-03T22:20:15.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-09-03T22:20:15.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2386 | 2024-09-03T22:20:15.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2387 | 2024-09-03T22:20:15.721Z | |
2388 | 2024-09-03T22:20:15.721Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2389 | 2024-09-03T22:20:16.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-09-03T22:20:16.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-09-03T22:20:16.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2024-09-03T22:20:16.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2393 | 2024-09-03T22:20:16.633Z | |
2394 | 2024-09-03T22:20:16.633Z | info: running `cargo check --bins` on nexus-types (64/158) |
2395 | 2024-09-03T22:20:17.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-09-03T22:20:17.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-09-03T22:20:17.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2398 | 2024-09-03T22:20:17.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2399 | 2024-09-03T22:20:17.542Z | |
2400 | 2024-09-03T22:20:17.542Z | info: running `cargo check --bins` on gateway-client (65/158) |
2401 | 2024-09-03T22:20:18.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-09-03T22:20:18.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-09-03T22:20:18.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2404 | 2024-09-03T22:20:18.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2405 | 2024-09-03T22:20:18.374Z | |
2406 | 2024-09-03T22:20:18.374Z | info: running `cargo check --bins` on oxql-types (66/158) |
2407 | 2024-09-03T22:20:19.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-09-03T22:20:19.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-09-03T22:20:19.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2410 | 2024-09-03T22:20:19.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2411 | 2024-09-03T22:20:19.267Z | |
2412 | 2024-09-03T22:20:19.267Z | info: running `cargo check --bins` on sp-sim (67/158) |
2413 | 2024-09-03T22:20:20.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-09-03T22:20:20.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-09-03T22:20:20.139Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2416 | 2024-09-03T22:20:22.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
2417 | 2024-09-03T22:20:22.578Z | |
2418 | 2024-09-03T22:20:22.578Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
2419 | 2024-09-03T22:20:23.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-09-03T22:20:23.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-09-03T22:20:23.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-09-03T22:20:23.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2423 | 2024-09-03T22:20:23.520Z | |
2424 | 2024-09-03T22:20:23.520Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
2425 | 2024-09-03T22:20:24.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-09-03T22:20:24.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-09-03T22:20:24.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-09-03T22:20:24.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2429 | 2024-09-03T22:20:24.522Z | |
2430 | 2024-09-03T22:20:24.522Z | info: running `cargo check --bins` on db-macros (70/158) |
2431 | 2024-09-03T22:20:25.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-09-03T22:20:25.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-09-03T22:20:25.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2024-09-03T22:20:25.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2435 | 2024-09-03T22:20:25.362Z | |
2436 | 2024-09-03T22:20:25.362Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
2437 | 2024-09-03T22:20:26.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-09-03T22:20:26.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-09-03T22:20:26.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-09-03T22:20:26.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2441 | 2024-09-03T22:20:26.266Z | |
2442 | 2024-09-03T22:20:26.266Z | info: running `cargo check --bins` on nexus-auth (72/158) |
2443 | 2024-09-03T22:20:27.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-09-03T22:20:27.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-09-03T22:20:27.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-09-03T22:20:27.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2447 | 2024-09-03T22:20:27.400Z | |
2448 | 2024-09-03T22:20:27.400Z | info: running `cargo check --bins` on authz-macros (73/158) |
2449 | 2024-09-03T22:20:27.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-09-03T22:20:28.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-09-03T22:20:28.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-09-03T22:20:28.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2453 | 2024-09-03T22:20:28.061Z | |
2454 | 2024-09-03T22:20:28.061Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
2455 | 2024-09-03T22:20:28.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-09-03T22:20:28.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-09-03T22:20:28.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-09-03T22:20:28.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2459 | 2024-09-03T22:20:29.003Z | |
2460 | 2024-09-03T22:20:29.003Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
2461 | 2024-09-03T22:20:29.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-09-03T22:20:29.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-09-03T22:20:29.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-09-03T22:20:29.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2465 | 2024-09-03T22:20:29.876Z | |
2466 | 2024-09-03T22:20:29.876Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
2467 | 2024-09-03T22:20:30.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-09-03T22:20:30.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-09-03T22:20:30.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-09-03T22:20:30.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2471 | 2024-09-03T22:20:30.743Z | |
2472 | 2024-09-03T22:20:30.743Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
2473 | 2024-09-03T22:20:31.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-09-03T22:20:31.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-09-03T22:20:31.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-09-03T22:20:31.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2477 | 2024-09-03T22:20:31.668Z | |
2478 | 2024-09-03T22:20:31.668Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
2479 | 2024-09-03T22:20:32.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-09-03T22:20:32.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-09-03T22:20:32.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-09-03T22:20:32.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2483 | 2024-09-03T22:20:32.571Z | |
2484 | 2024-09-03T22:20:32.571Z | info: running `cargo check --bins` on typed-rng (79/158) |
2485 | 2024-09-03T22:20:33.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-09-03T22:20:33.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-09-03T22:20:33.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-09-03T22:20:33.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2489 | 2024-09-03T22:20:33.382Z | |
2490 | 2024-09-03T22:20:33.382Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
2491 | 2024-09-03T22:20:34.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-09-03T22:20:34.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-09-03T22:20:34.428Z | Compiling curve25519-dalek v4.1.3 |
2494 | 2024-09-03T22:20:34.428Z | Compiling unicase v2.7.0 |
2495 | 2024-09-03T22:20:34.428Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2496 | 2024-09-03T22:20:34.452Z | Compiling same-file v1.0.6 |
2497 | 2024-09-03T22:20:34.452Z | Checking keccak v0.1.5 |
2498 | 2024-09-03T22:20:34.452Z | Compiling tempfile v3.12.0 |
2499 | 2024-09-03T22:20:34.475Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2500 | 2024-09-03T22:20:34.475Z | Compiling thiserror-impl-no-std v2.0.2 |
2501 | 2024-09-03T22:20:34.755Z | Checking sha3 v0.10.8 |
2502 | 2024-09-03T22:20:34.790Z | Compiling walkdir v2.5.0 |
2503 | 2024-09-03T22:20:34.813Z | Checking universal-hash v0.5.1 |
2504 | 2024-09-03T22:20:34.937Z | Checking secrecy v0.8.0 |
2505 | 2024-09-03T22:20:34.980Z | Compiling ring v0.16.20 |
2506 | 2024-09-03T22:20:35.114Z | Compiling blake3 v1.5.4 |
2507 | 2024-09-03T22:20:35.138Z | Compiling curve25519-dalek-derive v0.1.1 |
2508 | 2024-09-03T22:20:35.161Z | Checking opaque-debug v0.3.1 |
2509 | 2024-09-03T22:20:35.253Z | Checking poly1305 v0.8.0 |
2510 | 2024-09-03T22:20:35.280Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2511 | 2024-09-03T22:20:35.303Z | Checking chacha20 v0.9.1 |
2512 | 2024-09-03T22:20:35.445Z | Checking aead v0.5.2 |
2513 | 2024-09-03T22:20:35.550Z | Compiling memmap2 v0.9.4 |
2514 | 2024-09-03T22:20:35.605Z | Compiling home v0.5.9 |
2515 | 2024-09-03T22:20:35.649Z | Compiling constant_time_eq v0.3.1 |
2516 | 2024-09-03T22:20:35.692Z | Compiling libefi-sys v0.1.0 |
2517 | 2024-09-03T22:20:35.841Z | Compiling arrayref v0.3.8 |
2518 | 2024-09-03T22:20:35.874Z | Compiling spin v0.5.2 |
2519 | 2024-09-03T22:20:35.952Z | Compiling untrusted v0.7.1 |
2520 | 2024-09-03T22:20:35.975Z | Compiling arrayvec v0.7.6 |
2521 | 2024-09-03T22:20:36.057Z | Compiling toolchain_find v0.4.0 |
2522 | 2024-09-03T22:20:36.111Z | Checking chacha20poly1305 v0.10.1 |
2523 | 2024-09-03T22:20:36.356Z | Compiling camino-tempfile v1.1.1 |
2524 | 2024-09-03T22:20:36.415Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2525 | 2024-09-03T22:20:36.640Z | Compiling bitfield-struct v0.6.2 |
2526 | 2024-09-03T22:20:36.663Z | Compiling cancel-safe-futures v0.1.5 |
2527 | 2024-09-03T22:20:36.770Z | Compiling topological-sort v0.2.2 |
2528 | 2024-09-03T22:20:36.902Z | Compiling mime_guess v2.0.5 |
2529 | 2024-09-03T22:20:36.972Z | Compiling rustfmt-wrapper v0.2.1 |
2530 | 2024-09-03T22:20:37.303Z | Checking thiserror-no-std v2.0.2 |
2531 | 2024-09-03T22:20:37.353Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2532 | 2024-09-03T22:20:37.412Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2533 | 2024-09-03T22:20:37.451Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2534 | 2024-09-03T22:20:37.673Z | Checking gethostname v0.5.0 |
2535 | 2024-09-03T22:20:37.768Z | Checking libsw v3.3.1 |
2536 | 2024-09-03T22:20:37.792Z | Checking linear-map v1.2.0 |
2537 | 2024-09-03T22:20:37.844Z | Checking owo-colors v4.0.0 |
2538 | 2024-09-03T22:20:37.890Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2539 | 2024-09-03T22:20:37.914Z | Checking swrite v0.1.0 |
2540 | 2024-09-03T22:20:38.014Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2541 | 2024-09-03T22:20:38.037Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2542 | 2024-09-03T22:20:38.112Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2543 | 2024-09-03T22:20:38.135Z | Checking vsss-rs v3.3.4 |
2544 | 2024-09-03T22:20:38.349Z | Checking nanorand v0.7.0 |
2545 | 2024-09-03T22:20:38.396Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2546 | 2024-09-03T22:20:38.594Z | Checking atty v0.2.14 |
2547 | 2024-09-03T22:20:38.713Z | Checking glob v0.3.1 |
2548 | 2024-09-03T22:20:38.737Z | Checking http-range v0.1.5 |
2549 | 2024-09-03T22:20:38.762Z | Checking flume v0.11.0 |
2550 | 2024-09-03T22:20:38.860Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2551 | 2024-09-03T22:20:38.900Z | Checking hyper-staticfile v0.9.6 |
2552 | 2024-09-03T22:20:38.993Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2553 | 2024-09-03T22:20:39.085Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2554 | 2024-09-03T22:20:39.186Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2555 | 2024-09-03T22:20:39.286Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2556 | 2024-09-03T22:20:39.380Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2557 | 2024-09-03T22:20:39.687Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2558 | 2024-09-03T22:20:40.083Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2559 | 2024-09-03T22:20:40.579Z | Compiling omicron-zone-package v0.11.0 |
2560 | 2024-09-03T22:20:41.573Z | Checking itertools v0.13.0 |
2561 | 2024-09-03T22:20:41.661Z | Checking display-error-chain v0.2.1 |
2562 | 2024-09-03T22:20:41.886Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2563 | 2024-09-03T22:20:43.001Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2564 | 2024-09-03T22:20:44.421Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2565 | 2024-09-03T22:20:46.002Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2566 | 2024-09-03T22:20:46.027Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2567 | 2024-09-03T22:20:59.618Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2568 | 2024-09-03T22:21:15.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.57s |
2569 | 2024-09-03T22:21:15.293Z | |
2570 | 2024-09-03T22:21:15.293Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
2571 | 2024-09-03T22:21:16.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-09-03T22:21:16.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-09-03T22:21:16.127Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2574 | 2024-09-03T22:21:31.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.50s |
2575 | 2024-09-03T22:21:31.787Z | |
2576 | 2024-09-03T22:21:31.787Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
2577 | 2024-09-03T22:21:32.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-09-03T22:21:32.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-09-03T22:21:32.854Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2580 | 2024-09-03T22:21:48.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.53s |
2581 | 2024-09-03T22:21:48.483Z | |
2582 | 2024-09-03T22:21:48.483Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
2583 | 2024-09-03T22:21:49.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-09-03T22:21:49.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-09-03T22:21:49.533Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2586 | 2024-09-03T22:22:04.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.15s |
2587 | 2024-09-03T22:22:04.810Z | |
2588 | 2024-09-03T22:22:04.810Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
2589 | 2024-09-03T22:22:05.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-09-03T22:22:05.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-09-03T22:22:05.857Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2592 | 2024-09-03T22:22:21.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.29s |
2593 | 2024-09-03T22:22:21.267Z | |
2594 | 2024-09-03T22:22:21.267Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
2595 | 2024-09-03T22:22:22.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-09-03T22:22:22.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-09-03T22:22:22.293Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2598 | 2024-09-03T22:22:37.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.20s |
2599 | 2024-09-03T22:22:37.633Z | |
2600 | 2024-09-03T22:22:37.633Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
2601 | 2024-09-03T22:22:38.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-09-03T22:22:38.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-09-03T22:22:38.636Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2604 | 2024-09-03T22:22:53.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.04s |
2605 | 2024-09-03T22:22:53.824Z | |
2606 | 2024-09-03T22:22:53.824Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
2607 | 2024-09-03T22:22:54.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-09-03T22:22:54.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-09-03T22:22:54.798Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2610 | 2024-09-03T22:23:10.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.33s |
2611 | 2024-09-03T22:23:10.336Z | |
2612 | 2024-09-03T22:23:10.336Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
2613 | 2024-09-03T22:23:11.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-09-03T22:23:11.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-09-03T22:23:11.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-09-03T22:23:11.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2617 | 2024-09-03T22:23:11.301Z | |
2618 | 2024-09-03T22:23:11.301Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
2619 | 2024-09-03T22:23:12.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-09-03T22:23:12.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-09-03T22:23:12.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-09-03T22:23:12.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2623 | 2024-09-03T22:23:12.199Z | |
2624 | 2024-09-03T22:23:12.199Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
2625 | 2024-09-03T22:23:12.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-09-03T22:23:13.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-09-03T22:23:13.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-09-03T22:23:13.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2629 | 2024-09-03T22:23:13.087Z | |
2630 | 2024-09-03T22:23:13.087Z | info: running `cargo check --bins` on dpd-client (91/158) |
2631 | 2024-09-03T22:23:13.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-09-03T22:23:13.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-09-03T22:23:13.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-09-03T22:23:13.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2635 | 2024-09-03T22:23:13.952Z | |
2636 | 2024-09-03T22:23:13.952Z | info: running `cargo check --bins` on installinator-common (92/158) |
2637 | 2024-09-03T22:23:14.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-09-03T22:23:14.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-09-03T22:23:14.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2024-09-03T22:23:14.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2641 | 2024-09-03T22:23:14.869Z | |
2642 | 2024-09-03T22:23:14.869Z | info: running `cargo check --bins` on update-engine (93/158) |
2643 | 2024-09-03T22:23:15.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-09-03T22:23:15.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-09-03T22:23:15.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-09-03T22:23:15.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2647 | 2024-09-03T22:23:15.701Z | |
2648 | 2024-09-03T22:23:15.701Z | info: running `cargo check --bins` on key-manager (94/158) |
2649 | 2024-09-03T22:23:16.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-09-03T22:23:16.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-09-03T22:23:16.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2024-09-03T22:23:16.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2653 | 2024-09-03T22:23:16.630Z | |
2654 | 2024-09-03T22:23:16.630Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2655 | 2024-09-03T22:23:17.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-09-03T22:23:17.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-09-03T22:23:17.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2658 | 2024-09-03T22:23:17.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2659 | 2024-09-03T22:23:17.559Z | |
2660 | 2024-09-03T22:23:17.559Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2661 | 2024-09-03T22:23:18.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-09-03T22:23:18.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-09-03T22:23:18.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2024-09-03T22:23:18.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2665 | 2024-09-03T22:23:18.483Z | |
2666 | 2024-09-03T22:23:18.483Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2667 | 2024-09-03T22:23:19.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-09-03T22:23:19.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-09-03T22:23:19.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2024-09-03T22:23:19.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2671 | 2024-09-03T22:23:19.394Z | |
2672 | 2024-09-03T22:23:19.395Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2673 | 2024-09-03T22:23:20.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-09-03T22:23:20.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-09-03T22:23:20.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-09-03T22:23:20.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2677 | 2024-09-03T22:23:20.315Z | |
2678 | 2024-09-03T22:23:20.315Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2679 | 2024-09-03T22:23:21.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-09-03T22:23:21.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-09-03T22:23:21.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-09-03T22:23:21.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2683 | 2024-09-03T22:23:21.262Z | |
2684 | 2024-09-03T22:23:21.262Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2685 | 2024-09-03T22:23:22.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-09-03T22:23:22.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-09-03T22:23:22.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2024-09-03T22:23:22.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2689 | 2024-09-03T22:23:22.187Z | |
2690 | 2024-09-03T22:23:22.187Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2691 | 2024-09-03T22:23:22.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-09-03T22:23:23.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-09-03T22:23:23.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2024-09-03T22:23:23.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2695 | 2024-09-03T22:23:23.081Z | |
2696 | 2024-09-03T22:23:23.081Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2697 | 2024-09-03T22:23:23.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-09-03T22:23:23.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-09-03T22:23:24.012Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2700 | 2024-09-03T22:23:24.012Z | Checking bcs v0.1.6 |
2701 | 2024-09-03T22:23:24.012Z | Compiling async-recursion v1.1.1 |
2702 | 2024-09-03T22:23:24.036Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2703 | 2024-09-03T22:23:24.036Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2704 | 2024-09-03T22:23:25.230Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2705 | 2024-09-03T22:23:29.385Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2706 | 2024-09-03T22:23:31.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.54s |
2707 | 2024-09-03T22:23:31.777Z | |
2708 | 2024-09-03T22:23:31.777Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2709 | 2024-09-03T22:23:32.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2024-09-03T22:23:32.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2024-09-03T22:23:32.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2712 | 2024-09-03T22:23:32.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2713 | 2024-09-03T22:23:32.685Z | |
2714 | 2024-09-03T22:23:32.685Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2715 | 2024-09-03T22:23:33.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2024-09-03T22:23:33.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2024-09-03T22:23:33.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2024-09-03T22:23:33.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2719 | 2024-09-03T22:23:33.562Z | |
2720 | 2024-09-03T22:23:33.562Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2721 | 2024-09-03T22:23:34.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-09-03T22:23:34.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-09-03T22:23:34.453Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2724 | 2024-09-03T22:23:35.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
2725 | 2024-09-03T22:23:35.280Z | |
2726 | 2024-09-03T22:23:35.280Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2727 | 2024-09-03T22:23:36.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-09-03T22:23:36.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-09-03T22:23:36.241Z | Compiling cfg_aliases v0.1.1 |
2730 | 2024-09-03T22:23:36.241Z | Compiling vte_generate_state_changes v0.1.2 |
2731 | 2024-09-03T22:23:36.241Z | Checking fd-lock v4.0.2 |
2732 | 2024-09-03T22:23:36.265Z | Checking bytecount v0.6.8 |
2733 | 2024-09-03T22:23:36.265Z | Compiling tabled_derive v0.7.0 |
2734 | 2024-09-03T22:23:36.289Z | Checking crossterm v0.27.0 |
2735 | 2024-09-03T22:23:36.289Z | Compiling peg-macros v0.8.4 |
2736 | 2024-09-03T22:23:36.289Z | Compiling sqlparser_derive v0.2.2 |
2737 | 2024-09-03T22:23:36.398Z | Compiling nix v0.28.0 |
2738 | 2024-09-03T22:23:36.455Z | Checking papergrid v0.11.0 |
2739 | 2024-09-03T22:23:36.478Z | Checking home v0.5.9 |
2740 | 2024-09-03T22:23:36.626Z | Checking nu-ansi-term v0.50.1 |
2741 | 2024-09-03T22:23:36.895Z | Checking vte v0.11.1 |
2742 | 2024-09-03T22:23:36.991Z | Checking unicode_categories v0.1.1 |
2743 | 2024-09-03T22:23:37.271Z | Checking sqlformat v0.2.4 |
2744 | 2024-09-03T22:23:37.340Z | Checking sqlparser v0.45.0 |
2745 | 2024-09-03T22:23:37.713Z | Checking crossterm v0.28.1 |
2746 | 2024-09-03T22:23:38.035Z | Checking strip-ansi-escapes v0.2.0 |
2747 | 2024-09-03T22:23:38.175Z | Checking reedline v0.33.0 |
2748 | 2024-09-03T22:23:38.480Z | Checking tabled v0.15.0 |
2749 | 2024-09-03T22:23:39.076Z | Checking peg v0.8.4 |
2750 | 2024-09-03T22:23:39.301Z | Checking rustyline v14.0.0 |
2751 | 2024-09-03T22:23:44.948Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2752 | 2024-09-03T22:23:52.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.79s |
2753 | 2024-09-03T22:23:52.236Z | |
2754 | 2024-09-03T22:23:52.236Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2755 | 2024-09-03T22:23:53.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-09-03T22:23:53.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-09-03T22:23:53.168Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2758 | 2024-09-03T22:23:59.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.73s |
2759 | 2024-09-03T22:24:00.137Z | |
2760 | 2024-09-03T22:24:00.137Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2761 | 2024-09-03T22:24:00.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-09-03T22:24:00.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-09-03T22:24:01.069Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2764 | 2024-09-03T22:24:07.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.31s |
2765 | 2024-09-03T22:24:07.611Z | |
2766 | 2024-09-03T22:24:07.611Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2767 | 2024-09-03T22:24:08.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-09-03T22:24:08.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-09-03T22:24:08.526Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2770 | 2024-09-03T22:24:13.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s |
2771 | 2024-09-03T22:24:13.934Z | |
2772 | 2024-09-03T22:24:13.934Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2773 | 2024-09-03T22:24:14.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-09-03T22:24:14.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-09-03T22:24:14.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2024-09-03T22:24:14.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2777 | 2024-09-03T22:24:14.813Z | |
2778 | 2024-09-03T22:24:14.813Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2779 | 2024-09-03T22:24:15.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-09-03T22:24:15.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-09-03T22:24:15.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2024-09-03T22:24:15.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2783 | 2024-09-03T22:24:15.715Z | |
2784 | 2024-09-03T22:24:15.715Z | info: running `cargo check --bins` on installinator-client (112/158) |
2785 | 2024-09-03T22:24:16.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-09-03T22:24:16.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-09-03T22:24:16.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2024-09-03T22:24:16.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2789 | 2024-09-03T22:24:16.657Z | |
2790 | 2024-09-03T22:24:16.657Z | info: running `cargo check --bins` on oxide-client (113/158) |
2791 | 2024-09-03T22:24:17.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-09-03T22:24:17.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-09-03T22:24:17.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-09-03T22:24:17.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2795 | 2024-09-03T22:24:17.530Z | |
2796 | 2024-09-03T22:24:17.530Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2797 | 2024-09-03T22:24:18.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-09-03T22:24:18.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-09-03T22:24:18.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-09-03T22:24:18.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2801 | 2024-09-03T22:24:18.490Z | |
2802 | 2024-09-03T22:24:18.490Z | info: running `cargo check --bins` on wicket-common (115/158) |
2803 | 2024-09-03T22:24:19.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-09-03T22:24:19.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-09-03T22:24:19.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-09-03T22:24:19.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2807 | 2024-09-03T22:24:19.423Z | |
2808 | 2024-09-03T22:24:19.423Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2809 | 2024-09-03T22:24:20.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-09-03T22:24:20.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-09-03T22:24:20.345Z | Checking csv-core v0.1.11 |
2812 | 2024-09-03T22:24:20.369Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2813 | 2024-09-03T22:24:20.647Z | Checking csv v1.3.0 |
2814 | 2024-09-03T22:24:21.371Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2815 | 2024-09-03T22:24:21.821Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2816 | 2024-09-03T22:24:23.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
2817 | 2024-09-03T22:24:23.483Z | |
2818 | 2024-09-03T22:24:23.483Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2819 | 2024-09-03T22:24:24.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2024-09-03T22:24:24.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2024-09-03T22:24:24.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2024-09-03T22:24:24.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2823 | 2024-09-03T22:24:24.355Z | |
2824 | 2024-09-03T22:24:24.355Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2825 | 2024-09-03T22:24:25.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-09-03T22:24:25.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-09-03T22:24:25.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2024-09-03T22:24:25.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2829 | 2024-09-03T22:24:25.228Z | |
2830 | 2024-09-03T22:24:25.228Z | info: running `cargo check --bins` on cert-dev (119/158) |
2831 | 2024-09-03T22:24:25.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2024-09-03T22:24:25.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2024-09-03T22:24:26.085Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2834 | 2024-09-03T22:24:26.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
2835 | 2024-09-03T22:24:26.483Z | |
2836 | 2024-09-03T22:24:26.483Z | info: running `cargo check --bins` on ch-dev (120/158) |
2837 | 2024-09-03T22:24:27.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2024-09-03T22:24:27.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2024-09-03T22:24:27.407Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2840 | 2024-09-03T22:24:28.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
2841 | 2024-09-03T22:24:28.393Z | |
2842 | 2024-09-03T22:24:28.393Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2843 | 2024-09-03T22:24:29.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2024-09-03T22:24:29.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2024-09-03T22:24:29.328Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2846 | 2024-09-03T22:24:29.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2847 | 2024-09-03T22:24:29.796Z | |
2848 | 2024-09-03T22:24:29.796Z | info: running `cargo check --bins` on db-dev (122/158) |
2849 | 2024-09-03T22:24:30.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-09-03T22:24:30.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-09-03T22:24:30.753Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2852 | 2024-09-03T22:24:31.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
2853 | 2024-09-03T22:24:31.750Z | |
2854 | 2024-09-03T22:24:31.750Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2855 | 2024-09-03T22:24:32.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-09-03T22:24:32.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-09-03T22:24:32.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2024-09-03T22:24:32.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2859 | 2024-09-03T22:24:32.654Z | |
2860 | 2024-09-03T22:24:32.654Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2861 | 2024-09-03T22:24:33.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-09-03T22:24:33.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-09-03T22:24:33.492Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2864 | 2024-09-03T22:24:34.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
2865 | 2024-09-03T22:24:34.634Z | |
2866 | 2024-09-03T22:24:34.634Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2867 | 2024-09-03T22:24:35.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-09-03T22:24:35.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-09-03T22:24:35.682Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2870 | 2024-09-03T22:24:36.467Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2871 | 2024-09-03T22:24:37.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
2872 | 2024-09-03T22:24:37.284Z | |
2873 | 2024-09-03T22:24:37.284Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2874 | 2024-09-03T22:24:38.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-09-03T22:24:38.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-09-03T22:24:38.408Z | Compiling crunchy v0.2.2 |
2877 | 2024-09-03T22:24:38.408Z | Compiling glob v0.3.1 |
2878 | 2024-09-03T22:24:38.431Z | Compiling tiny-keccak v2.0.2 |
2879 | 2024-09-03T22:24:38.431Z | Compiling dsl_auto_type v0.1.2 |
2880 | 2024-09-03T22:24:38.431Z | Checking scheduled-thread-pool v0.2.7 |
2881 | 2024-09-03T22:24:38.431Z | Compiling diesel_table_macro_syntax v0.2.0 |
2882 | 2024-09-03T22:24:38.472Z | Compiling ascii-canvas v3.0.0 |
2883 | 2024-09-03T22:24:38.495Z | Compiling ena v0.14.3 |
2884 | 2024-09-03T22:24:38.708Z | Checking r2d2 v0.8.10 |
2885 | 2024-09-03T22:24:38.751Z | Compiling libloading v0.8.5 |
2886 | 2024-09-03T22:24:38.893Z | Compiling diff v0.1.13 |
2887 | 2024-09-03T22:24:38.917Z | Compiling regex-syntax v0.6.29 |
2888 | 2024-09-03T22:24:39.000Z | Compiling bindgen v0.69.4 |
2889 | 2024-09-03T22:24:39.034Z | Compiling which v4.4.2 |
2890 | 2024-09-03T22:24:39.141Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2891 | 2024-09-03T22:24:39.352Z | Compiling clang-sys v1.8.1 |
2892 | 2024-09-03T22:24:39.376Z | Compiling cexpr v0.6.0 |
2893 | 2024-09-03T22:24:39.517Z | Compiling ref-cast v1.0.23 |
2894 | 2024-09-03T22:24:39.598Z | Compiling lazycell v1.3.0 |
2895 | 2024-09-03T22:24:39.662Z | Compiling rustc-hash v1.1.0 |
2896 | 2024-09-03T22:24:39.702Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2897 | 2024-09-03T22:24:39.768Z | Compiling derive_builder_core v0.20.1 |
2898 | 2024-09-03T22:24:39.816Z | Compiling libxml v0.3.3 |
2899 | 2024-09-03T22:24:39.963Z | Compiling diesel_derives v2.2.3 |
2900 | 2024-09-03T22:24:39.986Z | Compiling ref-cast-impl v1.0.23 |
2901 | 2024-09-03T22:24:40.135Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2902 | 2024-09-03T22:24:40.233Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2903 | 2024-09-03T22:24:40.595Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2904 | 2024-09-03T22:24:40.858Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2905 | 2024-09-03T22:24:40.920Z | Compiling strum_macros v0.24.3 |
2906 | 2024-09-03T22:24:41.141Z | Compiling dropshot v0.11.0 |
2907 | 2024-09-03T22:24:41.226Z | Compiling indoc v1.0.9 |
2908 | 2024-09-03T22:24:41.974Z | Compiling lalrpop v0.19.12 |
2909 | 2024-09-03T22:24:42.073Z | Compiling derive_builder_macro v0.20.1 |
2910 | 2024-09-03T22:24:42.859Z | Checking derive_builder v0.20.1 |
2911 | 2024-09-03T22:24:42.994Z | Checking tungstenite v0.23.0 |
2912 | 2024-09-03T22:24:43.017Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2913 | 2024-09-03T22:24:43.077Z | Compiling dropshot_endpoint v0.11.0 |
2914 | 2024-09-03T22:24:43.892Z | Compiling impl-trait-for-tuples v0.2.2 |
2915 | 2024-09-03T22:24:44.033Z | Compiling oso-derive v0.27.3 |
2916 | 2024-09-03T22:24:44.100Z | Checking quick-xml v0.31.0 |
2917 | 2024-09-03T22:24:44.964Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#575e4eca) |
2918 | 2024-09-03T22:24:45.223Z | Checking maplit v1.0.2 |
2919 | 2024-09-03T22:24:45.395Z | Checking tokio-tungstenite v0.23.1 |
2920 | 2024-09-03T22:24:45.863Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2921 | 2024-09-03T22:24:45.887Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2922 | 2024-09-03T22:24:46.165Z | Checking bb8 v0.8.5 |
2923 | 2024-09-03T22:24:46.610Z | Compiling const_format_proc_macros v0.2.32 |
2924 | 2024-09-03T22:24:47.359Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2925 | 2024-09-03T22:24:47.596Z | Checking castaway v0.2.3 |
2926 | 2024-09-03T22:24:47.744Z | Checking compact_str v0.8.0 |
2927 | 2024-09-03T22:24:48.547Z | Checking const_format v0.2.32 |
2928 | 2024-09-03T22:24:48.586Z | Checking unicode-truncate v1.1.0 |
2929 | 2024-09-03T22:24:48.819Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2930 | 2024-09-03T22:24:48.940Z | Checking lru v0.12.4 |
2931 | 2024-09-03T22:24:49.076Z | Compiling instability v0.3.2 |
2932 | 2024-09-03T22:24:49.230Z | Checking cassowary v0.3.0 |
2933 | 2024-09-03T22:24:49.607Z | Checking unicode-linebreak v0.1.5 |
2934 | 2024-09-03T22:24:49.990Z | Checking smawk v0.3.2 |
2935 | 2024-09-03T22:24:50.049Z | Checking ratatui v0.28.1 |
2936 | 2024-09-03T22:24:50.186Z | Checking textwrap v0.16.1 |
2937 | 2024-09-03T22:24:50.210Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#7c886a24) |
2938 | 2024-09-03T22:24:50.247Z | Checking diesel v2.2.4 |
2939 | 2024-09-03T22:24:50.555Z | Checking multimap v0.10.0 |
2940 | 2024-09-03T22:25:08.625Z | Compiling samael v0.0.15 |
2941 | 2024-09-03T22:25:20.994Z | Checking async-bb8-diesel v0.2.1 |
2942 | 2024-09-03T22:25:23.930Z | Compiling polar-core v0.27.3 |
2943 | 2024-09-03T22:25:32.811Z | Checking oso v0.27.3 |
2944 | 2024-09-03T22:26:48.846Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2945 | 2024-09-03T22:26:56.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
2946 | 2024-09-03T22:26:56.327Z | |
2947 | 2024-09-03T22:26:56.327Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2948 | 2024-09-03T22:26:57.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2949 | 2024-09-03T22:26:57.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2950 | 2024-09-03T22:26:57.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2951 | 2024-09-03T22:26:57.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2952 | 2024-09-03T22:26:57.259Z | |
2953 | 2024-09-03T22:26:57.259Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2954 | 2024-09-03T22:26:58.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2955 | 2024-09-03T22:26:58.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2956 | 2024-09-03T22:26:58.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2957 | 2024-09-03T22:26:58.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2958 | 2024-09-03T22:26:58.176Z | |
2959 | 2024-09-03T22:26:58.176Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2960 | 2024-09-03T22:26:58.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2961 | 2024-09-03T22:26:58.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2962 | 2024-09-03T22:26:58.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2963 | 2024-09-03T22:26:58.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2964 | 2024-09-03T22:26:58.989Z | |
2965 | 2024-09-03T22:26:58.989Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2966 | 2024-09-03T22:26:59.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2967 | 2024-09-03T22:26:59.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2968 | 2024-09-03T22:27:00.103Z | Compiling libz-sys v1.1.20 |
2969 | 2024-09-03T22:27:00.126Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2970 | 2024-09-03T22:27:00.150Z | Compiling vergen v8.3.2 |
2971 | 2024-09-03T22:27:00.150Z | Compiling cargo-platform v0.1.8 |
2972 | 2024-09-03T22:27:00.150Z | Compiling pin-project-internal v1.1.5 |
2973 | 2024-09-03T22:27:00.202Z | Compiling snafu-derive v0.8.4 |
2974 | 2024-09-03T22:27:00.202Z | Compiling libsqlite3-sys v0.28.0 |
2975 | 2024-09-03T22:27:00.225Z | Compiling cfg_aliases v0.2.1 |
2976 | 2024-09-03T22:27:00.336Z | Compiling buf-list v1.0.3 |
2977 | 2024-09-03T22:27:00.446Z | Compiling cargo_metadata v0.18.1 |
2978 | 2024-09-03T22:27:00.696Z | Compiling nix v0.29.0 |
2979 | 2024-09-03T22:27:00.719Z | Checking globset v0.4.14 |
2980 | 2024-09-03T22:27:00.989Z | Checking olpc-cjson v0.1.3 |
2981 | 2024-09-03T22:27:01.014Z | Checking rand_seeder v0.3.0 |
2982 | 2024-09-03T22:27:01.160Z | Checking serde_plain v1.0.2 |
2983 | 2024-09-03T22:27:01.193Z | Checking typed-path v0.7.1 |
2984 | 2024-09-03T22:27:01.247Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2985 | 2024-09-03T22:27:01.500Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2986 | 2024-09-03T22:27:01.650Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2987 | 2024-09-03T22:27:01.769Z | Checking hashlink v0.9.1 |
2988 | 2024-09-03T22:27:01.805Z | Checking fallible-iterator v0.3.0 |
2989 | 2024-09-03T22:27:01.909Z | Checking parse-size v1.0.0 |
2990 | 2024-09-03T22:27:02.064Z | Checking fallible-streaming-iterator v0.1.9 |
2991 | 2024-09-03T22:27:02.343Z | Checking rusqlite v0.31.0 |
2992 | 2024-09-03T22:27:02.367Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2993 | 2024-09-03T22:27:02.739Z | Checking pin-project v1.1.5 |
2994 | 2024-09-03T22:27:02.763Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2995 | 2024-09-03T22:27:02.792Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2996 | 2024-09-03T22:27:02.862Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2997 | 2024-09-03T22:27:03.041Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2998 | 2024-09-03T22:27:03.142Z | Checking twox-hash v1.6.3 |
2999 | 2024-09-03T22:27:03.166Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3000 | 2024-09-03T22:27:03.591Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3001 | 2024-09-03T22:27:03.695Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3002 | 2024-09-03T22:27:03.744Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3003 | 2024-09-03T22:27:04.137Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3004 | 2024-09-03T22:27:04.442Z | Checking fatfs v0.3.6 |
3005 | 2024-09-03T22:27:04.712Z | Checking assert_matches v1.5.0 |
3006 | 2024-09-03T22:27:04.986Z | Checking snafu v0.8.4 |
3007 | 2024-09-03T22:27:05.401Z | Checking tough v0.17.1 |
3008 | 2024-09-03T22:27:09.381Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3009 | 2024-09-03T22:27:10.817Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3010 | 2024-09-03T22:27:11.592Z | Compiling git2 v0.19.0 |
3011 | 2024-09-03T22:27:17.518Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3012 | 2024-09-03T22:28:19.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
3013 | 2024-09-03T22:28:19.474Z | |
3014 | 2024-09-03T22:28:19.474Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3015 | 2024-09-03T22:28:20.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2024-09-03T22:28:20.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2024-09-03T22:28:20.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3018 | 2024-09-03T22:28:20.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3019 | 2024-09-03T22:28:20.391Z | |
3020 | 2024-09-03T22:28:20.391Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3021 | 2024-09-03T22:28:21.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2024-09-03T22:28:21.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2024-09-03T22:28:21.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2024-09-03T22:28:21.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3025 | 2024-09-03T22:28:21.245Z | |
3026 | 2024-09-03T22:28:21.245Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3027 | 2024-09-03T22:28:22.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-09-03T22:28:22.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-09-03T22:28:22.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2024-09-03T22:28:22.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3031 | 2024-09-03T22:28:22.123Z | |
3032 | 2024-09-03T22:28:22.123Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3033 | 2024-09-03T22:28:22.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-09-03T22:28:22.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-09-03T22:28:22.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-09-03T22:28:22.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3037 | 2024-09-03T22:28:23.053Z | |
3038 | 2024-09-03T22:28:23.053Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3039 | 2024-09-03T22:28:23.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-09-03T22:28:23.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-09-03T22:28:23.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-09-03T22:28:23.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3043 | 2024-09-03T22:28:23.960Z | |
3044 | 2024-09-03T22:28:23.960Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3045 | 2024-09-03T22:28:24.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-09-03T22:28:24.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-09-03T22:28:24.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-09-03T22:28:24.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3049 | 2024-09-03T22:28:24.865Z | |
3050 | 2024-09-03T22:28:24.865Z | info: running `cargo check --bins` on update-common (137/158) |
3051 | 2024-09-03T22:28:25.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-09-03T22:28:25.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-09-03T22:28:25.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2024-09-03T22:28:25.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3055 | 2024-09-03T22:28:25.738Z | |
3056 | 2024-09-03T22:28:25.738Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3057 | 2024-09-03T22:28:26.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-09-03T22:28:26.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-09-03T22:28:26.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2024-09-03T22:28:26.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3061 | 2024-09-03T22:28:26.647Z | |
3062 | 2024-09-03T22:28:26.647Z | info: running `cargo check --bins` on tufaceous (139/158) |
3063 | 2024-09-03T22:28:27.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-09-03T22:28:27.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-09-03T22:28:27.579Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3066 | 2024-09-03T22:28:28.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3067 | 2024-09-03T22:28:28.784Z | |
3068 | 2024-09-03T22:28:28.784Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3069 | 2024-09-03T22:28:29.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-09-03T22:28:29.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-09-03T22:28:29.959Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3072 | 2024-09-03T22:28:29.959Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3073 | 2024-09-03T22:28:29.983Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3074 | 2024-09-03T22:28:31.669Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3075 | 2024-09-03T22:28:34.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
3076 | 2024-09-03T22:28:34.849Z | |
3077 | 2024-09-03T22:28:34.850Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3078 | 2024-09-03T22:28:35.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-09-03T22:28:35.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-09-03T22:28:35.787Z | Checking is_ci v1.2.0 |
3081 | 2024-09-03T22:28:35.787Z | Checking heck v0.4.1 |
3082 | 2024-09-03T22:28:35.787Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3083 | 2024-09-03T22:28:35.811Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3084 | 2024-09-03T22:28:35.811Z | Checking indent_write v2.2.0 |
3085 | 2024-09-03T22:28:35.946Z | Checking supports-color v3.0.0 |
3086 | 2024-09-03T22:28:36.067Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3087 | 2024-09-03T22:28:37.757Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3088 | 2024-09-03T22:28:38.820Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3089 | 2024-09-03T22:28:40.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
3090 | 2024-09-03T22:28:40.200Z | |
3091 | 2024-09-03T22:28:40.200Z | info: running `cargo check --bins` on installinator-api (142/158) |
3092 | 2024-09-03T22:28:40.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-09-03T22:28:40.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-09-03T22:28:40.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3095 | 2024-09-03T22:28:40.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3096 | 2024-09-03T22:28:41.081Z | |
3097 | 2024-09-03T22:28:41.081Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3098 | 2024-09-03T22:28:41.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-09-03T22:28:41.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-09-03T22:28:41.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3101 | 2024-09-03T22:28:41.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3102 | 2024-09-03T22:28:42.011Z | |
3103 | 2024-09-03T22:28:42.011Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3104 | 2024-09-03T22:28:42.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2024-09-03T22:28:42.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2024-09-03T22:28:43.021Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3107 | 2024-09-03T22:28:44.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
3108 | 2024-09-03T22:28:44.666Z | |
3109 | 2024-09-03T22:28:44.666Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3110 | 2024-09-03T22:28:45.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3111 | 2024-09-03T22:28:45.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3112 | 2024-09-03T22:28:45.571Z | Checking memmap2 v0.9.4 |
3113 | 2024-09-03T22:28:45.571Z | Checking arrayref v0.3.8 |
3114 | 2024-09-03T22:28:45.571Z | Checking arrayvec v0.7.6 |
3115 | 2024-09-03T22:28:45.594Z | Checking untrusted v0.7.1 |
3116 | 2024-09-03T22:28:45.594Z | Checking spin v0.5.2 |
3117 | 2024-09-03T22:28:45.594Z | Checking constant_time_eq v0.3.1 |
3118 | 2024-09-03T22:28:45.594Z | Checking cargo-platform v0.1.8 |
3119 | 2024-09-03T22:28:45.594Z | Checking topological-sort v0.2.2 |
3120 | 2024-09-03T22:28:45.726Z | Checking shell-words v1.1.0 |
3121 | 2024-09-03T22:28:45.867Z | Checking ring v0.16.20 |
3122 | 2024-09-03T22:28:45.946Z | Checking cargo_metadata v0.18.1 |
3123 | 2024-09-03T22:28:45.970Z | Checking blake3 v1.5.4 |
3124 | 2024-09-03T22:28:47.377Z | Checking omicron-zone-package v0.11.0 |
3125 | 2024-09-03T22:28:48.829Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3126 | 2024-09-03T22:28:49.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s |
3127 | 2024-09-03T22:28:50.111Z | |
3128 | 2024-09-03T22:28:50.111Z | info: running `cargo check --bins` on xtask (146/158) |
3129 | 2024-09-03T22:28:50.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2024-09-03T22:28:50.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2024-09-03T22:28:50.817Z | Checking bitflags v2.6.0 |
3132 | 2024-09-03T22:28:50.817Z | Checking serde v1.0.209 |
3133 | 2024-09-03T22:28:50.817Z | Checking thiserror v1.0.63 |
3134 | 2024-09-03T22:28:50.817Z | Checking scroll v0.12.0 |
3135 | 2024-09-03T22:28:50.818Z | Checking log v0.4.22 |
3136 | 2024-09-03T22:28:50.841Z | Checking hashbrown v0.14.5 |
3137 | 2024-09-03T22:28:50.864Z | Checking zerocopy v0.7.35 |
3138 | 2024-09-03T22:28:50.903Z | Checking syn v2.0.77 |
3139 | 2024-09-03T22:28:50.994Z | Checking pest v2.7.11 |
3140 | 2024-09-03T22:28:51.074Z | Checking rustix v0.38.35 |
3141 | 2024-09-03T22:28:51.164Z | Checking once_cell v1.19.0 |
3142 | 2024-09-03T22:28:51.279Z | Checking goblin v0.8.2 |
3143 | 2024-09-03T22:28:51.466Z | Checking fs-err v2.11.0 |
3144 | 2024-09-03T22:28:51.749Z | Checking tabled v0.15.0 |
3145 | 2024-09-03T22:28:51.883Z | Checking indexmap v2.5.0 |
3146 | 2024-09-03T22:28:52.153Z | Checking anyhow v1.0.86 |
3147 | 2024-09-03T22:28:52.756Z | Checking terminal_size v0.3.0 |
3148 | 2024-09-03T22:28:52.756Z | Checking tempfile v3.12.0 |
3149 | 2024-09-03T22:28:52.901Z | Checking clap_builder v4.5.15 |
3150 | 2024-09-03T22:28:53.145Z | Checking dtrace-parser v0.2.0 |
3151 | 2024-09-03T22:28:54.994Z | Checking serde_json v1.0.127 |
3152 | 2024-09-03T22:28:54.994Z | Checking serde_spanned v0.6.7 |
3153 | 2024-09-03T22:28:55.018Z | Checking toml_datetime v0.6.8 |
3154 | 2024-09-03T22:28:55.018Z | Checking camino v1.1.9 |
3155 | 2024-09-03T22:28:55.018Z | Checking semver v1.0.23 |
3156 | 2024-09-03T22:28:55.122Z | Checking cargo-platform v0.1.8 |
3157 | 2024-09-03T22:28:55.217Z | Checking macaddr v1.0.1 |
3158 | 2024-09-03T22:28:55.286Z | Checking toml_edit v0.22.20 |
3159 | 2024-09-03T22:28:55.431Z | Checking clap v4.5.16 |
3160 | 2024-09-03T22:28:55.481Z | Checking camino-tempfile v1.1.1 |
3161 | 2024-09-03T22:28:56.208Z | Checking dof v0.3.0 |
3162 | 2024-09-03T22:28:56.208Z | Checking cargo_metadata v0.18.1 |
3163 | 2024-09-03T22:28:56.744Z | Checking usdt-impl v0.5.0 |
3164 | 2024-09-03T22:28:57.198Z | Checking usdt v0.5.0 |
3165 | 2024-09-03T22:28:57.519Z | Checking toml v0.8.19 |
3166 | 2024-09-03T22:28:58.119Z | Checking cargo_toml v0.20.4 |
3167 | 2024-09-03T22:28:59.656Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3168 | 2024-09-03T22:29:00.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.31s |
3169 | 2024-09-03T22:29:00.527Z | |
3170 | 2024-09-03T22:29:00.527Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3171 | 2024-09-03T22:29:01.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2024-09-03T22:29:01.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2024-09-03T22:29:01.590Z | Checking polyval v0.6.2 |
3174 | 2024-09-03T22:29:01.590Z | Checking rfc6979 v0.4.0 |
3175 | 2024-09-03T22:29:01.621Z | Checking primeorder v0.13.6 |
3176 | 2024-09-03T22:29:01.621Z | Checking ctr v0.9.2 |
3177 | 2024-09-03T22:29:01.669Z | Checking ed25519 v2.2.3 |
3178 | 2024-09-03T22:29:01.692Z | Checking ssh-encoding v0.2.0 |
3179 | 2024-09-03T22:29:01.692Z | Checking blowfish v0.9.1 |
3180 | 2024-09-03T22:29:01.719Z | Checking password-hash v0.4.2 |
3181 | 2024-09-03T22:29:01.777Z | Checking ecdsa v0.16.9 |
3182 | 2024-09-03T22:29:01.868Z | Checking ghash v0.5.1 |
3183 | 2024-09-03T22:29:01.891Z | Checking matches v0.1.10 |
3184 | 2024-09-03T22:29:01.915Z | Checking bcrypt-pbkdf v0.10.0 |
3185 | 2024-09-03T22:29:01.955Z | Checking ed25519-dalek v2.1.1 |
3186 | 2024-09-03T22:29:01.979Z | Compiling enum-as-inner v0.5.1 |
3187 | 2024-09-03T22:29:02.003Z | Checking idna v0.2.3 |
3188 | 2024-09-03T22:29:02.027Z | Checking aes-gcm v0.10.3 |
3189 | 2024-09-03T22:29:02.068Z | Checking russh-cryptovec v0.7.3 |
3190 | 2024-09-03T22:29:02.091Z | Checking pbkdf2 v0.11.0 |
3191 | 2024-09-03T22:29:02.141Z | Checking md5 v0.7.0 |
3192 | 2024-09-03T22:29:02.233Z | Checking ssh-cipher v0.2.0 |
3193 | 2024-09-03T22:29:02.257Z | Checking num-bigint v0.4.6 |
3194 | 2024-09-03T22:29:02.291Z | Checking des v0.8.1 |
3195 | 2024-09-03T22:29:02.339Z | Checking hex-literal v0.4.1 |
3196 | 2024-09-03T22:29:02.384Z | Compiling dhcproto-macros v0.1.0 |
3197 | 2024-09-03T22:29:02.409Z | Checking p256 v0.13.2 |
3198 | 2024-09-03T22:29:02.459Z | Checking p384 v0.13.0 |
3199 | 2024-09-03T22:29:02.489Z | Checking ssh-key v0.6.6 |
3200 | 2024-09-03T22:29:02.536Z | Checking p521 v0.13.3 |
3201 | 2024-09-03T22:29:02.667Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3202 | 2024-09-03T22:29:02.791Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3203 | 2024-09-03T22:29:02.847Z | Checking trust-dns-proto v0.22.0 |
3204 | 2024-09-03T22:29:03.108Z | Checking internet-checksum v0.2.1 |
3205 | 2024-09-03T22:29:03.885Z | Checking russh-keys v0.45.0 |
3206 | 2024-09-03T22:29:05.005Z | Checking russh v0.45.0 |
3207 | 2024-09-03T22:29:05.861Z | Checking dhcproto v0.12.0 |
3208 | 2024-09-03T22:29:26.491Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3209 | 2024-09-03T22:29:28.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.63s |
3210 | 2024-09-03T22:29:28.593Z | |
3211 | 2024-09-03T22:29:28.593Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3212 | 2024-09-03T22:29:29.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2024-09-03T22:29:29.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2024-09-03T22:29:29.232Z | Checking termios v0.3.3 |
3215 | 2024-09-03T22:29:29.412Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3216 | 2024-09-03T22:29:30.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3217 | 2024-09-03T22:29:30.527Z | |
3218 | 2024-09-03T22:29:30.527Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3219 | 2024-09-03T22:29:31.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2024-09-03T22:29:31.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2024-09-03T22:29:31.474Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3222 | 2024-09-03T22:29:33.927Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3223 | 2024-09-03T22:29:36.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
3224 | 2024-09-03T22:29:36.313Z | |
3225 | 2024-09-03T22:29:36.313Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3226 | 2024-09-03T22:29:37.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2024-09-03T22:29:37.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2024-09-03T22:29:37.188Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3229 | 2024-09-03T22:29:37.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
3230 | 2024-09-03T22:29:37.793Z | |
3231 | 2024-09-03T22:29:37.793Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3232 | 2024-09-03T22:29:38.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2024-09-03T22:29:38.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2024-09-03T22:29:38.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2024-09-03T22:29:38.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3236 | 2024-09-03T22:29:38.632Z | |
3237 | 2024-09-03T22:29:38.632Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3238 | 2024-09-03T22:29:39.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-09-03T22:29:39.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-09-03T22:29:39.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2024-09-03T22:29:39.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3242 | 2024-09-03T22:29:39.458Z | |
3243 | 2024-09-03T22:29:39.458Z | info: running `cargo check --bins` on omicron-package (153/158) |
3244 | 2024-09-03T22:29:40.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2024-09-03T22:29:40.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2024-09-03T22:29:40.368Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3247 | 2024-09-03T22:29:41.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s |
3248 | 2024-09-03T22:29:41.969Z | |
3249 | 2024-09-03T22:29:41.969Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3250 | 2024-09-03T22:29:42.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2024-09-03T22:29:42.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2024-09-03T22:29:42.930Z | Checking rtoolbox v0.0.2 |
3253 | 2024-09-03T22:29:42.930Z | Checking tui-tree-widget v0.22.0 |
3254 | 2024-09-03T22:29:42.958Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3255 | 2024-09-03T22:29:43.117Z | Checking rpassword v7.3.1 |
3256 | 2024-09-03T22:29:47.997Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3257 | 2024-09-03T22:29:52.569Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3258 | 2024-09-03T22:29:53.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.04s |
3259 | 2024-09-03T22:29:53.182Z | |
3260 | 2024-09-03T22:29:53.182Z | info: running `cargo check --bins` on wicket (155/158) |
3261 | 2024-09-03T22:29:54.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2024-09-03T22:29:54.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2024-09-03T22:29:54.164Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3264 | 2024-09-03T22:29:54.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3265 | 2024-09-03T22:29:54.711Z | |
3266 | 2024-09-03T22:29:54.711Z | info: running `cargo check --bins` on wicketd (156/158) |
3267 | 2024-09-03T22:29:55.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2024-09-03T22:29:55.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2024-09-03T22:29:55.667Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3270 | 2024-09-03T22:30:00.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
3271 | 2024-09-03T22:30:00.434Z | |
3272 | 2024-09-03T22:30:00.434Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3273 | 2024-09-03T22:30:01.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3274 | 2024-09-03T22:30:01.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3275 | 2024-09-03T22:30:01.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3276 | 2024-09-03T22:30:01.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3277 | 2024-09-03T22:30:01.270Z | |
3278 | 2024-09-03T22:30:01.270Z | info: running `cargo check --bins` on zone-setup (158/158) |
3279 | 2024-09-03T22:30:02.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2024-09-03T22:30:02.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2024-09-03T22:30:02.247Z | Checking uzers v0.11.3 |
3282 | 2024-09-03T22:30:02.566Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3283 | 2024-09-03T22:30:03.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
3284 | 2024-09-03T22:30:04.034Z | |
3285 | 2024-09-03T22:30:04.034Z | real 13:09.153302295 |
3286 | 2024-09-03T22:30:04.034Z | user 23:59.329716086 |
3287 | 2024-09-03T22:30:04.034Z | sys 5:37.839570167 |
3288 | 2024-09-03T22:30:04.034Z | trap 0.642193883 |
3289 | 2024-09-03T22:30:04.034Z | tflt 1.667894897 |
3290 | 2024-09-03T22:30:04.034Z | dflt 2.836801747 |
3291 | 2024-09-03T22:30:04.034Z | kflt 0.001033057 |
3292 | 2024-09-03T22:30:04.034Z | lock 43:40.398563604 |
3293 | 2024-09-03T22:30:04.034Z | slp 2:04:26.580164765 |
3294 | 2024-09-03T22:30:04.035Z | lat 1:02.488739999 |
3295 | 2024-09-03T22:30:04.035Z | stop 2:46.175711589 |
3296 | 2024-09-03T22:30:04.059Z | process exited: duration 1029997 ms, exit code 0 |
|
3297 | 2024-09-03T22:30:04.110Z | found 0 output files |