|
|
|
1 | 2024-11-27T19:31:31.818Z | job assigned to worker 01JDQHNK0RYK68MB3XNND3TW6R [factory aws, i-00183d33c1ba6c82b] (queued for 51 s) |
|
2 | 2024-11-27T19:31:39.770Z | starting task 0: "setup" |
3 | 2024-11-27T19:31:39.779Z | ++ uname -s |
4 | 2024-11-27T19:31:39.784Z | + kern=SunOS |
5 | 2024-11-27T19:31:39.784Z | + case "$kern" in |
6 | 2024-11-27T19:31:39.784Z | + groupadd -g 12345 build |
7 | 2024-11-27T19:31:39.786Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-27T19:31:41.805Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-27T19:31:41.912Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-27T19:31:41.918Z | + home_fs=zfs |
11 | 2024-11-27T19:31:41.918Z | + [[ zfs == autofs ]] |
12 | 2024-11-27T19:31:41.918Z | + mkdir -p /home/build |
13 | 2024-11-27T19:31:41.918Z | + chown build:build /home/build /work |
14 | 2024-11-27T19:31:43.918Z | + chmod 0700 /home/build /work |
15 | 2024-11-27T19:31:43.921Z | process exited: duration 4151 ms, exit code 0 |
|
16 | 2024-11-27T19:31:43.926Z | starting task 1: "rust-toolchain" |
17 | 2024-11-27T19:31:43.933Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-27T19:31:43.933Z | ' 1.81.0 |
19 | 2024-11-27T19:31:43.933Z | * toolchain channel = "1.81.0" |
20 | 2024-11-27T19:31:43.933Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-27T19:31:43.933Z | ' default |
22 | 2024-11-27T19:31:43.933Z | * toolchain profile = "default" |
23 | 2024-11-27T19:31:43.936Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-27T19:31:43.936Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-27T19:31:44.044Z | info: downloading installer |
26 | 2024-11-27T19:31:45.401Z | info: profile set to 'default' |
27 | 2024-11-27T19:31:45.401Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-27T19:31:45.405Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-27T19:31:45.554Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-27T19:31:45.554Z | info: downloading component 'cargo' |
31 | 2024-11-27T19:31:46.452Z | info: downloading component 'clippy' |
32 | 2024-11-27T19:31:46.754Z | info: downloading component 'rust-docs' |
33 | 2024-11-27T19:31:47.963Z | info: downloading component 'rust-std' |
34 | 2024-11-27T19:31:49.897Z | info: downloading component 'rustc' |
35 | 2024-11-27T19:31:56.683Z | info: downloading component 'rustfmt' |
36 | 2024-11-27T19:31:56.939Z | info: installing component 'cargo' |
37 | 2024-11-27T19:31:57.742Z | info: installing component 'clippy' |
38 | 2024-11-27T19:31:58.097Z | info: installing component 'rust-docs' |
39 | 2024-11-27T19:31:59.709Z | info: installing component 'rust-std' |
40 | 2024-11-27T19:32:01.404Z | info: installing component 'rustc' |
41 | 2024-11-27T19:32:07.022Z | info: installing component 'rustfmt' |
42 | 2024-11-27T19:32:07.341Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-27T19:32:07.341Z | |
44 | 2024-11-27T19:32:07.705Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-27T19:32:07.705Z | |
46 | 2024-11-27T19:32:07.707Z | |
47 | 2024-11-27T19:32:07.708Z | Rust is installed now. Great! |
48 | 2024-11-27T19:32:07.708Z | |
49 | 2024-11-27T19:32:07.708Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-27T19:32:07.708Z | environment variable. This has not been done automatically. |
51 | 2024-11-27T19:32:07.708Z | |
52 | 2024-11-27T19:32:07.708Z | To configure your current shell, you need to source |
53 | 2024-11-27T19:32:07.708Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-27T19:32:07.708Z | |
55 | 2024-11-27T19:32:07.708Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-27T19:32:07.708Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-27T19:32:07.708Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-27T19:32:07.780Z | + rustc --version |
59 | 2024-11-27T19:32:07.844Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-27T19:32:07.850Z | process exited: duration 23918 ms, exit code 0 |
|
61 | 2024-11-27T19:32:07.856Z | starting task 2: "authentication" |
62 | 2024-11-27T19:32:07.876Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-27T19:32:07.882Z | starting task 3: "clone repository" |
64 | 2024-11-27T19:32:07.886Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-27T19:32:07.889Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-27T19:32:07.924Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-27T19:32:15.058Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-27T19:32:15.061Z | + git fetch origin f50e824ea658dbbd65949c8358582afcba5bd74f |
69 | 2024-11-27T19:32:15.343Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-27T19:32:15.343Z | * branch f50e824ea658dbbd65949c8358582afcba5bd74f -> FETCH_HEAD |
71 | 2024-11-27T19:32:15.350Z | + [[ -n renovate/qorb-0.x ]] |
72 | 2024-11-27T19:32:15.353Z | ++ git branch --show-current |
73 | 2024-11-27T19:32:15.356Z | + current=main |
74 | 2024-11-27T19:32:15.356Z | + [[ main != renovate/qorb-0.x ]] |
75 | 2024-11-27T19:32:15.356Z | + git branch -f renovate/qorb-0.x f50e824ea658dbbd65949c8358582afcba5bd74f |
76 | 2024-11-27T19:32:15.361Z | + git checkout -f renovate/qorb-0.x |
77 | 2024-11-27T19:32:15.531Z | Switched to branch 'renovate/qorb-0.x' |
78 | 2024-11-27T19:32:15.534Z | + git reset --hard f50e824ea658dbbd65949c8358582afcba5bd74f |
79 | 2024-11-27T19:32:15.547Z | HEAD is now at f50e824ea Update Rust crate qorb to 0.2.1 |
80 | 2024-11-27T19:32:15.550Z | process exited: duration 7665 ms, exit code 0 |
|
81 | 2024-11-27T19:32:15.555Z | starting task 4: "build" |
82 | 2024-11-27T19:32:15.559Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-27T19:32:15.562Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-27T19:32:15.562Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-27T19:32:15.562Z | + cargo --version |
86 | 2024-11-27T19:32:15.617Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-27T19:32:15.619Z | + rustc --version |
88 | 2024-11-27T19:32:15.680Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-27T19:32:15.683Z | + source ./env.sh |
90 | 2024-11-27T19:32:15.683Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-27T19:32:15.683Z | ++ set -o xtrace |
92 | 2024-11-27T19:32:15.683Z | ++++ dirname ./env.sh |
93 | 2024-11-27T19:32:15.686Z | +++ readlink -f . |
94 | 2024-11-27T19:32:15.689Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-27T19:32:15.689Z | ++ 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-27T19:32:15.691Z | ++ 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-27T19:32:15.691Z | ++ 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-27T19:32:15.691Z | ++ 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-27T19:32:15.691Z | ++ 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-27T19:32:15.691Z | ++ 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-27T19:32:15.691Z | ++ 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-27T19:32:15.691Z | ++ 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-27T19:32:15.691Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-27T19:32:15.691Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-27T19:32:15.691Z | + 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-27T19:32:15.691Z | + 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-27T19:32:15.691Z | + banner prerequisites |
108 | 2024-11-27T19:32:15.696Z | |
109 | 2024-11-27T19:32:15.696Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-27T19:32:15.696Z | # # # # # # # # # # # # # # # |
111 | 2024-11-27T19:32:15.696Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-27T19:32:15.696Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-27T19:32:15.696Z | # # # # # # # # # # # # # # # |
114 | 2024-11-27T19:32:15.696Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-27T19:32:15.696Z | |
116 | 2024-11-27T19:32:15.696Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-27T19:32:22.536Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-27T19:32:26.228Z | Startup: Caching catalogs ... Done |
119 | 2024-11-27T19:32:35.355Z | Planning: Solver setup ... Done (8.274s) |
120 | 2024-11-27T19:32:35.473Z | Planning: Running solver ... Done (0.118s) |
121 | 2024-11-27T19:32:35.568Z | Planning: Finding local manifests ... Done (0.005s) |
122 | 2024-11-27T19:32:35.580Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-27T19:32:35.789Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-27T19:32:35.885Z | Planning: Package planning ... Done (0.096s) |
125 | 2024-11-27T19:32:35.942Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-27T19:32:36.284Z | Planning: Checking for conflicting actions ... Done (0.342s) |
127 | 2024-11-27T19:32:38.228Z | Planning: Consolidating action changes ... Done (1.943s) |
128 | 2024-11-27T19:32:38.644Z | Planning: Evaluating mediators ... Done (0.415s) |
129 | 2024-11-27T19:32:38.726Z | Planning: Planning completed in 12.41 seconds |
130 | 2024-11-27T19:32:38.741Z | Packages to install: 4 |
131 | 2024-11-27T19:32:38.741Z | Packages to update: 1 |
132 | 2024-11-27T19:32:38.744Z | Mediators to change: 2 |
133 | 2024-11-27T19:32:38.744Z | Services to change: 1 |
134 | 2024-11-27T19:32:38.744Z | Estimated space available: 155.64 GB |
135 | 2024-11-27T19:32:38.744Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-27T19:32:38.744Z | Create boot environment: No |
137 | 2024-11-27T19:32:38.744Z | Create backup boot environment: Yes |
138 | 2024-11-27T19:32:38.744Z | Rebuild boot archive: No |
139 | 2024-11-27T19:32:38.744Z | |
140 | 2024-11-27T19:32:38.744Z | Changed mediators: |
141 | 2024-11-27T19:32:38.744Z | mediator clang: |
142 | 2024-11-27T19:32:38.744Z | version: None -> 15 (system default) |
143 | 2024-11-27T19:32:38.744Z | |
144 | 2024-11-27T19:32:38.744Z | mediator llvm: |
145 | 2024-11-27T19:32:38.744Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-27T19:32:38.744Z | |
147 | 2024-11-27T19:32:38.744Z | Changed packages: |
148 | 2024-11-27T19:32:38.745Z | helios-dev |
149 | 2024-11-27T19:32:38.745Z | developer/build-essential |
150 | 2024-11-27T19:32:38.745Z | None -> 11-2.0 |
151 | 2024-11-27T19:32:38.745Z | library/libxmlsec1 |
152 | 2024-11-27T19:32:38.745Z | None -> 1.2.35-2.0 |
153 | 2024-11-27T19:32:38.745Z | ooce/developer/clang-15 |
154 | 2024-11-27T19:32:38.745Z | None -> 15.0.7-2.0 |
155 | 2024-11-27T19:32:38.745Z | ooce/developer/llvm-15 |
156 | 2024-11-27T19:32:38.745Z | None -> 15.0.7-2.0 |
157 | 2024-11-27T19:32:38.745Z | package/pkg |
158 | 2024-11-27T19:32:38.745Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-27T19:32:38.745Z | |
160 | 2024-11-27T19:32:38.745Z | Services: |
161 | 2024-11-27T19:32:38.745Z | restart_fmri: |
162 | 2024-11-27T19:32:38.745Z | svc:/system/update-man-index:default |
163 | 2024-11-27T19:32:38.745Z | |
164 | 2024-11-27T19:32:38.745Z | Editable files to change: |
165 | 2024-11-27T19:32:38.745Z | Update: |
166 | 2024-11-27T19:32:38.745Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-27T19:32:38.821Z | |
168 | 2024-11-27T19:32:38.821Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-27T19:32:43.884Z | Download: 1188/4281 items 80.6/220.6MB 36% complete (16.4M/s) |
170 | 2024-11-27T19:32:48.924Z | Download: 2225/4281 items 119.2/220.6MB 54% complete (11.9M/s) |
171 | 2024-11-27T19:32:53.925Z | Download: 3241/4281 items 178.2/220.6MB 80% complete (9.7M/s) |
172 | 2024-11-27T19:32:58.928Z | Download: 3512/4281 items 215.5/220.6MB 97% complete (9.6M/s) |
173 | 2024-11-27T19:33:05.052Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (9.9M/s) |
174 | 2024-11-27T19:33:06.544Z | Download: Completed 220.60 MB in 27.72 seconds (8.0M/s) |
175 | 2024-11-27T19:33:08.558Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-11-27T19:33:08.578Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-11-27T19:33:13.254Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-11-27T19:33:13.562Z | Actions: Completed 5063 actions in 5.00 seconds. |
179 | 2024-11-27T19:33:13.966Z | Done (0.396s) |
180 | 2024-11-27T19:33:13.969Z | Done (0.000s) |
181 | 2024-11-27T19:33:14.510Z | Done (0.542s) |
182 | 2024-11-27T19:33:18.816Z | Done (4.079s) |
183 | 2024-11-27T19:33:18.904Z | Done (0.017s) |
184 | 2024-11-27T19:33:18.912Z | Done (0.000s) |
185 | 2024-11-27T19:33:19.072Z | Done (0.000s) |
186 | 2024-11-27T19:33:19.728Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-11-27T19:33:19.887Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-11-27T19:33:19.889Z | Planning: Consolidating action changes ... Done |
189 | 2024-11-27T19:33:20.159Z | Planning: Evaluating mediators ... Done |
190 | 2024-11-27T19:33:20.163Z | Planning: Planning completed in 0.43 seconds |
191 | 2024-11-27T19:33:20.202Z | Mediators to change: 2 |
192 | 2024-11-27T19:33:20.205Z | Create boot environment: No |
193 | 2024-11-27T19:33:20.205Z | Create backup boot environment: No |
194 | 2024-11-27T19:33:20.278Z | Done |
195 | 2024-11-27T19:33:20.278Z | Done |
196 | 2024-11-27T19:33:20.641Z | Done |
197 | 2024-11-27T19:33:24.268Z | Done |
198 | 2024-11-27T19:33:24.358Z | Done |
199 | 2024-11-27T19:33:24.360Z | Done |
200 | 2024-11-27T19:33:24.471Z | Done |
201 | 2024-11-27T19:33:25.075Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-11-27T19:33:25.078Z | Planning: Merging actions ... Done |
203 | 2024-11-27T19:33:25.264Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-11-27T19:33:25.267Z | Planning: Consolidating action changes ... Done |
205 | 2024-11-27T19:33:25.534Z | Planning: Evaluating mediators ... Done |
206 | 2024-11-27T19:33:25.591Z | Planning: Planning completed in 0.76 seconds |
207 | 2024-11-27T19:33:25.633Z | Packages to change: 1 |
208 | 2024-11-27T19:33:25.635Z | Mediators to change: 1 |
209 | 2024-11-27T19:33:25.635Z | Services to change: 1 |
210 | 2024-11-27T19:33:25.635Z | Create boot environment: No |
211 | 2024-11-27T19:33:25.635Z | Create backup boot environment: Yes |
212 | 2024-11-27T19:33:27.726Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-11-27T19:33:27.728Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-11-27T19:33:27.728Z | Done |
215 | 2024-11-27T19:33:27.728Z | Done |
216 | 2024-11-27T19:33:27.840Z | Done |
217 | 2024-11-27T19:33:31.488Z | Done |
218 | 2024-11-27T19:33:31.578Z | Done |
219 | 2024-11-27T19:33:31.583Z | Done |
220 | 2024-11-27T19:33:31.693Z | Done |
221 | 2024-11-27T19:33:32.130Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-11-27T19:33:32.130Z | clang system 15 system |
223 | 2024-11-27T19:33:32.130Z | csh system system illumos |
224 | 2024-11-27T19:33:32.130Z | ctags system system illumos |
225 | 2024-11-27T19:33:32.130Z | gcc vendor 12 vendor |
226 | 2024-11-27T19:33:32.131Z | gcc system 10 system |
227 | 2024-11-27T19:33:32.131Z | gcc system 7 system |
228 | 2024-11-27T19:33:32.131Z | go system 1.20 system |
229 | 2024-11-27T19:33:32.131Z | go system 1.19 system |
230 | 2024-11-27T19:33:32.131Z | llvm system 15 system |
231 | 2024-11-27T19:33:32.131Z | llvm system 14 system |
232 | 2024-11-27T19:33:32.131Z | mariadb system 10.6 system |
233 | 2024-11-27T19:33:32.131Z | mta vendor vendor dma |
234 | 2024-11-27T19:33:32.131Z | openjdk system 17 system |
235 | 2024-11-27T19:33:32.131Z | openjdk system 11 system |
236 | 2024-11-27T19:33:32.131Z | openjdk system 1.8 system |
237 | 2024-11-27T19:33:32.131Z | openssl vendor 3 vendor |
238 | 2024-11-27T19:33:32.131Z | perl system 5.36 system |
239 | 2024-11-27T19:33:32.131Z | postgresql system 15 system |
240 | 2024-11-27T19:33:32.131Z | postgresql system 13 system |
241 | 2024-11-27T19:33:32.131Z | python vendor 3 vendor |
242 | 2024-11-27T19:33:32.131Z | python system 2 system |
243 | 2024-11-27T19:33:32.131Z | python3 system 3.11 system |
244 | 2024-11-27T19:33:32.131Z | ruby system 3.0 system |
245 | 2024-11-27T19:33:32.131Z | words vendor vendor american-english |
246 | 2024-11-27T19:33:32.131Z | words system system australian-english |
247 | 2024-11-27T19:33:32.132Z | words system system british-english |
248 | 2024-11-27T19:33:32.132Z | words system system canadian-english |
249 | 2024-11-27T19:33:32.132Z | words system system french |
250 | 2024-11-27T19:33:32.132Z | words system system italian |
251 | 2024-11-27T19:33:32.132Z | words system system ngerman |
252 | 2024-11-27T19:33:32.132Z | words system system ogerman |
253 | 2024-11-27T19:33:32.132Z | words system system spanish |
254 | 2024-11-27T19:33:32.469Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-11-27T19:33:32.469Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-11-27T19:33:35.075Z | FMRI IFO |
257 | 2024-11-27T19:33:35.075Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-11-27T19:33:35.075Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-11-27T19:33:35.075Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-11-27T19:33:35.075Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-11-27T19:33:35.075Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-11-27T19:33:35.075Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-11-27T19:33:35.076Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-11-27T19:33:35.076Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-11-27T19:33:35.076Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-11-27T19:33:35.076Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
267 | 2024-11-27T19:33:35.076Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-11-27T19:33:35.076Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-11-27T19:33:35.077Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
270 | 2024-11-27T19:33:35.077Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-11-27T19:33:35.077Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-11-27T19:33:35.821Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2024-11-27T19:33:36.104Z | Updating crates.io index |
274 | 2024-11-27T19:33:36.107Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-11-27T19:33:36.670Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-11-27T19:33:36.936Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-11-27T19:33:37.193Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-11-27T19:33:37.625Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-11-27T19:33:38.498Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-11-27T19:33:40.864Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-11-27T19:33:42.004Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-11-27T19:33:42.675Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-11-27T19:33:42.995Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-11-27T19:33:43.377Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-11-27T19:33:43.914Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-11-27T19:33:44.352Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-11-27T19:33:44.788Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-11-27T19:33:45.081Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-11-27T19:33:45.380Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-11-27T19:33:45.637Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-11-27T19:33:45.928Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-11-27T19:33:46.326Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-11-27T19:33:46.581Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-11-27T19:33:46.955Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-11-27T19:33:47.418Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-11-27T19:33:47.718Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
297 | 2024-11-27T19:33:48.331Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-11-27T19:33:48.670Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-11-27T19:33:49.132Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2024-11-27T19:33:49.445Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-11-27T19:33:49.732Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-11-27T19:33:49.999Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-11-27T19:33:51.333Z | Downloading crates ... |
304 | 2024-11-27T19:33:51.411Z | Downloaded anstream v0.6.15 |
305 | 2024-11-27T19:33:51.416Z | Downloaded anstyle v1.0.10 |
306 | 2024-11-27T19:33:51.421Z | Downloaded anstyle-query v1.1.1 |
307 | 2024-11-27T19:33:51.421Z | Downloaded anstyle-parse v0.2.5 |
308 | 2024-11-27T19:33:51.432Z | Downloaded syn v1.0.109 |
309 | 2024-11-27T19:33:51.441Z | Downloaded clap v4.5.21 |
310 | 2024-11-27T19:33:51.449Z | Downloaded clap_derive v4.5.18 |
311 | 2024-11-27T19:33:51.451Z | Downloaded dtrace-parser v0.2.0 |
312 | 2024-11-27T19:33:51.454Z | Downloaded dof v0.3.0 |
313 | 2024-11-27T19:33:51.454Z | Downloaded cpufeatures v0.2.14 |
314 | 2024-11-27T19:33:51.456Z | Downloaded colorchoice v1.0.2 |
315 | 2024-11-27T19:33:51.457Z | Downloaded clap_lex v0.7.2 |
316 | 2024-11-27T19:33:51.459Z | Downloaded clap_builder v4.5.21 |
317 | 2024-11-27T19:33:51.463Z | Downloaded camino-tempfile v1.1.1 |
318 | 2024-11-27T19:33:51.465Z | Downloaded bytecount v0.6.8 |
319 | 2024-11-27T19:33:51.552Z | Downloaded crypto-common v0.1.6 |
320 | 2024-11-27T19:33:51.554Z | Downloaded equivalent v1.0.1 |
321 | 2024-11-27T19:33:51.554Z | Downloaded cfg-if v1.0.0 |
322 | 2024-11-27T19:33:51.557Z | Downloaded errno v0.3.9 |
323 | 2024-11-27T19:33:51.557Z | Downloaded camino v1.1.9 |
324 | 2024-11-27T19:33:51.560Z | Downloaded fnv v1.0.7 |
325 | 2024-11-27T19:33:51.560Z | Downloaded fastrand v2.1.1 |
326 | 2024-11-27T19:33:51.563Z | Downloaded serde_spanned v0.6.8 |
327 | 2024-11-27T19:33:51.563Z | Downloaded strsim v0.11.1 |
328 | 2024-11-27T19:33:51.565Z | Downloaded quote v1.0.37 |
329 | 2024-11-27T19:33:51.565Z | Downloaded toml_datetime v0.6.8 |
330 | 2024-11-27T19:33:51.567Z | Downloaded sha2 v0.10.8 |
331 | 2024-11-27T19:33:51.570Z | Downloaded once_cell v1.20.2 |
332 | 2024-11-27T19:33:51.573Z | Downloaded is_terminal_polyfill v1.70.1 |
333 | 2024-11-27T19:33:51.573Z | Downloaded fs-err v2.11.0 |
334 | 2024-11-27T19:33:51.576Z | Downloaded cargo_toml v0.20.5 |
335 | 2024-11-27T19:33:51.578Z | Downloaded cargo-platform v0.1.8 |
336 | 2024-11-27T19:33:51.578Z | Downloaded anyhow v1.0.93 |
337 | 2024-11-27T19:33:51.580Z | Downloaded version_check v0.9.5 |
338 | 2024-11-27T19:33:51.583Z | Downloaded tempfile v3.13.0 |
339 | 2024-11-27T19:33:51.585Z | Downloaded log v0.4.22 |
340 | 2024-11-27T19:33:51.589Z | Downloaded semver v1.0.23 |
341 | 2024-11-27T19:33:51.591Z | Downloaded indexmap v2.6.0 |
342 | 2024-11-27T19:33:51.595Z | Downloaded ryu v1.0.18 |
343 | 2024-11-27T19:33:51.597Z | Downloaded bitflags v2.6.0 |
344 | 2024-11-27T19:33:51.599Z | Downloaded unicode-ident v1.0.13 |
345 | 2024-11-27T19:33:51.602Z | Downloaded memchr v2.7.4 |
346 | 2024-11-27T19:33:51.607Z | Downloaded zerocopy-derive v0.7.35 |
347 | 2024-11-27T19:33:51.611Z | Downloaded typenum v1.17.0 |
348 | 2024-11-27T19:33:51.616Z | Downloaded toml v0.8.19 |
349 | 2024-11-27T19:33:51.623Z | Downloaded winnow v0.6.20 |
350 | 2024-11-27T19:33:51.632Z | Downloaded zerocopy v0.7.35 |
351 | 2024-11-27T19:33:51.648Z | Downloaded toml_edit v0.22.22 |
352 | 2024-11-27T19:33:51.669Z | Downloaded serde_derive v1.0.215 |
353 | 2024-11-27T19:33:51.672Z | Downloaded proc-macro-error v1.0.4 |
354 | 2024-11-27T19:33:51.675Z | Downloaded pretty-hex v0.4.1 |
355 | 2024-11-27T19:33:51.678Z | Downloaded plain v0.2.3 |
356 | 2024-11-27T19:33:51.678Z | Downloaded scroll v0.12.0 |
357 | 2024-11-27T19:33:51.680Z | Downloaded proc-macro2 v1.0.89 |
358 | 2024-11-27T19:33:51.682Z | Downloaded serde v1.0.215 |
359 | 2024-11-27T19:33:51.685Z | Downloaded utf8parse v0.2.2 |
360 | 2024-11-27T19:33:51.688Z | Downloaded thiserror v1.0.69 |
361 | 2024-11-27T19:33:51.690Z | Downloaded terminal_size v0.4.0 |
362 | 2024-11-27T19:33:51.693Z | Downloaded pest_meta v2.7.14 |
363 | 2024-11-27T19:33:51.693Z | Downloaded pest_generator v2.7.14 |
364 | 2024-11-27T19:33:51.696Z | Downloaded pest_derive v2.7.14 |
365 | 2024-11-27T19:33:51.698Z | Downloaded usdt-macro v0.5.0 |
366 | 2024-11-27T19:33:51.698Z | Downloaded goblin v0.8.2 |
367 | 2024-11-27T19:33:51.705Z | Downloaded usdt-impl v0.5.0 |
368 | 2024-11-27T19:33:51.708Z | Downloaded rustix v0.38.37 |
369 | 2024-11-27T19:33:51.726Z | Downloaded proc-macro-error-attr v1.0.4 |
370 | 2024-11-27T19:33:51.730Z | Downloaded usdt-attr-macro v0.5.0 |
371 | 2024-11-27T19:33:51.730Z | Downloaded syn v2.0.87 |
372 | 2024-11-27T19:33:51.739Z | Downloaded libc v0.2.162 |
373 | 2024-11-27T19:33:51.765Z | Downloaded usdt v0.5.0 |
374 | 2024-11-27T19:33:51.768Z | Downloaded unicode-width v0.1.14 |
375 | 2024-11-27T19:33:51.772Z | Downloaded unicode-linebreak v0.1.5 |
376 | 2024-11-27T19:33:51.775Z | Downloaded ucd-trie v0.1.7 |
377 | 2024-11-27T19:33:51.775Z | Downloaded thread-id v4.2.2 |
378 | 2024-11-27T19:33:51.775Z | Downloaded thiserror-impl v1.0.69 |
379 | 2024-11-27T19:33:51.777Z | Downloaded tabled_derive v0.7.0 |
380 | 2024-11-27T19:33:51.777Z | Downloaded tabled v0.15.0 |
381 | 2024-11-27T19:33:51.791Z | Downloaded swrite v0.1.0 |
382 | 2024-11-27T19:33:51.794Z | Downloaded smawk v0.3.2 |
383 | 2024-11-27T19:33:51.794Z | Downloaded serde_tokenstream v0.2.2 |
384 | 2024-11-27T19:33:51.797Z | Downloaded serde_json v1.0.132 |
385 | 2024-11-27T19:33:51.801Z | Downloaded pest v2.7.14 |
386 | 2024-11-27T19:33:51.805Z | Downloaded papergrid v0.11.0 |
387 | 2024-11-27T19:33:51.809Z | Downloaded memmap v0.7.0 |
388 | 2024-11-27T19:33:51.812Z | Downloaded macaddr v1.0.1 |
389 | 2024-11-27T19:33:51.812Z | Downloaded scroll_derive v0.12.0 |
390 | 2024-11-27T19:33:51.815Z | Downloaded textwrap v0.16.1 |
391 | 2024-11-27T19:33:51.817Z | Downloaded hashbrown v0.15.0 |
392 | 2024-11-27T19:33:51.820Z | Downloaded itoa v1.0.11 |
393 | 2024-11-27T19:33:51.822Z | Downloaded heck v0.5.0 |
394 | 2024-11-27T19:33:51.822Z | Downloaded heck v0.4.1 |
395 | 2024-11-27T19:33:51.826Z | Downloaded generic-array v0.14.7 |
396 | 2024-11-27T19:33:51.826Z | Downloaded cargo_metadata v0.18.1 |
397 | 2024-11-27T19:33:51.830Z | Downloaded digest v0.10.7 |
398 | 2024-11-27T19:33:51.830Z | Downloaded byteorder v1.5.0 |
399 | 2024-11-27T19:33:51.834Z | Downloaded block-buffer v0.10.4 |
400 | 2024-11-27T19:33:51.834Z | Downloaded autocfg v1.4.0 |
401 | 2024-11-27T19:33:52.118Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-11-27T19:33:52.118Z | Compiling unicode-ident v1.0.13 |
403 | 2024-11-27T19:33:52.118Z | Compiling serde v1.0.215 |
404 | 2024-11-27T19:33:52.121Z | Compiling version_check v0.9.5 |
405 | 2024-11-27T19:33:52.121Z | Compiling memchr v2.7.4 |
406 | 2024-11-27T19:33:52.121Z | Compiling thiserror v1.0.69 |
407 | 2024-11-27T19:33:52.121Z | Compiling libc v0.2.162 |
408 | 2024-11-27T19:33:52.153Z | Compiling ryu v1.0.18 |
409 | 2024-11-27T19:33:52.376Z | Compiling itoa v1.0.11 |
410 | 2024-11-27T19:33:52.521Z | Compiling ucd-trie v0.1.7 |
411 | 2024-11-27T19:33:52.613Z | Compiling once_cell v1.20.2 |
412 | 2024-11-27T19:33:53.014Z | Compiling byteorder v1.5.0 |
413 | 2024-11-27T19:33:53.066Z | Compiling serde_json v1.0.132 |
414 | 2024-11-27T19:33:53.170Z | Compiling rustix v0.38.37 |
415 | 2024-11-27T19:33:53.453Z | Compiling bitflags v2.6.0 |
416 | 2024-11-27T19:33:53.604Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-11-27T19:33:53.762Z | Compiling usdt-impl v0.5.0 |
418 | 2024-11-27T19:33:53.900Z | Compiling syn v1.0.109 |
419 | 2024-11-27T19:33:53.948Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-11-27T19:33:54.017Z | Compiling quote v1.0.37 |
421 | 2024-11-27T19:33:54.095Z | Compiling utf8parse v0.2.2 |
422 | 2024-11-27T19:33:54.217Z | Compiling plain v0.2.3 |
423 | 2024-11-27T19:33:54.244Z | Compiling errno v0.3.9 |
424 | 2024-11-27T19:33:54.271Z | Compiling camino v1.1.9 |
425 | 2024-11-27T19:33:54.383Z | Compiling hashbrown v0.15.0 |
426 | 2024-11-27T19:33:54.488Z | Compiling syn v2.0.87 |
427 | 2024-11-27T19:33:54.624Z | Compiling log v0.4.22 |
428 | 2024-11-27T19:33:54.733Z | Compiling thread-id v4.2.2 |
429 | 2024-11-27T19:33:54.760Z | Compiling equivalent v1.0.1 |
430 | 2024-11-27T19:33:54.888Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-11-27T19:33:55.144Z | Compiling semver v1.0.23 |
432 | 2024-11-27T19:33:55.216Z | Compiling anstyle v1.0.10 |
433 | 2024-11-27T19:33:55.366Z | Compiling autocfg v1.4.0 |
434 | 2024-11-27T19:33:55.596Z | Compiling indexmap v2.6.0 |
435 | 2024-11-27T19:33:55.683Z | Compiling unicode-width v0.1.14 |
436 | 2024-11-27T19:33:55.709Z | Compiling anstyle-query v1.1.1 |
437 | 2024-11-27T19:33:55.776Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-11-27T19:33:55.857Z | Compiling winnow v0.6.20 |
439 | 2024-11-27T19:33:55.916Z | Compiling colorchoice v1.0.2 |
440 | 2024-11-27T19:33:56.081Z | Compiling pretty-hex v0.4.1 |
441 | 2024-11-27T19:33:56.214Z | Compiling anstream v0.6.15 |
442 | 2024-11-27T19:33:56.485Z | Compiling fs-err v2.11.0 |
443 | 2024-11-27T19:33:56.716Z | Compiling terminal_size v0.4.0 |
444 | 2024-11-27T19:33:56.837Z | Compiling heck v0.5.0 |
445 | 2024-11-27T19:33:56.932Z | Compiling clap_lex v0.7.2 |
446 | 2024-11-27T19:33:56.978Z | Compiling cfg-if v1.0.0 |
447 | 2024-11-27T19:33:57.083Z | Compiling strsim v0.11.1 |
448 | 2024-11-27T19:33:57.385Z | Compiling bytecount v0.6.8 |
449 | 2024-11-27T19:33:57.480Z | Compiling fnv v1.0.7 |
450 | 2024-11-27T19:33:57.506Z | Compiling anyhow v1.0.93 |
451 | 2024-11-27T19:33:57.558Z | Compiling heck v0.4.1 |
452 | 2024-11-27T19:33:57.617Z | Compiling fastrand v2.1.1 |
453 | 2024-11-27T19:33:57.640Z | Compiling papergrid v0.11.0 |
454 | 2024-11-27T19:33:58.082Z | Compiling tempfile v3.13.0 |
455 | 2024-11-27T19:33:58.187Z | Compiling clap_builder v4.5.21 |
456 | 2024-11-27T19:33:58.677Z | Compiling memmap v0.7.0 |
457 | 2024-11-27T19:33:58.788Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-11-27T19:33:59.002Z | Compiling smawk v0.3.2 |
459 | 2024-11-27T19:33:59.209Z | Compiling textwrap v0.16.1 |
460 | 2024-11-27T19:33:59.678Z | Compiling swrite v0.1.0 |
461 | 2024-11-27T19:34:00.727Z | Compiling tabled_derive v0.7.0 |
462 | 2024-11-27T19:34:02.261Z | Compiling tabled v0.15.0 |
463 | 2024-11-27T19:34:03.521Z | Compiling serde_derive v1.0.215 |
464 | 2024-11-27T19:34:03.523Z | Compiling thiserror-impl v1.0.69 |
465 | 2024-11-27T19:34:03.523Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-11-27T19:34:03.523Z | Compiling scroll_derive v0.12.0 |
467 | 2024-11-27T19:34:03.624Z | Compiling clap_derive v4.5.18 |
468 | 2024-11-27T19:34:04.773Z | Compiling scroll v0.12.0 |
469 | 2024-11-27T19:34:05.249Z | Compiling goblin v0.8.2 |
470 | 2024-11-27T19:34:05.472Z | Compiling zerocopy v0.7.35 |
471 | 2024-11-27T19:34:06.168Z | Compiling pest v2.7.14 |
472 | 2024-11-27T19:34:07.128Z | Compiling clap v4.5.21 |
473 | 2024-11-27T19:34:08.437Z | Compiling pest_meta v2.7.14 |
474 | 2024-11-27T19:34:09.296Z | Compiling pest_generator v2.7.14 |
475 | 2024-11-27T19:34:11.187Z | Compiling pest_derive v2.7.14 |
476 | 2024-11-27T19:34:11.927Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-11-27T19:34:13.723Z | Compiling toml_datetime v0.6.8 |
478 | 2024-11-27T19:34:13.723Z | Compiling serde_spanned v0.6.8 |
479 | 2024-11-27T19:34:13.725Z | Compiling cargo-platform v0.1.8 |
480 | 2024-11-27T19:34:14.101Z | Compiling serde_tokenstream v0.2.2 |
481 | 2024-11-27T19:34:14.179Z | Compiling toml_edit v0.22.22 |
482 | 2024-11-27T19:34:14.269Z | Compiling macaddr v1.0.1 |
483 | 2024-11-27T19:34:14.464Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-11-27T19:34:15.253Z | Compiling dof v0.3.0 |
485 | 2024-11-27T19:34:15.253Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-11-27T19:34:17.008Z | Compiling toml v0.8.19 |
487 | 2024-11-27T19:34:17.279Z | Compiling usdt-macro v0.5.0 |
488 | 2024-11-27T19:34:17.279Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-11-27T19:34:17.876Z | Compiling cargo_toml v0.20.5 |
490 | 2024-11-27T19:34:18.699Z | Compiling usdt v0.5.0 |
491 | 2024-11-27T19:34:21.461Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-11-27T19:34:25.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.03s |
493 | 2024-11-27T19:34:25.911Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-11-27T19:34:26.442Z | Downloading crates ... |
495 | 2024-11-27T19:34:26.590Z | Downloaded aead v0.5.2 |
496 | 2024-11-27T19:34:26.608Z | Downloaded aes-gcm v0.10.3 |
497 | 2024-11-27T19:34:26.612Z | Downloaded allocator-api2 v0.2.18 |
498 | 2024-11-27T19:34:26.615Z | Downloaded argon2 v0.5.3 |
499 | 2024-11-27T19:34:26.620Z | Downloaded assert_matches v1.5.0 |
500 | 2024-11-27T19:34:26.622Z | Downloaded atty v0.2.14 |
501 | 2024-11-27T19:34:26.624Z | Downloaded atomicwrites v0.4.4 |
502 | 2024-11-27T19:34:26.627Z | Downloaded base16ct v0.2.0 |
503 | 2024-11-27T19:34:26.629Z | Downloaded cfg_aliases v0.2.1 |
504 | 2024-11-27T19:34:26.632Z | Downloaded async-stream-impl v0.3.6 |
505 | 2024-11-27T19:34:26.632Z | Downloaded crc-catalog v2.4.0 |
506 | 2024-11-27T19:34:26.635Z | Downloaded convert_case v0.4.0 |
507 | 2024-11-27T19:34:26.635Z | Downloaded ciborium-io v0.2.2 |
508 | 2024-11-27T19:34:26.637Z | Downloaded async-bb8-diesel v0.2.1 |
509 | 2024-11-27T19:34:26.640Z | Downloaded arrayref v0.3.9 |
510 | 2024-11-27T19:34:26.643Z | Downloaded heapless v0.7.17 |
511 | 2024-11-27T19:34:26.648Z | Downloaded aws-lc-rs v1.10.0 |
512 | 2024-11-27T19:34:26.658Z | Downloaded heck v0.3.3 |
513 | 2024-11-27T19:34:26.661Z | Downloaded heapless v0.8.0 |
514 | 2024-11-27T19:34:26.680Z | Downloaded hickory-proto v0.24.1 |
515 | 2024-11-27T19:34:26.696Z | Downloaded http-range v0.1.5 |
516 | 2024-11-27T19:34:26.698Z | Downloaded hickory-server v0.24.1 |
517 | 2024-11-27T19:34:26.702Z | Downloaded highway v1.2.0 |
518 | 2024-11-27T19:34:26.705Z | Downloaded hex-literal v0.4.1 |
519 | 2024-11-27T19:34:26.707Z | Downloaded http-body v1.0.1 |
520 | 2024-11-27T19:34:26.710Z | Downloaded home v0.5.9 |
521 | 2024-11-27T19:34:26.710Z | Downloaded hostname v0.3.1 |
522 | 2024-11-27T19:34:26.712Z | Downloaded instant v0.1.13 |
523 | 2024-11-27T19:34:26.715Z | Downloaded idna_adapter v1.2.0 |
524 | 2024-11-27T19:34:26.715Z | Downloaded is-terminal v0.4.13 |
525 | 2024-11-27T19:34:26.717Z | Downloaded lru-cache v0.1.2 |
526 | 2024-11-27T19:34:26.717Z | Downloaded ident_case v1.0.1 |
527 | 2024-11-27T19:34:26.717Z | Downloaded hickory-resolver v0.24.1 |
528 | 2024-11-27T19:34:26.723Z | Downloaded hickory-client v0.24.1 |
529 | 2024-11-27T19:34:26.725Z | Downloaded itertools v0.10.5 |
530 | 2024-11-27T19:34:26.744Z | Downloaded idna v0.5.0 |
531 | 2024-11-27T19:34:26.754Z | Downloaded adler2 v2.0.0 |
532 | 2024-11-27T19:34:26.757Z | Downloaded ahash v0.8.11 |
533 | 2024-11-27T19:34:26.761Z | Downloaded async-stream v0.3.6 |
534 | 2024-11-27T19:34:26.764Z | Downloaded async-trait v0.1.83 |
535 | 2024-11-27T19:34:26.767Z | Downloaded arrayvec v0.7.6 |
536 | 2024-11-27T19:34:26.770Z | Downloaded aes v0.8.4 |
537 | 2024-11-27T19:34:26.777Z | Downloaded atomic-waker v1.1.2 |
538 | 2024-11-27T19:34:26.779Z | Downloaded arc-swap v1.7.1 |
539 | 2024-11-27T19:34:26.782Z | Downloaded addr2line v0.24.2 |
540 | 2024-11-27T19:34:26.791Z | Downloaded bb8 v0.8.5 |
541 | 2024-11-27T19:34:26.793Z | Downloaded aho-corasick v1.1.3 |
542 | 2024-11-27T19:34:26.798Z | Downloaded backtrace v0.3.74 |
543 | 2024-11-27T19:34:26.804Z | Downloaded bit-set v0.5.3 |
544 | 2024-11-27T19:34:26.806Z | Downloaded base64 v0.13.1 |
545 | 2024-11-27T19:34:26.809Z | Downloaded bit-vec v0.6.3 |
546 | 2024-11-27T19:34:26.822Z | Downloaded base64ct v1.6.0 |
547 | 2024-11-27T19:34:26.822Z | Downloaded base64 v0.21.7 |
548 | 2024-11-27T19:34:26.823Z | Downloaded cexpr v0.6.0 |
549 | 2024-11-27T19:34:26.823Z | Downloaded castaway v0.2.3 |
550 | 2024-11-27T19:34:26.823Z | Downloaded bitflags v1.3.2 |
551 | 2024-11-27T19:34:26.826Z | Downloaded bumpalo v3.16.0 |
552 | 2024-11-27T19:34:26.829Z | Downloaded bytes v1.8.0 |
553 | 2024-11-27T19:34:26.841Z | Downloaded bindgen v0.69.5 |
554 | 2024-11-27T19:34:26.848Z | Downloaded base64 v0.22.1 |
555 | 2024-11-27T19:34:26.857Z | Downloaded hex v0.4.3 |
556 | 2024-11-27T19:34:26.860Z | Downloaded darling v0.20.10 |
557 | 2024-11-27T19:34:26.863Z | Downloaded hostname v0.4.0 |
558 | 2024-11-27T19:34:26.866Z | Downloaded chacha20 v0.9.1 |
559 | 2024-11-27T19:34:26.869Z | Downloaded hmac v0.12.1 |
560 | 2024-11-27T19:34:26.872Z | Downloaded http v1.1.0 |
561 | 2024-11-27T19:34:26.875Z | Downloaded ciborium-ll v0.2.2 |
562 | 2024-11-27T19:34:26.875Z | Downloaded cipher v0.4.4 |
563 | 2024-11-27T19:34:26.877Z | Downloaded constant_time_eq v0.3.1 |
564 | 2024-11-27T19:34:26.877Z | Downloaded clang-sys v1.8.1 |
565 | 2024-11-27T19:34:26.880Z | Downloaded ciborium v0.2.2 |
566 | 2024-11-27T19:34:26.883Z | Downloaded hkdf v0.12.4 |
567 | 2024-11-27T19:34:26.885Z | Downloaded httpdate v1.0.3 |
568 | 2024-11-27T19:34:26.888Z | Downloaded hyper-rustls v0.27.3 |
569 | 2024-11-27T19:34:26.890Z | Downloaded hyper-tls v0.6.0 |
570 | 2024-11-27T19:34:26.892Z | Downloaded httparse v1.9.5 |
571 | 2024-11-27T19:34:26.894Z | Downloaded bitvec v1.0.1 |
572 | 2024-11-27T19:34:26.909Z | Downloaded icu_normalizer_data v1.5.0 |
573 | 2024-11-27T19:34:26.912Z | Downloaded hyper-util v0.1.10 |
574 | 2024-11-27T19:34:26.916Z | Downloaded humantime v2.1.0 |
575 | 2024-11-27T19:34:26.918Z | Downloaded hyper v1.5.0 |
576 | 2024-11-27T19:34:26.925Z | Downloaded icu_normalizer v1.5.0 |
577 | 2024-11-27T19:34:26.929Z | Downloaded ipnetwork v0.20.0 |
578 | 2024-11-27T19:34:26.932Z | Downloaded inout v0.1.3 |
579 | 2024-11-27T19:34:26.934Z | Downloaded indoc v1.0.9 |
580 | 2024-11-27T19:34:26.937Z | Downloaded icu_locid v1.5.0 |
581 | 2024-11-27T19:34:26.941Z | Downloaded lazy_static v1.5.0 |
582 | 2024-11-27T19:34:26.944Z | Downloaded jobserver v0.1.32 |
583 | 2024-11-27T19:34:26.946Z | Downloaded lazycell v1.3.0 |
584 | 2024-11-27T19:34:26.946Z | Downloaded idna v1.0.3 |
585 | 2024-11-27T19:34:26.950Z | Downloaded iana-time-zone v0.1.61 |
586 | 2024-11-27T19:34:26.953Z | Downloaded bstr v1.10.0 |
587 | 2024-11-27T19:34:26.963Z | Downloaded libloading v0.8.5 |
588 | 2024-11-27T19:34:26.966Z | Downloaded itertools v0.13.0 |
589 | 2024-11-27T19:34:26.981Z | Downloaded lock_api v0.4.12 |
590 | 2024-11-27T19:34:26.984Z | Downloaded indexmap v1.9.3 |
591 | 2024-11-27T19:34:26.987Z | Downloaded crunchy v0.2.2 |
592 | 2024-11-27T19:34:26.989Z | Downloaded crc32fast v1.4.2 |
593 | 2024-11-27T19:34:26.992Z | Downloaded const-oid v0.9.6 |
594 | 2024-11-27T19:34:26.995Z | Downloaded crossbeam-channel v0.5.13 |
595 | 2024-11-27T19:34:26.997Z | Downloaded libm v0.2.8 |
596 | 2024-11-27T19:34:27.005Z | Downloaded crossbeam-utils v0.8.20 |
597 | 2024-11-27T19:34:27.008Z | Downloaded crossbeam-epoch v0.9.18 |
598 | 2024-11-27T19:34:27.011Z | Downloaded cfg_aliases v0.1.1 |
599 | 2024-11-27T19:34:27.013Z | Downloaded crossbeam-deque v0.8.5 |
600 | 2024-11-27T19:34:27.016Z | Downloaded crossterm v0.28.1 |
601 | 2024-11-27T19:34:27.020Z | Downloaded crypto-bigint v0.5.5 |
602 | 2024-11-27T19:34:27.027Z | Downloaded cmake v0.1.51 |
603 | 2024-11-27T19:34:27.029Z | Downloaded chrono v0.4.38 |
604 | 2024-11-27T19:34:27.036Z | Downloaded mime v0.3.17 |
605 | 2024-11-27T19:34:27.039Z | Downloaded curve25519-dalek-derive v0.1.1 |
606 | 2024-11-27T19:34:27.041Z | Downloaded csv-core v0.1.11 |
607 | 2024-11-27T19:34:27.041Z | Downloaded miniz_oxide v0.8.0 |
608 | 2024-11-27T19:34:27.044Z | Downloaded ctr v0.9.2 |
609 | 2024-11-27T19:34:27.046Z | Downloaded minimal-lexical v0.2.1 |
610 | 2024-11-27T19:34:27.051Z | Downloaded md-5 v0.10.6 |
611 | 2024-11-27T19:34:27.053Z | Downloaded mime_guess v2.0.5 |
612 | 2024-11-27T19:34:27.055Z | Downloaded lru v0.12.5 |
613 | 2024-11-27T19:34:27.058Z | Downloaded lockfree-object-pool v0.1.6 |
614 | 2024-11-27T19:34:27.061Z | Downloaded lalrpop-util v0.19.12 |
615 | 2024-11-27T19:34:27.061Z | Downloaded indent_write v2.2.0 |
616 | 2024-11-27T19:34:27.064Z | Downloaded hubpack v0.1.2 |
617 | 2024-11-27T19:34:27.064Z | Downloaded icu_provider_macros v1.5.0 |
618 | 2024-11-27T19:34:27.067Z | Downloaded icu_provider v1.5.0 |
619 | 2024-11-27T19:34:27.069Z | Downloaded icu_properties_data v1.5.0 |
620 | 2024-11-27T19:34:27.078Z | Downloaded lalrpop v0.19.12 |
621 | 2024-11-27T19:34:27.091Z | Downloaded icu_properties v1.5.1 |
622 | 2024-11-27T19:34:27.094Z | Downloaded cbc v0.1.2 |
623 | 2024-11-27T19:34:27.097Z | Downloaded array-init v0.0.4 |
624 | 2024-11-27T19:34:27.099Z | Downloaded radium v0.7.0 |
625 | 2024-11-27T19:34:27.099Z | Downloaded quick-error v1.2.3 |
626 | 2024-11-27T19:34:27.102Z | Downloaded cc v1.1.30 |
627 | 2024-11-27T19:34:27.104Z | Downloaded cancel-safe-futures v0.1.5 |
628 | 2024-11-27T19:34:27.107Z | Downloaded cookie_store v0.21.0 |
629 | 2024-11-27T19:34:27.109Z | Downloaded ref-cast-impl v1.0.23 |
630 | 2024-11-27T19:34:27.112Z | Downloaded rand_core v0.6.4 |
631 | 2024-11-27T19:34:27.112Z | Downloaded cookie v0.18.1 |
632 | 2024-11-27T19:34:27.116Z | Downloaded ref-cast v1.0.23 |
633 | 2024-11-27T19:34:27.118Z | Downloaded rayon-core v1.12.1 |
634 | 2024-11-27T19:34:27.120Z | Downloaded const_format_proc_macros v0.2.33 |
635 | 2024-11-27T19:34:27.124Z | Downloaded const_format v0.2.33 |
636 | 2024-11-27T19:34:27.127Z | Downloaded console v0.15.8 |
637 | 2024-11-27T19:34:27.130Z | Downloaded cobs v0.2.3 |
638 | 2024-11-27T19:34:27.132Z | Downloaded chrono-tz-build v0.4.0 |
639 | 2024-11-27T19:34:27.132Z | Downloaded cassowary v0.3.0 |
640 | 2024-11-27T19:34:27.135Z | Downloaded buf-list v1.0.3 |
641 | 2024-11-27T19:34:27.138Z | Downloaded linear-map v1.2.0 |
642 | 2024-11-27T19:34:27.140Z | Downloaded rustc-hash v2.0.0 |
643 | 2024-11-27T19:34:27.140Z | Downloaded serde_repr v0.1.19 |
644 | 2024-11-27T19:34:27.142Z | Downloaded serde_urlencoded v0.7.1 |
645 | 2024-11-27T19:34:27.145Z | Downloaded signal-hook-registry v1.4.2 |
646 | 2024-11-27T19:34:27.148Z | Downloaded simd-adler32 v0.3.7 |
647 | 2024-11-27T19:34:27.150Z | Downloaded similar v2.6.0 |
648 | 2024-11-27T19:34:27.153Z | Downloaded slog-json v2.6.1 |
649 | 2024-11-27T19:34:27.156Z | Downloaded sct v0.7.1 |
650 | 2024-11-27T19:34:27.159Z | Downloaded rustls-pemfile v1.0.4 |
651 | 2024-11-27T19:34:27.161Z | Downloaded rustls-pemfile v2.2.0 |
652 | 2024-11-27T19:34:27.166Z | Downloaded memmap2 v0.9.5 |
653 | 2024-11-27T19:34:27.168Z | Downloaded tracing-attributes v0.1.27 |
654 | 2024-11-27T19:34:27.168Z | Downloaded maplit v1.0.2 |
655 | 2024-11-27T19:34:27.171Z | Downloaded libxml v0.3.3 |
656 | 2024-11-27T19:34:27.175Z | Downloaded twox-hash v1.6.3 |
657 | 2024-11-27T19:34:27.177Z | Downloaded unicode-bidi v0.3.17 |
658 | 2024-11-27T19:34:27.182Z | Downloaded unicode-xid v0.2.6 |
659 | 2024-11-27T19:34:27.185Z | Downloaded strum_macros v0.25.3 |
660 | 2024-11-27T19:34:27.185Z | Downloaded strum_macros v0.26.4 |
661 | 2024-11-27T19:34:27.187Z | Downloaded thread_local v1.1.8 |
662 | 2024-11-27T19:34:27.190Z | Downloaded subprocess v0.2.9 |
663 | 2024-11-27T19:34:27.195Z | Downloaded spin v0.9.8 |
664 | 2024-11-27T19:34:27.197Z | Downloaded tracing v0.1.40 |
665 | 2024-11-27T19:34:27.199Z | Downloaded utf16_iter v1.0.5 |
666 | 2024-11-27T19:34:27.202Z | Downloaded unicode-width v0.2.0 |
667 | 2024-11-27T19:34:27.207Z | Downloaded wyz v0.5.1 |
668 | 2024-11-27T19:34:27.210Z | Downloaded managed v0.8.0 |
669 | 2024-11-27T19:34:27.213Z | Downloaded tokio-rustls v0.24.1 |
670 | 2024-11-27T19:34:27.216Z | Downloaded darling_macro v0.20.10 |
671 | 2024-11-27T19:34:27.216Z | Downloaded data-encoding v2.6.0 |
672 | 2024-11-27T19:34:27.216Z | Downloaded impl-trait-for-tuples v0.2.2 |
673 | 2024-11-27T19:34:27.218Z | Downloaded which v4.4.2 |
674 | 2024-11-27T19:34:27.222Z | Downloaded libsw v3.3.1 |
675 | 2024-11-27T19:34:27.224Z | Downloaded libefi-sys v0.1.0 |
676 | 2024-11-27T19:34:27.224Z | Downloaded cstr-argument v0.1.2 |
677 | 2024-11-27T19:34:27.226Z | Downloaded crc-any v2.5.0 |
678 | 2024-11-27T19:34:27.228Z | Downloaded curve25519-dalek v4.1.3 |
679 | 2024-11-27T19:34:27.237Z | Downloaded ena v0.14.3 |
680 | 2024-11-27T19:34:27.239Z | Downloaded ed25519 v2.2.3 |
681 | 2024-11-27T19:34:27.242Z | Downloaded kstat-rs v0.2.4 |
682 | 2024-11-27T19:34:27.245Z | Downloaded foreign-types-shared v0.3.1 |
683 | 2024-11-27T19:34:27.245Z | Downloaded keccak v0.1.5 |
684 | 2024-11-27T19:34:27.245Z | Downloaded is_ci v1.2.0 |
685 | 2024-11-27T19:34:27.247Z | Downloaded internet-checksum v0.2.1 |
686 | 2024-11-27T19:34:27.247Z | Downloaded instability v0.3.2 |
687 | 2024-11-27T19:34:27.249Z | Downloaded indicatif v0.17.9 |
688 | 2024-11-27T19:34:27.252Z | Downloaded multimap v0.10.0 |
689 | 2024-11-27T19:34:27.255Z | Downloaded mio v1.0.2 |
690 | 2024-11-27T19:34:27.260Z | Downloaded futures-io v0.3.31 |
691 | 2024-11-27T19:34:27.262Z | Downloaded futures-executor v0.3.31 |
692 | 2024-11-27T19:34:27.264Z | Downloaded foreign-types-shared v0.1.1 |
693 | 2024-11-27T19:34:27.264Z | Downloaded env_logger v0.11.5 |
694 | 2024-11-27T19:34:27.267Z | Downloaded embedded-io v0.6.1 |
695 | 2024-11-27T19:34:27.270Z | Downloaded displaydoc v0.2.5 |
696 | 2024-11-27T19:34:27.273Z | Downloaded hashbrown v0.12.3 |
697 | 2024-11-27T19:34:27.275Z | Downloaded crucible-workspace-hack v0.1.0 |
698 | 2024-11-27T19:34:27.277Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
699 | 2024-11-27T19:34:27.289Z | Downloaded blowfish v0.9.1 |
700 | 2024-11-27T19:34:27.292Z | Downloaded block-padding v0.3.3 |
701 | 2024-11-27T19:34:27.292Z | Downloaded blake2 v0.10.6 |
702 | 2024-11-27T19:34:27.295Z | Downloaded bitfield-struct v0.6.2 |
703 | 2024-11-27T19:34:27.298Z | Downloaded num-traits v0.2.19 |
704 | 2024-11-27T19:34:27.300Z | Downloaded nix v0.29.0 |
705 | 2024-11-27T19:34:27.311Z | Downloaded num-complex v0.4.6 |
706 | 2024-11-27T19:34:27.313Z | Downloaded maybe-uninit v2.0.0 |
707 | 2024-11-27T19:34:27.316Z | Downloaded icu_locid_transform v1.5.0 |
708 | 2024-11-27T19:34:27.319Z | Downloaded bitfield v0.14.0 |
709 | 2024-11-27T19:34:27.319Z | Downloaded bcs v0.1.6 |
710 | 2024-11-27T19:34:27.323Z | Downloaded bcrypt-pbkdf v0.10.0 |
711 | 2024-11-27T19:34:27.325Z | Downloaded backoff v0.4.0 |
712 | 2024-11-27T19:34:27.325Z | Downloaded icu_locid_transform_data v1.5.0 |
713 | 2024-11-27T19:34:27.328Z | Downloaded hyper-staticfile v0.10.1 |
714 | 2024-11-27T19:34:27.331Z | Downloaded hubpack_derive v0.1.1 |
715 | 2024-11-27T19:34:27.331Z | Downloaded memoffset v0.9.1 |
716 | 2024-11-27T19:34:27.334Z | Downloaded md5 v0.7.0 |
717 | 2024-11-27T19:34:27.334Z | Downloaded matches v0.1.10 |
718 | 2024-11-27T19:34:27.334Z | Downloaded match_cfg v0.1.0 |
719 | 2024-11-27T19:34:27.334Z | Downloaded itertools v0.12.1 |
720 | 2024-11-27T19:34:27.341Z | Downloaded phf_generator v0.11.2 |
721 | 2024-11-27T19:34:27.344Z | Downloaded phf_codegen v0.11.2 |
722 | 2024-11-27T19:34:27.344Z | Downloaded phf v0.11.2 |
723 | 2024-11-27T19:34:27.346Z | Downloaded percent-encoding v2.3.1 |
724 | 2024-11-27T19:34:27.350Z | Downloaded proptest v1.5.0 |
725 | 2024-11-27T19:34:27.356Z | Downloaded proc-macro-crate v1.3.1 |
726 | 2024-11-27T19:34:27.361Z | Downloaded chrono-tz v0.10.0 |
727 | 2024-11-27T19:34:27.365Z | Downloaded prettyplease v0.2.25 |
728 | 2024-11-27T19:34:27.369Z | Downloaded same-file v1.0.6 |
729 | 2024-11-27T19:34:27.372Z | Downloaded rayon v1.10.0 |
730 | 2024-11-27T19:34:27.380Z | Downloaded scopeguard v1.2.0 |
731 | 2024-11-27T19:34:27.383Z | Downloaded schemars_derive v0.8.21 |
732 | 2024-11-27T19:34:27.386Z | Downloaded schemars v0.8.21 |
733 | 2024-11-27T19:34:27.397Z | Downloaded termtree v0.4.1 |
734 | 2024-11-27T19:34:27.400Z | Downloaded tokio-tungstenite v0.23.1 |
735 | 2024-11-27T19:34:27.402Z | Downloaded serde-hex v0.1.0 |
736 | 2024-11-27T19:34:27.405Z | Downloaded rcgen v0.12.1 |
737 | 2024-11-27T19:34:27.407Z | Downloaded take_mut v0.2.2 |
738 | 2024-11-27T19:34:27.407Z | Downloaded regex v1.11.1 |
739 | 2024-11-27T19:34:27.422Z | Downloaded unicode-segmentation v1.12.0 |
740 | 2024-11-27T19:34:27.425Z | Downloaded debug-ignore v1.0.5 |
741 | 2024-11-27T19:34:27.428Z | Downloaded zone v0.3.0 |
742 | 2024-11-27T19:34:27.430Z | Downloaded zerofrom v0.1.4 |
743 | 2024-11-27T19:34:27.430Z | Downloaded zerocopy-derive v0.8.10 |
744 | 2024-11-27T19:34:27.436Z | Downloaded foreign-types v0.5.0 |
745 | 2024-11-27T19:34:27.438Z | Downloaded foreign-types v0.3.2 |
746 | 2024-11-27T19:34:27.438Z | Downloaded fixedbitset v0.4.2 |
747 | 2024-11-27T19:34:27.441Z | Downloaded fd-lock v4.0.2 |
748 | 2024-11-27T19:34:27.443Z | Downloaded flume v0.11.1 |
749 | 2024-11-27T19:34:27.446Z | Downloaded dhcproto v0.12.0 |
750 | 2024-11-27T19:34:27.449Z | Downloaded flate2 v1.0.34 |
751 | 2024-11-27T19:34:27.455Z | Downloaded normalize-line-endings v0.3.0 |
752 | 2024-11-27T19:34:27.458Z | Downloaded foldhash v0.1.3 |
753 | 2024-11-27T19:34:27.458Z | Downloaded csv v1.3.0 |
754 | 2024-11-27T19:34:27.479Z | Downloaded openssl-probe v0.1.5 |
755 | 2024-11-27T19:34:27.481Z | Downloaded idna v0.3.0 |
756 | 2024-11-27T19:34:27.486Z | Downloaded idna v0.2.3 |
757 | 2024-11-27T19:34:27.494Z | Downloaded openssl-macros v0.1.1 |
758 | 2024-11-27T19:34:27.496Z | Downloaded opaque-debug v0.3.1 |
759 | 2024-11-27T19:34:27.496Z | Downloaded nom v7.1.3 |
760 | 2024-11-27T19:34:27.501Z | Downloaded yoke-derive v0.7.4 |
761 | 2024-11-27T19:34:27.504Z | Downloaded vsss-rs v3.3.4 |
762 | 2024-11-27T19:34:27.507Z | Downloaded vergen v8.3.2 |
763 | 2024-11-27T19:34:27.509Z | Downloaded pin-utils v0.1.0 |
764 | 2024-11-27T19:34:27.512Z | Downloaded rsa v0.9.6 |
765 | 2024-11-27T19:34:27.515Z | Downloaded string_cache v0.8.7 |
766 | 2024-11-27T19:34:27.518Z | Downloaded static_assertions v1.1.0 |
767 | 2024-11-27T19:34:27.520Z | Downloaded stable_deref_trait v1.2.0 |
768 | 2024-11-27T19:34:27.520Z | Downloaded rusqlite v0.32.1 |
769 | 2024-11-27T19:34:27.527Z | Downloaded pin-project-lite v0.2.14 |
770 | 2024-11-27T19:34:27.532Z | Downloaded object v0.36.5 |
771 | 2024-11-27T19:34:27.546Z | Downloaded tokio-rustls v0.25.0 |
772 | 2024-11-27T19:34:27.550Z | Downloaded smallvec v1.13.2 |
773 | 2024-11-27T19:34:27.553Z | Downloaded serde_with v3.11.0 |
774 | 2024-11-27T19:34:27.558Z | Downloaded tungstenite v0.24.0 |
775 | 2024-11-27T19:34:27.563Z | Downloaded unicase v2.7.0 |
776 | 2024-11-27T19:34:27.566Z | Downloaded object v0.30.4 |
777 | 2024-11-27T19:34:27.575Z | Downloaded uuid v1.11.0 |
778 | 2024-11-27T19:34:27.578Z | Downloaded want v0.3.1 |
779 | 2024-11-27T19:34:27.581Z | Downloaded vte_generate_state_changes v0.1.2 |
780 | 2024-11-27T19:34:27.581Z | Downloaded toml_edit v0.19.15 |
781 | 2024-11-27T19:34:27.597Z | Downloaded winnow v0.5.40 |
782 | 2024-11-27T19:34:27.605Z | Downloaded walkdir v2.5.0 |
783 | 2024-11-27T19:34:27.608Z | Downloaded tinyvec_macros v0.1.1 |
784 | 2024-11-27T19:34:27.610Z | Downloaded tinyvec v1.8.0 |
785 | 2024-11-27T19:34:27.612Z | Downloaded tinystr v0.7.6 |
786 | 2024-11-27T19:34:27.615Z | Downloaded tiny-keccak v2.0.2 |
787 | 2024-11-27T19:34:27.617Z | Downloaded webpki-roots v0.26.6 |
788 | 2024-11-27T19:34:27.622Z | Downloaded futures-core v0.3.31 |
789 | 2024-11-27T19:34:27.625Z | Downloaded futures-channel v0.3.31 |
790 | 2024-11-27T19:34:27.625Z | Downloaded whoami v1.5.2 |
791 | 2024-11-27T19:34:27.629Z | Downloaded derive-where v1.2.7 |
792 | 2024-11-27T19:34:27.632Z | Downloaded der v0.7.9 |
793 | 2024-11-27T19:34:27.637Z | Downloaded typify-macro v0.2.0 |
794 | 2024-11-27T19:34:27.639Z | Downloaded num-conv v0.1.0 |
795 | 2024-11-27T19:34:27.641Z | Downloaded scheduled-thread-pool v0.2.7 |
796 | 2024-11-27T19:34:27.641Z | Downloaded samael v0.0.17 |
797 | 2024-11-27T19:34:27.646Z | Downloaded rustls v0.23.14 |
798 | 2024-11-27T19:34:27.660Z | Downloaded ppv-lite86 v0.2.20 |
799 | 2024-11-27T19:34:27.662Z | Downloaded nanorand v0.7.0 |
800 | 2024-11-27T19:34:27.666Z | Downloaded fallible-iterator v0.2.0 |
801 | 2024-11-27T19:34:27.669Z | Downloaded expectorate v1.1.0 |
802 | 2024-11-27T19:34:27.669Z | Downloaded tls_codec v0.4.1 |
803 | 2024-11-27T19:34:27.672Z | Downloaded slog-envlogger v2.2.0 |
804 | 2024-11-27T19:34:27.672Z | Downloaded tungstenite v0.23.0 |
805 | 2024-11-27T19:34:27.675Z | Downloaded siphasher v0.3.11 |
806 | 2024-11-27T19:34:27.677Z | Downloaded oso-derive v0.27.3 |
807 | 2024-11-27T19:34:27.680Z | Downloaded slab v0.4.9 |
808 | 2024-11-27T19:34:27.680Z | Downloaded oso v0.27.3 |
809 | 2024-11-27T19:34:27.683Z | Downloaded nodrop v0.1.14 |
810 | 2024-11-27T19:34:27.685Z | Downloaded newline-converter v0.3.0 |
811 | 2024-11-27T19:34:27.685Z | Downloaded float-cmp v0.9.0 |
812 | 2024-11-27T19:34:27.687Z | Downloaded flagset v0.4.6 |
813 | 2024-11-27T19:34:27.689Z | Downloaded filetime v0.2.25 |
814 | 2024-11-27T19:34:27.693Z | Downloaded ff v0.13.0 |
815 | 2024-11-27T19:34:27.693Z | Downloaded snafu-derive v0.8.5 |
816 | 2024-11-27T19:34:27.696Z | Downloaded smallvec v0.6.14 |
817 | 2024-11-27T19:34:27.696Z | Downloaded scrypt v0.11.0 |
818 | 2024-11-27T19:34:27.699Z | Downloaded deranged v0.3.11 |
819 | 2024-11-27T19:34:27.699Z | Downloaded term v0.7.0 |
820 | 2024-11-27T19:34:27.702Z | Downloaded tokio-rustls v0.26.0 |
821 | 2024-11-27T19:34:27.704Z | Downloaded openssl-sys v0.9.103 |
822 | 2024-11-27T19:34:27.710Z | Downloaded topological-sort v0.2.2 |
823 | 2024-11-27T19:34:27.712Z | Downloaded signal-hook-tokio v0.3.1 |
824 | 2024-11-27T19:34:27.712Z | Downloaded tokio-stream v0.1.16 |
825 | 2024-11-27T19:34:27.717Z | Downloaded quinn-proto v0.11.8 |
826 | 2024-11-27T19:34:27.725Z | Downloaded postgres-types v0.2.8 |
827 | 2024-11-27T19:34:27.727Z | Downloaded postgres-protocol v0.6.7 |
828 | 2024-11-27T19:34:27.730Z | Downloaded dropshot_endpoint v0.12.0 |
829 | 2024-11-27T19:34:27.733Z | Downloaded diesel_table_macro_syntax v0.2.0 |
830 | 2024-11-27T19:34:27.735Z | Downloaded utf8_iter v1.0.4 |
831 | 2024-11-27T19:34:27.735Z | Downloaded termios v0.3.3 |
832 | 2024-11-27T19:34:27.738Z | Downloaded structmeta v0.3.0 |
833 | 2024-11-27T19:34:27.738Z | Downloaded steno v0.4.1 |
834 | 2024-11-27T19:34:27.742Z | Downloaded ssh-cipher v0.2.0 |
835 | 2024-11-27T19:34:27.744Z | Downloaded socket2 v0.5.7 |
836 | 2024-11-27T19:34:27.747Z | Downloaded sec1 v0.7.3 |
837 | 2024-11-27T19:34:27.749Z | Downloaded group v0.13.0 |
838 | 2024-11-27T19:34:27.752Z | Downloaded ghash v0.5.1 |
839 | 2024-11-27T19:34:27.752Z | Downloaded float-ord v0.3.2 |
840 | 2024-11-27T19:34:27.752Z | Downloaded toolchain_find v0.4.0 |
841 | 2024-11-27T19:34:27.754Z | Downloaded russh v0.45.0 |
842 | 2024-11-27T19:34:27.759Z | Downloaded regex-syntax v0.8.5 |
843 | 2024-11-27T19:34:27.768Z | Downloaded reedline v0.35.0 |
844 | 2024-11-27T19:34:27.776Z | Downloaded signature v2.2.0 |
845 | 2024-11-27T19:34:27.779Z | Downloaded serde_with_macros v3.11.0 |
846 | 2024-11-27T19:34:27.781Z | Downloaded rand_chacha v0.3.1 |
847 | 2024-11-27T19:34:27.783Z | Downloaded rand v0.8.5 |
848 | 2024-11-27T19:34:27.786Z | Downloaded xattr v1.3.1 |
849 | 2024-11-27T19:34:27.788Z | Downloaded dyn-clone v1.0.17 |
850 | 2024-11-27T19:34:27.792Z | Downloaded dunce v1.0.5 |
851 | 2024-11-27T19:34:27.792Z | Downloaded writeable v0.5.5 |
852 | 2024-11-27T19:34:27.795Z | Downloaded radix_trie v0.2.1 |
853 | 2024-11-27T19:34:27.799Z | Downloaded glob v0.3.1 |
854 | 2024-11-27T19:34:27.801Z | Downloaded getrandom v0.2.15 |
855 | 2024-11-27T19:34:27.804Z | Downloaded fxhash v0.2.1 |
856 | 2024-11-27T19:34:27.806Z | Downloaded ed25519-dalek v2.1.1 |
857 | 2024-11-27T19:34:27.810Z | Downloaded quinn-udp v0.5.5 |
858 | 2024-11-27T19:34:27.812Z | Downloaded async-recursion v1.1.1 |
859 | 2024-11-27T19:34:27.815Z | Downloaded futures-util v0.3.31 |
860 | 2024-11-27T19:34:27.827Z | Downloaded h2 v0.4.6 |
861 | 2024-11-27T19:34:27.834Z | Downloaded subtle v2.6.1 |
862 | 2024-11-27T19:34:27.836Z | Downloaded path-slash v0.1.5 |
863 | 2024-11-27T19:34:27.836Z | Downloaded paste v1.0.15 |
864 | 2024-11-27T19:34:27.839Z | Downloaded unicode-normalization v0.1.24 |
865 | 2024-11-27T19:34:27.843Z | Downloaded vte v0.11.1 |
866 | 2024-11-27T19:34:27.846Z | Downloaded pretty-hex v0.2.1 |
867 | 2024-11-27T19:34:27.849Z | Downloaded predicates-tree v1.0.11 |
868 | 2024-11-27T19:34:27.849Z | Downloaded petname v2.0.2 |
869 | 2024-11-27T19:34:27.856Z | Downloaded regex-automata v0.4.8 |
870 | 2024-11-27T19:34:27.873Z | Downloaded parking_lot v0.11.2 |
871 | 2024-11-27T19:34:27.877Z | Downloaded fallible-iterator v0.3.0 |
872 | 2024-11-27T19:34:27.880Z | Downloaded derive_builder_macro v0.20.2 |
873 | 2024-11-27T19:34:27.880Z | Downloaded derive_builder_core v0.20.2 |
874 | 2024-11-27T19:34:27.880Z | Downloaded zone v0.1.8 |
875 | 2024-11-27T19:34:27.882Z | Downloaded zip v2.1.3 |
876 | 2024-11-27T19:34:27.885Z | Downloaded num-iter v0.1.45 |
877 | 2024-11-27T19:34:27.889Z | Downloaded num-integer v0.1.46 |
878 | 2024-11-27T19:34:27.889Z | Downloaded native-tls v0.2.12 |
879 | 2024-11-27T19:34:27.893Z | Downloaded dirs-next v2.0.0 |
880 | 2024-11-27T19:34:27.897Z | Downloaded packed_struct_codegen v0.10.1 |
881 | 2024-11-27T19:34:27.897Z | Downloaded omicron-zone-package v0.11.1 |
882 | 2024-11-27T19:34:27.900Z | Downloaded olpc-cjson v0.1.4 |
883 | 2024-11-27T19:34:27.900Z | Downloaded ascii-canvas v3.0.0 |
884 | 2024-11-27T19:34:27.900Z | Downloaded litemap v0.7.3 |
885 | 2024-11-27T19:34:27.903Z | Downloaded linked-hash-map v0.5.6 |
886 | 2024-11-27T19:34:27.909Z | Downloaded ipnet v2.10.1 |
887 | 2024-11-27T19:34:27.914Z | Downloaded parking_lot_core v0.9.10 |
888 | 2024-11-27T19:34:27.914Z | Downloaded idna v0.4.0 |
889 | 2024-11-27T19:34:27.917Z | Downloaded rfc6979 v0.4.0 |
890 | 2024-11-27T19:34:27.917Z | Downloaded postcard v1.0.10 |
891 | 2024-11-27T19:34:27.920Z | Downloaded pbkdf2 v0.11.0 |
892 | 2024-11-27T19:34:27.924Z | Downloaded parking_lot v0.12.3 |
893 | 2024-11-27T19:34:27.926Z | Downloaded rustversion v1.0.17 |
894 | 2024-11-27T19:34:27.929Z | Downloaded crc v3.2.1 |
895 | 2024-11-27T19:34:27.933Z | Downloaded icu_collections v1.5.0 |
896 | 2024-11-27T19:34:27.938Z | Downloaded rustls-webpki v0.101.7 |
897 | 2024-11-27T19:34:27.951Z | Downloaded rustls-webpki v0.102.8 |
898 | 2024-11-27T19:34:27.969Z | Downloaded toml v0.7.8 |
899 | 2024-11-27T19:34:27.973Z | Downloaded openssl v0.10.66 |
900 | 2024-11-27T19:34:27.983Z | Downloaded tokio-util v0.7.12 |
901 | 2024-11-27T19:34:27.990Z | Downloaded zerovec-derive v0.10.3 |
902 | 2024-11-27T19:34:27.993Z | Downloaded russh-cryptovec v0.7.3 |
903 | 2024-11-27T19:34:27.993Z | Downloaded zerovec v0.10.4 |
904 | 2024-11-27T19:34:27.999Z | Downloaded fallible-streaming-iterator v0.1.9 |
905 | 2024-11-27T19:34:28.002Z | Downloaded tls_codec_derive v0.4.1 |
906 | 2024-11-27T19:34:28.007Z | Downloaded num-rational v0.4.2 |
907 | 2024-11-27T19:34:28.007Z | Downloaded smoltcp v0.11.0 |
908 | 2024-11-27T19:34:28.018Z | Downloaded env_logger v0.10.2 |
909 | 2024-11-27T19:34:28.022Z | Downloaded env_filter v0.1.2 |
910 | 2024-11-27T19:34:28.025Z | Downloaded typify v0.2.0 |
911 | 2024-11-27T19:34:28.027Z | Downloaded openapiv3 v2.0.0 |
912 | 2024-11-27T19:34:28.040Z | Downloaded signal-hook v0.3.17 |
913 | 2024-11-27T19:34:28.043Z | Downloaded zerofrom-derive v0.1.4 |
914 | 2024-11-27T19:34:28.046Z | Downloaded zerocopy v0.8.10 |
915 | 2024-11-27T19:34:28.069Z | Downloaded zerocopy v0.6.6 |
916 | 2024-11-27T19:34:28.072Z | Downloaded globset v0.4.15 |
917 | 2024-11-27T19:34:28.075Z | Downloaded gimli v0.31.1 |
918 | 2024-11-27T19:34:28.083Z | Downloaded termcolor v1.4.1 |
919 | 2024-11-27T19:34:28.086Z | Downloaded tar v0.4.42 |
920 | 2024-11-27T19:34:28.088Z | Downloaded tap v1.0.1 |
921 | 2024-11-27T19:34:28.089Z | Downloaded synstructure v0.13.1 |
922 | 2024-11-27T19:34:28.091Z | Downloaded untrusted v0.9.0 |
923 | 2024-11-27T19:34:28.091Z | Downloaded gethostname v0.5.0 |
924 | 2024-11-27T19:34:28.095Z | Downloaded value-bag v1.9.0 |
925 | 2024-11-27T19:34:28.097Z | Downloaded smf v0.2.3 |
926 | 2024-11-27T19:34:28.097Z | Downloaded sigpipe v0.1.3 |
927 | 2024-11-27T19:34:28.097Z | Downloaded regex-syntax v0.6.29 |
928 | 2024-11-27T19:34:28.105Z | Downloaded tower-service v0.3.3 |
929 | 2024-11-27T19:34:28.108Z | Downloaded yoke v0.7.4 |
930 | 2024-11-27T19:34:28.111Z | Downloaded zip v0.6.6 |
931 | 2024-11-27T19:34:28.114Z | Downloaded zopfli v0.8.1 |
932 | 2024-11-27T19:34:28.117Z | Downloaded foreign-types-macros v0.2.3 |
933 | 2024-11-27T19:34:28.117Z | Downloaded form_urlencoded v1.2.1 |
934 | 2024-11-27T19:34:28.117Z | Downloaded x509-cert v0.2.5 |
935 | 2024-11-27T19:34:28.122Z | Downloaded poly1305 v0.8.0 |
936 | 2024-11-27T19:34:28.125Z | Downloaded pin-project-internal v1.1.6 |
937 | 2024-11-27T19:34:28.128Z | Downloaded rand_xorshift v0.3.0 |
938 | 2024-11-27T19:34:28.132Z | Downloaded rand_seeder v0.3.0 |
939 | 2024-11-27T19:34:28.132Z | Downloaded r2d2 v0.8.10 |
940 | 2024-11-27T19:34:28.136Z | Downloaded lzma-sys v0.1.20 |
941 | 2024-11-27T19:34:28.163Z | Downloaded p256 v0.13.2 |
942 | 2024-11-27T19:34:28.167Z | Downloaded num-bigint-dig v0.8.4 |
943 | 2024-11-27T19:34:28.174Z | Downloaded num-bigint v0.4.6 |
944 | 2024-11-27T19:34:28.176Z | Downloaded shlex v1.3.0 |
945 | 2024-11-27T19:34:28.179Z | Downloaded funty v2.0.0 |
946 | 2024-11-27T19:34:28.179Z | Downloaded enum-as-inner v0.6.1 |
947 | 2024-11-27T19:34:28.183Z | Downloaded downcast v0.11.0 |
948 | 2024-11-27T19:34:28.183Z | Downloaded display-error-chain v0.2.2 |
949 | 2024-11-27T19:34:28.183Z | Downloaded der_derive v0.7.3 |
950 | 2024-11-27T19:34:28.185Z | Downloaded p384 v0.13.0 |
951 | 2024-11-27T19:34:28.191Z | Downloaded rustc-demangle v0.1.24 |
952 | 2024-11-27T19:34:28.194Z | Downloaded owo-colors v4.1.0 |
953 | 2024-11-27T19:34:28.197Z | Downloaded spki v0.7.3 |
954 | 2024-11-27T19:34:28.197Z | Downloaded spin v0.5.2 |
955 | 2024-11-27T19:34:28.200Z | Downloaded serde_derive_internals v0.29.1 |
956 | 2024-11-27T19:34:28.201Z | Downloaded nix v0.28.0 |
957 | 2024-11-27T19:34:28.212Z | Downloaded slog-scope v4.4.0 |
958 | 2024-11-27T19:34:28.215Z | Downloaded test-strategy v0.3.1 |
959 | 2024-11-27T19:34:28.218Z | Downloaded tabwriter v1.4.0 |
960 | 2024-11-27T19:34:28.220Z | Downloaded structmeta v0.2.0 |
961 | 2024-11-27T19:34:28.220Z | Downloaded petgraph v0.6.5 |
962 | 2024-11-27T19:34:28.238Z | Downloaded embedded-io v0.4.0 |
963 | 2024-11-27T19:34:28.244Z | Downloaded tokio-native-tls v0.3.1 |
964 | 2024-11-27T19:34:28.246Z | Downloaded tokio-macros v2.4.0 |
965 | 2024-11-27T19:34:28.246Z | Downloaded time-macros v0.2.18 |
966 | 2024-11-27T19:34:28.246Z | Downloaded time v0.3.36 |
967 | 2024-11-27T19:34:28.253Z | Downloaded tracing-core v0.1.32 |
968 | 2024-11-27T19:34:28.255Z | Downloaded rusty-fork v0.3.0 |
969 | 2024-11-27T19:34:28.258Z | Downloaded resolv-conf v0.7.0 |
970 | 2024-11-27T19:34:28.261Z | Downloaded qorb v0.2.1 |
971 | 2024-11-27T19:34:28.264Z | Downloaded progenitor v0.8.0 |
972 | 2024-11-27T19:34:28.266Z | Downloaded parse-display v0.10.0 |
973 | 2024-11-27T19:34:28.266Z | Downloaded parking_lot_core v0.8.6 |
974 | 2024-11-27T19:34:28.269Z | Downloaded hash32 v0.3.1 |
975 | 2024-11-27T19:34:28.269Z | Downloaded hash32 v0.2.1 |
976 | 2024-11-27T19:34:28.272Z | Downloaded ecdsa v0.16.9 |
977 | 2024-11-27T19:34:28.275Z | Downloaded difflib v0.4.0 |
978 | 2024-11-27T19:34:28.275Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
979 | 2024-11-27T19:34:28.332Z | Downloaded quinn v0.11.5 |
980 | 2024-11-27T19:34:28.334Z | Downloaded yasna v0.5.2 |
981 | 2024-11-27T19:34:28.337Z | Downloaded xz2 v0.1.7 |
982 | 2024-11-27T19:34:28.340Z | Downloaded utf-8 v0.7.6 |
983 | 2024-11-27T19:34:28.343Z | Downloaded elliptic-curve v0.13.8 |
984 | 2024-11-27T19:34:28.345Z | Downloaded zeroize v1.8.1 |
985 | 2024-11-27T19:34:28.345Z | Downloaded regress v0.10.1 |
986 | 2024-11-27T19:34:28.354Z | Downloaded num v0.4.3 |
987 | 2024-11-27T19:34:28.357Z | Downloaded universal-hash v0.5.1 |
988 | 2024-11-27T19:34:28.357Z | Downloaded sync_wrapper v1.0.1 |
989 | 2024-11-27T19:34:28.360Z | Downloaded slog-stdlog v4.1.1 |
990 | 2024-11-27T19:34:28.360Z | Downloaded signal-hook-mio v0.2.4 |
991 | 2024-11-27T19:34:28.363Z | Downloaded rustc_version v0.4.1 |
992 | 2024-11-27T19:34:28.363Z | Downloaded pbkdf2 v0.12.2 |
993 | 2024-11-27T19:34:28.370Z | Downloaded packed_struct v0.10.1 |
994 | 2024-11-27T19:34:28.370Z | Downloaded num_enum v0.5.11 |
995 | 2024-11-27T19:34:28.373Z | Downloaded derive_more v0.99.18 |
996 | 2024-11-27T19:34:28.375Z | Downloaded polyval v0.6.2 |
997 | 2024-11-27T19:34:28.378Z | Downloaded tokio-tungstenite v0.21.0 |
998 | 2024-11-27T19:34:28.381Z | Downloaded slog-bunyan v2.5.0 |
999 | 2024-11-27T19:34:28.381Z | Downloaded rustls v0.22.4 |
1000 | 2024-11-27T19:34:28.394Z | Downloaded portable-atomic v1.9.0 |
1001 | 2024-11-27T19:34:28.400Z | Downloaded try-lock v0.2.5 |
1002 | 2024-11-27T19:34:28.404Z | Downloaded url v2.5.3 |
1003 | 2024-11-27T19:34:28.407Z | Downloaded primeorder v0.13.6 |
1004 | 2024-11-27T19:34:28.407Z | Downloaded powerfmt v0.2.0 |
1005 | 2024-11-27T19:34:28.410Z | Downloaded p521 v0.13.3 |
1006 | 2024-11-27T19:34:28.413Z | Downloaded unicode_categories v0.1.1 |
1007 | 2024-11-27T19:34:28.417Z | Downloaded unicode-properties v0.1.3 |
1008 | 2024-11-27T19:34:28.417Z | Downloaded num_threads v0.1.7 |
1009 | 2024-11-27T19:34:28.421Z | Downloaded num_enum_derive v0.5.11 |
1010 | 2024-11-27T19:34:28.421Z | Downloaded thiserror-impl-no-std v2.0.2 |
1011 | 2024-11-27T19:34:28.421Z | Downloaded pkcs5 v0.7.1 |
1012 | 2024-11-27T19:34:28.424Z | Downloaded futures-task v0.3.31 |
1013 | 2024-11-27T19:34:28.427Z | Downloaded fs_extra v1.3.0 |
1014 | 2024-11-27T19:34:28.427Z | Downloaded futures v0.3.31 |
1015 | 2024-11-27T19:34:28.432Z | Downloaded half v2.4.1 |
1016 | 2024-11-27T19:34:28.435Z | Downloaded thiserror-no-std v2.0.2 |
1017 | 2024-11-27T19:34:28.439Z | Downloaded supports-color v3.0.1 |
1018 | 2024-11-27T19:34:28.442Z | Downloaded hashbrown v0.13.2 |
1019 | 2024-11-27T19:34:28.450Z | Downloaded fragile v2.0.0 |
1020 | 2024-11-27T19:34:28.454Z | Downloaded publicsuffix v2.2.3 |
1021 | 2024-11-27T19:34:28.454Z | Downloaded pkcs8 v0.10.2 |
1022 | 2024-11-27T19:34:28.456Z | Downloaded pkcs1 v0.7.5 |
1023 | 2024-11-27T19:34:28.456Z | Downloaded futures-macro v0.3.31 |
1024 | 2024-11-27T19:34:28.456Z | Downloaded phf_shared v0.11.2 |
1025 | 2024-11-27T19:34:28.460Z | Downloaded mirai-annotations v1.12.0 |
1026 | 2024-11-27T19:34:28.460Z | Downloaded pin-project v1.1.6 |
1027 | 2024-11-27T19:34:28.469Z | Downloaded vcpkg v0.2.15 |
1028 | 2024-11-27T19:34:28.507Z | Downloaded serde_yaml v0.9.34+deprecated |
1029 | 2024-11-27T19:34:28.510Z | Downloaded strum_macros v0.24.3 |
1030 | 2024-11-27T19:34:28.513Z | Downloaded strum v0.26.3 |
1031 | 2024-11-27T19:34:28.513Z | Downloaded multer v3.1.0 |
1032 | 2024-11-27T19:34:28.517Z | Downloaded hashbrown v0.14.5 |
1033 | 2024-11-27T19:34:28.523Z | Downloaded rustls v0.21.12 |
1034 | 2024-11-27T19:34:28.534Z | Downloaded write16 v1.0.0 |
1035 | 2024-11-27T19:34:28.537Z | Downloaded sqlparser_derive v0.2.2 |
1036 | 2024-11-27T19:34:28.537Z | Downloaded sqlparser v0.45.0 |
1037 | 2024-11-27T19:34:28.541Z | Downloaded structmeta-derive v0.3.0 |
1038 | 2024-11-27T19:34:28.544Z | Downloaded dsl_auto_type v0.1.2 |
1039 | 2024-11-27T19:34:28.547Z | Downloaded dropshot_endpoint v0.13.0 |
1040 | 2024-11-27T19:34:28.549Z | Downloaded psl-types v2.0.11 |
1041 | 2024-11-27T19:34:28.549Z | Downloaded sha1 v0.10.6 |
1042 | 2024-11-27T19:34:28.549Z | Downloaded smoltcp v0.9.1 |
1043 | 2024-11-27T19:34:28.560Z | Downloaded newtype-uuid v1.1.3 |
1044 | 2024-11-27T19:34:28.563Z | Downloaded defmt-parser v0.3.4 |
1045 | 2024-11-27T19:34:28.564Z | Downloaded stringprep v0.1.5 |
1046 | 2024-11-27T19:34:28.566Z | Downloaded serde_path_to_error v0.1.16 |
1047 | 2024-11-27T19:34:28.566Z | Downloaded fatfs v0.3.6 |
1048 | 2024-11-27T19:34:28.568Z | Downloaded zone_cfg_derive v0.3.0 |
1049 | 2024-11-27T19:34:28.571Z | Downloaded pkg-config v0.3.31 |
1050 | 2024-11-27T19:34:28.571Z | Downloaded zone_cfg_derive v0.1.2 |
1051 | 2024-11-27T19:34:28.581Z | Downloaded quick-xml v0.33.0 |
1052 | 2024-11-27T19:34:28.581Z | Downloaded ron v0.8.1 |
1053 | 2024-11-27T19:34:28.587Z | Downloaded tough v0.19.0 |
1054 | 2024-11-27T19:34:28.593Z | Downloaded reqwest v0.12.9 |
1055 | 2024-11-27T19:34:28.602Z | Downloaded endian-type v0.1.2 |
1056 | 2024-11-27T19:34:28.604Z | Downloaded untrusted v0.7.1 |
1057 | 2024-11-27T19:34:28.605Z | Downloaded mockall_derive v0.13.0 |
1058 | 2024-11-27T19:34:28.607Z | Downloaded structmeta-derive v0.2.0 |
1059 | 2024-11-27T19:34:28.610Z | Downloaded dropshot v0.12.0 |
1060 | 2024-11-27T19:34:28.631Z | Downloaded predicates v3.1.2 |
1061 | 2024-11-27T19:34:28.636Z | Downloaded dhcproto-macros v0.1.0 |
1062 | 2024-11-27T19:34:28.636Z | Downloaded des v0.8.1 |
1063 | 2024-11-27T19:34:28.640Z | Downloaded derive_builder v0.20.2 |
1064 | 2024-11-27T19:34:28.640Z | Downloaded defmt-macros v0.3.9 |
1065 | 2024-11-27T19:34:28.645Z | Downloaded defmt v0.3.8 |
1066 | 2024-11-27T19:34:28.647Z | Downloaded new_debug_unreachable v1.0.6 |
1067 | 2024-11-27T19:34:28.647Z | Downloaded nibble_vec v0.1.0 |
1068 | 2024-11-27T19:34:28.647Z | Downloaded newtype_derive v0.1.6 |
1069 | 2024-11-27T19:34:28.650Z | Downloaded typed-path v0.9.3 |
1070 | 2024-11-27T19:34:28.653Z | Downloaded ssh-encoding v0.2.0 |
1071 | 2024-11-27T19:34:28.656Z | Downloaded sync-ptr v0.1.1 |
1072 | 2024-11-27T19:34:28.657Z | Downloaded headers-core v0.3.0 |
1073 | 2024-11-27T19:34:28.661Z | Downloaded diesel_derives v2.2.3 |
1074 | 2024-11-27T19:34:28.664Z | Downloaded diesel-dtrace v0.3.0 |
1075 | 2024-11-27T19:34:28.664Z | Downloaded salty v0.3.0 |
1076 | 2024-11-27T19:34:28.669Z | Downloaded ron v0.7.1 |
1077 | 2024-11-27T19:34:28.674Z | Downloaded tui-tree-widget v0.22.0 |
1078 | 2024-11-27T19:34:28.678Z | Downloaded sha3 v0.10.8 |
1079 | 2024-11-27T19:34:28.681Z | Downloaded polar-core v0.27.3 |
1080 | 2024-11-27T19:34:28.690Z | Downloaded pem v3.0.4 |
1081 | 2024-11-27T19:34:28.693Z | Downloaded dropshot v0.13.0 |
1082 | 2024-11-27T19:34:28.710Z | Downloaded predicates-core v1.0.8 |
1083 | 2024-11-27T19:34:28.712Z | Downloaded enum-as-inner v0.5.1 |
1084 | 2024-11-27T19:34:28.712Z | Downloaded diesel v2.2.4 |
1085 | 2024-11-27T19:34:28.730Z | Downloaded peg-runtime v0.8.3 |
1086 | 2024-11-27T19:34:28.733Z | Downloaded trust-dns-proto v0.22.0 |
1087 | 2024-11-27T19:34:28.743Z | Downloaded nix v0.27.1 |
1088 | 2024-11-27T19:34:28.757Z | Downloaded peg-macros v0.8.4 |
1089 | 2024-11-27T19:34:28.761Z | Downloaded unarray v0.1.4 |
1090 | 2024-11-27T19:34:28.761Z | Downloaded secrecy v0.8.0 |
1091 | 2024-11-27T19:34:28.761Z | Downloaded salsa20 v0.10.2 |
1092 | 2024-11-27T19:34:28.761Z | Downloaded rustc_version v0.1.7 |
1093 | 2024-11-27T19:34:28.761Z | Downloaded russh-keys v0.45.0 |
1094 | 2024-11-27T19:34:28.766Z | Downloaded progenitor-macro v0.8.0 |
1095 | 2024-11-27T19:34:28.766Z | Downloaded peg v0.8.4 |
1096 | 2024-11-27T19:34:28.768Z | Downloaded nu-ansi-term v0.50.1 |
1097 | 2024-11-27T19:34:28.768Z | Downloaded serde_plain v1.0.2 |
1098 | 2024-11-27T19:34:28.773Z | Downloaded mockall v0.13.0 |
1099 | 2024-11-27T19:34:28.773Z | Downloaded tungstenite v0.21.0 |
1100 | 2024-11-27T19:34:28.775Z | Downloaded headers v0.4.0 |
1101 | 2024-11-27T19:34:28.778Z | Downloaded hashlink v0.9.1 |
1102 | 2024-11-27T19:34:28.781Z | Downloaded ssh-key v0.6.6 |
1103 | 2024-11-27T19:34:28.787Z | Downloaded progenitor-impl v0.8.0 |
1104 | 2024-11-27T19:34:28.789Z | Downloaded progenitor-client v0.8.0 |
1105 | 2024-11-27T19:34:28.792Z | Downloaded phf_shared v0.10.0 |
1106 | 2024-11-27T19:34:28.792Z | Downloaded sqlformat v0.2.6 |
1107 | 2024-11-27T19:34:28.795Z | Downloaded snafu v0.8.5 |
1108 | 2024-11-27T19:34:28.798Z | Downloaded slog-term v2.9.1 |
1109 | 2024-11-27T19:34:28.802Z | Downloaded regress v0.9.1 |
1110 | 2024-11-27T19:34:28.809Z | Downloaded unsafe-libyaml v0.2.11 |
1111 | 2024-11-27T19:34:28.812Z | Downloaded rustyline v14.0.0 |
1112 | 2024-11-27T19:34:28.817Z | Downloaded slog-dtrace v0.3.0 |
1113 | 2024-11-27T19:34:28.820Z | Downloaded rustfmt-wrapper v0.2.1 |
1114 | 2024-11-27T19:34:28.822Z | Downloaded encoding_rs v0.8.34 |
1115 | 2024-11-27T19:34:28.842Z | Downloaded ratatui v0.28.1 |
1116 | 2024-11-27T19:34:28.859Z | Downloaded futures-sink v0.3.31 |
1117 | 2024-11-27T19:34:28.864Z | Downloaded dirs-sys-next v0.1.2 |
1118 | 2024-11-27T19:34:28.864Z | Downloaded diff v0.1.13 |
1119 | 2024-11-27T19:34:28.867Z | Downloaded pem-rfc7468 v0.7.0 |
1120 | 2024-11-27T19:34:28.868Z | Downloaded uzers v0.12.1 |
1121 | 2024-11-27T19:34:28.872Z | Downloaded shell-words v1.1.0 |
1122 | 2024-11-27T19:34:28.872Z | Downloaded serde-big-array v0.5.1 |
1123 | 2024-11-27T19:34:28.872Z | Downloaded semver v0.1.20 |
1124 | 2024-11-27T19:34:28.872Z | Downloaded zerocopy-derive v0.6.6 |
1125 | 2024-11-27T19:34:28.880Z | Downloaded typify-impl v0.2.0 |
1126 | 2024-11-27T19:34:28.896Z | Downloaded sled v0.34.7 |
1127 | 2024-11-27T19:34:28.905Z | Downloaded darling_core v0.20.10 |
1128 | 2024-11-27T19:34:28.909Z | Downloaded tokio-postgres v0.7.12 |
1129 | 2024-11-27T19:34:28.915Z | Downloaded either v1.13.0 |
1130 | 2024-11-27T19:34:28.918Z | Downloaded number_prefix v0.4.0 |
1131 | 2024-11-27T19:34:28.918Z | Downloaded waitgroup v0.1.2 |
1132 | 2024-11-27T19:34:28.921Z | Downloaded wait-timeout v0.2.0 |
1133 | 2024-11-27T19:34:28.921Z | Downloaded unicode-truncate v1.1.0 |
1134 | 2024-11-27T19:34:28.921Z | Downloaded tokio v1.40.0 |
1135 | 2024-11-27T19:34:28.957Z | Downloaded time-core v0.1.2 |
1136 | 2024-11-27T19:34:28.960Z | Downloaded slog-async v2.8.0 |
1137 | 2024-11-27T19:34:28.960Z | Downloaded slog v2.7.0 |
1138 | 2024-11-27T19:34:28.962Z | Downloaded rtoolbox v0.0.2 |
1139 | 2024-11-27T19:34:28.965Z | Downloaded rpassword v7.3.1 |
1140 | 2024-11-27T19:34:28.965Z | Downloaded libz-sys v1.1.20 |
1141 | 2024-11-27T19:34:28.985Z | Downloaded zeroize_derive v1.4.2 |
1142 | 2024-11-27T19:34:28.987Z | Downloaded tokio-tungstenite v0.24.0 |
1143 | 2024-11-27T19:34:28.990Z | Downloaded strip-ansi-escapes v0.2.0 |
1144 | 2024-11-27T19:34:28.990Z | Downloaded rustls-pki-types v1.9.0 |
1145 | 2024-11-27T19:34:28.993Z | Downloaded rustc-hash v1.1.0 |
1146 | 2024-11-27T19:34:28.995Z | Downloaded password-hash v0.5.0 |
1147 | 2024-11-27T19:34:28.995Z | Downloaded password-hash v0.4.2 |
1148 | 2024-11-27T19:34:28.997Z | Downloaded parse-zoneinfo v0.3.1 |
1149 | 2024-11-27T19:34:28.999Z | Downloaded parse-size v1.1.0 |
1150 | 2024-11-27T19:34:29.002Z | Downloaded parse-display-derive v0.10.0 |
1151 | 2024-11-27T19:34:29.002Z | Downloaded num-derive v0.4.2 |
1152 | 2024-11-27T19:34:29.005Z | Downloaded git2 v0.19.0 |
1153 | 2024-11-27T19:34:29.011Z | Downloaded precomputed-hash v0.1.1 |
1154 | 2024-11-27T19:34:29.014Z | Downloaded compact_str v0.8.0 |
1155 | 2024-11-27T19:34:29.017Z | Downloaded colored v2.1.0 |
1156 | 2024-11-27T19:34:29.021Z | Downloaded http-body-util v0.1.2 |
1157 | 2024-11-27T19:34:29.021Z | Downloaded chacha20poly1305 v0.10.1 |
1158 | 2024-11-27T19:34:29.023Z | Downloaded bzip2 v0.4.4 |
1159 | 2024-11-27T19:34:29.023Z | Downloaded blake3 v1.5.4 |
1160 | 2024-11-27T19:34:29.338Z | Downloaded aws-lc-sys v0.22.0 |
1161 | 2024-11-27T19:34:29.608Z | Downloaded ring v0.17.8 |
1162 | 2024-11-27T19:34:29.722Z | Downloaded libsqlite3-sys v0.30.1 |
1163 | 2024-11-27T19:34:29.870Z | Downloaded ring v0.16.20 |
1164 | 2024-11-27T19:34:30.047Z | Compiling serde v1.0.215 |
1165 | 2024-11-27T19:34:30.051Z | Compiling lock_api v0.4.12 |
1166 | 2024-11-27T19:34:30.051Z | Compiling scopeguard v1.2.0 |
1167 | 2024-11-27T19:34:30.051Z | Compiling value-bag v1.9.0 |
1168 | 2024-11-27T19:34:30.051Z | Compiling typenum v1.17.0 |
1169 | 2024-11-27T19:34:30.198Z | Compiling generic-array v0.14.7 |
1170 | 2024-11-27T19:34:30.248Z | Compiling syn v2.0.87 |
1171 | 2024-11-27T19:34:30.250Z | Compiling getrandom v0.2.15 |
1172 | 2024-11-27T19:34:30.324Z | Compiling subtle v2.6.1 |
1173 | 2024-11-27T19:34:30.543Z | Compiling rand_core v0.6.4 |
1174 | 2024-11-27T19:34:30.686Z | Compiling log v0.4.22 |
1175 | 2024-11-27T19:34:30.714Z | Compiling shlex v1.3.0 |
1176 | 2024-11-27T19:34:30.741Z | Compiling jobserver v0.1.32 |
1177 | 2024-11-27T19:34:30.823Z | Compiling const-oid v0.9.6 |
1178 | 2024-11-27T19:34:31.054Z | Compiling smallvec v1.13.2 |
1179 | 2024-11-27T19:34:31.099Z | Compiling cc v1.1.30 |
1180 | 2024-11-27T19:34:31.118Z | Compiling spin v0.9.8 |
1181 | 2024-11-27T19:34:31.502Z | Compiling pin-project-lite v0.2.14 |
1182 | 2024-11-27T19:34:31.505Z | Compiling rustix v0.38.37 |
1183 | 2024-11-27T19:34:31.559Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-11-27T19:34:31.728Z | Compiling futures-core v0.3.31 |
1185 | 2024-11-27T19:34:31.812Z | Compiling signal-hook-registry v1.4.2 |
1186 | 2024-11-27T19:34:32.056Z | Compiling mio v1.0.2 |
1187 | 2024-11-27T19:34:32.570Z | Compiling parking_lot v0.12.3 |
1188 | 2024-11-27T19:34:32.693Z | Compiling aho-corasick v1.1.3 |
1189 | 2024-11-27T19:34:32.845Z | Compiling either v1.13.0 |
1190 | 2024-11-27T19:34:32.908Z | Compiling regex-syntax v0.8.5 |
1191 | 2024-11-27T19:34:32.958Z | Compiling cpufeatures v0.2.14 |
1192 | 2024-11-27T19:34:33.059Z | Compiling lazy_static v1.5.0 |
1193 | 2024-11-27T19:34:33.190Z | Compiling stable_deref_trait v1.2.0 |
1194 | 2024-11-27T19:34:33.272Z | Compiling glob v0.3.1 |
1195 | 2024-11-27T19:34:33.297Z | Compiling futures-sink v0.3.31 |
1196 | 2024-11-27T19:34:33.313Z | Compiling socket2 v0.5.7 |
1197 | 2024-11-27T19:34:33.452Z | Compiling slab v0.4.9 |
1198 | 2024-11-27T19:34:33.507Z | Compiling prettyplease v0.2.25 |
1199 | 2024-11-27T19:34:33.864Z | Compiling minimal-lexical v0.2.1 |
1200 | 2024-11-27T19:34:34.232Z | Compiling libloading v0.8.5 |
1201 | 2024-11-27T19:34:34.317Z | Compiling clang-sys v1.8.1 |
1202 | 2024-11-27T19:34:34.317Z | Compiling nom v7.1.3 |
1203 | 2024-11-27T19:34:34.424Z | Compiling serde_json v1.0.132 |
1204 | 2024-11-27T19:34:34.680Z | Compiling home v0.5.9 |
1205 | 2024-11-27T19:34:34.732Z | Compiling bindgen v0.69.5 |
1206 | 2024-11-27T19:34:34.978Z | Compiling futures-channel v0.3.31 |
1207 | 2024-11-27T19:34:35.417Z | Compiling itertools v0.12.1 |
1208 | 2024-11-27T19:34:35.568Z | Compiling futures-task v0.3.31 |
1209 | 2024-11-27T19:34:35.726Z | Compiling rustc-hash v1.1.0 |
1210 | 2024-11-27T19:34:35.857Z | Compiling allocator-api2 v0.2.18 |
1211 | 2024-11-27T19:34:35.884Z | Compiling lazycell v1.3.0 |
1212 | 2024-11-27T19:34:36.043Z | Compiling futures-io v0.3.31 |
1213 | 2024-11-27T19:34:36.368Z | Compiling pin-utils v0.1.0 |
1214 | 2024-11-27T19:34:36.471Z | Compiling foldhash v0.1.3 |
1215 | 2024-11-27T19:34:36.623Z | Compiling cmake v0.1.51 |
1216 | 2024-11-27T19:34:36.808Z | Compiling regex-automata v0.4.8 |
1217 | 2024-11-27T19:34:37.651Z | Compiling hashbrown v0.15.0 |
1218 | 2024-11-27T19:34:38.137Z | Compiling synstructure v0.13.1 |
1219 | 2024-11-27T19:34:38.600Z | Compiling cexpr v0.6.0 |
1220 | 2024-11-27T19:34:39.022Z | Compiling dunce v1.0.5 |
1221 | 2024-11-27T19:34:39.156Z | Compiling pkg-config v0.3.31 |
1222 | 2024-11-27T19:34:39.870Z | Compiling tinyvec_macros v0.1.1 |
1223 | 2024-11-27T19:34:39.899Z | Compiling libm v0.2.8 |
1224 | 2024-11-27T19:34:39.963Z | Compiling fs_extra v1.3.0 |
1225 | 2024-11-27T19:34:40.252Z | Compiling tinyvec v1.8.0 |
1226 | 2024-11-27T19:34:40.387Z | Compiling num-traits v0.2.19 |
1227 | 2024-11-27T19:34:40.644Z | Compiling ring v0.17.8 |
1228 | 2024-11-27T19:34:40.897Z | Compiling writeable v0.5.5 |
1229 | 2024-11-27T19:34:41.446Z | Compiling paste v1.0.15 |
1230 | 2024-11-27T19:34:41.755Z | Compiling unicode-normalization v0.1.24 |
1231 | 2024-11-27T19:34:41.813Z | Compiling base64ct v1.6.0 |
1232 | 2024-11-27T19:34:41.816Z | Compiling litemap v0.7.3 |
1233 | 2024-11-27T19:34:41.939Z | Compiling unicode-bidi v0.3.17 |
1234 | 2024-11-27T19:34:42.399Z | Compiling regex v1.11.1 |
1235 | 2024-11-27T19:34:42.422Z | Compiling pem-rfc7468 v0.7.0 |
1236 | 2024-11-27T19:34:43.105Z | Compiling httparse v1.9.5 |
1237 | 2024-11-27T19:34:43.370Z | Compiling aws-lc-rs v1.10.0 |
1238 | 2024-11-27T19:34:43.466Z | Compiling flagset v0.4.6 |
1239 | 2024-11-27T19:34:43.816Z | Compiling tracing-core v0.1.32 |
1240 | 2024-11-27T19:34:43.844Z | Compiling icu_locid_transform_data v1.5.0 |
1241 | 2024-11-27T19:34:43.951Z | Compiling crossbeam-utils v0.8.20 |
1242 | 2024-11-27T19:34:44.493Z | Compiling percent-encoding v2.3.1 |
1243 | 2024-11-27T19:34:44.816Z | Compiling rustls-pki-types v1.9.0 |
1244 | 2024-11-27T19:34:44.896Z | Compiling untrusted v0.7.1 |
1245 | 2024-11-27T19:34:44.958Z | Compiling serde_derive v1.0.215 |
1246 | 2024-11-27T19:34:45.082Z | Compiling zeroize_derive v1.4.2 |
1247 | 2024-11-27T19:34:45.134Z | Compiling zerocopy-derive v0.7.35 |
1248 | 2024-11-27T19:34:45.540Z | Compiling tokio-macros v2.4.0 |
1249 | 2024-11-27T19:34:45.852Z | Compiling zerofrom-derive v0.1.4 |
1250 | 2024-11-27T19:34:46.660Z | Compiling zeroize v1.8.1 |
1251 | 2024-11-27T19:34:47.174Z | Compiling yoke-derive v0.7.4 |
1252 | 2024-11-27T19:34:47.375Z | Compiling thiserror-impl v1.0.69 |
1253 | 2024-11-27T19:34:47.432Z | Compiling zerocopy v0.7.35 |
1254 | 2024-11-27T19:34:48.009Z | Compiling zerovec-derive v0.10.3 |
1255 | 2024-11-27T19:34:48.447Z | Compiling crypto-common v0.1.6 |
1256 | 2024-11-27T19:34:48.685Z | Compiling block-buffer v0.10.4 |
1257 | 2024-11-27T19:34:48.963Z | Compiling digest v0.10.7 |
1258 | 2024-11-27T19:34:49.097Z | Compiling futures-macro v0.3.31 |
1259 | 2024-11-27T19:34:49.456Z | Compiling hmac v0.12.1 |
1260 | 2024-11-27T19:34:49.692Z | Compiling block-padding v0.3.3 |
1261 | 2024-11-27T19:34:49.762Z | Compiling displaydoc v0.2.5 |
1262 | 2024-11-27T19:34:49.951Z | Compiling inout v0.1.3 |
1263 | 2024-11-27T19:34:50.136Z | Compiling zerofrom v0.1.4 |
1264 | 2024-11-27T19:34:50.235Z | Compiling cipher v0.4.4 |
1265 | 2024-11-27T19:34:50.344Z | Compiling yoke v0.7.4 |
1266 | 2024-11-27T19:34:50.365Z | Compiling sha2 v0.10.8 |
1267 | 2024-11-27T19:34:50.743Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-11-27T19:34:50.762Z | Compiling zerovec v0.10.4 |
1269 | 2024-11-27T19:34:50.765Z | Compiling der_derive v0.7.3 |
1270 | 2024-11-27T19:34:50.801Z | Compiling thiserror v1.0.69 |
1271 | 2024-11-27T19:34:50.941Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2024-11-27T19:34:51.098Z | Compiling futures-util v0.3.31 |
1273 | 2024-11-27T19:34:51.480Z | Compiling tracing-attributes v0.1.27 |
1274 | 2024-11-27T19:34:51.616Z | Compiling rand_chacha v0.3.1 |
1275 | 2024-11-27T19:34:52.158Z | Compiling rand v0.8.5 |
1276 | 2024-11-27T19:34:53.052Z | Compiling tinystr v0.7.6 |
1277 | 2024-11-27T19:34:53.353Z | Compiling der v0.7.9 |
1278 | 2024-11-27T19:34:53.508Z | Compiling icu_locid v1.5.0 |
1279 | 2024-11-27T19:34:53.960Z | Compiling icu_collections v1.5.0 |
1280 | 2024-11-27T19:34:53.978Z | Compiling pest v2.7.14 |
1281 | 2024-11-27T19:34:54.378Z | Compiling salsa20 v0.10.2 |
1282 | 2024-11-27T19:34:54.728Z | Compiling pbkdf2 v0.12.2 |
1283 | 2024-11-27T19:34:54.805Z | Compiling icu_provider v1.5.0 |
1284 | 2024-11-27T19:34:55.380Z | Compiling tracing v0.1.40 |
1285 | 2024-11-27T19:34:55.419Z | Compiling untrusted v0.9.0 |
1286 | 2024-11-27T19:34:55.594Z | Compiling icu_locid_transform v1.5.0 |
1287 | 2024-11-27T19:34:55.916Z | Compiling spki v0.7.3 |
1288 | 2024-11-27T19:34:55.937Z | Compiling icu_properties_data v1.5.0 |
1289 | 2024-11-27T19:34:55.955Z | Compiling vcpkg v0.2.15 |
1290 | 2024-11-27T19:34:56.207Z | Compiling powerfmt v0.2.0 |
1291 | 2024-11-27T19:34:56.313Z | Compiling mirai-annotations v1.12.0 |
1292 | 2024-11-27T19:34:56.517Z | Compiling num-conv v0.1.0 |
1293 | 2024-11-27T19:34:56.606Z | Compiling time-core v0.1.2 |
1294 | 2024-11-27T19:34:56.812Z | Compiling icu_properties v1.5.1 |
1295 | 2024-11-27T19:34:56.833Z | Compiling deranged v0.3.11 |
1296 | 2024-11-27T19:34:56.851Z | Compiling time-macros v0.2.18 |
1297 | 2024-11-27T19:34:56.966Z | Compiling pest_meta v2.7.14 |
1298 | 2024-11-27T19:34:58.158Z | Compiling openssl-sys v0.9.103 |
1299 | 2024-11-27T19:34:58.356Z | Compiling scrypt v0.11.0 |
1300 | 2024-11-27T19:34:58.727Z | Compiling aes v0.8.4 |
1301 | 2024-11-27T19:34:58.924Z | Compiling cbc v0.1.2 |
1302 | 2024-11-27T19:34:59.170Z | Compiling bitflags v2.6.0 |
1303 | 2024-11-27T19:34:59.261Z | Compiling bytes v1.8.0 |
1304 | 2024-11-27T19:35:00.120Z | Compiling tokio v1.40.0 |
1305 | 2024-11-27T19:35:00.540Z | Compiling indexmap v2.6.0 |
1306 | 2024-11-27T19:35:01.338Z | Compiling http v1.1.0 |
1307 | 2024-11-27T19:35:01.542Z | Compiling semver v1.0.23 |
1308 | 2024-11-27T19:35:01.831Z | Compiling scroll_derive v0.12.0 |
1309 | 2024-11-27T19:35:02.080Z | Compiling rustc_version v0.4.1 |
1310 | 2024-11-27T19:35:02.319Z | Compiling atomic-waker v1.1.2 |
1311 | 2024-11-27T19:35:02.517Z | Compiling icu_normalizer_data v1.5.0 |
1312 | 2024-11-27T19:35:02.627Z | Compiling num_threads v0.1.7 |
1313 | 2024-11-27T19:35:02.766Z | Compiling utf8_iter v1.0.4 |
1314 | 2024-11-27T19:35:02.877Z | Compiling utf16_iter v1.0.5 |
1315 | 2024-11-27T19:35:02.901Z | Compiling write16 v1.0.0 |
1316 | 2024-11-27T19:35:03.011Z | Compiling http-body v1.0.1 |
1317 | 2024-11-27T19:35:03.031Z | Compiling time v0.3.36 |
1318 | 2024-11-27T19:35:03.069Z | Compiling icu_normalizer v1.5.0 |
1319 | 2024-11-27T19:35:03.256Z | Compiling pkcs5 v0.7.1 |
1320 | 2024-11-27T19:35:03.327Z | Compiling scroll v0.12.0 |
1321 | 2024-11-27T19:35:03.533Z | Compiling which v4.4.2 |
1322 | 2024-11-27T19:35:04.024Z | Compiling pest_generator v2.7.14 |
1323 | 2024-11-27T19:35:04.156Z | Compiling form_urlencoded v1.2.1 |
1324 | 2024-11-27T19:35:04.483Z | Compiling try-lock v0.2.5 |
1325 | 2024-11-27T19:35:04.485Z | Compiling slog v2.7.0 |
1326 | 2024-11-27T19:35:04.642Z | Compiling want v0.3.1 |
1327 | 2024-11-27T19:35:04.910Z | Compiling goblin v0.8.2 |
1328 | 2024-11-27T19:35:04.967Z | Compiling idna_adapter v1.2.0 |
1329 | 2024-11-27T19:35:05.049Z | Compiling pkcs8 v0.10.2 |
1330 | 2024-11-27T19:35:05.096Z | Compiling httpdate v1.0.3 |
1331 | 2024-11-27T19:35:05.187Z | Compiling idna v1.0.3 |
1332 | 2024-11-27T19:35:05.782Z | Compiling serde_tokenstream v0.2.2 |
1333 | 2024-11-27T19:35:06.018Z | Compiling pest_derive v2.7.14 |
1334 | 2024-11-27T19:35:06.381Z | Compiling serde_spanned v0.6.8 |
1335 | 2024-11-27T19:35:06.431Z | Compiling toml_datetime v0.6.8 |
1336 | 2024-11-27T19:35:06.621Z | Compiling uuid v1.11.0 |
1337 | 2024-11-27T19:35:06.845Z | Compiling dtrace-parser v0.2.0 |
1338 | 2024-11-27T19:35:06.970Z | Compiling match_cfg v0.1.0 |
1339 | 2024-11-27T19:35:07.071Z | Compiling openssl v0.10.66 |
1340 | 2024-11-27T19:35:07.093Z | Compiling rustversion v1.0.17 |
1341 | 2024-11-27T19:35:07.484Z | Compiling iana-time-zone v0.1.61 |
1342 | 2024-11-27T19:35:07.781Z | Compiling tower-service v0.3.3 |
1343 | 2024-11-27T19:35:07.914Z | Compiling adler2 v2.0.0 |
1344 | 2024-11-27T19:35:07.953Z | Compiling base64 v0.22.1 |
1345 | 2024-11-27T19:35:08.101Z | Compiling foreign-types-shared v0.1.1 |
1346 | 2024-11-27T19:35:08.120Z | Compiling miniz_oxide v0.8.0 |
1347 | 2024-11-27T19:35:08.207Z | Compiling foreign-types v0.3.2 |
1348 | 2024-11-27T19:35:08.331Z | Compiling chrono v0.4.38 |
1349 | 2024-11-27T19:35:08.411Z | Compiling hostname v0.3.1 |
1350 | 2024-11-27T19:35:08.671Z | Compiling tokio-util v0.7.12 |
1351 | 2024-11-27T19:35:08.717Z | Compiling url v2.5.3 |
1352 | 2024-11-27T19:35:09.667Z | Compiling h2 v0.4.6 |
1353 | 2024-11-27T19:35:10.134Z | Compiling async-trait v0.1.83 |
1354 | 2024-11-27T19:35:10.481Z | Compiling openssl-macros v0.1.1 |
1355 | 2024-11-27T19:35:10.763Z | Compiling dof v0.3.0 |
1356 | 2024-11-27T19:35:11.248Z | Compiling dirs-sys-next v0.1.2 |
1357 | 2024-11-27T19:35:11.944Z | Compiling usdt-impl v0.5.0 |
1358 | 2024-11-27T19:35:12.173Z | Compiling native-tls v0.2.12 |
1359 | 2024-11-27T19:35:12.494Z | Compiling rustls v0.23.14 |
1360 | 2024-11-27T19:35:12.750Z | Compiling siphasher v0.3.11 |
1361 | 2024-11-27T19:35:12.914Z | Compiling data-encoding v2.6.0 |
1362 | 2024-11-27T19:35:13.015Z | Compiling syn v1.0.109 |
1363 | 2024-11-27T19:35:13.132Z | Compiling rustls v0.22.4 |
1364 | 2024-11-27T19:35:13.450Z | Compiling dirs-next v2.0.0 |
1365 | 2024-11-27T19:35:13.731Z | Compiling http-body-util v0.1.2 |
1366 | 2024-11-27T19:35:14.288Z | Compiling crossbeam-epoch v0.9.18 |
1367 | 2024-11-27T19:35:15.070Z | Compiling heapless v0.7.17 |
1368 | 2024-11-27T19:35:15.085Z | Compiling sha1 v0.10.6 |
1369 | 2024-11-27T19:35:15.370Z | Compiling signature v2.2.0 |
1370 | 2024-11-27T19:35:15.412Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1371 | 2024-11-27T19:35:15.482Z | Compiling serde_derive_internals v0.29.1 |
1372 | 2024-11-27T19:35:15.537Z | Compiling thread_local v1.1.8 |
1373 | 2024-11-27T19:35:15.664Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-11-27T19:35:15.891Z | Compiling cookie v0.18.1 |
1375 | 2024-11-27T19:35:15.911Z | Compiling multer v3.1.0 |
1376 | 2024-11-27T19:35:16.093Z | Compiling gimli v0.31.1 |
1377 | 2024-11-27T19:35:16.157Z | Compiling openssl-probe v0.1.5 |
1378 | 2024-11-27T19:35:16.179Z | Compiling signal-hook v0.3.17 |
1379 | 2024-11-27T19:35:16.455Z | Compiling unicode-properties v0.1.3 |
1380 | 2024-11-27T19:35:16.507Z | Compiling schemars v0.8.21 |
1381 | 2024-11-27T19:35:16.881Z | Compiling hyper v1.5.0 |
1382 | 2024-11-27T19:35:16.906Z | Compiling rayon-core v1.12.1 |
1383 | 2024-11-27T19:35:17.183Z | Compiling slog-async v2.8.0 |
1384 | 2024-11-27T19:35:17.720Z | Compiling mime v0.3.17 |
1385 | 2024-11-27T19:35:18.285Z | Compiling ipnet v2.10.1 |
1386 | 2024-11-27T19:35:18.341Z | Compiling schemars_derive v0.8.21 |
1387 | 2024-11-27T19:35:19.540Z | Compiling hyper-util v0.1.10 |
1388 | 2024-11-27T19:35:20.560Z | Compiling toml_edit v0.22.22 |
1389 | 2024-11-27T19:35:20.794Z | Compiling addr2line v0.24.2 |
1390 | 2024-11-27T19:35:21.257Z | Compiling stringprep v0.1.5 |
1391 | 2024-11-27T19:35:21.655Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-11-27T19:35:21.722Z | Compiling usdt-macro v0.5.0 |
1393 | 2024-11-27T19:35:22.318Z | Compiling crossbeam-deque v0.8.5 |
1394 | 2024-11-27T19:35:22.643Z | Compiling term v0.7.0 |
1395 | 2024-11-27T19:35:22.736Z | Compiling slog-json v2.6.1 |
1396 | 2024-11-27T19:35:22.992Z | Compiling serde_urlencoded v0.7.1 |
1397 | 2024-11-27T19:35:23.093Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2024-11-27T19:35:23.216Z | Compiling curve25519-dalek v4.1.3 |
1399 | 2024-11-27T19:35:23.331Z | Compiling futures-executor v0.3.31 |
1400 | 2024-11-27T19:35:23.522Z | Compiling enum-as-inner v0.6.1 |
1401 | 2024-11-27T19:35:23.808Z | Compiling md-5 v0.10.6 |
1402 | 2024-11-27T19:35:23.921Z | Compiling rustls-pemfile v2.2.0 |
1403 | 2024-11-27T19:35:24.078Z | Compiling async-stream-impl v0.3.6 |
1404 | 2024-11-27T19:35:24.080Z | Compiling num-integer v0.1.46 |
1405 | 2024-11-27T19:35:24.204Z | Compiling idna v0.3.0 |
1406 | 2024-11-27T19:35:24.271Z | Compiling idna v0.4.0 |
1407 | 2024-11-27T19:35:24.570Z | Compiling hash32 v0.2.1 |
1408 | 2024-11-27T19:35:24.831Z | Compiling ff v0.13.0 |
1409 | 2024-11-27T19:35:24.942Z | Compiling is-terminal v0.4.13 |
1410 | 2024-11-27T19:35:25.075Z | Compiling object v0.36.5 |
1411 | 2024-11-27T19:35:25.078Z | Compiling dropshot v0.12.0 |
1412 | 2024-11-27T19:35:25.384Z | Compiling base16ct v0.2.0 |
1413 | 2024-11-27T19:35:25.470Z | Compiling num-bigint-dig v0.8.4 |
1414 | 2024-11-27T19:35:25.714Z | Compiling rustc-demangle v0.1.24 |
1415 | 2024-11-27T19:35:25.757Z | Compiling quick-error v1.2.3 |
1416 | 2024-11-27T19:35:25.851Z | Compiling portable-atomic v1.9.0 |
1417 | 2024-11-27T19:35:25.906Z | Compiling anyhow v1.0.93 |
1418 | 2024-11-27T19:35:25.935Z | Compiling psl-types v2.0.11 |
1419 | 2024-11-27T19:35:26.191Z | Compiling fallible-iterator v0.2.0 |
1420 | 2024-11-27T19:35:26.537Z | Compiling take_mut v0.2.2 |
1421 | 2024-11-27T19:35:26.712Z | Compiling linked-hash-map v0.5.6 |
1422 | 2024-11-27T19:35:26.748Z | Compiling utf-8 v0.7.6 |
1423 | 2024-11-27T19:35:26.913Z | Compiling dyn-clone v1.0.17 |
1424 | 2024-11-27T19:35:26.939Z | Compiling smoltcp v0.9.1 |
1425 | 2024-11-27T19:35:27.082Z | Compiling lru-cache v0.1.2 |
1426 | 2024-11-27T19:35:27.129Z | Compiling tungstenite v0.24.0 |
1427 | 2024-11-27T19:35:27.359Z | Compiling postgres-protocol v0.6.7 |
1428 | 2024-11-27T19:35:28.939Z | Compiling publicsuffix v2.2.3 |
1429 | 2024-11-27T19:35:28.942Z | Compiling resolv-conf v0.7.0 |
1430 | 2024-11-27T19:35:29.092Z | Compiling sec1 v0.7.3 |
1431 | 2024-11-27T19:35:29.201Z | Compiling async-stream v0.3.6 |
1432 | 2024-11-27T19:35:29.520Z | Compiling hickory-proto v0.24.1 |
1433 | 2024-11-27T19:35:29.573Z | Compiling slog-term v2.9.1 |
1434 | 2024-11-27T19:35:29.664Z | Compiling group v0.13.0 |
1435 | 2024-11-27T19:35:29.748Z | Compiling usdt v0.5.0 |
1436 | 2024-11-27T19:35:30.272Z | Compiling num-iter v0.1.45 |
1437 | 2024-11-27T19:35:30.580Z | Compiling toml v0.8.19 |
1438 | 2024-11-27T19:35:30.806Z | Compiling futures v0.3.31 |
1439 | 2024-11-27T19:35:30.956Z | Compiling slog-bunyan v2.5.0 |
1440 | 2024-11-27T19:35:32.369Z | Compiling camino v1.1.9 |
1441 | 2024-11-27T19:35:32.407Z | Compiling tokio-native-tls v0.3.1 |
1442 | 2024-11-27T19:35:32.689Z | Compiling backtrace v0.3.74 |
1443 | 2024-11-27T19:35:32.879Z | Compiling phf_shared v0.11.2 |
1444 | 2024-11-27T19:35:33.282Z | Compiling dropshot_endpoint v0.12.0 |
1445 | 2024-11-27T19:35:33.316Z | Compiling terminal_size v0.4.0 |
1446 | 2024-11-27T19:35:33.341Z | Compiling waitgroup v0.1.2 |
1447 | 2024-11-27T19:35:33.390Z | Compiling openapiv3 v2.0.0 |
1448 | 2024-11-27T19:35:33.522Z | Compiling serde_path_to_error v0.1.16 |
1449 | 2024-11-27T19:35:33.557Z | Compiling hkdf v0.12.4 |
1450 | 2024-11-27T19:35:33.820Z | Compiling crypto-bigint v0.5.5 |
1451 | 2024-11-27T19:35:34.363Z | Compiling webpki-roots v0.26.6 |
1452 | 2024-11-27T19:35:34.575Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-11-27T19:35:36.189Z | Compiling zerocopy-derive v0.6.6 |
1454 | 2024-11-27T19:35:36.537Z | Compiling idna v0.5.0 |
1455 | 2024-11-27T19:35:36.990Z | Compiling hubpack_derive v0.1.1 |
1456 | 2024-11-27T19:35:37.859Z | Compiling hostname v0.4.0 |
1457 | 2024-11-27T19:35:37.925Z | Compiling crc32fast v1.4.2 |
1458 | 2024-11-27T19:35:38.006Z | Compiling fs-err v2.11.0 |
1459 | 2024-11-27T19:35:38.100Z | Compiling ahash v0.8.11 |
1460 | 2024-11-27T19:35:38.168Z | Compiling bitflags v1.3.2 |
1461 | 2024-11-27T19:35:38.252Z | Compiling winnow v0.5.40 |
1462 | 2024-11-27T19:35:38.273Z | Compiling managed v0.8.0 |
1463 | 2024-11-27T19:35:38.276Z | Compiling debug-ignore v1.0.5 |
1464 | 2024-11-27T19:35:38.396Z | Compiling zerocopy v0.6.6 |
1465 | 2024-11-27T19:35:38.442Z | Compiling clap_builder v4.5.21 |
1466 | 2024-11-27T19:35:38.654Z | Compiling console v0.15.8 |
1467 | 2024-11-27T19:35:39.259Z | Compiling strum_macros v0.25.3 |
1468 | 2024-11-27T19:35:39.955Z | Compiling flate2 v1.0.34 |
1469 | 2024-11-27T19:35:40.196Z | Compiling hubpack v0.1.2 |
1470 | 2024-11-27T19:35:40.328Z | Compiling cookie_store v0.21.0 |
1471 | 2024-11-27T19:35:40.652Z | Compiling elliptic-curve v0.13.8 |
1472 | 2024-11-27T19:35:40.940Z | Compiling hickory-resolver v0.24.1 |
1473 | 2024-11-27T19:35:41.960Z | Compiling toml_edit v0.19.15 |
1474 | 2024-11-27T19:35:42.099Z | Compiling phf v0.11.2 |
1475 | 2024-11-27T19:35:42.429Z | Compiling signal-hook-mio v0.2.4 |
1476 | 2024-11-27T19:35:42.468Z | Compiling hyper-tls v0.6.0 |
1477 | 2024-11-27T19:35:42.588Z | Compiling rayon v1.10.0 |
1478 | 2024-11-27T19:35:42.919Z | Compiling bzip2 v0.4.4 |
1479 | 2024-11-27T19:35:43.488Z | Compiling tokio-tungstenite v0.24.0 |
1480 | 2024-11-27T19:35:44.021Z | Compiling postgres-types v0.2.8 |
1481 | 2024-11-27T19:35:46.914Z | Compiling ed25519 v2.2.3 |
1482 | 2024-11-27T19:35:47.429Z | Compiling phf_shared v0.10.0 |
1483 | 2024-11-27T19:35:47.840Z | Compiling tokio-stream v0.1.16 |
1484 | 2024-11-27T19:35:47.901Z | Compiling pkcs1 v0.7.5 |
1485 | 2024-11-27T19:35:48.098Z | Compiling serde-big-array v0.5.1 |
1486 | 2024-11-27T19:35:48.344Z | Compiling clap_derive v4.5.18 |
1487 | 2024-11-27T19:35:48.831Z | Compiling rfc6979 v0.4.0 |
1488 | 2024-11-27T19:35:48.929Z | Compiling serde_repr v0.1.19 |
1489 | 2024-11-27T19:35:48.974Z | Compiling derive-where v1.2.7 |
1490 | 2024-11-27T19:35:49.027Z | Compiling float-cmp v0.9.0 |
1491 | 2024-11-27T19:35:49.131Z | Compiling bstr v1.10.0 |
1492 | 2024-11-27T19:35:49.261Z | Compiling sync_wrapper v1.0.1 |
1493 | 2024-11-27T19:35:49.419Z | Compiling bit-vec v0.6.3 |
1494 | 2024-11-27T19:35:49.904Z | Compiling static_assertions v1.1.0 |
1495 | 2024-11-27T19:35:50.016Z | Compiling predicates-core v1.0.8 |
1496 | 2024-11-27T19:35:50.129Z | Compiling difflib v0.4.0 |
1497 | 2024-11-27T19:35:50.157Z | Compiling unicode-segmentation v1.12.0 |
1498 | 2024-11-27T19:35:50.382Z | Compiling precomputed-hash v0.1.1 |
1499 | 2024-11-27T19:35:50.506Z | Compiling new_debug_unreachable v1.0.6 |
1500 | 2024-11-27T19:35:50.605Z | Compiling fixedbitset v0.4.2 |
1501 | 2024-11-27T19:35:50.979Z | Compiling whoami v1.5.2 |
1502 | 2024-11-27T19:35:51.054Z | Compiling unicode-width v0.2.0 |
1503 | 2024-11-27T19:35:51.080Z | Compiling normalize-line-endings v0.3.0 |
1504 | 2024-11-27T19:35:51.204Z | Compiling number_prefix v0.4.0 |
1505 | 2024-11-27T19:35:51.443Z | Compiling tokio-postgres v0.7.12 |
1506 | 2024-11-27T19:35:51.588Z | Compiling indicatif v0.17.9 |
1507 | 2024-11-27T19:35:51.637Z | Compiling predicates v3.1.2 |
1508 | 2024-11-27T19:35:51.762Z | Compiling petgraph v0.6.5 |
1509 | 2024-11-27T19:35:52.659Z | Compiling similar v2.6.0 |
1510 | 2024-11-27T19:35:53.459Z | Compiling string_cache v0.8.7 |
1511 | 2024-11-27T19:35:53.543Z | Compiling clap v4.5.21 |
1512 | 2024-11-27T19:35:53.663Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1513 | 2024-11-27T19:35:53.864Z | Compiling bit-set v0.5.3 |
1514 | 2024-11-27T19:35:53.882Z | Compiling ecdsa v0.16.9 |
1515 | 2024-11-27T19:35:54.168Z | Compiling rsa v0.9.6 |
1516 | 2024-11-27T19:35:54.722Z | Compiling ed25519-dalek v2.1.1 |
1517 | 2024-11-27T19:35:55.117Z | Compiling toml v0.7.8 |
1518 | 2024-11-27T19:35:55.999Z | Compiling zip v0.6.6 |
1519 | 2024-11-27T19:35:56.036Z | Compiling crossterm v0.28.1 |
1520 | 2024-11-27T19:35:57.478Z | Compiling hex v0.4.3 |
1521 | 2024-11-27T19:35:57.829Z | Compiling x509-cert v0.2.5 |
1522 | 2024-11-27T19:35:57.876Z | Compiling itertools v0.10.5 |
1523 | 2024-11-27T19:35:58.018Z | Compiling unicode-xid v0.2.6 |
1524 | 2024-11-27T19:35:58.099Z | Compiling peg-runtime v0.8.3 |
1525 | 2024-11-27T19:35:58.191Z | Compiling lalrpop-util v0.19.12 |
1526 | 2024-11-27T19:35:58.550Z | Compiling strum_macros v0.26.4 |
1527 | 2024-11-27T19:35:58.777Z | Compiling xattr v1.3.1 |
1528 | 2024-11-27T19:35:59.061Z | Compiling filetime v0.2.25 |
1529 | 2024-11-27T19:35:59.400Z | Compiling tar v0.4.42 |
1530 | 2024-11-27T19:36:03.547Z | Compiling strum v0.26.3 |
1531 | 2024-11-27T19:36:06.530Z | Compiling aws-lc-sys v0.22.0 |
1532 | 2024-11-27T19:36:34.234Z | Compiling rustls-webpki v0.102.8 |
1533 | 2024-11-27T19:36:37.699Z | Compiling tokio-rustls v0.25.0 |
1534 | 2024-11-27T19:36:39.346Z | Compiling tokio-rustls v0.26.0 |
1535 | 2024-11-27T19:36:39.745Z | Compiling hyper-rustls v0.27.3 |
1536 | 2024-11-27T19:36:40.112Z | Compiling reqwest v0.12.9 |
1537 | 2024-11-27T19:36:41.257Z | Compiling qorb v0.2.1 |
1538 | 2024-11-27T19:36:46.042Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1539 | 2024-11-27T19:36:46.271Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1540 | 2024-11-27T19:36:51.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1541 | 2024-11-27T19:36:51.931Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1542 | 2024-11-27T19:36:51.981Z | Nov 27 19:36:51.569 INFO Starting download, target: Clickhouse |
1543 | 2024-11-27T19:36:51.981Z | Nov 27 19:36:51.570 INFO Starting download, target: Cockroach |
1544 | 2024-11-27T19:36:51.981Z | Nov 27 19:36:51.570 INFO Starting download, target: Console |
1545 | 2024-11-27T19:36:51.981Z | Nov 27 19:36:51.570 INFO Starting download, target: DendriteOpenapi |
1546 | 2024-11-27T19:36:51.981Z | Nov 27 19:36:51.570 INFO Starting download, target: DendriteStub |
1547 | 2024-11-27T19:36:51.981Z | Nov 27 19:36:51.570 INFO Starting download, target: MaghemiteMgd |
1548 | 2024-11-27T19:36:51.984Z | Nov 27 19:36:51.570 INFO Starting download, target: TransceiverControl |
1549 | 2024-11-27T19:36:51.984Z | Nov 27 19:36:51.570 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2024-11-27T19:36:51.984Z | Nov 27 19:36:51.570 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1551 | 2024-11-27T19:36:51.984Z | Nov 27 19:36:51.570 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1552 | 2024-11-27T19:36:51.984Z | Nov 27 19:36:51.570 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1553 | 2024-11-27T19:36:51.984Z | Nov 27 19:36:51.570 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1554 | 2024-11-27T19:36:51.984Z | Nov 27 19:36:51.570 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1555 | 2024-11-27T19:36:51.984Z | Nov 27 19:36:51.570 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1556 | 2024-11-27T19:36:52.251Z | Nov 27 19:36:51.816 INFO Download complete, target: DendriteOpenapi |
1557 | 2024-11-27T19:36:52.511Z | Nov 27 19:36:52.013 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1558 | 2024-11-27T19:36:52.601Z | Nov 27 19:36:52.118 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1559 | 2024-11-27T19:36:52.917Z | Nov 27 19:36:52.445 INFO Download complete, target: Console |
1560 | 2024-11-27T19:36:53.009Z | Nov 27 19:36:52.521 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1561 | 2024-11-27T19:36:53.095Z | Nov 27 19:36:52.638 INFO Download complete, target: TransceiverControl |
1562 | 2024-11-27T19:36:53.266Z | Nov 27 19:36:52.809 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1563 | 2024-11-27T19:36:54.005Z | Nov 27 19:36:53.592 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1564 | 2024-11-27T19:36:54.005Z | Nov 27 19:36:53.592 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1565 | 2024-11-27T19:36:54.083Z | Nov 27 19:36:53.670 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1566 | 2024-11-27T19:36:55.651Z | Nov 27 19:36:55.239 INFO Download complete, target: DendriteStub |
1567 | 2024-11-27T19:36:55.983Z | Nov 27 19:36:55.571 INFO Download complete, target: MaghemiteMgd |
1568 | 2024-11-27T19:37:01.167Z | Nov 27 19:37:00.754 INFO Checking that binary works, target: Cockroach |
1569 | 2024-11-27T19:37:01.382Z | Nov 27 19:37:00.970 INFO Download complete, target: Cockroach |
1570 | 2024-11-27T19:37:05.928Z | Nov 27 19:37:05.511 INFO Checking that binary works, target: Clickhouse |
1571 | 2024-11-27T19:37:06.056Z | Nov 27 19:37:05.643 INFO Download complete, target: Clickhouse |
1572 | 2024-11-27T19:37:06.074Z | All builder prerequisites installed successfully, and PATH looks valid |
1573 | 2024-11-27T19:37:06.077Z | |
1574 | 2024-11-27T19:37:06.077Z | real 4:50.345434808 |
1575 | 2024-11-27T19:37:06.077Z | user 16:29.869649578 |
1576 | 2024-11-27T19:37:06.077Z | sys 3:14.853768549 |
1577 | 2024-11-27T19:37:06.077Z | trap 0.556444419 |
1578 | 2024-11-27T19:37:06.077Z | tflt 1.552040668 |
1579 | 2024-11-27T19:37:06.077Z | dflt 2.267384881 |
1580 | 2024-11-27T19:37:06.077Z | kflt 0.031977289 |
1581 | 2024-11-27T19:37:06.078Z | lock 29:49.193998487 |
1582 | 2024-11-27T19:37:06.078Z | slp 1:01:41.059291803 |
1583 | 2024-11-27T19:37:06.078Z | lat 59.097081986 |
1584 | 2024-11-27T19:37:06.078Z | stop 2:17.567206690 |
1585 | 2024-11-27T19:37:06.078Z | + banner hack-check |
1586 | 2024-11-27T19:37:06.080Z | |
1587 | 2024-11-27T19:37:06.080Z | # # ## #### # # #### # # ###### #### # # |
1588 | 2024-11-27T19:37:06.080Z | # # # # # # # # # # # # # # # # # |
1589 | 2024-11-27T19:37:06.080Z | ###### # # # #### ##### # ###### ##### # #### |
1590 | 2024-11-27T19:37:06.080Z | # # ###### # # # # # # # # # # |
1591 | 2024-11-27T19:37:06.080Z | # # # # # # # # # # # # # # # # # |
1592 | 2024-11-27T19:37:06.080Z | # # # # #### # # #### # # ###### #### # # |
1593 | 2024-11-27T19:37:06.080Z | |
1594 | 2024-11-27T19:37:06.080Z | + export CARGO_INCREMENTAL=0 |
1595 | 2024-11-27T19:37:06.080Z | + CARGO_INCREMENTAL=0 |
1596 | 2024-11-27T19:37:06.080Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1597 | 2024-11-27T19:37:06.614Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1598 | 2024-11-27T19:37:10.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
1599 | 2024-11-27T19:37:10.483Z | Running `target/debug/xtask check-features --ci` |
1600 | 2024-11-27T19:37:10.505Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1601 | 2024-11-27T19:37:10.505Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1602 | 2024-11-27T19:37:10.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1603 | 2024-11-27T19:37:10.981Z | Running `target/debug/xtask download cargo-hack` |
1604 | 2024-11-27T19:37:11.805Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1605 | 2024-11-27T19:37:12.170Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1606 | 2024-11-27T19:37:16.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
1607 | 2024-11-27T19:37:17.031Z | Running `target/debug/xtask-downloader cargo-hack` |
1608 | 2024-11-27T19:37:17.069Z | Nov 27 19:37:16.655 INFO Starting download, target: CargoHack |
1609 | 2024-11-27T19:37:17.072Z | Nov 27 19:37:16.655 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1610 | 2024-11-27T19:37:17.516Z | Nov 27 19:37:17.102 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1611 | 2024-11-27T19:37:17.603Z | Nov 27 19:37:17.188 INFO Download complete, target: CargoHack |
1612 | 2024-11-27T19:37:17.606Z | 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" |
1613 | 2024-11-27T19:37:17.622Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1614 | 2024-11-27T19:37:17.787Z | info: running `cargo check --bins` on api_identity (1/173) |
1615 | 2024-11-27T19:37:18.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-11-27T19:37:18.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-11-27T19:37:18.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-11-27T19:37:18.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1619 | 2024-11-27T19:37:18.400Z | |
1620 | 2024-11-27T19:37:18.400Z | info: running `cargo check --bins` on bootstore (2/173) |
1621 | 2024-11-27T19:37:18.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-11-27T19:37:18.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-11-27T19:37:18.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-11-27T19:37:18.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1625 | 2024-11-27T19:37:19.044Z | |
1626 | 2024-11-27T19:37:19.044Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1627 | 2024-11-27T19:37:19.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-11-27T19:37:19.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-11-27T19:37:19.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-11-27T19:37:19.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1631 | 2024-11-27T19:37:19.668Z | |
1632 | 2024-11-27T19:37:19.668Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1633 | 2024-11-27T19:37:20.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-11-27T19:37:20.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-11-27T19:37:20.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-11-27T19:37:20.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1637 | 2024-11-27T19:37:20.297Z | |
1638 | 2024-11-27T19:37:20.297Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1639 | 2024-11-27T19:37:20.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-11-27T19:37:20.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-11-27T19:37:20.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-11-27T19:37:20.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1643 | 2024-11-27T19:37:20.723Z | |
1644 | 2024-11-27T19:37:20.724Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1645 | 2024-11-27T19:37:21.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-11-27T19:37:21.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-11-27T19:37:21.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-11-27T19:37:21.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1649 | 2024-11-27T19:37:21.173Z | |
1650 | 2024-11-27T19:37:21.173Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1651 | 2024-11-27T19:37:21.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-11-27T19:37:21.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-11-27T19:37:21.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-11-27T19:37:21.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1655 | 2024-11-27T19:37:21.641Z | |
1656 | 2024-11-27T19:37:21.641Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1657 | 2024-11-27T19:37:22.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-11-27T19:37:22.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-11-27T19:37:22.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-11-27T19:37:22.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1661 | 2024-11-27T19:37:22.042Z | |
1662 | 2024-11-27T19:37:22.042Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1663 | 2024-11-27T19:37:22.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-11-27T19:37:22.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-11-27T19:37:22.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-11-27T19:37:22.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1667 | 2024-11-27T19:37:22.476Z | |
1668 | 2024-11-27T19:37:22.477Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1669 | 2024-11-27T19:37:22.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-11-27T19:37:22.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-11-27T19:37:22.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-11-27T19:37:22.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1673 | 2024-11-27T19:37:22.897Z | |
1674 | 2024-11-27T19:37:22.897Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1675 | 2024-11-27T19:37:23.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-11-27T19:37:23.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-11-27T19:37:23.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-11-27T19:37:23.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1679 | 2024-11-27T19:37:23.321Z | |
1680 | 2024-11-27T19:37:23.321Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1681 | 2024-11-27T19:37:23.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-11-27T19:37:23.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-11-27T19:37:23.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-11-27T19:37:23.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1685 | 2024-11-27T19:37:23.749Z | |
1686 | 2024-11-27T19:37:23.749Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1687 | 2024-11-27T19:37:24.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-11-27T19:37:24.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-11-27T19:37:24.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-11-27T19:37:24.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1691 | 2024-11-27T19:37:24.175Z | |
1692 | 2024-11-27T19:37:24.175Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1693 | 2024-11-27T19:37:24.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-11-27T19:37:24.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-11-27T19:37:24.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-11-27T19:37:24.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1697 | 2024-11-27T19:37:24.597Z | |
1698 | 2024-11-27T19:37:24.597Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1699 | 2024-11-27T19:37:24.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-11-27T19:37:24.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-11-27T19:37:24.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-11-27T19:37:24.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1703 | 2024-11-27T19:37:25.023Z | |
1704 | 2024-11-27T19:37:25.023Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1705 | 2024-11-27T19:37:25.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-11-27T19:37:25.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-11-27T19:37:25.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2024-11-27T19:37:25.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1709 | 2024-11-27T19:37:25.449Z | |
1710 | 2024-11-27T19:37:25.449Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1711 | 2024-11-27T19:37:25.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-11-27T19:37:25.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-11-27T19:37:25.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-11-27T19:37:25.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1715 | 2024-11-27T19:37:25.875Z | |
1716 | 2024-11-27T19:37:25.875Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1717 | 2024-11-27T19:37:26.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-11-27T19:37:26.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-11-27T19:37:26.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-11-27T19:37:26.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1721 | 2024-11-27T19:37:26.306Z | |
1722 | 2024-11-27T19:37:26.306Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1723 | 2024-11-27T19:37:26.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-11-27T19:37:26.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-11-27T19:37:26.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-11-27T19:37:26.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1727 | 2024-11-27T19:37:26.736Z | |
1728 | 2024-11-27T19:37:26.736Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1729 | 2024-11-27T19:37:27.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2024-11-27T19:37:27.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2024-11-27T19:37:27.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2024-11-27T19:37:27.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1733 | 2024-11-27T19:37:27.163Z | |
1734 | 2024-11-27T19:37:27.163Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1735 | 2024-11-27T19:37:27.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2024-11-27T19:37:27.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2024-11-27T19:37:27.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2024-11-27T19:37:27.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1739 | 2024-11-27T19:37:27.590Z | |
1740 | 2024-11-27T19:37:27.590Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1741 | 2024-11-27T19:37:27.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2024-11-27T19:37:27.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2024-11-27T19:37:27.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2024-11-27T19:37:27.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1745 | 2024-11-27T19:37:28.024Z | |
1746 | 2024-11-27T19:37:28.024Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1747 | 2024-11-27T19:37:28.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2024-11-27T19:37:28.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2024-11-27T19:37:28.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2024-11-27T19:37:28.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1751 | 2024-11-27T19:37:28.454Z | |
1752 | 2024-11-27T19:37:28.454Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1753 | 2024-11-27T19:37:28.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2024-11-27T19:37:28.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2024-11-27T19:37:28.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2024-11-27T19:37:28.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1757 | 2024-11-27T19:37:28.880Z | |
1758 | 2024-11-27T19:37:28.880Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1759 | 2024-11-27T19:37:29.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2024-11-27T19:37:29.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2024-11-27T19:37:29.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2024-11-27T19:37:29.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1763 | 2024-11-27T19:37:29.528Z | |
1764 | 2024-11-27T19:37:29.528Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1765 | 2024-11-27T19:37:30.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2024-11-27T19:37:30.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2024-11-27T19:37:30.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2024-11-27T19:37:30.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1769 | 2024-11-27T19:37:30.163Z | |
1770 | 2024-11-27T19:37:30.163Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1771 | 2024-11-27T19:37:30.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2024-11-27T19:37:30.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2024-11-27T19:37:30.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2024-11-27T19:37:30.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1775 | 2024-11-27T19:37:30.800Z | |
1776 | 2024-11-27T19:37:30.800Z | info: running `cargo check --bins` on oxlog (28/173) |
1777 | 2024-11-27T19:37:31.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-11-27T19:37:31.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-11-27T19:37:31.413Z | Checking cfg-if v1.0.0 |
1780 | 2024-11-27T19:37:31.419Z | Checking libc v0.2.162 |
1781 | 2024-11-27T19:37:31.525Z | Checking serde v1.0.215 |
1782 | 2024-11-27T19:37:31.535Z | Checking zeroize v1.8.1 |
1783 | 2024-11-27T19:37:31.539Z | Checking memchr v2.7.4 |
1784 | 2024-11-27T19:37:31.539Z | Checking typenum v1.17.0 |
1785 | 2024-11-27T19:37:31.548Z | Checking scopeguard v1.2.0 |
1786 | 2024-11-27T19:37:31.558Z | Checking subtle v2.6.1 |
1787 | 2024-11-27T19:37:31.585Z | Checking value-bag v1.9.0 |
1788 | 2024-11-27T19:37:31.693Z | Checking lock_api v0.4.12 |
1789 | 2024-11-27T19:37:31.770Z | Checking itoa v1.0.11 |
1790 | 2024-11-27T19:37:31.826Z | Checking smallvec v1.13.2 |
1791 | 2024-11-27T19:37:31.969Z | Checking log v0.4.22 |
1792 | 2024-11-27T19:37:31.983Z | Checking const-oid v0.9.6 |
1793 | 2024-11-27T19:37:32.114Z | Checking pin-project-lite v0.2.14 |
1794 | 2024-11-27T19:37:32.184Z | Checking byteorder v1.5.0 |
1795 | 2024-11-27T19:37:32.272Z | Checking futures-core v0.3.31 |
1796 | 2024-11-27T19:37:32.387Z | Checking once_cell v1.20.2 |
1797 | 2024-11-27T19:37:32.457Z | Checking cpufeatures v0.2.14 |
1798 | 2024-11-27T19:37:32.484Z | Checking futures-sink v0.3.31 |
1799 | 2024-11-27T19:37:32.550Z | Checking stable_deref_trait v1.2.0 |
1800 | 2024-11-27T19:37:32.578Z | Checking spin v0.9.8 |
1801 | 2024-11-27T19:37:32.629Z | Checking zerocopy v0.7.35 |
1802 | 2024-11-27T19:37:32.660Z | Checking zerofrom v0.1.4 |
1803 | 2024-11-27T19:37:32.675Z | Checking slab v0.4.9 |
1804 | 2024-11-27T19:37:32.679Z | Checking getrandom v0.2.15 |
1805 | 2024-11-27T19:37:32.870Z | Checking parking_lot_core v0.9.10 |
1806 | 2024-11-27T19:37:32.886Z | Checking generic-array v0.14.7 |
1807 | 2024-11-27T19:37:32.902Z | Checking signal-hook-registry v1.4.2 |
1808 | 2024-11-27T19:37:32.919Z | Checking rand_core v0.6.4 |
1809 | 2024-11-27T19:37:32.939Z | Checking mio v1.0.2 |
1810 | 2024-11-27T19:37:33.138Z | Checking socket2 v0.5.7 |
1811 | 2024-11-27T19:37:33.222Z | Checking yoke v0.7.4 |
1812 | 2024-11-27T19:37:33.236Z | Checking parking_lot v0.12.3 |
1813 | 2024-11-27T19:37:33.541Z | Checking futures-channel v0.3.31 |
1814 | 2024-11-27T19:37:33.579Z | Checking futures-task v0.3.31 |
1815 | 2024-11-27T19:37:33.582Z | Checking equivalent v1.0.1 |
1816 | 2024-11-27T19:37:33.621Z | Checking foldhash v0.1.3 |
1817 | 2024-11-27T19:37:33.695Z | Checking pin-utils v0.1.0 |
1818 | 2024-11-27T19:37:33.770Z | Checking futures-io v0.3.31 |
1819 | 2024-11-27T19:37:33.785Z | Checking allocator-api2 v0.2.18 |
1820 | 2024-11-27T19:37:33.799Z | Checking zerovec v0.10.4 |
1821 | 2024-11-27T19:37:33.829Z | Checking ryu v1.0.18 |
1822 | 2024-11-27T19:37:33.894Z | Checking tinyvec_macros v0.1.1 |
1823 | 2024-11-27T19:37:33.935Z | Checking futures-util v0.3.31 |
1824 | 2024-11-27T19:37:33.979Z | Checking tinyvec v1.8.0 |
1825 | 2024-11-27T19:37:34.043Z | Checking crypto-common v0.1.6 |
1826 | 2024-11-27T19:37:34.046Z | Checking block-buffer v0.10.4 |
1827 | 2024-11-27T19:37:34.069Z | Checking block-padding v0.3.3 |
1828 | 2024-11-27T19:37:34.227Z | Checking fnv v1.0.7 |
1829 | 2024-11-27T19:37:34.265Z | Checking inout v0.1.3 |
1830 | 2024-11-27T19:37:34.280Z | Checking digest v0.10.7 |
1831 | 2024-11-27T19:37:34.344Z | Checking libm v0.2.8 |
1832 | 2024-11-27T19:37:34.419Z | Checking hashbrown v0.15.0 |
1833 | 2024-11-27T19:37:34.479Z | Checking cipher v0.4.4 |
1834 | 2024-11-27T19:37:34.649Z | Checking hmac v0.12.1 |
1835 | 2024-11-27T19:37:34.848Z | Checking sha2 v0.10.8 |
1836 | 2024-11-27T19:37:34.902Z | Checking litemap v0.7.3 |
1837 | 2024-11-27T19:37:35.234Z | Checking unicode-bidi v0.3.17 |
1838 | 2024-11-27T19:37:35.282Z | Checking writeable v0.5.5 |
1839 | 2024-11-27T19:37:35.296Z | Checking unicode-normalization v0.1.24 |
1840 | 2024-11-27T19:37:35.435Z | Checking tinystr v0.7.6 |
1841 | 2024-11-27T19:37:35.451Z | Checking base64ct v1.6.0 |
1842 | 2024-11-27T19:37:35.522Z | Checking num-traits v0.2.19 |
1843 | 2024-11-27T19:37:35.591Z | Checking ppv-lite86 v0.2.20 |
1844 | 2024-11-27T19:37:35.807Z | Checking icu_locid v1.5.0 |
1845 | 2024-11-27T19:37:35.850Z | Checking flagset v0.4.6 |
1846 | 2024-11-27T19:37:35.884Z | Checking pem-rfc7468 v0.7.0 |
1847 | 2024-11-27T19:37:36.063Z | Checking tracing-core v0.1.32 |
1848 | 2024-11-27T19:37:36.160Z | Checking der v0.7.9 |
1849 | 2024-11-27T19:37:36.257Z | Checking thiserror v1.0.69 |
1850 | 2024-11-27T19:37:36.383Z | Checking rand_chacha v0.3.1 |
1851 | 2024-11-27T19:37:36.386Z | Checking rustls-pki-types v1.9.0 |
1852 | 2024-11-27T19:37:36.498Z | Checking bytes v1.8.0 |
1853 | 2024-11-27T19:37:36.684Z | Checking indexmap v2.6.0 |
1854 | 2024-11-27T19:37:36.795Z | Checking serde_json v1.0.132 |
1855 | 2024-11-27T19:37:36.883Z | Checking icu_provider v1.5.0 |
1856 | 2024-11-27T19:37:36.976Z | Checking bitflags v2.6.0 |
1857 | 2024-11-27T19:37:37.194Z | Checking icu_locid_transform_data v1.5.0 |
1858 | 2024-11-27T19:37:37.288Z | Checking percent-encoding v2.3.1 |
1859 | 2024-11-27T19:37:37.301Z | Checking tokio v1.40.0 |
1860 | 2024-11-27T19:37:37.301Z | Checking http v1.1.0 |
1861 | 2024-11-27T19:37:37.502Z | Checking rand v0.8.5 |
1862 | 2024-11-27T19:37:37.541Z | Checking icu_locid_transform v1.5.0 |
1863 | 2024-11-27T19:37:37.987Z | Checking tracing v0.1.40 |
1864 | 2024-11-27T19:37:38.119Z | Checking spki v0.7.3 |
1865 | 2024-11-27T19:37:38.355Z | Checking icu_collections v1.5.0 |
1866 | 2024-11-27T19:37:38.387Z | Checking salsa20 v0.10.2 |
1867 | 2024-11-27T19:37:38.525Z | Checking pbkdf2 v0.12.2 |
1868 | 2024-11-27T19:37:38.528Z | Checking aws-lc-sys v0.22.0 |
1869 | 2024-11-27T19:37:38.597Z | Checking httparse v1.9.5 |
1870 | 2024-11-27T19:37:38.652Z | Checking icu_properties_data v1.5.0 |
1871 | 2024-11-27T19:37:38.687Z | Checking mirai-annotations v1.12.0 |
1872 | 2024-11-27T19:37:38.782Z | Checking untrusted v0.7.1 |
1873 | 2024-11-27T19:37:38.865Z | Checking powerfmt v0.2.0 |
1874 | 2024-11-27T19:37:38.911Z | Checking untrusted v0.9.0 |
1875 | 2024-11-27T19:37:38.940Z | Checking scrypt v0.11.0 |
1876 | 2024-11-27T19:37:38.986Z | Checking icu_properties v1.5.1 |
1877 | 2024-11-27T19:37:39.024Z | Checking cbc v0.1.2 |
1878 | 2024-11-27T19:37:39.050Z | Checking aes v0.8.4 |
1879 | 2024-11-27T19:37:39.066Z | Checking ring v0.17.8 |
1880 | 2024-11-27T19:37:39.125Z | Checking deranged v0.3.11 |
1881 | 2024-11-27T19:37:39.157Z | Checking crossbeam-utils v0.8.20 |
1882 | 2024-11-27T19:37:39.224Z | Checking num_threads v0.1.7 |
1883 | 2024-11-27T19:37:39.341Z | Checking utf8_iter v1.0.4 |
1884 | 2024-11-27T19:37:39.547Z | Checking time-core v0.1.2 |
1885 | 2024-11-27T19:37:39.705Z | Checking write16 v1.0.0 |
1886 | 2024-11-27T19:37:39.837Z | Checking utf16_iter v1.0.5 |
1887 | 2024-11-27T19:37:39.908Z | Checking num-conv v0.1.0 |
1888 | 2024-11-27T19:37:39.950Z | Checking icu_normalizer_data v1.5.0 |
1889 | 2024-11-27T19:37:40.011Z | Checking atomic-waker v1.1.2 |
1890 | 2024-11-27T19:37:40.054Z | Checking pkcs5 v0.7.1 |
1891 | 2024-11-27T19:37:40.150Z | Checking http-body v1.0.1 |
1892 | 2024-11-27T19:37:40.166Z | Checking form_urlencoded v1.2.1 |
1893 | 2024-11-27T19:37:40.363Z | Checking try-lock v0.2.5 |
1894 | 2024-11-27T19:37:40.382Z | Checking unicode-ident v1.0.13 |
1895 | 2024-11-27T19:37:40.494Z | Checking want v0.3.1 |
1896 | 2024-11-27T19:37:40.539Z | Checking httpdate v1.0.3 |
1897 | 2024-11-27T19:37:40.583Z | Checking pkcs8 v0.10.2 |
1898 | 2024-11-27T19:37:40.674Z | Checking proc-macro2 v1.0.89 |
1899 | 2024-11-27T19:37:40.761Z | Checking serde_spanned v0.6.8 |
1900 | 2024-11-27T19:37:40.890Z | Checking uuid v1.11.0 |
1901 | 2024-11-27T19:37:40.964Z | Checking toml_datetime v0.6.8 |
1902 | 2024-11-27T19:37:40.985Z | Checking time v0.3.36 |
1903 | 2024-11-27T19:37:41.003Z | Checking slog v2.7.0 |
1904 | 2024-11-27T19:37:41.133Z | Checking aws-lc-rs v1.10.0 |
1905 | 2024-11-27T19:37:41.243Z | Checking scroll v0.12.0 |
1906 | 2024-11-27T19:37:41.361Z | Checking match_cfg v0.1.0 |
1907 | 2024-11-27T19:37:41.455Z | Checking adler2 v2.0.0 |
1908 | 2024-11-27T19:37:41.524Z | Checking iana-time-zone v0.1.61 |
1909 | 2024-11-27T19:37:41.524Z | Checking foreign-types-shared v0.1.1 |
1910 | 2024-11-27T19:37:41.600Z | Checking base64 v0.22.1 |
1911 | 2024-11-27T19:37:41.630Z | Checking ucd-trie v0.1.7 |
1912 | 2024-11-27T19:37:41.678Z | Checking plain v0.2.3 |
1913 | 2024-11-27T19:37:41.705Z | Checking tower-service v0.3.3 |
1914 | 2024-11-27T19:37:41.971Z | Checking pest v2.7.14 |
1915 | 2024-11-27T19:37:41.977Z | Checking chrono v0.4.38 |
1916 | 2024-11-27T19:37:41.977Z | Checking goblin v0.8.2 |
1917 | 2024-11-27T19:37:42.058Z | Checking foreign-types v0.3.2 |
1918 | 2024-11-27T19:37:42.154Z | Checking miniz_oxide v0.8.0 |
1919 | 2024-11-27T19:37:42.373Z | Checking icu_normalizer v1.5.0 |
1920 | 2024-11-27T19:37:42.853Z | Checking hostname v0.3.1 |
1921 | 2024-11-27T19:37:42.958Z | Checking rustls-webpki v0.102.8 |
1922 | 2024-11-27T19:37:42.976Z | Checking quote v1.0.37 |
1923 | 2024-11-27T19:37:43.191Z | Checking idna_adapter v1.2.0 |
1924 | 2024-11-27T19:37:43.318Z | Checking openssl-sys v0.9.103 |
1925 | 2024-11-27T19:37:43.380Z | Checking idna v1.0.3 |
1926 | 2024-11-27T19:37:43.478Z | Checking errno v0.3.9 |
1927 | 2024-11-27T19:37:43.680Z | Checking dirs-sys-next v0.1.2 |
1928 | 2024-11-27T19:37:43.744Z | Checking aho-corasick v1.1.3 |
1929 | 2024-11-27T19:37:43.867Z | Checking url v2.5.3 |
1930 | 2024-11-27T19:37:43.884Z | Checking pretty-hex v0.4.1 |
1931 | 2024-11-27T19:37:43.913Z | Checking regex-syntax v0.8.5 |
1932 | 2024-11-27T19:37:44.054Z | Checking siphasher v0.3.11 |
1933 | 2024-11-27T19:37:44.336Z | Checking data-encoding v2.6.0 |
1934 | 2024-11-27T19:37:44.375Z | Checking dtrace-parser v0.2.0 |
1935 | 2024-11-27T19:37:44.602Z | Checking openssl v0.10.66 |
1936 | 2024-11-27T19:37:44.704Z | Checking dirs-next v2.0.0 |
1937 | 2024-11-27T19:37:44.767Z | Checking tokio-util v0.7.12 |
1938 | 2024-11-27T19:37:44.841Z | Checking rustix v0.38.37 |
1939 | 2024-11-27T19:37:44.843Z | Checking syn v2.0.87 |
1940 | 2024-11-27T19:37:45.033Z | Checking http-body-util v0.1.2 |
1941 | 2024-11-27T19:37:45.355Z | Checking crossbeam-epoch v0.9.18 |
1942 | 2024-11-27T19:37:45.505Z | Checking sha1 v0.10.6 |
1943 | 2024-11-27T19:37:45.667Z | Checking h2 v0.4.6 |
1944 | 2024-11-27T19:37:45.803Z | Checking signature v2.2.0 |
1945 | 2024-11-27T19:37:45.805Z | Checking lazy_static v1.5.0 |
1946 | 2024-11-27T19:37:45.962Z | Checking thread-id v4.2.2 |
1947 | 2024-11-27T19:37:46.035Z | Checking thread_local v1.1.8 |
1948 | 2024-11-27T19:37:46.082Z | Checking encoding_rs v0.8.34 |
1949 | 2024-11-27T19:37:46.342Z | Checking winnow v0.6.20 |
1950 | 2024-11-27T19:37:46.893Z | Checking dof v0.3.0 |
1951 | 2024-11-27T19:37:47.270Z | Checking regex-automata v0.4.8 |
1952 | 2024-11-27T19:37:47.565Z | Checking openssl-probe v0.1.5 |
1953 | 2024-11-27T19:37:47.727Z | Checking gimli v0.31.1 |
1954 | 2024-11-27T19:37:48.458Z | Checking ipnet v2.10.1 |
1955 | 2024-11-27T19:37:48.476Z | Checking mime v0.3.17 |
1956 | 2024-11-27T19:37:48.809Z | Checking utf8parse v0.2.2 |
1957 | 2024-11-27T19:37:48.927Z | Checking anstyle v1.0.10 |
1958 | 2024-11-27T19:37:48.963Z | Checking unicode-properties v0.1.3 |
1959 | 2024-11-27T19:37:49.201Z | Checking either v1.13.0 |
1960 | 2024-11-27T19:37:49.253Z | Checking toml_edit v0.22.22 |
1961 | 2024-11-27T19:37:49.341Z | Checking stringprep v0.1.5 |
1962 | 2024-11-27T19:37:49.586Z | Checking anstyle-parse v0.2.5 |
1963 | 2024-11-27T19:37:49.610Z | Checking crossbeam-deque v0.8.5 |
1964 | 2024-11-27T19:37:49.855Z | Checking term v0.7.0 |
1965 | 2024-11-27T19:37:49.928Z | Checking rustls v0.22.4 |
1966 | 2024-11-27T19:37:50.064Z | Checking native-tls v0.2.12 |
1967 | 2024-11-27T19:37:50.260Z | Checking rustls v0.23.14 |
1968 | 2024-11-27T19:37:50.388Z | Checking slog-json v2.6.1 |
1969 | 2024-11-27T19:37:50.653Z | Checking serde_urlencoded v0.7.1 |
1970 | 2024-11-27T19:37:51.098Z | Checking crossbeam-channel v0.5.13 |
1971 | 2024-11-27T19:37:51.346Z | Checking usdt-impl v0.5.0 |
1972 | 2024-11-27T19:37:51.803Z | Checking addr2line v0.24.2 |
1973 | 2024-11-27T19:37:51.843Z | Checking hyper v1.5.0 |
1974 | 2024-11-27T19:37:51.856Z | Checking futures-executor v0.3.31 |
1975 | 2024-11-27T19:37:51.886Z | Checking num-integer v0.1.46 |
1976 | 2024-11-27T19:37:51.948Z | Checking rustls-pemfile v2.2.0 |
1977 | 2024-11-27T19:37:52.071Z | Checking idna v0.4.0 |
1978 | 2024-11-27T19:37:52.089Z | Checking idna v0.3.0 |
1979 | 2024-11-27T19:37:52.143Z | Checking md-5 v0.10.6 |
1980 | 2024-11-27T19:37:52.306Z | Checking ff v0.13.0 |
1981 | 2024-11-27T19:37:52.362Z | Checking memmap v0.7.0 |
1982 | 2024-11-27T19:37:52.377Z | Checking is-terminal v0.4.13 |
1983 | 2024-11-27T19:37:52.494Z | Checking hash32 v0.2.1 |
1984 | 2024-11-27T19:37:52.511Z | Checking object v0.36.5 |
1985 | 2024-11-27T19:37:52.562Z | Checking psl-types v2.0.11 |
1986 | 2024-11-27T19:37:52.736Z | Checking anstyle-query v1.1.1 |
1987 | 2024-11-27T19:37:52.804Z | Checking dyn-clone v1.0.17 |
1988 | 2024-11-27T19:37:52.865Z | Checking is_terminal_polyfill v1.70.1 |
1989 | 2024-11-27T19:37:52.939Z | Checking base16ct v0.2.0 |
1990 | 2024-11-27T19:37:52.941Z | Checking colorchoice v1.0.2 |
1991 | 2024-11-27T19:37:52.942Z | Checking fallible-iterator v0.2.0 |
1992 | 2024-11-27T19:37:52.986Z | Checking take_mut v0.2.2 |
1993 | 2024-11-27T19:37:53.098Z | Checking utf-8 v0.7.6 |
1994 | 2024-11-27T19:37:53.121Z | Checking rustc-demangle v0.1.24 |
1995 | 2024-11-27T19:37:53.143Z | Checking linked-hash-map v0.5.6 |
1996 | 2024-11-27T19:37:53.295Z | Checking quick-error v1.2.3 |
1997 | 2024-11-27T19:37:53.442Z | Checking resolv-conf v0.7.0 |
1998 | 2024-11-27T19:37:53.489Z | Checking lru-cache v0.1.2 |
1999 | 2024-11-27T19:37:53.535Z | Checking tungstenite v0.24.0 |
2000 | 2024-11-27T19:37:53.560Z | Checking postgres-protocol v0.6.7 |
2001 | 2024-11-27T19:37:53.616Z | Checking tokio-rustls v0.25.0 |
2002 | 2024-11-27T19:37:53.664Z | Checking sec1 v0.7.3 |
2003 | 2024-11-27T19:37:53.774Z | Checking slog-async v2.8.0 |
2004 | 2024-11-27T19:37:53.891Z | Checking hyper-util v0.1.10 |
2005 | 2024-11-27T19:37:53.999Z | Checking anstream v0.6.15 |
2006 | 2024-11-27T19:37:54.037Z | Checking schemars v0.8.21 |
2007 | 2024-11-27T19:37:54.085Z | Checking hickory-proto v0.24.1 |
2008 | 2024-11-27T19:37:54.228Z | Checking publicsuffix v2.2.3 |
2009 | 2024-11-27T19:37:54.363Z | Checking heapless v0.7.17 |
2010 | 2024-11-27T19:37:54.482Z | Checking usdt v0.5.0 |
2011 | 2024-11-27T19:37:54.498Z | Checking group v0.13.0 |
2012 | 2024-11-27T19:37:54.730Z | Checking slog-term v2.9.1 |
2013 | 2024-11-27T19:37:54.746Z | Checking num-iter v0.1.45 |
2014 | 2024-11-27T19:37:54.925Z | Checking futures v0.3.31 |
2015 | 2024-11-27T19:37:55.036Z | Checking toml v0.8.19 |
2016 | 2024-11-27T19:37:55.219Z | Checking slog-bunyan v2.5.0 |
2017 | 2024-11-27T19:37:55.369Z | Checking tokio-native-tls v0.3.1 |
2018 | 2024-11-27T19:37:55.390Z | Checking rayon-core v1.12.1 |
2019 | 2024-11-27T19:37:55.637Z | Checking multer v3.1.0 |
2020 | 2024-11-27T19:37:55.693Z | Checking terminal_size v0.4.0 |
2021 | 2024-11-27T19:37:55.696Z | Checking tokio-rustls v0.26.0 |
2022 | 2024-11-27T19:37:55.779Z | Checking phf_shared v0.11.2 |
2023 | 2024-11-27T19:37:55.854Z | Checking cookie v0.18.1 |
2024 | 2024-11-27T19:37:55.911Z | Checking async-stream v0.3.6 |
2025 | 2024-11-27T19:37:56.050Z | Checking bzip2-sys v0.1.11+1.0.8 |
2026 | 2024-11-27T19:37:56.053Z | Checking camino v1.1.9 |
2027 | 2024-11-27T19:37:56.081Z | Checking signal-hook v0.3.17 |
2028 | 2024-11-27T19:37:56.084Z | Checking waitgroup v0.1.2 |
2029 | 2024-11-27T19:37:56.111Z | Checking openapiv3 v2.0.0 |
2030 | 2024-11-27T19:37:56.172Z | Checking webpki-roots v0.26.6 |
2031 | 2024-11-27T19:37:56.215Z | Checking serde_path_to_error v0.1.16 |
2032 | 2024-11-27T19:37:56.320Z | Checking idna v0.5.0 |
2033 | 2024-11-27T19:37:56.389Z | Checking hkdf v0.12.4 |
2034 | 2024-11-27T19:37:56.419Z | Checking crypto-bigint v0.5.5 |
2035 | 2024-11-27T19:37:56.589Z | Checking hostname v0.4.0 |
2036 | 2024-11-27T19:37:56.618Z | Checking crc32fast v1.4.2 |
2037 | 2024-11-27T19:37:56.728Z | Checking debug-ignore v1.0.5 |
2038 | 2024-11-27T19:37:56.833Z | Checking clap_lex v0.7.2 |
2039 | 2024-11-27T19:37:56.857Z | Checking bitflags v1.3.2 |
2040 | 2024-11-27T19:37:56.871Z | Checking managed v0.8.0 |
2041 | 2024-11-27T19:37:56.960Z | Checking strsim v0.11.1 |
2042 | 2024-11-27T19:37:57.078Z | Checking unicode-width v0.1.14 |
2043 | 2024-11-27T19:37:57.168Z | Checking winnow v0.5.40 |
2044 | 2024-11-27T19:37:57.251Z | Checking smoltcp v0.9.1 |
2045 | 2024-11-27T19:37:57.254Z | Checking clap_builder v4.5.21 |
2046 | 2024-11-27T19:37:57.541Z | Checking console v0.15.8 |
2047 | 2024-11-27T19:37:58.125Z | Checking cookie_store v0.21.0 |
2048 | 2024-11-27T19:37:58.686Z | Checking flate2 v1.0.34 |
2049 | 2024-11-27T19:37:58.824Z | Checking signal-hook-mio v0.2.4 |
2050 | 2024-11-27T19:37:58.954Z | Checking hyper-rustls v0.27.3 |
2051 | 2024-11-27T19:37:58.971Z | Checking hickory-resolver v0.24.1 |
2052 | 2024-11-27T19:37:59.053Z | Checking backtrace v0.3.74 |
2053 | 2024-11-27T19:37:59.207Z | Checking elliptic-curve v0.13.8 |
2054 | 2024-11-27T19:37:59.296Z | Checking bzip2 v0.4.4 |
2055 | 2024-11-27T19:37:59.323Z | Checking phf v0.11.2 |
2056 | 2024-11-27T19:37:59.587Z | Checking rayon v1.10.0 |
2057 | 2024-11-27T19:37:59.589Z | Checking hyper-tls v0.6.0 |
2058 | 2024-11-27T19:37:59.641Z | Checking anyhow v1.0.93 |
2059 | 2024-11-27T19:37:59.656Z | Checking dropshot v0.12.0 |
2060 | 2024-11-27T19:37:59.837Z | Checking num-bigint-dig v0.8.4 |
2061 | 2024-11-27T19:37:59.897Z | Checking tokio-tungstenite v0.24.0 |
2062 | 2024-11-27T19:38:00.019Z | Checking postgres-types v0.2.8 |
2063 | 2024-11-27T19:38:00.247Z | Checking toml_edit v0.19.15 |
2064 | 2024-11-27T19:38:00.360Z | Checking regex v1.11.1 |
2065 | 2024-11-27T19:38:00.383Z | Checking bstr v1.10.0 |
2066 | 2024-11-27T19:38:00.608Z | Checking ed25519 v2.2.3 |
2067 | 2024-11-27T19:38:00.735Z | Checking tokio-stream v0.1.16 |
2068 | 2024-11-27T19:38:00.910Z | Checking phf_shared v0.10.0 |
2069 | 2024-11-27T19:38:01.041Z | Checking curve25519-dalek v4.1.3 |
2070 | 2024-11-27T19:38:01.227Z | Checking zerocopy v0.6.6 |
2071 | 2024-11-27T19:38:01.362Z | Checking pkcs1 v0.7.5 |
2072 | 2024-11-27T19:38:01.611Z | Checking hubpack v0.1.2 |
2073 | 2024-11-27T19:38:01.798Z | Checking portable-atomic v1.9.0 |
2074 | 2024-11-27T19:38:01.928Z | Checking float-cmp v0.9.0 |
2075 | 2024-11-27T19:38:01.972Z | Checking serde-big-array v0.5.1 |
2076 | 2024-11-27T19:38:02.007Z | Checking rfc6979 v0.4.0 |
2077 | 2024-11-27T19:38:02.111Z | Checking sync_wrapper v1.0.1 |
2078 | 2024-11-27T19:38:02.181Z | Checking precomputed-hash v0.1.1 |
2079 | 2024-11-27T19:38:02.200Z | Checking minimal-lexical v0.2.1 |
2080 | 2024-11-27T19:38:02.251Z | Checking number_prefix v0.4.0 |
2081 | 2024-11-27T19:38:02.295Z | Checking normalize-line-endings v0.3.0 |
2082 | 2024-11-27T19:38:02.415Z | Checking unicode-segmentation v1.12.0 |
2083 | 2024-11-27T19:38:02.450Z | Checking whoami v1.5.2 |
2084 | 2024-11-27T19:38:02.590Z | Checking fixedbitset v0.4.2 |
2085 | 2024-11-27T19:38:02.709Z | Checking static_assertions v1.1.0 |
2086 | 2024-11-27T19:38:02.732Z | Checking new_debug_unreachable v1.0.6 |
2087 | 2024-11-27T19:38:02.803Z | Checking difflib v0.4.0 |
2088 | 2024-11-27T19:38:02.819Z | Checking unicode-width v0.2.0 |
2089 | 2024-11-27T19:38:02.834Z | Checking bit-vec v0.6.3 |
2090 | 2024-11-27T19:38:02.854Z | Checking predicates-core v1.0.8 |
2091 | 2024-11-27T19:38:02.903Z | Checking ed25519-dalek v2.1.1 |
2092 | 2024-11-27T19:38:03.033Z | Checking petgraph v0.6.5 |
2093 | 2024-11-27T19:38:03.081Z | Checking similar v2.6.0 |
2094 | 2024-11-27T19:38:03.111Z | Checking predicates v3.1.2 |
2095 | 2024-11-27T19:38:03.138Z | Checking bit-set v0.5.3 |
2096 | 2024-11-27T19:38:03.278Z | Checking string_cache v0.8.7 |
2097 | 2024-11-27T19:38:03.307Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2098 | 2024-11-27T19:38:03.382Z | Checking qorb v0.2.1 |
2099 | 2024-11-27T19:38:03.399Z | Checking tokio-postgres v0.7.12 |
2100 | 2024-11-27T19:38:03.523Z | Checking indicatif v0.17.9 |
2101 | 2024-11-27T19:38:03.552Z | Checking toml v0.7.8 |
2102 | 2024-11-27T19:38:03.789Z | Checking nom v7.1.3 |
2103 | 2024-11-27T19:38:03.911Z | Checking reqwest v0.12.9 |
2104 | 2024-11-27T19:38:04.261Z | Checking ecdsa v0.16.9 |
2105 | 2024-11-27T19:38:04.290Z | Checking rsa v0.9.6 |
2106 | 2024-11-27T19:38:04.992Z | Checking clap v4.5.21 |
2107 | 2024-11-27T19:38:05.118Z | Checking zip v0.6.6 |
2108 | 2024-11-27T19:38:05.403Z | Checking crossterm v0.28.1 |
2109 | 2024-11-27T19:38:05.800Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2110 | 2024-11-27T19:38:05.825Z | Checking itertools v0.12.1 |
2111 | 2024-11-27T19:38:05.841Z | Checking itertools v0.10.5 |
2112 | 2024-11-27T19:38:06.044Z | Checking fs-err v2.11.0 |
2113 | 2024-11-27T19:38:06.295Z | Checking ahash v0.8.11 |
2114 | 2024-11-27T19:38:06.508Z | Checking x509-cert v0.2.5 |
2115 | 2024-11-27T19:38:06.603Z | Checking hex v0.4.3 |
2116 | 2024-11-27T19:38:06.743Z | Checking semver v1.0.23 |
2117 | 2024-11-27T19:38:06.884Z | Checking peg-runtime v0.8.3 |
2118 | 2024-11-27T19:38:07.119Z | Checking lalrpop-util v0.19.12 |
2119 | 2024-11-27T19:38:07.125Z | Checking sigpipe v0.1.3 |
2120 | 2024-11-27T19:38:08.243Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2121 | 2024-11-27T19:38:08.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.75s |
2122 | 2024-11-27T19:38:08.729Z | |
2123 | 2024-11-27T19:38:08.729Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2124 | 2024-11-27T19:38:09.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-11-27T19:38:09.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-11-27T19:38:09.399Z | Compiling hashbrown v0.14.5 |
2127 | 2024-11-27T19:38:09.520Z | Checking heck v0.5.0 |
2128 | 2024-11-27T19:38:09.534Z | Compiling unsafe-libyaml v0.2.11 |
2129 | 2024-11-27T19:38:09.548Z | Compiling ident_case v1.0.1 |
2130 | 2024-11-27T19:38:09.550Z | Checking progenitor-client v0.8.0 |
2131 | 2024-11-27T19:38:09.575Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2132 | 2024-11-27T19:38:09.589Z | Compiling proc-macro-crate v1.3.1 |
2133 | 2024-11-27T19:38:09.691Z | Compiling darling_core v0.20.10 |
2134 | 2024-11-27T19:38:09.718Z | Checking ipnetwork v0.20.0 |
2135 | 2024-11-27T19:38:09.913Z | Compiling structmeta-derive v0.3.0 |
2136 | 2024-11-27T19:38:09.931Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2137 | 2024-11-27T19:38:10.082Z | Compiling newtype-uuid v1.1.3 |
2138 | 2024-11-27T19:38:10.265Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2139 | 2024-11-27T19:38:10.394Z | Compiling lzma-sys v0.1.20 |
2140 | 2024-11-27T19:38:10.617Z | Compiling foreign-types-macros v0.2.3 |
2141 | 2024-11-27T19:38:10.652Z | Checking regress v0.10.1 |
2142 | 2024-11-27T19:38:10.725Z | Compiling num_enum_derive v0.5.11 |
2143 | 2024-11-27T19:38:11.178Z | Compiling serde_yaml v0.9.34+deprecated |
2144 | 2024-11-27T19:38:11.424Z | Compiling dropshot v0.13.0 |
2145 | 2024-11-27T19:38:11.717Z | Checking foreign-types-shared v0.3.1 |
2146 | 2024-11-27T19:38:11.833Z | Checking arc-swap v1.7.1 |
2147 | 2024-11-27T19:38:11.945Z | Checking foreign-types v0.5.0 |
2148 | 2024-11-27T19:38:12.178Z | Compiling proc-macro-error v1.0.4 |
2149 | 2024-11-27T19:38:12.256Z | Checking slog-scope v4.4.0 |
2150 | 2024-11-27T19:38:12.867Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2151 | 2024-11-27T19:38:12.886Z | Compiling structmeta v0.3.0 |
2152 | 2024-11-27T19:38:12.976Z | Checking tungstenite v0.21.0 |
2153 | 2024-11-27T19:38:13.016Z | Compiling heck v0.3.3 |
2154 | 2024-11-27T19:38:13.332Z | Compiling parse-display-derive v0.10.0 |
2155 | 2024-11-27T19:38:13.360Z | Checking num_enum v0.5.11 |
2156 | 2024-11-27T19:38:13.413Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2157 | 2024-11-27T19:38:13.509Z | Compiling dropshot_endpoint v0.13.0 |
2158 | 2024-11-27T19:38:13.905Z | Checking cstr-argument v0.1.2 |
2159 | 2024-11-27T19:38:14.075Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2160 | 2024-11-27T19:38:14.245Z | Checking instant v0.1.13 |
2161 | 2024-11-27T19:38:14.276Z | Checking typify-impl v0.2.0 |
2162 | 2024-11-27T19:38:14.356Z | Checking fastrand v2.1.1 |
2163 | 2024-11-27T19:38:14.836Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2164 | 2024-11-27T19:38:15.114Z | Checking pretty-hex v0.2.1 |
2165 | 2024-11-27T19:38:15.275Z | Checking base64 v0.21.7 |
2166 | 2024-11-27T19:38:15.596Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2167 | 2024-11-27T19:38:15.792Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2168 | 2024-11-27T19:38:15.868Z | Checking tempfile v3.13.0 |
2169 | 2024-11-27T19:38:15.975Z | Checking backoff v0.4.0 |
2170 | 2024-11-27T19:38:16.038Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2171 | 2024-11-27T19:38:16.198Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2172 | 2024-11-27T19:38:16.273Z | Checking tokio-tungstenite v0.21.0 |
2173 | 2024-11-27T19:38:16.295Z | Checking strum v0.26.3 |
2174 | 2024-11-27T19:38:16.460Z | Compiling zone_cfg_derive v0.1.2 |
2175 | 2024-11-27T19:38:16.526Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2176 | 2024-11-27T19:38:16.813Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2177 | 2024-11-27T19:38:16.830Z | Compiling darling_macro v0.20.10 |
2178 | 2024-11-27T19:38:16.844Z | Checking slog-stdlog v4.1.1 |
2179 | 2024-11-27T19:38:17.049Z | Checking regress v0.9.1 |
2180 | 2024-11-27T19:38:17.189Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2181 | 2024-11-27T19:38:17.303Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2182 | 2024-11-27T19:38:17.333Z | Checking colored v2.1.0 |
2183 | 2024-11-27T19:38:17.597Z | Checking macaddr v1.0.1 |
2184 | 2024-11-27T19:38:17.632Z | Checking base64 v0.13.1 |
2185 | 2024-11-27T19:38:17.789Z | Compiling darling v0.20.10 |
2186 | 2024-11-27T19:38:17.914Z | Compiling serde_with_macros v3.11.0 |
2187 | 2024-11-27T19:38:17.961Z | Checking zone v0.1.8 |
2188 | 2024-11-27T19:38:18.025Z | Checking ron v0.7.1 |
2189 | 2024-11-27T19:38:18.042Z | Checking parse-display v0.10.0 |
2190 | 2024-11-27T19:38:18.279Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2191 | 2024-11-27T19:38:18.608Z | Checking xz2 v0.1.7 |
2192 | 2024-11-27T19:38:18.770Z | Checking slog-envlogger v2.2.0 |
2193 | 2024-11-27T19:38:18.903Z | Checking tabwriter v1.4.0 |
2194 | 2024-11-27T19:38:18.994Z | Checking xattr v1.3.1 |
2195 | 2024-11-27T19:38:19.132Z | Checking pem v3.0.4 |
2196 | 2024-11-27T19:38:19.202Z | Checking yasna v0.5.2 |
2197 | 2024-11-27T19:38:19.230Z | Checking headers-core v0.3.0 |
2198 | 2024-11-27T19:38:19.378Z | Checking smf v0.2.3 |
2199 | 2024-11-27T19:38:19.394Z | Checking filetime v0.2.25 |
2200 | 2024-11-27T19:38:19.611Z | Checking same-file v1.0.6 |
2201 | 2024-11-27T19:38:19.782Z | Checking walkdir v2.5.0 |
2202 | 2024-11-27T19:38:19.849Z | Checking tar v0.4.42 |
2203 | 2024-11-27T19:38:19.905Z | Checking headers v0.4.0 |
2204 | 2024-11-27T19:38:20.071Z | Checking camino-tempfile v1.1.1 |
2205 | 2024-11-27T19:38:20.088Z | Checking rcgen v0.12.1 |
2206 | 2024-11-27T19:38:20.358Z | Checking atomicwrites v0.4.4 |
2207 | 2024-11-27T19:38:20.571Z | Checking subprocess v0.2.9 |
2208 | 2024-11-27T19:38:20.789Z | Checking serde_with v3.11.0 |
2209 | 2024-11-27T19:38:24.876Z | Compiling typify-macro v0.2.0 |
2210 | 2024-11-27T19:38:26.770Z | Compiling typify v0.2.0 |
2211 | 2024-11-27T19:38:26.847Z | Compiling progenitor-impl v0.8.0 |
2212 | 2024-11-27T19:38:30.060Z | Compiling progenitor-macro v0.8.0 |
2213 | 2024-11-27T19:38:35.336Z | Checking progenitor v0.8.0 |
2214 | 2024-11-27T19:38:35.491Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2215 | 2024-11-27T19:38:35.493Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2216 | 2024-11-27T19:38:38.234Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2217 | 2024-11-27T19:38:38.525Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2218 | 2024-11-27T19:38:45.085Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2219 | 2024-11-27T19:38:46.692Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2220 | 2024-11-27T19:38:47.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.20s |
2221 | 2024-11-27T19:38:48.128Z | |
2222 | 2024-11-27T19:38:48.128Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2223 | 2024-11-27T19:38:48.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2224 | 2024-11-27T19:38:48.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2225 | 2024-11-27T19:38:48.795Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2226 | 2024-11-27T19:38:50.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
2227 | 2024-11-27T19:38:50.371Z | |
2228 | 2024-11-27T19:38:50.371Z | info: running `cargo check --bins` on nexus-config (31/173) |
2229 | 2024-11-27T19:38:50.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-11-27T19:38:50.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-11-27T19:38:50.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2232 | 2024-11-27T19:38:50.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2233 | 2024-11-27T19:38:51.011Z | |
2234 | 2024-11-27T19:38:51.011Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2235 | 2024-11-27T19:38:51.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-11-27T19:38:51.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-11-27T19:38:51.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-11-27T19:38:51.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2239 | 2024-11-27T19:38:51.631Z | |
2240 | 2024-11-27T19:38:51.631Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2241 | 2024-11-27T19:38:52.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-11-27T19:38:52.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-11-27T19:38:52.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2024-11-27T19:38:52.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2245 | 2024-11-27T19:38:52.273Z | |
2246 | 2024-11-27T19:38:52.273Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2247 | 2024-11-27T19:38:52.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-11-27T19:38:52.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-11-27T19:38:52.966Z | Compiling zerocopy v0.8.10 |
2250 | 2024-11-27T19:38:52.967Z | Compiling progenitor-client v0.8.0 |
2251 | 2024-11-27T19:38:52.975Z | Compiling itertools v0.13.0 |
2252 | 2024-11-27T19:38:52.975Z | Compiling zerocopy-derive v0.8.10 |
2253 | 2024-11-27T19:38:52.975Z | Compiling heapless v0.8.0 |
2254 | 2024-11-27T19:38:52.975Z | Compiling newtype-uuid v1.1.3 |
2255 | 2024-11-27T19:38:52.975Z | Compiling ipnetwork v0.20.0 |
2256 | 2024-11-27T19:38:52.975Z | Checking hash32 v0.3.1 |
2257 | 2024-11-27T19:38:53.321Z | Compiling instant v0.1.13 |
2258 | 2024-11-27T19:38:53.408Z | Compiling smoltcp v0.11.0 |
2259 | 2024-11-27T19:38:53.475Z | Compiling progenitor v0.8.0 |
2260 | 2024-11-27T19:38:53.566Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2261 | 2024-11-27T19:38:53.742Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2262 | 2024-11-27T19:38:53.967Z | Compiling backoff v0.4.0 |
2263 | 2024-11-27T19:38:54.006Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2264 | 2024-11-27T19:38:54.154Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2265 | 2024-11-27T19:38:54.327Z | Compiling dropshot v0.13.0 |
2266 | 2024-11-27T19:38:54.344Z | Compiling serde_with v3.11.0 |
2267 | 2024-11-27T19:38:54.347Z | Compiling parse-display v0.10.0 |
2268 | 2024-11-27T19:38:54.347Z | Checking num-rational v0.4.2 |
2269 | 2024-11-27T19:38:54.898Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2270 | 2024-11-27T19:38:55.066Z | Compiling regress v0.9.1 |
2271 | 2024-11-27T19:38:55.082Z | Compiling phf_generator v0.11.2 |
2272 | 2024-11-27T19:38:55.270Z | Checking num-complex v0.4.6 |
2273 | 2024-11-27T19:38:56.144Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2274 | 2024-11-27T19:38:56.819Z | Compiling macaddr v1.0.1 |
2275 | 2024-11-27T19:38:57.253Z | Checking cobs v0.2.3 |
2276 | 2024-11-27T19:38:57.358Z | Compiling num v0.4.3 |
2277 | 2024-11-27T19:38:57.455Z | Checking postcard v1.0.10 |
2278 | 2024-11-27T19:38:57.588Z | Compiling phf_codegen v0.11.2 |
2279 | 2024-11-27T19:38:58.042Z | Compiling parse-zoneinfo v0.3.1 |
2280 | 2024-11-27T19:38:58.464Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2281 | 2024-11-27T19:38:58.747Z | Compiling convert_case v0.4.0 |
2282 | 2024-11-27T19:38:59.146Z | Checking float-ord v0.3.2 |
2283 | 2024-11-27T19:38:59.298Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2284 | 2024-11-27T19:38:59.766Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2285 | 2024-11-27T19:39:00.059Z | Compiling derive_more v0.99.18 |
2286 | 2024-11-27T19:39:00.101Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2287 | 2024-11-27T19:39:00.337Z | Compiling chrono-tz-build v0.4.0 |
2288 | 2024-11-27T19:39:00.934Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2289 | 2024-11-27T19:39:01.851Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2290 | 2024-11-27T19:39:01.867Z | Compiling crucible-workspace-hack v0.1.0 |
2291 | 2024-11-27T19:39:02.042Z | Compiling chrono-tz v0.10.0 |
2292 | 2024-11-27T19:39:02.159Z | Checking newline-converter v0.3.0 |
2293 | 2024-11-27T19:39:02.176Z | Checking prettyplease v0.2.25 |
2294 | 2024-11-27T19:39:02.327Z | Compiling slog-dtrace v0.3.0 |
2295 | 2024-11-27T19:39:02.612Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2296 | 2024-11-27T19:39:02.915Z | Checking expectorate v1.1.0 |
2297 | 2024-11-27T19:39:03.276Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2298 | 2024-11-27T19:39:03.348Z | Compiling zone_cfg_derive v0.3.0 |
2299 | 2024-11-27T19:39:03.718Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2300 | 2024-11-27T19:39:03.838Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2301 | 2024-11-27T19:39:03.840Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2302 | 2024-11-27T19:39:04.033Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2303 | 2024-11-27T19:39:04.790Z | Compiling const_format_proc_macros v0.2.33 |
2304 | 2024-11-27T19:39:04.812Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2305 | 2024-11-27T19:39:04.969Z | Compiling num-derive v0.4.2 |
2306 | 2024-11-27T19:39:05.021Z | Checking highway v1.2.0 |
2307 | 2024-11-27T19:39:05.457Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2308 | 2024-11-27T19:39:05.765Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2309 | 2024-11-27T19:39:06.043Z | Checking zone v0.3.0 |
2310 | 2024-11-27T19:39:06.343Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2311 | 2024-11-27T19:39:06.834Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2312 | 2024-11-27T19:39:07.066Z | Checking const_format v0.2.33 |
2313 | 2024-11-27T19:39:07.308Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2314 | 2024-11-27T19:39:07.331Z | Checking gethostname v0.5.0 |
2315 | 2024-11-27T19:39:07.452Z | Checking bcs v0.1.6 |
2316 | 2024-11-27T19:39:07.510Z | Compiling async-recursion v1.1.1 |
2317 | 2024-11-27T19:39:07.798Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2318 | 2024-11-27T19:39:07.956Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2319 | 2024-11-27T19:39:07.959Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2320 | 2024-11-27T19:39:09.297Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2321 | 2024-11-27T19:39:09.817Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2322 | 2024-11-27T19:39:15.429Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2323 | 2024-11-27T19:39:18.707Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2324 | 2024-11-27T19:39:21.378Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2325 | 2024-11-27T19:39:22.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.30s |
2326 | 2024-11-27T19:39:22.768Z | |
2327 | 2024-11-27T19:39:22.768Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2328 | 2024-11-27T19:39:23.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2329 | 2024-11-27T19:39:23.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2330 | 2024-11-27T19:39:23.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2331 | 2024-11-27T19:39:23.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2332 | 2024-11-27T19:39:23.400Z | |
2333 | 2024-11-27T19:39:23.400Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2334 | 2024-11-27T19:39:23.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2335 | 2024-11-27T19:39:23.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2336 | 2024-11-27T19:39:23.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2337 | 2024-11-27T19:39:23.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2338 | 2024-11-27T19:39:24.041Z | |
2339 | 2024-11-27T19:39:24.041Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2340 | 2024-11-27T19:39:24.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-11-27T19:39:24.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-11-27T19:39:24.694Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2343 | 2024-11-27T19:39:25.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2344 | 2024-11-27T19:39:25.511Z | |
2345 | 2024-11-27T19:39:25.511Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2346 | 2024-11-27T19:39:26.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-11-27T19:39:26.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-11-27T19:39:26.347Z | Compiling cfg_aliases v0.1.1 |
2349 | 2024-11-27T19:39:26.349Z | Compiling vte_generate_state_changes v0.1.2 |
2350 | 2024-11-27T19:39:26.350Z | Checking fd-lock v4.0.2 |
2351 | 2024-11-27T19:39:26.350Z | Checking nibble_vec v0.1.0 |
2352 | 2024-11-27T19:39:26.350Z | Checking endian-type v0.1.2 |
2353 | 2024-11-27T19:39:26.350Z | Checking bytecount v0.6.8 |
2354 | 2024-11-27T19:39:26.350Z | Compiling tabled_derive v0.7.0 |
2355 | 2024-11-27T19:39:26.350Z | Compiling peg-macros v0.8.4 |
2356 | 2024-11-27T19:39:26.360Z | Compiling nix v0.28.0 |
2357 | 2024-11-27T19:39:26.440Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2358 | 2024-11-27T19:39:26.457Z | Checking papergrid v0.11.0 |
2359 | 2024-11-27T19:39:26.472Z | Compiling sqlparser_derive v0.2.2 |
2360 | 2024-11-27T19:39:26.489Z | Checking radix_trie v0.2.1 |
2361 | 2024-11-27T19:39:26.869Z | Checking vte v0.11.1 |
2362 | 2024-11-27T19:39:26.889Z | Checking unicode_categories v0.1.1 |
2363 | 2024-11-27T19:39:27.182Z | Checking nu-ansi-term v0.50.1 |
2364 | 2024-11-27T19:39:27.573Z | Checking home v0.5.9 |
2365 | 2024-11-27T19:39:27.607Z | Checking sqlparser v0.45.0 |
2366 | 2024-11-27T19:39:27.631Z | Checking sqlformat v0.2.6 |
2367 | 2024-11-27T19:39:27.722Z | Checking display-error-chain v0.2.2 |
2368 | 2024-11-27T19:39:28.152Z | Checking strip-ansi-escapes v0.2.0 |
2369 | 2024-11-27T19:39:28.301Z | Checking reedline v0.35.0 |
2370 | 2024-11-27T19:39:28.739Z | Checking tabled v0.15.0 |
2371 | 2024-11-27T19:39:29.127Z | Checking peg v0.8.4 |
2372 | 2024-11-27T19:39:29.703Z | Checking rustyline v14.0.0 |
2373 | 2024-11-27T19:39:38.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.63s |
2374 | 2024-11-27T19:39:38.325Z | |
2375 | 2024-11-27T19:39:38.325Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2376 | 2024-11-27T19:39:38.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2024-11-27T19:39:38.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2024-11-27T19:39:38.988Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2379 | 2024-11-27T19:39:44.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2380 | 2024-11-27T19:39:44.220Z | |
2381 | 2024-11-27T19:39:44.220Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2382 | 2024-11-27T19:39:44.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-11-27T19:39:44.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-11-27T19:39:44.893Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2385 | 2024-11-27T19:39:48.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
2386 | 2024-11-27T19:39:48.788Z | |
2387 | 2024-11-27T19:39:48.788Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2388 | 2024-11-27T19:39:49.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-11-27T19:39:49.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-11-27T19:39:49.458Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2391 | 2024-11-27T19:39:54.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
2392 | 2024-11-27T19:39:54.377Z | |
2393 | 2024-11-27T19:39:54.377Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2394 | 2024-11-27T19:39:54.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-11-27T19:39:54.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-11-27T19:39:55.050Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2397 | 2024-11-27T19:39:59.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
2398 | 2024-11-27T19:39:59.961Z | |
2399 | 2024-11-27T19:39:59.961Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2400 | 2024-11-27T19:40:00.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-11-27T19:40:00.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-11-27T19:40:00.631Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2403 | 2024-11-27T19:40:04.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2404 | 2024-11-27T19:40:04.745Z | |
2405 | 2024-11-27T19:40:04.745Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2406 | 2024-11-27T19:40:05.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-11-27T19:40:05.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-11-27T19:40:05.412Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2409 | 2024-11-27T19:40:09.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
2410 | 2024-11-27T19:40:09.623Z | |
2411 | 2024-11-27T19:40:09.623Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2412 | 2024-11-27T19:40:10.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-11-27T19:40:10.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-11-27T19:40:10.285Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2415 | 2024-11-27T19:40:15.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
2416 | 2024-11-27T19:40:15.374Z | |
2417 | 2024-11-27T19:40:15.374Z | info: running `cargo check --bins` on oximeter (46/173) |
2418 | 2024-11-27T19:40:15.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-11-27T19:40:15.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-11-27T19:40:15.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2421 | 2024-11-27T19:40:15.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2422 | 2024-11-27T19:40:16.006Z | |
2423 | 2024-11-27T19:40:16.006Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2424 | 2024-11-27T19:40:16.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-11-27T19:40:16.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-11-27T19:40:16.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2024-11-27T19:40:16.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2428 | 2024-11-27T19:40:16.614Z | |
2429 | 2024-11-27T19:40:16.614Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2430 | 2024-11-27T19:40:17.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-11-27T19:40:17.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-11-27T19:40:17.251Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2433 | 2024-11-27T19:40:17.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
2434 | 2024-11-27T19:40:17.867Z | |
2435 | 2024-11-27T19:40:17.867Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2436 | 2024-11-27T19:40:18.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-11-27T19:40:18.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-11-27T19:40:18.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2439 | 2024-11-27T19:40:18.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2440 | 2024-11-27T19:40:18.491Z | |
2441 | 2024-11-27T19:40:18.491Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2442 | 2024-11-27T19:40:19.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-11-27T19:40:19.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-11-27T19:40:19.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2024-11-27T19:40:19.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2446 | 2024-11-27T19:40:19.123Z | |
2447 | 2024-11-27T19:40:19.123Z | info: running `cargo check --bins` on oxql-types (51/173) |
2448 | 2024-11-27T19:40:19.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-11-27T19:40:19.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-11-27T19:40:19.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-11-27T19:40:19.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2452 | 2024-11-27T19:40:19.755Z | |
2453 | 2024-11-27T19:40:19.756Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2454 | 2024-11-27T19:40:20.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-11-27T19:40:20.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-11-27T19:40:20.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-11-27T19:40:20.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2458 | 2024-11-27T19:40:20.410Z | |
2459 | 2024-11-27T19:40:20.410Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2460 | 2024-11-27T19:40:20.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-11-27T19:40:20.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-11-27T19:40:20.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-11-27T19:40:20.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2464 | 2024-11-27T19:40:21.043Z | |
2465 | 2024-11-27T19:40:21.044Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2466 | 2024-11-27T19:40:21.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-11-27T19:40:21.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-11-27T19:40:21.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-11-27T19:40:21.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2470 | 2024-11-27T19:40:21.691Z | |
2471 | 2024-11-27T19:40:21.691Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2472 | 2024-11-27T19:40:22.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-11-27T19:40:22.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-11-27T19:40:22.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-11-27T19:40:22.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2476 | 2024-11-27T19:40:22.321Z | |
2477 | 2024-11-27T19:40:22.321Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2478 | 2024-11-27T19:40:22.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-11-27T19:40:22.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-11-27T19:40:22.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-11-27T19:40:22.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2482 | 2024-11-27T19:40:22.958Z | |
2483 | 2024-11-27T19:40:22.958Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2484 | 2024-11-27T19:40:23.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-11-27T19:40:23.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-11-27T19:40:23.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-11-27T19:40:23.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2488 | 2024-11-27T19:40:23.586Z | |
2489 | 2024-11-27T19:40:23.586Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2490 | 2024-11-27T19:40:24.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-11-27T19:40:24.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-11-27T19:40:24.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-11-27T19:40:24.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2494 | 2024-11-27T19:40:24.199Z | |
2495 | 2024-11-27T19:40:24.199Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2496 | 2024-11-27T19:40:24.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-11-27T19:40:24.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-11-27T19:40:24.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-11-27T19:40:24.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2500 | 2024-11-27T19:40:24.839Z | |
2501 | 2024-11-27T19:40:24.840Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2502 | 2024-11-27T19:40:25.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-11-27T19:40:25.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-11-27T19:40:25.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-11-27T19:40:25.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2506 | 2024-11-27T19:40:25.465Z | |
2507 | 2024-11-27T19:40:25.465Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2508 | 2024-11-27T19:40:26.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-11-27T19:40:26.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-11-27T19:40:26.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-11-27T19:40:26.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2512 | 2024-11-27T19:40:26.095Z | |
2513 | 2024-11-27T19:40:26.095Z | info: running `cargo check --bins` on dpd-client (62/173) |
2514 | 2024-11-27T19:40:26.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-11-27T19:40:26.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-11-27T19:40:26.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-11-27T19:40:26.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2518 | 2024-11-27T19:40:26.717Z | |
2519 | 2024-11-27T19:40:26.717Z | info: running `cargo check --bins` on gateway-client (63/173) |
2520 | 2024-11-27T19:40:27.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-11-27T19:40:27.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-11-27T19:40:27.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-11-27T19:40:27.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2524 | 2024-11-27T19:40:27.333Z | |
2525 | 2024-11-27T19:40:27.333Z | info: running `cargo check --bins` on installinator-client (64/173) |
2526 | 2024-11-27T19:40:27.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-11-27T19:40:27.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-11-27T19:40:27.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-11-27T19:40:27.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2530 | 2024-11-27T19:40:27.973Z | |
2531 | 2024-11-27T19:40:27.973Z | info: running `cargo check --bins` on installinator-common (65/173) |
2532 | 2024-11-27T19:40:28.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-11-27T19:40:28.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-11-27T19:40:28.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-11-27T19:40:28.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2536 | 2024-11-27T19:40:28.613Z | |
2537 | 2024-11-27T19:40:28.613Z | info: running `cargo check --bins` on update-engine (66/173) |
2538 | 2024-11-27T19:40:29.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-11-27T19:40:29.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-11-27T19:40:29.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-11-27T19:40:29.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2542 | 2024-11-27T19:40:29.223Z | |
2543 | 2024-11-27T19:40:29.223Z | info: running `cargo check --bins` on nexus-client (67/173) |
2544 | 2024-11-27T19:40:29.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-11-27T19:40:29.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-11-27T19:40:29.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-11-27T19:40:29.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2548 | 2024-11-27T19:40:29.872Z | |
2549 | 2024-11-27T19:40:29.872Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2550 | 2024-11-27T19:40:30.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-11-27T19:40:30.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-11-27T19:40:30.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-11-27T19:40:30.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2554 | 2024-11-27T19:40:30.512Z | |
2555 | 2024-11-27T19:40:30.512Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2556 | 2024-11-27T19:40:31.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-11-27T19:40:31.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-11-27T19:40:31.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-11-27T19:40:31.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2560 | 2024-11-27T19:40:31.128Z | |
2561 | 2024-11-27T19:40:31.128Z | info: running `cargo check --bins` on nexus-types (70/173) |
2562 | 2024-11-27T19:40:31.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-11-27T19:40:31.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-11-27T19:40:31.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-11-27T19:40:31.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2566 | 2024-11-27T19:40:31.777Z | |
2567 | 2024-11-27T19:40:31.777Z | info: running `cargo check --bins` on oxide-client (71/173) |
2568 | 2024-11-27T19:40:32.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-11-27T19:40:32.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-11-27T19:40:32.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-11-27T19:40:32.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2572 | 2024-11-27T19:40:32.391Z | |
2573 | 2024-11-27T19:40:32.391Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2574 | 2024-11-27T19:40:32.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-11-27T19:40:32.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-11-27T19:40:32.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-11-27T19:40:32.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2578 | 2024-11-27T19:40:33.020Z | |
2579 | 2024-11-27T19:40:33.020Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2580 | 2024-11-27T19:40:33.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-11-27T19:40:33.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-11-27T19:40:33.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-11-27T19:40:33.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2584 | 2024-11-27T19:40:33.632Z | |
2585 | 2024-11-27T19:40:33.632Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2586 | 2024-11-27T19:40:34.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-11-27T19:40:34.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-11-27T19:40:34.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-11-27T19:40:34.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2590 | 2024-11-27T19:40:34.273Z | |
2591 | 2024-11-27T19:40:34.273Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2592 | 2024-11-27T19:40:34.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-11-27T19:40:34.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-11-27T19:40:34.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-11-27T19:40:34.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2596 | 2024-11-27T19:40:34.936Z | |
2597 | 2024-11-27T19:40:34.936Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2598 | 2024-11-27T19:40:35.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-11-27T19:40:35.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-11-27T19:40:35.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-11-27T19:40:35.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2602 | 2024-11-27T19:40:35.590Z | |
2603 | 2024-11-27T19:40:35.590Z | info: running `cargo check --bins` on wicket-common (77/173) |
2604 | 2024-11-27T19:40:36.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-11-27T19:40:36.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-11-27T19:40:36.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-11-27T19:40:36.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2608 | 2024-11-27T19:40:36.238Z | |
2609 | 2024-11-27T19:40:36.238Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2610 | 2024-11-27T19:40:36.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-11-27T19:40:36.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-11-27T19:40:36.905Z | Checking csv-core v0.1.11 |
2613 | 2024-11-27T19:40:36.905Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2614 | 2024-11-27T19:40:36.908Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2615 | 2024-11-27T19:40:37.223Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2616 | 2024-11-27T19:40:37.235Z | Checking csv v1.3.0 |
2617 | 2024-11-27T19:40:37.807Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2618 | 2024-11-27T19:40:38.137Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2619 | 2024-11-27T19:40:39.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
2620 | 2024-11-27T19:40:39.581Z | |
2621 | 2024-11-27T19:40:39.581Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2622 | 2024-11-27T19:40:40.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-11-27T19:40:40.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-11-27T19:40:40.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2024-11-27T19:40:40.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2626 | 2024-11-27T19:40:40.213Z | |
2627 | 2024-11-27T19:40:40.213Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2628 | 2024-11-27T19:40:40.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-11-27T19:40:40.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-11-27T19:40:40.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2024-11-27T19:40:40.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2632 | 2024-11-27T19:40:40.839Z | |
2633 | 2024-11-27T19:40:40.839Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2634 | 2024-11-27T19:40:41.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-11-27T19:40:41.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-11-27T19:40:41.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-11-27T19:40:41.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2638 | 2024-11-27T19:40:41.586Z | |
2639 | 2024-11-27T19:40:41.586Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2640 | 2024-11-27T19:40:42.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-11-27T19:40:42.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-11-27T19:40:42.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-11-27T19:40:42.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2644 | 2024-11-27T19:40:42.310Z | |
2645 | 2024-11-27T19:40:42.310Z | info: running `cargo check --bins` on dns-server (83/173) |
2646 | 2024-11-27T19:40:42.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-11-27T19:40:42.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-11-27T19:40:42.956Z | Compiling parking_lot_core v0.8.6 |
2649 | 2024-11-27T19:40:42.956Z | Checking fxhash v0.2.1 |
2650 | 2024-11-27T19:40:42.959Z | Checking hickory-server v0.24.1 |
2651 | 2024-11-27T19:40:42.959Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2652 | 2024-11-27T19:40:42.959Z | Checking hickory-client v0.24.1 |
2653 | 2024-11-27T19:40:43.667Z | Checking parking_lot v0.11.2 |
2654 | 2024-11-27T19:40:43.798Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2655 | 2024-11-27T19:40:43.798Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2656 | 2024-11-27T19:40:43.910Z | Checking sled v0.34.7 |
2657 | 2024-11-27T19:40:45.657Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2658 | 2024-11-27T19:40:46.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
2659 | 2024-11-27T19:40:47.110Z | |
2660 | 2024-11-27T19:40:47.110Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2661 | 2024-11-27T19:40:47.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-11-27T19:40:47.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-11-27T19:40:47.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2024-11-27T19:40:47.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2665 | 2024-11-27T19:40:47.738Z | |
2666 | 2024-11-27T19:40:47.738Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2667 | 2024-11-27T19:40:48.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-11-27T19:40:48.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-11-27T19:40:48.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2024-11-27T19:40:48.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2671 | 2024-11-27T19:40:48.417Z | |
2672 | 2024-11-27T19:40:48.417Z | info: running `cargo check --bins` on gateway-types (86/173) |
2673 | 2024-11-27T19:40:48.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-11-27T19:40:48.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-11-27T19:40:48.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-11-27T19:40:48.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2677 | 2024-11-27T19:40:49.055Z | |
2678 | 2024-11-27T19:40:49.055Z | info: running `cargo check --bins` on ipcc (87/173) |
2679 | 2024-11-27T19:40:49.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-11-27T19:40:49.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-11-27T19:40:49.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-11-27T19:40:49.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2683 | 2024-11-27T19:40:49.691Z | |
2684 | 2024-11-27T19:40:49.691Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2685 | 2024-11-27T19:40:50.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-11-27T19:40:50.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-11-27T19:40:50.385Z | Compiling radium v0.7.0 |
2688 | 2024-11-27T19:40:50.385Z | Compiling semver v0.1.20 |
2689 | 2024-11-27T19:40:50.595Z | Checking tap v1.0.1 |
2690 | 2024-11-27T19:40:50.599Z | Compiling maybe-uninit v2.0.0 |
2691 | 2024-11-27T19:40:50.599Z | Checking password-hash v0.5.0 |
2692 | 2024-11-27T19:40:50.599Z | Checking blake2 v0.10.6 |
2693 | 2024-11-27T19:40:50.599Z | Checking crc-catalog v2.4.0 |
2694 | 2024-11-27T19:40:50.599Z | Checking funty v2.0.0 |
2695 | 2024-11-27T19:40:50.639Z | Checking wyz v0.5.1 |
2696 | 2024-11-27T19:40:50.664Z | Compiling cancel-safe-futures v0.1.5 |
2697 | 2024-11-27T19:40:50.920Z | Compiling rustc_version v0.1.7 |
2698 | 2024-11-27T19:40:50.982Z | Compiling owo-colors v4.1.0 |
2699 | 2024-11-27T19:40:50.998Z | Compiling packed_struct v0.10.1 |
2700 | 2024-11-27T19:40:51.109Z | Checking argon2 v0.5.3 |
2701 | 2024-11-27T19:40:51.125Z | Checking crc v3.2.1 |
2702 | 2024-11-27T19:40:51.183Z | Compiling packed_struct_codegen v0.10.1 |
2703 | 2024-11-27T19:40:51.258Z | Compiling indexmap v1.9.3 |
2704 | 2024-11-27T19:40:51.341Z | Checking half v2.4.1 |
2705 | 2024-11-27T19:40:51.401Z | Compiling newtype_derive v0.1.6 |
2706 | 2024-11-27T19:40:51.459Z | Checking bitvec v1.0.1 |
2707 | 2024-11-27T19:40:51.532Z | Checking nodrop v0.1.14 |
2708 | 2024-11-27T19:40:51.548Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2709 | 2024-11-27T19:40:51.565Z | Checking ciborium-io v0.2.2 |
2710 | 2024-11-27T19:40:51.661Z | Checking array-init v0.0.4 |
2711 | 2024-11-27T19:40:51.772Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2712 | 2024-11-27T19:40:51.798Z | Checking ciborium-ll v0.2.2 |
2713 | 2024-11-27T19:40:51.854Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2714 | 2024-11-27T19:40:51.871Z | Checking smallvec v0.6.14 |
2715 | 2024-11-27T19:40:52.105Z | Checking libsw v3.3.1 |
2716 | 2024-11-27T19:40:52.287Z | Compiling memoffset v0.9.1 |
2717 | 2024-11-27T19:40:52.390Z | Checking hashbrown v0.12.3 |
2718 | 2024-11-27T19:40:52.508Z | Checking swrite v0.1.0 |
2719 | 2024-11-27T19:40:52.582Z | Checking bitfield v0.14.0 |
2720 | 2024-11-27T19:40:52.606Z | Checking linear-map v1.2.0 |
2721 | 2024-11-27T19:40:52.625Z | Checking indent_write v2.2.0 |
2722 | 2024-11-27T19:40:52.666Z | Checking termcolor v1.4.1 |
2723 | 2024-11-27T19:40:52.827Z | Checking serde-hex v0.1.0 |
2724 | 2024-11-27T19:40:52.858Z | Checking ron v0.8.1 |
2725 | 2024-11-27T19:40:53.093Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2726 | 2024-11-27T19:40:53.119Z | Checking env_logger v0.10.2 |
2727 | 2024-11-27T19:40:53.536Z | Checking ciborium v0.2.2 |
2728 | 2024-11-27T19:40:53.566Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2729 | 2024-11-27T19:40:54.115Z | Checking steno v0.4.1 |
2730 | 2024-11-27T19:40:54.134Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2731 | 2024-11-27T19:40:54.182Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2732 | 2024-11-27T19:40:54.396Z | Checking hashbrown v0.13.2 |
2733 | 2024-11-27T19:40:54.520Z | Checking crc-any v2.5.0 |
2734 | 2024-11-27T19:40:54.735Z | Checking humantime v2.1.0 |
2735 | 2024-11-27T19:40:54.917Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2736 | 2024-11-27T19:40:55.046Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2737 | 2024-11-27T19:40:55.411Z | Checking object v0.30.4 |
2738 | 2024-11-27T19:40:55.426Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2739 | 2024-11-27T19:40:55.528Z | Checking path-slash v0.1.5 |
2740 | 2024-11-27T19:40:55.668Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2741 | 2024-11-27T19:40:55.768Z | Checking nix v0.27.1 |
2742 | 2024-11-27T19:40:56.381Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2743 | 2024-11-27T19:40:56.516Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2744 | 2024-11-27T19:40:56.788Z | Checking tungstenite v0.23.0 |
2745 | 2024-11-27T19:40:56.898Z | Checking kstat-rs v0.2.4 |
2746 | 2024-11-27T19:40:57.127Z | Checking signal-hook-tokio v0.3.1 |
2747 | 2024-11-27T19:40:57.228Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2748 | 2024-11-27T19:40:57.733Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2749 | 2024-11-27T19:40:57.759Z | Checking tokio-tungstenite v0.23.1 |
2750 | 2024-11-27T19:40:58.459Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2751 | 2024-11-27T19:40:58.490Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2752 | 2024-11-27T19:41:04.995Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2753 | 2024-11-27T19:41:06.293Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2754 | 2024-11-27T19:41:09.448Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2755 | 2024-11-27T19:41:15.094Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2756 | 2024-11-27T19:41:15.792Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2757 | 2024-11-27T19:41:18.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.86s |
2758 | 2024-11-27T19:41:18.748Z | |
2759 | 2024-11-27T19:41:18.748Z | info: running `cargo check --bins` on gateway-api (89/173) |
2760 | 2024-11-27T19:41:19.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2024-11-27T19:41:19.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2024-11-27T19:41:19.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2763 | 2024-11-27T19:41:19.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2764 | 2024-11-27T19:41:19.380Z | |
2765 | 2024-11-27T19:41:19.380Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2766 | 2024-11-27T19:41:19.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2024-11-27T19:41:19.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2024-11-27T19:41:19.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2024-11-27T19:41:19.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2770 | 2024-11-27T19:41:19.990Z | |
2771 | 2024-11-27T19:41:19.990Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2772 | 2024-11-27T19:41:20.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-11-27T19:41:20.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-11-27T19:41:20.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2024-11-27T19:41:20.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2776 | 2024-11-27T19:41:20.622Z | |
2777 | 2024-11-27T19:41:20.623Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2778 | 2024-11-27T19:41:21.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-11-27T19:41:21.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-11-27T19:41:21.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-11-27T19:41:21.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2782 | 2024-11-27T19:41:21.261Z | |
2783 | 2024-11-27T19:41:21.261Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2784 | 2024-11-27T19:41:21.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-11-27T19:41:21.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-11-27T19:41:21.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-11-27T19:41:21.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2788 | 2024-11-27T19:41:21.900Z | |
2789 | 2024-11-27T19:41:21.900Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2790 | 2024-11-27T19:41:22.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-11-27T19:41:22.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-11-27T19:41:22.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-11-27T19:41:22.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2794 | 2024-11-27T19:41:22.540Z | |
2795 | 2024-11-27T19:41:22.540Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2796 | 2024-11-27T19:41:23.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-11-27T19:41:23.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-11-27T19:41:23.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-11-27T19:41:23.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2800 | 2024-11-27T19:41:23.184Z | |
2801 | 2024-11-27T19:41:23.184Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2802 | 2024-11-27T19:41:23.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-11-27T19:41:23.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-11-27T19:41:23.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2024-11-27T19:41:23.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2806 | 2024-11-27T19:41:23.822Z | |
2807 | 2024-11-27T19:41:23.822Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2808 | 2024-11-27T19:41:24.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-11-27T19:41:24.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-11-27T19:41:24.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2024-11-27T19:41:24.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2812 | 2024-11-27T19:41:24.486Z | |
2813 | 2024-11-27T19:41:24.486Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2814 | 2024-11-27T19:41:25.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-11-27T19:41:25.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-11-27T19:41:25.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2024-11-27T19:41:25.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2818 | 2024-11-27T19:41:25.123Z | |
2819 | 2024-11-27T19:41:25.123Z | info: running `cargo check --bins` on sp-sim (99/173) |
2820 | 2024-11-27T19:41:25.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-11-27T19:41:25.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-11-27T19:41:25.771Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2823 | 2024-11-27T19:41:27.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
2824 | 2024-11-27T19:41:27.814Z | |
2825 | 2024-11-27T19:41:27.814Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2826 | 2024-11-27T19:41:28.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-11-27T19:41:28.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-11-27T19:41:28.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2829 | 2024-11-27T19:41:28.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2830 | 2024-11-27T19:41:28.486Z | |
2831 | 2024-11-27T19:41:28.486Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2832 | 2024-11-27T19:41:29.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-11-27T19:41:29.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-11-27T19:41:29.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-11-27T19:41:29.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2836 | 2024-11-27T19:41:29.166Z | |
2837 | 2024-11-27T19:41:29.166Z | info: running `cargo check --bins` on db-macros (102/173) |
2838 | 2024-11-27T19:41:29.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-11-27T19:41:29.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-11-27T19:41:29.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-11-27T19:41:29.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2842 | 2024-11-27T19:41:29.776Z | |
2843 | 2024-11-27T19:41:29.776Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2844 | 2024-11-27T19:41:30.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-11-27T19:41:30.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-11-27T19:41:30.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2024-11-27T19:41:30.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2848 | 2024-11-27T19:41:30.396Z | |
2849 | 2024-11-27T19:41:30.397Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2850 | 2024-11-27T19:41:30.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-11-27T19:41:30.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-11-27T19:41:30.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2024-11-27T19:41:30.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2854 | 2024-11-27T19:41:31.065Z | |
2855 | 2024-11-27T19:41:31.065Z | info: running `cargo check --bins` on authz-macros (105/173) |
2856 | 2024-11-27T19:41:31.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-11-27T19:41:31.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-11-27T19:41:31.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2024-11-27T19:41:31.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2860 | 2024-11-27T19:41:31.678Z | |
2861 | 2024-11-27T19:41:31.678Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2862 | 2024-11-27T19:41:32.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-11-27T19:41:32.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-11-27T19:41:32.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-11-27T19:41:32.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2866 | 2024-11-27T19:41:32.337Z | |
2867 | 2024-11-27T19:41:32.337Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2868 | 2024-11-27T19:41:32.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-11-27T19:41:32.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-11-27T19:41:32.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-11-27T19:41:32.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2872 | 2024-11-27T19:41:32.996Z | |
2873 | 2024-11-27T19:41:32.996Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2874 | 2024-11-27T19:41:33.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-11-27T19:41:33.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-11-27T19:41:33.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2024-11-27T19:41:33.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2878 | 2024-11-27T19:41:33.626Z | |
2879 | 2024-11-27T19:41:33.626Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2880 | 2024-11-27T19:41:34.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-11-27T19:41:34.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-11-27T19:41:34.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-11-27T19:41:34.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2884 | 2024-11-27T19:41:34.279Z | |
2885 | 2024-11-27T19:41:34.279Z | info: running `cargo check --bins` on typed-rng (110/173) |
2886 | 2024-11-27T19:41:34.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-11-27T19:41:34.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-11-27T19:41:34.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2024-11-27T19:41:34.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2890 | 2024-11-27T19:41:34.889Z | |
2891 | 2024-11-27T19:41:34.889Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2892 | 2024-11-27T19:41:35.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-11-27T19:41:35.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-11-27T19:41:35.624Z | Checking keccak v0.1.5 |
2895 | 2024-11-27T19:41:35.735Z | Checking secrecy v0.8.0 |
2896 | 2024-11-27T19:41:35.737Z | Compiling unicase v2.7.0 |
2897 | 2024-11-27T19:41:35.737Z | Compiling same-file v1.0.6 |
2898 | 2024-11-27T19:41:35.754Z | Compiling tempfile v3.13.0 |
2899 | 2024-11-27T19:41:35.777Z | Compiling thiserror-impl-no-std v2.0.2 |
2900 | 2024-11-27T19:41:35.780Z | Checking universal-hash v0.5.1 |
2901 | 2024-11-27T19:41:35.780Z | Compiling ring v0.16.20 |
2902 | 2024-11-27T19:41:35.919Z | Compiling blake3 v1.5.4 |
2903 | 2024-11-27T19:41:35.960Z | Compiling walkdir v2.5.0 |
2904 | 2024-11-27T19:41:36.011Z | Checking sha3 v0.10.8 |
2905 | 2024-11-27T19:41:36.046Z | Checking opaque-debug v0.3.1 |
2906 | 2024-11-27T19:41:36.144Z | Checking poly1305 v0.8.0 |
2907 | 2024-11-27T19:41:36.190Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2908 | 2024-11-27T19:41:36.430Z | Checking chacha20 v0.9.1 |
2909 | 2024-11-27T19:41:36.486Z | Checking aead v0.5.2 |
2910 | 2024-11-27T19:41:36.615Z | Compiling memmap2 v0.9.5 |
2911 | 2024-11-27T19:41:36.649Z | Compiling arrayref v0.3.9 |
2912 | 2024-11-27T19:41:36.668Z | Compiling constant_time_eq v0.3.1 |
2913 | 2024-11-27T19:41:36.708Z | Compiling spin v0.5.2 |
2914 | 2024-11-27T19:41:36.750Z | Compiling salty v0.3.0 |
2915 | 2024-11-27T19:41:36.775Z | Compiling arrayvec v0.7.6 |
2916 | 2024-11-27T19:41:36.833Z | Compiling libefi-sys v0.1.0 |
2917 | 2024-11-27T19:41:36.937Z | Checking chacha20poly1305 v0.10.1 |
2918 | 2024-11-27T19:41:37.086Z | Compiling toolchain_find v0.4.0 |
2919 | 2024-11-27T19:41:37.138Z | Compiling camino-tempfile v1.1.1 |
2920 | 2024-11-27T19:41:37.168Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2921 | 2024-11-27T19:41:37.199Z | Compiling bitfield-struct v0.6.2 |
2922 | 2024-11-27T19:41:37.552Z | Compiling topological-sort v0.2.2 |
2923 | 2024-11-27T19:41:37.749Z | Compiling mime_guess v2.0.5 |
2924 | 2024-11-27T19:41:37.752Z | Compiling rustfmt-wrapper v0.2.1 |
2925 | 2024-11-27T19:41:38.212Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2926 | 2024-11-27T19:41:38.310Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2927 | 2024-11-27T19:41:38.348Z | Checking primeorder v0.13.6 |
2928 | 2024-11-27T19:41:38.449Z | Checking env_filter v0.1.2 |
2929 | 2024-11-27T19:41:38.598Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2930 | 2024-11-27T19:41:38.686Z | Checking env_logger v0.11.5 |
2931 | 2024-11-27T19:41:38.703Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2932 | 2024-11-27T19:41:38.824Z | Checking p384 v0.13.0 |
2933 | 2024-11-27T19:41:38.946Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2934 | 2024-11-27T19:41:38.965Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2935 | 2024-11-27T19:41:39.090Z | Checking thiserror-no-std v2.0.2 |
2936 | 2024-11-27T19:41:39.199Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2937 | 2024-11-27T19:41:39.215Z | Checking vsss-rs v3.3.4 |
2938 | 2024-11-27T19:41:39.255Z | Checking http-range v0.1.5 |
2939 | 2024-11-27T19:41:39.274Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2940 | 2024-11-27T19:41:39.437Z | Checking lockfree-object-pool v0.1.6 |
2941 | 2024-11-27T19:41:39.528Z | Compiling zip v2.1.3 |
2942 | 2024-11-27T19:41:39.602Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2943 | 2024-11-27T19:41:39.675Z | Checking simd-adler32 v0.3.7 |
2944 | 2024-11-27T19:41:39.744Z | Checking bumpalo v3.16.0 |
2945 | 2024-11-27T19:41:39.869Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2946 | 2024-11-27T19:41:39.918Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2947 | 2024-11-27T19:41:40.022Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2948 | 2024-11-27T19:41:40.075Z | Checking zopfli v0.8.1 |
2949 | 2024-11-27T19:41:40.200Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2950 | 2024-11-27T19:41:40.601Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2951 | 2024-11-27T19:41:40.649Z | Checking nanorand v0.7.0 |
2952 | 2024-11-27T19:41:40.765Z | Checking atty v0.2.14 |
2953 | 2024-11-27T19:41:40.783Z | Checking glob v0.3.1 |
2954 | 2024-11-27T19:41:40.895Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2955 | 2024-11-27T19:41:41.060Z | Checking flume v0.11.1 |
2956 | 2024-11-27T19:41:41.161Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2957 | 2024-11-27T19:41:41.361Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2958 | 2024-11-27T19:41:41.552Z | Compiling omicron-zone-package v0.11.1 |
2959 | 2024-11-27T19:41:41.819Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2960 | 2024-11-27T19:41:42.728Z | Checking hyper-staticfile v0.10.1 |
2961 | 2024-11-27T19:41:43.250Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2962 | 2024-11-27T19:41:43.349Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2963 | 2024-11-27T19:41:43.640Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2964 | 2024-11-27T19:41:43.717Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2965 | 2024-11-27T19:41:43.764Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2966 | 2024-11-27T19:41:43.861Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2967 | 2024-11-27T19:41:44.446Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2968 | 2024-11-27T19:41:45.106Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2969 | 2024-11-27T19:41:46.036Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2970 | 2024-11-27T19:41:47.899Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2971 | 2024-11-27T19:41:47.899Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2972 | 2024-11-27T19:41:58.069Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2973 | 2024-11-27T19:42:11.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.61s |
2974 | 2024-11-27T19:42:11.688Z | |
2975 | 2024-11-27T19:42:11.688Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2976 | 2024-11-27T19:42:12.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2977 | 2024-11-27T19:42:12.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2978 | 2024-11-27T19:42:12.418Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2979 | 2024-11-27T19:42:25.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s |
2980 | 2024-11-27T19:42:26.162Z | |
2981 | 2024-11-27T19:42:26.162Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2982 | 2024-11-27T19:42:26.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2983 | 2024-11-27T19:42:26.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2984 | 2024-11-27T19:42:26.895Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2985 | 2024-11-27T19:42:40.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s |
2986 | 2024-11-27T19:42:40.689Z | |
2987 | 2024-11-27T19:42:40.689Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2988 | 2024-11-27T19:42:41.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2989 | 2024-11-27T19:42:41.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2990 | 2024-11-27T19:42:41.444Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2991 | 2024-11-27T19:42:55.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s |
2992 | 2024-11-27T19:42:55.597Z | |
2993 | 2024-11-27T19:42:55.597Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2994 | 2024-11-27T19:42:56.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2995 | 2024-11-27T19:42:56.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2996 | 2024-11-27T19:42:56.363Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2997 | 2024-11-27T19:43:10.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
2998 | 2024-11-27T19:43:10.411Z | |
2999 | 2024-11-27T19:43:10.411Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3000 | 2024-11-27T19:43:11.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3001 | 2024-11-27T19:43:11.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3002 | 2024-11-27T19:43:11.162Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3003 | 2024-11-27T19:43:25.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.75s |
3004 | 2024-11-27T19:43:25.366Z | |
3005 | 2024-11-27T19:43:25.366Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3006 | 2024-11-27T19:43:25.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-11-27T19:43:25.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-11-27T19:43:26.129Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3009 | 2024-11-27T19:43:40.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.65s |
3010 | 2024-11-27T19:43:40.219Z | |
3011 | 2024-11-27T19:43:40.219Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3012 | 2024-11-27T19:43:40.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-11-27T19:43:40.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-11-27T19:43:40.967Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3015 | 2024-11-27T19:43:54.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s |
3016 | 2024-11-27T19:43:54.984Z | |
3017 | 2024-11-27T19:43:54.984Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3018 | 2024-11-27T19:43:55.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2024-11-27T19:43:55.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2024-11-27T19:43:55.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3021 | 2024-11-27T19:43:55.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3022 | 2024-11-27T19:43:55.650Z | |
3023 | 2024-11-27T19:43:55.650Z | info: running `cargo check --bins` on key-manager (120/173) |
3024 | 2024-11-27T19:43:56.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2024-11-27T19:43:56.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2024-11-27T19:43:56.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3027 | 2024-11-27T19:43:56.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3028 | 2024-11-27T19:43:56.285Z | |
3029 | 2024-11-27T19:43:56.285Z | info: running `cargo check --bins` on range-requests (121/173) |
3030 | 2024-11-27T19:43:56.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2024-11-27T19:43:56.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2024-11-27T19:43:56.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2024-11-27T19:43:56.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3034 | 2024-11-27T19:43:56.898Z | |
3035 | 2024-11-27T19:43:56.898Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3036 | 2024-11-27T19:43:57.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2024-11-27T19:43:57.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2024-11-27T19:43:57.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2024-11-27T19:43:57.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3040 | 2024-11-27T19:43:57.533Z | |
3041 | 2024-11-27T19:43:57.533Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3042 | 2024-11-27T19:43:58.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2024-11-27T19:43:58.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2024-11-27T19:43:58.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2024-11-27T19:43:58.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3046 | 2024-11-27T19:43:58.192Z | |
3047 | 2024-11-27T19:43:58.192Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3048 | 2024-11-27T19:43:58.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2024-11-27T19:43:58.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2024-11-27T19:43:58.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2024-11-27T19:43:58.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3052 | 2024-11-27T19:43:58.836Z | |
3053 | 2024-11-27T19:43:58.836Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3054 | 2024-11-27T19:43:59.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2024-11-27T19:43:59.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2024-11-27T19:43:59.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2024-11-27T19:43:59.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3058 | 2024-11-27T19:43:59.485Z | |
3059 | 2024-11-27T19:43:59.486Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3060 | 2024-11-27T19:44:00.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2024-11-27T19:44:00.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2024-11-27T19:44:00.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2024-11-27T19:44:00.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3064 | 2024-11-27T19:44:00.133Z | |
3065 | 2024-11-27T19:44:00.133Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3066 | 2024-11-27T19:44:00.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-11-27T19:44:00.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-11-27T19:44:00.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2024-11-27T19:44:00.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3070 | 2024-11-27T19:44:00.790Z | |
3071 | 2024-11-27T19:44:00.790Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3072 | 2024-11-27T19:44:01.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2024-11-27T19:44:01.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2024-11-27T19:44:01.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2024-11-27T19:44:01.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3076 | 2024-11-27T19:44:01.442Z | |
3077 | 2024-11-27T19:44:01.442Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3078 | 2024-11-27T19:44:02.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-11-27T19:44:02.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-11-27T19:44:02.129Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3081 | 2024-11-27T19:44:02.129Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3082 | 2024-11-27T19:44:02.878Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3083 | 2024-11-27T19:44:04.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
3084 | 2024-11-27T19:44:04.998Z | |
3085 | 2024-11-27T19:44:04.999Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3086 | 2024-11-27T19:44:05.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2024-11-27T19:44:05.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2024-11-27T19:44:05.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3089 | 2024-11-27T19:44:05.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3090 | 2024-11-27T19:44:05.636Z | |
3091 | 2024-11-27T19:44:05.636Z | info: running `cargo check --bins` on cert-dev (131/173) |
3092 | 2024-11-27T19:44:06.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-11-27T19:44:06.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-11-27T19:44:06.254Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3095 | 2024-11-27T19:44:06.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3096 | 2024-11-27T19:44:06.690Z | |
3097 | 2024-11-27T19:44:06.690Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3098 | 2024-11-27T19:44:07.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-11-27T19:44:07.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-11-27T19:44:07.377Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3101 | 2024-11-27T19:44:07.377Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3102 | 2024-11-27T19:44:07.980Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3103 | 2024-11-27T19:44:08.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3104 | 2024-11-27T19:44:08.524Z | |
3105 | 2024-11-27T19:44:08.524Z | info: running `cargo check --bins` on ch-dev (133/173) |
3106 | 2024-11-27T19:44:09.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-11-27T19:44:09.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-11-27T19:44:09.189Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3109 | 2024-11-27T19:44:09.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3110 | 2024-11-27T19:44:10.077Z | |
3111 | 2024-11-27T19:44:10.077Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3112 | 2024-11-27T19:44:10.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-11-27T19:44:10.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-11-27T19:44:10.728Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3115 | 2024-11-27T19:44:11.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3116 | 2024-11-27T19:44:11.277Z | |
3117 | 2024-11-27T19:44:11.277Z | info: running `cargo check --bins` on db-dev (135/173) |
3118 | 2024-11-27T19:44:11.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-11-27T19:44:11.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-11-27T19:44:11.946Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3121 | 2024-11-27T19:44:12.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3122 | 2024-11-27T19:44:12.849Z | |
3123 | 2024-11-27T19:44:12.849Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3124 | 2024-11-27T19:44:13.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-11-27T19:44:13.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-11-27T19:44:13.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3127 | 2024-11-27T19:44:13.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3128 | 2024-11-27T19:44:13.505Z | |
3129 | 2024-11-27T19:44:13.505Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3130 | 2024-11-27T19:44:14.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2024-11-27T19:44:14.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2024-11-27T19:44:14.131Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3133 | 2024-11-27T19:44:15.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
3134 | 2024-11-27T19:44:15.197Z | |
3135 | 2024-11-27T19:44:15.197Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3136 | 2024-11-27T19:44:15.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2024-11-27T19:44:15.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2024-11-27T19:44:15.822Z | Checking cargo-platform v0.1.8 |
3139 | 2024-11-27T19:44:16.095Z | Checking cargo_metadata v0.18.1 |
3140 | 2024-11-27T19:44:17.050Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3141 | 2024-11-27T19:44:17.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3142 | 2024-11-27T19:44:17.954Z | |
3143 | 2024-11-27T19:44:17.954Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3144 | 2024-11-27T19:44:18.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2024-11-27T19:44:18.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2024-11-27T19:44:18.674Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3147 | 2024-11-27T19:44:19.386Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3148 | 2024-11-27T19:44:19.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3149 | 2024-11-27T19:44:20.128Z | |
3150 | 2024-11-27T19:44:20.128Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3151 | 2024-11-27T19:44:20.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2024-11-27T19:44:20.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2024-11-27T19:44:20.917Z | Compiling crunchy v0.2.2 |
3154 | 2024-11-27T19:44:20.917Z | Compiling tiny-keccak v2.0.2 |
3155 | 2024-11-27T19:44:20.921Z | Compiling dsl_auto_type v0.1.2 |
3156 | 2024-11-27T19:44:20.921Z | Checking scheduled-thread-pool v0.2.7 |
3157 | 2024-11-27T19:44:20.921Z | Compiling diesel_table_macro_syntax v0.2.0 |
3158 | 2024-11-27T19:44:21.073Z | Compiling ascii-canvas v3.0.0 |
3159 | 2024-11-27T19:44:21.076Z | Compiling ena v0.14.3 |
3160 | 2024-11-27T19:44:21.076Z | Compiling diff v0.1.13 |
3161 | 2024-11-27T19:44:21.311Z | Compiling regex-syntax v0.6.29 |
3162 | 2024-11-27T19:44:21.477Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3163 | 2024-11-27T19:44:21.480Z | Compiling ref-cast v1.0.23 |
3164 | 2024-11-27T19:44:21.626Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3165 | 2024-11-27T19:44:21.685Z | Compiling derive_builder_core v0.20.2 |
3166 | 2024-11-27T19:44:21.745Z | Compiling libxml v0.3.3 |
3167 | 2024-11-27T19:44:21.865Z | Compiling ref-cast-impl v1.0.23 |
3168 | 2024-11-27T19:44:22.041Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3169 | 2024-11-27T19:44:22.164Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3170 | 2024-11-27T19:44:22.201Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3171 | 2024-11-27T19:44:22.450Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3172 | 2024-11-27T19:44:22.546Z | Compiling strum_macros v0.24.3 |
3173 | 2024-11-27T19:44:22.569Z | Checking r2d2 v0.8.10 |
3174 | 2024-11-27T19:44:22.601Z | Compiling diesel_derives v2.2.3 |
3175 | 2024-11-27T19:44:22.867Z | Compiling samael v0.0.17 |
3176 | 2024-11-27T19:44:22.886Z | Compiling indoc v1.0.9 |
3177 | 2024-11-27T19:44:23.856Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3178 | 2024-11-27T19:44:24.046Z | Compiling derive_builder_macro v0.20.2 |
3179 | 2024-11-27T19:44:24.126Z | Compiling impl-trait-for-tuples v0.2.2 |
3180 | 2024-11-27T19:44:24.738Z | Compiling lalrpop v0.19.12 |
3181 | 2024-11-27T19:44:24.928Z | Checking derive_builder v0.20.2 |
3182 | 2024-11-27T19:44:25.080Z | Compiling oso-derive v0.27.3 |
3183 | 2024-11-27T19:44:25.585Z | Checking quick-xml v0.33.0 |
3184 | 2024-11-27T19:44:26.190Z | Compiling diesel-dtrace v0.3.0 |
3185 | 2024-11-27T19:44:26.307Z | Checking maplit v1.0.2 |
3186 | 2024-11-27T19:44:26.479Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3187 | 2024-11-27T19:44:26.578Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3188 | 2024-11-27T19:44:26.865Z | Checking bb8 v0.8.5 |
3189 | 2024-11-27T19:44:27.146Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3190 | 2024-11-27T19:44:27.324Z | Checking castaway v0.2.3 |
3191 | 2024-11-27T19:44:27.349Z | Checking rand_seeder v0.3.0 |
3192 | 2024-11-27T19:44:27.458Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3193 | 2024-11-27T19:44:27.506Z | Checking compact_str v0.8.0 |
3194 | 2024-11-27T19:44:27.587Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3195 | 2024-11-27T19:44:27.789Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3196 | 2024-11-27T19:44:28.162Z | Checking unicode-truncate v1.1.0 |
3197 | 2024-11-27T19:44:28.360Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3198 | 2024-11-27T19:44:28.400Z | Checking lru v0.12.5 |
3199 | 2024-11-27T19:44:28.632Z | Compiling instability v0.3.2 |
3200 | 2024-11-27T19:44:28.712Z | Checking unicode-linebreak v0.1.5 |
3201 | 2024-11-27T19:44:29.147Z | Checking smawk v0.3.2 |
3202 | 2024-11-27T19:44:29.271Z | Checking is_ci v1.2.0 |
3203 | 2024-11-27T19:44:29.356Z | Checking cassowary v0.3.0 |
3204 | 2024-11-27T19:44:29.401Z | Checking supports-color v3.0.1 |
3205 | 2024-11-27T19:44:29.509Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3206 | 2024-11-27T19:44:29.590Z | Checking textwrap v0.16.1 |
3207 | 2024-11-27T19:44:29.760Z | Checking ratatui v0.28.1 |
3208 | 2024-11-27T19:44:29.785Z | Checking multimap v0.10.0 |
3209 | 2024-11-27T19:44:32.455Z | Checking diesel v2.2.4 |
3210 | 2024-11-27T19:44:58.006Z | Compiling polar-core v0.27.3 |
3211 | 2024-11-27T19:45:01.798Z | Checking async-bb8-diesel v0.2.1 |
3212 | 2024-11-27T19:45:05.349Z | Checking oso v0.27.3 |
3213 | 2024-11-27T19:46:17.089Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3214 | 2024-11-27T19:46:23.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
3215 | 2024-11-27T19:46:23.364Z | |
3216 | 2024-11-27T19:46:23.364Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3217 | 2024-11-27T19:46:23.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3218 | 2024-11-27T19:46:23.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3219 | 2024-11-27T19:46:23.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3220 | 2024-11-27T19:46:23.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3221 | 2024-11-27T19:46:24.049Z | |
3222 | 2024-11-27T19:46:24.049Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3223 | 2024-11-27T19:46:24.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2024-11-27T19:46:24.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2024-11-27T19:46:24.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3226 | 2024-11-27T19:46:24.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3227 | 2024-11-27T19:46:24.737Z | |
3228 | 2024-11-27T19:46:24.737Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3229 | 2024-11-27T19:46:25.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2024-11-27T19:46:25.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2024-11-27T19:46:25.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3232 | 2024-11-27T19:46:25.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3233 | 2024-11-27T19:46:25.359Z | |
3234 | 2024-11-27T19:46:25.359Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3235 | 2024-11-27T19:46:25.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2024-11-27T19:46:26.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2024-11-27T19:46:26.165Z | Compiling libz-sys v1.1.20 |
3238 | 2024-11-27T19:46:26.281Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3239 | 2024-11-27T19:46:26.292Z | Compiling vergen v8.3.2 |
3240 | 2024-11-27T19:46:26.295Z | Compiling cargo-platform v0.1.8 |
3241 | 2024-11-27T19:46:26.295Z | Compiling pin-project-internal v1.1.6 |
3242 | 2024-11-27T19:46:26.329Z | Compiling libsqlite3-sys v0.30.1 |
3243 | 2024-11-27T19:46:26.329Z | Compiling snafu-derive v0.8.5 |
3244 | 2024-11-27T19:46:26.332Z | Compiling buf-list v1.0.3 |
3245 | 2024-11-27T19:46:26.560Z | Compiling rustls v0.21.12 |
3246 | 2024-11-27T19:46:26.823Z | Compiling cargo_metadata v0.18.1 |
3247 | 2024-11-27T19:46:26.841Z | Compiling cfg_aliases v0.2.1 |
3248 | 2024-11-27T19:46:26.950Z | Checking globset v0.4.15 |
3249 | 2024-11-27T19:46:26.959Z | Compiling nix v0.29.0 |
3250 | 2024-11-27T19:46:27.074Z | Checking olpc-cjson v0.1.4 |
3251 | 2024-11-27T19:46:27.217Z | Checking rustls-webpki v0.101.7 |
3252 | 2024-11-27T19:46:27.298Z | Checking sct v0.7.1 |
3253 | 2024-11-27T19:46:27.496Z | Checking serde_plain v1.0.2 |
3254 | 2024-11-27T19:46:27.515Z | Checking typed-path v0.9.3 |
3255 | 2024-11-27T19:46:28.074Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3256 | 2024-11-27T19:46:28.286Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3257 | 2024-11-27T19:46:28.347Z | Checking hashlink v0.9.1 |
3258 | 2024-11-27T19:46:28.559Z | Checking fallible-streaming-iterator v0.1.9 |
3259 | 2024-11-27T19:46:28.812Z | Checking parse-size v1.1.0 |
3260 | 2024-11-27T19:46:28.987Z | Checking fallible-iterator v0.3.0 |
3261 | 2024-11-27T19:46:29.346Z | Checking pin-project v1.1.6 |
3262 | 2024-11-27T19:46:29.479Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3263 | 2024-11-27T19:46:29.483Z | Checking rustls-pemfile v1.0.4 |
3264 | 2024-11-27T19:46:29.548Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3265 | 2024-11-27T19:46:29.626Z | Checking rusqlite v0.32.1 |
3266 | 2024-11-27T19:46:29.681Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3267 | 2024-11-27T19:46:29.955Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3268 | 2024-11-27T19:46:30.321Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3269 | 2024-11-27T19:46:30.405Z | Checking twox-hash v1.6.3 |
3270 | 2024-11-27T19:46:30.457Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3271 | 2024-11-27T19:46:30.938Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3272 | 2024-11-27T19:46:31.081Z | Checking tokio-rustls v0.24.1 |
3273 | 2024-11-27T19:46:31.217Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3274 | 2024-11-27T19:46:31.438Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3275 | 2024-11-27T19:46:31.514Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3276 | 2024-11-27T19:46:31.805Z | Checking fatfs v0.3.6 |
3277 | 2024-11-27T19:46:31.903Z | Checking snafu v0.8.5 |
3278 | 2024-11-27T19:46:32.355Z | Checking assert_matches v1.5.0 |
3279 | 2024-11-27T19:46:32.374Z | Checking tough v0.19.0 |
3280 | 2024-11-27T19:46:36.454Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3281 | 2024-11-27T19:46:37.814Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3282 | 2024-11-27T19:46:38.689Z | Compiling git2 v0.19.0 |
3283 | 2024-11-27T19:46:43.430Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3284 | 2024-11-27T19:47:35.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3285 | 2024-11-27T19:47:35.963Z | |
3286 | 2024-11-27T19:47:35.963Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3287 | 2024-11-27T19:47:36.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2024-11-27T19:47:36.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2024-11-27T19:47:36.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3290 | 2024-11-27T19:47:36.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3291 | 2024-11-27T19:47:36.657Z | |
3292 | 2024-11-27T19:47:36.657Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3293 | 2024-11-27T19:47:37.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2024-11-27T19:47:37.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2024-11-27T19:47:37.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2024-11-27T19:47:37.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3297 | 2024-11-27T19:47:37.275Z | |
3298 | 2024-11-27T19:47:37.275Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3299 | 2024-11-27T19:47:37.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2024-11-27T19:47:37.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2024-11-27T19:47:37.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2024-11-27T19:47:37.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3303 | 2024-11-27T19:47:37.932Z | |
3304 | 2024-11-27T19:47:37.932Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3305 | 2024-11-27T19:47:38.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2024-11-27T19:47:38.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2024-11-27T19:47:38.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2024-11-27T19:47:38.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3309 | 2024-11-27T19:47:38.605Z | |
3310 | 2024-11-27T19:47:38.605Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3311 | 2024-11-27T19:47:39.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2024-11-27T19:47:39.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2024-11-27T19:47:39.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3314 | 2024-11-27T19:47:39.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3315 | 2024-11-27T19:47:39.279Z | |
3316 | 2024-11-27T19:47:39.279Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3317 | 2024-11-27T19:47:39.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-11-27T19:47:39.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-11-27T19:47:39.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2024-11-27T19:47:39.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3321 | 2024-11-27T19:47:39.959Z | |
3322 | 2024-11-27T19:47:39.959Z | info: running `cargo check --bins` on update-common (151/173) |
3323 | 2024-11-27T19:47:40.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2024-11-27T19:47:40.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2024-11-27T19:47:40.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2024-11-27T19:47:40.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3327 | 2024-11-27T19:47:40.625Z | |
3328 | 2024-11-27T19:47:40.625Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3329 | 2024-11-27T19:47:41.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-11-27T19:47:41.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-11-27T19:47:41.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3332 | 2024-11-27T19:47:41.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3333 | 2024-11-27T19:47:41.298Z | |
3334 | 2024-11-27T19:47:41.298Z | info: running `cargo check --bins` on tufaceous (153/173) |
3335 | 2024-11-27T19:47:41.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2024-11-27T19:47:41.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2024-11-27T19:47:41.986Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3338 | 2024-11-27T19:47:42.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3339 | 2024-11-27T19:47:43.181Z | |
3340 | 2024-11-27T19:47:43.181Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3341 | 2024-11-27T19:47:43.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2024-11-27T19:47:43.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2024-11-27T19:47:44.057Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3344 | 2024-11-27T19:47:44.185Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3345 | 2024-11-27T19:47:44.187Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3346 | 2024-11-27T19:47:44.187Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3347 | 2024-11-27T19:48:11.440Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3348 | 2024-11-27T19:48:11.443Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3349 | 2024-11-27T19:48:11.443Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3350 | 2024-11-27T19:48:11.443Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3351 | 2024-11-27T19:48:11.443Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3352 | 2024-11-27T19:48:12.229Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3353 | 2024-11-27T19:48:13.543Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3354 | 2024-11-27T19:48:52.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3355 | 2024-11-27T19:48:52.815Z | |
3356 | 2024-11-27T19:48:52.815Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3357 | 2024-11-27T19:48:53.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-11-27T19:48:53.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-11-27T19:48:53.530Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3360 | 2024-11-27T19:48:53.530Z | Checking heck v0.4.1 |
3361 | 2024-11-27T19:48:53.533Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3362 | 2024-11-27T19:48:53.778Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3363 | 2024-11-27T19:48:55.136Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3364 | 2024-11-27T19:48:56.004Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3365 | 2024-11-27T19:48:57.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
3366 | 2024-11-27T19:48:57.302Z | |
3367 | 2024-11-27T19:48:57.303Z | info: running `cargo check --bins` on installinator-api (156/173) |
3368 | 2024-11-27T19:48:57.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3369 | 2024-11-27T19:48:57.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3370 | 2024-11-27T19:48:57.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3371 | 2024-11-27T19:48:57.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3372 | 2024-11-27T19:48:57.961Z | |
3373 | 2024-11-27T19:48:57.961Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3374 | 2024-11-27T19:48:58.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3375 | 2024-11-27T19:48:58.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3376 | 2024-11-27T19:48:58.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3377 | 2024-11-27T19:48:58.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3378 | 2024-11-27T19:48:58.628Z | |
3379 | 2024-11-27T19:48:58.629Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3380 | 2024-11-27T19:48:59.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3381 | 2024-11-27T19:48:59.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3382 | 2024-11-27T19:48:59.308Z | Compiling petname v2.0.2 |
3383 | 2024-11-27T19:48:59.311Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3384 | 2024-11-27T19:48:59.311Z | Checking sync-ptr v0.1.1 |
3385 | 2024-11-27T19:49:00.741Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3386 | 2024-11-27T19:49:02.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
3387 | 2024-11-27T19:49:02.466Z | |
3388 | 2024-11-27T19:49:02.466Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3389 | 2024-11-27T19:49:03.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2024-11-27T19:49:03.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2024-11-27T19:49:03.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3392 | 2024-11-27T19:49:03.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3393 | 2024-11-27T19:49:03.123Z | |
3394 | 2024-11-27T19:49:03.123Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3395 | 2024-11-27T19:49:03.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3396 | 2024-11-27T19:49:03.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3397 | 2024-11-27T19:49:03.787Z | Checking memmap2 v0.9.5 |
3398 | 2024-11-27T19:49:03.787Z | Checking constant_time_eq v0.3.1 |
3399 | 2024-11-27T19:49:03.790Z | Checking spin v0.5.2 |
3400 | 2024-11-27T19:49:03.790Z | Checking arrayvec v0.7.6 |
3401 | 2024-11-27T19:49:03.790Z | Checking arrayref v0.3.9 |
3402 | 2024-11-27T19:49:03.893Z | Checking topological-sort v0.2.2 |
3403 | 2024-11-27T19:49:03.907Z | Checking shell-words v1.1.0 |
3404 | 2024-11-27T19:49:04.086Z | Checking ring v0.16.20 |
3405 | 2024-11-27T19:49:04.166Z | Checking blake3 v1.5.4 |
3406 | 2024-11-27T19:49:05.232Z | Checking omicron-zone-package v0.11.1 |
3407 | 2024-11-27T19:49:06.331Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3408 | 2024-11-27T19:49:07.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
3409 | 2024-11-27T19:49:07.427Z | |
3410 | 2024-11-27T19:49:07.427Z | info: running `cargo check --bins` on xtask (161/173) |
3411 | 2024-11-27T19:49:07.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2024-11-27T19:49:07.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2024-11-27T19:49:07.859Z | Checking bitflags v2.6.0 |
3414 | 2024-11-27T19:49:07.862Z | Checking serde v1.0.215 |
3415 | 2024-11-27T19:49:07.862Z | Checking thiserror v1.0.69 |
3416 | 2024-11-27T19:49:07.949Z | Checking scroll v0.12.0 |
3417 | 2024-11-27T19:49:07.952Z | Checking log v0.4.22 |
3418 | 2024-11-27T19:49:07.952Z | Checking hashbrown v0.15.0 |
3419 | 2024-11-27T19:49:07.967Z | Checking zerocopy v0.7.35 |
3420 | 2024-11-27T19:49:07.991Z | Checking syn v2.0.87 |
3421 | 2024-11-27T19:49:08.047Z | Checking pest v2.7.14 |
3422 | 2024-11-27T19:49:08.185Z | Checking rustix v0.38.37 |
3423 | 2024-11-27T19:49:08.216Z | Checking once_cell v1.20.2 |
3424 | 2024-11-27T19:49:08.394Z | Checking goblin v0.8.2 |
3425 | 2024-11-27T19:49:08.513Z | Checking fs-err v2.11.0 |
3426 | 2024-11-27T19:49:08.827Z | Checking anyhow v1.0.93 |
3427 | 2024-11-27T19:49:08.958Z | Checking indexmap v2.6.0 |
3428 | 2024-11-27T19:49:09.208Z | Checking tabled v0.15.0 |
3429 | 2024-11-27T19:49:10.142Z | Checking terminal_size v0.4.0 |
3430 | 2024-11-27T19:49:10.145Z | Checking tempfile v3.13.0 |
3431 | 2024-11-27T19:49:10.285Z | Checking clap_builder v4.5.21 |
3432 | 2024-11-27T19:49:10.702Z | Checking dtrace-parser v0.2.0 |
3433 | 2024-11-27T19:49:12.413Z | Checking serde_json v1.0.132 |
3434 | 2024-11-27T19:49:12.413Z | Checking toml_datetime v0.6.8 |
3435 | 2024-11-27T19:49:12.416Z | Checking serde_spanned v0.6.8 |
3436 | 2024-11-27T19:49:12.416Z | Checking camino v1.1.9 |
3437 | 2024-11-27T19:49:12.416Z | Checking cargo-platform v0.1.8 |
3438 | 2024-11-27T19:49:12.416Z | Checking semver v1.0.23 |
3439 | 2024-11-27T19:49:12.638Z | Checking macaddr v1.0.1 |
3440 | 2024-11-27T19:49:12.680Z | Checking clap v4.5.21 |
3441 | 2024-11-27T19:49:12.716Z | Checking toml_edit v0.22.22 |
3442 | 2024-11-27T19:49:12.918Z | Checking camino-tempfile v1.1.1 |
3443 | 2024-11-27T19:49:13.532Z | Checking dof v0.3.0 |
3444 | 2024-11-27T19:49:13.532Z | Checking cargo_metadata v0.18.1 |
3445 | 2024-11-27T19:49:13.938Z | Checking usdt-impl v0.5.0 |
3446 | 2024-11-27T19:49:14.289Z | Checking usdt v0.5.0 |
3447 | 2024-11-27T19:49:14.461Z | Checking toml v0.8.19 |
3448 | 2024-11-27T19:49:14.925Z | Checking cargo_toml v0.20.5 |
3449 | 2024-11-27T19:49:16.142Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3450 | 2024-11-27T19:49:16.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s |
3451 | 2024-11-27T19:49:16.859Z | |
3452 | 2024-11-27T19:49:16.860Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3453 | 2024-11-27T19:49:17.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3454 | 2024-11-27T19:49:17.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3455 | 2024-11-27T19:49:17.636Z | Checking polyval v0.6.2 |
3456 | 2024-11-27T19:49:17.750Z | Checking ctr v0.9.2 |
3457 | 2024-11-27T19:49:17.761Z | Checking ssh-encoding v0.2.0 |
3458 | 2024-11-27T19:49:17.761Z | Checking blowfish v0.9.1 |
3459 | 2024-11-27T19:49:17.781Z | Checking password-hash v0.4.2 |
3460 | 2024-11-27T19:49:17.784Z | Checking matches v0.1.10 |
3461 | 2024-11-27T19:49:17.812Z | Checking p256 v0.13.2 |
3462 | 2024-11-27T19:49:17.812Z | Checking p521 v0.13.3 |
3463 | 2024-11-27T19:49:17.886Z | Checking idna v0.2.3 |
3464 | 2024-11-27T19:49:17.978Z | Checking ghash v0.5.1 |
3465 | 2024-11-27T19:49:18.005Z | Checking bcrypt-pbkdf v0.10.0 |
3466 | 2024-11-27T19:49:18.008Z | Compiling enum-as-inner v0.5.1 |
3467 | 2024-11-27T19:49:18.052Z | Checking russh-cryptovec v0.7.3 |
3468 | 2024-11-27T19:49:18.159Z | Checking aes-gcm v0.10.3 |
3469 | 2024-11-27T19:49:18.164Z | Checking pbkdf2 v0.11.0 |
3470 | 2024-11-27T19:49:18.252Z | Checking md5 v0.7.0 |
3471 | 2024-11-27T19:49:18.272Z | Checking num-bigint v0.4.6 |
3472 | 2024-11-27T19:49:18.302Z | Checking des v0.8.1 |
3473 | 2024-11-27T19:49:18.403Z | Checking ssh-cipher v0.2.0 |
3474 | 2024-11-27T19:49:18.453Z | Compiling dhcproto-macros v0.1.0 |
3475 | 2024-11-27T19:49:18.526Z | Checking hex-literal v0.4.1 |
3476 | 2024-11-27T19:49:18.569Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3477 | 2024-11-27T19:49:18.659Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3478 | 2024-11-27T19:49:18.691Z | Checking ssh-key v0.6.6 |
3479 | 2024-11-27T19:49:18.728Z | Checking internet-checksum v0.2.1 |
3480 | 2024-11-27T19:49:19.031Z | Checking trust-dns-proto v0.22.0 |
3481 | 2024-11-27T19:49:20.031Z | Checking russh-keys v0.45.0 |
3482 | 2024-11-27T19:49:20.967Z | Checking russh v0.45.0 |
3483 | 2024-11-27T19:49:21.605Z | Checking dhcproto v0.12.0 |
3484 | 2024-11-27T19:49:38.714Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3485 | 2024-11-27T19:49:40.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.14s |
3486 | 2024-11-27T19:49:40.212Z | |
3487 | 2024-11-27T19:49:40.212Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3488 | 2024-11-27T19:49:40.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3489 | 2024-11-27T19:49:40.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3490 | 2024-11-27T19:49:40.849Z | Checking termios v0.3.3 |
3491 | 2024-11-27T19:49:41.071Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3492 | 2024-11-27T19:49:41.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3493 | 2024-11-27T19:49:42.045Z | |
3494 | 2024-11-27T19:49:42.045Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3495 | 2024-11-27T19:49:42.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3496 | 2024-11-27T19:49:42.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3497 | 2024-11-27T19:49:42.751Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3498 | 2024-11-27T19:49:44.763Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3499 | 2024-11-27T19:49:46.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
3500 | 2024-11-27T19:49:46.823Z | |
3501 | 2024-11-27T19:49:46.823Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3502 | 2024-11-27T19:49:47.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3503 | 2024-11-27T19:49:47.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3504 | 2024-11-27T19:49:47.465Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3505 | 2024-11-27T19:49:47.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3506 | 2024-11-27T19:49:48.118Z | |
3507 | 2024-11-27T19:49:48.118Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3508 | 2024-11-27T19:49:48.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3509 | 2024-11-27T19:49:48.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3510 | 2024-11-27T19:49:48.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3511 | 2024-11-27T19:49:48.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3512 | 2024-11-27T19:49:48.734Z | |
3513 | 2024-11-27T19:49:48.734Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3514 | 2024-11-27T19:49:49.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3515 | 2024-11-27T19:49:49.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3516 | 2024-11-27T19:49:49.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3517 | 2024-11-27T19:49:49.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3518 | 2024-11-27T19:49:49.349Z | |
3519 | 2024-11-27T19:49:49.349Z | info: running `cargo check --bins` on omicron-package (168/173) |
3520 | 2024-11-27T19:49:49.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2024-11-27T19:49:49.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2024-11-27T19:49:50.015Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3523 | 2024-11-27T19:49:51.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3524 | 2024-11-27T19:49:51.523Z | |
3525 | 2024-11-27T19:49:51.523Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3526 | 2024-11-27T19:49:52.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3527 | 2024-11-27T19:49:52.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3528 | 2024-11-27T19:49:52.224Z | Checking rtoolbox v0.0.2 |
3529 | 2024-11-27T19:49:52.226Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3530 | 2024-11-27T19:49:52.227Z | Checking tui-tree-widget v0.22.0 |
3531 | 2024-11-27T19:49:52.455Z | Checking rpassword v7.3.1 |
3532 | 2024-11-27T19:49:56.505Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3533 | 2024-11-27T19:49:59.519Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3534 | 2024-11-27T19:50:00.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s |
3535 | 2024-11-27T19:50:00.942Z | |
3536 | 2024-11-27T19:50:00.942Z | info: running `cargo check --bins` on wicket (170/173) |
3537 | 2024-11-27T19:50:01.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3538 | 2024-11-27T19:50:01.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3539 | 2024-11-27T19:50:01.643Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3540 | 2024-11-27T19:50:02.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3541 | 2024-11-27T19:50:02.273Z | |
3542 | 2024-11-27T19:50:02.273Z | info: running `cargo check --bins` on wicketd (171/173) |
3543 | 2024-11-27T19:50:02.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3544 | 2024-11-27T19:50:02.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3545 | 2024-11-27T19:50:02.990Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3546 | 2024-11-27T19:50:06.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
3547 | 2024-11-27T19:50:07.124Z | |
3548 | 2024-11-27T19:50:07.124Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3549 | 2024-11-27T19:50:07.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3550 | 2024-11-27T19:50:07.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3551 | 2024-11-27T19:50:07.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3552 | 2024-11-27T19:50:07.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3553 | 2024-11-27T19:50:07.742Z | |
3554 | 2024-11-27T19:50:07.742Z | info: running `cargo check --bins` on zone-setup (173/173) |
3555 | 2024-11-27T19:50:08.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3556 | 2024-11-27T19:50:08.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3557 | 2024-11-27T19:50:08.483Z | Checking uzers v0.12.1 |
3558 | 2024-11-27T19:50:08.824Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3559 | 2024-11-27T19:50:09.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
3560 | 2024-11-27T19:50:10.202Z | |
3561 | 2024-11-27T19:50:10.202Z | real 13:04.021287178 |
3562 | 2024-11-27T19:50:10.202Z | user 24:15.675827087 |
3563 | 2024-11-27T19:50:10.202Z | sys 5:30.100738857 |
3564 | 2024-11-27T19:50:10.202Z | trap 0.464106692 |
3565 | 2024-11-27T19:50:10.202Z | tflt 2.339694154 |
3566 | 2024-11-27T19:50:10.202Z | dflt 3.155467042 |
3567 | 2024-11-27T19:50:10.202Z | kflt 0.000922472 |
3568 | 2024-11-27T19:50:10.202Z | lock 46:52.952777710 |
3569 | 2024-11-27T19:50:10.202Z | slp 2:06:49.979724708 |
3570 | 2024-11-27T19:50:10.205Z | lat 1:02.791444029 |
3571 | 2024-11-27T19:50:10.205Z | stop 3:26.303629103 |
3572 | 2024-11-27T19:50:10.205Z | process exited: duration 1074510 ms, exit code 0 |
|
3573 | 2024-11-27T19:50:10.210Z | found 0 output files |