|
|
|
1 | 2024-12-02T15:59:55.148Z | job assigned to worker 01JE41HQE1MWC64B8XVG88S5RC [factory aws, i-0f2af2770cc9732f3] (queued for 45 s) |
|
2 | 2024-12-02T16:00:03.099Z | starting task 0: "setup" |
3 | 2024-12-02T16:00:03.107Z | ++ uname -s |
4 | 2024-12-02T16:00:03.110Z | + kern=SunOS |
5 | 2024-12-02T16:00:03.110Z | + case "$kern" in |
6 | 2024-12-02T16:00:03.110Z | + groupadd -g 12345 build |
7 | 2024-12-02T16:00:03.112Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-02T16:00:05.118Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-02T16:00:05.212Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-02T16:00:05.215Z | + home_fs=zfs |
11 | 2024-12-02T16:00:05.215Z | + [[ zfs == autofs ]] |
12 | 2024-12-02T16:00:05.215Z | + mkdir -p /home/build |
13 | 2024-12-02T16:00:05.218Z | + chown build:build /home/build /work |
14 | 2024-12-02T16:00:07.218Z | + chmod 0700 /home/build /work |
15 | 2024-12-02T16:00:07.221Z | process exited: duration 4123 ms, exit code 0 |
|
16 | 2024-12-02T16:00:07.225Z | starting task 1: "rust-toolchain" |
17 | 2024-12-02T16:00:07.231Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-02T16:00:07.231Z | * toolchain channel = "1.81.0" |
19 | 2024-12-02T16:00:07.231Z | * toolchain profile = "default" |
20 | 2024-12-02T16:00:07.231Z | ' 1.81.0 |
21 | 2024-12-02T16:00:07.231Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-02T16:00:07.231Z | ' default |
23 | 2024-12-02T16:00:07.233Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-02T16:00:07.233Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-02T16:00:07.350Z | info: downloading installer |
26 | 2024-12-02T16:00:08.685Z | info: profile set to 'default' |
27 | 2024-12-02T16:00:08.685Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-02T16:00:08.687Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-02T16:00:08.824Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-02T16:00:08.824Z | info: downloading component 'cargo' |
31 | 2024-12-02T16:00:09.546Z | info: downloading component 'clippy' |
32 | 2024-12-02T16:00:09.812Z | info: downloading component 'rust-docs' |
33 | 2024-12-02T16:00:10.813Z | info: downloading component 'rust-std' |
34 | 2024-12-02T16:00:12.371Z | info: downloading component 'rustc' |
35 | 2024-12-02T16:00:17.964Z | info: downloading component 'rustfmt' |
36 | 2024-12-02T16:00:18.176Z | info: installing component 'cargo' |
37 | 2024-12-02T16:00:18.957Z | info: installing component 'clippy' |
38 | 2024-12-02T16:00:19.311Z | info: installing component 'rust-docs' |
39 | 2024-12-02T16:00:20.932Z | info: installing component 'rust-std' |
40 | 2024-12-02T16:00:22.624Z | info: installing component 'rustc' |
41 | 2024-12-02T16:00:28.247Z | info: installing component 'rustfmt' |
42 | 2024-12-02T16:00:28.565Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-02T16:00:28.565Z | |
44 | 2024-12-02T16:00:28.932Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-02T16:00:28.932Z | |
46 | 2024-12-02T16:00:28.935Z | |
47 | 2024-12-02T16:00:28.935Z | Rust is installed now. Great! |
48 | 2024-12-02T16:00:28.935Z | |
49 | 2024-12-02T16:00:28.935Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-02T16:00:28.935Z | environment variable. This has not been done automatically. |
51 | 2024-12-02T16:00:28.935Z | |
52 | 2024-12-02T16:00:28.935Z | To configure your current shell, you need to source |
53 | 2024-12-02T16:00:28.935Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-02T16:00:28.935Z | |
55 | 2024-12-02T16:00:28.935Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-02T16:00:28.935Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-02T16:00:28.935Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-02T16:00:29.009Z | + rustc --version |
59 | 2024-12-02T16:00:29.072Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-02T16:00:29.075Z | process exited: duration 21848 ms, exit code 0 |
|
61 | 2024-12-02T16:00:29.079Z | starting task 2: "authentication" |
62 | 2024-12-02T16:00:29.100Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-02T16:00:29.105Z | starting task 3: "clone repository" |
64 | 2024-12-02T16:00:29.109Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-02T16:00:29.112Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-02T16:00:29.146Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-02T16:00:35.878Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-02T16:00:35.878Z | + git fetch origin 86522dc9102036feccd3de257415fc594cbc98e1 |
69 | 2024-12-02T16:00:36.192Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-02T16:00:36.192Z | * branch 86522dc9102036feccd3de257415fc594cbc98e1 -> FETCH_HEAD |
71 | 2024-12-02T16:00:36.202Z | + [[ -n john/fix-oximeter-refresh-stops-on-failure ]] |
72 | 2024-12-02T16:00:36.205Z | ++ git branch --show-current |
73 | 2024-12-02T16:00:36.208Z | + current=main |
74 | 2024-12-02T16:00:36.208Z | + [[ main != john/fix-oximeter-refresh-stops-on-failure ]] |
75 | 2024-12-02T16:00:36.208Z | + git branch -f john/fix-oximeter-refresh-stops-on-failure 86522dc9102036feccd3de257415fc594cbc98e1 |
76 | 2024-12-02T16:00:36.210Z | + git checkout -f john/fix-oximeter-refresh-stops-on-failure |
77 | 2024-12-02T16:00:36.383Z | Switched to branch 'john/fix-oximeter-refresh-stops-on-failure' |
78 | 2024-12-02T16:00:36.385Z | + git reset --hard 86522dc9102036feccd3de257415fc594cbc98e1 |
79 | 2024-12-02T16:00:36.398Z | HEAD is now at 86522dc91 use slog-error-chain to get more details on errors |
80 | 2024-12-02T16:00:36.401Z | process exited: duration 7294 ms, exit code 0 |
|
81 | 2024-12-02T16:00:36.406Z | starting task 4: "build" |
82 | 2024-12-02T16:00:36.411Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-02T16:00:36.415Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-02T16:00:36.415Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-02T16:00:36.415Z | + cargo --version |
86 | 2024-12-02T16:00:36.469Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-02T16:00:36.472Z | + rustc --version |
88 | 2024-12-02T16:00:36.531Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-02T16:00:36.533Z | + source ./env.sh |
90 | 2024-12-02T16:00:36.536Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-02T16:00:36.536Z | ++ set -o xtrace |
92 | 2024-12-02T16:00:36.536Z | ++++ dirname ./env.sh |
93 | 2024-12-02T16:00:36.538Z | +++ readlink -f . |
94 | 2024-12-02T16:00:36.542Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-02T16:00:36.545Z | ++ 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-02T16:00:36.545Z | ++ 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-02T16:00:36.545Z | ++ 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-02T16:00:36.545Z | ++ 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-02T16:00:36.545Z | ++ 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-02T16:00:36.545Z | ++ 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-02T16:00:36.545Z | ++ 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-02T16:00:36.545Z | ++ 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-02T16:00:36.545Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-02T16:00:36.545Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-02T16:00:36.545Z | + 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-02T16:00:36.545Z | + 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-02T16:00:36.545Z | + banner prerequisites |
108 | 2024-12-02T16:00:36.548Z | |
109 | 2024-12-02T16:00:36.548Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-02T16:00:36.548Z | # # # # # # # # # # # # # # # |
111 | 2024-12-02T16:00:36.548Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-02T16:00:36.548Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-02T16:00:36.548Z | # # # # # # # # # # # # # # # |
114 | 2024-12-02T16:00:36.548Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-02T16:00:36.548Z | |
116 | 2024-12-02T16:00:36.548Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-02T16:00:42.822Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-02T16:00:46.552Z | Startup: Caching catalogs ... Done |
119 | 2024-12-02T16:00:56.190Z | Planning: Solver setup ... Done (8.783s) |
120 | 2024-12-02T16:00:56.311Z | Planning: Running solver ... Done (0.120s) |
121 | 2024-12-02T16:00:56.411Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-12-02T16:00:56.429Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-02T16:00:56.645Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-02T16:00:56.743Z | Planning: Package planning ... Done (0.098s) |
125 | 2024-12-02T16:00:56.799Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-12-02T16:00:56.989Z | Planning: Checking for conflicting actions ... Done (0.190s) |
127 | 2024-12-02T16:00:58.898Z | Planning: Consolidating action changes ... Done (1.908s) |
128 | 2024-12-02T16:00:59.318Z | Planning: Evaluating mediators ... Done (0.420s) |
129 | 2024-12-02T16:00:59.400Z | Planning: Planning completed in 12.76 seconds |
130 | 2024-12-02T16:00:59.415Z | Packages to install: 4 |
131 | 2024-12-02T16:00:59.415Z | Packages to update: 1 |
132 | 2024-12-02T16:00:59.419Z | Mediators to change: 2 |
133 | 2024-12-02T16:00:59.419Z | Services to change: 1 |
134 | 2024-12-02T16:00:59.419Z | Estimated space available: 155.64 GB |
135 | 2024-12-02T16:00:59.419Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-02T16:00:59.419Z | Create boot environment: No |
137 | 2024-12-02T16:00:59.419Z | Create backup boot environment: Yes |
138 | 2024-12-02T16:00:59.419Z | Rebuild boot archive: No |
139 | 2024-12-02T16:00:59.419Z | |
140 | 2024-12-02T16:00:59.419Z | Changed mediators: |
141 | 2024-12-02T16:00:59.419Z | mediator clang: |
142 | 2024-12-02T16:00:59.419Z | version: None -> 15 (system default) |
143 | 2024-12-02T16:00:59.419Z | |
144 | 2024-12-02T16:00:59.419Z | mediator llvm: |
145 | 2024-12-02T16:00:59.419Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-02T16:00:59.419Z | |
147 | 2024-12-02T16:00:59.419Z | Changed packages: |
148 | 2024-12-02T16:00:59.419Z | helios-dev |
149 | 2024-12-02T16:00:59.419Z | developer/build-essential |
150 | 2024-12-02T16:00:59.419Z | None -> 11-2.0 |
151 | 2024-12-02T16:00:59.419Z | library/libxmlsec1 |
152 | 2024-12-02T16:00:59.420Z | None -> 1.2.35-2.0 |
153 | 2024-12-02T16:00:59.420Z | ooce/developer/clang-15 |
154 | 2024-12-02T16:00:59.420Z | None -> 15.0.7-2.0 |
155 | 2024-12-02T16:00:59.420Z | ooce/developer/llvm-15 |
156 | 2024-12-02T16:00:59.420Z | None -> 15.0.7-2.0 |
157 | 2024-12-02T16:00:59.420Z | package/pkg |
158 | 2024-12-02T16:00:59.420Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-02T16:00:59.420Z | |
160 | 2024-12-02T16:00:59.420Z | Services: |
161 | 2024-12-02T16:00:59.420Z | restart_fmri: |
162 | 2024-12-02T16:00:59.420Z | svc:/system/update-man-index:default |
163 | 2024-12-02T16:00:59.420Z | |
164 | 2024-12-02T16:00:59.420Z | Editable files to change: |
165 | 2024-12-02T16:00:59.420Z | Update: |
166 | 2024-12-02T16:00:59.420Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-02T16:00:59.493Z | |
168 | 2024-12-02T16:00:59.493Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-02T16:01:04.495Z | Download: 1189/4281 items 59.7/220.6MB 27% complete (13.1M/s) |
170 | 2024-12-02T16:01:09.497Z | Download: 1715/4281 items 118.1/220.6MB 53% complete (12.4M/s) |
171 | 2024-12-02T16:01:14.497Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (14.3M/s) |
172 | 2024-12-02T16:01:18.324Z | Download: Completed 220.60 MB in 18.83 seconds (11.7M/s) |
173 | 2024-12-02T16:01:20.430Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-12-02T16:01:20.450Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-12-02T16:01:25.126Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-12-02T16:01:25.433Z | Actions: Completed 5063 actions in 5.00 seconds. |
177 | 2024-12-02T16:01:25.653Z | Done (0.213s) |
178 | 2024-12-02T16:01:25.657Z | Done (0.000s) |
179 | 2024-12-02T16:01:26.189Z | Done (0.535s) |
180 | 2024-12-02T16:01:30.571Z | Done (4.166s) |
181 | 2024-12-02T16:01:30.659Z | Done (0.019s) |
182 | 2024-12-02T16:01:30.661Z | Done (0.000s) |
183 | 2024-12-02T16:01:30.851Z | Done (0.000s) |
184 | 2024-12-02T16:01:31.539Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-12-02T16:01:31.699Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-12-02T16:01:31.701Z | Planning: Consolidating action changes ... Done |
187 | 2024-12-02T16:01:31.970Z | Planning: Evaluating mediators ... Done |
188 | 2024-12-02T16:01:31.973Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-12-02T16:01:32.010Z | Mediators to change: 2 |
190 | 2024-12-02T16:01:32.010Z | Create boot environment: No |
191 | 2024-12-02T16:01:32.012Z | Create backup boot environment: No |
192 | 2024-12-02T16:01:32.089Z | Done |
193 | 2024-12-02T16:01:32.089Z | Done |
194 | 2024-12-02T16:01:32.471Z | Done |
195 | 2024-12-02T16:01:36.141Z | Done |
196 | 2024-12-02T16:01:36.238Z | Done |
197 | 2024-12-02T16:01:36.241Z | Done |
198 | 2024-12-02T16:01:36.370Z | Done |
199 | 2024-12-02T16:01:36.987Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-12-02T16:01:36.989Z | Planning: Merging actions ... Done |
201 | 2024-12-02T16:01:37.175Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-12-02T16:01:37.178Z | Planning: Consolidating action changes ... Done |
203 | 2024-12-02T16:01:37.442Z | Planning: Evaluating mediators ... Done |
204 | 2024-12-02T16:01:37.497Z | Planning: Planning completed in 0.75 seconds |
205 | 2024-12-02T16:01:37.537Z | Packages to change: 1 |
206 | 2024-12-02T16:01:37.539Z | Mediators to change: 1 |
207 | 2024-12-02T16:01:37.539Z | Services to change: 1 |
208 | 2024-12-02T16:01:37.539Z | Create boot environment: No |
209 | 2024-12-02T16:01:37.539Z | Create backup boot environment: Yes |
210 | 2024-12-02T16:01:39.751Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-12-02T16:01:39.753Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-12-02T16:01:39.753Z | Done |
213 | 2024-12-02T16:01:39.753Z | Done |
214 | 2024-12-02T16:01:39.863Z | Done |
215 | 2024-12-02T16:01:43.501Z | Done |
216 | 2024-12-02T16:01:43.590Z | Done |
217 | 2024-12-02T16:01:43.593Z | Done |
218 | 2024-12-02T16:01:43.718Z | Done |
219 | 2024-12-02T16:01:44.157Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-12-02T16:01:44.157Z | clang system 15 system |
221 | 2024-12-02T16:01:44.157Z | csh system system illumos |
222 | 2024-12-02T16:01:44.157Z | ctags system system illumos |
223 | 2024-12-02T16:01:44.157Z | gcc vendor 12 vendor |
224 | 2024-12-02T16:01:44.157Z | gcc system 10 system |
225 | 2024-12-02T16:01:44.157Z | gcc system 7 system |
226 | 2024-12-02T16:01:44.157Z | go system 1.20 system |
227 | 2024-12-02T16:01:44.157Z | go system 1.19 system |
228 | 2024-12-02T16:01:44.157Z | llvm system 15 system |
229 | 2024-12-02T16:01:44.157Z | llvm system 14 system |
230 | 2024-12-02T16:01:44.157Z | mariadb system 10.6 system |
231 | 2024-12-02T16:01:44.157Z | mta vendor vendor dma |
232 | 2024-12-02T16:01:44.158Z | openjdk system 17 system |
233 | 2024-12-02T16:01:44.158Z | openjdk system 11 system |
234 | 2024-12-02T16:01:44.158Z | openjdk system 1.8 system |
235 | 2024-12-02T16:01:44.158Z | openssl vendor 3 vendor |
236 | 2024-12-02T16:01:44.158Z | perl system 5.36 system |
237 | 2024-12-02T16:01:44.158Z | postgresql system 15 system |
238 | 2024-12-02T16:01:44.158Z | postgresql system 13 system |
239 | 2024-12-02T16:01:44.158Z | python vendor 3 vendor |
240 | 2024-12-02T16:01:44.158Z | python system 2 system |
241 | 2024-12-02T16:01:44.158Z | python3 system 3.11 system |
242 | 2024-12-02T16:01:44.158Z | ruby system 3.0 system |
243 | 2024-12-02T16:01:44.158Z | words vendor vendor american-english |
244 | 2024-12-02T16:01:44.158Z | words system system australian-english |
245 | 2024-12-02T16:01:44.158Z | words system system british-english |
246 | 2024-12-02T16:01:44.158Z | words system system canadian-english |
247 | 2024-12-02T16:01:44.158Z | words system system french |
248 | 2024-12-02T16:01:44.158Z | words system system italian |
249 | 2024-12-02T16:01:44.158Z | words system system ngerman |
250 | 2024-12-02T16:01:44.158Z | words system system ogerman |
251 | 2024-12-02T16:01:44.158Z | words system system spanish |
252 | 2024-12-02T16:01:44.486Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-12-02T16:01:44.486Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-12-02T16:01:47.085Z | FMRI IFO |
255 | 2024-12-02T16:01:47.085Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-12-02T16:01:47.085Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-12-02T16:01:47.085Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-12-02T16:01:47.085Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-12-02T16:01:47.085Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-12-02T16:01:47.085Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-12-02T16:01:47.085Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-12-02T16:01:47.085Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-12-02T16:01:47.085Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-12-02T16:01:47.086Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2024-12-02T16:01:47.086Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-12-02T16:01:47.086Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-12-02T16:01:47.086Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2024-12-02T16:01:47.086Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-12-02T16:01:47.086Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-12-02T16:01:47.828Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-12-02T16:01:48.135Z | Updating crates.io index |
272 | 2024-12-02T16:01:48.209Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-12-02T16:01:48.731Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-12-02T16:01:48.978Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-12-02T16:01:49.241Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-12-02T16:01:49.542Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-12-02T16:01:50.465Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-12-02T16:01:53.033Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-12-02T16:01:54.179Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-12-02T16:01:54.946Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-12-02T16:01:55.335Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-12-02T16:01:55.632Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-12-02T16:01:56.453Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-12-02T16:01:56.733Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-12-02T16:01:57.192Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-12-02T16:01:57.495Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-12-02T16:01:57.755Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-12-02T16:01:57.971Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-12-02T16:01:58.343Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-12-02T16:01:58.686Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-12-02T16:01:59.012Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-12-02T16:01:59.314Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-12-02T16:01:59.830Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-12-02T16:02:00.134Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-12-02T16:02:00.493Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-12-02T16:02:00.924Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
297 | 2024-12-02T16:02:01.233Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-12-02T16:02:01.515Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-12-02T16:02:01.829Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-12-02T16:02:03.046Z | Downloading crates ... |
301 | 2024-12-02T16:02:03.120Z | Downloaded anstyle v1.0.10 |
302 | 2024-12-02T16:02:03.127Z | Downloaded bitflags v2.6.0 |
303 | 2024-12-02T16:02:03.131Z | Downloaded anstyle-parse v0.2.5 |
304 | 2024-12-02T16:02:03.134Z | Downloaded anstream v0.6.15 |
305 | 2024-12-02T16:02:03.136Z | Downloaded autocfg v1.4.0 |
306 | 2024-12-02T16:02:03.139Z | Downloaded anyhow v1.0.93 |
307 | 2024-12-02T16:02:03.141Z | Downloaded anstyle-query v1.1.1 |
308 | 2024-12-02T16:02:03.182Z | Downloaded byteorder v1.5.0 |
309 | 2024-12-02T16:02:03.185Z | Downloaded camino v1.1.9 |
310 | 2024-12-02T16:02:03.187Z | Downloaded cargo_metadata v0.18.1 |
311 | 2024-12-02T16:02:03.190Z | Downloaded camino-tempfile v1.1.1 |
312 | 2024-12-02T16:02:03.193Z | Downloaded clap v4.5.21 |
313 | 2024-12-02T16:02:03.200Z | Downloaded equivalent v1.0.1 |
314 | 2024-12-02T16:02:03.203Z | Downloaded cargo_toml v0.20.5 |
315 | 2024-12-02T16:02:03.203Z | Downloaded cargo-platform v0.1.8 |
316 | 2024-12-02T16:02:03.205Z | Downloaded bytecount v0.6.8 |
317 | 2024-12-02T16:02:03.205Z | Downloaded dof v0.3.0 |
318 | 2024-12-02T16:02:03.208Z | Downloaded cpufeatures v0.2.14 |
319 | 2024-12-02T16:02:03.210Z | Downloaded colorchoice v1.0.2 |
320 | 2024-12-02T16:02:03.210Z | Downloaded fastrand v2.1.1 |
321 | 2024-12-02T16:02:03.213Z | Downloaded goblin v0.8.2 |
322 | 2024-12-02T16:02:03.216Z | Downloaded heck v0.5.0 |
323 | 2024-12-02T16:02:03.218Z | Downloaded fnv v1.0.7 |
324 | 2024-12-02T16:02:03.219Z | Downloaded errno v0.3.9 |
325 | 2024-12-02T16:02:03.221Z | Downloaded digest v0.10.7 |
326 | 2024-12-02T16:02:03.223Z | Downloaded crypto-common v0.1.6 |
327 | 2024-12-02T16:02:03.223Z | Downloaded clap_derive v4.5.18 |
328 | 2024-12-02T16:02:03.226Z | Downloaded dtrace-parser v0.2.0 |
329 | 2024-12-02T16:02:03.226Z | Downloaded cfg-if v1.0.0 |
330 | 2024-12-02T16:02:03.228Z | Downloaded clap_builder v4.5.21 |
331 | 2024-12-02T16:02:03.244Z | Downloaded usdt-macro v0.5.0 |
332 | 2024-12-02T16:02:03.246Z | Downloaded scroll_derive v0.12.0 |
333 | 2024-12-02T16:02:03.249Z | Downloaded pretty-hex v0.4.1 |
334 | 2024-12-02T16:02:03.252Z | Downloaded swrite v0.1.0 |
335 | 2024-12-02T16:02:03.252Z | Downloaded macaddr v1.0.1 |
336 | 2024-12-02T16:02:03.254Z | Downloaded fs-err v2.11.0 |
337 | 2024-12-02T16:02:03.254Z | Downloaded itoa v1.0.11 |
338 | 2024-12-02T16:02:03.257Z | Downloaded is_terminal_polyfill v1.70.1 |
339 | 2024-12-02T16:02:03.257Z | Downloaded clap_lex v0.7.2 |
340 | 2024-12-02T16:02:03.259Z | Downloaded usdt-attr-macro v0.5.0 |
341 | 2024-12-02T16:02:03.261Z | Downloaded pest_generator v2.7.14 |
342 | 2024-12-02T16:02:03.264Z | Downloaded proc-macro-error-attr v1.0.4 |
343 | 2024-12-02T16:02:03.264Z | Downloaded heck v0.4.1 |
344 | 2024-12-02T16:02:03.266Z | Downloaded memmap v0.7.0 |
345 | 2024-12-02T16:02:03.268Z | Downloaded plain v0.2.3 |
346 | 2024-12-02T16:02:03.273Z | Downloaded smawk v0.3.2 |
347 | 2024-12-02T16:02:03.276Z | Downloaded scroll v0.12.0 |
348 | 2024-12-02T16:02:03.276Z | Downloaded serde_tokenstream v0.2.2 |
349 | 2024-12-02T16:02:03.279Z | Downloaded tabled_derive v0.7.0 |
350 | 2024-12-02T16:02:03.279Z | Downloaded strsim v0.11.1 |
351 | 2024-12-02T16:02:03.282Z | Downloaded generic-array v0.14.7 |
352 | 2024-12-02T16:02:03.285Z | Downloaded thiserror v1.0.69 |
353 | 2024-12-02T16:02:03.290Z | Downloaded version_check v0.9.5 |
354 | 2024-12-02T16:02:03.296Z | Downloaded utf8parse v0.2.2 |
355 | 2024-12-02T16:02:03.296Z | Downloaded thiserror-impl v1.0.69 |
356 | 2024-12-02T16:02:03.296Z | Downloaded terminal_size v0.4.0 |
357 | 2024-12-02T16:02:03.296Z | Downloaded serde_spanned v0.6.8 |
358 | 2024-12-02T16:02:03.296Z | Downloaded block-buffer v0.10.4 |
359 | 2024-12-02T16:02:03.296Z | Downloaded usdt v0.5.0 |
360 | 2024-12-02T16:02:03.300Z | Downloaded toml_datetime v0.6.8 |
361 | 2024-12-02T16:02:03.300Z | Downloaded thread-id v4.2.2 |
362 | 2024-12-02T16:02:03.301Z | Downloaded sha2 v0.10.8 |
363 | 2024-12-02T16:02:03.303Z | Downloaded quote v1.0.37 |
364 | 2024-12-02T16:02:03.303Z | Downloaded semver v1.0.23 |
365 | 2024-12-02T16:02:03.306Z | Downloaded pest_derive v2.7.14 |
366 | 2024-12-02T16:02:03.309Z | Downloaded proc-macro-error v1.0.4 |
367 | 2024-12-02T16:02:03.317Z | Downloaded once_cell v1.20.2 |
368 | 2024-12-02T16:02:03.320Z | Downloaded zerocopy-derive v0.7.35 |
369 | 2024-12-02T16:02:03.323Z | Downloaded usdt-impl v0.5.0 |
370 | 2024-12-02T16:02:03.326Z | Downloaded unicode-linebreak v0.1.5 |
371 | 2024-12-02T16:02:03.328Z | Downloaded proc-macro2 v1.0.89 |
372 | 2024-12-02T16:02:03.331Z | Downloaded papergrid v0.11.0 |
373 | 2024-12-02T16:02:03.333Z | Downloaded textwrap v0.16.1 |
374 | 2024-12-02T16:02:03.337Z | Downloaded toml v0.8.19 |
375 | 2024-12-02T16:02:03.339Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-12-02T16:02:03.341Z | Downloaded ryu v1.0.18 |
377 | 2024-12-02T16:02:03.344Z | Downloaded ucd-trie v0.1.7 |
378 | 2024-12-02T16:02:03.346Z | Downloaded serde_derive v1.0.215 |
379 | 2024-12-02T16:02:03.348Z | Downloaded typenum v1.17.0 |
380 | 2024-12-02T16:02:03.351Z | Downloaded log v0.4.22 |
381 | 2024-12-02T16:02:03.353Z | Downloaded tempfile v3.13.0 |
382 | 2024-12-02T16:02:03.355Z | Downloaded pest_meta v2.7.14 |
383 | 2024-12-02T16:02:03.363Z | Downloaded indexmap v2.6.0 |
384 | 2024-12-02T16:02:03.367Z | Downloaded memchr v2.7.4 |
385 | 2024-12-02T16:02:03.371Z | Downloaded serde v1.0.215 |
386 | 2024-12-02T16:02:03.381Z | Downloaded toml_edit v0.22.22 |
387 | 2024-12-02T16:02:03.401Z | Downloaded pest v2.7.14 |
388 | 2024-12-02T16:02:03.409Z | Downloaded hashbrown v0.15.0 |
389 | 2024-12-02T16:02:03.416Z | Downloaded zerocopy v0.7.35 |
390 | 2024-12-02T16:02:03.431Z | Downloaded winnow v0.6.20 |
391 | 2024-12-02T16:02:03.439Z | Downloaded serde_json v1.0.132 |
392 | 2024-12-02T16:02:03.453Z | Downloaded tabled v0.15.0 |
393 | 2024-12-02T16:02:03.467Z | Downloaded syn v1.0.109 |
394 | 2024-12-02T16:02:03.476Z | Downloaded syn v2.0.87 |
395 | 2024-12-02T16:02:03.486Z | Downloaded unicode-width v0.1.14 |
396 | 2024-12-02T16:02:03.499Z | Downloaded rustix v0.38.37 |
397 | 2024-12-02T16:02:03.528Z | Downloaded libc v0.2.162 |
398 | 2024-12-02T16:02:03.840Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-12-02T16:02:03.840Z | Compiling unicode-ident v1.0.13 |
400 | 2024-12-02T16:02:03.840Z | Compiling version_check v0.9.5 |
401 | 2024-12-02T16:02:03.842Z | Compiling serde v1.0.215 |
402 | 2024-12-02T16:02:03.842Z | Compiling memchr v2.7.4 |
403 | 2024-12-02T16:02:03.842Z | Compiling thiserror v1.0.69 |
404 | 2024-12-02T16:02:03.842Z | Compiling libc v0.2.162 |
405 | 2024-12-02T16:02:03.842Z | Compiling itoa v1.0.11 |
406 | 2024-12-02T16:02:04.166Z | Compiling ucd-trie v0.1.7 |
407 | 2024-12-02T16:02:04.190Z | Compiling ryu v1.0.18 |
408 | 2024-12-02T16:02:04.536Z | Compiling once_cell v1.20.2 |
409 | 2024-12-02T16:02:04.787Z | Compiling byteorder v1.5.0 |
410 | 2024-12-02T16:02:04.835Z | Compiling serde_json v1.0.132 |
411 | 2024-12-02T16:02:04.877Z | Compiling rustix v0.38.37 |
412 | 2024-12-02T16:02:05.202Z | Compiling bitflags v2.6.0 |
413 | 2024-12-02T16:02:05.268Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-12-02T16:02:05.571Z | Compiling usdt-impl v0.5.0 |
415 | 2024-12-02T16:02:05.598Z | Compiling syn v1.0.109 |
416 | 2024-12-02T16:02:05.694Z | Compiling quote v1.0.37 |
417 | 2024-12-02T16:02:05.743Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-12-02T16:02:05.818Z | Compiling hashbrown v0.15.0 |
419 | 2024-12-02T16:02:06.016Z | Compiling errno v0.3.9 |
420 | 2024-12-02T16:02:06.040Z | Compiling equivalent v1.0.1 |
421 | 2024-12-02T16:02:06.161Z | Compiling syn v2.0.87 |
422 | 2024-12-02T16:02:06.317Z | Compiling plain v0.2.3 |
423 | 2024-12-02T16:02:06.345Z | Compiling log v0.4.22 |
424 | 2024-12-02T16:02:06.414Z | Compiling camino v1.1.9 |
425 | 2024-12-02T16:02:06.479Z | Compiling utf8parse v0.2.2 |
426 | 2024-12-02T16:02:06.597Z | Compiling thread-id v4.2.2 |
427 | 2024-12-02T16:02:06.646Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-12-02T16:02:06.979Z | Compiling indexmap v2.6.0 |
429 | 2024-12-02T16:02:07.055Z | Compiling unicode-width v0.1.14 |
430 | 2024-12-02T16:02:07.152Z | Compiling anstyle v1.0.10 |
431 | 2024-12-02T16:02:07.224Z | Compiling pretty-hex v0.4.1 |
432 | 2024-12-02T16:02:07.430Z | Compiling winnow v0.6.20 |
433 | 2024-12-02T16:02:07.509Z | Compiling semver v1.0.23 |
434 | 2024-12-02T16:02:07.546Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-12-02T16:02:07.618Z | Compiling colorchoice v1.0.2 |
436 | 2024-12-02T16:02:07.678Z | Compiling anstyle-query v1.1.1 |
437 | 2024-12-02T16:02:07.791Z | Compiling autocfg v1.4.0 |
438 | 2024-12-02T16:02:07.844Z | Compiling anstream v0.6.15 |
439 | 2024-12-02T16:02:08.347Z | Compiling strsim v0.11.1 |
440 | 2024-12-02T16:02:08.391Z | Compiling terminal_size v0.4.0 |
441 | 2024-12-02T16:02:08.611Z | Compiling anyhow v1.0.93 |
442 | 2024-12-02T16:02:08.675Z | Compiling fnv v1.0.7 |
443 | 2024-12-02T16:02:08.824Z | Compiling bytecount v0.6.8 |
444 | 2024-12-02T16:02:09.007Z | Compiling fs-err v2.11.0 |
445 | 2024-12-02T16:02:09.059Z | Compiling fastrand v2.1.1 |
446 | 2024-12-02T16:02:09.292Z | Compiling heck v0.5.0 |
447 | 2024-12-02T16:02:09.316Z | Compiling clap_lex v0.7.2 |
448 | 2024-12-02T16:02:09.383Z | Compiling heck v0.4.1 |
449 | 2024-12-02T16:02:09.652Z | Compiling cfg-if v1.0.0 |
450 | 2024-12-02T16:02:09.757Z | Compiling tempfile v3.13.0 |
451 | 2024-12-02T16:02:09.831Z | Compiling clap_builder v4.5.21 |
452 | 2024-12-02T16:02:10.039Z | Compiling papergrid v0.11.0 |
453 | 2024-12-02T16:02:10.233Z | Compiling memmap v0.7.0 |
454 | 2024-12-02T16:02:10.323Z | Compiling smawk v0.3.2 |
455 | 2024-12-02T16:02:10.544Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-12-02T16:02:11.043Z | Compiling textwrap v0.16.1 |
457 | 2024-12-02T16:02:11.224Z | Compiling swrite v0.1.0 |
458 | 2024-12-02T16:02:12.364Z | Compiling tabled_derive v0.7.0 |
459 | 2024-12-02T16:02:13.907Z | Compiling tabled v0.15.0 |
460 | 2024-12-02T16:02:15.465Z | Compiling serde_derive v1.0.215 |
461 | 2024-12-02T16:02:15.468Z | Compiling thiserror-impl v1.0.69 |
462 | 2024-12-02T16:02:15.468Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-12-02T16:02:15.468Z | Compiling scroll_derive v0.12.0 |
464 | 2024-12-02T16:02:15.468Z | Compiling clap_derive v4.5.18 |
465 | 2024-12-02T16:02:16.697Z | Compiling scroll v0.12.0 |
466 | 2024-12-02T16:02:17.271Z | Compiling goblin v0.8.2 |
467 | 2024-12-02T16:02:17.350Z | Compiling zerocopy v0.7.35 |
468 | 2024-12-02T16:02:17.976Z | Compiling pest v2.7.14 |
469 | 2024-12-02T16:02:19.226Z | Compiling clap v4.5.21 |
470 | 2024-12-02T16:02:20.281Z | Compiling pest_meta v2.7.14 |
471 | 2024-12-02T16:02:21.118Z | Compiling pest_generator v2.7.14 |
472 | 2024-12-02T16:02:22.915Z | Compiling pest_derive v2.7.14 |
473 | 2024-12-02T16:02:23.530Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-12-02T16:02:25.719Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-12-02T16:02:25.814Z | Compiling toml_datetime v0.6.8 |
476 | 2024-12-02T16:02:25.814Z | Compiling serde_spanned v0.6.8 |
477 | 2024-12-02T16:02:26.077Z | Compiling cargo-platform v0.1.8 |
478 | 2024-12-02T16:02:26.159Z | Compiling macaddr v1.0.1 |
479 | 2024-12-02T16:02:26.323Z | Compiling toml_edit v0.22.22 |
480 | 2024-12-02T16:02:26.615Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-12-02T16:02:27.203Z | Compiling dof v0.3.0 |
482 | 2024-12-02T16:02:27.306Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-12-02T16:02:28.984Z | Compiling usdt-attr-macro v0.5.0 |
484 | 2024-12-02T16:02:28.984Z | Compiling usdt-macro v0.5.0 |
485 | 2024-12-02T16:02:29.168Z | Compiling toml v0.8.19 |
486 | 2024-12-02T16:02:30.009Z | Compiling cargo_toml v0.20.5 |
487 | 2024-12-02T16:02:30.328Z | Compiling usdt v0.5.0 |
488 | 2024-12-02T16:02:33.484Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-12-02T16:02:37.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.07s |
490 | 2024-12-02T16:02:37.932Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-12-02T16:02:38.450Z | Downloading crates ... |
492 | 2024-12-02T16:02:38.657Z | Downloaded aes v0.8.4 |
493 | 2024-12-02T16:02:38.661Z | Downloaded heck v0.3.3 |
494 | 2024-12-02T16:02:38.664Z | Downloaded addr2line v0.24.2 |
495 | 2024-12-02T16:02:38.667Z | Downloaded aead v0.5.2 |
496 | 2024-12-02T16:02:38.667Z | Downloaded adler2 v2.0.0 |
497 | 2024-12-02T16:02:38.672Z | Downloaded assert_matches v1.5.0 |
498 | 2024-12-02T16:02:38.675Z | Downloaded arrayvec v0.7.6 |
499 | 2024-12-02T16:02:38.677Z | Downloaded arrayref v0.3.9 |
500 | 2024-12-02T16:02:38.679Z | Downloaded arc-swap v1.7.1 |
501 | 2024-12-02T16:02:38.682Z | Downloaded heapless v0.7.17 |
502 | 2024-12-02T16:02:38.685Z | Downloaded hex v0.4.3 |
503 | 2024-12-02T16:02:38.688Z | Downloaded async-stream-impl v0.3.6 |
504 | 2024-12-02T16:02:38.690Z | Downloaded hex-literal v0.4.1 |
505 | 2024-12-02T16:02:38.690Z | Downloaded heapless v0.8.0 |
506 | 2024-12-02T16:02:38.694Z | Downloaded darling v0.20.10 |
507 | 2024-12-02T16:02:38.698Z | Downloaded icu_properties v1.5.1 |
508 | 2024-12-02T16:02:38.701Z | Downloaded ident_case v1.0.1 |
509 | 2024-12-02T16:02:38.705Z | Downloaded http-range v0.1.5 |
510 | 2024-12-02T16:02:38.705Z | Downloaded async-trait v0.1.83 |
511 | 2024-12-02T16:02:38.708Z | Downloaded indent_write v2.2.0 |
512 | 2024-12-02T16:02:38.710Z | Downloaded hyper-staticfile v0.10.1 |
513 | 2024-12-02T16:02:38.712Z | Downloaded bit-set v0.5.3 |
514 | 2024-12-02T16:02:38.714Z | Downloaded base16ct v0.2.0 |
515 | 2024-12-02T16:02:38.714Z | Downloaded atty v0.2.14 |
516 | 2024-12-02T16:02:38.716Z | Downloaded argon2 v0.5.3 |
517 | 2024-12-02T16:02:38.718Z | Downloaded hmac v0.12.1 |
518 | 2024-12-02T16:02:38.721Z | Downloaded bitfield-struct v0.6.2 |
519 | 2024-12-02T16:02:38.721Z | Downloaded bb8 v0.8.5 |
520 | 2024-12-02T16:02:38.723Z | Downloaded base64ct v1.6.0 |
521 | 2024-12-02T16:02:38.725Z | Downloaded bitflags v1.3.2 |
522 | 2024-12-02T16:02:38.728Z | Downloaded atomic-waker v1.1.2 |
523 | 2024-12-02T16:02:38.730Z | Downloaded headers-core v0.3.0 |
524 | 2024-12-02T16:02:38.730Z | Downloaded bit-vec v0.6.3 |
525 | 2024-12-02T16:02:38.730Z | Downloaded async-stream v0.3.6 |
526 | 2024-12-02T16:02:38.733Z | Downloaded idna v0.5.0 |
527 | 2024-12-02T16:02:38.740Z | Downloaded icu_locid v1.5.0 |
528 | 2024-12-02T16:02:38.745Z | Downloaded icu_normalizer v1.5.0 |
529 | 2024-12-02T16:02:38.749Z | Downloaded impl-trait-for-tuples v0.2.2 |
530 | 2024-12-02T16:02:38.752Z | Downloaded inout v0.1.3 |
531 | 2024-12-02T16:02:38.754Z | Downloaded bcrypt-pbkdf v0.10.0 |
532 | 2024-12-02T16:02:38.757Z | Downloaded bcs v0.1.6 |
533 | 2024-12-02T16:02:38.759Z | Downloaded backoff v0.4.0 |
534 | 2024-12-02T16:02:38.761Z | Downloaded icu_provider_macros v1.5.0 |
535 | 2024-12-02T16:02:38.761Z | Downloaded iana-time-zone v0.1.61 |
536 | 2024-12-02T16:02:38.764Z | Downloaded hubpack v0.1.2 |
537 | 2024-12-02T16:02:38.767Z | Downloaded cfg_aliases v0.1.1 |
538 | 2024-12-02T16:02:38.767Z | Downloaded block-padding v0.3.3 |
539 | 2024-12-02T16:02:38.769Z | Downloaded base64 v0.22.1 |
540 | 2024-12-02T16:02:38.772Z | Downloaded instant v0.1.13 |
541 | 2024-12-02T16:02:38.774Z | Downloaded async-bb8-diesel v0.2.1 |
542 | 2024-12-02T16:02:38.777Z | Downloaded hubpack_derive v0.1.1 |
543 | 2024-12-02T16:02:38.777Z | Downloaded is_ci v1.2.0 |
544 | 2024-12-02T16:02:38.779Z | Downloaded httpdate v1.0.3 |
545 | 2024-12-02T16:02:38.782Z | Downloaded http-body v1.0.1 |
546 | 2024-12-02T16:02:38.782Z | Downloaded internet-checksum v0.2.1 |
547 | 2024-12-02T16:02:38.784Z | Downloaded crucible-workspace-hack v0.1.0 |
548 | 2024-12-02T16:02:38.784Z | Downloaded indoc v1.0.9 |
549 | 2024-12-02T16:02:38.786Z | Downloaded hyper-tls v0.6.0 |
550 | 2024-12-02T16:02:38.788Z | Downloaded home v0.5.9 |
551 | 2024-12-02T16:02:38.788Z | Downloaded cstr-argument v0.1.2 |
552 | 2024-12-02T16:02:38.790Z | Downloaded http-body-util v0.1.2 |
553 | 2024-12-02T16:02:38.793Z | Downloaded cexpr v0.6.0 |
554 | 2024-12-02T16:02:38.795Z | Downloaded castaway v0.2.3 |
555 | 2024-12-02T16:02:38.795Z | Downloaded highway v1.2.0 |
556 | 2024-12-02T16:02:38.797Z | Downloaded const_format_proc_macros v0.2.33 |
557 | 2024-12-02T16:02:38.800Z | Downloaded icu_locid_transform v1.5.0 |
558 | 2024-12-02T16:02:38.803Z | Downloaded allocator-api2 v0.2.18 |
559 | 2024-12-02T16:02:38.806Z | Downloaded match_cfg v0.1.0 |
560 | 2024-12-02T16:02:38.809Z | Downloaded convert_case v0.4.0 |
561 | 2024-12-02T16:02:38.809Z | Downloaded base64 v0.21.7 |
562 | 2024-12-02T16:02:38.812Z | Downloaded russh-cryptovec v0.7.3 |
563 | 2024-12-02T16:02:38.815Z | Downloaded md5 v0.7.0 |
564 | 2024-12-02T16:02:38.815Z | Downloaded matches v0.1.10 |
565 | 2024-12-02T16:02:38.815Z | Downloaded colored v2.1.0 |
566 | 2024-12-02T16:02:38.818Z | Downloaded sigpipe v0.1.3 |
567 | 2024-12-02T16:02:38.820Z | Downloaded buf-list v1.0.3 |
568 | 2024-12-02T16:02:38.823Z | Downloaded is-terminal v0.4.13 |
569 | 2024-12-02T16:02:38.823Z | Downloaded keccak v0.1.5 |
570 | 2024-12-02T16:02:38.826Z | Downloaded hostname v0.4.0 |
571 | 2024-12-02T16:02:38.826Z | Downloaded crunchy v0.2.2 |
572 | 2024-12-02T16:02:38.828Z | Downloaded idna_adapter v1.2.0 |
573 | 2024-12-02T16:02:38.828Z | Downloaded cobs v0.2.3 |
574 | 2024-12-02T16:02:38.830Z | Downloaded ciborium-ll v0.2.2 |
575 | 2024-12-02T16:02:38.833Z | Downloaded chacha20 v0.9.1 |
576 | 2024-12-02T16:02:38.833Z | Downloaded hickory-client v0.24.1 |
577 | 2024-12-02T16:02:38.836Z | Downloaded rpassword v7.3.1 |
578 | 2024-12-02T16:02:38.838Z | Downloaded crc v3.2.1 |
579 | 2024-12-02T16:02:38.840Z | Downloaded ciborium-io v0.2.2 |
580 | 2024-12-02T16:02:38.842Z | Downloaded progenitor-client v0.8.0 |
581 | 2024-12-02T16:02:38.842Z | Downloaded constant_time_eq v0.3.1 |
582 | 2024-12-02T16:02:38.844Z | Downloaded cipher v0.4.4 |
583 | 2024-12-02T16:02:38.846Z | Downloaded lalrpop-util v0.19.12 |
584 | 2024-12-02T16:02:38.848Z | Downloaded crossbeam-deque v0.8.5 |
585 | 2024-12-02T16:02:38.848Z | Downloaded linked-hash-map v0.5.6 |
586 | 2024-12-02T16:02:38.850Z | Downloaded instability v0.3.2 |
587 | 2024-12-02T16:02:38.853Z | Downloaded crc-catalog v2.4.0 |
588 | 2024-12-02T16:02:38.853Z | Downloaded chrono-tz-build v0.4.0 |
589 | 2024-12-02T16:02:38.855Z | Downloaded lru v0.12.5 |
590 | 2024-12-02T16:02:38.855Z | Downloaded thiserror-impl-no-std v2.0.2 |
591 | 2024-12-02T16:02:38.858Z | Downloaded backtrace v0.3.74 |
592 | 2024-12-02T16:02:38.861Z | Downloaded tower-service v0.3.3 |
593 | 2024-12-02T16:02:38.864Z | Downloaded maplit v1.0.2 |
594 | 2024-12-02T16:02:38.864Z | Downloaded blake2 v0.10.6 |
595 | 2024-12-02T16:02:38.867Z | Downloaded memoffset v0.9.1 |
596 | 2024-12-02T16:02:38.869Z | Downloaded libsw v3.3.1 |
597 | 2024-12-02T16:02:38.872Z | Downloaded ahash v0.8.11 |
598 | 2024-12-02T16:02:38.875Z | Downloaded lazycell v1.3.0 |
599 | 2024-12-02T16:02:38.875Z | Downloaded quinn-udp v0.5.5 |
600 | 2024-12-02T16:02:38.877Z | Downloaded mime v0.3.17 |
601 | 2024-12-02T16:02:38.877Z | Downloaded lru-cache v0.1.2 |
602 | 2024-12-02T16:02:38.881Z | Downloaded lockfree-object-pool v0.1.6 |
603 | 2024-12-02T16:02:38.883Z | Downloaded maybe-uninit v2.0.0 |
604 | 2024-12-02T16:02:38.883Z | Downloaded managed v0.8.0 |
605 | 2024-12-02T16:02:38.885Z | Downloaded same-file v1.0.6 |
606 | 2024-12-02T16:02:38.887Z | Downloaded hyper-rustls v0.27.3 |
607 | 2024-12-02T16:02:38.887Z | Downloaded httparse v1.9.5 |
608 | 2024-12-02T16:02:38.890Z | Downloaded sqlformat v0.2.6 |
609 | 2024-12-02T16:02:38.893Z | Downloaded thiserror-no-std v2.0.2 |
610 | 2024-12-02T16:02:38.896Z | Downloaded thread_local v1.1.8 |
611 | 2024-12-02T16:02:38.899Z | Downloaded foreign-types-macros v0.2.3 |
612 | 2024-12-02T16:02:38.902Z | Downloaded cancel-safe-futures v0.1.5 |
613 | 2024-12-02T16:02:38.904Z | Downloaded rustls-pemfile v1.0.4 |
614 | 2024-12-02T16:02:38.906Z | Downloaded ipnetwork v0.20.0 |
615 | 2024-12-02T16:02:38.909Z | Downloaded slab v0.4.9 |
616 | 2024-12-02T16:02:38.911Z | Downloaded console v0.15.8 |
617 | 2024-12-02T16:02:38.913Z | Downloaded mime_guess v2.0.5 |
618 | 2024-12-02T16:02:38.916Z | Downloaded litemap v0.7.3 |
619 | 2024-12-02T16:02:38.918Z | Downloaded hyper-util v0.1.10 |
620 | 2024-12-02T16:02:38.922Z | Downloaded string_cache v0.8.7 |
621 | 2024-12-02T16:02:38.924Z | Downloaded unarray v0.1.4 |
622 | 2024-12-02T16:02:38.926Z | Downloaded typify-macro v0.2.0 |
623 | 2024-12-02T16:02:38.928Z | Downloaded csv-core v0.1.11 |
624 | 2024-12-02T16:02:38.930Z | Downloaded opaque-debug v0.3.1 |
625 | 2024-12-02T16:02:38.930Z | Downloaded clang-sys v1.8.1 |
626 | 2024-12-02T16:02:38.933Z | Downloaded memmap2 v0.9.5 |
627 | 2024-12-02T16:02:38.935Z | Downloaded ipnet v2.10.1 |
628 | 2024-12-02T16:02:38.937Z | Downloaded path-slash v0.1.5 |
629 | 2024-12-02T16:02:38.940Z | Downloaded zerovec-derive v0.10.3 |
630 | 2024-12-02T16:02:38.940Z | Downloaded defmt-macros v0.3.9 |
631 | 2024-12-02T16:02:38.943Z | Downloaded whoami v1.5.2 |
632 | 2024-12-02T16:02:38.945Z | Downloaded base64 v0.13.1 |
633 | 2024-12-02T16:02:38.949Z | Downloaded xz2 v0.1.7 |
634 | 2024-12-02T16:02:38.951Z | Downloaded xattr v1.3.1 |
635 | 2024-12-02T16:02:38.954Z | Downloaded libloading v0.8.5 |
636 | 2024-12-02T16:02:38.956Z | Downloaded phf_generator v0.11.2 |
637 | 2024-12-02T16:02:38.958Z | Downloaded lazy_static v1.5.0 |
638 | 2024-12-02T16:02:38.959Z | Downloaded icu_provider v1.5.0 |
639 | 2024-12-02T16:02:38.962Z | Downloaded flagset v0.4.6 |
640 | 2024-12-02T16:02:38.964Z | Downloaded debug-ignore v1.0.5 |
641 | 2024-12-02T16:02:38.967Z | Downloaded rustc_version v0.4.1 |
642 | 2024-12-02T16:02:38.969Z | Downloaded fixedbitset v0.4.2 |
643 | 2024-12-02T16:02:38.969Z | Downloaded fallible-iterator v0.3.0 |
644 | 2024-12-02T16:02:38.971Z | Downloaded data-encoding v2.6.0 |
645 | 2024-12-02T16:02:38.973Z | Downloaded glob v0.3.1 |
646 | 2024-12-02T16:02:38.973Z | Downloaded strum_macros v0.26.4 |
647 | 2024-12-02T16:02:38.976Z | Downloaded rustls-pemfile v2.2.0 |
648 | 2024-12-02T16:02:38.979Z | Downloaded cookie v0.18.1 |
649 | 2024-12-02T16:02:38.982Z | Downloaded crossbeam-epoch v0.9.18 |
650 | 2024-12-02T16:02:38.985Z | Downloaded crossbeam-utils v0.8.20 |
651 | 2024-12-02T16:02:38.988Z | Downloaded crc-any v2.5.0 |
652 | 2024-12-02T16:02:38.991Z | Downloaded newtype-uuid v1.1.3 |
653 | 2024-12-02T16:02:38.993Z | Downloaded const-oid v0.9.6 |
654 | 2024-12-02T16:02:39.006Z | Downloaded nodrop v0.1.14 |
655 | 2024-12-02T16:02:39.008Z | Downloaded multimap v0.10.0 |
656 | 2024-12-02T16:02:39.009Z | Downloaded hash32 v0.3.1 |
657 | 2024-12-02T16:02:39.011Z | Downloaded write16 v1.0.0 |
658 | 2024-12-02T16:02:39.011Z | Downloaded vte_generate_state_changes v0.1.2 |
659 | 2024-12-02T16:02:39.013Z | Downloaded pbkdf2 v0.12.2 |
660 | 2024-12-02T16:02:39.013Z | Downloaded hash32 v0.2.1 |
661 | 2024-12-02T16:02:39.015Z | Downloaded vsss-rs v3.3.4 |
662 | 2024-12-02T16:02:39.018Z | Downloaded unicase v2.7.0 |
663 | 2024-12-02T16:02:39.020Z | Downloaded packed_struct v0.10.1 |
664 | 2024-12-02T16:02:39.022Z | Downloaded yasna v0.5.2 |
665 | 2024-12-02T16:02:39.024Z | Downloaded indexmap v1.9.3 |
666 | 2024-12-02T16:02:39.028Z | Downloaded foreign-types-shared v0.1.1 |
667 | 2024-12-02T16:02:39.030Z | Downloaded foreign-types v0.5.0 |
668 | 2024-12-02T16:02:39.030Z | Downloaded difflib v0.4.0 |
669 | 2024-12-02T16:02:39.033Z | Downloaded aws-lc-rs v1.10.0 |
670 | 2024-12-02T16:02:39.041Z | Downloaded endian-type v0.1.2 |
671 | 2024-12-02T16:02:39.043Z | Downloaded semver v0.1.20 |
672 | 2024-12-02T16:02:39.046Z | Downloaded futures-channel v0.3.31 |
673 | 2024-12-02T16:02:39.055Z | Downloaded tokio-stream v0.1.16 |
674 | 2024-12-02T16:02:39.055Z | Downloaded foreign-types-shared v0.3.1 |
675 | 2024-12-02T16:02:39.055Z | Downloaded chacha20poly1305 v0.10.1 |
676 | 2024-12-02T16:02:39.055Z | Downloaded number_prefix v0.4.0 |
677 | 2024-12-02T16:02:39.065Z | Downloaded ecdsa v0.16.9 |
678 | 2024-12-02T16:02:39.065Z | Downloaded subprocess v0.2.9 |
679 | 2024-12-02T16:02:39.065Z | Downloaded stable_deref_trait v1.2.0 |
680 | 2024-12-02T16:02:39.065Z | Downloaded ssh-encoding v0.2.0 |
681 | 2024-12-02T16:02:39.065Z | Downloaded spin v0.5.2 |
682 | 2024-12-02T16:02:39.065Z | Downloaded bumpalo v3.16.0 |
683 | 2024-12-02T16:02:39.071Z | Downloaded signal-hook-registry v1.4.2 |
684 | 2024-12-02T16:02:39.071Z | Downloaded tokio-native-tls v0.3.1 |
685 | 2024-12-02T16:02:39.074Z | Downloaded termcolor v1.4.1 |
686 | 2024-12-02T16:02:39.074Z | Downloaded wyz v0.5.1 |
687 | 2024-12-02T16:02:39.076Z | Downloaded prettyplease v0.2.25 |
688 | 2024-12-02T16:02:39.078Z | Downloaded embedded-io v0.6.1 |
689 | 2024-12-02T16:02:39.080Z | Downloaded phf_shared v0.10.0 |
690 | 2024-12-02T16:02:39.080Z | Downloaded universal-hash v0.5.1 |
691 | 2024-12-02T16:02:39.082Z | Downloaded num-complex v0.4.6 |
692 | 2024-12-02T16:02:39.085Z | Downloaded deranged v0.3.11 |
693 | 2024-12-02T16:02:39.087Z | Downloaded vte v0.11.1 |
694 | 2024-12-02T16:02:39.090Z | Downloaded postgres-types v0.2.8 |
695 | 2024-12-02T16:02:39.092Z | Downloaded pbkdf2 v0.11.0 |
696 | 2024-12-02T16:02:39.095Z | Downloaded postcard v1.0.10 |
697 | 2024-12-02T16:02:39.097Z | Downloaded poly1305 v0.8.0 |
698 | 2024-12-02T16:02:39.099Z | Downloaded diff v0.1.13 |
699 | 2024-12-02T16:02:39.102Z | Downloaded strum v0.26.3 |
700 | 2024-12-02T16:02:39.104Z | Downloaded hickory-resolver v0.24.1 |
701 | 2024-12-02T16:02:39.107Z | Downloaded float-cmp v0.9.0 |
702 | 2024-12-02T16:02:39.109Z | Downloaded fragile v2.0.0 |
703 | 2024-12-02T16:02:39.112Z | Downloaded futures v0.3.31 |
704 | 2024-12-02T16:02:39.116Z | Downloaded serde_with_macros v3.11.0 |
705 | 2024-12-02T16:02:39.119Z | Downloaded ena v0.14.3 |
706 | 2024-12-02T16:02:39.121Z | Downloaded crypto-bigint v0.5.5 |
707 | 2024-12-02T16:02:39.127Z | Downloaded packed_struct_codegen v0.10.1 |
708 | 2024-12-02T16:02:39.130Z | Downloaded waitgroup v0.1.2 |
709 | 2024-12-02T16:02:39.132Z | Downloaded quick-error v1.2.3 |
710 | 2024-12-02T16:02:39.132Z | Downloaded unicode-bidi v0.3.17 |
711 | 2024-12-02T16:02:39.134Z | Downloaded phf_codegen v0.11.2 |
712 | 2024-12-02T16:02:39.137Z | Downloaded tokio-rustls v0.24.1 |
713 | 2024-12-02T16:02:39.139Z | Downloaded downcast v0.11.0 |
714 | 2024-12-02T16:02:39.139Z | Downloaded zone_cfg_derive v0.3.0 |
715 | 2024-12-02T16:02:39.142Z | Downloaded termios v0.3.3 |
716 | 2024-12-02T16:02:39.142Z | Downloaded zone_cfg_derive v0.1.2 |
717 | 2024-12-02T16:02:39.144Z | Downloaded wait-timeout v0.2.0 |
718 | 2024-12-02T16:02:39.146Z | Downloaded dhcproto-macros v0.1.0 |
719 | 2024-12-02T16:02:39.146Z | Downloaded phf v0.11.2 |
720 | 2024-12-02T16:02:39.148Z | Downloaded publicsuffix v2.2.3 |
721 | 2024-12-02T16:02:39.151Z | Downloaded phf_shared v0.11.2 |
722 | 2024-12-02T16:02:39.151Z | Downloaded term v0.7.0 |
723 | 2024-12-02T16:02:39.154Z | Downloaded rand_xorshift v0.3.0 |
724 | 2024-12-02T16:02:39.156Z | Downloaded zip v0.6.6 |
725 | 2024-12-02T16:02:39.160Z | Downloaded indicatif v0.17.9 |
726 | 2024-12-02T16:02:39.164Z | Downloaded omicron-zone-package v0.11.1 |
727 | 2024-12-02T16:02:39.168Z | Downloaded oso-derive v0.27.3 |
728 | 2024-12-02T16:02:39.170Z | Downloaded smf v0.2.3 |
729 | 2024-12-02T16:02:39.170Z | Downloaded smallvec v0.6.14 |
730 | 2024-12-02T16:02:39.173Z | Downloaded slog-async v2.8.0 |
731 | 2024-12-02T16:02:39.173Z | Downloaded serde_urlencoded v0.7.1 |
732 | 2024-12-02T16:02:39.176Z | Downloaded multer v3.1.0 |
733 | 2024-12-02T16:02:39.178Z | Downloaded minimal-lexical v0.2.1 |
734 | 2024-12-02T16:02:39.182Z | Downloaded parse-size v1.1.0 |
735 | 2024-12-02T16:02:39.185Z | Downloaded tap v1.0.1 |
736 | 2024-12-02T16:02:39.187Z | Downloaded tiny-keccak v2.0.2 |
737 | 2024-12-02T16:02:39.189Z | Downloaded structmeta-derive v0.3.0 |
738 | 2024-12-02T16:02:39.190Z | Downloaded password-hash v0.4.2 |
739 | 2024-12-02T16:02:39.193Z | Downloaded nu-ansi-term v0.50.1 |
740 | 2024-12-02T16:02:39.195Z | Downloaded tokio-macros v2.4.0 |
741 | 2024-12-02T16:02:39.195Z | Downloaded pem v3.0.4 |
742 | 2024-12-02T16:02:39.198Z | Downloaded tracing v0.1.40 |
743 | 2024-12-02T16:02:39.202Z | Downloaded writeable v0.5.5 |
744 | 2024-12-02T16:02:39.204Z | Downloaded walkdir v2.5.0 |
745 | 2024-12-02T16:02:39.206Z | Downloaded slog v2.7.0 |
746 | 2024-12-02T16:02:39.209Z | Downloaded sync_wrapper v1.0.1 |
747 | 2024-12-02T16:02:39.211Z | Downloaded derive_builder v0.20.2 |
748 | 2024-12-02T16:02:39.215Z | Downloaded want v0.3.1 |
749 | 2024-12-02T16:02:39.217Z | Downloaded filetime v0.2.25 |
750 | 2024-12-02T16:02:39.220Z | Downloaded ff v0.13.0 |
751 | 2024-12-02T16:02:39.220Z | Downloaded fallible-iterator v0.2.0 |
752 | 2024-12-02T16:02:39.222Z | Downloaded ed25519-dalek v2.1.1 |
753 | 2024-12-02T16:02:39.225Z | Downloaded sync-ptr v0.1.1 |
754 | 2024-12-02T16:02:39.227Z | Downloaded display-error-chain v0.2.2 |
755 | 2024-12-02T16:02:39.227Z | Downloaded toolchain_find v0.4.0 |
756 | 2024-12-02T16:02:39.233Z | Downloaded derive-where v1.2.7 |
757 | 2024-12-02T16:02:39.236Z | Downloaded half v2.4.1 |
758 | 2024-12-02T16:02:39.236Z | Downloaded unsafe-libyaml v0.2.11 |
759 | 2024-12-02T16:02:39.239Z | Downloaded openssl-probe v0.1.5 |
760 | 2024-12-02T16:02:39.241Z | Downloaded openssl-macros v0.1.1 |
761 | 2024-12-02T16:02:39.241Z | Downloaded derive_builder_macro v0.20.2 |
762 | 2024-12-02T16:02:39.244Z | Downloaded float-ord v0.3.2 |
763 | 2024-12-02T16:02:39.244Z | Downloaded smallvec v1.13.2 |
764 | 2024-12-02T16:02:39.246Z | Downloaded fallible-streaming-iterator v0.1.9 |
765 | 2024-12-02T16:02:39.249Z | Downloaded pretty-hex v0.2.1 |
766 | 2024-12-02T16:02:39.249Z | Downloaded num-integer v0.1.46 |
767 | 2024-12-02T16:02:39.251Z | Downloaded parse-display-derive v0.10.0 |
768 | 2024-12-02T16:02:39.253Z | Downloaded parse-display v0.10.0 |
769 | 2024-12-02T16:02:39.253Z | Downloaded num-derive v0.4.2 |
770 | 2024-12-02T16:02:39.255Z | Downloaded idna v1.0.3 |
771 | 2024-12-02T16:02:39.259Z | Downloaded crossbeam-channel v0.5.13 |
772 | 2024-12-02T16:02:39.264Z | Downloaded mockall_derive v0.13.0 |
773 | 2024-12-02T16:02:39.266Z | Downloaded rfc6979 v0.4.0 |
774 | 2024-12-02T16:02:39.269Z | Downloaded pin-utils v0.1.0 |
775 | 2024-12-02T16:02:39.269Z | Downloaded tungstenite v0.24.0 |
776 | 2024-12-02T16:02:39.272Z | Downloaded tungstenite v0.23.0 |
777 | 2024-12-02T16:02:39.276Z | Downloaded tokio-tungstenite v0.23.1 |
778 | 2024-12-02T16:02:39.279Z | Downloaded shell-words v1.1.0 |
779 | 2024-12-02T16:02:39.281Z | Downloaded tokio-tungstenite v0.21.0 |
780 | 2024-12-02T16:02:39.283Z | Downloaded tokio-rustls v0.26.0 |
781 | 2024-12-02T16:02:39.285Z | Downloaded unicode-truncate v1.1.0 |
782 | 2024-12-02T16:02:39.287Z | Downloaded tokio-rustls v0.25.0 |
783 | 2024-12-02T16:02:39.289Z | Downloaded pin-project v1.1.6 |
784 | 2024-12-02T16:02:39.300Z | Downloaded tinyvec_macros v0.1.1 |
785 | 2024-12-02T16:02:39.303Z | Downloaded enum-as-inner v0.5.1 |
786 | 2024-12-02T16:02:39.305Z | Downloaded rustls-pki-types v1.9.0 |
787 | 2024-12-02T16:02:39.308Z | Downloaded topological-sort v0.2.2 |
788 | 2024-12-02T16:02:39.308Z | Downloaded supports-color v3.0.1 |
789 | 2024-12-02T16:02:39.311Z | Downloaded subtle v2.6.1 |
790 | 2024-12-02T16:02:39.311Z | Downloaded displaydoc v0.2.5 |
791 | 2024-12-02T16:02:39.314Z | Downloaded peg-runtime v0.8.3 |
792 | 2024-12-02T16:02:39.316Z | Downloaded tokio-tungstenite v0.24.0 |
793 | 2024-12-02T16:02:39.318Z | Downloaded hyper v1.5.0 |
794 | 2024-12-02T16:02:39.324Z | Downloaded rand_core v0.6.4 |
795 | 2024-12-02T16:02:39.326Z | Downloaded primeorder v0.13.6 |
796 | 2024-12-02T16:02:39.329Z | Downloaded tokio-postgres v0.7.12 |
797 | 2024-12-02T16:02:39.333Z | Downloaded oso v0.27.3 |
798 | 2024-12-02T16:02:39.336Z | Downloaded sqlparser_derive v0.2.2 |
799 | 2024-12-02T16:02:39.339Z | Downloaded ref-cast v1.0.23 |
800 | 2024-12-02T16:02:39.341Z | Downloaded slog-json v2.6.1 |
801 | 2024-12-02T16:02:39.343Z | Downloaded stringprep v0.1.5 |
802 | 2024-12-02T16:02:39.345Z | Downloaded serde_repr v0.1.19 |
803 | 2024-12-02T16:02:39.348Z | Downloaded untrusted v0.7.1 |
804 | 2024-12-02T16:02:39.348Z | Downloaded unicode-xid v0.2.6 |
805 | 2024-12-02T16:02:39.350Z | Downloaded structmeta v0.2.0 |
806 | 2024-12-02T16:02:39.350Z | Downloaded strip-ansi-escapes v0.2.0 |
807 | 2024-12-02T16:02:39.352Z | Downloaded num-bigint v0.4.6 |
808 | 2024-12-02T16:02:39.357Z | Downloaded itertools v0.12.1 |
809 | 2024-12-02T16:02:39.364Z | Downloaded itertools v0.10.5 |
810 | 2024-12-02T16:02:39.371Z | Downloaded utf16_iter v1.0.5 |
811 | 2024-12-02T16:02:39.374Z | Downloaded futures-task v0.3.31 |
812 | 2024-12-02T16:02:39.374Z | Downloaded env_filter v0.1.2 |
813 | 2024-12-02T16:02:39.376Z | Downloaded mockall v0.13.0 |
814 | 2024-12-02T16:02:39.378Z | Downloaded derive_builder_core v0.20.2 |
815 | 2024-12-02T16:02:39.380Z | Downloaded signal-hook v0.3.17 |
816 | 2024-12-02T16:02:39.383Z | Downloaded newtype_derive v0.1.6 |
817 | 2024-12-02T16:02:39.385Z | Downloaded rand_chacha v0.3.1 |
818 | 2024-12-02T16:02:39.388Z | Downloaded predicates-tree v1.0.11 |
819 | 2024-12-02T16:02:39.388Z | Downloaded pkg-config v0.3.31 |
820 | 2024-12-02T16:02:39.392Z | Downloaded sct v0.7.1 |
821 | 2024-12-02T16:02:39.395Z | Downloaded num_enum_derive v0.5.11 |
822 | 2024-12-02T16:02:39.396Z | Downloaded zip v2.1.3 |
823 | 2024-12-02T16:02:39.400Z | Downloaded unicode-normalization v0.1.24 |
824 | 2024-12-02T16:02:39.405Z | Downloaded rtoolbox v0.0.2 |
825 | 2024-12-02T16:02:39.408Z | Downloaded r2d2 v0.8.10 |
826 | 2024-12-02T16:02:39.408Z | Downloaded ref-cast-impl v1.0.23 |
827 | 2024-12-02T16:02:39.411Z | Downloaded time v0.3.36 |
828 | 2024-12-02T16:02:39.416Z | Downloaded slog-envlogger v2.2.0 |
829 | 2024-12-02T16:02:39.418Z | Downloaded serde_plain v1.0.2 |
830 | 2024-12-02T16:02:39.420Z | Downloaded pkcs5 v0.7.1 |
831 | 2024-12-02T16:02:39.423Z | Downloaded darling_macro v0.20.10 |
832 | 2024-12-02T16:02:39.426Z | Downloaded tough v0.19.0 |
833 | 2024-12-02T16:02:39.433Z | Downloaded enum-as-inner v0.6.1 |
834 | 2024-12-02T16:02:39.435Z | Downloaded hashbrown v0.12.3 |
835 | 2024-12-02T16:02:39.440Z | Downloaded new_debug_unreachable v1.0.6 |
836 | 2024-12-02T16:02:39.442Z | Downloaded futures-macro v0.3.31 |
837 | 2024-12-02T16:02:39.444Z | Downloaded unicode_categories v0.1.1 |
838 | 2024-12-02T16:02:39.446Z | Downloaded zone v0.1.8 |
839 | 2024-12-02T16:02:39.446Z | Downloaded zerofrom-derive v0.1.4 |
840 | 2024-12-02T16:02:39.449Z | Downloaded der_derive v0.7.3 |
841 | 2024-12-02T16:02:39.451Z | Downloaded derive_more v0.99.18 |
842 | 2024-12-02T16:02:39.454Z | Downloaded rsa v0.9.6 |
843 | 2024-12-02T16:02:39.460Z | Downloaded foldhash v0.1.3 |
844 | 2024-12-02T16:02:39.462Z | Downloaded paste v1.0.15 |
845 | 2024-12-02T16:02:39.465Z | Downloaded futures-sink v0.3.31 |
846 | 2024-12-02T16:02:39.467Z | Downloaded ron v0.8.1 |
847 | 2024-12-02T16:02:39.472Z | Downloaded resolv-conf v0.7.0 |
848 | 2024-12-02T16:02:39.475Z | Downloaded futures-io v0.3.31 |
849 | 2024-12-02T16:02:39.475Z | Downloaded serde-big-array v0.5.1 |
850 | 2024-12-02T16:02:39.477Z | Downloaded slog-stdlog v4.1.1 |
851 | 2024-12-02T16:02:39.479Z | Downloaded untrusted v0.9.0 |
852 | 2024-12-02T16:02:39.481Z | Downloaded serde_path_to_error v0.1.16 |
853 | 2024-12-02T16:02:39.483Z | Downloaded num-bigint-dig v0.8.4 |
854 | 2024-12-02T16:02:39.488Z | Downloaded slog-scope v4.4.0 |
855 | 2024-12-02T16:02:39.490Z | Downloaded slog-dtrace v0.3.0 |
856 | 2024-12-02T16:02:39.493Z | Downloaded time-macros v0.2.18 |
857 | 2024-12-02T16:02:39.495Z | Downloaded itertools v0.13.0 |
858 | 2024-12-02T16:02:39.501Z | Downloaded fxhash v0.2.1 |
859 | 2024-12-02T16:02:39.504Z | Downloaded defmt-parser v0.3.4 |
860 | 2024-12-02T16:02:39.504Z | Downloaded tracing-attributes v0.1.27 |
861 | 2024-12-02T16:02:39.507Z | Downloaded unicode-properties v0.1.3 |
862 | 2024-12-02T16:02:39.509Z | Downloaded value-bag v1.9.0 |
863 | 2024-12-02T16:02:39.512Z | Downloaded zopfli v0.8.1 |
864 | 2024-12-02T16:02:39.515Z | Downloaded psl-types v2.0.11 |
865 | 2024-12-02T16:02:39.517Z | Downloaded diesel_table_macro_syntax v0.2.0 |
866 | 2024-12-02T16:02:39.517Z | Downloaded zeroize v1.8.1 |
867 | 2024-12-02T16:02:39.519Z | Downloaded yoke-derive v0.7.4 |
868 | 2024-12-02T16:02:39.519Z | Downloaded progenitor v0.8.0 |
869 | 2024-12-02T16:02:39.521Z | Downloaded schemars_derive v0.8.21 |
870 | 2024-12-02T16:02:39.523Z | Downloaded salsa20 v0.10.2 |
871 | 2024-12-02T16:02:39.527Z | Downloaded scrypt v0.11.0 |
872 | 2024-12-02T16:02:39.527Z | Downloaded scopeguard v1.2.0 |
873 | 2024-12-02T16:02:39.527Z | Downloaded olpc-cjson v0.1.4 |
874 | 2024-12-02T16:02:39.529Z | Downloaded utf8_iter v1.0.4 |
875 | 2024-12-02T16:02:39.529Z | Downloaded predicates-core v1.0.8 |
876 | 2024-12-02T16:02:39.531Z | Downloaded try-lock v0.2.5 |
877 | 2024-12-02T16:02:39.534Z | Downloaded aho-corasick v1.1.3 |
878 | 2024-12-02T16:02:39.538Z | Downloaded password-hash v0.5.0 |
879 | 2024-12-02T16:02:39.540Z | Downloaded num-iter v0.1.45 |
880 | 2024-12-02T16:02:39.543Z | Downloaded futures-executor v0.3.31 |
881 | 2024-12-02T16:02:39.545Z | Downloaded twox-hash v1.6.3 |
882 | 2024-12-02T16:02:39.546Z | Downloaded ssh-key v0.6.6 |
883 | 2024-12-02T16:02:39.552Z | Downloaded zerofrom v0.1.4 |
884 | 2024-12-02T16:02:39.555Z | Downloaded yoke v0.7.4 |
885 | 2024-12-02T16:02:39.557Z | Downloaded sec1 v0.7.3 |
886 | 2024-12-02T16:02:39.560Z | Downloaded snafu-derive v0.8.5 |
887 | 2024-12-02T16:02:39.560Z | Downloaded slog-term v2.9.1 |
888 | 2024-12-02T16:02:39.563Z | Downloaded russh v0.45.0 |
889 | 2024-12-02T16:02:39.568Z | Downloaded foreign-types v0.3.2 |
890 | 2024-12-02T16:02:39.570Z | Downloaded dsl_auto_type v0.1.2 |
891 | 2024-12-02T16:02:39.570Z | Downloaded slog-bunyan v2.5.0 |
892 | 2024-12-02T16:02:39.573Z | Downloaded dunce v1.0.5 |
893 | 2024-12-02T16:02:39.573Z | Downloaded tabwriter v1.4.0 |
894 | 2024-12-02T16:02:39.575Z | Downloaded structmeta-derive v0.2.0 |
895 | 2024-12-02T16:02:39.575Z | Downloaded structmeta v0.3.0 |
896 | 2024-12-02T16:02:39.578Z | Downloaded native-tls v0.2.12 |
897 | 2024-12-02T16:02:39.580Z | Downloaded percent-encoding v2.3.1 |
898 | 2024-12-02T16:02:39.580Z | Downloaded dyn-clone v1.0.17 |
899 | 2024-12-02T16:02:39.583Z | Downloaded rustc_version v0.1.7 |
900 | 2024-12-02T16:02:39.583Z | Downloaded pem-rfc7468 v0.7.0 |
901 | 2024-12-02T16:02:39.585Z | Downloaded take_mut v0.2.2 |
902 | 2024-12-02T16:02:39.585Z | Downloaded blake3 v1.5.4 |
903 | 2024-12-02T16:02:39.593Z | Downloaded which v4.4.2 |
904 | 2024-12-02T16:02:39.595Z | Downloaded time-core v0.1.2 |
905 | 2024-12-02T16:02:39.597Z | Downloaded precomputed-hash v0.1.1 |
906 | 2024-12-02T16:02:39.597Z | Downloaded parking_lot v0.11.2 |
907 | 2024-12-02T16:02:39.600Z | Downloaded normalize-line-endings v0.3.0 |
908 | 2024-12-02T16:02:39.600Z | Downloaded utf-8 v0.7.6 |
909 | 2024-12-02T16:02:39.602Z | Downloaded openssl-sys v0.9.103 |
910 | 2024-12-02T16:02:39.606Z | Downloaded ghash v0.5.1 |
911 | 2024-12-02T16:02:39.609Z | Downloaded futures-core v0.3.31 |
912 | 2024-12-02T16:02:39.611Z | Downloaded uzers v0.12.1 |
913 | 2024-12-02T16:02:39.613Z | Downloaded tui-tree-widget v0.22.0 |
914 | 2024-12-02T16:02:39.613Z | Downloaded quinn v0.11.5 |
915 | 2024-12-02T16:02:39.616Z | Downloaded zerovec v0.10.4 |
916 | 2024-12-02T16:02:39.622Z | Downloaded num-conv v0.1.0 |
917 | 2024-12-02T16:02:39.625Z | Downloaded socket2 v0.5.7 |
918 | 2024-12-02T16:02:39.627Z | Downloaded parking_lot_core v0.8.6 |
919 | 2024-12-02T16:02:39.630Z | Downloaded termtree v0.4.1 |
920 | 2024-12-02T16:02:39.630Z | Downloaded ssh-cipher v0.2.0 |
921 | 2024-12-02T16:02:39.632Z | Downloaded serde-hex v0.1.0 |
922 | 2024-12-02T16:02:39.634Z | Downloaded toml v0.7.8 |
923 | 2024-12-02T16:02:39.636Z | Downloaded toml_edit v0.19.15 |
924 | 2024-12-02T16:02:39.653Z | Downloaded peg-macros v0.8.4 |
925 | 2024-12-02T16:02:39.655Z | Downloaded getrandom v0.2.15 |
926 | 2024-12-02T16:02:39.658Z | Downloaded dhcproto v0.12.0 |
927 | 2024-12-02T16:02:39.665Z | Downloaded der v0.7.9 |
928 | 2024-12-02T16:02:39.670Z | Downloaded progenitor-macro v0.8.0 |
929 | 2024-12-02T16:02:39.670Z | Downloaded proc-macro-crate v1.3.1 |
930 | 2024-12-02T16:02:39.670Z | Downloaded rustc-hash v2.0.0 |
931 | 2024-12-02T16:02:39.670Z | Downloaded rustc-hash v1.1.0 |
932 | 2024-12-02T16:02:39.670Z | Downloaded ppv-lite86 v0.2.20 |
933 | 2024-12-02T16:02:39.673Z | Downloaded progenitor-impl v0.8.0 |
934 | 2024-12-02T16:02:39.675Z | Downloaded parking_lot v0.12.3 |
935 | 2024-12-02T16:02:39.678Z | Downloaded darling_core v0.20.10 |
936 | 2024-12-02T16:02:39.681Z | Downloaded predicates v3.1.2 |
937 | 2024-12-02T16:02:39.684Z | Downloaded p521 v0.13.3 |
938 | 2024-12-02T16:02:39.688Z | Downloaded tinystr v0.7.6 |
939 | 2024-12-02T16:02:39.690Z | Downloaded shlex v1.3.0 |
940 | 2024-12-02T16:02:39.692Z | Downloaded nibble_vec v0.1.0 |
941 | 2024-12-02T16:02:39.695Z | Downloaded peg v0.8.4 |
942 | 2024-12-02T16:02:39.697Z | Downloaded num-rational v0.4.2 |
943 | 2024-12-02T16:02:39.700Z | Downloaded env_logger v0.11.5 |
944 | 2024-12-02T16:02:39.702Z | Downloaded tokio-util v0.7.12 |
945 | 2024-12-02T16:02:39.708Z | Downloaded dropshot_endpoint v0.12.0 |
946 | 2024-12-02T16:02:39.711Z | Downloaded fs_extra v1.3.0 |
947 | 2024-12-02T16:02:39.713Z | Downloaded serde_derive_internals v0.29.1 |
948 | 2024-12-02T16:02:39.716Z | Downloaded rayon v1.10.0 |
949 | 2024-12-02T16:02:39.724Z | Downloaded rustc-demangle v0.1.24 |
950 | 2024-12-02T16:02:39.726Z | Downloaded tar v0.4.42 |
951 | 2024-12-02T16:02:39.729Z | Downloaded funty v2.0.0 |
952 | 2024-12-02T16:02:39.731Z | Downloaded flate2 v1.0.34 |
953 | 2024-12-02T16:02:39.735Z | Downloaded bitvec v1.0.1 |
954 | 2024-12-02T16:02:39.751Z | Downloaded env_logger v0.10.2 |
955 | 2024-12-02T16:02:39.753Z | Downloaded num-traits v0.2.19 |
956 | 2024-12-02T16:02:39.756Z | Downloaded unicode-segmentation v1.12.0 |
957 | 2024-12-02T16:02:39.760Z | Downloaded typed-path v0.9.3 |
958 | 2024-12-02T16:02:39.766Z | Downloaded zerocopy v0.6.6 |
959 | 2024-12-02T16:02:39.769Z | Downloaded hashbrown v0.14.5 |
960 | 2024-12-02T16:02:39.774Z | Downloaded p256 v0.13.2 |
961 | 2024-12-02T16:02:39.777Z | Downloaded x509-cert v0.2.5 |
962 | 2024-12-02T16:02:39.784Z | Downloaded elliptic-curve v0.13.8 |
963 | 2024-12-02T16:02:39.788Z | Downloaded tinyvec v1.8.0 |
964 | 2024-12-02T16:02:39.791Z | Downloaded tungstenite v0.21.0 |
965 | 2024-12-02T16:02:39.794Z | Downloaded zerocopy-derive v0.8.10 |
966 | 2024-12-02T16:02:39.800Z | Downloaded rustls-webpki v0.101.7 |
967 | 2024-12-02T16:02:39.815Z | Downloaded chrono v0.4.38 |
968 | 2024-12-02T16:02:39.822Z | Downloaded parse-zoneinfo v0.3.1 |
969 | 2024-12-02T16:02:39.826Z | Downloaded portable-atomic v1.9.0 |
970 | 2024-12-02T16:02:39.832Z | Downloaded lalrpop v0.19.12 |
971 | 2024-12-02T16:02:39.844Z | Downloaded idna v0.2.3 |
972 | 2024-12-02T16:02:39.851Z | Downloaded h2 v0.4.6 |
973 | 2024-12-02T16:02:39.857Z | Downloaded uuid v1.11.0 |
974 | 2024-12-02T16:02:39.861Z | Downloaded reedline v0.35.0 |
975 | 2024-12-02T16:02:39.868Z | Downloaded rustls-webpki v0.102.8 |
976 | 2024-12-02T16:02:39.886Z | Downloaded nom v7.1.3 |
977 | 2024-12-02T16:02:39.891Z | Downloaded mio v1.0.2 |
978 | 2024-12-02T16:02:39.897Z | Downloaded url v2.5.3 |
979 | 2024-12-02T16:02:39.901Z | Downloaded serde_with v3.11.0 |
980 | 2024-12-02T16:02:39.909Z | Downloaded idna v0.4.0 |
981 | 2024-12-02T16:02:39.916Z | Downloaded hashbrown v0.13.2 |
982 | 2024-12-02T16:02:39.921Z | Downloaded icu_properties_data v1.5.0 |
983 | 2024-12-02T16:02:39.932Z | Downloaded futures-util v0.3.31 |
984 | 2024-12-02T16:02:39.945Z | Downloaded rustyline v14.0.0 |
985 | 2024-12-02T16:02:39.949Z | Downloaded bindgen v0.69.5 |
986 | 2024-12-02T16:02:39.957Z | Downloaded proptest v1.5.0 |
987 | 2024-12-02T16:02:39.967Z | Downloaded curve25519-dalek v4.1.3 |
988 | 2024-12-02T16:02:39.976Z | Downloaded radix_trie v0.2.1 |
989 | 2024-12-02T16:02:39.982Z | Downloaded winnow v0.5.40 |
990 | 2024-12-02T16:02:39.991Z | Downloaded dropshot v0.12.0 |
991 | 2024-12-02T16:02:40.011Z | Downloaded reqwest v0.12.9 |
992 | 2024-12-02T16:02:40.019Z | Downloaded quick-xml v0.33.0 |
993 | 2024-12-02T16:02:40.025Z | Downloaded git2 v0.19.0 |
994 | 2024-12-02T16:02:40.035Z | Downloaded smoltcp v0.9.1 |
995 | 2024-12-02T16:02:40.045Z | Downloaded sqlparser v0.45.0 |
996 | 2024-12-02T16:02:40.052Z | Downloaded rusqlite v0.32.1 |
997 | 2024-12-02T16:02:40.058Z | Downloaded webpki-roots v0.26.6 |
998 | 2024-12-02T16:02:40.062Z | Downloaded unicode-width v0.2.0 |
999 | 2024-12-02T16:02:40.068Z | Downloaded openssl v0.10.66 |
1000 | 2024-12-02T16:02:40.078Z | Downloaded hickory-proto v0.24.1 |
1001 | 2024-12-02T16:02:40.094Z | Downloaded regex-syntax v0.8.5 |
1002 | 2024-12-02T16:02:40.102Z | Downloaded p384 v0.13.0 |
1003 | 2024-12-02T16:02:40.109Z | Downloaded petname v2.0.2 |
1004 | 2024-12-02T16:02:40.115Z | Downloaded zerocopy v0.8.10 |
1005 | 2024-12-02T16:02:40.138Z | Downloaded trust-dns-proto v0.22.0 |
1006 | 2024-12-02T16:02:40.151Z | Downloaded regex v1.11.1 |
1007 | 2024-12-02T16:02:40.164Z | Downloaded gimli v0.31.1 |
1008 | 2024-12-02T16:02:40.173Z | Downloaded object v0.36.5 |
1009 | 2024-12-02T16:02:40.185Z | Downloaded polar-core v0.27.3 |
1010 | 2024-12-02T16:02:40.193Z | Downloaded regress v0.9.1 |
1011 | 2024-12-02T16:02:40.203Z | Downloaded dropshot v0.13.0 |
1012 | 2024-12-02T16:02:40.224Z | Downloaded nix v0.29.0 |
1013 | 2024-12-02T16:02:40.236Z | Downloaded nix v0.27.1 |
1014 | 2024-12-02T16:02:40.246Z | Downloaded rustls v0.23.14 |
1015 | 2024-12-02T16:02:40.259Z | Downloaded rustls v0.22.4 |
1016 | 2024-12-02T16:02:40.273Z | Downloaded typify-impl v0.2.0 |
1017 | 2024-12-02T16:02:40.288Z | Downloaded object v0.30.4 |
1018 | 2024-12-02T16:02:40.298Z | Downloaded diesel v2.2.4 |
1019 | 2024-12-02T16:02:40.317Z | Downloaded nix v0.28.0 |
1020 | 2024-12-02T16:02:40.328Z | Downloaded sled v0.34.7 |
1021 | 2024-12-02T16:02:40.338Z | Downloaded regex-automata v0.4.8 |
1022 | 2024-12-02T16:02:40.355Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1023 | 2024-12-02T16:02:40.368Z | Downloaded ratatui v0.28.1 |
1024 | 2024-12-02T16:02:40.387Z | Downloaded zerocopy-derive v0.6.6 |
1025 | 2024-12-02T16:02:40.396Z | Downloaded smoltcp v0.11.0 |
1026 | 2024-12-02T16:02:40.409Z | Downloaded openapiv3 v2.0.0 |
1027 | 2024-12-02T16:02:40.421Z | Downloaded rustls v0.21.12 |
1028 | 2024-12-02T16:02:40.432Z | Downloaded regress v0.10.1 |
1029 | 2024-12-02T16:02:40.440Z | Downloaded chrono-tz v0.10.0 |
1030 | 2024-12-02T16:02:40.451Z | Downloaded bstr v1.10.0 |
1031 | 2024-12-02T16:02:40.459Z | Downloaded vcpkg v0.2.15 |
1032 | 2024-12-02T16:02:40.496Z | Downloaded regex-syntax v0.6.29 |
1033 | 2024-12-02T16:02:40.503Z | Downloaded tokio v1.40.0 |
1034 | 2024-12-02T16:02:40.539Z | Downloaded spin v0.9.8 |
1035 | 2024-12-02T16:02:40.542Z | Downloaded diesel_derives v2.2.3 |
1036 | 2024-12-02T16:02:40.545Z | Downloaded quinn-proto v0.11.8 |
1037 | 2024-12-02T16:02:40.552Z | Downloaded rustfmt-wrapper v0.2.1 |
1038 | 2024-12-02T16:02:40.555Z | Downloaded lzma-sys v0.1.20 |
1039 | 2024-12-02T16:02:40.582Z | Downloaded csv v1.3.0 |
1040 | 2024-12-02T16:02:40.602Z | Downloaded sha3 v0.10.8 |
1041 | 2024-12-02T16:02:40.607Z | Downloaded static_assertions v1.1.0 |
1042 | 2024-12-02T16:02:40.609Z | Downloaded qorb v0.2.1 |
1043 | 2024-12-02T16:02:40.611Z | Downloaded rcgen v0.12.1 |
1044 | 2024-12-02T16:02:40.614Z | Downloaded tls_codec_derive v0.4.1 |
1045 | 2024-12-02T16:02:40.617Z | Downloaded rand v0.8.5 |
1046 | 2024-12-02T16:02:40.619Z | Downloaded salty v0.3.0 |
1047 | 2024-12-02T16:02:40.626Z | Downloaded petgraph v0.6.5 |
1048 | 2024-12-02T16:02:40.643Z | Downloaded expectorate v1.1.0 |
1049 | 2024-12-02T16:02:40.646Z | Downloaded libz-sys v1.1.20 |
1050 | 2024-12-02T16:02:40.665Z | Downloaded tls_codec v0.4.1 |
1051 | 2024-12-02T16:02:40.668Z | Downloaded dropshot_endpoint v0.13.0 |
1052 | 2024-12-02T16:02:40.671Z | Downloaded flume v0.11.1 |
1053 | 2024-12-02T16:02:40.673Z | Downloaded idna v0.3.0 |
1054 | 2024-12-02T16:02:40.680Z | Downloaded diesel-dtrace v0.3.0 |
1055 | 2024-12-02T16:02:40.683Z | Downloaded strum_macros v0.24.3 |
1056 | 2024-12-02T16:02:40.685Z | Downloaded test-strategy v0.3.1 |
1057 | 2024-12-02T16:02:40.688Z | Downloaded snafu v0.8.5 |
1058 | 2024-12-02T16:02:40.692Z | Downloaded crossterm v0.28.1 |
1059 | 2024-12-02T16:02:40.699Z | Downloaded owo-colors v4.1.0 |
1060 | 2024-12-02T16:02:40.701Z | Downloaded headers v0.4.0 |
1061 | 2024-12-02T16:02:40.706Z | Downloaded typify v0.2.0 |
1062 | 2024-12-02T16:02:40.710Z | Downloaded libm v0.2.8 |
1063 | 2024-12-02T16:02:40.716Z | Downloaded aes-gcm v0.10.3 |
1064 | 2024-12-02T16:02:40.720Z | Downloaded num_enum v0.5.11 |
1065 | 2024-12-02T16:02:40.724Z | Downloaded fatfs v0.3.6 |
1066 | 2024-12-02T16:02:40.727Z | Downloaded miniz_oxide v0.8.0 |
1067 | 2024-12-02T16:02:40.729Z | Downloaded newline-converter v0.3.0 |
1068 | 2024-12-02T16:02:40.732Z | Downloaded globset v0.4.15 |
1069 | 2024-12-02T16:02:40.732Z | Downloaded des v0.8.1 |
1070 | 2024-12-02T16:02:40.735Z | Downloaded embedded-io v0.4.0 |
1071 | 2024-12-02T16:02:40.737Z | Downloaded ron v0.7.1 |
1072 | 2024-12-02T16:02:40.739Z | Downloaded hkdf v0.12.4 |
1073 | 2024-12-02T16:02:40.742Z | Downloaded pkcs8 v0.10.2 |
1074 | 2024-12-02T16:02:40.745Z | Downloaded pin-project-lite v0.2.14 |
1075 | 2024-12-02T16:02:40.748Z | Downloaded libxml v0.3.3 |
1076 | 2024-12-02T16:02:40.754Z | Downloaded powerfmt v0.2.0 |
1077 | 2024-12-02T16:02:40.757Z | Downloaded hashlink v0.9.1 |
1078 | 2024-12-02T16:02:40.759Z | Downloaded num_threads v0.1.7 |
1079 | 2024-12-02T16:02:40.759Z | Downloaded mirai-annotations v1.12.0 |
1080 | 2024-12-02T16:02:40.759Z | Downloaded group v0.13.0 |
1081 | 2024-12-02T16:02:40.762Z | Downloaded tracing-core v0.1.32 |
1082 | 2024-12-02T16:02:40.764Z | Downloaded steno v0.4.1 |
1083 | 2024-12-02T16:02:40.767Z | Downloaded vergen v8.3.2 |
1084 | 2024-12-02T16:02:40.770Z | Downloaded zone v0.3.0 |
1085 | 2024-12-02T16:02:40.772Z | Downloaded fd-lock v4.0.2 |
1086 | 2024-12-02T16:02:40.775Z | Downloaded pin-project-internal v1.1.6 |
1087 | 2024-12-02T16:02:40.775Z | Downloaded http v1.1.0 |
1088 | 2024-12-02T16:02:40.778Z | Downloaded rand_seeder v0.3.0 |
1089 | 2024-12-02T16:02:40.781Z | Downloaded synstructure v0.13.1 |
1090 | 2024-12-02T16:02:40.781Z | Downloaded cc v1.1.30 |
1091 | 2024-12-02T16:02:40.784Z | Downloaded num v0.4.3 |
1092 | 2024-12-02T16:02:40.787Z | Downloaded nanorand v0.7.0 |
1093 | 2024-12-02T16:02:40.789Z | Downloaded const_format v0.2.33 |
1094 | 2024-12-02T16:02:40.792Z | Downloaded compact_str v0.8.0 |
1095 | 2024-12-02T16:02:40.795Z | Downloaded serde_yaml v0.9.34+deprecated |
1096 | 2024-12-02T16:02:40.798Z | Downloaded schemars v0.8.21 |
1097 | 2024-12-02T16:02:40.810Z | Downloaded form_urlencoded v1.2.1 |
1098 | 2024-12-02T16:02:40.812Z | Downloaded rustversion v1.0.17 |
1099 | 2024-12-02T16:02:40.816Z | Downloaded russh-keys v0.45.0 |
1100 | 2024-12-02T16:02:40.816Z | Downloaded samael v0.0.17 |
1101 | 2024-12-02T16:02:40.821Z | Downloaded rayon-core v1.12.1 |
1102 | 2024-12-02T16:02:40.824Z | Downloaded hickory-server v0.24.1 |
1103 | 2024-12-02T16:02:40.830Z | Downloaded postgres-protocol v0.6.7 |
1104 | 2024-12-02T16:02:40.832Z | Downloaded pkcs1 v0.7.5 |
1105 | 2024-12-02T16:02:40.835Z | Downloaded parking_lot_core v0.9.10 |
1106 | 2024-12-02T16:02:40.837Z | Downloaded dirs-sys-next v0.1.2 |
1107 | 2024-12-02T16:02:40.837Z | Downloaded dirs-next v2.0.0 |
1108 | 2024-12-02T16:02:40.840Z | Downloaded zeroize_derive v1.4.2 |
1109 | 2024-12-02T16:02:40.840Z | Downloaded signal-hook-mio v0.2.4 |
1110 | 2024-12-02T16:02:40.840Z | Downloaded signal-hook-tokio v0.3.1 |
1111 | 2024-12-02T16:02:40.842Z | Downloaded similar v2.6.0 |
1112 | 2024-12-02T16:02:40.845Z | Downloaded secrecy v0.8.0 |
1113 | 2024-12-02T16:02:40.848Z | Downloaded rusty-fork v0.3.0 |
1114 | 2024-12-02T16:02:40.850Z | Downloaded radium v0.7.0 |
1115 | 2024-12-02T16:02:40.850Z | Downloaded polyval v0.6.2 |
1116 | 2024-12-02T16:02:40.852Z | Downloaded gethostname v0.5.0 |
1117 | 2024-12-02T16:02:40.852Z | Downloaded defmt v0.3.8 |
1118 | 2024-12-02T16:02:40.855Z | Downloaded icu_collections v1.5.0 |
1119 | 2024-12-02T16:02:40.861Z | Downloaded bytes v1.8.0 |
1120 | 2024-12-02T16:02:40.865Z | Downloaded encoding_rs v0.8.34 |
1121 | 2024-12-02T16:02:40.887Z | Downloaded ciborium v0.2.2 |
1122 | 2024-12-02T16:02:40.889Z | Downloaded cmake v0.1.51 |
1123 | 2024-12-02T16:02:40.892Z | Downloaded spki v0.7.3 |
1124 | 2024-12-02T16:02:40.892Z | Downloaded either v1.13.0 |
1125 | 2024-12-02T16:02:40.894Z | Downloaded ed25519 v2.2.3 |
1126 | 2024-12-02T16:02:40.896Z | Downloaded icu_normalizer_data v1.5.0 |
1127 | 2024-12-02T16:02:40.896Z | Downloaded ctr v0.9.2 |
1128 | 2024-12-02T16:02:40.899Z | Downloaded cookie_store v0.21.0 |
1129 | 2024-12-02T16:02:40.901Z | Downloaded siphasher v0.3.11 |
1130 | 2024-12-02T16:02:40.901Z | Downloaded simd-adler32 v0.3.7 |
1131 | 2024-12-02T16:02:40.904Z | Downloaded sha1 v0.10.6 |
1132 | 2024-12-02T16:02:40.904Z | Downloaded crc32fast v1.4.2 |
1133 | 2024-12-02T16:02:40.906Z | Downloaded bzip2 v0.4.4 |
1134 | 2024-12-02T16:02:40.909Z | Downloaded blowfish v0.9.1 |
1135 | 2024-12-02T16:02:40.909Z | Downloaded md-5 v0.10.6 |
1136 | 2024-12-02T16:02:40.911Z | Downloaded lock_api v0.4.12 |
1137 | 2024-12-02T16:02:40.911Z | Downloaded jobserver v0.1.32 |
1138 | 2024-12-02T16:02:40.914Z | Downloaded icu_locid_transform_data v1.5.0 |
1139 | 2024-12-02T16:02:40.917Z | Downloaded strum_macros v0.25.3 |
1140 | 2024-12-02T16:02:40.917Z | Downloaded signature v2.2.0 |
1141 | 2024-12-02T16:02:40.920Z | Downloaded scheduled-thread-pool v0.2.7 |
1142 | 2024-12-02T16:02:40.920Z | Downloaded libefi-sys v0.1.0 |
1143 | 2024-12-02T16:02:40.923Z | Downloaded kstat-rs v0.2.4 |
1144 | 2024-12-02T16:02:40.923Z | Downloaded curve25519-dalek-derive v0.1.1 |
1145 | 2024-12-02T16:02:40.923Z | Downloaded cbc v0.1.2 |
1146 | 2024-12-02T16:02:40.926Z | Downloaded linear-map v1.2.0 |
1147 | 2024-12-02T16:02:40.926Z | Downloaded cassowary v0.3.0 |
1148 | 2024-12-02T16:02:40.929Z | Downloaded hostname v0.3.1 |
1149 | 2024-12-02T16:02:40.929Z | Downloaded cfg_aliases v0.2.1 |
1150 | 2024-12-02T16:02:40.929Z | Downloaded bitfield v0.14.0 |
1151 | 2024-12-02T16:02:40.931Z | Downloaded humantime v2.1.0 |
1152 | 2024-12-02T16:02:40.931Z | Downloaded atomicwrites v0.4.4 |
1153 | 2024-12-02T16:02:40.934Z | Downloaded async-recursion v1.1.1 |
1154 | 2024-12-02T16:02:40.936Z | Downloaded ascii-canvas v3.0.0 |
1155 | 2024-12-02T16:02:40.936Z | Downloaded array-init v0.0.4 |
1156 | 2024-12-02T16:02:40.983Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1157 | 2024-12-02T16:02:41.359Z | Downloaded aws-lc-sys v0.22.0 |
1158 | 2024-12-02T16:02:41.764Z | Downloaded ring v0.17.8 |
1159 | 2024-12-02T16:02:41.923Z | Downloaded libsqlite3-sys v0.30.1 |
1160 | 2024-12-02T16:02:42.001Z | Downloaded ring v0.16.20 |
1161 | 2024-12-02T16:02:42.175Z | Compiling serde v1.0.215 |
1162 | 2024-12-02T16:02:42.178Z | Compiling lock_api v0.4.12 |
1163 | 2024-12-02T16:02:42.178Z | Compiling scopeguard v1.2.0 |
1164 | 2024-12-02T16:02:42.178Z | Compiling value-bag v1.9.0 |
1165 | 2024-12-02T16:02:42.330Z | Compiling typenum v1.17.0 |
1166 | 2024-12-02T16:02:42.332Z | Compiling generic-array v0.14.7 |
1167 | 2024-12-02T16:02:42.363Z | Compiling syn v2.0.87 |
1168 | 2024-12-02T16:02:42.376Z | Compiling getrandom v0.2.15 |
1169 | 2024-12-02T16:02:42.483Z | Compiling shlex v1.3.0 |
1170 | 2024-12-02T16:02:42.673Z | Compiling rand_core v0.6.4 |
1171 | 2024-12-02T16:02:42.794Z | Compiling log v0.4.22 |
1172 | 2024-12-02T16:02:42.888Z | Compiling subtle v2.6.1 |
1173 | 2024-12-02T16:02:42.913Z | Compiling jobserver v0.1.32 |
1174 | 2024-12-02T16:02:42.977Z | Compiling const-oid v0.9.6 |
1175 | 2024-12-02T16:02:43.196Z | Compiling smallvec v1.13.2 |
1176 | 2024-12-02T16:02:43.198Z | Compiling spin v0.9.8 |
1177 | 2024-12-02T16:02:43.235Z | Compiling pin-project-lite v0.2.14 |
1178 | 2024-12-02T16:02:43.357Z | Compiling cc v1.1.30 |
1179 | 2024-12-02T16:02:43.590Z | Compiling rustix v0.38.37 |
1180 | 2024-12-02T16:02:43.607Z | Compiling parking_lot_core v0.9.10 |
1181 | 2024-12-02T16:02:43.852Z | Compiling futures-core v0.3.31 |
1182 | 2024-12-02T16:02:43.881Z | Compiling signal-hook-registry v1.4.2 |
1183 | 2024-12-02T16:02:44.094Z | Compiling mio v1.0.2 |
1184 | 2024-12-02T16:02:44.686Z | Compiling parking_lot v0.12.3 |
1185 | 2024-12-02T16:02:44.763Z | Compiling aho-corasick v1.1.3 |
1186 | 2024-12-02T16:02:44.830Z | Compiling cpufeatures v0.2.14 |
1187 | 2024-12-02T16:02:44.942Z | Compiling regex-syntax v0.8.5 |
1188 | 2024-12-02T16:02:45.188Z | Compiling either v1.13.0 |
1189 | 2024-12-02T16:02:45.212Z | Compiling lazy_static v1.5.0 |
1190 | 2024-12-02T16:02:45.339Z | Compiling stable_deref_trait v1.2.0 |
1191 | 2024-12-02T16:02:45.359Z | Compiling glob v0.3.1 |
1192 | 2024-12-02T16:02:45.461Z | Compiling futures-sink v0.3.31 |
1193 | 2024-12-02T16:02:45.628Z | Compiling socket2 v0.5.7 |
1194 | 2024-12-02T16:02:45.648Z | Compiling slab v0.4.9 |
1195 | 2024-12-02T16:02:45.666Z | Compiling prettyplease v0.2.25 |
1196 | 2024-12-02T16:02:46.044Z | Compiling minimal-lexical v0.2.1 |
1197 | 2024-12-02T16:02:46.386Z | Compiling clang-sys v1.8.1 |
1198 | 2024-12-02T16:02:46.387Z | Compiling libloading v0.8.5 |
1199 | 2024-12-02T16:02:46.572Z | Compiling nom v7.1.3 |
1200 | 2024-12-02T16:02:46.691Z | Compiling home v0.5.9 |
1201 | 2024-12-02T16:02:46.840Z | Compiling serde_json v1.0.132 |
1202 | 2024-12-02T16:02:46.975Z | Compiling bindgen v0.69.5 |
1203 | 2024-12-02T16:02:47.204Z | Compiling futures-channel v0.3.31 |
1204 | 2024-12-02T16:02:47.650Z | Compiling itertools v0.12.1 |
1205 | 2024-12-02T16:02:47.792Z | Compiling foldhash v0.1.3 |
1206 | 2024-12-02T16:02:47.950Z | Compiling futures-io v0.3.31 |
1207 | 2024-12-02T16:02:48.092Z | Compiling futures-task v0.3.31 |
1208 | 2024-12-02T16:02:48.288Z | Compiling lazycell v1.3.0 |
1209 | 2024-12-02T16:02:48.389Z | Compiling rustc-hash v1.1.0 |
1210 | 2024-12-02T16:02:48.451Z | Compiling pin-utils v0.1.0 |
1211 | 2024-12-02T16:02:48.546Z | Compiling allocator-api2 v0.2.18 |
1212 | 2024-12-02T16:02:48.565Z | Compiling cmake v0.1.51 |
1213 | 2024-12-02T16:02:49.381Z | Compiling regex-automata v0.4.8 |
1214 | 2024-12-02T16:02:49.674Z | Compiling hashbrown v0.15.0 |
1215 | 2024-12-02T16:02:50.328Z | Compiling synstructure v0.13.1 |
1216 | 2024-12-02T16:02:50.882Z | Compiling cexpr v0.6.0 |
1217 | 2024-12-02T16:02:51.033Z | Compiling tinyvec_macros v0.1.1 |
1218 | 2024-12-02T16:02:51.130Z | Compiling dunce v1.0.5 |
1219 | 2024-12-02T16:02:51.263Z | Compiling libm v0.2.8 |
1220 | 2024-12-02T16:02:51.602Z | Compiling fs_extra v1.3.0 |
1221 | 2024-12-02T16:02:51.838Z | Compiling pkg-config v0.3.31 |
1222 | 2024-12-02T16:02:52.135Z | Compiling tinyvec v1.8.0 |
1223 | 2024-12-02T16:02:52.200Z | Compiling num-traits v0.2.19 |
1224 | 2024-12-02T16:02:52.702Z | Compiling ring v0.17.8 |
1225 | 2024-12-02T16:02:53.400Z | Compiling paste v1.0.15 |
1226 | 2024-12-02T16:02:53.682Z | Compiling unicode-normalization v0.1.24 |
1227 | 2024-12-02T16:02:53.787Z | Compiling unicode-bidi v0.3.17 |
1228 | 2024-12-02T16:02:53.851Z | Compiling writeable v0.5.5 |
1229 | 2024-12-02T16:02:53.959Z | Compiling base64ct v1.6.0 |
1230 | 2024-12-02T16:02:54.116Z | Compiling litemap v0.7.3 |
1231 | 2024-12-02T16:02:54.434Z | Compiling pem-rfc7468 v0.7.0 |
1232 | 2024-12-02T16:02:54.823Z | Compiling flagset v0.4.6 |
1233 | 2024-12-02T16:02:55.050Z | Compiling regex v1.11.1 |
1234 | 2024-12-02T16:02:55.194Z | Compiling httparse v1.9.5 |
1235 | 2024-12-02T16:02:55.215Z | Compiling aws-lc-rs v1.10.0 |
1236 | 2024-12-02T16:02:55.979Z | Compiling tracing-core v0.1.32 |
1237 | 2024-12-02T16:02:56.085Z | Compiling crossbeam-utils v0.8.20 |
1238 | 2024-12-02T16:02:56.543Z | Compiling rustls-pki-types v1.9.0 |
1239 | 2024-12-02T16:02:56.667Z | Compiling percent-encoding v2.3.1 |
1240 | 2024-12-02T16:02:56.821Z | Compiling icu_locid_transform_data v1.5.0 |
1241 | 2024-12-02T16:02:56.966Z | Compiling serde_derive v1.0.215 |
1242 | 2024-12-02T16:02:57.030Z | Compiling zeroize_derive v1.4.2 |
1243 | 2024-12-02T16:02:57.338Z | Compiling zerocopy-derive v0.7.35 |
1244 | 2024-12-02T16:02:57.635Z | Compiling tokio-macros v2.4.0 |
1245 | 2024-12-02T16:02:57.664Z | Compiling zerofrom-derive v0.1.4 |
1246 | 2024-12-02T16:02:58.660Z | Compiling zeroize v1.8.1 |
1247 | 2024-12-02T16:02:59.238Z | Compiling yoke-derive v0.7.4 |
1248 | 2024-12-02T16:02:59.340Z | Compiling thiserror-impl v1.0.69 |
1249 | 2024-12-02T16:02:59.718Z | Compiling zerocopy v0.7.35 |
1250 | 2024-12-02T16:03:00.324Z | Compiling futures-macro v0.3.31 |
1251 | 2024-12-02T16:03:00.470Z | Compiling crypto-common v0.1.6 |
1252 | 2024-12-02T16:03:00.725Z | Compiling block-buffer v0.10.4 |
1253 | 2024-12-02T16:03:00.998Z | Compiling digest v0.10.7 |
1254 | 2024-12-02T16:03:01.328Z | Compiling zerovec-derive v0.10.3 |
1255 | 2024-12-02T16:03:01.508Z | Compiling hmac v0.12.1 |
1256 | 2024-12-02T16:03:01.771Z | Compiling block-padding v0.3.3 |
1257 | 2024-12-02T16:03:01.849Z | Compiling zerofrom v0.1.4 |
1258 | 2024-12-02T16:03:02.025Z | Compiling displaydoc v0.2.5 |
1259 | 2024-12-02T16:03:02.083Z | Compiling inout v0.1.3 |
1260 | 2024-12-02T16:03:02.328Z | Compiling yoke v0.7.4 |
1261 | 2024-12-02T16:03:02.348Z | Compiling futures-util v0.3.31 |
1262 | 2024-12-02T16:03:02.539Z | Compiling cipher v0.4.4 |
1263 | 2024-12-02T16:03:02.542Z | Compiling sha2 v0.10.8 |
1264 | 2024-12-02T16:03:02.701Z | Compiling ppv-lite86 v0.2.20 |
1265 | 2024-12-02T16:03:02.846Z | Compiling thiserror v1.0.69 |
1266 | 2024-12-02T16:03:02.899Z | Compiling der_derive v0.7.3 |
1267 | 2024-12-02T16:03:02.988Z | Compiling icu_provider_macros v1.5.0 |
1268 | 2024-12-02T16:03:03.550Z | Compiling rand_chacha v0.3.1 |
1269 | 2024-12-02T16:03:03.808Z | Compiling tracing-attributes v0.1.27 |
1270 | 2024-12-02T16:03:04.108Z | Compiling zerovec v0.10.4 |
1271 | 2024-12-02T16:03:04.202Z | Compiling rand v0.8.5 |
1272 | 2024-12-02T16:03:05.460Z | Compiling der v0.7.9 |
1273 | 2024-12-02T16:03:05.887Z | Compiling pest v2.7.14 |
1274 | 2024-12-02T16:03:06.111Z | Compiling tinystr v0.7.6 |
1275 | 2024-12-02T16:03:06.421Z | Compiling icu_collections v1.5.0 |
1276 | 2024-12-02T16:03:06.450Z | Compiling salsa20 v0.10.2 |
1277 | 2024-12-02T16:03:06.569Z | Compiling icu_locid v1.5.0 |
1278 | 2024-12-02T16:03:06.680Z | Compiling pbkdf2 v0.12.2 |
1279 | 2024-12-02T16:03:06.844Z | Compiling powerfmt v0.2.0 |
1280 | 2024-12-02T16:03:07.262Z | Compiling vcpkg v0.2.15 |
1281 | 2024-12-02T16:03:07.776Z | Compiling icu_provider v1.5.0 |
1282 | 2024-12-02T16:03:07.923Z | Compiling tracing v0.1.40 |
1283 | 2024-12-02T16:03:08.446Z | Compiling spki v0.7.3 |
1284 | 2024-12-02T16:03:08.777Z | Compiling icu_locid_transform v1.5.0 |
1285 | 2024-12-02T16:03:08.800Z | Compiling mirai-annotations v1.12.0 |
1286 | 2024-12-02T16:03:08.886Z | Compiling icu_properties_data v1.5.0 |
1287 | 2024-12-02T16:03:08.968Z | Compiling untrusted v0.7.1 |
1288 | 2024-12-02T16:03:08.988Z | Compiling num-conv v0.1.0 |
1289 | 2024-12-02T16:03:09.007Z | Compiling untrusted v0.9.0 |
1290 | 2024-12-02T16:03:09.039Z | Compiling time-core v0.1.2 |
1291 | 2024-12-02T16:03:09.164Z | Compiling pest_meta v2.7.14 |
1292 | 2024-12-02T16:03:09.183Z | Compiling deranged v0.3.11 |
1293 | 2024-12-02T16:03:09.226Z | Compiling scrypt v0.11.0 |
1294 | 2024-12-02T16:03:09.260Z | Compiling time-macros v0.2.18 |
1295 | 2024-12-02T16:03:09.491Z | Compiling openssl-sys v0.9.103 |
1296 | 2024-12-02T16:03:09.803Z | Compiling cbc v0.1.2 |
1297 | 2024-12-02T16:03:10.042Z | Compiling icu_properties v1.5.1 |
1298 | 2024-12-02T16:03:10.649Z | Compiling aes v0.8.4 |
1299 | 2024-12-02T16:03:11.175Z | Compiling scroll_derive v0.12.0 |
1300 | 2024-12-02T16:03:11.460Z | Compiling bitflags v2.6.0 |
1301 | 2024-12-02T16:03:11.709Z | Compiling bytes v1.8.0 |
1302 | 2024-12-02T16:03:12.602Z | Compiling tokio v1.40.0 |
1303 | 2024-12-02T16:03:12.924Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-02T16:03:13.016Z | Compiling http v1.1.0 |
1305 | 2024-12-02T16:03:13.524Z | Compiling semver v1.0.23 |
1306 | 2024-12-02T16:03:14.364Z | Compiling rustc_version v0.4.1 |
1307 | 2024-12-02T16:03:14.444Z | Compiling write16 v1.0.0 |
1308 | 2024-12-02T16:03:14.574Z | Compiling utf8_iter v1.0.4 |
1309 | 2024-12-02T16:03:14.825Z | Compiling num_threads v0.1.7 |
1310 | 2024-12-02T16:03:14.963Z | Compiling atomic-waker v1.1.2 |
1311 | 2024-12-02T16:03:15.060Z | Compiling icu_normalizer_data v1.5.0 |
1312 | 2024-12-02T16:03:15.151Z | Compiling utf16_iter v1.0.5 |
1313 | 2024-12-02T16:03:15.168Z | Compiling time v0.3.36 |
1314 | 2024-12-02T16:03:15.186Z | Compiling http-body v1.0.1 |
1315 | 2024-12-02T16:03:15.339Z | Compiling icu_normalizer v1.5.0 |
1316 | 2024-12-02T16:03:15.414Z | Compiling scroll v0.12.0 |
1317 | 2024-12-02T16:03:15.607Z | Compiling pkcs5 v0.7.1 |
1318 | 2024-12-02T16:03:15.790Z | Compiling pest_generator v2.7.14 |
1319 | 2024-12-02T16:03:15.981Z | Compiling which v4.4.2 |
1320 | 2024-12-02T16:03:16.004Z | Compiling form_urlencoded v1.2.1 |
1321 | 2024-12-02T16:03:16.606Z | Compiling slog v2.7.0 |
1322 | 2024-12-02T16:03:16.838Z | Compiling try-lock v0.2.5 |
1323 | 2024-12-02T16:03:16.993Z | Compiling want v0.3.1 |
1324 | 2024-12-02T16:03:17.219Z | Compiling goblin v0.8.2 |
1325 | 2024-12-02T16:03:17.283Z | Compiling idna_adapter v1.2.0 |
1326 | 2024-12-02T16:03:17.343Z | Compiling pkcs8 v0.10.2 |
1327 | 2024-12-02T16:03:17.396Z | Compiling httpdate v1.0.3 |
1328 | 2024-12-02T16:03:17.499Z | Compiling idna v1.0.3 |
1329 | 2024-12-02T16:03:17.829Z | Compiling pest_derive v2.7.14 |
1330 | 2024-12-02T16:03:18.068Z | Compiling toml_datetime v0.6.8 |
1331 | 2024-12-02T16:03:18.592Z | Compiling serde_tokenstream v0.2.2 |
1332 | 2024-12-02T16:03:18.663Z | Compiling dtrace-parser v0.2.0 |
1333 | 2024-12-02T16:03:18.736Z | Compiling uuid v1.11.0 |
1334 | 2024-12-02T16:03:19.264Z | Compiling serde_spanned v0.6.8 |
1335 | 2024-12-02T16:03:19.416Z | Compiling adler2 v2.0.0 |
1336 | 2024-12-02T16:03:19.506Z | Compiling iana-time-zone v0.1.61 |
1337 | 2024-12-02T16:03:19.622Z | Compiling tower-service v0.3.3 |
1338 | 2024-12-02T16:03:19.754Z | Compiling match_cfg v0.1.0 |
1339 | 2024-12-02T16:03:19.852Z | Compiling openssl v0.10.66 |
1340 | 2024-12-02T16:03:19.968Z | Compiling foreign-types-shared v0.1.1 |
1341 | 2024-12-02T16:03:20.086Z | Compiling base64 v0.22.1 |
1342 | 2024-12-02T16:03:20.165Z | Compiling rustversion v1.0.17 |
1343 | 2024-12-02T16:03:20.297Z | Compiling foreign-types v0.3.2 |
1344 | 2024-12-02T16:03:20.399Z | Compiling hostname v0.3.1 |
1345 | 2024-12-02T16:03:20.541Z | Compiling chrono v0.4.38 |
1346 | 2024-12-02T16:03:20.664Z | Compiling miniz_oxide v0.8.0 |
1347 | 2024-12-02T16:03:20.815Z | Compiling url v2.5.3 |
1348 | 2024-12-02T16:03:20.967Z | Compiling async-trait v0.1.83 |
1349 | 2024-12-02T16:03:22.237Z | Compiling tokio-util v0.7.12 |
1350 | 2024-12-02T16:03:22.259Z | Compiling openssl-macros v0.1.1 |
1351 | 2024-12-02T16:03:22.955Z | Compiling dirs-sys-next v0.1.2 |
1352 | 2024-12-02T16:03:23.023Z | Compiling dof v0.3.0 |
1353 | 2024-12-02T16:03:23.528Z | Compiling h2 v0.4.6 |
1354 | 2024-12-02T16:03:23.691Z | Compiling rustls v0.23.14 |
1355 | 2024-12-02T16:03:23.801Z | Compiling usdt-impl v0.5.0 |
1356 | 2024-12-02T16:03:23.968Z | Compiling data-encoding v2.6.0 |
1357 | 2024-12-02T16:03:24.412Z | Compiling native-tls v0.2.12 |
1358 | 2024-12-02T16:03:24.736Z | Compiling syn v1.0.109 |
1359 | 2024-12-02T16:03:25.289Z | Compiling siphasher v0.3.11 |
1360 | 2024-12-02T16:03:25.379Z | Compiling rustls v0.22.4 |
1361 | 2024-12-02T16:03:25.517Z | Compiling dirs-next v2.0.0 |
1362 | 2024-12-02T16:03:25.717Z | Compiling http-body-util v0.1.2 |
1363 | 2024-12-02T16:03:26.272Z | Compiling heapless v0.7.17 |
1364 | 2024-12-02T16:03:26.405Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-12-02T16:03:26.717Z | Compiling sha1 v0.10.6 |
1366 | 2024-12-02T16:03:27.104Z | Compiling signature v2.2.0 |
1367 | 2024-12-02T16:03:27.152Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1368 | 2024-12-02T16:03:27.174Z | Compiling serde_derive_internals v0.29.1 |
1369 | 2024-12-02T16:03:27.393Z | Compiling thread_local v1.1.8 |
1370 | 2024-12-02T16:03:27.644Z | Compiling encoding_rs v0.8.34 |
1371 | 2024-12-02T16:03:27.678Z | Compiling cookie v0.18.1 |
1372 | 2024-12-02T16:03:27.911Z | Compiling multer v3.1.0 |
1373 | 2024-12-02T16:03:27.965Z | Compiling schemars v0.8.21 |
1374 | 2024-12-02T16:03:28.169Z | Compiling ipnet v2.10.1 |
1375 | 2024-12-02T16:03:28.309Z | Compiling signal-hook v0.3.17 |
1376 | 2024-12-02T16:03:28.422Z | Compiling rayon-core v1.12.1 |
1377 | 2024-12-02T16:03:28.570Z | Compiling mime v0.3.17 |
1378 | 2024-12-02T16:03:28.738Z | Compiling slog-async v2.8.0 |
1379 | 2024-12-02T16:03:29.214Z | Compiling openssl-probe v0.1.5 |
1380 | 2024-12-02T16:03:29.267Z | Compiling unicode-properties v0.1.3 |
1381 | 2024-12-02T16:03:29.506Z | Compiling gimli v0.31.1 |
1382 | 2024-12-02T16:03:29.648Z | Compiling stringprep v0.1.5 |
1383 | 2024-12-02T16:03:29.757Z | Compiling toml_edit v0.22.22 |
1384 | 2024-12-02T16:03:30.042Z | Compiling schemars_derive v0.8.21 |
1385 | 2024-12-02T16:03:30.966Z | Compiling hyper v1.5.0 |
1386 | 2024-12-02T16:03:32.807Z | Compiling usdt-attr-macro v0.5.0 |
1387 | 2024-12-02T16:03:33.521Z | Compiling hyper-util v0.1.10 |
1388 | 2024-12-02T16:03:34.241Z | Compiling addr2line v0.24.2 |
1389 | 2024-12-02T16:03:34.523Z | Compiling usdt-macro v0.5.0 |
1390 | 2024-12-02T16:03:34.742Z | Compiling crossbeam-deque v0.8.5 |
1391 | 2024-12-02T16:03:35.013Z | Compiling term v0.7.0 |
1392 | 2024-12-02T16:03:35.207Z | Compiling slog-json v2.6.1 |
1393 | 2024-12-02T16:03:35.597Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-12-02T16:03:35.934Z | Compiling curve25519-dalek v4.1.3 |
1395 | 2024-12-02T16:03:36.090Z | Compiling crossbeam-channel v0.5.13 |
1396 | 2024-12-02T16:03:36.093Z | Compiling enum-as-inner v0.6.1 |
1397 | 2024-12-02T16:03:36.529Z | Compiling futures-executor v0.3.31 |
1398 | 2024-12-02T16:03:36.550Z | Compiling md-5 v0.10.6 |
1399 | 2024-12-02T16:03:36.684Z | Compiling rustls-pemfile v2.2.0 |
1400 | 2024-12-02T16:03:36.784Z | Compiling async-stream-impl v0.3.6 |
1401 | 2024-12-02T16:03:37.030Z | Compiling num-integer v0.1.46 |
1402 | 2024-12-02T16:03:37.145Z | Compiling idna v0.4.0 |
1403 | 2024-12-02T16:03:37.219Z | Compiling idna v0.3.0 |
1404 | 2024-12-02T16:03:37.221Z | Compiling hash32 v0.2.1 |
1405 | 2024-12-02T16:03:37.627Z | Compiling ff v0.13.0 |
1406 | 2024-12-02T16:03:37.831Z | Compiling is-terminal v0.4.13 |
1407 | 2024-12-02T16:03:37.851Z | Compiling dropshot v0.12.0 |
1408 | 2024-12-02T16:03:37.967Z | Compiling object v0.36.5 |
1409 | 2024-12-02T16:03:38.137Z | Compiling psl-types v2.0.11 |
1410 | 2024-12-02T16:03:38.171Z | Compiling take_mut v0.2.2 |
1411 | 2024-12-02T16:03:38.191Z | Compiling linked-hash-map v0.5.6 |
1412 | 2024-12-02T16:03:38.330Z | Compiling rustc-demangle v0.1.24 |
1413 | 2024-12-02T16:03:38.354Z | Compiling base16ct v0.2.0 |
1414 | 2024-12-02T16:03:38.550Z | Compiling anyhow v1.0.93 |
1415 | 2024-12-02T16:03:38.710Z | Compiling quick-error v1.2.3 |
1416 | 2024-12-02T16:03:38.854Z | Compiling num-bigint-dig v0.8.4 |
1417 | 2024-12-02T16:03:38.859Z | Compiling portable-atomic v1.9.0 |
1418 | 2024-12-02T16:03:38.961Z | Compiling fallible-iterator v0.2.0 |
1419 | 2024-12-02T16:03:39.140Z | Compiling dyn-clone v1.0.17 |
1420 | 2024-12-02T16:03:39.241Z | Compiling smoltcp v0.9.1 |
1421 | 2024-12-02T16:03:39.364Z | Compiling utf-8 v0.7.6 |
1422 | 2024-12-02T16:03:39.692Z | Compiling postgres-protocol v0.6.7 |
1423 | 2024-12-02T16:03:39.711Z | Compiling tungstenite v0.24.0 |
1424 | 2024-12-02T16:03:40.053Z | Compiling resolv-conf v0.7.0 |
1425 | 2024-12-02T16:03:40.361Z | Compiling sec1 v0.7.3 |
1426 | 2024-12-02T16:03:40.851Z | Compiling lru-cache v0.1.2 |
1427 | 2024-12-02T16:03:40.937Z | Compiling publicsuffix v2.2.3 |
1428 | 2024-12-02T16:03:41.044Z | Compiling async-stream v0.3.6 |
1429 | 2024-12-02T16:03:41.263Z | Compiling hickory-proto v0.24.1 |
1430 | 2024-12-02T16:03:41.339Z | Compiling slog-term v2.9.1 |
1431 | 2024-12-02T16:03:42.151Z | Compiling usdt v0.5.0 |
1432 | 2024-12-02T16:03:42.253Z | Compiling group v0.13.0 |
1433 | 2024-12-02T16:03:42.602Z | Compiling num-iter v0.1.45 |
1434 | 2024-12-02T16:03:42.678Z | Compiling futures v0.3.31 |
1435 | 2024-12-02T16:03:42.901Z | Compiling slog-bunyan v2.5.0 |
1436 | 2024-12-02T16:03:43.125Z | Compiling toml v0.8.19 |
1437 | 2024-12-02T16:03:44.408Z | Compiling tokio-native-tls v0.3.1 |
1438 | 2024-12-02T16:03:44.831Z | Compiling camino v1.1.9 |
1439 | 2024-12-02T16:03:44.881Z | Compiling phf_shared v0.11.2 |
1440 | 2024-12-02T16:03:45.029Z | Compiling dropshot_endpoint v0.12.0 |
1441 | 2024-12-02T16:03:45.287Z | Compiling backtrace v0.3.74 |
1442 | 2024-12-02T16:03:45.711Z | Compiling terminal_size v0.4.0 |
1443 | 2024-12-02T16:03:45.801Z | Compiling waitgroup v0.1.2 |
1444 | 2024-12-02T16:03:45.934Z | Compiling openapiv3 v2.0.0 |
1445 | 2024-12-02T16:03:46.005Z | Compiling serde_path_to_error v0.1.16 |
1446 | 2024-12-02T16:03:46.025Z | Compiling hkdf v0.12.4 |
1447 | 2024-12-02T16:03:46.277Z | Compiling crypto-bigint v0.5.5 |
1448 | 2024-12-02T16:03:46.906Z | Compiling webpki-roots v0.26.6 |
1449 | 2024-12-02T16:03:47.136Z | Compiling zerocopy-derive v0.6.6 |
1450 | 2024-12-02T16:03:49.115Z | Compiling curve25519-dalek-derive v0.1.1 |
1451 | 2024-12-02T16:03:49.470Z | Compiling idna v0.5.0 |
1452 | 2024-12-02T16:03:49.579Z | Compiling hubpack_derive v0.1.1 |
1453 | 2024-12-02T16:03:49.788Z | Compiling hostname v0.4.0 |
1454 | 2024-12-02T16:03:50.052Z | Compiling fs-err v2.11.0 |
1455 | 2024-12-02T16:03:50.320Z | Compiling crc32fast v1.4.2 |
1456 | 2024-12-02T16:03:50.432Z | Compiling ahash v0.8.11 |
1457 | 2024-12-02T16:03:50.477Z | Compiling winnow v0.5.40 |
1458 | 2024-12-02T16:03:50.621Z | Compiling bitflags v1.3.2 |
1459 | 2024-12-02T16:03:50.642Z | Compiling managed v0.8.0 |
1460 | 2024-12-02T16:03:50.725Z | Compiling debug-ignore v1.0.5 |
1461 | 2024-12-02T16:03:50.842Z | Compiling clap_builder v4.5.21 |
1462 | 2024-12-02T16:03:50.874Z | Compiling console v0.15.8 |
1463 | 2024-12-02T16:03:51.138Z | Compiling strum_macros v0.25.3 |
1464 | 2024-12-02T16:03:52.410Z | Compiling flate2 v1.0.34 |
1465 | 2024-12-02T16:03:52.571Z | Compiling hubpack v0.1.2 |
1466 | 2024-12-02T16:03:53.043Z | Compiling cookie_store v0.21.0 |
1467 | 2024-12-02T16:03:53.398Z | Compiling zerocopy v0.6.6 |
1468 | 2024-12-02T16:03:53.473Z | Compiling elliptic-curve v0.13.8 |
1469 | 2024-12-02T16:03:54.315Z | Compiling toml_edit v0.19.15 |
1470 | 2024-12-02T16:03:54.365Z | Compiling hickory-resolver v0.24.1 |
1471 | 2024-12-02T16:03:54.733Z | Compiling phf v0.11.2 |
1472 | 2024-12-02T16:03:55.024Z | Compiling signal-hook-mio v0.2.4 |
1473 | 2024-12-02T16:03:55.196Z | Compiling hyper-tls v0.6.0 |
1474 | 2024-12-02T16:03:55.313Z | Compiling rayon v1.10.0 |
1475 | 2024-12-02T16:03:55.426Z | Compiling bzip2 v0.4.4 |
1476 | 2024-12-02T16:03:55.817Z | Compiling tokio-tungstenite v0.24.0 |
1477 | 2024-12-02T16:03:56.366Z | Compiling postgres-types v0.2.8 |
1478 | 2024-12-02T16:03:59.374Z | Compiling ed25519 v2.2.3 |
1479 | 2024-12-02T16:04:00.091Z | Compiling phf_shared v0.10.0 |
1480 | 2024-12-02T16:04:00.173Z | Compiling tokio-stream v0.1.16 |
1481 | 2024-12-02T16:04:00.496Z | Compiling pkcs1 v0.7.5 |
1482 | 2024-12-02T16:04:00.519Z | Compiling serde-big-array v0.5.1 |
1483 | 2024-12-02T16:04:00.754Z | Compiling clap_derive v4.5.18 |
1484 | 2024-12-02T16:04:01.237Z | Compiling rfc6979 v0.4.0 |
1485 | 2024-12-02T16:04:01.257Z | Compiling serde_repr v0.1.19 |
1486 | 2024-12-02T16:04:01.312Z | Compiling derive-where v1.2.7 |
1487 | 2024-12-02T16:04:01.436Z | Compiling float-cmp v0.9.0 |
1488 | 2024-12-02T16:04:01.526Z | Compiling bstr v1.10.0 |
1489 | 2024-12-02T16:04:01.654Z | Compiling sync_wrapper v1.0.1 |
1490 | 2024-12-02T16:04:01.817Z | Compiling normalize-line-endings v0.3.0 |
1491 | 2024-12-02T16:04:01.952Z | Compiling whoami v1.5.2 |
1492 | 2024-12-02T16:04:02.478Z | Compiling new_debug_unreachable v1.0.6 |
1493 | 2024-12-02T16:04:02.499Z | Compiling precomputed-hash v0.1.1 |
1494 | 2024-12-02T16:04:02.579Z | Compiling unicode-segmentation v1.12.0 |
1495 | 2024-12-02T16:04:02.601Z | Compiling predicates-core v1.0.8 |
1496 | 2024-12-02T16:04:02.619Z | Compiling static_assertions v1.1.0 |
1497 | 2024-12-02T16:04:02.725Z | Compiling number_prefix v0.4.0 |
1498 | 2024-12-02T16:04:02.944Z | Compiling unicode-width v0.2.0 |
1499 | 2024-12-02T16:04:02.965Z | Compiling fixedbitset v0.4.2 |
1500 | 2024-12-02T16:04:03.349Z | Compiling bit-vec v0.6.3 |
1501 | 2024-12-02T16:04:03.445Z | Compiling difflib v0.4.0 |
1502 | 2024-12-02T16:04:03.468Z | Compiling indicatif v0.17.9 |
1503 | 2024-12-02T16:04:03.486Z | Compiling similar v2.6.0 |
1504 | 2024-12-02T16:04:03.852Z | Compiling predicates v3.1.2 |
1505 | 2024-12-02T16:04:04.959Z | Compiling bit-set v0.5.3 |
1506 | 2024-12-02T16:04:05.159Z | Compiling petgraph v0.6.5 |
1507 | 2024-12-02T16:04:05.256Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1508 | 2024-12-02T16:04:05.663Z | Compiling string_cache v0.8.7 |
1509 | 2024-12-02T16:04:05.768Z | Compiling tokio-postgres v0.7.12 |
1510 | 2024-12-02T16:04:05.858Z | Compiling clap v4.5.21 |
1511 | 2024-12-02T16:04:05.933Z | Compiling ecdsa v0.16.9 |
1512 | 2024-12-02T16:04:05.984Z | Compiling rsa v0.9.6 |
1513 | 2024-12-02T16:04:06.146Z | Compiling ed25519-dalek v2.1.1 |
1514 | 2024-12-02T16:04:06.787Z | Compiling toml v0.7.8 |
1515 | 2024-12-02T16:04:07.489Z | Compiling zip v0.6.6 |
1516 | 2024-12-02T16:04:08.631Z | Compiling crossterm v0.28.1 |
1517 | 2024-12-02T16:04:09.874Z | Compiling hex v0.4.3 |
1518 | 2024-12-02T16:04:10.047Z | Compiling x509-cert v0.2.5 |
1519 | 2024-12-02T16:04:10.250Z | Compiling itertools v0.10.5 |
1520 | 2024-12-02T16:04:10.499Z | Compiling peg-runtime v0.8.3 |
1521 | 2024-12-02T16:04:11.171Z | Compiling lalrpop-util v0.19.12 |
1522 | 2024-12-02T16:04:11.522Z | Compiling unicode-xid v0.2.6 |
1523 | 2024-12-02T16:04:11.549Z | Compiling strum_macros v0.26.4 |
1524 | 2024-12-02T16:04:11.705Z | Compiling xattr v1.3.1 |
1525 | 2024-12-02T16:04:11.982Z | Compiling filetime v0.2.25 |
1526 | 2024-12-02T16:04:12.310Z | Compiling tar v0.4.42 |
1527 | 2024-12-02T16:04:16.763Z | Compiling strum v0.26.3 |
1528 | 2024-12-02T16:04:18.874Z | Compiling aws-lc-sys v0.22.0 |
1529 | 2024-12-02T16:04:46.845Z | Compiling rustls-webpki v0.102.8 |
1530 | 2024-12-02T16:04:50.226Z | Compiling tokio-rustls v0.25.0 |
1531 | 2024-12-02T16:04:52.584Z | Compiling tokio-rustls v0.26.0 |
1532 | 2024-12-02T16:04:52.904Z | Compiling hyper-rustls v0.27.3 |
1533 | 2024-12-02T16:04:53.159Z | Compiling reqwest v0.12.9 |
1534 | 2024-12-02T16:04:53.844Z | Compiling qorb v0.2.1 |
1535 | 2024-12-02T16:04:59.031Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1536 | 2024-12-02T16:04:59.259Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1537 | 2024-12-02T16:05:05.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1538 | 2024-12-02T16:05:05.208Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1539 | 2024-12-02T16:05:05.257Z | Dec 02 16:05:05.021 INFO Starting download, target: Clickhouse |
1540 | 2024-12-02T16:05:05.257Z | Dec 02 16:05:05.022 INFO Starting download, target: Cockroach |
1541 | 2024-12-02T16:05:05.257Z | Dec 02 16:05:05.022 INFO Starting download, target: Console |
1542 | 2024-12-02T16:05:05.257Z | Dec 02 16:05:05.022 INFO Starting download, target: DendriteOpenapi |
1543 | 2024-12-02T16:05:05.257Z | Dec 02 16:05:05.022 INFO Starting download, target: DendriteStub |
1544 | 2024-12-02T16:05:05.260Z | Dec 02 16:05:05.022 INFO Starting download, target: MaghemiteMgd |
1545 | 2024-12-02T16:05:05.260Z | Dec 02 16:05:05.022 INFO Starting download, target: TransceiverControl |
1546 | 2024-12-02T16:05:05.260Z | Dec 02 16:05:05.022 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1547 | 2024-12-02T16:05:05.260Z | Dec 02 16:05:05.022 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1548 | 2024-12-02T16:05:05.260Z | Dec 02 16:05:05.022 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1549 | 2024-12-02T16:05:05.260Z | Dec 02 16:05:05.023 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1550 | 2024-12-02T16:05:05.260Z | Dec 02 16:05:05.023 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1551 | 2024-12-02T16:05:05.260Z | Dec 02 16:05:05.023 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1552 | 2024-12-02T16:05:05.260Z | Dec 02 16:05:05.023 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-12-02T16:05:05.452Z | Dec 02 16:05:05.216 INFO Download complete, target: DendriteOpenapi |
1554 | 2024-12-02T16:05:05.599Z | Dec 02 16:05:05.357 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1555 | 2024-12-02T16:05:05.772Z | Dec 02 16:05:05.524 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1556 | 2024-12-02T16:05:06.088Z | Dec 02 16:05:05.846 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1557 | 2024-12-02T16:05:06.157Z | Dec 02 16:05:05.921 INFO Download complete, target: Console |
1558 | 2024-12-02T16:05:06.175Z | Dec 02 16:05:05.939 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1559 | 2024-12-02T16:05:06.254Z | Dec 02 16:05:06.019 INFO Download complete, target: TransceiverControl |
1560 | 2024-12-02T16:05:07.047Z | Dec 02 16:05:06.811 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1561 | 2024-12-02T16:05:07.047Z | Dec 02 16:05:06.811 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1562 | 2024-12-02T16:05:07.261Z | Dec 02 16:05:07.025 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2024-12-02T16:05:08.944Z | Dec 02 16:05:08.709 INFO Download complete, target: DendriteStub |
1564 | 2024-12-02T16:05:09.005Z | Dec 02 16:05:08.769 INFO Download complete, target: MaghemiteMgd |
1565 | 2024-12-02T16:05:14.110Z | Dec 02 16:05:13.874 INFO Checking that binary works, target: Cockroach |
1566 | 2024-12-02T16:05:14.272Z | Dec 02 16:05:14.036 INFO Download complete, target: Cockroach |
1567 | 2024-12-02T16:05:19.184Z | Dec 02 16:05:18.948 INFO Checking that binary works, target: Clickhouse |
1568 | 2024-12-02T16:05:19.308Z | Dec 02 16:05:19.072 INFO Download complete, target: Clickhouse |
1569 | 2024-12-02T16:05:19.328Z | All builder prerequisites installed successfully, and PATH looks valid |
1570 | 2024-12-02T16:05:19.331Z | |
1571 | 2024-12-02T16:05:19.331Z | real 4:42.770474616 |
1572 | 2024-12-02T16:05:19.331Z | user 16:32.819174503 |
1573 | 2024-12-02T16:05:19.331Z | sys 3:15.715167642 |
1574 | 2024-12-02T16:05:19.331Z | trap 0.559919335 |
1575 | 2024-12-02T16:05:19.331Z | tflt 1.575321113 |
1576 | 2024-12-02T16:05:19.331Z | dflt 2.311120133 |
1577 | 2024-12-02T16:05:19.331Z | kflt 0.023341830 |
1578 | 2024-12-02T16:05:19.331Z | lock 29:39.953137287 |
1579 | 2024-12-02T16:05:19.331Z | slp 1:01:22.432668569 |
1580 | 2024-12-02T16:05:19.331Z | lat 58.485790585 |
1581 | 2024-12-02T16:05:19.331Z | stop 2:21.134138338 |
1582 | 2024-12-02T16:05:19.331Z | + banner hack-check |
1583 | 2024-12-02T16:05:19.335Z | |
1584 | 2024-12-02T16:05:19.335Z | # # ## #### # # #### # # ###### #### # # |
1585 | 2024-12-02T16:05:19.335Z | # # # # # # # # # # # # # # # # # |
1586 | 2024-12-02T16:05:19.335Z | ###### # # # #### ##### # ###### ##### # #### |
1587 | 2024-12-02T16:05:19.335Z | # # ###### # # # # # # # # # # |
1588 | 2024-12-02T16:05:19.335Z | # # # # # # # # # # # # # # # # # |
1589 | 2024-12-02T16:05:19.335Z | # # # # #### # # #### # # ###### #### # # |
1590 | 2024-12-02T16:05:19.335Z | |
1591 | 2024-12-02T16:05:19.335Z | + export CARGO_INCREMENTAL=0 |
1592 | 2024-12-02T16:05:19.336Z | + CARGO_INCREMENTAL=0 |
1593 | 2024-12-02T16:05:19.336Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1594 | 2024-12-02T16:05:19.856Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1595 | 2024-12-02T16:05:23.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
1596 | 2024-12-02T16:05:23.693Z | Running `target/debug/xtask check-features --ci` |
1597 | 2024-12-02T16:05:23.714Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1598 | 2024-12-02T16:05:23.714Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1599 | 2024-12-02T16:05:24.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1600 | 2024-12-02T16:05:24.172Z | Running `target/debug/xtask download cargo-hack` |
1601 | 2024-12-02T16:05:24.970Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1602 | 2024-12-02T16:05:25.301Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1603 | 2024-12-02T16:05:30.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s |
1604 | 2024-12-02T16:05:30.531Z | Running `target/debug/xtask-downloader cargo-hack` |
1605 | 2024-12-02T16:05:30.566Z | Dec 02 16:05:30.329 INFO Starting download, target: CargoHack |
1606 | 2024-12-02T16:05:30.568Z | Dec 02 16:05:30.330 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1607 | 2024-12-02T16:05:31.202Z | Dec 02 16:05:30.966 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1608 | 2024-12-02T16:05:31.289Z | Dec 02 16:05:31.053 INFO Download complete, target: CargoHack |
1609 | 2024-12-02T16:05:31.293Z | 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" |
1610 | 2024-12-02T16:05:31.309Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1611 | 2024-12-02T16:05:31.474Z | info: running `cargo check --bins` on api_identity (1/173) |
1612 | 2024-12-02T16:05:32.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-12-02T16:05:32.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-12-02T16:05:32.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-12-02T16:05:32.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1616 | 2024-12-02T16:05:32.078Z | |
1617 | 2024-12-02T16:05:32.078Z | info: running `cargo check --bins` on bootstore (2/173) |
1618 | 2024-12-02T16:05:32.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-12-02T16:05:32.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-12-02T16:05:32.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-12-02T16:05:32.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1622 | 2024-12-02T16:05:32.717Z | |
1623 | 2024-12-02T16:05:32.717Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1624 | 2024-12-02T16:05:33.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-12-02T16:05:33.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-12-02T16:05:33.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-12-02T16:05:33.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1628 | 2024-12-02T16:05:33.346Z | |
1629 | 2024-12-02T16:05:33.346Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1630 | 2024-12-02T16:05:33.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-12-02T16:05:33.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-12-02T16:05:33.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-12-02T16:05:33.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1634 | 2024-12-02T16:05:33.974Z | |
1635 | 2024-12-02T16:05:33.974Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1636 | 2024-12-02T16:05:34.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-12-02T16:05:34.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-12-02T16:05:34.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-12-02T16:05:34.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1640 | 2024-12-02T16:05:34.389Z | |
1641 | 2024-12-02T16:05:34.389Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1642 | 2024-12-02T16:05:34.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-12-02T16:05:34.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-12-02T16:05:34.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-12-02T16:05:34.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1646 | 2024-12-02T16:05:34.810Z | |
1647 | 2024-12-02T16:05:34.810Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1648 | 2024-12-02T16:05:35.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-12-02T16:05:35.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-12-02T16:05:35.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-12-02T16:05:35.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1652 | 2024-12-02T16:05:35.220Z | |
1653 | 2024-12-02T16:05:35.220Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1654 | 2024-12-02T16:05:35.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-12-02T16:05:35.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-12-02T16:05:35.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-12-02T16:05:35.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1658 | 2024-12-02T16:05:35.641Z | |
1659 | 2024-12-02T16:05:35.641Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1660 | 2024-12-02T16:05:36.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-12-02T16:05:36.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-12-02T16:05:36.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-12-02T16:05:36.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1664 | 2024-12-02T16:05:36.062Z | |
1665 | 2024-12-02T16:05:36.062Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1666 | 2024-12-02T16:05:36.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-12-02T16:05:36.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-12-02T16:05:36.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-12-02T16:05:36.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1670 | 2024-12-02T16:05:36.480Z | |
1671 | 2024-12-02T16:05:36.480Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1672 | 2024-12-02T16:05:36.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-12-02T16:05:36.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-12-02T16:05:36.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-12-02T16:05:36.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1676 | 2024-12-02T16:05:36.902Z | |
1677 | 2024-12-02T16:05:36.902Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1678 | 2024-12-02T16:05:37.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-12-02T16:05:37.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-12-02T16:05:37.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-12-02T16:05:37.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1682 | 2024-12-02T16:05:37.325Z | |
1683 | 2024-12-02T16:05:37.325Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1684 | 2024-12-02T16:05:37.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-12-02T16:05:37.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-12-02T16:05:37.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-12-02T16:05:37.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1688 | 2024-12-02T16:05:37.752Z | |
1689 | 2024-12-02T16:05:37.752Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1690 | 2024-12-02T16:05:38.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-12-02T16:05:38.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-12-02T16:05:38.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2024-12-02T16:05:38.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1694 | 2024-12-02T16:05:38.162Z | |
1695 | 2024-12-02T16:05:38.162Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1696 | 2024-12-02T16:05:38.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-12-02T16:05:38.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-12-02T16:05:38.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-12-02T16:05:38.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1700 | 2024-12-02T16:05:38.580Z | |
1701 | 2024-12-02T16:05:38.580Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1702 | 2024-12-02T16:05:38.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2024-12-02T16:05:38.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2024-12-02T16:05:38.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2024-12-02T16:05:38.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1706 | 2024-12-02T16:05:38.994Z | |
1707 | 2024-12-02T16:05:38.994Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1708 | 2024-12-02T16:05:39.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2024-12-02T16:05:39.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2024-12-02T16:05:39.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2024-12-02T16:05:39.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1712 | 2024-12-02T16:05:39.415Z | |
1713 | 2024-12-02T16:05:39.415Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1714 | 2024-12-02T16:05:39.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2024-12-02T16:05:39.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2024-12-02T16:05:39.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2024-12-02T16:05:39.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1718 | 2024-12-02T16:05:39.842Z | |
1719 | 2024-12-02T16:05:39.842Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1720 | 2024-12-02T16:05:40.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2024-12-02T16:05:40.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2024-12-02T16:05:40.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2024-12-02T16:05:40.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1724 | 2024-12-02T16:05:40.269Z | |
1725 | 2024-12-02T16:05:40.269Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1726 | 2024-12-02T16:05:40.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2024-12-02T16:05:40.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2024-12-02T16:05:40.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2024-12-02T16:05:40.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1730 | 2024-12-02T16:05:40.690Z | |
1731 | 2024-12-02T16:05:40.690Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1732 | 2024-12-02T16:05:41.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2024-12-02T16:05:41.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2024-12-02T16:05:41.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2024-12-02T16:05:41.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1736 | 2024-12-02T16:05:41.117Z | |
1737 | 2024-12-02T16:05:41.117Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1738 | 2024-12-02T16:05:41.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2024-12-02T16:05:41.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2024-12-02T16:05:41.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2024-12-02T16:05:41.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1742 | 2024-12-02T16:05:41.539Z | |
1743 | 2024-12-02T16:05:41.539Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1744 | 2024-12-02T16:05:41.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2024-12-02T16:05:41.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2024-12-02T16:05:41.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2024-12-02T16:05:41.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1748 | 2024-12-02T16:05:41.964Z | |
1749 | 2024-12-02T16:05:41.964Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1750 | 2024-12-02T16:05:42.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2024-12-02T16:05:42.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2024-12-02T16:05:42.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2024-12-02T16:05:42.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1754 | 2024-12-02T16:05:42.387Z | |
1755 | 2024-12-02T16:05:42.387Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1756 | 2024-12-02T16:05:42.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2024-12-02T16:05:42.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2024-12-02T16:05:42.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2024-12-02T16:05:42.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1760 | 2024-12-02T16:05:43.025Z | |
1761 | 2024-12-02T16:05:43.025Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1762 | 2024-12-02T16:05:43.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2024-12-02T16:05:43.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2024-12-02T16:05:43.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2024-12-02T16:05:43.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1766 | 2024-12-02T16:05:43.657Z | |
1767 | 2024-12-02T16:05:43.657Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1768 | 2024-12-02T16:05:44.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2024-12-02T16:05:44.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2024-12-02T16:05:44.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2024-12-02T16:05:44.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1772 | 2024-12-02T16:05:44.280Z | |
1773 | 2024-12-02T16:05:44.280Z | info: running `cargo check --bins` on oxlog (28/173) |
1774 | 2024-12-02T16:05:44.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2024-12-02T16:05:44.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2024-12-02T16:05:44.893Z | Checking cfg-if v1.0.0 |
1777 | 2024-12-02T16:05:44.896Z | Checking libc v0.2.162 |
1778 | 2024-12-02T16:05:45.001Z | Checking serde v1.0.215 |
1779 | 2024-12-02T16:05:45.004Z | Checking zeroize v1.8.1 |
1780 | 2024-12-02T16:05:45.019Z | Checking memchr v2.7.4 |
1781 | 2024-12-02T16:05:45.021Z | Checking typenum v1.17.0 |
1782 | 2024-12-02T16:05:45.027Z | Checking scopeguard v1.2.0 |
1783 | 2024-12-02T16:05:45.049Z | Checking subtle v2.6.1 |
1784 | 2024-12-02T16:05:45.062Z | Checking value-bag v1.9.0 |
1785 | 2024-12-02T16:05:45.167Z | Checking lock_api v0.4.12 |
1786 | 2024-12-02T16:05:45.247Z | Checking smallvec v1.13.2 |
1787 | 2024-12-02T16:05:45.295Z | Checking itoa v1.0.11 |
1788 | 2024-12-02T16:05:45.476Z | Checking log v0.4.22 |
1789 | 2024-12-02T16:05:45.517Z | Checking const-oid v0.9.6 |
1790 | 2024-12-02T16:05:45.578Z | Checking pin-project-lite v0.2.14 |
1791 | 2024-12-02T16:05:45.619Z | Checking byteorder v1.5.0 |
1792 | 2024-12-02T16:05:45.696Z | Checking futures-core v0.3.31 |
1793 | 2024-12-02T16:05:45.875Z | Checking once_cell v1.20.2 |
1794 | 2024-12-02T16:05:45.890Z | Checking cpufeatures v0.2.14 |
1795 | 2024-12-02T16:05:45.974Z | Checking stable_deref_trait v1.2.0 |
1796 | 2024-12-02T16:05:46.007Z | Checking futures-sink v0.3.31 |
1797 | 2024-12-02T16:05:46.048Z | Checking spin v0.9.8 |
1798 | 2024-12-02T16:05:46.069Z | Checking zerocopy v0.7.35 |
1799 | 2024-12-02T16:05:46.096Z | Checking getrandom v0.2.15 |
1800 | 2024-12-02T16:05:46.135Z | Checking signal-hook-registry v1.4.2 |
1801 | 2024-12-02T16:05:46.170Z | Checking parking_lot_core v0.9.10 |
1802 | 2024-12-02T16:05:46.325Z | Checking rand_core v0.6.4 |
1803 | 2024-12-02T16:05:46.347Z | Checking generic-array v0.14.7 |
1804 | 2024-12-02T16:05:46.390Z | Checking mio v1.0.2 |
1805 | 2024-12-02T16:05:46.414Z | Checking socket2 v0.5.7 |
1806 | 2024-12-02T16:05:46.517Z | Checking parking_lot v0.12.3 |
1807 | 2024-12-02T16:05:46.621Z | Checking slab v0.4.9 |
1808 | 2024-12-02T16:05:46.905Z | Checking zerofrom v0.1.4 |
1809 | 2024-12-02T16:05:46.959Z | Checking futures-channel v0.3.31 |
1810 | 2024-12-02T16:05:46.959Z | Checking allocator-api2 v0.2.18 |
1811 | 2024-12-02T16:05:46.990Z | Checking pin-utils v0.1.0 |
1812 | 2024-12-02T16:05:47.090Z | Checking futures-io v0.3.31 |
1813 | 2024-12-02T16:05:47.117Z | Checking yoke v0.7.4 |
1814 | 2024-12-02T16:05:47.244Z | Checking foldhash v0.1.3 |
1815 | 2024-12-02T16:05:47.252Z | Checking equivalent v1.0.1 |
1816 | 2024-12-02T16:05:47.279Z | Checking futures-task v0.3.31 |
1817 | 2024-12-02T16:05:47.344Z | Checking ryu v1.0.18 |
1818 | 2024-12-02T16:05:47.423Z | Checking zerovec v0.10.4 |
1819 | 2024-12-02T16:05:47.443Z | Checking tinyvec_macros v0.1.1 |
1820 | 2024-12-02T16:05:47.502Z | Checking fnv v1.0.7 |
1821 | 2024-12-02T16:05:47.516Z | Checking tinyvec v1.8.0 |
1822 | 2024-12-02T16:05:47.520Z | Checking futures-util v0.3.31 |
1823 | 2024-12-02T16:05:47.520Z | Checking hashbrown v0.15.0 |
1824 | 2024-12-02T16:05:47.548Z | Checking crypto-common v0.1.6 |
1825 | 2024-12-02T16:05:47.577Z | Checking block-buffer v0.10.4 |
1826 | 2024-12-02T16:05:47.611Z | Checking block-padding v0.3.3 |
1827 | 2024-12-02T16:05:47.730Z | Checking libm v0.2.8 |
1828 | 2024-12-02T16:05:47.795Z | Checking digest v0.10.7 |
1829 | 2024-12-02T16:05:47.824Z | Checking inout v0.1.3 |
1830 | 2024-12-02T16:05:48.056Z | Checking cipher v0.4.4 |
1831 | 2024-12-02T16:05:48.173Z | Checking hmac v0.12.1 |
1832 | 2024-12-02T16:05:48.376Z | Checking sha2 v0.10.8 |
1833 | 2024-12-02T16:05:48.474Z | Checking writeable v0.5.5 |
1834 | 2024-12-02T16:05:48.662Z | Checking litemap v0.7.3 |
1835 | 2024-12-02T16:05:48.690Z | Checking base64ct v1.6.0 |
1836 | 2024-12-02T16:05:48.784Z | Checking unicode-bidi v0.3.17 |
1837 | 2024-12-02T16:05:48.802Z | Checking unicode-normalization v0.1.24 |
1838 | 2024-12-02T16:05:48.946Z | Checking num-traits v0.2.19 |
1839 | 2024-12-02T16:05:49.006Z | Checking ppv-lite86 v0.2.20 |
1840 | 2024-12-02T16:05:49.065Z | Checking tinystr v0.7.6 |
1841 | 2024-12-02T16:05:49.122Z | Checking pem-rfc7468 v0.7.0 |
1842 | 2024-12-02T16:05:49.377Z | Checking flagset v0.4.6 |
1843 | 2024-12-02T16:05:49.413Z | Checking tracing-core v0.1.32 |
1844 | 2024-12-02T16:05:49.428Z | Checking icu_locid v1.5.0 |
1845 | 2024-12-02T16:05:49.567Z | Checking der v0.7.9 |
1846 | 2024-12-02T16:05:49.730Z | Checking thiserror v1.0.69 |
1847 | 2024-12-02T16:05:49.803Z | Checking rand_chacha v0.3.1 |
1848 | 2024-12-02T16:05:49.860Z | Checking rustls-pki-types v1.9.0 |
1849 | 2024-12-02T16:05:50.107Z | Checking icu_locid_transform_data v1.5.0 |
1850 | 2024-12-02T16:05:50.123Z | Checking bytes v1.8.0 |
1851 | 2024-12-02T16:05:50.202Z | Checking indexmap v2.6.0 |
1852 | 2024-12-02T16:05:50.218Z | Checking serde_json v1.0.132 |
1853 | 2024-12-02T16:05:50.453Z | Checking bitflags v2.6.0 |
1854 | 2024-12-02T16:05:50.476Z | Checking icu_provider v1.5.0 |
1855 | 2024-12-02T16:05:50.605Z | Checking percent-encoding v2.3.1 |
1856 | 2024-12-02T16:05:50.755Z | Checking rand v0.8.5 |
1857 | 2024-12-02T16:05:50.820Z | Checking tracing v0.1.40 |
1858 | 2024-12-02T16:05:50.929Z | Checking tokio v1.40.0 |
1859 | 2024-12-02T16:05:51.148Z | Checking http v1.1.0 |
1860 | 2024-12-02T16:05:51.173Z | Checking icu_locid_transform v1.5.0 |
1861 | 2024-12-02T16:05:51.432Z | Checking spki v0.7.3 |
1862 | 2024-12-02T16:05:51.531Z | Checking icu_collections v1.5.0 |
1863 | 2024-12-02T16:05:51.719Z | Checking salsa20 v0.10.2 |
1864 | 2024-12-02T16:05:51.941Z | Checking pbkdf2 v0.12.2 |
1865 | 2024-12-02T16:05:52.005Z | Checking aws-lc-sys v0.22.0 |
1866 | 2024-12-02T16:05:52.061Z | Checking httparse v1.9.5 |
1867 | 2024-12-02T16:05:52.103Z | Checking untrusted v0.7.1 |
1868 | 2024-12-02T16:05:52.119Z | Checking mirai-annotations v1.12.0 |
1869 | 2024-12-02T16:05:52.199Z | Checking powerfmt v0.2.0 |
1870 | 2024-12-02T16:05:52.266Z | Checking icu_properties_data v1.5.0 |
1871 | 2024-12-02T16:05:52.286Z | Checking untrusted v0.9.0 |
1872 | 2024-12-02T16:05:52.435Z | Checking ring v0.17.8 |
1873 | 2024-12-02T16:05:52.465Z | Checking deranged v0.3.11 |
1874 | 2024-12-02T16:05:52.499Z | Checking scrypt v0.11.0 |
1875 | 2024-12-02T16:05:52.517Z | Checking icu_properties v1.5.1 |
1876 | 2024-12-02T16:05:52.531Z | Checking aes v0.8.4 |
1877 | 2024-12-02T16:05:52.663Z | Checking cbc v0.1.2 |
1878 | 2024-12-02T16:05:52.729Z | Checking crossbeam-utils v0.8.20 |
1879 | 2024-12-02T16:05:52.881Z | Checking time-core v0.1.2 |
1880 | 2024-12-02T16:05:53.059Z | Checking atomic-waker v1.1.2 |
1881 | 2024-12-02T16:05:53.184Z | Checking utf8_iter v1.0.4 |
1882 | 2024-12-02T16:05:53.392Z | Checking num-conv v0.1.0 |
1883 | 2024-12-02T16:05:53.466Z | Checking num_threads v0.1.7 |
1884 | 2024-12-02T16:05:53.496Z | Checking utf16_iter v1.0.5 |
1885 | 2024-12-02T16:05:53.588Z | Checking write16 v1.0.0 |
1886 | 2024-12-02T16:05:53.649Z | Checking icu_normalizer_data v1.5.0 |
1887 | 2024-12-02T16:05:53.665Z | Checking pkcs5 v0.7.1 |
1888 | 2024-12-02T16:05:53.709Z | Checking http-body v1.0.1 |
1889 | 2024-12-02T16:05:53.740Z | Checking form_urlencoded v1.2.1 |
1890 | 2024-12-02T16:05:53.901Z | Checking try-lock v0.2.5 |
1891 | 2024-12-02T16:05:53.956Z | Checking httpdate v1.0.3 |
1892 | 2024-12-02T16:05:54.047Z | Checking want v0.3.1 |
1893 | 2024-12-02T16:05:54.167Z | Checking pkcs8 v0.10.2 |
1894 | 2024-12-02T16:05:54.184Z | Checking unicode-ident v1.0.13 |
1895 | 2024-12-02T16:05:54.209Z | Checking toml_datetime v0.6.8 |
1896 | 2024-12-02T16:05:54.222Z | Checking time v0.3.36 |
1897 | 2024-12-02T16:05:54.272Z | Checking serde_spanned v0.6.8 |
1898 | 2024-12-02T16:05:54.338Z | Checking proc-macro2 v1.0.89 |
1899 | 2024-12-02T16:05:54.463Z | Checking uuid v1.11.0 |
1900 | 2024-12-02T16:05:54.479Z | Checking slog v2.7.0 |
1901 | 2024-12-02T16:05:54.495Z | Checking scroll v0.12.0 |
1902 | 2024-12-02T16:05:54.521Z | Checking aws-lc-rs v1.10.0 |
1903 | 2024-12-02T16:05:54.967Z | Checking adler2 v2.0.0 |
1904 | 2024-12-02T16:05:54.983Z | Checking match_cfg v0.1.0 |
1905 | 2024-12-02T16:05:55.026Z | Checking iana-time-zone v0.1.61 |
1906 | 2024-12-02T16:05:55.062Z | Checking foreign-types-shared v0.1.1 |
1907 | 2024-12-02T16:05:55.078Z | Checking base64 v0.22.1 |
1908 | 2024-12-02T16:05:55.128Z | Checking plain v0.2.3 |
1909 | 2024-12-02T16:05:55.163Z | Checking tower-service v0.3.3 |
1910 | 2024-12-02T16:05:55.180Z | Checking ucd-trie v0.1.7 |
1911 | 2024-12-02T16:05:55.277Z | Checking goblin v0.8.2 |
1912 | 2024-12-02T16:05:55.293Z | Checking chrono v0.4.38 |
1913 | 2024-12-02T16:05:55.389Z | Checking pest v2.7.14 |
1914 | 2024-12-02T16:05:55.538Z | Checking foreign-types v0.3.2 |
1915 | 2024-12-02T16:05:55.631Z | Checking miniz_oxide v0.8.0 |
1916 | 2024-12-02T16:05:55.803Z | Checking icu_normalizer v1.5.0 |
1917 | 2024-12-02T16:05:56.313Z | Checking rustls-webpki v0.102.8 |
1918 | 2024-12-02T16:05:56.376Z | Checking hostname v0.3.1 |
1919 | 2024-12-02T16:05:56.519Z | Checking quote v1.0.37 |
1920 | 2024-12-02T16:05:56.623Z | Checking idna_adapter v1.2.0 |
1921 | 2024-12-02T16:05:56.760Z | Checking openssl-sys v0.9.103 |
1922 | 2024-12-02T16:05:56.808Z | Checking idna v1.0.3 |
1923 | 2024-12-02T16:05:56.836Z | Checking dirs-sys-next v0.1.2 |
1924 | 2024-12-02T16:05:57.016Z | Checking errno v0.3.9 |
1925 | 2024-12-02T16:05:57.105Z | Checking aho-corasick v1.1.3 |
1926 | 2024-12-02T16:05:57.198Z | Checking pretty-hex v0.4.1 |
1927 | 2024-12-02T16:05:57.297Z | Checking url v2.5.3 |
1928 | 2024-12-02T16:05:57.357Z | Checking siphasher v0.3.11 |
1929 | 2024-12-02T16:05:57.376Z | Checking regex-syntax v0.8.5 |
1930 | 2024-12-02T16:05:57.668Z | Checking data-encoding v2.6.0 |
1931 | 2024-12-02T16:05:57.876Z | Checking dtrace-parser v0.2.0 |
1932 | 2024-12-02T16:05:58.101Z | Checking openssl v0.10.66 |
1933 | 2024-12-02T16:05:58.122Z | Checking rustix v0.38.37 |
1934 | 2024-12-02T16:05:58.268Z | Checking tokio-util v0.7.12 |
1935 | 2024-12-02T16:05:58.313Z | Checking dirs-next v2.0.0 |
1936 | 2024-12-02T16:05:58.388Z | Checking syn v2.0.87 |
1937 | 2024-12-02T16:05:58.441Z | Checking http-body-util v0.1.2 |
1938 | 2024-12-02T16:05:58.763Z | Checking crossbeam-epoch v0.9.18 |
1939 | 2024-12-02T16:05:58.882Z | Checking sha1 v0.10.6 |
1940 | 2024-12-02T16:05:59.160Z | Checking signature v2.2.0 |
1941 | 2024-12-02T16:05:59.190Z | Checking lazy_static v1.5.0 |
1942 | 2024-12-02T16:05:59.226Z | Checking h2 v0.4.6 |
1943 | 2024-12-02T16:05:59.313Z | Checking thread_local v1.1.8 |
1944 | 2024-12-02T16:05:59.343Z | Checking thread-id v4.2.2 |
1945 | 2024-12-02T16:05:59.456Z | Checking encoding_rs v0.8.34 |
1946 | 2024-12-02T16:05:59.577Z | Checking gimli v0.31.1 |
1947 | 2024-12-02T16:06:00.314Z | Checking dof v0.3.0 |
1948 | 2024-12-02T16:06:00.721Z | Checking regex-automata v0.4.8 |
1949 | 2024-12-02T16:06:00.968Z | Checking anstyle v1.0.10 |
1950 | 2024-12-02T16:06:01.332Z | Checking utf8parse v0.2.2 |
1951 | 2024-12-02T16:06:01.483Z | Checking either v1.13.0 |
1952 | 2024-12-02T16:06:01.680Z | Checking mime v0.3.17 |
1953 | 2024-12-02T16:06:01.720Z | Checking winnow v0.6.20 |
1954 | 2024-12-02T16:06:01.854Z | Checking ipnet v2.10.1 |
1955 | 2024-12-02T16:06:02.017Z | Checking openssl-probe v0.1.5 |
1956 | 2024-12-02T16:06:02.177Z | Checking unicode-properties v0.1.3 |
1957 | 2024-12-02T16:06:02.336Z | Checking anstyle-parse v0.2.5 |
1958 | 2024-12-02T16:06:02.561Z | Checking stringprep v0.1.5 |
1959 | 2024-12-02T16:06:02.611Z | Checking crossbeam-deque v0.8.5 |
1960 | 2024-12-02T16:06:02.843Z | Checking term v0.7.0 |
1961 | 2024-12-02T16:06:02.934Z | Checking rustls v0.22.4 |
1962 | 2024-12-02T16:06:03.257Z | Checking rustls v0.23.14 |
1963 | 2024-12-02T16:06:03.643Z | Checking addr2line v0.24.2 |
1964 | 2024-12-02T16:06:03.658Z | Checking native-tls v0.2.12 |
1965 | 2024-12-02T16:06:03.959Z | Checking slog-json v2.6.1 |
1966 | 2024-12-02T16:06:04.160Z | Checking serde_urlencoded v0.7.1 |
1967 | 2024-12-02T16:06:04.213Z | Checking crossbeam-channel v0.5.13 |
1968 | 2024-12-02T16:06:04.598Z | Checking futures-executor v0.3.31 |
1969 | 2024-12-02T16:06:04.742Z | Checking toml_edit v0.22.22 |
1970 | 2024-12-02T16:06:04.817Z | Checking num-integer v0.1.46 |
1971 | 2024-12-02T16:06:04.844Z | Checking usdt-impl v0.5.0 |
1972 | 2024-12-02T16:06:04.960Z | Checking rustls-pemfile v2.2.0 |
1973 | 2024-12-02T16:06:05.164Z | Checking idna v0.4.0 |
1974 | 2024-12-02T16:06:05.340Z | Checking idna v0.3.0 |
1975 | 2024-12-02T16:06:05.388Z | Checking md-5 v0.10.6 |
1976 | 2024-12-02T16:06:05.403Z | Checking ff v0.13.0 |
1977 | 2024-12-02T16:06:05.561Z | Checking hyper v1.5.0 |
1978 | 2024-12-02T16:06:05.596Z | Checking is-terminal v0.4.13 |
1979 | 2024-12-02T16:06:05.615Z | Checking memmap v0.7.0 |
1980 | 2024-12-02T16:06:05.711Z | Checking hash32 v0.2.1 |
1981 | 2024-12-02T16:06:05.809Z | Checking object v0.36.5 |
1982 | 2024-12-02T16:06:05.979Z | Checking utf-8 v0.7.6 |
1983 | 2024-12-02T16:06:06.034Z | Checking colorchoice v1.0.2 |
1984 | 2024-12-02T16:06:06.165Z | Checking dyn-clone v1.0.17 |
1985 | 2024-12-02T16:06:06.181Z | Checking rustc-demangle v0.1.24 |
1986 | 2024-12-02T16:06:06.195Z | Checking base16ct v0.2.0 |
1987 | 2024-12-02T16:06:06.301Z | Checking quick-error v1.2.3 |
1988 | 2024-12-02T16:06:06.377Z | Checking fallible-iterator v0.2.0 |
1989 | 2024-12-02T16:06:06.438Z | Checking take_mut v0.2.2 |
1990 | 2024-12-02T16:06:06.554Z | Checking anstyle-query v1.1.1 |
1991 | 2024-12-02T16:06:06.579Z | Checking is_terminal_polyfill v1.70.1 |
1992 | 2024-12-02T16:06:06.599Z | Checking linked-hash-map v0.5.6 |
1993 | 2024-12-02T16:06:06.677Z | Checking psl-types v2.0.11 |
1994 | 2024-12-02T16:06:06.694Z | Checking anstream v0.6.15 |
1995 | 2024-12-02T16:06:06.853Z | Checking publicsuffix v2.2.3 |
1996 | 2024-12-02T16:06:06.927Z | Checking lru-cache v0.1.2 |
1997 | 2024-12-02T16:06:06.963Z | Checking postgres-protocol v0.6.7 |
1998 | 2024-12-02T16:06:07.056Z | Checking slog-async v2.8.0 |
1999 | 2024-12-02T16:06:07.087Z | Checking tokio-rustls v0.25.0 |
2000 | 2024-12-02T16:06:07.105Z | Checking resolv-conf v0.7.0 |
2001 | 2024-12-02T16:06:07.340Z | Checking sec1 v0.7.3 |
2002 | 2024-12-02T16:06:07.381Z | Checking toml v0.8.19 |
2003 | 2024-12-02T16:06:07.441Z | Checking schemars v0.8.21 |
2004 | 2024-12-02T16:06:07.464Z | Checking tungstenite v0.24.0 |
2005 | 2024-12-02T16:06:07.645Z | Checking hyper-util v0.1.10 |
2006 | 2024-12-02T16:06:07.662Z | Checking heapless v0.7.17 |
2007 | 2024-12-02T16:06:07.733Z | Checking hickory-proto v0.24.1 |
2008 | 2024-12-02T16:06:08.118Z | Checking usdt v0.5.0 |
2009 | 2024-12-02T16:06:08.397Z | Checking slog-term v2.9.1 |
2010 | 2024-12-02T16:06:08.400Z | Checking group v0.13.0 |
2011 | 2024-12-02T16:06:08.647Z | Checking num-iter v0.1.45 |
2012 | 2024-12-02T16:06:08.743Z | Checking futures v0.3.31 |
2013 | 2024-12-02T16:06:08.811Z | Checking slog-bunyan v2.5.0 |
2014 | 2024-12-02T16:06:08.856Z | Checking tokio-native-tls v0.3.1 |
2015 | 2024-12-02T16:06:08.900Z | Checking rayon-core v1.12.1 |
2016 | 2024-12-02T16:06:08.946Z | Checking tokio-rustls v0.26.0 |
2017 | 2024-12-02T16:06:08.975Z | Checking multer v3.1.0 |
2018 | 2024-12-02T16:06:09.058Z | Checking terminal_size v0.4.0 |
2019 | 2024-12-02T16:06:09.123Z | Checking phf_shared v0.11.2 |
2020 | 2024-12-02T16:06:09.218Z | Checking cookie v0.18.1 |
2021 | 2024-12-02T16:06:09.354Z | Checking async-stream v0.3.6 |
2022 | 2024-12-02T16:06:09.371Z | Checking bzip2-sys v0.1.11+1.0.8 |
2023 | 2024-12-02T16:06:09.398Z | Checking signal-hook v0.3.17 |
2024 | 2024-12-02T16:06:09.497Z | Checking camino v1.1.9 |
2025 | 2024-12-02T16:06:09.545Z | Checking waitgroup v0.1.2 |
2026 | 2024-12-02T16:06:09.583Z | Checking openapiv3 v2.0.0 |
2027 | 2024-12-02T16:06:09.640Z | Checking webpki-roots v0.26.6 |
2028 | 2024-12-02T16:06:09.673Z | Checking serde_path_to_error v0.1.16 |
2029 | 2024-12-02T16:06:09.675Z | Checking idna v0.5.0 |
2030 | 2024-12-02T16:06:09.715Z | Checking hkdf v0.12.4 |
2031 | 2024-12-02T16:06:09.854Z | Checking crypto-bigint v0.5.5 |
2032 | 2024-12-02T16:06:09.920Z | Checking hostname v0.4.0 |
2033 | 2024-12-02T16:06:10.050Z | Checking crc32fast v1.4.2 |
2034 | 2024-12-02T16:06:10.067Z | Checking managed v0.8.0 |
2035 | 2024-12-02T16:06:10.273Z | Checking debug-ignore v1.0.5 |
2036 | 2024-12-02T16:06:10.276Z | Checking bitflags v1.3.2 |
2037 | 2024-12-02T16:06:10.374Z | Checking strsim v0.11.1 |
2038 | 2024-12-02T16:06:10.414Z | Checking winnow v0.5.40 |
2039 | 2024-12-02T16:06:10.428Z | Checking unicode-width v0.1.14 |
2040 | 2024-12-02T16:06:10.563Z | Checking clap_lex v0.7.2 |
2041 | 2024-12-02T16:06:10.667Z | Checking cookie_store v0.21.0 |
2042 | 2024-12-02T16:06:10.818Z | Checking clap_builder v4.5.21 |
2043 | 2024-12-02T16:06:10.926Z | Checking console v0.15.8 |
2044 | 2024-12-02T16:06:11.399Z | Checking smoltcp v0.9.1 |
2045 | 2024-12-02T16:06:11.523Z | Checking flate2 v1.0.34 |
2046 | 2024-12-02T16:06:12.278Z | Checking hyper-rustls v0.27.3 |
2047 | 2024-12-02T16:06:12.381Z | Checking backtrace v0.3.74 |
2048 | 2024-12-02T16:06:12.614Z | Checking signal-hook-mio v0.2.4 |
2049 | 2024-12-02T16:06:12.755Z | Checking hickory-resolver v0.24.1 |
2050 | 2024-12-02T16:06:12.848Z | Checking elliptic-curve v0.13.8 |
2051 | 2024-12-02T16:06:12.848Z | Checking hyper-tls v0.6.0 |
2052 | 2024-12-02T16:06:12.921Z | Checking rayon v1.10.0 |
2053 | 2024-12-02T16:06:12.998Z | Checking anyhow v1.0.93 |
2054 | 2024-12-02T16:06:13.032Z | Checking bzip2 v0.4.4 |
2055 | 2024-12-02T16:06:13.050Z | Checking dropshot v0.12.0 |
2056 | 2024-12-02T16:06:13.262Z | Checking phf v0.11.2 |
2057 | 2024-12-02T16:06:13.275Z | Checking num-bigint-dig v0.8.4 |
2058 | 2024-12-02T16:06:13.293Z | Checking tokio-tungstenite v0.24.0 |
2059 | 2024-12-02T16:06:13.509Z | Checking toml_edit v0.19.15 |
2060 | 2024-12-02T16:06:13.543Z | Checking postgres-types v0.2.8 |
2061 | 2024-12-02T16:06:13.768Z | Checking regex v1.11.1 |
2062 | 2024-12-02T16:06:13.953Z | Checking bstr v1.10.0 |
2063 | 2024-12-02T16:06:14.174Z | Checking ed25519 v2.2.3 |
2064 | 2024-12-02T16:06:14.282Z | Checking tokio-stream v0.1.16 |
2065 | 2024-12-02T16:06:14.383Z | Checking phf_shared v0.10.0 |
2066 | 2024-12-02T16:06:14.490Z | Checking curve25519-dalek v4.1.3 |
2067 | 2024-12-02T16:06:14.714Z | Checking zerocopy v0.6.6 |
2068 | 2024-12-02T16:06:14.933Z | Checking pkcs1 v0.7.5 |
2069 | 2024-12-02T16:06:15.165Z | Checking hubpack v0.1.2 |
2070 | 2024-12-02T16:06:15.357Z | Checking portable-atomic v1.9.0 |
2071 | 2024-12-02T16:06:15.451Z | Checking float-cmp v0.9.0 |
2072 | 2024-12-02T16:06:15.461Z | Checking serde-big-array v0.5.1 |
2073 | 2024-12-02T16:06:15.482Z | Checking rfc6979 v0.4.0 |
2074 | 2024-12-02T16:06:15.631Z | Checking sync_wrapper v1.0.1 |
2075 | 2024-12-02T16:06:15.663Z | Checking difflib v0.4.0 |
2076 | 2024-12-02T16:06:15.678Z | Checking unicode-segmentation v1.12.0 |
2077 | 2024-12-02T16:06:15.766Z | Checking bit-vec v0.6.3 |
2078 | 2024-12-02T16:06:15.979Z | Checking new_debug_unreachable v1.0.6 |
2079 | 2024-12-02T16:06:16.014Z | Checking fixedbitset v0.4.2 |
2080 | 2024-12-02T16:06:16.066Z | Checking predicates-core v1.0.8 |
2081 | 2024-12-02T16:06:16.113Z | Checking static_assertions v1.1.0 |
2082 | 2024-12-02T16:06:16.213Z | Checking normalize-line-endings v0.3.0 |
2083 | 2024-12-02T16:06:16.244Z | Checking minimal-lexical v0.2.1 |
2084 | 2024-12-02T16:06:16.283Z | Checking whoami v1.5.2 |
2085 | 2024-12-02T16:06:16.322Z | Checking unicode-width v0.2.0 |
2086 | 2024-12-02T16:06:16.359Z | Checking precomputed-hash v0.1.1 |
2087 | 2024-12-02T16:06:16.384Z | Checking number_prefix v0.4.0 |
2088 | 2024-12-02T16:06:16.415Z | Checking ed25519-dalek v2.1.1 |
2089 | 2024-12-02T16:06:16.464Z | Checking string_cache v0.8.7 |
2090 | 2024-12-02T16:06:16.563Z | Checking similar v2.6.0 |
2091 | 2024-12-02T16:06:16.579Z | Checking tokio-postgres v0.7.12 |
2092 | 2024-12-02T16:06:16.619Z | Checking nom v7.1.3 |
2093 | 2024-12-02T16:06:16.738Z | Checking predicates v3.1.2 |
2094 | 2024-12-02T16:06:16.756Z | Checking petgraph v0.6.5 |
2095 | 2024-12-02T16:06:16.777Z | Checking qorb v0.2.1 |
2096 | 2024-12-02T16:06:16.793Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2097 | 2024-12-02T16:06:16.796Z | Checking indicatif v0.17.9 |
2098 | 2024-12-02T16:06:17.395Z | Checking bit-set v0.5.3 |
2099 | 2024-12-02T16:06:17.412Z | Checking toml v0.7.8 |
2100 | 2024-12-02T16:06:17.557Z | Checking reqwest v0.12.9 |
2101 | 2024-12-02T16:06:17.666Z | Checking ecdsa v0.16.9 |
2102 | 2024-12-02T16:06:18.105Z | Checking rsa v0.9.6 |
2103 | 2024-12-02T16:06:18.399Z | Checking clap v4.5.21 |
2104 | 2024-12-02T16:06:18.531Z | Checking zip v0.6.6 |
2105 | 2024-12-02T16:06:19.183Z | Checking crossterm v0.28.1 |
2106 | 2024-12-02T16:06:19.243Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2107 | 2024-12-02T16:06:19.268Z | Checking itertools v0.12.1 |
2108 | 2024-12-02T16:06:19.314Z | Checking itertools v0.10.5 |
2109 | 2024-12-02T16:06:19.399Z | Checking fs-err v2.11.0 |
2110 | 2024-12-02T16:06:19.556Z | Checking ahash v0.8.11 |
2111 | 2024-12-02T16:06:19.740Z | Checking x509-cert v0.2.5 |
2112 | 2024-12-02T16:06:19.953Z | Checking hex v0.4.3 |
2113 | 2024-12-02T16:06:20.017Z | Checking semver v1.0.23 |
2114 | 2024-12-02T16:06:20.101Z | Checking lalrpop-util v0.19.12 |
2115 | 2024-12-02T16:06:20.384Z | Checking peg-runtime v0.8.3 |
2116 | 2024-12-02T16:06:20.410Z | Checking sigpipe v0.1.3 |
2117 | 2024-12-02T16:06:21.729Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2118 | 2024-12-02T16:06:22.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.75s |
2119 | 2024-12-02T16:06:22.198Z | |
2120 | 2024-12-02T16:06:22.198Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2121 | 2024-12-02T16:06:22.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2122 | 2024-12-02T16:06:22.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2123 | 2024-12-02T16:06:22.853Z | Compiling hashbrown v0.14.5 |
2124 | 2024-12-02T16:06:22.974Z | Checking heck v0.5.0 |
2125 | 2024-12-02T16:06:22.987Z | Compiling unsafe-libyaml v0.2.11 |
2126 | 2024-12-02T16:06:23.001Z | Compiling ident_case v1.0.1 |
2127 | 2024-12-02T16:06:23.014Z | Checking progenitor-client v0.8.0 |
2128 | 2024-12-02T16:06:23.027Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2129 | 2024-12-02T16:06:23.039Z | Compiling proc-macro-crate v1.3.1 |
2130 | 2024-12-02T16:06:23.139Z | Compiling darling_core v0.20.10 |
2131 | 2024-12-02T16:06:23.172Z | Checking ipnetwork v0.20.0 |
2132 | 2024-12-02T16:06:23.369Z | Compiling structmeta-derive v0.3.0 |
2133 | 2024-12-02T16:06:23.386Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2134 | 2024-12-02T16:06:23.563Z | Compiling newtype-uuid v1.1.3 |
2135 | 2024-12-02T16:06:23.734Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2136 | 2024-12-02T16:06:23.867Z | Compiling lzma-sys v0.1.20 |
2137 | 2024-12-02T16:06:24.096Z | Compiling foreign-types-macros v0.2.3 |
2138 | 2024-12-02T16:06:24.153Z | Checking regress v0.10.1 |
2139 | 2024-12-02T16:06:24.170Z | Compiling num_enum_derive v0.5.11 |
2140 | 2024-12-02T16:06:24.656Z | Compiling serde_yaml v0.9.34+deprecated |
2141 | 2024-12-02T16:06:24.933Z | Compiling dropshot v0.13.0 |
2142 | 2024-12-02T16:06:25.214Z | Checking foreign-types-shared v0.3.1 |
2143 | 2024-12-02T16:06:25.331Z | Checking arc-swap v1.7.1 |
2144 | 2024-12-02T16:06:25.349Z | Checking foreign-types v0.5.0 |
2145 | 2024-12-02T16:06:25.566Z | Compiling proc-macro-error v1.0.4 |
2146 | 2024-12-02T16:06:25.762Z | Checking slog-scope v4.4.0 |
2147 | 2024-12-02T16:06:26.320Z | Compiling structmeta v0.3.0 |
2148 | 2024-12-02T16:06:26.362Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2149 | 2024-12-02T16:06:26.429Z | Checking tungstenite v0.21.0 |
2150 | 2024-12-02T16:06:26.475Z | Compiling heck v0.3.3 |
2151 | 2024-12-02T16:06:26.729Z | Checking num_enum v0.5.11 |
2152 | 2024-12-02T16:06:26.748Z | Compiling parse-display-derive v0.10.0 |
2153 | 2024-12-02T16:06:26.884Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2154 | 2024-12-02T16:06:26.927Z | Compiling dropshot_endpoint v0.13.0 |
2155 | 2024-12-02T16:06:27.338Z | Checking cstr-argument v0.1.2 |
2156 | 2024-12-02T16:06:27.520Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2157 | 2024-12-02T16:06:27.691Z | Checking typify-impl v0.2.0 |
2158 | 2024-12-02T16:06:27.711Z | Checking instant v0.1.13 |
2159 | 2024-12-02T16:06:27.822Z | Checking pretty-hex v0.2.1 |
2160 | 2024-12-02T16:06:28.334Z | Checking fastrand v2.1.1 |
2161 | 2024-12-02T16:06:28.681Z | Checking base64 v0.21.7 |
2162 | 2024-12-02T16:06:28.906Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2163 | 2024-12-02T16:06:29.201Z | Checking tempfile v3.13.0 |
2164 | 2024-12-02T16:06:29.222Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2165 | 2024-12-02T16:06:29.358Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2166 | 2024-12-02T16:06:29.409Z | Checking backoff v0.4.0 |
2167 | 2024-12-02T16:06:29.569Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2168 | 2024-12-02T16:06:29.643Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2169 | 2024-12-02T16:06:29.712Z | Checking tokio-tungstenite v0.21.0 |
2170 | 2024-12-02T16:06:29.730Z | Compiling zone_cfg_derive v0.1.2 |
2171 | 2024-12-02T16:06:29.957Z | Checking strum v0.26.3 |
2172 | 2024-12-02T16:06:30.107Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2173 | 2024-12-02T16:06:30.212Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2174 | 2024-12-02T16:06:30.275Z | Compiling darling_macro v0.20.10 |
2175 | 2024-12-02T16:06:30.291Z | Checking slog-stdlog v4.1.1 |
2176 | 2024-12-02T16:06:30.458Z | Checking regress v0.9.1 |
2177 | 2024-12-02T16:06:30.611Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2178 | 2024-12-02T16:06:30.763Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2179 | 2024-12-02T16:06:30.840Z | Checking colored v2.1.0 |
2180 | 2024-12-02T16:06:31.035Z | Checking macaddr v1.0.1 |
2181 | 2024-12-02T16:06:31.142Z | Checking base64 v0.13.1 |
2182 | 2024-12-02T16:06:31.211Z | Checking zone v0.1.8 |
2183 | 2024-12-02T16:06:31.323Z | Compiling darling v0.20.10 |
2184 | 2024-12-02T16:06:31.342Z | Compiling serde_with_macros v3.11.0 |
2185 | 2024-12-02T16:06:31.450Z | Checking parse-display v0.10.0 |
2186 | 2024-12-02T16:06:31.517Z | Checking ron v0.7.1 |
2187 | 2024-12-02T16:06:31.697Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2188 | 2024-12-02T16:06:31.861Z | Checking xz2 v0.1.7 |
2189 | 2024-12-02T16:06:32.161Z | Checking slog-envlogger v2.2.0 |
2190 | 2024-12-02T16:06:32.177Z | Checking tabwriter v1.4.0 |
2191 | 2024-12-02T16:06:32.372Z | Checking xattr v1.3.1 |
2192 | 2024-12-02T16:06:32.413Z | Checking pem v3.0.4 |
2193 | 2024-12-02T16:06:32.576Z | Checking yasna v0.5.2 |
2194 | 2024-12-02T16:06:32.665Z | Checking headers-core v0.3.0 |
2195 | 2024-12-02T16:06:32.696Z | Checking smf v0.2.3 |
2196 | 2024-12-02T16:06:32.813Z | Checking filetime v0.2.25 |
2197 | 2024-12-02T16:06:33.024Z | Checking same-file v1.0.6 |
2198 | 2024-12-02T16:06:33.165Z | Checking tar v0.4.42 |
2199 | 2024-12-02T16:06:33.204Z | Checking walkdir v2.5.0 |
2200 | 2024-12-02T16:06:33.407Z | Checking headers v0.4.0 |
2201 | 2024-12-02T16:06:33.459Z | Checking rcgen v0.12.1 |
2202 | 2024-12-02T16:06:33.540Z | Checking atomicwrites v0.4.4 |
2203 | 2024-12-02T16:06:33.742Z | Checking camino-tempfile v1.1.1 |
2204 | 2024-12-02T16:06:33.988Z | Checking subprocess v0.2.9 |
2205 | 2024-12-02T16:06:34.346Z | Checking serde_with v3.11.0 |
2206 | 2024-12-02T16:06:38.174Z | Compiling typify-macro v0.2.0 |
2207 | 2024-12-02T16:06:40.059Z | Compiling typify v0.2.0 |
2208 | 2024-12-02T16:06:40.127Z | Compiling progenitor-impl v0.8.0 |
2209 | 2024-12-02T16:06:43.338Z | Compiling progenitor-macro v0.8.0 |
2210 | 2024-12-02T16:06:48.626Z | Checking progenitor v0.8.0 |
2211 | 2024-12-02T16:06:48.779Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2212 | 2024-12-02T16:06:48.781Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2213 | 2024-12-02T16:06:51.574Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2214 | 2024-12-02T16:06:51.838Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2215 | 2024-12-02T16:06:58.242Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2216 | 2024-12-02T16:06:59.829Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2217 | 2024-12-02T16:07:01.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.91s |
2218 | 2024-12-02T16:07:01.290Z | |
2219 | 2024-12-02T16:07:01.290Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2220 | 2024-12-02T16:07:01.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2221 | 2024-12-02T16:07:01.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2222 | 2024-12-02T16:07:01.940Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-12-02T16:07:03.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
2224 | 2024-12-02T16:07:03.549Z | |
2225 | 2024-12-02T16:07:03.549Z | info: running `cargo check --bins` on nexus-config (31/173) |
2226 | 2024-12-02T16:07:04.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2227 | 2024-12-02T16:07:04.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2228 | 2024-12-02T16:07:04.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2229 | 2024-12-02T16:07:04.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2230 | 2024-12-02T16:07:04.171Z | |
2231 | 2024-12-02T16:07:04.171Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2232 | 2024-12-02T16:07:04.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2233 | 2024-12-02T16:07:04.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2234 | 2024-12-02T16:07:04.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2235 | 2024-12-02T16:07:04.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2236 | 2024-12-02T16:07:04.765Z | |
2237 | 2024-12-02T16:07:04.765Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2238 | 2024-12-02T16:07:05.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2024-12-02T16:07:05.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2024-12-02T16:07:05.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2024-12-02T16:07:05.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2242 | 2024-12-02T16:07:05.376Z | |
2243 | 2024-12-02T16:07:05.376Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2244 | 2024-12-02T16:07:05.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-12-02T16:07:05.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-12-02T16:07:06.044Z | Compiling zerocopy v0.8.10 |
2247 | 2024-12-02T16:07:06.045Z | Compiling progenitor-client v0.8.0 |
2248 | 2024-12-02T16:07:06.045Z | Compiling itertools v0.13.0 |
2249 | 2024-12-02T16:07:06.047Z | Compiling zerocopy-derive v0.8.10 |
2250 | 2024-12-02T16:07:06.047Z | Compiling heapless v0.8.0 |
2251 | 2024-12-02T16:07:06.047Z | Compiling newtype-uuid v1.1.3 |
2252 | 2024-12-02T16:07:06.047Z | Compiling ipnetwork v0.20.0 |
2253 | 2024-12-02T16:07:06.047Z | Checking hash32 v0.3.1 |
2254 | 2024-12-02T16:07:06.330Z | Compiling instant v0.1.13 |
2255 | 2024-12-02T16:07:06.423Z | Compiling smoltcp v0.11.0 |
2256 | 2024-12-02T16:07:06.480Z | Compiling backoff v0.4.0 |
2257 | 2024-12-02T16:07:06.667Z | Compiling progenitor v0.8.0 |
2258 | 2024-12-02T16:07:06.840Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2259 | 2024-12-02T16:07:06.911Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2260 | 2024-12-02T16:07:07.024Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2261 | 2024-12-02T16:07:07.130Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2262 | 2024-12-02T16:07:07.169Z | Compiling dropshot v0.13.0 |
2263 | 2024-12-02T16:07:07.307Z | Compiling serde_with v3.11.0 |
2264 | 2024-12-02T16:07:07.386Z | Compiling parse-display v0.10.0 |
2265 | 2024-12-02T16:07:07.578Z | Checking num-rational v0.4.2 |
2266 | 2024-12-02T16:07:07.978Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2267 | 2024-12-02T16:07:08.146Z | Compiling regress v0.9.1 |
2268 | 2024-12-02T16:07:08.259Z | Compiling phf_generator v0.11.2 |
2269 | 2024-12-02T16:07:08.453Z | Checking num-complex v0.4.6 |
2270 | 2024-12-02T16:07:09.441Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2271 | 2024-12-02T16:07:09.957Z | Compiling macaddr v1.0.1 |
2272 | 2024-12-02T16:07:10.369Z | Checking cobs v0.2.3 |
2273 | 2024-12-02T16:07:10.516Z | Compiling num v0.4.3 |
2274 | 2024-12-02T16:07:10.555Z | Checking postcard v1.0.10 |
2275 | 2024-12-02T16:07:10.735Z | Compiling phf_codegen v0.11.2 |
2276 | 2024-12-02T16:07:11.154Z | Compiling parse-zoneinfo v0.3.1 |
2277 | 2024-12-02T16:07:11.499Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2278 | 2024-12-02T16:07:11.793Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2279 | 2024-12-02T16:07:11.939Z | Checking float-ord v0.3.2 |
2280 | 2024-12-02T16:07:12.086Z | Compiling convert_case v0.4.0 |
2281 | 2024-12-02T16:07:12.475Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2282 | 2024-12-02T16:07:13.109Z | Compiling derive_more v0.99.18 |
2283 | 2024-12-02T16:07:13.181Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2284 | 2024-12-02T16:07:13.297Z | Compiling chrono-tz-build v0.4.0 |
2285 | 2024-12-02T16:07:14.044Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2286 | 2024-12-02T16:07:14.796Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2287 | 2024-12-02T16:07:14.978Z | Compiling crucible-workspace-hack v0.1.0 |
2288 | 2024-12-02T16:07:15.084Z | Compiling chrono-tz v0.10.0 |
2289 | 2024-12-02T16:07:15.176Z | Checking newline-converter v0.3.0 |
2290 | 2024-12-02T16:07:15.270Z | Checking prettyplease v0.2.25 |
2291 | 2024-12-02T16:07:15.331Z | Compiling slog-dtrace v0.3.0 |
2292 | 2024-12-02T16:07:15.630Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2293 | 2024-12-02T16:07:15.932Z | Checking expectorate v1.1.0 |
2294 | 2024-12-02T16:07:16.537Z | Compiling zone_cfg_derive v0.3.0 |
2295 | 2024-12-02T16:07:16.719Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2296 | 2024-12-02T16:07:16.812Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2297 | 2024-12-02T16:07:16.880Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2298 | 2024-12-02T16:07:16.994Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2299 | 2024-12-02T16:07:17.538Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2300 | 2024-12-02T16:07:17.920Z | Compiling const_format_proc_macros v0.2.33 |
2301 | 2024-12-02T16:07:17.991Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2302 | 2024-12-02T16:07:18.023Z | Compiling num-derive v0.4.2 |
2303 | 2024-12-02T16:07:18.149Z | Checking highway v1.2.0 |
2304 | 2024-12-02T16:07:18.619Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2305 | 2024-12-02T16:07:18.941Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2306 | 2024-12-02T16:07:19.197Z | Checking zone v0.3.0 |
2307 | 2024-12-02T16:07:19.874Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2308 | 2024-12-02T16:07:19.994Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2309 | 2024-12-02T16:07:20.126Z | Checking const_format v0.2.33 |
2310 | 2024-12-02T16:07:20.436Z | Checking gethostname v0.5.0 |
2311 | 2024-12-02T16:07:20.495Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2312 | 2024-12-02T16:07:20.565Z | Checking bcs v0.1.6 |
2313 | 2024-12-02T16:07:20.608Z | Compiling async-recursion v1.1.1 |
2314 | 2024-12-02T16:07:21.189Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2315 | 2024-12-02T16:07:21.212Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2316 | 2024-12-02T16:07:21.248Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2317 | 2024-12-02T16:07:22.464Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2318 | 2024-12-02T16:07:23.024Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2319 | 2024-12-02T16:07:29.018Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2320 | 2024-12-02T16:07:32.321Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2321 | 2024-12-02T16:07:35.005Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2322 | 2024-12-02T16:07:36.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.82s |
2323 | 2024-12-02T16:07:36.375Z | |
2324 | 2024-12-02T16:07:36.376Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2325 | 2024-12-02T16:07:36.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2326 | 2024-12-02T16:07:36.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2327 | 2024-12-02T16:07:36.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2328 | 2024-12-02T16:07:36.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2329 | 2024-12-02T16:07:36.996Z | |
2330 | 2024-12-02T16:07:36.996Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2331 | 2024-12-02T16:07:37.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2332 | 2024-12-02T16:07:37.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2333 | 2024-12-02T16:07:37.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2334 | 2024-12-02T16:07:37.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2335 | 2024-12-02T16:07:37.626Z | |
2336 | 2024-12-02T16:07:37.627Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2337 | 2024-12-02T16:07:38.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2338 | 2024-12-02T16:07:38.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2339 | 2024-12-02T16:07:38.274Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2340 | 2024-12-02T16:07:38.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2341 | 2024-12-02T16:07:39.077Z | |
2342 | 2024-12-02T16:07:39.077Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2343 | 2024-12-02T16:07:39.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-12-02T16:07:39.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-12-02T16:07:39.744Z | Compiling cfg_aliases v0.1.1 |
2346 | 2024-12-02T16:07:39.747Z | Compiling vte_generate_state_changes v0.1.2 |
2347 | 2024-12-02T16:07:39.747Z | Checking fd-lock v4.0.2 |
2348 | 2024-12-02T16:07:39.747Z | Checking nibble_vec v0.1.0 |
2349 | 2024-12-02T16:07:39.846Z | Checking endian-type v0.1.2 |
2350 | 2024-12-02T16:07:39.848Z | Checking bytecount v0.6.8 |
2351 | 2024-12-02T16:07:39.856Z | Compiling tabled_derive v0.7.0 |
2352 | 2024-12-02T16:07:39.874Z | Compiling peg-macros v0.8.4 |
2353 | 2024-12-02T16:07:39.925Z | Compiling nix v0.28.0 |
2354 | 2024-12-02T16:07:39.995Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2355 | 2024-12-02T16:07:40.031Z | Compiling sqlparser_derive v0.2.2 |
2356 | 2024-12-02T16:07:40.034Z | Checking papergrid v0.11.0 |
2357 | 2024-12-02T16:07:40.058Z | Checking radix_trie v0.2.1 |
2358 | 2024-12-02T16:07:40.457Z | Checking vte v0.11.1 |
2359 | 2024-12-02T16:07:40.468Z | Checking nu-ansi-term v0.50.1 |
2360 | 2024-12-02T16:07:40.899Z | Checking home v0.5.9 |
2361 | 2024-12-02T16:07:41.036Z | Checking unicode_categories v0.1.1 |
2362 | 2024-12-02T16:07:41.110Z | Checking sqlparser v0.45.0 |
2363 | 2024-12-02T16:07:41.162Z | Checking display-error-chain v0.2.2 |
2364 | 2024-12-02T16:07:41.332Z | Checking sqlformat v0.2.6 |
2365 | 2024-12-02T16:07:41.865Z | Checking strip-ansi-escapes v0.2.0 |
2366 | 2024-12-02T16:07:42.016Z | Checking reedline v0.35.0 |
2367 | 2024-12-02T16:07:42.292Z | Checking tabled v0.15.0 |
2368 | 2024-12-02T16:07:42.813Z | Checking peg v0.8.4 |
2369 | 2024-12-02T16:07:43.097Z | Checking rustyline v14.0.0 |
2370 | 2024-12-02T16:07:51.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.91s |
2371 | 2024-12-02T16:07:52.164Z | |
2372 | 2024-12-02T16:07:52.164Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2373 | 2024-12-02T16:07:52.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-12-02T16:07:52.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-12-02T16:07:52.827Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2376 | 2024-12-02T16:07:57.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2377 | 2024-12-02T16:07:57.956Z | |
2378 | 2024-12-02T16:07:57.956Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2379 | 2024-12-02T16:07:58.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-12-02T16:07:58.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-12-02T16:07:58.618Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2382 | 2024-12-02T16:08:02.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
2383 | 2024-12-02T16:08:02.498Z | |
2384 | 2024-12-02T16:08:02.498Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2385 | 2024-12-02T16:08:03.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-12-02T16:08:03.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-12-02T16:08:03.159Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2388 | 2024-12-02T16:08:07.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
2389 | 2024-12-02T16:08:08.047Z | |
2390 | 2024-12-02T16:08:08.047Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2391 | 2024-12-02T16:08:08.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-12-02T16:08:08.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-12-02T16:08:08.718Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2394 | 2024-12-02T16:08:13.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
2395 | 2024-12-02T16:08:13.608Z | |
2396 | 2024-12-02T16:08:13.608Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2397 | 2024-12-02T16:08:14.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-12-02T16:08:14.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-12-02T16:08:14.273Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2400 | 2024-12-02T16:08:18.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
2401 | 2024-12-02T16:08:18.364Z | |
2402 | 2024-12-02T16:08:18.364Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2403 | 2024-12-02T16:08:18.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-12-02T16:08:18.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-12-02T16:08:19.034Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2024-12-02T16:08:23.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
2407 | 2024-12-02T16:08:23.235Z | |
2408 | 2024-12-02T16:08:23.235Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2409 | 2024-12-02T16:08:23.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-12-02T16:08:23.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-12-02T16:08:23.900Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2412 | 2024-12-02T16:08:28.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
2413 | 2024-12-02T16:08:29.006Z | |
2414 | 2024-12-02T16:08:29.006Z | info: running `cargo check --bins` on oximeter (46/173) |
2415 | 2024-12-02T16:08:29.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-12-02T16:08:29.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-12-02T16:08:29.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-12-02T16:08:29.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2419 | 2024-12-02T16:08:29.619Z | |
2420 | 2024-12-02T16:08:29.619Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2421 | 2024-12-02T16:08:30.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-12-02T16:08:30.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-12-02T16:08:30.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-12-02T16:08:30.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2425 | 2024-12-02T16:08:30.214Z | |
2426 | 2024-12-02T16:08:30.214Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2427 | 2024-12-02T16:08:30.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-12-02T16:08:30.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-12-02T16:08:30.836Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2430 | 2024-12-02T16:08:31.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2431 | 2024-12-02T16:08:31.446Z | |
2432 | 2024-12-02T16:08:31.447Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2433 | 2024-12-02T16:08:31.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-12-02T16:08:31.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-12-02T16:08:31.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-12-02T16:08:31.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2437 | 2024-12-02T16:08:32.060Z | |
2438 | 2024-12-02T16:08:32.060Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2439 | 2024-12-02T16:08:32.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-12-02T16:08:32.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-12-02T16:08:32.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-12-02T16:08:32.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2443 | 2024-12-02T16:08:32.674Z | |
2444 | 2024-12-02T16:08:32.674Z | info: running `cargo check --bins` on oxql-types (51/173) |
2445 | 2024-12-02T16:08:33.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-12-02T16:08:33.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-12-02T16:08:33.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-12-02T16:08:33.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2449 | 2024-12-02T16:08:33.290Z | |
2450 | 2024-12-02T16:08:33.290Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2451 | 2024-12-02T16:08:33.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-12-02T16:08:33.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-12-02T16:08:33.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-12-02T16:08:33.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2455 | 2024-12-02T16:08:33.926Z | |
2456 | 2024-12-02T16:08:33.926Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2457 | 2024-12-02T16:08:34.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-12-02T16:08:34.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-12-02T16:08:34.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-12-02T16:08:34.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2461 | 2024-12-02T16:08:34.547Z | |
2462 | 2024-12-02T16:08:34.547Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2463 | 2024-12-02T16:08:35.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-12-02T16:08:35.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-12-02T16:08:35.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-12-02T16:08:35.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2467 | 2024-12-02T16:08:35.172Z | |
2468 | 2024-12-02T16:08:35.172Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2469 | 2024-12-02T16:08:35.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-12-02T16:08:35.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-12-02T16:08:35.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-12-02T16:08:35.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2473 | 2024-12-02T16:08:35.791Z | |
2474 | 2024-12-02T16:08:35.791Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2475 | 2024-12-02T16:08:36.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-12-02T16:08:36.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-12-02T16:08:36.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-12-02T16:08:36.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2479 | 2024-12-02T16:08:36.406Z | |
2480 | 2024-12-02T16:08:36.406Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2481 | 2024-12-02T16:08:36.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-12-02T16:08:36.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-12-02T16:08:36.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-12-02T16:08:36.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2485 | 2024-12-02T16:08:37.030Z | |
2486 | 2024-12-02T16:08:37.030Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2487 | 2024-12-02T16:08:37.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-12-02T16:08:37.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-12-02T16:08:37.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-12-02T16:08:37.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2491 | 2024-12-02T16:08:37.638Z | |
2492 | 2024-12-02T16:08:37.638Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2493 | 2024-12-02T16:08:38.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-12-02T16:08:38.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-12-02T16:08:38.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-12-02T16:08:38.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2497 | 2024-12-02T16:08:38.265Z | |
2498 | 2024-12-02T16:08:38.265Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2499 | 2024-12-02T16:08:38.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-12-02T16:08:38.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-12-02T16:08:38.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-12-02T16:08:38.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2503 | 2024-12-02T16:08:38.887Z | |
2504 | 2024-12-02T16:08:38.887Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2505 | 2024-12-02T16:08:39.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-12-02T16:08:39.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-12-02T16:08:39.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-12-02T16:08:39.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2509 | 2024-12-02T16:08:39.505Z | |
2510 | 2024-12-02T16:08:39.505Z | info: running `cargo check --bins` on dpd-client (62/173) |
2511 | 2024-12-02T16:08:40.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-12-02T16:08:40.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-12-02T16:08:40.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-12-02T16:08:40.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2515 | 2024-12-02T16:08:40.112Z | |
2516 | 2024-12-02T16:08:40.112Z | info: running `cargo check --bins` on gateway-client (63/173) |
2517 | 2024-12-02T16:08:40.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-12-02T16:08:40.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-12-02T16:08:40.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-12-02T16:08:40.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2521 | 2024-12-02T16:08:40.720Z | |
2522 | 2024-12-02T16:08:40.720Z | info: running `cargo check --bins` on installinator-client (64/173) |
2523 | 2024-12-02T16:08:41.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-12-02T16:08:41.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-12-02T16:08:41.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-12-02T16:08:41.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2527 | 2024-12-02T16:08:41.347Z | |
2528 | 2024-12-02T16:08:41.347Z | info: running `cargo check --bins` on installinator-common (65/173) |
2529 | 2024-12-02T16:08:41.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-12-02T16:08:41.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-12-02T16:08:41.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-12-02T16:08:41.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2533 | 2024-12-02T16:08:41.975Z | |
2534 | 2024-12-02T16:08:41.975Z | info: running `cargo check --bins` on update-engine (66/173) |
2535 | 2024-12-02T16:08:42.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-12-02T16:08:42.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-12-02T16:08:42.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-12-02T16:08:42.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2539 | 2024-12-02T16:08:42.579Z | |
2540 | 2024-12-02T16:08:42.579Z | info: running `cargo check --bins` on nexus-client (67/173) |
2541 | 2024-12-02T16:08:43.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-12-02T16:08:43.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-12-02T16:08:43.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-12-02T16:08:43.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2545 | 2024-12-02T16:08:43.217Z | |
2546 | 2024-12-02T16:08:43.217Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2547 | 2024-12-02T16:08:43.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-12-02T16:08:43.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-12-02T16:08:43.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-12-02T16:08:43.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2551 | 2024-12-02T16:08:43.848Z | |
2552 | 2024-12-02T16:08:43.848Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2553 | 2024-12-02T16:08:44.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-12-02T16:08:44.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-12-02T16:08:44.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-12-02T16:08:44.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2557 | 2024-12-02T16:08:44.450Z | |
2558 | 2024-12-02T16:08:44.450Z | info: running `cargo check --bins` on nexus-types (70/173) |
2559 | 2024-12-02T16:08:45.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-12-02T16:08:45.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-12-02T16:08:45.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-12-02T16:08:45.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2563 | 2024-12-02T16:08:45.086Z | |
2564 | 2024-12-02T16:08:45.086Z | info: running `cargo check --bins` on oxide-client (71/173) |
2565 | 2024-12-02T16:08:45.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-12-02T16:08:45.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-12-02T16:08:45.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-12-02T16:08:45.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2569 | 2024-12-02T16:08:45.690Z | |
2570 | 2024-12-02T16:08:45.690Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2571 | 2024-12-02T16:08:46.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-12-02T16:08:46.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-12-02T16:08:46.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-12-02T16:08:46.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2575 | 2024-12-02T16:08:46.304Z | |
2576 | 2024-12-02T16:08:46.304Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2577 | 2024-12-02T16:08:46.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-12-02T16:08:46.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-12-02T16:08:46.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-12-02T16:08:46.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2581 | 2024-12-02T16:08:46.903Z | |
2582 | 2024-12-02T16:08:46.904Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2583 | 2024-12-02T16:08:47.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-12-02T16:08:47.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-12-02T16:08:47.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-12-02T16:08:47.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2587 | 2024-12-02T16:08:47.537Z | |
2588 | 2024-12-02T16:08:47.537Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2589 | 2024-12-02T16:08:48.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-12-02T16:08:48.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-12-02T16:08:48.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-12-02T16:08:48.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2593 | 2024-12-02T16:08:48.185Z | |
2594 | 2024-12-02T16:08:48.185Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2595 | 2024-12-02T16:08:48.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-12-02T16:08:48.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-12-02T16:08:48.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-12-02T16:08:48.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2599 | 2024-12-02T16:08:48.825Z | |
2600 | 2024-12-02T16:08:48.825Z | info: running `cargo check --bins` on wicket-common (77/173) |
2601 | 2024-12-02T16:08:49.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-12-02T16:08:49.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-12-02T16:08:49.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-12-02T16:08:49.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2605 | 2024-12-02T16:08:49.466Z | |
2606 | 2024-12-02T16:08:49.466Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2607 | 2024-12-02T16:08:50.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-12-02T16:08:50.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-12-02T16:08:50.112Z | Checking csv-core v0.1.11 |
2610 | 2024-12-02T16:08:50.112Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2611 | 2024-12-02T16:08:50.115Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2612 | 2024-12-02T16:08:50.423Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2613 | 2024-12-02T16:08:50.434Z | Checking csv v1.3.0 |
2614 | 2024-12-02T16:08:51.003Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2615 | 2024-12-02T16:08:51.344Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2616 | 2024-12-02T16:08:52.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
2617 | 2024-12-02T16:08:52.752Z | |
2618 | 2024-12-02T16:08:52.752Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2619 | 2024-12-02T16:08:53.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-12-02T16:08:53.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-12-02T16:08:53.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-12-02T16:08:53.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2623 | 2024-12-02T16:08:53.369Z | |
2624 | 2024-12-02T16:08:53.369Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2625 | 2024-12-02T16:08:53.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-12-02T16:08:53.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-12-02T16:08:53.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-12-02T16:08:53.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2629 | 2024-12-02T16:08:53.998Z | |
2630 | 2024-12-02T16:08:53.998Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2631 | 2024-12-02T16:08:54.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-12-02T16:08:54.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-12-02T16:08:54.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-12-02T16:08:54.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2635 | 2024-12-02T16:08:54.728Z | |
2636 | 2024-12-02T16:08:54.728Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2637 | 2024-12-02T16:08:55.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-12-02T16:08:55.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-12-02T16:08:55.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2024-12-02T16:08:55.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2641 | 2024-12-02T16:08:55.451Z | |
2642 | 2024-12-02T16:08:55.451Z | info: running `cargo check --bins` on dns-server (83/173) |
2643 | 2024-12-02T16:08:56.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-12-02T16:08:56.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-12-02T16:08:56.099Z | Compiling parking_lot_core v0.8.6 |
2646 | 2024-12-02T16:08:56.102Z | Checking fxhash v0.2.1 |
2647 | 2024-12-02T16:08:56.102Z | Checking hickory-server v0.24.1 |
2648 | 2024-12-02T16:08:56.102Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2649 | 2024-12-02T16:08:56.200Z | Checking hickory-client v0.24.1 |
2650 | 2024-12-02T16:08:56.789Z | Checking parking_lot v0.11.2 |
2651 | 2024-12-02T16:08:56.917Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2652 | 2024-12-02T16:08:56.920Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2653 | 2024-12-02T16:08:57.054Z | Checking sled v0.34.7 |
2654 | 2024-12-02T16:08:58.818Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2655 | 2024-12-02T16:09:00.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
2656 | 2024-12-02T16:09:00.238Z | |
2657 | 2024-12-02T16:09:00.238Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2658 | 2024-12-02T16:09:00.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-12-02T16:09:00.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-12-02T16:09:00.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2024-12-02T16:09:00.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2662 | 2024-12-02T16:09:00.869Z | |
2663 | 2024-12-02T16:09:00.869Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2664 | 2024-12-02T16:09:01.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2024-12-02T16:09:01.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2024-12-02T16:09:01.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2024-12-02T16:09:01.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2668 | 2024-12-02T16:09:01.546Z | |
2669 | 2024-12-02T16:09:01.546Z | info: running `cargo check --bins` on gateway-types (86/173) |
2670 | 2024-12-02T16:09:02.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-12-02T16:09:02.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-12-02T16:09:02.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-12-02T16:09:02.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2674 | 2024-12-02T16:09:02.182Z | |
2675 | 2024-12-02T16:09:02.182Z | info: running `cargo check --bins` on ipcc (87/173) |
2676 | 2024-12-02T16:09:02.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-12-02T16:09:02.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-12-02T16:09:02.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-12-02T16:09:02.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2680 | 2024-12-02T16:09:02.803Z | |
2681 | 2024-12-02T16:09:02.803Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2682 | 2024-12-02T16:09:03.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-12-02T16:09:03.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-12-02T16:09:03.494Z | Compiling radium v0.7.0 |
2685 | 2024-12-02T16:09:03.494Z | Compiling semver v0.1.20 |
2686 | 2024-12-02T16:09:03.608Z | Compiling maybe-uninit v2.0.0 |
2687 | 2024-12-02T16:09:03.612Z | Checking tap v1.0.1 |
2688 | 2024-12-02T16:09:03.612Z | Checking password-hash v0.5.0 |
2689 | 2024-12-02T16:09:03.618Z | Checking blake2 v0.10.6 |
2690 | 2024-12-02T16:09:03.621Z | Compiling owo-colors v4.1.0 |
2691 | 2024-12-02T16:09:03.621Z | Checking crc-catalog v2.4.0 |
2692 | 2024-12-02T16:09:03.761Z | Compiling packed_struct v0.10.1 |
2693 | 2024-12-02T16:09:03.920Z | Compiling rustc_version v0.1.7 |
2694 | 2024-12-02T16:09:04.055Z | Checking wyz v0.5.1 |
2695 | 2024-12-02T16:09:04.072Z | Compiling cancel-safe-futures v0.1.5 |
2696 | 2024-12-02T16:09:04.086Z | Checking funty v2.0.0 |
2697 | 2024-12-02T16:09:04.197Z | Checking argon2 v0.5.3 |
2698 | 2024-12-02T16:09:04.247Z | Checking crc v3.2.1 |
2699 | 2024-12-02T16:09:04.268Z | Compiling packed_struct_codegen v0.10.1 |
2700 | 2024-12-02T16:09:04.393Z | Compiling newtype_derive v0.1.6 |
2701 | 2024-12-02T16:09:04.411Z | Compiling indexmap v1.9.3 |
2702 | 2024-12-02T16:09:04.444Z | Checking half v2.4.1 |
2703 | 2024-12-02T16:09:04.467Z | Checking nodrop v0.1.14 |
2704 | 2024-12-02T16:09:04.589Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2705 | 2024-12-02T16:09:04.668Z | Checking ciborium-io v0.2.2 |
2706 | 2024-12-02T16:09:04.755Z | Checking array-init v0.0.4 |
2707 | 2024-12-02T16:09:04.829Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2708 | 2024-12-02T16:09:04.864Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2709 | 2024-12-02T16:09:04.900Z | Checking ciborium-ll v0.2.2 |
2710 | 2024-12-02T16:09:04.984Z | Checking bitvec v1.0.1 |
2711 | 2024-12-02T16:09:05.131Z | Checking smallvec v0.6.14 |
2712 | 2024-12-02T16:09:05.214Z | Checking libsw v3.3.1 |
2713 | 2024-12-02T16:09:05.231Z | Compiling memoffset v0.9.1 |
2714 | 2024-12-02T16:09:05.507Z | Checking termcolor v1.4.1 |
2715 | 2024-12-02T16:09:05.527Z | Checking linear-map v1.2.0 |
2716 | 2024-12-02T16:09:05.541Z | Checking indent_write v2.2.0 |
2717 | 2024-12-02T16:09:05.597Z | Checking hashbrown v0.12.3 |
2718 | 2024-12-02T16:09:05.731Z | Checking bitfield v0.14.0 |
2719 | 2024-12-02T16:09:05.747Z | Checking swrite v0.1.0 |
2720 | 2024-12-02T16:09:05.850Z | Checking serde-hex v0.1.0 |
2721 | 2024-12-02T16:09:05.865Z | Checking ron v0.8.1 |
2722 | 2024-12-02T16:09:05.940Z | Checking env_logger v0.10.2 |
2723 | 2024-12-02T16:09:06.002Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2724 | 2024-12-02T16:09:06.506Z | Checking ciborium v0.2.2 |
2725 | 2024-12-02T16:09:06.854Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2726 | 2024-12-02T16:09:07.129Z | Checking steno v0.4.1 |
2727 | 2024-12-02T16:09:07.253Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2728 | 2024-12-02T16:09:07.333Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2729 | 2024-12-02T16:09:07.487Z | Checking hashbrown v0.13.2 |
2730 | 2024-12-02T16:09:07.518Z | Checking humantime v2.1.0 |
2731 | 2024-12-02T16:09:07.645Z | Checking crc-any v2.5.0 |
2732 | 2024-12-02T16:09:07.813Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2733 | 2024-12-02T16:09:08.037Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2734 | 2024-12-02T16:09:08.187Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2735 | 2024-12-02T16:09:08.493Z | Checking path-slash v0.1.5 |
2736 | 2024-12-02T16:09:08.600Z | Checking object v0.30.4 |
2737 | 2024-12-02T16:09:08.630Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2738 | 2024-12-02T16:09:08.718Z | Checking nix v0.27.1 |
2739 | 2024-12-02T16:09:09.397Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2740 | 2024-12-02T16:09:09.887Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2741 | 2024-12-02T16:09:09.914Z | Checking tungstenite v0.23.0 |
2742 | 2024-12-02T16:09:10.007Z | Checking kstat-rs v0.2.4 |
2743 | 2024-12-02T16:09:10.151Z | Checking signal-hook-tokio v0.3.1 |
2744 | 2024-12-02T16:09:10.328Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2745 | 2024-12-02T16:09:10.687Z | Checking tokio-tungstenite v0.23.1 |
2746 | 2024-12-02T16:09:11.307Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2747 | 2024-12-02T16:09:11.394Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2748 | 2024-12-02T16:09:11.723Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2749 | 2024-12-02T16:09:18.271Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2750 | 2024-12-02T16:09:19.598Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2751 | 2024-12-02T16:09:22.628Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2752 | 2024-12-02T16:09:28.263Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2753 | 2024-12-02T16:09:28.967Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2754 | 2024-12-02T16:09:31.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.95s |
2755 | 2024-12-02T16:09:31.939Z | |
2756 | 2024-12-02T16:09:31.940Z | info: running `cargo check --bins` on gateway-api (89/173) |
2757 | 2024-12-02T16:09:32.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-12-02T16:09:32.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-12-02T16:09:32.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2760 | 2024-12-02T16:09:32.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2761 | 2024-12-02T16:09:32.557Z | |
2762 | 2024-12-02T16:09:32.557Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2763 | 2024-12-02T16:09:33.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-12-02T16:09:33.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-12-02T16:09:33.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2024-12-02T16:09:33.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2767 | 2024-12-02T16:09:33.152Z | |
2768 | 2024-12-02T16:09:33.152Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2769 | 2024-12-02T16:09:33.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-12-02T16:09:33.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-12-02T16:09:33.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-12-02T16:09:33.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2773 | 2024-12-02T16:09:33.783Z | |
2774 | 2024-12-02T16:09:33.783Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2775 | 2024-12-02T16:09:34.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-12-02T16:09:34.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-12-02T16:09:34.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-12-02T16:09:34.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2779 | 2024-12-02T16:09:34.399Z | |
2780 | 2024-12-02T16:09:34.399Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2781 | 2024-12-02T16:09:34.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-12-02T16:09:34.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-12-02T16:09:34.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-12-02T16:09:34.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2785 | 2024-12-02T16:09:35.020Z | |
2786 | 2024-12-02T16:09:35.020Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2787 | 2024-12-02T16:09:35.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-12-02T16:09:35.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-12-02T16:09:35.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-12-02T16:09:35.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2791 | 2024-12-02T16:09:35.636Z | |
2792 | 2024-12-02T16:09:35.636Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2793 | 2024-12-02T16:09:36.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-12-02T16:09:36.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-12-02T16:09:36.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-12-02T16:09:36.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2797 | 2024-12-02T16:09:36.258Z | |
2798 | 2024-12-02T16:09:36.258Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2799 | 2024-12-02T16:09:36.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-12-02T16:09:36.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-12-02T16:09:36.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-12-02T16:09:36.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2803 | 2024-12-02T16:09:36.878Z | |
2804 | 2024-12-02T16:09:36.879Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2805 | 2024-12-02T16:09:37.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-12-02T16:09:37.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-12-02T16:09:37.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-12-02T16:09:37.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2809 | 2024-12-02T16:09:37.530Z | |
2810 | 2024-12-02T16:09:37.531Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2811 | 2024-12-02T16:09:38.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-12-02T16:09:38.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-12-02T16:09:38.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-12-02T16:09:38.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2815 | 2024-12-02T16:09:38.148Z | |
2816 | 2024-12-02T16:09:38.148Z | info: running `cargo check --bins` on sp-sim (99/173) |
2817 | 2024-12-02T16:09:38.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-12-02T16:09:38.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-12-02T16:09:38.778Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2820 | 2024-12-02T16:09:40.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
2821 | 2024-12-02T16:09:40.854Z | |
2822 | 2024-12-02T16:09:40.854Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2823 | 2024-12-02T16:09:41.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-12-02T16:09:41.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-12-02T16:09:41.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-12-02T16:09:41.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2827 | 2024-12-02T16:09:41.519Z | |
2828 | 2024-12-02T16:09:41.519Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2829 | 2024-12-02T16:09:42.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-12-02T16:09:42.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-12-02T16:09:42.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-12-02T16:09:42.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2833 | 2024-12-02T16:09:42.185Z | |
2834 | 2024-12-02T16:09:42.185Z | info: running `cargo check --bins` on db-macros (102/173) |
2835 | 2024-12-02T16:09:42.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-12-02T16:09:42.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-12-02T16:09:42.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-12-02T16:09:42.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2839 | 2024-12-02T16:09:42.783Z | |
2840 | 2024-12-02T16:09:42.783Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2841 | 2024-12-02T16:09:43.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-12-02T16:09:43.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-12-02T16:09:43.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-12-02T16:09:43.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2845 | 2024-12-02T16:09:43.381Z | |
2846 | 2024-12-02T16:09:43.381Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2847 | 2024-12-02T16:09:43.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-12-02T16:09:43.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-12-02T16:09:43.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-12-02T16:09:43.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2851 | 2024-12-02T16:09:44.032Z | |
2852 | 2024-12-02T16:09:44.032Z | info: running `cargo check --bins` on authz-macros (105/173) |
2853 | 2024-12-02T16:09:44.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-12-02T16:09:44.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-12-02T16:09:44.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-12-02T16:09:44.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2857 | 2024-12-02T16:09:44.634Z | |
2858 | 2024-12-02T16:09:44.634Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2859 | 2024-12-02T16:09:45.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-12-02T16:09:45.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-12-02T16:09:45.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-12-02T16:09:45.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2863 | 2024-12-02T16:09:45.297Z | |
2864 | 2024-12-02T16:09:45.297Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2865 | 2024-12-02T16:09:45.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-12-02T16:09:45.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-12-02T16:09:45.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-12-02T16:09:45.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2869 | 2024-12-02T16:09:45.953Z | |
2870 | 2024-12-02T16:09:45.953Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2871 | 2024-12-02T16:09:46.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-12-02T16:09:46.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-12-02T16:09:46.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-12-02T16:09:46.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2875 | 2024-12-02T16:09:46.566Z | |
2876 | 2024-12-02T16:09:46.566Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2877 | 2024-12-02T16:09:47.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-12-02T16:09:47.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-12-02T16:09:47.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-12-02T16:09:47.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2881 | 2024-12-02T16:09:47.205Z | |
2882 | 2024-12-02T16:09:47.205Z | info: running `cargo check --bins` on typed-rng (110/173) |
2883 | 2024-12-02T16:09:47.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-12-02T16:09:47.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-12-02T16:09:47.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-12-02T16:09:47.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2887 | 2024-12-02T16:09:47.806Z | |
2888 | 2024-12-02T16:09:47.806Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2889 | 2024-12-02T16:09:48.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-12-02T16:09:48.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-12-02T16:09:48.530Z | Checking keccak v0.1.5 |
2892 | 2024-12-02T16:09:48.639Z | Checking secrecy v0.8.0 |
2893 | 2024-12-02T16:09:48.642Z | Compiling unicase v2.7.0 |
2894 | 2024-12-02T16:09:48.642Z | Compiling same-file v1.0.6 |
2895 | 2024-12-02T16:09:48.655Z | Compiling tempfile v3.13.0 |
2896 | 2024-12-02T16:09:48.674Z | Compiling thiserror-impl-no-std v2.0.2 |
2897 | 2024-12-02T16:09:48.677Z | Checking universal-hash v0.5.1 |
2898 | 2024-12-02T16:09:48.677Z | Compiling blake3 v1.5.4 |
2899 | 2024-12-02T16:09:48.824Z | Compiling walkdir v2.5.0 |
2900 | 2024-12-02T16:09:48.866Z | Compiling ring v0.16.20 |
2901 | 2024-12-02T16:09:48.907Z | Checking opaque-debug v0.3.1 |
2902 | 2024-12-02T16:09:48.923Z | Checking sha3 v0.10.8 |
2903 | 2024-12-02T16:09:49.000Z | Checking poly1305 v0.8.0 |
2904 | 2024-12-02T16:09:49.070Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2905 | 2024-12-02T16:09:49.345Z | Checking chacha20 v0.9.1 |
2906 | 2024-12-02T16:09:49.359Z | Checking aead v0.5.2 |
2907 | 2024-12-02T16:09:49.487Z | Compiling memmap2 v0.9.5 |
2908 | 2024-12-02T16:09:49.543Z | Compiling arrayvec v0.7.6 |
2909 | 2024-12-02T16:09:49.575Z | Compiling arrayref v0.3.9 |
2910 | 2024-12-02T16:09:49.593Z | Compiling salty v0.3.0 |
2911 | 2024-12-02T16:09:49.679Z | Compiling constant_time_eq v0.3.1 |
2912 | 2024-12-02T16:09:49.696Z | Compiling libefi-sys v0.1.0 |
2913 | 2024-12-02T16:09:49.848Z | Compiling spin v0.5.2 |
2914 | 2024-12-02T16:09:49.902Z | Checking chacha20poly1305 v0.10.1 |
2915 | 2024-12-02T16:09:50.012Z | Compiling toolchain_find v0.4.0 |
2916 | 2024-12-02T16:09:50.041Z | Compiling camino-tempfile v1.1.1 |
2917 | 2024-12-02T16:09:50.070Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2918 | 2024-12-02T16:09:50.087Z | Compiling bitfield-struct v0.6.2 |
2919 | 2024-12-02T16:09:50.408Z | Compiling topological-sort v0.2.2 |
2920 | 2024-12-02T16:09:50.508Z | Compiling mime_guess v2.0.5 |
2921 | 2024-12-02T16:09:50.561Z | Compiling rustfmt-wrapper v0.2.1 |
2922 | 2024-12-02T16:09:51.108Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2923 | 2024-12-02T16:09:51.126Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2924 | 2024-12-02T16:09:51.189Z | Checking primeorder v0.13.6 |
2925 | 2024-12-02T16:09:51.217Z | Checking env_filter v0.1.2 |
2926 | 2024-12-02T16:09:51.407Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2927 | 2024-12-02T16:09:51.450Z | Checking env_logger v0.11.5 |
2928 | 2024-12-02T16:09:51.557Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2929 | 2024-12-02T16:09:51.662Z | Checking p384 v0.13.0 |
2930 | 2024-12-02T16:09:51.753Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2931 | 2024-12-02T16:09:51.771Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2932 | 2024-12-02T16:09:51.939Z | Checking thiserror-no-std v2.0.2 |
2933 | 2024-12-02T16:09:52.002Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2934 | 2024-12-02T16:09:52.051Z | Checking vsss-rs v3.3.4 |
2935 | 2024-12-02T16:09:52.088Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2936 | 2024-12-02T16:09:52.124Z | Checking simd-adler32 v0.3.7 |
2937 | 2024-12-02T16:09:52.377Z | Checking http-range v0.1.5 |
2938 | 2024-12-02T16:09:52.405Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2939 | 2024-12-02T16:09:52.470Z | Compiling zip v2.1.3 |
2940 | 2024-12-02T16:09:52.553Z | Checking bumpalo v3.16.0 |
2941 | 2024-12-02T16:09:52.571Z | Checking lockfree-object-pool v0.1.6 |
2942 | 2024-12-02T16:09:52.716Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2943 | 2024-12-02T16:09:52.778Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2944 | 2024-12-02T16:09:52.835Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2945 | 2024-12-02T16:09:52.889Z | Checking zopfli v0.8.1 |
2946 | 2024-12-02T16:09:53.073Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2947 | 2024-12-02T16:09:53.539Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2948 | 2024-12-02T16:09:53.565Z | Checking nanorand v0.7.0 |
2949 | 2024-12-02T16:09:53.620Z | Checking atty v0.2.14 |
2950 | 2024-12-02T16:09:53.665Z | Checking glob v0.3.1 |
2951 | 2024-12-02T16:09:53.747Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2952 | 2024-12-02T16:09:53.939Z | Checking flume v0.11.1 |
2953 | 2024-12-02T16:09:53.995Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2954 | 2024-12-02T16:09:54.190Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2955 | 2024-12-02T16:09:54.445Z | Compiling omicron-zone-package v0.11.1 |
2956 | 2024-12-02T16:09:54.762Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2957 | 2024-12-02T16:09:55.576Z | Checking hyper-staticfile v0.10.1 |
2958 | 2024-12-02T16:09:56.121Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2959 | 2024-12-02T16:09:56.202Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2960 | 2024-12-02T16:09:56.523Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2961 | 2024-12-02T16:09:56.542Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2962 | 2024-12-02T16:09:56.649Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2963 | 2024-12-02T16:09:56.771Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2964 | 2024-12-02T16:09:57.337Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2965 | 2024-12-02T16:09:57.987Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2966 | 2024-12-02T16:09:58.855Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2967 | 2024-12-02T16:10:00.934Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2968 | 2024-12-02T16:10:00.937Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2969 | 2024-12-02T16:10:10.914Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2970 | 2024-12-02T16:10:24.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.32s |
2971 | 2024-12-02T16:10:24.327Z | |
2972 | 2024-12-02T16:10:24.327Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2973 | 2024-12-02T16:10:24.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2024-12-02T16:10:24.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2024-12-02T16:10:25.047Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2976 | 2024-12-02T16:10:38.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
2977 | 2024-12-02T16:10:38.629Z | |
2978 | 2024-12-02T16:10:38.629Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2979 | 2024-12-02T16:10:39.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-12-02T16:10:39.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-12-02T16:10:39.347Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2982 | 2024-12-02T16:10:52.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s |
2983 | 2024-12-02T16:10:52.904Z | |
2984 | 2024-12-02T16:10:52.904Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2985 | 2024-12-02T16:10:53.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-12-02T16:10:53.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-12-02T16:10:53.635Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2988 | 2024-12-02T16:11:07.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s |
2989 | 2024-12-02T16:11:07.317Z | |
2990 | 2024-12-02T16:11:07.317Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2991 | 2024-12-02T16:11:07.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-12-02T16:11:07.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-12-02T16:11:08.033Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2994 | 2024-12-02T16:11:21.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s |
2995 | 2024-12-02T16:11:21.716Z | |
2996 | 2024-12-02T16:11:21.716Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
2997 | 2024-12-02T16:11:22.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-12-02T16:11:22.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-12-02T16:11:22.438Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3000 | 2024-12-02T16:11:35.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.24s |
3001 | 2024-12-02T16:11:36.148Z | |
3002 | 2024-12-02T16:11:36.148Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3003 | 2024-12-02T16:11:36.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2024-12-02T16:11:36.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2024-12-02T16:11:36.868Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2024-12-02T16:11:50.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
3007 | 2024-12-02T16:11:50.652Z | |
3008 | 2024-12-02T16:11:50.652Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3009 | 2024-12-02T16:11:51.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2024-12-02T16:11:51.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2024-12-02T16:11:51.381Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2024-12-02T16:12:04.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s |
3013 | 2024-12-02T16:12:04.954Z | |
3014 | 2024-12-02T16:12:04.955Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3015 | 2024-12-02T16:12:05.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2024-12-02T16:12:05.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2024-12-02T16:12:05.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3018 | 2024-12-02T16:12:05.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3019 | 2024-12-02T16:12:05.604Z | |
3020 | 2024-12-02T16:12:05.604Z | info: running `cargo check --bins` on key-manager (120/173) |
3021 | 2024-12-02T16:12:06.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2024-12-02T16:12:06.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2024-12-02T16:12:06.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2024-12-02T16:12:06.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3025 | 2024-12-02T16:12:06.222Z | |
3026 | 2024-12-02T16:12:06.223Z | info: running `cargo check --bins` on range-requests (121/173) |
3027 | 2024-12-02T16:12:06.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-12-02T16:12:06.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-12-02T16:12:06.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2024-12-02T16:12:06.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3031 | 2024-12-02T16:12:06.831Z | |
3032 | 2024-12-02T16:12:06.831Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3033 | 2024-12-02T16:12:07.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-12-02T16:12:07.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-12-02T16:12:07.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-12-02T16:12:07.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3037 | 2024-12-02T16:12:07.441Z | |
3038 | 2024-12-02T16:12:07.441Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3039 | 2024-12-02T16:12:08.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-12-02T16:12:08.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-12-02T16:12:08.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-12-02T16:12:08.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3043 | 2024-12-02T16:12:08.087Z | |
3044 | 2024-12-02T16:12:08.087Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3045 | 2024-12-02T16:12:08.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-12-02T16:12:08.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-12-02T16:12:08.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-12-02T16:12:08.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3049 | 2024-12-02T16:12:08.734Z | |
3050 | 2024-12-02T16:12:08.735Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3051 | 2024-12-02T16:12:09.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-12-02T16:12:09.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-12-02T16:12:09.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2024-12-02T16:12:09.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3055 | 2024-12-02T16:12:09.373Z | |
3056 | 2024-12-02T16:12:09.373Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3057 | 2024-12-02T16:12:09.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-12-02T16:12:09.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-12-02T16:12:09.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2024-12-02T16:12:09.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3061 | 2024-12-02T16:12:10.017Z | |
3062 | 2024-12-02T16:12:10.017Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3063 | 2024-12-02T16:12:10.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-12-02T16:12:10.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-12-02T16:12:10.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2024-12-02T16:12:10.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3067 | 2024-12-02T16:12:10.671Z | |
3068 | 2024-12-02T16:12:10.671Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3069 | 2024-12-02T16:12:11.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-12-02T16:12:11.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-12-02T16:12:11.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-12-02T16:12:11.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3073 | 2024-12-02T16:12:11.332Z | |
3074 | 2024-12-02T16:12:11.332Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3075 | 2024-12-02T16:12:11.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-12-02T16:12:11.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-12-02T16:12:12.013Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3078 | 2024-12-02T16:12:12.013Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3079 | 2024-12-02T16:12:12.749Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3080 | 2024-12-02T16:12:14.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
3081 | 2024-12-02T16:12:14.905Z | |
3082 | 2024-12-02T16:12:14.905Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3083 | 2024-12-02T16:12:15.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-12-02T16:12:15.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-12-02T16:12:15.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3086 | 2024-12-02T16:12:15.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3087 | 2024-12-02T16:12:15.528Z | |
3088 | 2024-12-02T16:12:15.528Z | info: running `cargo check --bins` on cert-dev (131/173) |
3089 | 2024-12-02T16:12:16.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-12-02T16:12:16.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-12-02T16:12:16.151Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3092 | 2024-12-02T16:12:16.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3093 | 2024-12-02T16:12:16.567Z | |
3094 | 2024-12-02T16:12:16.567Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3095 | 2024-12-02T16:12:17.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2024-12-02T16:12:17.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2024-12-02T16:12:17.247Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3098 | 2024-12-02T16:12:17.247Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3099 | 2024-12-02T16:12:17.834Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3100 | 2024-12-02T16:12:18.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3101 | 2024-12-02T16:12:18.375Z | |
3102 | 2024-12-02T16:12:18.375Z | info: running `cargo check --bins` on ch-dev (133/173) |
3103 | 2024-12-02T16:12:18.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2024-12-02T16:12:18.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2024-12-02T16:12:19.032Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3106 | 2024-12-02T16:12:19.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3107 | 2024-12-02T16:12:19.914Z | |
3108 | 2024-12-02T16:12:19.914Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3109 | 2024-12-02T16:12:20.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-12-02T16:12:20.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-12-02T16:12:20.569Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3112 | 2024-12-02T16:12:20.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3113 | 2024-12-02T16:12:21.108Z | |
3114 | 2024-12-02T16:12:21.108Z | info: running `cargo check --bins` on db-dev (135/173) |
3115 | 2024-12-02T16:12:21.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2024-12-02T16:12:21.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2024-12-02T16:12:21.779Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3118 | 2024-12-02T16:12:22.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3119 | 2024-12-02T16:12:22.684Z | |
3120 | 2024-12-02T16:12:22.684Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3121 | 2024-12-02T16:12:23.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-12-02T16:12:23.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-12-02T16:12:23.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3124 | 2024-12-02T16:12:23.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3125 | 2024-12-02T16:12:23.338Z | |
3126 | 2024-12-02T16:12:23.338Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3127 | 2024-12-02T16:12:23.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2024-12-02T16:12:23.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2024-12-02T16:12:23.944Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3130 | 2024-12-02T16:12:24.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3131 | 2024-12-02T16:12:25.000Z | |
3132 | 2024-12-02T16:12:25.000Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3133 | 2024-12-02T16:12:25.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2024-12-02T16:12:25.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2024-12-02T16:12:25.615Z | Checking cargo-platform v0.1.8 |
3136 | 2024-12-02T16:12:25.883Z | Checking cargo_metadata v0.18.1 |
3137 | 2024-12-02T16:12:26.825Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3138 | 2024-12-02T16:12:27.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
3139 | 2024-12-02T16:12:27.734Z | |
3140 | 2024-12-02T16:12:27.734Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3141 | 2024-12-02T16:12:28.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2024-12-02T16:12:28.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2024-12-02T16:12:28.442Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3144 | 2024-12-02T16:12:29.156Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3145 | 2024-12-02T16:12:29.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3146 | 2024-12-02T16:12:29.903Z | |
3147 | 2024-12-02T16:12:29.903Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3148 | 2024-12-02T16:12:30.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-12-02T16:12:30.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-12-02T16:12:30.687Z | Compiling crunchy v0.2.2 |
3151 | 2024-12-02T16:12:30.687Z | Compiling tiny-keccak v2.0.2 |
3152 | 2024-12-02T16:12:30.690Z | Compiling dsl_auto_type v0.1.2 |
3153 | 2024-12-02T16:12:30.690Z | Checking scheduled-thread-pool v0.2.7 |
3154 | 2024-12-02T16:12:30.690Z | Compiling diesel_table_macro_syntax v0.2.0 |
3155 | 2024-12-02T16:12:30.800Z | Compiling ascii-canvas v3.0.0 |
3156 | 2024-12-02T16:12:30.805Z | Compiling ena v0.14.3 |
3157 | 2024-12-02T16:12:30.810Z | Compiling regex-syntax v0.6.29 |
3158 | 2024-12-02T16:12:31.037Z | Checking r2d2 v0.8.10 |
3159 | 2024-12-02T16:12:31.084Z | Compiling diff v0.1.13 |
3160 | 2024-12-02T16:12:31.202Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3161 | 2024-12-02T16:12:31.274Z | Compiling ref-cast v1.0.23 |
3162 | 2024-12-02T16:12:31.307Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3163 | 2024-12-02T16:12:31.354Z | Compiling derive_builder_core v0.20.2 |
3164 | 2024-12-02T16:12:31.449Z | Compiling libxml v0.3.3 |
3165 | 2024-12-02T16:12:31.576Z | Compiling ref-cast-impl v1.0.23 |
3166 | 2024-12-02T16:12:31.729Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3167 | 2024-12-02T16:12:31.880Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3168 | 2024-12-02T16:12:31.904Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3169 | 2024-12-02T16:12:32.095Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3170 | 2024-12-02T16:12:32.180Z | Compiling strum_macros v0.24.3 |
3171 | 2024-12-02T16:12:32.272Z | Compiling samael v0.0.17 |
3172 | 2024-12-02T16:12:32.456Z | Compiling diesel_derives v2.2.3 |
3173 | 2024-12-02T16:12:32.529Z | Compiling indoc v1.0.9 |
3174 | 2024-12-02T16:12:33.487Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3175 | 2024-12-02T16:12:33.795Z | Compiling oso-derive v0.27.3 |
3176 | 2024-12-02T16:12:33.857Z | Compiling derive_builder_macro v0.20.2 |
3177 | 2024-12-02T16:12:34.121Z | Compiling lalrpop v0.19.12 |
3178 | 2024-12-02T16:12:34.747Z | Checking derive_builder v0.20.2 |
3179 | 2024-12-02T16:12:34.829Z | Compiling impl-trait-for-tuples v0.2.2 |
3180 | 2024-12-02T16:12:34.912Z | Checking quick-xml v0.33.0 |
3181 | 2024-12-02T16:12:35.373Z | Compiling diesel-dtrace v0.3.0 |
3182 | 2024-12-02T16:12:35.674Z | Checking maplit v1.0.2 |
3183 | 2024-12-02T16:12:35.897Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3184 | 2024-12-02T16:12:35.929Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3185 | 2024-12-02T16:12:36.213Z | Checking bb8 v0.8.5 |
3186 | 2024-12-02T16:12:36.753Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3187 | 2024-12-02T16:12:36.787Z | Checking castaway v0.2.3 |
3188 | 2024-12-02T16:12:36.961Z | Checking rand_seeder v0.3.0 |
3189 | 2024-12-02T16:12:37.028Z | Checking compact_str v0.8.0 |
3190 | 2024-12-02T16:12:37.076Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3191 | 2024-12-02T16:12:37.187Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3192 | 2024-12-02T16:12:37.403Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3193 | 2024-12-02T16:12:37.532Z | Checking unicode-truncate v1.1.0 |
3194 | 2024-12-02T16:12:37.773Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3195 | 2024-12-02T16:12:37.925Z | Checking lru v0.12.5 |
3196 | 2024-12-02T16:12:38.049Z | Compiling instability v0.3.2 |
3197 | 2024-12-02T16:12:38.230Z | Checking cassowary v0.3.0 |
3198 | 2024-12-02T16:12:38.721Z | Checking is_ci v1.2.0 |
3199 | 2024-12-02T16:12:38.865Z | Checking smawk v0.3.2 |
3200 | 2024-12-02T16:12:38.930Z | Checking unicode-linebreak v0.1.5 |
3201 | 2024-12-02T16:12:39.075Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3202 | 2024-12-02T16:12:39.094Z | Checking supports-color v3.0.1 |
3203 | 2024-12-02T16:12:39.211Z | Checking ratatui v0.28.1 |
3204 | 2024-12-02T16:12:39.312Z | Checking multimap v0.10.0 |
3205 | 2024-12-02T16:12:39.333Z | Checking textwrap v0.16.1 |
3206 | 2024-12-02T16:12:42.546Z | Checking diesel v2.2.4 |
3207 | 2024-12-02T16:13:07.772Z | Compiling polar-core v0.27.3 |
3208 | 2024-12-02T16:13:12.018Z | Checking async-bb8-diesel v0.2.1 |
3209 | 2024-12-02T16:13:15.189Z | Checking oso v0.27.3 |
3210 | 2024-12-02T16:14:27.303Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3211 | 2024-12-02T16:14:33.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
3212 | 2024-12-02T16:14:33.577Z | |
3213 | 2024-12-02T16:14:33.577Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3214 | 2024-12-02T16:14:34.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2024-12-02T16:14:34.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2024-12-02T16:14:34.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3217 | 2024-12-02T16:14:34.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3218 | 2024-12-02T16:14:34.250Z | |
3219 | 2024-12-02T16:14:34.250Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3220 | 2024-12-02T16:14:34.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2024-12-02T16:14:34.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2024-12-02T16:14:34.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3223 | 2024-12-02T16:14:34.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3224 | 2024-12-02T16:14:34.924Z | |
3225 | 2024-12-02T16:14:34.924Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3226 | 2024-12-02T16:14:35.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2024-12-02T16:14:35.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2024-12-02T16:14:35.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2024-12-02T16:14:35.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3230 | 2024-12-02T16:14:35.539Z | |
3231 | 2024-12-02T16:14:35.539Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3232 | 2024-12-02T16:14:36.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2024-12-02T16:14:36.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2024-12-02T16:14:36.348Z | Compiling libz-sys v1.1.20 |
3235 | 2024-12-02T16:14:36.463Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3236 | 2024-12-02T16:14:36.473Z | Compiling vergen v8.3.2 |
3237 | 2024-12-02T16:14:36.476Z | Compiling cargo-platform v0.1.8 |
3238 | 2024-12-02T16:14:36.476Z | Compiling pin-project-internal v1.1.6 |
3239 | 2024-12-02T16:14:36.503Z | Compiling libsqlite3-sys v0.30.1 |
3240 | 2024-12-02T16:14:36.503Z | Compiling snafu-derive v0.8.5 |
3241 | 2024-12-02T16:14:36.518Z | Compiling rustls v0.21.12 |
3242 | 2024-12-02T16:14:36.753Z | Compiling buf-list v1.0.3 |
3243 | 2024-12-02T16:14:36.799Z | Compiling cargo_metadata v0.18.1 |
3244 | 2024-12-02T16:14:36.982Z | Compiling cfg_aliases v0.2.1 |
3245 | 2024-12-02T16:14:37.104Z | Compiling nix v0.29.0 |
3246 | 2024-12-02T16:14:37.172Z | Checking globset v0.4.15 |
3247 | 2024-12-02T16:14:37.435Z | Checking olpc-cjson v0.1.4 |
3248 | 2024-12-02T16:14:37.480Z | Checking sct v0.7.1 |
3249 | 2024-12-02T16:14:37.662Z | Checking rustls-webpki v0.101.7 |
3250 | 2024-12-02T16:14:37.689Z | Checking serde_plain v1.0.2 |
3251 | 2024-12-02T16:14:37.708Z | Checking typed-path v0.9.3 |
3252 | 2024-12-02T16:14:38.279Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3253 | 2024-12-02T16:14:38.507Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3254 | 2024-12-02T16:14:38.548Z | Checking hashlink v0.9.1 |
3255 | 2024-12-02T16:14:38.786Z | Checking fallible-iterator v0.3.0 |
3256 | 2024-12-02T16:14:39.170Z | Checking parse-size v1.1.0 |
3257 | 2024-12-02T16:14:39.341Z | Checking fallible-streaming-iterator v0.1.9 |
3258 | 2024-12-02T16:14:39.533Z | Checking pin-project v1.1.6 |
3259 | 2024-12-02T16:14:39.554Z | Checking rusqlite v0.32.1 |
3260 | 2024-12-02T16:14:39.652Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3261 | 2024-12-02T16:14:39.672Z | Checking rustls-pemfile v1.0.4 |
3262 | 2024-12-02T16:14:39.873Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3263 | 2024-12-02T16:14:39.954Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3264 | 2024-12-02T16:14:40.243Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3265 | 2024-12-02T16:14:40.456Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3266 | 2024-12-02T16:14:40.603Z | Checking twox-hash v1.6.3 |
3267 | 2024-12-02T16:14:40.649Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3268 | 2024-12-02T16:14:41.137Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3269 | 2024-12-02T16:14:41.176Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3270 | 2024-12-02T16:14:41.550Z | Checking tokio-rustls v0.24.1 |
3271 | 2024-12-02T16:14:41.724Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3272 | 2024-12-02T16:14:41.743Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3273 | 2024-12-02T16:14:41.904Z | Checking fatfs v0.3.6 |
3274 | 2024-12-02T16:14:42.066Z | Checking snafu v0.8.5 |
3275 | 2024-12-02T16:14:42.573Z | Checking tough v0.19.0 |
3276 | 2024-12-02T16:14:42.604Z | Checking assert_matches v1.5.0 |
3277 | 2024-12-02T16:14:46.653Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3278 | 2024-12-02T16:14:48.001Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3279 | 2024-12-02T16:14:48.779Z | Compiling git2 v0.19.0 |
3280 | 2024-12-02T16:14:53.507Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3281 | 2024-12-02T16:15:46.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3282 | 2024-12-02T16:15:47.053Z | |
3283 | 2024-12-02T16:15:47.053Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3284 | 2024-12-02T16:15:47.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3285 | 2024-12-02T16:15:47.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3286 | 2024-12-02T16:15:47.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3287 | 2024-12-02T16:15:47.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3288 | 2024-12-02T16:15:47.748Z | |
3289 | 2024-12-02T16:15:47.748Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3290 | 2024-12-02T16:15:48.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2024-12-02T16:15:48.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2024-12-02T16:15:48.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3293 | 2024-12-02T16:15:48.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3294 | 2024-12-02T16:15:48.351Z | |
3295 | 2024-12-02T16:15:48.351Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3296 | 2024-12-02T16:15:48.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3297 | 2024-12-02T16:15:48.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3298 | 2024-12-02T16:15:48.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3299 | 2024-12-02T16:15:48.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3300 | 2024-12-02T16:15:49.012Z | |
3301 | 2024-12-02T16:15:49.012Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3302 | 2024-12-02T16:15:49.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2024-12-02T16:15:49.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2024-12-02T16:15:49.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3305 | 2024-12-02T16:15:49.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3306 | 2024-12-02T16:15:49.690Z | |
3307 | 2024-12-02T16:15:49.690Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3308 | 2024-12-02T16:15:50.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2024-12-02T16:15:50.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2024-12-02T16:15:50.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3311 | 2024-12-02T16:15:50.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3312 | 2024-12-02T16:15:50.364Z | |
3313 | 2024-12-02T16:15:50.365Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3314 | 2024-12-02T16:15:50.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2024-12-02T16:15:50.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2024-12-02T16:15:50.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3317 | 2024-12-02T16:15:50.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3318 | 2024-12-02T16:15:51.041Z | |
3319 | 2024-12-02T16:15:51.041Z | info: running `cargo check --bins` on update-common (151/173) |
3320 | 2024-12-02T16:15:51.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2024-12-02T16:15:51.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2024-12-02T16:15:51.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3323 | 2024-12-02T16:15:51.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3324 | 2024-12-02T16:15:51.698Z | |
3325 | 2024-12-02T16:15:51.698Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3326 | 2024-12-02T16:15:52.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2024-12-02T16:15:52.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2024-12-02T16:15:52.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3329 | 2024-12-02T16:15:52.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3330 | 2024-12-02T16:15:52.350Z | |
3331 | 2024-12-02T16:15:52.350Z | info: running `cargo check --bins` on tufaceous (153/173) |
3332 | 2024-12-02T16:15:52.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2024-12-02T16:15:52.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2024-12-02T16:15:53.024Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3335 | 2024-12-02T16:15:53.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3336 | 2024-12-02T16:15:54.174Z | |
3337 | 2024-12-02T16:15:54.174Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3338 | 2024-12-02T16:15:54.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2024-12-02T16:15:54.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2024-12-02T16:15:55.028Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3341 | 2024-12-02T16:15:55.152Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3342 | 2024-12-02T16:15:55.154Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3343 | 2024-12-02T16:15:55.164Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3344 | 2024-12-02T16:16:20.734Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3345 | 2024-12-02T16:16:20.737Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3346 | 2024-12-02T16:16:20.737Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3347 | 2024-12-02T16:16:20.737Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3348 | 2024-12-02T16:16:20.737Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3349 | 2024-12-02T16:16:21.560Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3350 | 2024-12-02T16:16:22.854Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3351 | 2024-12-02T16:17:01.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3352 | 2024-12-02T16:17:01.239Z | |
3353 | 2024-12-02T16:17:01.239Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3354 | 2024-12-02T16:17:01.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2024-12-02T16:17:01.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2024-12-02T16:17:01.952Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3357 | 2024-12-02T16:17:01.952Z | Checking heck v0.4.1 |
3358 | 2024-12-02T16:17:01.958Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3359 | 2024-12-02T16:17:02.197Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3360 | 2024-12-02T16:17:03.577Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3361 | 2024-12-02T16:17:04.461Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3362 | 2024-12-02T16:17:05.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
3363 | 2024-12-02T16:17:05.768Z | |
3364 | 2024-12-02T16:17:05.768Z | info: running `cargo check --bins` on installinator-api (156/173) |
3365 | 2024-12-02T16:17:06.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2024-12-02T16:17:06.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2024-12-02T16:17:06.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3368 | 2024-12-02T16:17:06.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3369 | 2024-12-02T16:17:06.418Z | |
3370 | 2024-12-02T16:17:06.418Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3371 | 2024-12-02T16:17:06.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2024-12-02T16:17:06.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2024-12-02T16:17:06.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3374 | 2024-12-02T16:17:06.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3375 | 2024-12-02T16:17:07.064Z | |
3376 | 2024-12-02T16:17:07.064Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3377 | 2024-12-02T16:17:07.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2024-12-02T16:17:07.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2024-12-02T16:17:07.742Z | Compiling petname v2.0.2 |
3380 | 2024-12-02T16:17:07.744Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3381 | 2024-12-02T16:17:07.744Z | Checking sync-ptr v0.1.1 |
3382 | 2024-12-02T16:17:09.197Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3383 | 2024-12-02T16:17:10.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s |
3384 | 2024-12-02T16:17:10.934Z | |
3385 | 2024-12-02T16:17:10.934Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3386 | 2024-12-02T16:17:11.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2024-12-02T16:17:11.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2024-12-02T16:17:11.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3389 | 2024-12-02T16:17:11.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3390 | 2024-12-02T16:17:11.591Z | |
3391 | 2024-12-02T16:17:11.591Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3392 | 2024-12-02T16:17:12.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2024-12-02T16:17:12.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2024-12-02T16:17:12.245Z | Checking memmap2 v0.9.5 |
3395 | 2024-12-02T16:17:12.245Z | Checking arrayvec v0.7.6 |
3396 | 2024-12-02T16:17:12.245Z | Checking constant_time_eq v0.3.1 |
3397 | 2024-12-02T16:17:12.248Z | Checking arrayref v0.3.9 |
3398 | 2024-12-02T16:17:12.248Z | Checking spin v0.5.2 |
3399 | 2024-12-02T16:17:12.248Z | Checking topological-sort v0.2.2 |
3400 | 2024-12-02T16:17:12.361Z | Checking shell-words v1.1.0 |
3401 | 2024-12-02T16:17:12.535Z | Checking ring v0.16.20 |
3402 | 2024-12-02T16:17:12.670Z | Checking blake3 v1.5.4 |
3403 | 2024-12-02T16:17:13.697Z | Checking omicron-zone-package v0.11.1 |
3404 | 2024-12-02T16:17:14.818Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3405 | 2024-12-02T16:17:15.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
3406 | 2024-12-02T16:17:15.936Z | |
3407 | 2024-12-02T16:17:15.936Z | info: running `cargo check --bins` on xtask (161/173) |
3408 | 2024-12-02T16:17:16.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3409 | 2024-12-02T16:17:16.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3410 | 2024-12-02T16:17:16.369Z | Checking bitflags v2.6.0 |
3411 | 2024-12-02T16:17:16.372Z | Checking serde v1.0.215 |
3412 | 2024-12-02T16:17:16.372Z | Checking thiserror v1.0.69 |
3413 | 2024-12-02T16:17:16.457Z | Checking scroll v0.12.0 |
3414 | 2024-12-02T16:17:16.472Z | Checking hashbrown v0.15.0 |
3415 | 2024-12-02T16:17:16.475Z | Checking log v0.4.22 |
3416 | 2024-12-02T16:17:16.475Z | Checking zerocopy v0.7.35 |
3417 | 2024-12-02T16:17:16.506Z | Checking syn v2.0.87 |
3418 | 2024-12-02T16:17:16.554Z | Checking pest v2.7.14 |
3419 | 2024-12-02T16:17:16.698Z | Checking rustix v0.38.37 |
3420 | 2024-12-02T16:17:16.745Z | Checking once_cell v1.20.2 |
3421 | 2024-12-02T16:17:16.912Z | Checking goblin v0.8.2 |
3422 | 2024-12-02T16:17:17.065Z | Checking fs-err v2.11.0 |
3423 | 2024-12-02T16:17:17.366Z | Checking tabled v0.15.0 |
3424 | 2024-12-02T16:17:17.572Z | Checking indexmap v2.6.0 |
3425 | 2024-12-02T16:17:17.918Z | Checking anyhow v1.0.93 |
3426 | 2024-12-02T16:17:18.748Z | Checking terminal_size v0.4.0 |
3427 | 2024-12-02T16:17:18.748Z | Checking tempfile v3.13.0 |
3428 | 2024-12-02T16:17:18.913Z | Checking clap_builder v4.5.21 |
3429 | 2024-12-02T16:17:19.005Z | Checking dtrace-parser v0.2.0 |
3430 | 2024-12-02T16:17:20.708Z | Checking serde_json v1.0.132 |
3431 | 2024-12-02T16:17:20.708Z | Checking serde_spanned v0.6.8 |
3432 | 2024-12-02T16:17:20.710Z | Checking toml_datetime v0.6.8 |
3433 | 2024-12-02T16:17:20.711Z | Checking camino v1.1.9 |
3434 | 2024-12-02T16:17:20.711Z | Checking cargo-platform v0.1.8 |
3435 | 2024-12-02T16:17:20.924Z | Checking semver v1.0.23 |
3436 | 2024-12-02T16:17:21.015Z | Checking macaddr v1.0.1 |
3437 | 2024-12-02T16:17:21.033Z | Checking toml_edit v0.22.22 |
3438 | 2024-12-02T16:17:21.287Z | Checking camino-tempfile v1.1.1 |
3439 | 2024-12-02T16:17:21.510Z | Checking clap v4.5.21 |
3440 | 2024-12-02T16:17:21.979Z | Checking dof v0.3.0 |
3441 | 2024-12-02T16:17:21.979Z | Checking cargo_metadata v0.18.1 |
3442 | 2024-12-02T16:17:22.394Z | Checking usdt-impl v0.5.0 |
3443 | 2024-12-02T16:17:22.772Z | Checking usdt v0.5.0 |
3444 | 2024-12-02T16:17:22.911Z | Checking toml v0.8.19 |
3445 | 2024-12-02T16:17:23.383Z | Checking cargo_toml v0.20.5 |
3446 | 2024-12-02T16:17:24.602Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3447 | 2024-12-02T16:17:25.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s |
3448 | 2024-12-02T16:17:25.322Z | |
3449 | 2024-12-02T16:17:25.322Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3450 | 2024-12-02T16:17:25.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3451 | 2024-12-02T16:17:25.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3452 | 2024-12-02T16:17:26.075Z | Checking polyval v0.6.2 |
3453 | 2024-12-02T16:17:26.187Z | Checking ctr v0.9.2 |
3454 | 2024-12-02T16:17:26.232Z | Checking ssh-encoding v0.2.0 |
3455 | 2024-12-02T16:17:26.234Z | Checking blowfish v0.9.1 |
3456 | 2024-12-02T16:17:26.234Z | Checking password-hash v0.4.2 |
3457 | 2024-12-02T16:17:26.234Z | Checking matches v0.1.10 |
3458 | 2024-12-02T16:17:26.246Z | Checking p521 v0.13.3 |
3459 | 2024-12-02T16:17:26.246Z | Checking p256 v0.13.2 |
3460 | 2024-12-02T16:17:26.320Z | Checking idna v0.2.3 |
3461 | 2024-12-02T16:17:26.415Z | Checking ghash v0.5.1 |
3462 | 2024-12-02T16:17:26.433Z | Checking bcrypt-pbkdf v0.10.0 |
3463 | 2024-12-02T16:17:26.436Z | Compiling enum-as-inner v0.5.1 |
3464 | 2024-12-02T16:17:26.498Z | Checking russh-cryptovec v0.7.3 |
3465 | 2024-12-02T16:17:26.577Z | Checking aes-gcm v0.10.3 |
3466 | 2024-12-02T16:17:26.626Z | Checking pbkdf2 v0.11.0 |
3467 | 2024-12-02T16:17:26.701Z | Checking md5 v0.7.0 |
3468 | 2024-12-02T16:17:26.723Z | Checking num-bigint v0.4.6 |
3469 | 2024-12-02T16:17:26.743Z | Checking des v0.8.1 |
3470 | 2024-12-02T16:17:26.842Z | Checking ssh-cipher v0.2.0 |
3471 | 2024-12-02T16:17:26.883Z | Compiling dhcproto-macros v0.1.0 |
3472 | 2024-12-02T16:17:26.983Z | Checking hex-literal v0.4.1 |
3473 | 2024-12-02T16:17:27.016Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3474 | 2024-12-02T16:17:27.119Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3475 | 2024-12-02T16:17:27.137Z | Checking ssh-key v0.6.6 |
3476 | 2024-12-02T16:17:27.155Z | Checking internet-checksum v0.2.1 |
3477 | 2024-12-02T16:17:27.479Z | Checking trust-dns-proto v0.22.0 |
3478 | 2024-12-02T16:17:28.462Z | Checking russh-keys v0.45.0 |
3479 | 2024-12-02T16:17:29.396Z | Checking russh v0.45.0 |
3480 | 2024-12-02T16:17:30.053Z | Checking dhcproto v0.12.0 |
3481 | 2024-12-02T16:17:47.103Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3482 | 2024-12-02T16:17:48.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.18s |
3483 | 2024-12-02T16:17:48.718Z | |
3484 | 2024-12-02T16:17:48.718Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3485 | 2024-12-02T16:17:49.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3486 | 2024-12-02T16:17:49.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3487 | 2024-12-02T16:17:49.349Z | Checking termios v0.3.3 |
3488 | 2024-12-02T16:17:49.568Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3489 | 2024-12-02T16:17:50.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3490 | 2024-12-02T16:17:50.525Z | |
3491 | 2024-12-02T16:17:50.525Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3492 | 2024-12-02T16:17:51.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3493 | 2024-12-02T16:17:51.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3494 | 2024-12-02T16:17:51.211Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3495 | 2024-12-02T16:17:53.263Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3496 | 2024-12-02T16:17:55.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
3497 | 2024-12-02T16:17:55.326Z | |
3498 | 2024-12-02T16:17:55.326Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3499 | 2024-12-02T16:17:55.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2024-12-02T16:17:55.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2024-12-02T16:17:55.949Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3502 | 2024-12-02T16:17:56.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3503 | 2024-12-02T16:17:56.607Z | |
3504 | 2024-12-02T16:17:56.607Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3505 | 2024-12-02T16:17:57.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2024-12-02T16:17:57.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2024-12-02T16:17:57.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3508 | 2024-12-02T16:17:57.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3509 | 2024-12-02T16:17:57.207Z | |
3510 | 2024-12-02T16:17:57.207Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3511 | 2024-12-02T16:17:57.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2024-12-02T16:17:57.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2024-12-02T16:17:57.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3514 | 2024-12-02T16:17:57.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3515 | 2024-12-02T16:17:57.823Z | |
3516 | 2024-12-02T16:17:57.823Z | info: running `cargo check --bins` on omicron-package (168/173) |
3517 | 2024-12-02T16:17:58.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3518 | 2024-12-02T16:17:58.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3519 | 2024-12-02T16:17:58.485Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3520 | 2024-12-02T16:17:59.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3521 | 2024-12-02T16:17:59.979Z | |
3522 | 2024-12-02T16:17:59.979Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3523 | 2024-12-02T16:18:00.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2024-12-02T16:18:00.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2024-12-02T16:18:00.671Z | Checking rtoolbox v0.0.2 |
3526 | 2024-12-02T16:18:00.674Z | Checking tui-tree-widget v0.22.0 |
3527 | 2024-12-02T16:18:00.674Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3528 | 2024-12-02T16:18:00.897Z | Checking rpassword v7.3.1 |
3529 | 2024-12-02T16:18:04.964Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3530 | 2024-12-02T16:18:08.002Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3531 | 2024-12-02T16:18:09.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3532 | 2024-12-02T16:18:09.433Z | |
3533 | 2024-12-02T16:18:09.433Z | info: running `cargo check --bins` on wicket (170/173) |
3534 | 2024-12-02T16:18:10.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2024-12-02T16:18:10.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2024-12-02T16:18:10.115Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3537 | 2024-12-02T16:18:10.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3538 | 2024-12-02T16:18:10.741Z | |
3539 | 2024-12-02T16:18:10.741Z | info: running `cargo check --bins` on wicketd (171/173) |
3540 | 2024-12-02T16:18:11.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3541 | 2024-12-02T16:18:11.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3542 | 2024-12-02T16:18:11.445Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3543 | 2024-12-02T16:18:15.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
3544 | 2024-12-02T16:18:15.621Z | |
3545 | 2024-12-02T16:18:15.621Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3546 | 2024-12-02T16:18:16.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3547 | 2024-12-02T16:18:16.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3548 | 2024-12-02T16:18:16.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3549 | 2024-12-02T16:18:16.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3550 | 2024-12-02T16:18:16.220Z | |
3551 | 2024-12-02T16:18:16.220Z | info: running `cargo check --bins` on zone-setup (173/173) |
3552 | 2024-12-02T16:18:16.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3553 | 2024-12-02T16:18:16.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3554 | 2024-12-02T16:18:16.942Z | Checking uzers v0.12.1 |
3555 | 2024-12-02T16:18:17.283Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3556 | 2024-12-02T16:18:18.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
3557 | 2024-12-02T16:18:18.657Z | |
3558 | 2024-12-02T16:18:18.659Z | real 12:59.296844043 |
3559 | 2024-12-02T16:18:18.659Z | user 24:14.778939638 |
3560 | 2024-12-02T16:18:18.659Z | sys 5:27.226008446 |
3561 | 2024-12-02T16:18:18.660Z | trap 0.471148295 |
3562 | 2024-12-02T16:18:18.660Z | tflt 2.377549752 |
3563 | 2024-12-02T16:18:18.660Z | dflt 3.009039737 |
3564 | 2024-12-02T16:18:18.660Z | kflt 0.001106053 |
3565 | 2024-12-02T16:18:18.660Z | lock 46:09.394041850 |
3566 | 2024-12-02T16:18:18.660Z | slp 2:06:34.087524041 |
3567 | 2024-12-02T16:18:18.660Z | lat 1:02.665014550 |
3568 | 2024-12-02T16:18:18.660Z | stop 3:16.019623132 |
3569 | 2024-12-02T16:18:18.660Z | process exited: duration 1062215 ms, exit code 0 |
|
3570 | 2024-12-02T16:18:18.665Z | found 0 output files |