|
|
|
1 | 2024-11-22T01:28:59.435Z | job assigned to worker 01JD8QQVDCR47TQW89Y6CE3XD8 [factory aws, i-03bd29504ae5f56db] (queued for 47 s) |
|
2 | 2024-11-22T01:29:07.501Z | starting task 0: "setup" |
3 | 2024-11-22T01:29:07.510Z | ++ uname -s |
4 | 2024-11-22T01:29:07.515Z | + kern=SunOS |
5 | 2024-11-22T01:29:07.515Z | + case "$kern" in |
6 | 2024-11-22T01:29:07.515Z | + groupadd -g 12345 build |
7 | 2024-11-22T01:29:07.518Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-22T01:29:09.607Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-22T01:29:09.617Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-22T01:29:09.619Z | + home_fs=zfs |
11 | 2024-11-22T01:29:09.619Z | + [[ zfs == autofs ]] |
12 | 2024-11-22T01:29:09.619Z | + mkdir -p /home/build |
13 | 2024-11-22T01:29:09.622Z | + chown build:build /home/build /work |
14 | 2024-11-22T01:29:11.623Z | + chmod 0700 /home/build /work |
15 | 2024-11-22T01:29:11.626Z | process exited: duration 4125 ms, exit code 0 |
|
16 | 2024-11-22T01:29:11.630Z | starting task 1: "rust-toolchain" |
17 | 2024-11-22T01:29:11.636Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-22T01:29:11.636Z | ' 1.81.0 |
19 | 2024-11-22T01:29:11.636Z | * toolchain channel = "1.81.0" |
20 | 2024-11-22T01:29:11.636Z | * toolchain profile = "default" |
21 | 2024-11-22T01:29:11.638Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-22T01:29:11.638Z | ' default |
23 | 2024-11-22T01:29:11.638Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-22T01:29:11.639Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-22T01:29:11.751Z | info: downloading installer |
26 | 2024-11-22T01:29:13.147Z | info: profile set to 'default' |
27 | 2024-11-22T01:29:13.147Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-22T01:29:13.150Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-22T01:29:13.288Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-22T01:29:13.288Z | info: downloading component 'cargo' |
31 | 2024-11-22T01:29:13.991Z | info: downloading component 'clippy' |
32 | 2024-11-22T01:29:14.252Z | info: downloading component 'rust-docs' |
33 | 2024-11-22T01:29:15.244Z | info: downloading component 'rust-std' |
34 | 2024-11-22T01:29:16.771Z | info: downloading component 'rustc' |
35 | 2024-11-22T01:29:22.231Z | info: downloading component 'rustfmt' |
36 | 2024-11-22T01:29:22.436Z | info: installing component 'cargo' |
37 | 2024-11-22T01:29:23.233Z | info: installing component 'clippy' |
38 | 2024-11-22T01:29:23.590Z | info: installing component 'rust-docs' |
39 | 2024-11-22T01:29:25.184Z | info: installing component 'rust-std' |
40 | 2024-11-22T01:29:26.899Z | info: installing component 'rustc' |
41 | 2024-11-22T01:29:32.547Z | info: installing component 'rustfmt' |
42 | 2024-11-22T01:29:32.868Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-22T01:29:32.868Z | |
44 | 2024-11-22T01:29:33.234Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-22T01:29:33.234Z | |
46 | 2024-11-22T01:29:33.237Z | |
47 | 2024-11-22T01:29:33.237Z | Rust is installed now. Great! |
48 | 2024-11-22T01:29:33.237Z | |
49 | 2024-11-22T01:29:33.237Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-22T01:29:33.237Z | environment variable. This has not been done automatically. |
51 | 2024-11-22T01:29:33.237Z | |
52 | 2024-11-22T01:29:33.237Z | To configure your current shell, you need to source |
53 | 2024-11-22T01:29:33.237Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-22T01:29:33.237Z | |
55 | 2024-11-22T01:29:33.237Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-22T01:29:33.237Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-22T01:29:33.237Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-22T01:29:33.309Z | + rustc --version |
59 | 2024-11-22T01:29:33.373Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-22T01:29:33.376Z | process exited: duration 21742 ms, exit code 0 |
|
61 | 2024-11-22T01:29:33.381Z | starting task 2: "authentication" |
62 | 2024-11-22T01:29:33.401Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-22T01:29:33.409Z | starting task 3: "clone repository" |
64 | 2024-11-22T01:29:33.411Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-22T01:29:33.414Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-22T01:29:33.530Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-22T01:29:39.181Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-22T01:29:39.184Z | + git fetch origin 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 |
69 | 2024-11-22T01:29:39.474Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-22T01:29:39.474Z | * branch 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 -> FETCH_HEAD |
71 | 2024-11-22T01:29:39.484Z | + [[ -n support-bundle-storage-api ]] |
72 | 2024-11-22T01:29:39.487Z | ++ git branch --show-current |
73 | 2024-11-22T01:29:39.490Z | + current=main |
74 | 2024-11-22T01:29:39.490Z | + [[ main != support-bundle-storage-api ]] |
75 | 2024-11-22T01:29:39.490Z | + git branch -f support-bundle-storage-api 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 |
76 | 2024-11-22T01:29:39.494Z | + git checkout -f support-bundle-storage-api |
77 | 2024-11-22T01:29:39.672Z | Switched to branch 'support-bundle-storage-api' |
78 | 2024-11-22T01:29:39.675Z | + git reset --hard 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 |
79 | 2024-11-22T01:29:39.690Z | HEAD is now at 37f0900d4 clippy |
80 | 2024-11-22T01:29:39.693Z | process exited: duration 6283 ms, exit code 0 |
|
81 | 2024-11-22T01:29:39.699Z | starting task 4: "build" |
82 | 2024-11-22T01:29:39.704Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-22T01:29:39.704Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-22T01:29:39.707Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-22T01:29:39.707Z | + cargo --version |
86 | 2024-11-22T01:29:39.762Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-22T01:29:39.764Z | + rustc --version |
88 | 2024-11-22T01:29:39.825Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-22T01:29:39.828Z | + source ./env.sh |
90 | 2024-11-22T01:29:39.829Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-22T01:29:39.829Z | ++ set -o xtrace |
92 | 2024-11-22T01:29:39.831Z | ++++ dirname ./env.sh |
93 | 2024-11-22T01:29:39.831Z | +++ readlink -f . |
94 | 2024-11-22T01:29:39.834Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-22T01:29:39.837Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-22T01:29:39.837Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-22T01:29:39.837Z | ++ 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 |
98 | 2024-11-22T01:29:39.837Z | ++ 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 |
99 | 2024-11-22T01:29:39.837Z | ++ 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 |
100 | 2024-11-22T01:29:39.837Z | ++ 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 |
101 | 2024-11-22T01:29:39.837Z | ++ 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 |
102 | 2024-11-22T01:29:39.838Z | ++ 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 |
103 | 2024-11-22T01:29:39.838Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-22T01:29:39.838Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-22T01:29:39.838Z | + 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 |
106 | 2024-11-22T01:29:39.838Z | + 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 |
107 | 2024-11-22T01:29:39.838Z | + banner prerequisites |
108 | 2024-11-22T01:29:39.838Z | |
109 | 2024-11-22T01:29:39.838Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-22T01:29:39.838Z | # # # # # # # # # # # # # # # |
111 | 2024-11-22T01:29:39.838Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-22T01:29:39.838Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-22T01:29:39.838Z | # # # # # # # # # # # # # # # |
114 | 2024-11-22T01:29:39.838Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-22T01:29:39.838Z | |
116 | 2024-11-22T01:29:39.838Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-22T01:29:46.974Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-22T01:29:50.787Z | Startup: Caching catalogs ... Done |
119 | 2024-11-22T01:29:59.666Z | Planning: Solver setup ... Done (8.120s) |
120 | 2024-11-22T01:29:59.776Z | Planning: Running solver ... Done (0.110s) |
121 | 2024-11-22T01:29:59.907Z | Planning: Finding local manifests ... Done (0.042s) |
122 | 2024-11-22T01:29:59.921Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-22T01:30:01.010Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-22T01:30:01.194Z | Planning: Package planning ... Done (0.181s) |
125 | 2024-11-22T01:30:01.246Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-22T01:30:01.745Z | Planning: Checking for conflicting actions ... Done (0.507s) |
127 | 2024-11-22T01:30:06.751Z | Planning: Consolidating action changes ... Done (5.004s) |
128 | 2024-11-22T01:30:07.177Z | Planning: Evaluating mediators ... Done (0.426s) |
129 | 2024-11-22T01:30:07.258Z | Planning: Planning completed in 16.38 seconds |
130 | 2024-11-22T01:30:07.274Z | Packages to install: 4 |
131 | 2024-11-22T01:30:07.277Z | Packages to update: 1 |
132 | 2024-11-22T01:30:07.277Z | Mediators to change: 2 |
133 | 2024-11-22T01:30:07.277Z | Services to change: 1 |
134 | 2024-11-22T01:30:07.277Z | Estimated space available: 155.64 GB |
135 | 2024-11-22T01:30:07.277Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-22T01:30:07.277Z | Create boot environment: No |
137 | 2024-11-22T01:30:07.277Z | Create backup boot environment: Yes |
138 | 2024-11-22T01:30:07.277Z | Rebuild boot archive: No |
139 | 2024-11-22T01:30:07.277Z | |
140 | 2024-11-22T01:30:07.277Z | Changed mediators: |
141 | 2024-11-22T01:30:07.277Z | mediator clang: |
142 | 2024-11-22T01:30:07.278Z | version: None -> 15 (system default) |
143 | 2024-11-22T01:30:07.278Z | |
144 | 2024-11-22T01:30:07.278Z | mediator llvm: |
145 | 2024-11-22T01:30:07.278Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-22T01:30:07.278Z | |
147 | 2024-11-22T01:30:07.278Z | Changed packages: |
148 | 2024-11-22T01:30:07.278Z | helios-dev |
149 | 2024-11-22T01:30:07.278Z | developer/build-essential |
150 | 2024-11-22T01:30:07.278Z | None -> 11-2.0 |
151 | 2024-11-22T01:30:07.278Z | library/libxmlsec1 |
152 | 2024-11-22T01:30:07.278Z | None -> 1.2.35-2.0 |
153 | 2024-11-22T01:30:07.278Z | ooce/developer/clang-15 |
154 | 2024-11-22T01:30:07.278Z | None -> 15.0.7-2.0 |
155 | 2024-11-22T01:30:07.278Z | ooce/developer/llvm-15 |
156 | 2024-11-22T01:30:07.278Z | None -> 15.0.7-2.0 |
157 | 2024-11-22T01:30:07.278Z | package/pkg |
158 | 2024-11-22T01:30:07.278Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-22T01:30:07.278Z | |
160 | 2024-11-22T01:30:07.278Z | Services: |
161 | 2024-11-22T01:30:07.278Z | restart_fmri: |
162 | 2024-11-22T01:30:07.278Z | svc:/system/update-man-index:default |
163 | 2024-11-22T01:30:07.278Z | |
164 | 2024-11-22T01:30:07.278Z | Editable files to change: |
165 | 2024-11-22T01:30:07.278Z | Update: |
166 | 2024-11-22T01:30:07.278Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-22T01:30:07.422Z | |
168 | 2024-11-22T01:30:07.422Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-22T01:30:12.627Z | Download: 1194/4281 items 66.0/220.6MB 29% complete (13.5M/s) |
170 | 2024-11-22T01:30:17.633Z | Download: 2043/4281 items 118.1/220.6MB 53% complete (11.8M/s) |
171 | 2024-11-22T01:30:26.761Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.6M/s) |
172 | 2024-11-22T01:30:31.937Z | Download: 3143/4281 items 159.4/220.6MB 72% complete (8.1M/s) |
173 | 2024-11-22T01:30:38.997Z | Download: 3247/4281 items 203.0/220.6MB 92% complete (11.8M/s) |
174 | 2024-11-22T01:30:52.881Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
175 | 2024-11-22T01:30:59.190Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (3.5M/s) |
176 | 2024-11-22T01:31:02.654Z | Download: Completed 220.60 MB in 55.22 seconds (4.0M/s) |
177 | 2024-11-22T01:31:04.628Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-11-22T01:31:04.649Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-11-22T01:31:09.302Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-11-22T01:31:09.617Z | Actions: Completed 5063 actions in 4.99 seconds. |
181 | 2024-11-22T01:31:09.836Z | Done (0.209s) |
182 | 2024-11-22T01:31:09.839Z | Done (0.000s) |
183 | 2024-11-22T01:31:10.382Z | Done (0.524s) |
184 | 2024-11-22T01:31:15.324Z | Done (4.753s) |
185 | 2024-11-22T01:31:15.491Z | Done (0.096s) |
186 | 2024-11-22T01:31:15.494Z | Done (0.000s) |
187 | 2024-11-22T01:31:15.644Z | Done (0.000s) |
188 | 2024-11-22T01:31:16.313Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-11-22T01:31:16.472Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-11-22T01:31:16.475Z | Planning: Consolidating action changes ... Done |
191 | 2024-11-22T01:31:16.741Z | Planning: Evaluating mediators ... Done |
192 | 2024-11-22T01:31:16.743Z | Planning: Planning completed in 0.43 seconds |
193 | 2024-11-22T01:31:16.782Z | Mediators to change: 2 |
194 | 2024-11-22T01:31:16.782Z | Create boot environment: No |
195 | 2024-11-22T01:31:16.784Z | Create backup boot environment: No |
196 | 2024-11-22T01:31:16.860Z | Done |
197 | 2024-11-22T01:31:16.860Z | Done |
198 | 2024-11-22T01:31:17.195Z | Done |
199 | 2024-11-22T01:31:20.943Z | Done |
200 | 2024-11-22T01:31:21.034Z | Done |
201 | 2024-11-22T01:31:21.036Z | Done |
202 | 2024-11-22T01:31:21.146Z | Done |
203 | 2024-11-22T01:31:21.758Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-11-22T01:31:21.761Z | Planning: Merging actions ... Done |
205 | 2024-11-22T01:31:21.946Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-11-22T01:31:21.948Z | Planning: Consolidating action changes ... Done |
207 | 2024-11-22T01:31:22.215Z | Planning: Evaluating mediators ... Done |
208 | 2024-11-22T01:31:22.273Z | Planning: Planning completed in 0.76 seconds |
209 | 2024-11-22T01:31:22.311Z | Packages to change: 1 |
210 | 2024-11-22T01:31:22.311Z | Mediators to change: 1 |
211 | 2024-11-22T01:31:22.314Z | Services to change: 1 |
212 | 2024-11-22T01:31:22.314Z | Create boot environment: No |
213 | 2024-11-22T01:31:22.314Z | Create backup boot environment: Yes |
214 | 2024-11-22T01:31:24.498Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-11-22T01:31:24.501Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-11-22T01:31:24.501Z | Done |
217 | 2024-11-22T01:31:24.501Z | Done |
218 | 2024-11-22T01:31:24.609Z | Done |
219 | 2024-11-22T01:31:28.239Z | Done |
220 | 2024-11-22T01:31:28.330Z | Done |
221 | 2024-11-22T01:31:28.332Z | Done |
222 | 2024-11-22T01:31:28.450Z | Done |
223 | 2024-11-22T01:31:28.892Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-11-22T01:31:28.892Z | clang system 15 system |
225 | 2024-11-22T01:31:28.892Z | csh system system illumos |
226 | 2024-11-22T01:31:28.892Z | ctags system system illumos |
227 | 2024-11-22T01:31:28.892Z | gcc vendor 12 vendor |
228 | 2024-11-22T01:31:28.892Z | gcc system 10 system |
229 | 2024-11-22T01:31:28.892Z | gcc system 7 system |
230 | 2024-11-22T01:31:28.893Z | go system 1.20 system |
231 | 2024-11-22T01:31:28.893Z | go system 1.19 system |
232 | 2024-11-22T01:31:28.893Z | llvm system 15 system |
233 | 2024-11-22T01:31:28.893Z | llvm system 14 system |
234 | 2024-11-22T01:31:28.893Z | mariadb system 10.6 system |
235 | 2024-11-22T01:31:28.893Z | mta vendor vendor dma |
236 | 2024-11-22T01:31:28.893Z | openjdk system 17 system |
237 | 2024-11-22T01:31:28.893Z | openjdk system 11 system |
238 | 2024-11-22T01:31:28.893Z | openjdk system 1.8 system |
239 | 2024-11-22T01:31:28.893Z | openssl vendor 3 vendor |
240 | 2024-11-22T01:31:28.893Z | perl system 5.36 system |
241 | 2024-11-22T01:31:28.893Z | postgresql system 15 system |
242 | 2024-11-22T01:31:28.893Z | postgresql system 13 system |
243 | 2024-11-22T01:31:28.893Z | python vendor 3 vendor |
244 | 2024-11-22T01:31:28.893Z | python system 2 system |
245 | 2024-11-22T01:31:28.894Z | python3 system 3.11 system |
246 | 2024-11-22T01:31:28.894Z | ruby system 3.0 system |
247 | 2024-11-22T01:31:28.894Z | words vendor vendor american-english |
248 | 2024-11-22T01:31:28.894Z | words system system australian-english |
249 | 2024-11-22T01:31:28.894Z | words system system british-english |
250 | 2024-11-22T01:31:28.894Z | words system system canadian-english |
251 | 2024-11-22T01:31:28.894Z | words system system french |
252 | 2024-11-22T01:31:28.894Z | words system system italian |
253 | 2024-11-22T01:31:28.894Z | words system system ngerman |
254 | 2024-11-22T01:31:28.894Z | words system system ogerman |
255 | 2024-11-22T01:31:28.894Z | words system system spanish |
256 | 2024-11-22T01:31:29.221Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-11-22T01:31:29.221Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-11-22T01:31:31.792Z | FMRI IFO |
259 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-11-22T01:31:31.792Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-11-22T01:31:32.529Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-11-22T01:31:32.847Z | Updating crates.io index |
276 | 2024-11-22T01:31:32.927Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-11-22T01:31:33.768Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-11-22T01:31:34.018Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-11-22T01:31:34.242Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-11-22T01:31:34.477Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-11-22T01:31:35.596Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-11-22T01:31:37.808Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-11-22T01:31:38.880Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-11-22T01:31:39.696Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-11-22T01:31:39.961Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-11-22T01:31:40.276Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-11-22T01:31:40.858Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-11-22T01:31:41.170Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-11-22T01:31:41.486Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-11-22T01:31:41.731Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-11-22T01:31:41.997Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-11-22T01:31:42.220Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-11-22T01:31:42.506Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-11-22T01:31:42.796Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-11-22T01:31:43.184Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-11-22T01:31:43.455Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-11-22T01:31:43.992Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-11-22T01:31:44.279Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
299 | 2024-11-22T01:31:44.895Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-11-22T01:31:45.248Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-11-22T01:31:45.673Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
302 | 2024-11-22T01:31:45.944Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-11-22T01:31:46.223Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-11-22T01:31:46.486Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-11-22T01:31:47.875Z | Downloading crates ... |
306 | 2024-11-22T01:31:47.971Z | Downloaded autocfg v1.4.0 |
307 | 2024-11-22T01:31:47.979Z | Downloaded anstyle-parse v0.2.5 |
308 | 2024-11-22T01:31:47.981Z | Downloaded anstyle v1.0.10 |
309 | 2024-11-22T01:31:47.989Z | Downloaded anyhow v1.0.93 |
310 | 2024-11-22T01:31:47.994Z | Downloaded anstyle-query v1.1.1 |
311 | 2024-11-22T01:31:47.997Z | Downloaded anstream v0.6.15 |
312 | 2024-11-22T01:31:48.028Z | Downloaded bytecount v0.6.8 |
313 | 2024-11-22T01:31:48.030Z | Downloaded byteorder v1.5.0 |
314 | 2024-11-22T01:31:48.033Z | Downloaded cpufeatures v0.2.14 |
315 | 2024-11-22T01:31:48.033Z | Downloaded crypto-common v0.1.6 |
316 | 2024-11-22T01:31:48.035Z | Downloaded clap_derive v4.5.18 |
317 | 2024-11-22T01:31:48.040Z | Downloaded equivalent v1.0.1 |
318 | 2024-11-22T01:31:48.042Z | Downloaded dtrace-parser v0.2.0 |
319 | 2024-11-22T01:31:48.045Z | Downloaded digest v0.10.7 |
320 | 2024-11-22T01:31:48.047Z | Downloaded cfg-if v1.0.0 |
321 | 2024-11-22T01:31:48.049Z | Downloaded fnv v1.0.7 |
322 | 2024-11-22T01:31:48.049Z | Downloaded cargo-platform v0.1.8 |
323 | 2024-11-22T01:31:48.054Z | Downloaded colorchoice v1.0.2 |
324 | 2024-11-22T01:31:48.054Z | Downloaded clap_lex v0.7.2 |
325 | 2024-11-22T01:31:48.057Z | Downloaded errno v0.3.9 |
326 | 2024-11-22T01:31:48.057Z | Downloaded dof v0.3.0 |
327 | 2024-11-22T01:31:48.057Z | Downloaded clap v4.5.21 |
328 | 2024-11-22T01:31:48.064Z | Downloaded cargo_toml v0.20.5 |
329 | 2024-11-22T01:31:48.067Z | Downloaded camino v1.1.9 |
330 | 2024-11-22T01:31:48.069Z | Downloaded goblin v0.8.2 |
331 | 2024-11-22T01:31:48.073Z | Downloaded fastrand v2.1.1 |
332 | 2024-11-22T01:31:48.075Z | Downloaded cargo_metadata v0.18.1 |
333 | 2024-11-22T01:31:48.078Z | Downloaded memchr v2.7.4 |
334 | 2024-11-22T01:31:48.081Z | Downloaded camino-tempfile v1.1.1 |
335 | 2024-11-22T01:31:48.088Z | Downloaded pretty-hex v0.4.1 |
336 | 2024-11-22T01:31:48.092Z | Downloaded scroll_derive v0.12.0 |
337 | 2024-11-22T01:31:48.101Z | Downloaded swrite v0.1.0 |
338 | 2024-11-22T01:31:48.103Z | Downloaded usdt-macro v0.5.0 |
339 | 2024-11-22T01:31:48.104Z | Downloaded usdt-attr-macro v0.5.0 |
340 | 2024-11-22T01:31:48.115Z | Downloaded heck v0.5.0 |
341 | 2024-11-22T01:31:48.117Z | Downloaded macaddr v1.0.1 |
342 | 2024-11-22T01:31:48.117Z | Downloaded is_terminal_polyfill v1.70.1 |
343 | 2024-11-22T01:31:48.119Z | Downloaded fs-err v2.11.0 |
344 | 2024-11-22T01:31:48.122Z | Downloaded heck v0.4.1 |
345 | 2024-11-22T01:31:48.122Z | Downloaded pest_generator v2.7.14 |
346 | 2024-11-22T01:31:48.122Z | Downloaded itoa v1.0.11 |
347 | 2024-11-22T01:31:48.125Z | Downloaded block-buffer v0.10.4 |
348 | 2024-11-22T01:31:48.125Z | Downloaded scroll v0.12.0 |
349 | 2024-11-22T01:31:48.128Z | Downloaded generic-array v0.14.7 |
350 | 2024-11-22T01:31:48.131Z | Downloaded memmap v0.7.0 |
351 | 2024-11-22T01:31:48.133Z | Downloaded proc-macro-error-attr v1.0.4 |
352 | 2024-11-22T01:31:48.133Z | Downloaded serde_spanned v0.6.8 |
353 | 2024-11-22T01:31:48.135Z | Downloaded plain v0.2.3 |
354 | 2024-11-22T01:31:48.138Z | Downloaded toml_datetime v0.6.8 |
355 | 2024-11-22T01:31:48.138Z | Downloaded serde_tokenstream v0.2.2 |
356 | 2024-11-22T01:31:48.145Z | Downloaded thread-id v4.2.2 |
357 | 2024-11-22T01:31:48.147Z | Downloaded version_check v0.9.5 |
358 | 2024-11-22T01:31:48.147Z | Downloaded strsim v0.11.1 |
359 | 2024-11-22T01:31:48.151Z | Downloaded terminal_size v0.4.0 |
360 | 2024-11-22T01:31:48.151Z | Downloaded thiserror-impl v1.0.69 |
361 | 2024-11-22T01:31:48.154Z | Downloaded usdt v0.5.0 |
362 | 2024-11-22T01:31:48.154Z | Downloaded tabled_derive v0.7.0 |
363 | 2024-11-22T01:31:48.154Z | Downloaded unicode-linebreak v0.1.5 |
364 | 2024-11-22T01:31:48.156Z | Downloaded smawk v0.3.2 |
365 | 2024-11-22T01:31:48.159Z | Downloaded utf8parse v0.2.2 |
366 | 2024-11-22T01:31:48.162Z | Downloaded proc-macro-error v1.0.4 |
367 | 2024-11-22T01:31:48.165Z | Downloaded pest_derive v2.7.14 |
368 | 2024-11-22T01:31:48.168Z | Downloaded semver v1.0.23 |
369 | 2024-11-22T01:31:48.170Z | Downloaded quote v1.0.37 |
370 | 2024-11-22T01:31:48.180Z | Downloaded thiserror v1.0.69 |
371 | 2024-11-22T01:31:48.185Z | Downloaded zerocopy-derive v0.7.35 |
372 | 2024-11-22T01:31:48.189Z | Downloaded tempfile v3.13.0 |
373 | 2024-11-22T01:31:48.197Z | Downloaded once_cell v1.20.2 |
374 | 2024-11-22T01:31:48.199Z | Downloaded ryu v1.0.18 |
375 | 2024-11-22T01:31:48.202Z | Downloaded bitflags v2.6.0 |
376 | 2024-11-22T01:31:48.207Z | Downloaded sha2 v0.10.8 |
377 | 2024-11-22T01:31:48.209Z | Downloaded proc-macro2 v1.0.89 |
378 | 2024-11-22T01:31:48.211Z | Downloaded log v0.4.22 |
379 | 2024-11-22T01:31:48.215Z | Downloaded usdt-impl v0.5.0 |
380 | 2024-11-22T01:31:48.218Z | Downloaded textwrap v0.16.1 |
381 | 2024-11-22T01:31:48.220Z | Downloaded unicode-ident v1.0.13 |
382 | 2024-11-22T01:31:48.223Z | Downloaded ucd-trie v0.1.7 |
383 | 2024-11-22T01:31:48.223Z | Downloaded pest_meta v2.7.14 |
384 | 2024-11-22T01:31:48.226Z | Downloaded papergrid v0.11.0 |
385 | 2024-11-22T01:31:48.229Z | Downloaded typenum v1.17.0 |
386 | 2024-11-22T01:31:48.232Z | Downloaded serde_derive v1.0.215 |
387 | 2024-11-22T01:31:48.234Z | Downloaded toml v0.8.19 |
388 | 2024-11-22T01:31:48.241Z | Downloaded indexmap v2.6.0 |
389 | 2024-11-22T01:31:48.259Z | Downloaded serde v1.0.215 |
390 | 2024-11-22T01:31:48.274Z | Downloaded toml_edit v0.22.22 |
391 | 2024-11-22T01:31:48.304Z | Downloaded pest v2.7.14 |
392 | 2024-11-22T01:31:48.309Z | Downloaded hashbrown v0.15.0 |
393 | 2024-11-22T01:31:48.313Z | Downloaded serde_json v1.0.132 |
394 | 2024-11-22T01:31:48.320Z | Downloaded zerocopy v0.7.35 |
395 | 2024-11-22T01:31:48.335Z | Downloaded winnow v0.6.20 |
396 | 2024-11-22T01:31:48.343Z | Downloaded clap_builder v4.5.21 |
397 | 2024-11-22T01:31:48.357Z | Downloaded tabled v0.15.0 |
398 | 2024-11-22T01:31:48.380Z | Downloaded syn v1.0.109 |
399 | 2024-11-22T01:31:48.399Z | Downloaded unicode-width v0.1.14 |
400 | 2024-11-22T01:31:48.404Z | Downloaded syn v2.0.87 |
401 | 2024-11-22T01:31:48.415Z | Downloaded rustix v0.38.37 |
402 | 2024-11-22T01:31:48.448Z | Downloaded libc v0.2.162 |
403 | 2024-11-22T01:31:48.765Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-11-22T01:31:48.765Z | Compiling unicode-ident v1.0.13 |
405 | 2024-11-22T01:31:48.768Z | Compiling serde v1.0.215 |
406 | 2024-11-22T01:31:48.768Z | Compiling version_check v0.9.5 |
407 | 2024-11-22T01:31:48.768Z | Compiling thiserror v1.0.69 |
408 | 2024-11-22T01:31:48.768Z | Compiling memchr v2.7.4 |
409 | 2024-11-22T01:31:48.768Z | Compiling libc v0.2.162 |
410 | 2024-11-22T01:31:48.801Z | Compiling ryu v1.0.18 |
411 | 2024-11-22T01:31:49.038Z | Compiling itoa v1.0.11 |
412 | 2024-11-22T01:31:49.215Z | Compiling ucd-trie v0.1.7 |
413 | 2024-11-22T01:31:49.582Z | Compiling once_cell v1.20.2 |
414 | 2024-11-22T01:31:49.646Z | Compiling byteorder v1.5.0 |
415 | 2024-11-22T01:31:49.871Z | Compiling rustix v0.38.37 |
416 | 2024-11-22T01:31:49.921Z | Compiling serde_json v1.0.132 |
417 | 2024-11-22T01:31:50.002Z | Compiling bitflags v2.6.0 |
418 | 2024-11-22T01:31:50.294Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-11-22T01:31:50.434Z | Compiling usdt-impl v0.5.0 |
420 | 2024-11-22T01:31:50.465Z | Compiling syn v1.0.109 |
421 | 2024-11-22T01:31:50.627Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-11-22T01:31:50.653Z | Compiling quote v1.0.37 |
423 | 2024-11-22T01:31:50.823Z | Compiling utf8parse v0.2.2 |
424 | 2024-11-22T01:31:50.885Z | Compiling log v0.4.22 |
425 | 2024-11-22T01:31:50.910Z | Compiling plain v0.2.3 |
426 | 2024-11-22T01:31:50.980Z | Compiling errno v0.3.9 |
427 | 2024-11-22T01:31:51.069Z | Compiling syn v2.0.87 |
428 | 2024-11-22T01:31:51.211Z | Compiling hashbrown v0.15.0 |
429 | 2024-11-22T01:31:51.264Z | Compiling camino v1.1.9 |
430 | 2024-11-22T01:31:51.289Z | Compiling equivalent v1.0.1 |
431 | 2024-11-22T01:31:51.429Z | Compiling anstyle-parse v0.2.5 |
432 | 2024-11-22T01:31:51.535Z | Compiling thread-id v4.2.2 |
433 | 2024-11-22T01:31:51.814Z | Compiling winnow v0.6.20 |
434 | 2024-11-22T01:31:51.967Z | Compiling anstyle-query v1.1.1 |
435 | 2024-11-22T01:31:52.095Z | Compiling autocfg v1.4.0 |
436 | 2024-11-22T01:31:52.131Z | Compiling anstyle v1.0.10 |
437 | 2024-11-22T01:31:52.418Z | Compiling indexmap v2.6.0 |
438 | 2024-11-22T01:31:52.486Z | Compiling colorchoice v1.0.2 |
439 | 2024-11-22T01:31:52.588Z | Compiling unicode-width v0.1.14 |
440 | 2024-11-22T01:31:52.649Z | Compiling semver v1.0.23 |
441 | 2024-11-22T01:31:53.128Z | Compiling pretty-hex v0.4.1 |
442 | 2024-11-22T01:31:53.196Z | Compiling is_terminal_polyfill v1.70.1 |
443 | 2024-11-22T01:31:53.219Z | Compiling fs-err v2.11.0 |
444 | 2024-11-22T01:31:53.331Z | Compiling anstream v0.6.15 |
445 | 2024-11-22T01:31:53.357Z | Compiling terminal_size v0.4.0 |
446 | 2024-11-22T01:31:53.778Z | Compiling clap_lex v0.7.2 |
447 | 2024-11-22T01:31:53.805Z | Compiling fnv v1.0.7 |
448 | 2024-11-22T01:31:53.839Z | Compiling cfg-if v1.0.0 |
449 | 2024-11-22T01:31:53.952Z | Compiling heck v0.4.1 |
450 | 2024-11-22T01:31:53.975Z | Compiling fastrand v2.1.1 |
451 | 2024-11-22T01:31:54.146Z | Compiling bytecount v0.6.8 |
452 | 2024-11-22T01:31:54.381Z | Compiling strsim v0.11.1 |
453 | 2024-11-22T01:31:54.469Z | Compiling heck v0.5.0 |
454 | 2024-11-22T01:31:54.541Z | Compiling anyhow v1.0.93 |
455 | 2024-11-22T01:31:54.568Z | Compiling tempfile v3.13.0 |
456 | 2024-11-22T01:31:55.013Z | Compiling clap_builder v4.5.21 |
457 | 2024-11-22T01:31:55.049Z | Compiling papergrid v0.11.0 |
458 | 2024-11-22T01:31:55.463Z | Compiling memmap v0.7.0 |
459 | 2024-11-22T01:31:55.488Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-11-22T01:31:55.536Z | Compiling smawk v0.3.2 |
461 | 2024-11-22T01:31:55.840Z | Compiling swrite v0.1.0 |
462 | 2024-11-22T01:31:55.984Z | Compiling textwrap v0.16.1 |
463 | 2024-11-22T01:31:57.122Z | Compiling tabled_derive v0.7.0 |
464 | 2024-11-22T01:31:58.786Z | Compiling tabled v0.15.0 |
465 | 2024-11-22T01:32:00.261Z | Compiling serde_derive v1.0.215 |
466 | 2024-11-22T01:32:00.261Z | Compiling thiserror-impl v1.0.69 |
467 | 2024-11-22T01:32:00.353Z | Compiling zerocopy-derive v0.7.35 |
468 | 2024-11-22T01:32:00.375Z | Compiling scroll_derive v0.12.0 |
469 | 2024-11-22T01:32:00.592Z | Compiling clap_derive v4.5.18 |
470 | 2024-11-22T01:32:01.628Z | Compiling scroll v0.12.0 |
471 | 2024-11-22T01:32:02.088Z | Compiling goblin v0.8.2 |
472 | 2024-11-22T01:32:02.114Z | Compiling zerocopy v0.7.35 |
473 | 2024-11-22T01:32:03.063Z | Compiling pest v2.7.14 |
474 | 2024-11-22T01:32:04.598Z | Compiling clap v4.5.21 |
475 | 2024-11-22T01:32:05.366Z | Compiling pest_meta v2.7.14 |
476 | 2024-11-22T01:32:06.149Z | Compiling pest_generator v2.7.14 |
477 | 2024-11-22T01:32:08.075Z | Compiling pest_derive v2.7.14 |
478 | 2024-11-22T01:32:08.828Z | Compiling dtrace-parser v0.2.0 |
479 | 2024-11-22T01:32:10.549Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-11-22T01:32:10.606Z | Compiling toml_datetime v0.6.8 |
481 | 2024-11-22T01:32:10.607Z | Compiling serde_spanned v0.6.8 |
482 | 2024-11-22T01:32:10.864Z | Compiling cargo-platform v0.1.8 |
483 | 2024-11-22T01:32:11.027Z | Compiling toml_edit v0.22.22 |
484 | 2024-11-22T01:32:11.146Z | Compiling macaddr v1.0.1 |
485 | 2024-11-22T01:32:11.363Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-11-22T01:32:12.026Z | Compiling dof v0.3.0 |
487 | 2024-11-22T01:32:12.089Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-11-22T01:32:13.797Z | Compiling usdt-macro v0.5.0 |
489 | 2024-11-22T01:32:13.797Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2024-11-22T01:32:13.844Z | Compiling toml v0.8.19 |
491 | 2024-11-22T01:32:14.719Z | Compiling cargo_toml v0.20.5 |
492 | 2024-11-22T01:32:15.217Z | Compiling usdt v0.5.0 |
493 | 2024-11-22T01:32:18.191Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-11-22T01:32:22.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.05s |
495 | 2024-11-22T01:32:23.098Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-11-22T01:32:23.155Z | Downloading crates ... |
497 | 2024-11-22T01:32:23.333Z | Downloaded darling v0.20.10 |
498 | 2024-11-22T01:32:23.342Z | Downloaded ahash v0.8.11 |
499 | 2024-11-22T01:32:23.352Z | Downloaded arrayref v0.3.9 |
500 | 2024-11-22T01:32:23.355Z | Downloaded aead v0.5.2 |
501 | 2024-11-22T01:32:23.361Z | Downloaded mime_guess v2.0.5 |
502 | 2024-11-22T01:32:23.363Z | Downloaded hex-literal v0.4.1 |
503 | 2024-11-22T01:32:23.369Z | Downloaded heapless v0.8.0 |
504 | 2024-11-22T01:32:23.375Z | Downloaded hubpack_derive v0.1.1 |
505 | 2024-11-22T01:32:23.378Z | Downloaded hex v0.4.3 |
506 | 2024-11-22T01:32:23.381Z | Downloaded ascii-canvas v3.0.0 |
507 | 2024-11-22T01:32:23.381Z | Downloaded hmac v0.12.1 |
508 | 2024-11-22T01:32:23.385Z | Downloaded heapless v0.7.17 |
509 | 2024-11-22T01:32:23.391Z | Downloaded hickory-server v0.24.1 |
510 | 2024-11-22T01:32:23.399Z | Downloaded hyper v1.5.0 |
511 | 2024-11-22T01:32:23.408Z | Downloaded hyper-tls v0.6.0 |
512 | 2024-11-22T01:32:23.410Z | Downloaded highway v1.2.0 |
513 | 2024-11-22T01:32:23.413Z | Downloaded headers-core v0.3.0 |
514 | 2024-11-22T01:32:23.413Z | Downloaded base64 v0.21.7 |
515 | 2024-11-22T01:32:23.416Z | Downloaded hkdf v0.12.4 |
516 | 2024-11-22T01:32:23.420Z | Downloaded http-body-util v0.1.2 |
517 | 2024-11-22T01:32:23.422Z | Downloaded hostname v0.4.0 |
518 | 2024-11-22T01:32:23.423Z | Downloaded hostname v0.3.1 |
519 | 2024-11-22T01:32:23.425Z | Downloaded httpdate v1.0.3 |
520 | 2024-11-22T01:32:23.428Z | Downloaded httparse v1.9.5 |
521 | 2024-11-22T01:32:23.431Z | Downloaded icu_provider_macros v1.5.0 |
522 | 2024-11-22T01:32:23.433Z | Downloaded humantime v2.1.0 |
523 | 2024-11-22T01:32:23.435Z | Downloaded instant v0.1.13 |
524 | 2024-11-22T01:32:23.435Z | Downloaded atty v0.2.14 |
525 | 2024-11-22T01:32:23.438Z | Downloaded hyper-rustls v0.27.3 |
526 | 2024-11-22T01:32:23.442Z | Downloaded impl-trait-for-tuples v0.2.2 |
527 | 2024-11-22T01:32:23.444Z | Downloaded base16ct v0.2.0 |
528 | 2024-11-22T01:32:23.447Z | Downloaded keccak v0.1.5 |
529 | 2024-11-22T01:32:23.449Z | Downloaded hyper-staticfile v0.10.1 |
530 | 2024-11-22T01:32:23.451Z | Downloaded ciborium-io v0.2.2 |
531 | 2024-11-22T01:32:23.452Z | Downloaded hubpack v0.1.2 |
532 | 2024-11-22T01:32:23.454Z | Downloaded hyper-util v0.1.10 |
533 | 2024-11-22T01:32:23.458Z | Downloaded indexmap v1.9.3 |
534 | 2024-11-22T01:32:23.462Z | Downloaded is_ci v1.2.0 |
535 | 2024-11-22T01:32:23.465Z | Downloaded crunchy v0.2.2 |
536 | 2024-11-22T01:32:23.465Z | Downloaded crucible-workspace-hack v0.1.0 |
537 | 2024-11-22T01:32:23.467Z | Downloaded http v1.1.0 |
538 | 2024-11-22T01:32:23.470Z | Downloaded matches v0.1.10 |
539 | 2024-11-22T01:32:23.472Z | Downloaded inout v0.1.3 |
540 | 2024-11-22T01:32:23.472Z | Downloaded atomic-waker v1.1.2 |
541 | 2024-11-22T01:32:23.475Z | Downloaded ident_case v1.0.1 |
542 | 2024-11-22T01:32:23.475Z | Downloaded indoc v1.0.9 |
543 | 2024-11-22T01:32:23.478Z | Downloaded async-stream v0.3.6 |
544 | 2024-11-22T01:32:23.480Z | Downloaded chrono-tz-build v0.4.0 |
545 | 2024-11-22T01:32:23.483Z | Downloaded cstr-argument v0.1.2 |
546 | 2024-11-22T01:32:23.483Z | Downloaded base64ct v1.6.0 |
547 | 2024-11-22T01:32:23.486Z | Downloaded match_cfg v0.1.0 |
548 | 2024-11-22T01:32:23.486Z | Downloaded lazycell v1.3.0 |
549 | 2024-11-22T01:32:23.489Z | Downloaded constant_time_eq v0.3.1 |
550 | 2024-11-22T01:32:23.489Z | Downloaded lazy_static v1.5.0 |
551 | 2024-11-22T01:32:23.491Z | Downloaded jobserver v0.1.32 |
552 | 2024-11-22T01:32:23.494Z | Downloaded is-terminal v0.4.13 |
553 | 2024-11-22T01:32:23.494Z | Downloaded crc-catalog v2.4.0 |
554 | 2024-11-22T01:32:23.496Z | Downloaded async-trait v0.1.83 |
555 | 2024-11-22T01:32:23.500Z | Downloaded md5 v0.7.0 |
556 | 2024-11-22T01:32:23.502Z | Downloaded convert_case v0.4.0 |
557 | 2024-11-22T01:32:23.503Z | Downloaded lockfree-object-pool v0.1.6 |
558 | 2024-11-22T01:32:23.505Z | Downloaded crossbeam-deque v0.8.5 |
559 | 2024-11-22T01:32:23.509Z | Downloaded cobs v0.2.3 |
560 | 2024-11-22T01:32:23.512Z | Downloaded cipher v0.4.4 |
561 | 2024-11-22T01:32:23.512Z | Downloaded crc v3.2.1 |
562 | 2024-11-22T01:32:23.515Z | Downloaded memmap2 v0.9.5 |
563 | 2024-11-22T01:32:23.517Z | Downloaded maybe-uninit v2.0.0 |
564 | 2024-11-22T01:32:23.517Z | Downloaded lru v0.12.5 |
565 | 2024-11-22T01:32:23.520Z | Downloaded memoffset v0.9.1 |
566 | 2024-11-22T01:32:23.526Z | Downloaded managed v0.8.0 |
567 | 2024-11-22T01:32:23.526Z | Downloaded chacha20 v0.9.1 |
568 | 2024-11-22T01:32:23.529Z | Downloaded lru-cache v0.1.2 |
569 | 2024-11-22T01:32:23.529Z | Downloaded ipnet v2.10.1 |
570 | 2024-11-22T01:32:23.529Z | Downloaded utf-8 v0.7.6 |
571 | 2024-11-22T01:32:23.532Z | Downloaded libsw v3.3.1 |
572 | 2024-11-22T01:32:23.534Z | Downloaded const_format_proc_macros v0.2.33 |
573 | 2024-11-22T01:32:23.534Z | Downloaded cassowary v0.3.0 |
574 | 2024-11-22T01:32:23.537Z | Downloaded mime v0.3.17 |
575 | 2024-11-22T01:32:23.540Z | Downloaded maplit v1.0.2 |
576 | 2024-11-22T01:32:23.540Z | Downloaded internet-checksum v0.2.1 |
577 | 2024-11-22T01:32:23.543Z | Downloaded ciborium v0.2.2 |
578 | 2024-11-22T01:32:23.543Z | Downloaded indent_write v2.2.0 |
579 | 2024-11-22T01:32:23.546Z | Downloaded quick-error v1.2.3 |
580 | 2024-11-22T01:32:23.546Z | Downloaded block-padding v0.3.3 |
581 | 2024-11-22T01:32:23.549Z | Downloaded backoff v0.4.0 |
582 | 2024-11-22T01:32:23.552Z | Downloaded lock_api v0.4.12 |
583 | 2024-11-22T01:32:23.555Z | Downloaded crc32fast v1.4.2 |
584 | 2024-11-22T01:32:23.555Z | Downloaded icu_locid v1.5.0 |
585 | 2024-11-22T01:32:23.560Z | Downloaded tower-service v0.3.3 |
586 | 2024-11-22T01:32:23.562Z | Downloaded bzip2 v0.4.4 |
587 | 2024-11-22T01:32:23.565Z | Downloaded tinyvec_macros v0.1.1 |
588 | 2024-11-22T01:32:23.565Z | Downloaded slog-envlogger v2.2.0 |
589 | 2024-11-22T01:32:23.567Z | Downloaded bcs v0.1.6 |
590 | 2024-11-22T01:32:23.570Z | Downloaded indicatif v0.17.9 |
591 | 2024-11-22T01:32:23.573Z | Downloaded schemars_derive v0.8.21 |
592 | 2024-11-22T01:32:23.576Z | Downloaded vte_generate_state_changes v0.1.2 |
593 | 2024-11-22T01:32:23.579Z | Downloaded dhcproto-macros v0.1.0 |
594 | 2024-11-22T01:32:23.579Z | Downloaded zerofrom v0.1.4 |
595 | 2024-11-22T01:32:23.581Z | Downloaded litemap v0.7.3 |
596 | 2024-11-22T01:32:23.581Z | Downloaded icu_provider v1.5.0 |
597 | 2024-11-22T01:32:23.585Z | Downloaded float-ord v0.3.2 |
598 | 2024-11-22T01:32:23.588Z | Downloaded libloading v0.8.5 |
599 | 2024-11-22T01:32:23.591Z | Downloaded bitfield-struct v0.6.2 |
600 | 2024-11-22T01:32:23.591Z | Downloaded new_debug_unreachable v1.0.6 |
601 | 2024-11-22T01:32:23.593Z | Downloaded icu_normalizer_data v1.5.0 |
602 | 2024-11-22T01:32:23.595Z | Downloaded parse-size v1.1.0 |
603 | 2024-11-22T01:32:23.595Z | Downloaded number_prefix v0.4.0 |
604 | 2024-11-22T01:32:23.598Z | Downloaded newline-converter v0.3.0 |
605 | 2024-11-22T01:32:23.600Z | Downloaded ref-cast-impl v1.0.23 |
606 | 2024-11-22T01:32:23.600Z | Downloaded libefi-sys v0.1.0 |
607 | 2024-11-22T01:32:23.602Z | Downloaded strum_macros v0.24.3 |
608 | 2024-11-22T01:32:23.610Z | Downloaded shlex v1.3.0 |
609 | 2024-11-22T01:32:23.610Z | Downloaded psl-types v2.0.11 |
610 | 2024-11-22T01:32:23.610Z | Downloaded russh-cryptovec v0.7.3 |
611 | 2024-11-22T01:32:23.610Z | Downloaded opaque-debug v0.3.1 |
612 | 2024-11-22T01:32:23.610Z | Downloaded tinystr v0.7.6 |
613 | 2024-11-22T01:32:23.613Z | Downloaded slog-json v2.6.1 |
614 | 2024-11-22T01:32:23.613Z | Downloaded progenitor-client v0.8.0 |
615 | 2024-11-22T01:32:23.613Z | Downloaded tiny-keccak v2.0.2 |
616 | 2024-11-22T01:32:23.616Z | Downloaded thiserror-impl-no-std v2.0.2 |
617 | 2024-11-22T01:32:23.618Z | Downloaded clang-sys v1.8.1 |
618 | 2024-11-22T01:32:23.621Z | Downloaded cancel-safe-futures v0.1.5 |
619 | 2024-11-22T01:32:23.623Z | Downloaded sigpipe v0.1.3 |
620 | 2024-11-22T01:32:23.626Z | Downloaded blake2 v0.10.6 |
621 | 2024-11-22T01:32:23.628Z | Downloaded dirs-next v2.0.0 |
622 | 2024-11-22T01:32:23.630Z | Downloaded ed25519 v2.2.3 |
623 | 2024-11-22T01:32:23.632Z | Downloaded unicase v2.7.0 |
624 | 2024-11-22T01:32:23.635Z | Downloaded wyz v0.5.1 |
625 | 2024-11-22T01:32:23.637Z | Downloaded slog-dtrace v0.3.0 |
626 | 2024-11-22T01:32:23.639Z | Downloaded ghash v0.5.1 |
627 | 2024-11-22T01:32:23.639Z | Downloaded env_filter v0.1.2 |
628 | 2024-11-22T01:32:23.642Z | Downloaded ecdsa v0.16.9 |
629 | 2024-11-22T01:32:23.644Z | Downloaded progenitor-macro v0.8.0 |
630 | 2024-11-22T01:32:23.647Z | Downloaded parse-display-derive v0.10.0 |
631 | 2024-11-22T01:32:23.649Z | Downloaded nanorand v0.7.0 |
632 | 2024-11-22T01:32:23.652Z | Downloaded const-oid v0.9.6 |
633 | 2024-11-22T01:32:23.654Z | Downloaded darling_macro v0.20.10 |
634 | 2024-11-22T01:32:23.655Z | Downloaded multimap v0.10.0 |
635 | 2024-11-22T01:32:23.657Z | Downloaded tabwriter v1.4.0 |
636 | 2024-11-22T01:32:23.657Z | Downloaded time-core v0.1.2 |
637 | 2024-11-22T01:32:23.660Z | Downloaded vte v0.11.1 |
638 | 2024-11-22T01:32:23.663Z | Downloaded group v0.13.0 |
639 | 2024-11-22T01:32:23.665Z | Downloaded time-macros v0.2.18 |
640 | 2024-11-22T01:32:23.667Z | Downloaded cookie v0.18.1 |
641 | 2024-11-22T01:32:23.670Z | Downloaded futures-sink v0.3.31 |
642 | 2024-11-22T01:32:23.672Z | Downloaded zone v0.1.8 |
643 | 2024-11-22T01:32:23.672Z | Downloaded progenitor-impl v0.8.0 |
644 | 2024-11-22T01:32:23.674Z | Downloaded signature v2.2.0 |
645 | 2024-11-22T01:32:23.677Z | Downloaded serde_urlencoded v0.7.1 |
646 | 2024-11-22T01:32:23.679Z | Downloaded string_cache v0.8.7 |
647 | 2024-11-22T01:32:23.682Z | Downloaded bytes v1.8.0 |
648 | 2024-11-22T01:32:23.695Z | Downloaded foreign-types-shared v0.3.1 |
649 | 2024-11-22T01:32:23.698Z | Downloaded signal-hook-tokio v0.3.1 |
650 | 2024-11-22T01:32:23.700Z | Downloaded sec1 v0.7.3 |
651 | 2024-11-22T01:32:23.700Z | Downloaded rtoolbox v0.0.2 |
652 | 2024-11-22T01:32:23.702Z | Downloaded predicates-tree v1.0.11 |
653 | 2024-11-22T01:32:23.702Z | Downloaded pkg-config v0.3.31 |
654 | 2024-11-22T01:32:23.705Z | Downloaded openssl-probe v0.1.5 |
655 | 2024-11-22T01:32:23.708Z | Downloaded openssl-macros v0.1.1 |
656 | 2024-11-22T01:32:23.708Z | Downloaded rustc-demangle v0.1.24 |
657 | 2024-11-22T01:32:23.710Z | Downloaded phf v0.11.2 |
658 | 2024-11-22T01:32:23.710Z | Downloaded foreign-types-shared v0.1.1 |
659 | 2024-11-22T01:32:23.713Z | Downloaded diesel_table_macro_syntax v0.2.0 |
660 | 2024-11-22T01:32:23.713Z | Downloaded zone_cfg_derive v0.3.0 |
661 | 2024-11-22T01:32:23.715Z | Downloaded yoke-derive v0.7.4 |
662 | 2024-11-22T01:32:23.715Z | Downloaded want v0.3.1 |
663 | 2024-11-22T01:32:23.717Z | Downloaded untrusted v0.9.0 |
664 | 2024-11-22T01:32:23.720Z | Downloaded phf_shared v0.10.0 |
665 | 2024-11-22T01:32:23.720Z | Downloaded peg v0.8.4 |
666 | 2024-11-22T01:32:23.723Z | Downloaded thread_local v1.1.8 |
667 | 2024-11-22T01:32:23.726Z | Downloaded fallible-iterator v0.2.0 |
668 | 2024-11-22T01:32:23.728Z | Downloaded display-error-chain v0.2.2 |
669 | 2024-11-22T01:32:23.728Z | Downloaded float-cmp v0.9.0 |
670 | 2024-11-22T01:32:23.731Z | Downloaded compact_str v0.8.0 |
671 | 2024-11-22T01:32:23.734Z | Downloaded sqlparser_derive v0.2.2 |
672 | 2024-11-22T01:32:23.737Z | Downloaded gethostname v0.5.0 |
673 | 2024-11-22T01:32:23.737Z | Downloaded futures-executor v0.3.31 |
674 | 2024-11-22T01:32:23.739Z | Downloaded tokio-tungstenite v0.24.0 |
675 | 2024-11-22T01:32:23.742Z | Downloaded signal-hook-mio v0.2.4 |
676 | 2024-11-22T01:32:23.746Z | Downloaded unarray v0.1.4 |
677 | 2024-11-22T01:32:23.746Z | Downloaded stringprep v0.1.5 |
678 | 2024-11-22T01:32:23.748Z | Downloaded minimal-lexical v0.2.1 |
679 | 2024-11-22T01:32:23.751Z | Downloaded parking_lot v0.11.2 |
680 | 2024-11-22T01:32:23.754Z | Downloaded downcast v0.11.0 |
681 | 2024-11-22T01:32:23.756Z | Downloaded zone v0.3.0 |
682 | 2024-11-22T01:32:23.758Z | Downloaded pem v3.0.4 |
683 | 2024-11-22T01:32:23.758Z | Downloaded topological-sort v0.2.2 |
684 | 2024-11-22T01:32:23.761Z | Downloaded derive_builder_macro v0.20.2 |
685 | 2024-11-22T01:32:23.763Z | Downloaded russh-keys v0.45.0 |
686 | 2024-11-22T01:32:23.766Z | Downloaded unicode-bidi v0.3.17 |
687 | 2024-11-22T01:32:23.768Z | Downloaded dirs-sys-next v0.1.2 |
688 | 2024-11-22T01:32:23.771Z | Downloaded oso-derive v0.27.3 |
689 | 2024-11-22T01:32:23.771Z | Downloaded normalize-line-endings v0.3.0 |
690 | 2024-11-22T01:32:23.771Z | Downloaded nodrop v0.1.14 |
691 | 2024-11-22T01:32:23.773Z | Downloaded ppv-lite86 v0.2.20 |
692 | 2024-11-22T01:32:23.773Z | Downloaded powerfmt v0.2.0 |
693 | 2024-11-22T01:32:23.776Z | Downloaded olpc-cjson v0.1.4 |
694 | 2024-11-22T01:32:23.778Z | Downloaded rustversion v1.0.17 |
695 | 2024-11-22T01:32:23.781Z | Downloaded rfc6979 v0.4.0 |
696 | 2024-11-22T01:32:23.781Z | Downloaded env_logger v0.11.5 |
697 | 2024-11-22T01:32:23.785Z | Downloaded ssh-cipher v0.2.0 |
698 | 2024-11-22T01:32:23.787Z | Downloaded const_format v0.2.33 |
699 | 2024-11-22T01:32:23.790Z | Downloaded untrusted v0.7.1 |
700 | 2024-11-22T01:32:23.793Z | Downloaded endian-type v0.1.2 |
701 | 2024-11-22T01:32:23.793Z | Downloaded signal-hook-registry v1.4.2 |
702 | 2024-11-22T01:32:23.796Z | Downloaded polyval v0.6.2 |
703 | 2024-11-22T01:32:23.798Z | Downloaded num v0.4.3 |
704 | 2024-11-22T01:32:23.798Z | Downloaded universal-hash v0.5.1 |
705 | 2024-11-22T01:32:23.800Z | Downloaded unicode-properties v0.1.3 |
706 | 2024-11-22T01:32:23.804Z | Downloaded mirai-annotations v1.12.0 |
707 | 2024-11-22T01:32:23.804Z | Downloaded sha1 v0.10.6 |
708 | 2024-11-22T01:32:23.807Z | Downloaded phf_shared v0.11.2 |
709 | 2024-11-22T01:32:23.807Z | Downloaded getrandom v0.2.15 |
710 | 2024-11-22T01:32:23.810Z | Downloaded cc v1.1.30 |
711 | 2024-11-22T01:32:23.813Z | Downloaded r2d2 v0.8.10 |
712 | 2024-11-22T01:32:23.815Z | Downloaded zerocopy v0.6.6 |
713 | 2024-11-22T01:32:23.820Z | Downloaded value-bag v1.9.0 |
714 | 2024-11-22T01:32:23.823Z | Downloaded rpassword v7.3.1 |
715 | 2024-11-22T01:32:23.823Z | Downloaded peg-runtime v0.8.3 |
716 | 2024-11-22T01:32:23.825Z | Downloaded mockall v0.13.0 |
717 | 2024-11-22T01:32:23.825Z | Downloaded radium v0.7.0 |
718 | 2024-11-22T01:32:23.827Z | Downloaded take_mut v0.2.2 |
719 | 2024-11-22T01:32:23.827Z | Downloaded serde-hex v0.1.0 |
720 | 2024-11-22T01:32:23.830Z | Downloaded termcolor v1.4.1 |
721 | 2024-11-22T01:32:23.832Z | Downloaded sqlformat v0.2.6 |
722 | 2024-11-22T01:32:23.835Z | Downloaded termios v0.3.3 |
723 | 2024-11-22T01:32:23.838Z | Downloaded hashlink v0.9.1 |
724 | 2024-11-22T01:32:23.838Z | Downloaded spki v0.7.3 |
725 | 2024-11-22T01:32:23.840Z | Downloaded write16 v1.0.0 |
726 | 2024-11-22T01:32:23.843Z | Downloaded smallvec v0.6.14 |
727 | 2024-11-22T01:32:23.845Z | Downloaded phf_generator v0.11.2 |
728 | 2024-11-22T01:32:23.845Z | Downloaded typify v0.2.0 |
729 | 2024-11-22T01:32:23.848Z | Downloaded fallible-streaming-iterator v0.1.9 |
730 | 2024-11-22T01:32:23.852Z | Downloaded fallible-iterator v0.3.0 |
731 | 2024-11-22T01:32:23.852Z | Downloaded zeroize_derive v1.4.2 |
732 | 2024-11-22T01:32:23.856Z | Downloaded socket2 v0.5.7 |
733 | 2024-11-22T01:32:23.856Z | Downloaded zone_cfg_derive v0.1.2 |
734 | 2024-11-22T01:32:23.858Z | Downloaded der_derive v0.7.3 |
735 | 2024-11-22T01:32:23.858Z | Downloaded crossbeam-channel v0.5.13 |
736 | 2024-11-22T01:32:23.863Z | Downloaded oso v0.27.3 |
737 | 2024-11-22T01:32:23.869Z | Downloaded enum-as-inner v0.6.1 |
738 | 2024-11-22T01:32:23.871Z | Downloaded enum-as-inner v0.5.1 |
739 | 2024-11-22T01:32:23.871Z | Downloaded idna v1.0.3 |
740 | 2024-11-22T01:32:23.877Z | Downloaded qorb v0.2.0 |
741 | 2024-11-22T01:32:23.881Z | Downloaded path-slash v0.1.5 |
742 | 2024-11-22T01:32:23.883Z | Downloaded owo-colors v4.1.0 |
743 | 2024-11-22T01:32:23.885Z | Downloaded precomputed-hash v0.1.1 |
744 | 2024-11-22T01:32:23.888Z | Downloaded itertools v0.13.0 |
745 | 2024-11-22T01:32:23.895Z | Downloaded semver v0.1.20 |
746 | 2024-11-22T01:32:23.899Z | Downloaded rustc_version v0.4.1 |
747 | 2024-11-22T01:32:23.899Z | Downloaded rustc_version v0.1.7 |
748 | 2024-11-22T01:32:23.901Z | Downloaded smallvec v1.13.2 |
749 | 2024-11-22T01:32:23.903Z | Downloaded tracing v0.1.40 |
750 | 2024-11-22T01:32:23.907Z | Downloaded data-encoding v2.6.0 |
751 | 2024-11-22T01:32:23.909Z | Downloaded tls_codec_derive v0.4.1 |
752 | 2024-11-22T01:32:23.912Z | Downloaded writeable v0.5.5 |
753 | 2024-11-22T01:32:23.915Z | Downloaded zerovec-derive v0.10.3 |
754 | 2024-11-22T01:32:23.915Z | Downloaded openssl-sys v0.9.103 |
755 | 2024-11-22T01:32:23.921Z | Downloaded newtype-uuid v1.1.3 |
756 | 2024-11-22T01:32:23.923Z | Downloaded hash32 v0.3.1 |
757 | 2024-11-22T01:32:23.925Z | Downloaded futures-core v0.3.31 |
758 | 2024-11-22T01:32:23.925Z | Downloaded foreign-types v0.5.0 |
759 | 2024-11-22T01:32:23.928Z | Downloaded foreign-types v0.3.2 |
760 | 2024-11-22T01:32:23.931Z | Downloaded foreign-types-macros v0.2.3 |
761 | 2024-11-22T01:32:23.931Z | Downloaded quinn v0.11.5 |
762 | 2024-11-22T01:32:23.933Z | Downloaded ff v0.13.0 |
763 | 2024-11-22T01:32:23.936Z | Downloaded num-conv v0.1.0 |
764 | 2024-11-22T01:32:23.938Z | Downloaded globset v0.4.15 |
765 | 2024-11-22T01:32:23.938Z | Downloaded password-hash v0.4.2 |
766 | 2024-11-22T01:32:23.941Z | Downloaded pbkdf2 v0.11.0 |
767 | 2024-11-22T01:32:23.944Z | Downloaded scrypt v0.11.0 |
768 | 2024-11-22T01:32:23.946Z | Downloaded progenitor v0.8.0 |
769 | 2024-11-22T01:32:23.949Z | Downloaded rustls-pki-types v1.9.0 |
770 | 2024-11-22T01:32:23.951Z | Downloaded tungstenite v0.23.0 |
771 | 2024-11-22T01:32:23.955Z | Downloaded scheduled-thread-pool v0.2.7 |
772 | 2024-11-22T01:32:23.957Z | Downloaded subtle v2.6.1 |
773 | 2024-11-22T01:32:23.960Z | Downloaded pin-project v1.1.6 |
774 | 2024-11-22T01:32:23.971Z | Downloaded toolchain_find v0.4.0 |
775 | 2024-11-22T01:32:23.973Z | Downloaded fxhash v0.2.1 |
776 | 2024-11-22T01:32:23.973Z | Downloaded either v1.13.0 |
777 | 2024-11-22T01:32:23.976Z | Downloaded defmt v0.3.8 |
778 | 2024-11-22T01:32:23.979Z | Downloaded diesel_derives v2.2.3 |
779 | 2024-11-22T01:32:23.983Z | Downloaded diesel-dtrace v0.3.0 |
780 | 2024-11-22T01:32:23.986Z | Downloaded flate2 v1.0.34 |
781 | 2024-11-22T01:32:23.992Z | Downloaded whoami v1.5.2 |
782 | 2024-11-22T01:32:23.994Z | Downloaded paste v1.0.15 |
783 | 2024-11-22T01:32:23.998Z | Downloaded foldhash v0.1.3 |
784 | 2024-11-22T01:32:24.001Z | Downloaded secrecy v0.8.0 |
785 | 2024-11-22T01:32:24.001Z | Downloaded tokio-postgres v0.7.12 |
786 | 2024-11-22T01:32:24.008Z | Downloaded strip-ansi-escapes v0.2.0 |
787 | 2024-11-22T01:32:24.010Z | Downloaded ssh-encoding v0.2.0 |
788 | 2024-11-22T01:32:24.010Z | Downloaded spin v0.5.2 |
789 | 2024-11-22T01:32:24.013Z | Downloaded strum_macros v0.26.4 |
790 | 2024-11-22T01:32:24.015Z | Downloaded parking_lot_core v0.9.10 |
791 | 2024-11-22T01:32:24.018Z | Downloaded mio v1.0.2 |
792 | 2024-11-22T01:32:24.025Z | Downloaded serde-big-array v0.5.1 |
793 | 2024-11-22T01:32:24.027Z | Downloaded zeroize v1.8.1 |
794 | 2024-11-22T01:32:24.030Z | Downloaded zerofrom-derive v0.1.4 |
795 | 2024-11-22T01:32:24.030Z | Downloaded miniz_oxide v0.8.0 |
796 | 2024-11-22T01:32:24.034Z | Downloaded simd-adler32 v0.3.7 |
797 | 2024-11-22T01:32:24.036Z | Downloaded rand_seeder v0.3.0 |
798 | 2024-11-22T01:32:24.036Z | Downloaded mockall_derive v0.13.0 |
799 | 2024-11-22T01:32:24.039Z | Downloaded expectorate v1.1.0 |
800 | 2024-11-22T01:32:24.041Z | Downloaded sync_wrapper v1.0.1 |
801 | 2024-11-22T01:32:24.045Z | Downloaded strum_macros v0.25.3 |
802 | 2024-11-22T01:32:24.047Z | Downloaded password-hash v0.5.0 |
803 | 2024-11-22T01:32:24.050Z | Downloaded num-complex v0.4.6 |
804 | 2024-11-22T01:32:24.050Z | Downloaded rand_xorshift v0.3.0 |
805 | 2024-11-22T01:32:24.052Z | Downloaded try-lock v0.2.5 |
806 | 2024-11-22T01:32:24.054Z | Downloaded twox-hash v1.6.3 |
807 | 2024-11-22T01:32:24.057Z | Downloaded uzers v0.12.1 |
808 | 2024-11-22T01:32:24.060Z | Downloaded parse-display v0.10.0 |
809 | 2024-11-22T01:32:24.060Z | Downloaded serde_plain v1.0.2 |
810 | 2024-11-22T01:32:24.062Z | Downloaded spin v0.9.8 |
811 | 2024-11-22T01:32:24.065Z | Downloaded subprocess v0.2.9 |
812 | 2024-11-22T01:32:24.067Z | Downloaded num-bigint v0.4.6 |
813 | 2024-11-22T01:32:24.073Z | Downloaded utf8_iter v1.0.4 |
814 | 2024-11-22T01:32:24.076Z | Downloaded utf16_iter v1.0.5 |
815 | 2024-11-22T01:32:24.076Z | Downloaded unicode-truncate v1.1.0 |
816 | 2024-11-22T01:32:24.078Z | Downloaded crossterm v0.28.1 |
817 | 2024-11-22T01:32:24.085Z | Downloaded unicode_categories v0.1.1 |
818 | 2024-11-22T01:32:24.088Z | Downloaded form_urlencoded v1.2.1 |
819 | 2024-11-22T01:32:24.093Z | Downloaded filetime v0.2.25 |
820 | 2024-11-22T01:32:24.096Z | Downloaded multer v3.1.0 |
821 | 2024-11-22T01:32:24.096Z | Downloaded hashbrown v0.12.3 |
822 | 2024-11-22T01:32:24.099Z | Downloaded tui-tree-widget v0.22.0 |
823 | 2024-11-22T01:32:24.101Z | Downloaded ref-cast v1.0.23 |
824 | 2024-11-22T01:32:24.104Z | Downloaded num_enum v0.5.11 |
825 | 2024-11-22T01:32:24.108Z | Downloaded deranged v0.3.11 |
826 | 2024-11-22T01:32:24.111Z | Downloaded packed_struct v0.10.1 |
827 | 2024-11-22T01:32:24.113Z | Downloaded schemars v0.8.21 |
828 | 2024-11-22T01:32:24.125Z | Downloaded newtype_derive v0.1.6 |
829 | 2024-11-22T01:32:24.128Z | Downloaded rusqlite v0.32.1 |
830 | 2024-11-22T01:32:24.134Z | Downloaded pretty-hex v0.2.1 |
831 | 2024-11-22T01:32:24.137Z | Downloaded tungstenite v0.24.0 |
832 | 2024-11-22T01:32:24.139Z | Downloaded tokio-macros v2.4.0 |
833 | 2024-11-22T01:32:24.142Z | Downloaded dropshot_endpoint v0.13.0 |
834 | 2024-11-22T01:32:24.144Z | Downloaded parking_lot_core v0.8.6 |
835 | 2024-11-22T01:32:24.147Z | Downloaded num-traits v0.2.19 |
836 | 2024-11-22T01:32:24.150Z | Downloaded dsl_auto_type v0.1.2 |
837 | 2024-11-22T01:32:24.152Z | Downloaded pkcs1 v0.7.5 |
838 | 2024-11-22T01:32:24.154Z | Downloaded rand v0.8.5 |
839 | 2024-11-22T01:32:24.158Z | Downloaded embedded-io v0.4.0 |
840 | 2024-11-22T01:32:24.160Z | Downloaded nu-ansi-term v0.50.1 |
841 | 2024-11-22T01:32:24.162Z | Downloaded num-bigint-dig v0.8.4 |
842 | 2024-11-22T01:32:24.168Z | Downloaded samael v0.0.17 |
843 | 2024-11-22T01:32:24.174Z | Downloaded sync-ptr v0.1.1 |
844 | 2024-11-22T01:32:24.176Z | Downloaded hash32 v0.2.1 |
845 | 2024-11-22T01:32:24.179Z | Downloaded reqwest v0.12.9 |
846 | 2024-11-22T01:32:24.186Z | Downloaded slab v0.4.9 |
847 | 2024-11-22T01:32:24.189Z | Downloaded num-integer v0.1.46 |
848 | 2024-11-22T01:32:24.191Z | Downloaded tokio-native-tls v0.3.1 |
849 | 2024-11-22T01:32:24.194Z | Downloaded des v0.8.1 |
850 | 2024-11-22T01:32:24.196Z | Downloaded structmeta v0.2.0 |
851 | 2024-11-22T01:32:24.196Z | Downloaded num-rational v0.4.2 |
852 | 2024-11-22T01:32:24.198Z | Downloaded waitgroup v0.1.2 |
853 | 2024-11-22T01:32:24.198Z | Downloaded termtree v0.4.1 |
854 | 2024-11-22T01:32:24.201Z | Downloaded structmeta-derive v0.3.0 |
855 | 2024-11-22T01:32:24.202Z | Downloaded fatfs v0.3.6 |
856 | 2024-11-22T01:32:24.204Z | Downloaded num_threads v0.1.7 |
857 | 2024-11-22T01:32:24.207Z | Downloaded xz2 v0.1.7 |
858 | 2024-11-22T01:32:24.207Z | Downloaded futures-io v0.3.31 |
859 | 2024-11-22T01:32:24.210Z | Downloaded structmeta v0.3.0 |
860 | 2024-11-22T01:32:24.210Z | Downloaded yoke v0.7.4 |
861 | 2024-11-22T01:32:24.212Z | Downloaded typed-path v0.9.3 |
862 | 2024-11-22T01:32:24.218Z | Downloaded glob v0.3.1 |
863 | 2024-11-22T01:32:24.220Z | Downloaded siphasher v0.3.11 |
864 | 2024-11-22T01:32:24.223Z | Downloaded derive-where v1.2.7 |
865 | 2024-11-22T01:32:24.225Z | Downloaded wait-timeout v0.2.0 |
866 | 2024-11-22T01:32:24.231Z | Downloaded serde_with_macros v3.11.0 |
867 | 2024-11-22T01:32:24.231Z | Downloaded futures-macro v0.3.31 |
868 | 2024-11-22T01:32:24.231Z | Downloaded hashbrown v0.13.2 |
869 | 2024-11-22T01:32:24.235Z | Downloaded embedded-io v0.6.1 |
870 | 2024-11-22T01:32:24.237Z | Downloaded test-strategy v0.3.1 |
871 | 2024-11-22T01:32:24.240Z | Downloaded futures v0.3.31 |
872 | 2024-11-22T01:32:24.245Z | Downloaded predicates-core v1.0.8 |
873 | 2024-11-22T01:32:24.249Z | Downloaded nom v7.1.3 |
874 | 2024-11-22T01:32:24.253Z | Downloaded ena v0.14.3 |
875 | 2024-11-22T01:32:24.255Z | Downloaded vergen v8.3.2 |
876 | 2024-11-22T01:32:24.258Z | Downloaded funty v2.0.0 |
877 | 2024-11-22T01:32:24.260Z | Downloaded pkcs8 v0.10.2 |
878 | 2024-11-22T01:32:24.263Z | Downloaded yasna v0.5.2 |
879 | 2024-11-22T01:32:24.265Z | Downloaded tokio-rustls v0.26.0 |
880 | 2024-11-22T01:32:24.268Z | Downloaded serde_yaml v0.9.34+deprecated |
881 | 2024-11-22T01:32:24.271Z | Downloaded dunce v1.0.5 |
882 | 2024-11-22T01:32:24.273Z | Downloaded postgres-protocol v0.6.7 |
883 | 2024-11-22T01:32:24.276Z | Downloaded smf v0.2.3 |
884 | 2024-11-22T01:32:24.276Z | Downloaded postcard v1.0.10 |
885 | 2024-11-22T01:32:24.278Z | Downloaded zip v2.1.3 |
886 | 2024-11-22T01:32:24.283Z | Downloaded quick-xml v0.33.0 |
887 | 2024-11-22T01:32:24.290Z | Downloaded tokio-rustls v0.25.0 |
888 | 2024-11-22T01:32:24.292Z | Downloaded walkdir v2.5.0 |
889 | 2024-11-22T01:32:24.295Z | Downloaded flume v0.11.1 |
890 | 2024-11-22T01:32:24.299Z | Downloaded similar v2.6.0 |
891 | 2024-11-22T01:32:24.304Z | Downloaded num-derive v0.4.2 |
892 | 2024-11-22T01:32:24.307Z | Downloaded futures-util v0.3.31 |
893 | 2024-11-22T01:32:24.320Z | Downloaded term v0.7.0 |
894 | 2024-11-22T01:32:24.324Z | Downloaded idna v0.4.0 |
895 | 2024-11-22T01:32:24.331Z | Downloaded elliptic-curve v0.13.8 |
896 | 2024-11-22T01:32:24.335Z | Downloaded hickory-proto v0.24.1 |
897 | 2024-11-22T01:32:24.353Z | Downloaded idna v0.2.3 |
898 | 2024-11-22T01:32:24.360Z | Downloaded predicates v3.1.2 |
899 | 2024-11-22T01:32:24.363Z | Downloaded zerocopy v0.8.10 |
900 | 2024-11-22T01:32:24.388Z | Downloaded pkcs5 v0.7.1 |
901 | 2024-11-22T01:32:24.392Z | Downloaded aws-lc-rs v1.10.0 |
902 | 2024-11-22T01:32:24.401Z | Downloaded fs_extra v1.3.0 |
903 | 2024-11-22T01:32:24.405Z | Downloaded openssl v0.10.66 |
904 | 2024-11-22T01:32:24.414Z | Downloaded reedline v0.35.0 |
905 | 2024-11-22T01:32:24.422Z | Downloaded webpki-roots v0.26.6 |
906 | 2024-11-22T01:32:24.426Z | Downloaded rustls-webpki v0.102.8 |
907 | 2024-11-22T01:32:24.446Z | Downloaded tar v0.4.42 |
908 | 2024-11-22T01:32:24.449Z | Downloaded radix_trie v0.2.1 |
909 | 2024-11-22T01:32:24.455Z | Downloaded bindgen v0.69.5 |
910 | 2024-11-22T01:32:24.463Z | Downloaded serde_with v3.11.0 |
911 | 2024-11-22T01:32:24.472Z | Downloaded winnow v0.5.40 |
912 | 2024-11-22T01:32:24.482Z | Downloaded snafu v0.8.5 |
913 | 2024-11-22T01:32:24.488Z | Downloaded ron v0.8.1 |
914 | 2024-11-22T01:32:24.494Z | Downloaded vcpkg v0.2.15 |
915 | 2024-11-22T01:32:24.534Z | Downloaded p384 v0.13.0 |
916 | 2024-11-22T01:32:24.540Z | Downloaded regex v1.11.1 |
917 | 2024-11-22T01:32:24.554Z | Downloaded p521 v0.13.3 |
918 | 2024-11-22T01:32:24.558Z | Downloaded dropshot v0.13.0 |
919 | 2024-11-22T01:32:24.580Z | Downloaded object v0.30.4 |
920 | 2024-11-22T01:32:24.591Z | Downloaded rustyline v14.0.0 |
921 | 2024-11-22T01:32:24.595Z | Downloaded sqlparser v0.45.0 |
922 | 2024-11-22T01:32:24.602Z | Downloaded tokio-util v0.7.12 |
923 | 2024-11-22T01:32:24.609Z | Downloaded diesel v2.2.4 |
924 | 2024-11-22T01:32:24.630Z | Downloaded rustls-webpki v0.101.7 |
925 | 2024-11-22T01:32:24.644Z | Downloaded dropshot v0.12.0 |
926 | 2024-11-22T01:32:24.665Z | Downloaded petname v2.0.2 |
927 | 2024-11-22T01:32:24.671Z | Downloaded bitvec v1.0.1 |
928 | 2024-11-22T01:32:24.686Z | Downloaded chrono v0.4.38 |
929 | 2024-11-22T01:32:24.693Z | Downloaded typify-impl v0.2.0 |
930 | 2024-11-22T01:32:24.710Z | Downloaded ed25519-dalek v2.1.1 |
931 | 2024-11-22T01:32:24.713Z | Downloaded toml_edit v0.19.15 |
932 | 2024-11-22T01:32:24.730Z | Downloaded h2 v0.4.6 |
933 | 2024-11-22T01:32:24.736Z | Downloaded quinn-proto v0.11.8 |
934 | 2024-11-22T01:32:24.743Z | Downloaded parking_lot v0.12.3 |
935 | 2024-11-22T01:32:24.746Z | Downloaded half v2.4.1 |
936 | 2024-11-22T01:32:24.749Z | Downloaded rayon v1.10.0 |
937 | 2024-11-22T01:32:24.758Z | Downloaded zerocopy-derive v0.6.6 |
938 | 2024-11-22T01:32:24.768Z | Downloaded lzma-sys v0.1.20 |
939 | 2024-11-22T01:32:24.798Z | Downloaded salty v0.3.0 |
940 | 2024-11-22T01:32:24.805Z | Downloaded curve25519-dalek v4.1.3 |
941 | 2024-11-22T01:32:24.814Z | Downloaded portable-atomic v1.9.0 |
942 | 2024-11-22T01:32:24.821Z | Downloaded polar-core v0.27.3 |
943 | 2024-11-22T01:32:24.830Z | Downloaded unicode-width v0.2.0 |
944 | 2024-11-22T01:32:24.836Z | Downloaded rustls v0.22.4 |
945 | 2024-11-22T01:32:24.849Z | Downloaded git2 v0.19.0 |
946 | 2024-11-22T01:32:24.858Z | Downloaded regress v0.10.1 |
947 | 2024-11-22T01:32:24.867Z | Downloaded regress v0.9.1 |
948 | 2024-11-22T01:32:24.876Z | Downloaded libz-sys v1.1.20 |
949 | 2024-11-22T01:32:24.898Z | Downloaded regex-syntax v0.8.5 |
950 | 2024-11-22T01:32:24.907Z | Downloaded rustls v0.21.12 |
951 | 2024-11-22T01:32:24.918Z | Downloaded regex-syntax v0.6.29 |
952 | 2024-11-22T01:32:24.925Z | Downloaded ron v0.7.1 |
953 | 2024-11-22T01:32:24.930Z | Downloaded zerovec v0.10.4 |
954 | 2024-11-22T01:32:24.935Z | Downloaded idna v0.5.0 |
955 | 2024-11-22T01:32:24.945Z | Downloaded chrono-tz v0.10.0 |
956 | 2024-11-22T01:32:24.950Z | Downloaded bstr v1.10.0 |
957 | 2024-11-22T01:32:24.961Z | Downloaded gimli v0.31.1 |
958 | 2024-11-22T01:32:24.969Z | Downloaded rustls v0.23.14 |
959 | 2024-11-22T01:32:24.982Z | Downloaded smoltcp v0.9.1 |
960 | 2024-11-22T01:32:24.993Z | Downloaded trust-dns-proto v0.22.0 |
961 | 2024-11-22T01:32:25.006Z | Downloaded nix v0.28.0 |
962 | 2024-11-22T01:32:25.019Z | Downloaded openapiv3 v2.0.0 |
963 | 2024-11-22T01:32:25.030Z | Downloaded nix v0.27.1 |
964 | 2024-11-22T01:32:25.041Z | Downloaded object v0.36.5 |
965 | 2024-11-22T01:32:25.052Z | Downloaded idna v0.3.0 |
966 | 2024-11-22T01:32:25.059Z | Downloaded futures-task v0.3.31 |
967 | 2024-11-22T01:32:25.061Z | Downloaded p256 v0.13.2 |
968 | 2024-11-22T01:32:25.064Z | Downloaded smoltcp v0.11.0 |
969 | 2024-11-22T01:32:25.077Z | Downloaded nix v0.29.0 |
970 | 2024-11-22T01:32:25.089Z | Downloaded ssh-key v0.6.6 |
971 | 2024-11-22T01:32:25.099Z | Downloaded sled v0.34.7 |
972 | 2024-11-22T01:32:25.106Z | Downloaded proptest v1.5.0 |
973 | 2024-11-22T01:32:25.116Z | Downloaded tungstenite v0.21.0 |
974 | 2024-11-22T01:32:25.119Z | Downloaded dhcproto v0.12.0 |
975 | 2024-11-22T01:32:25.122Z | Downloaded der v0.7.9 |
976 | 2024-11-22T01:32:25.127Z | Downloaded rayon-core v1.12.1 |
977 | 2024-11-22T01:32:25.131Z | Downloaded parse-zoneinfo v0.3.1 |
978 | 2024-11-22T01:32:25.135Z | Downloaded rsa v0.9.6 |
979 | 2024-11-22T01:32:25.141Z | Downloaded derive_builder v0.20.2 |
980 | 2024-11-22T01:32:25.144Z | Downloaded unicode-segmentation v1.12.0 |
981 | 2024-11-22T01:32:25.148Z | Downloaded rcgen v0.12.1 |
982 | 2024-11-22T01:32:25.151Z | Downloaded time v0.3.36 |
983 | 2024-11-22T01:32:25.158Z | Downloaded tough v0.19.0 |
984 | 2024-11-22T01:32:25.166Z | Downloaded blake3 v1.5.4 |
985 | 2024-11-22T01:32:25.174Z | Downloaded ratatui v0.28.1 |
986 | 2024-11-22T01:32:25.195Z | Downloaded icu_properties_data v1.5.0 |
987 | 2024-11-22T01:32:25.204Z | Downloaded xattr v1.3.1 |
988 | 2024-11-22T01:32:25.207Z | Downloaded num_enum_derive v0.5.11 |
989 | 2024-11-22T01:32:25.209Z | Downloaded structmeta-derive v0.2.0 |
990 | 2024-11-22T01:32:25.209Z | Downloaded toml v0.7.8 |
991 | 2024-11-22T01:32:25.211Z | Downloaded derive_builder_core v0.20.2 |
992 | 2024-11-22T01:32:25.214Z | Downloaded uuid v1.11.0 |
993 | 2024-11-22T01:32:25.217Z | Downloaded hashbrown v0.14.5 |
994 | 2024-11-22T01:32:25.222Z | Downloaded lalrpop v0.19.12 |
995 | 2024-11-22T01:32:25.233Z | Downloaded regex-automata v0.4.8 |
996 | 2024-11-22T01:32:25.250Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
997 | 2024-11-22T01:32:25.262Z | Downloaded dropshot_endpoint v0.12.0 |
998 | 2024-11-22T01:32:25.265Z | Downloaded packed_struct_codegen v0.10.1 |
999 | 2024-11-22T01:32:25.267Z | Downloaded tap v1.0.1 |
1000 | 2024-11-22T01:32:25.269Z | Downloaded primeorder v0.13.6 |
1001 | 2024-11-22T01:32:25.269Z | Downloaded tokio-stream v0.1.16 |
1002 | 2024-11-22T01:32:25.273Z | Downloaded zip v0.6.6 |
1003 | 2024-11-22T01:32:25.278Z | Downloaded tracing-core v0.1.32 |
1004 | 2024-11-22T01:32:25.281Z | Downloaded rustls-pemfile v2.2.0 |
1005 | 2024-11-22T01:32:25.283Z | Downloaded postgres-types v0.2.8 |
1006 | 2024-11-22T01:32:25.285Z | Downloaded nibble_vec v0.1.0 |
1007 | 2024-11-22T01:32:25.288Z | Downloaded typify-macro v0.2.0 |
1008 | 2024-11-22T01:32:25.288Z | Downloaded same-file v1.0.6 |
1009 | 2024-11-22T01:32:25.292Z | Downloaded salsa20 v0.10.2 |
1010 | 2024-11-22T01:32:25.292Z | Downloaded rustfmt-wrapper v0.2.1 |
1011 | 2024-11-22T01:32:25.294Z | Downloaded petgraph v0.6.5 |
1012 | 2024-11-22T01:32:25.310Z | Downloaded pin-utils v0.1.0 |
1013 | 2024-11-22T01:32:25.312Z | Downloaded rusty-fork v0.3.0 |
1014 | 2024-11-22T01:32:25.314Z | Downloaded fragile v2.0.0 |
1015 | 2024-11-22T01:32:25.314Z | Downloaded pem-rfc7468 v0.7.0 |
1016 | 2024-11-22T01:32:25.317Z | Downloaded russh v0.45.0 |
1017 | 2024-11-22T01:32:25.321Z | Downloaded unicode-normalization v0.1.24 |
1018 | 2024-11-22T01:32:25.325Z | Downloaded sct v0.7.1 |
1019 | 2024-11-22T01:32:25.329Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1020 | 2024-11-22T01:32:25.387Z | Downloaded futures-channel v0.3.31 |
1021 | 2024-11-22T01:32:25.390Z | Downloaded quinn-udp v0.5.5 |
1022 | 2024-11-22T01:32:25.392Z | Downloaded which v4.4.2 |
1023 | 2024-11-22T01:32:25.392Z | Downloaded tls_codec v0.4.1 |
1024 | 2024-11-22T01:32:25.395Z | Downloaded zopfli v0.8.1 |
1025 | 2024-11-22T01:32:25.397Z | Downloaded url v2.5.3 |
1026 | 2024-11-22T01:32:25.399Z | Downloaded debug-ignore v1.0.5 |
1027 | 2024-11-22T01:32:25.402Z | Downloaded tokio v1.40.0 |
1028 | 2024-11-22T01:32:25.438Z | Downloaded sha3 v0.10.8 |
1029 | 2024-11-22T01:32:25.443Z | Downloaded csv v1.3.0 |
1030 | 2024-11-22T01:32:25.462Z | Downloaded supports-color v3.0.1 |
1031 | 2024-11-22T01:32:25.465Z | Downloaded unsafe-libyaml v0.2.11 |
1032 | 2024-11-22T01:32:25.467Z | Downloaded peg-macros v0.8.4 |
1033 | 2024-11-22T01:32:25.470Z | Downloaded proc-macro-crate v1.3.1 |
1034 | 2024-11-22T01:32:25.471Z | Downloaded fd-lock v4.0.2 |
1035 | 2024-11-22T01:32:25.473Z | Downloaded signal-hook v0.3.17 |
1036 | 2024-11-22T01:32:25.476Z | Downloaded steno v0.4.1 |
1037 | 2024-11-22T01:32:25.479Z | Downloaded zerocopy-derive v0.8.10 |
1038 | 2024-11-22T01:32:25.485Z | Downloaded thiserror-no-std v2.0.2 |
1039 | 2024-11-22T01:32:25.489Z | Downloaded headers v0.4.0 |
1040 | 2024-11-22T01:32:25.494Z | Downloaded publicsuffix v2.2.3 |
1041 | 2024-11-22T01:32:25.497Z | Downloaded slog-term v2.9.1 |
1042 | 2024-11-22T01:32:25.499Z | Downloaded pin-project-lite v0.2.14 |
1043 | 2024-11-22T01:32:25.504Z | Downloaded pin-project-internal v1.1.6 |
1044 | 2024-11-22T01:32:25.506Z | Downloaded unicode-xid v0.2.6 |
1045 | 2024-11-22T01:32:25.508Z | Downloaded libxml v0.3.3 |
1046 | 2024-11-22T01:32:25.513Z | Downloaded rustc-hash v2.0.0 |
1047 | 2024-11-22T01:32:25.515Z | Downloaded rustc-hash v1.1.0 |
1048 | 2024-11-22T01:32:25.515Z | Downloaded phf_codegen v0.11.2 |
1049 | 2024-11-22T01:32:25.517Z | Downloaded percent-encoding v2.3.1 |
1050 | 2024-11-22T01:32:25.517Z | Downloaded pbkdf2 v0.12.2 |
1051 | 2024-11-22T01:32:25.520Z | Downloaded x509-cert v0.2.5 |
1052 | 2024-11-22T01:32:25.524Z | Downloaded crypto-bigint v0.5.5 |
1053 | 2024-11-22T01:32:25.532Z | Downloaded omicron-zone-package v0.11.1 |
1054 | 2024-11-22T01:32:25.535Z | Downloaded libm v0.2.8 |
1055 | 2024-11-22T01:32:25.542Z | Downloaded darling_core v0.20.10 |
1056 | 2024-11-22T01:32:25.547Z | Downloaded tokio-rustls v0.24.1 |
1057 | 2024-11-22T01:32:25.550Z | Downloaded poly1305 v0.8.0 |
1058 | 2024-11-22T01:32:25.552Z | Downloaded derive_more v0.99.18 |
1059 | 2024-11-22T01:32:25.557Z | Downloaded tokio-tungstenite v0.23.1 |
1060 | 2024-11-22T01:32:25.559Z | Downloaded tokio-tungstenite v0.21.0 |
1061 | 2024-11-22T01:32:25.562Z | Downloaded displaydoc v0.2.5 |
1062 | 2024-11-22T01:32:25.565Z | Downloaded diff v0.1.13 |
1063 | 2024-11-22T01:32:25.567Z | Downloaded itertools v0.10.5 |
1064 | 2024-11-22T01:32:25.573Z | Downloaded tinyvec v1.8.0 |
1065 | 2024-11-22T01:32:25.576Z | Downloaded slog v2.7.0 |
1066 | 2024-11-22T01:32:25.579Z | Downloaded prettyplease v0.2.25 |
1067 | 2024-11-22T01:32:25.582Z | Downloaded backtrace v0.3.74 |
1068 | 2024-11-22T01:32:25.587Z | Downloaded encoding_rs v0.8.34 |
1069 | 2024-11-22T01:32:25.608Z | Downloaded env_logger v0.10.2 |
1070 | 2024-11-22T01:32:25.611Z | Downloaded stable_deref_trait v1.2.0 |
1071 | 2024-11-22T01:32:25.614Z | Downloaded snafu-derive v0.8.5 |
1072 | 2024-11-22T01:32:25.614Z | Downloaded chacha20poly1305 v0.10.1 |
1073 | 2024-11-22T01:32:25.616Z | Downloaded native-tls v0.2.12 |
1074 | 2024-11-22T01:32:25.619Z | Downloaded itertools v0.12.1 |
1075 | 2024-11-22T01:32:25.623Z | Downloaded static_assertions v1.1.0 |
1076 | 2024-11-22T01:32:25.626Z | Downloaded num-iter v0.1.45 |
1077 | 2024-11-22T01:32:25.626Z | Downloaded serde_repr v0.1.19 |
1078 | 2024-11-22T01:32:25.629Z | Downloaded flagset v0.4.6 |
1079 | 2024-11-22T01:32:25.632Z | Downloaded fixedbitset v0.4.2 |
1080 | 2024-11-22T01:32:25.632Z | Downloaded serde_derive_internals v0.29.1 |
1081 | 2024-11-22T01:32:25.634Z | Downloaded base64 v0.13.1 |
1082 | 2024-11-22T01:32:25.637Z | Downloaded vsss-rs v3.3.4 |
1083 | 2024-11-22T01:32:25.640Z | Downloaded tracing-attributes v0.1.27 |
1084 | 2024-11-22T01:32:25.642Z | Downloaded crossbeam-utils v0.8.20 |
1085 | 2024-11-22T01:32:25.645Z | Downloaded crc-any v2.5.0 |
1086 | 2024-11-22T01:32:25.648Z | Downloaded dyn-clone v1.0.17 |
1087 | 2024-11-22T01:32:25.650Z | Downloaded rand_chacha v0.3.1 |
1088 | 2024-11-22T01:32:25.651Z | Downloaded synstructure v0.13.1 |
1089 | 2024-11-22T01:32:25.653Z | Downloaded slog-async v2.8.0 |
1090 | 2024-11-22T01:32:25.653Z | Downloaded rand_core v0.6.4 |
1091 | 2024-11-22T01:32:25.657Z | Downloaded difflib v0.4.0 |
1092 | 2024-11-22T01:32:25.658Z | Downloaded defmt-parser v0.3.4 |
1093 | 2024-11-22T01:32:25.658Z | Downloaded defmt-macros v0.3.9 |
1094 | 2024-11-22T01:32:25.661Z | Downloaded strum v0.26.3 |
1095 | 2024-11-22T01:32:25.661Z | Downloaded slog-scope v4.4.0 |
1096 | 2024-11-22T01:32:25.661Z | Downloaded slog-bunyan v2.5.0 |
1097 | 2024-11-22T01:32:25.664Z | Downloaded slog-stdlog v4.1.1 |
1098 | 2024-11-22T01:32:25.664Z | Downloaded crossbeam-epoch v0.9.18 |
1099 | 2024-11-22T01:32:25.667Z | Downloaded serde_path_to_error v0.1.16 |
1100 | 2024-11-22T01:32:25.669Z | Downloaded scopeguard v1.2.0 |
1101 | 2024-11-22T01:32:25.669Z | Downloaded rustls-pemfile v1.0.4 |
1102 | 2024-11-22T01:32:25.671Z | Downloaded resolv-conf v0.7.0 |
1103 | 2024-11-22T01:32:25.674Z | Downloaded csv-core v0.1.11 |
1104 | 2024-11-22T01:32:25.674Z | Downloaded shell-words v1.1.0 |
1105 | 2024-11-22T01:32:25.677Z | Downloaded icu_collections v1.5.0 |
1106 | 2024-11-22T01:32:25.680Z | Downloaded ctr v0.9.2 |
1107 | 2024-11-22T01:32:25.683Z | Downloaded cookie_store v0.21.0 |
1108 | 2024-11-22T01:32:25.685Z | Downloaded colored v2.1.0 |
1109 | 2024-11-22T01:32:25.688Z | Downloaded md-5 v0.10.6 |
1110 | 2024-11-22T01:32:25.692Z | Downloaded ciborium-ll v0.2.2 |
1111 | 2024-11-22T01:32:25.692Z | Downloaded icu_locid_transform_data v1.5.0 |
1112 | 2024-11-22T01:32:25.694Z | Downloaded cexpr v0.6.0 |
1113 | 2024-11-22T01:32:25.694Z | Downloaded instability v0.3.2 |
1114 | 2024-11-22T01:32:25.694Z | Downloaded cmake v0.1.51 |
1115 | 2024-11-22T01:32:25.697Z | Downloaded bitfield v0.14.0 |
1116 | 2024-11-22T01:32:25.697Z | Downloaded console v0.15.8 |
1117 | 2024-11-22T01:32:25.700Z | Downloaded icu_normalizer v1.5.0 |
1118 | 2024-11-22T01:32:25.703Z | Downloaded linear-map v1.2.0 |
1119 | 2024-11-22T01:32:25.706Z | Downloaded icu_locid_transform v1.5.0 |
1120 | 2024-11-22T01:32:25.709Z | Downloaded curve25519-dalek-derive v0.1.1 |
1121 | 2024-11-22T01:32:25.709Z | Downloaded linked-hash-map v0.5.6 |
1122 | 2024-11-22T01:32:25.711Z | Downloaded lalrpop-util v0.19.12 |
1123 | 2024-11-22T01:32:25.711Z | Downloaded idna_adapter v1.2.0 |
1124 | 2024-11-22T01:32:25.711Z | Downloaded icu_properties v1.5.1 |
1125 | 2024-11-22T01:32:25.714Z | Downloaded cbc v0.1.2 |
1126 | 2024-11-22T01:32:25.716Z | Downloaded bb8 v0.8.5 |
1127 | 2024-11-22T01:32:25.719Z | Downloaded bitflags v1.3.2 |
1128 | 2024-11-22T01:32:25.721Z | Downloaded buf-list v1.0.3 |
1129 | 2024-11-22T01:32:25.724Z | Downloaded kstat-rs v0.2.4 |
1130 | 2024-11-22T01:32:25.724Z | Downloaded ipnetwork v0.20.0 |
1131 | 2024-11-22T01:32:25.727Z | Downloaded bcrypt-pbkdf v0.10.0 |
1132 | 2024-11-22T01:32:25.727Z | Downloaded cfg_aliases v0.1.1 |
1133 | 2024-11-22T01:32:25.729Z | Downloaded iana-time-zone v0.1.61 |
1134 | 2024-11-22T01:32:25.729Z | Downloaded cfg_aliases v0.2.1 |
1135 | 2024-11-22T01:32:25.732Z | Downloaded hickory-client v0.24.1 |
1136 | 2024-11-22T01:32:25.735Z | Downloaded base64 v0.22.1 |
1137 | 2024-11-22T01:32:25.737Z | Downloaded heck v0.3.3 |
1138 | 2024-11-22T01:32:25.739Z | Downloaded bumpalo v3.16.0 |
1139 | 2024-11-22T01:32:25.742Z | Downloaded castaway v0.2.3 |
1140 | 2024-11-22T01:32:25.745Z | Downloaded blowfish v0.9.1 |
1141 | 2024-11-22T01:32:25.745Z | Downloaded atomicwrites v0.4.4 |
1142 | 2024-11-22T01:32:25.747Z | Downloaded home v0.5.9 |
1143 | 2024-11-22T01:32:25.747Z | Downloaded hickory-resolver v0.24.1 |
1144 | 2024-11-22T01:32:25.752Z | Downloaded array-init v0.0.4 |
1145 | 2024-11-22T01:32:25.755Z | Downloaded http-range v0.1.5 |
1146 | 2024-11-22T01:32:25.755Z | Downloaded http-body v1.0.1 |
1147 | 2024-11-22T01:32:25.757Z | Downloaded bit-vec v0.6.3 |
1148 | 2024-11-22T01:32:25.757Z | Downloaded bit-set v0.5.3 |
1149 | 2024-11-22T01:32:25.761Z | Downloaded async-stream-impl v0.3.6 |
1150 | 2024-11-22T01:32:25.761Z | Downloaded async-bb8-diesel v0.2.1 |
1151 | 2024-11-22T01:32:25.763Z | Downloaded aho-corasick v1.1.3 |
1152 | 2024-11-22T01:32:25.768Z | Downloaded aes-gcm v0.10.3 |
1153 | 2024-11-22T01:32:25.770Z | Downloaded async-recursion v1.1.1 |
1154 | 2024-11-22T01:32:25.774Z | Downloaded addr2line v0.24.2 |
1155 | 2024-11-22T01:32:25.776Z | Downloaded adler2 v2.0.0 |
1156 | 2024-11-22T01:32:25.779Z | Downloaded assert_matches v1.5.0 |
1157 | 2024-11-22T01:32:25.779Z | Downloaded arrayvec v0.7.6 |
1158 | 2024-11-22T01:32:25.781Z | Downloaded argon2 v0.5.3 |
1159 | 2024-11-22T01:32:25.784Z | Downloaded aes v0.8.4 |
1160 | 2024-11-22T01:32:25.787Z | Downloaded arc-swap v1.7.1 |
1161 | 2024-11-22T01:32:25.791Z | Downloaded allocator-api2 v0.2.18 |
1162 | 2024-11-22T01:32:25.904Z | Downloaded libsqlite3-sys v0.30.1 |
1163 | 2024-11-22T01:32:25.983Z | Downloaded ring v0.16.20 |
1164 | 2024-11-22T01:32:26.157Z | Downloaded ring v0.17.8 |
1165 | 2024-11-22T01:32:26.470Z | Downloaded aws-lc-sys v0.22.0 |
1166 | 2024-11-22T01:32:26.781Z | Compiling serde v1.0.215 |
1167 | 2024-11-22T01:32:26.784Z | Compiling lock_api v0.4.12 |
1168 | 2024-11-22T01:32:26.784Z | Compiling scopeguard v1.2.0 |
1169 | 2024-11-22T01:32:26.784Z | Compiling value-bag v1.9.0 |
1170 | 2024-11-22T01:32:26.784Z | Compiling typenum v1.17.0 |
1171 | 2024-11-22T01:32:26.939Z | Compiling generic-array v0.14.7 |
1172 | 2024-11-22T01:32:26.979Z | Compiling syn v2.0.87 |
1173 | 2024-11-22T01:32:26.994Z | Compiling getrandom v0.2.15 |
1174 | 2024-11-22T01:32:27.103Z | Compiling shlex v1.3.0 |
1175 | 2024-11-22T01:32:27.283Z | Compiling rand_core v0.6.4 |
1176 | 2024-11-22T01:32:27.419Z | Compiling log v0.4.22 |
1177 | 2024-11-22T01:32:27.507Z | Compiling subtle v2.6.1 |
1178 | 2024-11-22T01:32:27.510Z | Compiling jobserver v0.1.32 |
1179 | 2024-11-22T01:32:27.555Z | Compiling const-oid v0.9.6 |
1180 | 2024-11-22T01:32:27.806Z | Compiling smallvec v1.13.2 |
1181 | 2024-11-22T01:32:27.850Z | Compiling spin v0.9.8 |
1182 | 2024-11-22T01:32:27.872Z | Compiling cc v1.1.30 |
1183 | 2024-11-22T01:32:28.244Z | Compiling pin-project-lite v0.2.14 |
1184 | 2024-11-22T01:32:28.263Z | Compiling rustix v0.38.37 |
1185 | 2024-11-22T01:32:28.299Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-11-22T01:32:28.379Z | Compiling futures-core v0.3.31 |
1187 | 2024-11-22T01:32:28.571Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-11-22T01:32:28.765Z | Compiling mio v1.0.2 |
1189 | 2024-11-22T01:32:29.265Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-11-22T01:32:29.481Z | Compiling parking_lot v0.12.3 |
1191 | 2024-11-22T01:32:29.633Z | Compiling either v1.13.0 |
1192 | 2024-11-22T01:32:29.722Z | Compiling cpufeatures v0.2.14 |
1193 | 2024-11-22T01:32:29.792Z | Compiling regex-syntax v0.8.5 |
1194 | 2024-11-22T01:32:29.839Z | Compiling lazy_static v1.5.0 |
1195 | 2024-11-22T01:32:29.975Z | Compiling glob v0.3.1 |
1196 | 2024-11-22T01:32:30.084Z | Compiling futures-sink v0.3.31 |
1197 | 2024-11-22T01:32:30.124Z | Compiling stable_deref_trait v1.2.0 |
1198 | 2024-11-22T01:32:30.242Z | Compiling socket2 v0.5.7 |
1199 | 2024-11-22T01:32:30.261Z | Compiling slab v0.4.9 |
1200 | 2024-11-22T01:32:30.501Z | Compiling prettyplease v0.2.25 |
1201 | 2024-11-22T01:32:30.726Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-11-22T01:32:31.090Z | Compiling clang-sys v1.8.1 |
1203 | 2024-11-22T01:32:31.163Z | Compiling nom v7.1.3 |
1204 | 2024-11-22T01:32:31.287Z | Compiling libloading v0.8.5 |
1205 | 2024-11-22T01:32:31.308Z | Compiling home v0.5.9 |
1206 | 2024-11-22T01:32:31.602Z | Compiling bindgen v0.69.5 |
1207 | 2024-11-22T01:32:31.747Z | Compiling serde_json v1.0.132 |
1208 | 2024-11-22T01:32:32.121Z | Compiling futures-channel v0.3.31 |
1209 | 2024-11-22T01:32:32.454Z | Compiling itertools v0.12.1 |
1210 | 2024-11-22T01:32:32.552Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-11-22T01:32:32.584Z | Compiling futures-task v0.3.31 |
1212 | 2024-11-22T01:32:32.699Z | Compiling allocator-api2 v0.2.18 |
1213 | 2024-11-22T01:32:32.888Z | Compiling lazycell v1.3.0 |
1214 | 2024-11-22T01:32:33.065Z | Compiling foldhash v0.1.3 |
1215 | 2024-11-22T01:32:33.402Z | Compiling futures-io v0.3.31 |
1216 | 2024-11-22T01:32:33.517Z | Compiling pin-utils v0.1.0 |
1217 | 2024-11-22T01:32:33.628Z | Compiling regex-automata v0.4.8 |
1218 | 2024-11-22T01:32:33.760Z | Compiling hashbrown v0.15.0 |
1219 | 2024-11-22T01:32:35.043Z | Compiling synstructure v0.13.1 |
1220 | 2024-11-22T01:32:35.130Z | Compiling cexpr v0.6.0 |
1221 | 2024-11-22T01:32:35.683Z | Compiling cmake v0.1.51 |
1222 | 2024-11-22T01:32:36.751Z | Compiling fs_extra v1.3.0 |
1223 | 2024-11-22T01:32:36.807Z | Compiling dunce v1.0.5 |
1224 | 2024-11-22T01:32:36.836Z | Compiling libm v0.2.8 |
1225 | 2024-11-22T01:32:36.945Z | Compiling pkg-config v0.3.31 |
1226 | 2024-11-22T01:32:37.002Z | Compiling tinyvec_macros v0.1.1 |
1227 | 2024-11-22T01:32:37.105Z | Compiling tinyvec v1.8.0 |
1228 | 2024-11-22T01:32:37.186Z | Compiling num-traits v0.2.19 |
1229 | 2024-11-22T01:32:37.723Z | Compiling ring v0.17.8 |
1230 | 2024-11-22T01:32:38.357Z | Compiling writeable v0.5.5 |
1231 | 2024-11-22T01:32:38.576Z | Compiling paste v1.0.15 |
1232 | 2024-11-22T01:32:38.664Z | Compiling unicode-normalization v0.1.24 |
1233 | 2024-11-22T01:32:38.796Z | Compiling unicode-bidi v0.3.17 |
1234 | 2024-11-22T01:32:38.897Z | Compiling litemap v0.7.3 |
1235 | 2024-11-22T01:32:39.014Z | Compiling base64ct v1.6.0 |
1236 | 2024-11-22T01:32:39.608Z | Compiling regex v1.11.1 |
1237 | 2024-11-22T01:32:39.787Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-11-22T01:32:40.208Z | Compiling httparse v1.9.5 |
1239 | 2024-11-22T01:32:40.488Z | Compiling aws-lc-rs v1.10.0 |
1240 | 2024-11-22T01:32:40.726Z | Compiling flagset v0.4.6 |
1241 | 2024-11-22T01:32:40.962Z | Compiling tracing-core v0.1.32 |
1242 | 2024-11-22T01:32:41.032Z | Compiling rustls-pki-types v1.9.0 |
1243 | 2024-11-22T01:32:41.262Z | Compiling percent-encoding v2.3.1 |
1244 | 2024-11-22T01:32:41.644Z | Compiling crossbeam-utils v0.8.20 |
1245 | 2024-11-22T01:32:42.092Z | Compiling serde_derive v1.0.215 |
1246 | 2024-11-22T01:32:42.110Z | Compiling zeroize_derive v1.4.2 |
1247 | 2024-11-22T01:32:42.142Z | Compiling zerocopy-derive v0.7.35 |
1248 | 2024-11-22T01:32:42.266Z | Compiling tokio-macros v2.4.0 |
1249 | 2024-11-22T01:32:42.355Z | Compiling zerofrom-derive v0.1.4 |
1250 | 2024-11-22T01:32:43.813Z | Compiling zeroize v1.8.1 |
1251 | 2024-11-22T01:32:43.882Z | Compiling thiserror-impl v1.0.69 |
1252 | 2024-11-22T01:32:44.147Z | Compiling yoke-derive v0.7.4 |
1253 | 2024-11-22T01:32:44.456Z | Compiling zerocopy v0.7.35 |
1254 | 2024-11-22T01:32:45.165Z | Compiling futures-macro v0.3.31 |
1255 | 2024-11-22T01:32:45.539Z | Compiling crypto-common v0.1.6 |
1256 | 2024-11-22T01:32:45.790Z | Compiling block-buffer v0.10.4 |
1257 | 2024-11-22T01:32:46.075Z | Compiling digest v0.10.7 |
1258 | 2024-11-22T01:32:46.123Z | Compiling zerovec-derive v0.10.3 |
1259 | 2024-11-22T01:32:46.564Z | Compiling hmac v0.12.1 |
1260 | 2024-11-22T01:32:46.614Z | Compiling zerofrom v0.1.4 |
1261 | 2024-11-22T01:32:46.823Z | Compiling block-padding v0.3.3 |
1262 | 2024-11-22T01:32:46.858Z | Compiling displaydoc v0.2.5 |
1263 | 2024-11-22T01:32:47.006Z | Compiling sha2 v0.10.8 |
1264 | 2024-11-22T01:32:47.071Z | Compiling inout v0.1.3 |
1265 | 2024-11-22T01:32:47.190Z | Compiling futures-util v0.3.31 |
1266 | 2024-11-22T01:32:47.252Z | Compiling yoke v0.7.4 |
1267 | 2024-11-22T01:32:47.357Z | Compiling cipher v0.4.4 |
1268 | 2024-11-22T01:32:47.379Z | Compiling thiserror v1.0.69 |
1269 | 2024-11-22T01:32:47.525Z | Compiling ppv-lite86 v0.2.20 |
1270 | 2024-11-22T01:32:47.629Z | Compiling der_derive v0.7.3 |
1271 | 2024-11-22T01:32:47.913Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2024-11-22T01:32:48.399Z | Compiling rand_chacha v0.3.1 |
1273 | 2024-11-22T01:32:48.692Z | Compiling tracing-attributes v0.1.27 |
1274 | 2024-11-22T01:32:48.934Z | Compiling zerovec v0.10.4 |
1275 | 2024-11-22T01:32:49.165Z | Compiling icu_locid_transform_data v1.5.0 |
1276 | 2024-11-22T01:32:49.274Z | Compiling rand v0.8.5 |
1277 | 2024-11-22T01:32:50.246Z | Compiling der v0.7.9 |
1278 | 2024-11-22T01:32:50.750Z | Compiling tinystr v0.7.6 |
1279 | 2024-11-22T01:32:50.887Z | Compiling icu_collections v1.5.0 |
1280 | 2024-11-22T01:32:51.176Z | Compiling icu_locid v1.5.0 |
1281 | 2024-11-22T01:32:51.224Z | Compiling salsa20 v0.10.2 |
1282 | 2024-11-22T01:32:51.470Z | Compiling pest v2.7.14 |
1283 | 2024-11-22T01:32:51.526Z | Compiling pbkdf2 v0.12.2 |
1284 | 2024-11-22T01:32:52.370Z | Compiling icu_provider v1.5.0 |
1285 | 2024-11-22T01:32:52.457Z | Compiling spki v0.7.3 |
1286 | 2024-11-22T01:32:52.578Z | Compiling tracing v0.1.40 |
1287 | 2024-11-22T01:32:52.858Z | Compiling untrusted v0.9.0 |
1288 | 2024-11-22T01:32:53.045Z | Compiling time-core v0.1.2 |
1289 | 2024-11-22T01:32:53.092Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2024-11-22T01:32:53.231Z | Compiling icu_properties_data v1.5.0 |
1291 | 2024-11-22T01:32:53.524Z | Compiling num-conv v0.1.0 |
1292 | 2024-11-22T01:32:53.547Z | Compiling vcpkg v0.2.15 |
1293 | 2024-11-22T01:32:53.594Z | Compiling powerfmt v0.2.0 |
1294 | 2024-11-22T01:32:53.676Z | Compiling mirai-annotations v1.12.0 |
1295 | 2024-11-22T01:32:53.698Z | Compiling untrusted v0.7.1 |
1296 | 2024-11-22T01:32:53.821Z | Compiling time-macros v0.2.18 |
1297 | 2024-11-22T01:32:53.884Z | Compiling deranged v0.3.11 |
1298 | 2024-11-22T01:32:54.601Z | Compiling icu_properties v1.5.1 |
1299 | 2024-11-22T01:32:55.327Z | Compiling pest_meta v2.7.14 |
1300 | 2024-11-22T01:32:55.830Z | Compiling openssl-sys v0.9.103 |
1301 | 2024-11-22T01:32:55.848Z | Compiling scrypt v0.11.0 |
1302 | 2024-11-22T01:32:55.903Z | Compiling aes v0.8.4 |
1303 | 2024-11-22T01:32:56.447Z | Compiling cbc v0.1.2 |
1304 | 2024-11-22T01:32:56.704Z | Compiling bitflags v2.6.0 |
1305 | 2024-11-22T01:32:56.971Z | Compiling bytes v1.8.0 |
1306 | 2024-11-22T01:32:57.235Z | Compiling indexmap v2.6.0 |
1307 | 2024-11-22T01:32:57.721Z | Compiling semver v1.0.23 |
1308 | 2024-11-22T01:32:58.350Z | Compiling tokio v1.40.0 |
1309 | 2024-11-22T01:32:58.527Z | Compiling http v1.1.0 |
1310 | 2024-11-22T01:32:58.755Z | Compiling rustc_version v0.4.1 |
1311 | 2024-11-22T01:32:58.836Z | Compiling scroll_derive v0.12.0 |
1312 | 2024-11-22T01:32:59.578Z | Compiling num_threads v0.1.7 |
1313 | 2024-11-22T01:32:59.660Z | Compiling write16 v1.0.0 |
1314 | 2024-11-22T01:32:59.717Z | Compiling icu_normalizer_data v1.5.0 |
1315 | 2024-11-22T01:32:59.796Z | Compiling atomic-waker v1.1.2 |
1316 | 2024-11-22T01:32:59.826Z | Compiling utf8_iter v1.0.4 |
1317 | 2024-11-22T01:32:59.990Z | Compiling utf16_iter v1.0.5 |
1318 | 2024-11-22T01:33:00.078Z | Compiling time v0.3.36 |
1319 | 2024-11-22T01:33:00.192Z | Compiling icu_normalizer v1.5.0 |
1320 | 2024-11-22T01:33:00.389Z | Compiling scroll v0.12.0 |
1321 | 2024-11-22T01:33:00.498Z | Compiling http-body v1.0.1 |
1322 | 2024-11-22T01:33:00.680Z | Compiling pkcs5 v0.7.1 |
1323 | 2024-11-22T01:33:00.737Z | Compiling pest_generator v2.7.14 |
1324 | 2024-11-22T01:33:00.931Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-11-22T01:33:01.087Z | Compiling which v4.4.2 |
1326 | 2024-11-22T01:33:01.278Z | Compiling try-lock v0.2.5 |
1327 | 2024-11-22T01:33:01.727Z | Compiling slog v2.7.0 |
1328 | 2024-11-22T01:33:01.885Z | Compiling want v0.3.1 |
1329 | 2024-11-22T01:33:02.177Z | Compiling pkcs8 v0.10.2 |
1330 | 2024-11-22T01:33:02.241Z | Compiling goblin v0.8.2 |
1331 | 2024-11-22T01:33:02.337Z | Compiling idna_adapter v1.2.0 |
1332 | 2024-11-22T01:33:02.566Z | Compiling httpdate v1.0.3 |
1333 | 2024-11-22T01:33:02.583Z | Compiling idna v1.0.3 |
1334 | 2024-11-22T01:33:02.828Z | Compiling pest_derive v2.7.14 |
1335 | 2024-11-22T01:33:03.042Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2024-11-22T01:33:03.709Z | Compiling dtrace-parser v0.2.0 |
1337 | 2024-11-22T01:33:03.729Z | Compiling uuid v1.11.0 |
1338 | 2024-11-22T01:33:03.829Z | Compiling serde_spanned v0.6.8 |
1339 | 2024-11-22T01:33:04.074Z | Compiling toml_datetime v0.6.8 |
1340 | 2024-11-22T01:33:04.549Z | Compiling foreign-types-shared v0.1.1 |
1341 | 2024-11-22T01:33:04.609Z | Compiling tower-service v0.3.3 |
1342 | 2024-11-22T01:33:04.668Z | Compiling openssl v0.10.66 |
1343 | 2024-11-22T01:33:04.743Z | Compiling base64 v0.22.1 |
1344 | 2024-11-22T01:33:05.087Z | Compiling iana-time-zone v0.1.61 |
1345 | 2024-11-22T01:33:05.173Z | Compiling adler2 v2.0.0 |
1346 | 2024-11-22T01:33:05.377Z | Compiling rustversion v1.0.17 |
1347 | 2024-11-22T01:33:05.397Z | Compiling match_cfg v0.1.0 |
1348 | 2024-11-22T01:33:05.497Z | Compiling hostname v0.3.1 |
1349 | 2024-11-22T01:33:05.528Z | Compiling miniz_oxide v0.8.0 |
1350 | 2024-11-22T01:33:05.531Z | Compiling chrono v0.4.38 |
1351 | 2024-11-22T01:33:05.791Z | Compiling foreign-types v0.3.2 |
1352 | 2024-11-22T01:33:05.891Z | Compiling url v2.5.3 |
1353 | 2024-11-22T01:33:06.177Z | Compiling openssl-macros v0.1.1 |
1354 | 2024-11-22T01:33:06.972Z | Compiling tokio-util v0.7.12 |
1355 | 2024-11-22T01:33:07.124Z | Compiling async-trait v0.1.83 |
1356 | 2024-11-22T01:33:07.328Z | Compiling dirs-sys-next v0.1.2 |
1357 | 2024-11-22T01:33:07.956Z | Compiling dof v0.3.0 |
1358 | 2024-11-22T01:33:07.976Z | Compiling data-encoding v2.6.0 |
1359 | 2024-11-22T01:33:08.462Z | Compiling h2 v0.4.6 |
1360 | 2024-11-22T01:33:09.327Z | Compiling usdt-impl v0.5.0 |
1361 | 2024-11-22T01:33:09.877Z | Compiling native-tls v0.2.12 |
1362 | 2024-11-22T01:33:10.599Z | Compiling syn v1.0.109 |
1363 | 2024-11-22T01:33:10.607Z | Compiling rustls v0.22.4 |
1364 | 2024-11-22T01:33:10.607Z | Compiling siphasher v0.3.11 |
1365 | 2024-11-22T01:33:10.607Z | Compiling rustls v0.23.14 |
1366 | 2024-11-22T01:33:10.819Z | Compiling dirs-next v2.0.0 |
1367 | 2024-11-22T01:33:10.933Z | Compiling http-body-util v0.1.2 |
1368 | 2024-11-22T01:33:11.016Z | Compiling heapless v0.7.17 |
1369 | 2024-11-22T01:33:11.457Z | Compiling crossbeam-epoch v0.9.18 |
1370 | 2024-11-22T01:33:11.481Z | Compiling signature v2.2.0 |
1371 | 2024-11-22T01:33:11.790Z | Compiling sha1 v0.10.6 |
1372 | 2024-11-22T01:33:12.222Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1373 | 2024-11-22T01:33:12.252Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2024-11-22T01:33:12.324Z | Compiling thread_local v1.1.8 |
1375 | 2024-11-22T01:33:12.655Z | Compiling multer v3.1.0 |
1376 | 2024-11-22T01:33:12.706Z | Compiling encoding_rs v0.8.34 |
1377 | 2024-11-22T01:33:12.895Z | Compiling cookie v0.18.1 |
1378 | 2024-11-22T01:33:12.940Z | Compiling rayon-core v1.12.1 |
1379 | 2024-11-22T01:33:13.184Z | Compiling mime v0.3.17 |
1380 | 2024-11-22T01:33:13.211Z | Compiling signal-hook v0.3.17 |
1381 | 2024-11-22T01:33:13.525Z | Compiling gimli v0.31.1 |
1382 | 2024-11-22T01:33:13.875Z | Compiling slog-async v2.8.0 |
1383 | 2024-11-22T01:33:14.171Z | Compiling openssl-probe v0.1.5 |
1384 | 2024-11-22T01:33:14.400Z | Compiling unicode-properties v0.1.3 |
1385 | 2024-11-22T01:33:14.544Z | Compiling ipnet v2.10.1 |
1386 | 2024-11-22T01:33:14.806Z | Compiling schemars v0.8.21 |
1387 | 2024-11-22T01:33:15.091Z | Compiling schemars_derive v0.8.21 |
1388 | 2024-11-22T01:33:15.173Z | Compiling stringprep v0.1.5 |
1389 | 2024-11-22T01:33:15.817Z | Compiling hyper v1.5.0 |
1390 | 2024-11-22T01:33:16.668Z | Compiling toml_edit v0.22.22 |
1391 | 2024-11-22T01:33:18.572Z | Compiling hyper-util v0.1.10 |
1392 | 2024-11-22T01:33:18.892Z | Compiling addr2line v0.24.2 |
1393 | 2024-11-22T01:33:19.118Z | Compiling usdt-attr-macro v0.5.0 |
1394 | 2024-11-22T01:33:19.443Z | Compiling usdt-macro v0.5.0 |
1395 | 2024-11-22T01:33:19.576Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2024-11-22T01:33:19.673Z | Compiling term v0.7.0 |
1397 | 2024-11-22T01:33:20.036Z | Compiling slog-json v2.6.1 |
1398 | 2024-11-22T01:33:20.416Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-11-22T01:33:20.772Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2024-11-22T01:33:20.955Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-11-22T01:33:20.987Z | Compiling enum-as-inner v0.6.1 |
1402 | 2024-11-22T01:33:21.229Z | Compiling futures-executor v0.3.31 |
1403 | 2024-11-22T01:33:21.391Z | Compiling md-5 v0.10.6 |
1404 | 2024-11-22T01:33:21.669Z | Compiling async-stream-impl v0.3.6 |
1405 | 2024-11-22T01:33:21.766Z | Compiling rustls-pemfile v2.2.0 |
1406 | 2024-11-22T01:33:21.821Z | Compiling num-integer v0.1.46 |
1407 | 2024-11-22T01:33:22.043Z | Compiling idna v0.4.0 |
1408 | 2024-11-22T01:33:22.084Z | Compiling idna v0.3.0 |
1409 | 2024-11-22T01:33:22.110Z | Compiling hash32 v0.2.1 |
1410 | 2024-11-22T01:33:22.474Z | Compiling ff v0.13.0 |
1411 | 2024-11-22T01:33:22.627Z | Compiling is-terminal v0.4.13 |
1412 | 2024-11-22T01:33:22.715Z | Compiling dropshot v0.12.0 |
1413 | 2024-11-22T01:33:22.760Z | Compiling object v0.36.5 |
1414 | 2024-11-22T01:33:22.987Z | Compiling num-bigint-dig v0.8.4 |
1415 | 2024-11-22T01:33:23.018Z | Compiling dyn-clone v1.0.17 |
1416 | 2024-11-22T01:33:23.247Z | Compiling rustc-demangle v0.1.24 |
1417 | 2024-11-22T01:33:23.289Z | Compiling utf-8 v0.7.6 |
1418 | 2024-11-22T01:33:23.692Z | Compiling anyhow v1.0.93 |
1419 | 2024-11-22T01:33:23.767Z | Compiling base16ct v0.2.0 |
1420 | 2024-11-22T01:33:23.848Z | Compiling take_mut v0.2.2 |
1421 | 2024-11-22T01:33:24.017Z | Compiling linked-hash-map v0.5.6 |
1422 | 2024-11-22T01:33:24.104Z | Compiling psl-types v2.0.11 |
1423 | 2024-11-22T01:33:24.281Z | Compiling quick-error v1.2.3 |
1424 | 2024-11-22T01:33:24.313Z | Compiling smoltcp v0.9.1 |
1425 | 2024-11-22T01:33:24.357Z | Compiling fallible-iterator v0.2.0 |
1426 | 2024-11-22T01:33:24.381Z | Compiling portable-atomic v1.9.0 |
1427 | 2024-11-22T01:33:24.427Z | Compiling resolv-conf v0.7.0 |
1428 | 2024-11-22T01:33:25.085Z | Compiling postgres-protocol v0.6.7 |
1429 | 2024-11-22T01:33:25.130Z | Compiling lru-cache v0.1.2 |
1430 | 2024-11-22T01:33:25.257Z | Compiling publicsuffix v2.2.3 |
1431 | 2024-11-22T01:33:25.463Z | Compiling sec1 v0.7.3 |
1432 | 2024-11-22T01:33:25.504Z | Compiling tungstenite v0.24.0 |
1433 | 2024-11-22T01:33:26.054Z | Compiling async-stream v0.3.6 |
1434 | 2024-11-22T01:33:26.425Z | Compiling hickory-proto v0.24.1 |
1435 | 2024-11-22T01:33:26.443Z | Compiling slog-term v2.9.1 |
1436 | 2024-11-22T01:33:26.543Z | Compiling usdt v0.5.0 |
1437 | 2024-11-22T01:33:27.058Z | Compiling group v0.13.0 |
1438 | 2024-11-22T01:33:27.732Z | Compiling num-iter v0.1.45 |
1439 | 2024-11-22T01:33:27.917Z | Compiling futures v0.3.31 |
1440 | 2024-11-22T01:33:28.048Z | Compiling slog-bunyan v2.5.0 |
1441 | 2024-11-22T01:33:28.069Z | Compiling toml v0.8.19 |
1442 | 2024-11-22T01:33:29.485Z | Compiling tokio-native-tls v0.3.1 |
1443 | 2024-11-22T01:33:29.966Z | Compiling camino v1.1.9 |
1444 | 2024-11-22T01:33:30.106Z | Compiling phf_shared v0.11.2 |
1445 | 2024-11-22T01:33:30.511Z | Compiling backtrace v0.3.74 |
1446 | 2024-11-22T01:33:30.908Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2024-11-22T01:33:30.946Z | Compiling terminal_size v0.4.0 |
1448 | 2024-11-22T01:33:30.966Z | Compiling waitgroup v0.1.2 |
1449 | 2024-11-22T01:33:31.028Z | Compiling openapiv3 v2.0.0 |
1450 | 2024-11-22T01:33:31.174Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2024-11-22T01:33:31.202Z | Compiling hkdf v0.12.4 |
1452 | 2024-11-22T01:33:31.455Z | Compiling crypto-bigint v0.5.5 |
1453 | 2024-11-22T01:33:32.106Z | Compiling curve25519-dalek-derive v0.1.1 |
1454 | 2024-11-22T01:33:33.705Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-11-22T01:33:34.249Z | Compiling hubpack_derive v0.1.1 |
1456 | 2024-11-22T01:33:34.274Z | Compiling webpki-roots v0.26.6 |
1457 | 2024-11-22T01:33:34.497Z | Compiling idna v0.5.0 |
1458 | 2024-11-22T01:33:35.143Z | Compiling hostname v0.4.0 |
1459 | 2024-11-22T01:33:35.391Z | Compiling fs-err v2.11.0 |
1460 | 2024-11-22T01:33:35.582Z | Compiling crc32fast v1.4.2 |
1461 | 2024-11-22T01:33:35.627Z | Compiling ahash v0.8.11 |
1462 | 2024-11-22T01:33:35.683Z | Compiling debug-ignore v1.0.5 |
1463 | 2024-11-22T01:33:35.848Z | Compiling bitflags v1.3.2 |
1464 | 2024-11-22T01:33:35.906Z | Compiling winnow v0.5.40 |
1465 | 2024-11-22T01:33:35.958Z | Compiling managed v0.8.0 |
1466 | 2024-11-22T01:33:35.998Z | Compiling zerocopy v0.6.6 |
1467 | 2024-11-22T01:33:36.053Z | Compiling clap_builder v4.5.21 |
1468 | 2024-11-22T01:33:36.204Z | Compiling console v0.15.8 |
1469 | 2024-11-22T01:33:36.867Z | Compiling flate2 v1.0.34 |
1470 | 2024-11-22T01:33:37.158Z | Compiling strum_macros v0.25.3 |
1471 | 2024-11-22T01:33:37.802Z | Compiling cookie_store v0.21.0 |
1472 | 2024-11-22T01:33:37.824Z | Compiling hubpack v0.1.2 |
1473 | 2024-11-22T01:33:37.894Z | Compiling elliptic-curve v0.13.8 |
1474 | 2024-11-22T01:33:38.661Z | Compiling hickory-resolver v0.24.1 |
1475 | 2024-11-22T01:33:39.517Z | Compiling toml_edit v0.19.15 |
1476 | 2024-11-22T01:33:39.716Z | Compiling phf v0.11.2 |
1477 | 2024-11-22T01:33:39.826Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2024-11-22T01:33:40.001Z | Compiling hyper-tls v0.6.0 |
1479 | 2024-11-22T01:33:40.022Z | Compiling rayon v1.10.0 |
1480 | 2024-11-22T01:33:40.441Z | Compiling bzip2 v0.4.4 |
1481 | 2024-11-22T01:33:41.457Z | Compiling tokio-tungstenite v0.24.0 |
1482 | 2024-11-22T01:33:42.021Z | Compiling postgres-types v0.2.8 |
1483 | 2024-11-22T01:33:44.973Z | Compiling ed25519 v2.2.3 |
1484 | 2024-11-22T01:33:44.993Z | Compiling phf_shared v0.10.0 |
1485 | 2024-11-22T01:33:45.407Z | Compiling tokio-stream v0.1.16 |
1486 | 2024-11-22T01:33:45.556Z | Compiling pkcs1 v0.7.5 |
1487 | 2024-11-22T01:33:45.749Z | Compiling serde-big-array v0.5.1 |
1488 | 2024-11-22T01:33:46.010Z | Compiling clap_derive v4.5.18 |
1489 | 2024-11-22T01:33:46.586Z | Compiling rfc6979 v0.4.0 |
1490 | 2024-11-22T01:33:46.652Z | Compiling serde_repr v0.1.19 |
1491 | 2024-11-22T01:33:46.652Z | Compiling derive-where v1.2.7 |
1492 | 2024-11-22T01:33:46.779Z | Compiling float-cmp v0.9.0 |
1493 | 2024-11-22T01:33:46.881Z | Compiling bstr v1.10.0 |
1494 | 2024-11-22T01:33:46.977Z | Compiling sync_wrapper v1.0.1 |
1495 | 2024-11-22T01:33:47.137Z | Compiling precomputed-hash v0.1.1 |
1496 | 2024-11-22T01:33:47.264Z | Compiling predicates-core v1.0.8 |
1497 | 2024-11-22T01:33:47.619Z | Compiling fixedbitset v0.4.2 |
1498 | 2024-11-22T01:33:47.755Z | Compiling number_prefix v0.4.0 |
1499 | 2024-11-22T01:33:47.874Z | Compiling bit-vec v0.6.3 |
1500 | 2024-11-22T01:33:47.994Z | Compiling static_assertions v1.1.0 |
1501 | 2024-11-22T01:33:48.080Z | Compiling unicode-width v0.2.0 |
1502 | 2024-11-22T01:33:48.101Z | Compiling new_debug_unreachable v1.0.6 |
1503 | 2024-11-22T01:33:48.201Z | Compiling whoami v1.5.2 |
1504 | 2024-11-22T01:33:48.325Z | Compiling normalize-line-endings v0.3.0 |
1505 | 2024-11-22T01:33:48.465Z | Compiling difflib v0.4.0 |
1506 | 2024-11-22T01:33:48.650Z | Compiling unicode-segmentation v1.12.0 |
1507 | 2024-11-22T01:33:48.765Z | Compiling indicatif v0.17.9 |
1508 | 2024-11-22T01:33:48.866Z | Compiling predicates v3.1.2 |
1509 | 2024-11-22T01:33:49.569Z | Compiling similar v2.6.0 |
1510 | 2024-11-22T01:33:50.180Z | Compiling tokio-postgres v0.7.12 |
1511 | 2024-11-22T01:33:50.333Z | Compiling bit-set v0.5.3 |
1512 | 2024-11-22T01:33:50.627Z | Compiling string_cache v0.8.7 |
1513 | 2024-11-22T01:33:50.686Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1514 | 2024-11-22T01:33:51.047Z | Compiling petgraph v0.6.5 |
1515 | 2024-11-22T01:33:51.128Z | Compiling ecdsa v0.16.9 |
1516 | 2024-11-22T01:33:51.184Z | Compiling clap v4.5.21 |
1517 | 2024-11-22T01:33:51.315Z | Compiling rsa v0.9.6 |
1518 | 2024-11-22T01:33:51.999Z | Compiling ed25519-dalek v2.1.1 |
1519 | 2024-11-22T01:33:52.040Z | Compiling toml v0.7.8 |
1520 | 2024-11-22T01:33:53.333Z | Compiling zip v0.6.6 |
1521 | 2024-11-22T01:33:53.876Z | Compiling crossterm v0.28.1 |
1522 | 2024-11-22T01:33:55.635Z | Compiling hex v0.4.3 |
1523 | 2024-11-22T01:33:55.710Z | Compiling x509-cert v0.2.5 |
1524 | 2024-11-22T01:33:55.937Z | Compiling itertools v0.10.5 |
1525 | 2024-11-22T01:33:56.142Z | Compiling unicode-xid v0.2.6 |
1526 | 2024-11-22T01:33:56.243Z | Compiling lalrpop-util v0.19.12 |
1527 | 2024-11-22T01:33:56.324Z | Compiling peg-runtime v0.8.3 |
1528 | 2024-11-22T01:33:56.593Z | Compiling strum_macros v0.26.4 |
1529 | 2024-11-22T01:33:56.994Z | Compiling xattr v1.3.1 |
1530 | 2024-11-22T01:33:57.271Z | Compiling filetime v0.2.25 |
1531 | 2024-11-22T01:33:58.146Z | Compiling tar v0.4.42 |
1532 | 2024-11-22T01:34:01.596Z | Compiling strum v0.26.3 |
1533 | 2024-11-22T01:34:04.427Z | Compiling aws-lc-sys v0.22.0 |
1534 | 2024-11-22T01:34:32.603Z | Compiling rustls-webpki v0.102.8 |
1535 | 2024-11-22T01:34:36.088Z | Compiling tokio-rustls v0.25.0 |
1536 | 2024-11-22T01:34:37.696Z | Compiling tokio-rustls v0.26.0 |
1537 | 2024-11-22T01:34:38.101Z | Compiling hyper-rustls v0.27.3 |
1538 | 2024-11-22T01:34:38.468Z | Compiling reqwest v0.12.9 |
1539 | 2024-11-22T01:34:39.532Z | Compiling qorb v0.2.0 |
1540 | 2024-11-22T01:34:44.530Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1541 | 2024-11-22T01:34:44.770Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1542 | 2024-11-22T01:34:50.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1543 | 2024-11-22T01:34:50.799Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1544 | 2024-11-22T01:34:50.851Z | Nov 22 01:34:50.290 INFO Starting download, target: DendriteOpenapi |
1545 | 2024-11-22T01:34:50.851Z | Nov 22 01:34:50.291 INFO Starting download, target: Clickhouse |
1546 | 2024-11-22T01:34:50.851Z | Nov 22 01:34:50.291 INFO Starting download, target: Console |
1547 | 2024-11-22T01:34:50.851Z | Nov 22 01:34:50.291 INFO Starting download, target: DendriteStub |
1548 | 2024-11-22T01:34:50.851Z | Nov 22 01:34:50.291 INFO Starting download, target: Cockroach |
1549 | 2024-11-22T01:34:50.851Z | Nov 22 01:34:50.291 INFO Starting download, target: MaghemiteMgd |
1550 | 2024-11-22T01:34:50.853Z | Nov 22 01:34:50.291 INFO Starting download, target: TransceiverControl |
1551 | 2024-11-22T01:34:50.853Z | Nov 22 01:34:50.292 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1552 | 2024-11-22T01:34:50.853Z | Nov 22 01:34:50.292 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1553 | 2024-11-22T01:34:50.853Z | Nov 22 01:34:50.292 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1554 | 2024-11-22T01:34:50.853Z | Nov 22 01:34:50.292 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1555 | 2024-11-22T01:34:50.853Z | Nov 22 01:34:50.292 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1556 | 2024-11-22T01:34:50.853Z | Nov 22 01:34:50.292 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2024-11-22T01:34:50.853Z | Nov 22 01:34:50.292 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-11-22T01:34:51.187Z | Nov 22 01:34:50.612 INFO Download complete, target: DendriteOpenapi |
1559 | 2024-11-22T01:34:51.504Z | Nov 22 01:34:50.935 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1560 | 2024-11-22T01:34:51.775Z | Nov 22 01:34:51.174 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1561 | 2024-11-22T01:34:51.809Z | Nov 22 01:34:51.208 INFO Download complete, target: Console |
1562 | 2024-11-22T01:34:52.336Z | Nov 22 01:34:51.742 INFO Download complete, target: TransceiverControl |
1563 | 2024-11-22T01:34:52.737Z | Nov 22 01:34:52.150 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1564 | 2024-11-22T01:34:52.774Z | Nov 22 01:34:52.166 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1565 | 2024-11-22T01:34:52.960Z | Nov 22 01:34:52.391 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1566 | 2024-11-22T01:34:54.111Z | Nov 22 01:34:53.550 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1567 | 2024-11-22T01:34:54.111Z | Nov 22 01:34:53.550 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1568 | 2024-11-22T01:34:55.475Z | Nov 22 01:34:54.914 INFO Download complete, target: DendriteStub |
1569 | 2024-11-22T01:34:55.862Z | Nov 22 01:34:55.298 INFO Download complete, target: MaghemiteMgd |
1570 | 2024-11-22T01:35:01.290Z | Nov 22 01:35:00.725 INFO Checking that binary works, target: Cockroach |
1571 | 2024-11-22T01:35:01.499Z | Nov 22 01:35:00.937 INFO Download complete, target: Cockroach |
1572 | 2024-11-22T01:35:04.851Z | Nov 22 01:35:04.289 INFO Checking that binary works, target: Clickhouse |
1573 | 2024-11-22T01:35:05.010Z | Nov 22 01:35:04.447 INFO Download complete, target: Clickhouse |
1574 | 2024-11-22T01:35:05.029Z | All builder prerequisites installed successfully, and PATH looks valid |
1575 | 2024-11-22T01:35:05.032Z | |
1576 | 2024-11-22T01:35:05.033Z | real 5:25.132936888 |
1577 | 2024-11-22T01:35:05.033Z | user 16:38.239811985 |
1578 | 2024-11-22T01:35:05.033Z | sys 3:18.685075987 |
1579 | 2024-11-22T01:35:05.033Z | trap 0.559367977 |
1580 | 2024-11-22T01:35:05.033Z | tflt 1.613495981 |
1581 | 2024-11-22T01:35:05.033Z | dflt 2.682862639 |
1582 | 2024-11-22T01:35:05.033Z | kflt 0.029830431 |
1583 | 2024-11-22T01:35:05.033Z | lock 30:00.655188065 |
1584 | 2024-11-22T01:35:05.033Z | slp 1:03:14.562471209 |
1585 | 2024-11-22T01:35:05.033Z | lat 1:00.170204104 |
1586 | 2024-11-22T01:35:05.033Z | stop 2:25.786441325 |
1587 | 2024-11-22T01:35:05.033Z | + banner hack-check |
1588 | 2024-11-22T01:35:05.036Z | |
1589 | 2024-11-22T01:35:05.036Z | # # ## #### # # #### # # ###### #### # # |
1590 | 2024-11-22T01:35:05.036Z | # # # # # # # # # # # # # # # # # |
1591 | 2024-11-22T01:35:05.037Z | ###### # # # #### ##### # ###### ##### # #### |
1592 | 2024-11-22T01:35:05.037Z | # # ###### # # # # # # # # # # |
1593 | 2024-11-22T01:35:05.037Z | # # # # # # # # # # # # # # # # # |
1594 | 2024-11-22T01:35:05.037Z | # # # # #### # # #### # # ###### #### # # |
1595 | 2024-11-22T01:35:05.037Z | |
1596 | 2024-11-22T01:35:05.041Z | + export CARGO_INCREMENTAL=0 |
1597 | 2024-11-22T01:35:05.041Z | + CARGO_INCREMENTAL=0 |
1598 | 2024-11-22T01:35:05.041Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1599 | 2024-11-22T01:35:05.568Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1600 | 2024-11-22T01:35:09.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
1601 | 2024-11-22T01:35:09.225Z | Running `target/debug/xtask check-features --ci` |
1602 | 2024-11-22T01:35:09.242Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1603 | 2024-11-22T01:35:09.242Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1604 | 2024-11-22T01:35:09.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1605 | 2024-11-22T01:35:09.739Z | Running `target/debug/xtask download cargo-hack` |
1606 | 2024-11-22T01:35:10.554Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1607 | 2024-11-22T01:35:10.922Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1608 | 2024-11-22T01:35:16.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s |
1609 | 2024-11-22T01:35:16.283Z | Running `target/debug/xtask-downloader cargo-hack` |
1610 | 2024-11-22T01:35:16.323Z | Nov 22 01:35:15.758 INFO Starting download, target: CargoHack |
1611 | 2024-11-22T01:35:16.326Z | Nov 22 01:35:15.759 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1612 | 2024-11-22T01:35:16.992Z | Nov 22 01:35:16.428 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1613 | 2024-11-22T01:35:17.079Z | Nov 22 01:35:16.515 INFO Download complete, target: CargoHack |
1614 | 2024-11-22T01:35:17.083Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1615 | 2024-11-22T01:35:17.100Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1616 | 2024-11-22T01:35:17.270Z | info: running `cargo check --bins` on api_identity (1/173) |
1617 | 2024-11-22T01:35:17.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-11-22T01:35:17.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-11-22T01:35:17.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-11-22T01:35:17.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1621 | 2024-11-22T01:35:17.890Z | |
1622 | 2024-11-22T01:35:17.891Z | info: running `cargo check --bins` on bootstore (2/173) |
1623 | 2024-11-22T01:35:18.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-11-22T01:35:18.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-11-22T01:35:18.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1626 | 2024-11-22T01:35:18.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1627 | 2024-11-22T01:35:18.538Z | |
1628 | 2024-11-22T01:35:18.538Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1629 | 2024-11-22T01:35:19.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-11-22T01:35:19.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-11-22T01:35:19.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-11-22T01:35:19.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1633 | 2024-11-22T01:35:19.174Z | |
1634 | 2024-11-22T01:35:19.174Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1635 | 2024-11-22T01:35:19.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-11-22T01:35:19.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-11-22T01:35:19.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-11-22T01:35:19.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1639 | 2024-11-22T01:35:19.809Z | |
1640 | 2024-11-22T01:35:19.809Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1641 | 2024-11-22T01:35:20.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2024-11-22T01:35:20.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2024-11-22T01:35:20.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2024-11-22T01:35:20.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1645 | 2024-11-22T01:35:20.236Z | |
1646 | 2024-11-22T01:35:20.236Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1647 | 2024-11-22T01:35:20.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-11-22T01:35:20.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-11-22T01:35:20.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-11-22T01:35:20.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1651 | 2024-11-22T01:35:20.666Z | |
1652 | 2024-11-22T01:35:20.666Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1653 | 2024-11-22T01:35:21.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2024-11-22T01:35:21.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2024-11-22T01:35:21.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2024-11-22T01:35:21.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1657 | 2024-11-22T01:35:21.091Z | |
1658 | 2024-11-22T01:35:21.091Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1659 | 2024-11-22T01:35:21.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2024-11-22T01:35:21.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2024-11-22T01:35:21.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2024-11-22T01:35:21.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1663 | 2024-11-22T01:35:21.527Z | |
1664 | 2024-11-22T01:35:21.527Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1665 | 2024-11-22T01:35:21.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2024-11-22T01:35:21.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2024-11-22T01:35:21.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2024-11-22T01:35:21.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1669 | 2024-11-22T01:35:21.956Z | |
1670 | 2024-11-22T01:35:21.956Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1671 | 2024-11-22T01:35:22.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2024-11-22T01:35:22.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2024-11-22T01:35:22.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2024-11-22T01:35:22.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1675 | 2024-11-22T01:35:22.383Z | |
1676 | 2024-11-22T01:35:22.383Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1677 | 2024-11-22T01:35:22.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2024-11-22T01:35:22.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2024-11-22T01:35:22.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2024-11-22T01:35:22.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1681 | 2024-11-22T01:35:22.810Z | |
1682 | 2024-11-22T01:35:22.810Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1683 | 2024-11-22T01:35:23.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2024-11-22T01:35:23.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2024-11-22T01:35:23.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2024-11-22T01:35:23.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1687 | 2024-11-22T01:35:23.251Z | |
1688 | 2024-11-22T01:35:23.252Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1689 | 2024-11-22T01:35:23.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2024-11-22T01:35:23.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2024-11-22T01:35:23.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2024-11-22T01:35:23.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1693 | 2024-11-22T01:35:23.687Z | |
1694 | 2024-11-22T01:35:23.687Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1695 | 2024-11-22T01:35:24.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2024-11-22T01:35:24.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2024-11-22T01:35:24.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2024-11-22T01:35:24.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1699 | 2024-11-22T01:35:24.116Z | |
1700 | 2024-11-22T01:35:24.116Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1701 | 2024-11-22T01:35:24.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2024-11-22T01:35:24.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2024-11-22T01:35:24.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2024-11-22T01:35:24.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1705 | 2024-11-22T01:35:24.544Z | |
1706 | 2024-11-22T01:35:24.544Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1707 | 2024-11-22T01:35:24.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2024-11-22T01:35:24.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2024-11-22T01:35:24.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2024-11-22T01:35:24.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1711 | 2024-11-22T01:35:24.978Z | |
1712 | 2024-11-22T01:35:24.978Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1713 | 2024-11-22T01:35:25.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2024-11-22T01:35:25.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2024-11-22T01:35:25.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2024-11-22T01:35:25.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1717 | 2024-11-22T01:35:25.406Z | |
1718 | 2024-11-22T01:35:25.406Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1719 | 2024-11-22T01:35:25.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2024-11-22T01:35:25.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2024-11-22T01:35:25.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2024-11-22T01:35:25.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1723 | 2024-11-22T01:35:25.841Z | |
1724 | 2024-11-22T01:35:25.841Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1725 | 2024-11-22T01:35:26.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2024-11-22T01:35:26.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2024-11-22T01:35:26.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2024-11-22T01:35:26.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1729 | 2024-11-22T01:35:26.277Z | |
1730 | 2024-11-22T01:35:26.278Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1731 | 2024-11-22T01:35:26.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2024-11-22T01:35:26.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2024-11-22T01:35:26.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2024-11-22T01:35:26.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1735 | 2024-11-22T01:35:26.707Z | |
1736 | 2024-11-22T01:35:26.707Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1737 | 2024-11-22T01:35:27.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2024-11-22T01:35:27.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2024-11-22T01:35:27.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2024-11-22T01:35:27.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1741 | 2024-11-22T01:35:27.139Z | |
1742 | 2024-11-22T01:35:27.140Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1743 | 2024-11-22T01:35:27.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2024-11-22T01:35:27.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2024-11-22T01:35:27.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2024-11-22T01:35:27.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1747 | 2024-11-22T01:35:27.574Z | |
1748 | 2024-11-22T01:35:27.574Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1749 | 2024-11-22T01:35:27.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2024-11-22T01:35:27.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2024-11-22T01:35:27.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2024-11-22T01:35:27.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1753 | 2024-11-22T01:35:28.004Z | |
1754 | 2024-11-22T01:35:28.004Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1755 | 2024-11-22T01:35:28.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2024-11-22T01:35:28.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2024-11-22T01:35:28.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2024-11-22T01:35:28.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1759 | 2024-11-22T01:35:28.432Z | |
1760 | 2024-11-22T01:35:28.433Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1761 | 2024-11-22T01:35:29.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2024-11-22T01:35:29.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2024-11-22T01:35:29.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2024-11-22T01:35:29.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1765 | 2024-11-22T01:35:29.086Z | |
1766 | 2024-11-22T01:35:29.086Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1767 | 2024-11-22T01:35:29.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2024-11-22T01:35:29.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2024-11-22T01:35:29.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2024-11-22T01:35:29.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1771 | 2024-11-22T01:35:29.730Z | |
1772 | 2024-11-22T01:35:29.730Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1773 | 2024-11-22T01:35:30.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2024-11-22T01:35:30.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2024-11-22T01:35:30.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2024-11-22T01:35:30.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1777 | 2024-11-22T01:35:30.376Z | |
1778 | 2024-11-22T01:35:30.377Z | info: running `cargo check --bins` on oxlog (28/173) |
1779 | 2024-11-22T01:35:30.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2024-11-22T01:35:30.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2024-11-22T01:35:31.011Z | Checking cfg-if v1.0.0 |
1782 | 2024-11-22T01:35:31.014Z | Checking libc v0.2.162 |
1783 | 2024-11-22T01:35:31.123Z | Checking serde v1.0.215 |
1784 | 2024-11-22T01:35:31.127Z | Checking zeroize v1.8.1 |
1785 | 2024-11-22T01:35:31.145Z | Checking memchr v2.7.4 |
1786 | 2024-11-22T01:35:31.156Z | Checking typenum v1.17.0 |
1787 | 2024-11-22T01:35:31.158Z | Checking scopeguard v1.2.0 |
1788 | 2024-11-22T01:35:31.183Z | Checking subtle v2.6.1 |
1789 | 2024-11-22T01:35:31.197Z | Checking value-bag v1.9.0 |
1790 | 2024-11-22T01:35:31.316Z | Checking lock_api v0.4.12 |
1791 | 2024-11-22T01:35:31.392Z | Checking itoa v1.0.11 |
1792 | 2024-11-22T01:35:31.444Z | Checking smallvec v1.13.2 |
1793 | 2024-11-22T01:35:31.611Z | Checking log v0.4.22 |
1794 | 2024-11-22T01:35:31.626Z | Checking const-oid v0.9.6 |
1795 | 2024-11-22T01:35:31.720Z | Checking pin-project-lite v0.2.14 |
1796 | 2024-11-22T01:35:31.829Z | Checking byteorder v1.5.0 |
1797 | 2024-11-22T01:35:31.848Z | Checking futures-core v0.3.31 |
1798 | 2024-11-22T01:35:32.034Z | Checking once_cell v1.20.2 |
1799 | 2024-11-22T01:35:32.057Z | Checking cpufeatures v0.2.14 |
1800 | 2024-11-22T01:35:32.125Z | Checking stable_deref_trait v1.2.0 |
1801 | 2024-11-22T01:35:32.147Z | Checking futures-sink v0.3.31 |
1802 | 2024-11-22T01:35:32.223Z | Checking spin v0.9.8 |
1803 | 2024-11-22T01:35:32.238Z | Checking getrandom v0.2.15 |
1804 | 2024-11-22T01:35:32.241Z | Checking parking_lot_core v0.9.10 |
1805 | 2024-11-22T01:35:32.282Z | Checking signal-hook-registry v1.4.2 |
1806 | 2024-11-22T01:35:32.330Z | Checking mio v1.0.2 |
1807 | 2024-11-22T01:35:32.464Z | Checking rand_core v0.6.4 |
1808 | 2024-11-22T01:35:32.523Z | Checking socket2 v0.5.7 |
1809 | 2024-11-22T01:35:32.548Z | Checking generic-array v0.14.7 |
1810 | 2024-11-22T01:35:32.565Z | Checking parking_lot v0.12.3 |
1811 | 2024-11-22T01:35:32.585Z | Checking zerocopy v0.7.35 |
1812 | 2024-11-22T01:35:33.222Z | Checking zerofrom v0.1.4 |
1813 | 2024-11-22T01:35:33.267Z | Checking slab v0.4.9 |
1814 | 2024-11-22T01:35:33.267Z | Checking futures-channel v0.3.31 |
1815 | 2024-11-22T01:35:33.267Z | Checking yoke v0.7.4 |
1816 | 2024-11-22T01:35:33.268Z | Checking futures-task v0.3.31 |
1817 | 2024-11-22T01:35:33.268Z | Checking allocator-api2 v0.2.18 |
1818 | 2024-11-22T01:35:33.271Z | Checking foldhash v0.1.3 |
1819 | 2024-11-22T01:35:33.286Z | Checking equivalent v1.0.1 |
1820 | 2024-11-22T01:35:33.301Z | Checking pin-utils v0.1.0 |
1821 | 2024-11-22T01:35:33.383Z | Checking futures-io v0.3.31 |
1822 | 2024-11-22T01:35:33.399Z | Checking zerovec v0.10.4 |
1823 | 2024-11-22T01:35:33.445Z | Checking tinyvec_macros v0.1.1 |
1824 | 2024-11-22T01:35:33.460Z | Checking ryu v1.0.18 |
1825 | 2024-11-22T01:35:33.531Z | Checking tinyvec v1.8.0 |
1826 | 2024-11-22T01:35:33.561Z | Checking futures-util v0.3.31 |
1827 | 2024-11-22T01:35:33.699Z | Checking fnv v1.0.7 |
1828 | 2024-11-22T01:35:33.715Z | Checking crypto-common v0.1.6 |
1829 | 2024-11-22T01:35:33.783Z | Checking block-buffer v0.10.4 |
1830 | 2024-11-22T01:35:33.816Z | Checking hashbrown v0.15.0 |
1831 | 2024-11-22T01:35:33.891Z | Checking block-padding v0.3.3 |
1832 | 2024-11-22T01:35:34.004Z | Checking digest v0.10.7 |
1833 | 2024-11-22T01:35:34.030Z | Checking libm v0.2.8 |
1834 | 2024-11-22T01:35:34.091Z | Checking inout v0.1.3 |
1835 | 2024-11-22T01:35:34.320Z | Checking cipher v0.4.4 |
1836 | 2024-11-22T01:35:34.364Z | Checking hmac v0.12.1 |
1837 | 2024-11-22T01:35:34.561Z | Checking sha2 v0.10.8 |
1838 | 2024-11-22T01:35:34.716Z | Checking base64ct v1.6.0 |
1839 | 2024-11-22T01:35:34.847Z | Checking unicode-normalization v0.1.24 |
1840 | 2024-11-22T01:35:34.948Z | Checking writeable v0.5.5 |
1841 | 2024-11-22T01:35:34.963Z | Checking unicode-bidi v0.3.17 |
1842 | 2024-11-22T01:35:35.047Z | Checking tinystr v0.7.6 |
1843 | 2024-11-22T01:35:35.097Z | Checking litemap v0.7.3 |
1844 | 2024-11-22T01:35:35.147Z | Checking pem-rfc7468 v0.7.0 |
1845 | 2024-11-22T01:35:35.274Z | Checking num-traits v0.2.19 |
1846 | 2024-11-22T01:35:35.392Z | Checking ppv-lite86 v0.2.20 |
1847 | 2024-11-22T01:35:35.442Z | Checking icu_locid v1.5.0 |
1848 | 2024-11-22T01:35:35.460Z | Checking flagset v0.4.6 |
1849 | 2024-11-22T01:35:35.616Z | Checking tracing-core v0.1.32 |
1850 | 2024-11-22T01:35:35.651Z | Checking der v0.7.9 |
1851 | 2024-11-22T01:35:35.750Z | Checking thiserror v1.0.69 |
1852 | 2024-11-22T01:35:35.883Z | Checking rustls-pki-types v1.9.0 |
1853 | 2024-11-22T01:35:36.151Z | Checking rand_chacha v0.3.1 |
1854 | 2024-11-22T01:35:36.177Z | Checking bytes v1.8.0 |
1855 | 2024-11-22T01:35:36.279Z | Checking indexmap v2.6.0 |
1856 | 2024-11-22T01:35:36.450Z | Checking serde_json v1.0.132 |
1857 | 2024-11-22T01:35:36.515Z | Checking icu_provider v1.5.0 |
1858 | 2024-11-22T01:35:36.551Z | Checking bitflags v2.6.0 |
1859 | 2024-11-22T01:35:36.835Z | Checking icu_locid_transform_data v1.5.0 |
1860 | 2024-11-22T01:35:36.929Z | Checking percent-encoding v2.3.1 |
1861 | 2024-11-22T01:35:36.990Z | Checking rand v0.8.5 |
1862 | 2024-11-22T01:35:37.023Z | Checking tokio v1.40.0 |
1863 | 2024-11-22T01:35:37.133Z | Checking http v1.1.0 |
1864 | 2024-11-22T01:35:37.166Z | Checking icu_locid_transform v1.5.0 |
1865 | 2024-11-22T01:35:37.546Z | Checking spki v0.7.3 |
1866 | 2024-11-22T01:35:37.572Z | Checking tracing v0.1.40 |
1867 | 2024-11-22T01:35:37.844Z | Checking icu_collections v1.5.0 |
1868 | 2024-11-22T01:35:37.932Z | Checking salsa20 v0.10.2 |
1869 | 2024-11-22T01:35:38.137Z | Checking pbkdf2 v0.12.2 |
1870 | 2024-11-22T01:35:38.152Z | Checking aws-lc-sys v0.22.0 |
1871 | 2024-11-22T01:35:38.210Z | Checking httparse v1.9.5 |
1872 | 2024-11-22T01:35:38.296Z | Checking mirai-annotations v1.12.0 |
1873 | 2024-11-22T01:35:38.339Z | Checking untrusted v0.7.1 |
1874 | 2024-11-22T01:35:38.456Z | Checking untrusted v0.9.0 |
1875 | 2024-11-22T01:35:38.470Z | Checking powerfmt v0.2.0 |
1876 | 2024-11-22T01:35:38.484Z | Checking icu_properties_data v1.5.0 |
1877 | 2024-11-22T01:35:38.503Z | Checking scrypt v0.11.0 |
1878 | 2024-11-22T01:35:38.607Z | Checking ring v0.17.8 |
1879 | 2024-11-22T01:35:38.643Z | Checking cbc v0.1.2 |
1880 | 2024-11-22T01:35:38.705Z | Checking aes v0.8.4 |
1881 | 2024-11-22T01:35:38.723Z | Checking deranged v0.3.11 |
1882 | 2024-11-22T01:35:38.723Z | Checking crossbeam-utils v0.8.20 |
1883 | 2024-11-22T01:35:38.754Z | Checking icu_properties v1.5.1 |
1884 | 2024-11-22T01:35:38.844Z | Checking utf16_iter v1.0.5 |
1885 | 2024-11-22T01:35:39.005Z | Checking time-core v0.1.2 |
1886 | 2024-11-22T01:35:39.164Z | Checking num-conv v0.1.0 |
1887 | 2024-11-22T01:35:39.422Z | Checking icu_normalizer_data v1.5.0 |
1888 | 2024-11-22T01:35:39.438Z | Checking num_threads v0.1.7 |
1889 | 2024-11-22T01:35:39.524Z | Checking utf8_iter v1.0.4 |
1890 | 2024-11-22T01:35:39.550Z | Checking write16 v1.0.0 |
1891 | 2024-11-22T01:35:39.585Z | Checking atomic-waker v1.1.2 |
1892 | 2024-11-22T01:35:39.676Z | Checking pkcs5 v0.7.1 |
1893 | 2024-11-22T01:35:39.723Z | Checking http-body v1.0.1 |
1894 | 2024-11-22T01:35:39.740Z | Checking form_urlencoded v1.2.1 |
1895 | 2024-11-22T01:35:39.934Z | Checking try-lock v0.2.5 |
1896 | 2024-11-22T01:35:39.951Z | Checking unicode-ident v1.0.13 |
1897 | 2024-11-22T01:35:40.071Z | Checking want v0.3.1 |
1898 | 2024-11-22T01:35:40.121Z | Checking httpdate v1.0.3 |
1899 | 2024-11-22T01:35:40.179Z | Checking pkcs8 v0.10.2 |
1900 | 2024-11-22T01:35:40.257Z | Checking proc-macro2 v1.0.89 |
1901 | 2024-11-22T01:35:40.352Z | Checking uuid v1.11.0 |
1902 | 2024-11-22T01:35:40.464Z | Checking time v0.3.36 |
1903 | 2024-11-22T01:35:40.482Z | Checking serde_spanned v0.6.8 |
1904 | 2024-11-22T01:35:40.496Z | Checking toml_datetime v0.6.8 |
1905 | 2024-11-22T01:35:40.674Z | Checking slog v2.7.0 |
1906 | 2024-11-22T01:35:40.696Z | Checking aws-lc-rs v1.10.0 |
1907 | 2024-11-22T01:35:40.781Z | Checking scroll v0.12.0 |
1908 | 2024-11-22T01:35:40.940Z | Checking match_cfg v0.1.0 |
1909 | 2024-11-22T01:35:40.958Z | Checking adler2 v2.0.0 |
1910 | 2024-11-22T01:35:41.036Z | Checking plain v0.2.3 |
1911 | 2024-11-22T01:35:41.107Z | Checking tower-service v0.3.3 |
1912 | 2024-11-22T01:35:41.133Z | Checking ucd-trie v0.1.7 |
1913 | 2024-11-22T01:35:41.184Z | Checking base64 v0.22.1 |
1914 | 2024-11-22T01:35:41.235Z | Checking iana-time-zone v0.1.61 |
1915 | 2024-11-22T01:35:41.285Z | Checking foreign-types-shared v0.1.1 |
1916 | 2024-11-22T01:35:41.335Z | Checking pest v2.7.14 |
1917 | 2024-11-22T01:35:41.390Z | Checking foreign-types v0.3.2 |
1918 | 2024-11-22T01:35:41.393Z | Checking chrono v0.4.38 |
1919 | 2024-11-22T01:35:41.483Z | Checking goblin v0.8.2 |
1920 | 2024-11-22T01:35:41.690Z | Checking miniz_oxide v0.8.0 |
1921 | 2024-11-22T01:35:42.061Z | Checking icu_normalizer v1.5.0 |
1922 | 2024-11-22T01:35:42.432Z | Checking hostname v0.3.1 |
1923 | 2024-11-22T01:35:42.479Z | Checking rustls-webpki v0.102.8 |
1924 | 2024-11-22T01:35:42.554Z | Checking quote v1.0.37 |
1925 | 2024-11-22T01:35:42.862Z | Checking idna_adapter v1.2.0 |
1926 | 2024-11-22T01:35:42.888Z | Checking openssl-sys v0.9.103 |
1927 | 2024-11-22T01:35:43.054Z | Checking idna v1.0.3 |
1928 | 2024-11-22T01:35:43.081Z | Checking errno v0.3.9 |
1929 | 2024-11-22T01:35:43.287Z | Checking dirs-sys-next v0.1.2 |
1930 | 2024-11-22T01:35:43.303Z | Checking aho-corasick v1.1.3 |
1931 | 2024-11-22T01:35:43.466Z | Checking siphasher v0.3.11 |
1932 | 2024-11-22T01:35:43.482Z | Checking data-encoding v2.6.0 |
1933 | 2024-11-22T01:35:43.533Z | Checking url v2.5.3 |
1934 | 2024-11-22T01:35:43.765Z | Checking pretty-hex v0.4.1 |
1935 | 2024-11-22T01:35:43.826Z | Checking regex-syntax v0.8.5 |
1936 | 2024-11-22T01:35:43.948Z | Checking dtrace-parser v0.2.0 |
1937 | 2024-11-22T01:35:44.150Z | Checking dirs-next v2.0.0 |
1938 | 2024-11-22T01:35:44.189Z | Checking openssl v0.10.66 |
1939 | 2024-11-22T01:35:44.286Z | Checking rustix v0.38.37 |
1940 | 2024-11-22T01:35:44.342Z | Checking tokio-util v0.7.12 |
1941 | 2024-11-22T01:35:44.374Z | Checking syn v2.0.87 |
1942 | 2024-11-22T01:35:44.391Z | Checking http-body-util v0.1.2 |
1943 | 2024-11-22T01:35:44.841Z | Checking crossbeam-epoch v0.9.18 |
1944 | 2024-11-22T01:35:44.909Z | Checking signature v2.2.0 |
1945 | 2024-11-22T01:35:45.114Z | Checking sha1 v0.10.6 |
1946 | 2024-11-22T01:35:45.271Z | Checking lazy_static v1.5.0 |
1947 | 2024-11-22T01:35:45.311Z | Checking h2 v0.4.6 |
1948 | 2024-11-22T01:35:45.391Z | Checking thread_local v1.1.8 |
1949 | 2024-11-22T01:35:45.394Z | Checking thread-id v4.2.2 |
1950 | 2024-11-22T01:35:45.499Z | Checking encoding_rs v0.8.34 |
1951 | 2024-11-22T01:35:45.688Z | Checking utf8parse v0.2.2 |
1952 | 2024-11-22T01:35:45.846Z | Checking gimli v0.31.1 |
1953 | 2024-11-22T01:35:46.504Z | Checking dof v0.3.0 |
1954 | 2024-11-22T01:35:47.081Z | Checking regex-automata v0.4.8 |
1955 | 2024-11-22T01:35:47.104Z | Checking winnow v0.6.20 |
1956 | 2024-11-22T01:35:47.778Z | Checking unicode-properties v0.1.3 |
1957 | 2024-11-22T01:35:47.809Z | Checking anstyle v1.0.10 |
1958 | 2024-11-22T01:35:48.157Z | Checking mime v0.3.17 |
1959 | 2024-11-22T01:35:48.160Z | Checking openssl-probe v0.1.5 |
1960 | 2024-11-22T01:35:48.330Z | Checking either v1.13.0 |
1961 | 2024-11-22T01:35:48.486Z | Checking ipnet v2.10.1 |
1962 | 2024-11-22T01:35:48.723Z | Checking stringprep v0.1.5 |
1963 | 2024-11-22T01:35:48.975Z | Checking anstyle-parse v0.2.5 |
1964 | 2024-11-22T01:35:49.001Z | Checking crossbeam-deque v0.8.5 |
1965 | 2024-11-22T01:35:49.241Z | Checking term v0.7.0 |
1966 | 2024-11-22T01:35:49.321Z | Checking rustls v0.22.4 |
1967 | 2024-11-22T01:35:49.677Z | Checking rustls v0.23.14 |
1968 | 2024-11-22T01:35:49.841Z | Checking addr2line v0.24.2 |
1969 | 2024-11-22T01:35:49.844Z | Checking native-tls v0.2.12 |
1970 | 2024-11-22T01:35:50.050Z | Checking toml_edit v0.22.22 |
1971 | 2024-11-22T01:35:50.160Z | Checking slog-json v2.6.1 |
1972 | 2024-11-22T01:35:50.349Z | Checking serde_urlencoded v0.7.1 |
1973 | 2024-11-22T01:35:50.409Z | Checking crossbeam-channel v0.5.13 |
1974 | 2024-11-22T01:35:50.765Z | Checking usdt-impl v0.5.0 |
1975 | 2024-11-22T01:35:50.782Z | Checking futures-executor v0.3.31 |
1976 | 2024-11-22T01:35:51.005Z | Checking num-integer v0.1.46 |
1977 | 2024-11-22T01:35:51.102Z | Checking rustls-pemfile v2.2.0 |
1978 | 2024-11-22T01:35:51.326Z | Checking idna v0.3.0 |
1979 | 2024-11-22T01:35:51.352Z | Checking idna v0.4.0 |
1980 | 2024-11-22T01:35:51.473Z | Checking hyper v1.5.0 |
1981 | 2024-11-22T01:35:51.570Z | Checking md-5 v0.10.6 |
1982 | 2024-11-22T01:35:51.717Z | Checking ff v0.13.0 |
1983 | 2024-11-22T01:35:51.788Z | Checking hash32 v0.2.1 |
1984 | 2024-11-22T01:35:51.913Z | Checking is-terminal v0.4.13 |
1985 | 2024-11-22T01:35:52.036Z | Checking memmap v0.7.0 |
1986 | 2024-11-22T01:35:52.143Z | Checking object v0.36.5 |
1987 | 2024-11-22T01:35:52.187Z | Checking psl-types v2.0.11 |
1988 | 2024-11-22T01:35:52.222Z | Checking dyn-clone v1.0.17 |
1989 | 2024-11-22T01:35:52.282Z | Checking is_terminal_polyfill v1.70.1 |
1990 | 2024-11-22T01:35:52.333Z | Checking base16ct v0.2.0 |
1991 | 2024-11-22T01:35:52.384Z | Checking quick-error v1.2.3 |
1992 | 2024-11-22T01:35:52.407Z | Checking rustc-demangle v0.1.24 |
1993 | 2024-11-22T01:35:52.496Z | Checking linked-hash-map v0.5.6 |
1994 | 2024-11-22T01:35:52.510Z | Checking colorchoice v1.0.2 |
1995 | 2024-11-22T01:35:52.636Z | Checking utf-8 v0.7.6 |
1996 | 2024-11-22T01:35:52.670Z | Checking anstyle-query v1.1.1 |
1997 | 2024-11-22T01:35:52.767Z | Checking take_mut v0.2.2 |
1998 | 2024-11-22T01:35:52.803Z | Checking fallible-iterator v0.2.0 |
1999 | 2024-11-22T01:35:52.817Z | Checking lru-cache v0.1.2 |
2000 | 2024-11-22T01:35:52.834Z | Checking tungstenite v0.24.0 |
2001 | 2024-11-22T01:35:52.898Z | Checking slog-async v2.8.0 |
2002 | 2024-11-22T01:35:52.948Z | Checking tokio-rustls v0.25.0 |
2003 | 2024-11-22T01:35:52.984Z | Checking anstream v0.6.15 |
2004 | 2024-11-22T01:35:53.180Z | Checking toml v0.8.19 |
2005 | 2024-11-22T01:35:53.339Z | Checking sec1 v0.7.3 |
2006 | 2024-11-22T01:35:53.352Z | Checking resolv-conf v0.7.0 |
2007 | 2024-11-22T01:35:53.401Z | Checking postgres-protocol v0.6.7 |
2008 | 2024-11-22T01:35:53.469Z | Checking hyper-util v0.1.10 |
2009 | 2024-11-22T01:35:53.682Z | Checking schemars v0.8.21 |
2010 | 2024-11-22T01:35:53.726Z | Checking publicsuffix v2.2.3 |
2011 | 2024-11-22T01:35:53.742Z | Checking usdt v0.5.0 |
2012 | 2024-11-22T01:35:53.919Z | Checking hickory-proto v0.24.1 |
2013 | 2024-11-22T01:35:53.964Z | Checking heapless v0.7.17 |
2014 | 2024-11-22T01:35:53.995Z | Checking slog-term v2.9.1 |
2015 | 2024-11-22T01:35:54.059Z | Checking group v0.13.0 |
2016 | 2024-11-22T01:35:54.305Z | Checking num-iter v0.1.45 |
2017 | 2024-11-22T01:35:54.485Z | Checking futures v0.3.31 |
2018 | 2024-11-22T01:35:54.501Z | Checking slog-bunyan v2.5.0 |
2019 | 2024-11-22T01:35:54.599Z | Checking tokio-native-tls v0.3.1 |
2020 | 2024-11-22T01:35:54.656Z | Checking rayon-core v1.12.1 |
2021 | 2024-11-22T01:35:54.846Z | Checking multer v3.1.0 |
2022 | 2024-11-22T01:35:55.030Z | Checking terminal_size v0.4.0 |
2023 | 2024-11-22T01:35:55.166Z | Checking tokio-rustls v0.26.0 |
2024 | 2024-11-22T01:35:55.205Z | Checking phf_shared v0.11.2 |
2025 | 2024-11-22T01:35:55.223Z | Checking cookie v0.18.1 |
2026 | 2024-11-22T01:35:55.310Z | Checking async-stream v0.3.6 |
2027 | 2024-11-22T01:35:55.329Z | Checking bzip2-sys v0.1.11+1.0.8 |
2028 | 2024-11-22T01:35:55.452Z | Checking camino v1.1.9 |
2029 | 2024-11-22T01:35:55.471Z | Checking signal-hook v0.3.17 |
2030 | 2024-11-22T01:35:55.503Z | Checking waitgroup v0.1.2 |
2031 | 2024-11-22T01:35:55.521Z | Checking openapiv3 v2.0.0 |
2032 | 2024-11-22T01:35:55.549Z | Checking webpki-roots v0.26.6 |
2033 | 2024-11-22T01:35:55.631Z | Checking serde_path_to_error v0.1.16 |
2034 | 2024-11-22T01:35:55.670Z | Checking idna v0.5.0 |
2035 | 2024-11-22T01:35:55.762Z | Checking hkdf v0.12.4 |
2036 | 2024-11-22T01:35:55.806Z | Checking crypto-bigint v0.5.5 |
2037 | 2024-11-22T01:35:55.966Z | Checking hostname v0.4.0 |
2038 | 2024-11-22T01:35:56.029Z | Checking crc32fast v1.4.2 |
2039 | 2024-11-22T01:35:56.104Z | Checking clap_lex v0.7.2 |
2040 | 2024-11-22T01:35:56.252Z | Checking strsim v0.11.1 |
2041 | 2024-11-22T01:35:56.270Z | Checking winnow v0.5.40 |
2042 | 2024-11-22T01:35:56.353Z | Checking bitflags v1.3.2 |
2043 | 2024-11-22T01:35:56.454Z | Checking debug-ignore v1.0.5 |
2044 | 2024-11-22T01:35:56.514Z | Checking unicode-width v0.1.14 |
2045 | 2024-11-22T01:35:56.546Z | Checking managed v0.8.0 |
2046 | 2024-11-22T01:35:56.595Z | Checking clap_builder v4.5.21 |
2047 | 2024-11-22T01:35:56.936Z | Checking smoltcp v0.9.1 |
2048 | 2024-11-22T01:35:56.991Z | Checking console v0.15.8 |
2049 | 2024-11-22T01:35:57.570Z | Checking cookie_store v0.21.0 |
2050 | 2024-11-22T01:35:58.272Z | Checking flate2 v1.0.34 |
2051 | 2024-11-22T01:35:58.418Z | Checking signal-hook-mio v0.2.4 |
2052 | 2024-11-22T01:35:58.593Z | Checking backtrace v0.3.74 |
2053 | 2024-11-22T01:35:58.694Z | Checking hyper-rustls v0.27.3 |
2054 | 2024-11-22T01:35:58.797Z | Checking elliptic-curve v0.13.8 |
2055 | 2024-11-22T01:35:58.810Z | Checking hickory-resolver v0.24.1 |
2056 | 2024-11-22T01:35:58.897Z | Checking hyper-tls v0.6.0 |
2057 | 2024-11-22T01:35:58.918Z | Checking phf v0.11.2 |
2058 | 2024-11-22T01:35:58.946Z | Checking dropshot v0.12.0 |
2059 | 2024-11-22T01:35:59.116Z | Checking anyhow v1.0.93 |
2060 | 2024-11-22T01:35:59.186Z | Checking bzip2 v0.4.4 |
2061 | 2024-11-22T01:35:59.193Z | Checking rayon v1.10.0 |
2062 | 2024-11-22T01:35:59.341Z | Checking toml_edit v0.19.15 |
2063 | 2024-11-22T01:35:59.363Z | Checking num-bigint-dig v0.8.4 |
2064 | 2024-11-22T01:35:59.460Z | Checking postgres-types v0.2.8 |
2065 | 2024-11-22T01:35:59.521Z | Checking tokio-tungstenite v0.24.0 |
2066 | 2024-11-22T01:35:59.618Z | Checking regex v1.11.1 |
2067 | 2024-11-22T01:35:59.961Z | Checking bstr v1.10.0 |
2068 | 2024-11-22T01:36:00.153Z | Checking tokio-stream v0.1.16 |
2069 | 2024-11-22T01:36:00.230Z | Checking ed25519 v2.2.3 |
2070 | 2024-11-22T01:36:00.339Z | Checking phf_shared v0.10.0 |
2071 | 2024-11-22T01:36:00.543Z | Checking curve25519-dalek v4.1.3 |
2072 | 2024-11-22T01:36:00.626Z | Checking zerocopy v0.6.6 |
2073 | 2024-11-22T01:36:00.925Z | Checking pkcs1 v0.7.5 |
2074 | 2024-11-22T01:36:01.071Z | Checking hubpack v0.1.2 |
2075 | 2024-11-22T01:36:01.332Z | Checking portable-atomic v1.9.0 |
2076 | 2024-11-22T01:36:01.413Z | Checking float-cmp v0.9.0 |
2077 | 2024-11-22T01:36:01.427Z | Checking serde-big-array v0.5.1 |
2078 | 2024-11-22T01:36:01.555Z | Checking rfc6979 v0.4.0 |
2079 | 2024-11-22T01:36:01.580Z | Checking sync_wrapper v1.0.1 |
2080 | 2024-11-22T01:36:01.652Z | Checking normalize-line-endings v0.3.0 |
2081 | 2024-11-22T01:36:01.718Z | Checking difflib v0.4.0 |
2082 | 2024-11-22T01:36:01.739Z | Checking precomputed-hash v0.1.1 |
2083 | 2024-11-22T01:36:01.767Z | Checking number_prefix v0.4.0 |
2084 | 2024-11-22T01:36:01.803Z | Checking fixedbitset v0.4.2 |
2085 | 2024-11-22T01:36:01.839Z | Checking whoami v1.5.2 |
2086 | 2024-11-22T01:36:01.938Z | Checking bit-vec v0.6.3 |
2087 | 2024-11-22T01:36:02.030Z | Checking new_debug_unreachable v1.0.6 |
2088 | 2024-11-22T01:36:02.061Z | Checking unicode-segmentation v1.12.0 |
2089 | 2024-11-22T01:36:02.125Z | Checking predicates-core v1.0.8 |
2090 | 2024-11-22T01:36:02.147Z | Checking unicode-width v0.2.0 |
2091 | 2024-11-22T01:36:02.264Z | Checking static_assertions v1.1.0 |
2092 | 2024-11-22T01:36:02.308Z | Checking minimal-lexical v0.2.1 |
2093 | 2024-11-22T01:36:02.352Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2094 | 2024-11-22T01:36:02.372Z | Checking predicates v3.1.2 |
2095 | 2024-11-22T01:36:02.458Z | Checking ed25519-dalek v2.1.1 |
2096 | 2024-11-22T01:36:02.609Z | Checking bit-set v0.5.3 |
2097 | 2024-11-22T01:36:02.627Z | Checking qorb v0.2.0 |
2098 | 2024-11-22T01:36:02.710Z | Checking nom v7.1.3 |
2099 | 2024-11-22T01:36:02.820Z | Checking similar v2.6.0 |
2100 | 2024-11-22T01:36:02.859Z | Checking tokio-postgres v0.7.12 |
2101 | 2024-11-22T01:36:02.873Z | Checking string_cache v0.8.7 |
2102 | 2024-11-22T01:36:02.982Z | Checking indicatif v0.17.9 |
2103 | 2024-11-22T01:36:03.001Z | Checking petgraph v0.6.5 |
2104 | 2024-11-22T01:36:03.163Z | Checking toml v0.7.8 |
2105 | 2024-11-22T01:36:06.446Z | Checking ecdsa v0.16.9 |
2106 | 2024-11-22T01:36:06.446Z | Checking reqwest v0.12.9 |
2107 | 2024-11-22T01:36:06.446Z | Checking rsa v0.9.6 |
2108 | 2024-11-22T01:36:06.446Z | Checking clap v4.5.21 |
2109 | 2024-11-22T01:36:06.446Z | Checking zip v0.6.6 |
2110 | 2024-11-22T01:36:06.451Z | Checking crossterm v0.28.1 |
2111 | 2024-11-22T01:36:06.451Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2112 | 2024-11-22T01:36:06.451Z | Checking itertools v0.10.5 |
2113 | 2024-11-22T01:36:06.451Z | Checking itertools v0.12.1 |
2114 | 2024-11-22T01:36:06.451Z | Checking fs-err v2.11.0 |
2115 | 2024-11-22T01:36:06.451Z | Checking ahash v0.8.11 |
2116 | 2024-11-22T01:36:06.451Z | Checking x509-cert v0.2.5 |
2117 | 2024-11-22T01:36:06.451Z | Checking hex v0.4.3 |
2118 | 2024-11-22T01:36:06.451Z | Checking semver v1.0.23 |
2119 | 2024-11-22T01:36:06.451Z | Checking lalrpop-util v0.19.12 |
2120 | 2024-11-22T01:36:06.521Z | Checking peg-runtime v0.8.3 |
2121 | 2024-11-22T01:36:06.625Z | Checking sigpipe v0.1.3 |
2122 | 2024-11-22T01:36:07.451Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2123 | 2024-11-22T01:36:07.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.37s |
2124 | 2024-11-22T01:36:07.924Z | |
2125 | 2024-11-22T01:36:07.924Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2126 | 2024-11-22T01:36:08.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2127 | 2024-11-22T01:36:08.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2128 | 2024-11-22T01:36:08.609Z | Compiling hashbrown v0.14.5 |
2129 | 2024-11-22T01:36:08.735Z | Checking heck v0.5.0 |
2130 | 2024-11-22T01:36:08.781Z | Compiling unsafe-libyaml v0.2.11 |
2131 | 2024-11-22T01:36:08.784Z | Compiling ident_case v1.0.1 |
2132 | 2024-11-22T01:36:08.784Z | Checking progenitor-client v0.8.0 |
2133 | 2024-11-22T01:36:08.792Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2134 | 2024-11-22T01:36:08.807Z | Compiling proc-macro-crate v1.3.1 |
2135 | 2024-11-22T01:36:08.890Z | Compiling darling_core v0.20.10 |
2136 | 2024-11-22T01:36:08.927Z | Checking ipnetwork v0.20.0 |
2137 | 2024-11-22T01:36:09.137Z | Compiling structmeta-derive v0.3.0 |
2138 | 2024-11-22T01:36:09.184Z | Compiling newtype-uuid v1.1.3 |
2139 | 2024-11-22T01:36:09.290Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2140 | 2024-11-22T01:36:09.484Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2141 | 2024-11-22T01:36:09.572Z | Compiling lzma-sys v0.1.20 |
2142 | 2024-11-22T01:36:09.826Z | Checking regress v0.10.1 |
2143 | 2024-11-22T01:36:09.832Z | Compiling foreign-types-macros v0.2.3 |
2144 | 2024-11-22T01:36:09.892Z | Compiling num_enum_derive v0.5.11 |
2145 | 2024-11-22T01:36:10.329Z | Compiling serde_yaml v0.9.34+deprecated |
2146 | 2024-11-22T01:36:10.663Z | Compiling dropshot v0.13.0 |
2147 | 2024-11-22T01:36:10.925Z | Checking arc-swap v1.7.1 |
2148 | 2024-11-22T01:36:11.084Z | Checking foreign-types-shared v0.3.1 |
2149 | 2024-11-22T01:36:11.207Z | Checking foreign-types v0.5.0 |
2150 | 2024-11-22T01:36:11.385Z | Checking slog-scope v4.4.0 |
2151 | 2024-11-22T01:36:11.440Z | Compiling proc-macro-error v1.0.4 |
2152 | 2024-11-22T01:36:12.141Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2153 | 2024-11-22T01:36:12.158Z | Checking tungstenite v0.21.0 |
2154 | 2024-11-22T01:36:12.188Z | Compiling structmeta v0.3.0 |
2155 | 2024-11-22T01:36:12.248Z | Compiling heck v0.3.3 |
2156 | 2024-11-22T01:36:12.526Z | Checking num_enum v0.5.11 |
2157 | 2024-11-22T01:36:12.630Z | Compiling parse-display-derive v0.10.0 |
2158 | 2024-11-22T01:36:12.670Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2159 | 2024-11-22T01:36:12.694Z | Compiling dropshot_endpoint v0.13.0 |
2160 | 2024-11-22T01:36:13.106Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2161 | 2024-11-22T01:36:13.400Z | Checking typify-impl v0.2.0 |
2162 | 2024-11-22T01:36:13.514Z | Checking cstr-argument v0.1.2 |
2163 | 2024-11-22T01:36:13.701Z | Checking instant v0.1.13 |
2164 | 2024-11-22T01:36:13.893Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2165 | 2024-11-22T01:36:14.173Z | Checking pretty-hex v0.2.1 |
2166 | 2024-11-22T01:36:14.342Z | Checking fastrand v2.1.1 |
2167 | 2024-11-22T01:36:14.574Z | Checking base64 v0.21.7 |
2168 | 2024-11-22T01:36:14.688Z | Checking tempfile v3.13.0 |
2169 | 2024-11-22T01:36:15.048Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2170 | 2024-11-22T01:36:15.097Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2171 | 2024-11-22T01:36:15.178Z | Checking backoff v0.4.0 |
2172 | 2024-11-22T01:36:15.242Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2173 | 2024-11-22T01:36:15.336Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2174 | 2024-11-22T01:36:15.487Z | Checking tokio-tungstenite v0.21.0 |
2175 | 2024-11-22T01:36:15.503Z | Compiling zone_cfg_derive v0.1.2 |
2176 | 2024-11-22T01:36:15.551Z | Checking strum v0.26.3 |
2177 | 2024-11-22T01:36:15.710Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2178 | 2024-11-22T01:36:15.901Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2179 | 2024-11-22T01:36:15.937Z | Compiling darling_macro v0.20.10 |
2180 | 2024-11-22T01:36:15.991Z | Checking slog-stdlog v4.1.1 |
2181 | 2024-11-22T01:36:16.153Z | Checking regress v0.9.1 |
2182 | 2024-11-22T01:36:16.331Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2183 | 2024-11-22T01:36:16.445Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2184 | 2024-11-22T01:36:16.485Z | Checking colored v2.1.0 |
2185 | 2024-11-22T01:36:16.715Z | Checking macaddr v1.0.1 |
2186 | 2024-11-22T01:36:16.789Z | Checking base64 v0.13.1 |
2187 | 2024-11-22T01:36:16.909Z | Compiling darling v0.20.10 |
2188 | 2024-11-22T01:36:17.011Z | Checking zone v0.1.8 |
2189 | 2024-11-22T01:36:17.027Z | Compiling serde_with_macros v3.11.0 |
2190 | 2024-11-22T01:36:17.211Z | Checking ron v0.7.1 |
2191 | 2024-11-22T01:36:17.233Z | Checking parse-display v0.10.0 |
2192 | 2024-11-22T01:36:17.467Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2193 | 2024-11-22T01:36:17.734Z | Checking xz2 v0.1.7 |
2194 | 2024-11-22T01:36:17.956Z | Checking slog-envlogger v2.2.0 |
2195 | 2024-11-22T01:36:18.002Z | Checking tabwriter v1.4.0 |
2196 | 2024-11-22T01:36:18.172Z | Checking xattr v1.3.1 |
2197 | 2024-11-22T01:36:18.227Z | Checking pem v3.0.4 |
2198 | 2024-11-22T01:36:18.305Z | Checking yasna v0.5.2 |
2199 | 2024-11-22T01:36:18.362Z | Checking headers-core v0.3.0 |
2200 | 2024-11-22T01:36:18.489Z | Checking smf v0.2.3 |
2201 | 2024-11-22T01:36:18.509Z | Checking filetime v0.2.25 |
2202 | 2024-11-22T01:36:18.721Z | Checking same-file v1.0.6 |
2203 | 2024-11-22T01:36:18.898Z | Checking walkdir v2.5.0 |
2204 | 2024-11-22T01:36:18.945Z | Checking tar v0.4.42 |
2205 | 2024-11-22T01:36:19.028Z | Checking headers v0.4.0 |
2206 | 2024-11-22T01:36:19.180Z | Checking atomicwrites v0.4.4 |
2207 | 2024-11-22T01:36:19.199Z | Checking rcgen v0.12.1 |
2208 | 2024-11-22T01:36:19.391Z | Checking camino-tempfile v1.1.1 |
2209 | 2024-11-22T01:36:19.671Z | Checking subprocess v0.2.9 |
2210 | 2024-11-22T01:36:19.970Z | Checking serde_with v3.11.0 |
2211 | 2024-11-22T01:36:23.857Z | Compiling typify-macro v0.2.0 |
2212 | 2024-11-22T01:36:25.708Z | Compiling typify v0.2.0 |
2213 | 2024-11-22T01:36:25.777Z | Compiling progenitor-impl v0.8.0 |
2214 | 2024-11-22T01:36:28.950Z | Compiling progenitor-macro v0.8.0 |
2215 | 2024-11-22T01:36:34.240Z | Checking progenitor v0.8.0 |
2216 | 2024-11-22T01:36:34.392Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2217 | 2024-11-22T01:36:34.395Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2218 | 2024-11-22T01:36:37.054Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2219 | 2024-11-22T01:36:37.392Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2220 | 2024-11-22T01:36:43.891Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2221 | 2024-11-22T01:36:45.481Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2222 | 2024-11-22T01:36:46.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.79s |
2223 | 2024-11-22T01:36:46.894Z | |
2224 | 2024-11-22T01:36:46.894Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2225 | 2024-11-22T01:36:47.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-11-22T01:36:47.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-11-22T01:36:47.559Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2228 | 2024-11-22T01:36:48.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
2229 | 2024-11-22T01:36:49.172Z | |
2230 | 2024-11-22T01:36:49.172Z | info: running `cargo check --bins` on nexus-config (31/173) |
2231 | 2024-11-22T01:36:49.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-11-22T01:36:49.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-11-22T01:36:49.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-11-22T01:36:49.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2235 | 2024-11-22T01:36:49.828Z | |
2236 | 2024-11-22T01:36:49.828Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2237 | 2024-11-22T01:36:50.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-11-22T01:36:50.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-11-22T01:36:50.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-11-22T01:36:50.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2241 | 2024-11-22T01:36:50.470Z | |
2242 | 2024-11-22T01:36:50.470Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2243 | 2024-11-22T01:36:51.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-11-22T01:36:51.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-11-22T01:36:51.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2246 | 2024-11-22T01:36:51.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2247 | 2024-11-22T01:36:51.141Z | |
2248 | 2024-11-22T01:36:51.141Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2249 | 2024-11-22T01:36:51.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2024-11-22T01:36:51.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2024-11-22T01:36:51.835Z | Compiling zerocopy v0.8.10 |
2252 | 2024-11-22T01:36:51.835Z | Compiling progenitor-client v0.8.0 |
2253 | 2024-11-22T01:36:51.835Z | Compiling itertools v0.13.0 |
2254 | 2024-11-22T01:36:51.841Z | Compiling zerocopy-derive v0.8.10 |
2255 | 2024-11-22T01:36:51.843Z | Compiling heapless v0.8.0 |
2256 | 2024-11-22T01:36:51.843Z | Compiling newtype-uuid v1.1.3 |
2257 | 2024-11-22T01:36:51.843Z | Compiling ipnetwork v0.20.0 |
2258 | 2024-11-22T01:36:51.843Z | Checking hash32 v0.3.1 |
2259 | 2024-11-22T01:36:52.184Z | Compiling instant v0.1.13 |
2260 | 2024-11-22T01:36:52.285Z | Compiling progenitor v0.8.0 |
2261 | 2024-11-22T01:36:52.333Z | Compiling smoltcp v0.11.0 |
2262 | 2024-11-22T01:36:52.412Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2263 | 2024-11-22T01:36:52.534Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2264 | 2024-11-22T01:36:52.925Z | Compiling backoff v0.4.0 |
2265 | 2024-11-22T01:36:52.936Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2266 | 2024-11-22T01:36:53.027Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2267 | 2024-11-22T01:36:53.186Z | Compiling serde_with v3.11.0 |
2268 | 2024-11-22T01:36:53.203Z | Compiling dropshot v0.13.0 |
2269 | 2024-11-22T01:36:53.213Z | Compiling parse-display v0.10.0 |
2270 | 2024-11-22T01:36:53.257Z | Checking num-rational v0.4.2 |
2271 | 2024-11-22T01:36:53.785Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2272 | 2024-11-22T01:36:53.944Z | Compiling regress v0.9.1 |
2273 | 2024-11-22T01:36:53.969Z | Compiling phf_generator v0.11.2 |
2274 | 2024-11-22T01:36:54.126Z | Checking num-complex v0.4.6 |
2275 | 2024-11-22T01:36:55.074Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2276 | 2024-11-22T01:36:55.830Z | Compiling macaddr v1.0.1 |
2277 | 2024-11-22T01:36:56.076Z | Checking cobs v0.2.3 |
2278 | 2024-11-22T01:36:56.291Z | Compiling num v0.4.3 |
2279 | 2024-11-22T01:36:56.308Z | Checking postcard v1.0.10 |
2280 | 2024-11-22T01:36:56.502Z | Compiling phf_codegen v0.11.2 |
2281 | 2024-11-22T01:36:56.968Z | Compiling parse-zoneinfo v0.3.1 |
2282 | 2024-11-22T01:36:57.399Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2283 | 2024-11-22T01:36:57.654Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2284 | 2024-11-22T01:36:57.780Z | Compiling convert_case v0.4.0 |
2285 | 2024-11-22T01:36:58.127Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2286 | 2024-11-22T01:36:58.744Z | Checking float-ord v0.3.2 |
2287 | 2024-11-22T01:36:58.914Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2288 | 2024-11-22T01:37:02.392Z | Compiling derive_more v0.99.18 |
2289 | 2024-11-22T01:37:02.487Z | Compiling chrono-tz-build v0.4.0 |
2290 | 2024-11-22T01:37:02.487Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2291 | 2024-11-22T01:37:02.487Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2292 | 2024-11-22T01:37:02.487Z | Compiling crucible-workspace-hack v0.1.0 |
2293 | 2024-11-22T01:37:02.487Z | Compiling chrono-tz v0.10.0 |
2294 | 2024-11-22T01:37:02.487Z | Checking newline-converter v0.3.0 |
2295 | 2024-11-22T01:37:02.487Z | Checking prettyplease v0.2.25 |
2296 | 2024-11-22T01:37:02.487Z | Compiling slog-dtrace v0.3.0 |
2297 | 2024-11-22T01:37:02.487Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2298 | 2024-11-22T01:37:02.488Z | Checking expectorate v1.1.0 |
2299 | 2024-11-22T01:37:02.488Z | Compiling zone_cfg_derive v0.3.0 |
2300 | 2024-11-22T01:37:02.504Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2301 | 2024-11-22T01:37:02.549Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2302 | 2024-11-22T01:37:02.731Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2303 | 2024-11-22T01:37:03.044Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2304 | 2024-11-22T01:37:03.176Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2305 | 2024-11-22T01:37:03.645Z | Compiling const_format_proc_macros v0.2.33 |
2306 | 2024-11-22T01:37:03.875Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2307 | 2024-11-22T01:37:03.898Z | Compiling num-derive v0.4.2 |
2308 | 2024-11-22T01:37:04.174Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2309 | 2024-11-22T01:37:04.445Z | Checking highway v1.2.0 |
2310 | 2024-11-22T01:37:04.871Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2311 | 2024-11-22T01:37:05.058Z | Checking zone v0.3.0 |
2312 | 2024-11-22T01:37:05.465Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2313 | 2024-11-22T01:37:05.828Z | Checking const_format v0.2.33 |
2314 | 2024-11-22T01:37:05.845Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2315 | 2024-11-22T01:37:06.317Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2316 | 2024-11-22T01:37:06.364Z | Checking gethostname v0.5.0 |
2317 | 2024-11-22T01:37:06.409Z | Checking bcs v0.1.6 |
2318 | 2024-11-22T01:37:06.458Z | Compiling async-recursion v1.1.1 |
2319 | 2024-11-22T01:37:06.861Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2320 | 2024-11-22T01:37:07.006Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2321 | 2024-11-22T01:37:07.012Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2322 | 2024-11-22T01:37:08.280Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2323 | 2024-11-22T01:37:08.681Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2324 | 2024-11-22T01:37:14.311Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2325 | 2024-11-22T01:37:17.605Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2326 | 2024-11-22T01:37:20.215Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2327 | 2024-11-22T01:37:21.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.26s |
2328 | 2024-11-22T01:37:21.587Z | |
2329 | 2024-11-22T01:37:21.587Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2330 | 2024-11-22T01:37:22.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2331 | 2024-11-22T01:37:22.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2332 | 2024-11-22T01:37:22.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2333 | 2024-11-22T01:37:22.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2334 | 2024-11-22T01:37:22.228Z | |
2335 | 2024-11-22T01:37:22.228Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2336 | 2024-11-22T01:37:22.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2024-11-22T01:37:22.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2024-11-22T01:37:22.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2339 | 2024-11-22T01:37:22.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2340 | 2024-11-22T01:37:22.876Z | |
2341 | 2024-11-22T01:37:22.876Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2342 | 2024-11-22T01:37:23.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-11-22T01:37:23.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-11-22T01:37:23.536Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2345 | 2024-11-22T01:37:24.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2346 | 2024-11-22T01:37:24.331Z | |
2347 | 2024-11-22T01:37:24.331Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2348 | 2024-11-22T01:37:24.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-11-22T01:37:24.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-11-22T01:37:25.015Z | Compiling cfg_aliases v0.1.1 |
2351 | 2024-11-22T01:37:25.019Z | Compiling vte_generate_state_changes v0.1.2 |
2352 | 2024-11-22T01:37:25.019Z | Checking fd-lock v4.0.2 |
2353 | 2024-11-22T01:37:25.019Z | Checking nibble_vec v0.1.0 |
2354 | 2024-11-22T01:37:25.120Z | Checking endian-type v0.1.2 |
2355 | 2024-11-22T01:37:25.124Z | Checking bytecount v0.6.8 |
2356 | 2024-11-22T01:37:25.147Z | Compiling tabled_derive v0.7.0 |
2357 | 2024-11-22T01:37:25.179Z | Compiling peg-macros v0.8.4 |
2358 | 2024-11-22T01:37:25.206Z | Compiling nix v0.28.0 |
2359 | 2024-11-22T01:37:25.281Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2360 | 2024-11-22T01:37:25.300Z | Compiling sqlparser_derive v0.2.2 |
2361 | 2024-11-22T01:37:25.318Z | Checking papergrid v0.11.0 |
2362 | 2024-11-22T01:37:25.328Z | Checking radix_trie v0.2.1 |
2363 | 2024-11-22T01:37:25.713Z | Checking unicode_categories v0.1.1 |
2364 | 2024-11-22T01:37:25.762Z | Checking vte v0.11.1 |
2365 | 2024-11-22T01:37:26.018Z | Checking nu-ansi-term v0.50.1 |
2366 | 2024-11-22T01:37:26.388Z | Checking home v0.5.9 |
2367 | 2024-11-22T01:37:26.443Z | Checking sqlparser v0.45.0 |
2368 | 2024-11-22T01:37:26.471Z | Checking sqlformat v0.2.6 |
2369 | 2024-11-22T01:37:26.525Z | Checking display-error-chain v0.2.2 |
2370 | 2024-11-22T01:37:27.160Z | Checking strip-ansi-escapes v0.2.0 |
2371 | 2024-11-22T01:37:27.301Z | Checking reedline v0.35.0 |
2372 | 2024-11-22T01:37:27.586Z | Checking tabled v0.15.0 |
2373 | 2024-11-22T01:37:28.069Z | Checking peg v0.8.4 |
2374 | 2024-11-22T01:37:28.288Z | Checking rustyline v14.0.0 |
2375 | 2024-11-22T01:37:36.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.60s |
2376 | 2024-11-22T01:37:37.190Z | |
2377 | 2024-11-22T01:37:37.190Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2378 | 2024-11-22T01:37:37.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-11-22T01:37:37.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-11-22T01:37:37.798Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2381 | 2024-11-22T01:37:44.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
2382 | 2024-11-22T01:37:44.396Z | |
2383 | 2024-11-22T01:37:44.396Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2384 | 2024-11-22T01:37:44.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-11-22T01:37:44.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-11-22T01:37:44.396Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2387 | 2024-11-22T01:37:47.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
2388 | 2024-11-22T01:37:47.452Z | |
2389 | 2024-11-22T01:37:47.452Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2390 | 2024-11-22T01:37:48.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-11-22T01:37:48.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-11-22T01:37:48.121Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2393 | 2024-11-22T01:37:52.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
2394 | 2024-11-22T01:37:52.986Z | |
2395 | 2024-11-22T01:37:52.986Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2396 | 2024-11-22T01:37:53.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-11-22T01:37:53.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-11-22T01:37:53.655Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2399 | 2024-11-22T01:37:58.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
2400 | 2024-11-22T01:37:58.584Z | |
2401 | 2024-11-22T01:37:58.584Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2402 | 2024-11-22T01:37:59.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-11-22T01:37:59.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-11-22T01:37:59.252Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2405 | 2024-11-22T01:38:03.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
2406 | 2024-11-22T01:38:03.558Z | |
2407 | 2024-11-22T01:38:03.558Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2408 | 2024-11-22T01:38:04.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-11-22T01:38:04.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-11-22T01:38:04.258Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2411 | 2024-11-22T01:38:08.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s |
2412 | 2024-11-22T01:38:08.523Z | |
2413 | 2024-11-22T01:38:08.523Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2414 | 2024-11-22T01:38:09.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-11-22T01:38:09.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-11-22T01:38:09.198Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2417 | 2024-11-22T01:38:14.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s |
2418 | 2024-11-22T01:38:14.600Z | |
2419 | 2024-11-22T01:38:14.600Z | info: running `cargo check --bins` on oximeter (46/173) |
2420 | 2024-11-22T01:38:15.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-11-22T01:38:15.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-11-22T01:38:15.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2423 | 2024-11-22T01:38:15.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2424 | 2024-11-22T01:38:15.251Z | |
2425 | 2024-11-22T01:38:15.251Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2426 | 2024-11-22T01:38:15.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-11-22T01:38:15.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-11-22T01:38:15.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-11-22T01:38:15.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2430 | 2024-11-22T01:38:15.865Z | |
2431 | 2024-11-22T01:38:15.865Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2432 | 2024-11-22T01:38:16.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-11-22T01:38:16.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-11-22T01:38:16.507Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2435 | 2024-11-22T01:38:16.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
2436 | 2024-11-22T01:38:17.128Z | |
2437 | 2024-11-22T01:38:17.128Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2438 | 2024-11-22T01:38:17.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-11-22T01:38:17.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-11-22T01:38:17.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-11-22T01:38:17.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2442 | 2024-11-22T01:38:17.765Z | |
2443 | 2024-11-22T01:38:17.765Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2444 | 2024-11-22T01:38:18.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-11-22T01:38:18.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-11-22T01:38:18.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-11-22T01:38:18.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2448 | 2024-11-22T01:38:18.410Z | |
2449 | 2024-11-22T01:38:18.410Z | info: running `cargo check --bins` on oxql-types (51/173) |
2450 | 2024-11-22T01:38:18.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-11-22T01:38:18.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-11-22T01:38:18.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-11-22T01:38:18.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2454 | 2024-11-22T01:38:19.066Z | |
2455 | 2024-11-22T01:38:19.066Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2456 | 2024-11-22T01:38:19.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-11-22T01:38:19.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-11-22T01:38:19.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-11-22T01:38:19.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2460 | 2024-11-22T01:38:19.723Z | |
2461 | 2024-11-22T01:38:19.724Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2462 | 2024-11-22T01:38:20.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-11-22T01:38:20.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-11-22T01:38:20.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2024-11-22T01:38:20.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2466 | 2024-11-22T01:38:20.368Z | |
2467 | 2024-11-22T01:38:20.368Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2468 | 2024-11-22T01:38:20.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-11-22T01:38:20.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-11-22T01:38:20.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2024-11-22T01:38:20.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2472 | 2024-11-22T01:38:21.015Z | |
2473 | 2024-11-22T01:38:21.016Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2474 | 2024-11-22T01:38:21.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-11-22T01:38:21.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-11-22T01:38:21.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-11-22T01:38:21.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2478 | 2024-11-22T01:38:21.651Z | |
2479 | 2024-11-22T01:38:21.651Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2480 | 2024-11-22T01:38:22.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-11-22T01:38:22.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-11-22T01:38:22.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2024-11-22T01:38:22.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2484 | 2024-11-22T01:38:22.286Z | |
2485 | 2024-11-22T01:38:22.286Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2486 | 2024-11-22T01:38:22.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-11-22T01:38:22.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-11-22T01:38:22.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2024-11-22T01:38:22.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2490 | 2024-11-22T01:38:22.936Z | |
2491 | 2024-11-22T01:38:22.936Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2492 | 2024-11-22T01:38:23.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-11-22T01:38:23.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-11-22T01:38:23.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-11-22T01:38:23.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2496 | 2024-11-22T01:38:23.565Z | |
2497 | 2024-11-22T01:38:23.565Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2498 | 2024-11-22T01:38:24.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-11-22T01:38:24.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-11-22T01:38:24.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-11-22T01:38:24.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2502 | 2024-11-22T01:38:24.218Z | |
2503 | 2024-11-22T01:38:24.218Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2504 | 2024-11-22T01:38:24.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-11-22T01:38:24.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-11-22T01:38:24.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-11-22T01:38:24.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2508 | 2024-11-22T01:38:24.870Z | |
2509 | 2024-11-22T01:38:24.870Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2510 | 2024-11-22T01:38:25.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-11-22T01:38:25.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-11-22T01:38:25.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-11-22T01:38:25.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2514 | 2024-11-22T01:38:25.512Z | |
2515 | 2024-11-22T01:38:25.512Z | info: running `cargo check --bins` on dpd-client (62/173) |
2516 | 2024-11-22T01:38:26.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-11-22T01:38:26.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-11-22T01:38:26.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-11-22T01:38:26.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2520 | 2024-11-22T01:38:26.148Z | |
2521 | 2024-11-22T01:38:26.148Z | info: running `cargo check --bins` on gateway-client (63/173) |
2522 | 2024-11-22T01:38:26.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-11-22T01:38:26.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-11-22T01:38:26.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-11-22T01:38:26.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2526 | 2024-11-22T01:38:26.770Z | |
2527 | 2024-11-22T01:38:26.770Z | info: running `cargo check --bins` on installinator-client (64/173) |
2528 | 2024-11-22T01:38:27.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-11-22T01:38:27.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-11-22T01:38:27.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-11-22T01:38:27.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2532 | 2024-11-22T01:38:27.437Z | |
2533 | 2024-11-22T01:38:27.437Z | info: running `cargo check --bins` on installinator-common (65/173) |
2534 | 2024-11-22T01:38:28.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-11-22T01:38:28.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-11-22T01:38:28.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-11-22T01:38:28.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2538 | 2024-11-22T01:38:28.091Z | |
2539 | 2024-11-22T01:38:28.091Z | info: running `cargo check --bins` on update-engine (66/173) |
2540 | 2024-11-22T01:38:28.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-11-22T01:38:28.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-11-22T01:38:28.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-11-22T01:38:28.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2544 | 2024-11-22T01:38:28.719Z | |
2545 | 2024-11-22T01:38:28.719Z | info: running `cargo check --bins` on nexus-client (67/173) |
2546 | 2024-11-22T01:38:29.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-11-22T01:38:29.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-11-22T01:38:29.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-11-22T01:38:29.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2550 | 2024-11-22T01:38:29.382Z | |
2551 | 2024-11-22T01:38:29.382Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2552 | 2024-11-22T01:38:29.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-11-22T01:38:29.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-11-22T01:38:29.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-11-22T01:38:29.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2556 | 2024-11-22T01:38:30.036Z | |
2557 | 2024-11-22T01:38:30.036Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2558 | 2024-11-22T01:38:30.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-11-22T01:38:30.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-11-22T01:38:30.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-11-22T01:38:30.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2562 | 2024-11-22T01:38:30.670Z | |
2563 | 2024-11-22T01:38:30.670Z | info: running `cargo check --bins` on nexus-types (70/173) |
2564 | 2024-11-22T01:38:31.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-11-22T01:38:31.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-11-22T01:38:31.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-11-22T01:38:31.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2568 | 2024-11-22T01:38:31.334Z | |
2569 | 2024-11-22T01:38:31.334Z | info: running `cargo check --bins` on oxide-client (71/173) |
2570 | 2024-11-22T01:38:31.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-11-22T01:38:31.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-11-22T01:38:31.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2024-11-22T01:38:31.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2574 | 2024-11-22T01:38:31.967Z | |
2575 | 2024-11-22T01:38:31.967Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2576 | 2024-11-22T01:38:32.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-11-22T01:38:32.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-11-22T01:38:32.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-11-22T01:38:32.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2580 | 2024-11-22T01:38:32.601Z | |
2581 | 2024-11-22T01:38:32.601Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2582 | 2024-11-22T01:38:33.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-11-22T01:38:33.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-11-22T01:38:33.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-11-22T01:38:33.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2586 | 2024-11-22T01:38:33.227Z | |
2587 | 2024-11-22T01:38:33.227Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2588 | 2024-11-22T01:38:33.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-11-22T01:38:33.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-11-22T01:38:33.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-11-22T01:38:33.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2592 | 2024-11-22T01:38:33.873Z | |
2593 | 2024-11-22T01:38:33.873Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2594 | 2024-11-22T01:38:34.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-11-22T01:38:34.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-11-22T01:38:34.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-11-22T01:38:34.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2598 | 2024-11-22T01:38:34.540Z | |
2599 | 2024-11-22T01:38:34.540Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2600 | 2024-11-22T01:38:35.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-11-22T01:38:35.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-11-22T01:38:35.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2024-11-22T01:38:35.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2604 | 2024-11-22T01:38:35.198Z | |
2605 | 2024-11-22T01:38:35.198Z | info: running `cargo check --bins` on wicket-common (77/173) |
2606 | 2024-11-22T01:38:35.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-11-22T01:38:35.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-11-22T01:38:35.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-11-22T01:38:35.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2610 | 2024-11-22T01:38:35.854Z | |
2611 | 2024-11-22T01:38:35.854Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2612 | 2024-11-22T01:38:36.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-11-22T01:38:36.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-11-22T01:38:36.515Z | Checking csv-core v0.1.11 |
2615 | 2024-11-22T01:38:36.515Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2616 | 2024-11-22T01:38:36.518Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2617 | 2024-11-22T01:38:36.824Z | Checking csv v1.3.0 |
2618 | 2024-11-22T01:38:36.837Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2619 | 2024-11-22T01:38:37.385Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2620 | 2024-11-22T01:38:37.714Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2621 | 2024-11-22T01:38:38.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
2622 | 2024-11-22T01:38:39.151Z | |
2623 | 2024-11-22T01:38:39.151Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2624 | 2024-11-22T01:38:39.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2024-11-22T01:38:39.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2024-11-22T01:38:39.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2024-11-22T01:38:39.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2628 | 2024-11-22T01:38:39.784Z | |
2629 | 2024-11-22T01:38:39.784Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2630 | 2024-11-22T01:38:40.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-11-22T01:38:40.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-11-22T01:38:40.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2024-11-22T01:38:40.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2634 | 2024-11-22T01:38:40.418Z | |
2635 | 2024-11-22T01:38:40.418Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2636 | 2024-11-22T01:38:41.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-11-22T01:38:41.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-11-22T01:38:41.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-11-22T01:38:41.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2640 | 2024-11-22T01:38:41.163Z | |
2641 | 2024-11-22T01:38:41.163Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2642 | 2024-11-22T01:38:41.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-11-22T01:38:41.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-11-22T01:38:41.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-11-22T01:38:41.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2646 | 2024-11-22T01:38:41.908Z | |
2647 | 2024-11-22T01:38:41.908Z | info: running `cargo check --bins` on dns-server (83/173) |
2648 | 2024-11-22T01:38:42.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-11-22T01:38:42.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-11-22T01:38:42.559Z | Compiling parking_lot_core v0.8.6 |
2651 | 2024-11-22T01:38:42.559Z | Checking fxhash v0.2.1 |
2652 | 2024-11-22T01:38:42.561Z | Checking hickory-server v0.24.1 |
2653 | 2024-11-22T01:38:42.661Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2654 | 2024-11-22T01:38:42.664Z | Checking hickory-client v0.24.1 |
2655 | 2024-11-22T01:38:43.691Z | Checking parking_lot v0.11.2 |
2656 | 2024-11-22T01:38:43.695Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2657 | 2024-11-22T01:38:43.695Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2658 | 2024-11-22T01:38:43.697Z | Checking sled v0.34.7 |
2659 | 2024-11-22T01:38:45.214Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2660 | 2024-11-22T01:38:46.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2661 | 2024-11-22T01:38:46.644Z | |
2662 | 2024-11-22T01:38:46.644Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2663 | 2024-11-22T01:38:47.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-11-22T01:38:47.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-11-22T01:38:47.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-11-22T01:38:47.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2667 | 2024-11-22T01:38:47.272Z | |
2668 | 2024-11-22T01:38:47.272Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2669 | 2024-11-22T01:38:47.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-11-22T01:38:47.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-11-22T01:38:47.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-11-22T01:38:47.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2673 | 2024-11-22T01:38:47.952Z | |
2674 | 2024-11-22T01:38:47.952Z | info: running `cargo check --bins` on gateway-types (86/173) |
2675 | 2024-11-22T01:38:48.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-11-22T01:38:48.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-11-22T01:38:48.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-11-22T01:38:48.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2679 | 2024-11-22T01:38:48.583Z | |
2680 | 2024-11-22T01:38:48.583Z | info: running `cargo check --bins` on ipcc (87/173) |
2681 | 2024-11-22T01:38:49.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-11-22T01:38:49.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-11-22T01:38:49.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-11-22T01:38:49.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2685 | 2024-11-22T01:38:49.231Z | |
2686 | 2024-11-22T01:38:49.231Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2687 | 2024-11-22T01:38:49.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-11-22T01:38:49.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-11-22T01:38:49.931Z | Compiling radium v0.7.0 |
2690 | 2024-11-22T01:38:49.931Z | Compiling semver v0.1.20 |
2691 | 2024-11-22T01:38:50.047Z | Compiling maybe-uninit v2.0.0 |
2692 | 2024-11-22T01:38:50.049Z | Checking tap v1.0.1 |
2693 | 2024-11-22T01:38:50.068Z | Checking password-hash v0.5.0 |
2694 | 2024-11-22T01:38:50.070Z | Checking blake2 v0.10.6 |
2695 | 2024-11-22T01:38:50.070Z | Compiling owo-colors v4.1.0 |
2696 | 2024-11-22T01:38:50.071Z | Checking funty v2.0.0 |
2697 | 2024-11-22T01:38:50.203Z | Checking wyz v0.5.1 |
2698 | 2024-11-22T01:38:50.341Z | Compiling rustc_version v0.1.7 |
2699 | 2024-11-22T01:38:50.496Z | Compiling cancel-safe-futures v0.1.5 |
2700 | 2024-11-22T01:38:50.555Z | Checking crc-catalog v2.4.0 |
2701 | 2024-11-22T01:38:50.581Z | Compiling packed_struct v0.10.1 |
2702 | 2024-11-22T01:38:50.651Z | Checking argon2 v0.5.3 |
2703 | 2024-11-22T01:38:50.689Z | Checking crc v3.2.1 |
2704 | 2024-11-22T01:38:50.729Z | Compiling packed_struct_codegen v0.10.1 |
2705 | 2024-11-22T01:38:50.827Z | Compiling newtype_derive v0.1.6 |
2706 | 2024-11-22T01:38:50.843Z | Compiling indexmap v1.9.3 |
2707 | 2024-11-22T01:38:50.885Z | Checking half v2.4.1 |
2708 | 2024-11-22T01:38:51.031Z | Checking bitvec v1.0.1 |
2709 | 2024-11-22T01:38:51.079Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2710 | 2024-11-22T01:38:51.106Z | Checking nodrop v0.1.14 |
2711 | 2024-11-22T01:38:51.138Z | Checking ciborium-io v0.2.2 |
2712 | 2024-11-22T01:38:51.216Z | Checking array-init v0.0.4 |
2713 | 2024-11-22T01:38:51.295Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2714 | 2024-11-22T01:38:51.327Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2715 | 2024-11-22T01:38:51.348Z | Checking ciborium-ll v0.2.2 |
2716 | 2024-11-22T01:38:51.625Z | Checking smallvec v0.6.14 |
2717 | 2024-11-22T01:38:51.679Z | Checking libsw v3.3.1 |
2718 | 2024-11-22T01:38:51.753Z | Compiling memoffset v0.9.1 |
2719 | 2024-11-22T01:38:51.944Z | Checking hashbrown v0.12.3 |
2720 | 2024-11-22T01:38:52.037Z | Checking indent_write v2.2.0 |
2721 | 2024-11-22T01:38:52.055Z | Checking bitfield v0.14.0 |
2722 | 2024-11-22T01:38:52.057Z | Checking termcolor v1.4.1 |
2723 | 2024-11-22T01:38:52.228Z | Checking linear-map v1.2.0 |
2724 | 2024-11-22T01:38:52.245Z | Checking swrite v0.1.0 |
2725 | 2024-11-22T01:38:52.320Z | Checking ron v0.8.1 |
2726 | 2024-11-22T01:38:52.358Z | Checking serde-hex v0.1.0 |
2727 | 2024-11-22T01:38:52.500Z | Checking env_logger v0.10.2 |
2728 | 2024-11-22T01:38:52.554Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2729 | 2024-11-22T01:38:53.079Z | Checking ciborium v0.2.2 |
2730 | 2024-11-22T01:38:53.248Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2731 | 2024-11-22T01:38:53.621Z | Checking steno v0.4.1 |
2732 | 2024-11-22T01:38:53.637Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2733 | 2024-11-22T01:38:53.775Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2734 | 2024-11-22T01:38:53.882Z | Checking hashbrown v0.13.2 |
2735 | 2024-11-22T01:38:54.066Z | Checking crc-any v2.5.0 |
2736 | 2024-11-22T01:38:54.160Z | Checking humantime v2.1.0 |
2737 | 2024-11-22T01:38:54.460Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2738 | 2024-11-22T01:38:54.463Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2739 | 2024-11-22T01:38:54.837Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2740 | 2024-11-22T01:38:54.953Z | Checking object v0.30.4 |
2741 | 2024-11-22T01:38:55.051Z | Checking path-slash v0.1.5 |
2742 | 2024-11-22T01:38:55.193Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2743 | 2024-11-22T01:38:55.208Z | Checking nix v0.27.1 |
2744 | 2024-11-22T01:38:55.856Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2745 | 2024-11-22T01:38:56.276Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2746 | 2024-11-22T01:38:56.391Z | Checking tungstenite v0.23.0 |
2747 | 2024-11-22T01:38:56.463Z | Checking kstat-rs v0.2.4 |
2748 | 2024-11-22T01:38:56.536Z | Checking signal-hook-tokio v0.3.1 |
2749 | 2024-11-22T01:38:56.814Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2750 | 2024-11-22T01:38:57.226Z | Checking tokio-tungstenite v0.23.1 |
2751 | 2024-11-22T01:38:57.631Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2752 | 2024-11-22T01:38:57.905Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2753 | 2024-11-22T01:38:58.058Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2754 | 2024-11-22T01:39:04.635Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2755 | 2024-11-22T01:39:05.913Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2756 | 2024-11-22T01:39:08.691Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2757 | 2024-11-22T01:39:14.294Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2024-11-22T01:39:14.989Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2759 | 2024-11-22T01:39:17.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.53s |
2760 | 2024-11-22T01:39:17.956Z | |
2761 | 2024-11-22T01:39:17.956Z | info: running `cargo check --bins` on gateway-api (89/173) |
2762 | 2024-11-22T01:39:18.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-11-22T01:39:18.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-11-22T01:39:18.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-11-22T01:39:18.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2766 | 2024-11-22T01:39:18.589Z | |
2767 | 2024-11-22T01:39:18.589Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2768 | 2024-11-22T01:39:19.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-11-22T01:39:19.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-11-22T01:39:19.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2024-11-22T01:39:19.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2772 | 2024-11-22T01:39:19.211Z | |
2773 | 2024-11-22T01:39:19.211Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2774 | 2024-11-22T01:39:19.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-11-22T01:39:19.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-11-22T01:39:19.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-11-22T01:39:19.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2778 | 2024-11-22T01:39:19.850Z | |
2779 | 2024-11-22T01:39:19.850Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2780 | 2024-11-22T01:39:20.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-11-22T01:39:20.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-11-22T01:39:20.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-11-22T01:39:20.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2784 | 2024-11-22T01:39:20.487Z | |
2785 | 2024-11-22T01:39:20.487Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2786 | 2024-11-22T01:39:21.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-11-22T01:39:21.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-11-22T01:39:21.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-11-22T01:39:21.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2790 | 2024-11-22T01:39:21.117Z | |
2791 | 2024-11-22T01:39:21.117Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2792 | 2024-11-22T01:39:21.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-11-22T01:39:21.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-11-22T01:39:21.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-11-22T01:39:21.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2796 | 2024-11-22T01:39:21.761Z | |
2797 | 2024-11-22T01:39:21.761Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2798 | 2024-11-22T01:39:22.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-11-22T01:39:22.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-11-22T01:39:22.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-11-22T01:39:22.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2802 | 2024-11-22T01:39:22.394Z | |
2803 | 2024-11-22T01:39:22.394Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2804 | 2024-11-22T01:39:22.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-11-22T01:39:22.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-11-22T01:39:22.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-11-22T01:39:22.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2808 | 2024-11-22T01:39:23.027Z | |
2809 | 2024-11-22T01:39:23.027Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2810 | 2024-11-22T01:39:23.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-11-22T01:39:23.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-11-22T01:39:23.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-11-22T01:39:23.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2814 | 2024-11-22T01:39:23.696Z | |
2815 | 2024-11-22T01:39:23.696Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2816 | 2024-11-22T01:39:24.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-11-22T01:39:24.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-11-22T01:39:24.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-11-22T01:39:24.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2820 | 2024-11-22T01:39:24.335Z | |
2821 | 2024-11-22T01:39:24.335Z | info: running `cargo check --bins` on sp-sim (99/173) |
2822 | 2024-11-22T01:39:24.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-11-22T01:39:24.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-11-22T01:39:24.985Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2825 | 2024-11-22T01:39:26.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
2826 | 2024-11-22T01:39:27.020Z | |
2827 | 2024-11-22T01:39:27.020Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2828 | 2024-11-22T01:39:27.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-11-22T01:39:27.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-11-22T01:39:27.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2024-11-22T01:39:27.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2832 | 2024-11-22T01:39:27.714Z | |
2833 | 2024-11-22T01:39:27.714Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2834 | 2024-11-22T01:39:28.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-11-22T01:39:28.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-11-22T01:39:28.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2024-11-22T01:39:28.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2838 | 2024-11-22T01:39:28.428Z | |
2839 | 2024-11-22T01:39:28.428Z | info: running `cargo check --bins` on db-macros (102/173) |
2840 | 2024-11-22T01:39:29.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-11-22T01:39:29.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-11-22T01:39:29.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2024-11-22T01:39:29.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2844 | 2024-11-22T01:39:29.083Z | |
2845 | 2024-11-22T01:39:29.083Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2846 | 2024-11-22T01:39:29.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-11-22T01:39:29.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-11-22T01:39:29.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-11-22T01:39:29.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2850 | 2024-11-22T01:39:29.728Z | |
2851 | 2024-11-22T01:39:29.728Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2852 | 2024-11-22T01:39:30.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-11-22T01:39:30.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-11-22T01:39:30.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2024-11-22T01:39:30.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2856 | 2024-11-22T01:39:30.426Z | |
2857 | 2024-11-22T01:39:30.426Z | info: running `cargo check --bins` on authz-macros (105/173) |
2858 | 2024-11-22T01:39:31.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-11-22T01:39:31.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-11-22T01:39:31.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2024-11-22T01:39:31.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2862 | 2024-11-22T01:39:31.188Z | |
2863 | 2024-11-22T01:39:31.188Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2864 | 2024-11-22T01:39:31.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-11-22T01:39:31.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-11-22T01:39:31.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2024-11-22T01:39:31.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2868 | 2024-11-22T01:39:31.749Z | |
2869 | 2024-11-22T01:39:31.749Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2870 | 2024-11-22T01:39:32.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-11-22T01:39:32.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-11-22T01:39:32.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2024-11-22T01:39:32.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2874 | 2024-11-22T01:39:32.430Z | |
2875 | 2024-11-22T01:39:32.430Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2876 | 2024-11-22T01:39:32.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-11-22T01:39:32.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-11-22T01:39:32.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-11-22T01:39:32.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2880 | 2024-11-22T01:39:33.064Z | |
2881 | 2024-11-22T01:39:33.064Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2882 | 2024-11-22T01:39:33.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-11-22T01:39:33.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-11-22T01:39:33.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-11-22T01:39:33.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2886 | 2024-11-22T01:39:33.732Z | |
2887 | 2024-11-22T01:39:33.733Z | info: running `cargo check --bins` on typed-rng (110/173) |
2888 | 2024-11-22T01:39:34.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-11-22T01:39:34.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-11-22T01:39:34.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-11-22T01:39:34.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2892 | 2024-11-22T01:39:34.342Z | |
2893 | 2024-11-22T01:39:34.342Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2894 | 2024-11-22T01:39:34.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-11-22T01:39:34.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-11-22T01:39:35.092Z | Checking keccak v0.1.5 |
2897 | 2024-11-22T01:39:35.202Z | Checking secrecy v0.8.0 |
2898 | 2024-11-22T01:39:35.208Z | Compiling unicase v2.7.0 |
2899 | 2024-11-22T01:39:35.208Z | Compiling same-file v1.0.6 |
2900 | 2024-11-22T01:39:35.225Z | Compiling tempfile v3.13.0 |
2901 | 2024-11-22T01:39:35.253Z | Compiling thiserror-impl-no-std v2.0.2 |
2902 | 2024-11-22T01:39:35.256Z | Checking universal-hash v0.5.1 |
2903 | 2024-11-22T01:39:35.256Z | Compiling blake3 v1.5.4 |
2904 | 2024-11-22T01:39:35.379Z | Compiling walkdir v2.5.0 |
2905 | 2024-11-22T01:39:35.464Z | Compiling ring v0.16.20 |
2906 | 2024-11-22T01:39:35.490Z | Checking sha3 v0.10.8 |
2907 | 2024-11-22T01:39:35.520Z | Checking opaque-debug v0.3.1 |
2908 | 2024-11-22T01:39:35.605Z | Checking poly1305 v0.8.0 |
2909 | 2024-11-22T01:39:35.661Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2910 | 2024-11-22T01:39:35.926Z | Checking chacha20 v0.9.1 |
2911 | 2024-11-22T01:39:35.963Z | Checking aead v0.5.2 |
2912 | 2024-11-22T01:39:36.084Z | Compiling memmap2 v0.9.5 |
2913 | 2024-11-22T01:39:36.131Z | Compiling salty v0.3.0 |
2914 | 2024-11-22T01:39:36.154Z | Compiling spin v0.5.2 |
2915 | 2024-11-22T01:39:36.173Z | Compiling arrayref v0.3.9 |
2916 | 2024-11-22T01:39:36.253Z | Compiling libefi-sys v0.1.0 |
2917 | 2024-11-22T01:39:36.279Z | Compiling constant_time_eq v0.3.1 |
2918 | 2024-11-22T01:39:36.388Z | Compiling arrayvec v0.7.6 |
2919 | 2024-11-22T01:39:36.450Z | Checking chacha20poly1305 v0.10.1 |
2920 | 2024-11-22T01:39:36.581Z | Compiling toolchain_find v0.4.0 |
2921 | 2024-11-22T01:39:36.596Z | Compiling camino-tempfile v1.1.1 |
2922 | 2024-11-22T01:39:36.626Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2923 | 2024-11-22T01:39:36.642Z | Compiling bitfield-struct v0.6.2 |
2924 | 2024-11-22T01:39:36.967Z | Compiling topological-sort v0.2.2 |
2925 | 2024-11-22T01:39:37.056Z | Compiling mime_guess v2.0.5 |
2926 | 2024-11-22T01:39:37.135Z | Compiling rustfmt-wrapper v0.2.1 |
2927 | 2024-11-22T01:39:37.630Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2928 | 2024-11-22T01:39:37.723Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2929 | 2024-11-22T01:39:37.739Z | Checking primeorder v0.13.6 |
2930 | 2024-11-22T01:39:38.003Z | Checking env_filter v0.1.2 |
2931 | 2024-11-22T01:39:38.021Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2932 | 2024-11-22T01:39:38.123Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2933 | 2024-11-22T01:39:38.204Z | Checking p384 v0.13.0 |
2934 | 2024-11-22T01:39:38.224Z | Checking env_logger v0.11.5 |
2935 | 2024-11-22T01:39:38.370Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2936 | 2024-11-22T01:39:38.394Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2937 | 2024-11-22T01:39:38.441Z | Checking thiserror-no-std v2.0.2 |
2938 | 2024-11-22T01:39:38.550Z | Checking vsss-rs v3.3.4 |
2939 | 2024-11-22T01:39:38.625Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2940 | 2024-11-22T01:39:38.672Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2941 | 2024-11-22T01:39:38.818Z | Checking bumpalo v3.16.0 |
2942 | 2024-11-22T01:39:38.993Z | Compiling zip v2.1.3 |
2943 | 2024-11-22T01:39:39.045Z | Checking simd-adler32 v0.3.7 |
2944 | 2024-11-22T01:39:39.125Z | Checking lockfree-object-pool v0.1.6 |
2945 | 2024-11-22T01:39:39.143Z | Checking http-range v0.1.5 |
2946 | 2024-11-22T01:39:39.282Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2947 | 2024-11-22T01:39:39.311Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2948 | 2024-11-22T01:39:39.357Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2949 | 2024-11-22T01:39:39.375Z | Checking zopfli v0.8.1 |
2950 | 2024-11-22T01:39:39.588Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2951 | 2024-11-22T01:39:39.591Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2952 | 2024-11-22T01:39:40.008Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2953 | 2024-11-22T01:39:40.077Z | Checking nanorand v0.7.0 |
2954 | 2024-11-22T01:39:40.201Z | Checking atty v0.2.14 |
2955 | 2024-11-22T01:39:40.222Z | Checking glob v0.3.1 |
2956 | 2024-11-22T01:39:40.325Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2957 | 2024-11-22T01:39:40.431Z | Checking flume v0.11.1 |
2958 | 2024-11-22T01:39:40.536Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2959 | 2024-11-22T01:39:40.862Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2960 | 2024-11-22T01:39:41.237Z | Compiling omicron-zone-package v0.11.1 |
2961 | 2024-11-22T01:39:42.029Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2962 | 2024-11-22T01:39:42.076Z | Checking hyper-staticfile v0.10.1 |
2963 | 2024-11-22T01:39:42.800Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2964 | 2024-11-22T01:39:42.853Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2965 | 2024-11-22T01:39:42.909Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2966 | 2024-11-22T01:39:43.202Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2967 | 2024-11-22T01:39:43.261Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2968 | 2024-11-22T01:39:43.278Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2969 | 2024-11-22T01:39:43.802Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2970 | 2024-11-22T01:39:44.467Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2971 | 2024-11-22T01:39:45.535Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2972 | 2024-11-22T01:39:47.434Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2973 | 2024-11-22T01:39:47.434Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2974 | 2024-11-22T01:39:57.309Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2975 | 2024-11-22T01:40:10.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.40s |
2976 | 2024-11-22T01:40:10.933Z | |
2977 | 2024-11-22T01:40:10.933Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2978 | 2024-11-22T01:40:11.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-11-22T01:40:11.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-11-22T01:40:11.676Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2981 | 2024-11-22T01:40:28.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
2982 | 2024-11-22T01:40:29.082Z | |
2983 | 2024-11-22T01:40:29.082Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2984 | 2024-11-22T01:40:29.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2024-11-22T01:40:29.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2024-11-22T01:40:29.082Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2987 | 2024-11-22T01:40:39.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
2988 | 2024-11-22T01:40:39.894Z | |
2989 | 2024-11-22T01:40:39.894Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2990 | 2024-11-22T01:40:40.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2024-11-22T01:40:40.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2024-11-22T01:40:40.629Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2993 | 2024-11-22T01:40:54.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s |
2994 | 2024-11-22T01:40:54.368Z | |
2995 | 2024-11-22T01:40:54.368Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2996 | 2024-11-22T01:40:54.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2024-11-22T01:40:55.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2024-11-22T01:40:55.114Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2999 | 2024-11-22T01:41:08.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s |
3000 | 2024-11-22T01:41:09.091Z | |
3001 | 2024-11-22T01:41:09.091Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3002 | 2024-11-22T01:41:09.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2024-11-22T01:41:09.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2024-11-22T01:41:09.827Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3005 | 2024-11-22T01:41:23.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s |
3006 | 2024-11-22T01:41:23.702Z | |
3007 | 2024-11-22T01:41:23.702Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3008 | 2024-11-22T01:41:24.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2024-11-22T01:41:24.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2024-11-22T01:41:24.449Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2024-11-22T01:41:38.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
3012 | 2024-11-22T01:41:38.375Z | |
3013 | 2024-11-22T01:41:38.375Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3014 | 2024-11-22T01:41:38.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2024-11-22T01:41:38.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2024-11-22T01:41:39.125Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3017 | 2024-11-22T01:41:52.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
3018 | 2024-11-22T01:41:53.195Z | |
3019 | 2024-11-22T01:41:53.195Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3020 | 2024-11-22T01:41:53.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-11-22T01:41:53.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-11-22T01:41:53.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3023 | 2024-11-22T01:41:53.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3024 | 2024-11-22T01:41:53.880Z | |
3025 | 2024-11-22T01:41:53.880Z | info: running `cargo check --bins` on key-manager (120/173) |
3026 | 2024-11-22T01:41:54.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2024-11-22T01:41:54.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2024-11-22T01:41:54.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2024-11-22T01:41:54.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3030 | 2024-11-22T01:41:54.514Z | |
3031 | 2024-11-22T01:41:54.514Z | info: running `cargo check --bins` on range-requests (121/173) |
3032 | 2024-11-22T01:41:55.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-11-22T01:41:55.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-11-22T01:41:55.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2024-11-22T01:41:55.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3036 | 2024-11-22T01:41:55.309Z | |
3037 | 2024-11-22T01:41:55.309Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3038 | 2024-11-22T01:41:55.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-11-22T01:41:55.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-11-22T01:41:55.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2024-11-22T01:41:55.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3042 | 2024-11-22T01:41:55.766Z | |
3043 | 2024-11-22T01:41:55.766Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3044 | 2024-11-22T01:41:56.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-11-22T01:41:56.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-11-22T01:41:56.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2024-11-22T01:41:56.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3048 | 2024-11-22T01:41:56.439Z | |
3049 | 2024-11-22T01:41:56.439Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3050 | 2024-11-22T01:41:57.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-11-22T01:41:57.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-11-22T01:41:57.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2024-11-22T01:41:57.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3054 | 2024-11-22T01:41:57.090Z | |
3055 | 2024-11-22T01:41:57.090Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3056 | 2024-11-22T01:41:57.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-11-22T01:41:57.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-11-22T01:41:57.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2024-11-22T01:41:57.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3060 | 2024-11-22T01:41:57.751Z | |
3061 | 2024-11-22T01:41:57.751Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3062 | 2024-11-22T01:41:58.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-11-22T01:41:58.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-11-22T01:41:58.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2024-11-22T01:41:58.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3066 | 2024-11-22T01:41:58.407Z | |
3067 | 2024-11-22T01:41:58.407Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3068 | 2024-11-22T01:41:59.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-11-22T01:41:59.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-11-22T01:41:59.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2024-11-22T01:41:59.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3072 | 2024-11-22T01:41:59.084Z | |
3073 | 2024-11-22T01:41:59.087Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3074 | 2024-11-22T01:41:59.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-11-22T01:41:59.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-11-22T01:41:59.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3077 | 2024-11-22T01:41:59.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3078 | 2024-11-22T01:41:59.745Z | |
3079 | 2024-11-22T01:41:59.745Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3080 | 2024-11-22T01:42:00.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-11-22T01:42:00.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-11-22T01:42:00.436Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3083 | 2024-11-22T01:42:00.436Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3084 | 2024-11-22T01:42:01.193Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3085 | 2024-11-22T01:42:03.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
3086 | 2024-11-22T01:42:03.308Z | |
3087 | 2024-11-22T01:42:03.308Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3088 | 2024-11-22T01:42:03.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-11-22T01:42:03.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-11-22T01:42:03.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2024-11-22T01:42:03.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3092 | 2024-11-22T01:42:03.942Z | |
3093 | 2024-11-22T01:42:03.942Z | info: running `cargo check --bins` on cert-dev (131/173) |
3094 | 2024-11-22T01:42:04.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-11-22T01:42:04.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-11-22T01:42:04.562Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3097 | 2024-11-22T01:42:04.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3098 | 2024-11-22T01:42:04.997Z | |
3099 | 2024-11-22T01:42:04.997Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3100 | 2024-11-22T01:42:05.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-11-22T01:42:05.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-11-22T01:42:05.678Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3103 | 2024-11-22T01:42:05.678Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3104 | 2024-11-22T01:42:06.267Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3105 | 2024-11-22T01:42:06.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3106 | 2024-11-22T01:42:06.809Z | |
3107 | 2024-11-22T01:42:06.809Z | info: running `cargo check --bins` on ch-dev (133/173) |
3108 | 2024-11-22T01:42:07.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2024-11-22T01:42:07.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2024-11-22T01:42:07.481Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3111 | 2024-11-22T01:42:08.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3112 | 2024-11-22T01:42:08.368Z | |
3113 | 2024-11-22T01:42:08.368Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3114 | 2024-11-22T01:42:08.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-11-22T01:42:08.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-11-22T01:42:09.044Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3117 | 2024-11-22T01:42:09.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3118 | 2024-11-22T01:42:09.590Z | |
3119 | 2024-11-22T01:42:09.590Z | info: running `cargo check --bins` on db-dev (135/173) |
3120 | 2024-11-22T01:42:10.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2024-11-22T01:42:10.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2024-11-22T01:42:10.250Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3123 | 2024-11-22T01:42:10.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3124 | 2024-11-22T01:42:11.148Z | |
3125 | 2024-11-22T01:42:11.148Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3126 | 2024-11-22T01:42:11.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2024-11-22T01:42:11.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2024-11-22T01:42:11.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3129 | 2024-11-22T01:42:11.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3130 | 2024-11-22T01:42:11.812Z | |
3131 | 2024-11-22T01:42:11.812Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3132 | 2024-11-22T01:42:12.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2024-11-22T01:42:12.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2024-11-22T01:42:12.429Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3135 | 2024-11-22T01:42:13.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3136 | 2024-11-22T01:42:13.486Z | |
3137 | 2024-11-22T01:42:13.486Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3138 | 2024-11-22T01:42:14.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-11-22T01:42:14.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-11-22T01:42:14.116Z | Checking cargo-platform v0.1.8 |
3141 | 2024-11-22T01:42:14.384Z | Checking cargo_metadata v0.18.1 |
3142 | 2024-11-22T01:42:15.331Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3143 | 2024-11-22T01:42:16.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
3144 | 2024-11-22T01:42:16.229Z | |
3145 | 2024-11-22T01:42:16.229Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3146 | 2024-11-22T01:42:16.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-11-22T01:42:16.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-11-22T01:42:16.968Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3149 | 2024-11-22T01:42:17.654Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3150 | 2024-11-22T01:42:18.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3151 | 2024-11-22T01:42:18.406Z | |
3152 | 2024-11-22T01:42:18.406Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3153 | 2024-11-22T01:42:19.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2024-11-22T01:42:19.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2024-11-22T01:42:19.183Z | Compiling crunchy v0.2.2 |
3156 | 2024-11-22T01:42:19.183Z | Compiling tiny-keccak v2.0.2 |
3157 | 2024-11-22T01:42:19.191Z | Compiling dsl_auto_type v0.1.2 |
3158 | 2024-11-22T01:42:19.191Z | Checking scheduled-thread-pool v0.2.7 |
3159 | 2024-11-22T01:42:19.191Z | Compiling diesel_table_macro_syntax v0.2.0 |
3160 | 2024-11-22T01:42:19.329Z | Compiling ascii-canvas v3.0.0 |
3161 | 2024-11-22T01:42:19.338Z | Compiling ena v0.14.3 |
3162 | 2024-11-22T01:42:19.349Z | Compiling diff v0.1.13 |
3163 | 2024-11-22T01:42:19.493Z | Checking r2d2 v0.8.10 |
3164 | 2024-11-22T01:42:19.597Z | Compiling regex-syntax v0.6.29 |
3165 | 2024-11-22T01:42:19.719Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3166 | 2024-11-22T01:42:19.736Z | Compiling ref-cast v1.0.23 |
3167 | 2024-11-22T01:42:19.812Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3168 | 2024-11-22T01:42:19.914Z | Compiling derive_builder_core v0.20.2 |
3169 | 2024-11-22T01:42:19.935Z | Compiling libxml v0.3.3 |
3170 | 2024-11-22T01:42:20.037Z | Compiling ref-cast-impl v1.0.23 |
3171 | 2024-11-22T01:42:20.090Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3172 | 2024-11-22T01:42:20.325Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3173 | 2024-11-22T01:42:20.351Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3174 | 2024-11-22T01:42:20.530Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3175 | 2024-11-22T01:42:20.635Z | Compiling strum_macros v0.24.3 |
3176 | 2024-11-22T01:42:20.657Z | Compiling samael v0.0.17 |
3177 | 2024-11-22T01:42:20.967Z | Compiling diesel_derives v2.2.3 |
3178 | 2024-11-22T01:42:20.981Z | Compiling indoc v1.0.9 |
3179 | 2024-11-22T01:42:21.933Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3180 | 2024-11-22T01:42:25.310Z | Compiling oso-derive v0.27.3 |
3181 | 2024-11-22T01:42:25.310Z | Compiling derive_builder_macro v0.20.2 |
3182 | 2024-11-22T01:42:25.392Z | Compiling lalrpop v0.19.12 |
3183 | 2024-11-22T01:42:25.392Z | Compiling impl-trait-for-tuples v0.2.2 |
3184 | 2024-11-22T01:42:25.392Z | Checking derive_builder v0.20.2 |
3185 | 2024-11-22T01:42:25.392Z | Checking quick-xml v0.33.0 |
3186 | 2024-11-22T01:42:25.392Z | Compiling diesel-dtrace v0.3.0 |
3187 | 2024-11-22T01:42:25.393Z | Checking maplit v1.0.2 |
3188 | 2024-11-22T01:42:25.393Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3189 | 2024-11-22T01:42:25.393Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3190 | 2024-11-22T01:42:25.393Z | Checking bb8 v0.8.5 |
3191 | 2024-11-22T01:42:25.393Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3192 | 2024-11-22T01:42:25.393Z | Checking castaway v0.2.3 |
3193 | 2024-11-22T01:42:25.396Z | Checking rand_seeder v0.3.0 |
3194 | 2024-11-22T01:42:25.396Z | Checking compact_str v0.8.0 |
3195 | 2024-11-22T01:42:25.442Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3196 | 2024-11-22T01:42:25.528Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3197 | 2024-11-22T01:42:25.616Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3198 | 2024-11-22T01:42:26.054Z | Checking unicode-truncate v1.1.0 |
3199 | 2024-11-22T01:42:26.187Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3200 | 2024-11-22T01:42:26.361Z | Checking lru v0.12.5 |
3201 | 2024-11-22T01:42:26.512Z | Compiling instability v0.3.2 |
3202 | 2024-11-22T01:42:26.674Z | Checking unicode-linebreak v0.1.5 |
3203 | 2024-11-22T01:42:27.040Z | Checking cassowary v0.3.0 |
3204 | 2024-11-22T01:42:27.124Z | Checking is_ci v1.2.0 |
3205 | 2024-11-22T01:42:27.271Z | Checking smawk v0.3.2 |
3206 | 2024-11-22T01:42:27.434Z | Checking supports-color v3.0.1 |
3207 | 2024-11-22T01:42:27.474Z | Checking textwrap v0.16.1 |
3208 | 2024-11-22T01:42:27.545Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3209 | 2024-11-22T01:42:27.611Z | Checking ratatui v0.28.1 |
3210 | 2024-11-22T01:42:27.659Z | Checking multimap v0.10.0 |
3211 | 2024-11-22T01:42:30.761Z | Checking diesel v2.2.4 |
3212 | 2024-11-22T01:42:56.488Z | Compiling polar-core v0.27.3 |
3213 | 2024-11-22T01:43:00.194Z | Checking async-bb8-diesel v0.2.1 |
3214 | 2024-11-22T01:43:03.880Z | Checking oso v0.27.3 |
3215 | 2024-11-22T01:44:14.519Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3216 | 2024-11-22T01:44:20.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
3217 | 2024-11-22T01:44:20.786Z | |
3218 | 2024-11-22T01:44:20.786Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3219 | 2024-11-22T01:44:21.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2024-11-22T01:44:21.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2024-11-22T01:44:21.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3222 | 2024-11-22T01:44:21.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3223 | 2024-11-22T01:44:21.467Z | |
3224 | 2024-11-22T01:44:21.467Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3225 | 2024-11-22T01:44:22.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2024-11-22T01:44:22.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2024-11-22T01:44:22.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3228 | 2024-11-22T01:44:22.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3229 | 2024-11-22T01:44:22.146Z | |
3230 | 2024-11-22T01:44:22.146Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3231 | 2024-11-22T01:44:22.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-11-22T01:44:22.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-11-22T01:44:22.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3234 | 2024-11-22T01:44:22.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3235 | 2024-11-22T01:44:22.763Z | |
3236 | 2024-11-22T01:44:22.763Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3237 | 2024-11-22T01:44:23.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2024-11-22T01:44:23.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2024-11-22T01:44:23.559Z | Compiling libz-sys v1.1.20 |
3240 | 2024-11-22T01:44:23.675Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3241 | 2024-11-22T01:44:23.688Z | Compiling vergen v8.3.2 |
3242 | 2024-11-22T01:44:23.690Z | Compiling cargo-platform v0.1.8 |
3243 | 2024-11-22T01:44:23.691Z | Compiling pin-project-internal v1.1.6 |
3244 | 2024-11-22T01:44:23.729Z | Compiling libsqlite3-sys v0.30.1 |
3245 | 2024-11-22T01:44:23.729Z | Compiling snafu-derive v0.8.5 |
3246 | 2024-11-22T01:44:23.731Z | Compiling cfg_aliases v0.2.1 |
3247 | 2024-11-22T01:44:23.874Z | Compiling buf-list v1.0.3 |
3248 | 2024-11-22T01:44:23.971Z | Compiling rustls v0.21.12 |
3249 | 2024-11-22T01:44:24.209Z | Compiling cargo_metadata v0.18.1 |
3250 | 2024-11-22T01:44:24.287Z | Compiling nix v0.29.0 |
3251 | 2024-11-22T01:44:24.308Z | Checking globset v0.4.15 |
3252 | 2024-11-22T01:44:24.550Z | Checking sct v0.7.1 |
3253 | 2024-11-22T01:44:24.624Z | Checking rustls-webpki v0.101.7 |
3254 | 2024-11-22T01:44:24.759Z | Checking olpc-cjson v0.1.4 |
3255 | 2024-11-22T01:44:24.778Z | Checking serde_plain v1.0.2 |
3256 | 2024-11-22T01:44:24.985Z | Checking typed-path v0.9.3 |
3257 | 2024-11-22T01:44:25.347Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3258 | 2024-11-22T01:44:25.608Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3259 | 2024-11-22T01:44:25.630Z | Checking hashlink v0.9.1 |
3260 | 2024-11-22T01:44:25.898Z | Checking fallible-streaming-iterator v0.1.9 |
3261 | 2024-11-22T01:44:26.143Z | Checking fallible-iterator v0.3.0 |
3262 | 2024-11-22T01:44:26.244Z | Checking parse-size v1.1.0 |
3263 | 2024-11-22T01:44:26.827Z | Checking pin-project v1.1.6 |
3264 | 2024-11-22T01:44:26.845Z | Checking rusqlite v0.32.1 |
3265 | 2024-11-22T01:44:26.951Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3266 | 2024-11-22T01:44:26.971Z | Checking rustls-pemfile v1.0.4 |
3267 | 2024-11-22T01:44:26.992Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3268 | 2024-11-22T01:44:27.177Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3269 | 2024-11-22T01:44:27.448Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3270 | 2024-11-22T01:44:27.524Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3271 | 2024-11-22T01:44:27.649Z | Checking twox-hash v1.6.3 |
3272 | 2024-11-22T01:44:27.719Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3273 | 2024-11-22T01:44:28.113Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3274 | 2024-11-22T01:44:28.367Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3275 | 2024-11-22T01:44:28.526Z | Checking tokio-rustls v0.24.1 |
3276 | 2024-11-22T01:44:28.885Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3277 | 2024-11-22T01:44:28.953Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3278 | 2024-11-22T01:44:28.993Z | Checking fatfs v0.3.6 |
3279 | 2024-11-22T01:44:29.413Z | Checking snafu v0.8.5 |
3280 | 2024-11-22T01:44:29.594Z | Checking assert_matches v1.5.0 |
3281 | 2024-11-22T01:44:29.915Z | Checking tough v0.19.0 |
3282 | 2024-11-22T01:44:34.009Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3283 | 2024-11-22T01:44:35.280Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3284 | 2024-11-22T01:44:35.886Z | Compiling git2 v0.19.0 |
3285 | 2024-11-22T01:44:40.584Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3286 | 2024-11-22T01:45:32.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3287 | 2024-11-22T01:45:32.996Z | |
3288 | 2024-11-22T01:45:32.996Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3289 | 2024-11-22T01:45:33.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2024-11-22T01:45:33.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2024-11-22T01:45:33.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3292 | 2024-11-22T01:45:33.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3293 | 2024-11-22T01:45:33.688Z | |
3294 | 2024-11-22T01:45:33.688Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3295 | 2024-11-22T01:45:34.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2024-11-22T01:45:34.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2024-11-22T01:45:34.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3298 | 2024-11-22T01:45:34.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3299 | 2024-11-22T01:45:34.310Z | |
3300 | 2024-11-22T01:45:34.311Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3301 | 2024-11-22T01:45:34.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2024-11-22T01:45:34.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2024-11-22T01:45:34.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3304 | 2024-11-22T01:45:34.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3305 | 2024-11-22T01:45:34.975Z | |
3306 | 2024-11-22T01:45:34.975Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3307 | 2024-11-22T01:45:35.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2024-11-22T01:45:35.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2024-11-22T01:45:35.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2024-11-22T01:45:35.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3311 | 2024-11-22T01:45:35.650Z | |
3312 | 2024-11-22T01:45:35.650Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3313 | 2024-11-22T01:45:36.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2024-11-22T01:45:36.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2024-11-22T01:45:36.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3316 | 2024-11-22T01:45:36.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3317 | 2024-11-22T01:45:36.457Z | |
3318 | 2024-11-22T01:45:36.459Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3319 | 2024-11-22T01:45:36.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2024-11-22T01:45:36.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2024-11-22T01:45:36.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2024-11-22T01:45:36.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3323 | 2024-11-22T01:45:37.001Z | |
3324 | 2024-11-22T01:45:37.001Z | info: running `cargo check --bins` on update-common (151/173) |
3325 | 2024-11-22T01:45:37.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2024-11-22T01:45:37.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2024-11-22T01:45:37.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2024-11-22T01:45:37.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3329 | 2024-11-22T01:45:37.653Z | |
3330 | 2024-11-22T01:45:37.654Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3331 | 2024-11-22T01:45:38.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2024-11-22T01:45:38.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2024-11-22T01:45:38.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2024-11-22T01:45:38.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3335 | 2024-11-22T01:45:38.304Z | |
3336 | 2024-11-22T01:45:38.305Z | info: running `cargo check --bins` on tufaceous (153/173) |
3337 | 2024-11-22T01:45:38.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2024-11-22T01:45:38.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2024-11-22T01:45:38.982Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3340 | 2024-11-22T01:45:39.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3341 | 2024-11-22T01:45:40.163Z | |
3342 | 2024-11-22T01:45:40.163Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3343 | 2024-11-22T01:45:40.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2024-11-22T01:45:40.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2024-11-22T01:45:41.009Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3346 | 2024-11-22T01:45:41.135Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3347 | 2024-11-22T01:45:41.137Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3348 | 2024-11-22T01:45:41.137Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3349 | 2024-11-22T01:46:06.747Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3350 | 2024-11-22T01:46:06.747Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3351 | 2024-11-22T01:46:06.751Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3352 | 2024-11-22T01:46:06.751Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3353 | 2024-11-22T01:46:06.751Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3354 | 2024-11-22T01:46:07.546Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3355 | 2024-11-22T01:46:08.861Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3356 | 2024-11-22T01:46:46.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3357 | 2024-11-22T01:46:46.850Z | |
3358 | 2024-11-22T01:46:46.851Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3359 | 2024-11-22T01:46:47.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2024-11-22T01:46:47.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2024-11-22T01:46:47.554Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3362 | 2024-11-22T01:46:47.554Z | Checking heck v0.4.1 |
3363 | 2024-11-22T01:46:47.557Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3364 | 2024-11-22T01:46:47.795Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3365 | 2024-11-22T01:46:49.218Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3366 | 2024-11-22T01:46:50.115Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3367 | 2024-11-22T01:46:51.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
3368 | 2024-11-22T01:46:51.385Z | |
3369 | 2024-11-22T01:46:51.385Z | info: running `cargo check --bins` on installinator-api (156/173) |
3370 | 2024-11-22T01:46:51.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3371 | 2024-11-22T01:46:51.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3372 | 2024-11-22T01:46:51.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3373 | 2024-11-22T01:46:51.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3374 | 2024-11-22T01:46:52.051Z | |
3375 | 2024-11-22T01:46:52.051Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3376 | 2024-11-22T01:46:52.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-11-22T01:46:52.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-11-22T01:46:52.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3379 | 2024-11-22T01:46:52.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3380 | 2024-11-22T01:46:52.725Z | |
3381 | 2024-11-22T01:46:52.725Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3382 | 2024-11-22T01:46:53.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-11-22T01:46:53.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-11-22T01:46:53.420Z | Compiling petname v2.0.2 |
3385 | 2024-11-22T01:46:53.422Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3386 | 2024-11-22T01:46:53.423Z | Checking sync-ptr v0.1.1 |
3387 | 2024-11-22T01:46:54.851Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3388 | 2024-11-22T01:46:56.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
3389 | 2024-11-22T01:46:56.587Z | |
3390 | 2024-11-22T01:46:56.587Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3391 | 2024-11-22T01:46:57.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2024-11-22T01:46:57.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2024-11-22T01:46:57.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3394 | 2024-11-22T01:46:57.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3395 | 2024-11-22T01:46:57.269Z | |
3396 | 2024-11-22T01:46:57.269Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3397 | 2024-11-22T01:46:57.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2024-11-22T01:46:57.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2024-11-22T01:46:57.949Z | Checking memmap2 v0.9.5 |
3400 | 2024-11-22T01:46:57.949Z | Checking arrayvec v0.7.6 |
3401 | 2024-11-22T01:46:57.952Z | Checking constant_time_eq v0.3.1 |
3402 | 2024-11-22T01:46:57.952Z | Checking spin v0.5.2 |
3403 | 2024-11-22T01:46:57.952Z | Checking arrayref v0.3.9 |
3404 | 2024-11-22T01:46:57.952Z | Checking topological-sort v0.2.2 |
3405 | 2024-11-22T01:46:57.952Z | Checking shell-words v1.1.0 |
3406 | 2024-11-22T01:46:58.253Z | Checking ring v0.16.20 |
3407 | 2024-11-22T01:46:58.324Z | Checking blake3 v1.5.4 |
3408 | 2024-11-22T01:46:59.381Z | Checking omicron-zone-package v0.11.1 |
3409 | 2024-11-22T01:47:00.477Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3410 | 2024-11-22T01:47:01.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
3411 | 2024-11-22T01:47:01.561Z | |
3412 | 2024-11-22T01:47:01.562Z | info: running `cargo check --bins` on xtask (161/173) |
3413 | 2024-11-22T01:47:01.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2024-11-22T01:47:01.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2024-11-22T01:47:02.007Z | Checking bitflags v2.6.0 |
3416 | 2024-11-22T01:47:02.009Z | Checking serde v1.0.215 |
3417 | 2024-11-22T01:47:02.009Z | Checking thiserror v1.0.69 |
3418 | 2024-11-22T01:47:02.101Z | Checking scroll v0.12.0 |
3419 | 2024-11-22T01:47:02.103Z | Checking log v0.4.22 |
3420 | 2024-11-22T01:47:02.103Z | Checking hashbrown v0.15.0 |
3421 | 2024-11-22T01:47:02.117Z | Checking zerocopy v0.7.35 |
3422 | 2024-11-22T01:47:02.140Z | Checking syn v2.0.87 |
3423 | 2024-11-22T01:47:02.197Z | Checking pest v2.7.14 |
3424 | 2024-11-22T01:47:02.335Z | Checking rustix v0.38.37 |
3425 | 2024-11-22T01:47:02.356Z | Checking once_cell v1.20.2 |
3426 | 2024-11-22T01:47:02.533Z | Checking goblin v0.8.2 |
3427 | 2024-11-22T01:47:02.647Z | Checking fs-err v2.11.0 |
3428 | 2024-11-22T01:47:02.963Z | Checking tabled v0.15.0 |
3429 | 2024-11-22T01:47:03.223Z | Checking indexmap v2.6.0 |
3430 | 2024-11-22T01:47:03.568Z | Checking anyhow v1.0.93 |
3431 | 2024-11-22T01:47:04.386Z | Checking terminal_size v0.4.0 |
3432 | 2024-11-22T01:47:04.386Z | Checking tempfile v3.13.0 |
3433 | 2024-11-22T01:47:04.555Z | Checking clap_builder v4.5.21 |
3434 | 2024-11-22T01:47:04.692Z | Checking dtrace-parser v0.2.0 |
3435 | 2024-11-22T01:47:06.477Z | Checking serde_json v1.0.132 |
3436 | 2024-11-22T01:47:06.477Z | Checking serde_spanned v0.6.8 |
3437 | 2024-11-22T01:47:06.481Z | Checking toml_datetime v0.6.8 |
3438 | 2024-11-22T01:47:06.481Z | Checking camino v1.1.9 |
3439 | 2024-11-22T01:47:06.481Z | Checking semver v1.0.23 |
3440 | 2024-11-22T01:47:06.481Z | Checking cargo-platform v0.1.8 |
3441 | 2024-11-22T01:47:06.663Z | Checking macaddr v1.0.1 |
3442 | 2024-11-22T01:47:06.784Z | Checking toml_edit v0.22.22 |
3443 | 2024-11-22T01:47:06.992Z | Checking clap v4.5.21 |
3444 | 2024-11-22T01:47:07.048Z | Checking camino-tempfile v1.1.1 |
3445 | 2024-11-22T01:47:07.644Z | Checking dof v0.3.0 |
3446 | 2024-11-22T01:47:07.644Z | Checking cargo_metadata v0.18.1 |
3447 | 2024-11-22T01:47:08.058Z | Checking usdt-impl v0.5.0 |
3448 | 2024-11-22T01:47:08.411Z | Checking usdt v0.5.0 |
3449 | 2024-11-22T01:47:08.541Z | Checking toml v0.8.19 |
3450 | 2024-11-22T01:47:09.012Z | Checking cargo_toml v0.20.5 |
3451 | 2024-11-22T01:47:10.215Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3452 | 2024-11-22T01:47:10.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3453 | 2024-11-22T01:47:10.940Z | |
3454 | 2024-11-22T01:47:10.940Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3455 | 2024-11-22T01:47:11.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3456 | 2024-11-22T01:47:11.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3457 | 2024-11-22T01:47:11.722Z | Checking polyval v0.6.2 |
3458 | 2024-11-22T01:47:11.838Z | Checking ctr v0.9.2 |
3459 | 2024-11-22T01:47:11.850Z | Checking ssh-encoding v0.2.0 |
3460 | 2024-11-22T01:47:11.852Z | Checking blowfish v0.9.1 |
3461 | 2024-11-22T01:47:11.875Z | Checking password-hash v0.4.2 |
3462 | 2024-11-22T01:47:11.877Z | Checking matches v0.1.10 |
3463 | 2024-11-22T01:47:11.908Z | Checking p521 v0.13.3 |
3464 | 2024-11-22T01:47:11.908Z | Checking p256 v0.13.2 |
3465 | 2024-11-22T01:47:11.979Z | Checking idna v0.2.3 |
3466 | 2024-11-22T01:47:12.063Z | Checking ghash v0.5.1 |
3467 | 2024-11-22T01:47:12.084Z | Checking bcrypt-pbkdf v0.10.0 |
3468 | 2024-11-22T01:47:12.100Z | Compiling enum-as-inner v0.5.1 |
3469 | 2024-11-22T01:47:12.157Z | Checking russh-cryptovec v0.7.3 |
3470 | 2024-11-22T01:47:12.222Z | Checking aes-gcm v0.10.3 |
3471 | 2024-11-22T01:47:12.280Z | Checking pbkdf2 v0.11.0 |
3472 | 2024-11-22T01:47:12.320Z | Checking md5 v0.7.0 |
3473 | 2024-11-22T01:47:12.361Z | Checking num-bigint v0.4.6 |
3474 | 2024-11-22T01:47:12.386Z | Checking des v0.8.1 |
3475 | 2024-11-22T01:47:12.459Z | Checking ssh-cipher v0.2.0 |
3476 | 2024-11-22T01:47:12.557Z | Compiling dhcproto-macros v0.1.0 |
3477 | 2024-11-22T01:47:12.611Z | Checking hex-literal v0.4.1 |
3478 | 2024-11-22T01:47:12.652Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3479 | 2024-11-22T01:47:12.742Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3480 | 2024-11-22T01:47:12.762Z | Checking ssh-key v0.6.6 |
3481 | 2024-11-22T01:47:12.837Z | Checking internet-checksum v0.2.1 |
3482 | 2024-11-22T01:47:13.178Z | Checking trust-dns-proto v0.22.0 |
3483 | 2024-11-22T01:47:14.071Z | Checking russh-keys v0.45.0 |
3484 | 2024-11-22T01:47:15.013Z | Checking russh v0.45.0 |
3485 | 2024-11-22T01:47:15.709Z | Checking dhcproto v0.12.0 |
3486 | 2024-11-22T01:47:32.696Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3487 | 2024-11-22T01:47:34.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.15s |
3488 | 2024-11-22T01:47:34.314Z | |
3489 | 2024-11-22T01:47:34.314Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3490 | 2024-11-22T01:47:34.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3491 | 2024-11-22T01:47:34.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3492 | 2024-11-22T01:47:34.973Z | Checking termios v0.3.3 |
3493 | 2024-11-22T01:47:35.192Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3494 | 2024-11-22T01:47:35.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3495 | 2024-11-22T01:47:36.156Z | |
3496 | 2024-11-22T01:47:36.157Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3497 | 2024-11-22T01:47:36.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3498 | 2024-11-22T01:47:36.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3499 | 2024-11-22T01:47:36.871Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3500 | 2024-11-22T01:47:38.891Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3501 | 2024-11-22T01:47:40.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
3502 | 2024-11-22T01:47:40.971Z | |
3503 | 2024-11-22T01:47:40.971Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3504 | 2024-11-22T01:47:41.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3505 | 2024-11-22T01:47:41.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3506 | 2024-11-22T01:47:41.621Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3507 | 2024-11-22T01:47:42.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3508 | 2024-11-22T01:47:42.294Z | |
3509 | 2024-11-22T01:47:42.294Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3510 | 2024-11-22T01:47:42.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2024-11-22T01:47:42.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2024-11-22T01:47:42.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3513 | 2024-11-22T01:47:42.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3514 | 2024-11-22T01:47:42.923Z | |
3515 | 2024-11-22T01:47:42.923Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3516 | 2024-11-22T01:47:43.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-11-22T01:47:43.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-11-22T01:47:43.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3519 | 2024-11-22T01:47:43.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3520 | 2024-11-22T01:47:43.554Z | |
3521 | 2024-11-22T01:47:43.554Z | info: running `cargo check --bins` on omicron-package (168/173) |
3522 | 2024-11-22T01:47:44.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2024-11-22T01:47:44.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2024-11-22T01:47:44.238Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3525 | 2024-11-22T01:47:45.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3526 | 2024-11-22T01:47:45.743Z | |
3527 | 2024-11-22T01:47:45.743Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3528 | 2024-11-22T01:47:46.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-11-22T01:47:46.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-11-22T01:47:46.449Z | Checking rtoolbox v0.0.2 |
3531 | 2024-11-22T01:47:46.452Z | Checking tui-tree-widget v0.22.0 |
3532 | 2024-11-22T01:47:46.452Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3533 | 2024-11-22T01:47:46.678Z | Checking rpassword v7.3.1 |
3534 | 2024-11-22T01:47:50.765Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3535 | 2024-11-22T01:47:53.759Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3536 | 2024-11-22T01:47:54.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s |
3537 | 2024-11-22T01:47:55.173Z | |
3538 | 2024-11-22T01:47:55.173Z | info: running `cargo check --bins` on wicket (170/173) |
3539 | 2024-11-22T01:47:55.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2024-11-22T01:47:55.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2024-11-22T01:47:55.884Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3542 | 2024-11-22T01:47:56.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3543 | 2024-11-22T01:47:56.527Z | |
3544 | 2024-11-22T01:47:56.527Z | info: running `cargo check --bins` on wicketd (171/173) |
3545 | 2024-11-22T01:47:57.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2024-11-22T01:47:57.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2024-11-22T01:47:57.256Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3548 | 2024-11-22T01:48:01.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
3549 | 2024-11-22T01:48:01.465Z | |
3550 | 2024-11-22T01:48:01.465Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3551 | 2024-11-22T01:48:02.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2024-11-22T01:48:02.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2024-11-22T01:48:02.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3554 | 2024-11-22T01:48:02.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3555 | 2024-11-22T01:48:02.084Z | |
3556 | 2024-11-22T01:48:02.084Z | info: running `cargo check --bins` on zone-setup (173/173) |
3557 | 2024-11-22T01:48:02.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2024-11-22T01:48:02.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2024-11-22T01:48:02.818Z | Checking uzers v0.12.1 |
3560 | 2024-11-22T01:48:03.161Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3561 | 2024-11-22T01:48:04.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
3562 | 2024-11-22T01:48:04.523Z | |
3563 | 2024-11-22T01:48:04.523Z | real 12:59.353919773 |
3564 | 2024-11-22T01:48:04.523Z | user 24:12.024126559 |
3565 | 2024-11-22T01:48:04.523Z | sys 5:30.013054819 |
3566 | 2024-11-22T01:48:04.523Z | trap 0.467349522 |
3567 | 2024-11-22T01:48:04.523Z | tflt 2.172057893 |
3568 | 2024-11-22T01:48:04.523Z | dflt 2.982883843 |
3569 | 2024-11-22T01:48:04.523Z | kflt 0.000845864 |
3570 | 2024-11-22T01:48:04.526Z | lock 44:54.941142083 |
3571 | 2024-11-22T01:48:04.526Z | slp 2:06:08.393070950 |
3572 | 2024-11-22T01:48:04.526Z | lat 1:03.858119835 |
3573 | 2024-11-22T01:48:04.526Z | stop 3:21.424796317 |
3574 | 2024-11-22T01:48:04.526Z | process exited: duration 1104634 ms, exit code 0 |
|
3575 | 2024-11-22T01:48:04.532Z | found 0 output files |