|
|
|
1 | 2024-12-21T04:29:12.393Z | job assigned to worker 01JFKQJCHYP6A96PY9SHJS841A [factory aws, i-0d501cd6b9bb7746c] (queued for 8 m 18 s) |
|
2 | 2024-12-21T04:29:21.209Z | starting task 0: "setup" |
3 | 2024-12-21T04:29:21.215Z | ++ uname -s |
4 | 2024-12-21T04:29:21.217Z | + kern=SunOS |
5 | 2024-12-21T04:29:21.217Z | + case "$kern" in |
6 | 2024-12-21T04:29:21.217Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:29:21.220Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:29:23.225Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:29:23.293Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:29:23.296Z | + home_fs=zfs |
11 | 2024-12-21T04:29:23.296Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:29:23.296Z | + mkdir -p /home/build |
13 | 2024-12-21T04:29:23.298Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:29:25.300Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:29:25.303Z | process exited: duration 4095 ms, exit code 0 |
|
16 | 2024-12-21T04:29:25.309Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:29:25.314Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:29:25.314Z | ' 1.81.0 |
19 | 2024-12-21T04:29:25.314Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T04:29:25.314Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-21T04:29:25.314Z | ' default |
22 | 2024-12-21T04:29:25.314Z | * toolchain profile = "default" |
23 | 2024-12-21T04:29:25.317Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:29:25.317Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:29:25.423Z | info: downloading installer |
26 | 2024-12-21T04:29:26.705Z | info: profile set to 'default' |
27 | 2024-12-21T04:29:26.705Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:29:26.708Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:29:26.860Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:29:26.860Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:29:27.746Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:29:28.064Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:29:29.245Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:29:31.087Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:29:37.709Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:29:37.960Z | info: installing component 'cargo' |
37 | 2024-12-21T04:29:38.765Z | info: installing component 'clippy' |
38 | 2024-12-21T04:29:39.125Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:29:40.729Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:29:42.416Z | info: installing component 'rustc' |
41 | 2024-12-21T04:29:48.010Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:29:48.327Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:29:48.327Z | |
44 | 2024-12-21T04:29:48.696Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:29:48.697Z | |
46 | 2024-12-21T04:29:48.701Z | |
47 | 2024-12-21T04:29:48.701Z | Rust is installed now. Great! |
48 | 2024-12-21T04:29:48.701Z | |
49 | 2024-12-21T04:29:48.701Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:29:48.701Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:29:48.701Z | |
52 | 2024-12-21T04:29:48.701Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:29:48.701Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:29:48.701Z | |
55 | 2024-12-21T04:29:48.701Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:29:48.701Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:29:48.701Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:29:48.770Z | + rustc --version |
59 | 2024-12-21T04:29:48.836Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:29:48.840Z | process exited: duration 23527 ms, exit code 0 |
|
61 | 2024-12-21T04:29:48.846Z | starting task 2: "authentication" |
62 | 2024-12-21T04:29:48.869Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-12-21T04:29:48.875Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:29:48.880Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:29:48.883Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:29:49.240Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:29:56.688Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:29:56.688Z | + git fetch origin 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 |
69 | 2024-12-21T04:29:57.047Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:29:57.047Z | * branch 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 -> FETCH_HEAD |
71 | 2024-12-21T04:29:57.056Z | + [[ -n renovate/secrecy-0.x ]] |
72 | 2024-12-21T04:29:57.059Z | ++ git branch --show-current |
73 | 2024-12-21T04:29:57.061Z | + current=main |
74 | 2024-12-21T04:29:57.061Z | + [[ main != renovate/secrecy-0.x ]] |
75 | 2024-12-21T04:29:57.061Z | + git branch -f renovate/secrecy-0.x 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 |
76 | 2024-12-21T04:29:57.064Z | + git checkout -f renovate/secrecy-0.x |
77 | 2024-12-21T04:29:57.235Z | Switched to branch 'renovate/secrecy-0.x' |
78 | 2024-12-21T04:29:57.237Z | + git reset --hard 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 |
79 | 2024-12-21T04:29:57.250Z | HEAD is now at 71dd48bb5 Update Rust crate secrecy to 0.10.3 |
80 | 2024-12-21T04:29:57.253Z | process exited: duration 8374 ms, exit code 0 |
|
81 | 2024-12-21T04:29:57.258Z | starting task 4: "build" |
82 | 2024-12-21T04:29:57.263Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T04:29:57.263Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T04:29:57.263Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:29:57.265Z | + cargo --version |
86 | 2024-12-21T04:29:57.319Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T04:29:57.321Z | + rustc --version |
88 | 2024-12-21T04:29:57.379Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T04:29:57.381Z | + source ./env.sh |
90 | 2024-12-21T04:29:57.381Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-21T04:29:57.381Z | ++ set -o xtrace |
92 | 2024-12-21T04:29:57.384Z | ++++ dirname ./env.sh |
93 | 2024-12-21T04:29:57.387Z | +++ readlink -f . |
94 | 2024-12-21T04:29:57.466Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-21T04:29:57.466Z | ++ 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-21T04:29:57.466Z | ++ 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-21T04:29:57.469Z | ++ 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-21T04:29:57.469Z | ++ 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-21T04:29:57.469Z | ++ 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-21T04:29:57.469Z | ++ 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-21T04:29:57.470Z | ++ 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-21T04:29:57.470Z | ++ 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-21T04:29:57.470Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-21T04:29:57.470Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-21T04:29:57.470Z | + 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-21T04:29:57.470Z | + 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-21T04:29:57.470Z | + banner prerequisites |
108 | 2024-12-21T04:29:57.597Z | |
109 | 2024-12-21T04:29:57.597Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-21T04:29:57.597Z | # # # # # # # # # # # # # # # |
111 | 2024-12-21T04:29:57.597Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-21T04:29:57.597Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-21T04:29:57.597Z | # # # # # # # # # # # # # # # |
114 | 2024-12-21T04:29:57.597Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-21T04:29:57.597Z | |
116 | 2024-12-21T04:29:57.601Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-21T04:30:13.731Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-21T04:30:17.980Z | Startup: Caching catalogs ... Done |
119 | 2024-12-21T04:30:28.653Z | Planning: Solver setup ... Done (9.732s) |
120 | 2024-12-21T04:30:28.787Z | Planning: Running solver ... Done (0.134s) |
121 | 2024-12-21T04:30:29.081Z | Planning: Finding local manifests ... Done (0.196s) |
122 | 2024-12-21T04:30:29.093Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-21T04:30:29.314Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-21T04:30:29.673Z | Planning: Package planning ... Done (0.359s) |
125 | 2024-12-21T04:30:29.729Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-12-21T04:30:31.077Z | Planning: Checking for conflicting actions ... Done (1.347s) |
127 | 2024-12-21T04:30:38.568Z | Planning: Consolidating action changes ... Done (7.490s) |
128 | 2024-12-21T04:30:39.034Z | Planning: Evaluating mediators ... Done (0.465s) |
129 | 2024-12-21T04:30:39.247Z | Planning: Planning completed in 21.17 seconds |
130 | 2024-12-21T04:30:40.097Z | Packages to install: 4 |
131 | 2024-12-21T04:30:40.097Z | Packages to update: 1 |
132 | 2024-12-21T04:30:40.097Z | Mediators to change: 2 |
133 | 2024-12-21T04:30:40.100Z | Services to change: 1 |
134 | 2024-12-21T04:30:40.100Z | Estimated space available: 155.63 GB |
135 | 2024-12-21T04:30:40.100Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-21T04:30:40.100Z | Create boot environment: No |
137 | 2024-12-21T04:30:40.100Z | Create backup boot environment: Yes |
138 | 2024-12-21T04:30:40.101Z | Rebuild boot archive: No |
139 | 2024-12-21T04:30:40.101Z | |
140 | 2024-12-21T04:30:40.101Z | Changed mediators: |
141 | 2024-12-21T04:30:40.101Z | mediator clang: |
142 | 2024-12-21T04:30:40.101Z | version: None -> 15 (system default) |
143 | 2024-12-21T04:30:40.101Z | |
144 | 2024-12-21T04:30:40.101Z | mediator llvm: |
145 | 2024-12-21T04:30:40.101Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-21T04:30:40.101Z | |
147 | 2024-12-21T04:30:40.101Z | Changed packages: |
148 | 2024-12-21T04:30:40.101Z | helios-dev |
149 | 2024-12-21T04:30:40.101Z | developer/build-essential |
150 | 2024-12-21T04:30:40.101Z | None -> 11-2.0 |
151 | 2024-12-21T04:30:40.101Z | library/libxmlsec1 |
152 | 2024-12-21T04:30:40.101Z | None -> 1.2.35-2.0 |
153 | 2024-12-21T04:30:40.101Z | ooce/developer/clang-15 |
154 | 2024-12-21T04:30:40.101Z | None -> 15.0.7-2.0 |
155 | 2024-12-21T04:30:40.101Z | ooce/developer/llvm-15 |
156 | 2024-12-21T04:30:40.101Z | None -> 15.0.7-2.0 |
157 | 2024-12-21T04:30:40.101Z | package/pkg |
158 | 2024-12-21T04:30:40.101Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-21T04:30:40.101Z | |
160 | 2024-12-21T04:30:40.101Z | Services: |
161 | 2024-12-21T04:30:40.101Z | restart_fmri: |
162 | 2024-12-21T04:30:40.101Z | svc:/system/update-man-index:default |
163 | 2024-12-21T04:30:40.101Z | |
164 | 2024-12-21T04:30:40.101Z | Editable files to change: |
165 | 2024-12-21T04:30:40.101Z | Update: |
166 | 2024-12-21T04:30:40.101Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-21T04:30:40.547Z | |
168 | 2024-12-21T04:30:40.547Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-21T04:30:45.548Z | Download: 1191/4281 items 82.3/220.6MB 37% complete (16.5M/s) |
170 | 2024-12-21T04:30:50.553Z | Download: 2706/4281 items 120.8/220.6MB 54% complete (12.2M/s) |
171 | 2024-12-21T04:30:55.553Z | Download: 4054/4281 items 218.7/220.6MB 99% complete (13.9M/s) |
172 | 2024-12-21T04:30:56.812Z | Download: Completed 220.60 MB in 16.26 seconds (13.6M/s) |
173 | 2024-12-21T04:31:01.040Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-12-21T04:31:01.054Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-12-21T04:31:06.258Z | Actions: 4091/5063 actions (Installing new actions) |
176 | 2024-12-21T04:31:06.526Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-12-21T04:31:06.930Z | Actions: Completed 5063 actions in 5.89 seconds. |
178 | 2024-12-21T04:31:07.330Z | Done (0.393s) |
179 | 2024-12-21T04:31:07.333Z | Done (0.000s) |
180 | 2024-12-21T04:31:07.902Z | Done (0.567s) |
181 | 2024-12-21T04:31:14.133Z | Done (6.007s) |
182 | 2024-12-21T04:31:14.576Z | Done (0.373s) |
183 | 2024-12-21T04:31:14.579Z | Done (0.000s) |
184 | 2024-12-21T04:31:14.715Z | Done (0.000s) |
185 | 2024-12-21T04:31:15.379Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-12-21T04:31:15.538Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-12-21T04:31:15.540Z | Planning: Consolidating action changes ... Done |
188 | 2024-12-21T04:31:15.803Z | Planning: Evaluating mediators ... Done |
189 | 2024-12-21T04:31:15.806Z | Planning: Planning completed in 0.43 seconds |
190 | 2024-12-21T04:31:15.841Z | Mediators to change: 2 |
191 | 2024-12-21T04:31:15.841Z | Create boot environment: No |
192 | 2024-12-21T04:31:15.841Z | Create backup boot environment: No |
193 | 2024-12-21T04:31:15.969Z | Done |
194 | 2024-12-21T04:31:15.969Z | Done |
195 | 2024-12-21T04:31:16.321Z | Done |
196 | 2024-12-21T04:31:19.905Z | Done |
197 | 2024-12-21T04:31:19.991Z | Done |
198 | 2024-12-21T04:31:19.991Z | Done |
199 | 2024-12-21T04:31:20.106Z | Done |
200 | 2024-12-21T04:31:20.701Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-12-21T04:31:20.704Z | Planning: Merging actions ... Done |
202 | 2024-12-21T04:31:20.886Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-12-21T04:31:20.890Z | Planning: Consolidating action changes ... Done |
204 | 2024-12-21T04:31:21.148Z | Planning: Evaluating mediators ... Done |
205 | 2024-12-21T04:31:21.202Z | Planning: Planning completed in 0.74 seconds |
206 | 2024-12-21T04:31:21.241Z | Packages to change: 1 |
207 | 2024-12-21T04:31:21.241Z | Mediators to change: 1 |
208 | 2024-12-21T04:31:21.244Z | Services to change: 1 |
209 | 2024-12-21T04:31:21.244Z | Create boot environment: No |
210 | 2024-12-21T04:31:21.244Z | Create backup boot environment: Yes |
211 | 2024-12-21T04:31:23.317Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-12-21T04:31:23.430Z | Actions: Completed 6 actions in 0.11 seconds. |
213 | 2024-12-21T04:31:23.430Z | Done |
214 | 2024-12-21T04:31:23.430Z | Done |
215 | 2024-12-21T04:31:23.544Z | Done |
216 | 2024-12-21T04:31:27.068Z | Done |
217 | 2024-12-21T04:31:27.155Z | Done |
218 | 2024-12-21T04:31:27.158Z | Done |
219 | 2024-12-21T04:31:27.281Z | Done |
220 | 2024-12-21T04:31:27.699Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-12-21T04:31:27.699Z | clang system 15 system |
222 | 2024-12-21T04:31:27.700Z | csh system system illumos |
223 | 2024-12-21T04:31:27.700Z | ctags system system illumos |
224 | 2024-12-21T04:31:27.700Z | gcc vendor 12 vendor |
225 | 2024-12-21T04:31:27.700Z | gcc system 10 system |
226 | 2024-12-21T04:31:27.700Z | gcc system 7 system |
227 | 2024-12-21T04:31:27.700Z | go system 1.20 system |
228 | 2024-12-21T04:31:27.700Z | go system 1.19 system |
229 | 2024-12-21T04:31:27.700Z | llvm system 15 system |
230 | 2024-12-21T04:31:27.700Z | llvm system 14 system |
231 | 2024-12-21T04:31:27.700Z | mariadb system 10.6 system |
232 | 2024-12-21T04:31:27.700Z | mta vendor vendor dma |
233 | 2024-12-21T04:31:27.700Z | openjdk system 17 system |
234 | 2024-12-21T04:31:27.700Z | openjdk system 11 system |
235 | 2024-12-21T04:31:27.700Z | openjdk system 1.8 system |
236 | 2024-12-21T04:31:27.700Z | openssl vendor 3 vendor |
237 | 2024-12-21T04:31:27.700Z | perl system 5.36 system |
238 | 2024-12-21T04:31:27.700Z | postgresql system 15 system |
239 | 2024-12-21T04:31:27.700Z | postgresql system 13 system |
240 | 2024-12-21T04:31:27.700Z | python vendor 3 vendor |
241 | 2024-12-21T04:31:27.700Z | python system 2 system |
242 | 2024-12-21T04:31:27.700Z | python3 system 3.11 system |
243 | 2024-12-21T04:31:27.700Z | ruby system 3.0 system |
244 | 2024-12-21T04:31:27.700Z | words vendor vendor american-english |
245 | 2024-12-21T04:31:27.700Z | words system system australian-english |
246 | 2024-12-21T04:31:27.700Z | words system system british-english |
247 | 2024-12-21T04:31:27.700Z | words system system canadian-english |
248 | 2024-12-21T04:31:27.700Z | words system system french |
249 | 2024-12-21T04:31:27.700Z | words system system italian |
250 | 2024-12-21T04:31:27.700Z | words system system ngerman |
251 | 2024-12-21T04:31:27.700Z | words system system ogerman |
252 | 2024-12-21T04:31:27.700Z | words system system spanish |
253 | 2024-12-21T04:31:28.014Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-12-21T04:31:28.014Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-12-21T04:31:30.733Z | FMRI IFO |
256 | 2024-12-21T04:31:30.733Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-12-21T04:31:30.733Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-12-21T04:31:30.733Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-12-21T04:31:30.733Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-12-21T04:31:30.733Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-12-21T04:31:30.733Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-12-21T04:31:30.733Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-12-21T04:31:30.733Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-12-21T04:31:30.733Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-12-21T04:31:30.734Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-12-21T04:31:30.734Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-12-21T04:31:30.734Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-12-21T04:31:30.734Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-12-21T04:31:30.734Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-12-21T04:31:30.734Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-12-21T04:31:31.480Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-12-21T04:31:31.765Z | Updating crates.io index |
273 | 2024-12-21T04:31:31.825Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
274 | 2024-12-21T04:31:32.292Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-12-21T04:31:32.887Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-12-21T04:31:33.140Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-12-21T04:31:33.417Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-12-21T04:31:33.662Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-12-21T04:31:34.581Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-12-21T04:31:36.180Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-12-21T04:31:36.864Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-12-21T04:31:37.693Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-12-21T04:31:37.973Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-12-21T04:31:38.358Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-12-21T04:31:38.931Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-12-21T04:31:39.261Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-12-21T04:31:39.572Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-12-21T04:31:39.944Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-12-21T04:31:40.210Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-12-21T04:31:40.487Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-12-21T04:31:40.793Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-12-21T04:31:41.122Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-12-21T04:31:41.541Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-12-21T04:31:41.815Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-12-21T04:31:42.334Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-12-21T04:31:42.630Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-12-21T04:31:43.085Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-12-21T04:31:43.468Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
299 | 2024-12-21T04:31:43.778Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-12-21T04:31:44.029Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-12-21T04:31:44.272Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-12-21T04:31:45.860Z | Downloading crates ... |
303 | 2024-12-21T04:31:46.007Z | Downloaded equivalent v1.0.1 |
304 | 2024-12-21T04:31:46.018Z | Downloaded bytecount v0.6.8 |
305 | 2024-12-21T04:31:46.026Z | Downloaded usdt-macro v0.5.0 |
306 | 2024-12-21T04:31:46.030Z | Downloaded scroll_derive v0.12.0 |
307 | 2024-12-21T04:31:46.030Z | Downloaded pretty-hex v0.4.1 |
308 | 2024-12-21T04:31:46.034Z | Downloaded swrite v0.1.0 |
309 | 2024-12-21T04:31:46.036Z | Downloaded usdt-attr-macro v0.5.0 |
310 | 2024-12-21T04:31:46.039Z | Downloaded dtrace-parser v0.2.0 |
311 | 2024-12-21T04:31:46.039Z | Downloaded anstyle-query v1.1.1 |
312 | 2024-12-21T04:31:46.042Z | Downloaded smawk v0.3.2 |
313 | 2024-12-21T04:31:46.042Z | Downloaded fs-err v2.11.0 |
314 | 2024-12-21T04:31:46.046Z | Downloaded digest v0.10.7 |
315 | 2024-12-21T04:31:46.048Z | Downloaded toml_datetime v0.6.8 |
316 | 2024-12-21T04:31:46.048Z | Downloaded fastrand v2.1.1 |
317 | 2024-12-21T04:31:46.049Z | Downloaded errno v0.3.9 |
318 | 2024-12-21T04:31:46.049Z | Downloaded dof v0.3.0 |
319 | 2024-12-21T04:31:46.051Z | Downloaded colorchoice v1.0.2 |
320 | 2024-12-21T04:31:46.051Z | Downloaded cfg-if v1.0.0 |
321 | 2024-12-21T04:31:46.053Z | Downloaded proc-macro-error-attr v1.0.4 |
322 | 2024-12-21T04:31:46.054Z | Downloaded itoa v1.0.11 |
323 | 2024-12-21T04:31:46.056Z | Downloaded cargo-platform v0.1.8 |
324 | 2024-12-21T04:31:46.056Z | Downloaded fnv v1.0.7 |
325 | 2024-12-21T04:31:46.056Z | Downloaded clap_lex v0.7.2 |
326 | 2024-12-21T04:31:46.059Z | Downloaded heck v0.5.0 |
327 | 2024-12-21T04:31:46.062Z | Downloaded terminal_size v0.4.0 |
328 | 2024-12-21T04:31:46.064Z | Downloaded crypto-common v0.1.6 |
329 | 2024-12-21T04:31:46.067Z | Downloaded autocfg v1.4.0 |
330 | 2024-12-21T04:31:46.069Z | Downloaded byteorder v1.5.0 |
331 | 2024-12-21T04:31:46.069Z | Downloaded anstyle v1.0.10 |
332 | 2024-12-21T04:31:46.072Z | Downloaded anstyle-parse v0.2.5 |
333 | 2024-12-21T04:31:46.075Z | Downloaded serde_tokenstream v0.2.2 |
334 | 2024-12-21T04:31:46.075Z | Downloaded macaddr v1.0.1 |
335 | 2024-12-21T04:31:46.077Z | Downloaded thread-id v4.2.2 |
336 | 2024-12-21T04:31:46.079Z | Downloaded utf8parse v0.2.2 |
337 | 2024-12-21T04:31:46.082Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2024-12-21T04:31:46.086Z | Downloaded usdt v0.5.0 |
339 | 2024-12-21T04:31:46.088Z | Downloaded thiserror v1.0.69 |
340 | 2024-12-21T04:31:46.092Z | Downloaded version_check v0.9.5 |
341 | 2024-12-21T04:31:46.095Z | Downloaded tabled_derive v0.7.0 |
342 | 2024-12-21T04:31:46.095Z | Downloaded clap_derive v4.5.18 |
343 | 2024-12-21T04:31:46.098Z | Downloaded serde_spanned v0.6.8 |
344 | 2024-12-21T04:31:46.100Z | Downloaded quote v1.0.37 |
345 | 2024-12-21T04:31:46.100Z | Downloaded tempfile v3.13.0 |
346 | 2024-12-21T04:31:46.103Z | Downloaded sha2 v0.10.8 |
347 | 2024-12-21T04:31:46.105Z | Downloaded cargo_toml v0.20.5 |
348 | 2024-12-21T04:31:46.107Z | Downloaded thiserror-impl v1.0.69 |
349 | 2024-12-21T04:31:46.110Z | Downloaded plain v0.2.3 |
350 | 2024-12-21T04:31:46.110Z | Downloaded block-buffer v0.10.4 |
351 | 2024-12-21T04:31:46.112Z | Downloaded camino-tempfile v1.1.1 |
352 | 2024-12-21T04:31:46.112Z | Downloaded cpufeatures v0.2.14 |
353 | 2024-12-21T04:31:46.114Z | Downloaded anstream v0.6.15 |
354 | 2024-12-21T04:31:46.117Z | Downloaded semver v1.0.23 |
355 | 2024-12-21T04:31:46.119Z | Downloaded cargo_metadata v0.18.1 |
356 | 2024-12-21T04:31:46.121Z | Downloaded pest_generator v2.7.14 |
357 | 2024-12-21T04:31:46.121Z | Downloaded once_cell v1.20.2 |
358 | 2024-12-21T04:31:46.123Z | Downloaded scroll v0.12.0 |
359 | 2024-12-21T04:31:46.125Z | Downloaded pest_derive v2.7.14 |
360 | 2024-12-21T04:31:46.128Z | Downloaded zerocopy-derive v0.7.35 |
361 | 2024-12-21T04:31:46.131Z | Downloaded memmap v0.7.0 |
362 | 2024-12-21T04:31:46.133Z | Downloaded anyhow v1.0.93 |
363 | 2024-12-21T04:31:46.136Z | Downloaded usdt-impl v0.5.0 |
364 | 2024-12-21T04:31:46.138Z | Downloaded textwrap v0.16.1 |
365 | 2024-12-21T04:31:46.141Z | Downloaded strsim v0.11.1 |
366 | 2024-12-21T04:31:46.141Z | Downloaded is_terminal_polyfill v1.70.1 |
367 | 2024-12-21T04:31:46.143Z | Downloaded proc-macro2 v1.0.89 |
368 | 2024-12-21T04:31:46.145Z | Downloaded heck v0.4.1 |
369 | 2024-12-21T04:31:46.146Z | Downloaded camino v1.1.9 |
370 | 2024-12-21T04:31:46.148Z | Downloaded papergrid v0.11.0 |
371 | 2024-12-21T04:31:46.153Z | Downloaded ucd-trie v0.1.7 |
372 | 2024-12-21T04:31:46.155Z | Downloaded log v0.4.22 |
373 | 2024-12-21T04:31:46.157Z | Downloaded typenum v1.17.0 |
374 | 2024-12-21T04:31:46.160Z | Downloaded proc-macro-error v1.0.4 |
375 | 2024-12-21T04:31:46.162Z | Downloaded clap v4.5.21 |
376 | 2024-12-21T04:31:46.171Z | Downloaded unicode-ident v1.0.13 |
377 | 2024-12-21T04:31:46.173Z | Downloaded toml v0.8.19 |
378 | 2024-12-21T04:31:46.176Z | Downloaded ryu v1.0.18 |
379 | 2024-12-21T04:31:46.179Z | Downloaded pest_meta v2.7.14 |
380 | 2024-12-21T04:31:46.182Z | Downloaded generic-array v0.14.7 |
381 | 2024-12-21T04:31:46.184Z | Downloaded serde v1.0.215 |
382 | 2024-12-21T04:31:46.186Z | Downloaded bitflags v2.6.0 |
383 | 2024-12-21T04:31:46.189Z | Downloaded serde_derive v1.0.215 |
384 | 2024-12-21T04:31:46.192Z | Downloaded memchr v2.7.4 |
385 | 2024-12-21T04:31:46.197Z | Downloaded indexmap v2.6.0 |
386 | 2024-12-21T04:31:46.213Z | Downloaded toml_edit v0.22.22 |
387 | 2024-12-21T04:31:46.233Z | Downloaded serde_json v1.0.133 |
388 | 2024-12-21T04:31:46.239Z | Downloaded clap_builder v4.5.21 |
389 | 2024-12-21T04:31:46.256Z | Downloaded hashbrown v0.15.1 |
390 | 2024-12-21T04:31:46.260Z | Downloaded pest v2.7.14 |
391 | 2024-12-21T04:31:46.264Z | Downloaded zerocopy v0.7.35 |
392 | 2024-12-21T04:31:46.279Z | Downloaded winnow v0.6.20 |
393 | 2024-12-21T04:31:46.294Z | Downloaded goblin v0.8.2 |
394 | 2024-12-21T04:31:46.300Z | Downloaded tabled v0.15.0 |
395 | 2024-12-21T04:31:46.314Z | Downloaded syn v1.0.109 |
396 | 2024-12-21T04:31:46.323Z | Downloaded syn v2.0.87 |
397 | 2024-12-21T04:31:46.334Z | Downloaded unicode-width v0.1.14 |
398 | 2024-12-21T04:31:46.339Z | Downloaded rustix v0.38.37 |
399 | 2024-12-21T04:31:46.382Z | Downloaded libc v0.2.162 |
400 | 2024-12-21T04:31:46.685Z | Compiling proc-macro2 v1.0.89 |
401 | 2024-12-21T04:31:46.685Z | Compiling unicode-ident v1.0.13 |
402 | 2024-12-21T04:31:46.685Z | Compiling version_check v0.9.5 |
403 | 2024-12-21T04:31:46.685Z | Compiling serde v1.0.215 |
404 | 2024-12-21T04:31:46.687Z | Compiling thiserror v1.0.69 |
405 | 2024-12-21T04:31:46.687Z | Compiling memchr v2.7.4 |
406 | 2024-12-21T04:31:46.687Z | Compiling libc v0.2.162 |
407 | 2024-12-21T04:31:46.687Z | Compiling itoa v1.0.11 |
408 | 2024-12-21T04:31:46.936Z | Compiling ryu v1.0.18 |
409 | 2024-12-21T04:31:47.057Z | Compiling ucd-trie v0.1.7 |
410 | 2024-12-21T04:31:47.535Z | Compiling once_cell v1.20.2 |
411 | 2024-12-21T04:31:47.630Z | Compiling byteorder v1.5.0 |
412 | 2024-12-21T04:31:47.866Z | Compiling rustix v0.38.37 |
413 | 2024-12-21T04:31:47.960Z | Compiling serde_json v1.0.133 |
414 | 2024-12-21T04:31:48.604Z | Compiling bitflags v2.6.0 |
415 | 2024-12-21T04:31:48.644Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-12-21T04:31:48.686Z | Compiling usdt-impl v0.5.0 |
417 | 2024-12-21T04:31:48.803Z | Compiling syn v1.0.109 |
418 | 2024-12-21T04:31:48.963Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-12-21T04:31:48.990Z | Compiling utf8parse v0.2.2 |
420 | 2024-12-21T04:31:48.992Z | Compiling camino v1.1.9 |
421 | 2024-12-21T04:31:49.133Z | Compiling equivalent v1.0.1 |
422 | 2024-12-21T04:31:49.158Z | Compiling plain v0.2.3 |
423 | 2024-12-21T04:31:49.208Z | Compiling log v0.4.22 |
424 | 2024-12-21T04:31:49.248Z | Compiling hashbrown v0.15.1 |
425 | 2024-12-21T04:31:49.472Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-12-21T04:31:49.602Z | Compiling thread-id v4.2.2 |
427 | 2024-12-21T04:31:49.658Z | Compiling winnow v0.6.20 |
428 | 2024-12-21T04:31:49.720Z | Compiling quote v1.0.37 |
429 | 2024-12-21T04:31:49.747Z | Compiling is_terminal_polyfill v1.70.1 |
430 | 2024-12-21T04:31:49.793Z | Compiling anstyle-query v1.1.1 |
431 | 2024-12-21T04:31:49.819Z | Compiling colorchoice v1.0.2 |
432 | 2024-12-21T04:31:49.877Z | Compiling errno v0.3.9 |
433 | 2024-12-21T04:31:49.951Z | Compiling anstyle v1.0.10 |
434 | 2024-12-21T04:31:49.984Z | Compiling pretty-hex v0.4.1 |
435 | 2024-12-21T04:31:50.115Z | Compiling syn v2.0.87 |
436 | 2024-12-21T04:31:50.426Z | Compiling indexmap v2.6.0 |
437 | 2024-12-21T04:31:50.452Z | Compiling autocfg v1.4.0 |
438 | 2024-12-21T04:31:50.477Z | Compiling unicode-width v0.1.14 |
439 | 2024-12-21T04:31:50.987Z | Compiling semver v1.0.23 |
440 | 2024-12-21T04:31:51.522Z | Compiling anstream v0.6.15 |
441 | 2024-12-21T04:31:51.645Z | Compiling fs-err v2.11.0 |
442 | 2024-12-21T04:31:51.930Z | Compiling strsim v0.11.1 |
443 | 2024-12-21T04:31:51.974Z | Compiling clap_lex v0.7.2 |
444 | 2024-12-21T04:31:52.656Z | Compiling terminal_size v0.4.0 |
445 | 2024-12-21T04:31:52.695Z | Compiling cfg-if v1.0.0 |
446 | 2024-12-21T04:31:52.696Z | Compiling anyhow v1.0.93 |
447 | 2024-12-21T04:31:52.696Z | Compiling bytecount v0.6.8 |
448 | 2024-12-21T04:31:52.696Z | Compiling heck v0.5.0 |
449 | 2024-12-21T04:31:52.826Z | Compiling heck v0.4.1 |
450 | 2024-12-21T04:31:52.893Z | Compiling fnv v1.0.7 |
451 | 2024-12-21T04:31:53.095Z | Compiling fastrand v2.1.1 |
452 | 2024-12-21T04:31:53.160Z | Compiling papergrid v0.11.0 |
453 | 2024-12-21T04:31:53.333Z | Compiling clap_builder v4.5.21 |
454 | 2024-12-21T04:31:53.522Z | Compiling tempfile v3.13.0 |
455 | 2024-12-21T04:31:53.642Z | Compiling memmap v0.7.0 |
456 | 2024-12-21T04:31:53.694Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-12-21T04:31:53.718Z | Compiling smawk v0.3.2 |
458 | 2024-12-21T04:31:54.199Z | Compiling textwrap v0.16.1 |
459 | 2024-12-21T04:31:54.405Z | Compiling swrite v0.1.0 |
460 | 2024-12-21T04:31:55.739Z | Compiling tabled_derive v0.7.0 |
461 | 2024-12-21T04:31:57.259Z | Compiling tabled v0.15.0 |
462 | 2024-12-21T04:31:58.999Z | Compiling serde_derive v1.0.215 |
463 | 2024-12-21T04:31:58.999Z | Compiling thiserror-impl v1.0.69 |
464 | 2024-12-21T04:31:59.002Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-12-21T04:31:59.002Z | Compiling scroll_derive v0.12.0 |
466 | 2024-12-21T04:31:59.002Z | Compiling clap_derive v4.5.18 |
467 | 2024-12-21T04:32:00.326Z | Compiling scroll v0.12.0 |
468 | 2024-12-21T04:32:00.884Z | Compiling goblin v0.8.2 |
469 | 2024-12-21T04:32:00.910Z | Compiling zerocopy v0.7.35 |
470 | 2024-12-21T04:32:01.713Z | Compiling pest v2.7.14 |
471 | 2024-12-21T04:32:02.867Z | Compiling clap v4.5.21 |
472 | 2024-12-21T04:32:03.969Z | Compiling pest_meta v2.7.14 |
473 | 2024-12-21T04:32:04.868Z | Compiling pest_generator v2.7.14 |
474 | 2024-12-21T04:32:06.652Z | Compiling pest_derive v2.7.14 |
475 | 2024-12-21T04:32:07.384Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-12-21T04:32:08.962Z | Compiling serde_tokenstream v0.2.2 |
477 | 2024-12-21T04:32:09.100Z | Compiling toml_datetime v0.6.8 |
478 | 2024-12-21T04:32:09.100Z | Compiling serde_spanned v0.6.8 |
479 | 2024-12-21T04:32:09.218Z | Compiling cargo-platform v0.1.8 |
480 | 2024-12-21T04:32:09.496Z | Compiling toml_edit v0.22.22 |
481 | 2024-12-21T04:32:09.583Z | Compiling macaddr v1.0.1 |
482 | 2024-12-21T04:32:09.782Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-12-21T04:32:10.458Z | Compiling dof v0.3.0 |
484 | 2024-12-21T04:32:10.633Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-12-21T04:32:12.172Z | Compiling usdt-macro v0.5.0 |
486 | 2024-12-21T04:32:12.172Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-12-21T04:32:12.313Z | Compiling toml v0.8.19 |
488 | 2024-12-21T04:32:13.216Z | Compiling cargo_toml v0.20.5 |
489 | 2024-12-21T04:32:13.610Z | Compiling usdt v0.5.0 |
490 | 2024-12-21T04:32:16.585Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-12-21T04:32:20.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.41s |
492 | 2024-12-21T04:32:20.932Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-12-21T04:32:21.452Z | Downloading crates ... |
494 | 2024-12-21T04:32:21.553Z | Downloaded ascii-canvas v3.0.0 |
495 | 2024-12-21T04:32:21.557Z | Downloaded arrayref v0.3.9 |
496 | 2024-12-21T04:32:21.560Z | Downloaded bit-set v0.5.3 |
497 | 2024-12-21T04:32:21.563Z | Downloaded blake2 v0.10.6 |
498 | 2024-12-21T04:32:21.569Z | Downloaded atty v0.2.14 |
499 | 2024-12-21T04:32:21.571Z | Downloaded atomicwrites v0.4.4 |
500 | 2024-12-21T04:32:21.571Z | Downloaded async-stream-impl v0.3.6 |
501 | 2024-12-21T04:32:21.574Z | Downloaded crucible-workspace-hack v0.1.0 |
502 | 2024-12-21T04:32:21.580Z | Downloaded ciborium-io v0.2.2 |
503 | 2024-12-21T04:32:21.583Z | Downloaded cfg_aliases v0.2.1 |
504 | 2024-12-21T04:32:21.592Z | Downloaded cstr-argument v0.1.2 |
505 | 2024-12-21T04:32:21.595Z | Downloaded crunchy v0.2.2 |
506 | 2024-12-21T04:32:21.600Z | Downloaded cfg_aliases v0.1.1 |
507 | 2024-12-21T04:32:21.606Z | Downloaded darling v0.20.10 |
508 | 2024-12-21T04:32:21.610Z | Downloaded headers-core v0.3.0 |
509 | 2024-12-21T04:32:21.612Z | Downloaded cipher v0.4.4 |
510 | 2024-12-21T04:32:21.615Z | Downloaded ciborium-ll v0.2.2 |
511 | 2024-12-21T04:32:21.618Z | Downloaded cexpr v0.6.0 |
512 | 2024-12-21T04:32:21.618Z | Downloaded bitfield-struct v0.6.2 |
513 | 2024-12-21T04:32:21.623Z | Downloaded assert_matches v1.5.0 |
514 | 2024-12-21T04:32:21.624Z | Downloaded array-init v0.0.4 |
515 | 2024-12-21T04:32:21.624Z | Downloaded adler2 v2.0.0 |
516 | 2024-12-21T04:32:21.627Z | Downloaded chacha20 v0.9.1 |
517 | 2024-12-21T04:32:21.628Z | Downloaded cbc v0.1.2 |
518 | 2024-12-21T04:32:21.628Z | Downloaded bit-vec v0.6.3 |
519 | 2024-12-21T04:32:21.632Z | Downloaded constant_time_eq v0.3.1 |
520 | 2024-12-21T04:32:21.632Z | Downloaded castaway v0.2.3 |
521 | 2024-12-21T04:32:21.632Z | Downloaded crossbeam-deque v0.8.5 |
522 | 2024-12-21T04:32:21.635Z | Downloaded cassowary v0.3.0 |
523 | 2024-12-21T04:32:21.635Z | Downloaded bitfield v0.14.0 |
524 | 2024-12-21T04:32:21.635Z | Downloaded colored v2.1.0 |
525 | 2024-12-21T04:32:21.638Z | Downloaded block-padding v0.3.3 |
526 | 2024-12-21T04:32:21.638Z | Downloaded cmake v0.1.51 |
527 | 2024-12-21T04:32:21.644Z | Downloaded base16ct v0.2.0 |
528 | 2024-12-21T04:32:21.644Z | Downloaded async-stream v0.3.6 |
529 | 2024-12-21T04:32:21.644Z | Downloaded bb8 v0.8.5 |
530 | 2024-12-21T04:32:21.646Z | Downloaded chrono-tz-build v0.4.0 |
531 | 2024-12-21T04:32:21.646Z | Downloaded curve25519-dalek-derive v0.1.1 |
532 | 2024-12-21T04:32:21.646Z | Downloaded crc-catalog v2.4.0 |
533 | 2024-12-21T04:32:21.649Z | Downloaded crc v3.2.1 |
534 | 2024-12-21T04:32:21.652Z | Downloaded cobs v0.2.3 |
535 | 2024-12-21T04:32:21.657Z | Downloaded atomic-waker v1.1.2 |
536 | 2024-12-21T04:32:21.657Z | Downloaded cancel-safe-futures v0.1.5 |
537 | 2024-12-21T04:32:21.661Z | Downloaded httparse v1.9.5 |
538 | 2024-12-21T04:32:21.661Z | Downloaded async-recursion v1.1.1 |
539 | 2024-12-21T04:32:21.664Z | Downloaded hyper-rustls v0.27.3 |
540 | 2024-12-21T04:32:21.668Z | Downloaded bzip2 v0.4.4 |
541 | 2024-12-21T04:32:21.671Z | Downloaded bcrypt-pbkdf v0.10.0 |
542 | 2024-12-21T04:32:21.671Z | Downloaded aead v0.5.2 |
543 | 2024-12-21T04:32:21.674Z | Downloaded hyper v1.5.0 |
544 | 2024-12-21T04:32:21.682Z | Downloaded ident_case v1.0.1 |
545 | 2024-12-21T04:32:21.685Z | Downloaded icu_provider_macros v1.5.0 |
546 | 2024-12-21T04:32:21.685Z | Downloaded is_ci v1.2.0 |
547 | 2024-12-21T04:32:21.685Z | Downloaded async-bb8-diesel v0.2.1 |
548 | 2024-12-21T04:32:21.689Z | Downloaded http-range v0.1.5 |
549 | 2024-12-21T04:32:21.692Z | Downloaded csv-core v0.1.11 |
550 | 2024-12-21T04:32:21.692Z | Downloaded instant v0.1.13 |
551 | 2024-12-21T04:32:21.695Z | Downloaded ctr v0.9.2 |
552 | 2024-12-21T04:32:21.699Z | Downloaded impl-trait-for-tuples v0.2.2 |
553 | 2024-12-21T04:32:21.703Z | Downloaded hyper-tls v0.6.0 |
554 | 2024-12-21T04:32:21.703Z | Downloaded hubpack v0.1.2 |
555 | 2024-12-21T04:32:21.706Z | Downloaded http-body v1.0.1 |
556 | 2024-12-21T04:32:21.706Z | Downloaded crc32fast v1.4.2 |
557 | 2024-12-21T04:32:21.709Z | Downloaded arrayvec v0.7.6 |
558 | 2024-12-21T04:32:21.709Z | Downloaded addr2line v0.24.2 |
559 | 2024-12-21T04:32:21.713Z | Downloaded matches v0.1.10 |
560 | 2024-12-21T04:32:21.716Z | Downloaded sqlparser_derive v0.2.2 |
561 | 2024-12-21T04:32:21.716Z | Downloaded match_cfg v0.1.0 |
562 | 2024-12-21T04:32:21.716Z | Downloaded argon2 v0.5.3 |
563 | 2024-12-21T04:32:21.718Z | Downloaded sync_wrapper v1.0.1 |
564 | 2024-12-21T04:32:21.719Z | Downloaded humantime v2.1.0 |
565 | 2024-12-21T04:32:21.721Z | Downloaded sync-ptr v0.1.1 |
566 | 2024-12-21T04:32:21.721Z | Downloaded ciborium v0.2.2 |
567 | 2024-12-21T04:32:21.723Z | Downloaded cookie_store v0.21.0 |
568 | 2024-12-21T04:32:21.726Z | Downloaded rand_chacha v0.3.1 |
569 | 2024-12-21T04:32:21.729Z | Downloaded ref-cast v1.0.23 |
570 | 2024-12-21T04:32:21.731Z | Downloaded rand_core v0.6.4 |
571 | 2024-12-21T04:32:21.734Z | Downloaded rustls-pemfile v1.0.4 |
572 | 2024-12-21T04:32:21.737Z | Downloaded mirai-annotations v1.12.0 |
573 | 2024-12-21T04:32:21.737Z | Downloaded icu_normalizer v1.5.0 |
574 | 2024-12-21T04:32:21.741Z | Downloaded ipnetwork v0.20.0 |
575 | 2024-12-21T04:32:21.743Z | Downloaded inout v0.1.3 |
576 | 2024-12-21T04:32:21.745Z | Downloaded icu_locid_transform v1.5.0 |
577 | 2024-12-21T04:32:21.748Z | Downloaded cookie v0.18.1 |
578 | 2024-12-21T04:32:21.751Z | Downloaded crc-any v2.5.0 |
579 | 2024-12-21T04:32:21.753Z | Downloaded lazycell v1.3.0 |
580 | 2024-12-21T04:32:21.756Z | Downloaded const-oid v0.9.6 |
581 | 2024-12-21T04:32:21.759Z | Downloaded md-5 v0.10.6 |
582 | 2024-12-21T04:32:21.759Z | Downloaded maybe-uninit v2.0.0 |
583 | 2024-12-21T04:32:21.761Z | Downloaded managed v0.8.0 |
584 | 2024-12-21T04:32:21.761Z | Downloaded lalrpop-util v0.19.12 |
585 | 2024-12-21T04:32:21.764Z | Downloaded scopeguard v1.2.0 |
586 | 2024-12-21T04:32:21.768Z | Downloaded maplit v1.0.2 |
587 | 2024-12-21T04:32:21.768Z | Downloaded semver v0.1.20 |
588 | 2024-12-21T04:32:21.770Z | Downloaded lockfree-object-pool v0.1.6 |
589 | 2024-12-21T04:32:21.770Z | Downloaded sha1 v0.10.6 |
590 | 2024-12-21T04:32:21.773Z | Downloaded slog-stdlog v4.1.1 |
591 | 2024-12-21T04:32:21.773Z | Downloaded ssh-encoding v0.2.0 |
592 | 2024-12-21T04:32:21.777Z | Downloaded thiserror-no-std v2.0.2 |
593 | 2024-12-21T04:32:21.779Z | Downloaded tokio-native-tls v0.3.1 |
594 | 2024-12-21T04:32:21.782Z | Downloaded darling_macro v0.20.10 |
595 | 2024-12-21T04:32:21.785Z | Downloaded libefi-sys v0.1.0 |
596 | 2024-12-21T04:32:21.785Z | Downloaded lazy_static v1.5.0 |
597 | 2024-12-21T04:32:21.787Z | Downloaded mime v0.3.17 |
598 | 2024-12-21T04:32:21.787Z | Downloaded libsw v3.3.1 |
599 | 2024-12-21T04:32:21.790Z | Downloaded untrusted v0.9.0 |
600 | 2024-12-21T04:32:21.792Z | Downloaded unarray v0.1.4 |
601 | 2024-12-21T04:32:21.794Z | Downloaded rustc-demangle v0.1.24 |
602 | 2024-12-21T04:32:21.796Z | Downloaded nanorand v0.7.0 |
603 | 2024-12-21T04:32:21.799Z | Downloaded lru v0.12.5 |
604 | 2024-12-21T04:32:21.801Z | Downloaded icu_locid_transform_data v1.5.0 |
605 | 2024-12-21T04:32:21.804Z | Downloaded chacha20poly1305 v0.10.1 |
606 | 2024-12-21T04:32:21.806Z | Downloaded wyz v0.5.1 |
607 | 2024-12-21T04:32:21.806Z | Downloaded rustversion v1.0.17 |
608 | 2024-12-21T04:32:21.809Z | Downloaded libloading v0.8.5 |
609 | 2024-12-21T04:32:21.811Z | Downloaded allocator-api2 v0.2.18 |
610 | 2024-12-21T04:32:21.814Z | Downloaded precomputed-hash v0.1.1 |
611 | 2024-12-21T04:32:21.816Z | Downloaded oso-derive v0.27.3 |
612 | 2024-12-21T04:32:21.816Z | Downloaded hyper-util v0.1.10 |
613 | 2024-12-21T04:32:21.822Z | Downloaded peg-runtime v0.8.3 |
614 | 2024-12-21T04:32:21.824Z | Downloaded jobserver v0.1.32 |
615 | 2024-12-21T04:32:21.824Z | Downloaded diesel-dtrace v0.4.2 |
616 | 2024-12-21T04:32:21.827Z | Downloaded hyper-staticfile v0.10.1 |
617 | 2024-12-21T04:32:21.830Z | Downloaded highway v1.2.0 |
618 | 2024-12-21T04:32:21.832Z | Downloaded secrecy v0.10.3 |
619 | 2024-12-21T04:32:21.832Z | Downloaded bytes v1.8.0 |
620 | 2024-12-21T04:32:21.838Z | Downloaded unicase v2.7.0 |
621 | 2024-12-21T04:32:21.840Z | Downloaded either v1.13.0 |
622 | 2024-12-21T04:32:21.843Z | Downloaded dirs-next v2.0.0 |
623 | 2024-12-21T04:32:21.843Z | Downloaded embedded-io v0.4.0 |
624 | 2024-12-21T04:32:21.845Z | Downloaded memmap2 v0.9.5 |
625 | 2024-12-21T04:32:21.847Z | Downloaded foldhash v0.1.3 |
626 | 2024-12-21T04:32:21.854Z | Downloaded native-tls v0.2.12 |
627 | 2024-12-21T04:32:21.856Z | Downloaded sigpipe v0.1.3 |
628 | 2024-12-21T04:32:21.856Z | Downloaded float-ord v0.3.2 |
629 | 2024-12-21T04:32:21.856Z | Downloaded float-cmp v0.9.0 |
630 | 2024-12-21T04:32:21.856Z | Downloaded futures-macro v0.3.31 |
631 | 2024-12-21T04:32:21.856Z | Downloaded vte v0.11.1 |
632 | 2024-12-21T04:32:21.859Z | Downloaded num_enum v0.5.11 |
633 | 2024-12-21T04:32:21.863Z | Downloaded percent-encoding v2.3.1 |
634 | 2024-12-21T04:32:21.865Z | Downloaded pem-rfc7468 v0.7.0 |
635 | 2024-12-21T04:32:21.868Z | Downloaded base64 v0.22.1 |
636 | 2024-12-21T04:32:21.870Z | Downloaded indexmap v1.9.3 |
637 | 2024-12-21T04:32:21.874Z | Downloaded predicates-core v1.0.8 |
638 | 2024-12-21T04:32:21.877Z | Downloaded defmt v0.3.8 |
639 | 2024-12-21T04:32:21.879Z | Downloaded dhcproto-macros v0.1.0 |
640 | 2024-12-21T04:32:21.882Z | Downloaded zerovec-derive v0.10.3 |
641 | 2024-12-21T04:32:21.882Z | Downloaded yoke v0.7.4 |
642 | 2024-12-21T04:32:21.885Z | Downloaded parse-display v0.10.0 |
643 | 2024-12-21T04:32:21.887Z | Downloaded vsss-rs v3.3.4 |
644 | 2024-12-21T04:32:21.890Z | Downloaded multer v3.1.0 |
645 | 2024-12-21T04:32:21.893Z | Downloaded diesel_table_macro_syntax v0.2.0 |
646 | 2024-12-21T04:32:21.893Z | Downloaded socket2 v0.5.7 |
647 | 2024-12-21T04:32:21.895Z | Downloaded sec1 v0.7.3 |
648 | 2024-12-21T04:32:21.898Z | Downloaded toml v0.7.8 |
649 | 2024-12-21T04:32:21.901Z | Downloaded newline-converter v0.3.0 |
650 | 2024-12-21T04:32:21.904Z | Downloaded opaque-debug v0.3.1 |
651 | 2024-12-21T04:32:21.904Z | Downloaded newtype-uuid v1.1.3 |
652 | 2024-12-21T04:32:21.906Z | Downloaded rustc_version v0.4.1 |
653 | 2024-12-21T04:32:21.909Z | Downloaded strum_macros v0.25.3 |
654 | 2024-12-21T04:32:21.912Z | Downloaded stable_deref_trait v1.2.0 |
655 | 2024-12-21T04:32:21.912Z | Downloaded slog-json v2.6.1 |
656 | 2024-12-21T04:32:21.915Z | Downloaded slog-envlogger v2.2.0 |
657 | 2024-12-21T04:32:21.918Z | Downloaded twox-hash v1.6.3 |
658 | 2024-12-21T04:32:21.919Z | Downloaded zeroize v1.8.1 |
659 | 2024-12-21T04:32:21.921Z | Downloaded zerofrom-derive v0.1.4 |
660 | 2024-12-21T04:32:21.921Z | Downloaded utf16_iter v1.0.5 |
661 | 2024-12-21T04:32:21.923Z | Downloaded utf-8 v0.7.6 |
662 | 2024-12-21T04:32:21.923Z | Downloaded bumpalo v3.16.0 |
663 | 2024-12-21T04:32:21.926Z | Downloaded zerofrom v0.1.4 |
664 | 2024-12-21T04:32:21.928Z | Downloaded structmeta v0.2.0 |
665 | 2024-12-21T04:32:21.928Z | Downloaded postgres-types v0.2.8 |
666 | 2024-12-21T04:32:21.932Z | Downloaded postgres-protocol v0.6.7 |
667 | 2024-12-21T04:32:21.935Z | Downloaded base64 v0.21.7 |
668 | 2024-12-21T04:32:21.937Z | Downloaded untrusted v0.7.1 |
669 | 2024-12-21T04:32:21.940Z | Downloaded thiserror-impl-no-std v2.0.2 |
670 | 2024-12-21T04:32:21.943Z | Downloaded sct v0.7.1 |
671 | 2024-12-21T04:32:21.946Z | Downloaded pem v3.0.4 |
672 | 2024-12-21T04:32:21.946Z | Downloaded parking_lot_core v0.9.10 |
673 | 2024-12-21T04:32:21.948Z | Downloaded fixedbitset v0.4.2 |
674 | 2024-12-21T04:32:21.952Z | Downloaded filetime v0.2.25 |
675 | 2024-12-21T04:32:21.957Z | Downloaded backtrace v0.3.74 |
676 | 2024-12-21T04:32:21.959Z | Downloaded futures-task v0.3.31 |
677 | 2024-12-21T04:32:21.959Z | Downloaded olpc-cjson v0.1.4 |
678 | 2024-12-21T04:32:21.962Z | Downloaded hash32 v0.2.1 |
679 | 2024-12-21T04:32:21.964Z | Downloaded zone_cfg_derive v0.3.0 |
680 | 2024-12-21T04:32:21.964Z | Downloaded zone_cfg_derive v0.1.2 |
681 | 2024-12-21T04:32:21.964Z | Downloaded tinyvec_macros v0.1.1 |
682 | 2024-12-21T04:32:21.966Z | Downloaded half v2.4.1 |
683 | 2024-12-21T04:32:21.969Z | Downloaded zeroize_derive v1.4.2 |
684 | 2024-12-21T04:32:21.971Z | Downloaded rand_xorshift v0.3.0 |
685 | 2024-12-21T04:32:21.971Z | Downloaded progenitor v0.8.0 |
686 | 2024-12-21T04:32:21.973Z | Downloaded cc v1.1.30 |
687 | 2024-12-21T04:32:21.976Z | Downloaded vergen v8.3.2 |
688 | 2024-12-21T04:32:21.979Z | Downloaded qorb v0.2.1 |
689 | 2024-12-21T04:32:21.985Z | Downloaded downcast v0.11.0 |
690 | 2024-12-21T04:32:21.988Z | Downloaded tokio-rustls v0.26.0 |
691 | 2024-12-21T04:32:21.999Z | Downloaded num-conv v0.1.0 |
692 | 2024-12-21T04:32:22.002Z | Downloaded crossbeam-channel v0.5.13 |
693 | 2024-12-21T04:32:22.005Z | Downloaded path-slash v0.1.5 |
694 | 2024-12-21T04:32:22.007Z | Downloaded slog-bunyan v2.5.0 |
695 | 2024-12-21T04:32:22.007Z | Downloaded supports-color v3.0.1 |
696 | 2024-12-21T04:32:22.010Z | Downloaded subtle v2.6.1 |
697 | 2024-12-21T04:32:22.010Z | Downloaded spki v0.7.3 |
698 | 2024-12-21T04:32:22.012Z | Downloaded slog-async v2.8.0 |
699 | 2024-12-21T04:32:22.016Z | Downloaded tls_codec v0.4.1 |
700 | 2024-12-21T04:32:22.019Z | Downloaded num-complex v0.4.6 |
701 | 2024-12-21T04:32:22.019Z | Downloaded spin v0.5.2 |
702 | 2024-12-21T04:32:22.021Z | Downloaded elliptic-curve v0.13.8 |
703 | 2024-12-21T04:32:22.024Z | Downloaded zone v0.3.0 |
704 | 2024-12-21T04:32:22.027Z | Downloaded zone v0.1.8 |
705 | 2024-12-21T04:32:22.027Z | Downloaded signal-hook v0.3.17 |
706 | 2024-12-21T04:32:22.029Z | Downloaded toolchain_find v0.4.0 |
707 | 2024-12-21T04:32:22.032Z | Downloaded termtree v0.4.1 |
708 | 2024-12-21T04:32:22.035Z | Downloaded unicode-truncate v1.1.0 |
709 | 2024-12-21T04:32:22.035Z | Downloaded url v2.5.3 |
710 | 2024-12-21T04:32:22.038Z | Downloaded funty v2.0.0 |
711 | 2024-12-21T04:32:22.042Z | Downloaded aes v0.8.4 |
712 | 2024-12-21T04:32:22.045Z | Downloaded minimal-lexical v0.2.1 |
713 | 2024-12-21T04:32:22.048Z | Downloaded proc-macro-crate v1.3.1 |
714 | 2024-12-21T04:32:22.050Z | Downloaded pin-project-internal v1.1.6 |
715 | 2024-12-21T04:32:22.052Z | Downloaded quick-error v1.2.3 |
716 | 2024-12-21T04:32:22.055Z | Downloaded num v0.4.3 |
717 | 2024-12-21T04:32:22.055Z | Downloaded schemars_derive v0.8.21 |
718 | 2024-12-21T04:32:22.057Z | Downloaded paste v1.0.15 |
719 | 2024-12-21T04:32:22.059Z | Downloaded peg v0.8.4 |
720 | 2024-12-21T04:32:22.063Z | Downloaded tls_codec_derive v0.4.1 |
721 | 2024-12-21T04:32:22.066Z | Downloaded strum_macros v0.26.4 |
722 | 2024-12-21T04:32:22.070Z | Downloaded omicron-zone-package v0.11.1 |
723 | 2024-12-21T04:32:22.072Z | Downloaded rusty-fork v0.3.0 |
724 | 2024-12-21T04:32:22.075Z | Downloaded parse-size v1.1.0 |
725 | 2024-12-21T04:32:22.078Z | Downloaded parking_lot v0.12.3 |
726 | 2024-12-21T04:32:22.082Z | Downloaded structmeta-derive v0.3.0 |
727 | 2024-12-21T04:32:22.082Z | Downloaded smf v0.2.3 |
728 | 2024-12-21T04:32:22.082Z | Downloaded parking_lot v0.11.2 |
729 | 2024-12-21T04:32:22.085Z | Downloaded serde-big-array v0.5.1 |
730 | 2024-12-21T04:32:22.085Z | Downloaded phf_shared v0.10.0 |
731 | 2024-12-21T04:32:22.087Z | Downloaded toml_edit v0.19.15 |
732 | 2024-12-21T04:32:22.103Z | Downloaded russh-cryptovec v0.7.3 |
733 | 2024-12-21T04:32:22.106Z | Downloaded utf8_iter v1.0.4 |
734 | 2024-12-21T04:32:22.106Z | Downloaded universal-hash v0.5.1 |
735 | 2024-12-21T04:32:22.108Z | Downloaded env_logger v0.11.5 |
736 | 2024-12-21T04:32:22.110Z | Downloaded yasna v0.5.2 |
737 | 2024-12-21T04:32:22.113Z | Downloaded foreign-types-shared v0.1.1 |
738 | 2024-12-21T04:32:22.113Z | Downloaded http v1.1.0 |
739 | 2024-12-21T04:32:22.116Z | Downloaded derive_builder_macro v0.20.2 |
740 | 2024-12-21T04:32:22.119Z | Downloaded rustls-pemfile v2.2.0 |
741 | 2024-12-21T04:32:22.121Z | Downloaded enum-as-inner v0.5.1 |
742 | 2024-12-21T04:32:22.124Z | Downloaded num-derive v0.4.2 |
743 | 2024-12-21T04:32:22.127Z | Downloaded subprocess v0.2.9 |
744 | 2024-12-21T04:32:22.129Z | Downloaded futures-core v0.3.31 |
745 | 2024-12-21T04:32:22.129Z | Downloaded r2d2 v0.8.10 |
746 | 2024-12-21T04:32:22.132Z | Downloaded headers v0.4.0 |
747 | 2024-12-21T04:32:22.136Z | Downloaded itertools v0.10.5 |
748 | 2024-12-21T04:32:22.143Z | Downloaded diesel_derives v2.2.3 |
749 | 2024-12-21T04:32:22.148Z | Downloaded phf_generator v0.11.2 |
750 | 2024-12-21T04:32:22.150Z | Downloaded termcolor v1.4.1 |
751 | 2024-12-21T04:32:22.153Z | Downloaded serde-hex v0.1.0 |
752 | 2024-12-21T04:32:22.153Z | Downloaded salsa20 v0.10.2 |
753 | 2024-12-21T04:32:22.155Z | Downloaded crossterm v0.28.1 |
754 | 2024-12-21T04:32:22.161Z | Downloaded rustc-hash v2.0.0 |
755 | 2024-12-21T04:32:22.164Z | Downloaded topological-sort v0.2.2 |
756 | 2024-12-21T04:32:22.167Z | Downloaded libxml v0.3.3 |
757 | 2024-12-21T04:32:22.171Z | Downloaded normalize-line-endings v0.3.0 |
758 | 2024-12-21T04:32:22.174Z | Downloaded foreign-types-macros v0.2.3 |
759 | 2024-12-21T04:32:22.174Z | Downloaded hickory-client v0.24.1 |
760 | 2024-12-21T04:32:22.177Z | Downloaded idna v1.0.3 |
761 | 2024-12-21T04:32:22.182Z | Downloaded yoke-derive v0.7.4 |
762 | 2024-12-21T04:32:22.185Z | Downloaded schemars v0.8.21 |
763 | 2024-12-21T04:32:22.196Z | Downloaded number_prefix v0.4.0 |
764 | 2024-12-21T04:32:22.198Z | Downloaded num_threads v0.1.7 |
765 | 2024-12-21T04:32:22.200Z | Downloaded heck v0.3.3 |
766 | 2024-12-21T04:32:22.203Z | Downloaded futures-channel v0.3.31 |
767 | 2024-12-21T04:32:22.206Z | Downloaded take_mut v0.2.2 |
768 | 2024-12-21T04:32:22.208Z | Downloaded strum v0.26.3 |
769 | 2024-12-21T04:32:22.208Z | Downloaded unicode-properties v0.1.3 |
770 | 2024-12-21T04:32:22.212Z | Downloaded thread_local v1.1.8 |
771 | 2024-12-21T04:32:22.214Z | Downloaded siphasher v0.3.11 |
772 | 2024-12-21T04:32:22.217Z | Downloaded rfc6979 v0.4.0 |
773 | 2024-12-21T04:32:22.219Z | Downloaded tokio-tungstenite v0.21.0 |
774 | 2024-12-21T04:32:22.222Z | Downloaded tokio-rustls v0.24.1 |
775 | 2024-12-21T04:32:22.224Z | Downloaded tinyvec v1.8.0 |
776 | 2024-12-21T04:32:22.229Z | Downloaded psl-types v2.0.11 |
777 | 2024-12-21T04:32:22.232Z | Downloaded p256 v0.13.2 |
778 | 2024-12-21T04:32:22.235Z | Downloaded form_urlencoded v1.2.1 |
779 | 2024-12-21T04:32:22.238Z | Downloaded difflib v0.4.0 |
780 | 2024-12-21T04:32:22.238Z | Downloaded aes-gcm v0.10.3 |
781 | 2024-12-21T04:32:22.242Z | Downloaded foreign-types v0.5.0 |
782 | 2024-12-21T04:32:22.245Z | Downloaded openssl-probe v0.1.5 |
783 | 2024-12-21T04:32:22.245Z | Downloaded nu-ansi-term v0.50.1 |
784 | 2024-12-21T04:32:22.248Z | Downloaded dropshot_endpoint v0.12.0 |
785 | 2024-12-21T04:32:22.250Z | Downloaded openssl-macros v0.1.1 |
786 | 2024-12-21T04:32:22.250Z | Downloaded shell-words v1.1.0 |
787 | 2024-12-21T04:32:22.252Z | Downloaded num-iter v0.1.45 |
788 | 2024-12-21T04:32:22.252Z | Downloaded num-integer v0.1.46 |
789 | 2024-12-21T04:32:22.255Z | Downloaded dsl_auto_type v0.1.2 |
790 | 2024-12-21T04:32:22.255Z | Downloaded xz2 v0.1.7 |
791 | 2024-12-21T04:32:22.258Z | Downloaded futures v0.3.31 |
792 | 2024-12-21T04:32:22.262Z | Downloaded structmeta v0.3.0 |
793 | 2024-12-21T04:32:22.266Z | Downloaded dyn-clone v1.0.17 |
794 | 2024-12-21T04:32:22.266Z | Downloaded tabwriter v1.4.0 |
795 | 2024-12-21T04:32:22.268Z | Downloaded pin-project-lite v0.2.14 |
796 | 2024-12-21T04:32:22.271Z | Downloaded strip-ansi-escapes v0.2.0 |
797 | 2024-12-21T04:32:22.274Z | Downloaded time-core v0.1.2 |
798 | 2024-12-21T04:32:22.274Z | Downloaded flagset v0.4.6 |
799 | 2024-12-21T04:32:22.274Z | Downloaded slog-term v2.9.1 |
800 | 2024-12-21T04:32:22.276Z | Downloaded env_filter v0.1.2 |
801 | 2024-12-21T04:32:22.279Z | Downloaded ena v0.14.3 |
802 | 2024-12-21T04:32:22.281Z | Downloaded num-bigint v0.4.6 |
803 | 2024-12-21T04:32:22.284Z | Downloaded slab v0.4.9 |
804 | 2024-12-21T04:32:22.286Z | Downloaded waitgroup v0.1.2 |
805 | 2024-12-21T04:32:22.288Z | Downloaded dunce v1.0.5 |
806 | 2024-12-21T04:32:22.288Z | Downloaded fragile v2.0.0 |
807 | 2024-12-21T04:32:22.291Z | Downloaded unsafe-libyaml v0.2.11 |
808 | 2024-12-21T04:32:22.293Z | Downloaded derive_more v0.99.18 |
809 | 2024-12-21T04:32:22.297Z | Downloaded derive-where v1.2.7 |
810 | 2024-12-21T04:32:22.301Z | Downloaded enum-as-inner v0.6.1 |
811 | 2024-12-21T04:32:22.305Z | Downloaded signature v2.2.0 |
812 | 2024-12-21T04:32:22.307Z | Downloaded signal-hook-tokio v0.3.1 |
813 | 2024-12-21T04:32:22.307Z | Downloaded signal-hook-mio v0.2.4 |
814 | 2024-12-21T04:32:22.307Z | Downloaded dropshot_endpoint v0.13.0 |
815 | 2024-12-21T04:32:22.310Z | Downloaded unicode-xid v0.2.6 |
816 | 2024-12-21T04:32:22.314Z | Downloaded futures-executor v0.3.31 |
817 | 2024-12-21T04:32:22.314Z | Downloaded uzers v0.12.1 |
818 | 2024-12-21T04:32:22.316Z | Downloaded serde_repr v0.1.19 |
819 | 2024-12-21T04:32:22.319Z | Downloaded env_logger v0.10.2 |
820 | 2024-12-21T04:32:22.321Z | Downloaded progenitor-macro v0.8.0 |
821 | 2024-12-21T04:32:22.324Z | Downloaded itertools v0.12.1 |
822 | 2024-12-21T04:32:22.329Z | Downloaded hash32 v0.3.1 |
823 | 2024-12-21T04:32:22.331Z | Downloaded tui-tree-widget v0.22.0 |
824 | 2024-12-21T04:32:22.334Z | Downloaded write16 v1.0.0 |
825 | 2024-12-21T04:32:22.335Z | Downloaded progenitor-client v0.8.0 |
826 | 2024-12-21T04:32:22.335Z | Downloaded pretty-hex v0.2.1 |
827 | 2024-12-21T04:32:22.337Z | Downloaded gethostname v0.5.0 |
828 | 2024-12-21T04:32:22.337Z | Downloaded ref-cast-impl v1.0.23 |
829 | 2024-12-21T04:32:22.337Z | Downloaded progenitor-impl v0.8.0 |
830 | 2024-12-21T04:32:22.340Z | Downloaded rayon-core v1.12.1 |
831 | 2024-12-21T04:32:22.343Z | Downloaded tokio-macros v2.4.0 |
832 | 2024-12-21T04:32:22.346Z | Downloaded tiny-keccak v2.0.2 |
833 | 2024-12-21T04:32:22.348Z | Downloaded want v0.3.1 |
834 | 2024-12-21T04:32:22.348Z | Downloaded hkdf v0.12.4 |
835 | 2024-12-21T04:32:22.353Z | Downloaded hickory-resolver v0.24.1 |
836 | 2024-12-21T04:32:22.356Z | Downloaded vte_generate_state_changes v0.1.2 |
837 | 2024-12-21T04:32:22.356Z | Downloaded expectorate v1.1.0 |
838 | 2024-12-21T04:32:22.358Z | Downloaded quinn v0.11.5 |
839 | 2024-12-21T04:32:22.360Z | Downloaded walkdir v2.5.0 |
840 | 2024-12-21T04:32:22.363Z | Downloaded serde_plain v1.0.2 |
841 | 2024-12-21T04:32:22.365Z | Downloaded signal-hook-registry v1.4.2 |
842 | 2024-12-21T04:32:22.365Z | Downloaded serde_with v3.11.0 |
843 | 2024-12-21T04:32:22.372Z | Downloaded tap v1.0.1 |
844 | 2024-12-21T04:32:22.375Z | Downloaded glob v0.3.1 |
845 | 2024-12-21T04:32:22.375Z | Downloaded ghash v0.5.1 |
846 | 2024-12-21T04:32:22.378Z | Downloaded termios v0.3.3 |
847 | 2024-12-21T04:32:22.380Z | Downloaded blake3 v1.5.4 |
848 | 2024-12-21T04:32:22.385Z | Downloaded static_assertions v1.1.0 |
849 | 2024-12-21T04:32:22.387Z | Downloaded pin-utils v0.1.0 |
850 | 2024-12-21T04:32:22.387Z | Downloaded des v0.8.1 |
851 | 2024-12-21T04:32:22.390Z | Downloaded aho-corasick v1.1.3 |
852 | 2024-12-21T04:32:22.394Z | Downloaded nodrop v0.1.14 |
853 | 2024-12-21T04:32:22.397Z | Downloaded aws-lc-rs v1.10.0 |
854 | 2024-12-21T04:32:22.404Z | Downloaded sqlformat v0.2.6 |
855 | 2024-12-21T04:32:22.406Z | Downloaded predicates-tree v1.0.11 |
856 | 2024-12-21T04:32:22.409Z | Downloaded smallvec v0.6.14 |
857 | 2024-12-21T04:32:22.409Z | Downloaded derive_builder v0.20.2 |
858 | 2024-12-21T04:32:22.414Z | Downloaded salty v0.3.0 |
859 | 2024-12-21T04:32:22.420Z | Downloaded wait-timeout v0.2.0 |
860 | 2024-12-21T04:32:22.423Z | Downloaded serde_path_to_error v0.1.16 |
861 | 2024-12-21T04:32:22.425Z | Downloaded pkg-config v0.3.31 |
862 | 2024-12-21T04:32:22.428Z | Downloaded packed_struct v0.10.1 |
863 | 2024-12-21T04:32:22.428Z | Downloaded defmt-macros v0.3.9 |
864 | 2024-12-21T04:32:22.431Z | Downloaded defmt-parser v0.3.4 |
865 | 2024-12-21T04:32:22.433Z | Downloaded shlex v1.3.0 |
866 | 2024-12-21T04:32:22.433Z | Downloaded time-macros v0.2.18 |
867 | 2024-12-21T04:32:22.441Z | Downloaded pkcs1 v0.7.5 |
868 | 2024-12-21T04:32:22.441Z | Downloaded parking_lot_core v0.8.6 |
869 | 2024-12-21T04:32:22.441Z | Downloaded dhcproto v0.12.0 |
870 | 2024-12-21T04:32:22.445Z | Downloaded poly1305 v0.8.0 |
871 | 2024-12-21T04:32:22.448Z | Downloaded polyval v0.6.2 |
872 | 2024-12-21T04:32:22.451Z | Downloaded h2 v0.4.6 |
873 | 2024-12-21T04:32:22.455Z | Downloaded snafu-derive v0.8.5 |
874 | 2024-12-21T04:32:22.458Z | Downloaded chrono v0.4.38 |
875 | 2024-12-21T04:32:22.464Z | Downloaded sqlparser v0.45.0 |
876 | 2024-12-21T04:32:22.469Z | Downloaded unicode_categories v0.1.1 |
877 | 2024-12-21T04:32:22.472Z | Downloaded num-bigint-dig v0.8.4 |
878 | 2024-12-21T04:32:22.477Z | Downloaded serde_derive_internals v0.29.1 |
879 | 2024-12-21T04:32:22.480Z | Downloaded pkcs5 v0.7.1 |
880 | 2024-12-21T04:32:22.484Z | Downloaded darling_core v0.20.10 |
881 | 2024-12-21T04:32:22.488Z | Downloaded rcgen v0.12.1 |
882 | 2024-12-21T04:32:22.492Z | Downloaded ron v0.7.1 |
883 | 2024-12-21T04:32:22.496Z | Downloaded publicsuffix v2.2.3 |
884 | 2024-12-21T04:32:22.500Z | Downloaded smallvec v1.13.2 |
885 | 2024-12-21T04:32:22.503Z | Downloaded unicode-normalization v0.1.24 |
886 | 2024-12-21T04:32:22.508Z | Downloaded bitvec v1.0.1 |
887 | 2024-12-21T04:32:22.522Z | Downloaded steno v0.4.1 |
888 | 2024-12-21T04:32:22.526Z | Downloaded futures-util v0.3.31 |
889 | 2024-12-21T04:32:22.539Z | Downloaded snafu v0.8.5 |
890 | 2024-12-21T04:32:22.545Z | Downloaded openssl-sys v0.9.103 |
891 | 2024-12-21T04:32:22.549Z | Downloaded similar v2.6.0 |
892 | 2024-12-21T04:32:22.553Z | Downloaded tough v0.19.0 |
893 | 2024-12-21T04:32:22.562Z | Downloaded hashbrown v0.12.3 |
894 | 2024-12-21T04:32:22.565Z | Downloaded lalrpop v0.19.12 |
895 | 2024-12-21T04:32:22.577Z | Downloaded flate2 v1.0.34 |
896 | 2024-12-21T04:32:22.581Z | Downloaded icu_properties_data v1.5.0 |
897 | 2024-12-21T04:32:22.591Z | Downloaded zip v2.1.3 |
898 | 2024-12-21T04:32:22.596Z | Downloaded der v0.7.9 |
899 | 2024-12-21T04:32:22.601Z | Downloaded quick-xml v0.33.0 |
900 | 2024-12-21T04:32:22.608Z | Downloaded rustyline v14.0.0 |
901 | 2024-12-21T04:32:22.614Z | Downloaded idna v0.2.3 |
902 | 2024-12-21T04:32:22.619Z | Downloaded typed-path v0.9.3 |
903 | 2024-12-21T04:32:22.626Z | Downloaded zerocopy v0.8.10 |
904 | 2024-12-21T04:32:22.653Z | Downloaded parse-zoneinfo v0.3.1 |
905 | 2024-12-21T04:32:22.656Z | Downloaded idna v0.4.0 |
906 | 2024-12-21T04:32:22.660Z | Downloaded reedline v0.35.0 |
907 | 2024-12-21T04:32:22.668Z | Downloaded quinn-proto v0.11.8 |
908 | 2024-12-21T04:32:22.674Z | Downloaded regex v1.11.1 |
909 | 2024-12-21T04:32:22.688Z | Downloaded reqwest v0.12.9 |
910 | 2024-12-21T04:32:22.697Z | Downloaded zerovec v0.10.4 |
911 | 2024-12-21T04:32:22.702Z | Downloaded curve25519-dalek v4.1.3 |
912 | 2024-12-21T04:32:22.712Z | Downloaded idna v0.5.0 |
913 | 2024-12-21T04:32:22.718Z | Downloaded rayon v1.10.0 |
914 | 2024-12-21T04:32:22.729Z | Downloaded rustls-webpki v0.102.8 |
915 | 2024-12-21T04:32:22.748Z | Downloaded p521 v0.13.3 |
916 | 2024-12-21T04:32:22.751Z | Downloaded dropshot v0.12.0 |
917 | 2024-12-21T04:32:22.772Z | Downloaded regex-syntax v0.8.5 |
918 | 2024-12-21T04:32:22.780Z | Downloaded proptest v1.5.0 |
919 | 2024-12-21T04:32:22.789Z | Downloaded openssl v0.10.66 |
920 | 2024-12-21T04:32:22.800Z | Downloaded petname v2.0.2 |
921 | 2024-12-21T04:32:22.805Z | Downloaded p384 v0.13.0 |
922 | 2024-12-21T04:32:22.811Z | Downloaded rustls v0.21.12 |
923 | 2024-12-21T04:32:22.826Z | Downloaded object v0.30.4 |
924 | 2024-12-21T04:32:22.836Z | Downloaded smoltcp v0.9.1 |
925 | 2024-12-21T04:32:22.848Z | Downloaded radix_trie v0.2.1 |
926 | 2024-12-21T04:32:22.854Z | Downloaded nix v0.27.1 |
927 | 2024-12-21T04:32:22.866Z | Downloaded polar-core v0.27.3 |
928 | 2024-12-21T04:32:22.874Z | Downloaded git2 v0.19.0 |
929 | 2024-12-21T04:32:22.884Z | Downloaded openapiv3 v2.0.0 |
930 | 2024-12-21T04:32:22.898Z | Downloaded nix v0.29.0 |
931 | 2024-12-21T04:32:22.911Z | Downloaded nix v0.28.0 |
932 | 2024-12-21T04:32:22.923Z | Downloaded rustls v0.22.4 |
933 | 2024-12-21T04:32:22.937Z | Downloaded gimli v0.31.1 |
934 | 2024-12-21T04:32:22.946Z | Downloaded smoltcp v0.11.0 |
935 | 2024-12-21T04:32:22.959Z | Downloaded regress v0.10.1 |
936 | 2024-12-21T04:32:22.968Z | Downloaded hickory-proto v0.24.1 |
937 | 2024-12-21T04:32:22.986Z | Downloaded object v0.36.5 |
938 | 2024-12-21T04:32:22.997Z | Downloaded typify-impl v0.2.0 |
939 | 2024-12-21T04:32:23.013Z | Downloaded zerocopy-derive v0.6.6 |
940 | 2024-12-21T04:32:23.023Z | Downloaded ratatui v0.28.1 |
941 | 2024-12-21T04:32:23.044Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
942 | 2024-12-21T04:32:23.056Z | Downloaded sled v0.34.7 |
943 | 2024-12-21T04:32:23.066Z | Downloaded unicode-width v0.2.0 |
944 | 2024-12-21T04:32:23.072Z | Downloaded regex-automata v0.4.8 |
945 | 2024-12-21T04:32:23.090Z | Downloaded diesel v2.2.6 |
946 | 2024-12-21T04:32:23.109Z | Downloaded trust-dns-proto v0.22.0 |
947 | 2024-12-21T04:32:23.121Z | Downloaded petgraph v0.6.5 |
948 | 2024-12-21T04:32:23.138Z | Downloaded webpki-roots v0.26.6 |
949 | 2024-12-21T04:32:23.141Z | Downloaded vcpkg v0.2.15 |
950 | 2024-12-21T04:32:23.181Z | Downloaded rustls v0.23.19 |
951 | 2024-12-21T04:32:23.192Z | Downloaded regress v0.9.1 |
952 | 2024-12-21T04:32:23.200Z | Downloaded dropshot v0.13.0 |
953 | 2024-12-21T04:32:23.221Z | Downloaded regex-syntax v0.6.29 |
954 | 2024-12-21T04:32:23.228Z | Downloaded lzma-sys v0.1.20 |
955 | 2024-12-21T04:32:23.257Z | Downloaded csv v1.3.0 |
956 | 2024-12-21T04:32:23.276Z | Downloaded bstr v1.10.0 |
957 | 2024-12-21T04:32:23.286Z | Downloaded chrono-tz v0.10.0 |
958 | 2024-12-21T04:32:23.293Z | Downloaded idna v0.3.0 |
959 | 2024-12-21T04:32:23.300Z | Downloaded libz-sys v1.1.20 |
960 | 2024-12-21T04:32:23.321Z | Downloaded tokio v1.40.0 |
961 | 2024-12-21T04:32:23.357Z | Downloaded hashbrown v0.14.5 |
962 | 2024-12-21T04:32:23.362Z | Downloaded russh v0.45.0 |
963 | 2024-12-21T04:32:23.367Z | Downloaded rustls-webpki v0.101.7 |
964 | 2024-12-21T04:32:23.380Z | Downloaded rusqlite v0.32.1 |
965 | 2024-12-21T04:32:23.387Z | Downloaded sha3 v0.10.8 |
966 | 2024-12-21T04:32:23.392Z | Downloaded nom v7.1.3 |
967 | 2024-12-21T04:32:23.398Z | Downloaded time v0.3.36 |
968 | 2024-12-21T04:32:23.404Z | Downloaded hashbrown v0.13.2 |
969 | 2024-12-21T04:32:23.408Z | Downloaded ed25519-dalek v2.1.1 |
970 | 2024-12-21T04:32:23.411Z | Downloaded winnow v0.5.40 |
971 | 2024-12-21T04:32:23.419Z | Downloaded portable-atomic v1.9.0 |
972 | 2024-12-21T04:32:23.426Z | Downloaded bindgen v0.69.5 |
973 | 2024-12-21T04:32:23.434Z | Downloaded tokio-postgres v0.7.12 |
974 | 2024-12-21T04:32:23.437Z | Downloaded zerocopy v0.6.6 |
975 | 2024-12-21T04:32:23.440Z | Downloaded tracing v0.1.40 |
976 | 2024-12-21T04:32:23.444Z | Downloaded which v4.4.2 |
977 | 2024-12-21T04:32:23.446Z | Downloaded uuid v1.11.0 |
978 | 2024-12-21T04:32:23.448Z | Downloaded heapless v0.8.0 |
979 | 2024-12-21T04:32:23.451Z | Downloaded der_derive v0.7.3 |
980 | 2024-12-21T04:32:23.454Z | Downloaded x509-cert v0.2.5 |
981 | 2024-12-21T04:32:23.460Z | Downloaded globset v0.4.15 |
982 | 2024-12-21T04:32:23.462Z | Downloaded slog v2.7.0 |
983 | 2024-12-21T04:32:23.465Z | Downloaded rand v0.8.5 |
984 | 2024-12-21T04:32:23.468Z | Downloaded value-bag v1.9.0 |
985 | 2024-12-21T04:32:23.471Z | Downloaded embedded-io v0.6.1 |
986 | 2024-12-21T04:32:23.473Z | Downloaded diff v0.1.13 |
987 | 2024-12-21T04:32:23.476Z | Downloaded unicode-segmentation v1.12.0 |
988 | 2024-12-21T04:32:23.478Z | Downloaded heapless v0.7.17 |
989 | 2024-12-21T04:32:23.483Z | Downloaded peg-macros v0.8.4 |
990 | 2024-12-21T04:32:23.485Z | Downloaded password-hash v0.4.2 |
991 | 2024-12-21T04:32:23.488Z | Downloaded encoding_rs v0.8.34 |
992 | 2024-12-21T04:32:23.508Z | Downloaded stringprep v0.1.5 |
993 | 2024-12-21T04:32:23.510Z | Downloaded string_cache v0.8.7 |
994 | 2024-12-21T04:32:23.513Z | Downloaded foreign-types-shared v0.3.1 |
995 | 2024-12-21T04:32:23.513Z | Downloaded foreign-types v0.3.2 |
996 | 2024-12-21T04:32:23.513Z | Downloaded unicode-bidi v0.3.17 |
997 | 2024-12-21T04:32:23.515Z | Downloaded tracing-core v0.1.32 |
998 | 2024-12-21T04:32:23.517Z | Downloaded derive_builder_core v0.20.2 |
999 | 2024-12-21T04:32:23.520Z | Downloaded resolv-conf v0.7.0 |
1000 | 2024-12-21T04:32:23.522Z | Downloaded term v0.7.0 |
1001 | 2024-12-21T04:32:23.524Z | Downloaded rustls-pki-types v1.10.0 |
1002 | 2024-12-21T04:32:23.527Z | Downloaded tokio-util v0.7.12 |
1003 | 2024-12-21T04:32:23.534Z | Downloaded ssh-key v0.6.6 |
1004 | 2024-12-21T04:32:23.540Z | Downloaded fs_extra v1.3.0 |
1005 | 2024-12-21T04:32:23.545Z | Downloaded displaydoc v0.2.5 |
1006 | 2024-12-21T04:32:23.547Z | Downloaded password-hash v0.5.0 |
1007 | 2024-12-21T04:32:23.547Z | Downloaded oso v0.27.3 |
1008 | 2024-12-21T04:32:23.553Z | Downloaded ron v0.8.1 |
1009 | 2024-12-21T04:32:23.556Z | Downloaded structmeta-derive v0.2.0 |
1010 | 2024-12-21T04:32:23.558Z | Downloaded prettyplease v0.2.25 |
1011 | 2024-12-21T04:32:23.561Z | Downloaded pin-project v1.1.6 |
1012 | 2024-12-21T04:32:23.570Z | Downloaded libm v0.2.8 |
1013 | 2024-12-21T04:32:23.578Z | Downloaded rustc-hash v1.1.0 |
1014 | 2024-12-21T04:32:23.580Z | Downloaded tokio-stream v0.1.16 |
1015 | 2024-12-21T04:32:23.586Z | Downloaded zopfli v0.8.1 |
1016 | 2024-12-21T04:32:23.586Z | Downloaded itertools v0.13.0 |
1017 | 2024-12-21T04:32:23.591Z | Downloaded phf_codegen v0.11.2 |
1018 | 2024-12-21T04:32:23.595Z | Downloaded phf v0.11.2 |
1019 | 2024-12-21T04:32:23.596Z | Downloaded try-lock v0.2.5 |
1020 | 2024-12-21T04:32:23.596Z | Downloaded tower-service v0.3.3 |
1021 | 2024-12-21T04:32:23.604Z | Downloaded display-error-chain v0.2.2 |
1022 | 2024-12-21T04:32:23.604Z | Downloaded dirs-sys-next v0.1.2 |
1023 | 2024-12-21T04:32:23.604Z | Downloaded deranged v0.3.11 |
1024 | 2024-12-21T04:32:23.604Z | Downloaded xattr v1.3.1 |
1025 | 2024-12-21T04:32:23.604Z | Downloaded writeable v0.5.5 |
1026 | 2024-12-21T04:32:23.604Z | Downloaded ecdsa v0.16.9 |
1027 | 2024-12-21T04:32:23.604Z | Downloaded num-traits v0.2.19 |
1028 | 2024-12-21T04:32:23.607Z | Downloaded tungstenite v0.23.0 |
1029 | 2024-12-21T04:32:23.612Z | Downloaded tungstenite v0.21.0 |
1030 | 2024-12-21T04:32:23.626Z | Downloaded tar v0.4.42 |
1031 | 2024-12-21T04:32:23.627Z | Downloaded hashlink v0.9.1 |
1032 | 2024-12-21T04:32:23.627Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1033 | 2024-12-21T04:32:23.673Z | Downloaded tungstenite v0.24.0 |
1034 | 2024-12-21T04:32:23.676Z | Downloaded samael v0.0.17 |
1035 | 2024-12-21T04:32:23.681Z | Downloaded flume v0.11.1 |
1036 | 2024-12-21T04:32:23.685Z | Downloaded zip v0.6.6 |
1037 | 2024-12-21T04:32:23.689Z | Downloaded radium v0.7.0 |
1038 | 2024-12-21T04:32:23.692Z | Downloaded typify v0.2.0 |
1039 | 2024-12-21T04:32:23.694Z | Downloaded fatfs v0.3.6 |
1040 | 2024-12-21T04:32:23.697Z | Downloaded spin v0.9.8 |
1041 | 2024-12-21T04:32:23.699Z | Downloaded pbkdf2 v0.12.2 |
1042 | 2024-12-21T04:32:23.699Z | Downloaded pbkdf2 v0.11.0 |
1043 | 2024-12-21T04:32:23.703Z | Downloaded futures-sink v0.3.31 |
1044 | 2024-12-21T04:32:23.703Z | Downloaded futures-io v0.3.31 |
1045 | 2024-12-21T04:32:23.706Z | Downloaded fallible-iterator v0.2.0 |
1046 | 2024-12-21T04:32:23.706Z | Downloaded zerocopy-derive v0.8.10 |
1047 | 2024-12-21T04:32:23.711Z | Downloaded mio v1.0.2 |
1048 | 2024-12-21T04:32:23.717Z | Downloaded ed25519 v2.2.3 |
1049 | 2024-12-21T04:32:23.719Z | Downloaded test-strategy v0.3.1 |
1050 | 2024-12-21T04:32:23.722Z | Downloaded crypto-bigint v0.5.5 |
1051 | 2024-12-21T04:32:23.728Z | Downloaded scheduled-thread-pool v0.2.7 |
1052 | 2024-12-21T04:32:23.731Z | Downloaded same-file v1.0.6 |
1053 | 2024-12-21T04:32:23.731Z | Downloaded ff v0.13.0 |
1054 | 2024-12-21T04:32:23.734Z | Downloaded serde_yaml v0.9.34+deprecated |
1055 | 2024-12-21T04:32:23.737Z | Downloaded new_debug_unreachable v1.0.6 |
1056 | 2024-12-21T04:32:23.738Z | Downloaded fxhash v0.2.1 |
1057 | 2024-12-21T04:32:23.738Z | Downloaded secrecy v0.8.0 |
1058 | 2024-12-21T04:32:23.740Z | Downloaded rtoolbox v0.0.2 |
1059 | 2024-12-21T04:32:23.740Z | Downloaded rpassword v7.3.1 |
1060 | 2024-12-21T04:32:23.740Z | Downloaded primeorder v0.13.6 |
1061 | 2024-12-21T04:32:23.743Z | Downloaded phf_shared v0.11.2 |
1062 | 2024-12-21T04:32:23.746Z | Downloaded tracing-attributes v0.1.27 |
1063 | 2024-12-21T04:32:23.748Z | Downloaded tokio-rustls v0.25.0 |
1064 | 2024-12-21T04:32:23.750Z | Downloaded hickory-server v0.24.1 |
1065 | 2024-12-21T04:32:23.754Z | Downloaded rand_seeder v0.3.0 |
1066 | 2024-12-21T04:32:23.756Z | Downloaded packed_struct_codegen v0.10.1 |
1067 | 2024-12-21T04:32:23.759Z | Downloaded thiserror-impl v2.0.3 |
1068 | 2024-12-21T04:32:23.759Z | Downloaded thiserror v2.0.3 |
1069 | 2024-12-21T04:32:23.763Z | Downloaded rsa v0.9.6 |
1070 | 2024-12-21T04:32:23.768Z | Downloaded whoami v1.5.2 |
1071 | 2024-12-21T04:32:23.772Z | Downloaded powerfmt v0.2.0 |
1072 | 2024-12-21T04:32:23.775Z | Downloaded postcard v1.0.10 |
1073 | 2024-12-21T04:32:23.775Z | Downloaded icu_collections v1.5.0 |
1074 | 2024-12-21T04:32:23.781Z | Downloaded fd-lock v4.0.2 |
1075 | 2024-12-21T04:32:23.783Z | Downloaded strum_macros v0.24.3 |
1076 | 2024-12-21T04:32:23.787Z | Downloaded owo-colors v4.1.0 |
1077 | 2024-12-21T04:32:23.787Z | Downloaded pkcs8 v0.10.2 |
1078 | 2024-12-21T04:32:23.789Z | Downloaded getrandom v0.2.15 |
1079 | 2024-12-21T04:32:23.792Z | Downloaded russh-keys v0.45.0 |
1080 | 2024-12-21T04:32:23.794Z | Downloaded const_format v0.2.33 |
1081 | 2024-12-21T04:32:23.798Z | Downloaded slog-dtrace v0.3.0 |
1082 | 2024-12-21T04:32:23.800Z | Downloaded rustfmt-wrapper v0.2.1 |
1083 | 2024-12-21T04:32:23.803Z | Downloaded rustc_version v0.1.7 |
1084 | 2024-12-21T04:32:23.803Z | Downloaded simd-adler32 v0.3.7 |
1085 | 2024-12-21T04:32:23.805Z | Downloaded endian-type v0.1.2 |
1086 | 2024-12-21T04:32:23.805Z | Downloaded scrypt v0.11.0 |
1087 | 2024-12-21T04:32:23.805Z | Downloaded fallible-streaming-iterator v0.1.9 |
1088 | 2024-12-21T04:32:23.809Z | Downloaded serde_with_macros v3.11.0 |
1089 | 2024-12-21T04:32:23.809Z | Downloaded mockall_derive v0.13.0 |
1090 | 2024-12-21T04:32:23.811Z | Downloaded miniz_oxide v0.8.0 |
1091 | 2024-12-21T04:32:23.814Z | Downloaded icu_locid v1.5.0 |
1092 | 2024-12-21T04:32:23.817Z | Downloaded predicates v3.1.2 |
1093 | 2024-12-21T04:32:23.820Z | Downloaded ppv-lite86 v0.2.20 |
1094 | 2024-12-21T04:32:23.822Z | Downloaded num-rational v0.4.2 |
1095 | 2024-12-21T04:32:23.825Z | Downloaded hex-literal v0.4.1 |
1096 | 2024-12-21T04:32:23.825Z | Downloaded group v0.13.0 |
1097 | 2024-12-21T04:32:23.827Z | Downloaded lock_api v0.4.12 |
1098 | 2024-12-21T04:32:23.828Z | Downloaded arc-swap v1.7.1 |
1099 | 2024-12-21T04:32:23.831Z | Downloaded parse-display-derive v0.10.0 |
1100 | 2024-12-21T04:32:23.834Z | Downloaded num_enum_derive v0.5.11 |
1101 | 2024-12-21T04:32:23.834Z | Downloaded nibble_vec v0.1.0 |
1102 | 2024-12-21T04:32:23.835Z | Downloaded hmac v0.12.1 |
1103 | 2024-12-21T04:32:23.837Z | Downloaded crossbeam-epoch v0.9.18 |
1104 | 2024-12-21T04:32:23.839Z | Downloaded fallible-iterator v0.3.0 |
1105 | 2024-12-21T04:32:23.842Z | Downloaded indicatif v0.17.9 |
1106 | 2024-12-21T04:32:23.844Z | Downloaded mime_guess v2.0.5 |
1107 | 2024-12-21T04:32:23.846Z | Downloaded icu_properties v1.5.1 |
1108 | 2024-12-21T04:32:23.849Z | Downloaded litemap v0.7.3 |
1109 | 2024-12-21T04:32:23.852Z | Downloaded tokio-tungstenite v0.23.1 |
1110 | 2024-12-21T04:32:23.855Z | Downloaded mockall v0.13.0 |
1111 | 2024-12-21T04:32:23.858Z | Downloaded tokio-tungstenite v0.24.0 |
1112 | 2024-12-21T04:32:23.860Z | Downloaded synstructure v0.13.1 |
1113 | 2024-12-21T04:32:23.860Z | Downloaded debug-ignore v1.0.5 |
1114 | 2024-12-21T04:32:23.863Z | Downloaded data-encoding v2.6.0 |
1115 | 2024-12-21T04:32:23.863Z | Downloaded newtype_derive v0.1.6 |
1116 | 2024-12-21T04:32:23.870Z | Downloaded iana-time-zone v0.1.61 |
1117 | 2024-12-21T04:32:23.875Z | Downloaded lru-cache v0.1.2 |
1118 | 2024-12-21T04:32:23.875Z | Downloaded keccak v0.1.5 |
1119 | 2024-12-21T04:32:23.875Z | Downloaded compact_str v0.8.0 |
1120 | 2024-12-21T04:32:23.875Z | Downloaded base64 v0.13.1 |
1121 | 2024-12-21T04:32:23.878Z | Downloaded typify-macro v0.2.0 |
1122 | 2024-12-21T04:32:23.878Z | Downloaded memoffset v0.9.1 |
1123 | 2024-12-21T04:32:23.878Z | Downloaded linked-hash-map v0.5.6 |
1124 | 2024-12-21T04:32:23.878Z | Downloaded icu_provider v1.5.0 |
1125 | 2024-12-21T04:32:23.880Z | Downloaded tinystr v0.7.6 |
1126 | 2024-12-21T04:32:23.883Z | Downloaded multimap v0.10.0 |
1127 | 2024-12-21T04:32:23.885Z | Downloaded ipnet v2.10.1 |
1128 | 2024-12-21T04:32:23.885Z | Downloaded ssh-cipher v0.2.0 |
1129 | 2024-12-21T04:32:23.887Z | Downloaded slog-scope v4.4.0 |
1130 | 2024-12-21T04:32:23.890Z | Downloaded serde_urlencoded v0.7.1 |
1131 | 2024-12-21T04:32:23.890Z | Downloaded linear-map v1.2.0 |
1132 | 2024-12-21T04:32:23.892Z | Downloaded kstat-rs v0.2.4 |
1133 | 2024-12-21T04:32:23.892Z | Downloaded is-terminal v0.4.13 |
1134 | 2024-12-21T04:32:23.895Z | Downloaded home v0.5.9 |
1135 | 2024-12-21T04:32:23.895Z | Downloaded const_format_proc_macros v0.2.33 |
1136 | 2024-12-21T04:32:23.897Z | Downloaded clang-sys v1.8.1 |
1137 | 2024-12-21T04:32:23.900Z | Downloaded httpdate v1.0.3 |
1138 | 2024-12-21T04:32:23.900Z | Downloaded base64ct v1.6.0 |
1139 | 2024-12-21T04:32:23.902Z | Downloaded internet-checksum v0.2.1 |
1140 | 2024-12-21T04:32:23.905Z | Downloaded instability v0.3.2 |
1141 | 2024-12-21T04:32:23.905Z | Downloaded indent_write v2.2.0 |
1142 | 2024-12-21T04:32:23.905Z | Downloaded idna_adapter v1.2.0 |
1143 | 2024-12-21T04:32:23.908Z | Downloaded hostname v0.4.0 |
1144 | 2024-12-21T04:32:23.908Z | Downloaded hostname v0.3.1 |
1145 | 2024-12-21T04:32:23.910Z | Downloaded crossbeam-utils v0.8.20 |
1146 | 2024-12-21T04:32:23.920Z | Downloaded bcs v0.1.6 |
1147 | 2024-12-21T04:32:23.920Z | Downloaded icu_normalizer_data v1.5.0 |
1148 | 2024-12-21T04:32:23.920Z | Downloaded hex v0.4.3 |
1149 | 2024-12-21T04:32:23.920Z | Downloaded async-trait v0.1.83 |
1150 | 2024-12-21T04:32:23.923Z | Downloaded md5 v0.7.0 |
1151 | 2024-12-21T04:32:23.923Z | Downloaded console v0.15.8 |
1152 | 2024-12-21T04:32:23.925Z | Downloaded quinn-udp v0.5.5 |
1153 | 2024-12-21T04:32:23.927Z | Downloaded indoc v1.0.9 |
1154 | 2024-12-21T04:32:23.930Z | Downloaded http-body-util v0.1.2 |
1155 | 2024-12-21T04:32:23.932Z | Downloaded hubpack_derive v0.1.1 |
1156 | 2024-12-21T04:32:23.932Z | Downloaded backoff v0.4.0 |
1157 | 2024-12-21T04:32:23.935Z | Downloaded blowfish v0.9.1 |
1158 | 2024-12-21T04:32:23.937Z | Downloaded buf-list v1.0.3 |
1159 | 2024-12-21T04:32:23.941Z | Downloaded ahash v0.8.11 |
1160 | 2024-12-21T04:32:23.946Z | Downloaded convert_case v0.4.0 |
1161 | 2024-12-21T04:32:23.946Z | Downloaded bitflags v1.3.2 |
1162 | 2024-12-21T04:32:24.004Z | Downloaded ring v0.17.8 |
1163 | 2024-12-21T04:32:24.104Z | Downloaded libsqlite3-sys v0.30.1 |
1164 | 2024-12-21T04:32:24.210Z | Downloaded ring v0.16.20 |
1165 | 2024-12-21T04:32:24.449Z | Downloaded aws-lc-sys v0.22.0 |
1166 | 2024-12-21T04:32:24.746Z | Compiling serde v1.0.215 |
1167 | 2024-12-21T04:32:24.749Z | Compiling lock_api v0.4.12 |
1168 | 2024-12-21T04:32:24.749Z | Compiling scopeguard v1.2.0 |
1169 | 2024-12-21T04:32:24.749Z | Compiling value-bag v1.9.0 |
1170 | 2024-12-21T04:32:24.749Z | Compiling typenum v1.17.0 |
1171 | 2024-12-21T04:32:24.749Z | Compiling generic-array v0.14.7 |
1172 | 2024-12-21T04:32:24.749Z | Compiling syn v2.0.87 |
1173 | 2024-12-21T04:32:24.908Z | Compiling getrandom v0.2.15 |
1174 | 2024-12-21T04:32:25.132Z | Compiling shlex v1.3.0 |
1175 | 2024-12-21T04:32:25.234Z | Compiling rand_core v0.6.4 |
1176 | 2024-12-21T04:32:25.362Z | Compiling log v0.4.22 |
1177 | 2024-12-21T04:32:25.525Z | Compiling subtle v2.6.1 |
1178 | 2024-12-21T04:32:25.545Z | Compiling jobserver v0.1.32 |
1179 | 2024-12-21T04:32:25.562Z | Compiling const-oid v0.9.6 |
1180 | 2024-12-21T04:32:25.731Z | Compiling smallvec v1.13.2 |
1181 | 2024-12-21T04:32:25.773Z | Compiling spin v0.9.8 |
1182 | 2024-12-21T04:32:25.859Z | Compiling pin-project-lite v0.2.14 |
1183 | 2024-12-21T04:32:25.989Z | Compiling cc v1.1.30 |
1184 | 2024-12-21T04:32:26.133Z | Compiling rustix v0.38.37 |
1185 | 2024-12-21T04:32:26.137Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-12-21T04:32:26.261Z | Compiling futures-core v0.3.31 |
1187 | 2024-12-21T04:32:26.432Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-12-21T04:32:26.523Z | Compiling mio v1.0.2 |
1189 | 2024-12-21T04:32:27.004Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-12-21T04:32:27.218Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-12-21T04:32:27.389Z | Compiling regex-syntax v0.8.5 |
1192 | 2024-12-21T04:32:27.644Z | Compiling parking_lot v0.12.3 |
1193 | 2024-12-21T04:32:27.699Z | Compiling either v1.13.0 |
1194 | 2024-12-21T04:32:27.702Z | Compiling lazy_static v1.5.0 |
1195 | 2024-12-21T04:32:27.785Z | Compiling futures-sink v0.3.31 |
1196 | 2024-12-21T04:32:27.850Z | Compiling glob v0.3.1 |
1197 | 2024-12-21T04:32:27.949Z | Compiling stable_deref_trait v1.2.0 |
1198 | 2024-12-21T04:32:28.126Z | Compiling socket2 v0.5.7 |
1199 | 2024-12-21T04:32:28.164Z | Compiling slab v0.4.9 |
1200 | 2024-12-21T04:32:28.473Z | Compiling prettyplease v0.2.25 |
1201 | 2024-12-21T04:32:28.783Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-12-21T04:32:28.832Z | Compiling serde_json v1.0.133 |
1203 | 2024-12-21T04:32:28.874Z | Compiling clang-sys v1.8.1 |
1204 | 2024-12-21T04:32:29.194Z | Compiling nom v7.1.3 |
1205 | 2024-12-21T04:32:29.301Z | Compiling libloading v0.8.5 |
1206 | 2024-12-21T04:32:29.433Z | Compiling home v0.5.9 |
1207 | 2024-12-21T04:32:29.635Z | Compiling bindgen v0.69.5 |
1208 | 2024-12-21T04:32:29.747Z | Compiling itertools v0.12.1 |
1209 | 2024-12-21T04:32:30.358Z | Compiling futures-channel v0.3.31 |
1210 | 2024-12-21T04:32:30.452Z | Compiling lazycell v1.3.0 |
1211 | 2024-12-21T04:32:30.620Z | Compiling futures-io v0.3.31 |
1212 | 2024-12-21T04:32:30.811Z | Compiling foldhash v0.1.3 |
1213 | 2024-12-21T04:32:30.948Z | Compiling futures-task v0.3.31 |
1214 | 2024-12-21T04:32:31.124Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-21T04:32:31.253Z | Compiling libm v0.2.8 |
1216 | 2024-12-21T04:32:31.559Z | Compiling rustc-hash v1.1.0 |
1217 | 2024-12-21T04:32:31.712Z | Compiling pin-utils v0.1.0 |
1218 | 2024-12-21T04:32:31.817Z | Compiling allocator-api2 v0.2.18 |
1219 | 2024-12-21T04:32:32.639Z | Compiling cexpr v0.6.0 |
1220 | 2024-12-21T04:32:32.794Z | Compiling synstructure v0.13.1 |
1221 | 2024-12-21T04:32:33.011Z | Compiling hashbrown v0.15.1 |
1222 | 2024-12-21T04:32:34.399Z | Compiling cmake v0.1.51 |
1223 | 2024-12-21T04:32:34.455Z | Compiling num-traits v0.2.19 |
1224 | 2024-12-21T04:32:34.482Z | Compiling pkg-config v0.3.31 |
1225 | 2024-12-21T04:32:34.502Z | Compiling dunce v1.0.5 |
1226 | 2024-12-21T04:32:34.631Z | Compiling tinyvec_macros v0.1.1 |
1227 | 2024-12-21T04:32:34.722Z | Compiling fs_extra v1.3.0 |
1228 | 2024-12-21T04:32:34.964Z | Compiling tinyvec v1.8.0 |
1229 | 2024-12-21T04:32:35.446Z | Compiling ring v0.17.8 |
1230 | 2024-12-21T04:32:36.003Z | Compiling writeable v0.5.5 |
1231 | 2024-12-21T04:32:36.170Z | Compiling litemap v0.7.3 |
1232 | 2024-12-21T04:32:36.455Z | Compiling unicode-normalization v0.1.24 |
1233 | 2024-12-21T04:32:36.589Z | Compiling paste v1.0.15 |
1234 | 2024-12-21T04:32:36.607Z | Compiling regex v1.11.1 |
1235 | 2024-12-21T04:32:36.707Z | Compiling base64ct v1.6.0 |
1236 | 2024-12-21T04:32:37.089Z | Compiling unicode-bidi v0.3.17 |
1237 | 2024-12-21T04:32:37.320Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-12-21T04:32:37.762Z | Compiling flagset v0.4.6 |
1239 | 2024-12-21T04:32:37.958Z | Compiling httparse v1.9.5 |
1240 | 2024-12-21T04:32:38.054Z | Compiling aws-lc-rs v1.10.0 |
1241 | 2024-12-21T04:32:38.533Z | Compiling tracing-core v0.1.32 |
1242 | 2024-12-21T04:32:38.562Z | Compiling crossbeam-utils v0.8.20 |
1243 | 2024-12-21T04:32:38.718Z | Compiling rustls-pki-types v1.10.0 |
1244 | 2024-12-21T04:32:39.104Z | Compiling icu_locid_transform_data v1.5.0 |
1245 | 2024-12-21T04:32:39.207Z | Compiling percent-encoding v2.3.1 |
1246 | 2024-12-21T04:32:39.624Z | Compiling untrusted v0.9.0 |
1247 | 2024-12-21T04:32:40.068Z | Compiling icu_properties_data v1.5.0 |
1248 | 2024-12-21T04:32:40.093Z | Compiling mirai-annotations v1.12.0 |
1249 | 2024-12-21T04:32:40.093Z | Compiling untrusted v0.7.1 |
1250 | 2024-12-21T04:32:40.094Z | Compiling serde_derive v1.0.215 |
1251 | 2024-12-21T04:32:40.094Z | Compiling zeroize_derive v1.4.2 |
1252 | 2024-12-21T04:32:40.094Z | Compiling zerocopy-derive v0.7.35 |
1253 | 2024-12-21T04:32:40.094Z | Compiling tokio-macros v2.4.0 |
1254 | 2024-12-21T04:32:40.249Z | Compiling zerofrom-derive v0.1.4 |
1255 | 2024-12-21T04:32:41.343Z | Compiling zeroize v1.8.1 |
1256 | 2024-12-21T04:32:41.491Z | Compiling thiserror-impl v1.0.69 |
1257 | 2024-12-21T04:32:41.945Z | Compiling yoke-derive v0.7.4 |
1258 | 2024-12-21T04:32:42.219Z | Compiling zerocopy v0.7.35 |
1259 | 2024-12-21T04:32:43.179Z | Compiling crypto-common v0.1.6 |
1260 | 2024-12-21T04:32:43.408Z | Compiling block-buffer v0.10.4 |
1261 | 2024-12-21T04:32:43.654Z | Compiling digest v0.10.7 |
1262 | 2024-12-21T04:32:43.834Z | Compiling futures-macro v0.3.31 |
1263 | 2024-12-21T04:32:43.872Z | Compiling zerovec-derive v0.10.3 |
1264 | 2024-12-21T04:32:44.118Z | Compiling hmac v0.12.1 |
1265 | 2024-12-21T04:32:44.362Z | Compiling block-padding v0.3.3 |
1266 | 2024-12-21T04:32:44.407Z | Compiling zerofrom v0.1.4 |
1267 | 2024-12-21T04:32:44.603Z | Compiling displaydoc v0.2.5 |
1268 | 2024-12-21T04:32:44.622Z | Compiling inout v0.1.3 |
1269 | 2024-12-21T04:32:44.751Z | Compiling thiserror v1.0.69 |
1270 | 2024-12-21T04:32:44.889Z | Compiling cipher v0.4.4 |
1271 | 2024-12-21T04:32:44.892Z | Compiling sha2 v0.10.8 |
1272 | 2024-12-21T04:32:44.975Z | Compiling yoke v0.7.4 |
1273 | 2024-12-21T04:32:45.324Z | Compiling ppv-lite86 v0.2.20 |
1274 | 2024-12-21T04:32:45.389Z | Compiling der_derive v0.7.3 |
1275 | 2024-12-21T04:32:45.670Z | Compiling futures-util v0.3.31 |
1276 | 2024-12-21T04:32:46.097Z | Compiling icu_provider_macros v1.5.0 |
1277 | 2024-12-21T04:32:46.195Z | Compiling rand_chacha v0.3.1 |
1278 | 2024-12-21T04:32:46.426Z | Compiling zerovec v0.10.4 |
1279 | 2024-12-21T04:32:47.297Z | Compiling tracing-attributes v0.1.27 |
1280 | 2024-12-21T04:32:47.791Z | Compiling der v0.7.9 |
1281 | 2024-12-21T04:32:48.334Z | Compiling tinystr v0.7.6 |
1282 | 2024-12-21T04:32:48.336Z | Compiling icu_collections v1.5.0 |
1283 | 2024-12-21T04:32:48.639Z | Compiling rand v0.8.5 |
1284 | 2024-12-21T04:32:48.787Z | Compiling icu_locid v1.5.0 |
1285 | 2024-12-21T04:32:49.774Z | Compiling salsa20 v0.10.2 |
1286 | 2024-12-21T04:32:50.007Z | Compiling icu_provider v1.5.0 |
1287 | 2024-12-21T04:32:50.417Z | Compiling spki v0.7.3 |
1288 | 2024-12-21T04:32:50.669Z | Compiling pest v2.7.14 |
1289 | 2024-12-21T04:32:50.821Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2024-12-21T04:32:51.097Z | Compiling pbkdf2 v0.12.2 |
1291 | 2024-12-21T04:32:51.118Z | Compiling time-core v0.1.2 |
1292 | 2024-12-21T04:32:51.137Z | Compiling vcpkg v0.2.15 |
1293 | 2024-12-21T04:32:51.158Z | Compiling tracing v0.1.40 |
1294 | 2024-12-21T04:32:51.295Z | Compiling num-conv v0.1.0 |
1295 | 2024-12-21T04:32:51.298Z | Compiling powerfmt v0.2.0 |
1296 | 2024-12-21T04:32:51.570Z | Compiling time-macros v0.2.18 |
1297 | 2024-12-21T04:32:51.674Z | Compiling deranged v0.3.11 |
1298 | 2024-12-21T04:32:51.714Z | Compiling scrypt v0.11.0 |
1299 | 2024-12-21T04:32:52.329Z | Compiling icu_properties v1.5.1 |
1300 | 2024-12-21T04:32:53.344Z | Compiling openssl-sys v0.9.103 |
1301 | 2024-12-21T04:32:53.574Z | Compiling bitflags v2.6.0 |
1302 | 2024-12-21T04:32:53.633Z | Compiling bytes v1.8.0 |
1303 | 2024-12-21T04:32:54.018Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-21T04:32:54.455Z | Compiling semver v1.0.23 |
1305 | 2024-12-21T04:32:54.925Z | Compiling tokio v1.40.0 |
1306 | 2024-12-21T04:32:54.983Z | Compiling http v1.1.0 |
1307 | 2024-12-21T04:32:55.231Z | Compiling rustc_version v0.4.1 |
1308 | 2024-12-21T04:32:55.491Z | Compiling pest_meta v2.7.14 |
1309 | 2024-12-21T04:32:55.687Z | Compiling aes v0.8.4 |
1310 | 2024-12-21T04:32:56.020Z | Compiling cbc v0.1.2 |
1311 | 2024-12-21T04:32:56.263Z | Compiling scroll_derive v0.12.0 |
1312 | 2024-12-21T04:32:57.203Z | Compiling utf8_iter v1.0.4 |
1313 | 2024-12-21T04:32:57.487Z | Compiling write16 v1.0.0 |
1314 | 2024-12-21T04:32:57.529Z | Compiling atomic-waker v1.1.2 |
1315 | 2024-12-21T04:32:57.615Z | Compiling num_threads v0.1.7 |
1316 | 2024-12-21T04:32:57.707Z | Compiling utf16_iter v1.0.5 |
1317 | 2024-12-21T04:32:57.747Z | Compiling icu_normalizer_data v1.5.0 |
1318 | 2024-12-21T04:32:57.784Z | Compiling scroll v0.12.0 |
1319 | 2024-12-21T04:32:57.851Z | Compiling time v0.3.36 |
1320 | 2024-12-21T04:32:57.916Z | Compiling which v4.4.2 |
1321 | 2024-12-21T04:32:58.321Z | Compiling icu_normalizer v1.5.0 |
1322 | 2024-12-21T04:32:58.530Z | Compiling pest_generator v2.7.14 |
1323 | 2024-12-21T04:32:58.618Z | Compiling pkcs5 v0.7.1 |
1324 | 2024-12-21T04:32:59.357Z | Compiling http-body v1.0.1 |
1325 | 2024-12-21T04:32:59.804Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-12-21T04:32:59.893Z | Compiling slog v2.7.0 |
1327 | 2024-12-21T04:33:00.139Z | Compiling try-lock v0.2.5 |
1328 | 2024-12-21T04:33:00.283Z | Compiling want v0.3.1 |
1329 | 2024-12-21T04:33:00.303Z | Compiling goblin v0.8.2 |
1330 | 2024-12-21T04:33:00.482Z | Compiling pkcs8 v0.10.2 |
1331 | 2024-12-21T04:33:00.523Z | Compiling idna_adapter v1.2.0 |
1332 | 2024-12-21T04:33:00.542Z | Compiling pest_derive v2.7.14 |
1333 | 2024-12-21T04:33:00.567Z | Compiling uuid v1.11.0 |
1334 | 2024-12-21T04:33:00.731Z | Compiling httpdate v1.0.3 |
1335 | 2024-12-21T04:33:01.210Z | Compiling iana-time-zone v0.1.61 |
1336 | 2024-12-21T04:33:01.232Z | Compiling idna v1.0.3 |
1337 | 2024-12-21T04:33:01.344Z | Compiling dtrace-parser v0.2.0 |
1338 | 2024-12-21T04:33:01.688Z | Compiling chrono v0.4.38 |
1339 | 2024-12-21T04:33:02.874Z | Compiling toml_datetime v0.6.8 |
1340 | 2024-12-21T04:33:03.152Z | Compiling serde_spanned v0.6.8 |
1341 | 2024-12-21T04:33:03.173Z | Compiling serde_tokenstream v0.2.2 |
1342 | 2024-12-21T04:33:03.405Z | Compiling adler2 v2.0.0 |
1343 | 2024-12-21T04:33:03.428Z | Compiling tokio-util v0.7.12 |
1344 | 2024-12-21T04:33:03.619Z | Compiling openssl v0.10.66 |
1345 | 2024-12-21T04:33:03.672Z | Compiling base64 v0.22.1 |
1346 | 2024-12-21T04:33:03.825Z | Compiling match_cfg v0.1.0 |
1347 | 2024-12-21T04:33:03.928Z | Compiling foreign-types-shared v0.1.1 |
1348 | 2024-12-21T04:33:04.049Z | Compiling rustversion v1.0.17 |
1349 | 2024-12-21T04:33:04.072Z | Compiling tower-service v0.3.3 |
1350 | 2024-12-21T04:33:04.249Z | Compiling foreign-types v0.3.2 |
1351 | 2024-12-21T04:33:04.350Z | Compiling hostname v0.3.1 |
1352 | 2024-12-21T04:33:04.462Z | Compiling h2 v0.4.6 |
1353 | 2024-12-21T04:33:04.606Z | Compiling miniz_oxide v0.8.0 |
1354 | 2024-12-21T04:33:04.882Z | Compiling url v2.5.3 |
1355 | 2024-12-21T04:33:05.736Z | Compiling async-trait v0.1.83 |
1356 | 2024-12-21T04:33:06.184Z | Compiling dof v0.3.0 |
1357 | 2024-12-21T04:33:06.401Z | Compiling openssl-macros v0.1.1 |
1358 | 2024-12-21T04:33:07.008Z | Compiling usdt-impl v0.5.0 |
1359 | 2024-12-21T04:33:07.175Z | Compiling serde_derive_internals v0.29.1 |
1360 | 2024-12-21T04:33:08.484Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2024-12-21T04:33:08.610Z | Compiling schemars v0.8.21 |
1362 | 2024-12-21T04:33:08.658Z | Compiling syn v1.0.109 |
1363 | 2024-12-21T04:33:08.947Z | Compiling native-tls v0.2.12 |
1364 | 2024-12-21T04:33:09.144Z | Compiling data-encoding v2.6.0 |
1365 | 2024-12-21T04:33:09.277Z | Compiling siphasher v0.3.11 |
1366 | 2024-12-21T04:33:09.293Z | Compiling rustls v0.22.4 |
1367 | 2024-12-21T04:33:09.552Z | Compiling rustls v0.23.19 |
1368 | 2024-12-21T04:33:09.816Z | Compiling dirs-next v2.0.0 |
1369 | 2024-12-21T04:33:10.015Z | Compiling schemars_derive v0.8.21 |
1370 | 2024-12-21T04:33:10.833Z | Compiling http-body-util v0.1.2 |
1371 | 2024-12-21T04:33:10.975Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-12-21T04:33:11.362Z | Compiling heapless v0.7.17 |
1373 | 2024-12-21T04:33:11.452Z | Compiling signature v2.2.0 |
1374 | 2024-12-21T04:33:11.514Z | Compiling sha1 v0.10.6 |
1375 | 2024-12-21T04:33:11.715Z | Compiling hyper v1.5.0 |
1376 | 2024-12-21T04:33:11.737Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1377 | 2024-12-21T04:33:11.794Z | Compiling thread_local v1.1.8 |
1378 | 2024-12-21T04:33:11.954Z | Compiling multer v3.1.0 |
1379 | 2024-12-21T04:33:12.253Z | Compiling encoding_rs v0.8.34 |
1380 | 2024-12-21T04:33:12.287Z | Compiling cookie v0.18.1 |
1381 | 2024-12-21T04:33:12.397Z | Compiling mime v0.3.17 |
1382 | 2024-12-21T04:33:12.547Z | Compiling gimli v0.31.1 |
1383 | 2024-12-21T04:33:13.018Z | Compiling dyn-clone v1.0.17 |
1384 | 2024-12-21T04:33:13.247Z | Compiling slog-async v2.8.0 |
1385 | 2024-12-21T04:33:13.425Z | Compiling rayon-core v1.12.1 |
1386 | 2024-12-21T04:33:13.681Z | Compiling openssl-probe v0.1.5 |
1387 | 2024-12-21T04:33:13.740Z | Compiling ipnet v2.10.1 |
1388 | 2024-12-21T04:33:14.055Z | Compiling unicode-properties v0.1.3 |
1389 | 2024-12-21T04:33:14.459Z | Compiling hyper-util v0.1.10 |
1390 | 2024-12-21T04:33:15.025Z | Compiling signal-hook v0.3.17 |
1391 | 2024-12-21T04:33:15.316Z | Compiling stringprep v0.1.5 |
1392 | 2024-12-21T04:33:15.855Z | Compiling toml_edit v0.22.22 |
1393 | 2024-12-21T04:33:17.183Z | Compiling addr2line v0.24.2 |
1394 | 2024-12-21T04:33:17.751Z | Compiling crossbeam-deque v0.8.5 |
1395 | 2024-12-21T04:33:17.844Z | Compiling usdt-attr-macro v0.5.0 |
1396 | 2024-12-21T04:33:17.893Z | Compiling usdt-macro v0.5.0 |
1397 | 2024-12-21T04:33:18.091Z | Compiling term v0.7.0 |
1398 | 2024-12-21T04:33:18.671Z | Compiling slog-json v2.6.1 |
1399 | 2024-12-21T04:33:19.044Z | Compiling serde_urlencoded v0.7.1 |
1400 | 2024-12-21T04:33:19.365Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-21T04:33:19.413Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2024-12-21T04:33:19.492Z | Compiling enum-as-inner v0.6.1 |
1403 | 2024-12-21T04:33:19.549Z | Compiling futures-executor v0.3.31 |
1404 | 2024-12-21T04:33:19.589Z | Compiling md-5 v0.10.6 |
1405 | 2024-12-21T04:33:19.844Z | Compiling async-stream-impl v0.3.6 |
1406 | 2024-12-21T04:33:20.016Z | Compiling rustls-pemfile v2.2.0 |
1407 | 2024-12-21T04:33:20.159Z | Compiling num-integer v0.1.46 |
1408 | 2024-12-21T04:33:20.370Z | Compiling idna v0.3.0 |
1409 | 2024-12-21T04:33:20.506Z | Compiling idna v0.4.0 |
1410 | 2024-12-21T04:33:20.568Z | Compiling ff v0.13.0 |
1411 | 2024-12-21T04:33:20.812Z | Compiling hash32 v0.2.1 |
1412 | 2024-12-21T04:33:20.948Z | Compiling is-terminal v0.4.13 |
1413 | 2024-12-21T04:33:21.080Z | Compiling dropshot v0.12.0 |
1414 | 2024-12-21T04:33:21.163Z | Compiling object v0.36.5 |
1415 | 2024-12-21T04:33:21.184Z | Compiling psl-types v2.0.11 |
1416 | 2024-12-21T04:33:21.343Z | Compiling base16ct v0.2.0 |
1417 | 2024-12-21T04:33:21.383Z | Compiling linked-hash-map v0.5.6 |
1418 | 2024-12-21T04:33:21.676Z | Compiling num-bigint-dig v0.8.4 |
1419 | 2024-12-21T04:33:21.757Z | Compiling smoltcp v0.9.1 |
1420 | 2024-12-21T04:33:21.960Z | Compiling fallible-iterator v0.2.0 |
1421 | 2024-12-21T04:33:22.027Z | Compiling anyhow v1.0.93 |
1422 | 2024-12-21T04:33:22.163Z | Compiling take_mut v0.2.2 |
1423 | 2024-12-21T04:33:22.357Z | Compiling utf-8 v0.7.6 |
1424 | 2024-12-21T04:33:22.504Z | Compiling rustc-demangle v0.1.24 |
1425 | 2024-12-21T04:33:22.687Z | Compiling portable-atomic v1.9.0 |
1426 | 2024-12-21T04:33:22.724Z | Compiling quick-error v1.2.3 |
1427 | 2024-12-21T04:33:22.878Z | Compiling resolv-conf v0.7.0 |
1428 | 2024-12-21T04:33:23.133Z | Compiling postgres-protocol v0.6.7 |
1429 | 2024-12-21T04:33:23.430Z | Compiling tungstenite v0.24.0 |
1430 | 2024-12-21T04:33:23.878Z | Compiling lru-cache v0.1.2 |
1431 | 2024-12-21T04:33:24.080Z | Compiling sec1 v0.7.3 |
1432 | 2024-12-21T04:33:24.343Z | Compiling publicsuffix v2.2.3 |
1433 | 2024-12-21T04:33:24.521Z | Compiling hickory-proto v0.24.1 |
1434 | 2024-12-21T04:33:24.638Z | Compiling async-stream v0.3.6 |
1435 | 2024-12-21T04:33:24.929Z | Compiling slog-term v2.9.1 |
1436 | 2024-12-21T04:33:24.948Z | Compiling usdt v0.5.0 |
1437 | 2024-12-21T04:33:25.453Z | Compiling group v0.13.0 |
1438 | 2024-12-21T04:33:25.736Z | Compiling num-iter v0.1.45 |
1439 | 2024-12-21T04:33:25.888Z | Compiling futures v0.3.31 |
1440 | 2024-12-21T04:33:25.909Z | Compiling toml v0.8.19 |
1441 | 2024-12-21T04:33:25.928Z | Compiling slog-bunyan v2.5.0 |
1442 | 2024-12-21T04:33:26.154Z | Compiling tokio-native-tls v0.3.1 |
1443 | 2024-12-21T04:33:27.498Z | Compiling camino v1.1.9 |
1444 | 2024-12-21T04:33:27.691Z | Compiling phf_shared v0.11.2 |
1445 | 2024-12-21T04:33:27.939Z | Compiling dropshot_endpoint v0.12.0 |
1446 | 2024-12-21T04:33:28.090Z | Compiling terminal_size v0.4.0 |
1447 | 2024-12-21T04:33:28.283Z | Compiling waitgroup v0.1.2 |
1448 | 2024-12-21T04:33:28.312Z | Compiling openapiv3 v2.0.0 |
1449 | 2024-12-21T04:33:28.505Z | Compiling serde_path_to_error v0.1.16 |
1450 | 2024-12-21T04:33:28.634Z | Compiling backtrace v0.3.74 |
1451 | 2024-12-21T04:33:29.367Z | Compiling hkdf v0.12.4 |
1452 | 2024-12-21T04:33:29.411Z | Compiling crypto-bigint v0.5.5 |
1453 | 2024-12-21T04:33:29.635Z | Compiling zerocopy-derive v0.6.6 |
1454 | 2024-12-21T04:33:31.950Z | Compiling curve25519-dalek-derive v0.1.1 |
1455 | 2024-12-21T04:33:32.337Z | Compiling webpki-roots v0.26.6 |
1456 | 2024-12-21T04:33:32.564Z | Compiling idna v0.5.0 |
1457 | 2024-12-21T04:33:32.649Z | Compiling hostname v0.4.0 |
1458 | 2024-12-21T04:33:32.719Z | Compiling hubpack_derive v0.1.1 |
1459 | 2024-12-21T04:33:32.763Z | Compiling ahash v0.8.11 |
1460 | 2024-12-21T04:33:32.925Z | Compiling fs-err v2.11.0 |
1461 | 2024-12-21T04:33:33.150Z | Compiling crc32fast v1.4.2 |
1462 | 2024-12-21T04:33:33.245Z | Compiling bitflags v1.3.2 |
1463 | 2024-12-21T04:33:33.337Z | Compiling debug-ignore v1.0.5 |
1464 | 2024-12-21T04:33:33.475Z | Compiling winnow v0.5.40 |
1465 | 2024-12-21T04:33:33.491Z | Compiling managed v0.8.0 |
1466 | 2024-12-21T04:33:33.501Z | Compiling newtype-uuid v1.1.3 |
1467 | 2024-12-21T04:33:33.612Z | Compiling console v0.15.8 |
1468 | 2024-12-21T04:33:33.908Z | Compiling clap_builder v4.5.21 |
1469 | 2024-12-21T04:33:34.213Z | Compiling hubpack v0.1.2 |
1470 | 2024-12-21T04:33:35.172Z | Compiling strum_macros v0.25.3 |
1471 | 2024-12-21T04:33:35.239Z | Compiling cookie_store v0.21.0 |
1472 | 2024-12-21T04:33:35.596Z | Compiling flate2 v1.0.34 |
1473 | 2024-12-21T04:33:36.288Z | Compiling elliptic-curve v0.13.8 |
1474 | 2024-12-21T04:33:36.565Z | Compiling zerocopy v0.6.6 |
1475 | 2024-12-21T04:33:36.873Z | Compiling hickory-resolver v0.24.1 |
1476 | 2024-12-21T04:33:37.133Z | Compiling toml_edit v0.19.15 |
1477 | 2024-12-21T04:33:37.526Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2024-12-21T04:33:37.701Z | Compiling phf v0.11.2 |
1479 | 2024-12-21T04:33:38.014Z | Compiling rayon v1.10.0 |
1480 | 2024-12-21T04:33:38.285Z | Compiling hyper-tls v0.6.0 |
1481 | 2024-12-21T04:33:38.705Z | Compiling bzip2 v0.4.4 |
1482 | 2024-12-21T04:33:39.439Z | Compiling tokio-tungstenite v0.24.0 |
1483 | 2024-12-21T04:33:39.993Z | Compiling postgres-types v0.2.8 |
1484 | 2024-12-21T04:33:42.910Z | Compiling ed25519 v2.2.3 |
1485 | 2024-12-21T04:33:42.931Z | Compiling phf_shared v0.10.0 |
1486 | 2024-12-21T04:33:42.951Z | Compiling tokio-stream v0.1.16 |
1487 | 2024-12-21T04:33:43.339Z | Compiling pkcs1 v0.7.5 |
1488 | 2024-12-21T04:33:43.575Z | Compiling serde-big-array v0.5.1 |
1489 | 2024-12-21T04:33:43.819Z | Compiling clap_derive v4.5.18 |
1490 | 2024-12-21T04:33:43.839Z | Compiling rfc6979 v0.4.0 |
1491 | 2024-12-21T04:33:44.034Z | Compiling derive-where v1.2.7 |
1492 | 2024-12-21T04:33:44.070Z | Compiling serde_repr v0.1.19 |
1493 | 2024-12-21T04:33:44.379Z | Compiling float-cmp v0.9.0 |
1494 | 2024-12-21T04:33:44.616Z | Compiling bstr v1.10.0 |
1495 | 2024-12-21T04:33:44.800Z | Compiling sync_wrapper v1.0.1 |
1496 | 2024-12-21T04:33:44.963Z | Compiling precomputed-hash v0.1.1 |
1497 | 2024-12-21T04:33:45.090Z | Compiling new_debug_unreachable v1.0.6 |
1498 | 2024-12-21T04:33:45.192Z | Compiling static_assertions v1.1.0 |
1499 | 2024-12-21T04:33:45.234Z | Compiling bit-vec v0.6.3 |
1500 | 2024-12-21T04:33:45.255Z | Compiling fixedbitset v0.4.2 |
1501 | 2024-12-21T04:33:45.299Z | Compiling unicode-segmentation v1.12.0 |
1502 | 2024-12-21T04:33:45.695Z | Compiling difflib v0.4.0 |
1503 | 2024-12-21T04:33:45.698Z | Compiling predicates-core v1.0.8 |
1504 | 2024-12-21T04:33:46.088Z | Compiling number_prefix v0.4.0 |
1505 | 2024-12-21T04:33:46.193Z | Compiling unicode-width v0.2.0 |
1506 | 2024-12-21T04:33:46.324Z | Compiling whoami v1.5.2 |
1507 | 2024-12-21T04:33:46.419Z | Compiling normalize-line-endings v0.3.0 |
1508 | 2024-12-21T04:33:46.546Z | Compiling predicates v3.1.2 |
1509 | 2024-12-21T04:33:46.718Z | Compiling indicatif v0.17.9 |
1510 | 2024-12-21T04:33:46.956Z | Compiling tokio-postgres v0.7.12 |
1511 | 2024-12-21T04:33:47.423Z | Compiling similar v2.6.0 |
1512 | 2024-12-21T04:33:47.661Z | Compiling bit-set v0.5.3 |
1513 | 2024-12-21T04:33:47.962Z | Compiling petgraph v0.6.5 |
1514 | 2024-12-21T04:33:48.316Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1515 | 2024-12-21T04:33:48.952Z | Compiling clap v4.5.21 |
1516 | 2024-12-21T04:33:49.065Z | Compiling string_cache v0.8.7 |
1517 | 2024-12-21T04:33:49.083Z | Compiling ecdsa v0.16.9 |
1518 | 2024-12-21T04:33:49.532Z | Compiling rsa v0.9.6 |
1519 | 2024-12-21T04:33:49.879Z | Compiling ed25519-dalek v2.1.1 |
1520 | 2024-12-21T04:33:49.962Z | Compiling toml v0.7.8 |
1521 | 2024-12-21T04:33:51.172Z | Compiling zip v0.6.6 |
1522 | 2024-12-21T04:33:51.743Z | Compiling crossterm v0.28.1 |
1523 | 2024-12-21T04:33:52.985Z | Compiling hex v0.4.3 |
1524 | 2024-12-21T04:33:53.130Z | Compiling x509-cert v0.2.5 |
1525 | 2024-12-21T04:33:53.511Z | Compiling itertools v0.10.5 |
1526 | 2024-12-21T04:33:53.591Z | Compiling unicode-xid v0.2.6 |
1527 | 2024-12-21T04:33:53.695Z | Compiling lalrpop-util v0.19.12 |
1528 | 2024-12-21T04:33:53.775Z | Compiling peg-runtime v0.8.3 |
1529 | 2024-12-21T04:33:54.043Z | Compiling strum_macros v0.26.4 |
1530 | 2024-12-21T04:33:54.462Z | Compiling xattr v1.3.1 |
1531 | 2024-12-21T04:33:54.731Z | Compiling filetime v0.2.25 |
1532 | 2024-12-21T04:33:55.056Z | Compiling tar v0.4.42 |
1533 | 2024-12-21T04:33:58.897Z | Compiling strum v0.26.3 |
1534 | 2024-12-21T04:34:01.861Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2024-12-21T04:34:36.258Z | Compiling rustls-webpki v0.102.8 |
1536 | 2024-12-21T04:34:39.663Z | Compiling tokio-rustls v0.25.0 |
1537 | 2024-12-21T04:34:41.165Z | Compiling tokio-rustls v0.26.0 |
1538 | 2024-12-21T04:34:41.542Z | Compiling hyper-rustls v0.27.3 |
1539 | 2024-12-21T04:34:41.951Z | Compiling reqwest v0.12.9 |
1540 | 2024-12-21T04:34:43.029Z | Compiling qorb v0.2.1 |
1541 | 2024-12-21T04:34:48.015Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2024-12-21T04:34:48.244Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2024-12-21T04:34:53.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1544 | 2024-12-21T04:34:54.071Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2024-12-21T04:34:54.119Z | Dec 21 04:34:53.383 INFO Starting download, target: Clickhouse |
1546 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.383 INFO Starting download, target: Cockroach |
1547 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.383 INFO Starting download, target: Console |
1548 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.383 INFO Starting download, target: DendriteOpenapi |
1549 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.383 INFO Starting download, target: DendriteStub |
1550 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.383 INFO Starting download, target: MaghemiteMgd |
1551 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.383 INFO Starting download, target: TransceiverControl |
1552 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.384 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1553 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.384 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1554 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.384 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1555 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.384 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1556 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.384 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1557 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.384 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1558 | 2024-12-21T04:34:54.122Z | Dec 21 04:34:53.384 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1559 | 2024-12-21T04:34:54.488Z | Dec 21 04:34:53.709 INFO Download complete, target: DendriteOpenapi |
1560 | 2024-12-21T04:34:54.539Z | Dec 21 04:34:53.762 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1561 | 2024-12-21T04:34:54.645Z | Dec 21 04:34:53.899 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1562 | 2024-12-21T04:34:54.981Z | Dec 21 04:34:54.235 INFO Download complete, target: Console |
1563 | 2024-12-21T04:34:55.163Z | Dec 21 04:34:54.423 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-21T04:34:55.183Z | Dec 21 04:34:54.446 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1565 | 2024-12-21T04:34:55.225Z | Dec 21 04:34:54.489 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2024-12-21T04:34:55.862Z | Dec 21 04:34:55.126 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1567 | 2024-12-21T04:34:55.862Z | Dec 21 04:34:55.126 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1568 | 2024-12-21T04:34:56.224Z | Dec 21 04:34:55.486 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1569 | 2024-12-21T04:34:58.036Z | Dec 21 04:34:57.299 INFO Download complete, target: DendriteStub |
1570 | 2024-12-21T04:34:58.108Z | Dec 21 04:34:57.372 INFO Download complete, target: MaghemiteMgd |
1571 | 2024-12-21T04:35:03.377Z | Dec 21 04:35:02.641 INFO Checking that binary works, target: Cockroach |
1572 | 2024-12-21T04:35:03.543Z | Dec 21 04:35:02.803 INFO Download complete, target: Cockroach |
1573 | 2024-12-21T04:35:08.858Z | Dec 21 04:35:08.119 INFO Checking that binary works, target: Clickhouse |
1574 | 2024-12-21T04:35:09.449Z | Dec 21 04:35:08.711 INFO Download complete, target: Clickhouse |
1575 | 2024-12-21T04:35:09.518Z | All builder prerequisites installed successfully, and PATH looks valid |
1576 | 2024-12-21T04:35:09.520Z | |
1577 | 2024-12-21T04:35:09.520Z | real 5:11.872971227 |
1578 | 2024-12-21T04:35:09.520Z | user 16:30.294901658 |
1579 | 2024-12-21T04:35:09.520Z | sys 3:13.887519034 |
1580 | 2024-12-21T04:35:09.521Z | trap 0.546502764 |
1581 | 2024-12-21T04:35:09.521Z | tflt 7.019380058 |
1582 | 2024-12-21T04:35:09.521Z | dflt 7.295278425 |
1583 | 2024-12-21T04:35:09.521Z | kflt 0.310962745 |
1584 | 2024-12-21T04:35:09.521Z | lock 29:42.894735921 |
1585 | 2024-12-21T04:35:09.521Z | slp 1:03:23.078431862 |
1586 | 2024-12-21T04:35:09.521Z | lat 53.687218309 |
1587 | 2024-12-21T04:35:09.521Z | stop 2:11.398835450 |
1588 | 2024-12-21T04:35:09.521Z | + banner hack-check |
1589 | 2024-12-21T04:35:09.523Z | |
1590 | 2024-12-21T04:35:09.523Z | # # ## #### # # #### # # ###### #### # # |
1591 | 2024-12-21T04:35:09.523Z | # # # # # # # # # # # # # # # # # |
1592 | 2024-12-21T04:35:09.523Z | ###### # # # #### ##### # ###### ##### # #### |
1593 | 2024-12-21T04:35:09.523Z | # # ###### # # # # # # # # # # |
1594 | 2024-12-21T04:35:09.523Z | # # # # # # # # # # # # # # # # # |
1595 | 2024-12-21T04:35:09.523Z | # # # # #### # # #### # # ###### #### # # |
1596 | 2024-12-21T04:35:09.523Z | |
1597 | 2024-12-21T04:35:09.523Z | + export CARGO_INCREMENTAL=0 |
1598 | 2024-12-21T04:35:09.523Z | + CARGO_INCREMENTAL=0 |
1599 | 2024-12-21T04:35:09.523Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1600 | 2024-12-21T04:35:10.045Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1601 | 2024-12-21T04:35:13.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
1602 | 2024-12-21T04:35:13.535Z | Running `target/debug/xtask check-features --ci` |
1603 | 2024-12-21T04:35:13.558Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1604 | 2024-12-21T04:35:13.558Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1605 | 2024-12-21T04:35:13.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1606 | 2024-12-21T04:35:14.010Z | Running `target/debug/xtask download cargo-hack` |
1607 | 2024-12-21T04:35:14.806Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1608 | 2024-12-21T04:35:15.128Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1609 | 2024-12-21T04:35:20.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s |
1610 | 2024-12-21T04:35:20.195Z | Running `target/debug/xtask-downloader cargo-hack` |
1611 | 2024-12-21T04:35:20.229Z | Dec 21 04:35:19.490 INFO Starting download, target: CargoHack |
1612 | 2024-12-21T04:35:20.232Z | Dec 21 04:35:19.491 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1613 | 2024-12-21T04:35:20.804Z | Dec 21 04:35:20.064 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1614 | 2024-12-21T04:35:20.893Z | Dec 21 04:35:20.154 INFO Download complete, target: CargoHack |
1615 | 2024-12-21T04:35:20.897Z | 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" |
1616 | 2024-12-21T04:35:20.913Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1617 | 2024-12-21T04:35:21.081Z | info: running `cargo check --bins` on api_identity (1/176) |
1618 | 2024-12-21T04:35:21.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-12-21T04:35:21.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-12-21T04:35:21.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-12-21T04:35:21.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1622 | 2024-12-21T04:35:21.669Z | |
1623 | 2024-12-21T04:35:21.669Z | info: running `cargo check --bins` on bootstore (2/176) |
1624 | 2024-12-21T04:35:22.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-12-21T04:35:22.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-12-21T04:35:22.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-12-21T04:35:22.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1628 | 2024-12-21T04:35:22.299Z | |
1629 | 2024-12-21T04:35:22.299Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1630 | 2024-12-21T04:35:22.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-12-21T04:35:22.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-12-21T04:35:22.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-12-21T04:35:22.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1634 | 2024-12-21T04:35:22.912Z | |
1635 | 2024-12-21T04:35:22.912Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1636 | 2024-12-21T04:35:23.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-12-21T04:35:23.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-12-21T04:35:23.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-12-21T04:35:23.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1640 | 2024-12-21T04:35:23.548Z | |
1641 | 2024-12-21T04:35:23.555Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1642 | 2024-12-21T04:35:23.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-12-21T04:35:23.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-12-21T04:35:23.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-12-21T04:35:23.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1646 | 2024-12-21T04:35:23.947Z | |
1647 | 2024-12-21T04:35:23.947Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1648 | 2024-12-21T04:35:24.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-12-21T04:35:24.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-12-21T04:35:24.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-12-21T04:35:24.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1652 | 2024-12-21T04:35:24.364Z | |
1653 | 2024-12-21T04:35:24.364Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1654 | 2024-12-21T04:35:24.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-12-21T04:35:24.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-12-21T04:35:24.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-12-21T04:35:24.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1658 | 2024-12-21T04:35:24.781Z | |
1659 | 2024-12-21T04:35:24.781Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1660 | 2024-12-21T04:35:25.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-12-21T04:35:25.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-12-21T04:35:25.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-12-21T04:35:25.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1664 | 2024-12-21T04:35:25.199Z | |
1665 | 2024-12-21T04:35:25.199Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1666 | 2024-12-21T04:35:25.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-12-21T04:35:25.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-12-21T04:35:25.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-12-21T04:35:25.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1670 | 2024-12-21T04:35:25.613Z | |
1671 | 2024-12-21T04:35:25.613Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1672 | 2024-12-21T04:35:25.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-12-21T04:35:25.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-12-21T04:35:25.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-12-21T04:35:25.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1676 | 2024-12-21T04:35:26.026Z | |
1677 | 2024-12-21T04:35:26.026Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1678 | 2024-12-21T04:35:26.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-12-21T04:35:26.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-12-21T04:35:26.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-12-21T04:35:26.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1682 | 2024-12-21T04:35:26.438Z | |
1683 | 2024-12-21T04:35:26.438Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1684 | 2024-12-21T04:35:26.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-12-21T04:35:26.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-12-21T04:35:26.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-12-21T04:35:26.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1688 | 2024-12-21T04:35:26.851Z | |
1689 | 2024-12-21T04:35:26.851Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1690 | 2024-12-21T04:35:27.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-12-21T04:35:27.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-12-21T04:35:27.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2024-12-21T04:35:27.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1694 | 2024-12-21T04:35:27.268Z | |
1695 | 2024-12-21T04:35:27.268Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1696 | 2024-12-21T04:35:27.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-12-21T04:35:27.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-12-21T04:35:27.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-12-21T04:35:27.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1700 | 2024-12-21T04:35:27.682Z | |
1701 | 2024-12-21T04:35:27.682Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1702 | 2024-12-21T04:35:28.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2024-12-21T04:35:28.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2024-12-21T04:35:28.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2024-12-21T04:35:28.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1706 | 2024-12-21T04:35:28.098Z | |
1707 | 2024-12-21T04:35:28.098Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1708 | 2024-12-21T04:35:28.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2024-12-21T04:35:28.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2024-12-21T04:35:28.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2024-12-21T04:35:28.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1712 | 2024-12-21T04:35:28.522Z | |
1713 | 2024-12-21T04:35:28.523Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1714 | 2024-12-21T04:35:28.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2024-12-21T04:35:28.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2024-12-21T04:35:28.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2024-12-21T04:35:28.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1718 | 2024-12-21T04:35:28.936Z | |
1719 | 2024-12-21T04:35:28.936Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1720 | 2024-12-21T04:35:29.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2024-12-21T04:35:29.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2024-12-21T04:35:29.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2024-12-21T04:35:29.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1724 | 2024-12-21T04:35:29.353Z | |
1725 | 2024-12-21T04:35:29.353Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1726 | 2024-12-21T04:35:29.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2024-12-21T04:35:29.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2024-12-21T04:35:29.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2024-12-21T04:35:29.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1730 | 2024-12-21T04:35:29.773Z | |
1731 | 2024-12-21T04:35:29.773Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1732 | 2024-12-21T04:35:30.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2024-12-21T04:35:30.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2024-12-21T04:35:30.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2024-12-21T04:35:30.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1736 | 2024-12-21T04:35:30.186Z | |
1737 | 2024-12-21T04:35:30.186Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1738 | 2024-12-21T04:35:30.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2024-12-21T04:35:30.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2024-12-21T04:35:30.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2024-12-21T04:35:30.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1742 | 2024-12-21T04:35:30.607Z | |
1743 | 2024-12-21T04:35:30.607Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1744 | 2024-12-21T04:35:30.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2024-12-21T04:35:30.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2024-12-21T04:35:30.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2024-12-21T04:35:30.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1748 | 2024-12-21T04:35:31.023Z | |
1749 | 2024-12-21T04:35:31.023Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1750 | 2024-12-21T04:35:31.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2024-12-21T04:35:31.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2024-12-21T04:35:31.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2024-12-21T04:35:31.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1754 | 2024-12-21T04:35:31.437Z | |
1755 | 2024-12-21T04:35:31.437Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1756 | 2024-12-21T04:35:31.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2024-12-21T04:35:31.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2024-12-21T04:35:31.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2024-12-21T04:35:31.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1760 | 2024-12-21T04:35:31.851Z | |
1761 | 2024-12-21T04:35:31.851Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1762 | 2024-12-21T04:35:32.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2024-12-21T04:35:32.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2024-12-21T04:35:32.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2024-12-21T04:35:32.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1766 | 2024-12-21T04:35:32.466Z | |
1767 | 2024-12-21T04:35:32.466Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1768 | 2024-12-21T04:35:33.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2024-12-21T04:35:33.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2024-12-21T04:35:33.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2024-12-21T04:35:33.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1772 | 2024-12-21T04:35:33.080Z | |
1773 | 2024-12-21T04:35:33.080Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1774 | 2024-12-21T04:35:33.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2024-12-21T04:35:33.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2024-12-21T04:35:33.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2024-12-21T04:35:33.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1778 | 2024-12-21T04:35:33.697Z | |
1779 | 2024-12-21T04:35:33.697Z | info: running `cargo check --bins` on oxlog (28/176) |
1780 | 2024-12-21T04:35:34.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2024-12-21T04:35:34.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2024-12-21T04:35:34.300Z | Checking cfg-if v1.0.0 |
1783 | 2024-12-21T04:35:34.302Z | Checking libc v0.2.162 |
1784 | 2024-12-21T04:35:34.405Z | Checking serde v1.0.215 |
1785 | 2024-12-21T04:35:34.408Z | Checking zeroize v1.8.1 |
1786 | 2024-12-21T04:35:34.420Z | Checking memchr v2.7.4 |
1787 | 2024-12-21T04:35:34.428Z | Checking typenum v1.17.0 |
1788 | 2024-12-21T04:35:34.430Z | Checking scopeguard v1.2.0 |
1789 | 2024-12-21T04:35:34.442Z | Checking subtle v2.6.1 |
1790 | 2024-12-21T04:35:34.465Z | Checking value-bag v1.9.0 |
1791 | 2024-12-21T04:35:34.569Z | Checking lock_api v0.4.12 |
1792 | 2024-12-21T04:35:34.657Z | Checking const-oid v0.9.6 |
1793 | 2024-12-21T04:35:34.695Z | Checking smallvec v1.13.2 |
1794 | 2024-12-21T04:35:34.865Z | Checking log v0.4.22 |
1795 | 2024-12-21T04:35:35.002Z | Checking itoa v1.0.11 |
1796 | 2024-12-21T04:35:35.048Z | Checking pin-project-lite v0.2.14 |
1797 | 2024-12-21T04:35:35.196Z | Checking byteorder v1.5.0 |
1798 | 2024-12-21T04:35:35.214Z | Checking futures-core v0.3.31 |
1799 | 2024-12-21T04:35:35.286Z | Checking once_cell v1.20.2 |
1800 | 2024-12-21T04:35:35.372Z | Checking cpufeatures v0.2.14 |
1801 | 2024-12-21T04:35:35.389Z | Checking stable_deref_trait v1.2.0 |
1802 | 2024-12-21T04:35:35.463Z | Checking futures-sink v0.3.31 |
1803 | 2024-12-21T04:35:35.487Z | Checking spin v0.9.8 |
1804 | 2024-12-21T04:35:35.535Z | Checking getrandom v0.2.15 |
1805 | 2024-12-21T04:35:35.566Z | Checking signal-hook-registry v1.4.2 |
1806 | 2024-12-21T04:35:35.599Z | Checking parking_lot_core v0.9.10 |
1807 | 2024-12-21T04:35:35.610Z | Checking mio v1.0.2 |
1808 | 2024-12-21T04:35:35.696Z | Checking generic-array v0.14.7 |
1809 | 2024-12-21T04:35:35.755Z | Checking rand_core v0.6.4 |
1810 | 2024-12-21T04:35:35.804Z | Checking socket2 v0.5.7 |
1811 | 2024-12-21T04:35:35.821Z | Checking zerocopy v0.7.35 |
1812 | 2024-12-21T04:35:35.911Z | Checking parking_lot v0.12.3 |
1813 | 2024-12-21T04:35:36.062Z | Checking zerofrom v0.1.4 |
1814 | 2024-12-21T04:35:36.193Z | Checking slab v0.4.9 |
1815 | 2024-12-21T04:35:36.268Z | Checking futures-channel v0.3.31 |
1816 | 2024-12-21T04:35:36.282Z | Checking yoke v0.7.4 |
1817 | 2024-12-21T04:35:36.293Z | Checking pin-utils v0.1.0 |
1818 | 2024-12-21T04:35:36.371Z | Checking allocator-api2 v0.2.18 |
1819 | 2024-12-21T04:35:36.437Z | Checking futures-task v0.3.31 |
1820 | 2024-12-21T04:35:36.458Z | Checking futures-io v0.3.31 |
1821 | 2024-12-21T04:35:36.615Z | Checking equivalent v1.0.1 |
1822 | 2024-12-21T04:35:36.633Z | Checking foldhash v0.1.3 |
1823 | 2024-12-21T04:35:36.642Z | Checking zerovec v0.10.4 |
1824 | 2024-12-21T04:35:36.659Z | Checking futures-util v0.3.31 |
1825 | 2024-12-21T04:35:36.710Z | Checking tinyvec_macros v0.1.1 |
1826 | 2024-12-21T04:35:36.797Z | Checking ryu v1.0.18 |
1827 | 2024-12-21T04:35:36.828Z | Checking tinyvec v1.8.0 |
1828 | 2024-12-21T04:35:36.880Z | Checking crypto-common v0.1.6 |
1829 | 2024-12-21T04:35:37.016Z | Checking block-buffer v0.10.4 |
1830 | 2024-12-21T04:35:37.018Z | Checking hashbrown v0.15.1 |
1831 | 2024-12-21T04:35:37.057Z | Checking block-padding v0.3.3 |
1832 | 2024-12-21T04:35:37.231Z | Checking digest v0.10.7 |
1833 | 2024-12-21T04:35:37.251Z | Checking inout v0.1.3 |
1834 | 2024-12-21T04:35:37.293Z | Checking fnv v1.0.7 |
1835 | 2024-12-21T04:35:37.403Z | Checking libm v0.2.8 |
1836 | 2024-12-21T04:35:37.483Z | Checking cipher v0.4.4 |
1837 | 2024-12-21T04:35:37.623Z | Checking hmac v0.12.1 |
1838 | 2024-12-21T04:35:37.845Z | Checking sha2 v0.10.8 |
1839 | 2024-12-21T04:35:37.873Z | Checking unicode-bidi v0.3.17 |
1840 | 2024-12-21T04:35:38.141Z | Checking base64ct v1.6.0 |
1841 | 2024-12-21T04:35:38.157Z | Checking unicode-normalization v0.1.24 |
1842 | 2024-12-21T04:35:38.300Z | Checking tinystr v0.7.6 |
1843 | 2024-12-21T04:35:38.333Z | Checking litemap v0.7.3 |
1844 | 2024-12-21T04:35:38.412Z | Checking writeable v0.5.5 |
1845 | 2024-12-21T04:35:38.505Z | Checking num-traits v0.2.19 |
1846 | 2024-12-21T04:35:38.562Z | Checking pem-rfc7468 v0.7.0 |
1847 | 2024-12-21T04:35:38.684Z | Checking ppv-lite86 v0.2.20 |
1848 | 2024-12-21T04:35:38.701Z | Checking flagset v0.4.6 |
1849 | 2024-12-21T04:35:38.715Z | Checking icu_locid v1.5.0 |
1850 | 2024-12-21T04:35:38.809Z | Checking tracing-core v0.1.32 |
1851 | 2024-12-21T04:35:38.888Z | Checking der v0.7.9 |
1852 | 2024-12-21T04:35:39.108Z | Checking thiserror v1.0.69 |
1853 | 2024-12-21T04:35:39.244Z | Checking rustls-pki-types v1.10.0 |
1854 | 2024-12-21T04:35:39.402Z | Checking bytes v1.8.0 |
1855 | 2024-12-21T04:35:39.483Z | Checking indexmap v2.6.0 |
1856 | 2024-12-21T04:35:39.488Z | Checking serde_json v1.0.133 |
1857 | 2024-12-21T04:35:39.740Z | Checking icu_provider v1.5.0 |
1858 | 2024-12-21T04:35:39.840Z | Checking rand_chacha v0.3.1 |
1859 | 2024-12-21T04:35:40.152Z | Checking bitflags v2.6.0 |
1860 | 2024-12-21T04:35:40.216Z | Checking tokio v1.40.0 |
1861 | 2024-12-21T04:35:40.241Z | Checking http v1.1.0 |
1862 | 2024-12-21T04:35:40.405Z | Checking percent-encoding v2.3.1 |
1863 | 2024-12-21T04:35:40.446Z | Checking icu_locid_transform_data v1.5.0 |
1864 | 2024-12-21T04:35:40.544Z | Checking icu_locid_transform v1.5.0 |
1865 | 2024-12-21T04:35:40.605Z | Checking rand v0.8.5 |
1866 | 2024-12-21T04:35:40.705Z | Checking spki v0.7.3 |
1867 | 2024-12-21T04:35:40.766Z | Checking tracing v0.1.40 |
1868 | 2024-12-21T04:35:41.006Z | Checking icu_collections v1.5.0 |
1869 | 2024-12-21T04:35:41.111Z | Checking salsa20 v0.10.2 |
1870 | 2024-12-21T04:35:41.245Z | Checking pbkdf2 v0.12.2 |
1871 | 2024-12-21T04:35:41.323Z | Checking aws-lc-sys v0.22.0 |
1872 | 2024-12-21T04:35:41.408Z | Checking httparse v1.9.5 |
1873 | 2024-12-21T04:35:41.504Z | Checking mirai-annotations v1.12.0 |
1874 | 2024-12-21T04:35:41.575Z | Checking untrusted v0.9.0 |
1875 | 2024-12-21T04:35:41.644Z | Checking powerfmt v0.2.0 |
1876 | 2024-12-21T04:35:41.660Z | Checking icu_properties_data v1.5.0 |
1877 | 2024-12-21T04:35:41.700Z | Checking untrusted v0.7.1 |
1878 | 2024-12-21T04:35:41.721Z | Checking ring v0.17.8 |
1879 | 2024-12-21T04:35:41.826Z | Checking scrypt v0.11.0 |
1880 | 2024-12-21T04:35:41.858Z | Checking aes v0.8.4 |
1881 | 2024-12-21T04:35:41.874Z | Checking cbc v0.1.2 |
1882 | 2024-12-21T04:35:41.895Z | Checking deranged v0.3.11 |
1883 | 2024-12-21T04:35:41.897Z | Checking icu_properties v1.5.1 |
1884 | 2024-12-21T04:35:42.032Z | Checking crossbeam-utils v0.8.20 |
1885 | 2024-12-21T04:35:42.062Z | Checking icu_normalizer_data v1.5.0 |
1886 | 2024-12-21T04:35:42.154Z | Checking utf8_iter v1.0.4 |
1887 | 2024-12-21T04:35:42.360Z | Checking time-core v0.1.2 |
1888 | 2024-12-21T04:35:42.504Z | Checking num_threads v0.1.7 |
1889 | 2024-12-21T04:35:42.627Z | Checking write16 v1.0.0 |
1890 | 2024-12-21T04:35:42.744Z | Checking atomic-waker v1.1.2 |
1891 | 2024-12-21T04:35:42.759Z | Checking utf16_iter v1.0.5 |
1892 | 2024-12-21T04:35:42.776Z | Checking num-conv v0.1.0 |
1893 | 2024-12-21T04:35:42.882Z | Checking pkcs5 v0.7.1 |
1894 | 2024-12-21T04:35:42.928Z | Checking http-body v1.0.1 |
1895 | 2024-12-21T04:35:43.036Z | Checking form_urlencoded v1.2.1 |
1896 | 2024-12-21T04:35:43.135Z | Checking try-lock v0.2.5 |
1897 | 2024-12-21T04:35:43.242Z | Checking uuid v1.11.0 |
1898 | 2024-12-21T04:35:43.268Z | Checking want v0.3.1 |
1899 | 2024-12-21T04:35:43.372Z | Checking pkcs8 v0.10.2 |
1900 | 2024-12-21T04:35:43.430Z | Checking unicode-ident v1.0.13 |
1901 | 2024-12-21T04:35:43.529Z | Checking httpdate v1.0.3 |
1902 | 2024-12-21T04:35:43.585Z | Checking proc-macro2 v1.0.89 |
1903 | 2024-12-21T04:35:43.661Z | Checking time v0.3.36 |
1904 | 2024-12-21T04:35:43.683Z | Checking serde_spanned v0.6.8 |
1905 | 2024-12-21T04:35:43.745Z | Checking toml_datetime v0.6.8 |
1906 | 2024-12-21T04:35:43.830Z | Checking slog v2.7.0 |
1907 | 2024-12-21T04:35:43.852Z | Checking scroll v0.12.0 |
1908 | 2024-12-21T04:35:43.925Z | Checking aws-lc-rs v1.10.0 |
1909 | 2024-12-21T04:35:44.016Z | Checking plain v0.2.3 |
1910 | 2024-12-21T04:35:44.160Z | Checking ucd-trie v0.1.7 |
1911 | 2024-12-21T04:35:44.241Z | Checking foreign-types-shared v0.1.1 |
1912 | 2024-12-21T04:35:44.308Z | Checking adler2 v2.0.0 |
1913 | 2024-12-21T04:35:44.325Z | Checking base64 v0.22.1 |
1914 | 2024-12-21T04:35:44.345Z | Checking match_cfg v0.1.0 |
1915 | 2024-12-21T04:35:44.359Z | Checking tower-service v0.3.3 |
1916 | 2024-12-21T04:35:44.427Z | Checking iana-time-zone v0.1.61 |
1917 | 2024-12-21T04:35:44.449Z | Checking miniz_oxide v0.8.0 |
1918 | 2024-12-21T04:35:44.471Z | Checking hostname v0.3.1 |
1919 | 2024-12-21T04:35:44.564Z | Checking chrono v0.4.38 |
1920 | 2024-12-21T04:35:44.598Z | Checking pest v2.7.14 |
1921 | 2024-12-21T04:35:44.795Z | Checking foreign-types v0.3.2 |
1922 | 2024-12-21T04:35:44.883Z | Checking goblin v0.8.2 |
1923 | 2024-12-21T04:35:45.152Z | Checking quote v1.0.37 |
1924 | 2024-12-21T04:35:45.250Z | Checking icu_normalizer v1.5.0 |
1925 | 2024-12-21T04:35:45.489Z | Checking openssl-sys v0.9.103 |
1926 | 2024-12-21T04:35:45.740Z | Checking rustls-webpki v0.102.8 |
1927 | 2024-12-21T04:35:46.025Z | Checking idna_adapter v1.2.0 |
1928 | 2024-12-21T04:35:46.179Z | Checking dirs-sys-next v0.1.2 |
1929 | 2024-12-21T04:35:46.203Z | Checking idna v1.0.3 |
1930 | 2024-12-21T04:35:46.361Z | Checking errno v0.3.9 |
1931 | 2024-12-21T04:35:46.527Z | Checking aho-corasick v1.1.3 |
1932 | 2024-12-21T04:35:46.552Z | Checking pretty-hex v0.4.1 |
1933 | 2024-12-21T04:35:46.686Z | Checking url v2.5.3 |
1934 | 2024-12-21T04:35:46.715Z | Compiling newtype-uuid v1.1.3 |
1935 | 2024-12-21T04:35:46.727Z | Checking siphasher v0.3.11 |
1936 | 2024-12-21T04:35:46.750Z | Checking regex-syntax v0.8.5 |
1937 | 2024-12-21T04:35:46.966Z | Checking data-encoding v2.6.0 |
1938 | 2024-12-21T04:35:47.033Z | Checking openssl v0.10.66 |
1939 | 2024-12-21T04:35:47.087Z | Checking dtrace-parser v0.2.0 |
1940 | 2024-12-21T04:35:47.506Z | Checking rustix v0.38.37 |
1941 | 2024-12-21T04:35:47.538Z | Checking dirs-next v2.0.0 |
1942 | 2024-12-21T04:35:47.605Z | Checking tokio-util v0.7.12 |
1943 | 2024-12-21T04:35:47.641Z | Checking syn v2.0.87 |
1944 | 2024-12-21T04:35:47.676Z | Checking http-body-util v0.1.2 |
1945 | 2024-12-21T04:35:48.169Z | Checking crossbeam-epoch v0.9.18 |
1946 | 2024-12-21T04:35:48.189Z | Checking sha1 v0.10.6 |
1947 | 2024-12-21T04:35:48.446Z | Checking signature v2.2.0 |
1948 | 2024-12-21T04:35:48.532Z | Checking h2 v0.4.6 |
1949 | 2024-12-21T04:35:48.589Z | Checking lazy_static v1.5.0 |
1950 | 2024-12-21T04:35:48.637Z | Checking thread_local v1.1.8 |
1951 | 2024-12-21T04:35:48.701Z | Checking thread-id v4.2.2 |
1952 | 2024-12-21T04:35:48.799Z | Checking encoding_rs v0.8.34 |
1953 | 2024-12-21T04:35:48.914Z | Checking mime v0.3.17 |
1954 | 2024-12-21T04:35:49.234Z | Checking either v1.13.0 |
1955 | 2024-12-21T04:35:49.843Z | Checking openssl-probe v0.1.5 |
1956 | 2024-12-21T04:35:49.850Z | Checking gimli v0.31.1 |
1957 | 2024-12-21T04:35:49.900Z | Checking dof v0.3.0 |
1958 | 2024-12-21T04:35:49.966Z | Checking regex-automata v0.4.8 |
1959 | 2024-12-21T04:35:50.514Z | Checking ipnet v2.10.1 |
1960 | 2024-12-21T04:35:50.952Z | Checking unicode-properties v0.1.3 |
1961 | 2024-12-21T04:35:50.990Z | Checking utf8parse v0.2.2 |
1962 | 2024-12-21T04:35:51.094Z | Checking anstyle v1.0.10 |
1963 | 2024-12-21T04:35:51.131Z | Checking winnow v0.6.20 |
1964 | 2024-12-21T04:35:51.318Z | Checking stringprep v0.1.5 |
1965 | 2024-12-21T04:35:51.438Z | Checking anstyle-parse v0.2.5 |
1966 | 2024-12-21T04:35:51.592Z | Checking crossbeam-deque v0.8.5 |
1967 | 2024-12-21T04:35:51.684Z | Checking term v0.7.0 |
1968 | 2024-12-21T04:35:51.909Z | Checking rustls v0.22.4 |
1969 | 2024-12-21T04:35:52.103Z | Checking rustls v0.23.19 |
1970 | 2024-12-21T04:35:52.580Z | Checking native-tls v0.2.12 |
1971 | 2024-12-21T04:35:52.924Z | Checking slog-json v2.6.1 |
1972 | 2024-12-21T04:35:53.177Z | Checking serde_urlencoded v0.7.1 |
1973 | 2024-12-21T04:35:53.581Z | Checking crossbeam-channel v0.5.13 |
1974 | 2024-12-21T04:35:53.838Z | Checking addr2line v0.24.2 |
1975 | 2024-12-21T04:35:54.072Z | Checking usdt-impl v0.5.0 |
1976 | 2024-12-21T04:35:54.088Z | Checking toml_edit v0.22.22 |
1977 | 2024-12-21T04:35:54.329Z | Checking futures-executor v0.3.31 |
1978 | 2024-12-21T04:35:54.357Z | Checking num-integer v0.1.46 |
1979 | 2024-12-21T04:35:54.540Z | Checking rustls-pemfile v2.2.0 |
1980 | 2024-12-21T04:35:54.581Z | Checking idna v0.4.0 |
1981 | 2024-12-21T04:35:54.613Z | Checking idna v0.3.0 |
1982 | 2024-12-21T04:35:54.695Z | Checking hyper v1.5.0 |
1983 | 2024-12-21T04:35:54.723Z | Checking md-5 v0.10.6 |
1984 | 2024-12-21T04:35:54.845Z | Checking ff v0.13.0 |
1985 | 2024-12-21T04:35:54.917Z | Checking hash32 v0.2.1 |
1986 | 2024-12-21T04:35:55.054Z | Checking is-terminal v0.4.13 |
1987 | 2024-12-21T04:35:55.166Z | Checking memmap v0.7.0 |
1988 | 2024-12-21T04:35:55.218Z | Checking object v0.36.5 |
1989 | 2024-12-21T04:35:55.369Z | Checking utf-8 v0.7.6 |
1990 | 2024-12-21T04:35:55.408Z | Checking linked-hash-map v0.5.6 |
1991 | 2024-12-21T04:35:55.464Z | Checking fallible-iterator v0.2.0 |
1992 | 2024-12-21T04:35:55.549Z | Checking rustc-demangle v0.1.24 |
1993 | 2024-12-21T04:35:55.580Z | Checking is_terminal_polyfill v1.70.1 |
1994 | 2024-12-21T04:35:55.698Z | Checking quick-error v1.2.3 |
1995 | 2024-12-21T04:35:55.715Z | Checking colorchoice v1.0.2 |
1996 | 2024-12-21T04:35:55.831Z | Checking anstyle-query v1.1.1 |
1997 | 2024-12-21T04:35:55.833Z | Checking psl-types v2.0.11 |
1998 | 2024-12-21T04:35:55.965Z | Checking base16ct v0.2.0 |
1999 | 2024-12-21T04:35:55.981Z | Checking take_mut v0.2.2 |
2000 | 2024-12-21T04:35:56.010Z | Checking dyn-clone v1.0.17 |
2001 | 2024-12-21T04:35:56.075Z | Checking postgres-protocol v0.6.7 |
2002 | 2024-12-21T04:35:56.106Z | Checking slog-async v2.8.0 |
2003 | 2024-12-21T04:35:56.136Z | Checking sec1 v0.7.3 |
2004 | 2024-12-21T04:35:56.151Z | Checking schemars v0.8.21 |
2005 | 2024-12-21T04:35:56.386Z | Checking publicsuffix v2.2.3 |
2006 | 2024-12-21T04:35:56.513Z | Checking anstream v0.6.15 |
2007 | 2024-12-21T04:35:56.629Z | Checking resolv-conf v0.7.0 |
2008 | 2024-12-21T04:35:56.664Z | Checking toml v0.8.19 |
2009 | 2024-12-21T04:35:56.742Z | Checking lru-cache v0.1.2 |
2010 | 2024-12-21T04:35:56.813Z | Checking hyper-util v0.1.10 |
2011 | 2024-12-21T04:35:56.882Z | Checking tokio-rustls v0.25.0 |
2012 | 2024-12-21T04:35:56.918Z | Checking tungstenite v0.24.0 |
2013 | 2024-12-21T04:35:56.957Z | Checking hickory-proto v0.24.1 |
2014 | 2024-12-21T04:35:57.237Z | Checking usdt v0.5.0 |
2015 | 2024-12-21T04:35:57.369Z | Checking heapless v0.7.17 |
2016 | 2024-12-21T04:35:57.506Z | Checking slog-term v2.9.1 |
2017 | 2024-12-21T04:35:57.669Z | Checking tokio-rustls v0.26.0 |
2018 | 2024-12-21T04:35:57.816Z | Checking group v0.13.0 |
2019 | 2024-12-21T04:35:57.838Z | Checking num-iter v0.1.45 |
2020 | 2024-12-21T04:35:58.014Z | Checking futures v0.3.31 |
2021 | 2024-12-21T04:35:58.028Z | Checking slog-bunyan v2.5.0 |
2022 | 2024-12-21T04:35:58.052Z | Checking tokio-native-tls v0.3.1 |
2023 | 2024-12-21T04:35:58.079Z | Checking rayon-core v1.12.1 |
2024 | 2024-12-21T04:35:58.118Z | Checking multer v3.1.0 |
2025 | 2024-12-21T04:35:58.192Z | Checking terminal_size v0.4.0 |
2026 | 2024-12-21T04:35:58.361Z | Checking phf_shared v0.11.2 |
2027 | 2024-12-21T04:35:58.386Z | Checking cookie v0.18.1 |
2028 | 2024-12-21T04:35:58.503Z | Checking async-stream v0.3.6 |
2029 | 2024-12-21T04:35:58.571Z | Checking bzip2-sys v0.1.11+1.0.8 |
2030 | 2024-12-21T04:35:58.651Z | Checking camino v1.1.9 |
2031 | 2024-12-21T04:35:58.687Z | Checking signal-hook v0.3.17 |
2032 | 2024-12-21T04:35:58.702Z | Checking waitgroup v0.1.2 |
2033 | 2024-12-21T04:35:58.765Z | Checking openapiv3 v2.0.0 |
2034 | 2024-12-21T04:35:58.785Z | Checking webpki-roots v0.26.6 |
2035 | 2024-12-21T04:35:58.824Z | Checking serde_path_to_error v0.1.16 |
2036 | 2024-12-21T04:35:58.838Z | Checking idna v0.5.0 |
2037 | 2024-12-21T04:35:58.983Z | Checking hkdf v0.12.4 |
2038 | 2024-12-21T04:35:59.005Z | Checking crypto-bigint v0.5.5 |
2039 | 2024-12-21T04:35:59.179Z | Checking hostname v0.4.0 |
2040 | 2024-12-21T04:35:59.208Z | Checking crc32fast v1.4.2 |
2041 | 2024-12-21T04:35:59.308Z | Checking debug-ignore v1.0.5 |
2042 | 2024-12-21T04:35:59.426Z | Checking clap_lex v0.7.2 |
2043 | 2024-12-21T04:35:59.443Z | Checking managed v0.8.0 |
2044 | 2024-12-21T04:35:59.456Z | Checking strsim v0.11.1 |
2045 | 2024-12-21T04:35:59.662Z | Checking unicode-width v0.1.14 |
2046 | 2024-12-21T04:35:59.677Z | Checking bitflags v1.3.2 |
2047 | 2024-12-21T04:35:59.768Z | Checking winnow v0.5.40 |
2048 | 2024-12-21T04:35:59.822Z | Checking clap_builder v4.5.21 |
2049 | 2024-12-21T04:35:59.864Z | Checking smoltcp v0.9.1 |
2050 | 2024-12-21T04:36:00.172Z | Checking console v0.15.8 |
2051 | 2024-12-21T04:36:00.744Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2052 | 2024-12-21T04:36:01.001Z | Checking cookie_store v0.21.0 |
2053 | 2024-12-21T04:36:01.287Z | Checking flate2 v1.0.34 |
2054 | 2024-12-21T04:36:01.689Z | Checking signal-hook-mio v0.2.4 |
2055 | 2024-12-21T04:36:01.747Z | Checking hickory-resolver v0.24.1 |
2056 | 2024-12-21T04:36:01.775Z | Checking backtrace v0.3.74 |
2057 | 2024-12-21T04:36:01.816Z | Checking hyper-rustls v0.27.3 |
2058 | 2024-12-21T04:36:01.946Z | Checking hyper-tls v0.6.0 |
2059 | 2024-12-21T04:36:01.992Z | Checking elliptic-curve v0.13.8 |
2060 | 2024-12-21T04:36:02.141Z | Checking rayon v1.10.0 |
2061 | 2024-12-21T04:36:02.190Z | Checking dropshot v0.12.0 |
2062 | 2024-12-21T04:36:02.230Z | Checking bzip2 v0.4.4 |
2063 | 2024-12-21T04:36:02.345Z | Checking anyhow v1.0.93 |
2064 | 2024-12-21T04:36:02.504Z | Checking phf v0.11.2 |
2065 | 2024-12-21T04:36:02.633Z | Checking num-bigint-dig v0.8.4 |
2066 | 2024-12-21T04:36:02.723Z | Checking tokio-tungstenite v0.24.0 |
2067 | 2024-12-21T04:36:02.783Z | Checking postgres-types v0.2.8 |
2068 | 2024-12-21T04:36:02.807Z | Checking toml_edit v0.19.15 |
2069 | 2024-12-21T04:36:02.884Z | Checking bstr v1.10.0 |
2070 | 2024-12-21T04:36:03.175Z | Checking regex v1.11.1 |
2071 | 2024-12-21T04:36:03.333Z | Checking ed25519 v2.2.3 |
2072 | 2024-12-21T04:36:03.491Z | Checking tokio-stream v0.1.16 |
2073 | 2024-12-21T04:36:03.640Z | Checking phf_shared v0.10.0 |
2074 | 2024-12-21T04:36:03.793Z | Checking zerocopy v0.6.6 |
2075 | 2024-12-21T04:36:03.847Z | Checking curve25519-dalek v4.1.3 |
2076 | 2024-12-21T04:36:03.897Z | Checking hubpack v0.1.2 |
2077 | 2024-12-21T04:36:04.222Z | Checking pkcs1 v0.7.5 |
2078 | 2024-12-21T04:36:04.351Z | Checking portable-atomic v1.9.0 |
2079 | 2024-12-21T04:36:04.578Z | Checking float-cmp v0.9.0 |
2080 | 2024-12-21T04:36:04.614Z | Checking serde-big-array v0.5.1 |
2081 | 2024-12-21T04:36:04.773Z | Checking rfc6979 v0.4.0 |
2082 | 2024-12-21T04:36:04.792Z | Checking sync_wrapper v1.0.1 |
2083 | 2024-12-21T04:36:04.830Z | Checking bit-vec v0.6.3 |
2084 | 2024-12-21T04:36:04.903Z | Checking number_prefix v0.4.0 |
2085 | 2024-12-21T04:36:04.953Z | Checking difflib v0.4.0 |
2086 | 2024-12-21T04:36:05.092Z | Checking fixedbitset v0.4.2 |
2087 | 2024-12-21T04:36:05.139Z | Checking unicode-width v0.2.0 |
2088 | 2024-12-21T04:36:05.270Z | Checking precomputed-hash v0.1.1 |
2089 | 2024-12-21T04:36:05.295Z | Checking whoami v1.5.2 |
2090 | 2024-12-21T04:36:05.358Z | Checking unicode-segmentation v1.12.0 |
2091 | 2024-12-21T04:36:05.376Z | Checking predicates-core v1.0.8 |
2092 | 2024-12-21T04:36:05.408Z | Checking static_assertions v1.1.0 |
2093 | 2024-12-21T04:36:05.497Z | Checking minimal-lexical v0.2.1 |
2094 | 2024-12-21T04:36:05.540Z | Checking normalize-line-endings v0.3.0 |
2095 | 2024-12-21T04:36:05.578Z | Checking new_debug_unreachable v1.0.6 |
2096 | 2024-12-21T04:36:05.599Z | Checking tokio-postgres v0.7.12 |
2097 | 2024-12-21T04:36:05.648Z | Checking predicates v3.1.2 |
2098 | 2024-12-21T04:36:05.663Z | Checking string_cache v0.8.7 |
2099 | 2024-12-21T04:36:05.684Z | Checking ed25519-dalek v2.1.1 |
2100 | 2024-12-21T04:36:05.806Z | Checking qorb v0.2.1 |
2101 | 2024-12-21T04:36:05.877Z | Checking nom v7.1.3 |
2102 | 2024-12-21T04:36:05.937Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2103 | 2024-12-21T04:36:05.981Z | Checking indicatif v0.17.9 |
2104 | 2024-12-21T04:36:06.032Z | Checking similar v2.6.0 |
2105 | 2024-12-21T04:36:06.069Z | Checking petgraph v0.6.5 |
2106 | 2024-12-21T04:36:06.289Z | Checking toml v0.7.8 |
2107 | 2024-12-21T04:36:06.738Z | Checking bit-set v0.5.3 |
2108 | 2024-12-21T04:36:06.908Z | Checking ecdsa v0.16.9 |
2109 | 2024-12-21T04:36:06.994Z | Checking reqwest v0.12.9 |
2110 | 2024-12-21T04:36:07.016Z | Checking rsa v0.9.6 |
2111 | 2024-12-21T04:36:07.656Z | Checking clap v4.5.21 |
2112 | 2024-12-21T04:36:07.776Z | Checking zip v0.6.6 |
2113 | 2024-12-21T04:36:08.065Z | Checking crossterm v0.28.1 |
2114 | 2024-12-21T04:36:08.386Z | Checking itertools v0.10.5 |
2115 | 2024-12-21T04:36:08.477Z | Checking itertools v0.12.1 |
2116 | 2024-12-21T04:36:08.673Z | Checking fs-err v2.11.0 |
2117 | 2024-12-21T04:36:08.755Z | Checking ahash v0.8.11 |
2118 | 2024-12-21T04:36:09.024Z | Checking x509-cert v0.2.5 |
2119 | 2024-12-21T04:36:09.213Z | Checking semver v1.0.23 |
2120 | 2024-12-21T04:36:09.332Z | Checking hex v0.4.3 |
2121 | 2024-12-21T04:36:09.520Z | Checking peg-runtime v0.8.3 |
2122 | 2024-12-21T04:36:09.594Z | Checking lalrpop-util v0.19.12 |
2123 | 2024-12-21T04:36:09.753Z | Checking sigpipe v0.1.3 |
2124 | 2024-12-21T04:36:10.913Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2125 | 2024-12-21T04:36:11.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.50s |
2126 | 2024-12-21T04:36:11.368Z | |
2127 | 2024-12-21T04:36:11.368Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2128 | 2024-12-21T04:36:11.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-12-21T04:36:11.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-12-21T04:36:12.008Z | Compiling hashbrown v0.14.5 |
2131 | 2024-12-21T04:36:12.127Z | Checking heck v0.5.0 |
2132 | 2024-12-21T04:36:12.139Z | Compiling unsafe-libyaml v0.2.11 |
2133 | 2024-12-21T04:36:12.152Z | Checking ipnetwork v0.20.0 |
2134 | 2024-12-21T04:36:12.165Z | Compiling ident_case v1.0.1 |
2135 | 2024-12-21T04:36:12.179Z | Checking progenitor-client v0.8.0 |
2136 | 2024-12-21T04:36:12.193Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2137 | 2024-12-21T04:36:12.282Z | Checking newtype-uuid v1.1.3 |
2138 | 2024-12-21T04:36:12.329Z | Compiling darling_core v0.20.10 |
2139 | 2024-12-21T04:36:12.477Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2140 | 2024-12-21T04:36:12.541Z | Compiling proc-macro-crate v1.3.1 |
2141 | 2024-12-21T04:36:12.544Z | Compiling structmeta-derive v0.3.0 |
2142 | 2024-12-21T04:36:12.544Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2143 | 2024-12-21T04:36:12.818Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2144 | 2024-12-21T04:36:12.837Z | Compiling lzma-sys v0.1.20 |
2145 | 2024-12-21T04:36:13.253Z | Checking regress v0.10.1 |
2146 | 2024-12-21T04:36:13.594Z | Compiling serde_yaml v0.9.34+deprecated |
2147 | 2024-12-21T04:36:13.694Z | Compiling num_enum_derive v0.5.11 |
2148 | 2024-12-21T04:36:14.040Z | Compiling foreign-types-macros v0.2.3 |
2149 | 2024-12-21T04:36:14.057Z | Compiling dropshot v0.13.0 |
2150 | 2024-12-21T04:36:14.333Z | Checking arc-swap v1.7.1 |
2151 | 2024-12-21T04:36:14.781Z | Checking foreign-types-shared v0.3.1 |
2152 | 2024-12-21T04:36:14.892Z | Checking slog-scope v4.4.0 |
2153 | 2024-12-21T04:36:15.143Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2154 | 2024-12-21T04:36:15.336Z | Checking foreign-types v0.5.0 |
2155 | 2024-12-21T04:36:15.527Z | Compiling structmeta v0.3.0 |
2156 | 2024-12-21T04:36:15.612Z | Compiling proc-macro-error v1.0.4 |
2157 | 2024-12-21T04:36:15.701Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2158 | 2024-12-21T04:36:15.975Z | Compiling parse-display-derive v0.10.0 |
2159 | 2024-12-21T04:36:15.982Z | Checking tungstenite v0.21.0 |
2160 | 2024-12-21T04:36:16.286Z | Compiling heck v0.3.3 |
2161 | 2024-12-21T04:36:16.302Z | Checking num_enum v0.5.11 |
2162 | 2024-12-21T04:36:16.450Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2163 | 2024-12-21T04:36:16.722Z | Compiling dropshot_endpoint v0.13.0 |
2164 | 2024-12-21T04:36:16.807Z | Checking typify-impl v0.2.0 |
2165 | 2024-12-21T04:36:16.918Z | Checking cstr-argument v0.1.2 |
2166 | 2024-12-21T04:36:17.272Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2167 | 2024-12-21T04:36:17.868Z | Checking instant v0.1.13 |
2168 | 2024-12-21T04:36:17.988Z | Checking fastrand v2.1.1 |
2169 | 2024-12-21T04:36:18.095Z | Checking pretty-hex v0.2.1 |
2170 | 2024-12-21T04:36:18.262Z | Checking base64 v0.21.7 |
2171 | 2024-12-21T04:36:18.315Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2172 | 2024-12-21T04:36:18.364Z | Checking tempfile v3.13.0 |
2173 | 2024-12-21T04:36:18.601Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2174 | 2024-12-21T04:36:18.741Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2024-12-21T04:36:18.826Z | Checking backoff v0.4.0 |
2176 | 2024-12-21T04:36:18.868Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2177 | 2024-12-21T04:36:18.884Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2178 | 2024-12-21T04:36:19.010Z | Checking tokio-tungstenite v0.21.0 |
2179 | 2024-12-21T04:36:19.135Z | Compiling zone_cfg_derive v0.1.2 |
2180 | 2024-12-21T04:36:19.186Z | Checking strum v0.26.3 |
2181 | 2024-12-21T04:36:19.343Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2182 | 2024-12-21T04:36:19.375Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2183 | 2024-12-21T04:36:19.380Z | Compiling darling_macro v0.20.10 |
2184 | 2024-12-21T04:36:19.672Z | Checking slog-stdlog v4.1.1 |
2185 | 2024-12-21T04:36:19.675Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2186 | 2024-12-21T04:36:19.813Z | Checking regress v0.9.1 |
2187 | 2024-12-21T04:36:19.841Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2188 | 2024-12-21T04:36:20.078Z | Checking colored v2.1.0 |
2189 | 2024-12-21T04:36:20.111Z | Checking macaddr v1.0.1 |
2190 | 2024-12-21T04:36:20.323Z | Compiling darling v0.20.10 |
2191 | 2024-12-21T04:36:20.353Z | Checking base64 v0.13.1 |
2192 | 2024-12-21T04:36:20.436Z | Compiling serde_with_macros v3.11.0 |
2193 | 2024-12-21T04:36:20.624Z | Checking parse-display v0.10.0 |
2194 | 2024-12-21T04:36:20.639Z | Checking zone v0.1.8 |
2195 | 2024-12-21T04:36:20.733Z | Checking ron v0.7.1 |
2196 | 2024-12-21T04:36:20.860Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2197 | 2024-12-21T04:36:21.286Z | Checking slog-envlogger v2.2.0 |
2198 | 2024-12-21T04:36:21.329Z | Checking xz2 v0.1.7 |
2199 | 2024-12-21T04:36:21.496Z | Checking tabwriter v1.4.0 |
2200 | 2024-12-21T04:36:21.598Z | Checking xattr v1.3.1 |
2201 | 2024-12-21T04:36:21.732Z | Checking pem v3.0.4 |
2202 | 2024-12-21T04:36:21.783Z | Checking yasna v0.5.2 |
2203 | 2024-12-21T04:36:21.854Z | Checking headers-core v0.3.0 |
2204 | 2024-12-21T04:36:21.985Z | Checking smf v0.2.3 |
2205 | 2024-12-21T04:36:22.001Z | Checking filetime v0.2.25 |
2206 | 2024-12-21T04:36:22.204Z | Checking same-file v1.0.6 |
2207 | 2024-12-21T04:36:22.374Z | Checking walkdir v2.5.0 |
2208 | 2024-12-21T04:36:22.388Z | Checking tar v0.4.42 |
2209 | 2024-12-21T04:36:22.420Z | Checking headers v0.4.0 |
2210 | 2024-12-21T04:36:22.694Z | Checking atomicwrites v0.4.4 |
2211 | 2024-12-21T04:36:22.698Z | Checking rcgen v0.12.1 |
2212 | 2024-12-21T04:36:22.886Z | Checking camino-tempfile v1.1.1 |
2213 | 2024-12-21T04:36:23.176Z | Checking subprocess v0.2.9 |
2214 | 2024-12-21T04:36:23.412Z | Checking serde_with v3.11.0 |
2215 | 2024-12-21T04:36:27.227Z | Compiling typify-macro v0.2.0 |
2216 | 2024-12-21T04:36:29.083Z | Compiling typify v0.2.0 |
2217 | 2024-12-21T04:36:29.148Z | Compiling progenitor-impl v0.8.0 |
2218 | 2024-12-21T04:36:32.254Z | Compiling progenitor-macro v0.8.0 |
2219 | 2024-12-21T04:36:37.283Z | Checking progenitor v0.8.0 |
2220 | 2024-12-21T04:36:37.297Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2221 | 2024-12-21T04:36:37.297Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2222 | 2024-12-21T04:36:39.756Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2223 | 2024-12-21T04:36:40.069Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2224 | 2024-12-21T04:36:46.474Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2225 | 2024-12-21T04:36:48.024Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2226 | 2024-12-21T04:36:49.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.88s |
2227 | 2024-12-21T04:36:49.426Z | |
2228 | 2024-12-21T04:36:49.426Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2229 | 2024-12-21T04:36:49.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-12-21T04:36:49.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-12-21T04:36:50.071Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2232 | 2024-12-21T04:36:51.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2233 | 2024-12-21T04:36:51.634Z | |
2234 | 2024-12-21T04:36:51.634Z | info: running `cargo check --bins` on nexus-config (31/176) |
2235 | 2024-12-21T04:36:52.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-12-21T04:36:52.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-12-21T04:36:52.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-12-21T04:36:52.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2239 | 2024-12-21T04:36:52.247Z | |
2240 | 2024-12-21T04:36:52.247Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2241 | 2024-12-21T04:36:52.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-12-21T04:36:52.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-12-21T04:36:52.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2024-12-21T04:36:52.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2245 | 2024-12-21T04:36:52.842Z | |
2246 | 2024-12-21T04:36:52.842Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2247 | 2024-12-21T04:36:53.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-12-21T04:36:53.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-12-21T04:36:53.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2024-12-21T04:36:53.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2251 | 2024-12-21T04:36:53.452Z | |
2252 | 2024-12-21T04:36:53.452Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2253 | 2024-12-21T04:36:54.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2024-12-21T04:36:54.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2024-12-21T04:36:54.115Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2256 | 2024-12-21T04:36:54.224Z | Compiling ipnetwork v0.20.0 |
2257 | 2024-12-21T04:36:54.224Z | Compiling zerocopy v0.8.10 |
2258 | 2024-12-21T04:36:54.228Z | Compiling progenitor-client v0.8.0 |
2259 | 2024-12-21T04:36:54.228Z | Compiling itertools v0.13.0 |
2260 | 2024-12-21T04:36:54.228Z | Compiling zerocopy-derive v0.8.10 |
2261 | 2024-12-21T04:36:54.228Z | Compiling heapless v0.8.0 |
2262 | 2024-12-21T04:36:54.228Z | Checking hash32 v0.3.1 |
2263 | 2024-12-21T04:36:54.400Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2264 | 2024-12-21T04:36:54.556Z | Compiling instant v0.1.13 |
2265 | 2024-12-21T04:36:54.716Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2266 | 2024-12-21T04:36:54.767Z | Compiling progenitor v0.8.0 |
2267 | 2024-12-21T04:36:55.021Z | Compiling smoltcp v0.11.0 |
2268 | 2024-12-21T04:36:55.090Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2269 | 2024-12-21T04:36:55.125Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2270 | 2024-12-21T04:36:55.154Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2271 | 2024-12-21T04:36:55.448Z | Compiling backoff v0.4.0 |
2272 | 2024-12-21T04:36:55.751Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2273 | 2024-12-21T04:36:55.807Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2274 | 2024-12-21T04:36:55.980Z | Compiling dropshot v0.13.0 |
2275 | 2024-12-21T04:36:56.097Z | Compiling serde_with v3.11.0 |
2276 | 2024-12-21T04:36:56.116Z | Compiling parse-display v0.10.0 |
2277 | 2024-12-21T04:36:56.218Z | Checking num-rational v0.4.2 |
2278 | 2024-12-21T04:36:56.832Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2279 | 2024-12-21T04:36:56.998Z | Compiling regress v0.9.1 |
2280 | 2024-12-21T04:36:57.395Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2281 | 2024-12-21T04:36:58.769Z | Compiling phf_generator v0.11.2 |
2282 | 2024-12-21T04:36:58.963Z | Checking num-complex v0.4.6 |
2283 | 2024-12-21T04:37:00.130Z | Compiling macaddr v1.0.1 |
2284 | 2024-12-21T04:37:00.282Z | Checking cobs v0.2.3 |
2285 | 2024-12-21T04:37:00.461Z | Checking postcard v1.0.10 |
2286 | 2024-12-21T04:37:00.577Z | Checking num v0.4.3 |
2287 | 2024-12-21T04:37:00.680Z | Compiling phf_codegen v0.11.2 |
2288 | 2024-12-21T04:37:01.048Z | Compiling parse-zoneinfo v0.3.1 |
2289 | 2024-12-21T04:37:02.236Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2290 | 2024-12-21T04:37:02.524Z | Compiling float-ord v0.3.2 |
2291 | 2024-12-21T04:37:02.717Z | Compiling convert_case v0.4.0 |
2292 | 2024-12-21T04:37:03.245Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2293 | 2024-12-21T04:37:03.450Z | Compiling chrono-tz-build v0.4.0 |
2294 | 2024-12-21T04:37:03.473Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2295 | 2024-12-21T04:37:03.736Z | Compiling derive_more v0.99.18 |
2296 | 2024-12-21T04:37:04.198Z | Compiling crucible-workspace-hack v0.1.0 |
2297 | 2024-12-21T04:37:04.415Z | Compiling thiserror v2.0.3 |
2298 | 2024-12-21T04:37:04.454Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2299 | 2024-12-21T04:37:04.695Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2300 | 2024-12-21T04:37:04.780Z | Checking newline-converter v0.3.0 |
2301 | 2024-12-21T04:37:05.072Z | Compiling chrono-tz v0.10.0 |
2302 | 2024-12-21T04:37:05.415Z | Checking prettyplease v0.2.25 |
2303 | 2024-12-21T04:37:05.494Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2304 | 2024-12-21T04:37:05.760Z | Compiling thiserror-impl v2.0.3 |
2305 | 2024-12-21T04:37:05.943Z | Compiling slog-dtrace v0.3.0 |
2306 | 2024-12-21T04:37:06.043Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2307 | 2024-12-21T04:37:06.226Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2308 | 2024-12-21T04:37:07.692Z | Checking expectorate v1.1.0 |
2309 | 2024-12-21T04:37:07.749Z | Compiling zone_cfg_derive v0.3.0 |
2310 | 2024-12-21T04:37:07.881Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2311 | 2024-12-21T04:37:07.964Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2312 | 2024-12-21T04:37:08.601Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2313 | 2024-12-21T04:37:08.951Z | Compiling const_format_proc_macros v0.2.33 |
2314 | 2024-12-21T04:37:09.131Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2315 | 2024-12-21T04:37:09.301Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2316 | 2024-12-21T04:37:09.303Z | Compiling num-derive v0.4.2 |
2317 | 2024-12-21T04:37:09.574Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2318 | 2024-12-21T04:37:09.694Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2319 | 2024-12-21T04:37:09.961Z | Checking highway v1.2.0 |
2320 | 2024-12-21T04:37:10.317Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2321 | 2024-12-21T04:37:10.367Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2322 | 2024-12-21T04:37:10.545Z | Checking zone v0.3.0 |
2323 | 2024-12-21T04:37:10.574Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2324 | 2024-12-21T04:37:11.069Z | Checking const_format v0.2.33 |
2325 | 2024-12-21T04:37:11.131Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2326 | 2024-12-21T04:37:11.478Z | Checking gethostname v0.5.0 |
2327 | 2024-12-21T04:37:11.502Z | Checking bcs v0.1.6 |
2328 | 2024-12-21T04:37:11.594Z | Compiling async-recursion v1.1.1 |
2329 | 2024-12-21T04:37:11.617Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2330 | 2024-12-21T04:37:11.784Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2331 | 2024-12-21T04:37:11.784Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2332 | 2024-12-21T04:37:13.970Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2333 | 2024-12-21T04:37:18.548Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2334 | 2024-12-21T04:37:21.818Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2335 | 2024-12-21T04:37:24.739Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2336 | 2024-12-21T04:37:25.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.14s |
2337 | 2024-12-21T04:37:25.777Z | |
2338 | 2024-12-21T04:37:25.777Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2339 | 2024-12-21T04:37:26.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-12-21T04:37:26.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-12-21T04:37:26.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2024-12-21T04:37:26.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2343 | 2024-12-21T04:37:26.438Z | |
2344 | 2024-12-21T04:37:26.438Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2345 | 2024-12-21T04:37:26.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-12-21T04:37:26.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-12-21T04:37:26.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2348 | 2024-12-21T04:37:26.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2349 | 2024-12-21T04:37:27.023Z | |
2350 | 2024-12-21T04:37:27.023Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2351 | 2024-12-21T04:37:27.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-12-21T04:37:27.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-12-21T04:37:27.657Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2354 | 2024-12-21T04:37:28.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2355 | 2024-12-21T04:37:28.465Z | |
2356 | 2024-12-21T04:37:28.465Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2357 | 2024-12-21T04:37:28.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2024-12-21T04:37:29.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2024-12-21T04:37:29.098Z | Compiling cfg_aliases v0.1.1 |
2360 | 2024-12-21T04:37:29.098Z | Compiling vte_generate_state_changes v0.1.2 |
2361 | 2024-12-21T04:37:29.098Z | Checking fd-lock v4.0.2 |
2362 | 2024-12-21T04:37:29.100Z | Checking nibble_vec v0.1.0 |
2363 | 2024-12-21T04:37:29.201Z | Checking endian-type v0.1.2 |
2364 | 2024-12-21T04:37:29.205Z | Checking bytecount v0.6.8 |
2365 | 2024-12-21T04:37:29.218Z | Compiling tabled_derive v0.7.0 |
2366 | 2024-12-21T04:37:29.240Z | Compiling peg-macros v0.8.4 |
2367 | 2024-12-21T04:37:29.279Z | Compiling nix v0.28.0 |
2368 | 2024-12-21T04:37:29.340Z | Checking papergrid v0.11.0 |
2369 | 2024-12-21T04:37:29.364Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2370 | 2024-12-21T04:37:29.400Z | Compiling sqlparser_derive v0.2.2 |
2371 | 2024-12-21T04:37:29.432Z | Checking radix_trie v0.2.1 |
2372 | 2024-12-21T04:37:29.808Z | Checking vte v0.11.1 |
2373 | 2024-12-21T04:37:29.848Z | Checking nu-ansi-term v0.50.1 |
2374 | 2024-12-21T04:37:30.250Z | Checking home v0.5.9 |
2375 | 2024-12-21T04:37:30.402Z | Checking unicode_categories v0.1.1 |
2376 | 2024-12-21T04:37:30.480Z | Checking sqlparser v0.45.0 |
2377 | 2024-12-21T04:37:30.536Z | Checking display-error-chain v0.2.2 |
2378 | 2024-12-21T04:37:30.692Z | Checking sqlformat v0.2.6 |
2379 | 2024-12-21T04:37:31.121Z | Checking strip-ansi-escapes v0.2.0 |
2380 | 2024-12-21T04:37:31.266Z | Checking reedline v0.35.0 |
2381 | 2024-12-21T04:37:31.630Z | Checking tabled v0.15.0 |
2382 | 2024-12-21T04:37:32.099Z | Checking peg v0.8.4 |
2383 | 2024-12-21T04:37:32.699Z | Checking rustyline v14.0.0 |
2384 | 2024-12-21T04:37:41.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.75s |
2385 | 2024-12-21T04:37:41.388Z | |
2386 | 2024-12-21T04:37:41.388Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2387 | 2024-12-21T04:37:41.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-12-21T04:37:41.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-12-21T04:37:42.058Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2390 | 2024-12-21T04:37:46.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s |
2391 | 2024-12-21T04:37:47.139Z | |
2392 | 2024-12-21T04:37:47.139Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2393 | 2024-12-21T04:37:47.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-12-21T04:37:47.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-12-21T04:37:47.803Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2396 | 2024-12-21T04:37:51.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
2397 | 2024-12-21T04:37:51.641Z | |
2398 | 2024-12-21T04:37:51.642Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2399 | 2024-12-21T04:37:52.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-12-21T04:37:52.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-12-21T04:37:52.284Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2024-12-21T04:37:56.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
2403 | 2024-12-21T04:37:57.090Z | |
2404 | 2024-12-21T04:37:57.090Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2405 | 2024-12-21T04:37:57.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-12-21T04:37:57.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-12-21T04:37:57.741Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2408 | 2024-12-21T04:38:02.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
2409 | 2024-12-21T04:38:02.537Z | |
2410 | 2024-12-21T04:38:02.537Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2411 | 2024-12-21T04:38:03.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-12-21T04:38:03.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-12-21T04:38:03.201Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2024-12-21T04:38:07.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s |
2415 | 2024-12-21T04:38:07.684Z | |
2416 | 2024-12-21T04:38:07.684Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2417 | 2024-12-21T04:38:08.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-12-21T04:38:08.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-12-21T04:38:08.343Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2420 | 2024-12-21T04:38:12.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
2421 | 2024-12-21T04:38:12.383Z | |
2422 | 2024-12-21T04:38:12.383Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2423 | 2024-12-21T04:38:12.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-12-21T04:38:12.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-12-21T04:38:13.033Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2426 | 2024-12-21T04:38:17.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2427 | 2024-12-21T04:38:18.084Z | |
2428 | 2024-12-21T04:38:18.085Z | info: running `cargo check --bins` on oximeter (46/176) |
2429 | 2024-12-21T04:38:18.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-12-21T04:38:18.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-12-21T04:38:18.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2024-12-21T04:38:18.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2433 | 2024-12-21T04:38:18.692Z | |
2434 | 2024-12-21T04:38:18.692Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2435 | 2024-12-21T04:38:19.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-12-21T04:38:19.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-12-21T04:38:19.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-12-21T04:38:19.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2439 | 2024-12-21T04:38:19.280Z | |
2440 | 2024-12-21T04:38:19.280Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2441 | 2024-12-21T04:38:19.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-12-21T04:38:19.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-12-21T04:38:19.900Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2444 | 2024-12-21T04:38:21.936Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2445 | 2024-12-21T04:38:22.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
2446 | 2024-12-21T04:38:23.066Z | |
2447 | 2024-12-21T04:38:23.066Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2448 | 2024-12-21T04:38:23.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-12-21T04:38:23.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-12-21T04:38:23.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-12-21T04:38:23.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2452 | 2024-12-21T04:38:23.675Z | |
2453 | 2024-12-21T04:38:23.675Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2454 | 2024-12-21T04:38:24.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-12-21T04:38:24.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-12-21T04:38:24.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-12-21T04:38:24.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2458 | 2024-12-21T04:38:24.283Z | |
2459 | 2024-12-21T04:38:24.283Z | info: running `cargo check --bins` on oxql-types (51/176) |
2460 | 2024-12-21T04:38:24.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-12-21T04:38:24.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-12-21T04:38:24.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-12-21T04:38:24.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2464 | 2024-12-21T04:38:24.895Z | |
2465 | 2024-12-21T04:38:24.895Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2466 | 2024-12-21T04:38:25.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-12-21T04:38:25.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-12-21T04:38:25.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-12-21T04:38:25.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2470 | 2024-12-21T04:38:25.527Z | |
2471 | 2024-12-21T04:38:25.527Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2472 | 2024-12-21T04:38:26.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-12-21T04:38:26.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-12-21T04:38:26.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-12-21T04:38:26.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2476 | 2024-12-21T04:38:26.150Z | |
2477 | 2024-12-21T04:38:26.150Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2478 | 2024-12-21T04:38:26.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-12-21T04:38:26.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-12-21T04:38:26.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-12-21T04:38:26.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2482 | 2024-12-21T04:38:26.784Z | |
2483 | 2024-12-21T04:38:26.784Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2484 | 2024-12-21T04:38:27.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-12-21T04:38:27.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-12-21T04:38:27.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-12-21T04:38:27.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2488 | 2024-12-21T04:38:27.406Z | |
2489 | 2024-12-21T04:38:27.406Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2490 | 2024-12-21T04:38:27.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-12-21T04:38:27.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-12-21T04:38:27.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-12-21T04:38:27.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2494 | 2024-12-21T04:38:28.024Z | |
2495 | 2024-12-21T04:38:28.024Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2496 | 2024-12-21T04:38:28.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-12-21T04:38:28.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-12-21T04:38:28.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-12-21T04:38:28.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2500 | 2024-12-21T04:38:28.645Z | |
2501 | 2024-12-21T04:38:28.645Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2502 | 2024-12-21T04:38:29.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-12-21T04:38:29.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-12-21T04:38:29.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-12-21T04:38:29.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2506 | 2024-12-21T04:38:29.251Z | |
2507 | 2024-12-21T04:38:29.251Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2508 | 2024-12-21T04:38:29.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-12-21T04:38:29.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-12-21T04:38:29.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-12-21T04:38:29.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2512 | 2024-12-21T04:38:29.885Z | |
2513 | 2024-12-21T04:38:29.885Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2514 | 2024-12-21T04:38:30.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-12-21T04:38:30.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-12-21T04:38:30.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-12-21T04:38:30.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2518 | 2024-12-21T04:38:30.492Z | |
2519 | 2024-12-21T04:38:30.492Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2520 | 2024-12-21T04:38:31.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-12-21T04:38:31.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-12-21T04:38:31.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-12-21T04:38:31.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2524 | 2024-12-21T04:38:31.098Z | |
2525 | 2024-12-21T04:38:31.098Z | info: running `cargo check --bins` on dpd-client (62/176) |
2526 | 2024-12-21T04:38:31.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-12-21T04:38:31.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-12-21T04:38:31.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-12-21T04:38:31.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2530 | 2024-12-21T04:38:31.700Z | |
2531 | 2024-12-21T04:38:31.700Z | info: running `cargo check --bins` on gateway-client (63/176) |
2532 | 2024-12-21T04:38:32.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-12-21T04:38:32.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-12-21T04:38:32.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-12-21T04:38:32.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2536 | 2024-12-21T04:38:32.293Z | |
2537 | 2024-12-21T04:38:32.293Z | info: running `cargo check --bins` on installinator-client (64/176) |
2538 | 2024-12-21T04:38:32.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-12-21T04:38:32.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-12-21T04:38:32.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-12-21T04:38:32.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2542 | 2024-12-21T04:38:32.921Z | |
2543 | 2024-12-21T04:38:32.921Z | info: running `cargo check --bins` on installinator-common (65/176) |
2544 | 2024-12-21T04:38:33.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-12-21T04:38:33.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-12-21T04:38:33.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-12-21T04:38:33.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2548 | 2024-12-21T04:38:33.540Z | |
2549 | 2024-12-21T04:38:33.540Z | info: running `cargo check --bins` on update-engine (66/176) |
2550 | 2024-12-21T04:38:34.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-12-21T04:38:34.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-12-21T04:38:34.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-12-21T04:38:34.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2554 | 2024-12-21T04:38:34.140Z | |
2555 | 2024-12-21T04:38:34.141Z | info: running `cargo check --bins` on nexus-client (67/176) |
2556 | 2024-12-21T04:38:34.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-12-21T04:38:34.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-12-21T04:38:34.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-12-21T04:38:34.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2560 | 2024-12-21T04:38:34.783Z | |
2561 | 2024-12-21T04:38:34.784Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2562 | 2024-12-21T04:38:35.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-12-21T04:38:35.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-12-21T04:38:35.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-12-21T04:38:35.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2566 | 2024-12-21T04:38:35.423Z | |
2567 | 2024-12-21T04:38:35.423Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2568 | 2024-12-21T04:38:35.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-12-21T04:38:35.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-12-21T04:38:35.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-12-21T04:38:35.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2572 | 2024-12-21T04:38:36.035Z | |
2573 | 2024-12-21T04:38:36.035Z | info: running `cargo check --bins` on nexus-types (70/176) |
2574 | 2024-12-21T04:38:36.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-12-21T04:38:36.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-12-21T04:38:36.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-12-21T04:38:36.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2578 | 2024-12-21T04:38:36.680Z | |
2579 | 2024-12-21T04:38:36.680Z | info: running `cargo check --bins` on oxide-client (71/176) |
2580 | 2024-12-21T04:38:37.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-12-21T04:38:37.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-12-21T04:38:37.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-12-21T04:38:37.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2584 | 2024-12-21T04:38:37.282Z | |
2585 | 2024-12-21T04:38:37.282Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2586 | 2024-12-21T04:38:37.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-12-21T04:38:37.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-12-21T04:38:37.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-12-21T04:38:37.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2590 | 2024-12-21T04:38:37.901Z | |
2591 | 2024-12-21T04:38:37.901Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2592 | 2024-12-21T04:38:38.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-12-21T04:38:38.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-12-21T04:38:38.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-12-21T04:38:38.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2596 | 2024-12-21T04:38:38.509Z | |
2597 | 2024-12-21T04:38:38.509Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2598 | 2024-12-21T04:38:39.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-12-21T04:38:39.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-12-21T04:38:39.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-12-21T04:38:39.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2602 | 2024-12-21T04:38:39.146Z | |
2603 | 2024-12-21T04:38:39.146Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2604 | 2024-12-21T04:38:39.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-12-21T04:38:39.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-12-21T04:38:39.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-12-21T04:38:39.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2608 | 2024-12-21T04:38:39.806Z | |
2609 | 2024-12-21T04:38:39.806Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2610 | 2024-12-21T04:38:40.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-12-21T04:38:40.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-12-21T04:38:40.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-12-21T04:38:40.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2614 | 2024-12-21T04:38:40.450Z | |
2615 | 2024-12-21T04:38:40.450Z | info: running `cargo check --bins` on wicket-common (77/176) |
2616 | 2024-12-21T04:38:41.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-12-21T04:38:41.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-12-21T04:38:41.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2024-12-21T04:38:41.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2620 | 2024-12-21T04:38:41.088Z | |
2621 | 2024-12-21T04:38:41.088Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2622 | 2024-12-21T04:38:41.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-12-21T04:38:41.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-12-21T04:38:41.742Z | Checking csv-core v0.1.11 |
2625 | 2024-12-21T04:38:41.742Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2626 | 2024-12-21T04:38:41.744Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2627 | 2024-12-21T04:38:41.745Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2628 | 2024-12-21T04:38:42.020Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2629 | 2024-12-21T04:38:42.056Z | Checking csv v1.3.0 |
2630 | 2024-12-21T04:38:42.069Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2631 | 2024-12-21T04:38:42.622Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2632 | 2024-12-21T04:38:43.001Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2633 | 2024-12-21T04:38:44.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
2634 | 2024-12-21T04:38:44.897Z | |
2635 | 2024-12-21T04:38:44.897Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2636 | 2024-12-21T04:38:45.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-12-21T04:38:45.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-12-21T04:38:45.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-12-21T04:38:45.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2640 | 2024-12-21T04:38:45.520Z | |
2641 | 2024-12-21T04:38:45.520Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2642 | 2024-12-21T04:38:46.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-12-21T04:38:46.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-12-21T04:38:46.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-12-21T04:38:46.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2646 | 2024-12-21T04:38:46.130Z | |
2647 | 2024-12-21T04:38:46.130Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2648 | 2024-12-21T04:38:46.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-12-21T04:38:46.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-12-21T04:38:46.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2024-12-21T04:38:46.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2652 | 2024-12-21T04:38:46.844Z | |
2653 | 2024-12-21T04:38:46.844Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2654 | 2024-12-21T04:38:47.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-12-21T04:38:47.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-12-21T04:38:47.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2024-12-21T04:38:47.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2658 | 2024-12-21T04:38:47.552Z | |
2659 | 2024-12-21T04:38:47.552Z | info: running `cargo check --bins` on dns-server (83/176) |
2660 | 2024-12-21T04:38:48.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-12-21T04:38:48.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-12-21T04:38:48.181Z | Compiling parking_lot_core v0.8.6 |
2663 | 2024-12-21T04:38:48.184Z | Checking fxhash v0.2.1 |
2664 | 2024-12-21T04:38:48.184Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2665 | 2024-12-21T04:38:48.184Z | Checking hickory-server v0.24.1 |
2666 | 2024-12-21T04:38:48.184Z | Checking hickory-client v0.24.1 |
2667 | 2024-12-21T04:38:48.864Z | Checking parking_lot v0.11.2 |
2668 | 2024-12-21T04:38:48.953Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2669 | 2024-12-21T04:38:48.953Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2670 | 2024-12-21T04:38:49.093Z | Checking sled v0.34.7 |
2671 | 2024-12-21T04:38:50.824Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2672 | 2024-12-21T04:38:52.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
2673 | 2024-12-21T04:38:52.252Z | |
2674 | 2024-12-21T04:38:52.252Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2675 | 2024-12-21T04:38:52.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-12-21T04:38:52.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-12-21T04:38:52.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-12-21T04:38:52.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2679 | 2024-12-21T04:38:52.869Z | |
2680 | 2024-12-21T04:38:52.869Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2681 | 2024-12-21T04:38:53.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-12-21T04:38:53.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-12-21T04:38:53.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-12-21T04:38:53.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2685 | 2024-12-21T04:38:53.540Z | |
2686 | 2024-12-21T04:38:53.540Z | info: running `cargo check --bins` on gateway-types (86/176) |
2687 | 2024-12-21T04:38:54.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-12-21T04:38:54.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-12-21T04:38:54.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2024-12-21T04:38:54.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2691 | 2024-12-21T04:38:54.149Z | |
2692 | 2024-12-21T04:38:54.150Z | info: running `cargo check --bins` on ipcc (87/176) |
2693 | 2024-12-21T04:38:54.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-12-21T04:38:54.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-12-21T04:38:54.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2024-12-21T04:38:54.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2697 | 2024-12-21T04:38:54.762Z | |
2698 | 2024-12-21T04:38:54.762Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2699 | 2024-12-21T04:38:55.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2024-12-21T04:38:55.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2024-12-21T04:38:55.446Z | Compiling semver v0.1.20 |
2702 | 2024-12-21T04:38:55.446Z | Compiling radium v0.7.0 |
2703 | 2024-12-21T04:38:55.448Z | Checking tap v1.0.1 |
2704 | 2024-12-21T04:38:55.448Z | Compiling maybe-uninit v2.0.0 |
2705 | 2024-12-21T04:38:55.583Z | Checking password-hash v0.5.0 |
2706 | 2024-12-21T04:38:55.585Z | Checking blake2 v0.10.6 |
2707 | 2024-12-21T04:38:55.585Z | Compiling packed_struct v0.10.1 |
2708 | 2024-12-21T04:38:55.585Z | Checking crc-catalog v2.4.0 |
2709 | 2024-12-21T04:38:55.694Z | Checking wyz v0.5.1 |
2710 | 2024-12-21T04:38:55.761Z | Compiling owo-colors v4.1.0 |
2711 | 2024-12-21T04:38:56.006Z | Compiling rustc_version v0.1.7 |
2712 | 2024-12-21T04:38:56.026Z | Compiling cancel-safe-futures v0.1.5 |
2713 | 2024-12-21T04:38:56.071Z | Checking funty v2.0.0 |
2714 | 2024-12-21T04:38:56.071Z | Checking argon2 v0.5.3 |
2715 | 2024-12-21T04:38:56.151Z | Checking crc v3.2.1 |
2716 | 2024-12-21T04:38:56.192Z | Compiling packed_struct_codegen v0.10.1 |
2717 | 2024-12-21T04:38:56.214Z | Compiling indexmap v1.9.3 |
2718 | 2024-12-21T04:38:56.421Z | Checking half v2.4.1 |
2719 | 2024-12-21T04:38:56.507Z | Checking nodrop v0.1.14 |
2720 | 2024-12-21T04:38:56.509Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2721 | 2024-12-21T04:38:56.538Z | Compiling newtype_derive v0.1.6 |
2722 | 2024-12-21T04:38:56.620Z | Checking ciborium-io v0.2.2 |
2723 | 2024-12-21T04:38:56.636Z | Checking array-init v0.0.4 |
2724 | 2024-12-21T04:38:56.721Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2725 | 2024-12-21T04:38:56.846Z | Checking smallvec v0.6.14 |
2726 | 2024-12-21T04:38:56.864Z | Checking ciborium-ll v0.2.2 |
2727 | 2024-12-21T04:38:56.932Z | Checking bitvec v1.0.1 |
2728 | 2024-12-21T04:38:56.992Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2729 | 2024-12-21T04:38:57.164Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2730 | 2024-12-21T04:38:57.181Z | Checking libsw v3.3.1 |
2731 | 2024-12-21T04:38:57.226Z | Compiling memoffset v0.9.1 |
2732 | 2024-12-21T04:38:57.442Z | Checking indent_write v2.2.0 |
2733 | 2024-12-21T04:38:57.517Z | Checking termcolor v1.4.1 |
2734 | 2024-12-21T04:38:57.627Z | Checking bitfield v0.14.0 |
2735 | 2024-12-21T04:38:57.666Z | Checking swrite v0.1.0 |
2736 | 2024-12-21T04:38:57.708Z | Checking hashbrown v0.12.3 |
2737 | 2024-12-21T04:38:57.788Z | Checking linear-map v1.2.0 |
2738 | 2024-12-21T04:38:57.912Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2739 | 2024-12-21T04:38:57.973Z | Checking env_logger v0.10.2 |
2740 | 2024-12-21T04:38:58.131Z | Checking serde-hex v0.1.0 |
2741 | 2024-12-21T04:38:58.350Z | Checking ron v0.8.1 |
2742 | 2024-12-21T04:38:58.384Z | Checking ciborium v0.2.2 |
2743 | 2024-12-21T04:38:58.894Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2744 | 2024-12-21T04:38:59.003Z | Checking steno v0.4.1 |
2745 | 2024-12-21T04:38:59.642Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2746 | 2024-12-21T04:38:59.657Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2747 | 2024-12-21T04:38:59.657Z | Checking hashbrown v0.13.2 |
2748 | 2024-12-21T04:38:59.657Z | Checking crc-any v2.5.0 |
2749 | 2024-12-21T04:38:59.665Z | Checking humantime v2.1.0 |
2750 | 2024-12-21T04:38:59.954Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2751 | 2024-12-21T04:38:59.985Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2752 | 2024-12-21T04:39:01.341Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2753 | 2024-12-21T04:39:01.344Z | Checking object v0.30.4 |
2754 | 2024-12-21T04:39:01.344Z | Checking path-slash v0.1.5 |
2755 | 2024-12-21T04:39:01.344Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2756 | 2024-12-21T04:39:01.344Z | Checking nix v0.27.1 |
2757 | 2024-12-21T04:39:01.344Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2758 | 2024-12-21T04:39:01.853Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2759 | 2024-12-21T04:39:02.028Z | Checking tungstenite v0.23.0 |
2760 | 2024-12-21T04:39:02.115Z | Checking kstat-rs v0.2.4 |
2761 | 2024-12-21T04:39:02.164Z | Checking signal-hook-tokio v0.3.1 |
2762 | 2024-12-21T04:39:02.458Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2763 | 2024-12-21T04:39:02.856Z | Checking tokio-tungstenite v0.23.1 |
2764 | 2024-12-21T04:39:03.358Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2765 | 2024-12-21T04:39:03.572Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2766 | 2024-12-21T04:39:03.899Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2767 | 2024-12-21T04:39:10.267Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2768 | 2024-12-21T04:39:11.532Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2769 | 2024-12-21T04:39:14.824Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2770 | 2024-12-21T04:39:20.378Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2771 | 2024-12-21T04:39:21.078Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2772 | 2024-12-21T04:39:23.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.05s |
2773 | 2024-12-21T04:39:24.015Z | |
2774 | 2024-12-21T04:39:24.015Z | info: running `cargo check --bins` on gateway-api (89/176) |
2775 | 2024-12-21T04:39:24.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-12-21T04:39:24.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-12-21T04:39:24.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-12-21T04:39:24.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2779 | 2024-12-21T04:39:24.635Z | |
2780 | 2024-12-21T04:39:24.635Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2781 | 2024-12-21T04:39:25.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-12-21T04:39:25.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-12-21T04:39:25.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-12-21T04:39:25.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2785 | 2024-12-21T04:39:25.238Z | |
2786 | 2024-12-21T04:39:25.238Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2787 | 2024-12-21T04:39:25.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-12-21T04:39:25.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-12-21T04:39:25.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-12-21T04:39:25.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2791 | 2024-12-21T04:39:25.859Z | |
2792 | 2024-12-21T04:39:25.859Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2793 | 2024-12-21T04:39:26.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-12-21T04:39:26.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-12-21T04:39:26.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-12-21T04:39:26.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2797 | 2024-12-21T04:39:26.477Z | |
2798 | 2024-12-21T04:39:26.477Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2799 | 2024-12-21T04:39:27.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-12-21T04:39:27.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-12-21T04:39:27.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-12-21T04:39:27.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2803 | 2024-12-21T04:39:27.096Z | |
2804 | 2024-12-21T04:39:27.097Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2805 | 2024-12-21T04:39:27.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-12-21T04:39:27.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-12-21T04:39:27.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-12-21T04:39:27.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2809 | 2024-12-21T04:39:27.715Z | |
2810 | 2024-12-21T04:39:27.715Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2811 | 2024-12-21T04:39:28.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-12-21T04:39:28.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-12-21T04:39:28.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-12-21T04:39:28.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2815 | 2024-12-21T04:39:28.333Z | |
2816 | 2024-12-21T04:39:28.333Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2817 | 2024-12-21T04:39:28.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-12-21T04:39:28.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-12-21T04:39:28.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-12-21T04:39:28.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2821 | 2024-12-21T04:39:28.961Z | |
2822 | 2024-12-21T04:39:28.962Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2823 | 2024-12-21T04:39:29.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-12-21T04:39:29.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-12-21T04:39:29.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-12-21T04:39:29.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2827 | 2024-12-21T04:39:29.604Z | |
2828 | 2024-12-21T04:39:29.604Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2829 | 2024-12-21T04:39:30.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-12-21T04:39:30.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-12-21T04:39:30.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-12-21T04:39:30.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2833 | 2024-12-21T04:39:30.224Z | |
2834 | 2024-12-21T04:39:30.224Z | info: running `cargo check --bins` on sp-sim (99/176) |
2835 | 2024-12-21T04:39:30.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-12-21T04:39:30.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-12-21T04:39:30.856Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2838 | 2024-12-21T04:39:31.313Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2839 | 2024-12-21T04:39:33.115Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2840 | 2024-12-21T04:39:34.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2841 | 2024-12-21T04:39:34.998Z | |
2842 | 2024-12-21T04:39:34.998Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2843 | 2024-12-21T04:39:35.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2024-12-21T04:39:35.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2024-12-21T04:39:35.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2024-12-21T04:39:35.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2847 | 2024-12-21T04:39:35.657Z | |
2848 | 2024-12-21T04:39:35.657Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2849 | 2024-12-21T04:39:36.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-12-21T04:39:36.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-12-21T04:39:36.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2024-12-21T04:39:36.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2853 | 2024-12-21T04:39:36.319Z | |
2854 | 2024-12-21T04:39:36.319Z | info: running `cargo check --bins` on db-macros (102/176) |
2855 | 2024-12-21T04:39:36.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-12-21T04:39:36.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-12-21T04:39:36.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2024-12-21T04:39:36.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2859 | 2024-12-21T04:39:36.914Z | |
2860 | 2024-12-21T04:39:36.914Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2861 | 2024-12-21T04:39:37.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-12-21T04:39:37.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-12-21T04:39:37.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2024-12-21T04:39:37.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2865 | 2024-12-21T04:39:37.511Z | |
2866 | 2024-12-21T04:39:37.511Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2867 | 2024-12-21T04:39:38.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-12-21T04:39:38.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-12-21T04:39:38.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2024-12-21T04:39:38.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2871 | 2024-12-21T04:39:38.168Z | |
2872 | 2024-12-21T04:39:38.168Z | info: running `cargo check --bins` on authz-macros (105/176) |
2873 | 2024-12-21T04:39:38.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-12-21T04:39:38.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-12-21T04:39:38.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2024-12-21T04:39:38.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2877 | 2024-12-21T04:39:38.774Z | |
2878 | 2024-12-21T04:39:38.774Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2879 | 2024-12-21T04:39:39.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-12-21T04:39:39.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-12-21T04:39:39.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2024-12-21T04:39:39.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2883 | 2024-12-21T04:39:39.423Z | |
2884 | 2024-12-21T04:39:39.423Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2885 | 2024-12-21T04:39:39.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-12-21T04:39:39.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-12-21T04:39:39.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2024-12-21T04:39:39.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2889 | 2024-12-21T04:39:40.070Z | |
2890 | 2024-12-21T04:39:40.070Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2891 | 2024-12-21T04:39:40.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-12-21T04:39:40.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-12-21T04:39:40.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2024-12-21T04:39:40.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2895 | 2024-12-21T04:39:40.689Z | |
2896 | 2024-12-21T04:39:40.689Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2897 | 2024-12-21T04:39:41.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2024-12-21T04:39:41.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2024-12-21T04:39:41.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2024-12-21T04:39:41.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2901 | 2024-12-21T04:39:41.335Z | |
2902 | 2024-12-21T04:39:41.335Z | info: running `cargo check --bins` on typed-rng (110/176) |
2903 | 2024-12-21T04:39:41.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2024-12-21T04:39:41.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2024-12-21T04:39:41.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2024-12-21T04:39:41.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2907 | 2024-12-21T04:39:41.946Z | |
2908 | 2024-12-21T04:39:41.946Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2909 | 2024-12-21T04:39:42.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2024-12-21T04:39:42.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2024-12-21T04:39:42.675Z | Checking keccak v0.1.5 |
2912 | 2024-12-21T04:39:42.783Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2913 | 2024-12-21T04:39:42.786Z | Compiling unicase v2.7.0 |
2914 | 2024-12-21T04:39:42.786Z | Compiling same-file v1.0.6 |
2915 | 2024-12-21T04:39:42.805Z | Compiling tempfile v3.13.0 |
2916 | 2024-12-21T04:39:42.828Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2917 | 2024-12-21T04:39:42.831Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2918 | 2024-12-21T04:39:42.831Z | Compiling thiserror-impl-no-std v2.0.2 |
2919 | 2024-12-21T04:39:43.058Z | Checking sha3 v0.10.8 |
2920 | 2024-12-21T04:39:43.089Z | Compiling walkdir v2.5.0 |
2921 | 2024-12-21T04:39:43.140Z | Checking universal-hash v0.5.1 |
2922 | 2024-12-21T04:39:43.146Z | Checking secrecy v0.10.3 |
2923 | 2024-12-21T04:39:43.236Z | Compiling ring v0.16.20 |
2924 | 2024-12-21T04:39:43.358Z | Compiling blake3 v1.5.4 |
2925 | 2024-12-21T04:39:43.362Z | Checking opaque-debug v0.3.1 |
2926 | 2024-12-21T04:39:43.395Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2927 | 2024-12-21T04:39:43.442Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2928 | 2024-12-21T04:39:43.460Z | Checking poly1305 v0.8.0 |
2929 | 2024-12-21T04:39:43.659Z | Checking chacha20 v0.9.1 |
2930 | 2024-12-21T04:39:43.732Z | Checking aead v0.5.2 |
2931 | 2024-12-21T04:39:43.801Z | Compiling memmap2 v0.9.5 |
2932 | 2024-12-21T04:39:43.957Z | Compiling constant_time_eq v0.3.1 |
2933 | 2024-12-21T04:39:43.960Z | Compiling spin v0.5.2 |
2934 | 2024-12-21T04:39:44.013Z | Compiling arrayref v0.3.9 |
2935 | 2024-12-21T04:39:44.117Z | Compiling libefi-sys v0.1.0 |
2936 | 2024-12-21T04:39:44.134Z | Compiling arrayvec v0.7.6 |
2937 | 2024-12-21T04:39:44.212Z | Compiling salty v0.3.0 |
2938 | 2024-12-21T04:39:44.250Z | Checking chacha20poly1305 v0.10.1 |
2939 | 2024-12-21T04:39:44.424Z | Compiling toolchain_find v0.4.0 |
2940 | 2024-12-21T04:39:44.519Z | Compiling camino-tempfile v1.1.1 |
2941 | 2024-12-21T04:39:44.626Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2942 | 2024-12-21T04:39:44.824Z | Compiling bitfield-struct v0.6.2 |
2943 | 2024-12-21T04:39:44.953Z | Compiling topological-sort v0.2.2 |
2944 | 2024-12-21T04:39:45.120Z | Compiling mime_guess v2.0.5 |
2945 | 2024-12-21T04:39:45.135Z | Compiling rustfmt-wrapper v0.2.1 |
2946 | 2024-12-21T04:39:45.721Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2947 | 2024-12-21T04:39:45.934Z | Checking primeorder v0.13.6 |
2948 | 2024-12-21T04:39:46.018Z | Checking env_filter v0.1.2 |
2949 | 2024-12-21T04:39:46.066Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2950 | 2024-12-21T04:39:46.069Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2951 | 2024-12-21T04:39:46.099Z | Checking thiserror-no-std v2.0.2 |
2952 | 2024-12-21T04:39:46.181Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2953 | 2024-12-21T04:39:46.202Z | Checking vsss-rs v3.3.4 |
2954 | 2024-12-21T04:39:46.217Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2955 | 2024-12-21T04:39:46.247Z | Checking env_logger v0.11.5 |
2956 | 2024-12-21T04:39:46.412Z | Checking p384 v0.13.0 |
2957 | 2024-12-21T04:39:46.442Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2958 | 2024-12-21T04:39:47.073Z | Checking http-range v0.1.5 |
2959 | 2024-12-21T04:39:47.095Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2960 | 2024-12-21T04:39:47.095Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2961 | 2024-12-21T04:39:47.095Z | Compiling zip v2.1.3 |
2962 | 2024-12-21T04:39:47.095Z | Checking lockfree-object-pool v0.1.6 |
2963 | 2024-12-21T04:39:47.102Z | Checking simd-adler32 v0.3.7 |
2964 | 2024-12-21T04:39:47.133Z | Checking bumpalo v3.16.0 |
2965 | 2024-12-21T04:39:47.248Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2966 | 2024-12-21T04:39:47.417Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2967 | 2024-12-21T04:39:47.452Z | Checking zopfli v0.8.1 |
2968 | 2024-12-21T04:39:47.491Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2969 | 2024-12-21T04:39:47.773Z | error[E0432]: unresolved import `secrecy::Secret` |
2970 | 2024-12-21T04:39:47.773Z | --> key-manager/src/lib.rs:12:29 |
2971 | 2024-12-21T04:39:47.773Z | | |
2972 | 2024-12-21T04:39:47.773Z | 12 | use secrecy::{ExposeSecret, Secret}; |
2973 | 2024-12-21T04:39:47.773Z | | ^^^^^^ no `Secret` in the root |
2974 | 2024-12-21T04:39:47.773Z | |
2975 | 2024-12-21T04:39:47.820Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2976 | 2024-12-21T04:39:47.913Z | warning: unused import: `ExposeSecret` |
2977 | 2024-12-21T04:39:47.913Z | --> key-manager/src/lib.rs:12:15 |
2978 | 2024-12-21T04:39:47.914Z | | |
2979 | 2024-12-21T04:39:47.914Z | 12 | use secrecy::{ExposeSecret, Secret}; |
2980 | 2024-12-21T04:39:47.914Z | | ^^^^^^^^^^^^ |
2981 | 2024-12-21T04:39:47.914Z | | |
2982 | 2024-12-21T04:39:47.914Z | = note: `#[warn(unused_imports)]` on by default |
2983 | 2024-12-21T04:39:47.914Z | |
2984 | 2024-12-21T04:39:47.971Z | For more information about this error, try `rustc --explain E0432`. |
2985 | 2024-12-21T04:39:48.034Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2986 | 2024-12-21T04:39:48.197Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2987 | 2024-12-21T04:39:48.214Z | warning: `key-manager` (lib) generated 1 warning |
2988 | 2024-12-21T04:39:48.214Z | error: could not compile `key-manager` (lib) due to 1 previous error; 1 warning emitted |
2989 | 2024-12-21T04:39:48.217Z | warning: build failed, waiting for other jobs to finish... |
2990 | 2024-12-21T04:39:49.807Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path sled-agent/Cargo.toml --no-default-features` (exit status: 101) |
2991 | 2024-12-21T04:39:49.810Z | Error: cargo-hack install failed: exit status: 1 |
2992 | 2024-12-21T04:39:49.813Z | |
2993 | 2024-12-21T04:39:49.813Z | real 4:40.249305706 |
2994 | 2024-12-21T04:39:49.813Z | user 12:01.931380731 |
2995 | 2024-12-21T04:39:49.813Z | sys 3:13.560319842 |
2996 | 2024-12-21T04:39:49.813Z | trap 0.305821144 |
2997 | 2024-12-21T04:39:49.813Z | tflt 1.423189021 |
2998 | 2024-12-21T04:39:49.813Z | dflt 1.840066370 |
2999 | 2024-12-21T04:39:49.813Z | kflt 0.000762561 |
3000 | 2024-12-21T04:39:49.813Z | lock 17:12.469820599 |
3001 | 2024-12-21T04:39:49.813Z | slp 58:40.179060423 |
3002 | 2024-12-21T04:39:49.813Z | lat 47.895994834 |
3003 | 2024-12-21T04:39:49.813Z | stop 2:25.816610656 |
3004 | 2024-12-21T04:39:49.813Z | process exited: duration 592472 ms, exit code 1 |
|
3005 | 2024-12-21T04:39:49.820Z | found 0 output files |