|
|
|
1 | 2024-12-20T21:11:57.509Z | job assigned to worker 01JFJYJ1E0HQBYBB0QRM70C3DY [factory aws, i-0691ca2f0030c877e] (queued for 47 s) |
|
2 | 2024-12-20T21:12:05.359Z | starting task 0: "setup" |
3 | 2024-12-20T21:12:05.369Z | ++ uname -s |
4 | 2024-12-20T21:12:05.372Z | + kern=SunOS |
5 | 2024-12-20T21:12:05.373Z | + case "$kern" in |
6 | 2024-12-20T21:12:05.373Z | + groupadd -g 12345 build |
7 | 2024-12-20T21:12:05.375Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T21:12:07.382Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T21:12:07.500Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T21:12:07.503Z | + home_fs=zfs |
11 | 2024-12-20T21:12:07.503Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T21:12:07.503Z | + mkdir -p /home/build |
13 | 2024-12-20T21:12:07.506Z | + chown build:build /home/build /work |
14 | 2024-12-20T21:12:09.507Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T21:12:09.510Z | process exited: duration 4149 ms, exit code 0 |
|
16 | 2024-12-20T21:12:09.518Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T21:12:09.523Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T21:12:09.523Z | ' 1.81.0 |
19 | 2024-12-20T21:12:09.523Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-20T21:12:09.523Z | ' default |
21 | 2024-12-20T21:12:09.523Z | * toolchain channel = "1.81.0" |
22 | 2024-12-20T21:12:09.523Z | * toolchain profile = "default" |
23 | 2024-12-20T21:12:09.526Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T21:12:09.526Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T21:12:09.631Z | info: downloading installer |
26 | 2024-12-20T21:12:10.828Z | info: profile set to 'default' |
27 | 2024-12-20T21:12:10.828Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T21:12:10.833Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T21:12:10.971Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T21:12:10.971Z | info: downloading component 'cargo' |
31 | 2024-12-20T21:12:11.676Z | info: downloading component 'clippy' |
32 | 2024-12-20T21:12:11.941Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T21:12:12.930Z | info: downloading component 'rust-std' |
34 | 2024-12-20T21:12:14.457Z | info: downloading component 'rustc' |
35 | 2024-12-20T21:12:19.935Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T21:12:20.145Z | info: installing component 'cargo' |
37 | 2024-12-20T21:12:20.936Z | info: installing component 'clippy' |
38 | 2024-12-20T21:12:21.292Z | info: installing component 'rust-docs' |
39 | 2024-12-20T21:12:22.906Z | info: installing component 'rust-std' |
40 | 2024-12-20T21:12:24.580Z | info: installing component 'rustc' |
41 | 2024-12-20T21:12:30.342Z | info: installing component 'rustfmt' |
42 | 2024-12-20T21:12:30.662Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T21:12:30.662Z | |
44 | 2024-12-20T21:12:31.023Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T21:12:31.023Z | |
46 | 2024-12-20T21:12:31.026Z | |
47 | 2024-12-20T21:12:31.026Z | Rust is installed now. Great! |
48 | 2024-12-20T21:12:31.027Z | |
49 | 2024-12-20T21:12:31.027Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T21:12:31.027Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T21:12:31.027Z | |
52 | 2024-12-20T21:12:31.027Z | To configure your current shell, you need to source |
53 | 2024-12-20T21:12:31.027Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T21:12:31.027Z | |
55 | 2024-12-20T21:12:31.027Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T21:12:31.027Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T21:12:31.027Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T21:12:31.102Z | + rustc --version |
59 | 2024-12-20T21:12:31.168Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T21:12:31.171Z | process exited: duration 21645 ms, exit code 0 |
|
61 | 2024-12-20T21:12:31.179Z | starting task 2: "authentication" |
62 | 2024-12-20T21:12:31.204Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-12-20T21:12:31.212Z | starting task 3: "clone repository" |
64 | 2024-12-20T21:12:31.217Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T21:12:31.217Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T21:12:31.422Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T21:12:38.684Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T21:12:38.686Z | + git fetch origin f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
69 | 2024-12-20T21:12:39.009Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T21:12:39.009Z | * branch f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 -> FETCH_HEAD |
71 | 2024-12-20T21:12:39.020Z | + [[ -n gjcolombo/ingest-propolis-ensure-api ]] |
72 | 2024-12-20T21:12:39.022Z | ++ git branch --show-current |
73 | 2024-12-20T21:12:39.025Z | + current=main |
74 | 2024-12-20T21:12:39.025Z | + [[ main != gjcolombo/ingest-propolis-ensure-api ]] |
75 | 2024-12-20T21:12:39.025Z | + git branch -f gjcolombo/ingest-propolis-ensure-api f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
76 | 2024-12-20T21:12:39.027Z | + git checkout -f gjcolombo/ingest-propolis-ensure-api |
77 | 2024-12-20T21:12:39.199Z | Switched to branch 'gjcolombo/ingest-propolis-ensure-api' |
78 | 2024-12-20T21:12:39.202Z | + git reset --hard f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
79 | 2024-12-20T21:12:39.375Z | HEAD is now at f0c692d7a PR feedback: SocketAddrV6, misc cleanup |
80 | 2024-12-20T21:12:39.378Z | process exited: duration 8165 ms, exit code 0 |
|
81 | 2024-12-20T21:12:39.384Z | starting task 4: "build" |
82 | 2024-12-20T21:12:39.389Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T21:12:39.390Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T21:12:39.390Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T21:12:39.390Z | + cargo --version |
86 | 2024-12-20T21:12:39.448Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T21:12:39.451Z | + rustc --version |
88 | 2024-12-20T21:12:39.513Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T21:12:39.515Z | + source ./env.sh |
90 | 2024-12-20T21:12:39.515Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-20T21:12:39.515Z | ++ set -o xtrace |
92 | 2024-12-20T21:12:39.518Z | ++++ dirname ./env.sh |
93 | 2024-12-20T21:12:39.520Z | +++ readlink -f . |
94 | 2024-12-20T21:12:39.534Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-20T21:12:39.536Z | ++ 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-20T21:12:39.536Z | ++ 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-20T21:12:39.536Z | ++ 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-20T21:12:39.536Z | ++ 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-20T21:12:39.537Z | ++ 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-20T21:12:39.537Z | ++ 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-20T21:12:39.537Z | ++ 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-20T21:12:39.537Z | ++ 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-20T21:12:39.537Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-20T21:12:39.537Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-20T21:12:39.537Z | + 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-20T21:12:39.537Z | + 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-20T21:12:39.537Z | + banner prerequisites |
108 | 2024-12-20T21:12:39.549Z | |
109 | 2024-12-20T21:12:39.550Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-20T21:12:39.550Z | # # # # # # # # # # # # # # # |
111 | 2024-12-20T21:12:39.550Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-20T21:12:39.550Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-20T21:12:39.550Z | # # # # # # # # # # # # # # # |
114 | 2024-12-20T21:12:39.550Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-20T21:12:39.550Z | |
116 | 2024-12-20T21:12:39.552Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-20T21:12:48.782Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-20T21:12:52.794Z | Startup: Caching catalogs ... Done |
119 | 2024-12-20T21:13:03.723Z | Planning: Solver setup ... Done (9.936s) |
120 | 2024-12-20T21:13:03.857Z | Planning: Running solver ... Done (0.134s) |
121 | 2024-12-20T21:13:04.047Z | Planning: Finding local manifests ... Done (0.088s) |
122 | 2024-12-20T21:13:04.087Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-20T21:13:04.940Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-20T21:13:05.123Z | Planning: Package planning ... Done (0.182s) |
125 | 2024-12-20T21:13:05.188Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-12-20T21:13:06.032Z | Planning: Checking for conflicting actions ... Done (0.854s) |
127 | 2024-12-20T21:13:11.538Z | Planning: Consolidating action changes ... Done (5.503s) |
128 | 2024-12-20T21:13:11.956Z | Planning: Evaluating mediators ... Done (0.418s) |
129 | 2024-12-20T21:13:12.081Z | Planning: Planning completed in 19.19 seconds |
130 | 2024-12-20T21:13:12.097Z | Packages to install: 4 |
131 | 2024-12-20T21:13:12.097Z | Packages to update: 1 |
132 | 2024-12-20T21:13:12.100Z | Mediators to change: 2 |
133 | 2024-12-20T21:13:12.100Z | Services to change: 1 |
134 | 2024-12-20T21:13:12.100Z | Estimated space available: 155.63 GB |
135 | 2024-12-20T21:13:12.100Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-20T21:13:12.100Z | Create boot environment: No |
137 | 2024-12-20T21:13:12.100Z | Create backup boot environment: Yes |
138 | 2024-12-20T21:13:12.100Z | Rebuild boot archive: No |
139 | 2024-12-20T21:13:12.100Z | |
140 | 2024-12-20T21:13:12.100Z | Changed mediators: |
141 | 2024-12-20T21:13:12.100Z | mediator clang: |
142 | 2024-12-20T21:13:12.100Z | version: None -> 15 (system default) |
143 | 2024-12-20T21:13:12.100Z | |
144 | 2024-12-20T21:13:12.100Z | mediator llvm: |
145 | 2024-12-20T21:13:12.100Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-20T21:13:12.100Z | |
147 | 2024-12-20T21:13:12.100Z | Changed packages: |
148 | 2024-12-20T21:13:12.100Z | helios-dev |
149 | 2024-12-20T21:13:12.100Z | developer/build-essential |
150 | 2024-12-20T21:13:12.100Z | None -> 11-2.0 |
151 | 2024-12-20T21:13:12.100Z | library/libxmlsec1 |
152 | 2024-12-20T21:13:12.100Z | None -> 1.2.35-2.0 |
153 | 2024-12-20T21:13:12.100Z | ooce/developer/clang-15 |
154 | 2024-12-20T21:13:12.100Z | None -> 15.0.7-2.0 |
155 | 2024-12-20T21:13:12.100Z | ooce/developer/llvm-15 |
156 | 2024-12-20T21:13:12.100Z | None -> 15.0.7-2.0 |
157 | 2024-12-20T21:13:12.100Z | package/pkg |
158 | 2024-12-20T21:13:12.100Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-20T21:13:12.100Z | |
160 | 2024-12-20T21:13:12.100Z | Services: |
161 | 2024-12-20T21:13:12.100Z | restart_fmri: |
162 | 2024-12-20T21:13:12.100Z | svc:/system/update-man-index:default |
163 | 2024-12-20T21:13:12.101Z | |
164 | 2024-12-20T21:13:12.101Z | Editable files to change: |
165 | 2024-12-20T21:13:12.101Z | Update: |
166 | 2024-12-20T21:13:12.101Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-20T21:13:12.317Z | |
168 | 2024-12-20T21:13:12.317Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-20T21:13:17.377Z | Download: 503/4281 items 16.9/220.6MB 7% complete (3.7M/s) |
170 | 2024-12-20T21:13:26.662Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (8.5M/s) |
171 | 2024-12-20T21:13:31.669Z | Download: 1494/4281 items 115.8/220.6MB 52% complete (4.6M/s) |
172 | 2024-12-20T21:13:36.674Z | Download: 1891/4281 items 117.1/220.6MB 53% complete (3.7M/s) |
173 | 2024-12-20T21:13:41.685Z | Download: 2008/4281 items 117.3/220.6MB 53% complete (1.2M/s) |
174 | 2024-12-20T21:13:46.804Z | Download: 2105/4281 items 117.4/220.6MB 53% complete (57.9k/s) |
175 | 2024-12-20T21:13:52.252Z | Download: 2216/4281 items 117.8/220.6MB 53% complete (46.5k/s) |
176 | 2024-12-20T21:13:58.021Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (129k/s) |
177 | 2024-12-20T21:14:03.150Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
178 | 2024-12-20T21:14:08.164Z | Download: 2994/4281 items 121.3/220.6MB 54% complete (243k/s) |
179 | 2024-12-20T21:14:13.314Z | Download: 3245/4281 items 200.2/220.6MB 90% complete (9.2M/s) |
180 | 2024-12-20T21:14:18.927Z | Download: 3288/4281 items 212.6/220.6MB 96% complete (9.1M/s) |
181 | 2024-12-20T21:14:23.932Z | Download: 3821/4281 items 217.1/220.6MB 98% complete (1.9M/s) |
182 | 2024-12-20T21:14:30.938Z | Download: 4206/4281 items 220.5/220.6MB 99% complete (1.5M/s) |
183 | 2024-12-20T21:14:37.766Z | Download: 4207/4281 items 220.5/220.6MB 99% complete |
184 | 2024-12-20T21:14:50.544Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
185 | 2024-12-20T21:14:50.648Z | Download: Completed 220.60 MB in 98.30 seconds (2.2M/s) |
186 | 2024-12-20T21:14:52.723Z | Actions: 1/5063 actions (Removing old actions) |
187 | 2024-12-20T21:14:52.741Z | Actions: 194/5063 actions (Installing new actions) |
188 | 2024-12-20T21:14:57.694Z | Actions: 4226/5063 actions (Updating modified actions) |
189 | 2024-12-20T21:14:58.036Z | Actions: Completed 5063 actions in 5.31 seconds. |
190 | 2024-12-20T21:14:58.453Z | Done (0.409s) |
191 | 2024-12-20T21:14:58.456Z | Done (0.000s) |
192 | 2024-12-20T21:14:59.033Z | Done (0.577s) |
193 | 2024-12-20T21:15:03.957Z | Done (4.695s) |
194 | 2024-12-20T21:15:04.179Z | Done (0.155s) |
195 | 2024-12-20T21:15:04.181Z | Done (0.000s) |
196 | 2024-12-20T21:15:04.346Z | Done (0.000s) |
197 | 2024-12-20T21:15:05.037Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-12-20T21:15:05.200Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-12-20T21:15:05.202Z | Planning: Consolidating action changes ... Done |
200 | 2024-12-20T21:15:05.472Z | Planning: Evaluating mediators ... Done |
201 | 2024-12-20T21:15:05.475Z | Planning: Planning completed in 0.43 seconds |
202 | 2024-12-20T21:15:05.519Z | Mediators to change: 2 |
203 | 2024-12-20T21:15:05.519Z | Create boot environment: No |
204 | 2024-12-20T21:15:05.526Z | Create backup boot environment: No |
205 | 2024-12-20T21:15:05.667Z | Done |
206 | 2024-12-20T21:15:05.667Z | Done |
207 | 2024-12-20T21:15:06.028Z | Done |
208 | 2024-12-20T21:15:09.652Z | Done |
209 | 2024-12-20T21:15:09.749Z | Done |
210 | 2024-12-20T21:15:09.751Z | Done |
211 | 2024-12-20T21:15:09.869Z | Done |
212 | 2024-12-20T21:15:10.497Z | Planning: Evaluating mediator changes ... Done |
213 | 2024-12-20T21:15:10.500Z | Planning: Merging actions ... Done |
214 | 2024-12-20T21:15:10.687Z | Planning: Checking for conflicting actions ... Done |
215 | 2024-12-20T21:15:10.692Z | Planning: Consolidating action changes ... Done |
216 | 2024-12-20T21:15:10.950Z | Planning: Evaluating mediators ... Done |
217 | 2024-12-20T21:15:11.005Z | Planning: Planning completed in 0.75 seconds |
218 | 2024-12-20T21:15:11.044Z | Packages to change: 1 |
219 | 2024-12-20T21:15:11.045Z | Mediators to change: 1 |
220 | 2024-12-20T21:15:11.048Z | Services to change: 1 |
221 | 2024-12-20T21:15:11.048Z | Create boot environment: No |
222 | 2024-12-20T21:15:11.048Z | Create backup boot environment: Yes |
223 | 2024-12-20T21:15:13.283Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2024-12-20T21:15:13.287Z | Actions: Completed 6 actions in 0.00 seconds. |
225 | 2024-12-20T21:15:13.288Z | Done |
226 | 2024-12-20T21:15:13.288Z | Done |
227 | 2024-12-20T21:15:13.401Z | Done |
228 | 2024-12-20T21:15:17.035Z | Done |
229 | 2024-12-20T21:15:17.104Z | Done |
230 | 2024-12-20T21:15:17.126Z | Done |
231 | 2024-12-20T21:15:17.237Z | Done |
232 | 2024-12-20T21:15:17.672Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2024-12-20T21:15:17.672Z | clang system 15 system |
234 | 2024-12-20T21:15:17.673Z | csh system system illumos |
235 | 2024-12-20T21:15:17.673Z | ctags system system illumos |
236 | 2024-12-20T21:15:17.673Z | gcc vendor 12 vendor |
237 | 2024-12-20T21:15:17.673Z | gcc system 10 system |
238 | 2024-12-20T21:15:17.673Z | gcc system 7 system |
239 | 2024-12-20T21:15:17.673Z | go system 1.20 system |
240 | 2024-12-20T21:15:17.673Z | go system 1.19 system |
241 | 2024-12-20T21:15:17.673Z | llvm system 15 system |
242 | 2024-12-20T21:15:17.673Z | llvm system 14 system |
243 | 2024-12-20T21:15:17.673Z | mariadb system 10.6 system |
244 | 2024-12-20T21:15:17.673Z | mta vendor vendor dma |
245 | 2024-12-20T21:15:17.673Z | openjdk system 17 system |
246 | 2024-12-20T21:15:17.673Z | openjdk system 11 system |
247 | 2024-12-20T21:15:17.673Z | openjdk system 1.8 system |
248 | 2024-12-20T21:15:17.673Z | openssl vendor 3 vendor |
249 | 2024-12-20T21:15:17.673Z | perl system 5.36 system |
250 | 2024-12-20T21:15:17.673Z | postgresql system 15 system |
251 | 2024-12-20T21:15:17.673Z | postgresql system 13 system |
252 | 2024-12-20T21:15:17.673Z | python vendor 3 vendor |
253 | 2024-12-20T21:15:17.673Z | python system 2 system |
254 | 2024-12-20T21:15:17.673Z | python3 system 3.11 system |
255 | 2024-12-20T21:15:17.673Z | ruby system 3.0 system |
256 | 2024-12-20T21:15:17.673Z | words vendor vendor american-english |
257 | 2024-12-20T21:15:17.673Z | words system system australian-english |
258 | 2024-12-20T21:15:17.673Z | words system system british-english |
259 | 2024-12-20T21:15:17.673Z | words system system canadian-english |
260 | 2024-12-20T21:15:17.673Z | words system system french |
261 | 2024-12-20T21:15:17.673Z | words system system italian |
262 | 2024-12-20T21:15:17.673Z | words system system ngerman |
263 | 2024-12-20T21:15:17.673Z | words system system ogerman |
264 | 2024-12-20T21:15:17.673Z | words system system spanish |
265 | 2024-12-20T21:15:18.004Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2024-12-20T21:15:18.004Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2024-12-20T21:15:20.757Z | FMRI IFO |
268 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
275 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
278 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
279 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
281 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
282 | 2024-12-20T21:15:20.757Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2024-12-20T21:15:21.530Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2024-12-20T21:15:21.788Z | Updating crates.io index |
285 | 2024-12-20T21:15:21.840Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2024-12-20T21:15:22.335Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
287 | 2024-12-20T21:15:22.628Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2024-12-20T21:15:22.893Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2024-12-20T21:15:23.156Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2024-12-20T21:15:24.128Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2024-12-20T21:15:25.701Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2024-12-20T21:15:26.330Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2024-12-20T21:15:27.026Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2024-12-20T21:15:27.304Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2024-12-20T21:15:27.598Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2024-12-20T21:15:28.145Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
297 | 2024-12-20T21:15:28.467Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
298 | 2024-12-20T21:15:28.749Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
299 | 2024-12-20T21:15:29.016Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
300 | 2024-12-20T21:15:29.312Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
301 | 2024-12-20T21:15:29.581Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
302 | 2024-12-20T21:15:29.894Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
303 | 2024-12-20T21:15:30.197Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2024-12-20T21:15:30.520Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
305 | 2024-12-20T21:15:30.873Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-12-20T21:15:31.378Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
307 | 2024-12-20T21:15:31.620Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
308 | 2024-12-20T21:15:32.208Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
309 | 2024-12-20T21:15:32.616Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
310 | 2024-12-20T21:15:33.019Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2024-12-20T21:15:33.294Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2024-12-20T21:15:33.600Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2024-12-20T21:15:34.982Z | Downloading crates ... |
314 | 2024-12-20T21:15:35.042Z | Downloaded anstream v0.6.15 |
315 | 2024-12-20T21:15:35.045Z | Downloaded anstyle v1.0.10 |
316 | 2024-12-20T21:15:35.048Z | Downloaded macaddr v1.0.1 |
317 | 2024-12-20T21:15:35.053Z | Downloaded fastrand v2.1.1 |
318 | 2024-12-20T21:15:35.053Z | Downloaded digest v0.10.7 |
319 | 2024-12-20T21:15:35.073Z | Downloaded dtrace-parser v0.2.0 |
320 | 2024-12-20T21:15:35.077Z | Downloaded equivalent v1.0.1 |
321 | 2024-12-20T21:15:35.080Z | Downloaded usdt-attr-macro v0.5.0 |
322 | 2024-12-20T21:15:35.090Z | Downloaded usdt-macro v0.5.0 |
323 | 2024-12-20T21:15:35.094Z | Downloaded swrite v0.1.0 |
324 | 2024-12-20T21:15:35.096Z | Downloaded scroll_derive v0.12.0 |
325 | 2024-12-20T21:15:35.102Z | Downloaded pretty-hex v0.4.1 |
326 | 2024-12-20T21:15:35.104Z | Downloaded memmap v0.7.0 |
327 | 2024-12-20T21:15:35.108Z | Downloaded plain v0.2.3 |
328 | 2024-12-20T21:15:35.112Z | Downloaded pest_generator v2.7.14 |
329 | 2024-12-20T21:15:35.112Z | Downloaded anstyle-query v1.1.1 |
330 | 2024-12-20T21:15:35.112Z | Downloaded itoa v1.0.11 |
331 | 2024-12-20T21:15:35.116Z | Downloaded is_terminal_polyfill v1.70.1 |
332 | 2024-12-20T21:15:35.117Z | Downloaded fnv v1.0.7 |
333 | 2024-12-20T21:15:35.117Z | Downloaded errno v0.3.9 |
334 | 2024-12-20T21:15:35.120Z | Downloaded unicode-linebreak v0.1.5 |
335 | 2024-12-20T21:15:35.120Z | Downloaded heck v0.4.1 |
336 | 2024-12-20T21:15:35.120Z | Downloaded clap_lex v0.7.2 |
337 | 2024-12-20T21:15:35.123Z | Downloaded byteorder v1.5.0 |
338 | 2024-12-20T21:15:35.123Z | Downloaded crypto-common v0.1.6 |
339 | 2024-12-20T21:15:35.123Z | Downloaded colorchoice v1.0.2 |
340 | 2024-12-20T21:15:35.126Z | Downloaded cfg-if v1.0.0 |
341 | 2024-12-20T21:15:35.127Z | Downloaded proc-macro-error-attr v1.0.4 |
342 | 2024-12-20T21:15:35.127Z | Downloaded serde_spanned v0.6.8 |
343 | 2024-12-20T21:15:35.127Z | Downloaded heck v0.5.0 |
344 | 2024-12-20T21:15:35.130Z | Downloaded generic-array v0.14.7 |
345 | 2024-12-20T21:15:35.130Z | Downloaded dof v0.3.0 |
346 | 2024-12-20T21:15:35.130Z | Downloaded tabled_derive v0.7.0 |
347 | 2024-12-20T21:15:35.133Z | Downloaded cpufeatures v0.2.14 |
348 | 2024-12-20T21:15:35.133Z | Downloaded version_check v0.9.5 |
349 | 2024-12-20T21:15:35.136Z | Downloaded autocfg v1.4.0 |
350 | 2024-12-20T21:15:35.136Z | Downloaded thiserror v1.0.69 |
351 | 2024-12-20T21:15:35.139Z | Downloaded thiserror-impl v1.0.69 |
352 | 2024-12-20T21:15:35.142Z | Downloaded usdt v0.5.0 |
353 | 2024-12-20T21:15:35.142Z | Downloaded terminal_size v0.4.0 |
354 | 2024-12-20T21:15:35.145Z | Downloaded cargo-platform v0.1.8 |
355 | 2024-12-20T21:15:35.145Z | Downloaded block-buffer v0.10.4 |
356 | 2024-12-20T21:15:35.149Z | Downloaded anstyle-parse v0.2.5 |
357 | 2024-12-20T21:15:35.149Z | Downloaded utf8parse v0.2.2 |
358 | 2024-12-20T21:15:35.149Z | Downloaded thread-id v4.2.2 |
359 | 2024-12-20T21:15:35.149Z | Downloaded strsim v0.11.1 |
360 | 2024-12-20T21:15:35.161Z | Downloaded smawk v0.3.2 |
361 | 2024-12-20T21:15:35.164Z | Downloaded scroll v0.12.0 |
362 | 2024-12-20T21:15:35.164Z | Downloaded bytecount v0.6.8 |
363 | 2024-12-20T21:15:35.167Z | Downloaded clap_derive v4.5.18 |
364 | 2024-12-20T21:15:35.170Z | Downloaded cargo_metadata v0.18.1 |
365 | 2024-12-20T21:15:35.170Z | Downloaded tempfile v3.13.0 |
366 | 2024-12-20T21:15:35.173Z | Downloaded once_cell v1.20.2 |
367 | 2024-12-20T21:15:35.176Z | Downloaded fs-err v2.11.0 |
368 | 2024-12-20T21:15:35.176Z | Downloaded camino-tempfile v1.1.1 |
369 | 2024-12-20T21:15:35.179Z | Downloaded zerocopy-derive v0.7.35 |
370 | 2024-12-20T21:15:35.183Z | Downloaded serde_tokenstream v0.2.2 |
371 | 2024-12-20T21:15:35.183Z | Downloaded camino v1.1.9 |
372 | 2024-12-20T21:15:35.186Z | Downloaded usdt-impl v0.5.0 |
373 | 2024-12-20T21:15:35.186Z | Downloaded sha2 v0.10.8 |
374 | 2024-12-20T21:15:35.189Z | Downloaded semver v1.0.23 |
375 | 2024-12-20T21:15:35.189Z | Downloaded proc-macro2 v1.0.89 |
376 | 2024-12-20T21:15:35.192Z | Downloaded quote v1.0.37 |
377 | 2024-12-20T21:15:35.196Z | Downloaded proc-macro-error v1.0.4 |
378 | 2024-12-20T21:15:35.199Z | Downloaded clap v4.5.21 |
379 | 2024-12-20T21:15:35.206Z | Downloaded unicode-ident v1.0.13 |
380 | 2024-12-20T21:15:35.209Z | Downloaded anyhow v1.0.93 |
381 | 2024-12-20T21:15:35.213Z | Downloaded typenum v1.17.0 |
382 | 2024-12-20T21:15:35.217Z | Downloaded toml v0.8.19 |
383 | 2024-12-20T21:15:35.219Z | Downloaded log v0.4.22 |
384 | 2024-12-20T21:15:35.219Z | Downloaded pest_meta v2.7.14 |
385 | 2024-12-20T21:15:35.223Z | Downloaded papergrid v0.11.0 |
386 | 2024-12-20T21:15:35.226Z | Downloaded indexmap v2.6.0 |
387 | 2024-12-20T21:15:35.228Z | Downloaded ucd-trie v0.1.7 |
388 | 2024-12-20T21:15:35.232Z | Downloaded pest_derive v2.7.14 |
389 | 2024-12-20T21:15:35.232Z | Downloaded toml_datetime v0.6.8 |
390 | 2024-12-20T21:15:35.235Z | Downloaded serde_derive v1.0.215 |
391 | 2024-12-20T21:15:35.238Z | Downloaded textwrap v0.16.1 |
392 | 2024-12-20T21:15:35.239Z | Downloaded ryu v1.0.18 |
393 | 2024-12-20T21:15:35.242Z | Downloaded cargo_toml v0.20.5 |
394 | 2024-12-20T21:15:35.243Z | Downloaded bitflags v2.6.0 |
395 | 2024-12-20T21:15:35.249Z | Downloaded serde v1.0.215 |
396 | 2024-12-20T21:15:35.263Z | Downloaded toml_edit v0.22.22 |
397 | 2024-12-20T21:15:35.283Z | Downloaded pest v2.7.14 |
398 | 2024-12-20T21:15:35.286Z | Downloaded memchr v2.7.4 |
399 | 2024-12-20T21:15:35.301Z | Downloaded hashbrown v0.15.1 |
400 | 2024-12-20T21:15:35.305Z | Downloaded serde_json v1.0.132 |
401 | 2024-12-20T21:15:35.315Z | Downloaded zerocopy v0.7.35 |
402 | 2024-12-20T21:15:35.329Z | Downloaded winnow v0.6.20 |
403 | 2024-12-20T21:15:35.337Z | Downloaded goblin v0.8.2 |
404 | 2024-12-20T21:15:35.342Z | Downloaded tabled v0.15.0 |
405 | 2024-12-20T21:15:35.357Z | Downloaded clap_builder v4.5.21 |
406 | 2024-12-20T21:15:35.363Z | Downloaded unicode-width v0.1.14 |
407 | 2024-12-20T21:15:35.367Z | Downloaded syn v2.0.87 |
408 | 2024-12-20T21:15:35.377Z | Downloaded syn v1.0.109 |
409 | 2024-12-20T21:15:35.386Z | Downloaded rustix v0.38.37 |
410 | 2024-12-20T21:15:35.421Z | Downloaded libc v0.2.162 |
411 | 2024-12-20T21:15:35.764Z | Compiling proc-macro2 v1.0.89 |
412 | 2024-12-20T21:15:35.764Z | Compiling unicode-ident v1.0.13 |
413 | 2024-12-20T21:15:35.764Z | Compiling serde v1.0.215 |
414 | 2024-12-20T21:15:35.794Z | Compiling version_check v0.9.5 |
415 | 2024-12-20T21:15:35.794Z | Compiling thiserror v1.0.69 |
416 | 2024-12-20T21:15:35.794Z | Compiling memchr v2.7.4 |
417 | 2024-12-20T21:15:35.794Z | Compiling libc v0.2.162 |
418 | 2024-12-20T21:15:35.794Z | Compiling ucd-trie v0.1.7 |
419 | 2024-12-20T21:15:36.046Z | Compiling ryu v1.0.18 |
420 | 2024-12-20T21:15:36.433Z | Compiling itoa v1.0.11 |
421 | 2024-12-20T21:15:36.620Z | Compiling once_cell v1.20.2 |
422 | 2024-12-20T21:15:36.656Z | Compiling byteorder v1.5.0 |
423 | 2024-12-20T21:15:36.656Z | Compiling serde_json v1.0.132 |
424 | 2024-12-20T21:15:36.876Z | Compiling rustix v0.38.37 |
425 | 2024-12-20T21:15:37.086Z | Compiling bitflags v2.6.0 |
426 | 2024-12-20T21:15:37.137Z | Compiling usdt-impl v0.5.0 |
427 | 2024-12-20T21:15:37.533Z | Compiling proc-macro-error-attr v1.0.4 |
428 | 2024-12-20T21:15:37.565Z | Compiling syn v1.0.109 |
429 | 2024-12-20T21:15:37.620Z | Compiling proc-macro-error v1.0.4 |
430 | 2024-12-20T21:15:37.692Z | Compiling hashbrown v0.15.1 |
431 | 2024-12-20T21:15:37.769Z | Compiling quote v1.0.37 |
432 | 2024-12-20T21:15:37.802Z | Compiling camino v1.1.9 |
433 | 2024-12-20T21:15:37.845Z | Compiling utf8parse v0.2.2 |
434 | 2024-12-20T21:15:38.015Z | Compiling plain v0.2.3 |
435 | 2024-12-20T21:15:38.173Z | Compiling errno v0.3.9 |
436 | 2024-12-20T21:15:38.205Z | Compiling syn v2.0.87 |
437 | 2024-12-20T21:15:38.480Z | Compiling equivalent v1.0.1 |
438 | 2024-12-20T21:15:38.503Z | Compiling log v0.4.22 |
439 | 2024-12-20T21:15:38.620Z | Compiling anstyle-parse v0.2.5 |
440 | 2024-12-20T21:15:38.727Z | Compiling thread-id v4.2.2 |
441 | 2024-12-20T21:15:38.883Z | Compiling indexmap v2.6.0 |
442 | 2024-12-20T21:15:38.968Z | Compiling semver v1.0.23 |
443 | 2024-12-20T21:15:39.006Z | Compiling anstyle-query v1.1.1 |
444 | 2024-12-20T21:15:39.177Z | Compiling anstyle v1.0.10 |
445 | 2024-12-20T21:15:39.297Z | Compiling is_terminal_polyfill v1.70.1 |
446 | 2024-12-20T21:15:39.413Z | Compiling winnow v0.6.20 |
447 | 2024-12-20T21:15:39.485Z | Compiling colorchoice v1.0.2 |
448 | 2024-12-20T21:15:39.586Z | Compiling unicode-width v0.1.14 |
449 | 2024-12-20T21:15:39.613Z | Compiling pretty-hex v0.4.1 |
450 | 2024-12-20T21:15:39.647Z | Compiling autocfg v1.4.0 |
451 | 2024-12-20T21:15:39.851Z | Compiling anstream v0.6.15 |
452 | 2024-12-20T21:15:40.356Z | Compiling heck v0.5.0 |
453 | 2024-12-20T21:15:40.379Z | Compiling terminal_size v0.4.0 |
454 | 2024-12-20T21:15:40.601Z | Compiling heck v0.4.1 |
455 | 2024-12-20T21:15:40.625Z | Compiling fastrand v2.1.1 |
456 | 2024-12-20T21:15:40.780Z | Compiling fs-err v2.11.0 |
457 | 2024-12-20T21:15:40.866Z | Compiling anyhow v1.0.93 |
458 | 2024-12-20T21:15:41.117Z | Compiling strsim v0.11.1 |
459 | 2024-12-20T21:15:41.170Z | Compiling fnv v1.0.7 |
460 | 2024-12-20T21:15:41.200Z | Compiling cfg-if v1.0.0 |
461 | 2024-12-20T21:15:41.300Z | Compiling clap_lex v0.7.2 |
462 | 2024-12-20T21:15:41.327Z | Compiling bytecount v0.6.8 |
463 | 2024-12-20T21:15:41.552Z | Compiling papergrid v0.11.0 |
464 | 2024-12-20T21:15:41.846Z | Compiling clap_builder v4.5.21 |
465 | 2024-12-20T21:15:41.894Z | Compiling tempfile v3.13.0 |
466 | 2024-12-20T21:15:42.165Z | Compiling memmap v0.7.0 |
467 | 2024-12-20T21:15:42.225Z | Compiling smawk v0.3.2 |
468 | 2024-12-20T21:15:42.469Z | Compiling unicode-linebreak v0.1.5 |
469 | 2024-12-20T21:15:42.985Z | Compiling textwrap v0.16.1 |
470 | 2024-12-20T21:15:43.190Z | Compiling swrite v0.1.0 |
471 | 2024-12-20T21:15:44.482Z | Compiling tabled_derive v0.7.0 |
472 | 2024-12-20T21:15:45.936Z | Compiling tabled v0.15.0 |
473 | 2024-12-20T21:15:47.270Z | Compiling serde_derive v1.0.215 |
474 | 2024-12-20T21:15:47.276Z | Compiling thiserror-impl v1.0.69 |
475 | 2024-12-20T21:15:47.276Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-12-20T21:15:47.276Z | Compiling scroll_derive v0.12.0 |
477 | 2024-12-20T21:15:47.437Z | Compiling clap_derive v4.5.18 |
478 | 2024-12-20T21:15:48.593Z | Compiling scroll v0.12.0 |
479 | 2024-12-20T21:15:49.038Z | Compiling goblin v0.8.2 |
480 | 2024-12-20T21:15:49.057Z | Compiling zerocopy v0.7.35 |
481 | 2024-12-20T21:15:50.200Z | Compiling pest v2.7.14 |
482 | 2024-12-20T21:15:51.413Z | Compiling clap v4.5.21 |
483 | 2024-12-20T21:15:52.414Z | Compiling pest_meta v2.7.14 |
484 | 2024-12-20T21:15:53.268Z | Compiling pest_generator v2.7.14 |
485 | 2024-12-20T21:15:55.338Z | Compiling pest_derive v2.7.14 |
486 | 2024-12-20T21:15:56.033Z | Compiling dtrace-parser v0.2.0 |
487 | 2024-12-20T21:15:57.399Z | Compiling serde_tokenstream v0.2.2 |
488 | 2024-12-20T21:15:57.509Z | Compiling toml_datetime v0.6.8 |
489 | 2024-12-20T21:15:57.509Z | Compiling serde_spanned v0.6.8 |
490 | 2024-12-20T21:15:57.801Z | Compiling cargo-platform v0.1.8 |
491 | 2024-12-20T21:15:57.907Z | Compiling toml_edit v0.22.22 |
492 | 2024-12-20T21:15:58.005Z | Compiling macaddr v1.0.1 |
493 | 2024-12-20T21:15:58.293Z | Compiling camino-tempfile v1.1.1 |
494 | 2024-12-20T21:15:58.891Z | Compiling dof v0.3.0 |
495 | 2024-12-20T21:15:58.973Z | Compiling cargo_metadata v0.18.1 |
496 | 2024-12-20T21:16:00.662Z | Compiling toml v0.8.19 |
497 | 2024-12-20T21:16:00.686Z | Compiling usdt-attr-macro v0.5.0 |
498 | 2024-12-20T21:16:00.690Z | Compiling usdt-macro v0.5.0 |
499 | 2024-12-20T21:16:01.484Z | Compiling cargo_toml v0.20.5 |
500 | 2024-12-20T21:16:02.102Z | Compiling usdt v0.5.0 |
501 | 2024-12-20T21:16:05.047Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
502 | 2024-12-20T21:16:09.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.84s |
503 | 2024-12-20T21:16:09.425Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
504 | 2024-12-20T21:16:09.969Z | Downloading crates ... |
505 | 2024-12-20T21:16:10.080Z | Downloaded aead v0.5.2 |
506 | 2024-12-20T21:16:10.105Z | Downloaded cfg_aliases v0.2.1 |
507 | 2024-12-20T21:16:10.110Z | Downloaded async-stream-impl v0.3.6 |
508 | 2024-12-20T21:16:10.113Z | Downloaded atty v0.2.14 |
509 | 2024-12-20T21:16:10.116Z | Downloaded constant_time_eq v0.3.1 |
510 | 2024-12-20T21:16:10.123Z | Downloaded icu_provider_macros v1.5.0 |
511 | 2024-12-20T21:16:10.127Z | Downloaded http-body v1.0.1 |
512 | 2024-12-20T21:16:10.130Z | Downloaded ident_case v1.0.1 |
513 | 2024-12-20T21:16:10.133Z | Downloaded ciborium-io v0.2.2 |
514 | 2024-12-20T21:16:10.133Z | Downloaded atomicwrites v0.4.4 |
515 | 2024-12-20T21:16:10.135Z | Downloaded hubpack_derive v0.1.1 |
516 | 2024-12-20T21:16:10.135Z | Downloaded is_ci v1.2.0 |
517 | 2024-12-20T21:16:10.138Z | Downloaded crucible-workspace-hack v0.1.0 |
518 | 2024-12-20T21:16:10.141Z | Downloaded cfg_aliases v0.1.1 |
519 | 2024-12-20T21:16:10.143Z | Downloaded mirai-annotations v1.12.0 |
520 | 2024-12-20T21:16:10.143Z | Downloaded md5 v0.7.0 |
521 | 2024-12-20T21:16:10.146Z | Downloaded matches v0.1.10 |
522 | 2024-12-20T21:16:10.146Z | Downloaded cstr-argument v0.1.2 |
523 | 2024-12-20T21:16:10.149Z | Downloaded crunchy v0.2.2 |
524 | 2024-12-20T21:16:10.149Z | Downloaded allocator-api2 v0.2.18 |
525 | 2024-12-20T21:16:10.151Z | Downloaded instant v0.1.13 |
526 | 2024-12-20T21:16:10.156Z | Downloaded match_cfg v0.1.0 |
527 | 2024-12-20T21:16:10.159Z | Downloaded block-padding v0.3.3 |
528 | 2024-12-20T21:16:10.159Z | Downloaded adler2 v2.0.0 |
529 | 2024-12-20T21:16:10.159Z | Downloaded hyper-tls v0.6.0 |
530 | 2024-12-20T21:16:10.161Z | Downloaded home v0.5.9 |
531 | 2024-12-20T21:16:10.161Z | Downloaded hostname v0.4.0 |
532 | 2024-12-20T21:16:10.164Z | Downloaded bitfield v0.14.0 |
533 | 2024-12-20T21:16:10.168Z | Downloaded indoc v1.0.9 |
534 | 2024-12-20T21:16:10.171Z | Downloaded bit-vec v0.6.3 |
535 | 2024-12-20T21:16:10.171Z | Downloaded http-range v0.1.5 |
536 | 2024-12-20T21:16:10.171Z | Downloaded cipher v0.4.4 |
537 | 2024-12-20T21:16:10.174Z | Downloaded indent_write v2.2.0 |
538 | 2024-12-20T21:16:10.176Z | Downloaded ciborium-ll v0.2.2 |
539 | 2024-12-20T21:16:10.176Z | Downloaded async-recursion v1.1.1 |
540 | 2024-12-20T21:16:10.181Z | Downloaded internet-checksum v0.2.1 |
541 | 2024-12-20T21:16:10.185Z | Downloaded md-5 v0.10.6 |
542 | 2024-12-20T21:16:10.185Z | Downloaded cobs v0.2.3 |
543 | 2024-12-20T21:16:10.188Z | Downloaded atomic-waker v1.1.2 |
544 | 2024-12-20T21:16:10.188Z | Downloaded managed v0.8.0 |
545 | 2024-12-20T21:16:10.190Z | Downloaded blowfish v0.9.1 |
546 | 2024-12-20T21:16:10.190Z | Downloaded bitflags v1.3.2 |
547 | 2024-12-20T21:16:10.195Z | Downloaded lockfree-object-pool v0.1.6 |
548 | 2024-12-20T21:16:10.199Z | Downloaded mockall v0.13.0 |
549 | 2024-12-20T21:16:10.201Z | Downloaded crossbeam-deque v0.8.5 |
550 | 2024-12-20T21:16:10.201Z | Downloaded linked-hash-map v0.5.6 |
551 | 2024-12-20T21:16:10.204Z | Downloaded colored v2.1.0 |
552 | 2024-12-20T21:16:10.206Z | Downloaded maplit v1.0.2 |
553 | 2024-12-20T21:16:10.215Z | Downloaded darling v0.20.10 |
554 | 2024-12-20T21:16:10.218Z | Downloaded memoffset v0.9.1 |
555 | 2024-12-20T21:16:10.218Z | Downloaded castaway v0.2.3 |
556 | 2024-12-20T21:16:10.218Z | Downloaded hickory-client v0.24.1 |
557 | 2024-12-20T21:16:10.221Z | Downloaded arrayref v0.3.9 |
558 | 2024-12-20T21:16:10.224Z | Downloaded lru-cache v0.1.2 |
559 | 2024-12-20T21:16:10.224Z | Downloaded buf-list v1.0.3 |
560 | 2024-12-20T21:16:10.226Z | Downloaded idna_adapter v1.2.0 |
561 | 2024-12-20T21:16:10.230Z | Downloaded hyper-staticfile v0.10.1 |
562 | 2024-12-20T21:16:10.233Z | Downloaded ascii-canvas v3.0.0 |
563 | 2024-12-20T21:16:10.233Z | Downloaded iana-time-zone v0.1.61 |
564 | 2024-12-20T21:16:10.238Z | Downloaded icu_locid_transform v1.5.0 |
565 | 2024-12-20T21:16:10.242Z | Downloaded litemap v0.7.3 |
566 | 2024-12-20T21:16:10.244Z | Downloaded lazycell v1.3.0 |
567 | 2024-12-20T21:16:10.244Z | Downloaded ipnet v2.10.1 |
568 | 2024-12-20T21:16:10.246Z | Downloaded httparse v1.9.5 |
569 | 2024-12-20T21:16:10.250Z | Downloaded libloading v0.8.5 |
570 | 2024-12-20T21:16:10.253Z | Downloaded console v0.15.8 |
571 | 2024-12-20T21:16:10.255Z | Downloaded time-core v0.1.2 |
572 | 2024-12-20T21:16:10.257Z | Downloaded ssh-cipher v0.2.0 |
573 | 2024-12-20T21:16:10.260Z | Downloaded cookie_store v0.21.0 |
574 | 2024-12-20T21:16:10.263Z | Downloaded crc v3.2.1 |
575 | 2024-12-20T21:16:10.266Z | Downloaded try-lock v0.2.5 |
576 | 2024-12-20T21:16:10.266Z | Downloaded ref-cast-impl v1.0.23 |
577 | 2024-12-20T21:16:10.270Z | Downloaded csv-core v0.1.11 |
578 | 2024-12-20T21:16:10.270Z | Downloaded want v0.3.1 |
579 | 2024-12-20T21:16:10.272Z | Downloaded scopeguard v1.2.0 |
580 | 2024-12-20T21:16:10.272Z | Downloaded schemars_derive v0.8.21 |
581 | 2024-12-20T21:16:10.272Z | Downloaded foreign-types-shared v0.3.1 |
582 | 2024-12-20T21:16:10.275Z | Downloaded termtree v0.4.1 |
583 | 2024-12-20T21:16:10.275Z | Downloaded foreign-types-shared v0.1.1 |
584 | 2024-12-20T21:16:10.278Z | Downloaded sqlparser_derive v0.2.2 |
585 | 2024-12-20T21:16:10.278Z | Downloaded mime_guess v2.0.5 |
586 | 2024-12-20T21:16:10.280Z | Downloaded icu_locid_transform_data v1.5.0 |
587 | 2024-12-20T21:16:10.283Z | Downloaded zone_cfg_derive v0.1.2 |
588 | 2024-12-20T21:16:10.283Z | Downloaded yoke-derive v0.7.4 |
589 | 2024-12-20T21:16:10.285Z | Downloaded indexmap v1.9.3 |
590 | 2024-12-20T21:16:10.289Z | Downloaded ciborium v0.2.2 |
591 | 2024-12-20T21:16:10.292Z | Downloaded rustversion v1.0.17 |
592 | 2024-12-20T21:16:10.305Z | Downloaded ahash v0.8.11 |
593 | 2024-12-20T21:16:10.308Z | Downloaded icu_locid v1.5.0 |
594 | 2024-12-20T21:16:10.308Z | Downloaded number_prefix v0.4.0 |
595 | 2024-12-20T21:16:10.309Z | Downloaded icu_normalizer_data v1.5.0 |
596 | 2024-12-20T21:16:10.309Z | Downloaded crossbeam-epoch v0.9.18 |
597 | 2024-12-20T21:16:10.313Z | Downloaded const-oid v0.9.6 |
598 | 2024-12-20T21:16:10.316Z | Downloaded crc-catalog v2.4.0 |
599 | 2024-12-20T21:16:10.316Z | Downloaded crc-any v2.5.0 |
600 | 2024-12-20T21:16:10.319Z | Downloaded downcast v0.11.0 |
601 | 2024-12-20T21:16:10.322Z | Downloaded untrusted v0.9.0 |
602 | 2024-12-20T21:16:10.322Z | Downloaded dunce v1.0.5 |
603 | 2024-12-20T21:16:10.324Z | Downloaded defmt-parser v0.3.4 |
604 | 2024-12-20T21:16:10.326Z | Downloaded serde_repr v0.1.19 |
605 | 2024-12-20T21:16:10.329Z | Downloaded phf_shared v0.10.0 |
606 | 2024-12-20T21:16:10.329Z | Downloaded russh-cryptovec v0.7.3 |
607 | 2024-12-20T21:16:10.331Z | Downloaded tokio-macros v2.4.0 |
608 | 2024-12-20T21:16:10.331Z | Downloaded dsl_auto_type v0.1.2 |
609 | 2024-12-20T21:16:10.334Z | Downloaded termios v0.3.3 |
610 | 2024-12-20T21:16:10.334Z | Downloaded form_urlencoded v1.2.1 |
611 | 2024-12-20T21:16:10.336Z | Downloaded progenitor-client v0.8.0 |
612 | 2024-12-20T21:16:10.339Z | Downloaded path-slash v0.1.5 |
613 | 2024-12-20T21:16:10.339Z | Downloaded opaque-debug v0.3.1 |
614 | 2024-12-20T21:16:10.339Z | Downloaded hash32 v0.3.1 |
615 | 2024-12-20T21:16:10.342Z | Downloaded hmac v0.12.1 |
616 | 2024-12-20T21:16:10.344Z | Downloaded untrusted v0.7.1 |
617 | 2024-12-20T21:16:10.350Z | Downloaded unicase v2.7.0 |
618 | 2024-12-20T21:16:10.350Z | Downloaded indicatif v0.17.9 |
619 | 2024-12-20T21:16:10.353Z | Downloaded defmt-macros v0.3.9 |
620 | 2024-12-20T21:16:10.355Z | Downloaded hyper-util v0.1.10 |
621 | 2024-12-20T21:16:10.360Z | Downloaded icu_properties v1.5.1 |
622 | 2024-12-20T21:16:10.364Z | Downloaded time-macros v0.2.18 |
623 | 2024-12-20T21:16:10.367Z | Downloaded multimap v0.10.0 |
624 | 2024-12-20T21:16:10.369Z | Downloaded bytes v1.8.0 |
625 | 2024-12-20T21:16:10.372Z | Downloaded tinyvec_macros v0.1.1 |
626 | 2024-12-20T21:16:10.375Z | Downloaded hex v0.4.3 |
627 | 2024-12-20T21:16:10.377Z | Downloaded compact_str v0.8.0 |
628 | 2024-12-20T21:16:10.380Z | Downloaded packed_struct_codegen v0.10.1 |
629 | 2024-12-20T21:16:10.384Z | Downloaded packed_struct v0.10.1 |
630 | 2024-12-20T21:16:10.387Z | Downloaded futures-task v0.3.31 |
631 | 2024-12-20T21:16:10.387Z | Downloaded powerfmt v0.2.0 |
632 | 2024-12-20T21:16:10.389Z | Downloaded psl-types v2.0.11 |
633 | 2024-12-20T21:16:10.389Z | Downloaded ppv-lite86 v0.2.20 |
634 | 2024-12-20T21:16:10.392Z | Downloaded tokio-tungstenite v0.23.1 |
635 | 2024-12-20T21:16:10.394Z | Downloaded scrypt v0.11.0 |
636 | 2024-12-20T21:16:10.397Z | Downloaded pbkdf2 v0.11.0 |
637 | 2024-12-20T21:16:10.399Z | Downloaded scheduled-thread-pool v0.2.7 |
638 | 2024-12-20T21:16:10.401Z | Downloaded pbkdf2 v0.12.2 |
639 | 2024-12-20T21:16:10.401Z | Downloaded icu_collections v1.5.0 |
640 | 2024-12-20T21:16:10.408Z | Downloaded proc-macro-crate v1.3.1 |
641 | 2024-12-20T21:16:10.411Z | Downloaded same-file v1.0.6 |
642 | 2024-12-20T21:16:10.414Z | Downloaded salsa20 v0.10.2 |
643 | 2024-12-20T21:16:10.414Z | Downloaded progenitor v0.8.0 |
644 | 2024-12-20T21:16:10.416Z | Downloaded spin v0.5.2 |
645 | 2024-12-20T21:16:10.419Z | Downloaded miniz_oxide v0.8.0 |
646 | 2024-12-20T21:16:10.421Z | Downloaded supports-color v3.0.1 |
647 | 2024-12-20T21:16:10.424Z | Downloaded multer v3.1.0 |
648 | 2024-12-20T21:16:10.426Z | Downloaded subtle v2.6.1 |
649 | 2024-12-20T21:16:10.429Z | Downloaded cc v1.1.30 |
650 | 2024-12-20T21:16:10.431Z | Downloaded num_threads v0.1.7 |
651 | 2024-12-20T21:16:10.436Z | Downloaded samael v0.0.17 |
652 | 2024-12-20T21:16:10.440Z | Downloaded unicode-xid v0.2.6 |
653 | 2024-12-20T21:16:10.448Z | Downloaded slab v0.4.9 |
654 | 2024-12-20T21:16:10.448Z | Downloaded xz2 v0.1.7 |
655 | 2024-12-20T21:16:10.450Z | Downloaded enum-as-inner v0.6.1 |
656 | 2024-12-20T21:16:10.450Z | Downloaded normalize-line-endings v0.3.0 |
657 | 2024-12-20T21:16:10.450Z | Downloaded either v1.13.0 |
658 | 2024-12-20T21:16:10.450Z | Downloaded dropshot_endpoint v0.12.0 |
659 | 2024-12-20T21:16:10.456Z | Downloaded topological-sort v0.2.2 |
660 | 2024-12-20T21:16:10.456Z | Downloaded tiny-keccak v2.0.2 |
661 | 2024-12-20T21:16:10.460Z | Downloaded tinystr v0.7.6 |
662 | 2024-12-20T21:16:10.463Z | Downloaded progenitor-macro v0.8.0 |
663 | 2024-12-20T21:16:10.463Z | Downloaded hickory-resolver v0.24.1 |
664 | 2024-12-20T21:16:10.468Z | Downloaded zeroize_derive v1.4.2 |
665 | 2024-12-20T21:16:10.471Z | Downloaded xattr v1.3.1 |
666 | 2024-12-20T21:16:10.471Z | Downloaded const_format v0.2.33 |
667 | 2024-12-20T21:16:10.476Z | Downloaded sync-ptr v0.1.1 |
668 | 2024-12-20T21:16:10.479Z | Downloaded fd-lock v4.0.2 |
669 | 2024-12-20T21:16:10.481Z | Downloaded new_debug_unreachable v1.0.6 |
670 | 2024-12-20T21:16:10.484Z | Downloaded derive_builder_macro v0.20.2 |
671 | 2024-12-20T21:16:10.484Z | Downloaded strum_macros v0.26.4 |
672 | 2024-12-20T21:16:10.486Z | Downloaded http v1.1.0 |
673 | 2024-12-20T21:16:10.501Z | Downloaded openssl-macros v0.1.1 |
674 | 2024-12-20T21:16:10.503Z | Downloaded parse-size v1.1.0 |
675 | 2024-12-20T21:16:10.503Z | Downloaded num_enum_derive v0.5.11 |
676 | 2024-12-20T21:16:10.507Z | Downloaded gethostname v0.5.0 |
677 | 2024-12-20T21:16:10.507Z | Downloaded futures-core v0.3.31 |
678 | 2024-12-20T21:16:10.510Z | Downloaded snafu-derive v0.8.5 |
679 | 2024-12-20T21:16:10.510Z | Downloaded rand_seeder v0.3.0 |
680 | 2024-12-20T21:16:10.513Z | Downloaded polyval v0.6.2 |
681 | 2024-12-20T21:16:10.516Z | Downloaded num_enum v0.5.11 |
682 | 2024-12-20T21:16:10.519Z | Downloaded oso v0.27.3 |
683 | 2024-12-20T21:16:10.523Z | Downloaded minimal-lexical v0.2.1 |
684 | 2024-12-20T21:16:10.531Z | Downloaded unicode-truncate v1.1.0 |
685 | 2024-12-20T21:16:10.534Z | Downloaded num-rational v0.4.2 |
686 | 2024-12-20T21:16:10.534Z | Downloaded aho-corasick v1.1.3 |
687 | 2024-12-20T21:16:10.540Z | Downloaded fxhash v0.2.1 |
688 | 2024-12-20T21:16:10.543Z | Downloaded tls_codec_derive v0.4.1 |
689 | 2024-12-20T21:16:10.543Z | Downloaded tls_codec v0.4.1 |
690 | 2024-12-20T21:16:10.546Z | Downloaded thread_local v1.1.8 |
691 | 2024-12-20T21:16:10.549Z | Downloaded typify-macro v0.2.0 |
692 | 2024-12-20T21:16:10.549Z | Downloaded native-tls v0.2.12 |
693 | 2024-12-20T21:16:10.551Z | Downloaded tinyvec v1.8.0 |
694 | 2024-12-20T21:16:10.554Z | Downloaded serde-big-array v0.5.1 |
695 | 2024-12-20T21:16:10.557Z | Downloaded quick-error v1.2.3 |
696 | 2024-12-20T21:16:10.560Z | Downloaded unsafe-libyaml v0.2.11 |
697 | 2024-12-20T21:16:10.562Z | Downloaded pretty-hex v0.2.1 |
698 | 2024-12-20T21:16:10.565Z | Downloaded structmeta-derive v0.2.0 |
699 | 2024-12-20T21:16:10.565Z | Downloaded serde_urlencoded v0.7.1 |
700 | 2024-12-20T21:16:10.565Z | Downloaded flume v0.11.1 |
701 | 2024-12-20T21:16:10.570Z | Downloaded strum v0.26.3 |
702 | 2024-12-20T21:16:10.573Z | Downloaded openssl-probe v0.1.5 |
703 | 2024-12-20T21:16:10.574Z | Downloaded num v0.4.3 |
704 | 2024-12-20T21:16:10.576Z | Downloaded paste v1.0.15 |
705 | 2024-12-20T21:16:10.579Z | Downloaded serde_with_macros v3.11.0 |
706 | 2024-12-20T21:16:10.582Z | Downloaded schemars v0.8.21 |
707 | 2024-12-20T21:16:10.594Z | Downloaded endian-type v0.1.2 |
708 | 2024-12-20T21:16:10.597Z | Downloaded itertools v0.10.5 |
709 | 2024-12-20T21:16:10.602Z | Downloaded phf_shared v0.11.2 |
710 | 2024-12-20T21:16:10.604Z | Downloaded phf_codegen v0.11.2 |
711 | 2024-12-20T21:16:10.604Z | Downloaded group v0.13.0 |
712 | 2024-12-20T21:16:10.607Z | Downloaded glob v0.3.1 |
713 | 2024-12-20T21:16:10.607Z | Downloaded uzers v0.12.1 |
714 | 2024-12-20T21:16:10.610Z | Downloaded yasna v0.5.2 |
715 | 2024-12-20T21:16:10.614Z | Downloaded value-bag v1.9.0 |
716 | 2024-12-20T21:16:10.617Z | Downloaded semver v0.1.20 |
717 | 2024-12-20T21:16:10.619Z | Downloaded serde-hex v0.1.0 |
718 | 2024-12-20T21:16:10.619Z | Downloaded secrecy v0.8.0 |
719 | 2024-12-20T21:16:10.622Z | Downloaded rustc-hash v1.1.0 |
720 | 2024-12-20T21:16:10.622Z | Downloaded backtrace v0.3.74 |
721 | 2024-12-20T21:16:10.626Z | Downloaded des v0.8.1 |
722 | 2024-12-20T21:16:10.629Z | Downloaded phf v0.11.2 |
723 | 2024-12-20T21:16:10.632Z | Downloaded rustls-pki-types v1.10.0 |
724 | 2024-12-20T21:16:10.635Z | Downloaded foreign-types v0.3.2 |
725 | 2024-12-20T21:16:10.635Z | Downloaded which v4.4.2 |
726 | 2024-12-20T21:16:10.637Z | Downloaded primeorder v0.13.6 |
727 | 2024-12-20T21:16:10.637Z | Downloaded predicates-tree v1.0.11 |
728 | 2024-12-20T21:16:10.639Z | Downloaded smallvec v1.13.2 |
729 | 2024-12-20T21:16:10.642Z | Downloaded precomputed-hash v0.1.1 |
730 | 2024-12-20T21:16:10.642Z | Downloaded writeable v0.5.5 |
731 | 2024-12-20T21:16:10.644Z | Downloaded tungstenite v0.24.0 |
732 | 2024-12-20T21:16:10.647Z | Downloaded libxml v0.3.3 |
733 | 2024-12-20T21:16:10.654Z | Downloaded thiserror-impl v2.0.3 |
734 | 2024-12-20T21:16:10.657Z | Downloaded fragile v2.0.0 |
735 | 2024-12-20T21:16:10.657Z | Downloaded tui-tree-widget v0.22.0 |
736 | 2024-12-20T21:16:10.660Z | Downloaded num-traits v0.2.19 |
737 | 2024-12-20T21:16:10.663Z | Downloaded strum_macros v0.24.3 |
738 | 2024-12-20T21:16:10.668Z | Downloaded env_logger v0.11.5 |
739 | 2024-12-20T21:16:10.671Z | Downloaded wait-timeout v0.2.0 |
740 | 2024-12-20T21:16:10.671Z | Downloaded stringprep v0.1.5 |
741 | 2024-12-20T21:16:10.671Z | Downloaded serde_derive_internals v0.29.1 |
742 | 2024-12-20T21:16:10.679Z | Downloaded rustc-hash v2.0.0 |
743 | 2024-12-20T21:16:10.679Z | Downloaded tungstenite v0.23.0 |
744 | 2024-12-20T21:16:10.685Z | Downloaded futures-sink v0.3.31 |
745 | 2024-12-20T21:16:10.685Z | Downloaded rustc_version v0.1.7 |
746 | 2024-12-20T21:16:10.685Z | Downloaded dhcproto v0.12.0 |
747 | 2024-12-20T21:16:10.685Z | Downloaded derive_more v0.99.18 |
748 | 2024-12-20T21:16:10.688Z | Downloaded sec1 v0.7.3 |
749 | 2024-12-20T21:16:10.691Z | Downloaded zerofrom v0.1.4 |
750 | 2024-12-20T21:16:10.691Z | Downloaded rusty-fork v0.3.0 |
751 | 2024-12-20T21:16:10.694Z | Downloaded dhcproto-macros v0.1.0 |
752 | 2024-12-20T21:16:10.695Z | Downloaded foreign-types-macros v0.2.3 |
753 | 2024-12-20T21:16:10.695Z | Downloaded rustc-demangle v0.1.24 |
754 | 2024-12-20T21:16:10.699Z | Downloaded term v0.7.0 |
755 | 2024-12-20T21:16:10.699Z | Downloaded serde_yaml v0.9.34+deprecated |
756 | 2024-12-20T21:16:10.706Z | Downloaded filetime v0.2.25 |
757 | 2024-12-20T21:16:10.709Z | Downloaded ssh-key v0.6.6 |
758 | 2024-12-20T21:16:10.712Z | Downloaded resolv-conf v0.7.0 |
759 | 2024-12-20T21:16:10.715Z | Downloaded float-cmp v0.9.0 |
760 | 2024-12-20T21:16:10.715Z | Downloaded aes v0.8.4 |
761 | 2024-12-20T21:16:10.718Z | Downloaded thiserror v2.0.3 |
762 | 2024-12-20T21:16:10.732Z | Downloaded utf16_iter v1.0.5 |
763 | 2024-12-20T21:16:10.739Z | Downloaded fs_extra v1.3.0 |
764 | 2024-12-20T21:16:10.739Z | Downloaded newtype_derive v0.1.6 |
765 | 2024-12-20T21:16:10.739Z | Downloaded take_mut v0.2.2 |
766 | 2024-12-20T21:16:10.739Z | Downloaded futures-macro v0.3.31 |
767 | 2024-12-20T21:16:10.739Z | Downloaded zerofrom-derive v0.1.4 |
768 | 2024-12-20T21:16:10.739Z | Downloaded rustfmt-wrapper v0.2.1 |
769 | 2024-12-20T21:16:10.739Z | Downloaded tracing-attributes v0.1.27 |
770 | 2024-12-20T21:16:10.744Z | Downloaded peg v0.8.4 |
771 | 2024-12-20T21:16:10.744Z | Downloaded aes-gcm v0.10.3 |
772 | 2024-12-20T21:16:10.747Z | Downloaded vte v0.11.1 |
773 | 2024-12-20T21:16:10.747Z | Downloaded spin v0.9.8 |
774 | 2024-12-20T21:16:10.753Z | Downloaded structmeta v0.3.0 |
775 | 2024-12-20T21:16:10.753Z | Downloaded tokio-rustls v0.24.1 |
776 | 2024-12-20T21:16:10.756Z | Downloaded rustls-pemfile v2.2.0 |
777 | 2024-12-20T21:16:10.756Z | Downloaded futures-io v0.3.31 |
778 | 2024-12-20T21:16:10.756Z | Downloaded deranged v0.3.11 |
779 | 2024-12-20T21:16:10.759Z | Downloaded itertools v0.13.0 |
780 | 2024-12-20T21:16:10.764Z | Downloaded zone_cfg_derive v0.3.0 |
781 | 2024-12-20T21:16:10.767Z | Downloaded signal-hook-tokio v0.3.1 |
782 | 2024-12-20T21:16:10.767Z | Downloaded foldhash v0.1.3 |
783 | 2024-12-20T21:16:10.769Z | Downloaded fixedbitset v0.4.2 |
784 | 2024-12-20T21:16:10.769Z | Downloaded funty v2.0.0 |
785 | 2024-12-20T21:16:10.772Z | Downloaded predicates-core v1.0.8 |
786 | 2024-12-20T21:16:10.772Z | Downloaded hkdf v0.12.4 |
787 | 2024-12-20T21:16:10.782Z | Downloaded utf8_iter v1.0.4 |
788 | 2024-12-20T21:16:10.782Z | Downloaded tokio-rustls v0.26.0 |
789 | 2024-12-20T21:16:10.786Z | Downloaded oso-derive v0.27.3 |
790 | 2024-12-20T21:16:10.787Z | Downloaded tower-service v0.3.3 |
791 | 2024-12-20T21:16:10.787Z | Downloaded termcolor v1.4.1 |
792 | 2024-12-20T21:16:10.787Z | Downloaded tokio-rustls v0.25.0 |
793 | 2024-12-20T21:16:10.787Z | Downloaded toolchain_find v0.4.0 |
794 | 2024-12-20T21:16:10.787Z | Downloaded parse-zoneinfo v0.3.1 |
795 | 2024-12-20T21:16:10.795Z | Downloaded nibble_vec v0.1.0 |
796 | 2024-12-20T21:16:10.795Z | Downloaded env_filter v0.1.2 |
797 | 2024-12-20T21:16:10.795Z | Downloaded parking_lot v0.12.3 |
798 | 2024-12-20T21:16:10.798Z | Downloaded dirs-sys-next v0.1.2 |
799 | 2024-12-20T21:16:10.798Z | Downloaded difflib v0.4.0 |
800 | 2024-12-20T21:16:10.798Z | Downloaded zip v2.1.3 |
801 | 2024-12-20T21:16:10.801Z | Downloaded olpc-cjson v0.1.4 |
802 | 2024-12-20T21:16:10.801Z | Downloaded quinn-udp v0.5.5 |
803 | 2024-12-20T21:16:10.804Z | Downloaded pin-project-lite v0.2.14 |
804 | 2024-12-20T21:16:10.807Z | Downloaded enum-as-inner v0.5.1 |
805 | 2024-12-20T21:16:10.810Z | Downloaded ed25519-dalek v2.1.1 |
806 | 2024-12-20T21:16:10.815Z | Downloaded rfc6979 v0.4.0 |
807 | 2024-12-20T21:16:10.819Z | Downloaded futures-executor v0.3.31 |
808 | 2024-12-20T21:16:10.819Z | Downloaded newline-converter v0.3.0 |
809 | 2024-12-20T21:16:10.819Z | Downloaded parking_lot v0.11.2 |
810 | 2024-12-20T21:16:10.824Z | Downloaded vsss-rs v3.3.4 |
811 | 2024-12-20T21:16:10.824Z | Downloaded radium v0.7.0 |
812 | 2024-12-20T21:16:10.828Z | Downloaded signal-hook-registry v1.4.2 |
813 | 2024-12-20T21:16:10.828Z | Downloaded prettyplease v0.2.25 |
814 | 2024-12-20T21:16:10.831Z | Downloaded hashbrown v0.12.3 |
815 | 2024-12-20T21:16:10.833Z | Downloaded static_assertions v1.1.0 |
816 | 2024-12-20T21:16:10.833Z | Downloaded pin-utils v0.1.0 |
817 | 2024-12-20T21:16:10.835Z | Downloaded tokio-native-tls v0.3.1 |
818 | 2024-12-20T21:16:10.837Z | Downloaded shell-words v1.1.0 |
819 | 2024-12-20T21:16:10.840Z | Downloaded unicode-segmentation v1.12.0 |
820 | 2024-12-20T21:16:10.843Z | Downloaded parse-display v0.10.0 |
821 | 2024-12-20T21:16:10.843Z | Downloaded env_logger v0.10.2 |
822 | 2024-12-20T21:16:10.845Z | Downloaded tokio-tungstenite v0.24.0 |
823 | 2024-12-20T21:16:10.848Z | Downloaded num-conv v0.1.0 |
824 | 2024-12-20T21:16:10.851Z | Downloaded tap v1.0.1 |
825 | 2024-12-20T21:16:10.851Z | Downloaded num-bigint v0.4.6 |
826 | 2024-12-20T21:16:10.854Z | Downloaded password-hash v0.5.0 |
827 | 2024-12-20T21:16:10.858Z | Downloaded display-error-chain v0.2.2 |
828 | 2024-12-20T21:16:10.861Z | Downloaded ed25519 v2.2.3 |
829 | 2024-12-20T21:16:10.861Z | Downloaded pkcs1 v0.7.5 |
830 | 2024-12-20T21:16:10.864Z | Downloaded nanorand v0.7.0 |
831 | 2024-12-20T21:16:10.866Z | Downloaded blake3 v1.5.4 |
832 | 2024-12-20T21:16:10.874Z | Downloaded signal-hook-mio v0.2.4 |
833 | 2024-12-20T21:16:10.876Z | Downloaded structmeta-derive v0.3.0 |
834 | 2024-12-20T21:16:10.876Z | Downloaded r2d2 v0.8.10 |
835 | 2024-12-20T21:16:10.876Z | Downloaded futures-channel v0.3.31 |
836 | 2024-12-20T21:16:10.879Z | Downloaded derive-where v1.2.7 |
837 | 2024-12-20T21:16:10.882Z | Downloaded write16 v1.0.0 |
838 | 2024-12-20T21:16:10.887Z | Downloaded darling_macro v0.20.10 |
839 | 2024-12-20T21:16:10.887Z | Downloaded newtype-uuid v1.1.3 |
840 | 2024-12-20T21:16:10.887Z | Downloaded hash32 v0.2.1 |
841 | 2024-12-20T21:16:10.889Z | Downloaded num-derive v0.4.2 |
842 | 2024-12-20T21:16:10.889Z | Downloaded parking_lot_core v0.9.10 |
843 | 2024-12-20T21:16:10.891Z | Downloaded parking_lot_core v0.8.6 |
844 | 2024-12-20T21:16:10.895Z | Downloaded test-strategy v0.3.1 |
845 | 2024-12-20T21:16:10.898Z | Downloaded sync_wrapper v1.0.1 |
846 | 2024-12-20T21:16:10.898Z | Downloaded peg-runtime v0.8.3 |
847 | 2024-12-20T21:16:10.898Z | Downloaded russh v0.45.0 |
848 | 2024-12-20T21:16:10.903Z | Downloaded utf-8 v0.7.6 |
849 | 2024-12-20T21:16:10.905Z | Downloaded rayon v1.10.0 |
850 | 2024-12-20T21:16:10.914Z | Downloaded nodrop v0.1.14 |
851 | 2024-12-20T21:16:10.917Z | Downloaded ff v0.13.0 |
852 | 2024-12-20T21:16:10.917Z | Downloaded ron v0.7.1 |
853 | 2024-12-20T21:16:10.921Z | Downloaded percent-encoding v2.3.1 |
854 | 2024-12-20T21:16:10.924Z | Downloaded hashlink v0.9.1 |
855 | 2024-12-20T21:16:10.924Z | Downloaded ecdsa v0.16.9 |
856 | 2024-12-20T21:16:10.927Z | Downloaded zerovec v0.10.4 |
857 | 2024-12-20T21:16:10.932Z | Downloaded der_derive v0.7.3 |
858 | 2024-12-20T21:16:10.934Z | Downloaded synstructure v0.13.1 |
859 | 2024-12-20T21:16:10.934Z | Downloaded whoami v1.5.2 |
860 | 2024-12-20T21:16:10.937Z | Downloaded tracing v0.1.40 |
861 | 2024-12-20T21:16:10.940Z | Downloaded ena v0.14.3 |
862 | 2024-12-20T21:16:10.942Z | Downloaded pem v3.0.4 |
863 | 2024-12-20T21:16:10.945Z | Downloaded tar v0.4.42 |
864 | 2024-12-20T21:16:10.947Z | Downloaded spki v0.7.3 |
865 | 2024-12-20T21:16:10.950Z | Downloaded shlex v1.3.0 |
866 | 2024-12-20T21:16:10.950Z | Downloaded time v0.3.36 |
867 | 2024-12-20T21:16:10.957Z | Downloaded twox-hash v1.6.3 |
868 | 2024-12-20T21:16:10.959Z | Downloaded smf v0.2.3 |
869 | 2024-12-20T21:16:10.959Z | Downloaded structmeta v0.2.0 |
870 | 2024-12-20T21:16:10.962Z | Downloaded zone v0.3.0 |
871 | 2024-12-20T21:16:10.962Z | Downloaded unicode-properties v0.1.3 |
872 | 2024-12-20T21:16:10.964Z | Downloaded parse-display-derive v0.10.0 |
873 | 2024-12-20T21:16:10.964Z | Downloaded pin-project-internal v1.1.6 |
874 | 2024-12-20T21:16:10.967Z | Downloaded pin-project v1.1.6 |
875 | 2024-12-20T21:16:10.977Z | Downloaded slog-bunyan v2.5.0 |
876 | 2024-12-20T21:16:10.979Z | Downloaded rand_core v0.6.4 |
877 | 2024-12-20T21:16:10.982Z | Downloaded toml v0.7.8 |
878 | 2024-12-20T21:16:10.984Z | Downloaded slog-async v2.8.0 |
879 | 2024-12-20T21:16:10.986Z | Downloaded pem-rfc7468 v0.7.0 |
880 | 2024-12-20T21:16:10.986Z | Downloaded salty v0.3.0 |
881 | 2024-12-20T21:16:10.992Z | Downloaded nu-ansi-term v0.50.1 |
882 | 2024-12-20T21:16:10.994Z | Downloaded embedded-io v0.4.0 |
883 | 2024-12-20T21:16:10.997Z | Downloaded tokio-postgres v0.7.12 |
884 | 2024-12-20T21:16:11.001Z | Downloaded strum_macros v0.25.3 |
885 | 2024-12-20T21:16:11.004Z | Downloaded rand_xorshift v0.3.0 |
886 | 2024-12-20T21:16:11.007Z | Downloaded strip-ansi-escapes v0.2.0 |
887 | 2024-12-20T21:16:11.007Z | Downloaded password-hash v0.4.2 |
888 | 2024-12-20T21:16:11.009Z | Downloaded embedded-io v0.6.1 |
889 | 2024-12-20T21:16:11.009Z | Downloaded lalrpop v0.19.12 |
890 | 2024-12-20T21:16:11.019Z | Downloaded peg-macros v0.8.4 |
891 | 2024-12-20T21:16:11.022Z | Downloaded reedline v0.35.0 |
892 | 2024-12-20T21:16:11.029Z | Downloaded num-complex v0.4.6 |
893 | 2024-12-20T21:16:11.032Z | Downloaded icu_properties_data v1.5.0 |
894 | 2024-12-20T21:16:11.041Z | Downloaded signal-hook v0.3.17 |
895 | 2024-12-20T21:16:11.044Z | Downloaded slog v2.7.0 |
896 | 2024-12-20T21:16:11.048Z | Downloaded rcgen v0.12.1 |
897 | 2024-12-20T21:16:11.051Z | Downloaded quinn-proto v0.11.8 |
898 | 2024-12-20T21:16:11.055Z | Downloaded half v2.4.1 |
899 | 2024-12-20T21:16:11.058Z | Downloaded chrono v0.4.38 |
900 | 2024-12-20T21:16:11.065Z | Downloaded zopfli v0.8.1 |
901 | 2024-12-20T21:16:11.068Z | Downloaded uuid v1.11.0 |
902 | 2024-12-20T21:16:11.071Z | Downloaded portable-atomic v1.9.0 |
903 | 2024-12-20T21:16:11.077Z | Downloaded elliptic-curve v0.13.8 |
904 | 2024-12-20T21:16:11.081Z | Downloaded idna v0.4.0 |
905 | 2024-12-20T21:16:11.088Z | Downloaded aws-lc-rs v1.10.0 |
906 | 2024-12-20T21:16:11.097Z | Downloaded zerocopy v0.6.6 |
907 | 2024-12-20T21:16:11.100Z | Downloaded serde_with v3.11.0 |
908 | 2024-12-20T21:16:11.108Z | Downloaded zerocopy-derive v0.8.10 |
909 | 2024-12-20T21:16:11.114Z | Downloaded tokio-util v0.7.12 |
910 | 2024-12-20T21:16:11.120Z | Downloaded vergen v8.3.2 |
911 | 2024-12-20T21:16:11.123Z | Downloaded toml_edit v0.19.15 |
912 | 2024-12-20T21:16:11.140Z | Downloaded rand v0.8.5 |
913 | 2024-12-20T21:16:11.151Z | Downloaded openssl-sys v0.9.103 |
914 | 2024-12-20T21:16:11.162Z | Downloaded rustyline v14.0.0 |
915 | 2024-12-20T21:16:11.162Z | Downloaded rustls-webpki v0.101.7 |
916 | 2024-12-20T21:16:11.166Z | Downloaded rayon-core v1.12.1 |
917 | 2024-12-20T21:16:11.170Z | Downloaded hashbrown v0.13.2 |
918 | 2024-12-20T21:16:11.177Z | Downloaded tungstenite v0.21.0 |
919 | 2024-12-20T21:16:11.187Z | Downloaded steno v0.4.1 |
920 | 2024-12-20T21:16:11.190Z | Downloaded idna v0.2.3 |
921 | 2024-12-20T21:16:11.190Z | Downloaded typed-path v0.9.3 |
922 | 2024-12-20T21:16:11.196Z | Downloaded webpki-roots v0.26.6 |
923 | 2024-12-20T21:16:11.200Z | Downloaded futures-util v0.3.31 |
924 | 2024-12-20T21:16:11.210Z | Downloaded unicode-normalization v0.1.24 |
925 | 2024-12-20T21:16:11.225Z | Downloaded quick-xml v0.33.0 |
926 | 2024-12-20T21:16:11.227Z | Downloaded vcpkg v0.2.15 |
927 | 2024-12-20T21:16:11.258Z | Downloaded hashbrown v0.14.5 |
928 | 2024-12-20T21:16:11.263Z | Downloaded curve25519-dalek v4.1.3 |
929 | 2024-12-20T21:16:11.271Z | Downloaded gimli v0.31.1 |
930 | 2024-12-20T21:16:11.279Z | Downloaded num-bigint-dig v0.8.4 |
931 | 2024-12-20T21:16:11.284Z | Downloaded h2 v0.4.6 |
932 | 2024-12-20T21:16:11.291Z | Downloaded git2 v0.19.0 |
933 | 2024-12-20T21:16:11.299Z | Downloaded winnow v0.5.40 |
934 | 2024-12-20T21:16:11.308Z | Downloaded unicode-width v0.2.0 |
935 | 2024-12-20T21:16:11.314Z | Downloaded reqwest v0.12.9 |
936 | 2024-12-20T21:16:11.323Z | Downloaded regex v1.11.1 |
937 | 2024-12-20T21:16:11.335Z | Downloaded p384 v0.13.0 |
938 | 2024-12-20T21:16:11.344Z | Downloaded openssl v0.10.66 |
939 | 2024-12-20T21:16:11.351Z | Downloaded polar-core v0.27.3 |
940 | 2024-12-20T21:16:11.360Z | Downloaded dropshot v0.13.0 |
941 | 2024-12-20T21:16:11.380Z | Downloaded regex-syntax v0.6.29 |
942 | 2024-12-20T21:16:11.388Z | Downloaded rustls v0.23.19 |
943 | 2024-12-20T21:16:11.398Z | Downloaded rustls v0.21.12 |
944 | 2024-12-20T21:16:11.409Z | Downloaded zerocopy v0.8.10 |
945 | 2024-12-20T21:16:11.432Z | Downloaded radix_trie v0.2.1 |
946 | 2024-12-20T21:16:11.437Z | Downloaded smoltcp v0.9.1 |
947 | 2024-12-20T21:16:11.447Z | Downloaded object v0.30.4 |
948 | 2024-12-20T21:16:11.457Z | Downloaded nix v0.27.1 |
949 | 2024-12-20T21:16:11.467Z | Downloaded object v0.36.5 |
950 | 2024-12-20T21:16:11.478Z | Downloaded nix v0.28.0 |
951 | 2024-12-20T21:16:11.491Z | Downloaded nix v0.29.0 |
952 | 2024-12-20T21:16:11.501Z | Downloaded regex-syntax v0.8.5 |
953 | 2024-12-20T21:16:11.510Z | Downloaded diesel v2.2.6 |
954 | 2024-12-20T21:16:11.528Z | Downloaded smoltcp v0.11.0 |
955 | 2024-12-20T21:16:11.540Z | Downloaded openapiv3 v2.0.0 |
956 | 2024-12-20T21:16:11.554Z | Downloaded rustls v0.22.4 |
957 | 2024-12-20T21:16:11.565Z | Downloaded bstr v1.10.0 |
958 | 2024-12-20T21:16:11.584Z | Downloaded typify-impl v0.2.0 |
959 | 2024-12-20T21:16:11.593Z | Downloaded hickory-proto v0.24.1 |
960 | 2024-12-20T21:16:11.605Z | Downloaded sled v0.34.7 |
961 | 2024-12-20T21:16:11.616Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
962 | 2024-12-20T21:16:11.627Z | Downloaded chrono-tz v0.10.0 |
963 | 2024-12-20T21:16:11.635Z | Downloaded regress v0.9.1 |
964 | 2024-12-20T21:16:11.644Z | Downloaded ratatui v0.28.1 |
965 | 2024-12-20T21:16:11.662Z | Downloaded regex-automata v0.4.8 |
966 | 2024-12-20T21:16:11.678Z | Downloaded zerocopy-derive v0.6.6 |
967 | 2024-12-20T21:16:11.687Z | Downloaded dropshot v0.12.0 |
968 | 2024-12-20T21:16:11.706Z | Downloaded regress v0.10.1 |
969 | 2024-12-20T21:16:11.715Z | Downloaded lzma-sys v0.1.20 |
970 | 2024-12-20T21:16:11.742Z | Downloaded trust-dns-proto v0.22.0 |
971 | 2024-12-20T21:16:11.755Z | Downloaded petgraph v0.6.5 |
972 | 2024-12-20T21:16:11.771Z | Downloaded petname v2.0.2 |
973 | 2024-12-20T21:16:11.777Z | Downloaded tough v0.19.0 |
974 | 2024-12-20T21:16:11.783Z | Downloaded idna v0.3.0 |
975 | 2024-12-20T21:16:11.790Z | Downloaded expectorate v1.1.0 |
976 | 2024-12-20T21:16:11.794Z | Downloaded rustls-webpki v0.102.8 |
977 | 2024-12-20T21:16:11.809Z | Downloaded libz-sys v1.1.20 |
978 | 2024-12-20T21:16:11.829Z | Downloaded csv v1.3.0 |
979 | 2024-12-20T21:16:11.849Z | Downloaded tokio v1.40.0 |
980 | 2024-12-20T21:16:11.885Z | Downloaded proptest v1.5.0 |
981 | 2024-12-20T21:16:11.894Z | Downloaded idna v0.5.0 |
982 | 2024-12-20T21:16:11.900Z | Downloaded sqlparser v0.45.0 |
983 | 2024-12-20T21:16:11.906Z | Downloaded darling_core v0.20.10 |
984 | 2024-12-20T21:16:11.910Z | Downloaded rusqlite v0.32.1 |
985 | 2024-12-20T21:16:11.916Z | Downloaded bitvec v1.0.1 |
986 | 2024-12-20T21:16:11.930Z | Downloaded bindgen v0.69.5 |
987 | 2024-12-20T21:16:11.937Z | Downloaded sha3 v0.10.8 |
988 | 2024-12-20T21:16:11.943Z | Downloaded similar v2.6.0 |
989 | 2024-12-20T21:16:11.946Z | Downloaded quinn v0.11.5 |
990 | 2024-12-20T21:16:11.949Z | Downloaded typify v0.2.0 |
991 | 2024-12-20T21:16:11.951Z | Downloaded rsa v0.9.6 |
992 | 2024-12-20T21:16:11.956Z | Downloaded flate2 v1.0.34 |
993 | 2024-12-20T21:16:11.961Z | Downloaded omicron-zone-package v0.11.1 |
994 | 2024-12-20T21:16:11.964Z | Downloaded string_cache v0.8.7 |
995 | 2024-12-20T21:16:11.966Z | Downloaded predicates v3.1.2 |
996 | 2024-12-20T21:16:11.969Z | Downloaded postcard v1.0.10 |
997 | 2024-12-20T21:16:11.972Z | Downloaded p256 v0.13.2 |
998 | 2024-12-20T21:16:11.974Z | Downloaded nom v7.1.3 |
999 | 2024-12-20T21:16:11.977Z | Downloaded p521 v0.13.3 |
1000 | 2024-12-20T21:16:11.981Z | Downloaded zeroize v1.8.1 |
1001 | 2024-12-20T21:16:11.983Z | Downloaded unarray v0.1.4 |
1002 | 2024-12-20T21:16:11.985Z | Downloaded sqlformat v0.2.6 |
1003 | 2024-12-20T21:16:11.985Z | Downloaded diesel_derives v2.2.3 |
1004 | 2024-12-20T21:16:11.988Z | Downloaded russh-keys v0.45.0 |
1005 | 2024-12-20T21:16:11.991Z | Downloaded x509-cert v0.2.5 |
1006 | 2024-12-20T21:16:11.996Z | Downloaded futures v0.3.31 |
1007 | 2024-12-20T21:16:12.001Z | Downloaded postgres-types v0.2.8 |
1008 | 2024-12-20T21:16:12.003Z | Downloaded postgres-protocol v0.6.7 |
1009 | 2024-12-20T21:16:12.005Z | Downloaded diff v0.1.13 |
1010 | 2024-12-20T21:16:12.008Z | Downloaded owo-colors v4.1.0 |
1011 | 2024-12-20T21:16:12.011Z | Downloaded idna v1.0.3 |
1012 | 2024-12-20T21:16:12.013Z | Downloaded sha1 v0.10.6 |
1013 | 2024-12-20T21:16:12.016Z | Downloaded rtoolbox v0.0.2 |
1014 | 2024-12-20T21:16:12.017Z | Downloaded sct v0.7.1 |
1015 | 2024-12-20T21:16:12.019Z | Downloaded float-ord v0.3.2 |
1016 | 2024-12-20T21:16:12.022Z | Downloaded flagset v0.4.6 |
1017 | 2024-12-20T21:16:12.022Z | Downloaded hyper v1.5.0 |
1018 | 2024-12-20T21:16:12.027Z | Downloaded snafu v0.8.5 |
1019 | 2024-12-20T21:16:12.032Z | Downloaded rustls-pemfile v1.0.4 |
1020 | 2024-12-20T21:16:12.035Z | Downloaded publicsuffix v2.2.3 |
1021 | 2024-12-20T21:16:12.037Z | Downloaded crossterm v0.28.1 |
1022 | 2024-12-20T21:16:12.042Z | Downloaded fatfs v0.3.6 |
1023 | 2024-12-20T21:16:12.045Z | Downloaded unicode_categories v0.1.1 |
1024 | 2024-12-20T21:16:12.047Z | Downloaded encoding_rs v0.8.34 |
1025 | 2024-12-20T21:16:12.068Z | Downloaded globset v0.4.15 |
1026 | 2024-12-20T21:16:12.070Z | Downloaded zip v0.6.6 |
1027 | 2024-12-20T21:16:12.073Z | Downloaded qorb v0.2.1 |
1028 | 2024-12-20T21:16:12.077Z | Downloaded derive_builder_core v0.20.2 |
1029 | 2024-12-20T21:16:12.079Z | Downloaded derive_builder v0.20.2 |
1030 | 2024-12-20T21:16:12.083Z | Downloaded pkcs5 v0.7.1 |
1031 | 2024-12-20T21:16:12.086Z | Downloaded itertools v0.12.1 |
1032 | 2024-12-20T21:16:12.092Z | Downloaded heapless v0.8.0 |
1033 | 2024-12-20T21:16:12.096Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1034 | 2024-12-20T21:16:12.098Z | Downloaded waitgroup v0.1.2 |
1035 | 2024-12-20T21:16:12.098Z | Downloaded vte_generate_state_changes v0.1.2 |
1036 | 2024-12-20T21:16:12.098Z | Downloaded slog-json v2.6.1 |
1037 | 2024-12-20T21:16:12.102Z | Downloaded poly1305 v0.8.0 |
1038 | 2024-12-20T21:16:12.104Z | Downloaded libm v0.2.8 |
1039 | 2024-12-20T21:16:12.109Z | Downloaded heapless v0.7.17 |
1040 | 2024-12-20T21:16:12.113Z | Downloaded headers v0.4.0 |
1041 | 2024-12-20T21:16:12.118Z | Downloaded unicode-bidi v0.3.17 |
1042 | 2024-12-20T21:16:12.120Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1043 | 2024-12-20T21:16:12.202Z | Downloaded foreign-types v0.5.0 |
1044 | 2024-12-20T21:16:12.206Z | Downloaded wyz v0.5.1 |
1045 | 2024-12-20T21:16:12.208Z | Downloaded thiserror-no-std v2.0.2 |
1046 | 2024-12-20T21:16:12.210Z | Downloaded thiserror-impl-no-std v2.0.2 |
1047 | 2024-12-20T21:16:12.210Z | Downloaded getrandom v0.2.15 |
1048 | 2024-12-20T21:16:12.213Z | Downloaded der v0.7.9 |
1049 | 2024-12-20T21:16:12.218Z | Downloaded url v2.5.3 |
1050 | 2024-12-20T21:16:12.222Z | Downloaded tracing-core v0.1.32 |
1051 | 2024-12-20T21:16:12.228Z | Downloaded slog-envlogger v2.2.0 |
1052 | 2024-12-20T21:16:12.231Z | Downloaded slog-dtrace v0.3.0 |
1053 | 2024-12-20T21:16:12.231Z | Downloaded ref-cast v1.0.23 |
1054 | 2024-12-20T21:16:12.231Z | Downloaded subprocess v0.2.9 |
1055 | 2024-12-20T21:16:12.233Z | Downloaded socket2 v0.5.7 |
1056 | 2024-12-20T21:16:12.235Z | Downloaded mio v1.0.2 |
1057 | 2024-12-20T21:16:12.243Z | Downloaded num-iter v0.1.45 |
1058 | 2024-12-20T21:16:12.246Z | Downloaded num-integer v0.1.46 |
1059 | 2024-12-20T21:16:12.248Z | Downloaded crossbeam-channel v0.5.13 |
1060 | 2024-12-20T21:16:12.251Z | Downloaded bumpalo v3.16.0 |
1061 | 2024-12-20T21:16:12.255Z | Downloaded base64 v0.22.1 |
1062 | 2024-12-20T21:16:12.259Z | Downloaded fallible-streaming-iterator v0.1.9 |
1063 | 2024-12-20T21:16:12.261Z | Downloaded fallible-iterator v0.3.0 |
1064 | 2024-12-20T21:16:12.261Z | Downloaded fallible-iterator v0.2.0 |
1065 | 2024-12-20T21:16:12.265Z | Downloaded diesel-dtrace v0.4.2 |
1066 | 2024-12-20T21:16:12.265Z | Downloaded dirs-next v2.0.0 |
1067 | 2024-12-20T21:16:12.269Z | Downloaded zone v0.1.8 |
1068 | 2024-12-20T21:16:12.269Z | Downloaded pkcs8 v0.10.2 |
1069 | 2024-12-20T21:16:12.269Z | Downloaded universal-hash v0.5.1 |
1070 | 2024-12-20T21:16:12.271Z | Downloaded smallvec v0.6.14 |
1071 | 2024-12-20T21:16:12.271Z | Downloaded siphasher v0.3.11 |
1072 | 2024-12-20T21:16:12.273Z | Downloaded dropshot_endpoint v0.13.0 |
1073 | 2024-12-20T21:16:12.276Z | Downloaded displaydoc v0.2.5 |
1074 | 2024-12-20T21:16:12.279Z | Downloaded serde_path_to_error v0.1.16 |
1075 | 2024-12-20T21:16:12.279Z | Downloaded crypto-bigint v0.5.5 |
1076 | 2024-12-20T21:16:12.286Z | Downloaded base64 v0.21.7 |
1077 | 2024-12-20T21:16:12.290Z | Downloaded defmt v0.3.8 |
1078 | 2024-12-20T21:16:12.293Z | Downloaded zerovec-derive v0.10.3 |
1079 | 2024-12-20T21:16:12.296Z | Downloaded yoke v0.7.4 |
1080 | 2024-12-20T21:16:12.299Z | Downloaded progenitor-impl v0.8.0 |
1081 | 2024-12-20T21:16:12.299Z | Downloaded tokio-tungstenite v0.21.0 |
1082 | 2024-12-20T21:16:12.302Z | Downloaded tokio-stream v0.1.16 |
1083 | 2024-12-20T21:16:12.304Z | Downloaded ron v0.8.1 |
1084 | 2024-12-20T21:16:12.310Z | Downloaded pkg-config v0.3.31 |
1085 | 2024-12-20T21:16:12.313Z | Downloaded phf_generator v0.11.2 |
1086 | 2024-12-20T21:16:12.313Z | Downloaded dyn-clone v1.0.17 |
1087 | 2024-12-20T21:16:12.316Z | Downloaded debug-ignore v1.0.5 |
1088 | 2024-12-20T21:16:12.316Z | Downloaded data-encoding v2.6.0 |
1089 | 2024-12-20T21:16:12.318Z | Downloaded walkdir v2.5.0 |
1090 | 2024-12-20T21:16:12.318Z | Downloaded slog-term v2.9.1 |
1091 | 2024-12-20T21:16:12.320Z | Downloaded heck v0.3.3 |
1092 | 2024-12-20T21:16:12.323Z | Downloaded hickory-server v0.24.1 |
1093 | 2024-12-20T21:16:12.326Z | Downloaded icu_provider v1.5.0 |
1094 | 2024-12-20T21:16:12.329Z | Downloaded chacha20poly1305 v0.10.1 |
1095 | 2024-12-20T21:16:12.331Z | Downloaded base64 v0.13.1 |
1096 | 2024-12-20T21:16:12.335Z | Downloaded arc-swap v1.7.1 |
1097 | 2024-12-20T21:16:12.337Z | Downloaded ghash v0.5.1 |
1098 | 2024-12-20T21:16:12.339Z | Downloaded mockall_derive v0.13.0 |
1099 | 2024-12-20T21:16:12.341Z | Downloaded slog-stdlog v4.1.1 |
1100 | 2024-12-20T21:16:12.344Z | Downloaded slog-scope v4.4.0 |
1101 | 2024-12-20T21:16:12.347Z | Downloaded signature v2.2.0 |
1102 | 2024-12-20T21:16:12.347Z | Downloaded serde_plain v1.0.2 |
1103 | 2024-12-20T21:16:12.347Z | Downloaded crossbeam-utils v0.8.20 |
1104 | 2024-12-20T21:16:12.351Z | Downloaded cookie v0.18.1 |
1105 | 2024-12-20T21:16:12.354Z | Downloaded blake2 v0.10.6 |
1106 | 2024-12-20T21:16:12.357Z | Downloaded clang-sys v1.8.1 |
1107 | 2024-12-20T21:16:12.360Z | Downloaded rpassword v7.3.1 |
1108 | 2024-12-20T21:16:12.360Z | Downloaded rand_chacha v0.3.1 |
1109 | 2024-12-20T21:16:12.361Z | Downloaded icu_normalizer v1.5.0 |
1110 | 2024-12-20T21:16:12.363Z | Downloaded async-trait v0.1.83 |
1111 | 2024-12-20T21:16:12.367Z | Downloaded tabwriter v1.4.0 |
1112 | 2024-12-20T21:16:12.370Z | Downloaded stable_deref_trait v1.2.0 |
1113 | 2024-12-20T21:16:12.370Z | Downloaded ssh-encoding v0.2.0 |
1114 | 2024-12-20T21:16:12.370Z | Downloaded simd-adler32 v0.3.7 |
1115 | 2024-12-20T21:16:12.372Z | Downloaded sigpipe v0.1.3 |
1116 | 2024-12-20T21:16:12.372Z | Downloaded rustc_version v0.4.1 |
1117 | 2024-12-20T21:16:12.375Z | Downloaded crc32fast v1.4.2 |
1118 | 2024-12-20T21:16:12.375Z | Downloaded async-bb8-diesel v0.2.1 |
1119 | 2024-12-20T21:16:12.377Z | Downloaded memmap2 v0.9.5 |
1120 | 2024-12-20T21:16:12.381Z | Downloaded maybe-uninit v2.0.0 |
1121 | 2024-12-20T21:16:12.387Z | Downloaded lock_api v0.4.12 |
1122 | 2024-12-20T21:16:12.387Z | Downloaded libsw v3.3.1 |
1123 | 2024-12-20T21:16:12.392Z | Downloaded cancel-safe-futures v0.1.5 |
1124 | 2024-12-20T21:16:12.392Z | Downloaded backoff v0.4.0 |
1125 | 2024-12-20T21:16:12.392Z | Downloaded const_format_proc_macros v0.2.33 |
1126 | 2024-12-20T21:16:12.395Z | Downloaded bzip2 v0.4.4 |
1127 | 2024-12-20T21:16:12.395Z | Downloaded bcs v0.1.6 |
1128 | 2024-12-20T21:16:12.399Z | Downloaded base64ct v1.6.0 |
1129 | 2024-12-20T21:16:12.399Z | Downloaded arrayvec v0.7.6 |
1130 | 2024-12-20T21:16:12.401Z | Downloaded jobserver v0.1.32 |
1131 | 2024-12-20T21:16:12.402Z | Downloaded highway v1.2.0 |
1132 | 2024-12-20T21:16:12.404Z | Downloaded hyper-rustls v0.27.3 |
1133 | 2024-12-20T21:16:12.407Z | Downloaded argon2 v0.5.3 |
1134 | 2024-12-20T21:16:12.410Z | Downloaded addr2line v0.24.2 |
1135 | 2024-12-20T21:16:12.413Z | Downloaded curve25519-dalek-derive v0.1.1 |
1136 | 2024-12-20T21:16:12.413Z | Downloaded inout v0.1.3 |
1137 | 2024-12-20T21:16:12.417Z | Downloaded httpdate v1.0.3 |
1138 | 2024-12-20T21:16:12.417Z | Downloaded http-body-util v0.1.2 |
1139 | 2024-12-20T21:16:12.419Z | Downloaded ctr v0.9.2 |
1140 | 2024-12-20T21:16:12.420Z | Downloaded chrono-tz-build v0.4.0 |
1141 | 2024-12-20T21:16:12.420Z | Downloaded kstat-rs v0.2.4 |
1142 | 2024-12-20T21:16:12.422Z | Downloaded libefi-sys v0.1.0 |
1143 | 2024-12-20T21:16:12.422Z | Downloaded ipnetwork v0.20.0 |
1144 | 2024-12-20T21:16:12.424Z | Downloaded mime v0.3.17 |
1145 | 2024-12-20T21:16:12.425Z | Downloaded lru v0.12.5 |
1146 | 2024-12-20T21:16:12.427Z | Downloaded linear-map v1.2.0 |
1147 | 2024-12-20T21:16:12.427Z | Downloaded lazy_static v1.5.0 |
1148 | 2024-12-20T21:16:12.430Z | Downloaded lalrpop-util v0.19.12 |
1149 | 2024-12-20T21:16:12.430Z | Downloaded is-terminal v0.4.13 |
1150 | 2024-12-20T21:16:12.432Z | Downloaded convert_case v0.4.0 |
1151 | 2024-12-20T21:16:12.432Z | Downloaded bb8 v0.8.5 |
1152 | 2024-12-20T21:16:12.435Z | Downloaded keccak v0.1.5 |
1153 | 2024-12-20T21:16:12.435Z | Downloaded cassowary v0.3.0 |
1154 | 2024-12-20T21:16:12.441Z | Downloaded bitfield-struct v0.6.2 |
1155 | 2024-12-20T21:16:12.441Z | Downloaded async-stream v0.3.6 |
1156 | 2024-12-20T21:16:12.443Z | Downloaded assert_matches v1.5.0 |
1157 | 2024-12-20T21:16:12.443Z | Downloaded instability v0.3.2 |
1158 | 2024-12-20T21:16:12.444Z | Downloaded humantime v2.1.0 |
1159 | 2024-12-20T21:16:12.444Z | Downloaded cmake v0.1.51 |
1160 | 2024-12-20T21:16:12.444Z | Downloaded cexpr v0.6.0 |
1161 | 2024-12-20T21:16:12.447Z | Downloaded impl-trait-for-tuples v0.2.2 |
1162 | 2024-12-20T21:16:12.450Z | Downloaded hubpack v0.1.2 |
1163 | 2024-12-20T21:16:12.450Z | Downloaded chacha20 v0.9.1 |
1164 | 2024-12-20T21:16:12.453Z | Downloaded bit-set v0.5.3 |
1165 | 2024-12-20T21:16:12.453Z | Downloaded bcrypt-pbkdf v0.10.0 |
1166 | 2024-12-20T21:16:12.453Z | Downloaded hostname v0.3.1 |
1167 | 2024-12-20T21:16:12.456Z | Downloaded hex-literal v0.4.1 |
1168 | 2024-12-20T21:16:12.456Z | Downloaded cbc v0.1.2 |
1169 | 2024-12-20T21:16:12.460Z | Downloaded base16ct v0.2.0 |
1170 | 2024-12-20T21:16:12.460Z | Downloaded headers-core v0.3.0 |
1171 | 2024-12-20T21:16:12.464Z | Downloaded array-init v0.0.4 |
1172 | 2024-12-20T21:16:12.558Z | Downloaded ring v0.17.8 |
1173 | 2024-12-20T21:16:12.676Z | Downloaded ring v0.16.20 |
1174 | 2024-12-20T21:16:12.761Z | Downloaded libsqlite3-sys v0.30.1 |
1175 | 2024-12-20T21:16:13.022Z | Downloaded aws-lc-sys v0.22.0 |
1176 | 2024-12-20T21:16:13.325Z | Compiling serde v1.0.215 |
1177 | 2024-12-20T21:16:13.328Z | Compiling lock_api v0.4.12 |
1178 | 2024-12-20T21:16:13.328Z | Compiling scopeguard v1.2.0 |
1179 | 2024-12-20T21:16:13.328Z | Compiling value-bag v1.9.0 |
1180 | 2024-12-20T21:16:13.328Z | Compiling typenum v1.17.0 |
1181 | 2024-12-20T21:16:13.328Z | Compiling generic-array v0.14.7 |
1182 | 2024-12-20T21:16:13.537Z | Compiling syn v2.0.87 |
1183 | 2024-12-20T21:16:13.553Z | Compiling getrandom v0.2.15 |
1184 | 2024-12-20T21:16:13.620Z | Compiling shlex v1.3.0 |
1185 | 2024-12-20T21:16:13.813Z | Compiling rand_core v0.6.4 |
1186 | 2024-12-20T21:16:14.029Z | Compiling log v0.4.22 |
1187 | 2024-12-20T21:16:14.047Z | Compiling subtle v2.6.1 |
1188 | 2024-12-20T21:16:14.078Z | Compiling jobserver v0.1.32 |
1189 | 2024-12-20T21:16:14.143Z | Compiling smallvec v1.13.2 |
1190 | 2024-12-20T21:16:14.367Z | Compiling const-oid v0.9.6 |
1191 | 2024-12-20T21:16:14.401Z | Compiling pin-project-lite v0.2.14 |
1192 | 2024-12-20T21:16:14.477Z | Compiling cc v1.1.30 |
1193 | 2024-12-20T21:16:14.531Z | Compiling spin v0.9.8 |
1194 | 2024-12-20T21:16:14.573Z | Compiling rustix v0.38.37 |
1195 | 2024-12-20T21:16:14.943Z | Compiling parking_lot_core v0.9.10 |
1196 | 2024-12-20T21:16:14.963Z | Compiling futures-core v0.3.31 |
1197 | 2024-12-20T21:16:15.060Z | Compiling signal-hook-registry v1.4.2 |
1198 | 2024-12-20T21:16:15.231Z | Compiling mio v1.0.2 |
1199 | 2024-12-20T21:16:15.491Z | Compiling aho-corasick v1.1.3 |
1200 | 2024-12-20T21:16:15.862Z | Compiling parking_lot v0.12.3 |
1201 | 2024-12-20T21:16:16.081Z | Compiling cpufeatures v0.2.14 |
1202 | 2024-12-20T21:16:16.181Z | Compiling regex-syntax v0.8.5 |
1203 | 2024-12-20T21:16:16.232Z | Compiling lazy_static v1.5.0 |
1204 | 2024-12-20T21:16:16.349Z | Compiling stable_deref_trait v1.2.0 |
1205 | 2024-12-20T21:16:16.371Z | Compiling either v1.13.0 |
1206 | 2024-12-20T21:16:16.442Z | Compiling glob v0.3.1 |
1207 | 2024-12-20T21:16:16.463Z | Compiling futures-sink v0.3.31 |
1208 | 2024-12-20T21:16:16.620Z | Compiling socket2 v0.5.7 |
1209 | 2024-12-20T21:16:16.798Z | Compiling slab v0.4.9 |
1210 | 2024-12-20T21:16:16.801Z | Compiling prettyplease v0.2.25 |
1211 | 2024-12-20T21:16:17.255Z | Compiling minimal-lexical v0.2.1 |
1212 | 2024-12-20T21:16:17.519Z | Compiling clang-sys v1.8.1 |
1213 | 2024-12-20T21:16:17.559Z | Compiling libloading v0.8.5 |
1214 | 2024-12-20T21:16:17.656Z | Compiling nom v7.1.3 |
1215 | 2024-12-20T21:16:17.769Z | Compiling bindgen v0.69.5 |
1216 | 2024-12-20T21:16:17.987Z | Compiling serde_json v1.0.132 |
1217 | 2024-12-20T21:16:18.249Z | Compiling home v0.5.9 |
1218 | 2024-12-20T21:16:18.519Z | Compiling itertools v0.10.5 |
1219 | 2024-12-20T21:16:18.571Z | Compiling futures-channel v0.3.31 |
1220 | 2024-12-20T21:16:18.747Z | Compiling foldhash v0.1.3 |
1221 | 2024-12-20T21:16:19.002Z | Compiling rustc-hash v1.1.0 |
1222 | 2024-12-20T21:16:19.075Z | Compiling allocator-api2 v0.2.18 |
1223 | 2024-12-20T21:16:19.150Z | Compiling futures-io v0.3.31 |
1224 | 2024-12-20T21:16:19.466Z | Compiling pin-utils v0.1.0 |
1225 | 2024-12-20T21:16:19.559Z | Compiling lazycell v1.3.0 |
1226 | 2024-12-20T21:16:19.743Z | Compiling futures-task v0.3.31 |
1227 | 2024-12-20T21:16:19.854Z | Compiling regex-automata v0.4.8 |
1228 | 2024-12-20T21:16:20.052Z | Compiling hashbrown v0.15.1 |
1229 | 2024-12-20T21:16:21.202Z | Compiling synstructure v0.13.1 |
1230 | 2024-12-20T21:16:21.422Z | Compiling cexpr v0.6.0 |
1231 | 2024-12-20T21:16:21.443Z | Compiling cmake v0.1.51 |
1232 | 2024-12-20T21:16:22.517Z | Compiling libm v0.2.8 |
1233 | 2024-12-20T21:16:22.860Z | Compiling dunce v1.0.5 |
1234 | 2024-12-20T21:16:22.987Z | Compiling fs_extra v1.3.0 |
1235 | 2024-12-20T21:16:23.005Z | Compiling tinyvec_macros v0.1.1 |
1236 | 2024-12-20T21:16:23.099Z | Compiling pkg-config v0.3.31 |
1237 | 2024-12-20T21:16:23.101Z | Compiling tinyvec v1.8.0 |
1238 | 2024-12-20T21:16:23.277Z | Compiling num-traits v0.2.19 |
1239 | 2024-12-20T21:16:23.808Z | Compiling ring v0.17.8 |
1240 | 2024-12-20T21:16:24.561Z | Compiling writeable v0.5.5 |
1241 | 2024-12-20T21:16:24.626Z | Compiling unicode-normalization v0.1.24 |
1242 | 2024-12-20T21:16:24.657Z | Compiling unicode-bidi v0.3.17 |
1243 | 2024-12-20T21:16:24.958Z | Compiling litemap v0.7.3 |
1244 | 2024-12-20T21:16:24.990Z | Compiling base64ct v1.6.0 |
1245 | 2024-12-20T21:16:25.131Z | Compiling paste v1.0.15 |
1246 | 2024-12-20T21:16:25.559Z | Compiling regex v1.11.1 |
1247 | 2024-12-20T21:16:25.688Z | Compiling pem-rfc7468 v0.7.0 |
1248 | 2024-12-20T21:16:26.046Z | Compiling httparse v1.9.5 |
1249 | 2024-12-20T21:16:26.439Z | Compiling flagset v0.4.6 |
1250 | 2024-12-20T21:16:26.593Z | Compiling aws-lc-rs v1.10.0 |
1251 | 2024-12-20T21:16:26.823Z | Compiling tracing-core v0.1.32 |
1252 | 2024-12-20T21:16:27.035Z | Compiling percent-encoding v2.3.1 |
1253 | 2024-12-20T21:16:27.444Z | Compiling crossbeam-utils v0.8.20 |
1254 | 2024-12-20T21:16:27.726Z | Compiling rustls-pki-types v1.10.0 |
1255 | 2024-12-20T21:16:27.789Z | Compiling icu_locid_transform_data v1.5.0 |
1256 | 2024-12-20T21:16:27.983Z | Compiling serde_derive v1.0.215 |
1257 | 2024-12-20T21:16:28.016Z | Compiling zeroize_derive v1.4.2 |
1258 | 2024-12-20T21:16:28.282Z | Compiling zerocopy-derive v0.7.35 |
1259 | 2024-12-20T21:16:28.552Z | Compiling tokio-macros v2.4.0 |
1260 | 2024-12-20T21:16:28.761Z | Compiling zerofrom-derive v0.1.4 |
1261 | 2024-12-20T21:16:29.596Z | Compiling zeroize v1.8.1 |
1262 | 2024-12-20T21:16:30.167Z | Compiling yoke-derive v0.7.4 |
1263 | 2024-12-20T21:16:30.613Z | Compiling thiserror-impl v1.0.69 |
1264 | 2024-12-20T21:16:30.635Z | Compiling zerocopy v0.7.35 |
1265 | 2024-12-20T21:16:31.337Z | Compiling crypto-common v0.1.6 |
1266 | 2024-12-20T21:16:31.550Z | Compiling block-buffer v0.10.4 |
1267 | 2024-12-20T21:16:31.812Z | Compiling digest v0.10.7 |
1268 | 2024-12-20T21:16:32.266Z | Compiling zerovec-derive v0.10.3 |
1269 | 2024-12-20T21:16:32.350Z | Compiling hmac v0.12.1 |
1270 | 2024-12-20T21:16:32.540Z | Compiling futures-macro v0.3.31 |
1271 | 2024-12-20T21:16:32.562Z | Compiling block-padding v0.3.3 |
1272 | 2024-12-20T21:16:32.598Z | Compiling displaydoc v0.2.5 |
1273 | 2024-12-20T21:16:32.814Z | Compiling inout v0.1.3 |
1274 | 2024-12-20T21:16:32.934Z | Compiling zerofrom v0.1.4 |
1275 | 2024-12-20T21:16:33.099Z | Compiling cipher v0.4.4 |
1276 | 2024-12-20T21:16:33.153Z | Compiling sha2 v0.10.8 |
1277 | 2024-12-20T21:16:33.261Z | Compiling yoke v0.7.4 |
1278 | 2024-12-20T21:16:33.643Z | Compiling ppv-lite86 v0.2.20 |
1279 | 2024-12-20T21:16:33.663Z | Compiling der_derive v0.7.3 |
1280 | 2024-12-20T21:16:34.074Z | Compiling thiserror v1.0.69 |
1281 | 2024-12-20T21:16:34.224Z | Compiling icu_provider_macros v1.5.0 |
1282 | 2024-12-20T21:16:34.336Z | Compiling tracing-attributes v0.1.27 |
1283 | 2024-12-20T21:16:34.464Z | Compiling rand_chacha v0.3.1 |
1284 | 2024-12-20T21:16:34.512Z | Compiling futures-util v0.3.31 |
1285 | 2024-12-20T21:16:35.020Z | Compiling zerovec v0.10.4 |
1286 | 2024-12-20T21:16:35.390Z | Compiling rand v0.8.5 |
1287 | 2024-12-20T21:16:36.191Z | Compiling der v0.7.9 |
1288 | 2024-12-20T21:16:36.654Z | Compiling pest v2.7.14 |
1289 | 2024-12-20T21:16:36.730Z | Compiling salsa20 v0.10.2 |
1290 | 2024-12-20T21:16:36.969Z | Compiling tinystr v0.7.6 |
1291 | 2024-12-20T21:16:37.389Z | Compiling icu_collections v1.5.0 |
1292 | 2024-12-20T21:16:37.488Z | Compiling icu_locid v1.5.0 |
1293 | 2024-12-20T21:16:37.647Z | Compiling pbkdf2 v0.12.2 |
1294 | 2024-12-20T21:16:37.863Z | Compiling icu_properties_data v1.5.0 |
1295 | 2024-12-20T21:16:38.161Z | Compiling vcpkg v0.2.15 |
1296 | 2024-12-20T21:16:38.236Z | Compiling tracing v0.1.40 |
1297 | 2024-12-20T21:16:38.767Z | Compiling icu_provider v1.5.0 |
1298 | 2024-12-20T21:16:38.889Z | Compiling spki v0.7.3 |
1299 | 2024-12-20T21:16:39.276Z | Compiling powerfmt v0.2.0 |
1300 | 2024-12-20T21:16:39.610Z | Compiling icu_locid_transform v1.5.0 |
1301 | 2024-12-20T21:16:39.684Z | Compiling untrusted v0.7.1 |
1302 | 2024-12-20T21:16:39.793Z | Compiling num-conv v0.1.0 |
1303 | 2024-12-20T21:16:39.858Z | Compiling untrusted v0.9.0 |
1304 | 2024-12-20T21:16:39.879Z | Compiling time-core v0.1.2 |
1305 | 2024-12-20T21:16:39.981Z | Compiling mirai-annotations v1.12.0 |
1306 | 2024-12-20T21:16:40.064Z | Compiling deranged v0.3.11 |
1307 | 2024-12-20T21:16:40.085Z | Compiling time-macros v0.2.18 |
1308 | 2024-12-20T21:16:40.175Z | Compiling pest_meta v2.7.14 |
1309 | 2024-12-20T21:16:40.382Z | Compiling openssl-sys v0.9.103 |
1310 | 2024-12-20T21:16:40.834Z | Compiling icu_properties v1.5.1 |
1311 | 2024-12-20T21:16:42.009Z | Compiling scrypt v0.11.0 |
1312 | 2024-12-20T21:16:42.417Z | Compiling bitflags v2.6.0 |
1313 | 2024-12-20T21:16:42.611Z | Compiling bytes v1.8.0 |
1314 | 2024-12-20T21:16:42.895Z | Compiling indexmap v2.6.0 |
1315 | 2024-12-20T21:16:43.460Z | Compiling semver v1.0.23 |
1316 | 2024-12-20T21:16:43.927Z | Compiling tokio v1.40.0 |
1317 | 2024-12-20T21:16:43.974Z | Compiling http v1.1.0 |
1318 | 2024-12-20T21:16:44.255Z | Compiling rustc_version v0.4.1 |
1319 | 2024-12-20T21:16:44.368Z | Compiling cbc v0.1.2 |
1320 | 2024-12-20T21:16:44.610Z | Compiling aes v0.8.4 |
1321 | 2024-12-20T21:16:45.041Z | Compiling scroll_derive v0.12.0 |
1322 | 2024-12-20T21:16:45.411Z | Compiling utf16_iter v1.0.5 |
1323 | 2024-12-20T21:16:45.619Z | Compiling num_threads v0.1.7 |
1324 | 2024-12-20T21:16:45.747Z | Compiling icu_normalizer_data v1.5.0 |
1325 | 2024-12-20T21:16:45.766Z | Compiling utf8_iter v1.0.4 |
1326 | 2024-12-20T21:16:45.858Z | Compiling write16 v1.0.0 |
1327 | 2024-12-20T21:16:45.933Z | Compiling atomic-waker v1.1.2 |
1328 | 2024-12-20T21:16:45.993Z | Compiling icu_normalizer v1.5.0 |
1329 | 2024-12-20T21:16:46.023Z | Compiling time v0.3.36 |
1330 | 2024-12-20T21:16:46.118Z | Compiling pkcs5 v0.7.1 |
1331 | 2024-12-20T21:16:46.463Z | Compiling http-body v1.0.1 |
1332 | 2024-12-20T21:16:46.533Z | Compiling scroll v0.12.0 |
1333 | 2024-12-20T21:16:46.798Z | Compiling which v4.4.2 |
1334 | 2024-12-20T21:16:47.095Z | Compiling pest_generator v2.7.14 |
1335 | 2024-12-20T21:16:47.435Z | Compiling form_urlencoded v1.2.1 |
1336 | 2024-12-20T21:16:47.533Z | Compiling try-lock v0.2.5 |
1337 | 2024-12-20T21:16:47.688Z | Compiling slog v2.7.0 |
1338 | 2024-12-20T21:16:47.776Z | Compiling goblin v0.8.2 |
1339 | 2024-12-20T21:16:48.079Z | Compiling want v0.3.1 |
1340 | 2024-12-20T21:16:48.237Z | Compiling idna_adapter v1.2.0 |
1341 | 2024-12-20T21:16:48.327Z | Compiling pkcs8 v0.10.2 |
1342 | 2024-12-20T21:16:48.352Z | Compiling httpdate v1.0.3 |
1343 | 2024-12-20T21:16:48.446Z | Compiling idna v1.0.3 |
1344 | 2024-12-20T21:16:49.042Z | Compiling uuid v1.11.0 |
1345 | 2024-12-20T21:16:49.203Z | Compiling pest_derive v2.7.14 |
1346 | 2024-12-20T21:16:49.734Z | Compiling toml_datetime v0.6.8 |
1347 | 2024-12-20T21:16:50.037Z | Compiling dtrace-parser v0.2.0 |
1348 | 2024-12-20T21:16:50.285Z | Compiling serde_tokenstream v0.2.2 |
1349 | 2024-12-20T21:16:50.345Z | Compiling serde_spanned v0.6.8 |
1350 | 2024-12-20T21:16:50.551Z | Compiling rustversion v1.0.17 |
1351 | 2024-12-20T21:16:50.570Z | Compiling iana-time-zone v0.1.61 |
1352 | 2024-12-20T21:16:50.905Z | Compiling openssl v0.10.66 |
1353 | 2024-12-20T21:16:51.037Z | Compiling foreign-types-shared v0.1.1 |
1354 | 2024-12-20T21:16:51.151Z | Compiling adler2 v2.0.0 |
1355 | 2024-12-20T21:16:51.300Z | Compiling base64 v0.22.1 |
1356 | 2024-12-20T21:16:51.330Z | Compiling match_cfg v0.1.0 |
1357 | 2024-12-20T21:16:51.369Z | Compiling tower-service v0.3.3 |
1358 | 2024-12-20T21:16:51.418Z | Compiling hostname v0.3.1 |
1359 | 2024-12-20T21:16:51.472Z | Compiling miniz_oxide v0.8.0 |
1360 | 2024-12-20T21:16:51.583Z | Compiling foreign-types v0.3.2 |
1361 | 2024-12-20T21:16:51.668Z | Compiling chrono v0.4.38 |
1362 | 2024-12-20T21:16:51.687Z | Compiling url v2.5.3 |
1363 | 2024-12-20T21:16:52.225Z | Compiling openssl-macros v0.1.1 |
1364 | 2024-12-20T21:16:53.003Z | Compiling tokio-util v0.7.12 |
1365 | 2024-12-20T21:16:53.041Z | Compiling async-trait v0.1.83 |
1366 | 2024-12-20T21:16:53.505Z | Compiling dof v0.3.0 |
1367 | 2024-12-20T21:16:53.743Z | Compiling dirs-sys-next v0.1.2 |
1368 | 2024-12-20T21:16:54.401Z | Compiling h2 v0.4.6 |
1369 | 2024-12-20T21:16:54.489Z | Compiling usdt-impl v0.5.0 |
1370 | 2024-12-20T21:16:55.500Z | Compiling syn v1.0.109 |
1371 | 2024-12-20T21:16:55.695Z | Compiling native-tls v0.2.12 |
1372 | 2024-12-20T21:16:56.070Z | Compiling rustls v0.22.4 |
1373 | 2024-12-20T21:16:56.089Z | Compiling siphasher v0.3.11 |
1374 | 2024-12-20T21:16:56.089Z | Compiling data-encoding v2.6.0 |
1375 | 2024-12-20T21:16:56.098Z | Compiling rustls v0.23.19 |
1376 | 2024-12-20T21:16:56.264Z | Compiling dirs-next v2.0.0 |
1377 | 2024-12-20T21:16:56.469Z | Compiling http-body-util v0.1.2 |
1378 | 2024-12-20T21:16:57.026Z | Compiling heapless v0.7.17 |
1379 | 2024-12-20T21:16:57.529Z | Compiling crossbeam-epoch v0.9.18 |
1380 | 2024-12-20T21:16:57.906Z | Compiling sha1 v0.10.6 |
1381 | 2024-12-20T21:16:58.199Z | Compiling signature v2.2.0 |
1382 | 2024-12-20T21:16:58.290Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1383 | 2024-12-20T21:16:58.318Z | Compiling serde_derive_internals v0.29.1 |
1384 | 2024-12-20T21:16:58.498Z | Compiling thread_local v1.1.8 |
1385 | 2024-12-20T21:16:58.517Z | Compiling multer v3.1.0 |
1386 | 2024-12-20T21:16:58.779Z | Compiling cookie v0.18.1 |
1387 | 2024-12-20T21:16:58.801Z | Compiling encoding_rs v0.8.34 |
1388 | 2024-12-20T21:16:59.059Z | Compiling schemars v0.8.21 |
1389 | 2024-12-20T21:16:59.084Z | Compiling slog-async v2.8.0 |
1390 | 2024-12-20T21:16:59.385Z | Compiling gimli v0.31.1 |
1391 | 2024-12-20T21:16:59.616Z | Compiling ipnet v2.10.1 |
1392 | 2024-12-20T21:16:59.670Z | Compiling openssl-probe v0.1.5 |
1393 | 2024-12-20T21:17:00.020Z | Compiling mime v0.3.17 |
1394 | 2024-12-20T21:17:00.645Z | Compiling rayon-core v1.12.1 |
1395 | 2024-12-20T21:17:00.884Z | Compiling signal-hook v0.3.17 |
1396 | 2024-12-20T21:17:00.914Z | Compiling unicode-properties v0.1.3 |
1397 | 2024-12-20T21:17:01.093Z | Compiling schemars_derive v0.8.21 |
1398 | 2024-12-20T21:17:01.288Z | Compiling stringprep v0.1.5 |
1399 | 2024-12-20T21:17:01.309Z | Compiling toml_edit v0.22.22 |
1400 | 2024-12-20T21:17:02.603Z | Compiling hyper v1.5.0 |
1401 | 2024-12-20T21:17:03.914Z | Compiling addr2line v0.24.2 |
1402 | 2024-12-20T21:17:04.625Z | Compiling usdt-macro v0.5.0 |
1403 | 2024-12-20T21:17:04.677Z | Compiling usdt-attr-macro v0.5.0 |
1404 | 2024-12-20T21:17:05.170Z | Compiling hyper-util v0.1.10 |
1405 | 2024-12-20T21:17:05.190Z | Compiling crossbeam-deque v0.8.5 |
1406 | 2024-12-20T21:17:05.587Z | Compiling term v0.7.0 |
1407 | 2024-12-20T21:17:06.076Z | Compiling slog-json v2.6.1 |
1408 | 2024-12-20T21:17:06.345Z | Compiling serde_urlencoded v0.7.1 |
1409 | 2024-12-20T21:17:06.450Z | Compiling curve25519-dalek v4.1.3 |
1410 | 2024-12-20T21:17:06.615Z | Compiling crossbeam-channel v0.5.13 |
1411 | 2024-12-20T21:17:06.844Z | Compiling futures-executor v0.3.31 |
1412 | 2024-12-20T21:17:07.058Z | Compiling enum-as-inner v0.6.1 |
1413 | 2024-12-20T21:17:07.061Z | Compiling md-5 v0.10.6 |
1414 | 2024-12-20T21:17:07.346Z | Compiling rustls-pemfile v2.2.0 |
1415 | 2024-12-20T21:17:07.446Z | Compiling async-stream-impl v0.3.6 |
1416 | 2024-12-20T21:17:07.715Z | Compiling num-integer v0.1.46 |
1417 | 2024-12-20T21:17:07.775Z | Compiling idna v0.3.0 |
1418 | 2024-12-20T21:17:08.174Z | Compiling idna v0.4.0 |
1419 | 2024-12-20T21:17:08.311Z | Compiling hash32 v0.2.1 |
1420 | 2024-12-20T21:17:08.507Z | Compiling ff v0.13.0 |
1421 | 2024-12-20T21:17:08.671Z | Compiling is-terminal v0.4.13 |
1422 | 2024-12-20T21:17:08.725Z | Compiling object v0.36.5 |
1423 | 2024-12-20T21:17:08.808Z | Compiling dropshot v0.12.0 |
1424 | 2024-12-20T21:17:08.843Z | Compiling anyhow v1.0.93 |
1425 | 2024-12-20T21:17:09.093Z | Compiling portable-atomic v1.9.0 |
1426 | 2024-12-20T21:17:09.419Z | Compiling dyn-clone v1.0.17 |
1427 | 2024-12-20T21:17:09.507Z | Compiling take_mut v0.2.2 |
1428 | 2024-12-20T21:17:09.648Z | Compiling smoltcp v0.9.1 |
1429 | 2024-12-20T21:17:09.670Z | Compiling rustc-demangle v0.1.24 |
1430 | 2024-12-20T21:17:09.827Z | Compiling linked-hash-map v0.5.6 |
1431 | 2024-12-20T21:17:09.884Z | Compiling utf-8 v0.7.6 |
1432 | 2024-12-20T21:17:10.139Z | Compiling base16ct v0.2.0 |
1433 | 2024-12-20T21:17:10.193Z | Compiling fallible-iterator v0.2.0 |
1434 | 2024-12-20T21:17:10.221Z | Compiling quick-error v1.2.3 |
1435 | 2024-12-20T21:17:10.335Z | Compiling num-bigint-dig v0.8.4 |
1436 | 2024-12-20T21:17:10.376Z | Compiling psl-types v2.0.11 |
1437 | 2024-12-20T21:17:10.446Z | Compiling resolv-conf v0.7.0 |
1438 | 2024-12-20T21:17:10.586Z | Compiling publicsuffix v2.2.3 |
1439 | 2024-12-20T21:17:10.648Z | Compiling sec1 v0.7.3 |
1440 | 2024-12-20T21:17:10.691Z | Compiling lru-cache v0.1.2 |
1441 | 2024-12-20T21:17:10.855Z | Compiling postgres-protocol v0.6.7 |
1442 | 2024-12-20T21:17:10.901Z | Compiling tungstenite v0.24.0 |
1443 | 2024-12-20T21:17:11.710Z | Compiling hickory-proto v0.24.1 |
1444 | 2024-12-20T21:17:12.165Z | Compiling async-stream v0.3.6 |
1445 | 2024-12-20T21:17:12.216Z | Compiling slog-term v2.9.1 |
1446 | 2024-12-20T21:17:12.523Z | Compiling group v0.13.0 |
1447 | 2024-12-20T21:17:12.872Z | Compiling usdt v0.5.0 |
1448 | 2024-12-20T21:17:13.386Z | Compiling num-iter v0.1.45 |
1449 | 2024-12-20T21:17:13.490Z | Compiling futures v0.3.31 |
1450 | 2024-12-20T21:17:13.615Z | Compiling slog-bunyan v2.5.0 |
1451 | 2024-12-20T21:17:13.861Z | Compiling toml v0.8.19 |
1452 | 2024-12-20T21:17:15.612Z | Compiling tokio-native-tls v0.3.1 |
1453 | 2024-12-20T21:17:15.640Z | Compiling camino v1.1.9 |
1454 | 2024-12-20T21:17:15.886Z | Compiling phf_shared v0.11.2 |
1455 | 2024-12-20T21:17:16.159Z | Compiling backtrace v0.3.74 |
1456 | 2024-12-20T21:17:16.287Z | Compiling dropshot_endpoint v0.12.0 |
1457 | 2024-12-20T21:17:16.608Z | Compiling terminal_size v0.4.0 |
1458 | 2024-12-20T21:17:16.665Z | Compiling waitgroup v0.1.2 |
1459 | 2024-12-20T21:17:16.745Z | Compiling openapiv3 v2.0.0 |
1460 | 2024-12-20T21:17:16.825Z | Compiling serde_path_to_error v0.1.16 |
1461 | 2024-12-20T21:17:16.883Z | Compiling hkdf v0.12.4 |
1462 | 2024-12-20T21:17:17.153Z | Compiling crypto-bigint v0.5.5 |
1463 | 2024-12-20T21:17:17.691Z | Compiling webpki-roots v0.26.6 |
1464 | 2024-12-20T21:17:17.914Z | Compiling zerocopy-derive v0.6.6 |
1465 | 2024-12-20T21:17:19.900Z | Compiling curve25519-dalek-derive v0.1.1 |
1466 | 2024-12-20T21:17:20.223Z | Compiling idna v0.5.0 |
1467 | 2024-12-20T21:17:20.465Z | Compiling hubpack_derive v0.1.1 |
1468 | 2024-12-20T21:17:21.021Z | Compiling hostname v0.4.0 |
1469 | 2024-12-20T21:17:21.213Z | Compiling fs-err v2.11.0 |
1470 | 2024-12-20T21:17:21.283Z | Compiling ahash v0.8.11 |
1471 | 2024-12-20T21:17:21.373Z | Compiling crc32fast v1.4.2 |
1472 | 2024-12-20T21:17:21.406Z | Compiling debug-ignore v1.0.5 |
1473 | 2024-12-20T21:17:21.492Z | Compiling bitflags v1.3.2 |
1474 | 2024-12-20T21:17:21.562Z | Compiling managed v0.8.0 |
1475 | 2024-12-20T21:17:21.609Z | Compiling winnow v0.5.40 |
1476 | 2024-12-20T21:17:21.631Z | Compiling strum_macros v0.25.3 |
1477 | 2024-12-20T21:17:21.787Z | Compiling clap_builder v4.5.21 |
1478 | 2024-12-20T21:17:21.883Z | Compiling flate2 v1.0.34 |
1479 | 2024-12-20T21:17:22.296Z | Compiling console v0.15.8 |
1480 | 2024-12-20T21:17:23.377Z | Compiling hubpack v0.1.2 |
1481 | 2024-12-20T21:17:23.848Z | Compiling cookie_store v0.21.0 |
1482 | 2024-12-20T21:17:23.966Z | Compiling elliptic-curve v0.13.8 |
1483 | 2024-12-20T21:17:24.242Z | Compiling zerocopy v0.6.6 |
1484 | 2024-12-20T21:17:24.843Z | Compiling hickory-resolver v0.24.1 |
1485 | 2024-12-20T21:17:25.474Z | Compiling toml_edit v0.19.15 |
1486 | 2024-12-20T21:17:25.517Z | Compiling phf v0.11.2 |
1487 | 2024-12-20T21:17:25.803Z | Compiling signal-hook-mio v0.2.4 |
1488 | 2024-12-20T21:17:25.844Z | Compiling hyper-tls v0.6.0 |
1489 | 2024-12-20T21:17:25.967Z | Compiling rayon v1.10.0 |
1490 | 2024-12-20T21:17:25.996Z | Compiling bzip2 v0.4.4 |
1491 | 2024-12-20T21:17:26.404Z | Compiling tokio-tungstenite v0.24.0 |
1492 | 2024-12-20T21:17:26.963Z | Compiling postgres-types v0.2.8 |
1493 | 2024-12-20T21:17:29.923Z | Compiling ed25519 v2.2.3 |
1494 | 2024-12-20T21:17:30.935Z | Compiling phf_shared v0.10.0 |
1495 | 2024-12-20T21:17:31.261Z | Compiling tokio-stream v0.1.16 |
1496 | 2024-12-20T21:17:31.286Z | Compiling pkcs1 v0.7.5 |
1497 | 2024-12-20T21:17:31.351Z | Compiling serde-big-array v0.5.1 |
1498 | 2024-12-20T21:17:31.591Z | Compiling clap_derive v4.5.18 |
1499 | 2024-12-20T21:17:31.798Z | Compiling rfc6979 v0.4.0 |
1500 | 2024-12-20T21:17:31.846Z | Compiling derive-where v1.2.7 |
1501 | 2024-12-20T21:17:31.996Z | Compiling serde_repr v0.1.19 |
1502 | 2024-12-20T21:17:32.307Z | Compiling float-cmp v0.9.0 |
1503 | 2024-12-20T21:17:32.366Z | Compiling bstr v1.10.0 |
1504 | 2024-12-20T21:17:32.549Z | Compiling sync_wrapper v1.0.1 |
1505 | 2024-12-20T21:17:32.717Z | Compiling fixedbitset v0.4.2 |
1506 | 2024-12-20T21:17:33.207Z | Compiling number_prefix v0.4.0 |
1507 | 2024-12-20T21:17:33.229Z | Compiling unicode-width v0.2.0 |
1508 | 2024-12-20T21:17:33.456Z | Compiling normalize-line-endings v0.3.0 |
1509 | 2024-12-20T21:17:33.595Z | Compiling whoami v1.5.2 |
1510 | 2024-12-20T21:17:33.708Z | Compiling unicode-segmentation v1.12.0 |
1511 | 2024-12-20T21:17:33.775Z | Compiling precomputed-hash v0.1.1 |
1512 | 2024-12-20T21:17:33.895Z | Compiling difflib v0.4.0 |
1513 | 2024-12-20T21:17:34.190Z | Compiling predicates-core v1.0.8 |
1514 | 2024-12-20T21:17:34.236Z | Compiling new_debug_unreachable v1.0.6 |
1515 | 2024-12-20T21:17:34.344Z | Compiling bit-vec v0.6.3 |
1516 | 2024-12-20T21:17:34.574Z | Compiling static_assertions v1.1.0 |
1517 | 2024-12-20T21:17:34.594Z | Compiling predicates v3.1.2 |
1518 | 2024-12-20T21:17:34.683Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1519 | 2024-12-20T21:17:34.826Z | Compiling bit-set v0.5.3 |
1520 | 2024-12-20T21:17:35.133Z | Compiling similar v2.6.0 |
1521 | 2024-12-20T21:17:35.529Z | Compiling string_cache v0.8.7 |
1522 | 2024-12-20T21:17:35.555Z | Compiling tokio-postgres v0.7.12 |
1523 | 2024-12-20T21:17:35.997Z | Compiling indicatif v0.17.9 |
1524 | 2024-12-20T21:17:36.382Z | Compiling petgraph v0.6.5 |
1525 | 2024-12-20T21:17:36.742Z | Compiling clap v4.5.21 |
1526 | 2024-12-20T21:17:36.884Z | Compiling ecdsa v0.16.9 |
1527 | 2024-12-20T21:17:37.607Z | Compiling rsa v0.9.6 |
1528 | 2024-12-20T21:17:37.802Z | Compiling ed25519-dalek v2.1.1 |
1529 | 2024-12-20T21:17:38.353Z | Compiling toml v0.7.8 |
1530 | 2024-12-20T21:17:39.123Z | Compiling zip v0.6.6 |
1531 | 2024-12-20T21:17:40.123Z | Compiling crossterm v0.28.1 |
1532 | 2024-12-20T21:17:40.917Z | Compiling hex v0.4.3 |
1533 | 2024-12-20T21:17:41.317Z | Compiling x509-cert v0.2.5 |
1534 | 2024-12-20T21:17:41.455Z | Compiling lalrpop-util v0.19.12 |
1535 | 2024-12-20T21:17:41.516Z | Compiling peg-runtime v0.8.3 |
1536 | 2024-12-20T21:17:41.549Z | Compiling unicode-xid v0.2.6 |
1537 | 2024-12-20T21:17:41.732Z | Compiling strum_macros v0.26.4 |
1538 | 2024-12-20T21:17:41.787Z | Compiling xattr v1.3.1 |
1539 | 2024-12-20T21:17:41.815Z | Compiling filetime v0.2.25 |
1540 | 2024-12-20T21:17:42.070Z | Compiling tar v0.4.42 |
1541 | 2024-12-20T21:17:46.922Z | Compiling strum v0.26.3 |
1542 | 2024-12-20T21:17:49.893Z | Compiling aws-lc-sys v0.22.0 |
1543 | 2024-12-20T21:18:18.084Z | Compiling rustls-webpki v0.102.8 |
1544 | 2024-12-20T21:18:21.520Z | Compiling tokio-rustls v0.25.0 |
1545 | 2024-12-20T21:18:23.132Z | Compiling tokio-rustls v0.26.0 |
1546 | 2024-12-20T21:18:23.541Z | Compiling hyper-rustls v0.27.3 |
1547 | 2024-12-20T21:18:23.859Z | Compiling reqwest v0.12.9 |
1548 | 2024-12-20T21:18:25.202Z | Compiling qorb v0.2.1 |
1549 | 2024-12-20T21:18:29.840Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1550 | 2024-12-20T21:18:30.087Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1551 | 2024-12-20T21:18:35.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1552 | 2024-12-20T21:18:36.135Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1553 | 2024-12-20T21:18:36.188Z | Dec 20 21:18:34.850 INFO Starting download, target: DendriteOpenapi |
1554 | 2024-12-20T21:18:36.188Z | Dec 20 21:18:34.850 INFO Starting download, target: Cockroach |
1555 | 2024-12-20T21:18:36.188Z | Dec 20 21:18:34.850 INFO Starting download, target: Clickhouse |
1556 | 2024-12-20T21:18:36.188Z | Dec 20 21:18:34.850 INFO Starting download, target: Console |
1557 | 2024-12-20T21:18:36.190Z | Dec 20 21:18:34.850 INFO Starting download, target: DendriteStub |
1558 | 2024-12-20T21:18:36.191Z | Dec 20 21:18:34.850 INFO Starting download, target: MaghemiteMgd |
1559 | 2024-12-20T21:18:36.191Z | Dec 20 21:18:34.850 INFO Starting download, target: TransceiverControl |
1560 | 2024-12-20T21:18:36.191Z | Dec 20 21:18:34.851 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1561 | 2024-12-20T21:18:36.191Z | Dec 20 21:18:34.851 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1562 | 2024-12-20T21:18:36.191Z | Dec 20 21:18:34.851 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1563 | 2024-12-20T21:18:36.191Z | Dec 20 21:18:34.851 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1564 | 2024-12-20T21:18:36.191Z | Dec 20 21:18:34.851 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1565 | 2024-12-20T21:18:36.191Z | Dec 20 21:18:34.851 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1566 | 2024-12-20T21:18:36.191Z | Dec 20 21:18:34.851 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1567 | 2024-12-20T21:18:36.370Z | Dec 20 21:18:35.017 INFO Download complete, target: DendriteOpenapi |
1568 | 2024-12-20T21:18:36.609Z | Dec 20 21:18:35.205 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1569 | 2024-12-20T21:18:36.736Z | Dec 20 21:18:35.320 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1570 | 2024-12-20T21:18:37.035Z | Dec 20 21:18:35.647 INFO Download complete, target: Console |
1571 | 2024-12-20T21:18:37.149Z | Dec 20 21:18:35.773 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1572 | 2024-12-20T21:18:37.201Z | Dec 20 21:18:35.861 INFO Download complete, target: TransceiverControl |
1573 | 2024-12-20T21:18:37.342Z | Dec 20 21:18:35.998 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1574 | 2024-12-20T21:18:37.789Z | Dec 20 21:18:36.451 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1575 | 2024-12-20T21:18:37.789Z | Dec 20 21:18:36.451 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1576 | 2024-12-20T21:18:38.109Z | Dec 20 21:18:36.770 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1577 | 2024-12-20T21:18:40.114Z | Dec 20 21:18:38.774 INFO Download complete, target: DendriteStub |
1578 | 2024-12-20T21:18:40.373Z | Dec 20 21:18:39.033 INFO Download complete, target: MaghemiteMgd |
1579 | 2024-12-20T21:18:45.394Z | Dec 20 21:18:44.054 INFO Checking that binary works, target: Cockroach |
1580 | 2024-12-20T21:18:45.548Z | Dec 20 21:18:44.208 INFO Download complete, target: Cockroach |
1581 | 2024-12-20T21:18:50.838Z | Dec 20 21:18:49.495 INFO Checking that binary works, target: Clickhouse |
1582 | 2024-12-20T21:18:51.149Z | Dec 20 21:18:49.805 INFO Download complete, target: Clickhouse |
1583 | 2024-12-20T21:18:51.211Z | All builder prerequisites installed successfully, and PATH looks valid |
1584 | 2024-12-20T21:18:51.214Z | |
1585 | 2024-12-20T21:18:51.214Z | real 6:11.533445145 |
1586 | 2024-12-20T21:18:51.214Z | user 16:34.980635782 |
1587 | 2024-12-20T21:18:51.214Z | sys 3:15.452621405 |
1588 | 2024-12-20T21:18:51.214Z | trap 0.566312636 |
1589 | 2024-12-20T21:18:51.214Z | tflt 2.462913613 |
1590 | 2024-12-20T21:18:51.214Z | dflt 2.521881163 |
1591 | 2024-12-20T21:18:51.214Z | kflt 0.023333687 |
1592 | 2024-12-20T21:18:51.214Z | lock 29:31.522309470 |
1593 | 2024-12-20T21:18:51.214Z | slp 1:04:03.027911279 |
1594 | 2024-12-20T21:18:51.214Z | lat 55.876843828 |
1595 | 2024-12-20T21:18:51.214Z | stop 2:26.295320156 |
1596 | 2024-12-20T21:18:51.214Z | + banner hack-check |
1597 | 2024-12-20T21:18:51.216Z | |
1598 | 2024-12-20T21:18:51.216Z | # # ## #### # # #### # # ###### #### # # |
1599 | 2024-12-20T21:18:51.216Z | # # # # # # # # # # # # # # # # # |
1600 | 2024-12-20T21:18:51.216Z | ###### # # # #### ##### # ###### ##### # #### |
1601 | 2024-12-20T21:18:51.216Z | # # ###### # # # # # # # # # # |
1602 | 2024-12-20T21:18:51.216Z | # # # # # # # # # # # # # # # # # |
1603 | 2024-12-20T21:18:51.216Z | # # # # #### # # #### # # ###### #### # # |
1604 | 2024-12-20T21:18:51.216Z | |
1605 | 2024-12-20T21:18:51.216Z | + export CARGO_INCREMENTAL=0 |
1606 | 2024-12-20T21:18:51.216Z | + CARGO_INCREMENTAL=0 |
1607 | 2024-12-20T21:18:51.216Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1608 | 2024-12-20T21:18:51.757Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1609 | 2024-12-20T21:18:55.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
1610 | 2024-12-20T21:18:55.344Z | Running `target/debug/xtask check-features --ci` |
1611 | 2024-12-20T21:18:55.368Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1612 | 2024-12-20T21:18:55.368Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1613 | 2024-12-20T21:18:55.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1614 | 2024-12-20T21:18:55.838Z | Running `target/debug/xtask download cargo-hack` |
1615 | 2024-12-20T21:18:56.683Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1616 | 2024-12-20T21:18:57.023Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1617 | 2024-12-20T21:19:02.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s |
1618 | 2024-12-20T21:19:02.201Z | Running `target/debug/xtask-downloader cargo-hack` |
1619 | 2024-12-20T21:19:02.241Z | Dec 20 21:19:00.892 INFO Starting download, target: CargoHack |
1620 | 2024-12-20T21:19:02.243Z | Dec 20 21:19:00.893 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1621 | 2024-12-20T21:19:02.686Z | Dec 20 21:19:01.338 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1622 | 2024-12-20T21:19:02.773Z | Dec 20 21:19:01.427 INFO Download complete, target: CargoHack |
1623 | 2024-12-20T21:19:02.778Z | 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" |
1624 | 2024-12-20T21:19:02.793Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1625 | 2024-12-20T21:19:02.962Z | info: running `cargo check --bins` on api_identity (1/175) |
1626 | 2024-12-20T21:19:03.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-12-20T21:19:03.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-12-20T21:19:03.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2024-12-20T21:19:03.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1630 | 2024-12-20T21:19:03.565Z | |
1631 | 2024-12-20T21:19:03.565Z | info: running `cargo check --bins` on bootstore (2/175) |
1632 | 2024-12-20T21:19:04.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2024-12-20T21:19:04.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2024-12-20T21:19:04.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2024-12-20T21:19:04.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1636 | 2024-12-20T21:19:04.196Z | |
1637 | 2024-12-20T21:19:04.196Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/175) |
1638 | 2024-12-20T21:19:04.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2024-12-20T21:19:04.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2024-12-20T21:19:04.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2024-12-20T21:19:04.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1642 | 2024-12-20T21:19:04.818Z | |
1643 | 2024-12-20T21:19:04.818Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175) |
1644 | 2024-12-20T21:19:05.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2024-12-20T21:19:05.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2024-12-20T21:19:05.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2024-12-20T21:19:05.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1648 | 2024-12-20T21:19:05.432Z | |
1649 | 2024-12-20T21:19:05.432Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175) |
1650 | 2024-12-20T21:19:05.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2024-12-20T21:19:05.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2024-12-20T21:19:05.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2024-12-20T21:19:05.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1654 | 2024-12-20T21:19:05.843Z | |
1655 | 2024-12-20T21:19:05.843Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175) |
1656 | 2024-12-20T21:19:06.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2024-12-20T21:19:06.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2024-12-20T21:19:06.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2024-12-20T21:19:06.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1660 | 2024-12-20T21:19:06.278Z | |
1661 | 2024-12-20T21:19:06.278Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175) |
1662 | 2024-12-20T21:19:06.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2024-12-20T21:19:06.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2024-12-20T21:19:06.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2024-12-20T21:19:06.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1666 | 2024-12-20T21:19:06.701Z | |
1667 | 2024-12-20T21:19:06.701Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175) |
1668 | 2024-12-20T21:19:07.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2024-12-20T21:19:07.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2024-12-20T21:19:07.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2024-12-20T21:19:07.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1672 | 2024-12-20T21:19:07.126Z | |
1673 | 2024-12-20T21:19:07.126Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175) |
1674 | 2024-12-20T21:19:07.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2024-12-20T21:19:07.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2024-12-20T21:19:07.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2024-12-20T21:19:07.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1678 | 2024-12-20T21:19:07.545Z | |
1679 | 2024-12-20T21:19:07.545Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175) |
1680 | 2024-12-20T21:19:07.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2024-12-20T21:19:07.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2024-12-20T21:19:07.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2024-12-20T21:19:07.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1684 | 2024-12-20T21:19:07.967Z | |
1685 | 2024-12-20T21:19:07.967Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175) |
1686 | 2024-12-20T21:19:08.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2024-12-20T21:19:08.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2024-12-20T21:19:08.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2024-12-20T21:19:08.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1690 | 2024-12-20T21:19:08.379Z | |
1691 | 2024-12-20T21:19:08.379Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175) |
1692 | 2024-12-20T21:19:08.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2024-12-20T21:19:08.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2024-12-20T21:19:08.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2024-12-20T21:19:08.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1696 | 2024-12-20T21:19:08.802Z | |
1697 | 2024-12-20T21:19:08.802Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175) |
1698 | 2024-12-20T21:19:09.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2024-12-20T21:19:09.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2024-12-20T21:19:09.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2024-12-20T21:19:09.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1702 | 2024-12-20T21:19:09.224Z | |
1703 | 2024-12-20T21:19:09.224Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175) |
1704 | 2024-12-20T21:19:09.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2024-12-20T21:19:09.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2024-12-20T21:19:09.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2024-12-20T21:19:09.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1708 | 2024-12-20T21:19:09.649Z | |
1709 | 2024-12-20T21:19:09.649Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175) |
1710 | 2024-12-20T21:19:10.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2024-12-20T21:19:10.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2024-12-20T21:19:10.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2024-12-20T21:19:10.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1714 | 2024-12-20T21:19:10.088Z | |
1715 | 2024-12-20T21:19:10.088Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175) |
1716 | 2024-12-20T21:19:10.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2024-12-20T21:19:10.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2024-12-20T21:19:10.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2024-12-20T21:19:10.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1720 | 2024-12-20T21:19:10.511Z | |
1721 | 2024-12-20T21:19:10.511Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175) |
1722 | 2024-12-20T21:19:10.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2024-12-20T21:19:10.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2024-12-20T21:19:10.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2024-12-20T21:19:10.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1726 | 2024-12-20T21:19:10.927Z | |
1727 | 2024-12-20T21:19:10.927Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175) |
1728 | 2024-12-20T21:19:11.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2024-12-20T21:19:11.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2024-12-20T21:19:11.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2024-12-20T21:19:11.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1732 | 2024-12-20T21:19:11.349Z | |
1733 | 2024-12-20T21:19:11.349Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175) |
1734 | 2024-12-20T21:19:11.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2024-12-20T21:19:11.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2024-12-20T21:19:11.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2024-12-20T21:19:11.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1738 | 2024-12-20T21:19:11.779Z | |
1739 | 2024-12-20T21:19:11.779Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175) |
1740 | 2024-12-20T21:19:12.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2024-12-20T21:19:12.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2024-12-20T21:19:12.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2024-12-20T21:19:12.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1744 | 2024-12-20T21:19:12.200Z | |
1745 | 2024-12-20T21:19:12.201Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175) |
1746 | 2024-12-20T21:19:12.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2024-12-20T21:19:12.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2024-12-20T21:19:12.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2024-12-20T21:19:12.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1750 | 2024-12-20T21:19:12.625Z | |
1751 | 2024-12-20T21:19:12.625Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175) |
1752 | 2024-12-20T21:19:13.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2024-12-20T21:19:13.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2024-12-20T21:19:13.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2024-12-20T21:19:13.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1756 | 2024-12-20T21:19:13.059Z | |
1757 | 2024-12-20T21:19:13.059Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175) |
1758 | 2024-12-20T21:19:13.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2024-12-20T21:19:13.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2024-12-20T21:19:13.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2024-12-20T21:19:13.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1762 | 2024-12-20T21:19:13.486Z | |
1763 | 2024-12-20T21:19:13.486Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175) |
1764 | 2024-12-20T21:19:13.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2024-12-20T21:19:13.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2024-12-20T21:19:13.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2024-12-20T21:19:13.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1768 | 2024-12-20T21:19:13.917Z | |
1769 | 2024-12-20T21:19:13.917Z | info: running `cargo check --bins` on sled-hardware-types (25/175) |
1770 | 2024-12-20T21:19:14.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2024-12-20T21:19:14.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2024-12-20T21:19:14.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2024-12-20T21:19:14.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1774 | 2024-12-20T21:19:14.564Z | |
1775 | 2024-12-20T21:19:14.564Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/175) |
1776 | 2024-12-20T21:19:15.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2024-12-20T21:19:15.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2024-12-20T21:19:15.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1779 | 2024-12-20T21:19:15.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1780 | 2024-12-20T21:19:15.208Z | |
1781 | 2024-12-20T21:19:15.208Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175) |
1782 | 2024-12-20T21:19:15.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1783 | 2024-12-20T21:19:15.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1784 | 2024-12-20T21:19:15.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1785 | 2024-12-20T21:19:15.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1786 | 2024-12-20T21:19:15.858Z | |
1787 | 2024-12-20T21:19:15.858Z | info: running `cargo check --bins` on oxlog (28/175) |
1788 | 2024-12-20T21:19:16.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1789 | 2024-12-20T21:19:16.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1790 | 2024-12-20T21:19:16.485Z | Checking cfg-if v1.0.0 |
1791 | 2024-12-20T21:19:16.488Z | Checking libc v0.2.162 |
1792 | 2024-12-20T21:19:16.594Z | Checking serde v1.0.215 |
1793 | 2024-12-20T21:19:16.597Z | Checking zeroize v1.8.1 |
1794 | 2024-12-20T21:19:16.617Z | Checking memchr v2.7.4 |
1795 | 2024-12-20T21:19:16.626Z | Checking typenum v1.17.0 |
1796 | 2024-12-20T21:19:16.626Z | Checking scopeguard v1.2.0 |
1797 | 2024-12-20T21:19:16.645Z | Checking subtle v2.6.1 |
1798 | 2024-12-20T21:19:16.658Z | Checking value-bag v1.9.0 |
1799 | 2024-12-20T21:19:16.750Z | Checking lock_api v0.4.12 |
1800 | 2024-12-20T21:19:16.840Z | Checking itoa v1.0.11 |
1801 | 2024-12-20T21:19:16.899Z | Checking const-oid v0.9.6 |
1802 | 2024-12-20T21:19:17.056Z | Checking log v0.4.22 |
1803 | 2024-12-20T21:19:17.059Z | Checking smallvec v1.13.2 |
1804 | 2024-12-20T21:19:17.162Z | Checking pin-project-lite v0.2.14 |
1805 | 2024-12-20T21:19:17.283Z | Checking byteorder v1.5.0 |
1806 | 2024-12-20T21:19:17.432Z | Checking futures-core v0.3.31 |
1807 | 2024-12-20T21:19:17.456Z | Checking once_cell v1.20.2 |
1808 | 2024-12-20T21:19:17.589Z | Checking cpufeatures v0.2.14 |
1809 | 2024-12-20T21:19:17.621Z | Checking stable_deref_trait v1.2.0 |
1810 | 2024-12-20T21:19:17.846Z | Checking futures-sink v0.3.31 |
1811 | 2024-12-20T21:19:18.023Z | Checking spin v0.9.8 |
1812 | 2024-12-20T21:19:18.023Z | Checking zerocopy v0.7.35 |
1813 | 2024-12-20T21:19:18.023Z | Checking zerofrom v0.1.4 |
1814 | 2024-12-20T21:19:18.023Z | Checking getrandom v0.2.15 |
1815 | 2024-12-20T21:19:18.023Z | Checking parking_lot_core v0.9.10 |
1816 | 2024-12-20T21:19:18.044Z | Checking signal-hook-registry v1.4.2 |
1817 | 2024-12-20T21:19:18.044Z | Checking generic-array v0.14.7 |
1818 | 2024-12-20T21:19:18.044Z | Checking rand_core v0.6.4 |
1819 | 2024-12-20T21:19:18.051Z | Checking mio v1.0.2 |
1820 | 2024-12-20T21:19:18.132Z | Checking parking_lot v0.12.3 |
1821 | 2024-12-20T21:19:18.194Z | Checking socket2 v0.5.7 |
1822 | 2024-12-20T21:19:18.272Z | Checking slab v0.4.9 |
1823 | 2024-12-20T21:19:18.461Z | Checking yoke v0.7.4 |
1824 | 2024-12-20T21:19:18.533Z | Checking futures-channel v0.3.31 |
1825 | 2024-12-20T21:19:18.631Z | Checking equivalent v1.0.1 |
1826 | 2024-12-20T21:19:18.690Z | Checking pin-utils v0.1.0 |
1827 | 2024-12-20T21:19:18.736Z | Checking futures-task v0.3.31 |
1828 | 2024-12-20T21:19:18.770Z | Checking foldhash v0.1.3 |
1829 | 2024-12-20T21:19:18.790Z | Checking futures-io v0.3.31 |
1830 | 2024-12-20T21:19:18.804Z | Checking allocator-api2 v0.2.18 |
1831 | 2024-12-20T21:19:18.882Z | Checking zerovec v0.10.4 |
1832 | 2024-12-20T21:19:18.967Z | Checking futures-util v0.3.31 |
1833 | 2024-12-20T21:19:18.982Z | Checking tinyvec_macros v0.1.1 |
1834 | 2024-12-20T21:19:18.985Z | Checking ryu v1.0.18 |
1835 | 2024-12-20T21:19:19.065Z | Checking tinyvec v1.8.0 |
1836 | 2024-12-20T21:19:19.097Z | Checking fnv v1.0.7 |
1837 | 2024-12-20T21:19:19.121Z | Checking crypto-common v0.1.6 |
1838 | 2024-12-20T21:19:19.207Z | Checking block-buffer v0.10.4 |
1839 | 2024-12-20T21:19:19.222Z | Checking block-padding v0.3.3 |
1840 | 2024-12-20T21:19:19.300Z | Checking libm v0.2.8 |
1841 | 2024-12-20T21:19:19.414Z | Checking inout v0.1.3 |
1842 | 2024-12-20T21:19:19.427Z | Checking digest v0.10.7 |
1843 | 2024-12-20T21:19:19.430Z | Checking hashbrown v0.15.1 |
1844 | 2024-12-20T21:19:19.632Z | Checking cipher v0.4.4 |
1845 | 2024-12-20T21:19:19.811Z | Checking hmac v0.12.1 |
1846 | 2024-12-20T21:19:20.006Z | Checking sha2 v0.10.8 |
1847 | 2024-12-20T21:19:20.059Z | Checking base64ct v1.6.0 |
1848 | 2024-12-20T21:19:20.178Z | Checking unicode-bidi v0.3.17 |
1849 | 2024-12-20T21:19:20.377Z | Checking unicode-normalization v0.1.24 |
1850 | 2024-12-20T21:19:20.489Z | Checking litemap v0.7.3 |
1851 | 2024-12-20T21:19:20.565Z | Checking writeable v0.5.5 |
1852 | 2024-12-20T21:19:20.581Z | Checking tinystr v0.7.6 |
1853 | 2024-12-20T21:19:20.584Z | Checking pem-rfc7468 v0.7.0 |
1854 | 2024-12-20T21:19:20.787Z | Checking num-traits v0.2.19 |
1855 | 2024-12-20T21:19:20.822Z | Checking ppv-lite86 v0.2.20 |
1856 | 2024-12-20T21:19:20.841Z | Checking flagset v0.4.6 |
1857 | 2024-12-20T21:19:20.890Z | Checking tracing-core v0.1.32 |
1858 | 2024-12-20T21:19:20.959Z | Checking icu_locid v1.5.0 |
1859 | 2024-12-20T21:19:21.028Z | Checking der v0.7.9 |
1860 | 2024-12-20T21:19:21.319Z | Checking thiserror v1.0.69 |
1861 | 2024-12-20T21:19:21.452Z | Checking percent-encoding v2.3.1 |
1862 | 2024-12-20T21:19:21.568Z | Checking rustls-pki-types v1.10.0 |
1863 | 2024-12-20T21:19:21.625Z | Checking rand_chacha v0.3.1 |
1864 | 2024-12-20T21:19:21.641Z | Checking icu_locid_transform_data v1.5.0 |
1865 | 2024-12-20T21:19:21.644Z | Checking bytes v1.8.0 |
1866 | 2024-12-20T21:19:21.727Z | Checking indexmap v2.6.0 |
1867 | 2024-12-20T21:19:21.997Z | Checking serde_json v1.0.132 |
1868 | 2024-12-20T21:19:22.016Z | Checking icu_provider v1.5.0 |
1869 | 2024-12-20T21:19:22.161Z | Checking bitflags v2.6.0 |
1870 | 2024-12-20T21:19:22.451Z | Checking tokio v1.40.0 |
1871 | 2024-12-20T21:19:22.466Z | Checking http v1.1.0 |
1872 | 2024-12-20T21:19:22.500Z | Checking rand v0.8.5 |
1873 | 2024-12-20T21:19:22.705Z | Checking icu_locid_transform v1.5.0 |
1874 | 2024-12-20T21:19:22.855Z | Checking spki v0.7.3 |
1875 | 2024-12-20T21:19:23.041Z | Checking tracing v0.1.40 |
1876 | 2024-12-20T21:19:23.146Z | Checking icu_collections v1.5.0 |
1877 | 2024-12-20T21:19:23.407Z | Checking salsa20 v0.10.2 |
1878 | 2024-12-20T21:19:23.632Z | Checking pbkdf2 v0.12.2 |
1879 | 2024-12-20T21:19:23.694Z | Checking aws-lc-sys v0.22.0 |
1880 | 2024-12-20T21:19:23.740Z | Checking httparse v1.9.5 |
1881 | 2024-12-20T21:19:23.778Z | Checking untrusted v0.7.1 |
1882 | 2024-12-20T21:19:23.792Z | Checking untrusted v0.9.0 |
1883 | 2024-12-20T21:19:23.816Z | Checking powerfmt v0.2.0 |
1884 | 2024-12-20T21:19:23.831Z | Checking mirai-annotations v1.12.0 |
1885 | 2024-12-20T21:19:23.943Z | Checking icu_properties_data v1.5.0 |
1886 | 2024-12-20T21:19:23.946Z | Checking ring v0.17.8 |
1887 | 2024-12-20T21:19:23.995Z | Checking scrypt v0.11.0 |
1888 | 2024-12-20T21:19:24.077Z | Checking deranged v0.3.11 |
1889 | 2024-12-20T21:19:24.090Z | Checking cbc v0.1.2 |
1890 | 2024-12-20T21:19:24.133Z | Checking aes v0.8.4 |
1891 | 2024-12-20T21:19:24.202Z | Checking icu_properties v1.5.1 |
1892 | 2024-12-20T21:19:24.219Z | Checking crossbeam-utils v0.8.20 |
1893 | 2024-12-20T21:19:24.288Z | Checking num-conv v0.1.0 |
1894 | 2024-12-20T21:19:24.552Z | Checking icu_normalizer_data v1.5.0 |
1895 | 2024-12-20T21:19:24.652Z | Checking time-core v0.1.2 |
1896 | 2024-12-20T21:19:24.812Z | Checking num_threads v0.1.7 |
1897 | 2024-12-20T21:19:24.925Z | Checking write16 v1.0.0 |
1898 | 2024-12-20T21:19:24.940Z | Checking utf8_iter v1.0.4 |
1899 | 2024-12-20T21:19:25.007Z | Checking atomic-waker v1.1.2 |
1900 | 2024-12-20T21:19:25.045Z | Checking utf16_iter v1.0.5 |
1901 | 2024-12-20T21:19:25.136Z | Checking pkcs5 v0.7.1 |
1902 | 2024-12-20T21:19:25.156Z | Checking http-body v1.0.1 |
1903 | 2024-12-20T21:19:25.213Z | Checking form_urlencoded v1.2.1 |
1904 | 2024-12-20T21:19:25.349Z | Checking try-lock v0.2.5 |
1905 | 2024-12-20T21:19:25.416Z | Checking httpdate v1.0.3 |
1906 | 2024-12-20T21:19:25.481Z | Checking want v0.3.1 |
1907 | 2024-12-20T21:19:25.658Z | Checking unicode-ident v1.0.13 |
1908 | 2024-12-20T21:19:25.673Z | Checking pkcs8 v0.10.2 |
1909 | 2024-12-20T21:19:25.689Z | Checking toml_datetime v0.6.8 |
1910 | 2024-12-20T21:19:25.777Z | Checking uuid v1.11.0 |
1911 | 2024-12-20T21:19:25.820Z | Checking proc-macro2 v1.0.89 |
1912 | 2024-12-20T21:19:25.913Z | Checking time v0.3.36 |
1913 | 2024-12-20T21:19:25.955Z | Checking serde_spanned v0.6.8 |
1914 | 2024-12-20T21:19:25.970Z | Checking slog v2.7.0 |
1915 | 2024-12-20T21:19:26.139Z | Checking scroll v0.12.0 |
1916 | 2024-12-20T21:19:26.256Z | Checking aws-lc-rs v1.10.0 |
1917 | 2024-12-20T21:19:26.391Z | Checking foreign-types-shared v0.1.1 |
1918 | 2024-12-20T21:19:26.453Z | Checking adler2 v2.0.0 |
1919 | 2024-12-20T21:19:26.503Z | Checking tower-service v0.3.3 |
1920 | 2024-12-20T21:19:26.534Z | Checking match_cfg v0.1.0 |
1921 | 2024-12-20T21:19:26.602Z | Checking iana-time-zone v0.1.61 |
1922 | 2024-12-20T21:19:26.619Z | Checking ucd-trie v0.1.7 |
1923 | 2024-12-20T21:19:26.622Z | Checking plain v0.2.3 |
1924 | 2024-12-20T21:19:26.638Z | Checking base64 v0.22.1 |
1925 | 2024-12-20T21:19:26.746Z | Checking chrono v0.4.38 |
1926 | 2024-12-20T21:19:26.769Z | Checking goblin v0.8.2 |
1927 | 2024-12-20T21:19:26.813Z | Checking pest v2.7.14 |
1928 | 2024-12-20T21:19:27.120Z | Checking hostname v0.3.1 |
1929 | 2024-12-20T21:19:27.257Z | Checking miniz_oxide v0.8.0 |
1930 | 2024-12-20T21:19:27.623Z | Checking icu_normalizer v1.5.0 |
1931 | 2024-12-20T21:19:27.998Z | Checking quote v1.0.37 |
1932 | 2024-12-20T21:19:28.124Z | Checking rustls-webpki v0.102.8 |
1933 | 2024-12-20T21:19:28.372Z | Checking foreign-types v0.3.2 |
1934 | 2024-12-20T21:19:28.408Z | Checking idna_adapter v1.2.0 |
1935 | 2024-12-20T21:19:28.461Z | Checking openssl-sys v0.9.103 |
1936 | 2024-12-20T21:19:28.482Z | Checking dirs-sys-next v0.1.2 |
1937 | 2024-12-20T21:19:28.587Z | Checking idna v1.0.3 |
1938 | 2024-12-20T21:19:28.695Z | Checking errno v0.3.9 |
1939 | 2024-12-20T21:19:28.827Z | Checking aho-corasick v1.1.3 |
1940 | 2024-12-20T21:19:28.866Z | Checking pretty-hex v0.4.1 |
1941 | 2024-12-20T21:19:28.951Z | Checking regex-syntax v0.8.5 |
1942 | 2024-12-20T21:19:29.033Z | Checking siphasher v0.3.11 |
1943 | 2024-12-20T21:19:29.087Z | Checking url v2.5.3 |
1944 | 2024-12-20T21:19:29.324Z | Checking data-encoding v2.6.0 |
1945 | 2024-12-20T21:19:29.327Z | Checking dtrace-parser v0.2.0 |
1946 | 2024-12-20T21:19:29.748Z | Checking openssl v0.10.66 |
1947 | 2024-12-20T21:19:29.805Z | Checking rustix v0.38.37 |
1948 | 2024-12-20T21:19:29.914Z | Checking dirs-next v2.0.0 |
1949 | 2024-12-20T21:19:30.004Z | Checking tokio-util v0.7.12 |
1950 | 2024-12-20T21:19:30.036Z | Checking syn v2.0.87 |
1951 | 2024-12-20T21:19:30.052Z | Checking http-body-util v0.1.2 |
1952 | 2024-12-20T21:19:30.465Z | Checking crossbeam-epoch v0.9.18 |
1953 | 2024-12-20T21:19:30.501Z | Checking sha1 v0.10.6 |
1954 | 2024-12-20T21:19:30.774Z | Checking signature v2.2.0 |
1955 | 2024-12-20T21:19:30.926Z | Checking lazy_static v1.5.0 |
1956 | 2024-12-20T21:19:30.965Z | Checking h2 v0.4.6 |
1957 | 2024-12-20T21:19:30.985Z | Checking thread-id v4.2.2 |
1958 | 2024-12-20T21:19:31.049Z | Checking thread_local v1.1.8 |
1959 | 2024-12-20T21:19:31.093Z | Checking encoding_rs v0.8.34 |
1960 | 2024-12-20T21:19:31.327Z | Checking openssl-probe v0.1.5 |
1961 | 2024-12-20T21:19:31.488Z | Checking anstyle v1.0.10 |
1962 | 2024-12-20T21:19:31.740Z | Checking dof v0.3.0 |
1963 | 2024-12-20T21:19:31.856Z | Checking ipnet v2.10.1 |
1964 | 2024-12-20T21:19:32.310Z | Checking regex-automata v0.4.8 |
1965 | 2024-12-20T21:19:32.330Z | Checking gimli v0.31.1 |
1966 | 2024-12-20T21:19:32.358Z | Checking utf8parse v0.2.2 |
1967 | 2024-12-20T21:19:32.510Z | Checking mime v0.3.17 |
1968 | 2024-12-20T21:19:32.848Z | Checking unicode-properties v0.1.3 |
1969 | 2024-12-20T21:19:33.232Z | Checking winnow v0.6.20 |
1970 | 2024-12-20T21:19:33.354Z | Checking stringprep v0.1.5 |
1971 | 2024-12-20T21:19:33.473Z | Checking anstyle-parse v0.2.5 |
1972 | 2024-12-20T21:19:33.627Z | Checking crossbeam-deque v0.8.5 |
1973 | 2024-12-20T21:19:33.735Z | Checking term v0.7.0 |
1974 | 2024-12-20T21:19:33.938Z | Checking rustls v0.22.4 |
1975 | 2024-12-20T21:19:34.179Z | Checking rustls v0.23.19 |
1976 | 2024-12-20T21:19:35.239Z | Checking native-tls v0.2.12 |
1977 | 2024-12-20T21:19:35.577Z | Checking slog-json v2.6.1 |
1978 | 2024-12-20T21:19:35.848Z | Checking serde_urlencoded v0.7.1 |
1979 | 2024-12-20T21:19:36.165Z | Checking toml_edit v0.22.22 |
1980 | 2024-12-20T21:19:36.279Z | Checking crossbeam-channel v0.5.13 |
1981 | 2024-12-20T21:19:36.439Z | Checking usdt-impl v0.5.0 |
1982 | 2024-12-20T21:19:36.568Z | Checking addr2line v0.24.2 |
1983 | 2024-12-20T21:19:36.969Z | Checking futures-executor v0.3.31 |
1984 | 2024-12-20T21:19:36.985Z | Checking num-integer v0.1.46 |
1985 | 2024-12-20T21:19:37.001Z | Checking rustls-pemfile v2.2.0 |
1986 | 2024-12-20T21:19:37.043Z | Checking idna v0.4.0 |
1987 | 2024-12-20T21:19:37.178Z | Checking idna v0.3.0 |
1988 | 2024-12-20T21:19:37.195Z | Checking md-5 v0.10.6 |
1989 | 2024-12-20T21:19:37.209Z | Checking hyper v1.5.0 |
1990 | 2024-12-20T21:19:37.408Z | Checking ff v0.13.0 |
1991 | 2024-12-20T21:19:37.496Z | Checking is-terminal v0.4.13 |
1992 | 2024-12-20T21:19:37.600Z | Checking memmap v0.7.0 |
1993 | 2024-12-20T21:19:37.616Z | Checking hash32 v0.2.1 |
1994 | 2024-12-20T21:19:37.650Z | Checking object v0.36.5 |
1995 | 2024-12-20T21:19:37.813Z | Checking fallible-iterator v0.2.0 |
1996 | 2024-12-20T21:19:37.867Z | Checking linked-hash-map v0.5.6 |
1997 | 2024-12-20T21:19:37.914Z | Checking psl-types v2.0.11 |
1998 | 2024-12-20T21:19:37.996Z | Checking either v1.13.0 |
1999 | 2024-12-20T21:19:38.079Z | Checking anstyle-query v1.1.1 |
2000 | 2024-12-20T21:19:38.202Z | Checking rustc-demangle v0.1.24 |
2001 | 2024-12-20T21:19:38.216Z | Checking base16ct v0.2.0 |
2002 | 2024-12-20T21:19:38.375Z | Checking dyn-clone v1.0.17 |
2003 | 2024-12-20T21:19:38.409Z | Checking utf-8 v0.7.6 |
2004 | 2024-12-20T21:19:38.425Z | Checking colorchoice v1.0.2 |
2005 | 2024-12-20T21:19:38.509Z | Checking is_terminal_polyfill v1.70.1 |
2006 | 2024-12-20T21:19:38.554Z | Checking quick-error v1.2.3 |
2007 | 2024-12-20T21:19:38.609Z | Checking take_mut v0.2.2 |
2008 | 2024-12-20T21:19:38.625Z | Checking anstream v0.6.15 |
2009 | 2024-12-20T21:19:38.625Z | Checking tungstenite v0.24.0 |
2010 | 2024-12-20T21:19:38.694Z | Checking resolv-conf v0.7.0 |
2011 | 2024-12-20T21:19:38.742Z | Checking slog-async v2.8.0 |
2012 | 2024-12-20T21:19:38.768Z | Checking toml v0.8.19 |
2013 | 2024-12-20T21:19:39.006Z | Checking schemars v0.8.21 |
2014 | 2024-12-20T21:19:39.023Z | Checking postgres-protocol v0.6.7 |
2015 | 2024-12-20T21:19:39.044Z | Checking sec1 v0.7.3 |
2016 | 2024-12-20T21:19:39.339Z | Checking hyper-util v0.1.10 |
2017 | 2024-12-20T21:19:39.436Z | Checking lru-cache v0.1.2 |
2018 | 2024-12-20T21:19:39.508Z | Checking publicsuffix v2.2.3 |
2019 | 2024-12-20T21:19:39.510Z | Checking heapless v0.7.17 |
2020 | 2024-12-20T21:19:39.614Z | Checking hickory-proto v0.24.1 |
2021 | 2024-12-20T21:19:39.696Z | Checking usdt v0.5.0 |
2022 | 2024-12-20T21:19:39.736Z | Checking tokio-rustls v0.25.0 |
2023 | 2024-12-20T21:19:39.855Z | Checking tokio-rustls v0.26.0 |
2024 | 2024-12-20T21:19:39.951Z | Checking slog-term v2.9.1 |
2025 | 2024-12-20T21:19:40.139Z | Checking group v0.13.0 |
2026 | 2024-12-20T21:19:40.274Z | Checking num-iter v0.1.45 |
2027 | 2024-12-20T21:19:40.395Z | Checking futures v0.3.31 |
2028 | 2024-12-20T21:19:40.448Z | Checking slog-bunyan v2.5.0 |
2029 | 2024-12-20T21:19:40.464Z | Checking tokio-native-tls v0.3.1 |
2030 | 2024-12-20T21:19:40.502Z | Checking rayon-core v1.12.1 |
2031 | 2024-12-20T21:19:40.518Z | Checking multer v3.1.0 |
2032 | 2024-12-20T21:19:40.599Z | Checking terminal_size v0.4.0 |
2033 | 2024-12-20T21:19:40.660Z | Checking phf_shared v0.11.2 |
2034 | 2024-12-20T21:19:40.713Z | Checking cookie v0.18.1 |
2035 | 2024-12-20T21:19:40.761Z | Checking async-stream v0.3.6 |
2036 | 2024-12-20T21:19:40.926Z | Checking bzip2-sys v0.1.11+1.0.8 |
2037 | 2024-12-20T21:19:40.938Z | Checking signal-hook v0.3.17 |
2038 | 2024-12-20T21:19:40.953Z | Checking camino v1.1.9 |
2039 | 2024-12-20T21:19:41.052Z | Checking waitgroup v0.1.2 |
2040 | 2024-12-20T21:19:41.178Z | Checking openapiv3 v2.0.0 |
2041 | 2024-12-20T21:19:41.181Z | Checking webpki-roots v0.26.6 |
2042 | 2024-12-20T21:19:41.208Z | Checking serde_path_to_error v0.1.16 |
2043 | 2024-12-20T21:19:41.266Z | Checking idna v0.5.0 |
2044 | 2024-12-20T21:19:41.371Z | Checking hkdf v0.12.4 |
2045 | 2024-12-20T21:19:41.394Z | Checking crypto-bigint v0.5.5 |
2046 | 2024-12-20T21:19:41.509Z | Checking hostname v0.4.0 |
2047 | 2024-12-20T21:19:41.581Z | Checking crc32fast v1.4.2 |
2048 | 2024-12-20T21:19:41.645Z | Checking strsim v0.11.1 |
2049 | 2024-12-20T21:19:41.806Z | Checking unicode-width v0.1.14 |
2050 | 2024-12-20T21:19:41.821Z | Checking bitflags v1.3.2 |
2051 | 2024-12-20T21:19:41.922Z | Checking clap_lex v0.7.2 |
2052 | 2024-12-20T21:19:41.925Z | Checking managed v0.8.0 |
2053 | 2024-12-20T21:19:42.094Z | Checking winnow v0.5.40 |
2054 | 2024-12-20T21:19:42.185Z | Checking debug-ignore v1.0.5 |
2055 | 2024-12-20T21:19:42.258Z | Checking console v0.15.8 |
2056 | 2024-12-20T21:19:42.306Z | Checking smoltcp v0.9.1 |
2057 | 2024-12-20T21:19:42.322Z | Checking clap_builder v4.5.21 |
2058 | 2024-12-20T21:19:42.855Z | Checking cookie_store v0.21.0 |
2059 | 2024-12-20T21:19:43.545Z | Checking flate2 v1.0.34 |
2060 | 2024-12-20T21:19:43.814Z | Checking hyper-rustls v0.27.3 |
2061 | 2024-12-20T21:19:44.110Z | Checking backtrace v0.3.74 |
2062 | 2024-12-20T21:19:44.188Z | Checking hyper-tls v0.6.0 |
2063 | 2024-12-20T21:19:44.203Z | Checking signal-hook-mio v0.2.4 |
2064 | 2024-12-20T21:19:44.283Z | Checking elliptic-curve v0.13.8 |
2065 | 2024-12-20T21:19:44.332Z | Checking rayon v1.10.0 |
2066 | 2024-12-20T21:19:44.478Z | Checking bzip2 v0.4.4 |
2067 | 2024-12-20T21:19:44.503Z | Checking hickory-resolver v0.24.1 |
2068 | 2024-12-20T21:19:44.643Z | Checking dropshot v0.12.0 |
2069 | 2024-12-20T21:19:44.661Z | Checking anyhow v1.0.93 |
2070 | 2024-12-20T21:19:44.759Z | Checking phf v0.11.2 |
2071 | 2024-12-20T21:19:44.898Z | Checking num-bigint-dig v0.8.4 |
2072 | 2024-12-20T21:19:45.011Z | Checking postgres-types v0.2.8 |
2073 | 2024-12-20T21:19:45.027Z | Checking tokio-tungstenite v0.24.0 |
2074 | 2024-12-20T21:19:45.122Z | Checking toml_edit v0.19.15 |
2075 | 2024-12-20T21:19:45.305Z | Checking bstr v1.10.0 |
2076 | 2024-12-20T21:19:45.508Z | Checking regex v1.11.1 |
2077 | 2024-12-20T21:19:45.742Z | Checking ed25519 v2.2.3 |
2078 | 2024-12-20T21:19:46.065Z | Checking tokio-stream v0.1.16 |
2079 | 2024-12-20T21:19:46.145Z | Checking phf_shared v0.10.0 |
2080 | 2024-12-20T21:19:46.176Z | Checking curve25519-dalek v4.1.3 |
2081 | 2024-12-20T21:19:46.260Z | Checking zerocopy v0.6.6 |
2082 | 2024-12-20T21:19:46.442Z | Checking pkcs1 v0.7.5 |
2083 | 2024-12-20T21:19:46.871Z | Checking hubpack v0.1.2 |
2084 | 2024-12-20T21:19:46.948Z | Checking portable-atomic v1.9.0 |
2085 | 2024-12-20T21:19:47.031Z | Checking float-cmp v0.9.0 |
2086 | 2024-12-20T21:19:47.096Z | Checking serde-big-array v0.5.1 |
2087 | 2024-12-20T21:19:47.183Z | Checking rfc6979 v0.4.0 |
2088 | 2024-12-20T21:19:47.210Z | Checking sync_wrapper v1.0.1 |
2089 | 2024-12-20T21:19:47.318Z | Checking minimal-lexical v0.2.1 |
2090 | 2024-12-20T21:19:47.352Z | Checking number_prefix v0.4.0 |
2091 | 2024-12-20T21:19:47.368Z | Checking difflib v0.4.0 |
2092 | 2024-12-20T21:19:47.553Z | Checking whoami v1.5.2 |
2093 | 2024-12-20T21:19:47.692Z | Checking normalize-line-endings v0.3.0 |
2094 | 2024-12-20T21:19:47.728Z | Checking precomputed-hash v0.1.1 |
2095 | 2024-12-20T21:19:47.763Z | Checking predicates-core v1.0.8 |
2096 | 2024-12-20T21:19:47.794Z | Checking fixedbitset v0.4.2 |
2097 | 2024-12-20T21:19:47.817Z | Checking bit-vec v0.6.3 |
2098 | 2024-12-20T21:19:47.853Z | Checking unicode-segmentation v1.12.0 |
2099 | 2024-12-20T21:19:47.904Z | Checking static_assertions v1.1.0 |
2100 | 2024-12-20T21:19:47.976Z | Checking unicode-width v0.2.0 |
2101 | 2024-12-20T21:19:47.990Z | Checking new_debug_unreachable v1.0.6 |
2102 | 2024-12-20T21:19:48.025Z | Checking petgraph v0.6.5 |
2103 | 2024-12-20T21:19:48.064Z | Checking ed25519-dalek v2.1.1 |
2104 | 2024-12-20T21:19:48.113Z | Checking string_cache v0.8.7 |
2105 | 2024-12-20T21:19:48.164Z | Checking bit-set v0.5.3 |
2106 | 2024-12-20T21:19:48.239Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2107 | 2024-12-20T21:19:48.250Z | Checking qorb v0.2.1 |
2108 | 2024-12-20T21:19:48.373Z | Checking predicates v3.1.2 |
2109 | 2024-12-20T21:19:48.415Z | Checking tokio-postgres v0.7.12 |
2110 | 2024-12-20T21:19:48.427Z | Checking indicatif v0.17.9 |
2111 | 2024-12-20T21:19:48.438Z | Checking nom v7.1.3 |
2112 | 2024-12-20T21:19:48.502Z | Checking similar v2.6.0 |
2113 | 2024-12-20T21:19:49.003Z | Checking toml v0.7.8 |
2114 | 2024-12-20T21:19:49.195Z | Checking ecdsa v0.16.9 |
2115 | 2024-12-20T21:19:49.343Z | Checking reqwest v0.12.9 |
2116 | 2024-12-20T21:19:49.752Z | Checking rsa v0.9.6 |
2117 | 2024-12-20T21:19:49.923Z | Checking clap v4.5.21 |
2118 | 2024-12-20T21:19:50.041Z | Checking zip v0.6.6 |
2119 | 2024-12-20T21:19:50.759Z | Checking crossterm v0.28.1 |
2120 | 2024-12-20T21:19:50.813Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2121 | 2024-12-20T21:19:50.836Z | Checking itertools v0.10.5 |
2122 | 2024-12-20T21:19:50.853Z | Checking fs-err v2.11.0 |
2123 | 2024-12-20T21:19:51.258Z | Checking ahash v0.8.11 |
2124 | 2024-12-20T21:19:51.314Z | Checking x509-cert v0.2.5 |
2125 | 2024-12-20T21:19:51.336Z | Checking semver v1.0.23 |
2126 | 2024-12-20T21:19:51.422Z | Checking hex v0.4.3 |
2127 | 2024-12-20T21:19:51.569Z | Checking lalrpop-util v0.19.12 |
2128 | 2024-12-20T21:19:51.710Z | Checking heck v0.4.1 |
2129 | 2024-12-20T21:19:51.833Z | Checking peg-runtime v0.8.3 |
2130 | 2024-12-20T21:19:51.865Z | Checking sigpipe v0.1.3 |
2131 | 2024-12-20T21:19:53.072Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2132 | 2024-12-20T21:19:53.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.51s |
2133 | 2024-12-20T21:19:53.552Z | |
2134 | 2024-12-20T21:19:53.553Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175) |
2135 | 2024-12-20T21:19:54.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2136 | 2024-12-20T21:19:54.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2137 | 2024-12-20T21:19:54.223Z | Compiling hashbrown v0.14.5 |
2138 | 2024-12-20T21:19:54.343Z | Checking heck v0.5.0 |
2139 | 2024-12-20T21:19:54.356Z | Compiling unsafe-libyaml v0.2.11 |
2140 | 2024-12-20T21:19:54.370Z | Compiling ident_case v1.0.1 |
2141 | 2024-12-20T21:19:54.384Z | Checking progenitor-client v0.8.0 |
2142 | 2024-12-20T21:19:54.401Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2143 | 2024-12-20T21:19:54.414Z | Compiling proc-macro-crate v1.3.1 |
2144 | 2024-12-20T21:19:54.501Z | Compiling darling_core v0.20.10 |
2145 | 2024-12-20T21:19:54.542Z | Checking ipnetwork v0.20.0 |
2146 | 2024-12-20T21:19:54.738Z | Compiling structmeta-derive v0.3.0 |
2147 | 2024-12-20T21:19:54.757Z | Compiling newtype-uuid v1.1.3 |
2148 | 2024-12-20T21:19:54.917Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2149 | 2024-12-20T21:19:55.076Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2150 | 2024-12-20T21:19:55.204Z | Compiling lzma-sys v0.1.20 |
2151 | 2024-12-20T21:19:55.432Z | Compiling foreign-types-macros v0.2.3 |
2152 | 2024-12-20T21:19:55.515Z | Compiling num_enum_derive v0.5.11 |
2153 | 2024-12-20T21:19:55.525Z | Checking regress v0.10.1 |
2154 | 2024-12-20T21:19:55.988Z | Compiling serde_yaml v0.9.34+deprecated |
2155 | 2024-12-20T21:19:56.266Z | Compiling dropshot v0.13.0 |
2156 | 2024-12-20T21:19:56.539Z | Checking arc-swap v1.7.1 |
2157 | 2024-12-20T21:19:56.743Z | Checking foreign-types-shared v0.3.1 |
2158 | 2024-12-20T21:19:56.858Z | Checking foreign-types v0.5.0 |
2159 | 2024-12-20T21:19:56.971Z | Checking slog-scope v4.4.0 |
2160 | 2024-12-20T21:19:57.090Z | Compiling proc-macro-error v1.0.4 |
2161 | 2024-12-20T21:19:57.744Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2162 | 2024-12-20T21:19:57.764Z | Checking tungstenite v0.21.0 |
2163 | 2024-12-20T21:19:57.775Z | Compiling structmeta v0.3.0 |
2164 | 2024-12-20T21:19:57.849Z | Compiling heck v0.3.3 |
2165 | 2024-12-20T21:19:58.129Z | Checking num_enum v0.5.11 |
2166 | 2024-12-20T21:19:58.232Z | Compiling parse-display-derive v0.10.0 |
2167 | 2024-12-20T21:19:58.269Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2168 | 2024-12-20T21:19:58.285Z | Compiling dropshot_endpoint v0.13.0 |
2169 | 2024-12-20T21:19:58.723Z | Checking cstr-argument v0.1.2 |
2170 | 2024-12-20T21:19:58.902Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2171 | 2024-12-20T21:19:59.099Z | Checking typify-impl v0.2.0 |
2172 | 2024-12-20T21:19:59.113Z | Checking instant v0.1.13 |
2173 | 2024-12-20T21:19:59.231Z | Checking base64 v0.21.7 |
2174 | 2024-12-20T21:19:59.699Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2175 | 2024-12-20T21:19:59.972Z | Checking fastrand v2.1.1 |
2176 | 2024-12-20T21:20:00.243Z | Checking pretty-hex v0.2.1 |
2177 | 2024-12-20T21:20:00.313Z | Checking tempfile v3.13.0 |
2178 | 2024-12-20T21:20:00.395Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2179 | 2024-12-20T21:20:00.669Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2180 | 2024-12-20T21:20:00.689Z | Checking backoff v0.4.0 |
2181 | 2024-12-20T21:20:00.702Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2182 | 2024-12-20T21:20:00.846Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2183 | 2024-12-20T21:20:00.857Z | Checking tokio-tungstenite v0.21.0 |
2184 | 2024-12-20T21:20:01.064Z | Checking strum v0.26.3 |
2185 | 2024-12-20T21:20:01.260Z | Compiling zone_cfg_derive v0.1.2 |
2186 | 2024-12-20T21:20:01.375Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2187 | 2024-12-20T21:20:01.476Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2188 | 2024-12-20T21:20:01.634Z | Compiling darling_macro v0.20.10 |
2189 | 2024-12-20T21:20:01.709Z | Checking slog-stdlog v4.1.1 |
2190 | 2024-12-20T21:20:01.869Z | Checking regress v0.9.1 |
2191 | 2024-12-20T21:20:01.907Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2192 | 2024-12-20T21:20:01.949Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2193 | 2024-12-20T21:20:02.005Z | Checking colored v2.1.0 |
2194 | 2024-12-20T21:20:02.303Z | Checking macaddr v1.0.1 |
2195 | 2024-12-20T21:20:02.395Z | Checking base64 v0.13.1 |
2196 | 2024-12-20T21:20:02.628Z | Compiling darling v0.20.10 |
2197 | 2024-12-20T21:20:02.723Z | Compiling serde_with_macros v3.11.0 |
2198 | 2024-12-20T21:20:02.723Z | Checking ron v0.7.1 |
2199 | 2024-12-20T21:20:02.796Z | Checking zone v0.1.8 |
2200 | 2024-12-20T21:20:02.903Z | Checking parse-display v0.10.0 |
2201 | 2024-12-20T21:20:03.104Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2202 | 2024-12-20T21:20:03.386Z | Checking xz2 v0.1.7 |
2203 | 2024-12-20T21:20:03.570Z | Checking slog-envlogger v2.2.0 |
2204 | 2024-12-20T21:20:03.765Z | Checking tabwriter v1.4.0 |
2205 | 2024-12-20T21:20:03.815Z | Checking xattr v1.3.1 |
2206 | 2024-12-20T21:20:03.839Z | Checking pem v3.0.4 |
2207 | 2024-12-20T21:20:03.960Z | Checking yasna v0.5.2 |
2208 | 2024-12-20T21:20:04.024Z | Checking headers-core v0.3.0 |
2209 | 2024-12-20T21:20:04.085Z | Checking smf v0.2.3 |
2210 | 2024-12-20T21:20:04.143Z | Checking filetime v0.2.25 |
2211 | 2024-12-20T21:20:04.364Z | Checking same-file v1.0.6 |
2212 | 2024-12-20T21:20:04.503Z | Checking tar v0.4.42 |
2213 | 2024-12-20T21:20:04.515Z | Checking walkdir v2.5.0 |
2214 | 2024-12-20T21:20:04.542Z | Checking headers v0.4.0 |
2215 | 2024-12-20T21:20:04.781Z | Checking camino-tempfile v1.1.1 |
2216 | 2024-12-20T21:20:04.784Z | Checking rcgen v0.12.1 |
2217 | 2024-12-20T21:20:05.419Z | Checking atomicwrites v0.4.4 |
2218 | 2024-12-20T21:20:05.438Z | Checking subprocess v0.2.9 |
2219 | 2024-12-20T21:20:05.464Z | Checking serde_with v3.11.0 |
2220 | 2024-12-20T21:20:09.503Z | Compiling typify-macro v0.2.0 |
2221 | 2024-12-20T21:20:11.350Z | Compiling typify v0.2.0 |
2222 | 2024-12-20T21:20:11.418Z | Compiling progenitor-impl v0.8.0 |
2223 | 2024-12-20T21:20:14.587Z | Compiling progenitor-macro v0.8.0 |
2224 | 2024-12-20T21:20:19.329Z | Checking progenitor v0.8.0 |
2225 | 2024-12-20T21:20:19.484Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2226 | 2024-12-20T21:20:19.484Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2227 | 2024-12-20T21:20:22.154Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2228 | 2024-12-20T21:20:22.522Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2229 | 2024-12-20T21:20:28.895Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2230 | 2024-12-20T21:20:30.559Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2231 | 2024-12-20T21:20:31.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.24s |
2232 | 2024-12-20T21:20:31.982Z | |
2233 | 2024-12-20T21:20:31.982Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175) |
2234 | 2024-12-20T21:20:32.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2235 | 2024-12-20T21:20:32.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2236 | 2024-12-20T21:20:32.649Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2237 | 2024-12-20T21:20:34.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
2238 | 2024-12-20T21:20:34.250Z | |
2239 | 2024-12-20T21:20:34.250Z | info: running `cargo check --bins` on nexus-config (31/175) |
2240 | 2024-12-20T21:20:34.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2241 | 2024-12-20T21:20:34.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2242 | 2024-12-20T21:20:34.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2243 | 2024-12-20T21:20:34.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2244 | 2024-12-20T21:20:34.895Z | |
2245 | 2024-12-20T21:20:34.895Z | info: running `cargo check --bins` on omicron-rpaths (32/175) |
2246 | 2024-12-20T21:20:35.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2247 | 2024-12-20T21:20:35.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2248 | 2024-12-20T21:20:35.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2249 | 2024-12-20T21:20:35.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2250 | 2024-12-20T21:20:35.520Z | |
2251 | 2024-12-20T21:20:35.520Z | info: running `cargo check --bins` on omicron-certificates (33/175) |
2252 | 2024-12-20T21:20:36.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2253 | 2024-12-20T21:20:36.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2254 | 2024-12-20T21:20:36.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2255 | 2024-12-20T21:20:36.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2256 | 2024-12-20T21:20:36.150Z | |
2257 | 2024-12-20T21:20:36.150Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/175) |
2258 | 2024-12-20T21:20:36.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2259 | 2024-12-20T21:20:36.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2260 | 2024-12-20T21:20:36.848Z | Compiling zerocopy v0.8.10 |
2261 | 2024-12-20T21:20:36.849Z | Compiling progenitor-client v0.8.0 |
2262 | 2024-12-20T21:20:36.849Z | Compiling itertools v0.13.0 |
2263 | 2024-12-20T21:20:36.851Z | Compiling zerocopy-derive v0.8.10 |
2264 | 2024-12-20T21:20:36.851Z | Compiling heapless v0.8.0 |
2265 | 2024-12-20T21:20:36.851Z | Compiling newtype-uuid v1.1.3 |
2266 | 2024-12-20T21:20:36.851Z | Compiling ipnetwork v0.20.0 |
2267 | 2024-12-20T21:20:36.852Z | Checking hash32 v0.3.1 |
2268 | 2024-12-20T21:20:37.163Z | Compiling instant v0.1.13 |
2269 | 2024-12-20T21:20:37.307Z | Compiling smoltcp v0.11.0 |
2270 | 2024-12-20T21:20:37.323Z | Compiling progenitor v0.8.0 |
2271 | 2024-12-20T21:20:37.431Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2272 | 2024-12-20T21:20:37.574Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2273 | 2024-12-20T21:20:37.886Z | Compiling backoff v0.4.0 |
2274 | 2024-12-20T21:20:37.900Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2275 | 2024-12-20T21:20:38.002Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2276 | 2024-12-20T21:20:38.180Z | Compiling dropshot v0.13.0 |
2277 | 2024-12-20T21:20:38.207Z | Compiling serde_with v3.11.0 |
2278 | 2024-12-20T21:20:38.223Z | Compiling parse-display v0.10.0 |
2279 | 2024-12-20T21:20:38.261Z | Checking num-rational v0.4.2 |
2280 | 2024-12-20T21:20:38.757Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2281 | 2024-12-20T21:20:38.921Z | Compiling regress v0.9.1 |
2282 | 2024-12-20T21:20:38.937Z | Compiling phf_generator v0.11.2 |
2283 | 2024-12-20T21:20:39.121Z | Checking num-complex v0.4.6 |
2284 | 2024-12-20T21:20:40.171Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2285 | 2024-12-20T21:20:40.777Z | Compiling macaddr v1.0.1 |
2286 | 2024-12-20T21:20:41.216Z | Checking cobs v0.2.3 |
2287 | 2024-12-20T21:20:41.270Z | Compiling num v0.4.3 |
2288 | 2024-12-20T21:20:41.403Z | Checking postcard v1.0.10 |
2289 | 2024-12-20T21:20:41.488Z | Compiling phf_codegen v0.11.2 |
2290 | 2024-12-20T21:20:41.988Z | Compiling parse-zoneinfo v0.3.1 |
2291 | 2024-12-20T21:20:42.244Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2292 | 2024-12-20T21:20:42.533Z | Checking float-ord v0.3.2 |
2293 | 2024-12-20T21:20:42.680Z | Compiling convert_case v0.4.0 |
2294 | 2024-12-20T21:20:43.138Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2295 | 2024-12-20T21:20:43.676Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2296 | 2024-12-20T21:20:43.969Z | Compiling derive_more v0.99.18 |
2297 | 2024-12-20T21:20:44.010Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2298 | 2024-12-20T21:20:44.151Z | Compiling chrono-tz-build v0.4.0 |
2299 | 2024-12-20T21:20:44.897Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2300 | 2024-12-20T21:20:45.659Z | Compiling crucible-workspace-hack v0.1.0 |
2301 | 2024-12-20T21:20:45.808Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2302 | 2024-12-20T21:20:45.808Z | Compiling thiserror v2.0.3 |
2303 | 2024-12-20T21:20:45.978Z | Compiling chrono-tz v0.10.0 |
2304 | 2024-12-20T21:20:46.136Z | Checking newline-converter v0.3.0 |
2305 | 2024-12-20T21:20:46.643Z | Checking prettyplease v0.2.25 |
2306 | 2024-12-20T21:20:46.820Z | Compiling thiserror-impl v2.0.3 |
2307 | 2024-12-20T21:20:47.412Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2308 | 2024-12-20T21:20:47.722Z | Compiling slog-dtrace v0.3.0 |
2309 | 2024-12-20T21:20:47.740Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2310 | 2024-12-20T21:20:47.912Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2311 | 2024-12-20T21:20:48.161Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2312 | 2024-12-20T21:20:48.953Z | Checking expectorate v1.1.0 |
2313 | 2024-12-20T21:20:48.982Z | Compiling zone_cfg_derive v0.3.0 |
2314 | 2024-12-20T21:20:49.223Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2315 | 2024-12-20T21:20:49.245Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2316 | 2024-12-20T21:20:49.600Z | Compiling const_format_proc_macros v0.2.33 |
2317 | 2024-12-20T21:20:50.043Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2318 | 2024-12-20T21:20:50.390Z | Compiling num-derive v0.4.2 |
2319 | 2024-12-20T21:20:50.465Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2320 | 2024-12-20T21:20:50.485Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2321 | 2024-12-20T21:20:50.716Z | Checking highway v1.2.0 |
2322 | 2024-12-20T21:20:50.784Z | Checking zone v0.3.0 |
2323 | 2024-12-20T21:20:51.172Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2324 | 2024-12-20T21:20:51.274Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2325 | 2024-12-20T21:20:51.808Z | Checking const_format v0.2.33 |
2326 | 2024-12-20T21:20:51.978Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2327 | 2024-12-20T21:20:52.008Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2328 | 2024-12-20T21:20:52.037Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2329 | 2024-12-20T21:20:52.273Z | Checking gethostname v0.5.0 |
2330 | 2024-12-20T21:20:52.840Z | Checking bcs v0.1.6 |
2331 | 2024-12-20T21:20:52.861Z | Compiling async-recursion v1.1.1 |
2332 | 2024-12-20T21:20:52.861Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2333 | 2024-12-20T21:20:53.633Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2334 | 2024-12-20T21:20:54.210Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2335 | 2024-12-20T21:21:00.025Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2336 | 2024-12-20T21:21:03.344Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2337 | 2024-12-20T21:21:05.978Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2338 | 2024-12-20T21:21:07.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.04s |
2339 | 2024-12-20T21:21:07.380Z | |
2340 | 2024-12-20T21:21:07.380Z | info: running `cargo check --bins` on clickhouse-admin-api (35/175) |
2341 | 2024-12-20T21:21:07.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-12-20T21:21:07.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-12-20T21:21:07.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2024-12-20T21:21:07.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2345 | 2024-12-20T21:21:08.011Z | |
2346 | 2024-12-20T21:21:08.011Z | info: running `cargo check --bins` on clickhouse-admin-types (36/175) |
2347 | 2024-12-20T21:21:08.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-12-20T21:21:08.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-12-20T21:21:08.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2350 | 2024-12-20T21:21:08.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2351 | 2024-12-20T21:21:08.643Z | |
2352 | 2024-12-20T21:21:08.643Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/175) |
2353 | 2024-12-20T21:21:09.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2024-12-20T21:21:09.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2024-12-20T21:21:09.305Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2356 | 2024-12-20T21:21:09.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2357 | 2024-12-20T21:21:10.115Z | |
2358 | 2024-12-20T21:21:10.115Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175) |
2359 | 2024-12-20T21:21:10.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2360 | 2024-12-20T21:21:10.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2361 | 2024-12-20T21:21:10.786Z | Compiling cfg_aliases v0.1.1 |
2362 | 2024-12-20T21:21:10.789Z | Compiling vte_generate_state_changes v0.1.2 |
2363 | 2024-12-20T21:21:10.789Z | Checking fd-lock v4.0.2 |
2364 | 2024-12-20T21:21:10.789Z | Checking nibble_vec v0.1.0 |
2365 | 2024-12-20T21:21:10.789Z | Checking bytecount v0.6.8 |
2366 | 2024-12-20T21:21:10.789Z | Checking endian-type v0.1.2 |
2367 | 2024-12-20T21:21:10.922Z | Compiling tabled_derive v0.7.0 |
2368 | 2024-12-20T21:21:10.932Z | Checking itertools v0.12.1 |
2369 | 2024-12-20T21:21:10.969Z | Compiling nix v0.28.0 |
2370 | 2024-12-20T21:21:11.019Z | Checking papergrid v0.11.0 |
2371 | 2024-12-20T21:21:11.087Z | Compiling peg-macros v0.8.4 |
2372 | 2024-12-20T21:21:11.113Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2373 | 2024-12-20T21:21:11.113Z | Checking radix_trie v0.2.1 |
2374 | 2024-12-20T21:21:11.495Z | Checking vte v0.11.1 |
2375 | 2024-12-20T21:21:11.514Z | Compiling sqlparser_derive v0.2.2 |
2376 | 2024-12-20T21:21:12.297Z | Checking unicode_categories v0.1.1 |
2377 | 2024-12-20T21:21:12.494Z | Checking home v0.5.9 |
2378 | 2024-12-20T21:21:12.584Z | Checking nu-ansi-term v0.50.1 |
2379 | 2024-12-20T21:21:12.617Z | Checking sqlparser v0.45.0 |
2380 | 2024-12-20T21:21:12.638Z | Checking sqlformat v0.2.6 |
2381 | 2024-12-20T21:21:12.911Z | Checking strip-ansi-escapes v0.2.0 |
2382 | 2024-12-20T21:21:13.005Z | Checking display-error-chain v0.2.2 |
2383 | 2024-12-20T21:21:13.477Z | Checking tabled v0.15.0 |
2384 | 2024-12-20T21:21:13.500Z | Checking reedline v0.35.0 |
2385 | 2024-12-20T21:21:14.224Z | Checking rustyline v14.0.0 |
2386 | 2024-12-20T21:21:14.259Z | Checking peg v0.8.4 |
2387 | 2024-12-20T21:21:23.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.06s |
2388 | 2024-12-20T21:21:23.362Z | |
2389 | 2024-12-20T21:21:23.362Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175) |
2390 | 2024-12-20T21:21:23.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-12-20T21:21:23.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-12-20T21:21:24.053Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2393 | 2024-12-20T21:21:29.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
2394 | 2024-12-20T21:21:29.316Z | |
2395 | 2024-12-20T21:21:29.316Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175) |
2396 | 2024-12-20T21:21:29.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-12-20T21:21:29.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-12-20T21:21:30.018Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2399 | 2024-12-20T21:21:33.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
2400 | 2024-12-20T21:21:34.015Z | |
2401 | 2024-12-20T21:21:34.015Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175) |
2402 | 2024-12-20T21:21:34.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-12-20T21:21:34.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-12-20T21:21:34.698Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2405 | 2024-12-20T21:21:39.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
2406 | 2024-12-20T21:21:39.688Z | |
2407 | 2024-12-20T21:21:39.688Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175) |
2408 | 2024-12-20T21:21:40.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-12-20T21:21:40.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-12-20T21:21:40.370Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2411 | 2024-12-20T21:21:45.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2412 | 2024-12-20T21:21:45.399Z | |
2413 | 2024-12-20T21:21:45.399Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175) |
2414 | 2024-12-20T21:21:45.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-12-20T21:21:45.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-12-20T21:21:46.074Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2417 | 2024-12-20T21:21:50.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
2418 | 2024-12-20T21:21:50.235Z | |
2419 | 2024-12-20T21:21:50.235Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175) |
2420 | 2024-12-20T21:21:50.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-12-20T21:21:50.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-12-20T21:21:50.901Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2423 | 2024-12-20T21:21:54.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
2424 | 2024-12-20T21:21:55.130Z | |
2425 | 2024-12-20T21:21:55.130Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175) |
2426 | 2024-12-20T21:21:55.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-12-20T21:21:55.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-12-20T21:21:55.829Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2429 | 2024-12-20T21:22:00.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
2430 | 2024-12-20T21:22:00.954Z | |
2431 | 2024-12-20T21:22:00.954Z | info: running `cargo check --bins` on oximeter (46/175) |
2432 | 2024-12-20T21:22:01.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-12-20T21:22:01.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-12-20T21:22:01.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2435 | 2024-12-20T21:22:01.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2436 | 2024-12-20T21:22:01.582Z | |
2437 | 2024-12-20T21:22:01.582Z | info: running `cargo check --bins` on oximeter-macro-impl (47/175) |
2438 | 2024-12-20T21:22:02.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-12-20T21:22:02.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-12-20T21:22:02.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-12-20T21:22:02.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2442 | 2024-12-20T21:22:02.207Z | |
2443 | 2024-12-20T21:22:02.207Z | info: running `cargo check --bins` on oximeter-schema (48/175) |
2444 | 2024-12-20T21:22:02.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-12-20T21:22:02.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-12-20T21:22:02.846Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2447 | 2024-12-20T21:22:03.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2448 | 2024-12-20T21:22:03.460Z | |
2449 | 2024-12-20T21:22:03.460Z | info: running `cargo check --bins` on oximeter-types (49/175) |
2450 | 2024-12-20T21:22:04.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-12-20T21:22:04.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-12-20T21:22:04.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-12-20T21:22:04.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2454 | 2024-12-20T21:22:04.094Z | |
2455 | 2024-12-20T21:22:04.094Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/175) |
2456 | 2024-12-20T21:22:04.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-12-20T21:22:04.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-12-20T21:22:04.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-12-20T21:22:04.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2460 | 2024-12-20T21:22:04.733Z | |
2461 | 2024-12-20T21:22:04.733Z | info: running `cargo check --bins` on oxql-types (51/175) |
2462 | 2024-12-20T21:22:05.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-12-20T21:22:05.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-12-20T21:22:05.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2024-12-20T21:22:05.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2466 | 2024-12-20T21:22:05.364Z | |
2467 | 2024-12-20T21:22:05.364Z | info: running `cargo check --bins` on oximeter-test-utils (52/175) |
2468 | 2024-12-20T21:22:05.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-12-20T21:22:05.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-12-20T21:22:05.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2024-12-20T21:22:05.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2472 | 2024-12-20T21:22:06.022Z | |
2473 | 2024-12-20T21:22:06.022Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/175) |
2474 | 2024-12-20T21:22:06.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-12-20T21:22:06.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-12-20T21:22:06.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-12-20T21:22:06.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2478 | 2024-12-20T21:22:06.660Z | |
2479 | 2024-12-20T21:22:06.660Z | info: running `cargo check --bins` on bootstrap-agent-client (54/175) |
2480 | 2024-12-20T21:22:07.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-12-20T21:22:07.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-12-20T21:22:07.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2024-12-20T21:22:07.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2484 | 2024-12-20T21:22:07.305Z | |
2485 | 2024-12-20T21:22:07.306Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175) |
2486 | 2024-12-20T21:22:07.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-12-20T21:22:08.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-12-20T21:22:08.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2024-12-20T21:22:08.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2490 | 2024-12-20T21:22:08.054Z | |
2491 | 2024-12-20T21:22:08.054Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/175) |
2492 | 2024-12-20T21:22:08.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-12-20T21:22:08.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-12-20T21:22:08.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-12-20T21:22:08.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2496 | 2024-12-20T21:22:08.583Z | |
2497 | 2024-12-20T21:22:08.583Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/175) |
2498 | 2024-12-20T21:22:09.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-12-20T21:22:09.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-12-20T21:22:09.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-12-20T21:22:09.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2502 | 2024-12-20T21:22:09.214Z | |
2503 | 2024-12-20T21:22:09.214Z | info: running `cargo check --bins` on cockroach-admin-client (58/175) |
2504 | 2024-12-20T21:22:09.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-12-20T21:22:09.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-12-20T21:22:09.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-12-20T21:22:09.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2508 | 2024-12-20T21:22:09.834Z | |
2509 | 2024-12-20T21:22:09.834Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/175) |
2510 | 2024-12-20T21:22:10.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-12-20T21:22:10.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-12-20T21:22:10.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-12-20T21:22:10.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2514 | 2024-12-20T21:22:10.487Z | |
2515 | 2024-12-20T21:22:10.487Z | info: running `cargo check --bins` on dns-service-client (60/175) |
2516 | 2024-12-20T21:22:11.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-12-20T21:22:11.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-12-20T21:22:11.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-12-20T21:22:11.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2520 | 2024-12-20T21:22:11.116Z | |
2521 | 2024-12-20T21:22:11.116Z | info: running `cargo check --bins` on internal-dns-types (61/175) |
2522 | 2024-12-20T21:22:11.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-12-20T21:22:11.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-12-20T21:22:11.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-12-20T21:22:11.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2526 | 2024-12-20T21:22:11.739Z | |
2527 | 2024-12-20T21:22:11.739Z | info: running `cargo check --bins` on dpd-client (62/175) |
2528 | 2024-12-20T21:22:12.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-12-20T21:22:12.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-12-20T21:22:12.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-12-20T21:22:12.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2532 | 2024-12-20T21:22:12.358Z | |
2533 | 2024-12-20T21:22:12.358Z | info: running `cargo check --bins` on gateway-client (63/175) |
2534 | 2024-12-20T21:22:12.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-12-20T21:22:12.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-12-20T21:22:12.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-12-20T21:22:12.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2538 | 2024-12-20T21:22:12.967Z | |
2539 | 2024-12-20T21:22:12.967Z | info: running `cargo check --bins` on installinator-client (64/175) |
2540 | 2024-12-20T21:22:13.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-12-20T21:22:13.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-12-20T21:22:13.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-12-20T21:22:13.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2544 | 2024-12-20T21:22:13.605Z | |
2545 | 2024-12-20T21:22:13.605Z | info: running `cargo check --bins` on installinator-common (65/175) |
2546 | 2024-12-20T21:22:14.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-12-20T21:22:14.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-12-20T21:22:14.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-12-20T21:22:14.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2550 | 2024-12-20T21:22:14.248Z | |
2551 | 2024-12-20T21:22:14.248Z | info: running `cargo check --bins` on update-engine (66/175) |
2552 | 2024-12-20T21:22:14.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-12-20T21:22:14.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-12-20T21:22:14.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-12-20T21:22:14.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2556 | 2024-12-20T21:22:14.874Z | |
2557 | 2024-12-20T21:22:14.874Z | info: running `cargo check --bins` on nexus-client (67/175) |
2558 | 2024-12-20T21:22:15.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-12-20T21:22:15.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-12-20T21:22:15.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-12-20T21:22:15.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2562 | 2024-12-20T21:22:15.550Z | |
2563 | 2024-12-20T21:22:15.550Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/175) |
2564 | 2024-12-20T21:22:16.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-12-20T21:22:16.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-12-20T21:22:16.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-12-20T21:22:16.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2568 | 2024-12-20T21:22:16.179Z | |
2569 | 2024-12-20T21:22:16.179Z | info: running `cargo check --bins` on omicron-passwords (69/175) |
2570 | 2024-12-20T21:22:16.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-12-20T21:22:16.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-12-20T21:22:16.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2024-12-20T21:22:16.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2574 | 2024-12-20T21:22:16.778Z | |
2575 | 2024-12-20T21:22:16.778Z | info: running `cargo check --bins` on nexus-types (70/175) |
2576 | 2024-12-20T21:22:17.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-12-20T21:22:17.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-12-20T21:22:17.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-12-20T21:22:17.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2580 | 2024-12-20T21:22:17.425Z | |
2581 | 2024-12-20T21:22:17.425Z | info: running `cargo check --bins` on oxide-client (71/175) |
2582 | 2024-12-20T21:22:17.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-12-20T21:22:17.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-12-20T21:22:17.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-12-20T21:22:17.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2586 | 2024-12-20T21:22:18.038Z | |
2587 | 2024-12-20T21:22:18.038Z | info: running `cargo check --bins` on oximeter-client (72/175) |
2588 | 2024-12-20T21:22:18.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-12-20T21:22:18.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-12-20T21:22:18.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-12-20T21:22:18.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2592 | 2024-12-20T21:22:18.660Z | |
2593 | 2024-12-20T21:22:18.660Z | info: running `cargo check --bins` on repo-depot-client (73/175) |
2594 | 2024-12-20T21:22:19.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-12-20T21:22:19.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-12-20T21:22:19.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-12-20T21:22:19.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2598 | 2024-12-20T21:22:19.271Z | |
2599 | 2024-12-20T21:22:19.271Z | info: running `cargo check --bins` on sled-agent-client (74/175) |
2600 | 2024-12-20T21:22:19.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-12-20T21:22:19.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-12-20T21:22:19.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2024-12-20T21:22:19.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2604 | 2024-12-20T21:22:20.004Z | |
2605 | 2024-12-20T21:22:20.004Z | info: running `cargo check --bins` on wicketd-client (75/175) |
2606 | 2024-12-20T21:22:20.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-12-20T21:22:20.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-12-20T21:22:20.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-12-20T21:22:20.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2610 | 2024-12-20T21:22:20.899Z | |
2611 | 2024-12-20T21:22:20.900Z | info: running `cargo check --bins` on sled-agent-types (76/175) |
2612 | 2024-12-20T21:22:21.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-12-20T21:22:21.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-12-20T21:22:21.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2024-12-20T21:22:21.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2616 | 2024-12-20T21:22:21.277Z | |
2617 | 2024-12-20T21:22:21.277Z | info: running `cargo check --bins` on wicket-common (77/175) |
2618 | 2024-12-20T21:22:21.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2024-12-20T21:22:21.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2024-12-20T21:22:21.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2024-12-20T21:22:21.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2622 | 2024-12-20T21:22:21.903Z | |
2623 | 2024-12-20T21:22:21.903Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/175) |
2624 | 2024-12-20T21:22:22.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2024-12-20T21:22:22.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2024-12-20T21:22:22.572Z | Checking csv-core v0.1.11 |
2627 | 2024-12-20T21:22:22.572Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2628 | 2024-12-20T21:22:22.576Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2629 | 2024-12-20T21:22:22.898Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2630 | 2024-12-20T21:22:22.910Z | Checking csv v1.3.0 |
2631 | 2024-12-20T21:22:23.475Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2632 | 2024-12-20T21:22:23.811Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2633 | 2024-12-20T21:22:25.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
2634 | 2024-12-20T21:22:25.261Z | |
2635 | 2024-12-20T21:22:25.261Z | info: running `cargo check --bins` on cockroach-admin-api (79/175) |
2636 | 2024-12-20T21:22:25.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-12-20T21:22:25.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-12-20T21:22:25.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-12-20T21:22:25.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2640 | 2024-12-20T21:22:25.956Z | |
2641 | 2024-12-20T21:22:25.957Z | info: running `cargo check --bins` on cockroach-admin-types (80/175) |
2642 | 2024-12-20T21:22:26.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-12-20T21:22:26.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-12-20T21:22:26.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-12-20T21:22:26.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2646 | 2024-12-20T21:22:26.545Z | |
2647 | 2024-12-20T21:22:26.545Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175) |
2648 | 2024-12-20T21:22:27.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-12-20T21:22:27.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-12-20T21:22:27.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2024-12-20T21:22:27.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2652 | 2024-12-20T21:22:27.668Z | |
2653 | 2024-12-20T21:22:27.668Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175) |
2654 | 2024-12-20T21:22:27.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-12-20T21:22:27.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-12-20T21:22:27.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2024-12-20T21:22:27.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2658 | 2024-12-20T21:22:28.013Z | |
2659 | 2024-12-20T21:22:28.013Z | info: running `cargo check --bins` on dns-server (83/175) |
2660 | 2024-12-20T21:22:28.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-12-20T21:22:28.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-12-20T21:22:28.663Z | Compiling parking_lot_core v0.8.6 |
2663 | 2024-12-20T21:22:28.663Z | Checking fxhash v0.2.1 |
2664 | 2024-12-20T21:22:28.666Z | Checking hickory-server v0.24.1 |
2665 | 2024-12-20T21:22:28.666Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2666 | 2024-12-20T21:22:28.666Z | Checking hickory-client v0.24.1 |
2667 | 2024-12-20T21:22:29.379Z | Checking parking_lot v0.11.2 |
2668 | 2024-12-20T21:22:29.476Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2669 | 2024-12-20T21:22:29.476Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2670 | 2024-12-20T21:22:29.611Z | Checking sled v0.34.7 |
2671 | 2024-12-20T21:22:31.425Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2672 | 2024-12-20T21:22:32.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
2673 | 2024-12-20T21:22:32.851Z | |
2674 | 2024-12-20T21:22:32.851Z | info: running `cargo check --bins` on dns-server-api (84/175) |
2675 | 2024-12-20T21:22:33.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-12-20T21:22:33.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-12-20T21:22:33.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-12-20T21:22:33.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2679 | 2024-12-20T21:22:33.494Z | |
2680 | 2024-12-20T21:22:33.494Z | info: running `cargo check --bins` on gateway-test-utils (85/175) |
2681 | 2024-12-20T21:22:34.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-12-20T21:22:34.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-12-20T21:22:34.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-12-20T21:22:34.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2685 | 2024-12-20T21:22:34.185Z | |
2686 | 2024-12-20T21:22:34.185Z | info: running `cargo check --bins` on gateway-types (86/175) |
2687 | 2024-12-20T21:22:34.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-12-20T21:22:34.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-12-20T21:22:34.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2024-12-20T21:22:34.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2691 | 2024-12-20T21:22:34.824Z | |
2692 | 2024-12-20T21:22:34.824Z | info: running `cargo check --bins` on ipcc (87/175) |
2693 | 2024-12-20T21:22:35.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-12-20T21:22:35.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-12-20T21:22:35.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2024-12-20T21:22:35.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2697 | 2024-12-20T21:22:35.468Z | |
2698 | 2024-12-20T21:22:35.468Z | info: running `cargo check --bins` on omicron-gateway (88/175) |
2699 | 2024-12-20T21:22:36.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2024-12-20T21:22:36.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2024-12-20T21:22:36.181Z | Compiling radium v0.7.0 |
2702 | 2024-12-20T21:22:36.181Z | Compiling semver v0.1.20 |
2703 | 2024-12-20T21:22:36.286Z | Checking tap v1.0.1 |
2704 | 2024-12-20T21:22:36.297Z | Compiling maybe-uninit v2.0.0 |
2705 | 2024-12-20T21:22:36.317Z | Checking password-hash v0.5.0 |
2706 | 2024-12-20T21:22:36.319Z | Checking blake2 v0.10.6 |
2707 | 2024-12-20T21:22:36.319Z | Checking crc-catalog v2.4.0 |
2708 | 2024-12-20T21:22:36.319Z | Compiling cancel-safe-futures v0.1.5 |
2709 | 2024-12-20T21:22:36.451Z | Checking wyz v0.5.1 |
2710 | 2024-12-20T21:22:36.707Z | Compiling rustc_version v0.1.7 |
2711 | 2024-12-20T21:22:36.753Z | Checking funty v2.0.0 |
2712 | 2024-12-20T21:22:36.755Z | Compiling owo-colors v4.1.0 |
2713 | 2024-12-20T21:22:36.755Z | Compiling packed_struct v0.10.1 |
2714 | 2024-12-20T21:22:36.795Z | Checking argon2 v0.5.3 |
2715 | 2024-12-20T21:22:36.895Z | Checking crc v3.2.1 |
2716 | 2024-12-20T21:22:36.959Z | Compiling packed_struct_codegen v0.10.1 |
2717 | 2024-12-20T21:22:37.107Z | Checking half v2.4.1 |
2718 | 2024-12-20T21:22:37.129Z | Compiling indexmap v1.9.3 |
2719 | 2024-12-20T21:22:37.205Z | Compiling newtype_derive v0.1.6 |
2720 | 2024-12-20T21:22:37.248Z | Checking ciborium-io v0.2.2 |
2721 | 2024-12-20T21:22:37.339Z | Checking nodrop v0.1.14 |
2722 | 2024-12-20T21:22:37.380Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2723 | 2024-12-20T21:22:37.467Z | Checking array-init v0.0.4 |
2724 | 2024-12-20T21:22:37.470Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2725 | 2024-12-20T21:22:37.540Z | Checking ciborium-ll v0.2.2 |
2726 | 2024-12-20T21:22:37.669Z | Checking bitvec v1.0.1 |
2727 | 2024-12-20T21:22:37.686Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2728 | 2024-12-20T21:22:37.780Z | Checking smallvec v0.6.14 |
2729 | 2024-12-20T21:22:37.825Z | Checking libsw v3.3.1 |
2730 | 2024-12-20T21:22:38.100Z | Compiling memoffset v0.9.1 |
2731 | 2024-12-20T21:22:38.142Z | Checking bitfield v0.14.0 |
2732 | 2024-12-20T21:22:38.185Z | Checking swrite v0.1.0 |
2733 | 2024-12-20T21:22:38.308Z | Checking indent_write v2.2.0 |
2734 | 2024-12-20T21:22:38.408Z | Checking termcolor v1.4.1 |
2735 | 2024-12-20T21:22:38.424Z | Checking linear-map v1.2.0 |
2736 | 2024-12-20T21:22:38.441Z | Checking hashbrown v0.12.3 |
2737 | 2024-12-20T21:22:38.457Z | Checking ron v0.8.1 |
2738 | 2024-12-20T21:22:38.491Z | Checking serde-hex v0.1.0 |
2739 | 2024-12-20T21:22:38.744Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2740 | 2024-12-20T21:22:38.853Z | Checking env_logger v0.10.2 |
2741 | 2024-12-20T21:22:39.293Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2742 | 2024-12-20T21:22:39.408Z | Checking ciborium v0.2.2 |
2743 | 2024-12-20T21:22:39.802Z | Checking steno v0.4.1 |
2744 | 2024-12-20T21:22:39.940Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2745 | 2024-12-20T21:22:40.208Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2746 | 2024-12-20T21:22:40.226Z | Checking hashbrown v0.13.2 |
2747 | 2024-12-20T21:22:40.392Z | Checking crc-any v2.5.0 |
2748 | 2024-12-20T21:22:40.412Z | Checking humantime v2.1.0 |
2749 | 2024-12-20T21:22:40.720Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2750 | 2024-12-20T21:22:40.781Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2751 | 2024-12-20T21:22:41.173Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2752 | 2024-12-20T21:22:41.306Z | Checking path-slash v0.1.5 |
2753 | 2024-12-20T21:22:41.335Z | Checking object v0.30.4 |
2754 | 2024-12-20T21:22:41.459Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2755 | 2024-12-20T21:22:41.562Z | Checking nix v0.27.1 |
2756 | 2024-12-20T21:22:42.170Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2757 | 2024-12-20T21:22:42.268Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2758 | 2024-12-20T21:22:42.467Z | Checking tungstenite v0.23.0 |
2759 | 2024-12-20T21:22:42.506Z | Checking kstat-rs v0.2.4 |
2760 | 2024-12-20T21:22:42.878Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2761 | 2024-12-20T21:22:42.930Z | Checking signal-hook-tokio v0.3.1 |
2762 | 2024-12-20T21:22:43.260Z | Checking tokio-tungstenite v0.23.1 |
2763 | 2024-12-20T21:22:44.010Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2764 | 2024-12-20T21:22:44.320Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2765 | 2024-12-20T21:22:44.323Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2766 | 2024-12-20T21:22:51.052Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2767 | 2024-12-20T21:22:52.355Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2768 | 2024-12-20T21:22:55.195Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2769 | 2024-12-20T21:23:01.062Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2770 | 2024-12-20T21:23:01.770Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2771 | 2024-12-20T21:23:04.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.13s |
2772 | 2024-12-20T21:23:04.799Z | |
2773 | 2024-12-20T21:23:04.799Z | info: running `cargo check --bins` on gateway-api (89/175) |
2774 | 2024-12-20T21:23:05.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-12-20T21:23:05.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-12-20T21:23:05.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-12-20T21:23:05.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2778 | 2024-12-20T21:23:05.427Z | |
2779 | 2024-12-20T21:23:05.427Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175) |
2780 | 2024-12-20T21:23:05.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-12-20T21:23:05.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-12-20T21:23:05.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-12-20T21:23:05.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2784 | 2024-12-20T21:23:06.035Z | |
2785 | 2024-12-20T21:23:06.036Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175) |
2786 | 2024-12-20T21:23:06.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-12-20T21:23:06.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-12-20T21:23:06.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-12-20T21:23:06.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2790 | 2024-12-20T21:23:06.666Z | |
2791 | 2024-12-20T21:23:06.667Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175) |
2792 | 2024-12-20T21:23:07.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-12-20T21:23:07.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-12-20T21:23:07.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-12-20T21:23:07.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2796 | 2024-12-20T21:23:07.299Z | |
2797 | 2024-12-20T21:23:07.299Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175) |
2798 | 2024-12-20T21:23:07.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-12-20T21:23:07.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-12-20T21:23:07.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-12-20T21:23:07.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2802 | 2024-12-20T21:23:07.933Z | |
2803 | 2024-12-20T21:23:07.933Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175) |
2804 | 2024-12-20T21:23:08.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-12-20T21:23:08.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-12-20T21:23:08.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-12-20T21:23:08.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2808 | 2024-12-20T21:23:08.560Z | |
2809 | 2024-12-20T21:23:08.560Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175) |
2810 | 2024-12-20T21:23:09.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-12-20T21:23:09.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-12-20T21:23:09.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-12-20T21:23:09.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2814 | 2024-12-20T21:23:09.195Z | |
2815 | 2024-12-20T21:23:09.195Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175) |
2816 | 2024-12-20T21:23:09.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-12-20T21:23:09.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-12-20T21:23:09.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-12-20T21:23:09.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2820 | 2024-12-20T21:23:09.825Z | |
2821 | 2024-12-20T21:23:09.825Z | info: running `cargo check --bins` on oximeter-producer (97/175) |
2822 | 2024-12-20T21:23:10.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-12-20T21:23:10.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-12-20T21:23:10.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2024-12-20T21:23:10.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2826 | 2024-12-20T21:23:10.487Z | |
2827 | 2024-12-20T21:23:10.487Z | info: running `cargo check --bins` on internal-dns-resolver (98/175) |
2828 | 2024-12-20T21:23:11.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-12-20T21:23:11.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-12-20T21:23:11.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2024-12-20T21:23:11.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2832 | 2024-12-20T21:23:11.110Z | |
2833 | 2024-12-20T21:23:11.110Z | info: running `cargo check --bins` on sp-sim (99/175) |
2834 | 2024-12-20T21:23:11.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-12-20T21:23:11.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-12-20T21:23:11.743Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2837 | 2024-12-20T21:23:13.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
2838 | 2024-12-20T21:23:13.767Z | |
2839 | 2024-12-20T21:23:13.767Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175) |
2840 | 2024-12-20T21:23:14.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-12-20T21:23:14.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-12-20T21:23:14.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2024-12-20T21:23:14.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2844 | 2024-12-20T21:23:14.444Z | |
2845 | 2024-12-20T21:23:14.444Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175) |
2846 | 2024-12-20T21:23:15.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-12-20T21:23:15.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-12-20T21:23:15.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-12-20T21:23:15.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2850 | 2024-12-20T21:23:15.156Z | |
2851 | 2024-12-20T21:23:15.156Z | info: running `cargo check --bins` on db-macros (102/175) |
2852 | 2024-12-20T21:23:15.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-12-20T21:23:15.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-12-20T21:23:15.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2024-12-20T21:23:16.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2856 | 2024-12-20T21:23:16.689Z | |
2857 | 2024-12-20T21:23:16.689Z | info: running `cargo check --bins` on nexus-macros-common (103/175) |
2858 | 2024-12-20T21:23:16.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-12-20T21:23:16.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-12-20T21:23:16.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2024-12-20T21:23:16.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2862 | 2024-12-20T21:23:16.689Z | |
2863 | 2024-12-20T21:23:16.689Z | info: running `cargo check --bins` on nexus-auth (104/175) |
2864 | 2024-12-20T21:23:16.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-12-20T21:23:16.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-12-20T21:23:16.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2024-12-20T21:23:16.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2868 | 2024-12-20T21:23:17.038Z | |
2869 | 2024-12-20T21:23:17.038Z | info: running `cargo check --bins` on authz-macros (105/175) |
2870 | 2024-12-20T21:23:17.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-12-20T21:23:17.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-12-20T21:23:17.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2024-12-20T21:23:17.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2874 | 2024-12-20T21:23:17.657Z | |
2875 | 2024-12-20T21:23:17.657Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/175) |
2876 | 2024-12-20T21:23:18.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-12-20T21:23:18.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-12-20T21:23:18.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-12-20T21:23:18.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2880 | 2024-12-20T21:23:18.321Z | |
2881 | 2024-12-20T21:23:18.321Z | info: running `cargo check --bins` on nexus-db-model (107/175) |
2882 | 2024-12-20T21:23:18.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-12-20T21:23:18.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-12-20T21:23:18.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-12-20T21:23:18.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2886 | 2024-12-20T21:23:18.980Z | |
2887 | 2024-12-20T21:23:18.980Z | info: running `cargo check --bins` on nexus-defaults (108/175) |
2888 | 2024-12-20T21:23:19.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-12-20T21:23:19.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-12-20T21:23:19.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-12-20T21:23:19.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2892 | 2024-12-20T21:23:19.606Z | |
2893 | 2024-12-20T21:23:19.606Z | info: running `cargo check --bins` on nexus-inventory (109/175) |
2894 | 2024-12-20T21:23:20.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-12-20T21:23:20.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-12-20T21:23:20.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2024-12-20T21:23:20.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2898 | 2024-12-20T21:23:20.274Z | |
2899 | 2024-12-20T21:23:20.274Z | info: running `cargo check --bins` on typed-rng (110/175) |
2900 | 2024-12-20T21:23:20.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-12-20T21:23:20.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-12-20T21:23:20.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2903 | 2024-12-20T21:23:20.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2904 | 2024-12-20T21:23:20.891Z | |
2905 | 2024-12-20T21:23:20.891Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175) |
2906 | 2024-12-20T21:23:21.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-12-20T21:23:21.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-12-20T21:23:21.625Z | Checking keccak v0.1.5 |
2909 | 2024-12-20T21:23:21.736Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2910 | 2024-12-20T21:23:21.738Z | Checking secrecy v0.8.0 |
2911 | 2024-12-20T21:23:21.738Z | Compiling unicase v2.7.0 |
2912 | 2024-12-20T21:23:21.738Z | Compiling same-file v1.0.6 |
2913 | 2024-12-20T21:23:21.786Z | Compiling tempfile v3.13.0 |
2914 | 2024-12-20T21:23:21.802Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2915 | 2024-12-20T21:23:21.804Z | Compiling thiserror-impl-no-std v2.0.2 |
2916 | 2024-12-20T21:23:21.917Z | Checking universal-hash v0.5.1 |
2917 | 2024-12-20T21:23:22.039Z | Checking sha3 v0.10.8 |
2918 | 2024-12-20T21:23:22.039Z | Compiling walkdir v2.5.0 |
2919 | 2024-12-20T21:23:22.105Z | Compiling blake3 v1.5.4 |
2920 | 2024-12-20T21:23:22.123Z | Compiling ring v0.16.20 |
2921 | 2024-12-20T21:23:22.212Z | Checking opaque-debug v0.3.1 |
2922 | 2024-12-20T21:23:22.318Z | Checking poly1305 v0.8.0 |
2923 | 2024-12-20T21:23:22.344Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2924 | 2024-12-20T21:23:22.474Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2925 | 2024-12-20T21:23:22.651Z | Checking chacha20 v0.9.1 |
2926 | 2024-12-20T21:23:22.768Z | Checking aead v0.5.2 |
2927 | 2024-12-20T21:23:22.805Z | Compiling memmap2 v0.9.5 |
2928 | 2024-12-20T21:23:22.823Z | Compiling arrayref v0.3.9 |
2929 | 2024-12-20T21:23:22.927Z | Compiling arrayvec v0.7.6 |
2930 | 2024-12-20T21:23:22.978Z | Compiling salty v0.3.0 |
2931 | 2024-12-20T21:23:23.012Z | Compiling spin v0.5.2 |
2932 | 2024-12-20T21:23:23.225Z | Compiling constant_time_eq v0.3.1 |
2933 | 2024-12-20T21:23:23.247Z | Compiling libefi-sys v0.1.0 |
2934 | 2024-12-20T21:23:23.332Z | Checking chacha20poly1305 v0.10.1 |
2935 | 2024-12-20T21:23:23.449Z | Compiling toolchain_find v0.4.0 |
2936 | 2024-12-20T21:23:23.526Z | Compiling camino-tempfile v1.1.1 |
2937 | 2024-12-20T21:23:23.547Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2938 | 2024-12-20T21:23:23.862Z | Compiling bitfield-struct v0.6.2 |
2939 | 2024-12-20T21:23:23.935Z | Compiling topological-sort v0.2.2 |
2940 | 2024-12-20T21:23:24.117Z | Compiling mime_guess v2.0.5 |
2941 | 2024-12-20T21:23:24.150Z | Compiling rustfmt-wrapper v0.2.1 |
2942 | 2024-12-20T21:23:24.724Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2943 | 2024-12-20T21:23:24.745Z | Checking primeorder v0.13.6 |
2944 | 2024-12-20T21:23:25.019Z | Checking thiserror-no-std v2.0.2 |
2945 | 2024-12-20T21:23:25.022Z | Checking env_filter v0.1.2 |
2946 | 2024-12-20T21:23:25.061Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2947 | 2024-12-20T21:23:25.127Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2948 | 2024-12-20T21:23:25.145Z | Checking vsss-rs v3.3.4 |
2949 | 2024-12-20T21:23:25.210Z | Checking p384 v0.13.0 |
2950 | 2024-12-20T21:23:25.243Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2951 | 2024-12-20T21:23:25.261Z | Checking env_logger v0.11.5 |
2952 | 2024-12-20T21:23:25.305Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2953 | 2024-12-20T21:23:25.559Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2954 | 2024-12-20T21:23:25.808Z | Checking http-range v0.1.5 |
2955 | 2024-12-20T21:23:25.845Z | Checking simd-adler32 v0.3.7 |
2956 | 2024-12-20T21:23:25.885Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2957 | 2024-12-20T21:23:25.923Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2958 | 2024-12-20T21:23:25.974Z | Checking bumpalo v3.16.0 |
2959 | 2024-12-20T21:23:26.207Z | Checking lockfree-object-pool v0.1.6 |
2960 | 2024-12-20T21:23:26.255Z | Compiling zip v2.1.3 |
2961 | 2024-12-20T21:23:26.356Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2962 | 2024-12-20T21:23:26.373Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2963 | 2024-12-20T21:23:26.462Z | Checking zopfli v0.8.1 |
2964 | 2024-12-20T21:23:26.585Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2965 | 2024-12-20T21:23:26.671Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2966 | 2024-12-20T21:23:27.131Z | Checking nanorand v0.7.0 |
2967 | 2024-12-20T21:23:27.175Z | Checking atty v0.2.14 |
2968 | 2024-12-20T21:23:27.227Z | Checking glob v0.3.1 |
2969 | 2024-12-20T21:23:27.312Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2970 | 2024-12-20T21:23:27.521Z | Checking flume v0.11.1 |
2971 | 2024-12-20T21:23:27.817Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2972 | 2024-12-20T21:23:27.836Z | Compiling omicron-zone-package v0.11.1 |
2973 | 2024-12-20T21:23:28.029Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2974 | 2024-12-20T21:23:28.665Z | Checking hyper-staticfile v0.10.1 |
2975 | 2024-12-20T21:23:29.039Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2976 | 2024-12-20T21:23:29.214Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2977 | 2024-12-20T21:23:29.515Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2978 | 2024-12-20T21:23:29.569Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2979 | 2024-12-20T21:23:29.627Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2980 | 2024-12-20T21:23:29.909Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2981 | 2024-12-20T21:23:30.476Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2982 | 2024-12-20T21:23:30.761Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2983 | 2024-12-20T21:23:31.146Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2984 | 2024-12-20T21:23:32.272Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2985 | 2024-12-20T21:23:33.908Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2986 | 2024-12-20T21:23:33.911Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2987 | 2024-12-20T21:23:44.551Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2988 | 2024-12-20T21:23:58.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.58s |
2989 | 2024-12-20T21:23:58.679Z | |
2990 | 2024-12-20T21:23:58.679Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175) |
2991 | 2024-12-20T21:23:59.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-12-20T21:23:59.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-12-20T21:23:59.412Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2994 | 2024-12-20T21:24:13.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s |
2995 | 2024-12-20T21:24:13.225Z | |
2996 | 2024-12-20T21:24:13.225Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175) |
2997 | 2024-12-20T21:24:13.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-12-20T21:24:13.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-12-20T21:24:13.952Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3000 | 2024-12-20T21:24:27.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.73s |
3001 | 2024-12-20T21:24:28.154Z | |
3002 | 2024-12-20T21:24:28.155Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175) |
3003 | 2024-12-20T21:24:28.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2024-12-20T21:24:28.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2024-12-20T21:24:28.905Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2024-12-20T21:24:43.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s |
3007 | 2024-12-20T21:24:43.227Z | |
3008 | 2024-12-20T21:24:43.227Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175) |
3009 | 2024-12-20T21:24:43.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2024-12-20T21:24:43.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2024-12-20T21:24:43.979Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2024-12-20T21:24:58.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.90s |
3013 | 2024-12-20T21:24:58.327Z | |
3014 | 2024-12-20T21:24:58.327Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175) |
3015 | 2024-12-20T21:24:58.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2024-12-20T21:24:58.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2024-12-20T21:24:59.055Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2024-12-20T21:25:12.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s |
3019 | 2024-12-20T21:25:12.927Z | |
3020 | 2024-12-20T21:25:12.927Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175) |
3021 | 2024-12-20T21:25:13.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2024-12-20T21:25:13.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2024-12-20T21:25:13.685Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3024 | 2024-12-20T21:25:27.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s |
3025 | 2024-12-20T21:25:27.992Z | |
3026 | 2024-12-20T21:25:27.992Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175) |
3027 | 2024-12-20T21:25:28.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-12-20T21:25:28.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-12-20T21:25:28.749Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3030 | 2024-12-20T21:25:42.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s |
3031 | 2024-12-20T21:25:42.982Z | |
3032 | 2024-12-20T21:25:42.982Z | info: running `cargo check --bins` on bootstrap-agent-api (119/175) |
3033 | 2024-12-20T21:25:43.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-12-20T21:25:43.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-12-20T21:25:43.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-12-20T21:25:43.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3037 | 2024-12-20T21:25:43.663Z | |
3038 | 2024-12-20T21:25:43.663Z | info: running `cargo check --bins` on key-manager (120/175) |
3039 | 2024-12-20T21:25:44.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-12-20T21:25:44.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-12-20T21:25:44.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-12-20T21:25:44.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3043 | 2024-12-20T21:25:44.317Z | |
3044 | 2024-12-20T21:25:44.317Z | info: running `cargo check --bins` on range-requests (121/175) |
3045 | 2024-12-20T21:25:44.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-12-20T21:25:44.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-12-20T21:25:44.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-12-20T21:25:44.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3049 | 2024-12-20T21:25:44.949Z | |
3050 | 2024-12-20T21:25:44.949Z | info: running `cargo check --bins` on repo-depot-api (122/175) |
3051 | 2024-12-20T21:25:45.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-12-20T21:25:45.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-12-20T21:25:45.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2024-12-20T21:25:45.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3055 | 2024-12-20T21:25:45.597Z | |
3056 | 2024-12-20T21:25:45.597Z | info: running `cargo check --bins` on sled-agent-api (123/175) |
3057 | 2024-12-20T21:25:46.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-12-20T21:25:46.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-12-20T21:25:46.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2024-12-20T21:25:46.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3061 | 2024-12-20T21:25:46.270Z | |
3062 | 2024-12-20T21:25:46.270Z | info: running `cargo check --bins` on sled-diagnostics (124/175) |
3063 | 2024-12-20T21:25:46.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-12-20T21:25:46.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-12-20T21:25:46.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2024-12-20T21:25:46.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3067 | 2024-12-20T21:25:46.915Z | |
3068 | 2024-12-20T21:25:46.915Z | info: running `cargo check --bins` on sled-hardware (125/175) |
3069 | 2024-12-20T21:25:47.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-12-20T21:25:47.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-12-20T21:25:47.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-12-20T21:25:47.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3073 | 2024-12-20T21:25:47.577Z | |
3074 | 2024-12-20T21:25:47.577Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/175) |
3075 | 2024-12-20T21:25:48.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-12-20T21:25:48.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-12-20T21:25:48.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2024-12-20T21:25:48.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3079 | 2024-12-20T21:25:48.238Z | |
3080 | 2024-12-20T21:25:48.238Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175) |
3081 | 2024-12-20T21:25:48.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-12-20T21:25:48.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-12-20T21:25:48.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2024-12-20T21:25:48.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3085 | 2024-12-20T21:25:48.906Z | |
3086 | 2024-12-20T21:25:48.907Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/175) |
3087 | 2024-12-20T21:25:49.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-12-20T21:25:49.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-12-20T21:25:49.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2024-12-20T21:25:49.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3091 | 2024-12-20T21:25:49.575Z | |
3092 | 2024-12-20T21:25:49.575Z | info: running `cargo check --bins` on nexus-test-interface (129/175) |
3093 | 2024-12-20T21:25:50.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2024-12-20T21:25:50.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2024-12-20T21:25:50.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3096 | 2024-12-20T21:25:50.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3097 | 2024-12-20T21:25:50.268Z | |
3098 | 2024-12-20T21:25:50.269Z | info: running `cargo check --bins` on oximeter-collector (130/175) |
3099 | 2024-12-20T21:25:50.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-12-20T21:25:50.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-12-20T21:25:50.966Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3102 | 2024-12-20T21:25:50.966Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3103 | 2024-12-20T21:25:51.844Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3104 | 2024-12-20T21:25:53.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
3105 | 2024-12-20T21:25:54.108Z | |
3106 | 2024-12-20T21:25:54.108Z | info: running `cargo check --bins` on oximeter-api (131/175) |
3107 | 2024-12-20T21:25:54.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-12-20T21:25:54.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-12-20T21:25:54.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3110 | 2024-12-20T21:25:54.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3111 | 2024-12-20T21:25:54.749Z | |
3112 | 2024-12-20T21:25:54.749Z | info: running `cargo check --bins` on cert-dev (132/175) |
3113 | 2024-12-20T21:25:55.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-12-20T21:25:55.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-12-20T21:25:55.400Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3116 | 2024-12-20T21:25:55.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3117 | 2024-12-20T21:25:55.841Z | |
3118 | 2024-12-20T21:25:55.841Z | info: running `cargo check --bins` on clickana (133/175) |
3119 | 2024-12-20T21:25:56.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-12-20T21:25:56.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-12-20T21:25:56.500Z | Checking castaway v0.2.3 |
3122 | 2024-12-20T21:25:56.500Z | Checking unicode-truncate v1.1.0 |
3123 | 2024-12-20T21:25:56.500Z | Checking lru v0.12.5 |
3124 | 2024-12-20T21:25:56.503Z | Compiling instability v0.3.2 |
3125 | 2024-12-20T21:25:56.503Z | Checking cassowary v0.3.0 |
3126 | 2024-12-20T21:25:56.503Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3127 | 2024-12-20T21:25:56.721Z | Checking compact_str v0.8.0 |
3128 | 2024-12-20T21:25:57.361Z | Checking ratatui v0.28.1 |
3129 | 2024-12-20T21:25:59.239Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3130 | 2024-12-20T21:26:00.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
3131 | 2024-12-20T21:26:00.262Z | |
3132 | 2024-12-20T21:26:00.262Z | info: running `cargo check --bins` on clickhouse-cluster-dev (134/175) |
3133 | 2024-12-20T21:26:00.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2024-12-20T21:26:00.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2024-12-20T21:26:00.940Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3136 | 2024-12-20T21:26:00.940Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3137 | 2024-12-20T21:26:01.553Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3138 | 2024-12-20T21:26:01.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3139 | 2024-12-20T21:26:02.105Z | |
3140 | 2024-12-20T21:26:02.105Z | info: running `cargo check --bins` on ch-dev (135/175) |
3141 | 2024-12-20T21:26:02.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2024-12-20T21:26:02.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2024-12-20T21:26:02.765Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3144 | 2024-12-20T21:26:03.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3145 | 2024-12-20T21:26:03.656Z | |
3146 | 2024-12-20T21:26:03.656Z | info: running `cargo check --bins` on crdb-seed (136/175) |
3147 | 2024-12-20T21:26:04.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2024-12-20T21:26:04.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2024-12-20T21:26:04.304Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3150 | 2024-12-20T21:26:04.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3151 | 2024-12-20T21:26:04.855Z | |
3152 | 2024-12-20T21:26:04.855Z | info: running `cargo check --bins` on db-dev (137/175) |
3153 | 2024-12-20T21:26:05.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2024-12-20T21:26:05.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2024-12-20T21:26:05.521Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3156 | 2024-12-20T21:26:06.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3157 | 2024-12-20T21:26:06.430Z | |
3158 | 2024-12-20T21:26:06.430Z | info: running `cargo check --bins` on omicron-dev-lib (138/175) |
3159 | 2024-12-20T21:26:06.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3160 | 2024-12-20T21:26:06.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3161 | 2024-12-20T21:26:06.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3162 | 2024-12-20T21:26:06.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3163 | 2024-12-20T21:26:07.073Z | |
3164 | 2024-12-20T21:26:07.073Z | info: running `cargo check --bins` on xtask-downloader (139/175) |
3165 | 2024-12-20T21:26:07.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2024-12-20T21:26:07.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2024-12-20T21:26:07.688Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3168 | 2024-12-20T21:26:08.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3169 | 2024-12-20T21:26:08.722Z | |
3170 | 2024-12-20T21:26:08.722Z | info: running `cargo check --bins` on omicron-ls-apis (140/175) |
3171 | 2024-12-20T21:26:09.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2024-12-20T21:26:09.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2024-12-20T21:26:09.335Z | Checking cargo-platform v0.1.8 |
3174 | 2024-12-20T21:26:09.602Z | Checking cargo_metadata v0.18.1 |
3175 | 2024-12-20T21:26:10.561Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3176 | 2024-12-20T21:26:11.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
3177 | 2024-12-20T21:26:11.552Z | |
3178 | 2024-12-20T21:26:11.552Z | info: running `cargo check --bins` on mgs-dev (141/175) |
3179 | 2024-12-20T21:26:12.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2024-12-20T21:26:12.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2024-12-20T21:26:12.262Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3182 | 2024-12-20T21:26:12.982Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3183 | 2024-12-20T21:26:13.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3184 | 2024-12-20T21:26:13.728Z | |
3185 | 2024-12-20T21:26:13.728Z | info: running `cargo check --bins` on omicron-omdb (142/175) |
3186 | 2024-12-20T21:26:14.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3187 | 2024-12-20T21:26:14.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3188 | 2024-12-20T21:26:14.506Z | Compiling crunchy v0.2.2 |
3189 | 2024-12-20T21:26:14.506Z | Compiling tiny-keccak v2.0.2 |
3190 | 2024-12-20T21:26:14.508Z | Compiling dsl_auto_type v0.1.2 |
3191 | 2024-12-20T21:26:14.508Z | Checking scheduled-thread-pool v0.2.7 |
3192 | 2024-12-20T21:26:14.508Z | Compiling diesel_table_macro_syntax v0.2.0 |
3193 | 2024-12-20T21:26:14.508Z | Compiling ascii-canvas v3.0.0 |
3194 | 2024-12-20T21:26:14.620Z | Compiling ena v0.14.3 |
3195 | 2024-12-20T21:26:14.624Z | Compiling diff v0.1.13 |
3196 | 2024-12-20T21:26:14.812Z | Checking r2d2 v0.8.10 |
3197 | 2024-12-20T21:26:14.899Z | Compiling regex-syntax v0.6.29 |
3198 | 2024-12-20T21:26:15.085Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3199 | 2024-12-20T21:26:15.105Z | Compiling ref-cast v1.0.23 |
3200 | 2024-12-20T21:26:15.147Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3201 | 2024-12-20T21:26:15.189Z | Compiling derive_builder_core v0.20.2 |
3202 | 2024-12-20T21:26:15.302Z | Compiling libxml v0.3.3 |
3203 | 2024-12-20T21:26:15.317Z | Compiling ref-cast-impl v1.0.23 |
3204 | 2024-12-20T21:26:15.411Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3205 | 2024-12-20T21:26:15.708Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3206 | 2024-12-20T21:26:15.730Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3207 | 2024-12-20T21:26:15.927Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3208 | 2024-12-20T21:26:15.962Z | Compiling strum_macros v0.24.3 |
3209 | 2024-12-20T21:26:16.005Z | Compiling samael v0.0.17 |
3210 | 2024-12-20T21:26:16.307Z | Compiling diesel_derives v2.2.3 |
3211 | 2024-12-20T21:26:16.350Z | Compiling indoc v1.0.9 |
3212 | 2024-12-20T21:26:17.325Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3213 | 2024-12-20T21:26:17.615Z | Compiling oso-derive v0.27.3 |
3214 | 2024-12-20T21:26:17.644Z | Compiling derive_builder_macro v0.20.2 |
3215 | 2024-12-20T21:26:18.371Z | Compiling lalrpop v0.19.12 |
3216 | 2024-12-20T21:26:18.555Z | Checking derive_builder v0.20.2 |
3217 | 2024-12-20T21:26:18.631Z | Compiling impl-trait-for-tuples v0.2.2 |
3218 | 2024-12-20T21:26:18.699Z | Checking quick-xml v0.33.0 |
3219 | 2024-12-20T21:26:19.126Z | Compiling diesel-dtrace v0.4.2 |
3220 | 2024-12-20T21:26:19.420Z | Checking maplit v1.0.2 |
3221 | 2024-12-20T21:26:19.611Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3222 | 2024-12-20T21:26:19.630Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3223 | 2024-12-20T21:26:19.900Z | Checking bb8 v0.8.5 |
3224 | 2024-12-20T21:26:20.284Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3225 | 2024-12-20T21:26:20.370Z | Checking rand_seeder v0.3.0 |
3226 | 2024-12-20T21:26:20.593Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3227 | 2024-12-20T21:26:20.612Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3228 | 2024-12-20T21:26:20.812Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3229 | 2024-12-20T21:26:20.863Z | Checking unicode-linebreak v0.1.5 |
3230 | 2024-12-20T21:26:21.073Z | Checking smawk v0.3.2 |
3231 | 2024-12-20T21:26:21.325Z | Checking is_ci v1.2.0 |
3232 | 2024-12-20T21:26:21.356Z | Checking textwrap v0.16.1 |
3233 | 2024-12-20T21:26:21.404Z | Checking multimap v0.10.0 |
3234 | 2024-12-20T21:26:21.471Z | Checking supports-color v3.0.1 |
3235 | 2024-12-20T21:26:22.530Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3236 | 2024-12-20T21:26:25.250Z | Checking diesel v2.2.6 |
3237 | 2024-12-20T21:26:51.512Z | Compiling polar-core v0.27.3 |
3238 | 2024-12-20T21:26:55.030Z | Checking async-bb8-diesel v0.2.1 |
3239 | 2024-12-20T21:26:59.003Z | Checking oso v0.27.3 |
3240 | 2024-12-20T21:28:10.343Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3241 | 2024-12-20T21:28:16.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
3242 | 2024-12-20T21:28:16.660Z | |
3243 | 2024-12-20T21:28:16.660Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175) |
3244 | 2024-12-20T21:28:17.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2024-12-20T21:28:17.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2024-12-20T21:28:17.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3247 | 2024-12-20T21:28:17.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3248 | 2024-12-20T21:28:17.340Z | |
3249 | 2024-12-20T21:28:17.340Z | info: running `cargo check --bins` on nexus-saga-recovery (144/175) |
3250 | 2024-12-20T21:28:17.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2024-12-20T21:28:17.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2024-12-20T21:28:17.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3253 | 2024-12-20T21:28:17.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3254 | 2024-12-20T21:28:18.030Z | |
3255 | 2024-12-20T21:28:18.030Z | info: running `cargo check --bins` on nexus-test-utils-macros (145/175) |
3256 | 2024-12-20T21:28:18.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2024-12-20T21:28:18.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2024-12-20T21:28:18.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2024-12-20T21:28:18.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3260 | 2024-12-20T21:28:18.645Z | |
3261 | 2024-12-20T21:28:18.645Z | info: running `cargo check --bins` on omicron-nexus (146/175) |
3262 | 2024-12-20T21:28:19.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2024-12-20T21:28:19.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2024-12-20T21:28:19.455Z | Compiling libz-sys v1.1.20 |
3265 | 2024-12-20T21:28:19.569Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3266 | 2024-12-20T21:28:19.583Z | Compiling vergen v8.3.2 |
3267 | 2024-12-20T21:28:19.586Z | Compiling cargo-platform v0.1.8 |
3268 | 2024-12-20T21:28:19.586Z | Compiling pin-project-internal v1.1.6 |
3269 | 2024-12-20T21:28:19.622Z | Compiling snafu-derive v0.8.5 |
3270 | 2024-12-20T21:28:19.628Z | Compiling libsqlite3-sys v0.30.1 |
3271 | 2024-12-20T21:28:19.628Z | Compiling cfg_aliases v0.2.1 |
3272 | 2024-12-20T21:28:19.772Z | Compiling rustls v0.21.12 |
3273 | 2024-12-20T21:28:19.868Z | Compiling cargo_metadata v0.18.1 |
3274 | 2024-12-20T21:28:20.048Z | Compiling buf-list v1.0.3 |
3275 | 2024-12-20T21:28:20.182Z | Compiling nix v0.29.0 |
3276 | 2024-12-20T21:28:20.202Z | Checking globset v0.4.15 |
3277 | 2024-12-20T21:28:20.522Z | Checking olpc-cjson v0.1.4 |
3278 | 2024-12-20T21:28:20.711Z | Checking rustls-webpki v0.101.7 |
3279 | 2024-12-20T21:28:20.730Z | Checking sct v0.7.1 |
3280 | 2024-12-20T21:28:20.760Z | Checking serde_plain v1.0.2 |
3281 | 2024-12-20T21:28:20.936Z | Checking typed-path v0.9.3 |
3282 | 2024-12-20T21:28:21.347Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3283 | 2024-12-20T21:28:21.554Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3284 | 2024-12-20T21:28:21.625Z | Checking hashlink v0.9.1 |
3285 | 2024-12-20T21:28:21.832Z | Checking fallible-iterator v0.3.0 |
3286 | 2024-12-20T21:28:22.235Z | Checking parse-size v1.1.0 |
3287 | 2024-12-20T21:28:22.427Z | Checking fallible-streaming-iterator v0.1.9 |
3288 | 2024-12-20T21:28:22.648Z | Checking rusqlite v0.32.1 |
3289 | 2024-12-20T21:28:22.713Z | Checking pin-project v1.1.6 |
3290 | 2024-12-20T21:28:22.848Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3291 | 2024-12-20T21:28:22.970Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3292 | 2024-12-20T21:28:22.998Z | Checking rustls-pemfile v1.0.4 |
3293 | 2024-12-20T21:28:23.208Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3294 | 2024-12-20T21:28:23.462Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3295 | 2024-12-20T21:28:23.482Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3296 | 2024-12-20T21:28:23.609Z | Checking twox-hash v1.6.3 |
3297 | 2024-12-20T21:28:23.667Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3298 | 2024-12-20T21:28:24.092Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3299 | 2024-12-20T21:28:24.219Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3300 | 2024-12-20T21:28:24.709Z | Checking tokio-rustls v0.24.1 |
3301 | 2024-12-20T21:28:24.738Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3302 | 2024-12-20T21:28:25.004Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3303 | 2024-12-20T21:28:25.085Z | Checking fatfs v0.3.6 |
3304 | 2024-12-20T21:28:25.217Z | Checking snafu v0.8.5 |
3305 | 2024-12-20T21:28:25.616Z | Checking assert_matches v1.5.0 |
3306 | 2024-12-20T21:28:25.697Z | Checking tough v0.19.0 |
3307 | 2024-12-20T21:28:29.910Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3308 | 2024-12-20T21:28:31.329Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3309 | 2024-12-20T21:28:31.914Z | Compiling git2 v0.19.0 |
3310 | 2024-12-20T21:28:36.709Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3311 | 2024-12-20T21:29:29.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3312 | 2024-12-20T21:29:29.809Z | |
3313 | 2024-12-20T21:29:29.809Z | info: running `cargo check --bins` on nexus-external-api (147/175) |
3314 | 2024-12-20T21:29:30.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2024-12-20T21:29:30.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2024-12-20T21:29:30.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3317 | 2024-12-20T21:29:30.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3318 | 2024-12-20T21:29:30.506Z | |
3319 | 2024-12-20T21:29:30.507Z | info: running `cargo check --bins` on openapi-manager-types (148/175) |
3320 | 2024-12-20T21:29:31.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2024-12-20T21:29:31.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2024-12-20T21:29:31.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3323 | 2024-12-20T21:29:31.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3324 | 2024-12-20T21:29:31.128Z | |
3325 | 2024-12-20T21:29:31.128Z | info: running `cargo check --bins` on nexus-internal-api (149/175) |
3326 | 2024-12-20T21:29:31.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2024-12-20T21:29:31.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2024-12-20T21:29:31.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3329 | 2024-12-20T21:29:31.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3330 | 2024-12-20T21:29:31.791Z | |
3331 | 2024-12-20T21:29:31.791Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (150/175) |
3332 | 2024-12-20T21:29:32.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2024-12-20T21:29:32.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2024-12-20T21:29:32.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3335 | 2024-12-20T21:29:32.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3336 | 2024-12-20T21:29:32.463Z | |
3337 | 2024-12-20T21:29:32.463Z | info: running `cargo check --bins` on nexus-networking (151/175) |
3338 | 2024-12-20T21:29:33.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2024-12-20T21:29:33.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2024-12-20T21:29:33.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3341 | 2024-12-20T21:29:33.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3342 | 2024-12-20T21:29:33.147Z | |
3343 | 2024-12-20T21:29:33.147Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (152/175) |
3344 | 2024-12-20T21:29:33.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2024-12-20T21:29:33.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2024-12-20T21:29:33.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3347 | 2024-12-20T21:29:33.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3348 | 2024-12-20T21:29:33.847Z | |
3349 | 2024-12-20T21:29:33.847Z | info: running `cargo check --bins` on update-common (153/175) |
3350 | 2024-12-20T21:29:34.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3351 | 2024-12-20T21:29:34.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3352 | 2024-12-20T21:29:34.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3353 | 2024-12-20T21:29:34.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3354 | 2024-12-20T21:29:34.510Z | |
3355 | 2024-12-20T21:29:34.510Z | info: running `cargo check --bins` on tufaceous-lib (154/175) |
3356 | 2024-12-20T21:29:35.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3357 | 2024-12-20T21:29:35.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3358 | 2024-12-20T21:29:35.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3359 | 2024-12-20T21:29:35.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3360 | 2024-12-20T21:29:35.169Z | |
3361 | 2024-12-20T21:29:35.169Z | info: running `cargo check --bins` on tufaceous (155/175) |
3362 | 2024-12-20T21:29:35.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2024-12-20T21:29:35.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2024-12-20T21:29:35.837Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3365 | 2024-12-20T21:29:36.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3366 | 2024-12-20T21:29:37.026Z | |
3367 | 2024-12-20T21:29:37.026Z | info: running `cargo check --bins` on omicron-dev (156/175) |
3368 | 2024-12-20T21:29:37.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3369 | 2024-12-20T21:29:37.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3370 | 2024-12-20T21:29:37.909Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3371 | 2024-12-20T21:29:38.036Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3372 | 2024-12-20T21:29:38.041Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3373 | 2024-12-20T21:29:38.041Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3374 | 2024-12-20T21:30:04.544Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3375 | 2024-12-20T21:30:04.546Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3376 | 2024-12-20T21:30:04.546Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3377 | 2024-12-20T21:30:04.546Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3378 | 2024-12-20T21:30:04.546Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3379 | 2024-12-20T21:30:05.412Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3380 | 2024-12-20T21:30:06.687Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3381 | 2024-12-20T21:30:45.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3382 | 2024-12-20T21:30:45.912Z | |
3383 | 2024-12-20T21:30:45.912Z | info: running `cargo check --bins` on openapi-manager (157/175) |
3384 | 2024-12-20T21:30:46.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-12-20T21:30:46.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-12-20T21:30:46.628Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3387 | 2024-12-20T21:30:46.631Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3388 | 2024-12-20T21:30:46.631Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3389 | 2024-12-20T21:30:48.281Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3390 | 2024-12-20T21:30:49.195Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3391 | 2024-12-20T21:30:50.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
3392 | 2024-12-20T21:30:50.542Z | |
3393 | 2024-12-20T21:30:50.542Z | info: running `cargo check --bins` on installinator-api (158/175) |
3394 | 2024-12-20T21:30:51.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2024-12-20T21:30:51.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2024-12-20T21:30:51.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3397 | 2024-12-20T21:30:51.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3398 | 2024-12-20T21:30:51.205Z | |
3399 | 2024-12-20T21:30:51.205Z | info: running `cargo check --bins` on wicketd-api (159/175) |
3400 | 2024-12-20T21:30:51.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3401 | 2024-12-20T21:30:51.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3402 | 2024-12-20T21:30:51.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3403 | 2024-12-20T21:30:51.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3404 | 2024-12-20T21:30:51.873Z | |
3405 | 2024-12-20T21:30:51.873Z | info: running `cargo check --bins` on reconfigurator-cli (160/175) |
3406 | 2024-12-20T21:30:52.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3407 | 2024-12-20T21:30:52.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3408 | 2024-12-20T21:30:52.581Z | Compiling petname v2.0.2 |
3409 | 2024-12-20T21:30:52.584Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3410 | 2024-12-20T21:30:52.584Z | Checking sync-ptr v0.1.1 |
3411 | 2024-12-20T21:30:54.049Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3412 | 2024-12-20T21:30:55.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s |
3413 | 2024-12-20T21:30:55.814Z | |
3414 | 2024-12-20T21:30:55.814Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175) |
3415 | 2024-12-20T21:30:56.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2024-12-20T21:30:56.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2024-12-20T21:30:56.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3418 | 2024-12-20T21:30:56.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3419 | 2024-12-20T21:30:56.484Z | |
3420 | 2024-12-20T21:30:56.484Z | info: running `cargo check --bins` on omicron-releng (162/175) |
3421 | 2024-12-20T21:30:57.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3422 | 2024-12-20T21:30:57.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3423 | 2024-12-20T21:30:57.165Z | Checking memmap2 v0.9.5 |
3424 | 2024-12-20T21:30:57.165Z | Checking constant_time_eq v0.3.1 |
3425 | 2024-12-20T21:30:57.165Z | Checking arrayvec v0.7.6 |
3426 | 2024-12-20T21:30:57.168Z | Checking arrayref v0.3.9 |
3427 | 2024-12-20T21:30:57.168Z | Checking spin v0.5.2 |
3428 | 2024-12-20T21:30:57.168Z | Checking topological-sort v0.2.2 |
3429 | 2024-12-20T21:30:57.280Z | Checking shell-words v1.1.0 |
3430 | 2024-12-20T21:30:57.497Z | Checking ring v0.16.20 |
3431 | 2024-12-20T21:30:57.560Z | Checking blake3 v1.5.4 |
3432 | 2024-12-20T21:30:58.637Z | Checking omicron-zone-package v0.11.1 |
3433 | 2024-12-20T21:30:59.748Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3434 | 2024-12-20T21:31:00.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
3435 | 2024-12-20T21:31:00.846Z | |
3436 | 2024-12-20T21:31:00.846Z | info: running `cargo check --bins` on xtask (163/175) |
3437 | 2024-12-20T21:31:01.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3438 | 2024-12-20T21:31:01.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3439 | 2024-12-20T21:31:01.274Z | Checking bitflags v2.6.0 |
3440 | 2024-12-20T21:31:01.276Z | Checking serde v1.0.215 |
3441 | 2024-12-20T21:31:01.277Z | Checking thiserror v1.0.69 |
3442 | 2024-12-20T21:31:01.352Z | Checking scroll v0.12.0 |
3443 | 2024-12-20T21:31:01.366Z | Checking hashbrown v0.15.1 |
3444 | 2024-12-20T21:31:01.375Z | Checking log v0.4.22 |
3445 | 2024-12-20T21:31:01.377Z | Checking zerocopy v0.7.35 |
3446 | 2024-12-20T21:31:01.405Z | Checking syn v2.0.87 |
3447 | 2024-12-20T21:31:01.458Z | Checking pest v2.7.14 |
3448 | 2024-12-20T21:31:01.603Z | Checking rustix v0.38.37 |
3449 | 2024-12-20T21:31:01.637Z | Checking once_cell v1.20.2 |
3450 | 2024-12-20T21:31:01.795Z | Checking goblin v0.8.2 |
3451 | 2024-12-20T21:31:01.950Z | Checking fs-err v2.11.0 |
3452 | 2024-12-20T21:31:02.249Z | Checking tabled v0.15.0 |
3453 | 2024-12-20T21:31:02.429Z | Checking indexmap v2.6.0 |
3454 | 2024-12-20T21:31:02.840Z | Checking anyhow v1.0.93 |
3455 | 2024-12-20T21:31:03.607Z | Checking terminal_size v0.4.0 |
3456 | 2024-12-20T21:31:03.607Z | Checking tempfile v3.13.0 |
3457 | 2024-12-20T21:31:03.767Z | Checking clap_builder v4.5.21 |
3458 | 2024-12-20T21:31:03.782Z | Checking dtrace-parser v0.2.0 |
3459 | 2024-12-20T21:31:05.847Z | Checking serde_json v1.0.132 |
3460 | 2024-12-20T21:31:05.847Z | Checking toml_datetime v0.6.8 |
3461 | 2024-12-20T21:31:05.850Z | Checking serde_spanned v0.6.8 |
3462 | 2024-12-20T21:31:05.850Z | Checking camino v1.1.9 |
3463 | 2024-12-20T21:31:05.850Z | Checking semver v1.0.23 |
3464 | 2024-12-20T21:31:05.850Z | Checking cargo-platform v0.1.8 |
3465 | 2024-12-20T21:31:05.850Z | Checking macaddr v1.0.1 |
3466 | 2024-12-20T21:31:05.918Z | Checking clap v4.5.21 |
3467 | 2024-12-20T21:31:06.118Z | Checking toml_edit v0.22.22 |
3468 | 2024-12-20T21:31:06.322Z | Checking camino-tempfile v1.1.1 |
3469 | 2024-12-20T21:31:06.960Z | Checking dof v0.3.0 |
3470 | 2024-12-20T21:31:06.960Z | Checking cargo_metadata v0.18.1 |
3471 | 2024-12-20T21:31:07.371Z | Checking usdt-impl v0.5.0 |
3472 | 2024-12-20T21:31:07.727Z | Checking usdt v0.5.0 |
3473 | 2024-12-20T21:31:07.818Z | Checking toml v0.8.19 |
3474 | 2024-12-20T21:31:08.285Z | Checking cargo_toml v0.20.5 |
3475 | 2024-12-20T21:31:09.866Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3476 | 2024-12-20T21:31:10.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3477 | 2024-12-20T21:31:10.212Z | |
3478 | 2024-12-20T21:31:10.212Z | info: running `cargo check --bins` on end-to-end-tests (164/175) |
3479 | 2024-12-20T21:31:10.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3480 | 2024-12-20T21:31:10.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3481 | 2024-12-20T21:31:10.976Z | Checking polyval v0.6.2 |
3482 | 2024-12-20T21:31:11.089Z | Checking ctr v0.9.2 |
3483 | 2024-12-20T21:31:11.102Z | Checking ssh-encoding v0.2.0 |
3484 | 2024-12-20T21:31:11.102Z | Checking blowfish v0.9.1 |
3485 | 2024-12-20T21:31:11.129Z | Checking password-hash v0.4.2 |
3486 | 2024-12-20T21:31:11.131Z | Checking matches v0.1.10 |
3487 | 2024-12-20T21:31:11.163Z | Checking p256 v0.13.2 |
3488 | 2024-12-20T21:31:11.163Z | Checking p521 v0.13.3 |
3489 | 2024-12-20T21:31:11.239Z | Checking idna v0.2.3 |
3490 | 2024-12-20T21:31:11.321Z | Checking bcrypt-pbkdf v0.10.0 |
3491 | 2024-12-20T21:31:11.321Z | Checking ghash v0.5.1 |
3492 | 2024-12-20T21:31:11.365Z | Compiling enum-as-inner v0.5.1 |
3493 | 2024-12-20T21:31:11.403Z | Checking russh-cryptovec v0.7.3 |
3494 | 2024-12-20T21:31:11.502Z | Checking aes-gcm v0.10.3 |
3495 | 2024-12-20T21:31:11.547Z | Checking pbkdf2 v0.11.0 |
3496 | 2024-12-20T21:31:11.596Z | Checking md5 v0.7.0 |
3497 | 2024-12-20T21:31:11.616Z | Checking num-bigint v0.4.6 |
3498 | 2024-12-20T21:31:11.640Z | Checking des v0.8.1 |
3499 | 2024-12-20T21:31:11.751Z | Checking ssh-cipher v0.2.0 |
3500 | 2024-12-20T21:31:11.824Z | Checking hex-literal v0.4.1 |
3501 | 2024-12-20T21:31:11.884Z | Compiling dhcproto-macros v0.1.0 |
3502 | 2024-12-20T21:31:11.917Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3503 | 2024-12-20T21:31:11.958Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3504 | 2024-12-20T21:31:12.041Z | Checking ssh-key v0.6.6 |
3505 | 2024-12-20T21:31:12.077Z | Checking internet-checksum v0.2.1 |
3506 | 2024-12-20T21:31:12.379Z | Checking trust-dns-proto v0.22.0 |
3507 | 2024-12-20T21:31:13.314Z | Checking russh-keys v0.45.0 |
3508 | 2024-12-20T21:31:14.244Z | Checking russh v0.45.0 |
3509 | 2024-12-20T21:31:14.877Z | Checking dhcproto v0.12.0 |
3510 | 2024-12-20T21:31:32.384Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3511 | 2024-12-20T21:31:33.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.57s |
3512 | 2024-12-20T21:31:34.002Z | |
3513 | 2024-12-20T21:31:34.002Z | info: running `cargo check --bins` on gateway-cli (165/175) |
3514 | 2024-12-20T21:31:34.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3515 | 2024-12-20T21:31:34.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3516 | 2024-12-20T21:31:34.675Z | Checking termios v0.3.3 |
3517 | 2024-12-20T21:31:34.896Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3518 | 2024-12-20T21:31:35.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
3519 | 2024-12-20T21:31:35.887Z | |
3520 | 2024-12-20T21:31:35.887Z | info: running `cargo check --bins --no-default-features` on installinator (166/175) |
3521 | 2024-12-20T21:31:36.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2024-12-20T21:31:36.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2024-12-20T21:31:36.590Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3524 | 2024-12-20T21:31:38.639Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3525 | 2024-12-20T21:31:40.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
3526 | 2024-12-20T21:31:40.742Z | |
3527 | 2024-12-20T21:31:40.742Z | info: running `cargo check --bins` on internal-dns-cli (167/175) |
3528 | 2024-12-20T21:31:41.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-12-20T21:31:41.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-12-20T21:31:41.381Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3531 | 2024-12-20T21:31:41.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3532 | 2024-12-20T21:31:42.045Z | |
3533 | 2024-12-20T21:31:42.045Z | info: running `cargo check --bins` on omicron-live-tests (168/175) |
3534 | 2024-12-20T21:31:42.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2024-12-20T21:31:42.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2024-12-20T21:31:42.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3537 | 2024-12-20T21:31:42.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3538 | 2024-12-20T21:31:42.680Z | |
3539 | 2024-12-20T21:31:42.680Z | info: running `cargo check --bins` on live-tests-macros (169/175) |
3540 | 2024-12-20T21:31:43.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3541 | 2024-12-20T21:31:43.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3542 | 2024-12-20T21:31:43.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3543 | 2024-12-20T21:31:43.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3544 | 2024-12-20T21:31:43.304Z | |
3545 | 2024-12-20T21:31:43.304Z | info: running `cargo check --bins` on omicron-package (170/175) |
3546 | 2024-12-20T21:31:43.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3547 | 2024-12-20T21:31:43.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3548 | 2024-12-20T21:31:44.001Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3549 | 2024-12-20T21:31:45.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3550 | 2024-12-20T21:31:45.575Z | |
3551 | 2024-12-20T21:31:45.575Z | info: running `cargo check --bins` on wicket-dbg (171/175) |
3552 | 2024-12-20T21:31:46.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3553 | 2024-12-20T21:31:46.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3554 | 2024-12-20T21:31:46.292Z | Checking rtoolbox v0.0.2 |
3555 | 2024-12-20T21:31:46.294Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3556 | 2024-12-20T21:31:46.294Z | Checking tui-tree-widget v0.22.0 |
3557 | 2024-12-20T21:31:46.531Z | Checking rpassword v7.3.1 |
3558 | 2024-12-20T21:31:50.698Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3559 | 2024-12-20T21:31:53.828Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3560 | 2024-12-20T21:31:55.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s |
3561 | 2024-12-20T21:31:55.270Z | |
3562 | 2024-12-20T21:31:55.270Z | info: running `cargo check --bins` on wicket (172/175) |
3563 | 2024-12-20T21:31:55.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3564 | 2024-12-20T21:31:55.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3565 | 2024-12-20T21:31:55.981Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3566 | 2024-12-20T21:31:56.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3567 | 2024-12-20T21:31:56.641Z | |
3568 | 2024-12-20T21:31:56.642Z | info: running `cargo check --bins` on wicketd (173/175) |
3569 | 2024-12-20T21:31:57.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3570 | 2024-12-20T21:31:57.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3571 | 2024-12-20T21:31:57.392Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3572 | 2024-12-20T21:32:01.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
3573 | 2024-12-20T21:32:01.566Z | |
3574 | 2024-12-20T21:32:01.566Z | info: running `cargo check --bins` on omicron-workspace-hack (174/175) |
3575 | 2024-12-20T21:32:02.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3576 | 2024-12-20T21:32:02.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3577 | 2024-12-20T21:32:02.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3578 | 2024-12-20T21:32:02.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3579 | 2024-12-20T21:32:02.191Z | |
3580 | 2024-12-20T21:32:02.191Z | info: running `cargo check --bins` on zone-setup (175/175) |
3581 | 2024-12-20T21:32:02.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3582 | 2024-12-20T21:32:02.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3583 | 2024-12-20T21:32:02.938Z | Checking uzers v0.12.1 |
3584 | 2024-12-20T21:32:03.277Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3585 | 2024-12-20T21:32:04.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s |
3586 | 2024-12-20T21:32:04.671Z | |
3587 | 2024-12-20T21:32:04.674Z | real 13:13.185902240 |
3588 | 2024-12-20T21:32:04.674Z | user 24:28.699060370 |
3589 | 2024-12-20T21:32:04.674Z | sys 5:31.294419600 |
3590 | 2024-12-20T21:32:04.674Z | trap 0.475073966 |
3591 | 2024-12-20T21:32:04.674Z | tflt 2.440138740 |
3592 | 2024-12-20T21:32:04.674Z | dflt 3.311927763 |
3593 | 2024-12-20T21:32:04.674Z | kflt 0.000775430 |
3594 | 2024-12-20T21:32:04.674Z | lock 47:09.015896656 |
3595 | 2024-12-20T21:32:04.674Z | slp 2:07:46.162960735 |
3596 | 2024-12-20T21:32:04.674Z | lat 1:04.591515199 |
3597 | 2024-12-20T21:32:04.674Z | stop 3:28.785835749 |
3598 | 2024-12-20T21:32:04.674Z | process exited: duration 1164894 ms, exit code 0 |
|
3599 | 2024-12-20T21:32:04.680Z | found 0 output files |