|
|
|
1 | 2024-11-01T06:04:17.178Z | job assigned to worker 01JBK54PTBSC3V28WPMG3C1W0P (queued for 51 s) |
|
2 | 2024-11-01T06:04:24.399Z | starting task 0: "setup" |
3 | 2024-11-01T06:04:24.408Z | ++ uname -s |
4 | 2024-11-01T06:04:24.411Z | + kern=SunOS |
5 | 2024-11-01T06:04:24.411Z | + case "$kern" in |
6 | 2024-11-01T06:04:24.411Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T06:04:24.411Z | + groupadd -g 12345 build |
8 | 2024-11-01T06:04:24.414Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T06:04:26.424Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T06:04:26.549Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T06:04:26.552Z | + home_fs=zfs |
12 | 2024-11-01T06:04:26.552Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T06:04:26.552Z | + mkdir -p /home/build |
14 | 2024-11-01T06:04:26.555Z | + chown build:build /home/build /work |
15 | 2024-11-01T06:04:28.557Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T06:04:28.559Z | process exited: duration 4161 ms, exit code 0 |
|
17 | 2024-11-01T06:04:28.565Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T06:04:28.571Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T06:04:28.571Z | ' 1.82.0 |
20 | 2024-11-01T06:04:28.574Z | * toolchain channel = "1.82.0" |
21 | 2024-11-01T06:04:28.574Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-01T06:04:28.574Z | ' default |
23 | 2024-11-01T06:04:28.574Z | * toolchain profile = "default" |
24 | 2024-11-01T06:04:28.574Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T06:04:28.574Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-01T06:04:28.692Z | info: downloading installer |
27 | 2024-11-01T06:04:30.033Z | info: profile set to 'default' |
28 | 2024-11-01T06:04:30.033Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T06:04:30.035Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-01T06:04:30.190Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T06:04:30.190Z | info: downloading component 'cargo' |
32 | 2024-11-01T06:04:31.031Z | info: downloading component 'clippy' |
33 | 2024-11-01T06:04:31.351Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T06:04:32.533Z | info: downloading component 'rust-std' |
35 | 2024-11-01T06:04:34.407Z | info: downloading component 'rustc' |
36 | 2024-11-01T06:04:41.048Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T06:04:41.289Z | info: installing component 'cargo' |
38 | 2024-11-01T06:04:42.107Z | info: installing component 'clippy' |
39 | 2024-11-01T06:04:42.499Z | info: installing component 'rust-docs' |
40 | 2024-11-01T06:04:44.170Z | info: installing component 'rust-std' |
41 | 2024-11-01T06:04:46.096Z | info: installing component 'rustc' |
42 | 2024-11-01T06:04:52.096Z | info: installing component 'rustfmt' |
43 | 2024-11-01T06:04:52.428Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-01T06:04:52.428Z | |
45 | 2024-11-01T06:04:52.806Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T06:04:52.807Z | |
47 | 2024-11-01T06:04:52.809Z | |
48 | 2024-11-01T06:04:52.809Z | Rust is installed now. Great! |
49 | 2024-11-01T06:04:52.809Z | |
50 | 2024-11-01T06:04:52.809Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T06:04:52.809Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T06:04:52.809Z | |
53 | 2024-11-01T06:04:52.809Z | To configure your current shell, you need to source |
54 | 2024-11-01T06:04:52.809Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T06:04:52.810Z | |
56 | 2024-11-01T06:04:52.810Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T06:04:52.810Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T06:04:52.810Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T06:04:52.882Z | + rustc --version |
60 | 2024-11-01T06:04:52.949Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T06:04:52.956Z | process exited: duration 24384 ms, exit code 0 |
|
62 | 2024-11-01T06:04:52.966Z | starting task 2: "authentication" |
63 | 2024-11-01T06:04:52.988Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-01T06:04:52.999Z | starting task 3: "clone repository" |
65 | 2024-11-01T06:04:53.004Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-01T06:04:53.010Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-01T06:04:53.045Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-01T06:04:59.810Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-01T06:04:59.810Z | + git fetch origin aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 |
70 | 2024-11-01T06:05:00.075Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-01T06:05:00.075Z | * branch aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 -> FETCH_HEAD |
72 | 2024-11-01T06:05:00.085Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
73 | 2024-11-01T06:05:00.091Z | ++ git branch --show-current |
74 | 2024-11-01T06:05:00.091Z | + current=main |
75 | 2024-11-01T06:05:00.091Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
76 | 2024-11-01T06:05:00.092Z | + git branch -f renovate/anyhow-1.x-lockfile aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 |
77 | 2024-11-01T06:05:00.106Z | + git checkout -f renovate/anyhow-1.x-lockfile |
78 | 2024-11-01T06:05:00.222Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
79 | 2024-11-01T06:05:00.225Z | + git reset --hard aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 |
80 | 2024-11-01T06:05:00.352Z | HEAD is now at aaf42b74b Update Rust crate anyhow to v1.0.92 |
81 | 2024-11-01T06:05:00.359Z | process exited: duration 7354 ms, exit code 0 |
|
82 | 2024-11-01T06:05:00.390Z | starting task 4: "build" |
83 | 2024-11-01T06:05:00.453Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-01T06:05:00.453Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-01T06:05:00.453Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-01T06:05:00.453Z | + cargo --version |
87 | 2024-11-01T06:05:00.458Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-01T06:05:00.458Z | + rustc --version |
89 | 2024-11-01T06:05:00.511Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-01T06:05:00.520Z | + source ./env.sh |
91 | 2024-11-01T06:05:00.520Z | ++ OLD_SHELL_OPTS=ehxB |
92 | 2024-11-01T06:05:00.520Z | ++ set -o xtrace |
93 | 2024-11-01T06:05:00.520Z | ++++ dirname ./env.sh |
94 | 2024-11-01T06:05:00.520Z | +++ readlink -f . |
95 | 2024-11-01T06:05:00.531Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
96 | 2024-11-01T06:05:00.531Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-01T06:05:00.531Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-01T06:05:00.531Z | ++ 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 |
99 | 2024-11-01T06:05:00.531Z | ++ 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 |
100 | 2024-11-01T06:05:00.538Z | ++ 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 |
101 | 2024-11-01T06:05:00.538Z | ++ 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 |
102 | 2024-11-01T06:05:00.538Z | ++ 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 |
103 | 2024-11-01T06:05:00.538Z | ++ 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 |
104 | 2024-11-01T06:05:00.538Z | ++ case $OLD_SHELL_OPTS in |
105 | 2024-11-01T06:05:00.538Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
106 | 2024-11-01T06:05:00.538Z | + 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 |
107 | 2024-11-01T06:05:00.538Z | + 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 |
108 | 2024-11-01T06:05:00.538Z | + banner prerequisites |
109 | 2024-11-01T06:05:00.538Z | |
110 | 2024-11-01T06:05:00.539Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-11-01T06:05:00.539Z | # # # # # # # # # # # # # # # |
112 | 2024-11-01T06:05:00.539Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-11-01T06:05:00.539Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-11-01T06:05:00.539Z | # # # # # # # # # # # # # # # |
115 | 2024-11-01T06:05:00.545Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-11-01T06:05:00.545Z | |
117 | 2024-11-01T06:05:00.545Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
118 | 2024-11-01T06:05:08.603Z | Startup: Refreshing catalog 'helios-dev' ... Done |
119 | 2024-11-01T06:05:11.581Z | Startup: Caching catalogs ... Done |
120 | 2024-11-01T06:05:18.834Z | Planning: Solver setup ... Done (6.385s) |
121 | 2024-11-01T06:05:18.927Z | Planning: Running solver ... Done (0.093s) |
122 | 2024-11-01T06:05:19.011Z | Planning: Finding local manifests ... Done (0.004s) |
123 | 2024-11-01T06:05:19.028Z | Planning: Fetching manifests: 0/5 0% complete |
124 | 2024-11-01T06:05:19.255Z | Planning: Fetching manifests: 5/5 100% complete |
125 | 2024-11-01T06:05:19.358Z | Planning: Package planning ... Done (0.102s) |
126 | 2024-11-01T06:05:19.412Z | Planning: Merging actions ... Done (0.055s) |
127 | 2024-11-01T06:05:19.604Z | Planning: Checking for conflicting actions ... Done (0.191s) |
128 | 2024-11-01T06:05:21.558Z | Planning: Consolidating action changes ... Done (1.954s) |
129 | 2024-11-01T06:05:21.996Z | Planning: Evaluating mediators ... Done (0.437s) |
130 | 2024-11-01T06:05:22.080Z | Planning: Planning completed in 10.41 seconds |
131 | 2024-11-01T06:05:22.097Z | Packages to install: 4 |
132 | 2024-11-01T06:05:22.097Z | Packages to update: 1 |
133 | 2024-11-01T06:05:22.100Z | Mediators to change: 2 |
134 | 2024-11-01T06:05:22.100Z | Services to change: 1 |
135 | 2024-11-01T06:05:22.100Z | Estimated space available: 155.61 GB |
136 | 2024-11-01T06:05:22.100Z | Estimated space to be consumed: 1.58 GB |
137 | 2024-11-01T06:05:22.100Z | Create boot environment: No |
138 | 2024-11-01T06:05:22.100Z | Create backup boot environment: Yes |
139 | 2024-11-01T06:05:22.100Z | Rebuild boot archive: No |
140 | 2024-11-01T06:05:22.100Z | |
141 | 2024-11-01T06:05:22.100Z | Changed mediators: |
142 | 2024-11-01T06:05:22.100Z | mediator clang: |
143 | 2024-11-01T06:05:22.100Z | version: None -> 15 (system default) |
144 | 2024-11-01T06:05:22.100Z | |
145 | 2024-11-01T06:05:22.100Z | mediator llvm: |
146 | 2024-11-01T06:05:22.100Z | version: 14 (system default) -> 15 (system default) |
147 | 2024-11-01T06:05:22.100Z | |
148 | 2024-11-01T06:05:22.100Z | Changed packages: |
149 | 2024-11-01T06:05:22.100Z | helios-dev |
150 | 2024-11-01T06:05:22.100Z | developer/build-essential |
151 | 2024-11-01T06:05:22.100Z | None -> 11-2.0 |
152 | 2024-11-01T06:05:22.100Z | library/libxmlsec1 |
153 | 2024-11-01T06:05:22.100Z | None -> 1.2.35-2.0 |
154 | 2024-11-01T06:05:22.100Z | ooce/developer/clang-15 |
155 | 2024-11-01T06:05:22.100Z | None -> 15.0.7-2.0 |
156 | 2024-11-01T06:05:22.100Z | ooce/developer/llvm-15 |
157 | 2024-11-01T06:05:22.100Z | None -> 15.0.7-2.0 |
158 | 2024-11-01T06:05:22.100Z | package/pkg |
159 | 2024-11-01T06:05:22.100Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
160 | 2024-11-01T06:05:22.101Z | |
161 | 2024-11-01T06:05:22.101Z | Services: |
162 | 2024-11-01T06:05:22.101Z | restart_fmri: |
163 | 2024-11-01T06:05:22.101Z | svc:/system/update-man-index:default |
164 | 2024-11-01T06:05:22.101Z | |
165 | 2024-11-01T06:05:22.101Z | Editable files to change: |
166 | 2024-11-01T06:05:22.101Z | Update: |
167 | 2024-11-01T06:05:22.101Z | usr/share/lib/pkg/web/config.shtml |
168 | 2024-11-01T06:05:22.178Z | |
169 | 2024-11-01T06:05:22.178Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
170 | 2024-11-01T06:05:27.247Z | Download: 1184/4281 items 62.1/220.6MB 28% complete (12.7M/s) |
171 | 2024-11-01T06:05:32.248Z | Download: 1997/4281 items 118.7/220.6MB 53% complete (11.9M/s) |
172 | 2024-11-01T06:05:37.279Z | Download: 3149/4281 items 153.8/220.6MB 69% complete (9.1M/s) |
173 | 2024-11-01T06:05:42.437Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (10.1M/s) |
174 | 2024-11-01T06:05:47.439Z | Download: 3741/4281 items 217.3/220.6MB 98% complete (6.0M/s) |
175 | 2024-11-01T06:05:50.424Z | Download: Completed 220.60 MB in 28.24 seconds (7.8M/s) |
176 | 2024-11-01T06:05:52.455Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-11-01T06:05:52.476Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-11-01T06:05:57.167Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-11-01T06:05:57.492Z | Actions: Completed 5063 actions in 5.04 seconds. |
180 | 2024-11-01T06:05:57.848Z | Done (0.349s) |
181 | 2024-11-01T06:05:57.851Z | Done (0.000s) |
182 | 2024-11-01T06:05:58.350Z | Done (0.500s) |
183 | 2024-11-01T06:06:02.850Z | Done (4.292s) |
184 | 2024-11-01T06:06:02.940Z | Done (0.017s) |
185 | 2024-11-01T06:06:02.943Z | Done (0.000s) |
186 | 2024-11-01T06:06:03.115Z | Done (0.000s) |
187 | 2024-11-01T06:06:03.782Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-11-01T06:06:03.942Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-11-01T06:06:03.946Z | Planning: Consolidating action changes ... Done |
190 | 2024-11-01T06:06:04.220Z | Planning: Evaluating mediators ... Done |
191 | 2024-11-01T06:06:04.223Z | Planning: Planning completed in 0.44 seconds |
192 | 2024-11-01T06:06:04.261Z | Mediators to change: 2 |
193 | 2024-11-01T06:06:04.261Z | Create boot environment: No |
194 | 2024-11-01T06:06:04.264Z | Create backup boot environment: No |
195 | 2024-11-01T06:06:04.340Z | Done |
196 | 2024-11-01T06:06:04.341Z | Done |
197 | 2024-11-01T06:06:04.670Z | Done |
198 | 2024-11-01T06:06:08.256Z | Done |
199 | 2024-11-01T06:06:08.348Z | Done |
200 | 2024-11-01T06:06:08.351Z | Done |
201 | 2024-11-01T06:06:08.477Z | Done |
202 | 2024-11-01T06:06:09.110Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-11-01T06:06:09.113Z | Planning: Merging actions ... Done |
204 | 2024-11-01T06:06:09.306Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-11-01T06:06:09.309Z | Planning: Consolidating action changes ... Done |
206 | 2024-11-01T06:06:09.584Z | Planning: Evaluating mediators ... Done |
207 | 2024-11-01T06:06:09.643Z | Planning: Planning completed in 0.79 seconds |
208 | 2024-11-01T06:06:09.684Z | Packages to change: 1 |
209 | 2024-11-01T06:06:09.684Z | Mediators to change: 1 |
210 | 2024-11-01T06:06:09.687Z | Services to change: 1 |
211 | 2024-11-01T06:06:09.687Z | Create boot environment: No |
212 | 2024-11-01T06:06:09.687Z | Create backup boot environment: Yes |
213 | 2024-11-01T06:06:11.767Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-11-01T06:06:11.770Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-11-01T06:06:11.770Z | Done |
216 | 2024-11-01T06:06:11.770Z | Done |
217 | 2024-11-01T06:06:11.871Z | Done |
218 | 2024-11-01T06:06:15.427Z | Done |
219 | 2024-11-01T06:06:15.520Z | Done |
220 | 2024-11-01T06:06:15.523Z | Done |
221 | 2024-11-01T06:06:15.638Z | Done |
222 | 2024-11-01T06:06:16.088Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-11-01T06:06:16.088Z | clang system 15 system |
224 | 2024-11-01T06:06:16.088Z | csh system system illumos |
225 | 2024-11-01T06:06:16.088Z | ctags system system illumos |
226 | 2024-11-01T06:06:16.088Z | gcc vendor 12 vendor |
227 | 2024-11-01T06:06:16.088Z | gcc system 10 system |
228 | 2024-11-01T06:06:16.088Z | gcc system 7 system |
229 | 2024-11-01T06:06:16.088Z | go system 1.20 system |
230 | 2024-11-01T06:06:16.088Z | go system 1.19 system |
231 | 2024-11-01T06:06:16.088Z | llvm system 15 system |
232 | 2024-11-01T06:06:16.089Z | llvm system 14 system |
233 | 2024-11-01T06:06:16.089Z | mariadb system 10.6 system |
234 | 2024-11-01T06:06:16.089Z | mta vendor vendor dma |
235 | 2024-11-01T06:06:16.089Z | openjdk system 17 system |
236 | 2024-11-01T06:06:16.089Z | openjdk system 11 system |
237 | 2024-11-01T06:06:16.089Z | openjdk system 1.8 system |
238 | 2024-11-01T06:06:16.089Z | openssl vendor 3 vendor |
239 | 2024-11-01T06:06:16.089Z | perl system 5.36 system |
240 | 2024-11-01T06:06:16.089Z | postgresql system 15 system |
241 | 2024-11-01T06:06:16.089Z | postgresql system 13 system |
242 | 2024-11-01T06:06:16.089Z | python vendor 3 vendor |
243 | 2024-11-01T06:06:16.089Z | python system 2 system |
244 | 2024-11-01T06:06:16.089Z | python3 system 3.11 system |
245 | 2024-11-01T06:06:16.089Z | ruby system 3.0 system |
246 | 2024-11-01T06:06:16.089Z | words vendor vendor american-english |
247 | 2024-11-01T06:06:16.090Z | words system system australian-english |
248 | 2024-11-01T06:06:16.090Z | words system system british-english |
249 | 2024-11-01T06:06:16.090Z | words system system canadian-english |
250 | 2024-11-01T06:06:16.090Z | words system system french |
251 | 2024-11-01T06:06:16.090Z | words system system italian |
252 | 2024-11-01T06:06:16.090Z | words system system ngerman |
253 | 2024-11-01T06:06:16.090Z | words system system ogerman |
254 | 2024-11-01T06:06:16.090Z | words system system spanish |
255 | 2024-11-01T06:06:16.420Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-11-01T06:06:16.420Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-11-01T06:06:18.831Z | FMRI IFO |
258 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-11-01T06:06:18.831Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-11-01T06:06:19.508Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-11-01T06:06:19.770Z | Updating crates.io index |
275 | 2024-11-01T06:06:19.773Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-11-01T06:06:20.575Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-11-01T06:06:20.833Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-11-01T06:06:21.217Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-11-01T06:06:21.464Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-11-01T06:06:22.437Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-11-01T06:06:24.752Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-11-01T06:06:25.789Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-11-01T06:06:26.500Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-11-01T06:06:26.759Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-11-01T06:06:27.030Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-11-01T06:06:27.562Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-11-01T06:06:27.970Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-11-01T06:06:28.367Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-11-01T06:06:28.647Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-11-01T06:06:28.922Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-11-01T06:06:29.161Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-11-01T06:06:29.580Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-11-01T06:06:29.851Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-11-01T06:06:30.172Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-11-01T06:06:30.507Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-11-01T06:06:30.947Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-11-01T06:06:31.231Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-11-01T06:06:31.672Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-11-01T06:06:32.223Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-11-01T06:06:32.608Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-11-01T06:06:32.865Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-11-01T06:06:34.173Z | Downloading crates ... |
303 | 2024-11-01T06:06:34.256Z | Downloaded anstyle v1.0.8 |
304 | 2024-11-01T06:06:34.296Z | Downloaded toml_datetime v0.6.8 |
305 | 2024-11-01T06:06:34.300Z | Downloaded clap v4.5.20 |
306 | 2024-11-01T06:06:34.308Z | Downloaded memmap v0.7.0 |
307 | 2024-11-01T06:06:34.311Z | Downloaded thread-id v4.2.2 |
308 | 2024-11-01T06:06:34.314Z | Downloaded pretty-hex v0.4.1 |
309 | 2024-11-01T06:06:34.314Z | Downloaded crypto-common v0.1.6 |
310 | 2024-11-01T06:06:34.314Z | Downloaded clap_lex v0.7.2 |
311 | 2024-11-01T06:06:34.316Z | Downloaded fs-err v2.11.0 |
312 | 2024-11-01T06:06:34.319Z | Downloaded cargo_metadata v0.18.1 |
313 | 2024-11-01T06:06:34.319Z | Downloaded block-buffer v0.10.4 |
314 | 2024-11-01T06:06:34.321Z | Downloaded errno v0.3.9 |
315 | 2024-11-01T06:06:34.326Z | Downloaded version_check v0.9.5 |
316 | 2024-11-01T06:06:34.329Z | Downloaded strsim v0.11.1 |
317 | 2024-11-01T06:06:34.329Z | Downloaded usdt-impl v0.5.0 |
318 | 2024-11-01T06:06:34.332Z | Downloaded serde_tokenstream v0.2.2 |
319 | 2024-11-01T06:06:34.334Z | Downloaded macaddr v1.0.1 |
320 | 2024-11-01T06:06:34.337Z | Downloaded dof v0.3.0 |
321 | 2024-11-01T06:06:34.339Z | Downloaded unicode-linebreak v0.1.5 |
322 | 2024-11-01T06:06:34.339Z | Downloaded camino v1.1.9 |
323 | 2024-11-01T06:06:34.342Z | Downloaded anstyle-parse v0.2.5 |
324 | 2024-11-01T06:06:34.344Z | Downloaded anstream v0.6.15 |
325 | 2024-11-01T06:06:34.358Z | Downloaded zerocopy-derive v0.7.35 |
326 | 2024-11-01T06:06:34.362Z | Downloaded pest_meta v2.7.14 |
327 | 2024-11-01T06:06:34.364Z | Downloaded tempfile v3.13.0 |
328 | 2024-11-01T06:06:34.367Z | Downloaded dtrace-parser v0.2.0 |
329 | 2024-11-01T06:06:34.369Z | Downloaded semver v1.0.23 |
330 | 2024-11-01T06:06:34.371Z | Downloaded colorchoice v1.0.2 |
331 | 2024-11-01T06:06:34.371Z | Downloaded equivalent v1.0.1 |
332 | 2024-11-01T06:06:34.377Z | Downloaded serde_derive v1.0.210 |
333 | 2024-11-01T06:06:34.380Z | Downloaded ucd-trie v0.1.7 |
334 | 2024-11-01T06:06:34.384Z | Downloaded proc-macro2 v1.0.87 |
335 | 2024-11-01T06:06:34.386Z | Downloaded ryu v1.0.18 |
336 | 2024-11-01T06:06:34.390Z | Downloaded swrite v0.1.0 |
337 | 2024-11-01T06:06:34.390Z | Downloaded scroll_derive v0.12.0 |
338 | 2024-11-01T06:06:34.392Z | Downloaded usdt-attr-macro v0.5.0 |
339 | 2024-11-01T06:06:34.399Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2024-11-01T06:06:34.402Z | Downloaded is_terminal_polyfill v1.70.1 |
341 | 2024-11-01T06:06:34.404Z | Downloaded camino-tempfile v1.1.1 |
342 | 2024-11-01T06:06:34.406Z | Downloaded autocfg v1.4.0 |
343 | 2024-11-01T06:06:34.407Z | Downloaded byteorder v1.5.0 |
344 | 2024-11-01T06:06:34.409Z | Downloaded anyhow v1.0.92 |
345 | 2024-11-01T06:06:34.412Z | Downloaded plain v0.2.3 |
346 | 2024-11-01T06:06:34.417Z | Downloaded itoa v1.0.11 |
347 | 2024-11-01T06:06:34.417Z | Downloaded cargo-platform v0.1.8 |
348 | 2024-11-01T06:06:34.417Z | Downloaded heck v0.5.0 |
349 | 2024-11-01T06:06:34.417Z | Downloaded digest v0.10.7 |
350 | 2024-11-01T06:06:34.420Z | Downloaded anstyle-query v1.1.1 |
351 | 2024-11-01T06:06:34.420Z | Downloaded heck v0.4.1 |
352 | 2024-11-01T06:06:34.422Z | Downloaded cpufeatures v0.2.14 |
353 | 2024-11-01T06:06:34.422Z | Downloaded fnv v1.0.7 |
354 | 2024-11-01T06:06:34.425Z | Downloaded cfg-if v1.0.0 |
355 | 2024-11-01T06:06:34.429Z | Downloaded textwrap v0.16.1 |
356 | 2024-11-01T06:06:34.433Z | Downloaded thiserror v1.0.64 |
357 | 2024-11-01T06:06:34.437Z | Downloaded generic-array v0.14.7 |
358 | 2024-11-01T06:06:34.439Z | Downloaded serde_spanned v0.6.8 |
359 | 2024-11-01T06:06:34.442Z | Downloaded utf8parse v0.2.2 |
360 | 2024-11-01T06:06:34.445Z | Downloaded scroll v0.12.0 |
361 | 2024-11-01T06:06:34.445Z | Downloaded usdt v0.5.0 |
362 | 2024-11-01T06:06:34.449Z | Downloaded thiserror-impl v1.0.64 |
363 | 2024-11-01T06:06:34.452Z | Downloaded tabled_derive v0.7.0 |
364 | 2024-11-01T06:06:34.452Z | Downloaded smawk v0.3.2 |
365 | 2024-11-01T06:06:34.454Z | Downloaded pest_derive v2.7.14 |
366 | 2024-11-01T06:06:34.457Z | Downloaded cargo_toml v0.20.5 |
367 | 2024-11-01T06:06:34.460Z | Downloaded usdt-macro v0.5.0 |
368 | 2024-11-01T06:06:34.462Z | Downloaded fastrand v2.1.1 |
369 | 2024-11-01T06:06:34.463Z | Downloaded pest_generator v2.7.14 |
370 | 2024-11-01T06:06:34.465Z | Downloaded proc-macro-error v1.0.4 |
371 | 2024-11-01T06:06:34.468Z | Downloaded indexmap v2.6.0 |
372 | 2024-11-01T06:06:34.470Z | Downloaded once_cell v1.20.2 |
373 | 2024-11-01T06:06:34.473Z | Downloaded terminal_size v0.4.0 |
374 | 2024-11-01T06:06:34.476Z | Downloaded sha2 v0.10.8 |
375 | 2024-11-01T06:06:34.479Z | Downloaded quote v1.0.37 |
376 | 2024-11-01T06:06:34.481Z | Downloaded clap_derive v4.5.18 |
377 | 2024-11-01T06:06:34.484Z | Downloaded log v0.4.22 |
378 | 2024-11-01T06:06:34.486Z | Downloaded bytecount v0.6.8 |
379 | 2024-11-01T06:06:34.489Z | Downloaded bitflags v2.6.0 |
380 | 2024-11-01T06:06:34.491Z | Downloaded unicode-ident v1.0.13 |
381 | 2024-11-01T06:06:34.494Z | Downloaded typenum v1.17.0 |
382 | 2024-11-01T06:06:34.496Z | Downloaded papergrid v0.11.0 |
383 | 2024-11-01T06:06:34.520Z | Downloaded toml v0.8.19 |
384 | 2024-11-01T06:06:34.524Z | Downloaded hashbrown v0.15.0 |
385 | 2024-11-01T06:06:34.531Z | Downloaded serde v1.0.210 |
386 | 2024-11-01T06:06:34.543Z | Downloaded memchr v2.7.4 |
387 | 2024-11-01T06:06:34.547Z | Downloaded pest v2.7.14 |
388 | 2024-11-01T06:06:34.560Z | Downloaded toml_edit v0.22.22 |
389 | 2024-11-01T06:06:34.612Z | Downloaded clap_builder v4.5.20 |
390 | 2024-11-01T06:06:34.622Z | Downloaded zerocopy v0.7.35 |
391 | 2024-11-01T06:06:34.637Z | Downloaded winnow v0.6.20 |
392 | 2024-11-01T06:06:34.645Z | Downloaded goblin v0.8.2 |
393 | 2024-11-01T06:06:34.651Z | Downloaded tabled v0.15.0 |
394 | 2024-11-01T06:06:34.666Z | Downloaded syn v2.0.79 |
395 | 2024-11-01T06:06:34.676Z | Downloaded unicode-width v0.1.14 |
396 | 2024-11-01T06:06:34.681Z | Downloaded syn v1.0.109 |
397 | 2024-11-01T06:06:34.690Z | Downloaded serde_json v1.0.128 |
398 | 2024-11-01T06:06:34.708Z | Downloaded rustix v0.38.37 |
399 | 2024-11-01T06:06:34.740Z | Downloaded libc v0.2.161 |
400 | 2024-11-01T06:06:35.045Z | Compiling proc-macro2 v1.0.87 |
401 | 2024-11-01T06:06:35.045Z | Compiling unicode-ident v1.0.13 |
402 | 2024-11-01T06:06:35.048Z | Compiling serde v1.0.210 |
403 | 2024-11-01T06:06:35.048Z | Compiling version_check v0.9.5 |
404 | 2024-11-01T06:06:35.048Z | Compiling thiserror v1.0.64 |
405 | 2024-11-01T06:06:35.048Z | Compiling memchr v2.7.4 |
406 | 2024-11-01T06:06:35.048Z | Compiling libc v0.2.161 |
407 | 2024-11-01T06:06:35.048Z | Compiling ucd-trie v0.1.7 |
408 | 2024-11-01T06:06:35.296Z | Compiling ryu v1.0.18 |
409 | 2024-11-01T06:06:35.661Z | Compiling itoa v1.0.11 |
410 | 2024-11-01T06:06:35.787Z | Compiling once_cell v1.20.2 |
411 | 2024-11-01T06:06:35.903Z | Compiling byteorder v1.5.0 |
412 | 2024-11-01T06:06:35.928Z | Compiling serde_json v1.0.128 |
413 | 2024-11-01T06:06:36.113Z | Compiling rustix v0.38.37 |
414 | 2024-11-01T06:06:36.360Z | Compiling bitflags v2.6.0 |
415 | 2024-11-01T06:06:36.460Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-11-01T06:06:36.672Z | Compiling usdt-impl v0.5.0 |
417 | 2024-11-01T06:06:36.753Z | Compiling syn v1.0.109 |
418 | 2024-11-01T06:06:36.803Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-11-01T06:06:36.871Z | Compiling quote v1.0.37 |
420 | 2024-11-01T06:06:36.994Z | Compiling equivalent v1.0.1 |
421 | 2024-11-01T06:06:37.087Z | Compiling log v0.4.22 |
422 | 2024-11-01T06:06:37.129Z | Compiling plain v0.2.3 |
423 | 2024-11-01T06:06:37.132Z | Compiling hashbrown v0.15.0 |
424 | 2024-11-01T06:06:37.286Z | Compiling syn v2.0.79 |
425 | 2024-11-01T06:06:37.381Z | Compiling errno v0.3.9 |
426 | 2024-11-01T06:06:37.547Z | Compiling utf8parse v0.2.2 |
427 | 2024-11-01T06:06:37.571Z | Compiling camino v1.1.9 |
428 | 2024-11-01T06:06:37.699Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-11-01T06:06:37.726Z | Compiling thread-id v4.2.2 |
430 | 2024-11-01T06:06:38.026Z | Compiling is_terminal_polyfill v1.70.1 |
431 | 2024-11-01T06:06:38.160Z | Compiling winnow v0.6.20 |
432 | 2024-11-01T06:06:38.289Z | Compiling unicode-width v0.1.14 |
433 | 2024-11-01T06:06:38.348Z | Compiling indexmap v2.6.0 |
434 | 2024-11-01T06:06:38.387Z | Compiling anstyle-query v1.1.1 |
435 | 2024-11-01T06:06:38.558Z | Compiling semver v1.0.23 |
436 | 2024-11-01T06:06:38.588Z | Compiling colorchoice v1.0.2 |
437 | 2024-11-01T06:06:38.767Z | Compiling autocfg v1.4.0 |
438 | 2024-11-01T06:06:38.815Z | Compiling anstyle v1.0.8 |
439 | 2024-11-01T06:06:39.087Z | Compiling pretty-hex v0.4.1 |
440 | 2024-11-01T06:06:39.252Z | Compiling anstream v0.6.15 |
441 | 2024-11-01T06:06:39.682Z | Compiling terminal_size v0.4.0 |
442 | 2024-11-01T06:06:39.713Z | Compiling cfg-if v1.0.0 |
443 | 2024-11-01T06:06:39.827Z | Compiling clap_lex v0.7.2 |
444 | 2024-11-01T06:06:39.861Z | Compiling fs-err v2.11.0 |
445 | 2024-11-01T06:06:39.895Z | Compiling heck v0.5.0 |
446 | 2024-11-01T06:06:40.007Z | Compiling fnv v1.0.7 |
447 | 2024-11-01T06:06:40.148Z | Compiling bytecount v0.6.8 |
448 | 2024-11-01T06:06:40.173Z | Compiling anyhow v1.0.92 |
449 | 2024-11-01T06:06:40.330Z | Compiling strsim v0.11.1 |
450 | 2024-11-01T06:06:40.372Z | Compiling fastrand v2.1.1 |
451 | 2024-11-01T06:06:40.864Z | Compiling heck v0.4.1 |
452 | 2024-11-01T06:06:40.952Z | Compiling tempfile v3.13.0 |
453 | 2024-11-01T06:06:41.196Z | Compiling clap_builder v4.5.20 |
454 | 2024-11-01T06:06:41.252Z | Compiling papergrid v0.11.0 |
455 | 2024-11-01T06:06:41.343Z | Compiling memmap v0.7.0 |
456 | 2024-11-01T06:06:41.424Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-11-01T06:06:41.713Z | Compiling smawk v0.3.2 |
458 | 2024-11-01T06:06:41.926Z | Compiling textwrap v0.16.1 |
459 | 2024-11-01T06:06:41.948Z | Compiling swrite v0.1.0 |
460 | 2024-11-01T06:06:43.045Z | Compiling tabled_derive v0.7.0 |
461 | 2024-11-01T06:06:44.669Z | Compiling tabled v0.15.0 |
462 | 2024-11-01T06:06:45.436Z | Compiling serde_derive v1.0.210 |
463 | 2024-11-01T06:06:45.440Z | Compiling thiserror-impl v1.0.64 |
464 | 2024-11-01T06:06:45.460Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-11-01T06:06:45.465Z | Compiling scroll_derive v0.12.0 |
466 | 2024-11-01T06:06:45.484Z | Compiling clap_derive v4.5.18 |
467 | 2024-11-01T06:06:46.981Z | Compiling scroll v0.12.0 |
468 | 2024-11-01T06:06:47.541Z | Compiling goblin v0.8.2 |
469 | 2024-11-01T06:06:47.586Z | Compiling zerocopy v0.7.35 |
470 | 2024-11-01T06:06:49.060Z | Compiling clap v4.5.20 |
471 | 2024-11-01T06:06:50.665Z | Compiling pest v2.7.14 |
472 | 2024-11-01T06:06:52.379Z | Compiling pest_meta v2.7.14 |
473 | 2024-11-01T06:06:53.423Z | Compiling pest_generator v2.7.14 |
474 | 2024-11-01T06:06:54.879Z | Compiling pest_derive v2.7.14 |
475 | 2024-11-01T06:06:54.923Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-11-01T06:06:55.221Z | Compiling toml_datetime v0.6.8 |
477 | 2024-11-01T06:06:55.224Z | Compiling serde_spanned v0.6.8 |
478 | 2024-11-01T06:06:55.485Z | Compiling cargo-platform v0.1.8 |
479 | 2024-11-01T06:06:55.587Z | Compiling toml_edit v0.22.22 |
480 | 2024-11-01T06:06:55.621Z | Compiling dtrace-parser v0.2.0 |
481 | 2024-11-01T06:06:55.808Z | Compiling macaddr v1.0.1 |
482 | 2024-11-01T06:06:56.101Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-11-01T06:06:56.559Z | Compiling dof v0.3.0 |
484 | 2024-11-01T06:06:56.919Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-11-01T06:06:58.345Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-11-01T06:06:58.345Z | Compiling usdt-macro v0.5.0 |
487 | 2024-11-01T06:06:58.617Z | Compiling toml v0.8.19 |
488 | 2024-11-01T06:06:59.426Z | Compiling cargo_toml v0.20.5 |
489 | 2024-11-01T06:06:59.513Z | Compiling usdt v0.5.0 |
490 | 2024-11-01T06:07:02.900Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-11-01T06:07:06.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.54s |
492 | 2024-11-01T06:07:07.110Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-11-01T06:07:07.618Z | Downloading crates ... |
494 | 2024-11-01T06:07:07.741Z | Downloaded adler2 v2.0.0 |
495 | 2024-11-01T06:07:07.748Z | Downloaded async-stream-impl v0.3.6 |
496 | 2024-11-01T06:07:07.754Z | Downloaded cfg_aliases v0.2.1 |
497 | 2024-11-01T06:07:07.762Z | Downloaded darling_macro v0.20.10 |
498 | 2024-11-01T06:07:07.764Z | Downloaded crucible-workspace-hack v0.1.0 |
499 | 2024-11-01T06:07:07.764Z | Downloaded atomicwrites v0.4.4 |
500 | 2024-11-01T06:07:07.767Z | Downloaded cstr-argument v0.1.2 |
501 | 2024-11-01T06:07:07.772Z | Downloaded chrono-tz-build v0.4.0 |
502 | 2024-11-01T06:07:07.774Z | Downloaded convert_case v0.4.0 |
503 | 2024-11-01T06:07:07.776Z | Downloaded bit-vec v0.6.3 |
504 | 2024-11-01T06:07:07.779Z | Downloaded crossbeam-deque v0.8.5 |
505 | 2024-11-01T06:07:07.782Z | Downloaded blowfish v0.9.1 |
506 | 2024-11-01T06:07:07.786Z | Downloaded buf-list v1.0.3 |
507 | 2024-11-01T06:07:07.797Z | Downloaded crc v3.2.1 |
508 | 2024-11-01T06:07:07.797Z | Downloaded curve25519-dalek-derive v0.1.1 |
509 | 2024-11-01T06:07:07.797Z | Downloaded ctr v0.9.2 |
510 | 2024-11-01T06:07:07.800Z | Downloaded newtype_derive v0.1.6 |
511 | 2024-11-01T06:07:07.800Z | Downloaded new_debug_unreachable v1.0.6 |
512 | 2024-11-01T06:07:07.800Z | Downloaded hostname v0.3.1 |
513 | 2024-11-01T06:07:07.802Z | Downloaded crc-catalog v2.4.0 |
514 | 2024-11-01T06:07:07.805Z | Downloaded instability v0.3.2 |
515 | 2024-11-01T06:07:07.807Z | Downloaded ascii-canvas v3.0.0 |
516 | 2024-11-01T06:07:07.807Z | Downloaded bcs v0.1.6 |
517 | 2024-11-01T06:07:07.809Z | Downloaded async-bb8-diesel v0.2.1 |
518 | 2024-11-01T06:07:07.812Z | Downloaded http-body-util v0.1.2 |
519 | 2024-11-01T06:07:07.815Z | Downloaded nanorand v0.7.0 |
520 | 2024-11-01T06:07:07.818Z | Downloaded atty v0.2.14 |
521 | 2024-11-01T06:07:07.820Z | Downloaded lazycell v1.3.0 |
522 | 2024-11-01T06:07:07.823Z | Downloaded mime v0.3.17 |
523 | 2024-11-01T06:07:07.823Z | Downloaded keccak v0.1.5 |
524 | 2024-11-01T06:07:07.825Z | Downloaded hyper-staticfile v0.10.1 |
525 | 2024-11-01T06:07:07.828Z | Downloaded ciborium-io v0.2.2 |
526 | 2024-11-01T06:07:07.828Z | Downloaded cfg_aliases v0.1.1 |
527 | 2024-11-01T06:07:07.830Z | Downloaded debug-ignore v1.0.5 |
528 | 2024-11-01T06:07:07.830Z | Downloaded hostname v0.4.0 |
529 | 2024-11-01T06:07:07.833Z | Downloaded maplit v1.0.2 |
530 | 2024-11-01T06:07:07.835Z | Downloaded iana-time-zone v0.1.61 |
531 | 2024-11-01T06:07:07.838Z | Downloaded home v0.5.9 |
532 | 2024-11-01T06:07:07.840Z | Downloaded highway v1.2.0 |
533 | 2024-11-01T06:07:07.843Z | Downloaded memmap2 v0.9.5 |
534 | 2024-11-01T06:07:07.845Z | Downloaded crunchy v0.2.2 |
535 | 2024-11-01T06:07:07.845Z | Downloaded lock_api v0.4.12 |
536 | 2024-11-01T06:07:07.848Z | Downloaded libloading v0.8.5 |
537 | 2024-11-01T06:07:07.850Z | Downloaded httparse v1.9.5 |
538 | 2024-11-01T06:07:07.853Z | Downloaded ciborium-ll v0.2.2 |
539 | 2024-11-01T06:07:07.856Z | Downloaded addr2line v0.24.2 |
540 | 2024-11-01T06:07:07.859Z | Downloaded instant v0.1.13 |
541 | 2024-11-01T06:07:07.861Z | Downloaded blake2 v0.10.6 |
542 | 2024-11-01T06:07:07.864Z | Downloaded http-body v1.0.1 |
543 | 2024-11-01T06:07:07.866Z | Downloaded async-recursion v1.1.1 |
544 | 2024-11-01T06:07:07.869Z | Downloaded russh-cryptovec v0.7.3 |
545 | 2024-11-01T06:07:07.872Z | Downloaded ident_case v1.0.1 |
546 | 2024-11-01T06:07:07.872Z | Downloaded assert_matches v1.5.0 |
547 | 2024-11-01T06:07:07.874Z | Downloaded maybe-uninit v2.0.0 |
548 | 2024-11-01T06:07:07.878Z | Downloaded mockall_derive v0.13.0 |
549 | 2024-11-01T06:07:07.880Z | Downloaded cipher v0.4.4 |
550 | 2024-11-01T06:07:07.880Z | Downloaded cbc v0.1.2 |
551 | 2024-11-01T06:07:07.883Z | Downloaded matches v0.1.10 |
552 | 2024-11-01T06:07:07.883Z | Downloaded castaway v0.2.3 |
553 | 2024-11-01T06:07:07.885Z | Downloaded md5 v0.7.0 |
554 | 2024-11-01T06:07:07.888Z | Downloaded match_cfg v0.1.0 |
555 | 2024-11-01T06:07:07.888Z | Downloaded cexpr v0.6.0 |
556 | 2024-11-01T06:07:07.890Z | Downloaded bcrypt-pbkdf v0.10.0 |
557 | 2024-11-01T06:07:07.890Z | Downloaded atomic-waker v1.1.2 |
558 | 2024-11-01T06:07:07.893Z | Downloaded newline-converter v0.3.0 |
559 | 2024-11-01T06:07:07.895Z | Downloaded cobs v0.2.3 |
560 | 2024-11-01T06:07:07.895Z | Downloaded chacha20 v0.9.1 |
561 | 2024-11-01T06:07:07.898Z | Downloaded miniz_oxide v0.8.0 |
562 | 2024-11-01T06:07:07.901Z | Downloaded indexmap v1.9.3 |
563 | 2024-11-01T06:07:07.905Z | Downloaded sigpipe v0.1.3 |
564 | 2024-11-01T06:07:07.907Z | Downloaded lalrpop-util v0.19.12 |
565 | 2024-11-01T06:07:07.907Z | Downloaded sqlparser_derive v0.2.2 |
566 | 2024-11-01T06:07:07.910Z | Downloaded httpdate v1.0.3 |
567 | 2024-11-01T06:07:07.913Z | Downloaded http-body v0.4.6 |
568 | 2024-11-01T06:07:07.913Z | Downloaded constant_time_eq v0.3.1 |
569 | 2024-11-01T06:07:07.915Z | Downloaded normalize-line-endings v0.3.0 |
570 | 2024-11-01T06:07:07.917Z | Downloaded indent_write v2.2.0 |
571 | 2024-11-01T06:07:07.918Z | Downloaded hyper-tls v0.6.0 |
572 | 2024-11-01T06:07:07.920Z | Downloaded zone_cfg_derive v0.1.2 |
573 | 2024-11-01T06:07:07.920Z | Downloaded universal-hash v0.5.1 |
574 | 2024-11-01T06:07:07.922Z | Downloaded cancel-safe-futures v0.1.5 |
575 | 2024-11-01T06:07:07.925Z | Downloaded bzip2 v0.4.4 |
576 | 2024-11-01T06:07:07.928Z | Downloaded internet-checksum v0.2.1 |
577 | 2024-11-01T06:07:07.931Z | Downloaded inout v0.1.3 |
578 | 2024-11-01T06:07:07.933Z | Downloaded compact_str v0.8.0 |
579 | 2024-11-01T06:07:07.936Z | Downloaded termcolor v1.4.1 |
580 | 2024-11-01T06:07:07.939Z | Downloaded allocator-api2 v0.2.18 |
581 | 2024-11-01T06:07:07.941Z | Downloaded rand_core v0.6.4 |
582 | 2024-11-01T06:07:07.944Z | Downloaded linked-hash-map v0.5.6 |
583 | 2024-11-01T06:07:07.946Z | Downloaded rustc_version v0.4.1 |
584 | 2024-11-01T06:07:07.947Z | Downloaded rfc6979 v0.4.0 |
585 | 2024-11-01T06:07:07.949Z | Downloaded multimap v0.10.0 |
586 | 2024-11-01T06:07:07.952Z | Downloaded nibble_vec v0.1.0 |
587 | 2024-11-01T06:07:07.952Z | Downloaded newtype-uuid v1.1.2 |
588 | 2024-11-01T06:07:07.955Z | Downloaded secrecy v0.8.0 |
589 | 2024-11-01T06:07:07.957Z | Downloaded scopeguard v1.2.0 |
590 | 2024-11-01T06:07:07.957Z | Downloaded ciborium v0.2.2 |
591 | 2024-11-01T06:07:07.960Z | Downloaded nodrop v0.1.14 |
592 | 2024-11-01T06:07:07.963Z | Downloaded float-ord v0.3.2 |
593 | 2024-11-01T06:07:07.963Z | Downloaded hickory-resolver v0.24.1 |
594 | 2024-11-01T06:07:07.969Z | Downloaded smf v0.2.3 |
595 | 2024-11-01T06:07:07.971Z | Downloaded sqlformat v0.2.6 |
596 | 2024-11-01T06:07:07.974Z | Downloaded signature v2.2.0 |
597 | 2024-11-01T06:07:07.976Z | Downloaded strum_macros v0.25.3 |
598 | 2024-11-01T06:07:07.980Z | Downloaded strum_macros v0.24.3 |
599 | 2024-11-01T06:07:07.980Z | Downloaded signal-hook-registry v1.4.2 |
600 | 2024-11-01T06:07:07.983Z | Downloaded serde_urlencoded v0.7.1 |
601 | 2024-11-01T06:07:07.992Z | Downloaded opaque-debug v0.3.1 |
602 | 2024-11-01T06:07:07.992Z | Downloaded darling v0.20.10 |
603 | 2024-11-01T06:07:08.004Z | Downloaded hyper-rustls v0.27.3 |
604 | 2024-11-01T06:07:08.004Z | Downloaded difflib v0.4.0 |
605 | 2024-11-01T06:07:08.004Z | Downloaded smallvec v1.13.2 |
606 | 2024-11-01T06:07:08.004Z | Downloaded peg-runtime v0.8.3 |
607 | 2024-11-01T06:07:08.004Z | Downloaded oso-derive v0.27.3 |
608 | 2024-11-01T06:07:08.005Z | Downloaded const-oid v0.9.6 |
609 | 2024-11-01T06:07:08.007Z | Downloaded multer v3.1.0 |
610 | 2024-11-01T06:07:08.007Z | Downloaded rustls-pemfile v1.0.4 |
611 | 2024-11-01T06:07:08.016Z | Downloaded mime_guess v2.0.5 |
612 | 2024-11-01T06:07:08.021Z | Downloaded lru v0.12.5 |
613 | 2024-11-01T06:07:08.021Z | Downloaded embedded-io v0.4.0 |
614 | 2024-11-01T06:07:08.021Z | Downloaded either v1.13.0 |
615 | 2024-11-01T06:07:08.021Z | Downloaded float-cmp v0.9.0 |
616 | 2024-11-01T06:07:08.021Z | Downloaded ff v0.13.0 |
617 | 2024-11-01T06:07:08.021Z | Downloaded dirs-next v2.0.0 |
618 | 2024-11-01T06:07:08.025Z | Downloaded hickory-server v0.24.1 |
619 | 2024-11-01T06:07:08.030Z | Downloaded termtree v0.4.1 |
620 | 2024-11-01T06:07:08.032Z | Downloaded serde-big-array v0.5.1 |
621 | 2024-11-01T06:07:08.035Z | Downloaded fragile v2.0.0 |
622 | 2024-11-01T06:07:08.037Z | Downloaded num v0.4.3 |
623 | 2024-11-01T06:07:08.039Z | Downloaded futures-macro v0.3.31 |
624 | 2024-11-01T06:07:08.039Z | Downloaded xattr v1.3.1 |
625 | 2024-11-01T06:07:08.042Z | Downloaded futures-io v0.3.31 |
626 | 2024-11-01T06:07:08.044Z | Downloaded tracing-attributes v0.1.27 |
627 | 2024-11-01T06:07:08.046Z | Downloaded hex v0.4.3 |
628 | 2024-11-01T06:07:08.048Z | Downloaded untrusted v0.7.1 |
629 | 2024-11-01T06:07:08.051Z | Downloaded num-iter v0.1.45 |
630 | 2024-11-01T06:07:08.051Z | Downloaded num-integer v0.1.46 |
631 | 2024-11-01T06:07:08.053Z | Downloaded pin-utils v0.1.0 |
632 | 2024-11-01T06:07:08.055Z | Downloaded der_derive v0.7.3 |
633 | 2024-11-01T06:07:08.057Z | Downloaded num-derive v0.4.2 |
634 | 2024-11-01T06:07:08.059Z | Downloaded group v0.13.0 |
635 | 2024-11-01T06:07:08.062Z | Downloaded crossbeam-epoch v0.9.18 |
636 | 2024-11-01T06:07:08.065Z | Downloaded foreign-types-shared v0.1.1 |
637 | 2024-11-01T06:07:08.067Z | Downloaded dhcproto-macros v0.1.0 |
638 | 2024-11-01T06:07:08.067Z | Downloaded tokio-rustls v0.26.0 |
639 | 2024-11-01T06:07:08.070Z | Downloaded resolv-conf v0.7.0 |
640 | 2024-11-01T06:07:08.072Z | Downloaded vte v0.11.1 |
641 | 2024-11-01T06:07:08.074Z | Downloaded rustls-pemfile v2.2.0 |
642 | 2024-11-01T06:07:08.077Z | Downloaded fallible-iterator v0.2.0 |
643 | 2024-11-01T06:07:08.079Z | Downloaded foreign-types-shared v0.3.1 |
644 | 2024-11-01T06:07:08.079Z | Downloaded bytes v1.7.2 |
645 | 2024-11-01T06:07:08.084Z | Downloaded phf_shared v0.10.0 |
646 | 2024-11-01T06:07:08.086Z | Downloaded predicates-core v1.0.8 |
647 | 2024-11-01T06:07:08.089Z | Downloaded r2d2 v0.8.10 |
648 | 2024-11-01T06:07:08.089Z | Downloaded shlex v1.3.0 |
649 | 2024-11-01T06:07:08.091Z | Downloaded rustversion v1.0.17 |
650 | 2024-11-01T06:07:08.093Z | Downloaded termios v0.3.3 |
651 | 2024-11-01T06:07:08.096Z | Downloaded tinyvec_macros v0.1.1 |
652 | 2024-11-01T06:07:08.098Z | Downloaded progenitor-client v0.8.0 |
653 | 2024-11-01T06:07:08.101Z | Downloaded siphasher v0.3.11 |
654 | 2024-11-01T06:07:08.101Z | Downloaded pretty-hex v0.2.1 |
655 | 2024-11-01T06:07:08.103Z | Downloaded owo-colors v4.1.0 |
656 | 2024-11-01T06:07:08.106Z | Downloaded topological-sort v0.2.2 |
657 | 2024-11-01T06:07:08.108Z | Downloaded slab v0.4.9 |
658 | 2024-11-01T06:07:08.112Z | Downloaded signal-hook-mio v0.2.4 |
659 | 2024-11-01T06:07:08.112Z | Downloaded rayon-core v1.12.1 |
660 | 2024-11-01T06:07:08.116Z | Downloaded xz2 v0.1.7 |
661 | 2024-11-01T06:07:08.118Z | Downloaded wyz v0.5.1 |
662 | 2024-11-01T06:07:08.120Z | Downloaded unicode-xid v0.2.6 |
663 | 2024-11-01T06:07:08.123Z | Downloaded postgres-types v0.2.8 |
664 | 2024-11-01T06:07:08.125Z | Downloaded diff v0.1.13 |
665 | 2024-11-01T06:07:08.129Z | Downloaded hash32 v0.2.1 |
666 | 2024-11-01T06:07:08.131Z | Downloaded hash32 v0.3.1 |
667 | 2024-11-01T06:07:08.133Z | Downloaded pkcs1 v0.7.5 |
668 | 2024-11-01T06:07:08.136Z | Downloaded dhcproto v0.12.0 |
669 | 2024-11-01T06:07:08.140Z | Downloaded sync_wrapper v1.0.1 |
670 | 2024-11-01T06:07:08.142Z | Downloaded fallible-streaming-iterator v0.1.9 |
671 | 2024-11-01T06:07:08.144Z | Downloaded fallible-iterator v0.3.0 |
672 | 2024-11-01T06:07:08.144Z | Downloaded aho-corasick v1.1.3 |
673 | 2024-11-01T06:07:08.151Z | Downloaded diesel_table_macro_syntax v0.2.0 |
674 | 2024-11-01T06:07:08.153Z | Downloaded radium v0.7.0 |
675 | 2024-11-01T06:07:08.158Z | Downloaded want v0.3.1 |
676 | 2024-11-01T06:07:08.158Z | Downloaded phf_shared v0.11.2 |
677 | 2024-11-01T06:07:08.160Z | Downloaded fxhash v0.2.1 |
678 | 2024-11-01T06:07:08.160Z | Downloaded crypto-bigint v0.5.5 |
679 | 2024-11-01T06:07:08.166Z | Downloaded primeorder v0.13.6 |
680 | 2024-11-01T06:07:08.178Z | Downloaded path-slash v0.1.5 |
681 | 2024-11-01T06:07:08.181Z | Downloaded number_prefix v0.4.0 |
682 | 2024-11-01T06:07:08.183Z | Downloaded slog-envlogger v2.2.0 |
683 | 2024-11-01T06:07:08.186Z | Downloaded sha1 v0.10.6 |
684 | 2024-11-01T06:07:08.186Z | Downloaded rustfmt-wrapper v0.2.1 |
685 | 2024-11-01T06:07:08.188Z | Downloaded slog-dtrace v0.3.0 |
686 | 2024-11-01T06:07:08.191Z | Downloaded hashlink v0.9.1 |
687 | 2024-11-01T06:07:08.194Z | Downloaded elliptic-curve v0.13.8 |
688 | 2024-11-01T06:07:08.196Z | Downloaded parse-size v1.1.0 |
689 | 2024-11-01T06:07:08.198Z | Downloaded psl-types v2.0.11 |
690 | 2024-11-01T06:07:08.201Z | Downloaded aes v0.8.4 |
691 | 2024-11-01T06:07:08.204Z | Downloaded tabwriter v1.4.0 |
692 | 2024-11-01T06:07:08.207Z | Downloaded password-hash v0.5.0 |
693 | 2024-11-01T06:07:08.209Z | Downloaded rustc_version v0.1.7 |
694 | 2024-11-01T06:07:08.211Z | Downloaded nom v7.1.3 |
695 | 2024-11-01T06:07:08.216Z | Downloaded strum v0.26.3 |
696 | 2024-11-01T06:07:08.219Z | Downloaded which v4.4.2 |
697 | 2024-11-01T06:07:08.221Z | Downloaded oso v0.27.3 |
698 | 2024-11-01T06:07:08.224Z | Downloaded filetime v0.2.25 |
699 | 2024-11-01T06:07:08.226Z | Downloaded fd-lock v4.0.2 |
700 | 2024-11-01T06:07:08.229Z | Downloaded embedded-io v0.6.1 |
701 | 2024-11-01T06:07:08.232Z | Downloaded dyn-clone v1.0.17 |
702 | 2024-11-01T06:07:08.234Z | Downloaded endian-type v0.1.2 |
703 | 2024-11-01T06:07:08.234Z | Downloaded similar v2.6.0 |
704 | 2024-11-01T06:07:08.239Z | Downloaded openssl-probe v0.1.5 |
705 | 2024-11-01T06:07:08.242Z | Downloaded precomputed-hash v0.1.1 |
706 | 2024-11-01T06:07:08.244Z | Downloaded olpc-cjson v0.1.4 |
707 | 2024-11-01T06:07:08.244Z | Downloaded gethostname v0.5.0 |
708 | 2024-11-01T06:07:08.247Z | Downloaded half v2.4.1 |
709 | 2024-11-01T06:07:08.249Z | Downloaded paste v1.0.15 |
710 | 2024-11-01T06:07:08.252Z | Downloaded signal-hook v0.3.17 |
711 | 2024-11-01T06:07:08.256Z | Downloaded poly1305 v0.8.0 |
712 | 2024-11-01T06:07:08.259Z | Downloaded p256 v0.13.2 |
713 | 2024-11-01T06:07:08.263Z | Downloaded tokio-rustls v0.24.1 |
714 | 2024-11-01T06:07:08.266Z | Downloaded tracing v0.1.40 |
715 | 2024-11-01T06:07:08.271Z | Downloaded slog-bunyan v2.5.0 |
716 | 2024-11-01T06:07:08.274Z | Downloaded tui-tree-widget v0.22.0 |
717 | 2024-11-01T06:07:08.276Z | Downloaded tokio-macros v2.4.0 |
718 | 2024-11-01T06:07:08.278Z | Downloaded take_mut v0.2.2 |
719 | 2024-11-01T06:07:08.278Z | Downloaded thiserror-no-std v2.0.2 |
720 | 2024-11-01T06:07:08.282Z | Downloaded env_logger v0.11.5 |
721 | 2024-11-01T06:07:08.285Z | Downloaded diesel-dtrace v0.3.0 |
722 | 2024-11-01T06:07:08.288Z | Downloaded structmeta-derive v0.3.0 |
723 | 2024-11-01T06:07:08.290Z | Downloaded vte_generate_state_changes v0.1.2 |
724 | 2024-11-01T06:07:08.290Z | Downloaded twox-hash v1.6.3 |
725 | 2024-11-01T06:07:08.293Z | Downloaded nu-ansi-term v0.50.1 |
726 | 2024-11-01T06:07:08.295Z | Downloaded derive_builder_core v0.20.2 |
727 | 2024-11-01T06:07:08.298Z | Downloaded unicase v2.7.0 |
728 | 2024-11-01T06:07:08.301Z | Downloaded unarray v0.1.4 |
729 | 2024-11-01T06:07:08.303Z | Downloaded num-conv v0.1.0 |
730 | 2024-11-01T06:07:08.303Z | Downloaded parse-display v0.10.0 |
731 | 2024-11-01T06:07:08.305Z | Downloaded rcgen v0.12.1 |
732 | 2024-11-01T06:07:08.308Z | Downloaded http v0.2.12 |
733 | 2024-11-01T06:07:08.313Z | Downloaded enum-as-inner v0.5.1 |
734 | 2024-11-01T06:07:08.315Z | Downloaded dsl_auto_type v0.1.2 |
735 | 2024-11-01T06:07:08.317Z | Downloaded pin-project-lite v0.2.14 |
736 | 2024-11-01T06:07:08.322Z | Downloaded openssl-sys v0.9.103 |
737 | 2024-11-01T06:07:08.328Z | Downloaded postcard v1.0.10 |
738 | 2024-11-01T06:07:08.331Z | Downloaded snafu-derive v0.8.5 |
739 | 2024-11-01T06:07:08.334Z | Downloaded unsafe-libyaml v0.2.11 |
740 | 2024-11-01T06:07:08.337Z | Downloaded ref-cast-impl v1.0.23 |
741 | 2024-11-01T06:07:08.340Z | Downloaded ppv-lite86 v0.2.20 |
742 | 2024-11-01T06:07:08.342Z | Downloaded derive_builder_macro v0.20.2 |
743 | 2024-11-01T06:07:08.342Z | Downloaded scheduled-thread-pool v0.2.7 |
744 | 2024-11-01T06:07:08.345Z | Downloaded mio v1.0.2 |
745 | 2024-11-01T06:07:08.350Z | Downloaded time-core v0.1.2 |
746 | 2024-11-01T06:07:08.352Z | Downloaded serde_derive_internals v0.29.1 |
747 | 2024-11-01T06:07:08.355Z | Downloaded utf-8 v0.7.6 |
748 | 2024-11-01T06:07:08.357Z | Downloaded unicode-truncate v1.1.0 |
749 | 2024-11-01T06:07:08.360Z | Downloaded num_threads v0.1.7 |
750 | 2024-11-01T06:07:08.360Z | Downloaded crossterm v0.28.1 |
751 | 2024-11-01T06:07:08.367Z | Downloaded zeroize v1.8.1 |
752 | 2024-11-01T06:07:08.369Z | Downloaded waitgroup v0.1.2 |
753 | 2024-11-01T06:07:08.372Z | Downloaded headers v0.4.0 |
754 | 2024-11-01T06:07:08.377Z | Downloaded snafu v0.8.5 |
755 | 2024-11-01T06:07:08.385Z | Downloaded packed_struct_codegen v0.10.1 |
756 | 2024-11-01T06:07:08.387Z | Downloaded ena v0.14.3 |
757 | 2024-11-01T06:07:08.390Z | Downloaded slog-stdlog v4.1.1 |
758 | 2024-11-01T06:07:08.392Z | Downloaded rustc-hash v1.1.0 |
759 | 2024-11-01T06:07:08.392Z | Downloaded tiny-keccak v2.0.2 |
760 | 2024-11-01T06:07:08.395Z | Downloaded num-complex v0.4.6 |
761 | 2024-11-01T06:07:08.397Z | Downloaded scrypt v0.11.0 |
762 | 2024-11-01T06:07:08.400Z | Downloaded same-file v1.0.6 |
763 | 2024-11-01T06:07:08.402Z | Downloaded predicates v3.1.2 |
764 | 2024-11-01T06:07:08.405Z | Downloaded unicode_categories v0.1.1 |
765 | 2024-11-01T06:07:08.408Z | Downloaded string_cache v0.8.7 |
766 | 2024-11-01T06:07:08.410Z | Downloaded postgres-protocol v0.6.7 |
767 | 2024-11-01T06:07:08.413Z | Downloaded libxml v0.3.3 |
768 | 2024-11-01T06:07:08.418Z | Downloaded display-error-chain v0.2.1 |
769 | 2024-11-01T06:07:08.420Z | Downloaded smallvec v0.6.14 |
770 | 2024-11-01T06:07:08.423Z | Downloaded futures-sink v0.3.31 |
771 | 2024-11-01T06:07:08.423Z | Downloaded deranged v0.3.11 |
772 | 2024-11-01T06:07:08.426Z | Downloaded zone v0.1.8 |
773 | 2024-11-01T06:07:08.428Z | Downloaded uzers v0.12.1 |
774 | 2024-11-01T06:07:08.431Z | Downloaded futures-executor v0.3.31 |
775 | 2024-11-01T06:07:08.431Z | Downloaded hyper v0.14.30 |
776 | 2024-11-01T06:07:08.440Z | Downloaded phf_generator v0.11.2 |
777 | 2024-11-01T06:07:08.443Z | Downloaded headers-core v0.3.0 |
778 | 2024-11-01T06:07:08.445Z | Downloaded quinn-udp v0.5.5 |
779 | 2024-11-01T06:07:08.445Z | Downloaded num_enum_derive v0.5.11 |
780 | 2024-11-01T06:07:08.448Z | Downloaded num_enum v0.5.11 |
781 | 2024-11-01T06:07:08.453Z | Downloaded heck v0.3.3 |
782 | 2024-11-01T06:07:08.456Z | Downloaded hkdf v0.12.4 |
783 | 2024-11-01T06:07:08.458Z | Downloaded num-rational v0.4.2 |
784 | 2024-11-01T06:07:08.461Z | Downloaded slog-async v2.8.0 |
785 | 2024-11-01T06:07:08.463Z | Downloaded walkdir v2.5.0 |
786 | 2024-11-01T06:07:08.466Z | Downloaded parking_lot_core v0.8.6 |
787 | 2024-11-01T06:07:08.469Z | Downloaded futures-core v0.3.31 |
788 | 2024-11-01T06:07:08.469Z | Downloaded pin-project v1.1.6 |
789 | 2024-11-01T06:07:08.481Z | Downloaded rpassword v7.3.1 |
790 | 2024-11-01T06:07:08.484Z | Downloaded zeroize_derive v1.4.2 |
791 | 2024-11-01T06:07:08.484Z | Downloaded tower-service v0.3.3 |
792 | 2024-11-01T06:07:08.486Z | Downloaded rand_chacha v0.3.1 |
793 | 2024-11-01T06:07:08.486Z | Downloaded toolchain_find v0.4.0 |
794 | 2024-11-01T06:07:08.489Z | Downloaded progenitor-macro v0.8.0 |
795 | 2024-11-01T06:07:08.489Z | Downloaded rand_seeder v0.3.0 |
796 | 2024-11-01T06:07:08.492Z | Downloaded try-lock v0.2.5 |
797 | 2024-11-01T06:07:08.492Z | Downloaded derive_builder v0.20.2 |
798 | 2024-11-01T06:07:08.497Z | Downloaded percent-encoding v2.3.1 |
799 | 2024-11-01T06:07:08.499Z | Downloaded funty v2.0.0 |
800 | 2024-11-01T06:07:08.499Z | Downloaded dirs-sys-next v0.1.2 |
801 | 2024-11-01T06:07:08.502Z | Downloaded defmt-parser v0.3.4 |
802 | 2024-11-01T06:07:08.506Z | Downloaded value-bag v1.9.0 |
803 | 2024-11-01T06:07:08.509Z | Downloaded serde_with_macros v3.11.0 |
804 | 2024-11-01T06:07:08.509Z | Downloaded zone v0.3.0 |
805 | 2024-11-01T06:07:08.509Z | Downloaded tokio-native-tls v0.3.1 |
806 | 2024-11-01T06:07:08.511Z | Downloaded vergen v8.3.2 |
807 | 2024-11-01T06:07:08.514Z | Downloaded dropshot_endpoint v0.12.0 |
808 | 2024-11-01T06:07:08.518Z | Downloaded foreign-types v0.3.2 |
809 | 2024-11-01T06:07:08.520Z | Downloaded hyper v1.4.1 |
810 | 2024-11-01T06:07:08.526Z | Downloaded ssh-key v0.6.6 |
811 | 2024-11-01T06:07:08.534Z | Downloaded zone_cfg_derive v0.3.0 |
812 | 2024-11-01T06:07:08.539Z | Downloaded downcast v0.11.0 |
813 | 2024-11-01T06:07:08.543Z | Downloaded progenitor-impl v0.8.0 |
814 | 2024-11-01T06:07:08.543Z | Downloaded form_urlencoded v1.2.1 |
815 | 2024-11-01T06:07:08.543Z | Downloaded rustc-hash v2.0.0 |
816 | 2024-11-01T06:07:08.545Z | Downloaded russh-keys v0.45.0 |
817 | 2024-11-01T06:07:08.545Z | Downloaded phf_codegen v0.11.2 |
818 | 2024-11-01T06:07:08.548Z | Downloaded derive_more v0.99.18 |
819 | 2024-11-01T06:07:08.553Z | Downloaded structmeta-derive v0.2.0 |
820 | 2024-11-01T06:07:08.555Z | Downloaded hex-literal v0.4.1 |
821 | 2024-11-01T06:07:08.555Z | Downloaded thiserror-impl-no-std v2.0.2 |
822 | 2024-11-01T06:07:08.558Z | Downloaded semver v0.1.20 |
823 | 2024-11-01T06:07:08.558Z | Downloaded pem-rfc7468 v0.7.0 |
824 | 2024-11-01T06:07:08.560Z | Downloaded tar v0.4.42 |
825 | 2024-11-01T06:07:08.563Z | Downloaded fixedbitset v0.4.2 |
826 | 2024-11-01T06:07:08.565Z | Downloaded sec1 v0.7.3 |
827 | 2024-11-01T06:07:08.568Z | Downloaded slog-term v2.9.1 |
828 | 2024-11-01T06:07:08.571Z | Downloaded toml_edit v0.19.15 |
829 | 2024-11-01T06:07:08.587Z | Downloaded openssl-macros v0.1.1 |
830 | 2024-11-01T06:07:08.590Z | Downloaded blake3 v1.5.4 |
831 | 2024-11-01T06:07:08.597Z | Downloaded rand_xorshift v0.3.0 |
832 | 2024-11-01T06:07:08.600Z | Downloaded omicron-zone-package v0.11.1 |
833 | 2024-11-01T06:07:08.602Z | Downloaded parking_lot v0.11.2 |
834 | 2024-11-01T06:07:08.605Z | Downloaded term v0.7.0 |
835 | 2024-11-01T06:07:08.608Z | Downloaded subtle v2.6.1 |
836 | 2024-11-01T06:07:08.610Z | Downloaded pbkdf2 v0.12.2 |
837 | 2024-11-01T06:07:08.610Z | Downloaded pbkdf2 v0.11.0 |
838 | 2024-11-01T06:07:08.613Z | Downloaded env_filter v0.1.2 |
839 | 2024-11-01T06:07:08.616Z | Downloaded pem v3.0.4 |
840 | 2024-11-01T06:07:08.618Z | Downloaded defmt v0.3.8 |
841 | 2024-11-01T06:07:08.621Z | Downloaded futures v0.3.31 |
842 | 2024-11-01T06:07:08.626Z | Downloaded defmt-macros v0.3.9 |
843 | 2024-11-01T06:07:08.629Z | Downloaded url v2.5.2 |
844 | 2024-11-01T06:07:08.633Z | Downloaded spin v0.5.2 |
845 | 2024-11-01T06:07:08.635Z | Downloaded parse-display-derive v0.10.0 |
846 | 2024-11-01T06:07:08.635Z | Downloaded ghash v0.5.1 |
847 | 2024-11-01T06:07:08.638Z | Downloaded foldhash v0.1.3 |
848 | 2024-11-01T06:07:08.638Z | Downloaded foreign-types v0.5.0 |
849 | 2024-11-01T06:07:08.640Z | Downloaded stable_deref_trait v1.2.0 |
850 | 2024-11-01T06:07:08.642Z | Downloaded unicode-properties v0.1.3 |
851 | 2024-11-01T06:07:08.643Z | Downloaded hashbrown v0.14.5 |
852 | 2024-11-01T06:07:08.649Z | Downloaded getrandom v0.2.15 |
853 | 2024-11-01T06:07:08.652Z | Downloaded pin-project-internal v1.1.6 |
854 | 2024-11-01T06:07:08.655Z | Downloaded p521 v0.13.3 |
855 | 2024-11-01T06:07:08.658Z | Downloaded hickory-client v0.24.1 |
856 | 2024-11-01T06:07:08.661Z | Downloaded tinyvec v1.8.0 |
857 | 2024-11-01T06:07:08.665Z | Downloaded futures-channel v0.3.31 |
858 | 2024-11-01T06:07:08.668Z | Downloaded heapless v0.7.17 |
859 | 2024-11-01T06:07:08.672Z | Downloaded serde_yaml v0.9.34+deprecated |
860 | 2024-11-01T06:07:08.677Z | Downloaded packed_struct v0.10.1 |
861 | 2024-11-01T06:07:08.680Z | Downloaded pkcs5 v0.7.1 |
862 | 2024-11-01T06:07:08.682Z | Downloaded rustyline v14.0.0 |
863 | 2024-11-01T06:07:08.688Z | Downloaded flagset v0.4.6 |
864 | 2024-11-01T06:07:08.691Z | Downloaded chrono v0.4.38 |
865 | 2024-11-01T06:07:08.698Z | Downloaded spin v0.9.8 |
866 | 2024-11-01T06:07:08.701Z | Downloaded subprocess v0.2.9 |
867 | 2024-11-01T06:07:08.704Z | Downloaded zip v0.6.6 |
868 | 2024-11-01T06:07:08.708Z | Downloaded env_logger v0.10.2 |
869 | 2024-11-01T06:07:08.712Z | Downloaded rusqlite v0.32.1 |
870 | 2024-11-01T06:07:08.719Z | Downloaded test-strategy v0.3.1 |
871 | 2024-11-01T06:07:08.723Z | Downloaded h2 v0.3.26 |
872 | 2024-11-01T06:07:08.731Z | Downloaded diesel_derives v2.2.3 |
873 | 2024-11-01T06:07:08.737Z | Downloaded winnow v0.5.40 |
874 | 2024-11-01T06:07:08.747Z | Downloaded flume v0.11.0 |
875 | 2024-11-01T06:07:08.751Z | Downloaded tokio-util v0.7.12 |
876 | 2024-11-01T06:07:08.759Z | Downloaded bindgen v0.69.5 |
877 | 2024-11-01T06:07:08.767Z | Downloaded quinn v0.11.5 |
878 | 2024-11-01T06:07:08.772Z | Downloaded rand v0.8.5 |
879 | 2024-11-01T06:07:08.776Z | Downloaded unicode-bidi v0.3.17 |
880 | 2024-11-01T06:07:08.779Z | Downloaded rustls-webpki v0.102.8 |
881 | 2024-11-01T06:07:08.800Z | Downloaded unicode-segmentation v1.12.0 |
882 | 2024-11-01T06:07:08.803Z | Downloaded salty v0.3.0 |
883 | 2024-11-01T06:07:08.811Z | Downloaded rustls-webpki v0.101.7 |
884 | 2024-11-01T06:07:08.827Z | Downloaded steno v0.4.1 |
885 | 2024-11-01T06:07:08.831Z | Downloaded idna v0.2.3 |
886 | 2024-11-01T06:07:08.838Z | Downloaded flate2 v1.0.34 |
887 | 2024-11-01T06:07:08.845Z | Downloaded portable-atomic v1.9.0 |
888 | 2024-11-01T06:07:08.852Z | Downloaded rayon v1.10.0 |
889 | 2024-11-01T06:07:08.863Z | Downloaded serde_with v3.11.0 |
890 | 2024-11-01T06:07:08.872Z | Downloaded reqwest v0.11.27 |
891 | 2024-11-01T06:07:08.881Z | Downloaded futures-util v0.3.31 |
892 | 2024-11-01T06:07:08.895Z | Downloaded reqwest v0.12.8 |
893 | 2024-11-01T06:07:08.905Z | Downloaded nix v0.28.0 |
894 | 2024-11-01T06:07:08.918Z | Downloaded idna v0.3.0 |
895 | 2024-11-01T06:07:08.926Z | Downloaded idna v0.4.0 |
896 | 2024-11-01T06:07:08.934Z | Downloaded h2 v0.4.6 |
897 | 2024-11-01T06:07:08.942Z | Downloaded webpki-roots v0.26.6 |
898 | 2024-11-01T06:07:08.946Z | Downloaded regress v0.10.1 |
899 | 2024-11-01T06:07:08.957Z | Downloaded nix v0.27.1 |
900 | 2024-11-01T06:07:08.969Z | Downloaded object v0.30.4 |
901 | 2024-11-01T06:07:08.980Z | Downloaded trust-dns-proto v0.22.0 |
902 | 2024-11-01T06:07:08.994Z | Downloaded quinn-proto v0.11.8 |
903 | 2024-11-01T06:07:09.002Z | Downloaded vcpkg v0.2.15 |
904 | 2024-11-01T06:07:09.043Z | Downloaded proptest v1.5.0 |
905 | 2024-11-01T06:07:09.053Z | Downloaded nix v0.29.0 |
906 | 2024-11-01T06:07:09.066Z | Downloaded polar-core v0.27.3 |
907 | 2024-11-01T06:07:09.076Z | Downloaded git2 v0.19.0 |
908 | 2024-11-01T06:07:09.086Z | Downloaded openssl v0.10.66 |
909 | 2024-11-01T06:07:09.097Z | Downloaded radix_trie v0.2.1 |
910 | 2024-11-01T06:07:09.103Z | Downloaded gimli v0.31.1 |
911 | 2024-11-01T06:07:09.113Z | Downloaded regex-syntax v0.6.29 |
912 | 2024-11-01T06:07:09.121Z | Downloaded smoltcp v0.9.1 |
913 | 2024-11-01T06:07:09.133Z | Downloaded rustls v0.22.4 |
914 | 2024-11-01T06:07:09.148Z | Downloaded hickory-proto v0.24.1 |
915 | 2024-11-01T06:07:09.164Z | Downloaded object v0.36.5 |
916 | 2024-11-01T06:07:09.176Z | Downloaded smoltcp v0.11.0 |
917 | 2024-11-01T06:07:09.191Z | Downloaded regress v0.9.1 |
918 | 2024-11-01T06:07:09.200Z | Downloaded regex-syntax v0.8.5 |
919 | 2024-11-01T06:07:09.209Z | Downloaded rustls v0.23.14 |
920 | 2024-11-01T06:07:09.222Z | Downloaded openapiv3 v2.0.0 |
921 | 2024-11-01T06:07:09.236Z | Downloaded typify-impl v0.2.0 |
922 | 2024-11-01T06:07:09.253Z | Downloaded sled v0.34.7 |
923 | 2024-11-01T06:07:09.264Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
924 | 2024-11-01T06:07:09.277Z | Downloaded diesel v2.2.4 |
925 | 2024-11-01T06:07:09.298Z | Downloaded ratatui v0.28.1 |
926 | 2024-11-01T06:07:09.318Z | Downloaded zerocopy-derive v0.6.6 |
927 | 2024-11-01T06:07:09.327Z | Downloaded dropshot v0.12.0 |
928 | 2024-11-01T06:07:09.349Z | Downloaded chrono-tz v0.10.0 |
929 | 2024-11-01T06:07:09.358Z | Downloaded bstr v1.10.0 |
930 | 2024-11-01T06:07:09.367Z | Downloaded rustls v0.21.12 |
931 | 2024-11-01T06:07:09.379Z | Downloaded curve25519-dalek v4.1.3 |
932 | 2024-11-01T06:07:09.388Z | Downloaded regex-automata v0.4.8 |
933 | 2024-11-01T06:07:09.406Z | Downloaded quick-xml v0.33.0 |
934 | 2024-11-01T06:07:09.413Z | Downloaded lzma-sys v0.1.20 |
935 | 2024-11-01T06:07:09.442Z | Downloaded tokio v1.40.0 |
936 | 2024-11-01T06:07:09.482Z | Downloaded libz-sys v1.1.20 |
937 | 2024-11-01T06:07:09.506Z | Downloaded petgraph v0.6.5 |
938 | 2024-11-01T06:07:09.522Z | Downloaded p384 v0.13.0 |
939 | 2024-11-01T06:07:09.528Z | Downloaded idna v0.5.0 |
940 | 2024-11-01T06:07:09.535Z | Downloaded regex v1.11.0 |
941 | 2024-11-01T06:07:09.549Z | Downloaded heapless v0.8.0 |
942 | 2024-11-01T06:07:09.553Z | Downloaded num-bigint-dig v0.8.4 |
943 | 2024-11-01T06:07:09.557Z | Downloaded csv v1.3.0 |
944 | 2024-11-01T06:07:09.579Z | Downloaded bitvec v1.0.1 |
945 | 2024-11-01T06:07:09.593Z | Downloaded parking_lot v0.12.3 |
946 | 2024-11-01T06:07:09.595Z | Downloaded reedline v0.35.0 |
947 | 2024-11-01T06:07:09.603Z | Downloaded sha3 v0.10.8 |
948 | 2024-11-01T06:07:09.607Z | Downloaded sqlparser v0.45.0 |
949 | 2024-11-01T06:07:09.613Z | Downloaded ron v0.7.1 |
950 | 2024-11-01T06:07:09.618Z | Downloaded ron v0.8.1 |
951 | 2024-11-01T06:07:09.624Z | Downloaded lalrpop v0.19.12 |
952 | 2024-11-01T06:07:09.636Z | Downloaded num-traits v0.2.19 |
953 | 2024-11-01T06:07:09.638Z | Downloaded typed-path v0.7.1 |
954 | 2024-11-01T06:07:09.644Z | Downloaded russh v0.45.0 |
955 | 2024-11-01T06:07:09.650Z | Downloaded sct v0.7.1 |
956 | 2024-11-01T06:07:09.653Z | Downloaded num-bigint v0.4.6 |
957 | 2024-11-01T06:07:09.658Z | Downloaded qorb v0.2.0 |
958 | 2024-11-01T06:07:09.662Z | Downloaded parse-zoneinfo v0.3.1 |
959 | 2024-11-01T06:07:09.665Z | Downloaded expectorate v1.1.0 |
960 | 2024-11-01T06:07:09.667Z | Downloaded slog v2.7.0 |
961 | 2024-11-01T06:07:09.670Z | Downloaded enum-as-inner v0.6.1 |
962 | 2024-11-01T06:07:09.674Z | Downloaded foreign-types-macros v0.2.3 |
963 | 2024-11-01T06:07:09.674Z | Downloaded rustc-demangle v0.1.24 |
964 | 2024-11-01T06:07:09.676Z | Downloaded derive-where v1.2.7 |
965 | 2024-11-01T06:07:09.679Z | Downloaded tough v0.17.1 |
966 | 2024-11-01T06:07:09.687Z | Downloaded unicode-normalization v0.1.24 |
967 | 2024-11-01T06:07:09.690Z | Downloaded schemars v0.8.21 |
968 | 2024-11-01T06:07:09.702Z | Downloaded tungstenite v0.21.0 |
969 | 2024-11-01T06:07:09.705Z | Downloaded rustls-pki-types v1.9.0 |
970 | 2024-11-01T06:07:09.709Z | Downloaded itertools v0.13.0 |
971 | 2024-11-01T06:07:09.719Z | Downloaded publicsuffix v2.2.3 |
972 | 2024-11-01T06:07:09.721Z | Downloaded time-macros v0.2.18 |
973 | 2024-11-01T06:07:09.721Z | Downloaded tokio-postgres v0.7.12 |
974 | 2024-11-01T06:07:09.726Z | Downloaded slog-json v2.6.1 |
975 | 2024-11-01T06:07:09.729Z | Downloaded hashbrown v0.12.3 |
976 | 2024-11-01T06:07:09.731Z | Downloaded tungstenite v0.24.0 |
977 | 2024-11-01T06:07:09.734Z | Downloaded hashbrown v0.13.2 |
978 | 2024-11-01T06:07:09.739Z | Downloaded serde_path_to_error v0.1.16 |
979 | 2024-11-01T06:07:09.742Z | Downloaded pkcs8 v0.10.2 |
980 | 2024-11-01T06:07:09.744Z | Downloaded tungstenite v0.23.0 |
981 | 2024-11-01T06:07:09.748Z | Downloaded socket2 v0.5.7 |
982 | 2024-11-01T06:07:09.750Z | Downloaded ed25519-dalek v2.1.1 |
983 | 2024-11-01T06:07:09.753Z | Downloaded itertools v0.12.1 |
984 | 2024-11-01T06:07:09.760Z | Downloaded schemars_derive v0.8.21 |
985 | 2024-11-01T06:07:09.763Z | Downloaded toml v0.7.8 |
986 | 2024-11-01T06:07:09.767Z | Downloaded libm v0.2.8 |
987 | 2024-11-01T06:07:09.773Z | Downloaded encoding_rs v0.8.34 |
988 | 2024-11-01T06:07:09.795Z | Downloaded slog-scope v4.4.0 |
989 | 2024-11-01T06:07:09.797Z | Downloaded itertools v0.10.5 |
990 | 2024-11-01T06:07:09.803Z | Downloaded pkg-config v0.3.31 |
991 | 2024-11-01T06:07:09.805Z | Downloaded phf v0.11.2 |
992 | 2024-11-01T06:07:09.808Z | Downloaded time v0.3.36 |
993 | 2024-11-01T06:07:09.812Z | Downloaded x509-cert v0.2.5 |
994 | 2024-11-01T06:07:09.818Z | Downloaded wait-timeout v0.2.0 |
995 | 2024-11-01T06:07:09.821Z | Downloaded parking_lot_core v0.9.10 |
996 | 2024-11-01T06:07:09.823Z | Downloaded zerocopy v0.6.6 |
997 | 2024-11-01T06:07:09.826Z | Downloaded untrusted v0.9.0 |
998 | 2024-11-01T06:07:09.826Z | Downloaded tap v1.0.1 |
999 | 2024-11-01T06:07:09.828Z | Downloaded static_assertions v1.1.0 |
1000 | 2024-11-01T06:07:09.833Z | Downloaded prettyplease v0.2.22 |
1001 | 2024-11-01T06:07:09.835Z | Downloaded powerfmt v0.2.0 |
1002 | 2024-11-01T06:07:09.835Z | Downloaded der v0.7.9 |
1003 | 2024-11-01T06:07:09.838Z | Downloaded typify-macro v0.2.0 |
1004 | 2024-11-01T06:07:09.841Z | Downloaded fatfs v0.3.6 |
1005 | 2024-11-01T06:07:09.843Z | Downloaded tokio-tungstenite v0.24.0 |
1006 | 2024-11-01T06:07:09.845Z | Downloaded tokio-tungstenite v0.23.1 |
1007 | 2024-11-01T06:07:09.848Z | Downloaded tokio-tungstenite v0.21.0 |
1008 | 2024-11-01T06:07:09.850Z | Downloaded shell-words v1.1.0 |
1009 | 2024-11-01T06:07:09.851Z | Downloaded minimal-lexical v0.2.1 |
1010 | 2024-11-01T06:07:09.855Z | Downloaded password-hash v0.4.2 |
1011 | 2024-11-01T06:07:09.858Z | Downloaded ecdsa v0.16.9 |
1012 | 2024-11-01T06:07:09.860Z | Downloaded supports-color v3.0.1 |
1013 | 2024-11-01T06:07:09.860Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1014 | 2024-11-01T06:07:09.921Z | Downloaded ssh-encoding v0.2.0 |
1015 | 2024-11-01T06:07:09.923Z | Downloaded ssh-cipher v0.2.0 |
1016 | 2024-11-01T06:07:09.925Z | Downloaded crossbeam-channel v0.5.13 |
1017 | 2024-11-01T06:07:09.928Z | Downloaded salsa20 v0.10.2 |
1018 | 2024-11-01T06:07:09.930Z | Downloaded ref-cast v1.0.23 |
1019 | 2024-11-01T06:07:09.933Z | Downloaded polyval v0.6.2 |
1020 | 2024-11-01T06:07:09.933Z | Downloaded futures-task v0.3.31 |
1021 | 2024-11-01T06:07:09.936Z | Downloaded des v0.8.1 |
1022 | 2024-11-01T06:07:09.936Z | Downloaded yasna v0.5.2 |
1023 | 2024-11-01T06:07:09.938Z | Downloaded whoami v1.5.2 |
1024 | 2024-11-01T06:07:09.941Z | Downloaded typify v0.2.0 |
1025 | 2024-11-01T06:07:09.944Z | Downloaded strip-ansi-escapes v0.2.0 |
1026 | 2024-11-01T06:07:09.944Z | Downloaded rsa v0.9.6 |
1027 | 2024-11-01T06:07:09.948Z | Downloaded predicates-tree v1.0.11 |
1028 | 2024-11-01T06:07:09.950Z | Downloaded tls_codec v0.4.1 |
1029 | 2024-11-01T06:07:09.953Z | Downloaded tracing-core v0.1.32 |
1030 | 2024-11-01T06:07:09.956Z | Downloaded sync_wrapper v0.1.2 |
1031 | 2024-11-01T06:07:09.956Z | Downloaded ed25519 v2.2.3 |
1032 | 2024-11-01T06:07:09.956Z | Downloaded chacha20poly1305 v0.10.1 |
1033 | 2024-11-01T06:07:09.958Z | Downloaded samael v0.0.17 |
1034 | 2024-11-01T06:07:09.963Z | Downloaded vsss-rs v3.3.4 |
1035 | 2024-11-01T06:07:09.966Z | Downloaded hyper-util v0.1.9 |
1036 | 2024-11-01T06:07:09.970Z | Downloaded tls_codec_derive v0.4.1 |
1037 | 2024-11-01T06:07:09.973Z | Downloaded structmeta v0.3.0 |
1038 | 2024-11-01T06:07:09.973Z | Downloaded structmeta v0.2.0 |
1039 | 2024-11-01T06:07:09.976Z | Downloaded stringprep v0.1.5 |
1040 | 2024-11-01T06:07:09.976Z | Downloaded rusty-fork v0.3.0 |
1041 | 2024-11-01T06:07:09.978Z | Downloaded peg-macros v0.8.4 |
1042 | 2024-11-01T06:07:09.981Z | Downloaded peg v0.8.4 |
1043 | 2024-11-01T06:07:09.984Z | Downloaded globset v0.4.15 |
1044 | 2024-11-01T06:07:09.984Z | Downloaded glob v0.3.1 |
1045 | 2024-11-01T06:07:09.986Z | Downloaded uuid v1.10.0 |
1046 | 2024-11-01T06:07:09.989Z | Downloaded base64 v0.21.7 |
1047 | 2024-11-01T06:07:09.992Z | Downloaded darling_core v0.20.10 |
1048 | 2024-11-01T06:07:09.997Z | Downloaded base64 v0.22.1 |
1049 | 2024-11-01T06:07:10.000Z | Downloaded serde-hex v0.1.0 |
1050 | 2024-11-01T06:07:10.002Z | Downloaded rtoolbox v0.0.2 |
1051 | 2024-11-01T06:07:10.005Z | Downloaded quick-error v1.2.3 |
1052 | 2024-11-01T06:07:10.005Z | Downloaded tokio-stream v0.1.16 |
1053 | 2024-11-01T06:07:10.009Z | Downloaded http v1.1.0 |
1054 | 2024-11-01T06:07:10.012Z | Downloaded native-tls v0.2.12 |
1055 | 2024-11-01T06:07:10.016Z | Downloaded progenitor v0.8.0 |
1056 | 2024-11-01T06:07:10.016Z | Downloaded proc-macro-crate v1.3.1 |
1057 | 2024-11-01T06:07:10.018Z | Downloaded aes-gcm v0.10.3 |
1058 | 2024-11-01T06:07:10.022Z | Downloaded tokio-rustls v0.25.0 |
1059 | 2024-11-01T06:07:10.024Z | Downloaded strum_macros v0.26.4 |
1060 | 2024-11-01T06:07:10.028Z | Downloaded spki v0.7.3 |
1061 | 2024-11-01T06:07:10.030Z | Downloaded crc-any v2.5.0 |
1062 | 2024-11-01T06:07:10.030Z | Downloaded crc32fast v1.4.2 |
1063 | 2024-11-01T06:07:10.033Z | Downloaded cookie v0.18.1 |
1064 | 2024-11-01T06:07:10.035Z | Downloaded clang-sys v1.8.1 |
1065 | 2024-11-01T06:07:10.037Z | Downloaded jobserver v0.1.32 |
1066 | 2024-11-01T06:07:10.040Z | Downloaded memoffset v0.9.1 |
1067 | 2024-11-01T06:07:10.040Z | Downloaded const_format v0.2.33 |
1068 | 2024-11-01T06:07:10.044Z | Downloaded base64 v0.13.1 |
1069 | 2024-11-01T06:07:10.047Z | Downloaded backtrace v0.3.74 |
1070 | 2024-11-01T06:07:10.052Z | Downloaded arc-swap v1.7.1 |
1071 | 2024-11-01T06:07:10.057Z | Downloaded cc v1.1.30 |
1072 | 2024-11-01T06:07:10.061Z | Downloaded csv-core v0.1.11 |
1073 | 2024-11-01T06:07:10.063Z | Downloaded thread_local v1.1.8 |
1074 | 2024-11-01T06:07:10.063Z | Downloaded const_format_proc_macros v0.2.33 |
1075 | 2024-11-01T06:07:10.066Z | Downloaded serde_repr v0.1.19 |
1076 | 2024-11-01T06:07:10.068Z | Downloaded serde_plain v1.0.2 |
1077 | 2024-11-01T06:07:10.071Z | Downloaded ipnet v2.10.1 |
1078 | 2024-11-01T06:07:10.071Z | Downloaded console v0.15.8 |
1079 | 2024-11-01T06:07:10.074Z | Downloaded colored v2.1.0 |
1080 | 2024-11-01T06:07:10.076Z | Downloaded async-trait v0.1.83 |
1081 | 2024-11-01T06:07:10.079Z | Downloaded lru-cache v0.1.2 |
1082 | 2024-11-01T06:07:10.082Z | Downloaded libefi-sys v0.1.0 |
1083 | 2024-11-01T06:07:10.082Z | Downloaded md-5 v0.10.6 |
1084 | 2024-11-01T06:07:10.084Z | Downloaded indicatif v0.17.8 |
1085 | 2024-11-01T06:07:10.087Z | Downloaded bit-set v0.5.3 |
1086 | 2024-11-01T06:07:10.089Z | Downloaded backoff v0.4.0 |
1087 | 2024-11-01T06:07:10.091Z | Downloaded bitflags v1.3.2 |
1088 | 2024-11-01T06:07:10.094Z | Downloaded bitfield v0.14.0 |
1089 | 2024-11-01T06:07:10.094Z | Downloaded base16ct v0.2.0 |
1090 | 2024-11-01T06:07:10.096Z | Downloaded managed v0.8.0 |
1091 | 2024-11-01T06:07:10.099Z | Downloaded linear-map v1.2.0 |
1092 | 2024-11-01T06:07:10.099Z | Downloaded kstat-rs v0.2.4 |
1093 | 2024-11-01T06:07:10.101Z | Downloaded cookie_store v0.21.0 |
1094 | 2024-11-01T06:07:10.102Z | Downloaded ahash v0.8.11 |
1095 | 2024-11-01T06:07:10.104Z | Downloaded mockall v0.13.0 |
1096 | 2024-11-01T06:07:10.107Z | Downloaded lazy_static v1.5.0 |
1097 | 2024-11-01T06:07:10.107Z | Downloaded is-terminal v0.4.13 |
1098 | 2024-11-01T06:07:10.110Z | Downloaded indoc v1.0.9 |
1099 | 2024-11-01T06:07:10.112Z | Downloaded impl-trait-for-tuples v0.2.2 |
1100 | 2024-11-01T06:07:10.112Z | Downloaded humantime v2.1.0 |
1101 | 2024-11-01T06:07:10.115Z | Downloaded crossbeam-utils v0.8.20 |
1102 | 2024-11-01T06:07:10.118Z | Downloaded data-encoding v2.6.0 |
1103 | 2024-11-01T06:07:10.120Z | Downloaded hubpack v0.1.2 |
1104 | 2024-11-01T06:07:10.120Z | Downloaded signal-hook-tokio v0.3.1 |
1105 | 2024-11-01T06:07:10.120Z | Downloaded block-padding v0.3.3 |
1106 | 2024-11-01T06:07:10.123Z | Downloaded bb8 v0.8.5 |
1107 | 2024-11-01T06:07:10.123Z | Downloaded async-stream v0.3.6 |
1108 | 2024-11-01T06:07:10.125Z | Downloaded libsw v3.3.1 |
1109 | 2024-11-01T06:07:10.129Z | Downloaded hubpack_derive v0.1.1 |
1110 | 2024-11-01T06:07:10.129Z | Downloaded http-range v0.1.5 |
1111 | 2024-11-01T06:07:10.129Z | Downloaded ipnetwork v0.20.0 |
1112 | 2024-11-01T06:07:10.132Z | Downloaded hmac v0.12.1 |
1113 | 2024-11-01T06:07:10.132Z | Downloaded base64ct v1.6.0 |
1114 | 2024-11-01T06:07:10.135Z | Downloaded arrayref v0.3.9 |
1115 | 2024-11-01T06:07:10.135Z | Downloaded arrayvec v0.7.6 |
1116 | 2024-11-01T06:07:10.137Z | Downloaded argon2 v0.5.3 |
1117 | 2024-11-01T06:07:10.140Z | Downloaded is_ci v1.2.0 |
1118 | 2024-11-01T06:07:10.142Z | Downloaded bitfield-struct v0.6.2 |
1119 | 2024-11-01T06:07:10.142Z | Downloaded array-init v0.0.4 |
1120 | 2024-11-01T06:07:10.142Z | Downloaded cassowary v0.3.0 |
1121 | 2024-11-01T06:07:10.145Z | Downloaded aead v0.5.2 |
1122 | 2024-11-01T06:07:10.249Z | Downloaded ring v0.17.8 |
1123 | 2024-11-01T06:07:10.324Z | Downloaded libsqlite3-sys v0.30.1 |
1124 | 2024-11-01T06:07:10.450Z | Downloaded ring v0.16.20 |
1125 | 2024-11-01T06:07:10.731Z | Compiling serde v1.0.210 |
1126 | 2024-11-01T06:07:10.734Z | Compiling typenum v1.17.0 |
1127 | 2024-11-01T06:07:10.734Z | Compiling lock_api v0.4.12 |
1128 | 2024-11-01T06:07:10.734Z | Compiling generic-array v0.14.7 |
1129 | 2024-11-01T06:07:10.734Z | Compiling scopeguard v1.2.0 |
1130 | 2024-11-01T06:07:10.734Z | Compiling subtle v2.6.1 |
1131 | 2024-11-01T06:07:10.734Z | Compiling syn v2.0.79 |
1132 | 2024-11-01T06:07:10.880Z | Compiling getrandom v0.2.15 |
1133 | 2024-11-01T06:07:11.135Z | Compiling rand_core v0.6.4 |
1134 | 2024-11-01T06:07:11.282Z | Compiling value-bag v1.9.0 |
1135 | 2024-11-01T06:07:11.319Z | Compiling const-oid v0.9.6 |
1136 | 2024-11-01T06:07:11.367Z | Compiling pin-project-lite v0.2.14 |
1137 | 2024-11-01T06:07:11.474Z | Compiling smallvec v1.13.2 |
1138 | 2024-11-01T06:07:11.501Z | Compiling jobserver v0.1.32 |
1139 | 2024-11-01T06:07:11.665Z | Compiling parking_lot_core v0.9.10 |
1140 | 2024-11-01T06:07:11.818Z | Compiling log v0.4.22 |
1141 | 2024-11-01T06:07:11.916Z | Compiling shlex v1.3.0 |
1142 | 2024-11-01T06:07:11.935Z | Compiling futures-core v0.3.31 |
1143 | 2024-11-01T06:07:12.200Z | Compiling cc v1.1.30 |
1144 | 2024-11-01T06:07:12.312Z | Compiling signal-hook-registry v1.4.2 |
1145 | 2024-11-01T06:07:12.491Z | Compiling mio v1.0.2 |
1146 | 2024-11-01T06:07:12.724Z | Compiling parking_lot v0.12.3 |
1147 | 2024-11-01T06:07:12.912Z | Compiling cpufeatures v0.2.14 |
1148 | 2024-11-01T06:07:13.023Z | Compiling futures-sink v0.3.31 |
1149 | 2024-11-01T06:07:13.151Z | Compiling spin v0.9.8 |
1150 | 2024-11-01T06:07:13.178Z | Compiling socket2 v0.5.7 |
1151 | 2024-11-01T06:07:13.382Z | Compiling slab v0.4.9 |
1152 | 2024-11-01T06:07:13.585Z | Compiling serde_json v1.0.128 |
1153 | 2024-11-01T06:07:13.657Z | Compiling futures-channel v0.3.31 |
1154 | 2024-11-01T06:07:13.697Z | Compiling pin-utils v0.1.0 |
1155 | 2024-11-01T06:07:13.739Z | Compiling futures-task v0.3.31 |
1156 | 2024-11-01T06:07:13.789Z | Compiling futures-io v0.3.31 |
1157 | 2024-11-01T06:07:13.941Z | Compiling tinyvec_macros v0.1.1 |
1158 | 2024-11-01T06:07:14.038Z | Compiling foldhash v0.1.3 |
1159 | 2024-11-01T06:07:14.060Z | Compiling allocator-api2 v0.2.18 |
1160 | 2024-11-01T06:07:14.060Z | Compiling tinyvec v1.8.0 |
1161 | 2024-11-01T06:07:14.097Z | Compiling libm v0.2.8 |
1162 | 2024-11-01T06:07:14.134Z | Compiling num-traits v0.2.19 |
1163 | 2024-11-01T06:07:14.181Z | Compiling unicode-bidi v0.3.17 |
1164 | 2024-11-01T06:07:14.322Z | Compiling base64ct v1.6.0 |
1165 | 2024-11-01T06:07:14.654Z | Compiling httparse v1.9.5 |
1166 | 2024-11-01T06:07:14.824Z | Compiling hashbrown v0.15.0 |
1167 | 2024-11-01T06:07:14.920Z | Compiling pem-rfc7468 v0.7.0 |
1168 | 2024-11-01T06:07:15.401Z | Compiling flagset v0.4.6 |
1169 | 2024-11-01T06:07:15.537Z | Compiling unicode-normalization v0.1.24 |
1170 | 2024-11-01T06:07:15.687Z | Compiling tracing-core v0.1.32 |
1171 | 2024-11-01T06:07:15.714Z | Compiling crossbeam-utils v0.8.20 |
1172 | 2024-11-01T06:07:15.863Z | Compiling rustls-pki-types v1.9.0 |
1173 | 2024-11-01T06:07:16.248Z | Compiling percent-encoding v2.3.1 |
1174 | 2024-11-01T06:07:16.269Z | Compiling ring v0.17.8 |
1175 | 2024-11-01T06:07:16.616Z | Compiling vcpkg v0.2.15 |
1176 | 2024-11-01T06:07:16.645Z | Compiling pkg-config v0.3.31 |
1177 | 2024-11-01T06:07:16.996Z | Compiling time-core v0.1.2 |
1178 | 2024-11-01T06:07:17.067Z | Compiling untrusted v0.9.0 |
1179 | 2024-11-01T06:07:17.086Z | Compiling num-conv v0.1.0 |
1180 | 2024-11-01T06:07:17.164Z | Compiling powerfmt v0.2.0 |
1181 | 2024-11-01T06:07:17.364Z | Compiling time-macros v0.2.18 |
1182 | 2024-11-01T06:07:17.551Z | Compiling deranged v0.3.11 |
1183 | 2024-11-01T06:07:17.668Z | Compiling num_threads v0.1.7 |
1184 | 2024-11-01T06:07:17.802Z | Compiling atomic-waker v1.1.2 |
1185 | 2024-11-01T06:07:17.991Z | Compiling form_urlencoded v1.2.1 |
1186 | 2024-11-01T06:07:18.096Z | Compiling try-lock v0.2.5 |
1187 | 2024-11-01T06:07:18.241Z | Compiling slog v2.7.0 |
1188 | 2024-11-01T06:07:18.308Z | Compiling rustix v0.38.37 |
1189 | 2024-11-01T06:07:18.479Z | Compiling want v0.3.1 |
1190 | 2024-11-01T06:07:18.582Z | Compiling openssl-sys v0.9.103 |
1191 | 2024-11-01T06:07:18.757Z | Compiling httpdate v1.0.3 |
1192 | 2024-11-01T06:07:19.185Z | Compiling idna v0.5.0 |
1193 | 2024-11-01T06:07:19.215Z | Compiling rustversion v1.0.17 |
1194 | 2024-11-01T06:07:19.399Z | Compiling tower-service v0.3.3 |
1195 | 2024-11-01T06:07:19.521Z | Compiling foreign-types-shared v0.1.1 |
1196 | 2024-11-01T06:07:19.554Z | Compiling iana-time-zone v0.1.61 |
1197 | 2024-11-01T06:07:19.632Z | Compiling match_cfg v0.1.0 |
1198 | 2024-11-01T06:07:19.723Z | Compiling base64 v0.22.1 |
1199 | 2024-11-01T06:07:19.743Z | Compiling openssl v0.10.66 |
1200 | 2024-11-01T06:07:19.994Z | Compiling hostname v0.3.1 |
1201 | 2024-11-01T06:07:20.184Z | Compiling url v2.5.2 |
1202 | 2024-11-01T06:07:20.226Z | Compiling foreign-types v0.3.2 |
1203 | 2024-11-01T06:07:20.325Z | Compiling dirs-sys-next v0.1.2 |
1204 | 2024-11-01T06:07:20.426Z | Compiling time v0.3.36 |
1205 | 2024-11-01T06:07:20.463Z | Compiling aho-corasick v1.1.3 |
1206 | 2024-11-01T06:07:20.717Z | Compiling rustls v0.22.4 |
1207 | 2024-11-01T06:07:20.973Z | Compiling adler2 v2.0.0 |
1208 | 2024-11-01T06:07:20.999Z | Compiling syn v1.0.109 |
1209 | 2024-11-01T06:07:21.182Z | Compiling data-encoding v2.6.0 |
1210 | 2024-11-01T06:07:21.290Z | Compiling native-tls v0.2.12 |
1211 | 2024-11-01T06:07:21.606Z | Compiling regex-syntax v0.8.5 |
1212 | 2024-11-01T06:07:21.625Z | Compiling siphasher v0.3.11 |
1213 | 2024-11-01T06:07:21.958Z | Compiling rustls v0.23.14 |
1214 | 2024-11-01T06:07:22.104Z | Compiling miniz_oxide v0.8.0 |
1215 | 2024-11-01T06:07:22.228Z | Compiling dirs-next v2.0.0 |
1216 | 2024-11-01T06:07:23.355Z | Compiling serde_derive_internals v0.29.1 |
1217 | 2024-11-01T06:07:23.571Z | Compiling crossbeam-epoch v0.9.18 |
1218 | 2024-11-01T06:07:23.778Z | Compiling lazy_static v1.5.0 |
1219 | 2024-11-01T06:07:23.911Z | Compiling thread_local v1.1.8 |
1220 | 2024-11-01T06:07:24.331Z | Compiling cookie v0.18.1 |
1221 | 2024-11-01T06:07:24.468Z | Compiling encoding_rs v0.8.34 |
1222 | 2024-11-01T06:07:24.593Z | Compiling serde_derive v1.0.210 |
1223 | 2024-11-01T06:07:24.616Z | Compiling zeroize_derive v1.4.2 |
1224 | 2024-11-01T06:07:25.355Z | Compiling zerocopy-derive v0.7.35 |
1225 | 2024-11-01T06:07:25.569Z | Compiling tokio-macros v2.4.0 |
1226 | 2024-11-01T06:07:25.937Z | Compiling thiserror-impl v1.0.64 |
1227 | 2024-11-01T06:07:26.128Z | Compiling zeroize v1.8.1 |
1228 | 2024-11-01T06:07:27.178Z | Compiling futures-macro v0.3.31 |
1229 | 2024-11-01T06:07:27.196Z | Compiling der_derive v0.7.3 |
1230 | 2024-11-01T06:07:27.583Z | Compiling zerocopy v0.7.35 |
1231 | 2024-11-01T06:07:27.963Z | Compiling crypto-common v0.1.6 |
1232 | 2024-11-01T06:07:27.999Z | Compiling block-buffer v0.10.4 |
1233 | 2024-11-01T06:07:28.217Z | Compiling digest v0.10.7 |
1234 | 2024-11-01T06:07:28.266Z | Compiling block-padding v0.3.3 |
1235 | 2024-11-01T06:07:28.525Z | Compiling inout v0.1.3 |
1236 | 2024-11-01T06:07:28.748Z | Compiling hmac v0.12.1 |
1237 | 2024-11-01T06:07:28.748Z | Compiling cipher v0.4.4 |
1238 | 2024-11-01T06:07:28.804Z | Compiling sha2 v0.10.8 |
1239 | 2024-11-01T06:07:28.997Z | Compiling tracing-attributes v0.1.27 |
1240 | 2024-11-01T06:07:29.057Z | Compiling thiserror v1.0.64 |
1241 | 2024-11-01T06:07:29.114Z | Compiling futures-util v0.3.31 |
1242 | 2024-11-01T06:07:29.207Z | Compiling ppv-lite86 v0.2.20 |
1243 | 2024-11-01T06:07:29.261Z | Compiling salsa20 v0.10.2 |
1244 | 2024-11-01T06:07:29.309Z | Compiling pest v2.7.14 |
1245 | 2024-11-01T06:07:29.496Z | Compiling pbkdf2 v0.12.2 |
1246 | 2024-11-01T06:07:29.546Z | Compiling der v0.7.9 |
1247 | 2024-11-01T06:07:29.674Z | Compiling scrypt v0.11.0 |
1248 | 2024-11-01T06:07:30.086Z | Compiling rand_chacha v0.3.1 |
1249 | 2024-11-01T06:07:30.251Z | Compiling aes v0.8.4 |
1250 | 2024-11-01T06:07:32.397Z | Compiling spki v0.7.3 |
1251 | 2024-11-01T06:07:32.426Z | Compiling rand v0.8.5 |
1252 | 2024-11-01T06:07:32.472Z | Compiling pest_meta v2.7.14 |
1253 | 2024-11-01T06:07:32.609Z | Compiling tracing v0.1.40 |
1254 | 2024-11-01T06:07:32.768Z | Compiling cbc v0.1.2 |
1255 | 2024-11-01T06:07:32.983Z | Compiling scroll_derive v0.12.0 |
1256 | 2024-11-01T06:07:33.007Z | Compiling pkcs5 v0.7.1 |
1257 | 2024-11-01T06:07:33.130Z | Compiling rustls-webpki v0.102.8 |
1258 | 2024-11-01T06:07:33.133Z | Compiling openssl-macros v0.1.1 |
1259 | 2024-11-01T06:07:33.887Z | Compiling pest_generator v2.7.14 |
1260 | 2024-11-01T06:07:34.187Z | Compiling pkcs8 v0.10.2 |
1261 | 2024-11-01T06:07:34.476Z | Compiling scroll v0.12.0 |
1262 | 2024-11-01T06:07:34.645Z | Compiling async-trait v0.1.83 |
1263 | 2024-11-01T06:07:34.893Z | Compiling signature v2.2.0 |
1264 | 2024-11-01T06:07:35.055Z | Compiling goblin v0.8.2 |
1265 | 2024-11-01T06:07:35.133Z | Compiling sha1 v0.10.6 |
1266 | 2024-11-01T06:07:35.189Z | Compiling regex-automata v0.4.8 |
1267 | 2024-11-01T06:07:35.553Z | Compiling multer v3.1.0 |
1268 | 2024-11-01T06:07:35.580Z | Compiling gimli v0.31.1 |
1269 | 2024-11-01T06:07:35.806Z | Compiling mime v0.3.17 |
1270 | 2024-11-01T06:07:35.846Z | Compiling ipnet v2.10.1 |
1271 | 2024-11-01T06:07:36.439Z | Compiling either v1.13.0 |
1272 | 2024-11-01T06:07:36.886Z | Compiling schemars v0.8.21 |
1273 | 2024-11-01T06:07:37.088Z | Compiling rayon-core v1.12.1 |
1274 | 2024-11-01T06:07:37.234Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-11-01T06:07:37.303Z | Compiling pest_derive v2.7.14 |
1276 | 2024-11-01T06:07:37.372Z | Compiling signal-hook v0.3.17 |
1277 | 2024-11-01T06:07:37.415Z | Compiling unicode-properties v0.1.3 |
1278 | 2024-11-01T06:07:37.606Z | Compiling paste v1.0.15 |
1279 | 2024-11-01T06:07:37.640Z | Compiling slog-async v2.8.0 |
1280 | 2024-11-01T06:07:37.797Z | Compiling stringprep v0.1.5 |
1281 | 2024-11-01T06:07:38.080Z | Compiling dtrace-parser v0.2.0 |
1282 | 2024-11-01T06:07:38.298Z | Compiling futures-executor v0.3.31 |
1283 | 2024-11-01T06:07:38.833Z | Compiling bytes v1.7.2 |
1284 | 2024-11-01T06:07:38.928Z | Compiling indexmap v2.6.0 |
1285 | 2024-11-01T06:07:40.086Z | Compiling tokio v1.40.0 |
1286 | 2024-11-01T06:07:40.126Z | Compiling http v1.1.0 |
1287 | 2024-11-01T06:07:40.497Z | Compiling bitflags v2.6.0 |
1288 | 2024-11-01T06:07:40.735Z | Compiling semver v1.0.23 |
1289 | 2024-11-01T06:07:40.961Z | Compiling dof v0.3.0 |
1290 | 2024-11-01T06:07:41.493Z | Compiling rustc_version v0.4.1 |
1291 | 2024-11-01T06:07:41.940Z | Compiling http-body v1.0.1 |
1292 | 2024-11-01T06:07:42.267Z | Compiling serde_spanned v0.6.8 |
1293 | 2024-11-01T06:07:42.514Z | Compiling serde_tokenstream v0.2.2 |
1294 | 2024-11-01T06:07:42.636Z | Compiling uuid v1.10.0 |
1295 | 2024-11-01T06:07:43.037Z | Compiling toml_datetime v0.6.8 |
1296 | 2024-11-01T06:07:43.152Z | Compiling usdt-impl v0.5.0 |
1297 | 2024-11-01T06:07:43.603Z | Compiling chrono v0.4.38 |
1298 | 2024-11-01T06:07:44.113Z | Compiling heapless v0.7.17 |
1299 | 2024-11-01T06:07:44.563Z | Compiling http-body-util v0.1.2 |
1300 | 2024-11-01T06:07:45.067Z | Compiling usdt-macro v0.5.0 |
1301 | 2024-11-01T06:07:45.088Z | Compiling usdt-attr-macro v0.5.0 |
1302 | 2024-11-01T06:07:46.617Z | Compiling toml_edit v0.22.22 |
1303 | 2024-11-01T06:07:46.717Z | Compiling curve25519-dalek v4.1.3 |
1304 | 2024-11-01T06:07:47.246Z | Compiling slog-json v2.6.1 |
1305 | 2024-11-01T06:07:47.305Z | Compiling addr2line v0.24.2 |
1306 | 2024-11-01T06:07:47.416Z | Compiling serde_urlencoded v0.7.1 |
1307 | 2024-11-01T06:07:47.609Z | Compiling md-5 v0.10.6 |
1308 | 2024-11-01T06:07:47.871Z | Compiling schemars_derive v0.8.21 |
1309 | 2024-11-01T06:07:47.994Z | Compiling async-stream-impl v0.3.6 |
1310 | 2024-11-01T06:07:48.046Z | Compiling enum-as-inner v0.6.1 |
1311 | 2024-11-01T06:07:49.111Z | Compiling tokio-util v0.7.12 |
1312 | 2024-11-01T06:07:49.358Z | Compiling crossbeam-deque v0.8.5 |
1313 | 2024-11-01T06:07:49.686Z | Compiling term v0.7.0 |
1314 | 2024-11-01T06:07:50.493Z | Compiling h2 v0.4.6 |
1315 | 2024-11-01T06:07:51.740Z | Compiling crossbeam-channel v0.5.13 |
1316 | 2024-11-01T06:07:51.774Z | Compiling num-integer v0.1.46 |
1317 | 2024-11-01T06:07:52.576Z | Compiling rustls-pemfile v2.2.0 |
1318 | 2024-11-01T06:07:52.844Z | Compiling idna v0.3.0 |
1319 | 2024-11-01T06:07:52.933Z | Compiling idna v0.4.0 |
1320 | 2024-11-01T06:07:53.253Z | Compiling hash32 v0.2.1 |
1321 | 2024-11-01T06:07:53.642Z | Compiling ff v0.13.0 |
1322 | 2024-11-01T06:07:53.876Z | Compiling is-terminal v0.4.13 |
1323 | 2024-11-01T06:07:54.017Z | Compiling object v0.36.5 |
1324 | 2024-11-01T06:07:54.469Z | Compiling dropshot v0.12.0 |
1325 | 2024-11-01T06:07:54.513Z | Compiling anyhow v1.0.92 |
1326 | 2024-11-01T06:07:54.690Z | Compiling take_mut v0.2.2 |
1327 | 2024-11-01T06:07:54.759Z | Compiling smoltcp v0.9.1 |
1328 | 2024-11-01T06:07:54.855Z | Compiling utf-8 v0.7.6 |
1329 | 2024-11-01T06:07:55.028Z | Compiling psl-types v2.0.11 |
1330 | 2024-11-01T06:07:55.110Z | Compiling stable_deref_trait v1.2.0 |
1331 | 2024-11-01T06:07:55.161Z | Compiling fallible-iterator v0.2.0 |
1332 | 2024-11-01T06:07:55.226Z | Compiling rustc-demangle v0.1.24 |
1333 | 2024-11-01T06:07:55.228Z | Compiling portable-atomic v1.9.0 |
1334 | 2024-11-01T06:07:55.464Z | Compiling dyn-clone v1.0.17 |
1335 | 2024-11-01T06:07:55.728Z | Compiling num-bigint-dig v0.8.4 |
1336 | 2024-11-01T06:07:55.894Z | Compiling base16ct v0.2.0 |
1337 | 2024-11-01T06:07:56.059Z | Compiling quick-error v1.2.3 |
1338 | 2024-11-01T06:07:56.212Z | Compiling linked-hash-map v0.5.6 |
1339 | 2024-11-01T06:07:56.214Z | Compiling resolv-conf v0.7.0 |
1340 | 2024-11-01T06:07:56.250Z | Compiling sec1 v0.7.3 |
1341 | 2024-11-01T06:07:56.432Z | Compiling postgres-protocol v0.6.7 |
1342 | 2024-11-01T06:07:56.576Z | Compiling lru-cache v0.1.2 |
1343 | 2024-11-01T06:07:56.979Z | Compiling publicsuffix v2.2.3 |
1344 | 2024-11-01T06:07:57.491Z | Compiling tungstenite v0.24.0 |
1345 | 2024-11-01T06:07:57.750Z | Compiling hyper v1.4.1 |
1346 | 2024-11-01T06:07:58.110Z | Compiling slog-term v2.9.1 |
1347 | 2024-11-01T06:07:58.741Z | Compiling usdt v0.5.0 |
1348 | 2024-11-01T06:07:59.253Z | Compiling group v0.13.0 |
1349 | 2024-11-01T06:07:59.316Z | Compiling hickory-proto v0.24.1 |
1350 | 2024-11-01T06:07:59.590Z | Compiling num-iter v0.1.45 |
1351 | 2024-11-01T06:07:59.772Z | Compiling tokio-rustls v0.25.0 |
1352 | 2024-11-01T06:07:59.790Z | Compiling tokio-native-tls v0.3.1 |
1353 | 2024-11-01T06:08:00.072Z | Compiling toml v0.8.19 |
1354 | 2024-11-01T06:08:00.192Z | Compiling hyper-util v0.1.9 |
1355 | 2024-11-01T06:08:01.000Z | Compiling async-stream v0.3.6 |
1356 | 2024-11-01T06:08:01.296Z | Compiling tokio-rustls v0.26.0 |
1357 | 2024-11-01T06:08:01.758Z | Compiling backtrace v0.3.74 |
1358 | 2024-11-01T06:08:01.797Z | Compiling slog-bunyan v2.5.0 |
1359 | 2024-11-01T06:08:02.127Z | Compiling terminal_size v0.4.0 |
1360 | 2024-11-01T06:08:02.155Z | Compiling dropshot_endpoint v0.12.0 |
1361 | 2024-11-01T06:08:02.356Z | Compiling openapiv3 v2.0.0 |
1362 | 2024-11-01T06:08:02.865Z | Compiling futures v0.3.31 |
1363 | 2024-11-01T06:08:02.986Z | Compiling camino v1.1.9 |
1364 | 2024-11-01T06:08:03.329Z | Compiling serde_path_to_error v0.1.16 |
1365 | 2024-11-01T06:08:04.221Z | Compiling hkdf v0.12.4 |
1366 | 2024-11-01T06:08:04.441Z | Compiling crypto-bigint v0.5.5 |
1367 | 2024-11-01T06:08:04.495Z | Compiling curve25519-dalek-derive v0.1.1 |
1368 | 2024-11-01T06:08:04.808Z | Compiling hubpack_derive v0.1.1 |
1369 | 2024-11-01T06:08:05.134Z | Compiling zerocopy-derive v0.6.6 |
1370 | 2024-11-01T06:08:05.167Z | Compiling phf_shared v0.11.2 |
1371 | 2024-11-01T06:08:05.573Z | Compiling waitgroup v0.1.2 |
1372 | 2024-11-01T06:08:05.722Z | Compiling webpki-roots v0.26.6 |
1373 | 2024-11-01T06:08:05.839Z | Compiling hostname v0.4.0 |
1374 | 2024-11-01T06:08:05.946Z | Compiling ahash v0.8.11 |
1375 | 2024-11-01T06:08:06.031Z | Compiling fs-err v2.11.0 |
1376 | 2024-11-01T06:08:06.108Z | Compiling winnow v0.5.40 |
1377 | 2024-11-01T06:08:06.293Z | Compiling debug-ignore v1.0.5 |
1378 | 2024-11-01T06:08:06.335Z | Compiling managed v0.8.0 |
1379 | 2024-11-01T06:08:06.447Z | Compiling bitflags v1.3.2 |
1380 | 2024-11-01T06:08:06.555Z | Compiling clap_builder v4.5.20 |
1381 | 2024-11-01T06:08:06.970Z | Compiling console v0.15.8 |
1382 | 2024-11-01T06:08:07.266Z | Compiling zerocopy v0.6.6 |
1383 | 2024-11-01T06:08:08.197Z | Compiling elliptic-curve v0.13.8 |
1384 | 2024-11-01T06:08:08.525Z | Compiling strum_macros v0.25.3 |
1385 | 2024-11-01T06:08:09.060Z | Compiling hyper-rustls v0.27.3 |
1386 | 2024-11-01T06:08:09.526Z | Compiling hubpack v0.1.2 |
1387 | 2024-11-01T06:08:09.674Z | Compiling toml_edit v0.19.15 |
1388 | 2024-11-01T06:08:09.960Z | Compiling phf v0.11.2 |
1389 | 2024-11-01T06:08:09.998Z | Compiling hickory-resolver v0.24.1 |
1390 | 2024-11-01T06:08:10.279Z | Compiling signal-hook-mio v0.2.4 |
1391 | 2024-11-01T06:08:10.451Z | Compiling hyper-tls v0.6.0 |
1392 | 2024-11-01T06:08:10.902Z | Compiling cookie_store v0.21.0 |
1393 | 2024-11-01T06:08:11.639Z | Compiling rayon v1.10.0 |
1394 | 2024-11-01T06:08:12.470Z | Compiling tokio-tungstenite v0.24.0 |
1395 | 2024-11-01T06:08:13.009Z | Compiling postgres-types v0.2.8 |
1396 | 2024-11-01T06:08:15.550Z | Compiling tokio-stream v0.1.16 |
1397 | 2024-11-01T06:08:15.891Z | Compiling regex v1.11.0 |
1398 | 2024-11-01T06:08:15.989Z | Compiling bstr v1.10.0 |
1399 | 2024-11-01T06:08:16.387Z | Compiling serde-big-array v0.5.1 |
1400 | 2024-11-01T06:08:16.509Z | Compiling ed25519 v2.2.3 |
1401 | 2024-11-01T06:08:16.621Z | Compiling pkcs1 v0.7.5 |
1402 | 2024-11-01T06:08:16.656Z | Compiling rfc6979 v0.4.0 |
1403 | 2024-11-01T06:08:16.847Z | Compiling derive-where v1.2.7 |
1404 | 2024-11-01T06:08:16.989Z | Compiling clap_derive v4.5.18 |
1405 | 2024-11-01T06:08:17.075Z | Compiling serde_repr v0.1.19 |
1406 | 2024-11-01T06:08:17.414Z | Compiling phf_shared v0.10.0 |
1407 | 2024-11-01T06:08:17.557Z | Compiling float-cmp v0.9.0 |
1408 | 2024-11-01T06:08:17.766Z | Compiling sync_wrapper v1.0.1 |
1409 | 2024-11-01T06:08:17.787Z | Compiling crc32fast v1.4.2 |
1410 | 2024-11-01T06:08:17.832Z | Compiling whoami v1.5.2 |
1411 | 2024-11-01T06:08:17.926Z | Compiling fixedbitset v0.4.2 |
1412 | 2024-11-01T06:08:18.133Z | Compiling static_assertions v1.1.0 |
1413 | 2024-11-01T06:08:18.233Z | Compiling unicode-segmentation v1.12.0 |
1414 | 2024-11-01T06:08:18.253Z | Compiling bit-vec v0.6.3 |
1415 | 2024-11-01T06:08:18.324Z | Compiling precomputed-hash v0.1.1 |
1416 | 2024-11-01T06:08:18.402Z | Compiling difflib v0.4.0 |
1417 | 2024-11-01T06:08:18.435Z | Compiling new_debug_unreachable v1.0.6 |
1418 | 2024-11-01T06:08:18.454Z | Compiling number_prefix v0.4.0 |
1419 | 2024-11-01T06:08:18.527Z | Compiling minimal-lexical v0.2.1 |
1420 | 2024-11-01T06:08:18.666Z | Compiling predicates-core v1.0.8 |
1421 | 2024-11-01T06:08:18.742Z | Compiling normalize-line-endings v0.3.0 |
1422 | 2024-11-01T06:08:18.880Z | Compiling predicates v3.1.2 |
1423 | 2024-11-01T06:08:19.030Z | Compiling nom v7.1.3 |
1424 | 2024-11-01T06:08:19.030Z | Compiling similar v2.6.0 |
1425 | 2024-11-01T06:08:19.100Z | Compiling bit-set v0.5.3 |
1426 | 2024-11-01T06:08:19.397Z | Compiling indicatif v0.17.8 |
1427 | 2024-11-01T06:08:19.961Z | Compiling string_cache v0.8.7 |
1428 | 2024-11-01T06:08:20.205Z | Compiling qorb v0.2.0 |
1429 | 2024-11-01T06:08:20.431Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1430 | 2024-11-01T06:08:20.608Z | Compiling petgraph v0.6.5 |
1431 | 2024-11-01T06:08:21.445Z | Compiling tokio-postgres v0.7.12 |
1432 | 2024-11-01T06:08:21.528Z | Compiling flate2 v1.0.34 |
1433 | 2024-11-01T06:08:21.732Z | Compiling clap v4.5.20 |
1434 | 2024-11-01T06:08:21.853Z | Compiling reqwest v0.12.8 |
1435 | 2024-11-01T06:08:22.532Z | Compiling rsa v0.9.6 |
1436 | 2024-11-01T06:08:22.797Z | Compiling ecdsa v0.16.9 |
1437 | 2024-11-01T06:08:23.678Z | Compiling ed25519-dalek v2.1.1 |
1438 | 2024-11-01T06:08:24.686Z | Compiling toml v0.7.8 |
1439 | 2024-11-01T06:08:25.000Z | Compiling crossterm v0.28.1 |
1440 | 2024-11-01T06:08:26.828Z | Compiling hex v0.4.3 |
1441 | 2024-11-01T06:08:27.056Z | Compiling itertools v0.12.1 |
1442 | 2024-11-01T06:08:27.133Z | Compiling itertools v0.10.5 |
1443 | 2024-11-01T06:08:27.291Z | Compiling x509-cert v0.2.5 |
1444 | 2024-11-01T06:08:27.422Z | Compiling peg-runtime v0.8.3 |
1445 | 2024-11-01T06:08:27.447Z | Compiling lalrpop-util v0.19.12 |
1446 | 2024-11-01T06:08:27.818Z | Compiling unicode-xid v0.2.6 |
1447 | 2024-11-01T06:08:28.008Z | Compiling xattr v1.3.1 |
1448 | 2024-11-01T06:08:28.086Z | Compiling strum_macros v0.26.4 |
1449 | 2024-11-01T06:08:28.283Z | Compiling filetime v0.2.25 |
1450 | 2024-11-01T06:08:28.616Z | Compiling tar v0.4.42 |
1451 | 2024-11-01T06:08:31.502Z | Compiling strum v0.26.3 |
1452 | 2024-11-01T06:08:31.602Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1453 | 2024-11-01T06:08:31.851Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1454 | 2024-11-01T06:08:37.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1455 | 2024-11-01T06:08:37.498Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1456 | 2024-11-01T06:08:37.545Z | Nov 01 06:08:35.857 INFO Starting download, target: Clickhouse |
1457 | 2024-11-01T06:08:37.545Z | Nov 01 06:08:35.857 INFO Starting download, target: Cockroach |
1458 | 2024-11-01T06:08:37.545Z | Nov 01 06:08:35.857 INFO Starting download, target: Console |
1459 | 2024-11-01T06:08:37.548Z | Nov 01 06:08:35.857 INFO Starting download, target: DendriteOpenapi |
1460 | 2024-11-01T06:08:37.548Z | Nov 01 06:08:35.857 INFO Starting download, target: DendriteStub |
1461 | 2024-11-01T06:08:37.548Z | Nov 01 06:08:35.857 INFO Starting download, target: MaghemiteMgd |
1462 | 2024-11-01T06:08:37.548Z | Nov 01 06:08:35.857 INFO Starting download, target: TransceiverControl |
1463 | 2024-11-01T06:08:37.548Z | Nov 01 06:08:35.858 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1464 | 2024-11-01T06:08:37.548Z | Nov 01 06:08:35.858 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1465 | 2024-11-01T06:08:37.548Z | Nov 01 06:08:35.858 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1466 | 2024-11-01T06:08:37.548Z | Nov 01 06:08:35.858 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1467 | 2024-11-01T06:08:37.548Z | Nov 01 06:08:35.858 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1468 | 2024-11-01T06:08:37.548Z | Nov 01 06:08:35.858 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1469 | 2024-11-01T06:08:37.548Z | Nov 01 06:08:35.858 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1470 | 2024-11-01T06:08:37.801Z | Nov 01 06:08:36.113 INFO Download complete, target: DendriteOpenapi |
1471 | 2024-11-01T06:08:38.089Z | Nov 01 06:08:36.383 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1472 | 2024-11-01T06:08:38.225Z | Nov 01 06:08:36.534 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1473 | 2024-11-01T06:08:38.527Z | Nov 01 06:08:36.838 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1474 | 2024-11-01T06:08:38.549Z | Nov 01 06:08:36.850 INFO Download complete, target: Console |
1475 | 2024-11-01T06:08:38.691Z | Nov 01 06:08:37.002 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1476 | 2024-11-01T06:08:38.773Z | Nov 01 06:08:37.083 INFO Download complete, target: TransceiverControl |
1477 | 2024-11-01T06:08:39.351Z | Nov 01 06:08:37.663 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1478 | 2024-11-01T06:08:39.351Z | Nov 01 06:08:37.663 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1479 | 2024-11-01T06:08:41.052Z | Nov 01 06:08:39.363 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1480 | 2024-11-01T06:08:41.355Z | Nov 01 06:08:39.666 INFO Download complete, target: DendriteStub |
1481 | 2024-11-01T06:08:41.674Z | Nov 01 06:08:39.986 INFO Download complete, target: MaghemiteMgd |
1482 | 2024-11-01T06:08:46.759Z | Nov 01 06:08:45.070 INFO Checking that binary works, target: Cockroach |
1483 | 2024-11-01T06:08:46.919Z | Nov 01 06:08:45.230 INFO Download complete, target: Cockroach |
1484 | 2024-11-01T06:08:53.216Z | Nov 01 06:08:51.526 INFO Checking that binary works, target: Clickhouse |
1485 | 2024-11-01T06:08:53.373Z | Nov 01 06:08:51.682 INFO Download complete, target: Clickhouse |
1486 | 2024-11-01T06:08:53.393Z | All builder prerequisites installed successfully, and PATH looks valid |
1487 | 2024-11-01T06:08:53.396Z | |
1488 | 2024-11-01T06:08:53.396Z | real 3:52.839964599 |
1489 | 2024-11-01T06:08:53.396Z | user 12:19.048465772 |
1490 | 2024-11-01T06:08:53.397Z | sys 2:42.670477958 |
1491 | 2024-11-01T06:08:53.397Z | trap 0.447442342 |
1492 | 2024-11-01T06:08:53.397Z | tflt 1.282296377 |
1493 | 2024-11-01T06:08:53.397Z | dflt 1.325158521 |
1494 | 2024-11-01T06:08:53.397Z | kflt 0.020690272 |
1495 | 2024-11-01T06:08:53.397Z | lock 22:50.812431642 |
1496 | 2024-11-01T06:08:53.397Z | slp 47:37.263635439 |
1497 | 2024-11-01T06:08:53.397Z | lat 47.830036726 |
1498 | 2024-11-01T06:08:53.397Z | stop 2:02.715789703 |
1499 | 2024-11-01T06:08:53.397Z | + banner hack-check |
1500 | 2024-11-01T06:08:53.400Z | |
1501 | 2024-11-01T06:08:53.400Z | # # ## #### # # #### # # ###### #### # # |
1502 | 2024-11-01T06:08:53.400Z | # # # # # # # # # # # # # # # # # |
1503 | 2024-11-01T06:08:53.400Z | ###### # # # #### ##### # ###### ##### # #### |
1504 | 2024-11-01T06:08:53.400Z | # # ###### # # # # # # # # # # |
1505 | 2024-11-01T06:08:53.400Z | # # # # # # # # # # # # # # # # # |
1506 | 2024-11-01T06:08:53.400Z | # # # # #### # # #### # # ###### #### # # |
1507 | 2024-11-01T06:08:53.400Z | |
1508 | 2024-11-01T06:08:53.400Z | + export CARGO_INCREMENTAL=0 |
1509 | 2024-11-01T06:08:53.400Z | + CARGO_INCREMENTAL=0 |
1510 | 2024-11-01T06:08:53.400Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1511 | 2024-11-01T06:08:53.922Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1512 | 2024-11-01T06:08:57.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
1513 | 2024-11-01T06:08:57.523Z | Running `target/debug/xtask check-features --ci` |
1514 | 2024-11-01T06:08:57.546Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1515 | 2024-11-01T06:08:57.546Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1516 | 2024-11-01T06:08:57.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1517 | 2024-11-01T06:08:58.000Z | Running `target/debug/xtask download cargo-hack` |
1518 | 2024-11-01T06:08:58.795Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1519 | 2024-11-01T06:08:59.172Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1520 | 2024-11-01T06:09:03.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.91s |
1521 | 2024-11-01T06:09:04.089Z | Running `target/debug/xtask-downloader cargo-hack` |
1522 | 2024-11-01T06:09:04.127Z | Nov 01 06:09:02.435 INFO Starting download, target: CargoHack |
1523 | 2024-11-01T06:09:04.129Z | Nov 01 06:09:02.435 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1524 | 2024-11-01T06:09:04.783Z | Nov 01 06:09:03.092 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1525 | 2024-11-01T06:09:04.871Z | Nov 01 06:09:03.180 INFO Download complete, target: CargoHack |
1526 | 2024-11-01T06:09:04.876Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1527 | 2024-11-01T06:09:04.893Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1528 | 2024-11-01T06:09:05.057Z | info: running `cargo check --bins` on api_identity (1/168) |
1529 | 2024-11-01T06:09:05.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-11-01T06:09:05.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-11-01T06:09:05.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-11-01T06:09:05.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1533 | 2024-11-01T06:09:05.627Z | |
1534 | 2024-11-01T06:09:05.627Z | info: running `cargo check --bins` on bootstore (2/168) |
1535 | 2024-11-01T06:09:06.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-11-01T06:09:06.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-11-01T06:09:06.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-11-01T06:09:06.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1539 | 2024-11-01T06:09:06.227Z | |
1540 | 2024-11-01T06:09:06.227Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/168) |
1541 | 2024-11-01T06:09:06.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-11-01T06:09:06.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-11-01T06:09:06.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1544 | 2024-11-01T06:09:06.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1545 | 2024-11-01T06:09:06.841Z | |
1546 | 2024-11-01T06:09:06.841Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168) |
1547 | 2024-11-01T06:09:07.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1548 | 2024-11-01T06:09:07.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1549 | 2024-11-01T06:09:07.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1550 | 2024-11-01T06:09:07.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1551 | 2024-11-01T06:09:07.396Z | |
1552 | 2024-11-01T06:09:07.396Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168) |
1553 | 2024-11-01T06:09:07.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1554 | 2024-11-01T06:09:07.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1555 | 2024-11-01T06:09:07.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1556 | 2024-11-01T06:09:07.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1557 | 2024-11-01T06:09:07.803Z | |
1558 | 2024-11-01T06:09:07.803Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168) |
1559 | 2024-11-01T06:09:08.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1560 | 2024-11-01T06:09:08.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1561 | 2024-11-01T06:09:08.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1562 | 2024-11-01T06:09:08.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1563 | 2024-11-01T06:09:08.216Z | |
1564 | 2024-11-01T06:09:08.216Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168) |
1565 | 2024-11-01T06:09:08.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1566 | 2024-11-01T06:09:08.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1567 | 2024-11-01T06:09:08.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1568 | 2024-11-01T06:09:08.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1569 | 2024-11-01T06:09:08.611Z | |
1570 | 2024-11-01T06:09:08.612Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168) |
1571 | 2024-11-01T06:09:08.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1572 | 2024-11-01T06:09:08.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1573 | 2024-11-01T06:09:08.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1574 | 2024-11-01T06:09:08.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1575 | 2024-11-01T06:09:09.019Z | |
1576 | 2024-11-01T06:09:09.019Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168) |
1577 | 2024-11-01T06:09:09.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1578 | 2024-11-01T06:09:09.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1579 | 2024-11-01T06:09:09.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1580 | 2024-11-01T06:09:09.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1581 | 2024-11-01T06:09:09.435Z | |
1582 | 2024-11-01T06:09:09.435Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168) |
1583 | 2024-11-01T06:09:09.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1584 | 2024-11-01T06:09:09.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1585 | 2024-11-01T06:09:09.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1586 | 2024-11-01T06:09:09.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1587 | 2024-11-01T06:09:09.847Z | |
1588 | 2024-11-01T06:09:09.848Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168) |
1589 | 2024-11-01T06:09:10.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1590 | 2024-11-01T06:09:10.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1591 | 2024-11-01T06:09:10.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1592 | 2024-11-01T06:09:10.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1593 | 2024-11-01T06:09:10.251Z | |
1594 | 2024-11-01T06:09:10.251Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168) |
1595 | 2024-11-01T06:09:10.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1596 | 2024-11-01T06:09:10.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1597 | 2024-11-01T06:09:10.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1598 | 2024-11-01T06:09:10.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1599 | 2024-11-01T06:09:10.664Z | |
1600 | 2024-11-01T06:09:10.664Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168) |
1601 | 2024-11-01T06:09:11.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1602 | 2024-11-01T06:09:11.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1603 | 2024-11-01T06:09:11.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1604 | 2024-11-01T06:09:11.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1605 | 2024-11-01T06:09:11.075Z | |
1606 | 2024-11-01T06:09:11.076Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168) |
1607 | 2024-11-01T06:09:11.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1608 | 2024-11-01T06:09:11.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1609 | 2024-11-01T06:09:11.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1610 | 2024-11-01T06:09:11.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1611 | 2024-11-01T06:09:11.488Z | |
1612 | 2024-11-01T06:09:11.488Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168) |
1613 | 2024-11-01T06:09:11.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1614 | 2024-11-01T06:09:11.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1615 | 2024-11-01T06:09:11.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1616 | 2024-11-01T06:09:11.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1617 | 2024-11-01T06:09:11.908Z | |
1618 | 2024-11-01T06:09:11.908Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168) |
1619 | 2024-11-01T06:09:12.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1620 | 2024-11-01T06:09:12.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1621 | 2024-11-01T06:09:12.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1622 | 2024-11-01T06:09:12.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1623 | 2024-11-01T06:09:12.324Z | |
1624 | 2024-11-01T06:09:12.324Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168) |
1625 | 2024-11-01T06:09:12.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-11-01T06:09:12.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-11-01T06:09:12.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-11-01T06:09:12.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1629 | 2024-11-01T06:09:12.738Z | |
1630 | 2024-11-01T06:09:12.738Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168) |
1631 | 2024-11-01T06:09:13.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-11-01T06:09:13.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-11-01T06:09:13.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-11-01T06:09:13.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1635 | 2024-11-01T06:09:13.152Z | |
1636 | 2024-11-01T06:09:13.152Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168) |
1637 | 2024-11-01T06:09:13.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-11-01T06:09:13.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-11-01T06:09:13.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-11-01T06:09:13.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1641 | 2024-11-01T06:09:13.562Z | |
1642 | 2024-11-01T06:09:13.562Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168) |
1643 | 2024-11-01T06:09:13.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-11-01T06:09:13.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-11-01T06:09:13.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-11-01T06:09:13.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1647 | 2024-11-01T06:09:13.971Z | |
1648 | 2024-11-01T06:09:13.971Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168) |
1649 | 2024-11-01T06:09:14.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-11-01T06:09:14.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-11-01T06:09:14.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-11-01T06:09:14.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1653 | 2024-11-01T06:09:14.382Z | |
1654 | 2024-11-01T06:09:14.382Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168) |
1655 | 2024-11-01T06:09:14.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-11-01T06:09:14.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-11-01T06:09:14.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-11-01T06:09:14.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1659 | 2024-11-01T06:09:14.799Z | |
1660 | 2024-11-01T06:09:14.799Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168) |
1661 | 2024-11-01T06:09:15.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-11-01T06:09:15.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-11-01T06:09:15.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-11-01T06:09:15.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1665 | 2024-11-01T06:09:15.221Z | |
1666 | 2024-11-01T06:09:15.222Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168) |
1667 | 2024-11-01T06:09:15.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-11-01T06:09:15.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-11-01T06:09:15.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-11-01T06:09:15.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1671 | 2024-11-01T06:09:15.732Z | |
1672 | 2024-11-01T06:09:15.732Z | info: running `cargo check --bins` on sled-hardware-types (25/168) |
1673 | 2024-11-01T06:09:16.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-11-01T06:09:16.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-11-01T06:09:16.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-11-01T06:09:16.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1677 | 2024-11-01T06:09:16.246Z | |
1678 | 2024-11-01T06:09:16.246Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/168) |
1679 | 2024-11-01T06:09:16.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-11-01T06:09:16.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-11-01T06:09:16.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-11-01T06:09:16.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1683 | 2024-11-01T06:09:16.837Z | |
1684 | 2024-11-01T06:09:16.837Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168) |
1685 | 2024-11-01T06:09:17.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-11-01T06:09:17.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-11-01T06:09:17.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-11-01T06:09:17.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1689 | 2024-11-01T06:09:17.438Z | |
1690 | 2024-11-01T06:09:17.438Z | info: running `cargo check --bins` on oxlog (28/168) |
1691 | 2024-11-01T06:09:17.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-11-01T06:09:17.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-11-01T06:09:18.021Z | Checking cfg-if v1.0.0 |
1694 | 2024-11-01T06:09:18.024Z | Checking libc v0.2.161 |
1695 | 2024-11-01T06:09:18.123Z | Checking serde v1.0.210 |
1696 | 2024-11-01T06:09:18.126Z | Checking zeroize v1.8.1 |
1697 | 2024-11-01T06:09:18.140Z | Checking memchr v2.7.4 |
1698 | 2024-11-01T06:09:18.151Z | Checking typenum v1.17.0 |
1699 | 2024-11-01T06:09:18.153Z | Checking scopeguard v1.2.0 |
1700 | 2024-11-01T06:09:18.163Z | Checking subtle v2.6.1 |
1701 | 2024-11-01T06:09:18.184Z | Checking value-bag v1.9.0 |
1702 | 2024-11-01T06:09:18.299Z | Checking lock_api v0.4.12 |
1703 | 2024-11-01T06:09:18.380Z | Checking const-oid v0.9.6 |
1704 | 2024-11-01T06:09:18.434Z | Checking itoa v1.0.11 |
1705 | 2024-11-01T06:09:18.585Z | Checking log v0.4.22 |
1706 | 2024-11-01T06:09:18.639Z | Checking pin-project-lite v0.2.14 |
1707 | 2024-11-01T06:09:18.717Z | Checking smallvec v1.13.2 |
1708 | 2024-11-01T06:09:18.779Z | Checking byteorder v1.5.0 |
1709 | 2024-11-01T06:09:19.031Z | Checking futures-core v0.3.31 |
1710 | 2024-11-01T06:09:19.076Z | Checking once_cell v1.20.2 |
1711 | 2024-11-01T06:09:19.109Z | Checking cpufeatures v0.2.14 |
1712 | 2024-11-01T06:09:19.201Z | Checking futures-sink v0.3.31 |
1713 | 2024-11-01T06:09:19.224Z | Checking spin v0.9.8 |
1714 | 2024-11-01T06:09:19.237Z | Checking zerocopy v0.7.35 |
1715 | 2024-11-01T06:09:19.300Z | Checking getrandom v0.2.15 |
1716 | 2024-11-01T06:09:19.343Z | Checking parking_lot_core v0.9.10 |
1717 | 2024-11-01T06:09:19.389Z | Checking signal-hook-registry v1.4.2 |
1718 | 2024-11-01T06:09:19.471Z | Checking generic-array v0.14.7 |
1719 | 2024-11-01T06:09:19.521Z | Checking rand_core v0.6.4 |
1720 | 2024-11-01T06:09:19.604Z | Checking mio v1.0.2 |
1721 | 2024-11-01T06:09:19.624Z | Checking socket2 v0.5.7 |
1722 | 2024-11-01T06:09:19.679Z | Checking parking_lot v0.12.3 |
1723 | 2024-11-01T06:09:19.824Z | Checking slab v0.4.9 |
1724 | 2024-11-01T06:09:20.033Z | Checking futures-channel v0.3.31 |
1725 | 2024-11-01T06:09:20.097Z | Checking futures-io v0.3.31 |
1726 | 2024-11-01T06:09:20.111Z | Checking futures-task v0.3.31 |
1727 | 2024-11-01T06:09:20.176Z | Checking tinyvec_macros v0.1.1 |
1728 | 2024-11-01T06:09:20.192Z | Checking equivalent v1.0.1 |
1729 | 2024-11-01T06:09:20.259Z | Checking pin-utils v0.1.0 |
1730 | 2024-11-01T06:09:20.273Z | Checking allocator-api2 v0.2.18 |
1731 | 2024-11-01T06:09:20.294Z | Checking foldhash v0.1.3 |
1732 | 2024-11-01T06:09:20.341Z | Checking tinyvec v1.8.0 |
1733 | 2024-11-01T06:09:20.357Z | Checking ryu v1.0.18 |
1734 | 2024-11-01T06:09:20.387Z | Checking futures-util v0.3.31 |
1735 | 2024-11-01T06:09:20.494Z | Checking unicode-bidi v0.3.17 |
1736 | 2024-11-01T06:09:20.587Z | Checking fnv v1.0.7 |
1737 | 2024-11-01T06:09:20.674Z | Checking crypto-common v0.1.6 |
1738 | 2024-11-01T06:09:20.677Z | Checking block-buffer v0.10.4 |
1739 | 2024-11-01T06:09:20.710Z | Checking block-padding v0.3.3 |
1740 | 2024-11-01T06:09:20.857Z | Checking libm v0.2.8 |
1741 | 2024-11-01T06:09:20.906Z | Checking digest v0.10.7 |
1742 | 2024-11-01T06:09:20.920Z | Checking hashbrown v0.15.0 |
1743 | 2024-11-01T06:09:20.932Z | Checking inout v0.1.3 |
1744 | 2024-11-01T06:09:21.107Z | Checking base64ct v1.6.0 |
1745 | 2024-11-01T06:09:21.147Z | Checking cipher v0.4.4 |
1746 | 2024-11-01T06:09:21.285Z | Checking hmac v0.12.1 |
1747 | 2024-11-01T06:09:21.482Z | Checking sha2 v0.10.8 |
1748 | 2024-11-01T06:09:21.544Z | Checking pem-rfc7468 v0.7.0 |
1749 | 2024-11-01T06:09:21.559Z | Checking ppv-lite86 v0.2.20 |
1750 | 2024-11-01T06:09:21.623Z | Checking unicode-normalization v0.1.24 |
1751 | 2024-11-01T06:09:21.767Z | Checking num-traits v0.2.19 |
1752 | 2024-11-01T06:09:21.807Z | Checking flagset v0.4.6 |
1753 | 2024-11-01T06:09:21.998Z | Checking der v0.7.9 |
1754 | 2024-11-01T06:09:22.043Z | Checking tracing-core v0.1.32 |
1755 | 2024-11-01T06:09:22.075Z | Checking thiserror v1.0.64 |
1756 | 2024-11-01T06:09:22.209Z | Checking percent-encoding v2.3.1 |
1757 | 2024-11-01T06:09:22.342Z | Checking rand_chacha v0.3.1 |
1758 | 2024-11-01T06:09:22.418Z | Checking rustls-pki-types v1.9.0 |
1759 | 2024-11-01T06:09:22.600Z | Checking salsa20 v0.10.2 |
1760 | 2024-11-01T06:09:22.705Z | Checking tracing v0.1.40 |
1761 | 2024-11-01T06:09:22.769Z | Checking rand v0.8.5 |
1762 | 2024-11-01T06:09:22.814Z | Checking pbkdf2 v0.12.2 |
1763 | 2024-11-01T06:09:22.972Z | Checking httparse v1.9.5 |
1764 | 2024-11-01T06:09:23.016Z | Checking untrusted v0.9.0 |
1765 | 2024-11-01T06:09:23.059Z | Checking powerfmt v0.2.0 |
1766 | 2024-11-01T06:09:23.079Z | Checking bytes v1.7.2 |
1767 | 2024-11-01T06:09:23.170Z | Checking indexmap v2.6.0 |
1768 | 2024-11-01T06:09:23.339Z | Checking serde_json v1.0.128 |
1769 | 2024-11-01T06:09:23.425Z | Checking bitflags v2.6.0 |
1770 | 2024-11-01T06:09:23.466Z | Checking deranged v0.3.11 |
1771 | 2024-11-01T06:09:23.735Z | Checking ring v0.17.8 |
1772 | 2024-11-01T06:09:23.875Z | Checking spki v0.7.3 |
1773 | 2024-11-01T06:09:23.889Z | Checking tokio v1.40.0 |
1774 | 2024-11-01T06:09:24.066Z | Checking http v1.1.0 |
1775 | 2024-11-01T06:09:24.175Z | Checking scrypt v0.11.0 |
1776 | 2024-11-01T06:09:24.405Z | Checking cbc v0.1.2 |
1777 | 2024-11-01T06:09:24.538Z | Checking aes v0.8.4 |
1778 | 2024-11-01T06:09:24.611Z | Checking crossbeam-utils v0.8.20 |
1779 | 2024-11-01T06:09:25.120Z | Checking time-core v0.1.2 |
1780 | 2024-11-01T06:09:25.270Z | Checking atomic-waker v1.1.2 |
1781 | 2024-11-01T06:09:25.295Z | Checking num_threads v0.1.7 |
1782 | 2024-11-01T06:09:25.342Z | Checking num-conv v0.1.0 |
1783 | 2024-11-01T06:09:25.396Z | Checking form_urlencoded v1.2.1 |
1784 | 2024-11-01T06:09:25.412Z | Checking try-lock v0.2.5 |
1785 | 2024-11-01T06:09:25.431Z | Checking http-body v1.0.1 |
1786 | 2024-11-01T06:09:25.446Z | Checking pkcs5 v0.7.1 |
1787 | 2024-11-01T06:09:25.538Z | Checking want v0.3.1 |
1788 | 2024-11-01T06:09:25.577Z | Checking time v0.3.36 |
1789 | 2024-11-01T06:09:25.593Z | Checking httpdate v1.0.3 |
1790 | 2024-11-01T06:09:25.614Z | Checking rustls-webpki v0.102.8 |
1791 | 2024-11-01T06:09:25.629Z | Checking unicode-ident v1.0.13 |
1792 | 2024-11-01T06:09:25.709Z | Checking uuid v1.10.0 |
1793 | 2024-11-01T06:09:25.782Z | Checking proc-macro2 v1.0.87 |
1794 | 2024-11-01T06:09:25.813Z | Checking serde_spanned v0.6.8 |
1795 | 2024-11-01T06:09:25.829Z | Checking toml_datetime v0.6.8 |
1796 | 2024-11-01T06:09:25.945Z | Checking pkcs8 v0.10.2 |
1797 | 2024-11-01T06:09:25.990Z | Checking idna v0.5.0 |
1798 | 2024-11-01T06:09:26.115Z | Checking slog v2.7.0 |
1799 | 2024-11-01T06:09:26.269Z | Checking scroll v0.12.0 |
1800 | 2024-11-01T06:09:26.346Z | Checking base64 v0.22.1 |
1801 | 2024-11-01T06:09:26.376Z | Checking tower-service v0.3.3 |
1802 | 2024-11-01T06:09:26.458Z | Checking match_cfg v0.1.0 |
1803 | 2024-11-01T06:09:26.491Z | Checking iana-time-zone v0.1.61 |
1804 | 2024-11-01T06:09:26.556Z | Checking foreign-types-shared v0.1.1 |
1805 | 2024-11-01T06:09:26.604Z | Checking ucd-trie v0.1.7 |
1806 | 2024-11-01T06:09:26.648Z | Checking plain v0.2.3 |
1807 | 2024-11-01T06:09:26.666Z | Checking foreign-types v0.3.2 |
1808 | 2024-11-01T06:09:26.740Z | Checking chrono v0.4.38 |
1809 | 2024-11-01T06:09:26.756Z | Checking hostname v0.3.1 |
1810 | 2024-11-01T06:09:26.796Z | Checking goblin v0.8.2 |
1811 | 2024-11-01T06:09:26.812Z | Checking pest v2.7.14 |
1812 | 2024-11-01T06:09:26.828Z | Checking quote v1.0.37 |
1813 | 2024-11-01T06:09:26.867Z | Checking url v2.5.2 |
1814 | 2024-11-01T06:09:26.888Z | Checking openssl-sys v0.9.103 |
1815 | 2024-11-01T06:09:27.175Z | Checking errno v0.3.9 |
1816 | 2024-11-01T06:09:27.368Z | Checking dirs-sys-next v0.1.2 |
1817 | 2024-11-01T06:09:27.545Z | Checking aho-corasick v1.1.3 |
1818 | 2024-11-01T06:09:27.697Z | Checking adler2 v2.0.0 |
1819 | 2024-11-01T06:09:27.851Z | Checking regex-syntax v0.8.5 |
1820 | 2024-11-01T06:09:28.040Z | Checking pretty-hex v0.4.1 |
1821 | 2024-11-01T06:09:28.213Z | Checking siphasher v0.3.11 |
1822 | 2024-11-01T06:09:28.238Z | Checking data-encoding v2.6.0 |
1823 | 2024-11-01T06:09:28.529Z | Checking openssl v0.10.66 |
1824 | 2024-11-01T06:09:28.879Z | Checking miniz_oxide v0.8.0 |
1825 | 2024-11-01T06:09:28.913Z | Checking dirs-next v2.0.0 |
1826 | 2024-11-01T06:09:29.051Z | Checking rustix v0.38.37 |
1827 | 2024-11-01T06:09:29.221Z | Checking syn v2.0.79 |
1828 | 2024-11-01T06:09:29.402Z | Checking dtrace-parser v0.2.0 |
1829 | 2024-11-01T06:09:29.700Z | Checking http-body-util v0.1.2 |
1830 | 2024-11-01T06:09:29.866Z | Checking crossbeam-epoch v0.9.18 |
1831 | 2024-11-01T06:09:30.159Z | Checking sha1 v0.10.6 |
1832 | 2024-11-01T06:09:30.303Z | Checking signature v2.2.0 |
1833 | 2024-11-01T06:09:30.468Z | Checking lazy_static v1.5.0 |
1834 | 2024-11-01T06:09:30.504Z | Checking thread_local v1.1.8 |
1835 | 2024-11-01T06:09:30.596Z | Checking thread-id v4.2.2 |
1836 | 2024-11-01T06:09:30.712Z | Checking encoding_rs v0.8.34 |
1837 | 2024-11-01T06:09:30.793Z | Checking winnow v0.6.20 |
1838 | 2024-11-01T06:09:31.140Z | Checking tokio-util v0.7.12 |
1839 | 2024-11-01T06:09:31.226Z | Checking regex-automata v0.4.8 |
1840 | 2024-11-01T06:09:31.815Z | Checking dof v0.3.0 |
1841 | 2024-11-01T06:09:32.011Z | Checking h2 v0.4.6 |
1842 | 2024-11-01T06:09:32.455Z | Checking unicode-properties v0.1.3 |
1843 | 2024-11-01T06:09:32.620Z | Checking ipnet v2.10.1 |
1844 | 2024-11-01T06:09:32.821Z | Checking anstyle v1.0.8 |
1845 | 2024-11-01T06:09:33.086Z | Checking gimli v0.31.1 |
1846 | 2024-11-01T06:09:33.162Z | Checking either v1.13.0 |
1847 | 2024-11-01T06:09:33.189Z | Checking utf8parse v0.2.2 |
1848 | 2024-11-01T06:09:33.327Z | Checking mime v0.3.17 |
1849 | 2024-11-01T06:09:33.556Z | Checking openssl-probe v0.1.5 |
1850 | 2024-11-01T06:09:33.648Z | Checking anstyle-parse v0.2.5 |
1851 | 2024-11-01T06:09:33.707Z | Checking stringprep v0.1.5 |
1852 | 2024-11-01T06:09:33.817Z | Checking toml_edit v0.22.22 |
1853 | 2024-11-01T06:09:33.924Z | Checking crossbeam-deque v0.8.5 |
1854 | 2024-11-01T06:09:33.980Z | Checking term v0.7.0 |
1855 | 2024-11-01T06:09:34.027Z | Checking native-tls v0.2.12 |
1856 | 2024-11-01T06:09:34.262Z | Checking slog-json v2.6.1 |
1857 | 2024-11-01T06:09:34.364Z | Checking rustls v0.22.4 |
1858 | 2024-11-01T06:09:34.414Z | Checking rustls v0.23.14 |
1859 | 2024-11-01T06:09:34.526Z | Checking futures-executor v0.3.31 |
1860 | 2024-11-01T06:09:34.764Z | Checking serde_urlencoded v0.7.1 |
1861 | 2024-11-01T06:09:35.203Z | Checking crossbeam-channel v0.5.13 |
1862 | 2024-11-01T06:09:35.729Z | Checking usdt-impl v0.5.0 |
1863 | 2024-11-01T06:09:35.854Z | Checking num-integer v0.1.46 |
1864 | 2024-11-01T06:09:35.975Z | Checking rustls-pemfile v2.2.0 |
1865 | 2024-11-01T06:09:36.205Z | Checking idna v0.3.0 |
1866 | 2024-11-01T06:09:36.271Z | Checking idna v0.4.0 |
1867 | 2024-11-01T06:09:36.347Z | Checking md-5 v0.10.6 |
1868 | 2024-11-01T06:09:36.483Z | Checking ff v0.13.0 |
1869 | 2024-11-01T06:09:36.574Z | Checking memmap v0.7.0 |
1870 | 2024-11-01T06:09:36.708Z | Checking is-terminal v0.4.13 |
1871 | 2024-11-01T06:09:36.770Z | Checking hash32 v0.2.1 |
1872 | 2024-11-01T06:09:36.832Z | Checking object v0.36.5 |
1873 | 2024-11-01T06:09:37.020Z | Checking linked-hash-map v0.5.6 |
1874 | 2024-11-01T06:09:37.086Z | Checking utf-8 v0.7.6 |
1875 | 2024-11-01T06:09:37.166Z | Checking dyn-clone v1.0.17 |
1876 | 2024-11-01T06:09:37.168Z | Checking addr2line v0.24.2 |
1877 | 2024-11-01T06:09:37.291Z | Checking quick-error v1.2.3 |
1878 | 2024-11-01T06:09:37.318Z | Checking colorchoice v1.0.2 |
1879 | 2024-11-01T06:09:37.332Z | Checking fallible-iterator v0.2.0 |
1880 | 2024-11-01T06:09:37.429Z | Checking stable_deref_trait v1.2.0 |
1881 | 2024-11-01T06:09:37.444Z | Checking is_terminal_polyfill v1.70.1 |
1882 | 2024-11-01T06:09:37.524Z | Checking base16ct v0.2.0 |
1883 | 2024-11-01T06:09:37.555Z | Checking take_mut v0.2.2 |
1884 | 2024-11-01T06:09:37.687Z | Checking anstyle-query v1.1.1 |
1885 | 2024-11-01T06:09:37.702Z | Checking psl-types v2.0.11 |
1886 | 2024-11-01T06:09:37.718Z | Checking rustc-demangle v0.1.24 |
1887 | 2024-11-01T06:09:37.813Z | Checking anstream v0.6.15 |
1888 | 2024-11-01T06:09:37.882Z | Checking publicsuffix v2.2.3 |
1889 | 2024-11-01T06:09:37.946Z | Checking postgres-protocol v0.6.7 |
1890 | 2024-11-01T06:09:37.978Z | Checking tokio-rustls v0.25.0 |
1891 | 2024-11-01T06:09:38.120Z | Checking sec1 v0.7.3 |
1892 | 2024-11-01T06:09:38.154Z | Checking slog-async v2.8.0 |
1893 | 2024-11-01T06:09:38.184Z | Checking heapless v0.7.17 |
1894 | 2024-11-01T06:09:38.338Z | Checking resolv-conf v0.7.0 |
1895 | 2024-11-01T06:09:38.383Z | Checking hyper v1.4.1 |
1896 | 2024-11-01T06:09:38.458Z | Checking lru-cache v0.1.2 |
1897 | 2024-11-01T06:09:38.481Z | Checking schemars v0.8.21 |
1898 | 2024-11-01T06:09:38.623Z | Checking tungstenite v0.24.0 |
1899 | 2024-11-01T06:09:38.644Z | Checking hickory-proto v0.24.1 |
1900 | 2024-11-01T06:09:38.691Z | Checking slog-term v2.9.1 |
1901 | 2024-11-01T06:09:39.197Z | Checking usdt v0.5.0 |
1902 | 2024-11-01T06:09:39.291Z | Checking group v0.13.0 |
1903 | 2024-11-01T06:09:39.397Z | Checking tokio-rustls v0.26.0 |
1904 | 2024-11-01T06:09:39.458Z | Checking toml v0.8.19 |
1905 | 2024-11-01T06:09:39.538Z | Checking num-iter v0.1.45 |
1906 | 2024-11-01T06:09:39.553Z | Checking futures v0.3.31 |
1907 | 2024-11-01T06:09:39.659Z | Checking slog-bunyan v2.5.0 |
1908 | 2024-11-01T06:09:39.721Z | Checking tokio-native-tls v0.3.1 |
1909 | 2024-11-01T06:09:39.803Z | Checking rayon-core v1.12.1 |
1910 | 2024-11-01T06:09:39.828Z | Checking multer v3.1.0 |
1911 | 2024-11-01T06:09:39.970Z | Checking terminal_size v0.4.0 |
1912 | 2024-11-01T06:09:40.083Z | Checking phf_shared v0.11.2 |
1913 | 2024-11-01T06:09:40.137Z | Checking cookie v0.18.1 |
1914 | 2024-11-01T06:09:40.163Z | Checking async-stream v0.3.6 |
1915 | 2024-11-01T06:09:40.222Z | Checking signal-hook v0.3.17 |
1916 | 2024-11-01T06:09:40.345Z | Checking camino v1.1.9 |
1917 | 2024-11-01T06:09:40.367Z | Checking waitgroup v0.1.2 |
1918 | 2024-11-01T06:09:40.468Z | Checking hyper-util v0.1.9 |
1919 | 2024-11-01T06:09:40.490Z | Checking openapiv3 v2.0.0 |
1920 | 2024-11-01T06:09:40.511Z | Checking serde_path_to_error v0.1.16 |
1921 | 2024-11-01T06:09:40.566Z | Checking webpki-roots v0.26.6 |
1922 | 2024-11-01T06:09:40.569Z | Checking hkdf v0.12.4 |
1923 | 2024-11-01T06:09:40.782Z | Checking crypto-bigint v0.5.5 |
1924 | 2024-11-01T06:09:40.784Z | Checking hostname v0.4.0 |
1925 | 2024-11-01T06:09:40.918Z | Checking managed v0.8.0 |
1926 | 2024-11-01T06:09:40.933Z | Checking unicode-width v0.1.14 |
1927 | 2024-11-01T06:09:41.133Z | Checking clap_lex v0.7.2 |
1928 | 2024-11-01T06:09:41.320Z | Checking strsim v0.11.1 |
1929 | 2024-11-01T06:09:41.375Z | Checking debug-ignore v1.0.5 |
1930 | 2024-11-01T06:09:41.426Z | Checking bitflags v1.3.2 |
1931 | 2024-11-01T06:09:41.520Z | Checking winnow v0.5.40 |
1932 | 2024-11-01T06:09:41.534Z | Checking smoltcp v0.9.1 |
1933 | 2024-11-01T06:09:41.601Z | Checking clap_builder v4.5.20 |
1934 | 2024-11-01T06:09:42.600Z | Checking hyper-tls v0.6.0 |
1935 | 2024-11-01T06:09:42.876Z | Checking hyper-rustls v0.27.3 |
1936 | 2024-11-01T06:09:43.103Z | Checking console v0.15.8 |
1937 | 2024-11-01T06:09:43.233Z | Checking signal-hook-mio v0.2.4 |
1938 | 2024-11-01T06:09:43.371Z | Checking cookie_store v0.21.0 |
1939 | 2024-11-01T06:09:43.530Z | Checking hickory-resolver v0.24.1 |
1940 | 2024-11-01T06:09:43.664Z | Checking elliptic-curve v0.13.8 |
1941 | 2024-11-01T06:09:43.684Z | Checking rayon v1.10.0 |
1942 | 2024-11-01T06:09:43.702Z | Checking backtrace v0.3.74 |
1943 | 2024-11-01T06:09:43.866Z | Checking dropshot v0.12.0 |
1944 | 2024-11-01T06:09:44.011Z | Checking phf v0.11.2 |
1945 | 2024-11-01T06:09:44.275Z | Checking anyhow v1.0.92 |
1946 | 2024-11-01T06:09:44.304Z | Checking num-bigint-dig v0.8.4 |
1947 | 2024-11-01T06:09:44.307Z | Checking tokio-tungstenite v0.24.0 |
1948 | 2024-11-01T06:09:44.640Z | Checking toml_edit v0.19.15 |
1949 | 2024-11-01T06:09:44.674Z | Checking postgres-types v0.2.8 |
1950 | 2024-11-01T06:09:44.709Z | Checking bstr v1.10.0 |
1951 | 2024-11-01T06:09:44.788Z | Checking regex v1.11.0 |
1952 | 2024-11-01T06:09:45.148Z | Checking tokio-stream v0.1.16 |
1953 | 2024-11-01T06:09:45.411Z | Checking ed25519 v2.2.3 |
1954 | 2024-11-01T06:09:45.432Z | Checking phf_shared v0.10.0 |
1955 | 2024-11-01T06:09:45.640Z | Checking curve25519-dalek v4.1.3 |
1956 | 2024-11-01T06:09:45.702Z | Checking zerocopy v0.6.6 |
1957 | 2024-11-01T06:09:45.716Z | Checking pkcs1 v0.7.5 |
1958 | 2024-11-01T06:09:46.031Z | Checking hubpack v0.1.2 |
1959 | 2024-11-01T06:09:46.142Z | Checking portable-atomic v1.9.0 |
1960 | 2024-11-01T06:09:46.350Z | Checking float-cmp v0.9.0 |
1961 | 2024-11-01T06:09:46.478Z | Checking serde-big-array v0.5.1 |
1962 | 2024-11-01T06:09:46.540Z | Checking rfc6979 v0.4.0 |
1963 | 2024-11-01T06:09:46.554Z | Checking sync_wrapper v1.0.1 |
1964 | 2024-11-01T06:09:46.677Z | Checking crc32fast v1.4.2 |
1965 | 2024-11-01T06:09:46.692Z | Checking static_assertions v1.1.0 |
1966 | 2024-11-01T06:09:46.723Z | Checking fixedbitset v0.4.2 |
1967 | 2024-11-01T06:09:46.780Z | Checking whoami v1.5.2 |
1968 | 2024-11-01T06:09:46.896Z | Checking difflib v0.4.0 |
1969 | 2024-11-01T06:09:47.003Z | Checking minimal-lexical v0.2.1 |
1970 | 2024-11-01T06:09:47.100Z | Checking normalize-line-endings v0.3.0 |
1971 | 2024-11-01T06:09:47.149Z | Checking precomputed-hash v0.1.1 |
1972 | 2024-11-01T06:09:47.213Z | Checking predicates-core v1.0.8 |
1973 | 2024-11-01T06:09:47.227Z | Checking number_prefix v0.4.0 |
1974 | 2024-11-01T06:09:47.229Z | Checking bit-vec v0.6.3 |
1975 | 2024-11-01T06:09:47.254Z | Checking unicode-segmentation v1.12.0 |
1976 | 2024-11-01T06:09:47.388Z | Checking new_debug_unreachable v1.0.6 |
1977 | 2024-11-01T06:09:47.402Z | Checking nom v7.1.3 |
1978 | 2024-11-01T06:09:47.416Z | Checking predicates v3.1.2 |
1979 | 2024-11-01T06:09:47.478Z | Checking string_cache v0.8.7 |
1980 | 2024-11-01T06:09:47.557Z | Checking ed25519-dalek v2.1.1 |
1981 | 2024-11-01T06:09:47.573Z | Checking bit-set v0.5.3 |
1982 | 2024-11-01T06:09:47.589Z | Checking indicatif v0.17.8 |
1983 | 2024-11-01T06:09:47.652Z | Checking qorb v0.2.0 |
1984 | 2024-11-01T06:09:47.743Z | Checking toml v0.7.8 |
1985 | 2024-11-01T06:09:47.845Z | Checking tokio-postgres v0.7.12 |
1986 | 2024-11-01T06:09:47.931Z | Checking similar v2.6.0 |
1987 | 2024-11-01T06:09:47.986Z | Checking petgraph v0.6.5 |
1988 | 2024-11-01T06:09:48.046Z | Checking flate2 v1.0.34 |
1989 | 2024-11-01T06:09:48.336Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1990 | 2024-11-01T06:09:48.459Z | Checking ecdsa v0.16.9 |
1991 | 2024-11-01T06:09:48.721Z | Checking reqwest v0.12.8 |
1992 | 2024-11-01T06:09:48.787Z | Checking rsa v0.9.6 |
1993 | 2024-11-01T06:09:49.197Z | Checking clap v4.5.20 |
1994 | 2024-11-01T06:09:49.328Z | Checking crossterm v0.28.1 |
1995 | 2024-11-01T06:09:49.902Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1996 | 2024-11-01T06:09:49.928Z | Checking itertools v0.12.1 |
1997 | 2024-11-01T06:09:50.330Z | Checking itertools v0.10.5 |
1998 | 2024-11-01T06:09:50.347Z | Checking fs-err v2.11.0 |
1999 | 2024-11-01T06:09:50.665Z | Checking ahash v0.8.11 |
2000 | 2024-11-01T06:09:50.945Z | Checking x509-cert v0.2.5 |
2001 | 2024-11-01T06:09:51.053Z | Checking hex v0.4.3 |
2002 | 2024-11-01T06:09:51.211Z | Checking semver v1.0.23 |
2003 | 2024-11-01T06:09:51.245Z | Checking lalrpop-util v0.19.12 |
2004 | 2024-11-01T06:09:51.330Z | Checking peg-runtime v0.8.3 |
2005 | 2024-11-01T06:09:51.543Z | Checking sigpipe v0.1.3 |
2006 | 2024-11-01T06:09:53.097Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2007 | 2024-11-01T06:09:53.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.97s |
2008 | 2024-11-01T06:09:53.565Z | |
2009 | 2024-11-01T06:09:53.565Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168) |
2010 | 2024-11-01T06:09:54.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2011 | 2024-11-01T06:09:54.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2012 | 2024-11-01T06:09:54.187Z | Compiling hashbrown v0.14.5 |
2013 | 2024-11-01T06:09:54.303Z | Checking heck v0.5.0 |
2014 | 2024-11-01T06:09:54.320Z | Compiling unsafe-libyaml v0.2.11 |
2015 | 2024-11-01T06:09:54.334Z | Compiling ident_case v1.0.1 |
2016 | 2024-11-01T06:09:54.337Z | Checking progenitor-client v0.8.0 |
2017 | 2024-11-01T06:09:54.359Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2018 | 2024-11-01T06:09:54.374Z | Compiling proc-macro-crate v1.3.1 |
2019 | 2024-11-01T06:09:54.484Z | Compiling darling_core v0.20.10 |
2020 | 2024-11-01T06:09:54.506Z | Checking ipnetwork v0.20.0 |
2021 | 2024-11-01T06:09:54.639Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-11-01T06:09:54.727Z | Compiling newtype-uuid v1.1.2 |
2023 | 2024-11-01T06:09:54.871Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2024 | 2024-11-01T06:09:55.043Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2025 | 2024-11-01T06:09:55.222Z | Compiling lzma-sys v0.1.20 |
2026 | 2024-11-01T06:09:55.406Z | Compiling foreign-types-macros v0.2.3 |
2027 | 2024-11-01T06:09:55.426Z | Compiling num_enum_derive v0.5.11 |
2028 | 2024-11-01T06:09:55.469Z | Checking regress v0.10.1 |
2029 | 2024-11-01T06:09:55.965Z | Compiling serde_yaml v0.9.34+deprecated |
2030 | 2024-11-01T06:09:56.162Z | Checking arc-swap v1.7.1 |
2031 | 2024-11-01T06:09:56.583Z | Checking foreign-types-shared v0.3.1 |
2032 | 2024-11-01T06:09:56.671Z | Checking slog-scope v4.4.0 |
2033 | 2024-11-01T06:09:56.691Z | Checking foreign-types v0.5.0 |
2034 | 2024-11-01T06:09:56.839Z | Compiling proc-macro-error v1.0.4 |
2035 | 2024-11-01T06:09:57.454Z | Compiling structmeta v0.3.0 |
2036 | 2024-11-01T06:09:57.470Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2037 | 2024-11-01T06:09:57.488Z | Checking tungstenite v0.21.0 |
2038 | 2024-11-01T06:09:57.578Z | Compiling heck v0.3.3 |
2039 | 2024-11-01T06:09:57.830Z | Compiling parse-display-derive v0.10.0 |
2040 | 2024-11-01T06:09:57.880Z | Checking num_enum v0.5.11 |
2041 | 2024-11-01T06:09:58.015Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2042 | 2024-11-01T06:09:58.035Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2043 | 2024-11-01T06:09:58.427Z | Checking cstr-argument v0.1.2 |
2044 | 2024-11-01T06:09:58.596Z | Checking instant v0.1.13 |
2045 | 2024-11-01T06:09:58.713Z | Checking fastrand v2.1.1 |
2046 | 2024-11-01T06:09:58.797Z | Checking base64 v0.21.7 |
2047 | 2024-11-01T06:09:58.800Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2048 | 2024-11-01T06:09:58.988Z | Checking typify-impl v0.2.0 |
2049 | 2024-11-01T06:09:59.020Z | Checking pretty-hex v0.2.1 |
2050 | 2024-11-01T06:09:59.130Z | Checking tempfile v3.13.0 |
2051 | 2024-11-01T06:09:59.229Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2052 | 2024-11-01T06:09:59.520Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2053 | 2024-11-01T06:09:59.545Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2024-11-01T06:09:59.680Z | Checking backoff v0.4.0 |
2055 | 2024-11-01T06:09:59.682Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2056 | 2024-11-01T06:09:59.978Z | Checking tokio-tungstenite v0.21.0 |
2057 | 2024-11-01T06:10:00.017Z | Checking strum v0.26.3 |
2058 | 2024-11-01T06:10:00.033Z | Compiling zone_cfg_derive v0.1.2 |
2059 | 2024-11-01T06:10:00.172Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2060 | 2024-11-01T06:10:00.490Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2061 | 2024-11-01T06:10:00.622Z | Checking slog-stdlog v4.1.1 |
2062 | 2024-11-01T06:10:00.798Z | Checking regress v0.9.1 |
2063 | 2024-11-01T06:10:00.903Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2064 | 2024-11-01T06:10:00.936Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2065 | 2024-11-01T06:10:01.012Z | Compiling darling_macro v0.20.10 |
2066 | 2024-11-01T06:10:01.048Z | Checking colored v2.1.0 |
2067 | 2024-11-01T06:10:01.214Z | Checking macaddr v1.0.1 |
2068 | 2024-11-01T06:10:01.339Z | Checking base64 v0.13.1 |
2069 | 2024-11-01T06:10:01.445Z | Checking zone v0.1.8 |
2070 | 2024-11-01T06:10:01.567Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2071 | 2024-11-01T06:10:01.721Z | Checking ron v0.7.1 |
2072 | 2024-11-01T06:10:01.915Z | Compiling darling v0.20.10 |
2073 | 2024-11-01T06:10:01.998Z | Checking xz2 v0.1.7 |
2074 | 2024-11-01T06:10:02.039Z | Compiling serde_with_macros v3.11.0 |
2075 | 2024-11-01T06:10:02.087Z | Checking slog-envlogger v2.2.0 |
2076 | 2024-11-01T06:10:02.134Z | Checking parse-display v0.10.0 |
2077 | 2024-11-01T06:10:02.297Z | Checking tabwriter v1.4.0 |
2078 | 2024-11-01T06:10:02.313Z | Checking xattr v1.3.1 |
2079 | 2024-11-01T06:10:02.354Z | Checking pem v3.0.4 |
2080 | 2024-11-01T06:10:02.517Z | Checking yasna v0.5.2 |
2081 | 2024-11-01T06:10:02.534Z | Checking headers-core v0.3.0 |
2082 | 2024-11-01T06:10:02.627Z | Checking smf v0.2.3 |
2083 | 2024-11-01T06:10:02.670Z | Checking filetime v0.2.25 |
2084 | 2024-11-01T06:10:02.881Z | Checking same-file v1.0.6 |
2085 | 2024-11-01T06:10:02.897Z | Checking tar v0.4.42 |
2086 | 2024-11-01T06:10:03.048Z | Checking walkdir v2.5.0 |
2087 | 2024-11-01T06:10:03.063Z | Checking headers v0.4.0 |
2088 | 2024-11-01T06:10:03.323Z | Checking camino-tempfile v1.1.1 |
2089 | 2024-11-01T06:10:03.462Z | Checking rcgen v0.12.1 |
2090 | 2024-11-01T06:10:03.546Z | Checking atomicwrites v0.4.4 |
2091 | 2024-11-01T06:10:03.598Z | Checking subprocess v0.2.9 |
2092 | 2024-11-01T06:10:04.559Z | Checking serde_with v3.11.0 |
2093 | 2024-11-01T06:10:07.856Z | Compiling typify-macro v0.2.0 |
2094 | 2024-11-01T06:10:09.704Z | Compiling typify v0.2.0 |
2095 | 2024-11-01T06:10:09.772Z | Compiling progenitor-impl v0.8.0 |
2096 | 2024-11-01T06:10:12.931Z | Compiling progenitor-macro v0.8.0 |
2097 | 2024-11-01T06:10:18.732Z | Checking progenitor v0.8.0 |
2098 | 2024-11-01T06:10:18.860Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2099 | 2024-11-01T06:10:18.863Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2100 | 2024-11-01T06:10:21.568Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2101 | 2024-11-01T06:10:21.837Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2102 | 2024-11-01T06:10:28.351Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2103 | 2024-11-01T06:10:29.915Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2104 | 2024-11-01T06:10:31.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.59s |
2105 | 2024-11-01T06:10:31.327Z | |
2106 | 2024-11-01T06:10:31.327Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168) |
2107 | 2024-11-01T06:10:31.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2108 | 2024-11-01T06:10:31.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2109 | 2024-11-01T06:10:31.943Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2110 | 2024-11-01T06:10:33.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
2111 | 2024-11-01T06:10:33.509Z | |
2112 | 2024-11-01T06:10:33.509Z | info: running `cargo check --bins` on nexus-config (31/168) |
2113 | 2024-11-01T06:10:34.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2114 | 2024-11-01T06:10:34.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2115 | 2024-11-01T06:10:34.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2116 | 2024-11-01T06:10:34.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2117 | 2024-11-01T06:10:34.095Z | |
2118 | 2024-11-01T06:10:34.095Z | info: running `cargo check --bins` on omicron-rpaths (32/168) |
2119 | 2024-11-01T06:10:34.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2120 | 2024-11-01T06:10:34.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2121 | 2024-11-01T06:10:34.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2122 | 2024-11-01T06:10:34.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2123 | 2024-11-01T06:10:34.675Z | |
2124 | 2024-11-01T06:10:34.675Z | info: running `cargo check --bins` on omicron-certificates (33/168) |
2125 | 2024-11-01T06:10:35.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2126 | 2024-11-01T06:10:35.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2127 | 2024-11-01T06:10:35.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2128 | 2024-11-01T06:10:35.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2129 | 2024-11-01T06:10:35.265Z | |
2130 | 2024-11-01T06:10:35.265Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/168) |
2131 | 2024-11-01T06:10:35.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2132 | 2024-11-01T06:10:35.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2133 | 2024-11-01T06:10:35.875Z | Compiling heapless v0.8.0 |
2134 | 2024-11-01T06:10:35.878Z | Checking hash32 v0.3.1 |
2135 | 2024-11-01T06:10:35.981Z | Compiling smoltcp v0.11.0 |
2136 | 2024-11-01T06:10:35.992Z | Checking cobs v0.2.3 |
2137 | 2024-11-01T06:10:36.003Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2138 | 2024-11-01T06:10:36.006Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2139 | 2024-11-01T06:10:36.030Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2140 | 2024-11-01T06:10:36.030Z | Compiling crucible-workspace-hack v0.1.0 |
2141 | 2024-11-01T06:10:36.126Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2142 | 2024-11-01T06:10:36.151Z | Checking newline-converter v0.3.0 |
2143 | 2024-11-01T06:10:36.165Z | Checking postcard v1.0.10 |
2144 | 2024-11-01T06:10:36.298Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2145 | 2024-11-01T06:10:36.338Z | Compiling convert_case v0.4.0 |
2146 | 2024-11-01T06:10:36.452Z | Checking expectorate v1.1.0 |
2147 | 2024-11-01T06:10:36.521Z | Compiling zone_cfg_derive v0.3.0 |
2148 | 2024-11-01T06:10:36.605Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2149 | 2024-11-01T06:10:36.692Z | Checking itertools v0.13.0 |
2150 | 2024-11-01T06:10:36.712Z | Compiling num-derive v0.4.2 |
2151 | 2024-11-01T06:10:36.885Z | Compiling slog-dtrace v0.3.0 |
2152 | 2024-11-01T06:10:36.962Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2153 | 2024-11-01T06:10:37.207Z | Compiling derive_more v0.99.18 |
2154 | 2024-11-01T06:10:37.265Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2155 | 2024-11-01T06:10:37.906Z | Checking zone v0.3.0 |
2156 | 2024-11-01T06:10:38.456Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2157 | 2024-11-01T06:10:40.062Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2158 | 2024-11-01T06:10:40.967Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2159 | 2024-11-01T06:10:40.978Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2160 | 2024-11-01T06:10:42.048Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2161 | 2024-11-01T06:10:42.255Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2162 | 2024-11-01T06:10:43.887Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2163 | 2024-11-01T06:10:44.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.53s |
2164 | 2024-11-01T06:10:44.954Z | |
2165 | 2024-11-01T06:10:44.954Z | info: running `cargo check --bins` on clickhouse-admin-api (35/168) |
2166 | 2024-11-01T06:10:45.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2167 | 2024-11-01T06:10:45.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2168 | 2024-11-01T06:10:45.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2169 | 2024-11-01T06:10:45.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2170 | 2024-11-01T06:10:45.557Z | |
2171 | 2024-11-01T06:10:45.557Z | info: running `cargo check --bins` on clickhouse-admin-types (36/168) |
2172 | 2024-11-01T06:10:46.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2173 | 2024-11-01T06:10:46.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2174 | 2024-11-01T06:10:46.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2175 | 2024-11-01T06:10:46.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2176 | 2024-11-01T06:10:46.162Z | |
2177 | 2024-11-01T06:10:46.162Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168) |
2178 | 2024-11-01T06:10:46.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2179 | 2024-11-01T06:10:46.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2180 | 2024-11-01T06:10:46.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2181 | 2024-11-01T06:10:46.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2182 | 2024-11-01T06:10:46.863Z | |
2183 | 2024-11-01T06:10:46.863Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168) |
2184 | 2024-11-01T06:10:47.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2185 | 2024-11-01T06:10:47.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2186 | 2024-11-01T06:10:47.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2187 | 2024-11-01T06:10:47.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2188 | 2024-11-01T06:10:47.560Z | |
2189 | 2024-11-01T06:10:47.560Z | info: running `cargo check --bins` on dns-server (39/168) |
2190 | 2024-11-01T06:10:48.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2191 | 2024-11-01T06:10:48.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2192 | 2024-11-01T06:10:48.171Z | Compiling parking_lot_core v0.8.6 |
2193 | 2024-11-01T06:10:48.171Z | Checking nibble_vec v0.1.0 |
2194 | 2024-11-01T06:10:48.174Z | Checking endian-type v0.1.2 |
2195 | 2024-11-01T06:10:48.174Z | Checking fxhash v0.2.1 |
2196 | 2024-11-01T06:10:48.174Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2197 | 2024-11-01T06:10:48.174Z | Checking hickory-server v0.24.1 |
2198 | 2024-11-01T06:10:48.426Z | Checking radix_trie v0.2.1 |
2199 | 2024-11-01T06:10:48.714Z | Checking hickory-client v0.24.1 |
2200 | 2024-11-01T06:10:48.934Z | Checking parking_lot v0.11.2 |
2201 | 2024-11-01T06:10:49.016Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2202 | 2024-11-01T06:10:49.016Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2203 | 2024-11-01T06:10:49.208Z | Checking sled v0.34.7 |
2204 | 2024-11-01T06:10:51.024Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2205 | 2024-11-01T06:10:52.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
2206 | 2024-11-01T06:10:52.413Z | |
2207 | 2024-11-01T06:10:52.413Z | info: running `cargo check --bins` on dns-server-api (40/168) |
2208 | 2024-11-01T06:10:52.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2209 | 2024-11-01T06:10:52.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2210 | 2024-11-01T06:10:52.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2211 | 2024-11-01T06:10:52.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2212 | 2024-11-01T06:10:53.015Z | |
2213 | 2024-11-01T06:10:53.015Z | info: running `cargo check --bins` on internal-dns-types (41/168) |
2214 | 2024-11-01T06:10:53.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2215 | 2024-11-01T06:10:53.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2216 | 2024-11-01T06:10:53.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2217 | 2024-11-01T06:10:53.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2218 | 2024-11-01T06:10:53.617Z | |
2219 | 2024-11-01T06:10:53.617Z | info: running `cargo check --bins` on dns-service-client (42/168) |
2220 | 2024-11-01T06:10:54.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2221 | 2024-11-01T06:10:54.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2222 | 2024-11-01T06:10:54.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2223 | 2024-11-01T06:10:54.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2224 | 2024-11-01T06:10:54.222Z | |
2225 | 2024-11-01T06:10:54.222Z | info: running `cargo check --bins` on gateway-test-utils (43/168) |
2226 | 2024-11-01T06:10:54.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2227 | 2024-11-01T06:10:54.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2228 | 2024-11-01T06:10:54.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2229 | 2024-11-01T06:10:54.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2230 | 2024-11-01T06:10:54.882Z | |
2231 | 2024-11-01T06:10:54.882Z | info: running `cargo check --bins` on gateway-types (44/168) |
2232 | 2024-11-01T06:10:55.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2233 | 2024-11-01T06:10:55.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2234 | 2024-11-01T06:10:55.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2235 | 2024-11-01T06:10:55.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2236 | 2024-11-01T06:10:55.490Z | |
2237 | 2024-11-01T06:10:55.491Z | info: running `cargo check --bins` on ipcc (45/168) |
2238 | 2024-11-01T06:10:56.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2024-11-01T06:10:56.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2024-11-01T06:10:56.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2024-11-01T06:10:56.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2242 | 2024-11-01T06:10:56.076Z | |
2243 | 2024-11-01T06:10:56.076Z | info: running `cargo check --bins` on omicron-gateway (46/168) |
2244 | 2024-11-01T06:10:56.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-11-01T06:10:56.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-11-01T06:10:56.746Z | Checking num-rational v0.4.2 |
2247 | 2024-11-01T06:10:56.746Z | Compiling progenitor-client v0.8.0 |
2248 | 2024-11-01T06:10:56.749Z | Checking num-complex v0.4.6 |
2249 | 2024-11-01T06:10:56.749Z | Compiling prettyplease v0.2.22 |
2250 | 2024-11-01T06:10:56.749Z | Compiling newtype-uuid v1.1.2 |
2251 | 2024-11-01T06:10:56.749Z | Compiling ipnetwork v0.20.0 |
2252 | 2024-11-01T06:10:56.847Z | Compiling instant v0.1.13 |
2253 | 2024-11-01T06:10:56.858Z | Compiling radium v0.7.0 |
2254 | 2024-11-01T06:10:57.139Z | Checking float-ord v0.3.2 |
2255 | 2024-11-01T06:10:57.167Z | Compiling progenitor v0.8.0 |
2256 | 2024-11-01T06:10:57.188Z | Compiling semver v0.1.20 |
2257 | 2024-11-01T06:10:57.277Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2258 | 2024-11-01T06:10:57.293Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2259 | 2024-11-01T06:10:57.332Z | Compiling backoff v0.4.0 |
2260 | 2024-11-01T06:10:57.389Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2261 | 2024-11-01T06:10:57.429Z | Compiling parse-display v0.10.0 |
2262 | 2024-11-01T06:10:57.623Z | Compiling rustc_version v0.1.7 |
2263 | 2024-11-01T06:10:57.705Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2264 | 2024-11-01T06:10:57.732Z | Checking num v0.4.3 |
2265 | 2024-11-01T06:10:57.768Z | Compiling serde_with v3.11.0 |
2266 | 2024-11-01T06:10:57.796Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2267 | 2024-11-01T06:10:57.836Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2268 | 2024-11-01T06:10:57.877Z | Compiling regress v0.9.1 |
2269 | 2024-11-01T06:10:58.080Z | Compiling macaddr v1.0.1 |
2270 | 2024-11-01T06:10:58.104Z | Compiling maybe-uninit v2.0.0 |
2271 | 2024-11-01T06:10:58.526Z | Checking tap v1.0.1 |
2272 | 2024-11-01T06:10:58.673Z | Compiling newtype_derive v0.1.6 |
2273 | 2024-11-01T06:10:58.690Z | Checking wyz v0.5.1 |
2274 | 2024-11-01T06:10:59.133Z | Checking password-hash v0.5.0 |
2275 | 2024-11-01T06:10:59.241Z | Checking blake2 v0.10.6 |
2276 | 2024-11-01T06:10:59.430Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2277 | 2024-11-01T06:10:59.609Z | Compiling packed_struct v0.10.1 |
2278 | 2024-11-01T06:10:59.705Z | Checking crc-catalog v2.4.0 |
2279 | 2024-11-01T06:10:59.753Z | Compiling cancel-safe-futures v0.1.5 |
2280 | 2024-11-01T06:10:59.854Z | Checking funty v2.0.0 |
2281 | 2024-11-01T06:10:59.930Z | Compiling owo-colors v4.1.0 |
2282 | 2024-11-01T06:11:00.151Z | Checking crc v3.2.1 |
2283 | 2024-11-01T06:11:00.238Z | Checking argon2 v0.5.3 |
2284 | 2024-11-01T06:11:00.774Z | Checking bitvec v1.0.1 |
2285 | 2024-11-01T06:11:00.939Z | Compiling packed_struct_codegen v0.10.1 |
2286 | 2024-11-01T06:11:01.251Z | Compiling indexmap v1.9.3 |
2287 | 2024-11-01T06:11:01.543Z | Checking half v2.4.1 |
2288 | 2024-11-01T06:11:01.567Z | Checking nodrop v0.1.14 |
2289 | 2024-11-01T06:11:01.580Z | Checking ciborium-io v0.2.2 |
2290 | 2024-11-01T06:11:01.685Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2291 | 2024-11-01T06:11:01.704Z | Checking array-init v0.0.4 |
2292 | 2024-11-01T06:11:02.025Z | Checking ciborium-ll v0.2.2 |
2293 | 2024-11-01T06:11:02.195Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2294 | 2024-11-01T06:11:02.348Z | Checking smallvec v0.6.14 |
2295 | 2024-11-01T06:11:02.607Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2296 | 2024-11-01T06:11:02.704Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2297 | 2024-11-01T06:11:03.264Z | Checking libsw v3.3.1 |
2298 | 2024-11-01T06:11:03.514Z | Compiling memoffset v0.9.1 |
2299 | 2024-11-01T06:11:03.558Z | Checking hashbrown v0.12.3 |
2300 | 2024-11-01T06:11:03.757Z | Checking swrite v0.1.0 |
2301 | 2024-11-01T06:11:03.851Z | Checking indent_write v2.2.0 |
2302 | 2024-11-01T06:11:03.885Z | Checking bitfield v0.14.0 |
2303 | 2024-11-01T06:11:04.060Z | Checking termcolor v1.4.1 |
2304 | 2024-11-01T06:11:04.167Z | Checking linear-map v1.2.0 |
2305 | 2024-11-01T06:11:04.332Z | Checking highway v1.2.0 |
2306 | 2024-11-01T06:11:04.514Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2307 | 2024-11-01T06:11:04.535Z | Checking env_logger v0.10.2 |
2308 | 2024-11-01T06:11:04.707Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2309 | 2024-11-01T06:11:04.776Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2310 | 2024-11-01T06:11:05.013Z | Checking ron v0.8.1 |
2311 | 2024-11-01T06:11:05.089Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2312 | 2024-11-01T06:11:05.359Z | Checking serde-hex v0.1.0 |
2313 | 2024-11-01T06:11:05.529Z | Checking steno v0.4.1 |
2314 | 2024-11-01T06:11:06.214Z | Checking ciborium v0.2.2 |
2315 | 2024-11-01T06:11:06.258Z | Checking bzip2 v0.4.4 |
2316 | 2024-11-01T06:11:06.597Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2317 | 2024-11-01T06:11:06.760Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2318 | 2024-11-01T06:11:06.844Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2319 | 2024-11-01T06:11:07.241Z | Checking hashbrown v0.13.2 |
2320 | 2024-11-01T06:11:07.645Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2321 | 2024-11-01T06:11:07.774Z | Checking humantime v2.1.0 |
2322 | 2024-11-01T06:11:07.872Z | Checking crc-any v2.5.0 |
2323 | 2024-11-01T06:11:07.943Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2324 | 2024-11-01T06:11:08.068Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2325 | 2024-11-01T06:11:08.246Z | Checking zip v0.6.6 |
2326 | 2024-11-01T06:11:08.266Z | Checking object v0.30.4 |
2327 | 2024-11-01T06:11:08.434Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2328 | 2024-11-01T06:11:08.485Z | Checking path-slash v0.1.5 |
2329 | 2024-11-01T06:11:08.630Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2330 | 2024-11-01T06:11:08.821Z | Checking nix v0.27.1 |
2331 | 2024-11-01T06:11:08.930Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2332 | 2024-11-01T06:11:09.451Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2333 | 2024-11-01T06:11:09.711Z | Checking tungstenite v0.23.0 |
2334 | 2024-11-01T06:11:09.728Z | Checking kstat-rs v0.2.4 |
2335 | 2024-11-01T06:11:10.095Z | Checking signal-hook-tokio v0.3.1 |
2336 | 2024-11-01T06:11:10.714Z | Checking tokio-tungstenite v0.23.1 |
2337 | 2024-11-01T06:11:11.095Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2338 | 2024-11-01T06:11:11.805Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2339 | 2024-11-01T06:11:16.649Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2340 | 2024-11-01T06:11:18.460Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2341 | 2024-11-01T06:11:18.561Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2342 | 2024-11-01T06:11:21.708Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2343 | 2024-11-01T06:11:21.955Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2344 | 2024-11-01T06:11:23.529Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2345 | 2024-11-01T06:11:29.437Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2346 | 2024-11-01T06:11:30.093Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2347 | 2024-11-01T06:11:33.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.77s |
2348 | 2024-11-01T06:11:34.024Z | |
2349 | 2024-11-01T06:11:34.024Z | info: running `cargo check --bins` on gateway-api (47/168) |
2350 | 2024-11-01T06:11:34.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2351 | 2024-11-01T06:11:34.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2352 | 2024-11-01T06:11:34.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2353 | 2024-11-01T06:11:34.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2354 | 2024-11-01T06:11:34.625Z | |
2355 | 2024-11-01T06:11:34.625Z | info: running `cargo check --bins` on oximeter (48/168) |
2356 | 2024-11-01T06:11:35.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2357 | 2024-11-01T06:11:35.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2358 | 2024-11-01T06:11:35.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2359 | 2024-11-01T06:11:35.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2360 | 2024-11-01T06:11:35.214Z | |
2361 | 2024-11-01T06:11:35.214Z | info: running `cargo check --bins` on oximeter-macro-impl (49/168) |
2362 | 2024-11-01T06:11:35.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2024-11-01T06:11:35.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2024-11-01T06:11:35.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2365 | 2024-11-01T06:11:35.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2366 | 2024-11-01T06:11:35.778Z | |
2367 | 2024-11-01T06:11:35.778Z | info: running `cargo check --bins` on oximeter-schema (50/168) |
2368 | 2024-11-01T06:11:36.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2024-11-01T06:11:36.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2024-11-01T06:11:36.367Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2371 | 2024-11-01T06:11:36.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2372 | 2024-11-01T06:11:36.939Z | |
2373 | 2024-11-01T06:11:36.939Z | info: running `cargo check --bins` on oximeter-types (51/168) |
2374 | 2024-11-01T06:11:37.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-11-01T06:11:37.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-11-01T06:11:37.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2024-11-01T06:11:37.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2378 | 2024-11-01T06:11:37.521Z | |
2379 | 2024-11-01T06:11:37.521Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/168) |
2380 | 2024-11-01T06:11:38.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-11-01T06:11:38.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-11-01T06:11:38.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2024-11-01T06:11:38.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2384 | 2024-11-01T06:11:38.112Z | |
2385 | 2024-11-01T06:11:38.112Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168) |
2386 | 2024-11-01T06:11:38.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-11-01T06:11:38.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-11-01T06:11:38.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2389 | 2024-11-01T06:11:38.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2390 | 2024-11-01T06:11:38.700Z | |
2391 | 2024-11-01T06:11:38.700Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168) |
2392 | 2024-11-01T06:11:39.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-11-01T06:11:39.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-11-01T06:11:39.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2395 | 2024-11-01T06:11:39.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2396 | 2024-11-01T06:11:39.297Z | |
2397 | 2024-11-01T06:11:39.297Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168) |
2398 | 2024-11-01T06:11:39.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-11-01T06:11:39.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-11-01T06:11:39.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2401 | 2024-11-01T06:11:39.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2402 | 2024-11-01T06:11:39.887Z | |
2403 | 2024-11-01T06:11:39.887Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168) |
2404 | 2024-11-01T06:11:40.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-11-01T06:11:40.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-11-01T06:11:40.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2407 | 2024-11-01T06:11:40.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2408 | 2024-11-01T06:11:40.477Z | |
2409 | 2024-11-01T06:11:40.477Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168) |
2410 | 2024-11-01T06:11:40.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-11-01T06:11:40.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-11-01T06:11:40.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2413 | 2024-11-01T06:11:40.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2414 | 2024-11-01T06:11:41.070Z | |
2415 | 2024-11-01T06:11:41.070Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168) |
2416 | 2024-11-01T06:11:41.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-11-01T06:11:41.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-11-01T06:11:41.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2419 | 2024-11-01T06:11:41.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2420 | 2024-11-01T06:11:41.669Z | |
2421 | 2024-11-01T06:11:41.669Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168) |
2422 | 2024-11-01T06:11:42.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-11-01T06:11:42.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-11-01T06:11:42.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2425 | 2024-11-01T06:11:42.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2426 | 2024-11-01T06:11:42.281Z | |
2427 | 2024-11-01T06:11:42.281Z | info: running `cargo check --bins` on oximeter-producer (60/168) |
2428 | 2024-11-01T06:11:42.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-11-01T06:11:42.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-11-01T06:11:42.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2431 | 2024-11-01T06:11:42.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2432 | 2024-11-01T06:11:42.914Z | |
2433 | 2024-11-01T06:11:42.914Z | info: running `cargo check --bins` on internal-dns-resolver (61/168) |
2434 | 2024-11-01T06:11:43.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-11-01T06:11:43.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-11-01T06:11:43.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2437 | 2024-11-01T06:11:43.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2438 | 2024-11-01T06:11:43.498Z | |
2439 | 2024-11-01T06:11:43.498Z | info: running `cargo check --bins` on nexus-client (62/168) |
2440 | 2024-11-01T06:11:44.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-11-01T06:11:44.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-11-01T06:11:44.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2024-11-01T06:11:44.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2444 | 2024-11-01T06:11:44.119Z | |
2445 | 2024-11-01T06:11:44.119Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/168) |
2446 | 2024-11-01T06:11:44.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-11-01T06:11:44.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-11-01T06:11:44.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2024-11-01T06:11:44.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2450 | 2024-11-01T06:11:44.720Z | |
2451 | 2024-11-01T06:11:44.720Z | info: running `cargo check --bins` on omicron-passwords (64/168) |
2452 | 2024-11-01T06:11:45.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-11-01T06:11:45.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-11-01T06:11:45.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-11-01T06:11:45.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2456 | 2024-11-01T06:11:45.293Z | |
2457 | 2024-11-01T06:11:45.293Z | info: running `cargo check --bins` on nexus-types (65/168) |
2458 | 2024-11-01T06:11:45.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-11-01T06:11:45.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-11-01T06:11:45.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-11-01T06:11:45.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2462 | 2024-11-01T06:11:45.908Z | |
2463 | 2024-11-01T06:11:45.908Z | info: running `cargo check --bins` on gateway-client (66/168) |
2464 | 2024-11-01T06:11:46.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-11-01T06:11:46.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-11-01T06:11:46.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-11-01T06:11:46.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2468 | 2024-11-01T06:11:46.497Z | |
2469 | 2024-11-01T06:11:46.497Z | info: running `cargo check --bins` on oxql-types (67/168) |
2470 | 2024-11-01T06:11:47.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-11-01T06:11:47.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-11-01T06:11:47.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-11-01T06:11:47.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2474 | 2024-11-01T06:11:47.084Z | |
2475 | 2024-11-01T06:11:47.084Z | info: running `cargo check --bins` on update-engine (68/168) |
2476 | 2024-11-01T06:11:47.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-11-01T06:11:47.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-11-01T06:11:47.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-11-01T06:11:47.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2480 | 2024-11-01T06:11:47.666Z | |
2481 | 2024-11-01T06:11:47.666Z | info: running `cargo check --bins` on sp-sim (69/168) |
2482 | 2024-11-01T06:11:48.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-11-01T06:11:48.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-11-01T06:11:48.261Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2485 | 2024-11-01T06:11:50.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
2486 | 2024-11-01T06:11:50.262Z | |
2487 | 2024-11-01T06:11:50.262Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168) |
2488 | 2024-11-01T06:11:50.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-11-01T06:11:50.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-11-01T06:11:50.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-11-01T06:11:50.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2492 | 2024-11-01T06:11:50.901Z | |
2493 | 2024-11-01T06:11:50.901Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168) |
2494 | 2024-11-01T06:11:51.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-11-01T06:11:51.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-11-01T06:11:51.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2024-11-01T06:11:51.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2498 | 2024-11-01T06:11:51.549Z | |
2499 | 2024-11-01T06:11:51.549Z | info: running `cargo check --bins` on db-macros (72/168) |
2500 | 2024-11-01T06:11:52.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-11-01T06:11:52.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-11-01T06:11:52.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2024-11-01T06:11:52.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2504 | 2024-11-01T06:11:52.130Z | |
2505 | 2024-11-01T06:11:52.130Z | info: running `cargo check --bins` on nexus-macros-common (73/168) |
2506 | 2024-11-01T06:11:52.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-11-01T06:11:52.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-11-01T06:11:52.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2024-11-01T06:11:52.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2510 | 2024-11-01T06:11:52.708Z | |
2511 | 2024-11-01T06:11:52.708Z | info: running `cargo check --bins` on nexus-auth (74/168) |
2512 | 2024-11-01T06:11:53.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-11-01T06:11:53.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-11-01T06:11:53.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2024-11-01T06:11:53.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2516 | 2024-11-01T06:11:53.343Z | |
2517 | 2024-11-01T06:11:53.343Z | info: running `cargo check --bins` on authz-macros (75/168) |
2518 | 2024-11-01T06:11:53.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-11-01T06:11:53.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-11-01T06:11:53.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2024-11-01T06:11:53.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2522 | 2024-11-01T06:11:53.925Z | |
2523 | 2024-11-01T06:11:53.925Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/168) |
2524 | 2024-11-01T06:11:54.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-11-01T06:11:54.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-11-01T06:11:54.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2024-11-01T06:11:54.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2528 | 2024-11-01T06:11:54.552Z | |
2529 | 2024-11-01T06:11:54.552Z | info: running `cargo check --bins` on nexus-db-model (77/168) |
2530 | 2024-11-01T06:11:55.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-11-01T06:11:55.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-11-01T06:11:55.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2024-11-01T06:11:55.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2534 | 2024-11-01T06:11:55.171Z | |
2535 | 2024-11-01T06:11:55.171Z | info: running `cargo check --bins` on nexus-defaults (78/168) |
2536 | 2024-11-01T06:11:55.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-11-01T06:11:55.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-11-01T06:11:55.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2024-11-01T06:11:55.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2540 | 2024-11-01T06:11:55.760Z | |
2541 | 2024-11-01T06:11:55.760Z | info: running `cargo check --bins` on sled-agent-client (79/168) |
2542 | 2024-11-01T06:11:56.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-11-01T06:11:56.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-11-01T06:11:56.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2024-11-01T06:11:56.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2546 | 2024-11-01T06:11:56.352Z | |
2547 | 2024-11-01T06:11:56.352Z | info: running `cargo check --bins` on nexus-inventory (80/168) |
2548 | 2024-11-01T06:11:56.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-11-01T06:11:56.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-11-01T06:11:56.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-11-01T06:11:56.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2552 | 2024-11-01T06:11:56.965Z | |
2553 | 2024-11-01T06:11:56.965Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168) |
2554 | 2024-11-01T06:11:57.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-11-01T06:11:57.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-11-01T06:11:57.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-11-01T06:11:57.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2558 | 2024-11-01T06:11:57.553Z | |
2559 | 2024-11-01T06:11:57.553Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/168) |
2560 | 2024-11-01T06:11:58.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-11-01T06:11:58.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-11-01T06:11:58.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-11-01T06:11:58.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2564 | 2024-11-01T06:11:58.151Z | |
2565 | 2024-11-01T06:11:58.151Z | info: running `cargo check --bins` on typed-rng (83/168) |
2566 | 2024-11-01T06:11:58.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-11-01T06:11:58.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-11-01T06:11:58.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-11-01T06:11:58.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2570 | 2024-11-01T06:11:58.717Z | |
2571 | 2024-11-01T06:11:58.717Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168) |
2572 | 2024-11-01T06:11:59.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-11-01T06:11:59.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-11-01T06:11:59.408Z | Checking keccak v0.1.5 |
2575 | 2024-11-01T06:11:59.509Z | Checking secrecy v0.8.0 |
2576 | 2024-11-01T06:11:59.512Z | Compiling unicase v2.7.0 |
2577 | 2024-11-01T06:11:59.512Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2578 | 2024-11-01T06:11:59.518Z | Compiling same-file v1.0.6 |
2579 | 2024-11-01T06:11:59.521Z | Compiling tempfile v3.13.0 |
2580 | 2024-11-01T06:11:59.552Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2581 | 2024-11-01T06:11:59.557Z | Compiling thiserror-impl-no-std v2.0.2 |
2582 | 2024-11-01T06:11:59.687Z | Compiling walkdir v2.5.0 |
2583 | 2024-11-01T06:11:59.789Z | Checking sha3 v0.10.8 |
2584 | 2024-11-01T06:11:59.821Z | Checking universal-hash v0.5.1 |
2585 | 2024-11-01T06:11:59.872Z | Compiling ring v0.16.20 |
2586 | 2024-11-01T06:12:00.004Z | Compiling blake3 v1.5.4 |
2587 | 2024-11-01T06:12:00.073Z | Checking opaque-debug v0.3.1 |
2588 | 2024-11-01T06:12:00.212Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2589 | 2024-11-01T06:12:00.351Z | Checking chacha20 v0.9.1 |
2590 | 2024-11-01T06:12:00.371Z | Checking aead v0.5.2 |
2591 | 2024-11-01T06:12:00.397Z | Compiling memmap2 v0.9.5 |
2592 | 2024-11-01T06:12:00.513Z | Compiling salty v0.3.0 |
2593 | 2024-11-01T06:12:00.557Z | Compiling home v0.5.9 |
2594 | 2024-11-01T06:12:00.592Z | Checking poly1305 v0.8.0 |
2595 | 2024-11-01T06:12:00.667Z | Compiling arrayref v0.3.9 |
2596 | 2024-11-01T06:12:00.773Z | Compiling libefi-sys v0.1.0 |
2597 | 2024-11-01T06:12:00.812Z | Compiling untrusted v0.7.1 |
2598 | 2024-11-01T06:12:00.843Z | Compiling spin v0.5.2 |
2599 | 2024-11-01T06:12:00.942Z | Compiling constant_time_eq v0.3.1 |
2600 | 2024-11-01T06:12:00.989Z | Compiling arrayvec v0.7.6 |
2601 | 2024-11-01T06:12:01.080Z | Checking chacha20poly1305 v0.10.1 |
2602 | 2024-11-01T06:12:01.094Z | Compiling toolchain_find v0.4.0 |
2603 | 2024-11-01T06:12:01.228Z | Compiling camino-tempfile v1.1.1 |
2604 | 2024-11-01T06:12:01.254Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2605 | 2024-11-01T06:12:01.411Z | Compiling bitfield-struct v0.6.2 |
2606 | 2024-11-01T06:12:01.537Z | Compiling topological-sort v0.2.2 |
2607 | 2024-11-01T06:12:01.680Z | Compiling mime_guess v2.0.5 |
2608 | 2024-11-01T06:12:01.716Z | Compiling rustfmt-wrapper v0.2.1 |
2609 | 2024-11-01T06:12:02.184Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2610 | 2024-11-01T06:12:02.275Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2611 | 2024-11-01T06:12:02.328Z | Checking primeorder v0.13.6 |
2612 | 2024-11-01T06:12:02.515Z | Checking thiserror-no-std v2.0.2 |
2613 | 2024-11-01T06:12:02.576Z | Checking env_filter v0.1.2 |
2614 | 2024-11-01T06:12:02.576Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2615 | 2024-11-01T06:12:02.625Z | Checking vsss-rs v3.3.4 |
2616 | 2024-11-01T06:12:02.779Z | Checking p384 v0.13.0 |
2617 | 2024-11-01T06:12:02.816Z | Checking env_logger v0.11.5 |
2618 | 2024-11-01T06:12:02.834Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2619 | 2024-11-01T06:12:02.916Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2620 | 2024-11-01T06:12:02.931Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2621 | 2024-11-01T06:12:03.174Z | Checking gethostname v0.5.0 |
2622 | 2024-11-01T06:12:03.304Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2623 | 2024-11-01T06:12:03.398Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2624 | 2024-11-01T06:12:03.414Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2625 | 2024-11-01T06:12:03.721Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2626 | 2024-11-01T06:12:03.743Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2627 | 2024-11-01T06:12:03.888Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2628 | 2024-11-01T06:12:03.906Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2629 | 2024-11-01T06:12:04.220Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2630 | 2024-11-01T06:12:04.286Z | Checking nanorand v0.7.0 |
2631 | 2024-11-01T06:12:04.311Z | Checking atty v0.2.14 |
2632 | 2024-11-01T06:12:04.394Z | Checking glob v0.3.1 |
2633 | 2024-11-01T06:12:04.447Z | Checking http-range v0.1.5 |
2634 | 2024-11-01T06:12:04.642Z | Checking hyper-staticfile v0.10.1 |
2635 | 2024-11-01T06:12:04.660Z | Checking flume v0.11.0 |
2636 | 2024-11-01T06:12:04.740Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2637 | 2024-11-01T06:12:05.164Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2638 | 2024-11-01T06:12:05.377Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2639 | 2024-11-01T06:12:05.427Z | Compiling omicron-zone-package v0.11.1 |
2640 | 2024-11-01T06:12:05.890Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2641 | 2024-11-01T06:12:06.547Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2642 | 2024-11-01T06:12:06.631Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2643 | 2024-11-01T06:12:07.049Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2644 | 2024-11-01T06:12:07.229Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2645 | 2024-11-01T06:12:07.772Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2646 | 2024-11-01T06:12:07.932Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2647 | 2024-11-01T06:12:08.269Z | Checking display-error-chain v0.2.1 |
2648 | 2024-11-01T06:12:08.627Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2649 | 2024-11-01T06:12:09.696Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2650 | 2024-11-01T06:12:11.363Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2651 | 2024-11-01T06:12:11.413Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2652 | 2024-11-01T06:12:22.815Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2653 | 2024-11-01T06:13:11.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
2654 | 2024-11-01T06:13:11.699Z | |
2655 | 2024-11-01T06:13:11.699Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168) |
2656 | 2024-11-01T06:13:12.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-11-01T06:13:12.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-11-01T06:13:12.392Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2659 | 2024-11-01T06:14:00.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.03s |
2660 | 2024-11-01T06:14:00.917Z | |
2661 | 2024-11-01T06:14:00.917Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168) |
2662 | 2024-11-01T06:14:01.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-11-01T06:14:01.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-11-01T06:14:01.616Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2665 | 2024-11-01T06:14:50.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.31s |
2666 | 2024-11-01T06:14:50.423Z | |
2667 | 2024-11-01T06:14:50.423Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168) |
2668 | 2024-11-01T06:14:50.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-11-01T06:14:50.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-11-01T06:14:51.120Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2671 | 2024-11-01T06:15:39.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.09s |
2672 | 2024-11-01T06:15:39.703Z | |
2673 | 2024-11-01T06:15:39.703Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168) |
2674 | 2024-11-01T06:15:40.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-11-01T06:15:40.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-11-01T06:15:40.386Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2677 | 2024-11-01T06:16:29.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.41s |
2678 | 2024-11-01T06:16:29.302Z | |
2679 | 2024-11-01T06:16:29.302Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168) |
2680 | 2024-11-01T06:16:29.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-11-01T06:16:29.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-11-01T06:16:29.992Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2683 | 2024-11-01T06:17:18.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.53s |
2684 | 2024-11-01T06:17:19.018Z | |
2685 | 2024-11-01T06:17:19.018Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168) |
2686 | 2024-11-01T06:17:19.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-11-01T06:17:19.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-11-01T06:17:19.712Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2689 | 2024-11-01T06:18:08.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.44s |
2690 | 2024-11-01T06:18:08.652Z | |
2691 | 2024-11-01T06:18:08.652Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168) |
2692 | 2024-11-01T06:18:09.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-11-01T06:18:09.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-11-01T06:18:09.347Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2695 | 2024-11-01T06:18:57.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.97s |
2696 | 2024-11-01T06:18:57.814Z | |
2697 | 2024-11-01T06:18:57.814Z | info: running `cargo check --bins` on bootstrap-agent-api (92/168) |
2698 | 2024-11-01T06:18:58.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2024-11-01T06:18:58.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2024-11-01T06:18:58.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2024-11-01T06:18:58.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2702 | 2024-11-01T06:18:58.433Z | |
2703 | 2024-11-01T06:18:58.433Z | info: running `cargo check --bins` on sled-agent-types (93/168) |
2704 | 2024-11-01T06:18:58.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2024-11-01T06:18:58.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2024-11-01T06:18:58.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2024-11-01T06:18:58.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2708 | 2024-11-01T06:18:59.048Z | |
2709 | 2024-11-01T06:18:59.048Z | info: running `cargo check --bins` on bootstrap-agent-client (94/168) |
2710 | 2024-11-01T06:18:59.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2024-11-01T06:18:59.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2024-11-01T06:18:59.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2024-11-01T06:18:59.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2714 | 2024-11-01T06:18:59.650Z | |
2715 | 2024-11-01T06:18:59.650Z | info: running `cargo check --bins` on dpd-client (95/168) |
2716 | 2024-11-01T06:19:00.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2024-11-01T06:19:00.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2024-11-01T06:19:00.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2024-11-01T06:19:00.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2720 | 2024-11-01T06:19:00.239Z | |
2721 | 2024-11-01T06:19:00.239Z | info: running `cargo check --bins` on installinator-common (96/168) |
2722 | 2024-11-01T06:19:00.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2024-11-01T06:19:00.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2024-11-01T06:19:00.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2024-11-01T06:19:00.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2726 | 2024-11-01T06:19:00.844Z | |
2727 | 2024-11-01T06:19:00.844Z | info: running `cargo check --bins` on key-manager (97/168) |
2728 | 2024-11-01T06:19:01.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-11-01T06:19:01.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-11-01T06:19:01.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2024-11-01T06:19:01.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2732 | 2024-11-01T06:19:01.434Z | |
2733 | 2024-11-01T06:19:01.434Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/168) |
2734 | 2024-11-01T06:19:01.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-11-01T06:19:01.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-11-01T06:19:01.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2024-11-01T06:19:01.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2738 | 2024-11-01T06:19:02.048Z | |
2739 | 2024-11-01T06:19:02.048Z | info: running `cargo check --bins` on repo-depot-api (99/168) |
2740 | 2024-11-01T06:19:02.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-11-01T06:19:02.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-11-01T06:19:02.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2024-11-01T06:19:02.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2744 | 2024-11-01T06:19:02.643Z | |
2745 | 2024-11-01T06:19:02.643Z | info: running `cargo check --bins` on repo-depot-client (100/168) |
2746 | 2024-11-01T06:19:03.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2024-11-01T06:19:03.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2024-11-01T06:19:03.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2024-11-01T06:19:03.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2750 | 2024-11-01T06:19:03.227Z | |
2751 | 2024-11-01T06:19:03.227Z | info: running `cargo check --bins` on sled-agent-api (101/168) |
2752 | 2024-11-01T06:19:03.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-11-01T06:19:03.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-11-01T06:19:03.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2024-11-01T06:19:03.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2756 | 2024-11-01T06:19:03.852Z | |
2757 | 2024-11-01T06:19:03.852Z | info: running `cargo check --bins` on sled-hardware (102/168) |
2758 | 2024-11-01T06:19:04.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-11-01T06:19:04.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-11-01T06:19:04.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2024-11-01T06:19:04.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2762 | 2024-11-01T06:19:04.470Z | |
2763 | 2024-11-01T06:19:04.470Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/168) |
2764 | 2024-11-01T06:19:05.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-11-01T06:19:05.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-11-01T06:19:05.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2024-11-01T06:19:05.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2768 | 2024-11-01T06:19:05.087Z | |
2769 | 2024-11-01T06:19:05.087Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168) |
2770 | 2024-11-01T06:19:05.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-11-01T06:19:05.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-11-01T06:19:05.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2024-11-01T06:19:05.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2774 | 2024-11-01T06:19:05.697Z | |
2775 | 2024-11-01T06:19:05.697Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/168) |
2776 | 2024-11-01T06:19:06.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-11-01T06:19:06.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-11-01T06:19:06.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-11-01T06:19:06.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2780 | 2024-11-01T06:19:06.324Z | |
2781 | 2024-11-01T06:19:06.324Z | info: running `cargo check --bins` on nexus-test-interface (106/168) |
2782 | 2024-11-01T06:19:06.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-11-01T06:19:06.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-11-01T06:19:06.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-11-01T06:19:06.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2786 | 2024-11-01T06:19:06.946Z | |
2787 | 2024-11-01T06:19:06.946Z | info: running `cargo check --bins` on oximeter-collector (107/168) |
2788 | 2024-11-01T06:19:07.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-11-01T06:19:07.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-11-01T06:19:07.592Z | Compiling phf_generator v0.11.2 |
2791 | 2024-11-01T06:19:07.594Z | Compiling parse-zoneinfo v0.3.1 |
2792 | 2024-11-01T06:19:07.700Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2793 | 2024-11-01T06:19:07.703Z | Checking bcs v0.1.6 |
2794 | 2024-11-01T06:19:07.703Z | Compiling async-recursion v1.1.1 |
2795 | 2024-11-01T06:19:07.703Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2796 | 2024-11-01T06:19:07.703Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2797 | 2024-11-01T06:19:07.798Z | Compiling phf_codegen v0.11.2 |
2798 | 2024-11-01T06:19:08.223Z | Compiling chrono-tz-build v0.4.0 |
2799 | 2024-11-01T06:19:09.152Z | Compiling chrono-tz v0.10.0 |
2800 | 2024-11-01T06:19:16.361Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2801 | 2024-11-01T06:19:20.600Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2802 | 2024-11-01T06:19:23.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.09s |
2803 | 2024-11-01T06:19:23.210Z | |
2804 | 2024-11-01T06:19:23.210Z | info: running `cargo check --bins` on oximeter-api (108/168) |
2805 | 2024-11-01T06:19:23.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-11-01T06:19:23.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-11-01T06:19:23.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-11-01T06:19:23.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2809 | 2024-11-01T06:19:23.813Z | |
2810 | 2024-11-01T06:19:23.813Z | info: running `cargo check --bins` on oximeter-client (109/168) |
2811 | 2024-11-01T06:19:24.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-11-01T06:19:24.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-11-01T06:19:24.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-11-01T06:19:24.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2815 | 2024-11-01T06:19:24.399Z | |
2816 | 2024-11-01T06:19:24.399Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/168) |
2817 | 2024-11-01T06:19:24.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-11-01T06:19:24.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-11-01T06:19:25.013Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2820 | 2024-11-01T06:19:25.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
2821 | 2024-11-01T06:19:25.792Z | |
2822 | 2024-11-01T06:19:25.792Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168) |
2823 | 2024-11-01T06:19:26.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-11-01T06:19:26.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-11-01T06:19:26.406Z | Compiling cfg_aliases v0.1.1 |
2826 | 2024-11-01T06:19:26.409Z | Compiling vte_generate_state_changes v0.1.2 |
2827 | 2024-11-01T06:19:26.409Z | Checking fd-lock v4.0.2 |
2828 | 2024-11-01T06:19:26.409Z | Checking bytecount v0.6.8 |
2829 | 2024-11-01T06:19:26.409Z | Compiling tabled_derive v0.7.0 |
2830 | 2024-11-01T06:19:26.505Z | Compiling peg-macros v0.8.4 |
2831 | 2024-11-01T06:19:26.514Z | Compiling sqlparser_derive v0.2.2 |
2832 | 2024-11-01T06:19:26.516Z | Checking nu-ansi-term v0.50.1 |
2833 | 2024-11-01T06:19:26.588Z | Compiling nix v0.28.0 |
2834 | 2024-11-01T06:19:26.679Z | Checking unicode_categories v0.1.1 |
2835 | 2024-11-01T06:19:26.716Z | Checking papergrid v0.11.0 |
2836 | 2024-11-01T06:19:26.946Z | Checking home v0.5.9 |
2837 | 2024-11-01T06:19:26.984Z | Checking sqlformat v0.2.6 |
2838 | 2024-11-01T06:19:27.117Z | Checking vte v0.11.1 |
2839 | 2024-11-01T06:19:27.565Z | Checking sqlparser v0.45.0 |
2840 | 2024-11-01T06:19:28.398Z | Checking tabled v0.15.0 |
2841 | 2024-11-01T06:19:28.510Z | Checking strip-ansi-escapes v0.2.0 |
2842 | 2024-11-01T06:19:28.676Z | Checking reedline v0.35.0 |
2843 | 2024-11-01T06:19:29.245Z | Checking peg v0.8.4 |
2844 | 2024-11-01T06:19:29.877Z | Checking rustyline v14.0.0 |
2845 | 2024-11-01T06:19:33.919Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2846 | 2024-11-01T06:19:40.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
2847 | 2024-11-01T06:19:40.440Z | |
2848 | 2024-11-01T06:19:40.440Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168) |
2849 | 2024-11-01T06:19:40.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-11-01T06:19:40.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-11-01T06:19:41.083Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2852 | 2024-11-01T06:19:47.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.15s |
2853 | 2024-11-01T06:19:47.756Z | |
2854 | 2024-11-01T06:19:47.756Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168) |
2855 | 2024-11-01T06:19:48.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-11-01T06:19:48.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-11-01T06:19:48.372Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2858 | 2024-11-01T06:19:53.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2859 | 2024-11-01T06:19:53.560Z | |
2860 | 2024-11-01T06:19:53.560Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168) |
2861 | 2024-11-01T06:19:54.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-11-01T06:19:54.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-11-01T06:19:54.189Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2864 | 2024-11-01T06:20:00.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s |
2865 | 2024-11-01T06:20:00.487Z | |
2866 | 2024-11-01T06:20:00.487Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168) |
2867 | 2024-11-01T06:20:01.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-11-01T06:20:01.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-11-01T06:20:01.103Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2870 | 2024-11-01T06:20:07.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s |
2871 | 2024-11-01T06:20:07.423Z | |
2872 | 2024-11-01T06:20:07.423Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168) |
2873 | 2024-11-01T06:20:07.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-11-01T06:20:07.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-11-01T06:20:08.047Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2876 | 2024-11-01T06:20:13.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
2877 | 2024-11-01T06:20:13.395Z | |
2878 | 2024-11-01T06:20:13.395Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168) |
2879 | 2024-11-01T06:20:13.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-11-01T06:20:13.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-11-01T06:20:14.011Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2882 | 2024-11-01T06:20:19.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
2883 | 2024-11-01T06:20:19.340Z | |
2884 | 2024-11-01T06:20:19.340Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168) |
2885 | 2024-11-01T06:20:19.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-11-01T06:20:19.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-11-01T06:20:19.959Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2888 | 2024-11-01T06:20:26.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.93s |
2889 | 2024-11-01T06:20:26.441Z | |
2890 | 2024-11-01T06:20:26.441Z | info: running `cargo check --bins` on oximeter-test-utils (119/168) |
2891 | 2024-11-01T06:20:26.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-11-01T06:20:26.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-11-01T06:20:26.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2024-11-01T06:20:26.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2895 | 2024-11-01T06:20:27.051Z | |
2896 | 2024-11-01T06:20:27.051Z | info: running `cargo check --bins` on cockroach-admin-client (120/168) |
2897 | 2024-11-01T06:20:27.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2024-11-01T06:20:27.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2024-11-01T06:20:27.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2024-11-01T06:20:27.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2901 | 2024-11-01T06:20:27.624Z | |
2902 | 2024-11-01T06:20:27.624Z | info: running `cargo check --bins` on installinator-client (121/168) |
2903 | 2024-11-01T06:20:28.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2024-11-01T06:20:28.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2024-11-01T06:20:28.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2024-11-01T06:20:28.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2907 | 2024-11-01T06:20:28.228Z | |
2908 | 2024-11-01T06:20:28.228Z | info: running `cargo check --bins` on oxide-client (122/168) |
2909 | 2024-11-01T06:20:28.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2024-11-01T06:20:28.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2024-11-01T06:20:28.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2024-11-01T06:20:28.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2913 | 2024-11-01T06:20:28.804Z | |
2914 | 2024-11-01T06:20:28.804Z | info: running `cargo check --bins` on wicketd-client (123/168) |
2915 | 2024-11-01T06:20:29.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2024-11-01T06:20:29.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2024-11-01T06:20:29.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2024-11-01T06:20:29.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2919 | 2024-11-01T06:20:29.425Z | |
2920 | 2024-11-01T06:20:29.425Z | info: running `cargo check --bins` on wicket-common (124/168) |
2921 | 2024-11-01T06:20:29.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2024-11-01T06:20:29.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2024-11-01T06:20:29.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2924 | 2024-11-01T06:20:29.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2925 | 2024-11-01T06:20:30.031Z | |
2926 | 2024-11-01T06:20:30.031Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/168) |
2927 | 2024-11-01T06:20:30.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2024-11-01T06:20:30.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2024-11-01T06:20:30.651Z | Checking csv-core v0.1.11 |
2930 | 2024-11-01T06:20:30.653Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2931 | 2024-11-01T06:20:30.957Z | Checking csv v1.3.0 |
2932 | 2024-11-01T06:20:31.496Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2933 | 2024-11-01T06:20:31.838Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2934 | 2024-11-01T06:20:33.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
2935 | 2024-11-01T06:20:33.201Z | |
2936 | 2024-11-01T06:20:33.201Z | info: running `cargo check --bins` on cockroach-admin-api (126/168) |
2937 | 2024-11-01T06:20:33.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2938 | 2024-11-01T06:20:33.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2939 | 2024-11-01T06:20:33.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2940 | 2024-11-01T06:20:33.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2941 | 2024-11-01T06:20:33.783Z | |
2942 | 2024-11-01T06:20:33.783Z | info: running `cargo check --bins` on cockroach-admin-types (127/168) |
2943 | 2024-11-01T06:20:34.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2024-11-01T06:20:34.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2024-11-01T06:20:34.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2946 | 2024-11-01T06:20:34.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2947 | 2024-11-01T06:20:34.373Z | |
2948 | 2024-11-01T06:20:34.373Z | info: running `cargo check --bins` on cert-dev (128/168) |
2949 | 2024-11-01T06:20:34.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2024-11-01T06:20:34.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2024-11-01T06:20:34.949Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2952 | 2024-11-01T06:20:35.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2953 | 2024-11-01T06:20:35.364Z | |
2954 | 2024-11-01T06:20:35.364Z | info: running `cargo check --bins` on ch-dev (129/168) |
2955 | 2024-11-01T06:20:35.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2024-11-01T06:20:35.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2024-11-01T06:20:35.978Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2958 | 2024-11-01T06:20:36.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2959 | 2024-11-01T06:20:36.839Z | |
2960 | 2024-11-01T06:20:36.839Z | info: running `cargo check --bins` on crdb-seed (130/168) |
2961 | 2024-11-01T06:20:37.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2024-11-01T06:20:37.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2024-11-01T06:20:37.438Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2964 | 2024-11-01T06:20:37.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2965 | 2024-11-01T06:20:37.933Z | |
2966 | 2024-11-01T06:20:37.933Z | info: running `cargo check --bins` on db-dev (131/168) |
2967 | 2024-11-01T06:20:38.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2024-11-01T06:20:38.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2024-11-01T06:20:38.546Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2970 | 2024-11-01T06:20:39.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2971 | 2024-11-01T06:20:39.412Z | |
2972 | 2024-11-01T06:20:39.412Z | info: running `cargo check --bins` on omicron-dev-lib (132/168) |
2973 | 2024-11-01T06:20:39.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2024-11-01T06:20:39.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2024-11-01T06:20:39.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2976 | 2024-11-01T06:20:39.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2977 | 2024-11-01T06:20:40.018Z | |
2978 | 2024-11-01T06:20:40.018Z | info: running `cargo check --bins` on xtask-downloader (133/168) |
2979 | 2024-11-01T06:20:40.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-11-01T06:20:40.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-11-01T06:20:40.586Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2982 | 2024-11-01T06:20:41.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
2983 | 2024-11-01T06:20:41.669Z | |
2984 | 2024-11-01T06:20:41.669Z | info: running `cargo check --bins` on omicron-ls-apis (134/168) |
2985 | 2024-11-01T06:20:42.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-11-01T06:20:42.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-11-01T06:20:42.249Z | Checking cargo-platform v0.1.8 |
2988 | 2024-11-01T06:20:42.515Z | Checking cargo_metadata v0.18.1 |
2989 | 2024-11-01T06:20:43.501Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2990 | 2024-11-01T06:20:44.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
2991 | 2024-11-01T06:20:44.409Z | |
2992 | 2024-11-01T06:20:44.409Z | info: running `cargo check --bins` on mgs-dev (135/168) |
2993 | 2024-11-01T06:20:44.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-11-01T06:20:44.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-11-01T06:20:45.083Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2996 | 2024-11-01T06:20:45.769Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2997 | 2024-11-01T06:20:46.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
2998 | 2024-11-01T06:20:46.448Z | |
2999 | 2024-11-01T06:20:46.448Z | info: running `cargo check --bins` on omicron-omdb (136/168) |
3000 | 2024-11-01T06:20:47.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3001 | 2024-11-01T06:20:47.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3002 | 2024-11-01T06:20:47.188Z | Compiling crunchy v0.2.2 |
3003 | 2024-11-01T06:20:47.188Z | Compiling glob v0.3.1 |
3004 | 2024-11-01T06:20:47.189Z | Compiling tiny-keccak v2.0.2 |
3005 | 2024-11-01T06:20:47.192Z | Compiling dsl_auto_type v0.1.2 |
3006 | 2024-11-01T06:20:47.192Z | Checking scheduled-thread-pool v0.2.7 |
3007 | 2024-11-01T06:20:47.192Z | Compiling diesel_table_macro_syntax v0.2.0 |
3008 | 2024-11-01T06:20:47.192Z | Compiling ascii-canvas v3.0.0 |
3009 | 2024-11-01T06:20:47.192Z | Compiling ena v0.14.3 |
3010 | 2024-11-01T06:20:47.495Z | Checking r2d2 v0.8.10 |
3011 | 2024-11-01T06:20:47.645Z | Compiling libloading v0.8.5 |
3012 | 2024-11-01T06:20:47.714Z | Compiling bindgen v0.69.5 |
3013 | 2024-11-01T06:20:47.755Z | Compiling diff v0.1.13 |
3014 | 2024-11-01T06:20:47.821Z | Compiling regex-syntax v0.6.29 |
3015 | 2024-11-01T06:20:47.838Z | Compiling which v4.4.2 |
3016 | 2024-11-01T06:20:48.118Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3017 | 2024-11-01T06:20:48.249Z | Compiling clang-sys v1.8.1 |
3018 | 2024-11-01T06:20:48.348Z | Compiling cexpr v0.6.0 |
3019 | 2024-11-01T06:20:48.368Z | Compiling ref-cast v1.0.23 |
3020 | 2024-11-01T06:20:48.444Z | Compiling rustc-hash v1.1.0 |
3021 | 2024-11-01T06:20:48.525Z | Compiling lazycell v1.3.0 |
3022 | 2024-11-01T06:20:48.618Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3023 | 2024-11-01T06:20:48.636Z | Compiling derive_builder_core v0.20.2 |
3024 | 2024-11-01T06:20:48.704Z | Compiling libxml v0.3.3 |
3025 | 2024-11-01T06:20:48.815Z | Compiling diesel_derives v2.2.3 |
3026 | 2024-11-01T06:20:48.921Z | Compiling ref-cast-impl v1.0.23 |
3027 | 2024-11-01T06:20:48.958Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3028 | 2024-11-01T06:20:49.173Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3029 | 2024-11-01T06:20:49.489Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3030 | 2024-11-01T06:20:49.793Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3031 | 2024-11-01T06:20:50.096Z | Compiling strum_macros v0.24.3 |
3032 | 2024-11-01T06:20:50.194Z | Compiling indoc v1.0.9 |
3033 | 2024-11-01T06:20:51.058Z | Compiling derive_builder_macro v0.20.2 |
3034 | 2024-11-01T06:20:51.185Z | Compiling lalrpop v0.19.12 |
3035 | 2024-11-01T06:20:51.993Z | Checking derive_builder v0.20.2 |
3036 | 2024-11-01T06:20:52.108Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3037 | 2024-11-01T06:20:52.155Z | Compiling oso-derive v0.27.3 |
3038 | 2024-11-01T06:20:52.402Z | Compiling impl-trait-for-tuples v0.2.2 |
3039 | 2024-11-01T06:20:53.187Z | Checking quick-xml v0.33.0 |
3040 | 2024-11-01T06:20:53.554Z | Compiling diesel-dtrace v0.3.0 |
3041 | 2024-11-01T06:20:53.648Z | Checking maplit v1.0.2 |
3042 | 2024-11-01T06:20:53.806Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3043 | 2024-11-01T06:20:53.963Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3044 | 2024-11-01T06:20:54.316Z | Checking bb8 v0.8.5 |
3045 | 2024-11-01T06:20:54.856Z | Compiling const_format_proc_macros v0.2.33 |
3046 | 2024-11-01T06:20:55.508Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3047 | 2024-11-01T06:20:55.556Z | Checking castaway v0.2.3 |
3048 | 2024-11-01T06:20:55.738Z | Checking rand_seeder v0.3.0 |
3049 | 2024-11-01T06:20:55.845Z | Checking compact_str v0.8.0 |
3050 | 2024-11-01T06:20:55.988Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3051 | 2024-11-01T06:20:56.195Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3052 | 2024-11-01T06:20:56.782Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3053 | 2024-11-01T06:20:56.913Z | Checking const_format v0.2.33 |
3054 | 2024-11-01T06:20:57.437Z | Checking unicode-truncate v1.1.0 |
3055 | 2024-11-01T06:20:57.680Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3056 | 2024-11-01T06:20:57.980Z | Checking lru v0.12.5 |
3057 | 2024-11-01T06:20:58.068Z | Compiling instability v0.3.2 |
3058 | 2024-11-01T06:20:58.097Z | Checking is_ci v1.2.0 |
3059 | 2024-11-01T06:20:58.244Z | Checking cassowary v0.3.0 |
3060 | 2024-11-01T06:20:58.271Z | Checking smawk v0.3.2 |
3061 | 2024-11-01T06:20:58.488Z | Checking unicode-linebreak v0.1.5 |
3062 | 2024-11-01T06:20:58.674Z | Checking supports-color v3.0.1 |
3063 | 2024-11-01T06:20:58.864Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3064 | 2024-11-01T06:20:58.910Z | Checking textwrap v0.16.1 |
3065 | 2024-11-01T06:20:59.102Z | Checking ratatui v0.28.1 |
3066 | 2024-11-01T06:20:59.381Z | Checking multimap v0.10.0 |
3067 | 2024-11-01T06:21:00.588Z | Checking diesel v2.2.4 |
3068 | 2024-11-01T06:21:20.699Z | Compiling samael v0.0.17 |
3069 | 2024-11-01T06:21:36.376Z | Checking async-bb8-diesel v0.2.1 |
3070 | 2024-11-01T06:21:37.168Z | Compiling polar-core v0.27.3 |
3071 | 2024-11-01T06:21:44.623Z | Checking oso v0.27.3 |
3072 | 2024-11-01T06:23:19.685Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3073 | 2024-11-01T06:23:27.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s |
3074 | 2024-11-01T06:23:27.857Z | |
3075 | 2024-11-01T06:23:27.857Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168) |
3076 | 2024-11-01T06:23:28.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-11-01T06:23:28.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-11-01T06:23:28.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-11-01T06:23:28.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3080 | 2024-11-01T06:23:28.515Z | |
3081 | 2024-11-01T06:23:28.515Z | info: running `cargo check --bins` on nexus-saga-recovery (138/168) |
3082 | 2024-11-01T06:23:29.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-11-01T06:23:29.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-11-01T06:23:29.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2024-11-01T06:23:29.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3086 | 2024-11-01T06:23:29.165Z | |
3087 | 2024-11-01T06:23:29.165Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/168) |
3088 | 2024-11-01T06:23:29.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-11-01T06:23:29.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-11-01T06:23:29.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2024-11-01T06:23:29.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3092 | 2024-11-01T06:23:29.735Z | |
3093 | 2024-11-01T06:23:29.735Z | info: running `cargo check --bins` on omicron-nexus (140/168) |
3094 | 2024-11-01T06:23:30.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-11-01T06:23:30.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-11-01T06:23:30.510Z | Compiling libz-sys v1.1.20 |
3097 | 2024-11-01T06:23:30.513Z | Checking http v0.2.12 |
3098 | 2024-11-01T06:23:30.620Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3099 | 2024-11-01T06:23:30.638Z | Compiling vergen v8.3.2 |
3100 | 2024-11-01T06:23:30.641Z | Compiling cargo-platform v0.1.8 |
3101 | 2024-11-01T06:23:30.641Z | Compiling pin-project-internal v1.1.6 |
3102 | 2024-11-01T06:23:30.676Z | Compiling libsqlite3-sys v0.30.1 |
3103 | 2024-11-01T06:23:30.676Z | Compiling snafu-derive v0.8.5 |
3104 | 2024-11-01T06:23:30.946Z | Compiling cargo_metadata v0.18.1 |
3105 | 2024-11-01T06:23:31.206Z | Checking sync_wrapper v0.1.2 |
3106 | 2024-11-01T06:23:31.217Z | Compiling buf-list v1.0.3 |
3107 | 2024-11-01T06:23:31.346Z | Compiling cfg_aliases v0.2.1 |
3108 | 2024-11-01T06:23:31.460Z | Compiling rustls v0.21.12 |
3109 | 2024-11-01T06:23:31.554Z | Compiling nix v0.29.0 |
3110 | 2024-11-01T06:23:31.826Z | Checking globset v0.4.15 |
3111 | 2024-11-01T06:23:31.938Z | Checking http-body v0.4.6 |
3112 | 2024-11-01T06:23:31.957Z | Checking h2 v0.3.26 |
3113 | 2024-11-01T06:23:32.343Z | Checking sct v0.7.1 |
3114 | 2024-11-01T06:23:32.362Z | Checking olpc-cjson v0.1.4 |
3115 | 2024-11-01T06:23:32.428Z | Checking rustls-webpki v0.101.7 |
3116 | 2024-11-01T06:23:32.548Z | Checking serde_plain v1.0.2 |
3117 | 2024-11-01T06:23:32.577Z | Checking typed-path v0.7.1 |
3118 | 2024-11-01T06:23:33.490Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3119 | 2024-11-01T06:23:33.557Z | Checking pin-project v1.1.6 |
3120 | 2024-11-01T06:23:33.665Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3121 | 2024-11-01T06:23:33.788Z | Checking hashlink v0.9.1 |
3122 | 2024-11-01T06:23:33.939Z | Checking fallible-streaming-iterator v0.1.9 |
3123 | 2024-11-01T06:23:34.189Z | Checking fallible-iterator v0.3.0 |
3124 | 2024-11-01T06:23:34.409Z | Checking parse-size v1.1.0 |
3125 | 2024-11-01T06:23:34.522Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3126 | 2024-11-01T06:23:34.592Z | Checking rustls-pemfile v1.0.4 |
3127 | 2024-11-01T06:23:34.789Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3128 | 2024-11-01T06:23:34.838Z | Checking rusqlite v0.32.1 |
3129 | 2024-11-01T06:23:35.022Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3130 | 2024-11-01T06:23:35.084Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3131 | 2024-11-01T06:23:35.218Z | Checking twox-hash v1.6.3 |
3132 | 2024-11-01T06:23:35.582Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3133 | 2024-11-01T06:23:35.959Z | Checking snafu v0.8.5 |
3134 | 2024-11-01T06:23:36.261Z | Checking tokio-rustls v0.24.1 |
3135 | 2024-11-01T06:23:36.381Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3136 | 2024-11-01T06:23:36.423Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3137 | 2024-11-01T06:23:36.642Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3138 | 2024-11-01T06:23:36.644Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3139 | 2024-11-01T06:23:36.898Z | Checking fatfs v0.3.6 |
3140 | 2024-11-01T06:23:37.363Z | Checking assert_matches v1.5.0 |
3141 | 2024-11-01T06:23:37.967Z | Checking hyper v0.14.30 |
3142 | 2024-11-01T06:23:42.103Z | Checking reqwest v0.11.27 |
3143 | 2024-11-01T06:23:42.886Z | Checking tough v0.17.1 |
3144 | 2024-11-01T06:23:43.626Z | Compiling git2 v0.19.0 |
3145 | 2024-11-01T06:23:46.086Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3146 | 2024-11-01T06:23:47.271Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3147 | 2024-11-01T06:23:48.810Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3148 | 2024-11-01T06:27:21.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 51s |
3149 | 2024-11-01T06:27:21.544Z | |
3150 | 2024-11-01T06:27:21.544Z | info: running `cargo check --bins` on nexus-external-api (141/168) |
3151 | 2024-11-01T06:27:22.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2024-11-01T06:27:22.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2024-11-01T06:27:22.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3154 | 2024-11-01T06:27:22.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3155 | 2024-11-01T06:27:22.202Z | |
3156 | 2024-11-01T06:27:22.202Z | info: running `cargo check --bins` on openapi-manager-types (142/168) |
3157 | 2024-11-01T06:27:22.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2024-11-01T06:27:22.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2024-11-01T06:27:22.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3160 | 2024-11-01T06:27:22.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3161 | 2024-11-01T06:27:22.774Z | |
3162 | 2024-11-01T06:27:22.774Z | info: running `cargo check --bins` on nexus-internal-api (143/168) |
3163 | 2024-11-01T06:27:23.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2024-11-01T06:27:23.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2024-11-01T06:27:23.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3166 | 2024-11-01T06:27:23.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3167 | 2024-11-01T06:27:23.395Z | |
3168 | 2024-11-01T06:27:23.395Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/168) |
3169 | 2024-11-01T06:27:23.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2024-11-01T06:27:23.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2024-11-01T06:27:23.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3172 | 2024-11-01T06:27:23.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3173 | 2024-11-01T06:27:24.039Z | |
3174 | 2024-11-01T06:27:24.039Z | info: running `cargo check --bins` on nexus-networking (145/168) |
3175 | 2024-11-01T06:27:24.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2024-11-01T06:27:24.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2024-11-01T06:27:24.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3178 | 2024-11-01T06:27:24.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3179 | 2024-11-01T06:27:24.685Z | |
3180 | 2024-11-01T06:27:24.686Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/168) |
3181 | 2024-11-01T06:27:25.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2024-11-01T06:27:25.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2024-11-01T06:27:25.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3184 | 2024-11-01T06:27:25.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3185 | 2024-11-01T06:27:25.330Z | |
3186 | 2024-11-01T06:27:25.330Z | info: running `cargo check --bins` on update-common (147/168) |
3187 | 2024-11-01T06:27:25.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2024-11-01T06:27:25.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2024-11-01T06:27:25.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3190 | 2024-11-01T06:27:25.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3191 | 2024-11-01T06:27:25.950Z | |
3192 | 2024-11-01T06:27:25.950Z | info: running `cargo check --bins` on tufaceous-lib (148/168) |
3193 | 2024-11-01T06:27:26.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2024-11-01T06:27:26.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2024-11-01T06:27:26.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3196 | 2024-11-01T06:27:26.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3197 | 2024-11-01T06:27:26.561Z | |
3198 | 2024-11-01T06:27:26.561Z | info: running `cargo check --bins` on tufaceous (149/168) |
3199 | 2024-11-01T06:27:27.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2024-11-01T06:27:27.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2024-11-01T06:27:27.188Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3202 | 2024-11-01T06:27:28.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
3203 | 2024-11-01T06:27:28.278Z | |
3204 | 2024-11-01T06:27:28.278Z | info: running `cargo check --bins` on omicron-dev (150/168) |
3205 | 2024-11-01T06:27:28.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2024-11-01T06:27:28.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2024-11-01T06:27:29.090Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3208 | 2024-11-01T06:27:29.211Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3209 | 2024-11-01T06:27:29.214Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3210 | 2024-11-01T06:27:29.214Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3211 | 2024-11-01T06:28:24.688Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3212 | 2024-11-01T06:28:24.688Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3213 | 2024-11-01T06:28:24.690Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3214 | 2024-11-01T06:28:24.690Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3215 | 2024-11-01T06:28:24.690Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3216 | 2024-11-01T06:28:25.557Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3217 | 2024-11-01T06:28:26.763Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3218 | 2024-11-01T06:31:43.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s |
3219 | 2024-11-01T06:31:43.842Z | |
3220 | 2024-11-01T06:31:43.842Z | info: running `cargo check --bins` on openapi-manager (151/168) |
3221 | 2024-11-01T06:31:44.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2024-11-01T06:31:44.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2024-11-01T06:31:44.514Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3224 | 2024-11-01T06:31:44.514Z | Checking heck v0.4.1 |
3225 | 2024-11-01T06:31:44.517Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3226 | 2024-11-01T06:31:44.756Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3227 | 2024-11-01T06:31:46.105Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3228 | 2024-11-01T06:31:46.925Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3229 | 2024-11-01T06:31:47.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
3230 | 2024-11-01T06:31:48.075Z | |
3231 | 2024-11-01T06:31:48.075Z | info: running `cargo check --bins` on installinator-api (152/168) |
3232 | 2024-11-01T06:31:48.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2024-11-01T06:31:48.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2024-11-01T06:31:48.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2024-11-01T06:31:48.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3236 | 2024-11-01T06:31:48.680Z | |
3237 | 2024-11-01T06:31:48.680Z | info: running `cargo check --bins` on wicketd-api (153/168) |
3238 | 2024-11-01T06:31:49.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-11-01T06:31:49.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-11-01T06:31:49.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2024-11-01T06:31:49.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3242 | 2024-11-01T06:31:49.298Z | |
3243 | 2024-11-01T06:31:49.298Z | info: running `cargo check --bins` on reconfigurator-cli (154/168) |
3244 | 2024-11-01T06:31:49.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2024-11-01T06:31:49.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2024-11-01T06:31:49.962Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3247 | 2024-11-01T06:31:51.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
3248 | 2024-11-01T06:31:51.285Z | |
3249 | 2024-11-01T06:31:51.285Z | info: running `cargo check --bins` on omicron-releng (155/168) |
3250 | 2024-11-01T06:31:51.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2024-11-01T06:31:51.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2024-11-01T06:31:51.920Z | Checking memmap2 v0.9.5 |
3253 | 2024-11-01T06:31:51.920Z | Checking spin v0.5.2 |
3254 | 2024-11-01T06:31:51.923Z | Checking untrusted v0.7.1 |
3255 | 2024-11-01T06:31:51.923Z | Checking arrayref v0.3.9 |
3256 | 2024-11-01T06:31:51.923Z | Checking arrayvec v0.7.6 |
3257 | 2024-11-01T06:31:51.923Z | Checking constant_time_eq v0.3.1 |
3258 | 2024-11-01T06:31:51.923Z | Checking topological-sort v0.2.2 |
3259 | 2024-11-01T06:31:52.019Z | Checking shell-words v1.1.0 |
3260 | 2024-11-01T06:31:52.186Z | Checking ring v0.16.20 |
3261 | 2024-11-01T06:31:52.353Z | Checking blake3 v1.5.4 |
3262 | 2024-11-01T06:31:53.333Z | Checking omicron-zone-package v0.11.1 |
3263 | 2024-11-01T06:31:54.449Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3264 | 2024-11-01T06:31:55.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
3265 | 2024-11-01T06:31:55.519Z | |
3266 | 2024-11-01T06:31:55.519Z | info: running `cargo check --bins` on xtask (156/168) |
3267 | 2024-11-01T06:31:55.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2024-11-01T06:31:55.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2024-11-01T06:31:55.936Z | Checking bitflags v2.6.0 |
3270 | 2024-11-01T06:31:55.938Z | Checking serde v1.0.210 |
3271 | 2024-11-01T06:31:55.939Z | Checking thiserror v1.0.64 |
3272 | 2024-11-01T06:31:56.028Z | Checking scroll v0.12.0 |
3273 | 2024-11-01T06:31:56.035Z | Checking hashbrown v0.15.0 |
3274 | 2024-11-01T06:31:56.037Z | Checking log v0.4.22 |
3275 | 2024-11-01T06:31:56.043Z | Checking zerocopy v0.7.35 |
3276 | 2024-11-01T06:31:56.065Z | Checking syn v2.0.79 |
3277 | 2024-11-01T06:31:56.133Z | Checking pest v2.7.14 |
3278 | 2024-11-01T06:31:56.259Z | Checking rustix v0.38.37 |
3279 | 2024-11-01T06:31:56.300Z | Checking once_cell v1.20.2 |
3280 | 2024-11-01T06:31:56.464Z | Checking goblin v0.8.2 |
3281 | 2024-11-01T06:31:56.608Z | Checking fs-err v2.11.0 |
3282 | 2024-11-01T06:31:56.921Z | Checking anyhow v1.0.92 |
3283 | 2024-11-01T06:31:57.096Z | Checking indexmap v2.6.0 |
3284 | 2024-11-01T06:31:57.320Z | Checking tabled v0.15.0 |
3285 | 2024-11-01T06:31:58.267Z | Checking terminal_size v0.4.0 |
3286 | 2024-11-01T06:31:58.267Z | Checking tempfile v3.13.0 |
3287 | 2024-11-01T06:31:58.444Z | Checking clap_builder v4.5.20 |
3288 | 2024-11-01T06:31:58.746Z | Checking dtrace-parser v0.2.0 |
3289 | 2024-11-01T06:32:00.289Z | Checking serde_json v1.0.128 |
3290 | 2024-11-01T06:32:00.292Z | Checking serde_spanned v0.6.8 |
3291 | 2024-11-01T06:32:00.292Z | Checking toml_datetime v0.6.8 |
3292 | 2024-11-01T06:32:00.292Z | Checking camino v1.1.9 |
3293 | 2024-11-01T06:32:00.292Z | Checking semver v1.0.23 |
3294 | 2024-11-01T06:32:00.496Z | Checking cargo-platform v0.1.8 |
3295 | 2024-11-01T06:32:00.513Z | Checking macaddr v1.0.1 |
3296 | 2024-11-01T06:32:00.598Z | Checking toml_edit v0.22.22 |
3297 | 2024-11-01T06:32:00.828Z | Checking camino-tempfile v1.1.1 |
3298 | 2024-11-01T06:32:01.068Z | Checking clap v4.5.20 |
3299 | 2024-11-01T06:32:01.470Z | Checking dof v0.3.0 |
3300 | 2024-11-01T06:32:01.470Z | Checking cargo_metadata v0.18.1 |
3301 | 2024-11-01T06:32:01.868Z | Checking usdt-impl v0.5.0 |
3302 | 2024-11-01T06:32:02.229Z | Checking usdt v0.5.0 |
3303 | 2024-11-01T06:32:02.433Z | Checking toml v0.8.19 |
3304 | 2024-11-01T06:32:02.903Z | Checking cargo_toml v0.20.5 |
3305 | 2024-11-01T06:32:04.117Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3306 | 2024-11-01T06:32:04.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
3307 | 2024-11-01T06:32:04.841Z | |
3308 | 2024-11-01T06:32:04.841Z | info: running `cargo check --bins` on end-to-end-tests (157/168) |
3309 | 2024-11-01T06:32:05.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2024-11-01T06:32:05.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2024-11-01T06:32:05.563Z | Checking polyval v0.6.2 |
3312 | 2024-11-01T06:32:05.670Z | Checking ctr v0.9.2 |
3313 | 2024-11-01T06:32:05.681Z | Checking ssh-encoding v0.2.0 |
3314 | 2024-11-01T06:32:05.688Z | Checking blowfish v0.9.1 |
3315 | 2024-11-01T06:32:05.803Z | Checking password-hash v0.4.2 |
3316 | 2024-11-01T06:32:05.806Z | Checking matches v0.1.10 |
3317 | 2024-11-01T06:32:05.806Z | Checking p256 v0.13.2 |
3318 | 2024-11-01T06:32:05.806Z | Checking p521 v0.13.3 |
3319 | 2024-11-01T06:32:05.806Z | Checking idna v0.2.3 |
3320 | 2024-11-01T06:32:05.910Z | Checking ghash v0.5.1 |
3321 | 2024-11-01T06:32:05.926Z | Checking bcrypt-pbkdf v0.10.0 |
3322 | 2024-11-01T06:32:05.951Z | Compiling enum-as-inner v0.5.1 |
3323 | 2024-11-01T06:32:05.999Z | Checking russh-cryptovec v0.7.3 |
3324 | 2024-11-01T06:32:06.066Z | Checking aes-gcm v0.10.3 |
3325 | 2024-11-01T06:32:06.118Z | Checking pbkdf2 v0.11.0 |
3326 | 2024-11-01T06:32:06.170Z | Checking md5 v0.7.0 |
3327 | 2024-11-01T06:32:06.189Z | Checking num-bigint v0.4.6 |
3328 | 2024-11-01T06:32:06.208Z | Checking des v0.8.1 |
3329 | 2024-11-01T06:32:06.295Z | Checking ssh-cipher v0.2.0 |
3330 | 2024-11-01T06:32:06.393Z | Compiling dhcproto-macros v0.1.0 |
3331 | 2024-11-01T06:32:06.462Z | Checking hex-literal v0.4.1 |
3332 | 2024-11-01T06:32:06.481Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3333 | 2024-11-01T06:32:06.585Z | Checking ssh-key v0.6.6 |
3334 | 2024-11-01T06:32:06.602Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3335 | 2024-11-01T06:32:06.639Z | Checking internet-checksum v0.2.1 |
3336 | 2024-11-01T06:32:06.977Z | Checking trust-dns-proto v0.22.0 |
3337 | 2024-11-01T06:32:07.908Z | Checking russh-keys v0.45.0 |
3338 | 2024-11-01T06:32:08.828Z | Checking russh v0.45.0 |
3339 | 2024-11-01T06:32:09.511Z | Checking dhcproto v0.12.0 |
3340 | 2024-11-01T06:32:31.387Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3341 | 2024-11-01T06:32:32.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.91s |
3342 | 2024-11-01T06:32:32.993Z | |
3343 | 2024-11-01T06:32:32.993Z | info: running `cargo check --bins` on gateway-cli (158/168) |
3344 | 2024-11-01T06:32:33.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2024-11-01T06:32:33.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2024-11-01T06:32:33.539Z | Checking termios v0.3.3 |
3347 | 2024-11-01T06:32:33.756Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3348 | 2024-11-01T06:32:34.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3349 | 2024-11-01T06:32:34.679Z | |
3350 | 2024-11-01T06:32:34.680Z | info: running `cargo check --bins --no-default-features` on installinator (159/168) |
3351 | 2024-11-01T06:32:35.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-11-01T06:32:35.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-11-01T06:32:35.340Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3354 | 2024-11-01T06:32:37.323Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3355 | 2024-11-01T06:32:39.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
3356 | 2024-11-01T06:32:39.500Z | |
3357 | 2024-11-01T06:32:39.500Z | info: running `cargo check --bins` on internal-dns-cli (160/168) |
3358 | 2024-11-01T06:32:40.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3359 | 2024-11-01T06:32:40.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3360 | 2024-11-01T06:32:40.099Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3361 | 2024-11-01T06:32:40.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3362 | 2024-11-01T06:32:40.704Z | |
3363 | 2024-11-01T06:32:40.704Z | info: running `cargo check --bins` on omicron-live-tests (161/168) |
3364 | 2024-11-01T06:32:41.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3365 | 2024-11-01T06:32:41.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3366 | 2024-11-01T06:32:41.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3367 | 2024-11-01T06:32:41.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
3368 | 2024-11-01T06:32:41.272Z | |
3369 | 2024-11-01T06:32:41.272Z | info: running `cargo check --bins` on live-tests-macros (162/168) |
3370 | 2024-11-01T06:32:41.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3371 | 2024-11-01T06:32:41.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3372 | 2024-11-01T06:32:41.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3373 | 2024-11-01T06:32:41.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
3374 | 2024-11-01T06:32:41.839Z | |
3375 | 2024-11-01T06:32:41.840Z | info: running `cargo check --bins` on omicron-package (163/168) |
3376 | 2024-11-01T06:32:42.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-11-01T06:32:42.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-11-01T06:32:42.466Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3379 | 2024-11-01T06:32:43.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
3380 | 2024-11-01T06:32:43.881Z | |
3381 | 2024-11-01T06:32:43.881Z | info: running `cargo check --bins` on wicket-dbg (164/168) |
3382 | 2024-11-01T06:32:44.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-11-01T06:32:44.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-11-01T06:32:44.560Z | Checking rtoolbox v0.0.2 |
3385 | 2024-11-01T06:32:44.563Z | Checking tui-tree-widget v0.22.0 |
3386 | 2024-11-01T06:32:44.563Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3387 | 2024-11-01T06:32:44.780Z | Checking rpassword v7.3.1 |
3388 | 2024-11-01T06:32:48.855Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3389 | 2024-11-01T06:32:52.000Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3390 | 2024-11-01T06:32:53.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s |
3391 | 2024-11-01T06:32:53.311Z | |
3392 | 2024-11-01T06:32:53.311Z | info: running `cargo check --bins` on wicket (165/168) |
3393 | 2024-11-01T06:32:53.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3394 | 2024-11-01T06:32:53.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3395 | 2024-11-01T06:32:53.976Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3396 | 2024-11-01T06:32:54.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3397 | 2024-11-01T06:32:54.547Z | |
3398 | 2024-11-01T06:32:54.547Z | info: running `cargo check --bins` on wicketd (166/168) |
3399 | 2024-11-01T06:32:55.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2024-11-01T06:32:55.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2024-11-01T06:32:55.226Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3402 | 2024-11-01T06:33:04.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s |
3403 | 2024-11-01T06:33:04.898Z | |
3404 | 2024-11-01T06:33:04.898Z | info: running `cargo check --bins` on omicron-workspace-hack (167/168) |
3405 | 2024-11-01T06:33:05.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2024-11-01T06:33:05.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2024-11-01T06:33:05.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3408 | 2024-11-01T06:33:05.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3409 | 2024-11-01T06:33:05.480Z | |
3410 | 2024-11-01T06:33:05.480Z | info: running `cargo check --bins` on zone-setup (168/168) |
3411 | 2024-11-01T06:33:06.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2024-11-01T06:33:06.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2024-11-01T06:33:06.171Z | Checking uzers v0.12.1 |
3414 | 2024-11-01T06:33:06.506Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3415 | 2024-11-01T06:33:07.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
3416 | 2024-11-01T06:33:07.761Z | |
3417 | 2024-11-01T06:33:07.761Z | real 24:14.188402374 |
3418 | 2024-11-01T06:33:07.761Z | user 36:31.470095010 |
3419 | 2024-11-01T06:33:07.761Z | sys 5:19.194150034 |
3420 | 2024-11-01T06:33:07.761Z | trap 0.570185077 |
3421 | 2024-11-01T06:33:07.761Z | tflt 2.813213183 |
3422 | 2024-11-01T06:33:07.761Z | dflt 2.704528636 |
3423 | 2024-11-01T06:33:07.763Z | kflt 0.001444496 |
3424 | 2024-11-01T06:33:07.764Z | lock 1:28:28.882746578 |
3425 | 2024-11-01T06:33:07.764Z | slp 3:26:22.307937246 |
3426 | 2024-11-01T06:33:07.764Z | lat 59.990648592 |
3427 | 2024-11-01T06:33:07.764Z | stop 3:04.591040606 |
3428 | 2024-11-01T06:33:07.764Z | process exited: duration 1687176 ms, exit code 0 |
|
3429 | 2024-11-01T06:33:07.770Z | found 0 output files |