|
|
|
1 | 2024-12-19T20:56:05.374Z | job assigned to worker 01JFGB82403YGG12VKD87F36K0 [factory aws, i-0d3714a84de3886fa] (queued for 57 s) |
|
2 | 2024-12-19T20:56:13.964Z | starting task 0: "setup" |
3 | 2024-12-19T20:56:13.974Z | ++ uname -s |
4 | 2024-12-19T20:56:13.977Z | + kern=SunOS |
5 | 2024-12-19T20:56:13.977Z | + case "$kern" in |
6 | 2024-12-19T20:56:13.977Z | + groupadd -g 12345 build |
7 | 2024-12-19T20:56:13.980Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T20:56:15.987Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T20:56:16.116Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T20:56:16.119Z | + home_fs=zfs |
11 | 2024-12-19T20:56:16.119Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T20:56:16.119Z | + mkdir -p /home/build |
13 | 2024-12-19T20:56:16.122Z | + chown build:build /home/build /work |
14 | 2024-12-19T20:56:18.122Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T20:56:18.125Z | process exited: duration 4160 ms, exit code 0 |
|
16 | 2024-12-19T20:56:18.131Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T20:56:18.137Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T20:56:18.137Z | ' 1.81.0 |
19 | 2024-12-19T20:56:18.137Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-19T20:56:18.137Z | ' default |
21 | 2024-12-19T20:56:18.139Z | * toolchain channel = "1.81.0" |
22 | 2024-12-19T20:56:18.139Z | * toolchain profile = "default" |
23 | 2024-12-19T20:56:18.139Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T20:56:18.139Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T20:56:18.255Z | info: downloading installer |
26 | 2024-12-19T20:56:19.578Z | info: profile set to 'default' |
27 | 2024-12-19T20:56:19.578Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T20:56:19.581Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T20:56:19.723Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T20:56:19.724Z | info: downloading component 'cargo' |
31 | 2024-12-19T20:56:20.434Z | info: downloading component 'clippy' |
32 | 2024-12-19T20:56:20.699Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T20:56:21.691Z | info: downloading component 'rust-std' |
34 | 2024-12-19T20:56:23.234Z | info: downloading component 'rustc' |
35 | 2024-12-19T20:56:28.779Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T20:56:28.989Z | info: installing component 'cargo' |
37 | 2024-12-19T20:56:29.787Z | info: installing component 'clippy' |
38 | 2024-12-19T20:56:30.143Z | info: installing component 'rust-docs' |
39 | 2024-12-19T20:56:31.763Z | info: installing component 'rust-std' |
40 | 2024-12-19T20:56:33.423Z | info: installing component 'rustc' |
41 | 2024-12-19T20:56:39.160Z | info: installing component 'rustfmt' |
42 | 2024-12-19T20:56:39.480Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T20:56:39.480Z | |
44 | 2024-12-19T20:56:39.848Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T20:56:39.848Z | |
46 | 2024-12-19T20:56:39.851Z | |
47 | 2024-12-19T20:56:39.851Z | Rust is installed now. Great! |
48 | 2024-12-19T20:56:39.851Z | |
49 | 2024-12-19T20:56:39.851Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T20:56:39.851Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T20:56:39.851Z | |
52 | 2024-12-19T20:56:39.851Z | To configure your current shell, you need to source |
53 | 2024-12-19T20:56:39.851Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T20:56:39.851Z | |
55 | 2024-12-19T20:56:39.851Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T20:56:39.851Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T20:56:39.851Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T20:56:39.919Z | + rustc --version |
59 | 2024-12-19T20:56:39.985Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T20:56:39.988Z | process exited: duration 21853 ms, exit code 0 |
|
61 | 2024-12-19T20:56:39.993Z | starting task 2: "authentication" |
62 | 2024-12-19T20:56:40.014Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T20:56:40.021Z | starting task 3: "clone repository" |
64 | 2024-12-19T20:56:40.025Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T20:56:40.028Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T20:56:40.308Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T20:56:46.717Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T20:56:46.720Z | + git fetch origin 4113601b516ea5bdf3a808a447beea4824396955 |
69 | 2024-12-19T20:56:47.031Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T20:56:47.031Z | * branch 4113601b516ea5bdf3a808a447beea4824396955 -> FETCH_HEAD |
71 | 2024-12-19T20:56:47.042Z | + [[ -n zl/tfportd-oximeter ]] |
72 | 2024-12-19T20:56:47.045Z | ++ git branch --show-current |
73 | 2024-12-19T20:56:47.047Z | + current=main |
74 | 2024-12-19T20:56:47.047Z | + [[ main != zl/tfportd-oximeter ]] |
75 | 2024-12-19T20:56:47.047Z | + git branch -f zl/tfportd-oximeter 4113601b516ea5bdf3a808a447beea4824396955 |
76 | 2024-12-19T20:56:47.050Z | + git checkout -f zl/tfportd-oximeter |
77 | 2024-12-19T20:56:47.231Z | Switched to branch 'zl/tfportd-oximeter' |
78 | 2024-12-19T20:56:47.234Z | + git reset --hard 4113601b516ea5bdf3a808a447beea4824396955 |
79 | 2024-12-19T20:56:47.408Z | HEAD is now at 4113601b5 update dendrite (keeping up) |
80 | 2024-12-19T20:56:47.411Z | process exited: duration 7388 ms, exit code 0 |
|
81 | 2024-12-19T20:56:47.416Z | starting task 4: "build" |
82 | 2024-12-19T20:56:47.422Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-19T20:56:47.422Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-19T20:56:47.422Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-19T20:56:47.424Z | + cargo --version |
86 | 2024-12-19T20:56:47.480Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-19T20:56:47.483Z | + rustc --version |
88 | 2024-12-19T20:56:47.545Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-19T20:56:47.548Z | + source ./env.sh |
90 | 2024-12-19T20:56:47.548Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-19T20:56:47.548Z | ++ set -o xtrace |
92 | 2024-12-19T20:56:47.551Z | ++++ dirname ./env.sh |
93 | 2024-12-19T20:56:47.554Z | +++ readlink -f . |
94 | 2024-12-19T20:56:47.708Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-19T20:56:47.711Z | ++ 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-12-19T20:56:47.711Z | ++ 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-12-19T20:56:47.711Z | ++ 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-12-19T20:56:47.711Z | ++ 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-12-19T20:56:47.712Z | ++ 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-12-19T20:56:47.712Z | ++ 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-12-19T20:56:47.712Z | ++ 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-12-19T20:56:47.712Z | ++ 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-12-19T20:56:47.712Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-19T20:56:47.712Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-19T20:56:47.712Z | + 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-12-19T20:56:47.712Z | + 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-12-19T20:56:47.712Z | + banner prerequisites |
108 | 2024-12-19T20:56:47.807Z | |
109 | 2024-12-19T20:56:47.807Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-19T20:56:47.807Z | # # # # # # # # # # # # # # # |
111 | 2024-12-19T20:56:47.807Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-19T20:56:47.807Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-19T20:56:47.808Z | # # # # # # # # # # # # # # # |
114 | 2024-12-19T20:56:47.808Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-19T20:56:47.808Z | |
116 | 2024-12-19T20:56:47.811Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-19T20:57:07.715Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-19T20:57:11.959Z | Startup: Caching catalogs ... Done |
119 | 2024-12-19T20:57:22.506Z | Planning: Solver setup ... Done (9.681s) |
120 | 2024-12-19T20:57:22.638Z | Planning: Running solver ... Done (0.133s) |
121 | 2024-12-19T20:57:22.942Z | Planning: Finding local manifests ... Done (0.201s) |
122 | 2024-12-19T20:57:22.976Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-19T20:57:24.464Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-19T20:57:24.809Z | Planning: Package planning ... Done (0.345s) |
125 | 2024-12-19T20:57:24.866Z | Planning: Merging actions ... Done (0.058s) |
126 | 2024-12-19T20:57:26.244Z | Planning: Checking for conflicting actions ... Done (1.378s) |
127 | 2024-12-19T20:57:36.013Z | Planning: Consolidating action changes ... Done (9.766s) |
128 | 2024-12-19T20:57:36.481Z | Planning: Evaluating mediators ... Done (0.468s) |
129 | 2024-12-19T20:57:36.685Z | Planning: Planning completed in 24.63 seconds |
130 | 2024-12-19T20:57:37.410Z | Packages to install: 4 |
131 | 2024-12-19T20:57:37.410Z | Packages to update: 1 |
132 | 2024-12-19T20:57:37.410Z | Mediators to change: 2 |
133 | 2024-12-19T20:57:37.410Z | Services to change: 1 |
134 | 2024-12-19T20:57:37.410Z | Estimated space available: 155.63 GB |
135 | 2024-12-19T20:57:37.413Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-19T20:57:37.413Z | Create boot environment: No |
137 | 2024-12-19T20:57:37.413Z | Create backup boot environment: Yes |
138 | 2024-12-19T20:57:37.413Z | Rebuild boot archive: No |
139 | 2024-12-19T20:57:37.414Z | |
140 | 2024-12-19T20:57:37.414Z | Changed mediators: |
141 | 2024-12-19T20:57:37.414Z | mediator clang: |
142 | 2024-12-19T20:57:37.414Z | version: None -> 15 (system default) |
143 | 2024-12-19T20:57:37.414Z | |
144 | 2024-12-19T20:57:37.414Z | mediator llvm: |
145 | 2024-12-19T20:57:37.414Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-19T20:57:37.414Z | |
147 | 2024-12-19T20:57:37.414Z | Changed packages: |
148 | 2024-12-19T20:57:37.414Z | helios-dev |
149 | 2024-12-19T20:57:37.414Z | developer/build-essential |
150 | 2024-12-19T20:57:37.414Z | None -> 11-2.0 |
151 | 2024-12-19T20:57:37.414Z | library/libxmlsec1 |
152 | 2024-12-19T20:57:37.414Z | None -> 1.2.35-2.0 |
153 | 2024-12-19T20:57:37.414Z | ooce/developer/clang-15 |
154 | 2024-12-19T20:57:37.415Z | None -> 15.0.7-2.0 |
155 | 2024-12-19T20:57:37.415Z | ooce/developer/llvm-15 |
156 | 2024-12-19T20:57:37.415Z | None -> 15.0.7-2.0 |
157 | 2024-12-19T20:57:37.415Z | package/pkg |
158 | 2024-12-19T20:57:37.415Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-19T20:57:37.415Z | |
160 | 2024-12-19T20:57:37.415Z | Services: |
161 | 2024-12-19T20:57:37.415Z | restart_fmri: |
162 | 2024-12-19T20:57:37.415Z | svc:/system/update-man-index:default |
163 | 2024-12-19T20:57:37.415Z | |
164 | 2024-12-19T20:57:37.415Z | Editable files to change: |
165 | 2024-12-19T20:57:37.416Z | Update: |
166 | 2024-12-19T20:57:37.416Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-19T20:57:37.843Z | |
168 | 2024-12-19T20:57:37.843Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-19T20:57:42.852Z | Download: 511/4281 items 17.2/220.6MB 7% complete (3.5M/s) |
170 | 2024-12-19T20:57:49.276Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (9.8M/s) |
171 | 2024-12-19T20:57:54.279Z | Download: 1620/4281 items 116.9/220.6MB 52% complete (9.8M/s) |
172 | 2024-12-19T20:57:59.705Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (4.1M/s) |
173 | 2024-12-19T20:58:06.519Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (4.0M/s) |
174 | 2024-12-19T20:58:11.554Z | Download: 2985/4281 items 121.3/220.6MB 54% complete (434k/s) |
175 | 2024-12-19T20:58:16.528Z | Download: 3407/4281 items 215.1/220.6MB 97% complete (9.6M/s) |
176 | 2024-12-19T20:58:19.309Z | Download: Completed 220.60 MB in 41.46 seconds (5.3M/s) |
177 | 2024-12-19T20:58:20.360Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-12-19T20:58:20.378Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-12-19T20:58:25.465Z | Actions: 4127/5063 actions (Installing new actions) |
180 | 2024-12-19T20:58:26.020Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-12-19T20:58:26.453Z | Actions: Completed 5063 actions in 6.09 seconds. |
182 | 2024-12-19T20:58:26.851Z | Done (0.389s) |
183 | 2024-12-19T20:58:26.854Z | Done (0.000s) |
184 | 2024-12-19T20:58:27.420Z | Done (0.568s) |
185 | 2024-12-19T20:58:35.114Z | Done (7.466s) |
186 | 2024-12-19T20:58:35.545Z | Done (0.356s) |
187 | 2024-12-19T20:58:35.548Z | Done (0.000s) |
188 | 2024-12-19T20:58:35.729Z | Done (0.000s) |
189 | 2024-12-19T20:58:36.429Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-12-19T20:58:36.592Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-12-19T20:58:36.595Z | Planning: Consolidating action changes ... Done |
192 | 2024-12-19T20:58:36.860Z | Planning: Evaluating mediators ... Done |
193 | 2024-12-19T20:58:36.863Z | Planning: Planning completed in 0.43 seconds |
194 | 2024-12-19T20:58:36.900Z | Mediators to change: 2 |
195 | 2024-12-19T20:58:36.900Z | Create boot environment: No |
196 | 2024-12-19T20:58:36.902Z | Create backup boot environment: No |
197 | 2024-12-19T20:58:36.988Z | Done |
198 | 2024-12-19T20:58:36.988Z | Done |
199 | 2024-12-19T20:58:37.346Z | Done |
200 | 2024-12-19T20:58:40.994Z | Done |
201 | 2024-12-19T20:58:41.087Z | Done |
202 | 2024-12-19T20:58:41.090Z | Done |
203 | 2024-12-19T20:58:41.245Z | Done |
204 | 2024-12-19T20:58:41.861Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-12-19T20:58:41.864Z | Planning: Merging actions ... Done |
206 | 2024-12-19T20:58:42.055Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-12-19T20:58:42.058Z | Planning: Consolidating action changes ... Done |
208 | 2024-12-19T20:58:42.330Z | Planning: Evaluating mediators ... Done |
209 | 2024-12-19T20:58:42.387Z | Planning: Planning completed in 0.77 seconds |
210 | 2024-12-19T20:58:42.427Z | Packages to change: 1 |
211 | 2024-12-19T20:58:42.427Z | Mediators to change: 1 |
212 | 2024-12-19T20:58:42.430Z | Services to change: 1 |
213 | 2024-12-19T20:58:42.430Z | Create boot environment: No |
214 | 2024-12-19T20:58:42.430Z | Create backup boot environment: Yes |
215 | 2024-12-19T20:58:44.926Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-12-19T20:58:45.021Z | Actions: Completed 6 actions in 0.09 seconds. |
217 | 2024-12-19T20:58:45.023Z | Done |
218 | 2024-12-19T20:58:45.023Z | Done |
219 | 2024-12-19T20:58:45.140Z | Done |
220 | 2024-12-19T20:58:48.854Z | Done |
221 | 2024-12-19T20:58:48.950Z | Done |
222 | 2024-12-19T20:58:48.953Z | Done |
223 | 2024-12-19T20:58:49.117Z | Done |
224 | 2024-12-19T20:58:49.558Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-12-19T20:58:49.558Z | clang system 15 system |
226 | 2024-12-19T20:58:49.559Z | csh system system illumos |
227 | 2024-12-19T20:58:49.559Z | ctags system system illumos |
228 | 2024-12-19T20:58:49.559Z | gcc vendor 12 vendor |
229 | 2024-12-19T20:58:49.559Z | gcc system 10 system |
230 | 2024-12-19T20:58:49.559Z | gcc system 7 system |
231 | 2024-12-19T20:58:49.559Z | go system 1.20 system |
232 | 2024-12-19T20:58:49.559Z | go system 1.19 system |
233 | 2024-12-19T20:58:49.559Z | llvm system 15 system |
234 | 2024-12-19T20:58:49.559Z | llvm system 14 system |
235 | 2024-12-19T20:58:49.559Z | mariadb system 10.6 system |
236 | 2024-12-19T20:58:49.559Z | mta vendor vendor dma |
237 | 2024-12-19T20:58:49.559Z | openjdk system 17 system |
238 | 2024-12-19T20:58:49.559Z | openjdk system 11 system |
239 | 2024-12-19T20:58:49.560Z | openjdk system 1.8 system |
240 | 2024-12-19T20:58:49.560Z | openssl vendor 3 vendor |
241 | 2024-12-19T20:58:49.560Z | perl system 5.36 system |
242 | 2024-12-19T20:58:49.560Z | postgresql system 15 system |
243 | 2024-12-19T20:58:49.560Z | postgresql system 13 system |
244 | 2024-12-19T20:58:49.560Z | python vendor 3 vendor |
245 | 2024-12-19T20:58:49.560Z | python system 2 system |
246 | 2024-12-19T20:58:49.560Z | python3 system 3.11 system |
247 | 2024-12-19T20:58:49.560Z | ruby system 3.0 system |
248 | 2024-12-19T20:58:49.560Z | words vendor vendor american-english |
249 | 2024-12-19T20:58:49.560Z | words system system australian-english |
250 | 2024-12-19T20:58:49.560Z | words system system british-english |
251 | 2024-12-19T20:58:49.560Z | words system system canadian-english |
252 | 2024-12-19T20:58:49.560Z | words system system french |
253 | 2024-12-19T20:58:49.560Z | words system system italian |
254 | 2024-12-19T20:58:49.560Z | words system system ngerman |
255 | 2024-12-19T20:58:49.560Z | words system system ogerman |
256 | 2024-12-19T20:58:49.560Z | words system system spanish |
257 | 2024-12-19T20:58:49.898Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-12-19T20:58:49.898Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-12-19T20:58:52.629Z | FMRI IFO |
260 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
270 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
271 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
273 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-12-19T20:58:52.629Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-12-19T20:58:53.387Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2024-12-19T20:58:53.668Z | Updating crates.io index |
277 | 2024-12-19T20:58:53.671Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
278 | 2024-12-19T20:58:54.227Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
279 | 2024-12-19T20:58:54.461Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
280 | 2024-12-19T20:58:54.717Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
281 | 2024-12-19T20:58:54.986Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
282 | 2024-12-19T20:58:55.851Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
283 | 2024-12-19T20:58:57.345Z | Updating git repository `https://github.com/oxidecomputer/opte` |
284 | 2024-12-19T20:58:57.960Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
285 | 2024-12-19T20:58:58.973Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2024-12-19T20:58:59.234Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
287 | 2024-12-19T20:58:59.505Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2024-12-19T20:59:00.106Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
289 | 2024-12-19T20:59:00.423Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-12-19T20:59:00.690Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-12-19T20:59:00.941Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-12-19T20:59:01.206Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-12-19T20:59:01.459Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-12-19T20:59:01.785Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-12-19T20:59:02.108Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-12-19T20:59:02.381Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-12-19T20:59:02.754Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-12-19T20:59:03.217Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-12-19T20:59:03.546Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-12-19T20:59:03.947Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-12-19T20:59:04.419Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
302 | 2024-12-19T20:59:04.680Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-12-19T20:59:04.944Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-12-19T20:59:05.227Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-12-19T20:59:06.477Z | Downloading crates ... |
306 | 2024-12-19T20:59:06.542Z | Downloaded anstream v0.6.15 |
307 | 2024-12-19T20:59:06.548Z | Downloaded equivalent v1.0.1 |
308 | 2024-12-19T20:59:06.552Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-12-19T20:59:06.556Z | Downloaded scroll_derive v0.12.0 |
310 | 2024-12-19T20:59:06.567Z | Downloaded swrite v0.1.0 |
311 | 2024-12-19T20:59:06.574Z | Downloaded is_terminal_polyfill v1.70.1 |
312 | 2024-12-19T20:59:06.577Z | Downloaded heck v0.5.0 |
313 | 2024-12-19T20:59:06.577Z | Downloaded cpufeatures v0.2.14 |
314 | 2024-12-19T20:59:06.581Z | Downloaded usdt-attr-macro v0.5.0 |
315 | 2024-12-19T20:59:06.584Z | Downloaded usdt-macro v0.5.0 |
316 | 2024-12-19T20:59:06.588Z | Downloaded pretty-hex v0.4.1 |
317 | 2024-12-19T20:59:06.592Z | Downloaded autocfg v1.4.0 |
318 | 2024-12-19T20:59:06.595Z | Downloaded clap_lex v0.7.2 |
319 | 2024-12-19T20:59:06.595Z | Downloaded bytecount v0.6.8 |
320 | 2024-12-19T20:59:06.598Z | Downloaded crypto-common v0.1.6 |
321 | 2024-12-19T20:59:06.598Z | Downloaded anstyle-parse v0.2.5 |
322 | 2024-12-19T20:59:06.601Z | Downloaded errno v0.3.9 |
323 | 2024-12-19T20:59:06.601Z | Downloaded anstyle-query v1.1.1 |
324 | 2024-12-19T20:59:06.601Z | Downloaded digest v0.10.7 |
325 | 2024-12-19T20:59:06.604Z | Downloaded byteorder v1.5.0 |
326 | 2024-12-19T20:59:06.606Z | Downloaded anstyle v1.0.10 |
327 | 2024-12-19T20:59:06.607Z | Downloaded unicode-linebreak v0.1.5 |
328 | 2024-12-19T20:59:06.609Z | Downloaded terminal_size v0.4.0 |
329 | 2024-12-19T20:59:06.609Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-12-19T20:59:06.609Z | Downloaded serde_spanned v0.6.8 |
331 | 2024-12-19T20:59:06.614Z | Downloaded block-buffer v0.10.4 |
332 | 2024-12-19T20:59:06.614Z | Downloaded macaddr v1.0.1 |
333 | 2024-12-19T20:59:06.616Z | Downloaded usdt v0.5.0 |
334 | 2024-12-19T20:59:06.619Z | Downloaded fastrand v2.1.1 |
335 | 2024-12-19T20:59:06.619Z | Downloaded plain v0.2.3 |
336 | 2024-12-19T20:59:06.622Z | Downloaded strsim v0.11.1 |
337 | 2024-12-19T20:59:06.622Z | Downloaded thread-id v4.2.2 |
338 | 2024-12-19T20:59:06.623Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2024-12-19T20:59:06.623Z | Downloaded memmap v0.7.0 |
340 | 2024-12-19T20:59:06.626Z | Downloaded camino-tempfile v1.1.1 |
341 | 2024-12-19T20:59:06.626Z | Downloaded fs-err v2.11.0 |
342 | 2024-12-19T20:59:06.629Z | Downloaded thiserror-impl v1.0.69 |
343 | 2024-12-19T20:59:06.629Z | Downloaded itoa v1.0.11 |
344 | 2024-12-19T20:59:06.631Z | Downloaded cargo-platform v0.1.8 |
345 | 2024-12-19T20:59:06.634Z | Downloaded serde_tokenstream v0.2.2 |
346 | 2024-12-19T20:59:06.637Z | Downloaded smawk v0.3.2 |
347 | 2024-12-19T20:59:06.640Z | Downloaded cargo_toml v0.20.5 |
348 | 2024-12-19T20:59:06.642Z | Downloaded version_check v0.9.5 |
349 | 2024-12-19T20:59:06.645Z | Downloaded utf8parse v0.2.2 |
350 | 2024-12-19T20:59:06.645Z | Downloaded usdt-impl v0.5.0 |
351 | 2024-12-19T20:59:06.645Z | Downloaded generic-array v0.14.7 |
352 | 2024-12-19T20:59:06.648Z | Downloaded cfg-if v1.0.0 |
353 | 2024-12-19T20:59:06.648Z | Downloaded toml_datetime v0.6.8 |
354 | 2024-12-19T20:59:06.652Z | Downloaded pest_generator v2.7.14 |
355 | 2024-12-19T20:59:06.652Z | Downloaded cargo_metadata v0.18.1 |
356 | 2024-12-19T20:59:06.652Z | Downloaded heck v0.4.1 |
357 | 2024-12-19T20:59:06.652Z | Downloaded fnv v1.0.7 |
358 | 2024-12-19T20:59:06.655Z | Downloaded dof v0.3.0 |
359 | 2024-12-19T20:59:06.655Z | Downloaded colorchoice v1.0.2 |
360 | 2024-12-19T20:59:06.655Z | Downloaded clap_derive v4.5.18 |
361 | 2024-12-19T20:59:06.658Z | Downloaded quote v1.0.37 |
362 | 2024-12-19T20:59:06.663Z | Downloaded sha2 v0.10.8 |
363 | 2024-12-19T20:59:06.664Z | Downloaded scroll v0.12.0 |
364 | 2024-12-19T20:59:06.669Z | Downloaded once_cell v1.20.2 |
365 | 2024-12-19T20:59:06.669Z | Downloaded proc-macro-error v1.0.4 |
366 | 2024-12-19T20:59:06.669Z | Downloaded tempfile v3.13.0 |
367 | 2024-12-19T20:59:06.674Z | Downloaded clap v4.5.21 |
368 | 2024-12-19T20:59:06.679Z | Downloaded zerocopy-derive v0.7.35 |
369 | 2024-12-19T20:59:06.682Z | Downloaded thiserror v1.0.69 |
370 | 2024-12-19T20:59:06.687Z | Downloaded typenum v1.17.0 |
371 | 2024-12-19T20:59:06.693Z | Downloaded ucd-trie v0.1.7 |
372 | 2024-12-19T20:59:06.693Z | Downloaded toml v0.8.19 |
373 | 2024-12-19T20:59:06.696Z | Downloaded textwrap v0.16.1 |
374 | 2024-12-19T20:59:06.696Z | Downloaded unicode-ident v1.0.13 |
375 | 2024-12-19T20:59:06.696Z | Downloaded proc-macro2 v1.0.89 |
376 | 2024-12-19T20:59:06.699Z | Downloaded pest_derive v2.7.14 |
377 | 2024-12-19T20:59:06.702Z | Downloaded ryu v1.0.18 |
378 | 2024-12-19T20:59:06.705Z | Downloaded camino v1.1.9 |
379 | 2024-12-19T20:59:06.705Z | Downloaded pest_meta v2.7.14 |
380 | 2024-12-19T20:59:06.708Z | Downloaded semver v1.0.23 |
381 | 2024-12-19T20:59:06.708Z | Downloaded serde_derive v1.0.215 |
382 | 2024-12-19T20:59:06.711Z | Downloaded papergrid v0.11.0 |
383 | 2024-12-19T20:59:06.714Z | Downloaded log v0.4.22 |
384 | 2024-12-19T20:59:06.719Z | Downloaded bitflags v2.6.0 |
385 | 2024-12-19T20:59:06.722Z | Downloaded indexmap v2.6.0 |
386 | 2024-12-19T20:59:06.725Z | Downloaded anyhow v1.0.93 |
387 | 2024-12-19T20:59:06.740Z | Downloaded serde v1.0.215 |
388 | 2024-12-19T20:59:06.748Z | Downloaded memchr v2.7.4 |
389 | 2024-12-19T20:59:06.752Z | Downloaded toml_edit v0.22.22 |
390 | 2024-12-19T20:59:06.771Z | Downloaded hashbrown v0.15.1 |
391 | 2024-12-19T20:59:06.780Z | Downloaded pest v2.7.14 |
392 | 2024-12-19T20:59:06.787Z | Downloaded serde_json v1.0.132 |
393 | 2024-12-19T20:59:06.794Z | Downloaded zerocopy v0.7.35 |
394 | 2024-12-19T20:59:06.808Z | Downloaded winnow v0.6.20 |
395 | 2024-12-19T20:59:06.816Z | Downloaded goblin v0.8.2 |
396 | 2024-12-19T20:59:06.821Z | Downloaded tabled v0.15.0 |
397 | 2024-12-19T20:59:06.835Z | Downloaded clap_builder v4.5.21 |
398 | 2024-12-19T20:59:06.841Z | Downloaded syn v1.0.109 |
399 | 2024-12-19T20:59:06.851Z | Downloaded unicode-width v0.1.14 |
400 | 2024-12-19T20:59:06.855Z | Downloaded syn v2.0.87 |
401 | 2024-12-19T20:59:06.865Z | Downloaded rustix v0.38.37 |
402 | 2024-12-19T20:59:06.908Z | Downloaded libc v0.2.162 |
403 | 2024-12-19T20:59:07.217Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-19T20:59:07.217Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-19T20:59:07.217Z | Compiling version_check v0.9.5 |
406 | 2024-12-19T20:59:07.220Z | Compiling serde v1.0.215 |
407 | 2024-12-19T20:59:07.220Z | Compiling thiserror v1.0.69 |
408 | 2024-12-19T20:59:07.220Z | Compiling memchr v2.7.4 |
409 | 2024-12-19T20:59:07.220Z | Compiling libc v0.2.162 |
410 | 2024-12-19T20:59:07.220Z | Compiling ucd-trie v0.1.7 |
411 | 2024-12-19T20:59:07.486Z | Compiling ryu v1.0.18 |
412 | 2024-12-19T20:59:07.839Z | Compiling itoa v1.0.11 |
413 | 2024-12-19T20:59:07.925Z | Compiling once_cell v1.20.2 |
414 | 2024-12-19T20:59:08.043Z | Compiling byteorder v1.5.0 |
415 | 2024-12-19T20:59:08.398Z | Compiling rustix v0.38.37 |
416 | 2024-12-19T20:59:08.627Z | Compiling serde_json v1.0.132 |
417 | 2024-12-19T20:59:09.445Z | Compiling bitflags v2.6.0 |
418 | 2024-12-19T20:59:09.558Z | Compiling usdt-impl v0.5.0 |
419 | 2024-12-19T20:59:09.561Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2024-12-19T20:59:09.653Z | Compiling syn v1.0.109 |
421 | 2024-12-19T20:59:09.847Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-12-19T20:59:09.916Z | Compiling log v0.4.22 |
423 | 2024-12-19T20:59:09.943Z | Compiling utf8parse v0.2.2 |
424 | 2024-12-19T20:59:10.033Z | Compiling equivalent v1.0.1 |
425 | 2024-12-19T20:59:10.098Z | Compiling hashbrown v0.15.1 |
426 | 2024-12-19T20:59:10.101Z | Compiling camino v1.1.9 |
427 | 2024-12-19T20:59:10.145Z | Compiling plain v0.2.3 |
428 | 2024-12-19T20:59:10.248Z | Compiling thread-id v4.2.2 |
429 | 2024-12-19T20:59:10.322Z | Compiling anstyle-parse v0.2.5 |
430 | 2024-12-19T20:59:10.373Z | Compiling winnow v0.6.20 |
431 | 2024-12-19T20:59:10.441Z | Compiling anstyle-query v1.1.1 |
432 | 2024-12-19T20:59:10.591Z | Compiling quote v1.0.37 |
433 | 2024-12-19T20:59:10.656Z | Compiling autocfg v1.4.0 |
434 | 2024-12-19T20:59:10.683Z | Compiling colorchoice v1.0.2 |
435 | 2024-12-19T20:59:10.796Z | Compiling unicode-width v0.1.14 |
436 | 2024-12-19T20:59:10.841Z | Compiling errno v0.3.9 |
437 | 2024-12-19T20:59:11.071Z | Compiling syn v2.0.87 |
438 | 2024-12-19T20:59:11.311Z | Compiling indexmap v2.6.0 |
439 | 2024-12-19T20:59:11.337Z | Compiling is_terminal_polyfill v1.70.1 |
440 | 2024-12-19T20:59:11.511Z | Compiling anstyle v1.0.10 |
441 | 2024-12-19T20:59:11.798Z | Compiling pretty-hex v0.4.1 |
442 | 2024-12-19T20:59:11.973Z | Compiling semver v1.0.23 |
443 | 2024-12-19T20:59:12.005Z | Compiling anstream v0.6.15 |
444 | 2024-12-19T20:59:12.603Z | Compiling fs-err v2.11.0 |
445 | 2024-12-19T20:59:12.803Z | Compiling heck v0.5.0 |
446 | 2024-12-19T20:59:12.831Z | Compiling fastrand v2.1.1 |
447 | 2024-12-19T20:59:12.868Z | Compiling bytecount v0.6.8 |
448 | 2024-12-19T20:59:13.111Z | Compiling cfg-if v1.0.0 |
449 | 2024-12-19T20:59:13.219Z | Compiling terminal_size v0.4.0 |
450 | 2024-12-19T20:59:13.278Z | Compiling anyhow v1.0.93 |
451 | 2024-12-19T20:59:13.314Z | Compiling strsim v0.11.1 |
452 | 2024-12-19T20:59:13.369Z | Compiling clap_lex v0.7.2 |
453 | 2024-12-19T20:59:13.422Z | Compiling heck v0.4.1 |
454 | 2024-12-19T20:59:13.889Z | Compiling fnv v1.0.7 |
455 | 2024-12-19T20:59:13.939Z | Compiling clap_builder v4.5.21 |
456 | 2024-12-19T20:59:13.971Z | Compiling tempfile v3.13.0 |
457 | 2024-12-19T20:59:14.061Z | Compiling papergrid v0.11.0 |
458 | 2024-12-19T20:59:14.305Z | Compiling memmap v0.7.0 |
459 | 2024-12-19T20:59:14.332Z | Compiling smawk v0.3.2 |
460 | 2024-12-19T20:59:14.572Z | Compiling unicode-linebreak v0.1.5 |
461 | 2024-12-19T20:59:15.009Z | Compiling textwrap v0.16.1 |
462 | 2024-12-19T20:59:15.081Z | Compiling swrite v0.1.0 |
463 | 2024-12-19T20:59:16.734Z | Compiling tabled_derive v0.7.0 |
464 | 2024-12-19T20:59:18.202Z | Compiling tabled v0.15.0 |
465 | 2024-12-19T20:59:19.908Z | Compiling serde_derive v1.0.215 |
466 | 2024-12-19T20:59:19.908Z | Compiling thiserror-impl v1.0.69 |
467 | 2024-12-19T20:59:19.911Z | Compiling zerocopy-derive v0.7.35 |
468 | 2024-12-19T20:59:19.911Z | Compiling scroll_derive v0.12.0 |
469 | 2024-12-19T20:59:19.911Z | Compiling clap_derive v4.5.18 |
470 | 2024-12-19T20:59:21.096Z | Compiling scroll v0.12.0 |
471 | 2024-12-19T20:59:21.619Z | Compiling goblin v0.8.2 |
472 | 2024-12-19T20:59:21.667Z | Compiling zerocopy v0.7.35 |
473 | 2024-12-19T20:59:22.579Z | Compiling pest v2.7.14 |
474 | 2024-12-19T20:59:23.799Z | Compiling clap v4.5.21 |
475 | 2024-12-19T20:59:24.858Z | Compiling pest_meta v2.7.14 |
476 | 2024-12-19T20:59:25.706Z | Compiling pest_generator v2.7.14 |
477 | 2024-12-19T20:59:27.504Z | Compiling pest_derive v2.7.14 |
478 | 2024-12-19T20:59:28.204Z | Compiling dtrace-parser v0.2.0 |
479 | 2024-12-19T20:59:29.933Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-12-19T20:59:30.069Z | Compiling serde_spanned v0.6.8 |
481 | 2024-12-19T20:59:30.069Z | Compiling toml_datetime v0.6.8 |
482 | 2024-12-19T20:59:30.319Z | Compiling cargo-platform v0.1.8 |
483 | 2024-12-19T20:59:30.469Z | Compiling toml_edit v0.22.22 |
484 | 2024-12-19T20:59:30.519Z | Compiling macaddr v1.0.1 |
485 | 2024-12-19T20:59:30.845Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-12-19T20:59:31.415Z | Compiling dof v0.3.0 |
487 | 2024-12-19T20:59:31.539Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-12-19T20:59:33.097Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-12-19T20:59:33.097Z | Compiling usdt-macro v0.5.0 |
490 | 2024-12-19T20:59:33.298Z | Compiling toml v0.8.19 |
491 | 2024-12-19T20:59:34.201Z | Compiling cargo_toml v0.20.5 |
492 | 2024-12-19T20:59:34.322Z | Compiling usdt v0.5.0 |
493 | 2024-12-19T20:59:37.708Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-12-19T20:59:41.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.72s |
495 | 2024-12-19T20:59:42.151Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-12-19T20:59:42.683Z | Downloading crates ... |
497 | 2024-12-19T20:59:42.796Z | Downloaded async-recursion v1.1.1 |
498 | 2024-12-19T20:59:42.810Z | Downloaded async-stream v0.3.6 |
499 | 2024-12-19T20:59:42.815Z | Downloaded ciborium-io v0.2.2 |
500 | 2024-12-19T20:59:42.823Z | Downloaded atomicwrites v0.4.4 |
501 | 2024-12-19T20:59:42.835Z | Downloaded cfg_aliases v0.1.1 |
502 | 2024-12-19T20:59:42.837Z | Downloaded darling v0.20.10 |
503 | 2024-12-19T20:59:42.840Z | Downloaded cstr-argument v0.1.2 |
504 | 2024-12-19T20:59:42.840Z | Downloaded crucible-workspace-hack v0.1.0 |
505 | 2024-12-19T20:59:42.843Z | Downloaded cfg_aliases v0.2.1 |
506 | 2024-12-19T20:59:42.846Z | Downloaded async-stream-impl v0.3.6 |
507 | 2024-12-19T20:59:42.850Z | Downloaded array-init v0.0.4 |
508 | 2024-12-19T20:59:42.854Z | Downloaded addr2line v0.24.2 |
509 | 2024-12-19T20:59:42.857Z | Downloaded instant v0.1.13 |
510 | 2024-12-19T20:59:42.861Z | Downloaded headers-core v0.3.0 |
511 | 2024-12-19T20:59:42.863Z | Downloaded crunchy v0.2.2 |
512 | 2024-12-19T20:59:42.868Z | Downloaded assert_matches v1.5.0 |
513 | 2024-12-19T20:59:42.868Z | Downloaded aead v0.5.2 |
514 | 2024-12-19T20:59:42.872Z | Downloaded cmake v0.1.51 |
515 | 2024-12-19T20:59:42.872Z | Downloaded arrayref v0.3.9 |
516 | 2024-12-19T20:59:42.876Z | Downloaded is_ci v1.2.0 |
517 | 2024-12-19T20:59:42.876Z | Downloaded cobs v0.2.3 |
518 | 2024-12-19T20:59:42.876Z | Downloaded chacha20 v0.9.1 |
519 | 2024-12-19T20:59:42.879Z | Downloaded convert_case v0.4.0 |
520 | 2024-12-19T20:59:42.879Z | Downloaded http-body v1.0.1 |
521 | 2024-12-19T20:59:42.879Z | Downloaded ident_case v1.0.1 |
522 | 2024-12-19T20:59:42.882Z | Downloaded castaway v0.2.3 |
523 | 2024-12-19T20:59:42.882Z | Downloaded chrono-tz-build v0.4.0 |
524 | 2024-12-19T20:59:42.885Z | Downloaded md5 v0.7.0 |
525 | 2024-12-19T20:59:42.885Z | Downloaded base16ct v0.2.0 |
526 | 2024-12-19T20:59:42.887Z | Downloaded icu_provider_macros v1.5.0 |
527 | 2024-12-19T20:59:42.887Z | Downloaded inout v0.1.3 |
528 | 2024-12-19T20:59:42.890Z | Downloaded highway v1.2.0 |
529 | 2024-12-19T20:59:42.894Z | Downloaded matches v0.1.10 |
530 | 2024-12-19T20:59:42.894Z | Downloaded match_cfg v0.1.0 |
531 | 2024-12-19T20:59:42.897Z | Downloaded hex-literal v0.4.1 |
532 | 2024-12-19T20:59:42.897Z | Downloaded buf-list v1.0.3 |
533 | 2024-12-19T20:59:42.900Z | Downloaded bb8 v0.8.5 |
534 | 2024-12-19T20:59:42.903Z | Downloaded instability v0.3.2 |
535 | 2024-12-19T20:59:42.903Z | Downloaded curve25519-dalek-derive v0.1.1 |
536 | 2024-12-19T20:59:42.906Z | Downloaded atty v0.2.14 |
537 | 2024-12-19T20:59:42.906Z | Downloaded lru-cache v0.1.2 |
538 | 2024-12-19T20:59:42.909Z | Downloaded lazy_static v1.5.0 |
539 | 2024-12-19T20:59:42.911Z | Downloaded hostname v0.3.1 |
540 | 2024-12-19T20:59:42.911Z | Downloaded arrayvec v0.7.6 |
541 | 2024-12-19T20:59:42.915Z | Downloaded lockfree-object-pool v0.1.6 |
542 | 2024-12-19T20:59:42.918Z | Downloaded md-5 v0.10.6 |
543 | 2024-12-19T20:59:42.922Z | Downloaded const_format_proc_macros v0.2.33 |
544 | 2024-12-19T20:59:42.925Z | Downloaded libsw v3.3.1 |
545 | 2024-12-19T20:59:42.925Z | Downloaded maplit v1.0.2 |
546 | 2024-12-19T20:59:42.927Z | Downloaded lru v0.12.5 |
547 | 2024-12-19T20:59:42.930Z | Downloaded linked-hash-map v0.5.6 |
548 | 2024-12-19T20:59:42.930Z | Downloaded crossbeam-deque v0.8.5 |
549 | 2024-12-19T20:59:42.933Z | Downloaded lalrpop-util v0.19.12 |
550 | 2024-12-19T20:59:42.933Z | Downloaded keccak v0.1.5 |
551 | 2024-12-19T20:59:42.936Z | Downloaded constant_time_eq v0.3.1 |
552 | 2024-12-19T20:59:42.939Z | Downloaded cipher v0.4.4 |
553 | 2024-12-19T20:59:42.939Z | Downloaded ctr v0.9.2 |
554 | 2024-12-19T20:59:42.943Z | Downloaded memoffset v0.9.1 |
555 | 2024-12-19T20:59:42.948Z | Downloaded bcrypt-pbkdf v0.10.0 |
556 | 2024-12-19T20:59:42.948Z | Downloaded mirai-annotations v1.12.0 |
557 | 2024-12-19T20:59:42.948Z | Downloaded hubpack_derive v0.1.1 |
558 | 2024-12-19T20:59:42.948Z | Downloaded httpdate v1.0.3 |
559 | 2024-12-19T20:59:42.951Z | Downloaded http-range v0.1.5 |
560 | 2024-12-19T20:59:42.951Z | Downloaded async-bb8-diesel v0.2.1 |
561 | 2024-12-19T20:59:42.955Z | Downloaded home v0.5.9 |
562 | 2024-12-19T20:59:42.955Z | Downloaded colored v2.1.0 |
563 | 2024-12-19T20:59:42.966Z | Downloaded crc32fast v1.4.2 |
564 | 2024-12-19T20:59:42.966Z | Downloaded bzip2 v0.4.4 |
565 | 2024-12-19T20:59:42.966Z | Downloaded hyper-rustls v0.27.3 |
566 | 2024-12-19T20:59:42.966Z | Downloaded libefi-sys v0.1.0 |
567 | 2024-12-19T20:59:42.969Z | Downloaded maybe-uninit v2.0.0 |
568 | 2024-12-19T20:59:42.969Z | Downloaded ipnetwork v0.20.0 |
569 | 2024-12-19T20:59:42.972Z | Downloaded csv-core v0.1.11 |
570 | 2024-12-19T20:59:42.972Z | Downloaded blowfish v0.9.1 |
571 | 2024-12-19T20:59:42.975Z | Downloaded bit-set v0.5.3 |
572 | 2024-12-19T20:59:42.975Z | Downloaded lock_api v0.4.12 |
573 | 2024-12-19T20:59:42.978Z | Downloaded kstat-rs v0.2.4 |
574 | 2024-12-19T20:59:42.981Z | Downloaded linear-map v1.2.0 |
575 | 2024-12-19T20:59:42.981Z | Downloaded console v0.15.8 |
576 | 2024-12-19T20:59:42.984Z | Downloaded blake2 v0.10.6 |
577 | 2024-12-19T20:59:42.989Z | Downloaded ref-cast-impl v1.0.23 |
578 | 2024-12-19T20:59:42.992Z | Downloaded ref-cast v1.0.23 |
579 | 2024-12-19T20:59:42.992Z | Downloaded memmap2 v0.9.5 |
580 | 2024-12-19T20:59:42.995Z | Downloaded mockall v0.13.0 |
581 | 2024-12-19T20:59:42.997Z | Downloaded mime_guess v2.0.5 |
582 | 2024-12-19T20:59:42.997Z | Downloaded icu_locid_transform v1.5.0 |
583 | 2024-12-19T20:59:43.002Z | Downloaded write16 v1.0.0 |
584 | 2024-12-19T20:59:43.004Z | Downloaded indoc v1.0.9 |
585 | 2024-12-19T20:59:43.008Z | Downloaded mime v0.3.17 |
586 | 2024-12-19T20:59:43.008Z | Downloaded cancel-safe-futures v0.1.5 |
587 | 2024-12-19T20:59:43.011Z | Downloaded want v0.3.1 |
588 | 2024-12-19T20:59:43.013Z | Downloaded cookie_store v0.21.0 |
589 | 2024-12-19T20:59:43.016Z | Downloaded yoke-derive v0.7.4 |
590 | 2024-12-19T20:59:43.016Z | Downloaded icu_normalizer v1.5.0 |
591 | 2024-12-19T20:59:43.019Z | Downloaded iana-time-zone v0.1.61 |
592 | 2024-12-19T20:59:43.023Z | Downloaded fxhash v0.2.1 |
593 | 2024-12-19T20:59:43.027Z | Downloaded indexmap v1.9.3 |
594 | 2024-12-19T20:59:43.032Z | Downloaded thread_local v1.1.8 |
595 | 2024-12-19T20:59:43.033Z | Downloaded subtle v2.6.1 |
596 | 2024-12-19T20:59:43.036Z | Downloaded lazycell v1.3.0 |
597 | 2024-12-19T20:59:43.036Z | Downloaded cookie v0.18.1 |
598 | 2024-12-19T20:59:43.036Z | Downloaded icu_locid_transform_data v1.5.0 |
599 | 2024-12-19T20:59:43.040Z | Downloaded crc-any v2.5.0 |
600 | 2024-12-19T20:59:43.043Z | Downloaded hmac v0.12.1 |
601 | 2024-12-19T20:59:43.046Z | Downloaded scrypt v0.11.0 |
602 | 2024-12-19T20:59:43.046Z | Downloaded scopeguard v1.2.0 |
603 | 2024-12-19T20:59:43.049Z | Downloaded mockall_derive v0.13.0 |
604 | 2024-12-19T20:59:43.052Z | Downloaded rustversion v1.0.17 |
605 | 2024-12-19T20:59:43.054Z | Downloaded icu_normalizer_data v1.5.0 |
606 | 2024-12-19T20:59:43.057Z | Downloaded ahash v0.8.11 |
607 | 2024-12-19T20:59:43.060Z | Downloaded slog-scope v4.4.0 |
608 | 2024-12-19T20:59:43.063Z | Downloaded unicode-truncate v1.1.0 |
609 | 2024-12-19T20:59:43.064Z | Downloaded structmeta v0.2.0 |
610 | 2024-12-19T20:59:43.069Z | Downloaded stable_deref_trait v1.2.0 |
611 | 2024-12-19T20:59:43.069Z | Downloaded tokio-native-tls v0.3.1 |
612 | 2024-12-19T20:59:43.069Z | Downloaded tokio-macros v2.4.0 |
613 | 2024-12-19T20:59:43.073Z | Downloaded new_debug_unreachable v1.0.6 |
614 | 2024-12-19T20:59:43.073Z | Downloaded hickory-server v0.24.1 |
615 | 2024-12-19T20:59:43.076Z | Downloaded peg-runtime v0.8.3 |
616 | 2024-12-19T20:59:43.079Z | Downloaded crossbeam-utils v0.8.20 |
617 | 2024-12-19T20:59:43.081Z | Downloaded defmt-parser v0.3.4 |
618 | 2024-12-19T20:59:43.081Z | Downloaded diesel_table_macro_syntax v0.2.0 |
619 | 2024-12-19T20:59:43.084Z | Downloaded siphasher v0.3.11 |
620 | 2024-12-19T20:59:43.084Z | Downloaded dunce v1.0.5 |
621 | 2024-12-19T20:59:43.087Z | Downloaded dsl_auto_type v0.1.2 |
622 | 2024-12-19T20:59:43.087Z | Downloaded hyper-util v0.1.10 |
623 | 2024-12-19T20:59:43.092Z | Downloaded gethostname v0.5.0 |
624 | 2024-12-19T20:59:43.097Z | Downloaded allocator-api2 v0.2.18 |
625 | 2024-12-19T20:59:43.099Z | Downloaded float-ord v0.3.2 |
626 | 2024-12-19T20:59:43.099Z | Downloaded chacha20poly1305 v0.10.1 |
627 | 2024-12-19T20:59:43.102Z | Downloaded bytes v1.8.0 |
628 | 2024-12-19T20:59:43.106Z | Downloaded compact_str v0.8.0 |
629 | 2024-12-19T20:59:43.112Z | Downloaded icu_provider v1.5.0 |
630 | 2024-12-19T20:59:43.114Z | Downloaded miniz_oxide v0.8.0 |
631 | 2024-12-19T20:59:43.118Z | Downloaded rfc6979 v0.4.0 |
632 | 2024-12-19T20:59:43.121Z | Downloaded serde_derive_internals v0.29.1 |
633 | 2024-12-19T20:59:43.121Z | Downloaded sync-ptr v0.1.1 |
634 | 2024-12-19T20:59:43.124Z | Downloaded tokio-tungstenite v0.21.0 |
635 | 2024-12-19T20:59:43.127Z | Downloaded tokio-rustls v0.26.0 |
636 | 2024-12-19T20:59:43.130Z | Downloaded nodrop v0.1.14 |
637 | 2024-12-19T20:59:43.130Z | Downloaded strum v0.26.3 |
638 | 2024-12-19T20:59:43.134Z | Downloaded tokio-rustls v0.24.1 |
639 | 2024-12-19T20:59:43.135Z | Downloaded strip-ansi-escapes v0.2.0 |
640 | 2024-12-19T20:59:43.137Z | Downloaded num-iter v0.1.45 |
641 | 2024-12-19T20:59:43.137Z | Downloaded num-derive v0.4.2 |
642 | 2024-12-19T20:59:43.141Z | Downloaded ipnet v2.10.1 |
643 | 2024-12-19T20:59:43.141Z | Downloaded yasna v0.5.2 |
644 | 2024-12-19T20:59:43.146Z | Downloaded zerofrom v0.1.4 |
645 | 2024-12-19T20:59:43.149Z | Downloaded tower-service v0.3.3 |
646 | 2024-12-19T20:59:43.149Z | Downloaded phf_shared v0.11.2 |
647 | 2024-12-19T20:59:43.149Z | Downloaded pem v3.0.4 |
648 | 2024-12-19T20:59:43.149Z | Downloaded snafu-derive v0.8.5 |
649 | 2024-12-19T20:59:43.152Z | Downloaded russh-keys v0.45.0 |
650 | 2024-12-19T20:59:43.155Z | Downloaded rustls-pemfile v1.0.4 |
651 | 2024-12-19T20:59:43.158Z | Downloaded progenitor v0.8.0 |
652 | 2024-12-19T20:59:43.162Z | Downloaded polyval v0.6.2 |
653 | 2024-12-19T20:59:43.163Z | Downloaded resolv-conf v0.7.0 |
654 | 2024-12-19T20:59:43.165Z | Downloaded test-strategy v0.3.1 |
655 | 2024-12-19T20:59:43.168Z | Downloaded base64 v0.21.7 |
656 | 2024-12-19T20:59:43.172Z | Downloaded arc-swap v1.7.1 |
657 | 2024-12-19T20:59:43.177Z | Downloaded endian-type v0.1.2 |
658 | 2024-12-19T20:59:43.181Z | Downloaded bumpalo v3.16.0 |
659 | 2024-12-19T20:59:43.185Z | Downloaded schemars_derive v0.8.21 |
660 | 2024-12-19T20:59:43.188Z | Downloaded scheduled-thread-pool v0.2.7 |
661 | 2024-12-19T20:59:43.188Z | Downloaded futures-channel v0.3.31 |
662 | 2024-12-19T20:59:43.191Z | Downloaded opaque-debug v0.3.1 |
663 | 2024-12-19T20:59:43.191Z | Downloaded sec1 v0.7.3 |
664 | 2024-12-19T20:59:43.195Z | Downloaded hashlink v0.9.1 |
665 | 2024-12-19T20:59:43.195Z | Downloaded smf v0.2.3 |
666 | 2024-12-19T20:59:43.198Z | Downloaded same-file v1.0.6 |
667 | 2024-12-19T20:59:43.198Z | Downloaded base64 v0.22.1 |
668 | 2024-12-19T20:59:43.202Z | Downloaded foreign-types v0.3.2 |
669 | 2024-12-19T20:59:43.205Z | Downloaded termcolor v1.4.1 |
670 | 2024-12-19T20:59:43.205Z | Downloaded tap v1.0.1 |
671 | 2024-12-19T20:59:43.208Z | Downloaded utf8_iter v1.0.4 |
672 | 2024-12-19T20:59:43.208Z | Downloaded diff v0.1.13 |
673 | 2024-12-19T20:59:43.213Z | Downloaded newline-converter v0.3.0 |
674 | 2024-12-19T20:59:43.215Z | Downloaded zeroize v1.8.1 |
675 | 2024-12-19T20:59:43.225Z | Downloaded path-slash v0.1.5 |
676 | 2024-12-19T20:59:43.230Z | Downloaded hickory-client v0.24.1 |
677 | 2024-12-19T20:59:43.232Z | Downloaded parse-size v1.1.0 |
678 | 2024-12-19T20:59:43.233Z | Downloaded difflib v0.4.0 |
679 | 2024-12-19T20:59:43.233Z | Downloaded zerofrom-derive v0.1.4 |
680 | 2024-12-19T20:59:43.236Z | Downloaded sct v0.7.1 |
681 | 2024-12-19T20:59:43.239Z | Downloaded icu_collections v1.5.0 |
682 | 2024-12-19T20:59:43.245Z | Downloaded futures v0.3.31 |
683 | 2024-12-19T20:59:43.252Z | Downloaded dirs-sys-next v0.1.2 |
684 | 2024-12-19T20:59:43.254Z | Downloaded dirs-next v2.0.0 |
685 | 2024-12-19T20:59:43.255Z | Downloaded backtrace v0.3.74 |
686 | 2024-12-19T20:59:43.259Z | Downloaded half v2.4.1 |
687 | 2024-12-19T20:59:43.263Z | Downloaded multimap v0.10.0 |
688 | 2024-12-19T20:59:43.267Z | Downloaded parse-display-derive v0.10.0 |
689 | 2024-12-19T20:59:43.271Z | Downloaded parse-display v0.10.0 |
690 | 2024-12-19T20:59:43.271Z | Downloaded sqlformat v0.2.6 |
691 | 2024-12-19T20:59:43.271Z | Downloaded termtree v0.4.1 |
692 | 2024-12-19T20:59:43.275Z | Downloaded tar v0.4.42 |
693 | 2024-12-19T20:59:43.276Z | Downloaded foreign-types v0.5.0 |
694 | 2024-12-19T20:59:43.281Z | Downloaded enum-as-inner v0.5.1 |
695 | 2024-12-19T20:59:43.281Z | Downloaded foldhash v0.1.3 |
696 | 2024-12-19T20:59:43.281Z | Downloaded psl-types v2.0.11 |
697 | 2024-12-19T20:59:43.285Z | Downloaded nanorand v0.7.0 |
698 | 2024-12-19T20:59:43.285Z | Downloaded rand_core v0.6.4 |
699 | 2024-12-19T20:59:43.289Z | Downloaded diesel_derives v2.2.3 |
700 | 2024-12-19T20:59:43.292Z | Downloaded num-conv v0.1.0 |
701 | 2024-12-19T20:59:43.292Z | Downloaded normalize-line-endings v0.3.0 |
702 | 2024-12-19T20:59:43.295Z | Downloaded derive_builder_macro v0.20.2 |
703 | 2024-12-19T20:59:43.295Z | Downloaded pbkdf2 v0.11.0 |
704 | 2024-12-19T20:59:43.298Z | Downloaded slog-async v2.8.0 |
705 | 2024-12-19T20:59:43.300Z | Downloaded salsa20 v0.10.2 |
706 | 2024-12-19T20:59:43.300Z | Downloaded pin-project v1.1.6 |
707 | 2024-12-19T20:59:43.313Z | Downloaded mio v1.0.2 |
708 | 2024-12-19T20:59:43.320Z | Downloaded strum_macros v0.24.3 |
709 | 2024-12-19T20:59:43.323Z | Downloaded sync_wrapper v1.0.1 |
710 | 2024-12-19T20:59:43.325Z | Downloaded globset v0.4.15 |
711 | 2024-12-19T20:59:43.328Z | Downloaded utf16_iter v1.0.5 |
712 | 2024-12-19T20:59:43.328Z | Downloaded unicase v2.7.0 |
713 | 2024-12-19T20:59:43.330Z | Downloaded openssl-macros v0.1.1 |
714 | 2024-12-19T20:59:43.330Z | Downloaded zerovec-derive v0.10.3 |
715 | 2024-12-19T20:59:43.333Z | Downloaded termios v0.3.3 |
716 | 2024-12-19T20:59:43.336Z | Downloaded term v0.7.0 |
717 | 2024-12-19T20:59:43.339Z | Downloaded spin v0.5.2 |
718 | 2024-12-19T20:59:43.341Z | Downloaded serde-big-array v0.5.1 |
719 | 2024-12-19T20:59:43.344Z | Downloaded rustc-hash v1.1.0 |
720 | 2024-12-19T20:59:43.344Z | Downloaded ppv-lite86 v0.2.20 |
721 | 2024-12-19T20:59:43.347Z | Downloaded num_enum_derive v0.5.11 |
722 | 2024-12-19T20:59:43.348Z | Downloaded p256 v0.13.2 |
723 | 2024-12-19T20:59:43.352Z | Downloaded newtype_derive v0.1.6 |
724 | 2024-12-19T20:59:43.354Z | Downloaded futures-core v0.3.31 |
725 | 2024-12-19T20:59:43.354Z | Downloaded funty v2.0.0 |
726 | 2024-12-19T20:59:43.357Z | Downloaded fixedbitset v0.4.2 |
727 | 2024-12-19T20:59:43.357Z | Downloaded filetime v0.2.25 |
728 | 2024-12-19T20:59:43.359Z | Downloaded either v1.13.0 |
729 | 2024-12-19T20:59:43.363Z | Downloaded deranged v0.3.11 |
730 | 2024-12-19T20:59:43.363Z | Downloaded password-hash v0.5.0 |
731 | 2024-12-19T20:59:43.366Z | Downloaded derive-where v1.2.7 |
732 | 2024-12-19T20:59:43.369Z | Downloaded darling_macro v0.20.10 |
733 | 2024-12-19T20:59:43.372Z | Downloaded schemars v0.8.21 |
734 | 2024-12-19T20:59:43.383Z | Downloaded vte_generate_state_changes v0.1.2 |
735 | 2024-12-19T20:59:43.385Z | Downloaded semver v0.1.20 |
736 | 2024-12-19T20:59:43.388Z | Downloaded phf_generator v0.11.2 |
737 | 2024-12-19T20:59:43.388Z | Downloaded env_filter v0.1.2 |
738 | 2024-12-19T20:59:43.391Z | Downloaded phf_codegen v0.11.2 |
739 | 2024-12-19T20:59:43.391Z | Downloaded phf v0.11.2 |
740 | 2024-12-19T20:59:43.394Z | Downloaded thiserror v2.0.3 |
741 | 2024-12-19T20:59:43.398Z | Downloaded rand_xorshift v0.3.0 |
742 | 2024-12-19T20:59:43.401Z | Downloaded synstructure v0.13.1 |
743 | 2024-12-19T20:59:43.404Z | Downloaded tabwriter v1.4.0 |
744 | 2024-12-19T20:59:43.404Z | Downloaded static_assertions v1.1.0 |
745 | 2024-12-19T20:59:43.406Z | Downloaded der_derive v0.7.3 |
746 | 2024-12-19T20:59:43.409Z | Downloaded serde_path_to_error v0.1.16 |
747 | 2024-12-19T20:59:43.409Z | Downloaded headers v0.4.0 |
748 | 2024-12-19T20:59:43.415Z | Downloaded serde-hex v0.1.0 |
749 | 2024-12-19T20:59:43.417Z | Downloaded tls_codec_derive v0.4.1 |
750 | 2024-12-19T20:59:43.420Z | Downloaded russh-cryptovec v0.7.3 |
751 | 2024-12-19T20:59:43.422Z | Downloaded group v0.13.0 |
752 | 2024-12-19T20:59:43.422Z | Downloaded topological-sort v0.2.2 |
753 | 2024-12-19T20:59:43.425Z | Downloaded rusty-fork v0.3.0 |
754 | 2024-12-19T20:59:43.425Z | Downloaded uzers v0.12.1 |
755 | 2024-12-19T20:59:43.428Z | Downloaded unarray v0.1.4 |
756 | 2024-12-19T20:59:43.431Z | Downloaded libm v0.2.8 |
757 | 2024-12-19T20:59:43.439Z | Downloaded tinyvec_macros v0.1.1 |
758 | 2024-12-19T20:59:43.442Z | Downloaded itertools v0.10.5 |
759 | 2024-12-19T20:59:43.447Z | Downloaded sqlparser_derive v0.2.2 |
760 | 2024-12-19T20:59:43.450Z | Downloaded sigpipe v0.1.3 |
761 | 2024-12-19T20:59:43.451Z | Downloaded xattr v1.3.1 |
762 | 2024-12-19T20:59:43.454Z | Downloaded debug-ignore v1.0.5 |
763 | 2024-12-19T20:59:43.457Z | Downloaded flume v0.11.1 |
764 | 2024-12-19T20:59:43.460Z | Downloaded zone_cfg_derive v0.1.2 |
765 | 2024-12-19T20:59:43.460Z | Downloaded tracing-core v0.1.32 |
766 | 2024-12-19T20:59:43.463Z | Downloaded packed_struct v0.10.1 |
767 | 2024-12-19T20:59:43.466Z | Downloaded phf_shared v0.10.0 |
768 | 2024-12-19T20:59:43.466Z | Downloaded futures-sink v0.3.31 |
769 | 2024-12-19T20:59:43.469Z | Downloaded futures-macro v0.3.31 |
770 | 2024-12-19T20:59:43.469Z | Downloaded futures-io v0.3.31 |
771 | 2024-12-19T20:59:43.472Z | Downloaded vergen v8.3.2 |
772 | 2024-12-19T20:59:43.474Z | Downloaded pkg-config v0.3.31 |
773 | 2024-12-19T20:59:43.477Z | Downloaded pin-utils v0.1.0 |
774 | 2024-12-19T20:59:43.477Z | Downloaded olpc-cjson v0.1.4 |
775 | 2024-12-19T20:59:43.480Z | Downloaded tracing v0.1.40 |
776 | 2024-12-19T20:59:43.483Z | Downloaded rustc_version v0.1.7 |
777 | 2024-12-19T20:59:43.486Z | Downloaded rustls-pemfile v2.2.0 |
778 | 2024-12-19T20:59:43.488Z | Downloaded prettyplease v0.2.25 |
779 | 2024-12-19T20:59:43.491Z | Downloaded parse-zoneinfo v0.3.1 |
780 | 2024-12-19T20:59:43.494Z | Downloaded flate2 v1.0.34 |
781 | 2024-12-19T20:59:43.500Z | Downloaded samael v0.0.17 |
782 | 2024-12-19T20:59:43.507Z | Downloaded time-core v0.1.2 |
783 | 2024-12-19T20:59:43.510Z | Downloaded num-traits v0.2.19 |
784 | 2024-12-19T20:59:43.512Z | Downloaded socket2 v0.5.7 |
785 | 2024-12-19T20:59:43.516Z | Downloaded tinystr v0.7.6 |
786 | 2024-12-19T20:59:43.519Z | Downloaded tls_codec v0.4.1 |
787 | 2024-12-19T20:59:43.522Z | Downloaded tiny-keccak v2.0.2 |
788 | 2024-12-19T20:59:43.525Z | Downloaded vsss-rs v3.3.4 |
789 | 2024-12-19T20:59:43.529Z | Downloaded defmt v0.3.8 |
790 | 2024-12-19T20:59:43.532Z | Downloaded parking_lot v0.12.3 |
791 | 2024-12-19T20:59:43.532Z | Downloaded pretty-hex v0.2.1 |
792 | 2024-12-19T20:59:43.534Z | Downloaded num v0.4.3 |
793 | 2024-12-19T20:59:43.537Z | Downloaded ed25519 v2.2.3 |
794 | 2024-12-19T20:59:43.537Z | Downloaded pin-project-lite v0.2.14 |
795 | 2024-12-19T20:59:43.543Z | Downloaded percent-encoding v2.3.1 |
796 | 2024-12-19T20:59:43.546Z | Downloaded powerfmt v0.2.0 |
797 | 2024-12-19T20:59:43.548Z | Downloaded postgres-protocol v0.6.7 |
798 | 2024-12-19T20:59:43.551Z | Downloaded peg-macros v0.8.4 |
799 | 2024-12-19T20:59:43.555Z | Downloaded rustc-demangle v0.1.24 |
800 | 2024-12-19T20:59:43.555Z | Downloaded rustls-pki-types v1.9.0 |
801 | 2024-12-19T20:59:43.558Z | Downloaded hyper v1.5.0 |
802 | 2024-12-19T20:59:43.565Z | Downloaded unicode-bidi v0.3.17 |
803 | 2024-12-19T20:59:43.568Z | Downloaded downcast v0.11.0 |
804 | 2024-12-19T20:59:43.572Z | Downloaded unicode-xid v0.2.6 |
805 | 2024-12-19T20:59:43.575Z | Downloaded ssh-encoding v0.2.0 |
806 | 2024-12-19T20:59:43.575Z | Downloaded itertools v0.13.0 |
807 | 2024-12-19T20:59:43.581Z | Downloaded openssl-probe v0.1.5 |
808 | 2024-12-19T20:59:43.584Z | Downloaded ghash v0.5.1 |
809 | 2024-12-19T20:59:43.588Z | Downloaded hash32 v0.3.1 |
810 | 2024-12-19T20:59:43.588Z | Downloaded ff v0.13.0 |
811 | 2024-12-19T20:59:43.591Z | Downloaded tokio-tungstenite v0.23.1 |
812 | 2024-12-19T20:59:43.591Z | Downloaded aes-gcm v0.10.3 |
813 | 2024-12-19T20:59:43.595Z | Downloaded nu-ansi-term v0.50.1 |
814 | 2024-12-19T20:59:43.598Z | Downloaded number_prefix v0.4.0 |
815 | 2024-12-19T20:59:43.600Z | Downloaded waitgroup v0.1.2 |
816 | 2024-12-19T20:59:43.600Z | Downloaded zone v0.1.8 |
817 | 2024-12-19T20:59:43.604Z | Downloaded hash32 v0.2.1 |
818 | 2024-12-19T20:59:43.604Z | Downloaded getrandom v0.2.15 |
819 | 2024-12-19T20:59:43.606Z | Downloaded num_threads v0.1.7 |
820 | 2024-12-19T20:59:43.609Z | Downloaded signature v2.2.0 |
821 | 2024-12-19T20:59:43.612Z | Downloaded r2d2 v0.8.10 |
822 | 2024-12-19T20:59:43.615Z | Downloaded pin-project-internal v1.1.6 |
823 | 2024-12-19T20:59:43.615Z | Downloaded typify-macro v0.2.0 |
824 | 2024-12-19T20:59:43.615Z | Downloaded slog-envlogger v2.2.0 |
825 | 2024-12-19T20:59:43.617Z | Downloaded rpassword v7.3.1 |
826 | 2024-12-19T20:59:43.620Z | Downloaded pem-rfc7468 v0.7.0 |
827 | 2024-12-19T20:59:43.623Z | Downloaded ed25519-dalek v2.1.1 |
828 | 2024-12-19T20:59:43.626Z | Downloaded nom v7.1.3 |
829 | 2024-12-19T20:59:43.631Z | Downloaded thiserror-no-std v2.0.2 |
830 | 2024-12-19T20:59:43.636Z | Downloaded thiserror-impl-no-std v2.0.2 |
831 | 2024-12-19T20:59:43.638Z | Downloaded oso-derive v0.27.3 |
832 | 2024-12-19T20:59:43.638Z | Downloaded wait-timeout v0.2.0 |
833 | 2024-12-19T20:59:43.642Z | Downloaded aho-corasick v1.1.3 |
834 | 2024-12-19T20:59:43.647Z | Downloaded heck v0.3.3 |
835 | 2024-12-19T20:59:43.649Z | Downloaded enum-as-inner v0.6.1 |
836 | 2024-12-19T20:59:43.653Z | Downloaded shlex v1.3.0 |
837 | 2024-12-19T20:59:43.653Z | Downloaded ena v0.14.3 |
838 | 2024-12-19T20:59:43.657Z | Downloaded dropshot_endpoint v0.13.0 |
839 | 2024-12-19T20:59:43.659Z | Downloaded toml v0.7.8 |
840 | 2024-12-19T20:59:43.662Z | Downloaded postgres-types v0.2.8 |
841 | 2024-12-19T20:59:43.666Z | Downloaded fatfs v0.3.6 |
842 | 2024-12-19T20:59:43.669Z | Downloaded darling_core v0.20.10 |
843 | 2024-12-19T20:59:43.673Z | Downloaded foreign-types-shared v0.3.1 |
844 | 2024-12-19T20:59:43.676Z | Downloaded zone_cfg_derive v0.3.0 |
845 | 2024-12-19T20:59:43.676Z | Downloaded try-lock v0.2.5 |
846 | 2024-12-19T20:59:43.676Z | Downloaded progenitor-client v0.8.0 |
847 | 2024-12-19T20:59:43.679Z | Downloaded sha1 v0.10.6 |
848 | 2024-12-19T20:59:43.679Z | Downloaded tui-tree-widget v0.22.0 |
849 | 2024-12-19T20:59:43.681Z | Downloaded slog-term v2.9.1 |
850 | 2024-12-19T20:59:43.684Z | Downloaded rustfmt-wrapper v0.2.1 |
851 | 2024-12-19T20:59:43.687Z | Downloaded num_enum v0.5.11 |
852 | 2024-12-19T20:59:43.692Z | Downloaded fallible-streaming-iterator v0.1.9 |
853 | 2024-12-19T20:59:43.698Z | Downloaded serde_urlencoded v0.7.1 |
854 | 2024-12-19T20:59:43.698Z | Downloaded signal-hook-tokio v0.3.1 |
855 | 2024-12-19T20:59:43.698Z | Downloaded zerovec v0.10.4 |
856 | 2024-12-19T20:59:43.702Z | Downloaded unicode-properties v0.1.3 |
857 | 2024-12-19T20:59:43.705Z | Downloaded foreign-types-shared v0.1.1 |
858 | 2024-12-19T20:59:43.707Z | Downloaded untrusted v0.7.1 |
859 | 2024-12-19T20:59:43.707Z | Downloaded smallvec v0.6.14 |
860 | 2024-12-19T20:59:43.709Z | Downloaded precomputed-hash v0.1.1 |
861 | 2024-12-19T20:59:43.712Z | Downloaded serde_plain v1.0.2 |
862 | 2024-12-19T20:59:43.712Z | Downloaded walkdir v2.5.0 |
863 | 2024-12-19T20:59:43.714Z | Downloaded fallible-iterator v0.2.0 |
864 | 2024-12-19T20:59:43.717Z | Downloaded fallible-iterator v0.3.0 |
865 | 2024-12-19T20:59:43.717Z | Downloaded serde_with v3.11.0 |
866 | 2024-12-19T20:59:43.726Z | Downloaded embedded-io v0.4.0 |
867 | 2024-12-19T20:59:43.729Z | Downloaded embedded-io v0.6.1 |
868 | 2024-12-19T20:59:43.732Z | Downloaded writeable v0.5.5 |
869 | 2024-12-19T20:59:43.734Z | Downloaded progenitor-macro v0.8.0 |
870 | 2024-12-19T20:59:43.734Z | Downloaded signal-hook-registry v1.4.2 |
871 | 2024-12-19T20:59:43.737Z | Downloaded take_mut v0.2.2 |
872 | 2024-12-19T20:59:43.737Z | Downloaded dhcproto-macros v0.1.0 |
873 | 2024-12-19T20:59:43.737Z | Downloaded blake3 v1.5.4 |
874 | 2024-12-19T20:59:43.745Z | Downloaded predicates-core v1.0.8 |
875 | 2024-12-19T20:59:43.749Z | Downloaded radium v0.7.0 |
876 | 2024-12-19T20:59:43.749Z | Downloaded strum_macros v0.25.3 |
877 | 2024-12-19T20:59:43.752Z | Downloaded structmeta-derive v0.2.0 |
878 | 2024-12-19T20:59:43.752Z | Downloaded multer v3.1.0 |
879 | 2024-12-19T20:59:43.755Z | Downloaded hex v0.4.3 |
880 | 2024-12-19T20:59:43.760Z | Downloaded signal-hook v0.3.17 |
881 | 2024-12-19T20:59:43.763Z | Downloaded slog-stdlog v4.1.1 |
882 | 2024-12-19T20:59:43.763Z | Downloaded num-bigint-dig v0.8.4 |
883 | 2024-12-19T20:59:43.766Z | Downloaded nibble_vec v0.1.0 |
884 | 2024-12-19T20:59:43.770Z | Downloaded newtype-uuid v1.1.3 |
885 | 2024-12-19T20:59:43.773Z | Downloaded foreign-types-macros v0.2.3 |
886 | 2024-12-19T20:59:43.773Z | Downloaded der v0.7.9 |
887 | 2024-12-19T20:59:43.777Z | Downloaded utf-8 v0.7.6 |
888 | 2024-12-19T20:59:43.780Z | Downloaded expectorate v1.1.0 |
889 | 2024-12-19T20:59:43.780Z | Downloaded omicron-zone-package v0.11.1 |
890 | 2024-12-19T20:59:43.783Z | Downloaded toolchain_find v0.4.0 |
891 | 2024-12-19T20:59:43.786Z | Downloaded flagset v0.4.6 |
892 | 2024-12-19T20:59:43.786Z | Downloaded des v0.8.1 |
893 | 2024-12-19T20:59:43.788Z | Downloaded structmeta v0.3.0 |
894 | 2024-12-19T20:59:43.791Z | Downloaded stringprep v0.1.5 |
895 | 2024-12-19T20:59:43.791Z | Downloaded untrusted v0.9.0 |
896 | 2024-12-19T20:59:43.794Z | Downloaded x509-cert v0.2.5 |
897 | 2024-12-19T20:59:43.799Z | Downloaded proc-macro-crate v1.3.1 |
898 | 2024-12-19T20:59:43.802Z | Downloaded tungstenite v0.21.0 |
899 | 2024-12-19T20:59:43.805Z | Downloaded thiserror-impl v2.0.3 |
900 | 2024-12-19T20:59:43.809Z | Downloaded sqlparser v0.45.0 |
901 | 2024-12-19T20:59:43.813Z | Downloaded unicode_categories v0.1.1 |
902 | 2024-12-19T20:59:43.816Z | Downloaded predicates-tree v1.0.11 |
903 | 2024-12-19T20:59:43.816Z | Downloaded slog-dtrace v0.3.0 |
904 | 2024-12-19T20:59:43.821Z | Downloaded slab v0.4.9 |
905 | 2024-12-19T20:59:43.821Z | Downloaded toml_edit v0.19.15 |
906 | 2024-12-19T20:59:43.837Z | Downloaded predicates v3.1.2 |
907 | 2024-12-19T20:59:43.840Z | Downloaded rustls-webpki v0.102.8 |
908 | 2024-12-19T20:59:43.858Z | Downloaded strum_macros v0.26.4 |
909 | 2024-12-19T20:59:43.861Z | Downloaded chrono v0.4.38 |
910 | 2024-12-19T20:59:43.868Z | Downloaded lalrpop v0.19.12 |
911 | 2024-12-19T20:59:43.880Z | Downloaded ron v0.7.1 |
912 | 2024-12-19T20:59:43.885Z | Downloaded quick-xml v0.33.0 |
913 | 2024-12-19T20:59:43.891Z | Downloaded bitvec v1.0.1 |
914 | 2024-12-19T20:59:43.907Z | Downloaded num-complex v0.4.6 |
915 | 2024-12-19T20:59:43.910Z | Downloaded zopfli v0.8.1 |
916 | 2024-12-19T20:59:43.913Z | Downloaded heapless v0.8.0 |
917 | 2024-12-19T20:59:43.916Z | Downloaded rustyline v14.0.0 |
918 | 2024-12-19T20:59:43.920Z | Downloaded derive_more v0.99.18 |
919 | 2024-12-19T20:59:43.925Z | Downloaded zerocopy-derive v0.8.10 |
920 | 2024-12-19T20:59:43.931Z | Downloaded unicode-normalization v0.1.24 |
921 | 2024-12-19T20:59:43.935Z | Downloaded hashbrown v0.12.3 |
922 | 2024-12-19T20:59:43.939Z | Downloaded zerocopy v0.8.10 |
923 | 2024-12-19T20:59:43.964Z | Downloaded unsafe-libyaml v0.2.11 |
924 | 2024-12-19T20:59:43.967Z | Downloaded hashbrown v0.13.2 |
925 | 2024-12-19T20:59:43.973Z | Downloaded idna v0.5.0 |
926 | 2024-12-19T20:59:43.979Z | Downloaded ron v0.8.1 |
927 | 2024-12-19T20:59:43.985Z | Downloaded salty v0.3.0 |
928 | 2024-12-19T20:59:44.004Z | Downloaded rcgen v0.12.1 |
929 | 2024-12-19T20:59:44.007Z | Downloaded url v2.5.3 |
930 | 2024-12-19T20:59:44.011Z | Downloaded publicsuffix v2.2.3 |
931 | 2024-12-19T20:59:44.015Z | Downloaded num-bigint v0.4.6 |
932 | 2024-12-19T20:59:44.023Z | Downloaded proptest v1.5.0 |
933 | 2024-12-19T20:59:44.038Z | Downloaded vcpkg v0.2.15 |
934 | 2024-12-19T20:59:44.079Z | Downloaded ssh-key v0.6.6 |
935 | 2024-12-19T20:59:44.085Z | Downloaded idna v0.3.0 |
936 | 2024-12-19T20:59:44.092Z | Downloaded unicode-width v0.2.0 |
937 | 2024-12-19T20:59:44.098Z | Downloaded rusqlite v0.32.1 |
938 | 2024-12-19T20:59:44.107Z | Downloaded hashbrown v0.14.5 |
939 | 2024-12-19T20:59:44.110Z | Downloaded reedline v0.35.0 |
940 | 2024-12-19T20:59:44.119Z | Downloaded winnow v0.5.40 |
941 | 2024-12-19T20:59:44.128Z | Downloaded p384 v0.13.0 |
942 | 2024-12-19T20:59:44.134Z | Downloaded h2 v0.4.6 |
943 | 2024-12-19T20:59:44.141Z | Downloaded rustls v0.23.14 |
944 | 2024-12-19T20:59:44.153Z | Downloaded p521 v0.13.3 |
945 | 2024-12-19T20:59:44.158Z | Downloaded webpki-roots v0.26.6 |
946 | 2024-12-19T20:59:44.162Z | Downloaded polar-core v0.27.3 |
947 | 2024-12-19T20:59:44.170Z | Downloaded petname v2.0.2 |
948 | 2024-12-19T20:59:44.176Z | Downloaded regex v1.11.1 |
949 | 2024-12-19T20:59:44.190Z | Downloaded hickory-proto v0.24.1 |
950 | 2024-12-19T20:59:44.208Z | Downloaded git2 v0.19.0 |
951 | 2024-12-19T20:59:44.214Z | Downloaded curve25519-dalek v4.1.3 |
952 | 2024-12-19T20:59:44.224Z | Downloaded quinn-proto v0.11.8 |
953 | 2024-12-19T20:59:44.230Z | Downloaded idna v0.2.3 |
954 | 2024-12-19T20:59:44.238Z | Downloaded gimli v0.31.1 |
955 | 2024-12-19T20:59:44.246Z | Downloaded object v0.30.4 |
956 | 2024-12-19T20:59:44.255Z | Downloaded bstr v1.10.0 |
957 | 2024-12-19T20:59:44.265Z | Downloaded smoltcp v0.9.1 |
958 | 2024-12-19T20:59:44.276Z | Downloaded rustls v0.21.12 |
959 | 2024-12-19T20:59:44.288Z | Downloaded openssl v0.10.66 |
960 | 2024-12-19T20:59:44.297Z | Downloaded dropshot v0.12.0 |
961 | 2024-12-19T20:59:44.319Z | Downloaded nix v0.27.1 |
962 | 2024-12-19T20:59:44.329Z | Downloaded rustls v0.22.4 |
963 | 2024-12-19T20:59:44.342Z | Downloaded object v0.36.5 |
964 | 2024-12-19T20:59:44.355Z | Downloaded radix_trie v0.2.1 |
965 | 2024-12-19T20:59:44.358Z | Downloaded regress v0.10.1 |
966 | 2024-12-19T20:59:44.366Z | Downloaded trust-dns-proto v0.22.0 |
967 | 2024-12-19T20:59:44.378Z | Downloaded diesel v2.2.6 |
968 | 2024-12-19T20:59:44.396Z | Downloaded sled v0.34.7 |
969 | 2024-12-19T20:59:44.409Z | Downloaded dropshot v0.13.0 |
970 | 2024-12-19T20:59:44.432Z | Downloaded ratatui v0.28.1 |
971 | 2024-12-19T20:59:44.450Z | Downloaded zerocopy-derive v0.6.6 |
972 | 2024-12-19T20:59:44.460Z | Downloaded typify-impl v0.2.0 |
973 | 2024-12-19T20:59:44.474Z | Downloaded regress v0.9.1 |
974 | 2024-12-19T20:59:44.483Z | Downloaded smoltcp v0.11.0 |
975 | 2024-12-19T20:59:44.496Z | Downloaded openapiv3 v2.0.0 |
976 | 2024-12-19T20:59:44.507Z | Downloaded regex-syntax v0.6.29 |
977 | 2024-12-19T20:59:44.514Z | Downloaded regex-syntax v0.8.5 |
978 | 2024-12-19T20:59:44.522Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
979 | 2024-12-19T20:59:44.534Z | Downloaded nix v0.28.0 |
980 | 2024-12-19T20:59:44.547Z | Downloaded regex-automata v0.4.8 |
981 | 2024-12-19T20:59:44.563Z | Downloaded lzma-sys v0.1.20 |
982 | 2024-12-19T20:59:44.591Z | Downloaded nix v0.29.0 |
983 | 2024-12-19T20:59:44.604Z | Downloaded petgraph v0.6.5 |
984 | 2024-12-19T20:59:44.621Z | Downloaded chrono-tz v0.10.0 |
985 | 2024-12-19T20:59:44.628Z | Downloaded rustls-webpki v0.101.7 |
986 | 2024-12-19T20:59:44.642Z | Downloaded libz-sys v1.1.20 |
987 | 2024-12-19T20:59:44.664Z | Downloaded idna v0.4.0 |
988 | 2024-12-19T20:59:44.671Z | Downloaded tokio v1.40.0 |
989 | 2024-12-19T20:59:44.710Z | Downloaded openssl-sys v0.9.103 |
990 | 2024-12-19T20:59:44.714Z | Downloaded tungstenite v0.23.0 |
991 | 2024-12-19T20:59:44.718Z | Downloaded russh v0.45.0 |
992 | 2024-12-19T20:59:44.724Z | Downloaded futures-util v0.3.31 |
993 | 2024-12-19T20:59:44.738Z | Downloaded reqwest v0.12.9 |
994 | 2024-12-19T20:59:44.745Z | Downloaded bindgen v0.69.5 |
995 | 2024-12-19T20:59:44.753Z | Downloaded csv v1.3.0 |
996 | 2024-12-19T20:59:44.776Z | Downloaded tough v0.19.0 |
997 | 2024-12-19T20:59:44.784Z | Downloaded tokio-util v0.7.12 |
998 | 2024-12-19T20:59:44.790Z | Downloaded defmt-macros v0.3.9 |
999 | 2024-12-19T20:59:44.793Z | Downloaded dhcproto v0.12.0 |
1000 | 2024-12-19T20:59:44.796Z | Downloaded tungstenite v0.24.0 |
1001 | 2024-12-19T20:59:44.799Z | Downloaded rayon v1.10.0 |
1002 | 2024-12-19T20:59:44.809Z | Downloaded portable-atomic v1.9.0 |
1003 | 2024-12-19T20:59:44.817Z | Downloaded aws-lc-rs v1.10.0 |
1004 | 2024-12-19T20:59:44.826Z | Downloaded sha3 v0.10.8 |
1005 | 2024-12-19T20:59:44.831Z | Downloaded xz2 v0.1.7 |
1006 | 2024-12-19T20:59:44.834Z | Downloaded which v4.4.2 |
1007 | 2024-12-19T20:59:44.836Z | Downloaded dropshot_endpoint v0.12.0 |
1008 | 2024-12-19T20:59:44.839Z | Downloaded oso v0.27.3 |
1009 | 2024-12-19T20:59:44.842Z | Downloaded icu_properties_data v1.5.0 |
1010 | 2024-12-19T20:59:44.853Z | Downloaded simd-adler32 v0.3.7 |
1011 | 2024-12-19T20:59:44.856Z | Downloaded shell-words v1.1.0 |
1012 | 2024-12-19T20:59:44.856Z | Downloaded whoami v1.5.2 |
1013 | 2024-12-19T20:59:44.859Z | Downloaded string_cache v0.8.7 |
1014 | 2024-12-19T20:59:44.862Z | Downloaded signal-hook-mio v0.2.4 |
1015 | 2024-12-19T20:59:44.862Z | Downloaded serde_repr v0.1.19 |
1016 | 2024-12-19T20:59:44.864Z | Downloaded zip v2.1.3 |
1017 | 2024-12-19T20:59:44.867Z | Downloaded rand v0.8.5 |
1018 | 2024-12-19T20:59:44.871Z | Downloaded quinn v0.11.5 |
1019 | 2024-12-19T20:59:44.874Z | Downloaded spin v0.9.8 |
1020 | 2024-12-19T20:59:44.877Z | Downloaded diesel-dtrace v0.4.0 |
1021 | 2024-12-19T20:59:44.880Z | Downloaded time-macros v0.2.18 |
1022 | 2024-12-19T20:59:44.883Z | Downloaded supports-color v3.0.1 |
1023 | 2024-12-19T20:59:44.883Z | Downloaded ssh-cipher v0.2.0 |
1024 | 2024-12-19T20:59:44.885Z | Downloaded parking_lot_core v0.9.10 |
1025 | 2024-12-19T20:59:44.886Z | Downloaded parking_lot_core v0.8.6 |
1026 | 2024-12-19T20:59:44.888Z | Downloaded hkdf v0.12.4 |
1027 | 2024-12-19T20:59:44.890Z | Downloaded pkcs5 v0.7.1 |
1028 | 2024-12-19T20:59:44.893Z | Downloaded typed-path v0.9.3 |
1029 | 2024-12-19T20:59:44.899Z | Downloaded env_logger v0.10.2 |
1030 | 2024-12-19T20:59:44.902Z | Downloaded universal-hash v0.5.1 |
1031 | 2024-12-19T20:59:44.905Z | Downloaded pkcs1 v0.7.5 |
1032 | 2024-12-19T20:59:44.908Z | Downloaded fs_extra v1.3.0 |
1033 | 2024-12-19T20:59:44.908Z | Downloaded postcard v1.0.10 |
1034 | 2024-12-19T20:59:44.911Z | Downloaded peg v0.8.4 |
1035 | 2024-12-19T20:59:44.915Z | Downloaded pbkdf2 v0.12.2 |
1036 | 2024-12-19T20:59:44.917Z | Downloaded futures-task v0.3.31 |
1037 | 2024-12-19T20:59:44.920Z | Downloaded encoding_rs v0.8.34 |
1038 | 2024-12-19T20:59:44.940Z | Downloaded fragile v2.0.0 |
1039 | 2024-12-19T20:59:44.943Z | Downloaded form_urlencoded v1.2.1 |
1040 | 2024-12-19T20:59:44.943Z | Downloaded pkcs8 v0.10.2 |
1041 | 2024-12-19T20:59:44.946Z | Downloaded parking_lot v0.11.2 |
1042 | 2024-12-19T20:59:44.949Z | Downloaded elliptic-curve v0.13.8 |
1043 | 2024-12-19T20:59:44.952Z | Downloaded zip v0.6.6 |
1044 | 2024-12-19T20:59:44.956Z | Downloaded steno v0.4.1 |
1045 | 2024-12-19T20:59:44.960Z | Downloaded displaydoc v0.2.5 |
1046 | 2024-12-19T20:59:44.963Z | Downloaded zone v0.3.0 |
1047 | 2024-12-19T20:59:44.966Z | Downloaded data-encoding v2.6.0 |
1048 | 2024-12-19T20:59:44.966Z | Downloaded spki v0.7.3 |
1049 | 2024-12-19T20:59:44.969Z | Downloaded heapless v0.7.17 |
1050 | 2024-12-19T20:59:44.972Z | Downloaded snafu v0.8.5 |
1051 | 2024-12-19T20:59:44.978Z | Downloaded time v0.3.36 |
1052 | 2024-12-19T20:59:44.985Z | Downloaded uuid v1.11.0 |
1053 | 2024-12-19T20:59:44.988Z | Downloaded unicode-segmentation v1.12.0 |
1054 | 2024-12-19T20:59:44.992Z | Downloaded futures-executor v0.3.31 |
1055 | 2024-12-19T20:59:44.994Z | Downloaded crossterm v0.28.1 |
1056 | 2024-12-19T20:59:45.000Z | Downloaded itertools v0.12.1 |
1057 | 2024-12-19T20:59:45.007Z | Downloaded idna v1.0.3 |
1058 | 2024-12-19T20:59:45.012Z | Downloaded tracing-attributes v0.1.27 |
1059 | 2024-12-19T20:59:45.015Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1060 | 2024-12-19T20:59:45.075Z | Downloaded rand_seeder v0.3.0 |
1061 | 2024-12-19T20:59:45.078Z | Downloaded primeorder v0.13.6 |
1062 | 2024-12-19T20:59:45.078Z | Downloaded libxml v0.3.3 |
1063 | 2024-12-19T20:59:45.085Z | Downloaded vte v0.11.1 |
1064 | 2024-12-19T20:59:45.088Z | Downloaded rayon-core v1.12.1 |
1065 | 2024-12-19T20:59:45.092Z | Downloaded tokio-postgres v0.7.12 |
1066 | 2024-12-19T20:59:45.096Z | Downloaded rsa v0.9.6 |
1067 | 2024-12-19T20:59:45.100Z | Downloaded slog-bunyan v2.5.0 |
1068 | 2024-12-19T20:59:45.103Z | Downloaded secrecy v0.8.0 |
1069 | 2024-12-19T20:59:45.103Z | Downloaded tinyvec v1.8.0 |
1070 | 2024-12-19T20:59:45.106Z | Downloaded http v1.1.0 |
1071 | 2024-12-19T20:59:45.110Z | Downloaded aes v0.8.4 |
1072 | 2024-12-19T20:59:45.113Z | Downloaded structmeta-derive v0.3.0 |
1073 | 2024-12-19T20:59:45.116Z | Downloaded rustc-hash v2.0.0 |
1074 | 2024-12-19T20:59:45.116Z | Downloaded rtoolbox v0.0.2 |
1075 | 2024-12-19T20:59:45.119Z | Downloaded slog v2.7.0 |
1076 | 2024-12-19T20:59:45.121Z | Downloaded cc v1.1.30 |
1077 | 2024-12-19T20:59:45.125Z | Downloaded paste v1.0.15 |
1078 | 2024-12-19T20:59:45.128Z | Downloaded packed_struct_codegen v0.10.1 |
1079 | 2024-12-19T20:59:45.131Z | Downloaded typify v0.2.0 |
1080 | 2024-12-19T20:59:45.133Z | Downloaded zeroize_derive v1.4.2 |
1081 | 2024-12-19T20:59:45.136Z | Downloaded display-error-chain v0.2.2 |
1082 | 2024-12-19T20:59:45.136Z | Downloaded password-hash v0.4.2 |
1083 | 2024-12-19T20:59:45.139Z | Downloaded zerocopy v0.6.6 |
1084 | 2024-12-19T20:59:45.142Z | Downloaded serde_yaml v0.9.34+deprecated |
1085 | 2024-12-19T20:59:45.145Z | Downloaded smallvec v1.13.2 |
1086 | 2024-12-19T20:59:45.149Z | Downloaded qorb v0.2.1 |
1087 | 2024-12-19T20:59:45.152Z | Downloaded glob v0.3.1 |
1088 | 2024-12-19T20:59:45.155Z | Downloaded minimal-lexical v0.2.1 |
1089 | 2024-12-19T20:59:45.158Z | Downloaded crossbeam-channel v0.5.13 |
1090 | 2024-12-19T20:59:45.163Z | Downloaded const_format v0.2.33 |
1091 | 2024-12-19T20:59:45.167Z | Downloaded wyz v0.5.1 |
1092 | 2024-12-19T20:59:45.171Z | Downloaded twox-hash v1.6.3 |
1093 | 2024-12-19T20:59:45.171Z | Downloaded poly1305 v0.8.0 |
1094 | 2024-12-19T20:59:45.173Z | Downloaded owo-colors v4.1.0 |
1095 | 2024-12-19T20:59:45.176Z | Downloaded yoke v0.7.4 |
1096 | 2024-12-19T20:59:45.178Z | Downloaded tokio-tungstenite v0.24.0 |
1097 | 2024-12-19T20:59:45.182Z | Downloaded num-integer v0.1.46 |
1098 | 2024-12-19T20:59:45.182Z | Downloaded num-rational v0.4.2 |
1099 | 2024-12-19T20:59:45.185Z | Downloaded native-tls v0.2.12 |
1100 | 2024-12-19T20:59:45.185Z | Downloaded similar v2.6.0 |
1101 | 2024-12-19T20:59:45.188Z | Downloaded subprocess v0.2.9 |
1102 | 2024-12-19T20:59:45.191Z | Downloaded crypto-bigint v0.5.5 |
1103 | 2024-12-19T20:59:45.197Z | Downloaded env_logger v0.11.5 |
1104 | 2024-12-19T20:59:45.199Z | Downloaded ecdsa v0.16.9 |
1105 | 2024-12-19T20:59:45.202Z | Downloaded derive_builder_core v0.20.2 |
1106 | 2024-12-19T20:59:45.205Z | Downloaded derive_builder v0.20.2 |
1107 | 2024-12-19T20:59:45.208Z | Downloaded quick-error v1.2.3 |
1108 | 2024-12-19T20:59:45.212Z | Downloaded value-bag v1.9.0 |
1109 | 2024-12-19T20:59:45.214Z | Downloaded icu_locid v1.5.0 |
1110 | 2024-12-19T20:59:45.217Z | Downloaded tokio-stream v0.1.16 |
1111 | 2024-12-19T20:59:45.221Z | Downloaded serde_with_macros v3.11.0 |
1112 | 2024-12-19T20:59:45.224Z | Downloaded progenitor-impl v0.8.0 |
1113 | 2024-12-19T20:59:45.227Z | Downloaded clang-sys v1.8.1 |
1114 | 2024-12-19T20:59:45.229Z | Downloaded base64 v0.13.1 |
1115 | 2024-12-19T20:59:45.231Z | Downloaded float-cmp v0.9.0 |
1116 | 2024-12-19T20:59:45.234Z | Downloaded fd-lock v4.0.2 |
1117 | 2024-12-19T20:59:45.237Z | Downloaded dyn-clone v1.0.17 |
1118 | 2024-12-19T20:59:45.237Z | Downloaded crossbeam-epoch v0.9.18 |
1119 | 2024-12-19T20:59:45.240Z | Downloaded const-oid v0.9.6 |
1120 | 2024-12-19T20:59:45.242Z | Downloaded tokio-rustls v0.25.0 |
1121 | 2024-12-19T20:59:45.245Z | Downloaded jobserver v0.1.32 |
1122 | 2024-12-19T20:59:45.248Z | Downloaded indicatif v0.17.9 |
1123 | 2024-12-19T20:59:45.250Z | Downloaded icu_properties v1.5.1 |
1124 | 2024-12-19T20:59:45.253Z | Downloaded slog-json v2.6.1 |
1125 | 2024-12-19T20:59:45.256Z | Downloaded rustc_version v0.4.1 |
1126 | 2024-12-19T20:59:45.258Z | Downloaded hickory-resolver v0.24.1 |
1127 | 2024-12-19T20:59:45.261Z | Downloaded indent_write v2.2.0 |
1128 | 2024-12-19T20:59:45.264Z | Downloaded rand_chacha v0.3.1 |
1129 | 2024-12-19T20:59:45.264Z | Downloaded quinn-udp v0.5.5 |
1130 | 2024-12-19T20:59:45.266Z | Downloaded litemap v0.7.3 |
1131 | 2024-12-19T20:59:45.269Z | Downloaded hyper-staticfile v0.10.1 |
1132 | 2024-12-19T20:59:45.272Z | Downloaded libloading v0.8.5 |
1133 | 2024-12-19T20:59:45.278Z | Downloaded httparse v1.9.5 |
1134 | 2024-12-19T20:59:45.278Z | Downloaded cbc v0.1.2 |
1135 | 2024-12-19T20:59:45.278Z | Downloaded base64ct v1.6.0 |
1136 | 2024-12-19T20:59:45.283Z | Downloaded backoff v0.4.0 |
1137 | 2024-12-19T20:59:45.283Z | Downloaded async-trait v0.1.83 |
1138 | 2024-12-19T20:59:45.287Z | Downloaded ciborium v0.2.2 |
1139 | 2024-12-19T20:59:45.289Z | Downloaded bcs v0.1.6 |
1140 | 2024-12-19T20:59:45.289Z | Downloaded managed v0.8.0 |
1141 | 2024-12-19T20:59:45.292Z | Downloaded crc-catalog v2.4.0 |
1142 | 2024-12-19T20:59:45.292Z | Downloaded hubpack v0.1.2 |
1143 | 2024-12-19T20:59:45.292Z | Downloaded ciborium-ll v0.2.2 |
1144 | 2024-12-19T20:59:45.295Z | Downloaded bit-vec v0.6.3 |
1145 | 2024-12-19T20:59:45.297Z | Downloaded idna_adapter v1.2.0 |
1146 | 2024-12-19T20:59:45.297Z | Downloaded humantime v2.1.0 |
1147 | 2024-12-19T20:59:45.297Z | Downloaded argon2 v0.5.3 |
1148 | 2024-12-19T20:59:45.300Z | Downloaded is-terminal v0.4.13 |
1149 | 2024-12-19T20:59:45.300Z | Downloaded internet-checksum v0.2.1 |
1150 | 2024-12-19T20:59:45.300Z | Downloaded impl-trait-for-tuples v0.2.2 |
1151 | 2024-12-19T20:59:45.303Z | Downloaded http-body-util v0.1.2 |
1152 | 2024-12-19T20:59:45.305Z | Downloaded hyper-tls v0.6.0 |
1153 | 2024-12-19T20:59:45.305Z | Downloaded hostname v0.4.0 |
1154 | 2024-12-19T20:59:45.308Z | Downloaded cexpr v0.6.0 |
1155 | 2024-12-19T20:59:45.310Z | Downloaded cassowary v0.3.0 |
1156 | 2024-12-19T20:59:45.310Z | Downloaded block-padding v0.3.3 |
1157 | 2024-12-19T20:59:45.313Z | Downloaded bitflags v1.3.2 |
1158 | 2024-12-19T20:59:45.316Z | Downloaded bitfield v0.14.0 |
1159 | 2024-12-19T20:59:45.316Z | Downloaded atomic-waker v1.1.2 |
1160 | 2024-12-19T20:59:45.319Z | Downloaded crc v3.2.1 |
1161 | 2024-12-19T20:59:45.319Z | Downloaded bitfield-struct v0.6.2 |
1162 | 2024-12-19T20:59:45.322Z | Downloaded adler2 v2.0.0 |
1163 | 2024-12-19T20:59:45.322Z | Downloaded ascii-canvas v3.0.0 |
1164 | 2024-12-19T20:59:45.434Z | Downloaded ring v0.17.8 |
1165 | 2024-12-19T20:59:45.555Z | Downloaded libsqlite3-sys v0.30.1 |
1166 | 2024-12-19T20:59:45.695Z | Downloaded ring v0.16.20 |
1167 | 2024-12-19T20:59:45.953Z | Downloaded aws-lc-sys v0.22.0 |
1168 | 2024-12-19T20:59:46.252Z | Compiling serde v1.0.215 |
1169 | 2024-12-19T20:59:46.255Z | Compiling lock_api v0.4.12 |
1170 | 2024-12-19T20:59:46.255Z | Compiling scopeguard v1.2.0 |
1171 | 2024-12-19T20:59:46.256Z | Compiling value-bag v1.9.0 |
1172 | 2024-12-19T20:59:46.256Z | Compiling typenum v1.17.0 |
1173 | 2024-12-19T20:59:46.256Z | Compiling generic-array v0.14.7 |
1174 | 2024-12-19T20:59:46.450Z | Compiling syn v2.0.87 |
1175 | 2024-12-19T20:59:46.463Z | Compiling getrandom v0.2.15 |
1176 | 2024-12-19T20:59:46.576Z | Compiling subtle v2.6.1 |
1177 | 2024-12-19T20:59:46.728Z | Compiling rand_core v0.6.4 |
1178 | 2024-12-19T20:59:46.886Z | Compiling log v0.4.22 |
1179 | 2024-12-19T20:59:46.987Z | Compiling shlex v1.3.0 |
1180 | 2024-12-19T20:59:47.006Z | Compiling jobserver v0.1.32 |
1181 | 2024-12-19T20:59:47.025Z | Compiling smallvec v1.13.2 |
1182 | 2024-12-19T20:59:47.254Z | Compiling const-oid v0.9.6 |
1183 | 2024-12-19T20:59:47.343Z | Compiling cc v1.1.30 |
1184 | 2024-12-19T20:59:47.397Z | Compiling spin v0.9.8 |
1185 | 2024-12-19T20:59:47.418Z | Compiling pin-project-lite v0.2.14 |
1186 | 2024-12-19T20:59:47.540Z | Compiling rustix v0.38.37 |
1187 | 2024-12-19T20:59:47.753Z | Compiling parking_lot_core v0.9.10 |
1188 | 2024-12-19T20:59:47.809Z | Compiling futures-core v0.3.31 |
1189 | 2024-12-19T20:59:47.928Z | Compiling signal-hook-registry v1.4.2 |
1190 | 2024-12-19T20:59:48.060Z | Compiling mio v1.0.2 |
1191 | 2024-12-19T20:59:48.401Z | Compiling aho-corasick v1.1.3 |
1192 | 2024-12-19T20:59:48.781Z | Compiling parking_lot v0.12.3 |
1193 | 2024-12-19T20:59:48.854Z | Compiling regex-syntax v0.8.5 |
1194 | 2024-12-19T20:59:49.264Z | Compiling cpufeatures v0.2.14 |
1195 | 2024-12-19T20:59:49.311Z | Compiling either v1.13.0 |
1196 | 2024-12-19T20:59:49.336Z | Compiling lazy_static v1.5.0 |
1197 | 2024-12-19T20:59:49.371Z | Compiling futures-sink v0.3.31 |
1198 | 2024-12-19T20:59:49.451Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2024-12-19T20:59:49.519Z | Compiling glob v0.3.1 |
1200 | 2024-12-19T20:59:49.559Z | Compiling socket2 v0.5.7 |
1201 | 2024-12-19T20:59:49.735Z | Compiling slab v0.4.9 |
1202 | 2024-12-19T20:59:49.840Z | Compiling prettyplease v0.2.25 |
1203 | 2024-12-19T20:59:50.185Z | Compiling minimal-lexical v0.2.1 |
1204 | 2024-12-19T20:59:50.513Z | Compiling libloading v0.8.5 |
1205 | 2024-12-19T20:59:50.592Z | Compiling bindgen v0.69.5 |
1206 | 2024-12-19T20:59:50.612Z | Compiling clang-sys v1.8.1 |
1207 | 2024-12-19T20:59:50.737Z | Compiling nom v7.1.3 |
1208 | 2024-12-19T20:59:50.959Z | Compiling home v0.5.9 |
1209 | 2024-12-19T20:59:51.226Z | Compiling serde_json v1.0.132 |
1210 | 2024-12-19T20:59:51.430Z | Compiling itertools v0.12.1 |
1211 | 2024-12-19T20:59:51.573Z | Compiling futures-channel v0.3.31 |
1212 | 2024-12-19T20:59:51.770Z | Compiling futures-io v0.3.31 |
1213 | 2024-12-19T20:59:52.039Z | Compiling rustc-hash v1.1.0 |
1214 | 2024-12-19T20:59:52.156Z | Compiling lazycell v1.3.0 |
1215 | 2024-12-19T20:59:52.194Z | Compiling futures-task v0.3.31 |
1216 | 2024-12-19T20:59:52.328Z | Compiling allocator-api2 v0.2.18 |
1217 | 2024-12-19T20:59:52.514Z | Compiling pin-utils v0.1.0 |
1218 | 2024-12-19T20:59:52.612Z | Compiling foldhash v0.1.3 |
1219 | 2024-12-19T20:59:52.920Z | Compiling regex-automata v0.4.8 |
1220 | 2024-12-19T20:59:53.133Z | Compiling hashbrown v0.15.1 |
1221 | 2024-12-19T20:59:54.074Z | Compiling cmake v0.1.51 |
1222 | 2024-12-19T20:59:54.483Z | Compiling synstructure v0.13.1 |
1223 | 2024-12-19T20:59:54.561Z | Compiling cexpr v0.6.0 |
1224 | 2024-12-19T20:59:55.096Z | Compiling tinyvec_macros v0.1.1 |
1225 | 2024-12-19T20:59:55.191Z | Compiling libm v0.2.8 |
1226 | 2024-12-19T20:59:55.523Z | Compiling dunce v1.0.5 |
1227 | 2024-12-19T20:59:55.655Z | Compiling fs_extra v1.3.0 |
1228 | 2024-12-19T20:59:55.992Z | Compiling pkg-config v0.3.31 |
1229 | 2024-12-19T20:59:56.214Z | Compiling tinyvec v1.8.0 |
1230 | 2024-12-19T20:59:56.234Z | Compiling num-traits v0.2.19 |
1231 | 2024-12-19T20:59:56.734Z | Compiling ring v0.17.8 |
1232 | 2024-12-19T20:59:57.551Z | Compiling base64ct v1.6.0 |
1233 | 2024-12-19T20:59:57.635Z | Compiling writeable v0.5.5 |
1234 | 2024-12-19T20:59:57.696Z | Compiling unicode-normalization v0.1.24 |
1235 | 2024-12-19T20:59:57.715Z | Compiling paste v1.0.15 |
1236 | 2024-12-19T20:59:57.870Z | Compiling unicode-bidi v0.3.17 |
1237 | 2024-12-19T20:59:58.131Z | Compiling litemap v0.7.3 |
1238 | 2024-12-19T20:59:58.215Z | Compiling pem-rfc7468 v0.7.0 |
1239 | 2024-12-19T20:59:58.505Z | Compiling regex v1.11.1 |
1240 | 2024-12-19T20:59:58.921Z | Compiling aws-lc-rs v1.10.0 |
1241 | 2024-12-19T20:59:59.256Z | Compiling flagset v0.4.6 |
1242 | 2024-12-19T20:59:59.385Z | Compiling httparse v1.9.5 |
1243 | 2024-12-19T20:59:59.655Z | Compiling tracing-core v0.1.32 |
1244 | 2024-12-19T21:00:00.207Z | Compiling rustls-pki-types v1.9.0 |
1245 | 2024-12-19T21:00:00.676Z | Compiling crossbeam-utils v0.8.20 |
1246 | 2024-12-19T21:00:00.714Z | Compiling icu_locid_transform_data v1.5.0 |
1247 | 2024-12-19T21:00:00.816Z | Compiling percent-encoding v2.3.1 |
1248 | 2024-12-19T21:00:01.174Z | Compiling icu_properties_data v1.5.0 |
1249 | 2024-12-19T21:00:01.253Z | Compiling serde_derive v1.0.215 |
1250 | 2024-12-19T21:00:01.256Z | Compiling zeroize_derive v1.4.2 |
1251 | 2024-12-19T21:00:01.287Z | Compiling zerocopy-derive v0.7.35 |
1252 | 2024-12-19T21:00:01.394Z | Compiling tokio-macros v2.4.0 |
1253 | 2024-12-19T21:00:01.612Z | Compiling zerofrom-derive v0.1.4 |
1254 | 2024-12-19T21:00:02.755Z | Compiling zeroize v1.8.1 |
1255 | 2024-12-19T21:00:02.891Z | Compiling yoke-derive v0.7.4 |
1256 | 2024-12-19T21:00:03.402Z | Compiling thiserror-impl v1.0.69 |
1257 | 2024-12-19T21:00:03.410Z | Compiling zerocopy v0.7.35 |
1258 | 2024-12-19T21:00:04.589Z | Compiling crypto-common v0.1.6 |
1259 | 2024-12-19T21:00:04.826Z | Compiling block-buffer v0.10.4 |
1260 | 2024-12-19T21:00:05.077Z | Compiling digest v0.10.7 |
1261 | 2024-12-19T21:00:05.097Z | Compiling futures-macro v0.3.31 |
1262 | 2024-12-19T21:00:05.505Z | Compiling hmac v0.12.1 |
1263 | 2024-12-19T21:00:05.527Z | Compiling zerovec-derive v0.10.3 |
1264 | 2024-12-19T21:00:05.560Z | Compiling zerofrom v0.1.4 |
1265 | 2024-12-19T21:00:05.746Z | Compiling block-padding v0.3.3 |
1266 | 2024-12-19T21:00:05.787Z | Compiling displaydoc v0.2.5 |
1267 | 2024-12-19T21:00:05.898Z | Compiling yoke v0.7.4 |
1268 | 2024-12-19T21:00:05.987Z | Compiling inout v0.1.3 |
1269 | 2024-12-19T21:00:06.240Z | Compiling cipher v0.4.4 |
1270 | 2024-12-19T21:00:06.261Z | Compiling sha2 v0.10.8 |
1271 | 2024-12-19T21:00:06.557Z | Compiling thiserror v1.0.69 |
1272 | 2024-12-19T21:00:06.689Z | Compiling ppv-lite86 v0.2.20 |
1273 | 2024-12-19T21:00:06.718Z | Compiling der_derive v0.7.3 |
1274 | 2024-12-19T21:00:06.999Z | Compiling futures-util v0.3.31 |
1275 | 2024-12-19T21:00:07.420Z | Compiling icu_provider_macros v1.5.0 |
1276 | 2024-12-19T21:00:07.514Z | Compiling rand_chacha v0.3.1 |
1277 | 2024-12-19T21:00:08.078Z | Compiling zerovec v0.10.4 |
1278 | 2024-12-19T21:00:08.543Z | Compiling tracing-attributes v0.1.27 |
1279 | 2024-12-19T21:00:09.201Z | Compiling der v0.7.9 |
1280 | 2024-12-19T21:00:09.685Z | Compiling rand v0.8.5 |
1281 | 2024-12-19T21:00:09.776Z | Compiling salsa20 v0.10.2 |
1282 | 2024-12-19T21:00:09.953Z | Compiling tinystr v0.7.6 |
1283 | 2024-12-19T21:00:10.299Z | Compiling icu_collections v1.5.0 |
1284 | 2024-12-19T21:00:10.419Z | Compiling icu_locid v1.5.0 |
1285 | 2024-12-19T21:00:11.704Z | Compiling icu_provider v1.5.0 |
1286 | 2024-12-19T21:00:11.745Z | Compiling spki v0.7.3 |
1287 | 2024-12-19T21:00:12.134Z | Compiling pest v2.7.14 |
1288 | 2024-12-19T21:00:12.181Z | Compiling tracing v0.1.40 |
1289 | 2024-12-19T21:00:12.517Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2024-12-19T21:00:12.687Z | Compiling pbkdf2 v0.12.2 |
1291 | 2024-12-19T21:00:12.724Z | Compiling vcpkg v0.2.15 |
1292 | 2024-12-19T21:00:12.744Z | Compiling untrusted v0.7.1 |
1293 | 2024-12-19T21:00:12.853Z | Compiling num-conv v0.1.0 |
1294 | 2024-12-19T21:00:12.914Z | Compiling mirai-annotations v1.12.0 |
1295 | 2024-12-19T21:00:13.063Z | Compiling powerfmt v0.2.0 |
1296 | 2024-12-19T21:00:13.102Z | Compiling time-core v0.1.2 |
1297 | 2024-12-19T21:00:13.144Z | Compiling untrusted v0.9.0 |
1298 | 2024-12-19T21:00:13.285Z | Compiling time-macros v0.2.18 |
1299 | 2024-12-19T21:00:13.317Z | Compiling deranged v0.3.11 |
1300 | 2024-12-19T21:00:13.438Z | Compiling scrypt v0.11.0 |
1301 | 2024-12-19T21:00:14.068Z | Compiling icu_properties v1.5.1 |
1302 | 2024-12-19T21:00:14.841Z | Compiling bitflags v2.6.0 |
1303 | 2024-12-19T21:00:15.051Z | Compiling bytes v1.8.0 |
1304 | 2024-12-19T21:00:15.096Z | Compiling indexmap v2.6.0 |
1305 | 2024-12-19T21:00:15.274Z | Compiling semver v1.0.23 |
1306 | 2024-12-19T21:00:16.042Z | Compiling tokio v1.40.0 |
1307 | 2024-12-19T21:00:16.358Z | Compiling http v1.1.0 |
1308 | 2024-12-19T21:00:16.557Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-19T21:00:16.638Z | Compiling openssl-sys v0.9.103 |
1310 | 2024-12-19T21:00:17.346Z | Compiling pest_meta v2.7.14 |
1311 | 2024-12-19T21:00:17.797Z | Compiling aes v0.8.4 |
1312 | 2024-12-19T21:00:18.322Z | Compiling cbc v0.1.2 |
1313 | 2024-12-19T21:00:18.569Z | Compiling scroll_derive v0.12.0 |
1314 | 2024-12-19T21:00:18.911Z | Compiling write16 v1.0.0 |
1315 | 2024-12-19T21:00:19.025Z | Compiling utf8_iter v1.0.4 |
1316 | 2024-12-19T21:00:19.080Z | Compiling atomic-waker v1.1.2 |
1317 | 2024-12-19T21:00:19.276Z | Compiling which v4.4.2 |
1318 | 2024-12-19T21:00:19.296Z | Compiling icu_normalizer_data v1.5.0 |
1319 | 2024-12-19T21:00:19.408Z | Compiling num_threads v0.1.7 |
1320 | 2024-12-19T21:00:19.545Z | Compiling utf16_iter v1.0.5 |
1321 | 2024-12-19T21:00:19.744Z | Compiling icu_normalizer v1.5.0 |
1322 | 2024-12-19T21:00:19.881Z | Compiling time v0.3.36 |
1323 | 2024-12-19T21:00:20.079Z | Compiling scroll v0.12.0 |
1324 | 2024-12-19T21:00:20.599Z | Compiling pkcs5 v0.7.1 |
1325 | 2024-12-19T21:00:20.644Z | Compiling pest_generator v2.7.14 |
1326 | 2024-12-19T21:00:20.692Z | Compiling http-body v1.0.1 |
1327 | 2024-12-19T21:00:21.191Z | Compiling form_urlencoded v1.2.1 |
1328 | 2024-12-19T21:00:21.528Z | Compiling try-lock v0.2.5 |
1329 | 2024-12-19T21:00:21.685Z | Compiling slog v2.7.0 |
1330 | 2024-12-19T21:00:21.753Z | Compiling want v0.3.1 |
1331 | 2024-12-19T21:00:21.816Z | Compiling goblin v0.8.2 |
1332 | 2024-12-19T21:00:22.047Z | Compiling pkcs8 v0.10.2 |
1333 | 2024-12-19T21:00:22.274Z | Compiling idna_adapter v1.2.0 |
1334 | 2024-12-19T21:00:22.498Z | Compiling httpdate v1.0.3 |
1335 | 2024-12-19T21:00:22.518Z | Compiling idna v1.0.3 |
1336 | 2024-12-19T21:00:22.649Z | Compiling pest_derive v2.7.14 |
1337 | 2024-12-19T21:00:22.957Z | Compiling serde_tokenstream v0.2.2 |
1338 | 2024-12-19T21:00:23.459Z | Compiling dtrace-parser v0.2.0 |
1339 | 2024-12-19T21:00:23.568Z | Compiling uuid v1.11.0 |
1340 | 2024-12-19T21:00:23.590Z | Compiling toml_datetime v0.6.8 |
1341 | 2024-12-19T21:00:24.125Z | Compiling serde_spanned v0.6.8 |
1342 | 2024-12-19T21:00:24.372Z | Compiling openssl v0.10.66 |
1343 | 2024-12-19T21:00:24.393Z | Compiling iana-time-zone v0.1.61 |
1344 | 2024-12-19T21:00:24.800Z | Compiling tokio-util v0.7.12 |
1345 | 2024-12-19T21:00:24.865Z | Compiling foreign-types-shared v0.1.1 |
1346 | 2024-12-19T21:00:24.982Z | Compiling base64 v0.22.1 |
1347 | 2024-12-19T21:00:25.015Z | Compiling tower-service v0.3.3 |
1348 | 2024-12-19T21:00:25.078Z | Compiling match_cfg v0.1.0 |
1349 | 2024-12-19T21:00:25.145Z | Compiling adler2 v2.0.0 |
1350 | 2024-12-19T21:00:25.181Z | Compiling rustversion v1.0.17 |
1351 | 2024-12-19T21:00:25.359Z | Compiling miniz_oxide v0.8.0 |
1352 | 2024-12-19T21:00:25.711Z | Compiling hostname v0.3.1 |
1353 | 2024-12-19T21:00:25.741Z | Compiling h2 v0.4.6 |
1354 | 2024-12-19T21:00:25.971Z | Compiling foreign-types v0.3.2 |
1355 | 2024-12-19T21:00:26.021Z | Compiling chrono v0.4.38 |
1356 | 2024-12-19T21:00:26.071Z | Compiling url v2.5.3 |
1357 | 2024-12-19T21:00:26.904Z | Compiling openssl-macros v0.1.1 |
1358 | 2024-12-19T21:00:27.545Z | Compiling dof v0.3.0 |
1359 | 2024-12-19T21:00:27.687Z | Compiling async-trait v0.1.83 |
1360 | 2024-12-19T21:00:28.126Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2024-12-19T21:00:28.789Z | Compiling usdt-impl v0.5.0 |
1362 | 2024-12-19T21:00:29.768Z | Compiling data-encoding v2.6.0 |
1363 | 2024-12-19T21:00:29.985Z | Compiling rustls v0.22.4 |
1364 | 2024-12-19T21:00:30.239Z | Compiling rustls v0.23.14 |
1365 | 2024-12-19T21:00:30.416Z | Compiling syn v1.0.109 |
1366 | 2024-12-19T21:00:30.509Z | Compiling native-tls v0.2.12 |
1367 | 2024-12-19T21:00:30.529Z | Compiling siphasher v0.3.11 |
1368 | 2024-12-19T21:00:30.884Z | Compiling dirs-next v2.0.0 |
1369 | 2024-12-19T21:00:31.110Z | Compiling http-body-util v0.1.2 |
1370 | 2024-12-19T21:00:31.654Z | Compiling crossbeam-epoch v0.9.18 |
1371 | 2024-12-19T21:00:31.870Z | Compiling heapless v0.7.17 |
1372 | 2024-12-19T21:00:32.181Z | Compiling signature v2.2.0 |
1373 | 2024-12-19T21:00:32.236Z | Compiling sha1 v0.10.6 |
1374 | 2024-12-19T21:00:32.313Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1375 | 2024-12-19T21:00:32.375Z | Compiling serde_derive_internals v0.29.1 |
1376 | 2024-12-19T21:00:32.474Z | Compiling thread_local v1.1.8 |
1377 | 2024-12-19T21:00:32.560Z | Compiling multer v3.1.0 |
1378 | 2024-12-19T21:00:32.664Z | Compiling hyper v1.5.0 |
1379 | 2024-12-19T21:00:32.797Z | Compiling cookie v0.18.1 |
1380 | 2024-12-19T21:00:32.833Z | Compiling encoding_rs v0.8.34 |
1381 | 2024-12-19T21:00:33.009Z | Compiling schemars v0.8.21 |
1382 | 2024-12-19T21:00:33.080Z | Compiling rayon-core v1.12.1 |
1383 | 2024-12-19T21:00:33.344Z | Compiling signal-hook v0.3.17 |
1384 | 2024-12-19T21:00:33.362Z | Compiling unicode-properties v0.1.3 |
1385 | 2024-12-19T21:00:33.603Z | Compiling openssl-probe v0.1.5 |
1386 | 2024-12-19T21:00:33.768Z | Compiling gimli v0.31.1 |
1387 | 2024-12-19T21:00:33.962Z | Compiling mime v0.3.17 |
1388 | 2024-12-19T21:00:34.664Z | Compiling slog-async v2.8.0 |
1389 | 2024-12-19T21:00:35.194Z | Compiling hyper-util v0.1.10 |
1390 | 2024-12-19T21:00:35.215Z | Compiling ipnet v2.10.1 |
1391 | 2024-12-19T21:00:36.348Z | Compiling schemars_derive v0.8.21 |
1392 | 2024-12-19T21:00:36.599Z | Compiling stringprep v0.1.5 |
1393 | 2024-12-19T21:00:37.343Z | Compiling toml_edit v0.22.22 |
1394 | 2024-12-19T21:00:37.931Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-12-19T21:00:38.420Z | Compiling addr2line v0.24.2 |
1396 | 2024-12-19T21:00:39.086Z | Compiling usdt-macro v0.5.0 |
1397 | 2024-12-19T21:00:39.107Z | Compiling crossbeam-deque v0.8.5 |
1398 | 2024-12-19T21:00:39.485Z | Compiling term v0.7.0 |
1399 | 2024-12-19T21:00:39.595Z | Compiling slog-json v2.6.1 |
1400 | 2024-12-19T21:00:39.651Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2024-12-19T21:00:39.724Z | Compiling crossbeam-channel v0.5.13 |
1402 | 2024-12-19T21:00:39.974Z | Compiling curve25519-dalek v4.1.3 |
1403 | 2024-12-19T21:00:40.189Z | Compiling enum-as-inner v0.6.1 |
1404 | 2024-12-19T21:00:40.572Z | Compiling futures-executor v0.3.31 |
1405 | 2024-12-19T21:00:40.596Z | Compiling md-5 v0.10.6 |
1406 | 2024-12-19T21:00:40.835Z | Compiling async-stream-impl v0.3.6 |
1407 | 2024-12-19T21:00:40.868Z | Compiling rustls-pemfile v2.2.0 |
1408 | 2024-12-19T21:00:40.999Z | Compiling num-integer v0.1.46 |
1409 | 2024-12-19T21:00:41.142Z | Compiling idna v0.3.0 |
1410 | 2024-12-19T21:00:41.213Z | Compiling idna v0.4.0 |
1411 | 2024-12-19T21:00:41.288Z | Compiling hash32 v0.2.1 |
1412 | 2024-12-19T21:00:41.696Z | Compiling ff v0.13.0 |
1413 | 2024-12-19T21:00:41.767Z | Compiling is-terminal v0.4.13 |
1414 | 2024-12-19T21:00:41.901Z | Compiling dropshot v0.12.0 |
1415 | 2024-12-19T21:00:41.935Z | Compiling object v0.36.5 |
1416 | 2024-12-19T21:00:42.184Z | Compiling smoltcp v0.9.1 |
1417 | 2024-12-19T21:00:42.245Z | Compiling utf-8 v0.7.6 |
1418 | 2024-12-19T21:00:42.581Z | Compiling linked-hash-map v0.5.6 |
1419 | 2024-12-19T21:00:42.845Z | Compiling num-bigint-dig v0.8.4 |
1420 | 2024-12-19T21:00:42.902Z | Compiling base16ct v0.2.0 |
1421 | 2024-12-19T21:00:42.922Z | Compiling anyhow v1.0.93 |
1422 | 2024-12-19T21:00:42.950Z | Compiling quick-error v1.2.3 |
1423 | 2024-12-19T21:00:43.114Z | Compiling take_mut v0.2.2 |
1424 | 2024-12-19T21:00:43.135Z | Compiling dyn-clone v1.0.17 |
1425 | 2024-12-19T21:00:43.229Z | Compiling rustc-demangle v0.1.24 |
1426 | 2024-12-19T21:00:43.282Z | Compiling psl-types v2.0.11 |
1427 | 2024-12-19T21:00:43.352Z | Compiling fallible-iterator v0.2.0 |
1428 | 2024-12-19T21:00:43.493Z | Compiling portable-atomic v1.9.0 |
1429 | 2024-12-19T21:00:43.896Z | Compiling publicsuffix v2.2.3 |
1430 | 2024-12-19T21:00:43.999Z | Compiling postgres-protocol v0.6.7 |
1431 | 2024-12-19T21:00:44.765Z | Compiling resolv-conf v0.7.0 |
1432 | 2024-12-19T21:00:45.452Z | Compiling sec1 v0.7.3 |
1433 | 2024-12-19T21:00:45.536Z | Compiling lru-cache v0.1.2 |
1434 | 2024-12-19T21:00:45.590Z | Compiling tungstenite v0.24.0 |
1435 | 2024-12-19T21:00:45.722Z | Compiling async-stream v0.3.6 |
1436 | 2024-12-19T21:00:45.906Z | Compiling hickory-proto v0.24.1 |
1437 | 2024-12-19T21:00:46.029Z | Compiling group v0.13.0 |
1438 | 2024-12-19T21:00:46.050Z | Compiling slog-term v2.9.1 |
1439 | 2024-12-19T21:00:46.372Z | Compiling usdt v0.5.0 |
1440 | 2024-12-19T21:00:47.312Z | Compiling num-iter v0.1.45 |
1441 | 2024-12-19T21:00:47.512Z | Compiling futures v0.3.31 |
1442 | 2024-12-19T21:00:47.756Z | Compiling toml v0.8.19 |
1443 | 2024-12-19T21:00:47.935Z | Compiling slog-bunyan v2.5.0 |
1444 | 2024-12-19T21:00:49.276Z | Compiling camino v1.1.9 |
1445 | 2024-12-19T21:00:49.413Z | Compiling backtrace v0.3.74 |
1446 | 2024-12-19T21:00:49.905Z | Compiling tokio-native-tls v0.3.1 |
1447 | 2024-12-19T21:00:50.189Z | Compiling phf_shared v0.11.2 |
1448 | 2024-12-19T21:00:50.217Z | Compiling dropshot_endpoint v0.12.0 |
1449 | 2024-12-19T21:00:50.284Z | Compiling waitgroup v0.1.2 |
1450 | 2024-12-19T21:00:50.526Z | Compiling terminal_size v0.4.0 |
1451 | 2024-12-19T21:00:50.590Z | Compiling openapiv3 v2.0.0 |
1452 | 2024-12-19T21:00:50.593Z | Compiling serde_path_to_error v0.1.16 |
1453 | 2024-12-19T21:00:50.705Z | Compiling hkdf v0.12.4 |
1454 | 2024-12-19T21:00:50.970Z | Compiling crypto-bigint v0.5.5 |
1455 | 2024-12-19T21:00:51.460Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-19T21:00:53.062Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2024-12-19T21:00:53.166Z | Compiling webpki-roots v0.26.6 |
1458 | 2024-12-19T21:00:53.389Z | Compiling idna v0.5.0 |
1459 | 2024-12-19T21:00:53.680Z | Compiling hubpack_derive v0.1.1 |
1460 | 2024-12-19T21:00:54.583Z | Compiling hostname v0.4.0 |
1461 | 2024-12-19T21:00:54.844Z | Compiling fs-err v2.11.0 |
1462 | 2024-12-19T21:00:54.981Z | Compiling crc32fast v1.4.2 |
1463 | 2024-12-19T21:00:55.071Z | Compiling ahash v0.8.11 |
1464 | 2024-12-19T21:00:55.118Z | Compiling managed v0.8.0 |
1465 | 2024-12-19T21:00:55.169Z | Compiling bitflags v1.3.2 |
1466 | 2024-12-19T21:00:55.283Z | Compiling winnow v0.5.40 |
1467 | 2024-12-19T21:00:55.304Z | Compiling debug-ignore v1.0.5 |
1468 | 2024-12-19T21:00:55.373Z | Compiling zerocopy v0.6.6 |
1469 | 2024-12-19T21:00:55.441Z | Compiling console v0.15.8 |
1470 | 2024-12-19T21:00:55.461Z | Compiling clap_builder v4.5.21 |
1471 | 2024-12-19T21:00:56.231Z | Compiling flate2 v1.0.34 |
1472 | 2024-12-19T21:00:56.616Z | Compiling strum_macros v0.25.3 |
1473 | 2024-12-19T21:00:57.194Z | Compiling hubpack v0.1.2 |
1474 | 2024-12-19T21:00:57.215Z | Compiling cookie_store v0.21.0 |
1475 | 2024-12-19T21:00:57.344Z | Compiling elliptic-curve v0.13.8 |
1476 | 2024-12-19T21:00:57.827Z | Compiling hickory-resolver v0.24.1 |
1477 | 2024-12-19T21:00:58.207Z | Compiling phf v0.11.2 |
1478 | 2024-12-19T21:00:58.835Z | Compiling toml_edit v0.19.15 |
1479 | 2024-12-19T21:00:59.204Z | Compiling hyper-tls v0.6.0 |
1480 | 2024-12-19T21:00:59.405Z | Compiling signal-hook-mio v0.2.4 |
1481 | 2024-12-19T21:00:59.579Z | Compiling rayon v1.10.0 |
1482 | 2024-12-19T21:00:59.651Z | Compiling bzip2 v0.4.4 |
1483 | 2024-12-19T21:01:00.828Z | Compiling tokio-tungstenite v0.24.0 |
1484 | 2024-12-19T21:01:01.383Z | Compiling postgres-types v0.2.8 |
1485 | 2024-12-19T21:01:04.327Z | Compiling ed25519 v2.2.3 |
1486 | 2024-12-19T21:01:04.441Z | Compiling phf_shared v0.10.0 |
1487 | 2024-12-19T21:01:04.649Z | Compiling tokio-stream v0.1.16 |
1488 | 2024-12-19T21:01:04.812Z | Compiling pkcs1 v0.7.5 |
1489 | 2024-12-19T21:01:04.893Z | Compiling serde-big-array v0.5.1 |
1490 | 2024-12-19T21:01:05.143Z | Compiling clap_derive v4.5.18 |
1491 | 2024-12-19T21:01:05.743Z | Compiling rfc6979 v0.4.0 |
1492 | 2024-12-19T21:01:05.862Z | Compiling derive-where v1.2.7 |
1493 | 2024-12-19T21:01:05.926Z | Compiling serde_repr v0.1.19 |
1494 | 2024-12-19T21:01:05.991Z | Compiling float-cmp v0.9.0 |
1495 | 2024-12-19T21:01:06.226Z | Compiling bstr v1.10.0 |
1496 | 2024-12-19T21:01:06.250Z | Compiling sync_wrapper v1.0.1 |
1497 | 2024-12-19T21:01:06.412Z | Compiling whoami v1.5.2 |
1498 | 2024-12-19T21:01:07.053Z | Compiling fixedbitset v0.4.2 |
1499 | 2024-12-19T21:01:07.080Z | Compiling bit-vec v0.6.3 |
1500 | 2024-12-19T21:01:07.128Z | Compiling precomputed-hash v0.1.1 |
1501 | 2024-12-19T21:01:07.248Z | Compiling difflib v0.4.0 |
1502 | 2024-12-19T21:01:07.512Z | Compiling normalize-line-endings v0.3.0 |
1503 | 2024-12-19T21:01:07.567Z | Compiling static_assertions v1.1.0 |
1504 | 2024-12-19T21:01:07.638Z | Compiling predicates-core v1.0.8 |
1505 | 2024-12-19T21:01:07.673Z | Compiling unicode-segmentation v1.12.0 |
1506 | 2024-12-19T21:01:08.008Z | Compiling new_debug_unreachable v1.0.6 |
1507 | 2024-12-19T21:01:08.030Z | Compiling unicode-width v0.2.0 |
1508 | 2024-12-19T21:01:08.102Z | Compiling number_prefix v0.4.0 |
1509 | 2024-12-19T21:01:08.336Z | Compiling string_cache v0.8.7 |
1510 | 2024-12-19T21:01:08.551Z | Compiling indicatif v0.17.9 |
1511 | 2024-12-19T21:01:08.553Z | Compiling similar v2.6.0 |
1512 | 2024-12-19T21:01:08.808Z | Compiling predicates v3.1.2 |
1513 | 2024-12-19T21:01:09.021Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1514 | 2024-12-19T21:01:09.505Z | Compiling bit-set v0.5.3 |
1515 | 2024-12-19T21:01:09.800Z | Compiling petgraph v0.6.5 |
1516 | 2024-12-19T21:01:10.363Z | Compiling clap v4.5.21 |
1517 | 2024-12-19T21:01:10.491Z | Compiling tokio-postgres v0.7.12 |
1518 | 2024-12-19T21:01:10.585Z | Compiling ecdsa v0.16.9 |
1519 | 2024-12-19T21:01:10.846Z | Compiling rsa v0.9.6 |
1520 | 2024-12-19T21:01:11.068Z | Compiling ed25519-dalek v2.1.1 |
1521 | 2024-12-19T21:01:11.437Z | Compiling toml v0.7.8 |
1522 | 2024-12-19T21:01:12.419Z | Compiling zip v0.6.6 |
1523 | 2024-12-19T21:01:13.184Z | Compiling crossterm v0.28.1 |
1524 | 2024-12-19T21:01:14.602Z | Compiling hex v0.4.3 |
1525 | 2024-12-19T21:01:14.671Z | Compiling x509-cert v0.2.5 |
1526 | 2024-12-19T21:01:14.755Z | Compiling itertools v0.10.5 |
1527 | 2024-12-19T21:01:15.214Z | Compiling peg-runtime v0.8.3 |
1528 | 2024-12-19T21:01:15.845Z | Compiling unicode-xid v0.2.6 |
1529 | 2024-12-19T21:01:15.913Z | Compiling lalrpop-util v0.19.12 |
1530 | 2024-12-19T21:01:16.028Z | Compiling strum_macros v0.26.4 |
1531 | 2024-12-19T21:01:16.283Z | Compiling xattr v1.3.1 |
1532 | 2024-12-19T21:01:16.391Z | Compiling filetime v0.2.25 |
1533 | 2024-12-19T21:01:16.717Z | Compiling tar v0.4.42 |
1534 | 2024-12-19T21:01:21.238Z | Compiling strum v0.26.3 |
1535 | 2024-12-19T21:01:23.413Z | Compiling aws-lc-sys v0.22.0 |
1536 | 2024-12-19T21:02:01.407Z | Compiling rustls-webpki v0.102.8 |
1537 | 2024-12-19T21:02:04.818Z | Compiling tokio-rustls v0.25.0 |
1538 | 2024-12-19T21:02:06.438Z | Compiling tokio-rustls v0.26.0 |
1539 | 2024-12-19T21:02:06.812Z | Compiling hyper-rustls v0.27.3 |
1540 | 2024-12-19T21:02:07.198Z | Compiling reqwest v0.12.9 |
1541 | 2024-12-19T21:02:08.348Z | Compiling qorb v0.2.1 |
1542 | 2024-12-19T21:02:13.125Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1543 | 2024-12-19T21:02:13.363Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1544 | 2024-12-19T21:02:19.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
1545 | 2024-12-19T21:02:19.371Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1546 | 2024-12-19T21:02:19.424Z | Dec 19 21:02:19.018 INFO Starting download, target: Console |
1547 | 2024-12-19T21:02:19.424Z | Dec 19 21:02:19.018 INFO Starting download, target: Cockroach |
1548 | 2024-12-19T21:02:19.424Z | Dec 19 21:02:19.018 INFO Starting download, target: DendriteOpenapi |
1549 | 2024-12-19T21:02:19.424Z | Dec 19 21:02:19.018 INFO Starting download, target: Clickhouse |
1550 | 2024-12-19T21:02:19.424Z | Dec 19 21:02:19.018 INFO Starting download, target: DendriteStub |
1551 | 2024-12-19T21:02:19.424Z | Dec 19 21:02:19.018 INFO Starting download, target: MaghemiteMgd |
1552 | 2024-12-19T21:02:19.427Z | Dec 19 21:02:19.018 INFO Starting download, target: TransceiverControl |
1553 | 2024-12-19T21:02:19.427Z | Dec 19 21:02:19.019 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1554 | 2024-12-19T21:02:19.427Z | Dec 19 21:02:19.019 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1555 | 2024-12-19T21:02:19.427Z | Dec 19 21:02:19.019 INFO Downloading out/downloads/dpd-38eb75b831698abc2920e12f0ad24ceb3318aa46.json (attempt 1/3), target: DendriteOpenapi |
1556 | 2024-12-19T21:02:19.428Z | Dec 19 21:02:19.019 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1557 | 2024-12-19T21:02:19.428Z | Dec 19 21:02:19.019 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1558 | 2024-12-19T21:02:19.428Z | Dec 19 21:02:19.019 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1559 | 2024-12-19T21:02:19.428Z | Dec 19 21:02:19.019 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1560 | 2024-12-19T21:02:19.614Z | Dec 19 21:02:19.203 INFO Download complete, target: DendriteOpenapi |
1561 | 2024-12-19T21:02:19.950Z | Dec 19 21:02:19.543 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1562 | 2024-12-19T21:02:19.959Z | Dec 19 21:02:19.549 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1563 | 2024-12-19T21:02:20.309Z | Dec 19 21:02:19.895 INFO Download complete, target: Console |
1564 | 2024-12-19T21:02:20.382Z | Dec 19 21:02:19.968 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1565 | 2024-12-19T21:02:20.546Z | Dec 19 21:02:20.134 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2024-12-19T21:02:20.680Z | Dec 19 21:02:20.273 INFO Download complete, target: TransceiverControl |
1567 | 2024-12-19T21:02:20.884Z | Dec 19 21:02:20.478 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2024-12-19T21:02:20.884Z | Dec 19 21:02:20.478 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2024-12-19T21:02:21.325Z | Dec 19 21:02:20.919 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1570 | 2024-12-19T21:02:23.262Z | Dec 19 21:02:22.855 INFO Download complete, target: MaghemiteMgd |
1571 | 2024-12-19T21:02:23.706Z | Dec 19 21:02:23.300 INFO Download complete, target: DendriteStub |
1572 | 2024-12-19T21:02:28.657Z | Dec 19 21:02:28.250 INFO Checking that binary works, target: Cockroach |
1573 | 2024-12-19T21:02:28.832Z | Dec 19 21:02:28.425 INFO Download complete, target: Cockroach |
1574 | 2024-12-19T21:02:34.183Z | Dec 19 21:02:33.774 INFO Checking that binary works, target: Clickhouse |
1575 | 2024-12-19T21:02:35.277Z | Dec 19 21:02:34.869 INFO Download complete, target: Clickhouse |
1576 | 2024-12-19T21:02:35.426Z | All builder prerequisites installed successfully, and PATH looks valid |
1577 | 2024-12-19T21:02:35.429Z | |
1578 | 2024-12-19T21:02:35.429Z | real 5:47.567327742 |
1579 | 2024-12-19T21:02:35.429Z | user 16:31.885844965 |
1580 | 2024-12-19T21:02:35.429Z | sys 3:14.179771542 |
1581 | 2024-12-19T21:02:35.429Z | trap 0.536498720 |
1582 | 2024-12-19T21:02:35.429Z | tflt 9.228044664 |
1583 | 2024-12-19T21:02:35.429Z | dflt 9.688848795 |
1584 | 2024-12-19T21:02:35.429Z | kflt 0.610337896 |
1585 | 2024-12-19T21:02:35.429Z | lock 30:54.007859750 |
1586 | 2024-12-19T21:02:35.429Z | slp 1:04:53.024694541 |
1587 | 2024-12-19T21:02:35.429Z | lat 52.469728330 |
1588 | 2024-12-19T21:02:35.429Z | stop 2:14.942574698 |
1589 | 2024-12-19T21:02:35.429Z | + banner hack-check |
1590 | 2024-12-19T21:02:35.432Z | |
1591 | 2024-12-19T21:02:35.432Z | # # ## #### # # #### # # ###### #### # # |
1592 | 2024-12-19T21:02:35.432Z | # # # # # # # # # # # # # # # # # |
1593 | 2024-12-19T21:02:35.432Z | ###### # # # #### ##### # ###### ##### # #### |
1594 | 2024-12-19T21:02:35.433Z | # # ###### # # # # # # # # # # |
1595 | 2024-12-19T21:02:35.433Z | # # # # # # # # # # # # # # # # # |
1596 | 2024-12-19T21:02:35.433Z | # # # # #### # # #### # # ###### #### # # |
1597 | 2024-12-19T21:02:35.433Z | |
1598 | 2024-12-19T21:02:35.433Z | + export CARGO_INCREMENTAL=0 |
1599 | 2024-12-19T21:02:35.433Z | + CARGO_INCREMENTAL=0 |
1600 | 2024-12-19T21:02:35.433Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1601 | 2024-12-19T21:02:35.967Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1602 | 2024-12-19T21:02:39.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
1603 | 2024-12-19T21:02:39.847Z | Running `target/debug/xtask check-features --ci` |
1604 | 2024-12-19T21:02:39.868Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1605 | 2024-12-19T21:02:39.871Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1606 | 2024-12-19T21:02:40.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1607 | 2024-12-19T21:02:40.333Z | Running `target/debug/xtask download cargo-hack` |
1608 | 2024-12-19T21:02:41.140Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1609 | 2024-12-19T21:02:41.501Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1610 | 2024-12-19T21:02:46.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s |
1611 | 2024-12-19T21:02:46.696Z | Running `target/debug/xtask-downloader cargo-hack` |
1612 | 2024-12-19T21:02:46.734Z | Dec 19 21:02:46.324 INFO Starting download, target: CargoHack |
1613 | 2024-12-19T21:02:46.737Z | Dec 19 21:02:46.325 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1614 | 2024-12-19T21:02:47.387Z | Dec 19 21:02:46.977 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1615 | 2024-12-19T21:02:47.478Z | Dec 19 21:02:47.068 INFO Download complete, target: CargoHack |
1616 | 2024-12-19T21:02:47.482Z | 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" |
1617 | 2024-12-19T21:02:47.497Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1618 | 2024-12-19T21:02:47.669Z | info: running `cargo check --bins` on api_identity (1/173) |
1619 | 2024-12-19T21:02:48.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1620 | 2024-12-19T21:02:48.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1621 | 2024-12-19T21:02:48.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1622 | 2024-12-19T21:02:48.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1623 | 2024-12-19T21:02:48.290Z | |
1624 | 2024-12-19T21:02:48.290Z | info: running `cargo check --bins` on bootstore (2/173) |
1625 | 2024-12-19T21:02:48.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-12-19T21:02:48.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-12-19T21:02:48.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-12-19T21:02:48.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1629 | 2024-12-19T21:02:48.942Z | |
1630 | 2024-12-19T21:02:48.942Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1631 | 2024-12-19T21:02:49.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-12-19T21:02:49.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-12-19T21:02:49.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-12-19T21:02:49.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1635 | 2024-12-19T21:02:49.558Z | |
1636 | 2024-12-19T21:02:49.558Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1637 | 2024-12-19T21:02:50.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-12-19T21:02:50.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-12-19T21:02:50.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-12-19T21:02:50.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1641 | 2024-12-19T21:02:50.180Z | |
1642 | 2024-12-19T21:02:50.180Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1643 | 2024-12-19T21:02:50.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-12-19T21:02:50.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-12-19T21:02:50.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-12-19T21:02:50.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1647 | 2024-12-19T21:02:50.600Z | |
1648 | 2024-12-19T21:02:50.600Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1649 | 2024-12-19T21:02:50.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-12-19T21:02:50.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-12-19T21:02:50.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-12-19T21:02:50.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1653 | 2024-12-19T21:02:51.026Z | |
1654 | 2024-12-19T21:02:51.026Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1655 | 2024-12-19T21:02:51.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-12-19T21:02:51.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-12-19T21:02:51.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-12-19T21:02:51.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1659 | 2024-12-19T21:02:51.446Z | |
1660 | 2024-12-19T21:02:51.446Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1661 | 2024-12-19T21:02:51.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-12-19T21:02:51.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-12-19T21:02:51.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-12-19T21:02:51.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1665 | 2024-12-19T21:02:51.878Z | |
1666 | 2024-12-19T21:02:51.878Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1667 | 2024-12-19T21:02:52.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-12-19T21:02:52.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-12-19T21:02:52.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-12-19T21:02:52.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1671 | 2024-12-19T21:02:52.302Z | |
1672 | 2024-12-19T21:02:52.302Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1673 | 2024-12-19T21:02:52.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-12-19T21:02:52.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-12-19T21:02:52.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-12-19T21:02:52.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1677 | 2024-12-19T21:02:52.719Z | |
1678 | 2024-12-19T21:02:52.719Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1679 | 2024-12-19T21:02:53.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-12-19T21:02:53.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-12-19T21:02:53.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-12-19T21:02:53.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1683 | 2024-12-19T21:02:53.147Z | |
1684 | 2024-12-19T21:02:53.147Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1685 | 2024-12-19T21:02:53.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-12-19T21:02:53.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-12-19T21:02:53.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-12-19T21:02:53.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1689 | 2024-12-19T21:02:53.577Z | |
1690 | 2024-12-19T21:02:53.578Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1691 | 2024-12-19T21:02:53.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-12-19T21:02:53.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-12-19T21:02:53.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2024-12-19T21:02:53.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1695 | 2024-12-19T21:02:54.003Z | |
1696 | 2024-12-19T21:02:54.003Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1697 | 2024-12-19T21:02:54.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2024-12-19T21:02:54.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2024-12-19T21:02:54.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2024-12-19T21:02:54.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1701 | 2024-12-19T21:02:54.424Z | |
1702 | 2024-12-19T21:02:54.424Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1703 | 2024-12-19T21:02:54.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-12-19T21:02:54.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-12-19T21:02:54.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2024-12-19T21:02:54.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1707 | 2024-12-19T21:02:54.855Z | |
1708 | 2024-12-19T21:02:54.855Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1709 | 2024-12-19T21:02:55.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2024-12-19T21:02:55.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2024-12-19T21:02:55.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2024-12-19T21:02:55.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1713 | 2024-12-19T21:02:55.275Z | |
1714 | 2024-12-19T21:02:55.275Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1715 | 2024-12-19T21:02:55.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2024-12-19T21:02:55.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2024-12-19T21:02:55.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2024-12-19T21:02:55.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1719 | 2024-12-19T21:02:55.697Z | |
1720 | 2024-12-19T21:02:55.698Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1721 | 2024-12-19T21:02:56.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2024-12-19T21:02:56.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2024-12-19T21:02:56.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2024-12-19T21:02:56.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1725 | 2024-12-19T21:02:56.122Z | |
1726 | 2024-12-19T21:02:56.122Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1727 | 2024-12-19T21:02:56.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2024-12-19T21:02:56.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2024-12-19T21:02:56.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2024-12-19T21:02:56.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1731 | 2024-12-19T21:02:56.545Z | |
1732 | 2024-12-19T21:02:56.545Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1733 | 2024-12-19T21:02:56.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2024-12-19T21:02:56.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2024-12-19T21:02:56.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2024-12-19T21:02:56.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1737 | 2024-12-19T21:02:56.968Z | |
1738 | 2024-12-19T21:02:56.969Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1739 | 2024-12-19T21:02:57.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2024-12-19T21:02:57.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2024-12-19T21:02:57.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2024-12-19T21:02:57.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1743 | 2024-12-19T21:02:57.402Z | |
1744 | 2024-12-19T21:02:57.402Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1745 | 2024-12-19T21:02:57.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2024-12-19T21:02:57.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2024-12-19T21:02:57.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2024-12-19T21:02:57.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1749 | 2024-12-19T21:02:57.824Z | |
1750 | 2024-12-19T21:02:57.825Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1751 | 2024-12-19T21:02:58.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2024-12-19T21:02:58.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2024-12-19T21:02:58.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2024-12-19T21:02:58.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1755 | 2024-12-19T21:02:58.261Z | |
1756 | 2024-12-19T21:02:58.261Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1757 | 2024-12-19T21:02:58.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2024-12-19T21:02:58.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2024-12-19T21:02:58.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2024-12-19T21:02:58.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1761 | 2024-12-19T21:02:58.686Z | |
1762 | 2024-12-19T21:02:58.687Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1763 | 2024-12-19T21:02:59.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2024-12-19T21:02:59.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2024-12-19T21:02:59.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2024-12-19T21:02:59.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1767 | 2024-12-19T21:02:59.325Z | |
1768 | 2024-12-19T21:02:59.325Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1769 | 2024-12-19T21:02:59.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2024-12-19T21:02:59.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2024-12-19T21:02:59.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2024-12-19T21:02:59.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1773 | 2024-12-19T21:02:59.967Z | |
1774 | 2024-12-19T21:02:59.967Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1775 | 2024-12-19T21:03:00.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2024-12-19T21:03:00.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2024-12-19T21:03:00.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2024-12-19T21:03:00.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1779 | 2024-12-19T21:03:00.603Z | |
1780 | 2024-12-19T21:03:00.603Z | info: running `cargo check --bins` on oxlog (28/173) |
1781 | 2024-12-19T21:03:01.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2024-12-19T21:03:01.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2024-12-19T21:03:01.217Z | Checking cfg-if v1.0.0 |
1784 | 2024-12-19T21:03:01.220Z | Checking libc v0.2.162 |
1785 | 2024-12-19T21:03:01.327Z | Checking serde v1.0.215 |
1786 | 2024-12-19T21:03:01.330Z | Checking zeroize v1.8.1 |
1787 | 2024-12-19T21:03:01.344Z | Checking memchr v2.7.4 |
1788 | 2024-12-19T21:03:01.347Z | Checking typenum v1.17.0 |
1789 | 2024-12-19T21:03:01.367Z | Checking scopeguard v1.2.0 |
1790 | 2024-12-19T21:03:01.370Z | Checking subtle v2.6.1 |
1791 | 2024-12-19T21:03:01.395Z | Checking value-bag v1.9.0 |
1792 | 2024-12-19T21:03:01.505Z | Checking lock_api v0.4.12 |
1793 | 2024-12-19T21:03:01.580Z | Checking const-oid v0.9.6 |
1794 | 2024-12-19T21:03:01.634Z | Checking itoa v1.0.11 |
1795 | 2024-12-19T21:03:01.794Z | Checking log v0.4.22 |
1796 | 2024-12-19T21:03:01.835Z | Checking smallvec v1.13.2 |
1797 | 2024-12-19T21:03:01.948Z | Checking pin-project-lite v0.2.14 |
1798 | 2024-12-19T21:03:02.069Z | Checking byteorder v1.5.0 |
1799 | 2024-12-19T21:03:02.185Z | Checking futures-core v0.3.31 |
1800 | 2024-12-19T21:03:02.200Z | Checking once_cell v1.20.2 |
1801 | 2024-12-19T21:03:02.312Z | Checking cpufeatures v0.2.14 |
1802 | 2024-12-19T21:03:02.377Z | Checking futures-sink v0.3.31 |
1803 | 2024-12-19T21:03:02.400Z | Checking stable_deref_trait v1.2.0 |
1804 | 2024-12-19T21:03:02.417Z | Checking getrandom v0.2.15 |
1805 | 2024-12-19T21:03:02.449Z | Checking parking_lot_core v0.9.10 |
1806 | 2024-12-19T21:03:02.484Z | Checking signal-hook-registry v1.4.2 |
1807 | 2024-12-19T21:03:02.499Z | Checking mio v1.0.2 |
1808 | 2024-12-19T21:03:02.516Z | Checking socket2 v0.5.7 |
1809 | 2024-12-19T21:03:02.631Z | Checking rand_core v0.6.4 |
1810 | 2024-12-19T21:03:02.718Z | Checking spin v0.9.8 |
1811 | 2024-12-19T21:03:02.734Z | Checking generic-array v0.14.7 |
1812 | 2024-12-19T21:03:02.758Z | Checking parking_lot v0.12.3 |
1813 | 2024-12-19T21:03:02.948Z | Checking zerocopy v0.7.35 |
1814 | 2024-12-19T21:03:02.994Z | Checking slab v0.4.9 |
1815 | 2024-12-19T21:03:03.057Z | Checking zerofrom v0.1.4 |
1816 | 2024-12-19T21:03:03.101Z | Checking futures-channel v0.3.31 |
1817 | 2024-12-19T21:03:03.116Z | Checking allocator-api2 v0.2.18 |
1818 | 2024-12-19T21:03:03.248Z | Checking yoke v0.7.4 |
1819 | 2024-12-19T21:03:03.251Z | Checking foldhash v0.1.3 |
1820 | 2024-12-19T21:03:03.413Z | Checking pin-utils v0.1.0 |
1821 | 2024-12-19T21:03:03.458Z | Checking futures-task v0.3.31 |
1822 | 2024-12-19T21:03:03.473Z | Checking futures-io v0.3.31 |
1823 | 2024-12-19T21:03:03.498Z | Checking equivalent v1.0.1 |
1824 | 2024-12-19T21:03:03.597Z | Checking zerovec v0.10.4 |
1825 | 2024-12-19T21:03:03.612Z | Checking ryu v1.0.18 |
1826 | 2024-12-19T21:03:03.655Z | Checking tinyvec_macros v0.1.1 |
1827 | 2024-12-19T21:03:03.699Z | Checking futures-util v0.3.31 |
1828 | 2024-12-19T21:03:03.738Z | Checking hashbrown v0.15.1 |
1829 | 2024-12-19T21:03:03.741Z | Checking tinyvec v1.8.0 |
1830 | 2024-12-19T21:03:03.828Z | Checking fnv v1.0.7 |
1831 | 2024-12-19T21:03:03.924Z | Checking crypto-common v0.1.6 |
1832 | 2024-12-19T21:03:03.957Z | Checking block-buffer v0.10.4 |
1833 | 2024-12-19T21:03:04.106Z | Checking block-padding v0.3.3 |
1834 | 2024-12-19T21:03:04.183Z | Checking digest v0.10.7 |
1835 | 2024-12-19T21:03:04.311Z | Checking inout v0.1.3 |
1836 | 2024-12-19T21:03:04.430Z | Checking libm v0.2.8 |
1837 | 2024-12-19T21:03:04.534Z | Checking cipher v0.4.4 |
1838 | 2024-12-19T21:03:04.577Z | Checking hmac v0.12.1 |
1839 | 2024-12-19T21:03:04.786Z | Checking sha2 v0.10.8 |
1840 | 2024-12-19T21:03:04.894Z | Checking unicode-bidi v0.3.17 |
1841 | 2024-12-19T21:03:04.938Z | Checking writeable v0.5.5 |
1842 | 2024-12-19T21:03:05.055Z | Checking unicode-normalization v0.1.24 |
1843 | 2024-12-19T21:03:05.254Z | Checking litemap v0.7.3 |
1844 | 2024-12-19T21:03:05.310Z | Checking tinystr v0.7.6 |
1845 | 2024-12-19T21:03:05.336Z | Checking base64ct v1.6.0 |
1846 | 2024-12-19T21:03:05.382Z | Checking num-traits v0.2.19 |
1847 | 2024-12-19T21:03:05.509Z | Checking ppv-lite86 v0.2.20 |
1848 | 2024-12-19T21:03:05.615Z | Checking flagset v0.4.6 |
1849 | 2024-12-19T21:03:05.690Z | Checking icu_locid v1.5.0 |
1850 | 2024-12-19T21:03:05.755Z | Checking pem-rfc7468 v0.7.0 |
1851 | 2024-12-19T21:03:05.799Z | Checking tracing-core v0.1.32 |
1852 | 2024-12-19T21:03:05.976Z | Checking thiserror v1.0.69 |
1853 | 2024-12-19T21:03:06.004Z | Checking der v0.7.9 |
1854 | 2024-12-19T21:03:06.108Z | Checking percent-encoding v2.3.1 |
1855 | 2024-12-19T21:03:06.283Z | Checking bytes v1.8.0 |
1856 | 2024-12-19T21:03:06.298Z | Checking indexmap v2.6.0 |
1857 | 2024-12-19T21:03:06.312Z | Checking serde_json v1.0.132 |
1858 | 2024-12-19T21:03:06.455Z | Checking rand_chacha v0.3.1 |
1859 | 2024-12-19T21:03:06.724Z | Checking icu_provider v1.5.0 |
1860 | 2024-12-19T21:03:06.839Z | Checking bitflags v2.6.0 |
1861 | 2024-12-19T21:03:07.096Z | Checking tokio v1.40.0 |
1862 | 2024-12-19T21:03:07.112Z | Checking http v1.1.0 |
1863 | 2024-12-19T21:03:07.126Z | Checking icu_locid_transform_data v1.5.0 |
1864 | 2024-12-19T21:03:07.222Z | Checking rustls-pki-types v1.9.0 |
1865 | 2024-12-19T21:03:07.372Z | Checking icu_locid_transform v1.5.0 |
1866 | 2024-12-19T21:03:07.571Z | Checking rand v0.8.5 |
1867 | 2024-12-19T21:03:07.793Z | Checking tracing v0.1.40 |
1868 | 2024-12-19T21:03:07.906Z | Checking spki v0.7.3 |
1869 | 2024-12-19T21:03:08.127Z | Checking icu_collections v1.5.0 |
1870 | 2024-12-19T21:03:08.144Z | Checking salsa20 v0.10.2 |
1871 | 2024-12-19T21:03:08.190Z | Checking pbkdf2 v0.12.2 |
1872 | 2024-12-19T21:03:08.345Z | Checking aws-lc-sys v0.22.0 |
1873 | 2024-12-19T21:03:08.360Z | Checking httparse v1.9.5 |
1874 | 2024-12-19T21:03:08.363Z | Checking powerfmt v0.2.0 |
1875 | 2024-12-19T21:03:08.466Z | Checking untrusted v0.9.0 |
1876 | 2024-12-19T21:03:08.617Z | Checking mirai-annotations v1.12.0 |
1877 | 2024-12-19T21:03:08.632Z | Checking icu_properties_data v1.5.0 |
1878 | 2024-12-19T21:03:08.789Z | Checking untrusted v0.7.1 |
1879 | 2024-12-19T21:03:08.805Z | Checking deranged v0.3.11 |
1880 | 2024-12-19T21:03:08.805Z | Checking ring v0.17.8 |
1881 | 2024-12-19T21:03:08.808Z | Checking scrypt v0.11.0 |
1882 | 2024-12-19T21:03:08.857Z | Checking icu_properties v1.5.1 |
1883 | 2024-12-19T21:03:08.907Z | Checking cbc v0.1.2 |
1884 | 2024-12-19T21:03:08.939Z | Checking aes v0.8.4 |
1885 | 2024-12-19T21:03:09.039Z | Checking crossbeam-utils v0.8.20 |
1886 | 2024-12-19T21:03:09.124Z | Checking num_threads v0.1.7 |
1887 | 2024-12-19T21:03:09.233Z | Checking write16 v1.0.0 |
1888 | 2024-12-19T21:03:09.360Z | Checking atomic-waker v1.1.2 |
1889 | 2024-12-19T21:03:09.491Z | Checking num-conv v0.1.0 |
1890 | 2024-12-19T21:03:09.703Z | Checking utf16_iter v1.0.5 |
1891 | 2024-12-19T21:03:09.744Z | Checking utf8_iter v1.0.4 |
1892 | 2024-12-19T21:03:09.842Z | Checking time-core v0.1.2 |
1893 | 2024-12-19T21:03:09.874Z | Checking icu_normalizer_data v1.5.0 |
1894 | 2024-12-19T21:03:09.938Z | Checking pkcs5 v0.7.1 |
1895 | 2024-12-19T21:03:09.967Z | Checking http-body v1.0.1 |
1896 | 2024-12-19T21:03:09.999Z | Checking form_urlencoded v1.2.1 |
1897 | 2024-12-19T21:03:10.168Z | Checking try-lock v0.2.5 |
1898 | 2024-12-19T21:03:10.199Z | Checking unicode-ident v1.0.13 |
1899 | 2024-12-19T21:03:10.302Z | Checking want v0.3.1 |
1900 | 2024-12-19T21:03:10.371Z | Checking httpdate v1.0.3 |
1901 | 2024-12-19T21:03:10.408Z | Checking pkcs8 v0.10.2 |
1902 | 2024-12-19T21:03:10.472Z | Checking proc-macro2 v1.0.89 |
1903 | 2024-12-19T21:03:10.542Z | Checking time v0.3.36 |
1904 | 2024-12-19T21:03:10.598Z | Checking uuid v1.11.0 |
1905 | 2024-12-19T21:03:10.704Z | Checking serde_spanned v0.6.8 |
1906 | 2024-12-19T21:03:10.720Z | Checking toml_datetime v0.6.8 |
1907 | 2024-12-19T21:03:10.880Z | Checking slog v2.7.0 |
1908 | 2024-12-19T21:03:10.922Z | Checking aws-lc-rs v1.10.0 |
1909 | 2024-12-19T21:03:10.979Z | Checking scroll v0.12.0 |
1910 | 2024-12-19T21:03:11.157Z | Checking adler2 v2.0.0 |
1911 | 2024-12-19T21:03:11.205Z | Checking foreign-types-shared v0.1.1 |
1912 | 2024-12-19T21:03:11.308Z | Checking iana-time-zone v0.1.61 |
1913 | 2024-12-19T21:03:11.324Z | Checking tower-service v0.3.3 |
1914 | 2024-12-19T21:03:11.342Z | Checking plain v0.2.3 |
1915 | 2024-12-19T21:03:11.435Z | Checking base64 v0.22.1 |
1916 | 2024-12-19T21:03:11.452Z | Checking match_cfg v0.1.0 |
1917 | 2024-12-19T21:03:11.464Z | Checking ucd-trie v0.1.7 |
1918 | 2024-12-19T21:03:11.489Z | Checking goblin v0.8.2 |
1919 | 2024-12-19T21:03:11.529Z | Checking hostname v0.3.1 |
1920 | 2024-12-19T21:03:11.651Z | Checking pest v2.7.14 |
1921 | 2024-12-19T21:03:11.667Z | Checking chrono v0.4.38 |
1922 | 2024-12-19T21:03:11.973Z | Checking foreign-types v0.3.2 |
1923 | 2024-12-19T21:03:11.981Z | Checking miniz_oxide v0.8.0 |
1924 | 2024-12-19T21:03:12.239Z | Checking icu_normalizer v1.5.0 |
1925 | 2024-12-19T21:03:12.703Z | Checking quote v1.0.37 |
1926 | 2024-12-19T21:03:12.721Z | Checking rustls-webpki v0.102.8 |
1927 | 2024-12-19T21:03:13.034Z | Checking idna_adapter v1.2.0 |
1928 | 2024-12-19T21:03:13.051Z | Checking openssl-sys v0.9.103 |
1929 | 2024-12-19T21:03:13.111Z | Checking errno v0.3.9 |
1930 | 2024-12-19T21:03:13.217Z | Checking idna v1.0.3 |
1931 | 2024-12-19T21:03:13.275Z | Checking dirs-sys-next v0.1.2 |
1932 | 2024-12-19T21:03:13.477Z | Checking aho-corasick v1.1.3 |
1933 | 2024-12-19T21:03:13.534Z | Checking regex-syntax v0.8.5 |
1934 | 2024-12-19T21:03:13.735Z | Checking url v2.5.3 |
1935 | 2024-12-19T21:03:13.771Z | Checking data-encoding v2.6.0 |
1936 | 2024-12-19T21:03:14.150Z | Checking pretty-hex v0.4.1 |
1937 | 2024-12-19T21:03:14.319Z | Checking siphasher v0.3.11 |
1938 | 2024-12-19T21:03:14.336Z | Checking openssl v0.10.66 |
1939 | 2024-12-19T21:03:14.436Z | Checking dtrace-parser v0.2.0 |
1940 | 2024-12-19T21:03:14.474Z | Checking tokio-util v0.7.12 |
1941 | 2024-12-19T21:03:14.580Z | Checking dirs-next v2.0.0 |
1942 | 2024-12-19T21:03:14.617Z | Checking rustix v0.38.37 |
1943 | 2024-12-19T21:03:14.709Z | Checking syn v2.0.87 |
1944 | 2024-12-19T21:03:14.883Z | Checking http-body-util v0.1.2 |
1945 | 2024-12-19T21:03:15.082Z | Checking crossbeam-epoch v0.9.18 |
1946 | 2024-12-19T21:03:15.360Z | Checking sha1 v0.10.6 |
1947 | 2024-12-19T21:03:15.399Z | Checking h2 v0.4.6 |
1948 | 2024-12-19T21:03:15.492Z | Checking signature v2.2.0 |
1949 | 2024-12-19T21:03:15.627Z | Checking lazy_static v1.5.0 |
1950 | 2024-12-19T21:03:15.687Z | Checking thread_local v1.1.8 |
1951 | 2024-12-19T21:03:15.748Z | Checking thread-id v4.2.2 |
1952 | 2024-12-19T21:03:15.857Z | Checking encoding_rs v0.8.34 |
1953 | 2024-12-19T21:03:15.955Z | Checking anstyle v1.0.10 |
1954 | 2024-12-19T21:03:16.292Z | Checking unicode-properties v0.1.3 |
1955 | 2024-12-19T21:03:16.468Z | Checking dof v0.3.0 |
1956 | 2024-12-19T21:03:16.632Z | Checking ipnet v2.10.1 |
1957 | 2024-12-19T21:03:16.770Z | Checking regex-automata v0.4.8 |
1958 | 2024-12-19T21:03:17.042Z | Checking winnow v0.6.20 |
1959 | 2024-12-19T21:03:17.117Z | Checking openssl-probe v0.1.5 |
1960 | 2024-12-19T21:03:17.271Z | Checking gimli v0.31.1 |
1961 | 2024-12-19T21:03:18.182Z | Checking mime v0.3.17 |
1962 | 2024-12-19T21:03:18.195Z | Checking utf8parse v0.2.2 |
1963 | 2024-12-19T21:03:18.351Z | Checking either v1.13.0 |
1964 | 2024-12-19T21:03:18.524Z | Checking anstyle-parse v0.2.5 |
1965 | 2024-12-19T21:03:18.759Z | Checking stringprep v0.1.5 |
1966 | 2024-12-19T21:03:18.805Z | Checking crossbeam-deque v0.8.5 |
1967 | 2024-12-19T21:03:19.037Z | Checking term v0.7.0 |
1968 | 2024-12-19T21:03:19.114Z | Checking rustls v0.23.14 |
1969 | 2024-12-19T21:03:19.482Z | Checking rustls v0.22.4 |
1970 | 2024-12-19T21:03:19.781Z | Checking native-tls v0.2.12 |
1971 | 2024-12-19T21:03:20.075Z | Checking toml_edit v0.22.22 |
1972 | 2024-12-19T21:03:20.104Z | Checking slog-json v2.6.1 |
1973 | 2024-12-19T21:03:20.352Z | Checking serde_urlencoded v0.7.1 |
1974 | 2024-12-19T21:03:20.791Z | Checking crossbeam-channel v0.5.13 |
1975 | 2024-12-19T21:03:21.081Z | Checking usdt-impl v0.5.0 |
1976 | 2024-12-19T21:03:21.360Z | Checking addr2line v0.24.2 |
1977 | 2024-12-19T21:03:21.477Z | Checking futures-executor v0.3.31 |
1978 | 2024-12-19T21:03:21.481Z | Checking rustls-pemfile v2.2.0 |
1979 | 2024-12-19T21:03:21.635Z | Checking num-integer v0.1.46 |
1980 | 2024-12-19T21:03:21.680Z | Checking hyper v1.5.0 |
1981 | 2024-12-19T21:03:21.698Z | Checking idna v0.4.0 |
1982 | 2024-12-19T21:03:21.711Z | Checking idna v0.3.0 |
1983 | 2024-12-19T21:03:21.866Z | Checking md-5 v0.10.6 |
1984 | 2024-12-19T21:03:22.083Z | Checking ff v0.13.0 |
1985 | 2024-12-19T21:03:22.126Z | Checking hash32 v0.2.1 |
1986 | 2024-12-19T21:03:22.298Z | Checking is-terminal v0.4.13 |
1987 | 2024-12-19T21:03:22.413Z | Checking memmap v0.7.0 |
1988 | 2024-12-19T21:03:22.429Z | Checking object v0.36.5 |
1989 | 2024-12-19T21:03:22.514Z | Checking quick-error v1.2.3 |
1990 | 2024-12-19T21:03:22.530Z | Checking colorchoice v1.0.2 |
1991 | 2024-12-19T21:03:22.608Z | Checking base16ct v0.2.0 |
1992 | 2024-12-19T21:03:22.627Z | Checking linked-hash-map v0.5.6 |
1993 | 2024-12-19T21:03:22.643Z | Checking rustc-demangle v0.1.24 |
1994 | 2024-12-19T21:03:22.657Z | Checking fallible-iterator v0.2.0 |
1995 | 2024-12-19T21:03:22.797Z | Checking take_mut v0.2.2 |
1996 | 2024-12-19T21:03:22.938Z | Checking psl-types v2.0.11 |
1997 | 2024-12-19T21:03:22.957Z | Checking utf-8 v0.7.6 |
1998 | 2024-12-19T21:03:23.053Z | Checking dyn-clone v1.0.17 |
1999 | 2024-12-19T21:03:23.069Z | Checking anstyle-query v1.1.1 |
2000 | 2024-12-19T21:03:23.113Z | Checking is_terminal_polyfill v1.70.1 |
2001 | 2024-12-19T21:03:23.143Z | Checking tungstenite v0.24.0 |
2002 | 2024-12-19T21:03:23.181Z | Checking schemars v0.8.21 |
2003 | 2024-12-19T21:03:23.183Z | Checking publicsuffix v2.2.3 |
2004 | 2024-12-19T21:03:23.221Z | Checking anstream v0.6.15 |
2005 | 2024-12-19T21:03:23.251Z | Checking postgres-protocol v0.6.7 |
2006 | 2024-12-19T21:03:23.436Z | Checking tokio-rustls v0.25.0 |
2007 | 2024-12-19T21:03:23.595Z | Checking lru-cache v0.1.2 |
2008 | 2024-12-19T21:03:23.748Z | Checking hyper-util v0.1.10 |
2009 | 2024-12-19T21:03:23.766Z | Checking slog-async v2.8.0 |
2010 | 2024-12-19T21:03:23.823Z | Checking sec1 v0.7.3 |
2011 | 2024-12-19T21:03:23.934Z | Checking resolv-conf v0.7.0 |
2012 | 2024-12-19T21:03:24.031Z | Checking toml v0.8.19 |
2013 | 2024-12-19T21:03:24.049Z | Checking usdt v0.5.0 |
2014 | 2024-12-19T21:03:24.205Z | Checking hickory-proto v0.24.1 |
2015 | 2024-12-19T21:03:24.296Z | Checking heapless v0.7.17 |
2016 | 2024-12-19T21:03:24.310Z | Checking slog-term v2.9.1 |
2017 | 2024-12-19T21:03:24.636Z | Checking tokio-rustls v0.26.0 |
2018 | 2024-12-19T21:03:24.788Z | Checking group v0.13.0 |
2019 | 2024-12-19T21:03:24.804Z | Checking num-iter v0.1.45 |
2020 | 2024-12-19T21:03:24.819Z | Checking futures v0.3.31 |
2021 | 2024-12-19T21:03:24.929Z | Checking slog-bunyan v2.5.0 |
2022 | 2024-12-19T21:03:24.963Z | Checking tokio-native-tls v0.3.1 |
2023 | 2024-12-19T21:03:25.049Z | Checking rayon-core v1.12.1 |
2024 | 2024-12-19T21:03:25.052Z | Checking multer v3.1.0 |
2025 | 2024-12-19T21:03:25.080Z | Checking terminal_size v0.4.0 |
2026 | 2024-12-19T21:03:25.207Z | Checking phf_shared v0.11.2 |
2027 | 2024-12-19T21:03:25.256Z | Checking cookie v0.18.1 |
2028 | 2024-12-19T21:03:25.282Z | Checking async-stream v0.3.6 |
2029 | 2024-12-19T21:03:25.460Z | Checking bzip2-sys v0.1.11+1.0.8 |
2030 | 2024-12-19T21:03:25.474Z | Checking signal-hook v0.3.17 |
2031 | 2024-12-19T21:03:25.495Z | Checking camino v1.1.9 |
2032 | 2024-12-19T21:03:25.570Z | Checking waitgroup v0.1.2 |
2033 | 2024-12-19T21:03:25.702Z | Checking openapiv3 v2.0.0 |
2034 | 2024-12-19T21:03:25.719Z | Checking webpki-roots v0.26.6 |
2035 | 2024-12-19T21:03:25.722Z | Checking serde_path_to_error v0.1.16 |
2036 | 2024-12-19T21:03:25.722Z | Checking idna v0.5.0 |
2037 | 2024-12-19T21:03:25.781Z | Checking hkdf v0.12.4 |
2038 | 2024-12-19T21:03:25.911Z | Checking crypto-bigint v0.5.5 |
2039 | 2024-12-19T21:03:25.988Z | Checking hostname v0.4.0 |
2040 | 2024-12-19T21:03:26.080Z | Checking crc32fast v1.4.2 |
2041 | 2024-12-19T21:03:26.111Z | Checking clap_lex v0.7.2 |
2042 | 2024-12-19T21:03:26.317Z | Checking winnow v0.5.40 |
2043 | 2024-12-19T21:03:26.347Z | Checking unicode-width v0.1.14 |
2044 | 2024-12-19T21:03:26.350Z | Checking strsim v0.11.1 |
2045 | 2024-12-19T21:03:26.625Z | Checking debug-ignore v1.0.5 |
2046 | 2024-12-19T21:03:26.663Z | Checking bitflags v1.3.2 |
2047 | 2024-12-19T21:03:26.767Z | Checking managed v0.8.0 |
2048 | 2024-12-19T21:03:26.770Z | Checking clap_builder v4.5.21 |
2049 | 2024-12-19T21:03:26.847Z | Checking console v0.15.8 |
2050 | 2024-12-19T21:03:27.162Z | Checking smoltcp v0.9.1 |
2051 | 2024-12-19T21:03:27.443Z | Checking cookie_store v0.21.0 |
2052 | 2024-12-19T21:03:28.156Z | Checking flate2 v1.0.34 |
2053 | 2024-12-19T21:03:28.695Z | Checking hyper-rustls v0.27.3 |
2054 | 2024-12-19T21:03:28.805Z | Checking signal-hook-mio v0.2.4 |
2055 | 2024-12-19T21:03:28.867Z | Checking elliptic-curve v0.13.8 |
2056 | 2024-12-19T21:03:28.883Z | Checking backtrace v0.3.74 |
2057 | 2024-12-19T21:03:28.885Z | Checking hickory-resolver v0.24.1 |
2058 | 2024-12-19T21:03:28.936Z | Checking hyper-tls v0.6.0 |
2059 | 2024-12-19T21:03:29.034Z | Checking rayon v1.10.0 |
2060 | 2024-12-19T21:03:29.157Z | Checking dropshot v0.12.0 |
2061 | 2024-12-19T21:03:29.221Z | Checking bzip2 v0.4.4 |
2062 | 2024-12-19T21:03:29.354Z | Checking toml_edit v0.19.15 |
2063 | 2024-12-19T21:03:29.437Z | Checking anyhow v1.0.93 |
2064 | 2024-12-19T21:03:29.482Z | Checking phf v0.11.2 |
2065 | 2024-12-19T21:03:29.504Z | Checking num-bigint-dig v0.8.4 |
2066 | 2024-12-19T21:03:29.750Z | Checking tokio-tungstenite v0.24.0 |
2067 | 2024-12-19T21:03:29.808Z | Checking postgres-types v0.2.8 |
2068 | 2024-12-19T21:03:29.939Z | Checking bstr v1.10.0 |
2069 | 2024-12-19T21:03:30.212Z | Checking regex v1.11.1 |
2070 | 2024-12-19T21:03:30.534Z | Checking ed25519 v2.2.3 |
2071 | 2024-12-19T21:03:30.549Z | Checking tokio-stream v0.1.16 |
2072 | 2024-12-19T21:03:30.817Z | Checking phf_shared v0.10.0 |
2073 | 2024-12-19T21:03:30.843Z | Checking curve25519-dalek v4.1.3 |
2074 | 2024-12-19T21:03:30.900Z | Checking zerocopy v0.6.6 |
2075 | 2024-12-19T21:03:31.099Z | Checking pkcs1 v0.7.5 |
2076 | 2024-12-19T21:03:31.380Z | Checking hubpack v0.1.2 |
2077 | 2024-12-19T21:03:31.507Z | Checking portable-atomic v1.9.0 |
2078 | 2024-12-19T21:03:31.641Z | Checking float-cmp v0.9.0 |
2079 | 2024-12-19T21:03:31.696Z | Checking serde-big-array v0.5.1 |
2080 | 2024-12-19T21:03:31.696Z | Checking rfc6979 v0.4.0 |
2081 | 2024-12-19T21:03:31.805Z | Checking sync_wrapper v1.0.1 |
2082 | 2024-12-19T21:03:31.821Z | Checking difflib v0.4.0 |
2083 | 2024-12-19T21:03:31.876Z | Checking unicode-segmentation v1.12.0 |
2084 | 2024-12-19T21:03:31.908Z | Checking minimal-lexical v0.2.1 |
2085 | 2024-12-19T21:03:31.944Z | Checking precomputed-hash v0.1.1 |
2086 | 2024-12-19T21:03:32.060Z | Checking static_assertions v1.1.0 |
2087 | 2024-12-19T21:03:32.131Z | Checking number_prefix v0.4.0 |
2088 | 2024-12-19T21:03:32.156Z | Checking whoami v1.5.2 |
2089 | 2024-12-19T21:03:32.299Z | Checking new_debug_unreachable v1.0.6 |
2090 | 2024-12-19T21:03:32.328Z | Checking normalize-line-endings v0.3.0 |
2091 | 2024-12-19T21:03:32.386Z | Checking unicode-width v0.2.0 |
2092 | 2024-12-19T21:03:32.438Z | Checking predicates-core v1.0.8 |
2093 | 2024-12-19T21:03:32.454Z | Checking fixedbitset v0.4.2 |
2094 | 2024-12-19T21:03:32.507Z | Checking bit-vec v0.6.3 |
2095 | 2024-12-19T21:03:32.566Z | Checking similar v2.6.0 |
2096 | 2024-12-19T21:03:32.607Z | Checking predicates v3.1.2 |
2097 | 2024-12-19T21:03:32.710Z | Checking petgraph v0.6.5 |
2098 | 2024-12-19T21:03:32.751Z | Checking ed25519-dalek v2.1.1 |
2099 | 2024-12-19T21:03:32.829Z | Checking bit-set v0.5.3 |
2100 | 2024-12-19T21:03:32.845Z | Checking tokio-postgres v0.7.12 |
2101 | 2024-12-19T21:03:32.874Z | Checking indicatif v0.17.9 |
2102 | 2024-12-19T21:03:32.891Z | Checking qorb v0.2.1 |
2103 | 2024-12-19T21:03:33.086Z | Checking string_cache v0.8.7 |
2104 | 2024-12-19T21:03:33.143Z | Checking nom v7.1.3 |
2105 | 2024-12-19T21:03:33.251Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2106 | 2024-12-19T21:03:33.392Z | Checking reqwest v0.12.9 |
2107 | 2024-12-19T21:03:33.410Z | Checking ecdsa v0.16.9 |
2108 | 2024-12-19T21:03:33.654Z | Checking toml v0.7.8 |
2109 | 2024-12-19T21:03:34.130Z | Checking rsa v0.9.6 |
2110 | 2024-12-19T21:03:34.414Z | Checking clap v4.5.21 |
2111 | 2024-12-19T21:03:34.534Z | Checking zip v0.6.6 |
2112 | 2024-12-19T21:03:35.209Z | Checking crossterm v0.28.1 |
2113 | 2024-12-19T21:03:35.225Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2114 | 2024-12-19T21:03:35.249Z | Checking itertools v0.12.1 |
2115 | 2024-12-19T21:03:35.265Z | Checking itertools v0.10.5 |
2116 | 2024-12-19T21:03:35.482Z | Checking ahash v0.8.11 |
2117 | 2024-12-19T21:03:35.902Z | Checking fs-err v2.11.0 |
2118 | 2024-12-19T21:03:36.076Z | Checking x509-cert v0.2.5 |
2119 | 2024-12-19T21:03:36.093Z | Checking hex v0.4.3 |
2120 | 2024-12-19T21:03:36.093Z | Checking semver v1.0.23 |
2121 | 2024-12-19T21:03:36.471Z | Checking lalrpop-util v0.19.12 |
2122 | 2024-12-19T21:03:36.501Z | Checking peg-runtime v0.8.3 |
2123 | 2024-12-19T21:03:36.610Z | Checking sigpipe v0.1.3 |
2124 | 2024-12-19T21:03:38.086Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2125 | 2024-12-19T21:03:38.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.79s |
2126 | 2024-12-19T21:03:38.569Z | |
2127 | 2024-12-19T21:03:38.569Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2128 | 2024-12-19T21:03:39.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-12-19T21:03:39.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-12-19T21:03:39.225Z | Compiling hashbrown v0.14.5 |
2131 | 2024-12-19T21:03:39.345Z | Checking heck v0.5.0 |
2132 | 2024-12-19T21:03:39.358Z | Compiling unsafe-libyaml v0.2.11 |
2133 | 2024-12-19T21:03:39.370Z | Compiling ident_case v1.0.1 |
2134 | 2024-12-19T21:03:39.382Z | Checking progenitor-client v0.8.0 |
2135 | 2024-12-19T21:03:39.395Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2136 | 2024-12-19T21:03:39.411Z | Compiling proc-macro-crate v1.3.1 |
2137 | 2024-12-19T21:03:39.516Z | Compiling darling_core v0.20.10 |
2138 | 2024-12-19T21:03:39.531Z | Checking ipnetwork v0.20.0 |
2139 | 2024-12-19T21:03:39.737Z | Compiling structmeta-derive v0.3.0 |
2140 | 2024-12-19T21:03:39.771Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2141 | 2024-12-19T21:03:39.872Z | Compiling newtype-uuid v1.1.3 |
2142 | 2024-12-19T21:03:40.078Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2143 | 2024-12-19T21:03:40.175Z | Compiling lzma-sys v0.1.20 |
2144 | 2024-12-19T21:03:40.431Z | Compiling foreign-types-macros v0.2.3 |
2145 | 2024-12-19T21:03:40.480Z | Checking regress v0.10.1 |
2146 | 2024-12-19T21:03:40.596Z | Compiling num_enum_derive v0.5.11 |
2147 | 2024-12-19T21:03:40.966Z | Compiling serde_yaml v0.9.34+deprecated |
2148 | 2024-12-19T21:03:41.248Z | Compiling dropshot v0.13.0 |
2149 | 2024-12-19T21:03:41.524Z | Checking foreign-types-shared v0.3.1 |
2150 | 2024-12-19T21:03:41.634Z | Checking arc-swap v1.7.1 |
2151 | 2024-12-19T21:03:41.752Z | Checking foreign-types v0.5.0 |
2152 | 2024-12-19T21:03:41.965Z | Compiling proc-macro-error v1.0.4 |
2153 | 2024-12-19T21:03:42.062Z | Checking slog-scope v4.4.0 |
2154 | 2024-12-19T21:03:42.658Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2155 | 2024-12-19T21:03:42.687Z | Compiling structmeta v0.3.0 |
2156 | 2024-12-19T21:03:42.779Z | Checking tungstenite v0.21.0 |
2157 | 2024-12-19T21:03:42.818Z | Compiling heck v0.3.3 |
2158 | 2024-12-19T21:03:43.131Z | Checking num_enum v0.5.11 |
2159 | 2024-12-19T21:03:43.153Z | Compiling parse-display-derive v0.10.0 |
2160 | 2024-12-19T21:03:43.251Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2161 | 2024-12-19T21:03:43.286Z | Compiling dropshot_endpoint v0.13.0 |
2162 | 2024-12-19T21:03:43.745Z | Checking cstr-argument v0.1.2 |
2163 | 2024-12-19T21:03:43.919Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2164 | 2024-12-19T21:03:43.974Z | Checking typify-impl v0.2.0 |
2165 | 2024-12-19T21:03:44.130Z | Checking instant v0.1.13 |
2166 | 2024-12-19T21:03:44.248Z | Checking base64 v0.21.7 |
2167 | 2024-12-19T21:03:44.751Z | Checking pretty-hex v0.2.1 |
2168 | 2024-12-19T21:03:44.915Z | Checking fastrand v2.1.1 |
2169 | 2024-12-19T21:03:45.257Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2170 | 2024-12-19T21:03:45.299Z | Checking tempfile v3.13.0 |
2171 | 2024-12-19T21:03:45.557Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2172 | 2024-12-19T21:03:45.655Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2173 | 2024-12-19T21:03:45.672Z | Checking backoff v0.4.0 |
2174 | 2024-12-19T21:03:45.796Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2175 | 2024-12-19T21:03:45.833Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2176 | 2024-12-19T21:03:45.942Z | Checking tokio-tungstenite v0.21.0 |
2177 | 2024-12-19T21:03:45.971Z | Checking strum v0.26.3 |
2178 | 2024-12-19T21:03:46.126Z | Compiling zone_cfg_derive v0.1.2 |
2179 | 2024-12-19T21:03:46.141Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2180 | 2024-12-19T21:03:46.452Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2181 | 2024-12-19T21:03:46.469Z | Checking slog-stdlog v4.1.1 |
2182 | 2024-12-19T21:03:46.578Z | Compiling darling_macro v0.20.10 |
2183 | 2024-12-19T21:03:46.676Z | Checking regress v0.9.1 |
2184 | 2024-12-19T21:03:46.795Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2185 | 2024-12-19T21:03:46.871Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2186 | 2024-12-19T21:03:46.945Z | Checking colored v2.1.0 |
2187 | 2024-12-19T21:03:47.149Z | Checking macaddr v1.0.1 |
2188 | 2024-12-19T21:03:47.220Z | Checking base64 v0.13.1 |
2189 | 2024-12-19T21:03:47.507Z | Compiling darling v0.20.10 |
2190 | 2024-12-19T21:03:47.599Z | Checking zone v0.1.8 |
2191 | 2024-12-19T21:03:47.621Z | Checking ron v0.7.1 |
2192 | 2024-12-19T21:03:47.638Z | Compiling serde_with_macros v3.11.0 |
2193 | 2024-12-19T21:03:47.814Z | Checking parse-display v0.10.0 |
2194 | 2024-12-19T21:03:48.050Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2195 | 2024-12-19T21:03:48.246Z | Checking xz2 v0.1.7 |
2196 | 2024-12-19T21:03:48.567Z | Checking slog-envlogger v2.2.0 |
2197 | 2024-12-19T21:03:48.602Z | Checking tabwriter v1.4.0 |
2198 | 2024-12-19T21:03:48.788Z | Checking xattr v1.3.1 |
2199 | 2024-12-19T21:03:48.820Z | Checking pem v3.0.4 |
2200 | 2024-12-19T21:03:48.839Z | Checking yasna v0.5.2 |
2201 | 2024-12-19T21:03:48.976Z | Checking headers-core v0.3.0 |
2202 | 2024-12-19T21:03:49.095Z | Checking smf v0.2.3 |
2203 | 2024-12-19T21:03:49.118Z | Checking filetime v0.2.25 |
2204 | 2024-12-19T21:03:49.330Z | Checking same-file v1.0.6 |
2205 | 2024-12-19T21:03:49.505Z | Checking walkdir v2.5.0 |
2206 | 2024-12-19T21:03:49.508Z | Checking tar v0.4.42 |
2207 | 2024-12-19T21:03:49.558Z | Checking headers v0.4.0 |
2208 | 2024-12-19T21:03:49.757Z | Checking rcgen v0.12.1 |
2209 | 2024-12-19T21:03:49.794Z | Checking camino-tempfile v1.1.1 |
2210 | 2024-12-19T21:03:50.064Z | Checking atomicwrites v0.4.4 |
2211 | 2024-12-19T21:03:50.216Z | Checking subprocess v0.2.9 |
2212 | 2024-12-19T21:03:50.553Z | Checking serde_with v3.11.0 |
2213 | 2024-12-19T21:03:54.531Z | Compiling typify-macro v0.2.0 |
2214 | 2024-12-19T21:03:56.403Z | Compiling typify v0.2.0 |
2215 | 2024-12-19T21:03:56.471Z | Compiling progenitor-impl v0.8.0 |
2216 | 2024-12-19T21:03:59.761Z | Compiling progenitor-macro v0.8.0 |
2217 | 2024-12-19T21:04:04.567Z | Checking progenitor v0.8.0 |
2218 | 2024-12-19T21:04:04.716Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2219 | 2024-12-19T21:04:04.717Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2220 | 2024-12-19T21:04:07.363Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2221 | 2024-12-19T21:04:07.797Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2222 | 2024-12-19T21:04:14.088Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2223 | 2024-12-19T21:04:15.685Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-12-19T21:04:16.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.41s |
2225 | 2024-12-19T21:04:17.166Z | |
2226 | 2024-12-19T21:04:17.166Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2227 | 2024-12-19T21:04:17.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-12-19T21:04:17.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-12-19T21:04:17.824Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2230 | 2024-12-19T21:04:19.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
2231 | 2024-12-19T21:04:19.442Z | |
2232 | 2024-12-19T21:04:19.442Z | info: running `cargo check --bins` on nexus-config (31/173) |
2233 | 2024-12-19T21:04:19.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-12-19T21:04:19.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-12-19T21:04:19.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-12-19T21:04:19.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2237 | 2024-12-19T21:04:20.066Z | |
2238 | 2024-12-19T21:04:20.066Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2239 | 2024-12-19T21:04:20.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-12-19T21:04:20.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-12-19T21:04:20.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-12-19T21:04:20.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2243 | 2024-12-19T21:04:20.672Z | |
2244 | 2024-12-19T21:04:20.672Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2245 | 2024-12-19T21:04:21.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-12-19T21:04:21.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-12-19T21:04:21.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2024-12-19T21:04:21.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2249 | 2024-12-19T21:04:21.295Z | |
2250 | 2024-12-19T21:04:21.295Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2251 | 2024-12-19T21:04:21.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-12-19T21:04:21.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-12-19T21:04:21.973Z | Compiling zerocopy v0.8.10 |
2254 | 2024-12-19T21:04:21.973Z | Compiling progenitor-client v0.8.0 |
2255 | 2024-12-19T21:04:21.974Z | Compiling itertools v0.13.0 |
2256 | 2024-12-19T21:04:21.974Z | Compiling zerocopy-derive v0.8.10 |
2257 | 2024-12-19T21:04:21.974Z | Compiling heapless v0.8.0 |
2258 | 2024-12-19T21:04:21.976Z | Compiling newtype-uuid v1.1.3 |
2259 | 2024-12-19T21:04:21.976Z | Compiling ipnetwork v0.20.0 |
2260 | 2024-12-19T21:04:21.977Z | Checking hash32 v0.3.1 |
2261 | 2024-12-19T21:04:22.294Z | Compiling instant v0.1.13 |
2262 | 2024-12-19T21:04:22.388Z | Compiling smoltcp v0.11.0 |
2263 | 2024-12-19T21:04:22.440Z | Compiling progenitor v0.8.0 |
2264 | 2024-12-19T21:04:22.535Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2265 | 2024-12-19T21:04:22.702Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2266 | 2024-12-19T21:04:22.988Z | Compiling backoff v0.4.0 |
2267 | 2024-12-19T21:04:23.054Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2268 | 2024-12-19T21:04:23.112Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2269 | 2024-12-19T21:04:23.285Z | Compiling serde_with v3.11.0 |
2270 | 2024-12-19T21:04:23.300Z | Compiling dropshot v0.13.0 |
2271 | 2024-12-19T21:04:23.328Z | Compiling parse-display v0.10.0 |
2272 | 2024-12-19T21:04:23.425Z | Checking num-rational v0.4.2 |
2273 | 2024-12-19T21:04:23.875Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2274 | 2024-12-19T21:04:24.074Z | Compiling regress v0.9.1 |
2275 | 2024-12-19T21:04:24.090Z | Compiling phf_generator v0.11.2 |
2276 | 2024-12-19T21:04:24.259Z | Checking num-complex v0.4.6 |
2277 | 2024-12-19T21:04:25.315Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2278 | 2024-12-19T21:04:25.887Z | Compiling macaddr v1.0.1 |
2279 | 2024-12-19T21:04:26.264Z | Checking cobs v0.2.3 |
2280 | 2024-12-19T21:04:26.304Z | Compiling num v0.4.3 |
2281 | 2024-12-19T21:04:26.460Z | Checking postcard v1.0.10 |
2282 | 2024-12-19T21:04:26.517Z | Compiling phf_codegen v0.11.2 |
2283 | 2024-12-19T21:04:27.042Z | Compiling parse-zoneinfo v0.3.1 |
2284 | 2024-12-19T21:04:27.400Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2285 | 2024-12-19T21:04:27.679Z | Checking float-ord v0.3.2 |
2286 | 2024-12-19T21:04:27.825Z | Compiling convert_case v0.4.0 |
2287 | 2024-12-19T21:04:28.200Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2288 | 2024-12-19T21:04:29.001Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2289 | 2024-12-19T21:04:29.101Z | Compiling derive_more v0.99.18 |
2290 | 2024-12-19T21:04:29.146Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2291 | 2024-12-19T21:04:29.329Z | Compiling chrono-tz-build v0.4.0 |
2292 | 2024-12-19T21:04:29.849Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2293 | 2024-12-19T21:04:30.735Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2294 | 2024-12-19T21:04:30.796Z | Compiling thiserror v2.0.3 |
2295 | 2024-12-19T21:04:31.008Z | Compiling crucible-workspace-hack v0.1.0 |
2296 | 2024-12-19T21:04:31.070Z | Compiling chrono-tz v0.10.0 |
2297 | 2024-12-19T21:04:31.301Z | Checking newline-converter v0.3.0 |
2298 | 2024-12-19T21:04:31.458Z | Checking prettyplease v0.2.25 |
2299 | 2024-12-19T21:04:31.742Z | Compiling thiserror-impl v2.0.3 |
2300 | 2024-12-19T21:04:31.756Z | Compiling slog-dtrace v0.3.0 |
2301 | 2024-12-19T21:04:32.034Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2302 | 2024-12-19T21:04:32.521Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2303 | 2024-12-19T21:04:32.774Z | Checking expectorate v1.1.0 |
2304 | 2024-12-19T21:04:32.791Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2305 | 2024-12-19T21:04:32.958Z | Compiling zone_cfg_derive v0.3.0 |
2306 | 2024-12-19T21:04:33.344Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2307 | 2024-12-19T21:04:33.637Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2308 | 2024-12-19T21:04:33.933Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2309 | 2024-12-19T21:04:34.522Z | Compiling const_format_proc_macros v0.2.33 |
2310 | 2024-12-19T21:04:34.539Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2311 | 2024-12-19T21:04:35.131Z | Compiling num-derive v0.4.2 |
2312 | 2024-12-19T21:04:35.670Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2313 | 2024-12-19T21:04:35.726Z | Checking highway v1.2.0 |
2314 | 2024-12-19T21:04:35.741Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2315 | 2024-12-19T21:04:35.995Z | Checking zone v0.3.0 |
2316 | 2024-12-19T21:04:36.147Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2317 | 2024-12-19T21:04:36.670Z | Checking const_format v0.2.33 |
2318 | 2024-12-19T21:04:36.736Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2319 | 2024-12-19T21:04:37.106Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2320 | 2024-12-19T21:04:37.125Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2321 | 2024-12-19T21:04:37.141Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2322 | 2024-12-19T21:04:37.381Z | Checking gethostname v0.5.0 |
2323 | 2024-12-19T21:04:37.468Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2324 | 2024-12-19T21:04:37.502Z | Checking bcs v0.1.6 |
2325 | 2024-12-19T21:04:37.574Z | Compiling async-recursion v1.1.1 |
2326 | 2024-12-19T21:04:38.821Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2327 | 2024-12-19T21:04:39.328Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2328 | 2024-12-19T21:04:44.943Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2329 | 2024-12-19T21:04:48.286Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2330 | 2024-12-19T21:04:51.012Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2331 | 2024-12-19T21:04:52.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.93s |
2332 | 2024-12-19T21:04:52.409Z | |
2333 | 2024-12-19T21:04:52.409Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2334 | 2024-12-19T21:04:52.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2335 | 2024-12-19T21:04:52.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2336 | 2024-12-19T21:04:52.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2337 | 2024-12-19T21:04:52.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2338 | 2024-12-19T21:04:53.032Z | |
2339 | 2024-12-19T21:04:53.032Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2340 | 2024-12-19T21:04:53.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-12-19T21:04:53.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-12-19T21:04:53.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2343 | 2024-12-19T21:04:53.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2344 | 2024-12-19T21:04:53.672Z | |
2345 | 2024-12-19T21:04:53.673Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2346 | 2024-12-19T21:04:54.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-12-19T21:04:54.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-12-19T21:04:54.325Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2349 | 2024-12-19T21:04:54.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2350 | 2024-12-19T21:04:55.126Z | |
2351 | 2024-12-19T21:04:55.126Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2352 | 2024-12-19T21:04:55.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2353 | 2024-12-19T21:04:55.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2354 | 2024-12-19T21:04:55.791Z | Compiling cfg_aliases v0.1.1 |
2355 | 2024-12-19T21:04:55.794Z | Compiling vte_generate_state_changes v0.1.2 |
2356 | 2024-12-19T21:04:55.794Z | Checking fd-lock v4.0.2 |
2357 | 2024-12-19T21:04:55.794Z | Checking nibble_vec v0.1.0 |
2358 | 2024-12-19T21:04:55.904Z | Checking bytecount v0.6.8 |
2359 | 2024-12-19T21:04:55.907Z | Checking endian-type v0.1.2 |
2360 | 2024-12-19T21:04:55.914Z | Compiling tabled_derive v0.7.0 |
2361 | 2024-12-19T21:04:55.966Z | Compiling peg-macros v0.8.4 |
2362 | 2024-12-19T21:04:55.969Z | Compiling nix v0.28.0 |
2363 | 2024-12-19T21:04:56.057Z | Checking papergrid v0.11.0 |
2364 | 2024-12-19T21:04:56.075Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2365 | 2024-12-19T21:04:56.088Z | Compiling sqlparser_derive v0.2.2 |
2366 | 2024-12-19T21:04:56.123Z | Checking radix_trie v0.2.1 |
2367 | 2024-12-19T21:04:56.498Z | Checking vte v0.11.1 |
2368 | 2024-12-19T21:04:56.530Z | Checking home v0.5.9 |
2369 | 2024-12-19T21:04:56.674Z | Checking nu-ansi-term v0.50.1 |
2370 | 2024-12-19T21:04:57.085Z | Checking unicode_categories v0.1.1 |
2371 | 2024-12-19T21:04:57.173Z | Checking sqlparser v0.45.0 |
2372 | 2024-12-19T21:04:57.249Z | Checking display-error-chain v0.2.2 |
2373 | 2024-12-19T21:04:57.380Z | Checking sqlformat v0.2.6 |
2374 | 2024-12-19T21:04:57.810Z | Checking strip-ansi-escapes v0.2.0 |
2375 | 2024-12-19T21:04:57.958Z | Checking reedline v0.35.0 |
2376 | 2024-12-19T21:04:58.304Z | Checking tabled v0.15.0 |
2377 | 2024-12-19T21:04:58.793Z | Checking peg v0.8.4 |
2378 | 2024-12-19T21:04:59.346Z | Checking rustyline v14.0.0 |
2379 | 2024-12-19T21:05:07.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.77s |
2380 | 2024-12-19T21:05:08.078Z | |
2381 | 2024-12-19T21:05:08.078Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2382 | 2024-12-19T21:05:08.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-12-19T21:05:08.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-12-19T21:05:08.744Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2385 | 2024-12-19T21:05:13.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
2386 | 2024-12-19T21:05:13.977Z | |
2387 | 2024-12-19T21:05:13.977Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2388 | 2024-12-19T21:05:14.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-12-19T21:05:14.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-12-19T21:05:14.640Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2391 | 2024-12-19T21:05:18.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
2392 | 2024-12-19T21:05:18.583Z | |
2393 | 2024-12-19T21:05:18.583Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2394 | 2024-12-19T21:05:19.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-12-19T21:05:19.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-12-19T21:05:19.248Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2397 | 2024-12-19T21:05:24.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
2398 | 2024-12-19T21:05:24.223Z | |
2399 | 2024-12-19T21:05:24.223Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2400 | 2024-12-19T21:05:24.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-12-19T21:05:24.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-12-19T21:05:24.901Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2403 | 2024-12-19T21:05:29.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
2404 | 2024-12-19T21:05:29.894Z | |
2405 | 2024-12-19T21:05:29.895Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2406 | 2024-12-19T21:05:30.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-12-19T21:05:30.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-12-19T21:05:30.564Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2409 | 2024-12-19T21:05:34.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
2410 | 2024-12-19T21:05:34.700Z | |
2411 | 2024-12-19T21:05:34.700Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2412 | 2024-12-19T21:05:35.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-12-19T21:05:35.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-12-19T21:05:35.371Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2415 | 2024-12-19T21:05:39.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
2416 | 2024-12-19T21:05:39.619Z | |
2417 | 2024-12-19T21:05:39.619Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2418 | 2024-12-19T21:05:40.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-12-19T21:05:40.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-12-19T21:05:40.289Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2421 | 2024-12-19T21:05:45.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
2422 | 2024-12-19T21:05:45.483Z | |
2423 | 2024-12-19T21:05:45.483Z | info: running `cargo check --bins` on oximeter (46/173) |
2424 | 2024-12-19T21:05:46.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-12-19T21:05:46.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-12-19T21:05:46.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2024-12-19T21:05:46.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2428 | 2024-12-19T21:05:46.108Z | |
2429 | 2024-12-19T21:05:46.108Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2430 | 2024-12-19T21:05:46.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-12-19T21:05:46.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-12-19T21:05:46.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-12-19T21:05:46.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2434 | 2024-12-19T21:05:46.714Z | |
2435 | 2024-12-19T21:05:46.714Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2436 | 2024-12-19T21:05:47.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-12-19T21:05:47.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-12-19T21:05:47.353Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2439 | 2024-12-19T21:05:47.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2440 | 2024-12-19T21:05:47.968Z | |
2441 | 2024-12-19T21:05:47.968Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2442 | 2024-12-19T21:05:48.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-12-19T21:05:48.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-12-19T21:05:48.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2024-12-19T21:05:48.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2446 | 2024-12-19T21:05:48.595Z | |
2447 | 2024-12-19T21:05:48.595Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2448 | 2024-12-19T21:05:49.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-12-19T21:05:49.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-12-19T21:05:49.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-12-19T21:05:49.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2452 | 2024-12-19T21:05:49.218Z | |
2453 | 2024-12-19T21:05:49.218Z | info: running `cargo check --bins` on oxql-types (51/173) |
2454 | 2024-12-19T21:05:49.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-12-19T21:05:49.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-12-19T21:05:49.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-12-19T21:05:49.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2458 | 2024-12-19T21:05:49.839Z | |
2459 | 2024-12-19T21:05:49.839Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2460 | 2024-12-19T21:05:50.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-12-19T21:05:50.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-12-19T21:05:50.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-12-19T21:05:50.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2464 | 2024-12-19T21:05:50.483Z | |
2465 | 2024-12-19T21:05:50.483Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2466 | 2024-12-19T21:05:51.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-12-19T21:05:51.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-12-19T21:05:51.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-12-19T21:05:51.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2470 | 2024-12-19T21:05:51.117Z | |
2471 | 2024-12-19T21:05:51.117Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2472 | 2024-12-19T21:05:51.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-12-19T21:05:51.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-12-19T21:05:51.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-12-19T21:05:51.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2476 | 2024-12-19T21:05:51.786Z | |
2477 | 2024-12-19T21:05:51.786Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2478 | 2024-12-19T21:05:52.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-12-19T21:05:52.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-12-19T21:05:52.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-12-19T21:05:52.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2482 | 2024-12-19T21:05:52.427Z | |
2483 | 2024-12-19T21:05:52.427Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2484 | 2024-12-19T21:05:52.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-12-19T21:05:52.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-12-19T21:05:52.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-12-19T21:05:52.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2488 | 2024-12-19T21:05:53.069Z | |
2489 | 2024-12-19T21:05:53.069Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2490 | 2024-12-19T21:05:53.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-12-19T21:05:53.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-12-19T21:05:53.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-12-19T21:05:53.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2494 | 2024-12-19T21:05:53.715Z | |
2495 | 2024-12-19T21:05:53.715Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2496 | 2024-12-19T21:05:54.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-12-19T21:05:54.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-12-19T21:05:54.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-12-19T21:05:54.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2500 | 2024-12-19T21:05:54.334Z | |
2501 | 2024-12-19T21:05:54.334Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2502 | 2024-12-19T21:05:54.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-12-19T21:05:54.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-12-19T21:05:54.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-12-19T21:05:54.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2506 | 2024-12-19T21:05:54.986Z | |
2507 | 2024-12-19T21:05:54.986Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2508 | 2024-12-19T21:05:55.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-12-19T21:05:55.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-12-19T21:05:55.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-12-19T21:05:55.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2512 | 2024-12-19T21:05:55.612Z | |
2513 | 2024-12-19T21:05:55.612Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2514 | 2024-12-19T21:05:56.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-12-19T21:05:56.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-12-19T21:05:56.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-12-19T21:05:56.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2518 | 2024-12-19T21:05:56.244Z | |
2519 | 2024-12-19T21:05:56.244Z | info: running `cargo check --bins` on dpd-client (62/173) |
2520 | 2024-12-19T21:05:56.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-12-19T21:05:56.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-12-19T21:05:56.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-12-19T21:05:56.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2524 | 2024-12-19T21:05:56.875Z | |
2525 | 2024-12-19T21:05:56.875Z | info: running `cargo check --bins` on gateway-client (63/173) |
2526 | 2024-12-19T21:05:57.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-12-19T21:05:57.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-12-19T21:05:57.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-12-19T21:05:57.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2530 | 2024-12-19T21:05:57.493Z | |
2531 | 2024-12-19T21:05:57.494Z | info: running `cargo check --bins` on installinator-client (64/173) |
2532 | 2024-12-19T21:05:58.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-12-19T21:05:58.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-12-19T21:05:58.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-12-19T21:05:58.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2536 | 2024-12-19T21:05:58.153Z | |
2537 | 2024-12-19T21:05:58.154Z | info: running `cargo check --bins` on installinator-common (65/173) |
2538 | 2024-12-19T21:05:58.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-12-19T21:05:58.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-12-19T21:05:58.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-12-19T21:05:58.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2542 | 2024-12-19T21:05:58.801Z | |
2543 | 2024-12-19T21:05:58.801Z | info: running `cargo check --bins` on update-engine (66/173) |
2544 | 2024-12-19T21:05:59.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-12-19T21:05:59.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-12-19T21:05:59.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-12-19T21:05:59.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2548 | 2024-12-19T21:05:59.434Z | |
2549 | 2024-12-19T21:05:59.434Z | info: running `cargo check --bins` on nexus-client (67/173) |
2550 | 2024-12-19T21:06:00.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-12-19T21:06:00.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-12-19T21:06:00.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-12-19T21:06:00.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2554 | 2024-12-19T21:06:00.095Z | |
2555 | 2024-12-19T21:06:00.095Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2556 | 2024-12-19T21:06:00.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-12-19T21:06:00.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-12-19T21:06:00.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-12-19T21:06:00.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2560 | 2024-12-19T21:06:00.744Z | |
2561 | 2024-12-19T21:06:00.744Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2562 | 2024-12-19T21:06:01.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-12-19T21:06:01.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-12-19T21:06:01.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-12-19T21:06:01.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2566 | 2024-12-19T21:06:01.367Z | |
2567 | 2024-12-19T21:06:01.367Z | info: running `cargo check --bins` on nexus-types (70/173) |
2568 | 2024-12-19T21:06:01.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-12-19T21:06:01.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-12-19T21:06:01.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-12-19T21:06:01.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2572 | 2024-12-19T21:06:02.027Z | |
2573 | 2024-12-19T21:06:02.027Z | info: running `cargo check --bins` on oxide-client (71/173) |
2574 | 2024-12-19T21:06:02.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-12-19T21:06:02.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-12-19T21:06:02.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-12-19T21:06:02.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2578 | 2024-12-19T21:06:02.646Z | |
2579 | 2024-12-19T21:06:02.646Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2580 | 2024-12-19T21:06:03.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-12-19T21:06:03.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-12-19T21:06:03.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-12-19T21:06:03.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2584 | 2024-12-19T21:06:03.299Z | |
2585 | 2024-12-19T21:06:03.299Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2586 | 2024-12-19T21:06:03.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-12-19T21:06:03.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-12-19T21:06:03.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-12-19T21:06:03.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2590 | 2024-12-19T21:06:03.932Z | |
2591 | 2024-12-19T21:06:03.932Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2592 | 2024-12-19T21:06:04.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-12-19T21:06:04.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-12-19T21:06:04.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-12-19T21:06:04.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2596 | 2024-12-19T21:06:04.587Z | |
2597 | 2024-12-19T21:06:04.587Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2598 | 2024-12-19T21:06:05.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-12-19T21:06:05.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-12-19T21:06:05.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-12-19T21:06:05.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2602 | 2024-12-19T21:06:05.272Z | |
2603 | 2024-12-19T21:06:05.273Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2604 | 2024-12-19T21:06:05.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-12-19T21:06:05.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-12-19T21:06:05.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-12-19T21:06:05.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2608 | 2024-12-19T21:06:05.932Z | |
2609 | 2024-12-19T21:06:05.932Z | info: running `cargo check --bins` on wicket-common (77/173) |
2610 | 2024-12-19T21:06:06.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-12-19T21:06:06.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-12-19T21:06:06.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-12-19T21:06:06.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2614 | 2024-12-19T21:06:06.603Z | |
2615 | 2024-12-19T21:06:06.603Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2616 | 2024-12-19T21:06:07.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-12-19T21:06:07.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-12-19T21:06:07.274Z | Checking csv-core v0.1.11 |
2619 | 2024-12-19T21:06:07.274Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2620 | 2024-12-19T21:06:07.277Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2621 | 2024-12-19T21:06:07.590Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2622 | 2024-12-19T21:06:07.601Z | Checking csv v1.3.0 |
2623 | 2024-12-19T21:06:08.161Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2624 | 2024-12-19T21:06:08.510Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2625 | 2024-12-19T21:06:09.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
2626 | 2024-12-19T21:06:09.966Z | |
2627 | 2024-12-19T21:06:09.966Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2628 | 2024-12-19T21:06:10.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-12-19T21:06:10.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-12-19T21:06:10.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2024-12-19T21:06:10.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2632 | 2024-12-19T21:06:10.608Z | |
2633 | 2024-12-19T21:06:10.608Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2634 | 2024-12-19T21:06:11.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-12-19T21:06:11.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-12-19T21:06:11.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-12-19T21:06:11.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2638 | 2024-12-19T21:06:11.260Z | |
2639 | 2024-12-19T21:06:11.261Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2640 | 2024-12-19T21:06:11.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-12-19T21:06:11.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-12-19T21:06:11.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-12-19T21:06:11.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2644 | 2024-12-19T21:06:12.002Z | |
2645 | 2024-12-19T21:06:12.002Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2646 | 2024-12-19T21:06:12.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-12-19T21:06:12.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-12-19T21:06:12.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2024-12-19T21:06:12.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2650 | 2024-12-19T21:06:12.762Z | |
2651 | 2024-12-19T21:06:12.762Z | info: running `cargo check --bins` on dns-server (83/173) |
2652 | 2024-12-19T21:06:13.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-12-19T21:06:13.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-12-19T21:06:13.426Z | Compiling parking_lot_core v0.8.6 |
2655 | 2024-12-19T21:06:13.426Z | Checking fxhash v0.2.1 |
2656 | 2024-12-19T21:06:13.432Z | Checking hickory-server v0.24.1 |
2657 | 2024-12-19T21:06:13.432Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2658 | 2024-12-19T21:06:13.529Z | Checking hickory-client v0.24.1 |
2659 | 2024-12-19T21:06:14.116Z | Checking parking_lot v0.11.2 |
2660 | 2024-12-19T21:06:14.246Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2661 | 2024-12-19T21:06:14.247Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2662 | 2024-12-19T21:06:14.349Z | Checking sled v0.34.7 |
2663 | 2024-12-19T21:06:16.149Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2664 | 2024-12-19T21:06:17.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
2665 | 2024-12-19T21:06:17.628Z | |
2666 | 2024-12-19T21:06:17.628Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2667 | 2024-12-19T21:06:18.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-12-19T21:06:18.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-12-19T21:06:18.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2024-12-19T21:06:18.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2671 | 2024-12-19T21:06:18.258Z | |
2672 | 2024-12-19T21:06:18.258Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2673 | 2024-12-19T21:06:18.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-12-19T21:06:18.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-12-19T21:06:18.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-12-19T21:06:18.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2677 | 2024-12-19T21:06:18.949Z | |
2678 | 2024-12-19T21:06:18.949Z | info: running `cargo check --bins` on gateway-types (86/173) |
2679 | 2024-12-19T21:06:19.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-12-19T21:06:19.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-12-19T21:06:19.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-12-19T21:06:19.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2683 | 2024-12-19T21:06:19.584Z | |
2684 | 2024-12-19T21:06:19.584Z | info: running `cargo check --bins` on ipcc (87/173) |
2685 | 2024-12-19T21:06:20.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-12-19T21:06:20.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-12-19T21:06:20.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2024-12-19T21:06:20.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2689 | 2024-12-19T21:06:20.209Z | |
2690 | 2024-12-19T21:06:20.209Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2691 | 2024-12-19T21:06:20.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-12-19T21:06:20.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-12-19T21:06:20.912Z | Compiling radium v0.7.0 |
2694 | 2024-12-19T21:06:20.912Z | Compiling semver v0.1.20 |
2695 | 2024-12-19T21:06:21.028Z | Compiling maybe-uninit v2.0.0 |
2696 | 2024-12-19T21:06:21.031Z | Checking tap v1.0.1 |
2697 | 2024-12-19T21:06:21.047Z | Checking password-hash v0.5.0 |
2698 | 2024-12-19T21:06:21.050Z | Checking blake2 v0.10.6 |
2699 | 2024-12-19T21:06:21.050Z | Compiling packed_struct v0.10.1 |
2700 | 2024-12-19T21:06:21.050Z | Checking funty v2.0.0 |
2701 | 2024-12-19T21:06:21.151Z | Checking wyz v0.5.1 |
2702 | 2024-12-19T21:06:21.460Z | Compiling rustc_version v0.1.7 |
2703 | 2024-12-19T21:06:21.504Z | Compiling owo-colors v4.1.0 |
2704 | 2024-12-19T21:06:21.547Z | Checking crc-catalog v2.4.0 |
2705 | 2024-12-19T21:06:21.549Z | Compiling cancel-safe-futures v0.1.5 |
2706 | 2024-12-19T21:06:21.639Z | Checking argon2 v0.5.3 |
2707 | 2024-12-19T21:06:21.707Z | Compiling packed_struct_codegen v0.10.1 |
2708 | 2024-12-19T21:06:21.725Z | Checking crc v3.2.1 |
2709 | 2024-12-19T21:06:21.831Z | Checking half v2.4.1 |
2710 | 2024-12-19T21:06:21.882Z | Compiling indexmap v1.9.3 |
2711 | 2024-12-19T21:06:21.925Z | Checking nodrop v0.1.14 |
2712 | 2024-12-19T21:06:21.937Z | Compiling newtype_derive v0.1.6 |
2713 | 2024-12-19T21:06:22.005Z | Checking bitvec v1.0.1 |
2714 | 2024-12-19T21:06:22.042Z | Checking ciborium-io v0.2.2 |
2715 | 2024-12-19T21:06:22.146Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2716 | 2024-12-19T21:06:22.163Z | Checking array-init v0.0.4 |
2717 | 2024-12-19T21:06:22.277Z | Checking ciborium-ll v0.2.2 |
2718 | 2024-12-19T21:06:22.294Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2719 | 2024-12-19T21:06:22.465Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2720 | 2024-12-19T21:06:22.570Z | Checking smallvec v0.6.14 |
2721 | 2024-12-19T21:06:22.590Z | Checking libsw v3.3.1 |
2722 | 2024-12-19T21:06:22.635Z | Compiling memoffset v0.9.1 |
2723 | 2024-12-19T21:06:22.858Z | Checking termcolor v1.4.1 |
2724 | 2024-12-19T21:06:22.951Z | Checking swrite v0.1.0 |
2725 | 2024-12-19T21:06:22.955Z | Checking linear-map v1.2.0 |
2726 | 2024-12-19T21:06:23.077Z | Checking bitfield v0.14.0 |
2727 | 2024-12-19T21:06:23.124Z | Checking hashbrown v0.12.3 |
2728 | 2024-12-19T21:06:23.240Z | Checking indent_write v2.2.0 |
2729 | 2024-12-19T21:06:23.290Z | Checking env_logger v0.10.2 |
2730 | 2024-12-19T21:06:23.301Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2731 | 2024-12-19T21:06:23.384Z | Checking ron v0.8.1 |
2732 | 2024-12-19T21:06:23.439Z | Checking serde-hex v0.1.0 |
2733 | 2024-12-19T21:06:23.896Z | Checking ciborium v0.2.2 |
2734 | 2024-12-19T21:06:24.301Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2735 | 2024-12-19T21:06:24.592Z | Checking steno v0.4.1 |
2736 | 2024-12-19T21:06:24.725Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2737 | 2024-12-19T21:06:24.894Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2738 | 2024-12-19T21:06:24.897Z | Checking hashbrown v0.13.2 |
2739 | 2024-12-19T21:06:24.959Z | Checking crc-any v2.5.0 |
2740 | 2024-12-19T21:06:24.980Z | Checking humantime v2.1.0 |
2741 | 2024-12-19T21:06:25.299Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2742 | 2024-12-19T21:06:25.329Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2743 | 2024-12-19T21:06:25.666Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2744 | 2024-12-19T21:06:25.939Z | Checking path-slash v0.1.5 |
2745 | 2024-12-19T21:06:25.965Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2746 | 2024-12-19T21:06:25.986Z | Checking object v0.30.4 |
2747 | 2024-12-19T21:06:26.153Z | Checking nix v0.27.1 |
2748 | 2024-12-19T21:06:26.946Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2749 | 2024-12-19T21:06:27.265Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2750 | 2024-12-19T21:06:27.437Z | Checking tungstenite v0.23.0 |
2751 | 2024-12-19T21:06:27.462Z | Checking kstat-rs v0.2.4 |
2752 | 2024-12-19T21:06:27.491Z | Checking signal-hook-tokio v0.3.1 |
2753 | 2024-12-19T21:06:27.756Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2754 | 2024-12-19T21:06:28.477Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2755 | 2024-12-19T21:06:28.494Z | Checking tokio-tungstenite v0.23.1 |
2756 | 2024-12-19T21:06:29.032Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2757 | 2024-12-19T21:06:29.054Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2758 | 2024-12-19T21:06:35.556Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2759 | 2024-12-19T21:06:36.852Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2760 | 2024-12-19T21:06:40.007Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2761 | 2024-12-19T21:06:45.774Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2762 | 2024-12-19T21:06:46.482Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2763 | 2024-12-19T21:06:49.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.12s |
2764 | 2024-12-19T21:06:49.517Z | |
2765 | 2024-12-19T21:06:49.517Z | info: running `cargo check --bins` on gateway-api (89/173) |
2766 | 2024-12-19T21:06:50.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2024-12-19T21:06:50.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2024-12-19T21:06:50.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2024-12-19T21:06:50.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2770 | 2024-12-19T21:06:50.148Z | |
2771 | 2024-12-19T21:06:50.148Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2772 | 2024-12-19T21:06:50.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-12-19T21:06:50.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-12-19T21:06:50.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2024-12-19T21:06:50.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2776 | 2024-12-19T21:06:50.754Z | |
2777 | 2024-12-19T21:06:50.754Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2778 | 2024-12-19T21:06:51.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-12-19T21:06:51.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-12-19T21:06:51.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-12-19T21:06:51.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2782 | 2024-12-19T21:06:51.386Z | |
2783 | 2024-12-19T21:06:51.386Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2784 | 2024-12-19T21:06:51.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-12-19T21:06:51.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-12-19T21:06:51.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-12-19T21:06:51.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2788 | 2024-12-19T21:06:52.012Z | |
2789 | 2024-12-19T21:06:52.012Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2790 | 2024-12-19T21:06:52.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-12-19T21:06:52.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-12-19T21:06:52.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-12-19T21:06:52.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2794 | 2024-12-19T21:06:52.642Z | |
2795 | 2024-12-19T21:06:52.642Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2796 | 2024-12-19T21:06:53.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-12-19T21:06:53.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-12-19T21:06:53.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-12-19T21:06:53.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2800 | 2024-12-19T21:06:53.270Z | |
2801 | 2024-12-19T21:06:53.271Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2802 | 2024-12-19T21:06:53.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-12-19T21:06:53.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-12-19T21:06:53.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2024-12-19T21:06:53.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2806 | 2024-12-19T21:06:53.907Z | |
2807 | 2024-12-19T21:06:53.907Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2808 | 2024-12-19T21:06:54.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-12-19T21:06:54.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-12-19T21:06:54.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2024-12-19T21:06:54.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2812 | 2024-12-19T21:06:54.536Z | |
2813 | 2024-12-19T21:06:54.536Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2814 | 2024-12-19T21:06:55.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-12-19T21:06:55.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-12-19T21:06:55.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2024-12-19T21:06:55.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2818 | 2024-12-19T21:06:55.191Z | |
2819 | 2024-12-19T21:06:55.192Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2820 | 2024-12-19T21:06:55.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-12-19T21:06:55.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-12-19T21:06:55.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2024-12-19T21:06:55.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2824 | 2024-12-19T21:06:55.817Z | |
2825 | 2024-12-19T21:06:55.817Z | info: running `cargo check --bins` on sp-sim (99/173) |
2826 | 2024-12-19T21:06:56.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-12-19T21:06:56.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-12-19T21:06:56.456Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2829 | 2024-12-19T21:06:58.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
2830 | 2024-12-19T21:06:58.514Z | |
2831 | 2024-12-19T21:06:58.515Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2832 | 2024-12-19T21:06:59.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-12-19T21:06:59.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-12-19T21:06:59.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-12-19T21:06:59.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2836 | 2024-12-19T21:06:59.196Z | |
2837 | 2024-12-19T21:06:59.196Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2838 | 2024-12-19T21:06:59.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-12-19T21:06:59.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-12-19T21:06:59.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-12-19T21:06:59.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2842 | 2024-12-19T21:06:59.877Z | |
2843 | 2024-12-19T21:06:59.877Z | info: running `cargo check --bins` on db-macros (102/173) |
2844 | 2024-12-19T21:07:00.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-12-19T21:07:00.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-12-19T21:07:00.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2024-12-19T21:07:00.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2848 | 2024-12-19T21:07:00.504Z | |
2849 | 2024-12-19T21:07:00.504Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2850 | 2024-12-19T21:07:01.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-12-19T21:07:01.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-12-19T21:07:01.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2024-12-19T21:07:01.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2854 | 2024-12-19T21:07:01.113Z | |
2855 | 2024-12-19T21:07:01.113Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2856 | 2024-12-19T21:07:01.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-12-19T21:07:01.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-12-19T21:07:01.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2024-12-19T21:07:01.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2860 | 2024-12-19T21:07:01.783Z | |
2861 | 2024-12-19T21:07:01.783Z | info: running `cargo check --bins` on authz-macros (105/173) |
2862 | 2024-12-19T21:07:02.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-12-19T21:07:02.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-12-19T21:07:02.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-12-19T21:07:02.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2866 | 2024-12-19T21:07:02.393Z | |
2867 | 2024-12-19T21:07:02.393Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2868 | 2024-12-19T21:07:02.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-12-19T21:07:02.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-12-19T21:07:02.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-12-19T21:07:02.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2872 | 2024-12-19T21:07:03.047Z | |
2873 | 2024-12-19T21:07:03.047Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2874 | 2024-12-19T21:07:03.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-12-19T21:07:03.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-12-19T21:07:03.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2024-12-19T21:07:03.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2878 | 2024-12-19T21:07:03.703Z | |
2879 | 2024-12-19T21:07:03.703Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2880 | 2024-12-19T21:07:04.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-12-19T21:07:04.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-12-19T21:07:04.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-12-19T21:07:04.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2884 | 2024-12-19T21:07:04.332Z | |
2885 | 2024-12-19T21:07:04.333Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2886 | 2024-12-19T21:07:04.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-12-19T21:07:04.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-12-19T21:07:04.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2024-12-19T21:07:04.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2890 | 2024-12-19T21:07:04.985Z | |
2891 | 2024-12-19T21:07:04.985Z | info: running `cargo check --bins` on typed-rng (110/173) |
2892 | 2024-12-19T21:07:05.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-12-19T21:07:05.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-12-19T21:07:05.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2024-12-19T21:07:05.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2896 | 2024-12-19T21:07:05.594Z | |
2897 | 2024-12-19T21:07:05.594Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2898 | 2024-12-19T21:07:06.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-12-19T21:07:06.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-12-19T21:07:06.338Z | Checking keccak v0.1.5 |
2901 | 2024-12-19T21:07:06.448Z | Checking secrecy v0.8.0 |
2902 | 2024-12-19T21:07:06.450Z | Compiling unicase v2.7.0 |
2903 | 2024-12-19T21:07:06.450Z | Compiling same-file v1.0.6 |
2904 | 2024-12-19T21:07:06.483Z | Compiling tempfile v3.13.0 |
2905 | 2024-12-19T21:07:06.496Z | Compiling thiserror-impl-no-std v2.0.2 |
2906 | 2024-12-19T21:07:06.499Z | Checking universal-hash v0.5.1 |
2907 | 2024-12-19T21:07:06.499Z | Compiling ring v0.16.20 |
2908 | 2024-12-19T21:07:06.639Z | Compiling walkdir v2.5.0 |
2909 | 2024-12-19T21:07:06.714Z | Checking sha3 v0.10.8 |
2910 | 2024-12-19T21:07:06.717Z | Compiling blake3 v1.5.4 |
2911 | 2024-12-19T21:07:06.745Z | Checking opaque-debug v0.3.1 |
2912 | 2024-12-19T21:07:06.829Z | Checking poly1305 v0.8.0 |
2913 | 2024-12-19T21:07:06.865Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2914 | 2024-12-19T21:07:07.119Z | Checking chacha20 v0.9.1 |
2915 | 2024-12-19T21:07:07.148Z | Checking aead v0.5.2 |
2916 | 2024-12-19T21:07:07.310Z | Compiling memmap2 v0.9.5 |
2917 | 2024-12-19T21:07:07.362Z | Compiling arrayvec v0.7.6 |
2918 | 2024-12-19T21:07:07.378Z | Compiling constant_time_eq v0.3.1 |
2919 | 2024-12-19T21:07:07.417Z | Compiling salty v0.3.0 |
2920 | 2024-12-19T21:07:07.454Z | Compiling libefi-sys v0.1.0 |
2921 | 2024-12-19T21:07:07.566Z | Compiling arrayref v0.3.9 |
2922 | 2024-12-19T21:07:07.657Z | Compiling spin v0.5.2 |
2923 | 2024-12-19T21:07:07.883Z | Checking chacha20poly1305 v0.10.1 |
2924 | 2024-12-19T21:07:07.896Z | Compiling toolchain_find v0.4.0 |
2925 | 2024-12-19T21:07:07.896Z | Compiling camino-tempfile v1.1.1 |
2926 | 2024-12-19T21:07:07.896Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2927 | 2024-12-19T21:07:07.916Z | Compiling bitfield-struct v0.6.2 |
2928 | 2024-12-19T21:07:08.223Z | Compiling topological-sort v0.2.2 |
2929 | 2024-12-19T21:07:08.293Z | Compiling mime_guess v2.0.5 |
2930 | 2024-12-19T21:07:08.388Z | Compiling rustfmt-wrapper v0.2.1 |
2931 | 2024-12-19T21:07:08.850Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2932 | 2024-12-19T21:07:08.990Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2933 | 2024-12-19T21:07:09.020Z | Checking primeorder v0.13.6 |
2934 | 2024-12-19T21:07:09.275Z | Checking env_filter v0.1.2 |
2935 | 2024-12-19T21:07:09.306Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2936 | 2024-12-19T21:07:09.393Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2937 | 2024-12-19T21:07:09.479Z | Checking p384 v0.13.0 |
2938 | 2024-12-19T21:07:09.496Z | Checking env_logger v0.11.5 |
2939 | 2024-12-19T21:07:09.635Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2940 | 2024-12-19T21:07:09.670Z | Checking thiserror-no-std v2.0.2 |
2941 | 2024-12-19T21:07:09.686Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2942 | 2024-12-19T21:07:09.781Z | Checking vsss-rs v3.3.4 |
2943 | 2024-12-19T21:07:09.921Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2944 | 2024-12-19T21:07:09.969Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2945 | 2024-12-19T21:07:10.066Z | Checking bumpalo v3.16.0 |
2946 | 2024-12-19T21:07:10.294Z | Checking simd-adler32 v0.3.7 |
2947 | 2024-12-19T21:07:10.329Z | Checking http-range v0.1.5 |
2948 | 2024-12-19T21:07:10.382Z | Compiling zip v2.1.3 |
2949 | 2024-12-19T21:07:10.417Z | Checking lockfree-object-pool v0.1.6 |
2950 | 2024-12-19T21:07:10.509Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2951 | 2024-12-19T21:07:10.549Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2952 | 2024-12-19T21:07:10.646Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2953 | 2024-12-19T21:07:10.665Z | Checking zopfli v0.8.1 |
2954 | 2024-12-19T21:07:10.818Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2955 | 2024-12-19T21:07:10.835Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2956 | 2024-12-19T21:07:11.339Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2957 | 2024-12-19T21:07:11.409Z | Checking nanorand v0.7.0 |
2958 | 2024-12-19T21:07:11.427Z | Checking atty v0.2.14 |
2959 | 2024-12-19T21:07:11.469Z | Checking glob v0.3.1 |
2960 | 2024-12-19T21:07:11.552Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2961 | 2024-12-19T21:07:11.765Z | Checking flume v0.11.1 |
2962 | 2024-12-19T21:07:11.784Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2963 | 2024-12-19T21:07:12.132Z | Compiling omicron-zone-package v0.11.1 |
2964 | 2024-12-19T21:07:12.280Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2965 | 2024-12-19T21:07:12.569Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2966 | 2024-12-19T21:07:13.233Z | Checking hyper-staticfile v0.10.1 |
2967 | 2024-12-19T21:07:13.794Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2968 | 2024-12-19T21:07:14.210Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2969 | 2024-12-19T21:07:14.360Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2970 | 2024-12-19T21:07:14.380Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2971 | 2024-12-19T21:07:14.429Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2972 | 2024-12-19T21:07:14.450Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2973 | 2024-12-19T21:07:14.990Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2974 | 2024-12-19T21:07:15.738Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2975 | 2024-12-19T21:07:16.740Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2976 | 2024-12-19T21:07:18.559Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2977 | 2024-12-19T21:07:18.562Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2978 | 2024-12-19T21:07:29.013Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2979 | 2024-12-19T21:07:42.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.14s |
2980 | 2024-12-19T21:07:42.942Z | |
2981 | 2024-12-19T21:07:42.942Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2982 | 2024-12-19T21:07:43.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2983 | 2024-12-19T21:07:43.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2984 | 2024-12-19T21:07:43.692Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2985 | 2024-12-19T21:07:57.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s |
2986 | 2024-12-19T21:07:57.731Z | |
2987 | 2024-12-19T21:07:57.731Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2988 | 2024-12-19T21:07:58.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2989 | 2024-12-19T21:07:58.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2990 | 2024-12-19T21:07:58.492Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2991 | 2024-12-19T21:08:12.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s |
2992 | 2024-12-19T21:08:12.315Z | |
2993 | 2024-12-19T21:08:12.315Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2994 | 2024-12-19T21:08:12.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2995 | 2024-12-19T21:08:12.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2996 | 2024-12-19T21:08:13.055Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2997 | 2024-12-19T21:08:26.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s |
2998 | 2024-12-19T21:08:26.958Z | |
2999 | 2024-12-19T21:08:26.958Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
3000 | 2024-12-19T21:08:27.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3001 | 2024-12-19T21:08:27.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3002 | 2024-12-19T21:08:27.716Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3003 | 2024-12-19T21:08:41.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s |
3004 | 2024-12-19T21:08:41.601Z | |
3005 | 2024-12-19T21:08:41.601Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3006 | 2024-12-19T21:08:42.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-12-19T21:08:42.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-12-19T21:08:42.348Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3009 | 2024-12-19T21:08:56.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s |
3010 | 2024-12-19T21:08:56.390Z | |
3011 | 2024-12-19T21:08:56.390Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3012 | 2024-12-19T21:08:56.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-12-19T21:08:56.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-12-19T21:08:57.125Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3015 | 2024-12-19T21:09:10.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s |
3016 | 2024-12-19T21:09:10.978Z | |
3017 | 2024-12-19T21:09:10.978Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3018 | 2024-12-19T21:09:11.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2024-12-19T21:09:11.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2024-12-19T21:09:11.707Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3021 | 2024-12-19T21:09:25.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
3022 | 2024-12-19T21:09:25.485Z | |
3023 | 2024-12-19T21:09:25.485Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3024 | 2024-12-19T21:09:26.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2024-12-19T21:09:26.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2024-12-19T21:09:26.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3027 | 2024-12-19T21:09:26.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3028 | 2024-12-19T21:09:26.134Z | |
3029 | 2024-12-19T21:09:26.134Z | info: running `cargo check --bins` on key-manager (120/173) |
3030 | 2024-12-19T21:09:26.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2024-12-19T21:09:26.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2024-12-19T21:09:26.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2024-12-19T21:09:26.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3034 | 2024-12-19T21:09:26.765Z | |
3035 | 2024-12-19T21:09:26.765Z | info: running `cargo check --bins` on range-requests (121/173) |
3036 | 2024-12-19T21:09:27.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2024-12-19T21:09:27.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2024-12-19T21:09:27.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2024-12-19T21:09:27.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3040 | 2024-12-19T21:09:27.361Z | |
3041 | 2024-12-19T21:09:27.361Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3042 | 2024-12-19T21:09:27.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2024-12-19T21:09:27.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2024-12-19T21:09:27.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2024-12-19T21:09:27.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3046 | 2024-12-19T21:09:27.989Z | |
3047 | 2024-12-19T21:09:27.989Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3048 | 2024-12-19T21:09:28.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2024-12-19T21:09:28.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2024-12-19T21:09:28.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2024-12-19T21:09:28.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3052 | 2024-12-19T21:09:28.655Z | |
3053 | 2024-12-19T21:09:28.655Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3054 | 2024-12-19T21:09:29.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2024-12-19T21:09:29.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2024-12-19T21:09:29.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2024-12-19T21:09:29.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3058 | 2024-12-19T21:09:29.293Z | |
3059 | 2024-12-19T21:09:29.293Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3060 | 2024-12-19T21:09:29.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2024-12-19T21:09:29.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2024-12-19T21:09:29.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2024-12-19T21:09:29.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3064 | 2024-12-19T21:09:29.934Z | |
3065 | 2024-12-19T21:09:29.934Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3066 | 2024-12-19T21:09:30.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-12-19T21:09:30.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-12-19T21:09:30.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2024-12-19T21:09:30.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3070 | 2024-12-19T21:09:30.587Z | |
3071 | 2024-12-19T21:09:30.587Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3072 | 2024-12-19T21:09:31.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2024-12-19T21:09:31.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2024-12-19T21:09:31.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2024-12-19T21:09:31.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3076 | 2024-12-19T21:09:31.242Z | |
3077 | 2024-12-19T21:09:31.242Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3078 | 2024-12-19T21:09:31.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-12-19T21:09:31.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-12-19T21:09:31.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2024-12-19T21:09:31.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3082 | 2024-12-19T21:09:31.895Z | |
3083 | 2024-12-19T21:09:31.895Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3084 | 2024-12-19T21:09:32.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2024-12-19T21:09:32.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2024-12-19T21:09:32.581Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3087 | 2024-12-19T21:09:32.581Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3088 | 2024-12-19T21:09:33.446Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3089 | 2024-12-19T21:09:35.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
3090 | 2024-12-19T21:09:35.675Z | |
3091 | 2024-12-19T21:09:35.675Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3092 | 2024-12-19T21:09:36.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-12-19T21:09:36.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-12-19T21:09:36.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3095 | 2024-12-19T21:09:36.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3096 | 2024-12-19T21:09:36.305Z | |
3097 | 2024-12-19T21:09:36.305Z | info: running `cargo check --bins` on cert-dev (131/173) |
3098 | 2024-12-19T21:09:36.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-12-19T21:09:36.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-12-19T21:09:36.940Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3101 | 2024-12-19T21:09:37.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3102 | 2024-12-19T21:09:37.380Z | |
3103 | 2024-12-19T21:09:37.380Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3104 | 2024-12-19T21:09:37.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2024-12-19T21:09:37.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2024-12-19T21:09:38.054Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3107 | 2024-12-19T21:09:38.054Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3108 | 2024-12-19T21:09:38.647Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3109 | 2024-12-19T21:09:39.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3110 | 2024-12-19T21:09:39.205Z | |
3111 | 2024-12-19T21:09:39.209Z | info: running `cargo check --bins` on ch-dev (133/173) |
3112 | 2024-12-19T21:09:39.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-12-19T21:09:39.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-12-19T21:09:39.864Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3115 | 2024-12-19T21:09:40.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3116 | 2024-12-19T21:09:40.752Z | |
3117 | 2024-12-19T21:09:40.752Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3118 | 2024-12-19T21:09:41.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-12-19T21:09:41.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-12-19T21:09:41.408Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3121 | 2024-12-19T21:09:41.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3122 | 2024-12-19T21:09:41.959Z | |
3123 | 2024-12-19T21:09:41.967Z | info: running `cargo check --bins` on db-dev (135/173) |
3124 | 2024-12-19T21:09:42.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-12-19T21:09:42.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-12-19T21:09:42.612Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3127 | 2024-12-19T21:09:43.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3128 | 2024-12-19T21:09:43.508Z | |
3129 | 2024-12-19T21:09:43.509Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3130 | 2024-12-19T21:09:44.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2024-12-19T21:09:44.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2024-12-19T21:09:44.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3133 | 2024-12-19T21:09:44.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3134 | 2024-12-19T21:09:44.153Z | |
3135 | 2024-12-19T21:09:44.153Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3136 | 2024-12-19T21:09:44.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2024-12-19T21:09:44.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2024-12-19T21:09:44.762Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3139 | 2024-12-19T21:09:45.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
3140 | 2024-12-19T21:09:45.831Z | |
3141 | 2024-12-19T21:09:45.831Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3142 | 2024-12-19T21:09:46.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2024-12-19T21:09:46.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2024-12-19T21:09:46.445Z | Checking cargo-platform v0.1.8 |
3145 | 2024-12-19T21:09:46.714Z | Checking cargo_metadata v0.18.1 |
3146 | 2024-12-19T21:09:47.708Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3147 | 2024-12-19T21:09:48.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
3148 | 2024-12-19T21:09:48.616Z | |
3149 | 2024-12-19T21:09:48.616Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3150 | 2024-12-19T21:09:49.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2024-12-19T21:09:49.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2024-12-19T21:09:49.327Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3153 | 2024-12-19T21:09:50.052Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3154 | 2024-12-19T21:09:50.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3155 | 2024-12-19T21:09:50.812Z | |
3156 | 2024-12-19T21:09:50.812Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3157 | 2024-12-19T21:09:51.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2024-12-19T21:09:51.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2024-12-19T21:09:51.597Z | Compiling crunchy v0.2.2 |
3160 | 2024-12-19T21:09:51.597Z | Compiling tiny-keccak v2.0.2 |
3161 | 2024-12-19T21:09:51.621Z | Compiling dsl_auto_type v0.1.2 |
3162 | 2024-12-19T21:09:51.621Z | Checking scheduled-thread-pool v0.2.7 |
3163 | 2024-12-19T21:09:51.621Z | Compiling diesel_table_macro_syntax v0.2.0 |
3164 | 2024-12-19T21:09:51.621Z | Compiling ascii-canvas v3.0.0 |
3165 | 2024-12-19T21:09:51.621Z | Compiling ena v0.14.3 |
3166 | 2024-12-19T21:09:51.705Z | Compiling diff v0.1.13 |
3167 | 2024-12-19T21:09:51.900Z | Checking r2d2 v0.8.10 |
3168 | 2024-12-19T21:09:52.019Z | Compiling regex-syntax v0.6.29 |
3169 | 2024-12-19T21:09:52.126Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3170 | 2024-12-19T21:09:52.176Z | Compiling ref-cast v1.0.23 |
3171 | 2024-12-19T21:09:52.219Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3172 | 2024-12-19T21:09:52.269Z | Compiling derive_builder_core v0.20.2 |
3173 | 2024-12-19T21:09:52.361Z | Compiling libxml v0.3.3 |
3174 | 2024-12-19T21:09:52.409Z | Compiling ref-cast-impl v1.0.23 |
3175 | 2024-12-19T21:09:52.475Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3176 | 2024-12-19T21:09:52.764Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3177 | 2024-12-19T21:09:52.785Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3178 | 2024-12-19T21:09:52.997Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3179 | 2024-12-19T21:09:53.015Z | Compiling strum_macros v0.24.3 |
3180 | 2024-12-19T21:09:53.056Z | Compiling samael v0.0.17 |
3181 | 2024-12-19T21:09:53.307Z | Compiling diesel_derives v2.2.3 |
3182 | 2024-12-19T21:09:53.392Z | Compiling indoc v1.0.9 |
3183 | 2024-12-19T21:09:54.345Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3184 | 2024-12-19T21:09:54.636Z | Compiling impl-trait-for-tuples v0.2.2 |
3185 | 2024-12-19T21:09:54.804Z | Compiling derive_builder_macro v0.20.2 |
3186 | 2024-12-19T21:09:55.611Z | Compiling lalrpop v0.19.12 |
3187 | 2024-12-19T21:09:55.695Z | Checking derive_builder v0.20.2 |
3188 | 2024-12-19T21:09:55.842Z | Compiling oso-derive v0.27.3 |
3189 | 2024-12-19T21:09:56.176Z | Checking quick-xml v0.33.0 |
3190 | 2024-12-19T21:09:56.706Z | Compiling diesel-dtrace v0.4.0 |
3191 | 2024-12-19T21:09:56.887Z | Checking maplit v1.0.2 |
3192 | 2024-12-19T21:09:57.043Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3193 | 2024-12-19T21:09:57.085Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3194 | 2024-12-19T21:09:57.296Z | Checking bb8 v0.8.5 |
3195 | 2024-12-19T21:09:57.391Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3196 | 2024-12-19T21:09:57.677Z | Checking castaway v0.2.3 |
3197 | 2024-12-19T21:09:57.813Z | Checking rand_seeder v0.3.0 |
3198 | 2024-12-19T21:09:57.858Z | Checking compact_str v0.8.0 |
3199 | 2024-12-19T21:09:58.080Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3200 | 2024-12-19T21:09:58.208Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3201 | 2024-12-19T21:09:58.341Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3202 | 2024-12-19T21:09:58.899Z | Checking unicode-truncate v1.1.0 |
3203 | 2024-12-19T21:09:59.044Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3204 | 2024-12-19T21:09:59.198Z | Checking lru v0.12.5 |
3205 | 2024-12-19T21:09:59.296Z | Compiling instability v0.3.2 |
3206 | 2024-12-19T21:09:59.426Z | Checking cassowary v0.3.0 |
3207 | 2024-12-19T21:09:59.811Z | Checking smawk v0.3.2 |
3208 | 2024-12-19T21:09:59.902Z | Checking unicode-linebreak v0.1.5 |
3209 | 2024-12-19T21:10:00.020Z | Checking is_ci v1.2.0 |
3210 | 2024-12-19T21:10:00.115Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3211 | 2024-12-19T21:10:00.171Z | Checking supports-color v3.0.1 |
3212 | 2024-12-19T21:10:00.188Z | Checking ratatui v0.28.1 |
3213 | 2024-12-19T21:10:00.295Z | Checking textwrap v0.16.1 |
3214 | 2024-12-19T21:10:00.383Z | Checking multimap v0.10.0 |
3215 | 2024-12-19T21:10:03.109Z | Checking diesel v2.2.6 |
3216 | 2024-12-19T21:10:29.335Z | Compiling polar-core v0.27.3 |
3217 | 2024-12-19T21:10:32.957Z | Checking async-bb8-diesel v0.2.1 |
3218 | 2024-12-19T21:10:36.923Z | Checking oso v0.27.3 |
3219 | 2024-12-19T21:11:45.459Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3220 | 2024-12-19T21:11:51.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
3221 | 2024-12-19T21:11:51.813Z | |
3222 | 2024-12-19T21:11:51.813Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3223 | 2024-12-19T21:11:52.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2024-12-19T21:11:52.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2024-12-19T21:11:52.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3226 | 2024-12-19T21:11:52.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3227 | 2024-12-19T21:11:52.482Z | |
3228 | 2024-12-19T21:11:52.482Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3229 | 2024-12-19T21:11:53.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2024-12-19T21:11:53.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2024-12-19T21:11:53.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3232 | 2024-12-19T21:11:53.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3233 | 2024-12-19T21:11:53.151Z | |
3234 | 2024-12-19T21:11:53.151Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3235 | 2024-12-19T21:11:53.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2024-12-19T21:11:53.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2024-12-19T21:11:53.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3238 | 2024-12-19T21:11:53.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3239 | 2024-12-19T21:11:53.762Z | |
3240 | 2024-12-19T21:11:53.762Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3241 | 2024-12-19T21:11:54.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2024-12-19T21:11:54.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2024-12-19T21:11:54.563Z | Compiling libz-sys v1.1.20 |
3244 | 2024-12-19T21:11:54.677Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3245 | 2024-12-19T21:11:54.687Z | Compiling vergen v8.3.2 |
3246 | 2024-12-19T21:11:54.690Z | Compiling cargo-platform v0.1.8 |
3247 | 2024-12-19T21:11:54.690Z | Compiling pin-project-internal v1.1.6 |
3248 | 2024-12-19T21:11:54.723Z | Compiling libsqlite3-sys v0.30.1 |
3249 | 2024-12-19T21:11:54.723Z | Compiling snafu-derive v0.8.5 |
3250 | 2024-12-19T21:11:54.725Z | Compiling cfg_aliases v0.2.1 |
3251 | 2024-12-19T21:11:54.863Z | Compiling buf-list v1.0.3 |
3252 | 2024-12-19T21:11:54.973Z | Compiling cargo_metadata v0.18.1 |
3253 | 2024-12-19T21:11:55.219Z | Compiling rustls v0.21.12 |
3254 | 2024-12-19T21:11:55.309Z | Compiling nix v0.29.0 |
3255 | 2024-12-19T21:11:55.543Z | Checking globset v0.4.15 |
3256 | 2024-12-19T21:11:55.585Z | Checking olpc-cjson v0.1.4 |
3257 | 2024-12-19T21:11:55.632Z | Checking sct v0.7.1 |
3258 | 2024-12-19T21:11:55.817Z | Checking rustls-webpki v0.101.7 |
3259 | 2024-12-19T21:11:55.836Z | Checking serde_plain v1.0.2 |
3260 | 2024-12-19T21:11:56.044Z | Checking typed-path v0.9.3 |
3261 | 2024-12-19T21:11:56.396Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3262 | 2024-12-19T21:11:56.608Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3263 | 2024-12-19T21:11:56.673Z | Checking hashlink v0.9.1 |
3264 | 2024-12-19T21:11:56.845Z | Checking parse-size v1.1.0 |
3265 | 2024-12-19T21:11:57.033Z | Checking fallible-iterator v0.3.0 |
3266 | 2024-12-19T21:11:57.296Z | Checking fallible-streaming-iterator v0.1.9 |
3267 | 2024-12-19T21:11:57.683Z | Checking rusqlite v0.32.1 |
3268 | 2024-12-19T21:11:57.697Z | Checking pin-project v1.1.6 |
3269 | 2024-12-19T21:11:57.819Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3270 | 2024-12-19T21:11:58.032Z | Checking rustls-pemfile v1.0.4 |
3271 | 2024-12-19T21:11:58.115Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3272 | 2024-12-19T21:11:58.229Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3273 | 2024-12-19T21:11:58.517Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3274 | 2024-12-19T21:11:58.588Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3275 | 2024-12-19T21:11:58.721Z | Checking twox-hash v1.6.3 |
3276 | 2024-12-19T21:11:58.846Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3277 | 2024-12-19T21:11:59.227Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3278 | 2024-12-19T21:11:59.326Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3279 | 2024-12-19T21:11:59.804Z | Checking tokio-rustls v0.24.1 |
3280 | 2024-12-19T21:11:59.840Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3281 | 2024-12-19T21:11:59.940Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3282 | 2024-12-19T21:12:00.156Z | Checking fatfs v0.3.6 |
3283 | 2024-12-19T21:12:00.272Z | Checking snafu v0.8.5 |
3284 | 2024-12-19T21:12:00.754Z | Checking tough v0.19.0 |
3285 | 2024-12-19T21:12:00.773Z | Checking assert_matches v1.5.0 |
3286 | 2024-12-19T21:12:04.743Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3287 | 2024-12-19T21:12:06.182Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3288 | 2024-12-19T21:12:06.949Z | Compiling git2 v0.19.0 |
3289 | 2024-12-19T21:12:11.742Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3290 | 2024-12-19T21:13:05.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3291 | 2024-12-19T21:13:05.905Z | |
3292 | 2024-12-19T21:13:05.905Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3293 | 2024-12-19T21:13:06.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2024-12-19T21:13:06.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2024-12-19T21:13:06.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2024-12-19T21:13:06.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3297 | 2024-12-19T21:13:06.602Z | |
3298 | 2024-12-19T21:13:06.602Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3299 | 2024-12-19T21:13:07.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2024-12-19T21:13:07.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2024-12-19T21:13:07.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2024-12-19T21:13:07.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3303 | 2024-12-19T21:13:07.213Z | |
3304 | 2024-12-19T21:13:07.213Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3305 | 2024-12-19T21:13:07.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2024-12-19T21:13:07.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2024-12-19T21:13:07.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2024-12-19T21:13:07.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3309 | 2024-12-19T21:13:07.865Z | |
3310 | 2024-12-19T21:13:07.865Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3311 | 2024-12-19T21:13:08.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2024-12-19T21:13:08.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2024-12-19T21:13:08.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3314 | 2024-12-19T21:13:08.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3315 | 2024-12-19T21:13:08.546Z | |
3316 | 2024-12-19T21:13:08.546Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3317 | 2024-12-19T21:13:09.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-12-19T21:13:09.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-12-19T21:13:09.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2024-12-19T21:13:09.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3321 | 2024-12-19T21:13:09.233Z | |
3322 | 2024-12-19T21:13:09.234Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3323 | 2024-12-19T21:13:09.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2024-12-19T21:13:09.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2024-12-19T21:13:09.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2024-12-19T21:13:09.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3327 | 2024-12-19T21:13:09.904Z | |
3328 | 2024-12-19T21:13:09.904Z | info: running `cargo check --bins` on update-common (151/173) |
3329 | 2024-12-19T21:13:10.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-12-19T21:13:10.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-12-19T21:13:10.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3332 | 2024-12-19T21:13:10.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3333 | 2024-12-19T21:13:10.560Z | |
3334 | 2024-12-19T21:13:10.560Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3335 | 2024-12-19T21:13:11.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2024-12-19T21:13:11.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2024-12-19T21:13:11.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3338 | 2024-12-19T21:13:11.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3339 | 2024-12-19T21:13:11.207Z | |
3340 | 2024-12-19T21:13:11.207Z | info: running `cargo check --bins` on tufaceous (153/173) |
3341 | 2024-12-19T21:13:11.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2024-12-19T21:13:11.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2024-12-19T21:13:11.889Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3344 | 2024-12-19T21:13:12.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3345 | 2024-12-19T21:13:13.042Z | |
3346 | 2024-12-19T21:13:13.042Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3347 | 2024-12-19T21:13:13.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2024-12-19T21:13:13.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2024-12-19T21:13:13.897Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3350 | 2024-12-19T21:13:14.024Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3351 | 2024-12-19T21:13:14.024Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3352 | 2024-12-19T21:13:14.028Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3353 | 2024-12-19T21:13:40.529Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3354 | 2024-12-19T21:13:40.532Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3355 | 2024-12-19T21:13:40.532Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3356 | 2024-12-19T21:13:40.532Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3357 | 2024-12-19T21:13:40.532Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3358 | 2024-12-19T21:13:41.308Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3359 | 2024-12-19T21:13:42.607Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3360 | 2024-12-19T21:14:21.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3361 | 2024-12-19T21:14:22.148Z | |
3362 | 2024-12-19T21:14:22.149Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3363 | 2024-12-19T21:14:22.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2024-12-19T21:14:22.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2024-12-19T21:14:22.862Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3366 | 2024-12-19T21:14:22.862Z | Checking heck v0.4.1 |
3367 | 2024-12-19T21:14:22.865Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3368 | 2024-12-19T21:14:23.096Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3369 | 2024-12-19T21:14:24.505Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3370 | 2024-12-19T21:14:25.398Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3371 | 2024-12-19T21:14:26.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
3372 | 2024-12-19T21:14:26.702Z | |
3373 | 2024-12-19T21:14:26.702Z | info: running `cargo check --bins` on installinator-api (156/173) |
3374 | 2024-12-19T21:14:27.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3375 | 2024-12-19T21:14:27.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3376 | 2024-12-19T21:14:27.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3377 | 2024-12-19T21:14:27.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3378 | 2024-12-19T21:14:27.349Z | |
3379 | 2024-12-19T21:14:27.349Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3380 | 2024-12-19T21:14:27.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3381 | 2024-12-19T21:14:27.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3382 | 2024-12-19T21:14:27.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3383 | 2024-12-19T21:14:27.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3384 | 2024-12-19T21:14:28.006Z | |
3385 | 2024-12-19T21:14:28.007Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3386 | 2024-12-19T21:14:28.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2024-12-19T21:14:28.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2024-12-19T21:14:28.713Z | Compiling petname v2.0.2 |
3389 | 2024-12-19T21:14:28.716Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3390 | 2024-12-19T21:14:28.716Z | Checking sync-ptr v0.1.1 |
3391 | 2024-12-19T21:14:30.136Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3392 | 2024-12-19T21:14:31.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s |
3393 | 2024-12-19T21:14:31.898Z | |
3394 | 2024-12-19T21:14:31.898Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3395 | 2024-12-19T21:14:32.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3396 | 2024-12-19T21:14:32.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3397 | 2024-12-19T21:14:32.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3398 | 2024-12-19T21:14:32.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3399 | 2024-12-19T21:14:32.561Z | |
3400 | 2024-12-19T21:14:32.561Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3401 | 2024-12-19T21:14:33.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2024-12-19T21:14:33.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2024-12-19T21:14:33.231Z | Checking memmap2 v0.9.5 |
3404 | 2024-12-19T21:14:33.231Z | Checking arrayref v0.3.9 |
3405 | 2024-12-19T21:14:33.234Z | Checking spin v0.5.2 |
3406 | 2024-12-19T21:14:33.234Z | Checking constant_time_eq v0.3.1 |
3407 | 2024-12-19T21:14:33.234Z | Checking arrayvec v0.7.6 |
3408 | 2024-12-19T21:14:33.235Z | Checking topological-sort v0.2.2 |
3409 | 2024-12-19T21:14:33.346Z | Checking shell-words v1.1.0 |
3410 | 2024-12-19T21:14:33.497Z | Checking ring v0.16.20 |
3411 | 2024-12-19T21:14:33.654Z | Checking blake3 v1.5.4 |
3412 | 2024-12-19T21:14:34.654Z | Checking omicron-zone-package v0.11.1 |
3413 | 2024-12-19T21:14:35.759Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3414 | 2024-12-19T21:14:36.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
3415 | 2024-12-19T21:14:36.857Z | |
3416 | 2024-12-19T21:14:36.857Z | info: running `cargo check --bins` on xtask (161/173) |
3417 | 2024-12-19T21:14:37.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3418 | 2024-12-19T21:14:37.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3419 | 2024-12-19T21:14:37.286Z | Checking bitflags v2.6.0 |
3420 | 2024-12-19T21:14:37.288Z | Checking serde v1.0.215 |
3421 | 2024-12-19T21:14:37.288Z | Checking thiserror v1.0.69 |
3422 | 2024-12-19T21:14:37.381Z | Checking scroll v0.12.0 |
3423 | 2024-12-19T21:14:37.385Z | Checking hashbrown v0.15.1 |
3424 | 2024-12-19T21:14:37.392Z | Checking log v0.4.22 |
3425 | 2024-12-19T21:14:37.414Z | Checking zerocopy v0.7.35 |
3426 | 2024-12-19T21:14:37.428Z | Checking syn v2.0.87 |
3427 | 2024-12-19T21:14:37.469Z | Checking pest v2.7.14 |
3428 | 2024-12-19T21:14:37.607Z | Checking rustix v0.38.37 |
3429 | 2024-12-19T21:14:37.644Z | Checking once_cell v1.20.2 |
3430 | 2024-12-19T21:14:37.838Z | Checking goblin v0.8.2 |
3431 | 2024-12-19T21:14:37.926Z | Checking fs-err v2.11.0 |
3432 | 2024-12-19T21:14:38.217Z | Checking tabled v0.15.0 |
3433 | 2024-12-19T21:14:38.493Z | Checking indexmap v2.6.0 |
3434 | 2024-12-19T21:14:38.864Z | Checking anyhow v1.0.93 |
3435 | 2024-12-19T21:14:39.483Z | Checking terminal_size v0.4.0 |
3436 | 2024-12-19T21:14:39.485Z | Checking tempfile v3.13.0 |
3437 | 2024-12-19T21:14:39.653Z | Checking clap_builder v4.5.21 |
3438 | 2024-12-19T21:14:39.978Z | Checking dtrace-parser v0.2.0 |
3439 | 2024-12-19T21:14:41.859Z | Checking serde_json v1.0.132 |
3440 | 2024-12-19T21:14:41.859Z | Checking serde_spanned v0.6.8 |
3441 | 2024-12-19T21:14:41.862Z | Checking toml_datetime v0.6.8 |
3442 | 2024-12-19T21:14:41.862Z | Checking camino v1.1.9 |
3443 | 2024-12-19T21:14:41.862Z | Checking semver v1.0.23 |
3444 | 2024-12-19T21:14:41.862Z | Checking cargo-platform v0.1.8 |
3445 | 2024-12-19T21:14:42.075Z | Checking macaddr v1.0.1 |
3446 | 2024-12-19T21:14:42.091Z | Checking clap v4.5.21 |
3447 | 2024-12-19T21:14:42.138Z | Checking toml_edit v0.22.22 |
3448 | 2024-12-19T21:14:42.365Z | Checking camino-tempfile v1.1.1 |
3449 | 2024-12-19T21:14:43.019Z | Checking dof v0.3.0 |
3450 | 2024-12-19T21:14:43.019Z | Checking cargo_metadata v0.18.1 |
3451 | 2024-12-19T21:14:43.444Z | Checking usdt-impl v0.5.0 |
3452 | 2024-12-19T21:14:43.832Z | Checking usdt v0.5.0 |
3453 | 2024-12-19T21:14:43.903Z | Checking toml v0.8.19 |
3454 | 2024-12-19T21:14:44.392Z | Checking cargo_toml v0.20.5 |
3455 | 2024-12-19T21:14:45.582Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3456 | 2024-12-19T21:14:46.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s |
3457 | 2024-12-19T21:14:46.302Z | |
3458 | 2024-12-19T21:14:46.302Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3459 | 2024-12-19T21:14:46.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3460 | 2024-12-19T21:14:46.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3461 | 2024-12-19T21:14:47.059Z | Checking polyval v0.6.2 |
3462 | 2024-12-19T21:14:47.173Z | Checking ctr v0.9.2 |
3463 | 2024-12-19T21:14:47.185Z | Checking ssh-encoding v0.2.0 |
3464 | 2024-12-19T21:14:47.185Z | Checking blowfish v0.9.1 |
3465 | 2024-12-19T21:14:47.210Z | Checking password-hash v0.4.2 |
3466 | 2024-12-19T21:14:47.213Z | Checking matches v0.1.10 |
3467 | 2024-12-19T21:14:47.244Z | Checking p256 v0.13.2 |
3468 | 2024-12-19T21:14:47.244Z | Checking p521 v0.13.3 |
3469 | 2024-12-19T21:14:47.370Z | Checking ghash v0.5.1 |
3470 | 2024-12-19T21:14:47.417Z | Compiling enum-as-inner v0.5.1 |
3471 | 2024-12-19T21:14:47.420Z | Checking bcrypt-pbkdf v0.10.0 |
3472 | 2024-12-19T21:14:47.473Z | Checking russh-cryptovec v0.7.3 |
3473 | 2024-12-19T21:14:47.515Z | Checking aes-gcm v0.10.3 |
3474 | 2024-12-19T21:14:47.592Z | Checking idna v0.2.3 |
3475 | 2024-12-19T21:14:47.610Z | Checking pbkdf2 v0.11.0 |
3476 | 2024-12-19T21:14:47.654Z | Checking md5 v0.7.0 |
3477 | 2024-12-19T21:14:47.682Z | Checking num-bigint v0.4.6 |
3478 | 2024-12-19T21:14:47.720Z | Checking des v0.8.1 |
3479 | 2024-12-19T21:14:47.739Z | Checking ssh-cipher v0.2.0 |
3480 | 2024-12-19T21:14:47.909Z | Compiling dhcproto-macros v0.1.0 |
3481 | 2024-12-19T21:14:47.937Z | Checking hex-literal v0.4.1 |
3482 | 2024-12-19T21:14:47.982Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3483 | 2024-12-19T21:14:48.029Z | Checking ssh-key v0.6.6 |
3484 | 2024-12-19T21:14:48.069Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3485 | 2024-12-19T21:14:48.444Z | Checking internet-checksum v0.2.1 |
3486 | 2024-12-19T21:14:48.468Z | Checking trust-dns-proto v0.22.0 |
3487 | 2024-12-19T21:14:49.374Z | Checking russh-keys v0.45.0 |
3488 | 2024-12-19T21:14:50.290Z | Checking russh v0.45.0 |
3489 | 2024-12-19T21:14:51.091Z | Checking dhcproto v0.12.0 |
3490 | 2024-12-19T21:15:08.383Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3491 | 2024-12-19T21:15:09.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.50s |
3492 | 2024-12-19T21:15:10.015Z | |
3493 | 2024-12-19T21:15:10.015Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3494 | 2024-12-19T21:15:10.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2024-12-19T21:15:10.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2024-12-19T21:15:10.655Z | Checking termios v0.3.3 |
3497 | 2024-12-19T21:15:10.871Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3498 | 2024-12-19T21:15:11.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3499 | 2024-12-19T21:15:11.855Z | |
3500 | 2024-12-19T21:15:11.855Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3501 | 2024-12-19T21:15:12.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3502 | 2024-12-19T21:15:12.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3503 | 2024-12-19T21:15:12.554Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3504 | 2024-12-19T21:15:14.640Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3505 | 2024-12-19T21:15:16.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
3506 | 2024-12-19T21:15:16.735Z | |
3507 | 2024-12-19T21:15:16.735Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3508 | 2024-12-19T21:15:17.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3509 | 2024-12-19T21:15:17.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3510 | 2024-12-19T21:15:17.369Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3511 | 2024-12-19T21:15:17.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3512 | 2024-12-19T21:15:18.033Z | |
3513 | 2024-12-19T21:15:18.033Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3514 | 2024-12-19T21:15:18.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3515 | 2024-12-19T21:15:18.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3516 | 2024-12-19T21:15:18.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3517 | 2024-12-19T21:15:18.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3518 | 2024-12-19T21:15:18.654Z | |
3519 | 2024-12-19T21:15:18.654Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3520 | 2024-12-19T21:15:19.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2024-12-19T21:15:19.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2024-12-19T21:15:19.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3523 | 2024-12-19T21:15:19.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3524 | 2024-12-19T21:15:19.266Z | |
3525 | 2024-12-19T21:15:19.266Z | info: running `cargo check --bins` on omicron-package (168/173) |
3526 | 2024-12-19T21:15:19.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3527 | 2024-12-19T21:15:19.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3528 | 2024-12-19T21:15:19.949Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3529 | 2024-12-19T21:15:21.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3530 | 2024-12-19T21:15:21.465Z | |
3531 | 2024-12-19T21:15:21.465Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3532 | 2024-12-19T21:15:22.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3533 | 2024-12-19T21:15:22.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3534 | 2024-12-19T21:15:22.180Z | Checking rtoolbox v0.0.2 |
3535 | 2024-12-19T21:15:22.180Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3536 | 2024-12-19T21:15:22.183Z | Checking tui-tree-widget v0.22.0 |
3537 | 2024-12-19T21:15:22.413Z | Checking rpassword v7.3.1 |
3538 | 2024-12-19T21:15:26.565Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3539 | 2024-12-19T21:15:29.615Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3540 | 2024-12-19T21:15:30.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.39s |
3541 | 2024-12-19T21:15:31.050Z | |
3542 | 2024-12-19T21:15:31.050Z | info: running `cargo check --bins` on wicket (170/173) |
3543 | 2024-12-19T21:15:31.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3544 | 2024-12-19T21:15:31.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3545 | 2024-12-19T21:15:31.753Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3546 | 2024-12-19T21:15:32.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3547 | 2024-12-19T21:15:32.392Z | |
3548 | 2024-12-19T21:15:32.392Z | info: running `cargo check --bins` on wicketd (171/173) |
3549 | 2024-12-19T21:15:32.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3550 | 2024-12-19T21:15:32.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3551 | 2024-12-19T21:15:33.107Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3552 | 2024-12-19T21:15:37.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
3553 | 2024-12-19T21:15:37.435Z | |
3554 | 2024-12-19T21:15:37.435Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3555 | 2024-12-19T21:15:37.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3556 | 2024-12-19T21:15:38.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3557 | 2024-12-19T21:15:38.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3558 | 2024-12-19T21:15:38.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3559 | 2024-12-19T21:15:38.179Z | |
3560 | 2024-12-19T21:15:38.179Z | info: running `cargo check --bins` on zone-setup (173/173) |
3561 | 2024-12-19T21:15:38.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3562 | 2024-12-19T21:15:38.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3563 | 2024-12-19T21:15:38.940Z | Checking uzers v0.12.1 |
3564 | 2024-12-19T21:15:39.088Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3565 | 2024-12-19T21:15:40.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
3566 | 2024-12-19T21:15:40.439Z | |
3567 | 2024-12-19T21:15:40.442Z | real 13:04.896858149 |
3568 | 2024-12-19T21:15:40.443Z | user 24:30.222935594 |
3569 | 2024-12-19T21:15:40.443Z | sys 5:25.584625635 |
3570 | 2024-12-19T21:15:40.443Z | trap 0.480634913 |
3571 | 2024-12-19T21:15:40.443Z | tflt 2.265336419 |
3572 | 2024-12-19T21:15:40.443Z | dflt 3.215817475 |
3573 | 2024-12-19T21:15:40.443Z | kflt 0.001337413 |
3574 | 2024-12-19T21:15:40.443Z | lock 46:19.810179271 |
3575 | 2024-12-19T21:15:40.443Z | slp 2:07:23.291442247 |
3576 | 2024-12-19T21:15:40.443Z | lat 1:03.300959446 |
3577 | 2024-12-19T21:15:40.443Z | stop 3:24.795404789 |
3578 | 2024-12-19T21:15:40.443Z | process exited: duration 1132865 ms, exit code 0 |
|
3579 | 2024-12-19T21:15:40.450Z | found 0 output files |