|
|
|
1 | 2024-07-29T22:00:14.623Z | job assigned to worker 01J4082RYH0GKZAAXTNRTVJ8NP (queued for 54 s) |
|
2 | 2024-07-29T22:00:21.976Z | starting task 0: "setup" |
3 | 2024-07-29T22:00:22.040Z | ++ uname -s |
4 | 2024-07-29T22:00:22.043Z | + kern=SunOS |
5 | 2024-07-29T22:00:22.043Z | + case "$kern" in |
6 | 2024-07-29T22:00:22.043Z | + groupadd -g 12345 build |
7 | 2024-07-29T22:00:22.046Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-29T22:00:24.071Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-29T22:00:24.225Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-29T22:00:24.227Z | + home_fs=zfs |
11 | 2024-07-29T22:00:24.228Z | + [[ zfs == autofs ]] |
12 | 2024-07-29T22:00:24.228Z | + mkdir -p /home/build |
13 | 2024-07-29T22:00:24.230Z | + chown build:build /home/build /work |
14 | 2024-07-29T22:00:26.231Z | + chmod 0700 /home/build /work |
15 | 2024-07-29T22:00:26.234Z | process exited: duration 4256 ms, exit code 0 |
|
16 | 2024-07-29T22:00:26.240Z | starting task 1: "rust-toolchain" |
17 | 2024-07-29T22:00:26.245Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-29T22:00:26.245Z | ' 1.78.0 |
19 | 2024-07-29T22:00:26.245Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-29T22:00:26.245Z | ' default |
21 | 2024-07-29T22:00:26.248Z | * toolchain channel = "1.78.0" |
22 | 2024-07-29T22:00:26.248Z | * toolchain profile = "default" |
23 | 2024-07-29T22:00:26.248Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-29T22:00:26.248Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-29T22:00:26.360Z | info: downloading installer |
26 | 2024-07-29T22:00:27.866Z | info: profile set to 'default' |
27 | 2024-07-29T22:00:27.866Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-29T22:00:27.869Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-29T22:00:28.017Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-29T22:00:28.017Z | info: downloading component 'cargo' |
31 | 2024-07-29T22:00:28.869Z | info: downloading component 'clippy' |
32 | 2024-07-29T22:00:29.152Z | info: downloading component 'rust-docs' |
33 | 2024-07-29T22:00:30.284Z | info: downloading component 'rust-std' |
34 | 2024-07-29T22:00:32.085Z | info: downloading component 'rustc' |
35 | 2024-07-29T22:00:36.656Z | info: downloading component 'rustfmt' |
36 | 2024-07-29T22:00:36.901Z | info: installing component 'cargo' |
37 | 2024-07-29T22:00:37.772Z | info: installing component 'clippy' |
38 | 2024-07-29T22:00:38.160Z | info: installing component 'rust-docs' |
39 | 2024-07-29T22:00:39.697Z | info: installing component 'rust-std' |
40 | 2024-07-29T22:00:41.514Z | info: installing component 'rustc' |
41 | 2024-07-29T22:00:46.148Z | info: installing component 'rustfmt' |
42 | 2024-07-29T22:00:46.494Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-29T22:00:46.494Z | |
44 | 2024-07-29T22:00:46.755Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-29T22:00:46.755Z | |
46 | 2024-07-29T22:00:46.755Z | |
47 | 2024-07-29T22:00:46.755Z | Rust is installed now. Great! |
48 | 2024-07-29T22:00:46.755Z | |
49 | 2024-07-29T22:00:46.755Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-29T22:00:46.755Z | environment variable. This has not been done automatically. |
51 | 2024-07-29T22:00:46.755Z | |
52 | 2024-07-29T22:00:46.755Z | To configure your current shell, you need to source |
53 | 2024-07-29T22:00:46.755Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-29T22:00:46.756Z | |
55 | 2024-07-29T22:00:46.756Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-29T22:00:46.756Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-29T22:00:46.756Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-29T22:00:46.825Z | + rustc --version |
59 | 2024-07-29T22:00:46.887Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-29T22:00:46.890Z | process exited: duration 20644 ms, exit code 0 |
|
61 | 2024-07-29T22:00:46.895Z | starting task 2: "authentication" |
62 | 2024-07-29T22:00:46.916Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-29T22:00:46.922Z | starting task 3: "clone repository" |
64 | 2024-07-29T22:00:46.926Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-29T22:00:46.929Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-29T22:00:47.115Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-29T22:00:55.448Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-29T22:00:55.448Z | + git fetch origin d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 |
69 | 2024-07-29T22:00:55.708Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-29T22:00:55.708Z | * branch d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 -> FETCH_HEAD |
71 | 2024-07-29T22:00:55.718Z | + [[ -n sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary ]] |
72 | 2024-07-29T22:00:55.721Z | ++ git branch --show-current |
73 | 2024-07-29T22:00:55.724Z | + current=main |
74 | 2024-07-29T22:00:55.724Z | + [[ main != sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary ]] |
75 | 2024-07-29T22:00:55.724Z | + git branch -f sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 |
76 | 2024-07-29T22:00:55.727Z | + git checkout -f sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary |
77 | 2024-07-29T22:00:55.862Z | Switched to branch 'sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary' |
78 | 2024-07-29T22:00:55.865Z | + git reset --hard d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 |
79 | 2024-07-29T22:00:55.996Z | HEAD is now at d8f2fcb7e rebase on main |
80 | 2024-07-29T22:00:55.998Z | process exited: duration 9073 ms, exit code 0 |
|
81 | 2024-07-29T22:00:56.004Z | starting task 4: "build" |
82 | 2024-07-29T22:00:56.009Z | + cargo --version |
83 | 2024-07-29T22:00:56.063Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-29T22:00:56.066Z | + rustc --version |
85 | 2024-07-29T22:00:56.120Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-29T22:00:56.124Z | + source ./env.sh |
87 | 2024-07-29T22:00:56.124Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-29T22:00:56.124Z | ++ set -o xtrace |
89 | 2024-07-29T22:00:56.128Z | ++++ dirname ./env.sh |
90 | 2024-07-29T22:00:56.128Z | +++ readlink -f . |
91 | 2024-07-29T22:00:56.152Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-29T22:00:56.155Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-07-29T22:00:56.155Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-07-29T22:00:56.155Z | ++ 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 |
95 | 2024-07-29T22:00:56.155Z | ++ 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 |
96 | 2024-07-29T22:00:56.155Z | ++ 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 |
97 | 2024-07-29T22:00:56.155Z | ++ 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 |
98 | 2024-07-29T22:00:56.155Z | ++ 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 |
99 | 2024-07-29T22:00:56.155Z | ++ 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 |
100 | 2024-07-29T22:00:56.155Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-29T22:00:56.155Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-29T22:00:56.155Z | + 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 |
103 | 2024-07-29T22:00:56.155Z | + 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 |
104 | 2024-07-29T22:00:56.156Z | + banner prerequisites |
105 | 2024-07-29T22:00:56.179Z | |
106 | 2024-07-29T22:00:56.179Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-07-29T22:00:56.179Z | # # # # # # # # # # # # # # # |
108 | 2024-07-29T22:00:56.179Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-07-29T22:00:56.179Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-07-29T22:00:56.179Z | # # # # # # # # # # # # # # # |
111 | 2024-07-29T22:00:56.179Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-07-29T22:00:56.179Z | |
113 | 2024-07-29T22:00:56.182Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-07-29T22:01:10.843Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-07-29T22:01:13.081Z | Startup: Caching catalogs ... Done |
116 | 2024-07-29T22:01:16.651Z | Planning: Solver setup ... Done (3.074s) |
117 | 2024-07-29T22:01:16.710Z | Planning: Running solver ... Done (0.058s) |
118 | 2024-07-29T22:01:16.756Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-07-29T22:01:16.769Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-07-29T22:01:17.059Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-07-29T22:01:17.108Z | Planning: Package planning ... Done (0.049s) |
122 | 2024-07-29T22:01:17.160Z | Planning: Merging actions ... Done (0.051s) |
123 | 2024-07-29T22:01:18.046Z | Planning: Checking for conflicting actions ... Done (0.886s) |
124 | 2024-07-29T22:01:18.057Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-07-29T22:01:22.572Z | Planning: Evaluating mediators ... Done (4.514s) |
126 | 2024-07-29T22:01:22.581Z | Planning: Planning completed in 9.43 seconds |
127 | 2024-07-29T22:01:23.561Z | Packages to install: 4 |
128 | 2024-07-29T22:01:23.561Z | Mediators to change: 2 |
129 | 2024-07-29T22:01:23.561Z | Services to change: 1 |
130 | 2024-07-29T22:01:23.561Z | Estimated space available: 155.77 GB |
131 | 2024-07-29T22:01:23.564Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-07-29T22:01:23.564Z | Create boot environment: No |
133 | 2024-07-29T22:01:23.564Z | Create backup boot environment: No |
134 | 2024-07-29T22:01:23.564Z | Rebuild boot archive: No |
135 | 2024-07-29T22:01:23.564Z | |
136 | 2024-07-29T22:01:23.564Z | Changed mediators: |
137 | 2024-07-29T22:01:23.564Z | mediator clang: |
138 | 2024-07-29T22:01:23.564Z | version: None -> 15 (system default) |
139 | 2024-07-29T22:01:23.564Z | |
140 | 2024-07-29T22:01:23.564Z | mediator llvm: |
141 | 2024-07-29T22:01:23.564Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-07-29T22:01:23.564Z | |
143 | 2024-07-29T22:01:23.564Z | Changed packages: |
144 | 2024-07-29T22:01:23.564Z | helios-dev |
145 | 2024-07-29T22:01:23.564Z | developer/build-essential |
146 | 2024-07-29T22:01:23.564Z | None -> 11-2.0 |
147 | 2024-07-29T22:01:23.564Z | library/libxmlsec1 |
148 | 2024-07-29T22:01:23.564Z | None -> 1.2.35-2.0 |
149 | 2024-07-29T22:01:23.564Z | ooce/developer/clang-15 |
150 | 2024-07-29T22:01:23.564Z | None -> 15.0.7-2.0 |
151 | 2024-07-29T22:01:23.564Z | ooce/developer/llvm-15 |
152 | 2024-07-29T22:01:23.564Z | None -> 15.0.7-2.0 |
153 | 2024-07-29T22:01:23.564Z | |
154 | 2024-07-29T22:01:23.564Z | Services: |
155 | 2024-07-29T22:01:23.564Z | restart_fmri: |
156 | 2024-07-29T22:01:23.564Z | svc:/system/update-man-index:default |
157 | 2024-07-29T22:01:23.709Z | |
158 | 2024-07-29T22:01:23.709Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-07-29T22:01:29.981Z | Download: 213/3290 items 1.3/212.6MB 0% complete (554k/s) |
160 | 2024-07-29T22:01:34.983Z | Download: 1195/3290 items 82.3/212.6MB 38% complete (8.1M/s) |
161 | 2024-07-29T22:01:39.982Z | Download: 1907/3290 items 118.6/212.6MB 55% complete (11.8M/s) |
162 | 2024-07-29T22:01:45.369Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
163 | 2024-07-29T22:01:50.370Z | Download: 2869/3290 items 121.1/212.6MB 56% complete (242k/s) |
164 | 2024-07-29T22:01:53.249Z | Download: Completed 212.60 MB in 29.53 seconds (7.2M/s) |
165 | 2024-07-29T22:01:54.176Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-07-29T22:01:59.198Z | Actions: 3605/3689 actions (Installing new actions) |
167 | 2024-07-29T22:01:59.415Z | Actions: Completed 3689 actions in 5.24 seconds. |
168 | 2024-07-29T22:01:59.557Z | Done (0.138s) |
169 | 2024-07-29T22:01:59.557Z | Done (0.000s) |
170 | 2024-07-29T22:01:59.903Z | Done (0.345s) |
171 | 2024-07-29T22:02:05.185Z | Done (5.117s) |
172 | 2024-07-29T22:02:05.367Z | Done (0.123s) |
173 | 2024-07-29T22:02:05.371Z | Done (0.000s) |
174 | 2024-07-29T22:02:05.576Z | Done (0.000s) |
175 | 2024-07-29T22:02:06.144Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-07-29T22:02:06.303Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-07-29T22:02:06.306Z | Planning: Consolidating action changes ... Done |
178 | 2024-07-29T22:02:06.569Z | Planning: Evaluating mediators ... Done |
179 | 2024-07-29T22:02:06.571Z | Planning: Planning completed in 0.43 seconds |
180 | 2024-07-29T22:02:06.602Z | Mediators to change: 2 |
181 | 2024-07-29T22:02:06.602Z | Create boot environment: No |
182 | 2024-07-29T22:02:06.605Z | Create backup boot environment: No |
183 | 2024-07-29T22:02:06.669Z | Done |
184 | 2024-07-29T22:02:06.669Z | Done |
185 | 2024-07-29T22:02:06.885Z | Done |
186 | 2024-07-29T22:02:10.366Z | Done |
187 | 2024-07-29T22:02:10.447Z | Done |
188 | 2024-07-29T22:02:10.450Z | Done |
189 | 2024-07-29T22:02:10.628Z | Done |
190 | 2024-07-29T22:02:11.228Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-07-29T22:02:11.230Z | Planning: Merging actions ... Done |
192 | 2024-07-29T22:02:11.417Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-07-29T22:02:11.420Z | Planning: Consolidating action changes ... Done |
194 | 2024-07-29T22:02:11.680Z | Planning: Evaluating mediators ... Done |
195 | 2024-07-29T22:02:11.733Z | Planning: Planning completed in 0.75 seconds |
196 | 2024-07-29T22:02:11.767Z | Packages to change: 1 |
197 | 2024-07-29T22:02:11.767Z | Mediators to change: 1 |
198 | 2024-07-29T22:02:11.770Z | Services to change: 1 |
199 | 2024-07-29T22:02:11.770Z | Create boot environment: No |
200 | 2024-07-29T22:02:11.770Z | Create backup boot environment: Yes |
201 | 2024-07-29T22:02:13.636Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-07-29T22:02:13.679Z | Actions: Completed 6 actions in 0.04 seconds. |
203 | 2024-07-29T22:02:13.679Z | Done |
204 | 2024-07-29T22:02:13.679Z | Done |
205 | 2024-07-29T22:02:13.753Z | Done |
206 | 2024-07-29T22:02:17.361Z | Done |
207 | 2024-07-29T22:02:17.445Z | Done |
208 | 2024-07-29T22:02:17.447Z | Done |
209 | 2024-07-29T22:02:17.614Z | Done |
210 | 2024-07-29T22:02:18.045Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-07-29T22:02:18.046Z | clang system 15 system |
212 | 2024-07-29T22:02:18.046Z | csh system system illumos |
213 | 2024-07-29T22:02:18.046Z | ctags system system illumos |
214 | 2024-07-29T22:02:18.046Z | gcc vendor 12 vendor |
215 | 2024-07-29T22:02:18.046Z | gcc system 10 system |
216 | 2024-07-29T22:02:18.046Z | gcc system 7 system |
217 | 2024-07-29T22:02:18.046Z | go system 1.20 system |
218 | 2024-07-29T22:02:18.046Z | go system 1.19 system |
219 | 2024-07-29T22:02:18.046Z | llvm system 15 system |
220 | 2024-07-29T22:02:18.046Z | llvm system 14 system |
221 | 2024-07-29T22:02:18.046Z | mariadb system 10.6 system |
222 | 2024-07-29T22:02:18.046Z | mta vendor vendor dma |
223 | 2024-07-29T22:02:18.046Z | openjdk system 17 system |
224 | 2024-07-29T22:02:18.046Z | openjdk system 11 system |
225 | 2024-07-29T22:02:18.046Z | openjdk system 1.8 system |
226 | 2024-07-29T22:02:18.046Z | openssl vendor 3 vendor |
227 | 2024-07-29T22:02:18.046Z | perl system 5.36 system |
228 | 2024-07-29T22:02:18.046Z | postgresql system 15 system |
229 | 2024-07-29T22:02:18.046Z | postgresql system 13 system |
230 | 2024-07-29T22:02:18.046Z | python vendor 3 vendor |
231 | 2024-07-29T22:02:18.046Z | python system 2 system |
232 | 2024-07-29T22:02:18.046Z | python3 system 3.11 system |
233 | 2024-07-29T22:02:18.046Z | ruby system 3.0 system |
234 | 2024-07-29T22:02:18.046Z | words vendor vendor american-english |
235 | 2024-07-29T22:02:18.046Z | words system system australian-english |
236 | 2024-07-29T22:02:18.046Z | words system system british-english |
237 | 2024-07-29T22:02:18.046Z | words system system canadian-english |
238 | 2024-07-29T22:02:18.046Z | words system system french |
239 | 2024-07-29T22:02:18.046Z | words system system italian |
240 | 2024-07-29T22:02:18.046Z | words system system ngerman |
241 | 2024-07-29T22:02:18.046Z | words system system ogerman |
242 | 2024-07-29T22:02:18.046Z | words system system spanish |
243 | 2024-07-29T22:02:18.370Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-07-29T22:02:18.370Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-07-29T22:02:20.001Z | FMRI IFO |
246 | 2024-07-29T22:02:20.001Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-07-29T22:02:20.001Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-07-29T22:02:20.001Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-07-29T22:02:20.001Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-07-29T22:02:20.001Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-07-29T22:02:20.002Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-07-29T22:02:20.002Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-07-29T22:02:20.002Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-07-29T22:02:20.002Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-07-29T22:02:20.002Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-07-29T22:02:20.002Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-07-29T22:02:20.002Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-07-29T22:02:20.523Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-07-29T22:02:20.808Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-07-29T22:02:21.102Z | Updating crates.io index |
261 | 2024-07-29T22:02:21.164Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-07-29T22:02:22.011Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-07-29T22:02:22.734Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-07-29T22:02:22.992Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-07-29T22:02:25.184Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-07-29T22:02:25.672Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-07-29T22:02:25.908Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-07-29T22:02:27.028Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-07-29T22:02:29.146Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-07-29T22:02:30.271Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-07-29T22:02:31.000Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-07-29T22:02:31.593Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-07-29T22:02:32.040Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-07-29T22:02:32.373Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-07-29T22:02:32.681Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-07-29T22:02:33.085Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-07-29T22:02:33.351Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-07-29T22:02:33.597Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-07-29T22:02:33.895Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-07-29T22:02:34.220Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-07-29T22:02:34.619Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-07-29T22:02:34.911Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-07-29T22:02:35.547Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-07-29T22:02:35.921Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-07-29T22:02:36.347Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-07-29T22:02:38.388Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-07-29T22:02:38.759Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-07-29T22:02:39.012Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-07-29T22:02:39.642Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-07-29T22:02:40.894Z | Downloading crates ... |
291 | 2024-07-29T22:02:40.953Z | Downloaded bytecount v0.6.8 |
292 | 2024-07-29T22:02:40.957Z | Downloaded bitflags v2.6.0 |
293 | 2024-07-29T22:02:40.962Z | Downloaded scroll_derive v0.12.0 |
294 | 2024-07-29T22:02:40.964Z | Downloaded is_terminal_polyfill v1.70.0 |
295 | 2024-07-29T22:02:40.968Z | Downloaded usdt-macro v0.5.0 |
296 | 2024-07-29T22:02:40.973Z | Downloaded usdt-attr-macro v0.5.0 |
297 | 2024-07-29T22:02:40.977Z | Downloaded dtrace-parser v0.2.0 |
298 | 2024-07-29T22:02:40.981Z | Downloaded byteorder v1.5.0 |
299 | 2024-07-29T22:02:40.984Z | Downloaded anstyle v1.0.7 |
300 | 2024-07-29T22:02:40.987Z | Downloaded block-buffer v0.10.4 |
301 | 2024-07-29T22:02:40.990Z | Downloaded anstyle-parse v0.2.4 |
302 | 2024-07-29T22:02:40.990Z | Downloaded cargo-platform v0.1.8 |
303 | 2024-07-29T22:02:40.992Z | Downloaded autocfg v1.3.0 |
304 | 2024-07-29T22:02:40.992Z | Downloaded heck v0.5.0 |
305 | 2024-07-29T22:02:40.995Z | Downloaded anstyle-query v1.0.3 |
306 | 2024-07-29T22:02:40.998Z | Downloaded serde_tokenstream v0.2.1 |
307 | 2024-07-29T22:02:41.000Z | Downloaded errno v0.3.9 |
308 | 2024-07-29T22:02:41.000Z | Downloaded macaddr v1.0.1 |
309 | 2024-07-29T22:02:41.003Z | Downloaded strsim v0.11.1 |
310 | 2024-07-29T22:02:41.003Z | Downloaded memmap v0.7.0 |
311 | 2024-07-29T22:02:41.003Z | Downloaded cfg-if v1.0.0 |
312 | 2024-07-29T22:02:41.005Z | Downloaded generic-array v0.14.7 |
313 | 2024-07-29T22:02:41.006Z | Downloaded thiserror-impl v1.0.63 |
314 | 2024-07-29T22:02:41.008Z | Downloaded clap_lex v0.7.0 |
315 | 2024-07-29T22:02:41.008Z | Downloaded pest_generator v2.7.10 |
316 | 2024-07-29T22:02:41.008Z | Downloaded version_check v0.9.4 |
317 | 2024-07-29T22:02:41.011Z | Downloaded terminal_size v0.3.0 |
318 | 2024-07-29T22:02:41.011Z | Downloaded camino v1.1.7 |
319 | 2024-07-29T22:02:41.014Z | Downloaded plain v0.2.3 |
320 | 2024-07-29T22:02:41.016Z | Downloaded proc-macro-error v1.0.4 |
321 | 2024-07-29T22:02:41.019Z | Downloaded cargo_metadata v0.18.1 |
322 | 2024-07-29T22:02:41.022Z | Downloaded anstream v0.6.14 |
323 | 2024-07-29T22:02:41.025Z | Downloaded digest v0.10.7 |
324 | 2024-07-29T22:02:41.025Z | Downloaded cpufeatures v0.2.12 |
325 | 2024-07-29T22:02:41.040Z | Downloaded pretty-hex v0.4.1 |
326 | 2024-07-29T22:02:41.049Z | Downloaded swrite v0.1.0 |
327 | 2024-07-29T22:02:41.058Z | Downloaded colorchoice v1.0.1 |
328 | 2024-07-29T22:02:41.061Z | Downloaded anyhow v1.0.86 |
329 | 2024-07-29T22:02:41.063Z | Downloaded toml v0.8.15 |
330 | 2024-07-29T22:02:41.066Z | Downloaded ryu v1.0.18 |
331 | 2024-07-29T22:02:41.069Z | Downloaded papergrid v0.11.0 |
332 | 2024-07-29T22:02:41.074Z | Downloaded ucd-trie v0.1.6 |
333 | 2024-07-29T22:02:41.077Z | Downloaded proc-macro-error-attr v1.0.4 |
334 | 2024-07-29T22:02:41.077Z | Downloaded itoa v1.0.11 |
335 | 2024-07-29T22:02:41.077Z | Downloaded crypto-common v0.1.6 |
336 | 2024-07-29T22:02:41.077Z | Downloaded fs-err v2.11.0 |
337 | 2024-07-29T22:02:41.080Z | Downloaded fnv v1.0.7 |
338 | 2024-07-29T22:02:41.080Z | Downloaded dof v0.3.0 |
339 | 2024-07-29T22:02:41.080Z | Downloaded equivalent v1.0.1 |
340 | 2024-07-29T22:02:41.080Z | Downloaded serde_spanned v0.6.6 |
341 | 2024-07-29T22:02:41.084Z | Downloaded scroll v0.12.0 |
342 | 2024-07-29T22:02:41.087Z | Downloaded heck v0.4.1 |
343 | 2024-07-29T22:02:41.087Z | Downloaded toml_datetime v0.6.6 |
344 | 2024-07-29T22:02:41.090Z | Downloaded tabled_derive v0.7.0 |
345 | 2024-07-29T22:02:41.090Z | Downloaded usdt v0.5.0 |
346 | 2024-07-29T22:02:41.090Z | Downloaded thread-id v4.2.1 |
347 | 2024-07-29T22:02:41.093Z | Downloaded utf8parse v0.2.1 |
348 | 2024-07-29T22:02:41.096Z | Downloaded usdt-impl v0.5.0 |
349 | 2024-07-29T22:02:41.102Z | Downloaded proc-macro2 v1.0.86 |
350 | 2024-07-29T22:02:41.106Z | Downloaded clap_derive v4.5.8 |
351 | 2024-07-29T22:02:41.108Z | Downloaded once_cell v1.19.0 |
352 | 2024-07-29T22:02:41.111Z | Downloaded cargo_toml v0.20.4 |
353 | 2024-07-29T22:02:41.113Z | Downloaded pest_derive v2.7.10 |
354 | 2024-07-29T22:02:41.119Z | Downloaded sha2 v0.10.8 |
355 | 2024-07-29T22:02:41.121Z | Downloaded thiserror v1.0.63 |
356 | 2024-07-29T22:02:41.125Z | Downloaded zerocopy-derive v0.7.34 |
357 | 2024-07-29T22:02:41.133Z | Downloaded serde v1.0.204 |
358 | 2024-07-29T22:02:41.139Z | Downloaded serde_derive v1.0.204 |
359 | 2024-07-29T22:02:41.142Z | Downloaded semver v1.0.23 |
360 | 2024-07-29T22:02:41.144Z | Downloaded quote v1.0.36 |
361 | 2024-07-29T22:02:41.147Z | Downloaded pest_meta v2.7.10 |
362 | 2024-07-29T22:02:41.150Z | Downloaded log v0.4.21 |
363 | 2024-07-29T22:02:41.150Z | Downloaded typenum v1.17.0 |
364 | 2024-07-29T22:02:41.159Z | Downloaded clap v4.5.9 |
365 | 2024-07-29T22:02:41.167Z | Downloaded unicode-ident v1.0.12 |
366 | 2024-07-29T22:02:41.177Z | Downloaded indexmap v2.2.6 |
367 | 2024-07-29T22:02:41.185Z | Downloaded toml_edit v0.22.16 |
368 | 2024-07-29T22:02:41.204Z | Downloaded memchr v2.7.2 |
369 | 2024-07-29T22:02:41.213Z | Downloaded hashbrown v0.14.5 |
370 | 2024-07-29T22:02:41.218Z | Downloaded pest v2.7.10 |
371 | 2024-07-29T22:02:41.222Z | Downloaded zerocopy v0.7.34 |
372 | 2024-07-29T22:02:41.236Z | Downloaded serde_json v1.0.120 |
373 | 2024-07-29T22:02:41.243Z | Downloaded clap_builder v4.5.9 |
374 | 2024-07-29T22:02:41.248Z | Downloaded winnow v0.6.8 |
375 | 2024-07-29T22:02:41.256Z | Downloaded goblin v0.8.2 |
376 | 2024-07-29T22:02:41.262Z | Downloaded tabled v0.15.0 |
377 | 2024-07-29T22:02:41.285Z | Downloaded syn v1.0.109 |
378 | 2024-07-29T22:02:41.294Z | Downloaded syn v2.0.72 |
379 | 2024-07-29T22:02:41.312Z | Downloaded rustix v0.38.34 |
380 | 2024-07-29T22:02:41.332Z | Downloaded unicode-width v0.1.13 |
381 | 2024-07-29T22:02:41.345Z | Downloaded libc v0.2.155 |
382 | 2024-07-29T22:02:41.634Z | Compiling proc-macro2 v1.0.86 |
383 | 2024-07-29T22:02:41.634Z | Compiling unicode-ident v1.0.12 |
384 | 2024-07-29T22:02:41.636Z | Compiling version_check v0.9.4 |
385 | 2024-07-29T22:02:41.636Z | Compiling serde v1.0.204 |
386 | 2024-07-29T22:02:41.637Z | Compiling thiserror v1.0.63 |
387 | 2024-07-29T22:02:41.637Z | Compiling libc v0.2.155 |
388 | 2024-07-29T22:02:41.667Z | Compiling memchr v2.7.2 |
389 | 2024-07-29T22:02:41.669Z | Compiling itoa v1.0.11 |
390 | 2024-07-29T22:02:41.871Z | Compiling ryu v1.0.18 |
391 | 2024-07-29T22:02:41.892Z | Compiling ucd-trie v0.1.6 |
392 | 2024-07-29T22:02:42.448Z | Compiling once_cell v1.19.0 |
393 | 2024-07-29T22:02:42.468Z | Compiling byteorder v1.5.0 |
394 | 2024-07-29T22:02:42.764Z | Compiling serde_json v1.0.120 |
395 | 2024-07-29T22:02:43.633Z | Compiling usdt-impl v0.5.0 |
396 | 2024-07-29T22:02:43.636Z | Compiling proc-macro-error-attr v1.0.4 |
397 | 2024-07-29T22:02:43.671Z | Compiling rustix v0.38.34 |
398 | 2024-07-29T22:02:43.729Z | Compiling syn v1.0.109 |
399 | 2024-07-29T22:02:43.731Z | Compiling proc-macro-error v1.0.4 |
400 | 2024-07-29T22:02:43.954Z | Compiling hashbrown v0.14.5 |
401 | 2024-07-29T22:02:44.012Z | Compiling equivalent v1.0.1 |
402 | 2024-07-29T22:02:44.055Z | Compiling bitflags v2.6.0 |
403 | 2024-07-29T22:02:44.123Z | Compiling log v0.4.21 |
404 | 2024-07-29T22:02:44.376Z | Compiling thread-id v4.2.1 |
405 | 2024-07-29T22:02:44.416Z | Compiling plain v0.2.3 |
406 | 2024-07-29T22:02:44.466Z | Compiling utf8parse v0.2.1 |
407 | 2024-07-29T22:02:44.490Z | Compiling quote v1.0.36 |
408 | 2024-07-29T22:02:44.582Z | Compiling anstyle-parse v0.2.4 |
409 | 2024-07-29T22:02:44.607Z | Compiling anstyle v1.0.7 |
410 | 2024-07-29T22:02:44.648Z | Compiling pretty-hex v0.4.1 |
411 | 2024-07-29T22:02:44.852Z | Compiling syn v2.0.72 |
412 | 2024-07-29T22:02:44.876Z | Compiling errno v0.3.9 |
413 | 2024-07-29T22:02:45.099Z | Compiling winnow v0.6.8 |
414 | 2024-07-29T22:02:45.102Z | Compiling anstyle-query v1.0.3 |
415 | 2024-07-29T22:02:45.183Z | Compiling indexmap v2.2.6 |
416 | 2024-07-29T22:02:45.218Z | Compiling semver v1.0.23 |
417 | 2024-07-29T22:02:45.257Z | Compiling colorchoice v1.0.1 |
418 | 2024-07-29T22:02:45.413Z | Compiling is_terminal_polyfill v1.70.0 |
419 | 2024-07-29T22:02:45.531Z | Compiling camino v1.1.7 |
420 | 2024-07-29T22:02:45.716Z | Compiling autocfg v1.3.0 |
421 | 2024-07-29T22:02:46.255Z | Compiling terminal_size v0.3.0 |
422 | 2024-07-29T22:02:46.485Z | Compiling anstream v0.6.14 |
423 | 2024-07-29T22:02:46.619Z | Compiling bytecount v0.6.8 |
424 | 2024-07-29T22:02:46.663Z | Compiling fnv v1.0.7 |
425 | 2024-07-29T22:02:46.686Z | Compiling anyhow v1.0.86 |
426 | 2024-07-29T22:02:46.707Z | Compiling fs-err v2.11.0 |
427 | 2024-07-29T22:02:46.794Z | Compiling heck v0.4.1 |
428 | 2024-07-29T22:02:46.821Z | Compiling unicode-width v0.1.13 |
429 | 2024-07-29T22:02:46.971Z | Compiling clap_lex v0.7.0 |
430 | 2024-07-29T22:02:47.048Z | Compiling heck v0.5.0 |
431 | 2024-07-29T22:02:47.245Z | Compiling strsim v0.11.1 |
432 | 2024-07-29T22:02:47.296Z | Compiling papergrid v0.11.0 |
433 | 2024-07-29T22:02:47.539Z | Compiling memmap v0.7.0 |
434 | 2024-07-29T22:02:47.929Z | Compiling clap_builder v4.5.9 |
435 | 2024-07-29T22:02:48.337Z | Compiling swrite v0.1.0 |
436 | 2024-07-29T22:02:50.203Z | Compiling tabled_derive v0.7.0 |
437 | 2024-07-29T22:02:51.672Z | Compiling tabled v0.15.0 |
438 | 2024-07-29T22:02:53.799Z | Compiling serde_derive v1.0.204 |
439 | 2024-07-29T22:02:53.799Z | Compiling thiserror-impl v1.0.63 |
440 | 2024-07-29T22:02:53.801Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-07-29T22:02:53.801Z | Compiling scroll_derive v0.12.0 |
442 | 2024-07-29T22:02:53.801Z | Compiling clap_derive v4.5.8 |
443 | 2024-07-29T22:02:55.142Z | Compiling scroll v0.12.0 |
444 | 2024-07-29T22:02:55.631Z | Compiling goblin v0.8.2 |
445 | 2024-07-29T22:02:55.885Z | Compiling zerocopy v0.7.34 |
446 | 2024-07-29T22:02:56.574Z | Compiling pest v2.7.10 |
447 | 2024-07-29T22:02:57.814Z | Compiling clap v4.5.9 |
448 | 2024-07-29T22:02:58.591Z | Compiling pest_meta v2.7.10 |
449 | 2024-07-29T22:02:59.452Z | Compiling pest_generator v2.7.10 |
450 | 2024-07-29T22:03:01.372Z | Compiling pest_derive v2.7.10 |
451 | 2024-07-29T22:03:02.086Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-07-29T22:03:04.308Z | Compiling toml_datetime v0.6.6 |
453 | 2024-07-29T22:03:04.309Z | Compiling serde_spanned v0.6.6 |
454 | 2024-07-29T22:03:04.311Z | Compiling cargo-platform v0.1.8 |
455 | 2024-07-29T22:03:04.689Z | Compiling serde_tokenstream v0.2.1 |
456 | 2024-07-29T22:03:04.765Z | Compiling toml_edit v0.22.16 |
457 | 2024-07-29T22:03:04.857Z | Compiling macaddr v1.0.1 |
458 | 2024-07-29T22:03:05.691Z | Compiling dof v0.3.0 |
459 | 2024-07-29T22:03:05.691Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-07-29T22:03:07.452Z | Compiling toml v0.8.15 |
461 | 2024-07-29T22:03:07.813Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-07-29T22:03:07.816Z | Compiling usdt-macro v0.5.0 |
463 | 2024-07-29T22:03:08.318Z | Compiling cargo_toml v0.20.4 |
464 | 2024-07-29T22:03:09.246Z | Compiling usdt v0.5.0 |
465 | 2024-07-29T22:03:12.385Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-07-29T22:03:16.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.27s |
467 | 2024-07-29T22:03:16.857Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-07-29T22:03:17.368Z | Downloading crates ... |
469 | 2024-07-29T22:03:17.484Z | Downloaded allocator-api2 v0.2.18 |
470 | 2024-07-29T22:03:17.491Z | Downloaded bitstruct v0.1.1 |
471 | 2024-07-29T22:03:17.493Z | Downloaded atomicwrites v0.4.3 |
472 | 2024-07-29T22:03:17.496Z | Downloaded async-stream-impl v0.3.5 |
473 | 2024-07-29T22:03:17.499Z | Downloaded ciborium-io v0.2.2 |
474 | 2024-07-29T22:03:17.508Z | Downloaded crucible-workspace-hack v0.1.0 |
475 | 2024-07-29T22:03:17.512Z | Downloaded is-terminal v0.4.12 |
476 | 2024-07-29T22:03:17.515Z | Downloaded maplit v1.0.2 |
477 | 2024-07-29T22:03:17.518Z | Downloaded lazycell v1.3.0 |
478 | 2024-07-29T22:03:17.520Z | Downloaded matches v0.1.10 |
479 | 2024-07-29T22:03:17.520Z | Downloaded indent_write v2.2.0 |
480 | 2024-07-29T22:03:17.523Z | Downloaded normalize-line-endings v0.3.0 |
481 | 2024-07-29T22:03:17.523Z | Downloaded openssl-probe v0.1.5 |
482 | 2024-07-29T22:03:17.525Z | Downloaded number_prefix v0.4.0 |
483 | 2024-07-29T22:03:17.525Z | Downloaded opaque-debug v0.3.1 |
484 | 2024-07-29T22:03:17.528Z | Downloaded newtype_derive v0.1.6 |
485 | 2024-07-29T22:03:17.528Z | Downloaded bitfield-struct v0.6.1 |
486 | 2024-07-29T22:03:17.530Z | Downloaded bit-vec v0.6.3 |
487 | 2024-07-29T22:03:17.533Z | Downloaded crc-catalog v2.4.0 |
488 | 2024-07-29T22:03:17.533Z | Downloaded lru-cache v0.1.2 |
489 | 2024-07-29T22:03:17.535Z | Downloaded inout v0.1.3 |
490 | 2024-07-29T22:03:17.535Z | Downloaded cexpr v0.6.0 |
491 | 2024-07-29T22:03:17.538Z | Downloaded num-conv v0.1.0 |
492 | 2024-07-29T22:03:17.540Z | Downloaded newline-converter v0.3.0 |
493 | 2024-07-29T22:03:17.541Z | Downloaded md-5 v0.10.6 |
494 | 2024-07-29T22:03:17.543Z | Downloaded match_cfg v0.1.0 |
495 | 2024-07-29T22:03:17.543Z | Downloaded is_ci v1.2.0 |
496 | 2024-07-29T22:03:17.546Z | Downloaded mockall v0.12.1 |
497 | 2024-07-29T22:03:17.549Z | Downloaded num_cpus v1.16.0 |
498 | 2024-07-29T22:03:17.551Z | Downloaded num v0.4.3 |
499 | 2024-07-29T22:03:17.551Z | Downloaded libloading v0.8.3 |
500 | 2024-07-29T22:03:17.554Z | Downloaded defmt-parser v0.3.4 |
501 | 2024-07-29T22:03:17.557Z | Downloaded num-integer v0.1.46 |
502 | 2024-07-29T22:03:17.559Z | Downloaded nodrop v0.1.14 |
503 | 2024-07-29T22:03:17.562Z | Downloaded parse-display-derive v0.9.1 |
504 | 2024-07-29T22:03:17.562Z | Downloaded packed_struct_codegen v0.10.1 |
505 | 2024-07-29T22:03:17.564Z | Downloaded lock_api v0.4.12 |
506 | 2024-07-29T22:03:17.567Z | Downloaded assert_matches v1.5.0 |
507 | 2024-07-29T22:03:17.567Z | Downloaded libefi-sys v0.1.0 |
508 | 2024-07-29T22:03:17.569Z | Downloaded num-rational v0.4.2 |
509 | 2024-07-29T22:03:17.572Z | Downloaded defmt v0.3.8 |
510 | 2024-07-29T22:03:17.574Z | Downloaded argon2 v0.5.3 |
511 | 2024-07-29T22:03:17.577Z | Downloaded multer v3.1.0 |
512 | 2024-07-29T22:03:17.579Z | Downloaded aead v0.5.2 |
513 | 2024-07-29T22:03:17.582Z | Downloaded oso-derive v0.27.3 |
514 | 2024-07-29T22:03:17.584Z | Downloaded csv-core v0.1.11 |
515 | 2024-07-29T22:03:17.584Z | Downloaded cookie_store v0.20.0 |
516 | 2024-07-29T22:03:17.587Z | Downloaded cfg_aliases v0.1.1 |
517 | 2024-07-29T22:03:17.589Z | Downloaded native-tls v0.2.11 |
518 | 2024-07-29T22:03:17.591Z | Downloaded password-hash v0.5.0 |
519 | 2024-07-29T22:03:17.594Z | Downloaded mime_guess v2.0.4 |
520 | 2024-07-29T22:03:17.596Z | Downloaded parking_lot_core v0.9.10 |
521 | 2024-07-29T22:03:17.599Z | Downloaded parse-size v1.0.0 |
522 | 2024-07-29T22:03:17.599Z | Downloaded new_debug_unreachable v1.0.6 |
523 | 2024-07-29T22:03:17.602Z | Downloaded waitgroup v0.1.2 |
524 | 2024-07-29T22:03:17.602Z | Downloaded darling_macro v0.20.9 |
525 | 2024-07-29T22:03:17.605Z | Downloaded downcast v0.11.0 |
526 | 2024-07-29T22:03:17.605Z | Downloaded zone_cfg_derive v0.1.2 |
527 | 2024-07-29T22:03:17.608Z | Downloaded cstr-argument v0.1.2 |
528 | 2024-07-29T22:03:17.608Z | Downloaded nibble_vec v0.1.0 |
529 | 2024-07-29T22:03:17.608Z | Downloaded crunchy v0.2.2 |
530 | 2024-07-29T22:03:17.608Z | Downloaded lru v0.12.3 |
531 | 2024-07-29T22:03:17.612Z | Downloaded owo-colors v4.0.0 |
532 | 2024-07-29T22:03:17.614Z | Downloaded miniz_oxide v0.7.2 |
533 | 2024-07-29T22:03:17.617Z | Downloaded mime v0.3.17 |
534 | 2024-07-29T22:03:17.617Z | Downloaded nanorand v0.7.0 |
535 | 2024-07-29T22:03:17.619Z | Downloaded num-iter v0.1.45 |
536 | 2024-07-29T22:03:17.622Z | Downloaded newtype-uuid v1.1.0 |
537 | 2024-07-29T22:03:17.622Z | Downloaded num-derive v0.4.2 |
538 | 2024-07-29T22:03:17.624Z | Downloaded difflib v0.4.0 |
539 | 2024-07-29T22:03:17.624Z | Downloaded subtle v2.5.0 |
540 | 2024-07-29T22:03:17.627Z | Downloaded num_threads v0.1.7 |
541 | 2024-07-29T22:03:17.627Z | Downloaded num_enum v0.5.11 |
542 | 2024-07-29T22:03:17.631Z | Downloaded multimap v0.10.0 |
543 | 2024-07-29T22:03:17.635Z | Downloaded foreign-types-shared v0.3.1 |
544 | 2024-07-29T22:03:17.637Z | Downloaded paste v1.0.15 |
545 | 2024-07-29T22:03:17.640Z | Downloaded parking_lot v0.12.2 |
546 | 2024-07-29T22:03:17.642Z | Downloaded blake2 v0.10.6 |
547 | 2024-07-29T22:03:17.645Z | Downloaded crossbeam-epoch v0.9.18 |
548 | 2024-07-29T22:03:17.650Z | Downloaded portpicker v0.1.1 |
549 | 2024-07-29T22:03:17.650Z | Downloaded shlex v1.3.0 |
550 | 2024-07-29T22:03:17.650Z | Downloaded async-stream v0.3.5 |
551 | 2024-07-29T22:03:17.653Z | Downloaded static_assertions v1.1.0 |
552 | 2024-07-29T22:03:17.653Z | Downloaded display-error-chain v0.2.0 |
553 | 2024-07-29T22:03:17.656Z | Downloaded dirs-next v2.0.0 |
554 | 2024-07-29T22:03:17.656Z | Downloaded constant_time_eq v0.3.0 |
555 | 2024-07-29T22:03:17.659Z | Downloaded dirs-sys-next v0.1.2 |
556 | 2024-07-29T22:03:17.659Z | Downloaded foreign-types-macros v0.2.3 |
557 | 2024-07-29T22:03:17.662Z | Downloaded const_format_proc_macros v0.2.32 |
558 | 2024-07-29T22:03:17.665Z | Downloaded maybe-uninit v2.0.0 |
559 | 2024-07-29T22:03:17.665Z | Downloaded memmap2 v0.9.4 |
560 | 2024-07-29T22:03:17.668Z | Downloaded nu-ansi-term v0.50.0 |
561 | 2024-07-29T22:03:17.670Z | Downloaded crc v3.2.1 |
562 | 2024-07-29T22:03:17.676Z | Downloaded num-complex v0.4.6 |
563 | 2024-07-29T22:03:17.685Z | Downloaded sigpipe v0.1.3 |
564 | 2024-07-29T22:03:17.685Z | Downloaded form_urlencoded v1.2.1 |
565 | 2024-07-29T22:03:17.685Z | Downloaded crc-any v2.5.0 |
566 | 2024-07-29T22:03:17.685Z | Downloaded strum v0.26.3 |
567 | 2024-07-29T22:03:17.685Z | Downloaded ahash v0.8.11 |
568 | 2024-07-29T22:03:17.689Z | Downloaded thread_local v1.1.8 |
569 | 2024-07-29T22:03:17.689Z | Downloaded peg v0.8.4 |
570 | 2024-07-29T22:03:17.692Z | Downloaded unicase v2.7.0 |
571 | 2024-07-29T22:03:17.695Z | Downloaded want v0.3.1 |
572 | 2024-07-29T22:03:17.695Z | Downloaded diesel_table_macro_syntax v0.1.0 |
573 | 2024-07-29T22:03:17.697Z | Downloaded utf-8 v0.7.6 |
574 | 2024-07-29T22:03:17.697Z | Downloaded unarray v0.1.4 |
575 | 2024-07-29T22:03:17.700Z | Downloaded thiserror-no-std v2.0.2 |
576 | 2024-07-29T22:03:17.703Z | Downloaded hubpack v0.1.2 |
577 | 2024-07-29T22:03:17.706Z | Downloaded rustfmt-wrapper v0.2.1 |
578 | 2024-07-29T22:03:17.708Z | Downloaded tokio-tungstenite v0.21.0 |
579 | 2024-07-29T22:03:17.711Z | Downloaded bytes v1.6.0 |
580 | 2024-07-29T22:03:17.714Z | Downloaded const-oid v0.9.6 |
581 | 2024-07-29T22:03:17.717Z | Downloaded num-traits v0.2.19 |
582 | 2024-07-29T22:03:17.720Z | Downloaded buf-list v1.0.3 |
583 | 2024-07-29T22:03:17.722Z | Downloaded mockall_derive v0.12.1 |
584 | 2024-07-29T22:03:17.725Z | Downloaded strum_macros v0.26.4 |
585 | 2024-07-29T22:03:17.728Z | Downloaded vte_generate_state_changes v0.1.1 |
586 | 2024-07-29T22:03:17.730Z | Downloaded slab v0.4.9 |
587 | 2024-07-29T22:03:17.731Z | Downloaded siphasher v0.3.11 |
588 | 2024-07-29T22:03:17.733Z | Downloaded float-cmp v0.9.0 |
589 | 2024-07-29T22:03:17.733Z | Downloaded darling v0.20.9 |
590 | 2024-07-29T22:03:17.737Z | Downloaded predicates-tree v1.0.9 |
591 | 2024-07-29T22:03:17.740Z | Downloaded termcolor v1.4.1 |
592 | 2024-07-29T22:03:17.740Z | Downloaded structmeta-derive v0.3.0 |
593 | 2024-07-29T22:03:17.742Z | Downloaded fxhash v0.2.1 |
594 | 2024-07-29T22:03:17.745Z | Downloaded time-macros v0.2.18 |
595 | 2024-07-29T22:03:17.748Z | Downloaded darling_core v0.20.9 |
596 | 2024-07-29T22:03:17.751Z | Downloaded predicates-core v1.0.6 |
597 | 2024-07-29T22:03:17.754Z | Downloaded try-lock v0.2.5 |
598 | 2024-07-29T22:03:17.756Z | Downloaded stability v0.2.0 |
599 | 2024-07-29T22:03:17.756Z | Downloaded flagset v0.4.5 |
600 | 2024-07-29T22:03:17.759Z | Downloaded same-file v1.0.6 |
601 | 2024-07-29T22:03:17.759Z | Downloaded rusty-fork v0.3.0 |
602 | 2024-07-29T22:03:17.762Z | Downloaded structmeta-derive v0.2.0 |
603 | 2024-07-29T22:03:17.764Z | Downloaded tracing-attributes v0.1.27 |
604 | 2024-07-29T22:03:17.767Z | Downloaded subprocess v0.2.9 |
605 | 2024-07-29T22:03:17.770Z | Downloaded take_mut v0.2.2 |
606 | 2024-07-29T22:03:17.770Z | Downloaded socket2 v0.5.7 |
607 | 2024-07-29T22:03:17.774Z | Downloaded omicron-zone-package v0.11.0 |
608 | 2024-07-29T22:03:17.778Z | Downloaded openssl-sys v0.9.103 |
609 | 2024-07-29T22:03:17.780Z | Downloaded serde_repr v0.1.19 |
610 | 2024-07-29T22:03:17.783Z | Downloaded glob v0.3.1 |
611 | 2024-07-29T22:03:17.786Z | Downloaded slog v2.7.0 |
612 | 2024-07-29T22:03:17.788Z | Downloaded crossbeam-utils v0.8.19 |
613 | 2024-07-29T22:03:17.792Z | Downloaded getrandom v0.2.14 |
614 | 2024-07-29T22:03:17.795Z | Downloaded predicates v3.1.0 |
615 | 2024-07-29T22:03:17.798Z | Downloaded fastrand v2.1.0 |
616 | 2024-07-29T22:03:17.801Z | Downloaded sync_wrapper v0.1.2 |
617 | 2024-07-29T22:03:17.803Z | Downloaded unicode-linebreak v0.1.5 |
618 | 2024-07-29T22:03:17.804Z | Downloaded wait-timeout v0.2.0 |
619 | 2024-07-29T22:03:17.806Z | Downloaded strum_macros v0.24.3 |
620 | 2024-07-29T22:03:17.809Z | Downloaded futures-task v0.3.30 |
621 | 2024-07-29T22:03:17.809Z | Downloaded futures-sink v0.3.30 |
622 | 2024-07-29T22:03:17.809Z | Downloaded slog-scope v4.4.0 |
623 | 2024-07-29T22:03:17.812Z | Downloaded scopeguard v1.2.0 |
624 | 2024-07-29T22:03:17.812Z | Downloaded rpassword v7.3.1 |
625 | 2024-07-29T22:03:17.814Z | Downloaded phf v0.11.2 |
626 | 2024-07-29T22:03:17.817Z | Downloaded zip v0.6.6 |
627 | 2024-07-29T22:03:17.820Z | Downloaded textwrap v0.16.1 |
628 | 2024-07-29T22:03:17.823Z | Downloaded yasna v0.5.2 |
629 | 2024-07-29T22:03:17.825Z | Downloaded test-strategy v0.3.1 |
630 | 2024-07-29T22:03:17.829Z | Downloaded env_logger v0.9.3 |
631 | 2024-07-29T22:03:17.832Z | Downloaded rustversion v1.0.17 |
632 | 2024-07-29T22:03:17.835Z | Downloaded hyper-rustls v0.24.2 |
633 | 2024-07-29T22:03:17.838Z | Downloaded filetime v0.2.23 |
634 | 2024-07-29T22:03:17.842Z | Downloaded hostname v0.3.1 |
635 | 2024-07-29T22:03:17.844Z | Downloaded ff v0.13.0 |
636 | 2024-07-29T22:03:17.844Z | Downloaded crypto-bigint v0.5.5 |
637 | 2024-07-29T22:03:17.851Z | Downloaded tap v1.0.1 |
638 | 2024-07-29T22:03:17.854Z | Downloaded toml v0.7.8 |
639 | 2024-07-29T22:03:17.856Z | Downloaded semver v0.1.20 |
640 | 2024-07-29T22:03:17.859Z | Downloaded tabwriter v1.4.0 |
641 | 2024-07-29T22:03:17.862Z | Downloaded tokio-native-tls v0.3.1 |
642 | 2024-07-29T22:03:17.862Z | Downloaded vsss-rs v3.3.4 |
643 | 2024-07-29T22:03:17.864Z | Downloaded tokio-rustls v0.24.1 |
644 | 2024-07-29T22:03:17.867Z | Downloaded ena v0.14.3 |
645 | 2024-07-29T22:03:17.870Z | Downloaded crossbeam-channel v0.5.12 |
646 | 2024-07-29T22:03:17.873Z | Downloaded fallible-iterator v0.2.0 |
647 | 2024-07-29T22:03:17.875Z | Downloaded chacha20poly1305 v0.10.1 |
648 | 2024-07-29T22:03:17.878Z | Downloaded home v0.5.9 |
649 | 2024-07-29T22:03:17.878Z | Downloaded tinyvec_macros v0.1.1 |
650 | 2024-07-29T22:03:17.880Z | Downloaded quick-error v1.2.3 |
651 | 2024-07-29T22:03:17.880Z | Downloaded fd-lock v4.0.2 |
652 | 2024-07-29T22:03:17.883Z | Downloaded num-bigint v0.4.5 |
653 | 2024-07-29T22:03:17.886Z | Downloaded mio v0.8.11 |
654 | 2024-07-29T22:03:17.891Z | Downloaded pkcs1 v0.7.5 |
655 | 2024-07-29T22:03:17.894Z | Downloaded uzers v0.11.3 |
656 | 2024-07-29T22:03:17.897Z | Downloaded float-ord v0.3.2 |
657 | 2024-07-29T22:03:17.899Z | Downloaded endian-type v0.1.2 |
658 | 2024-07-29T22:03:17.899Z | Downloaded termtree v0.4.1 |
659 | 2024-07-29T22:03:17.899Z | Downloaded steno v0.4.1 |
660 | 2024-07-29T22:03:17.903Z | Downloaded signature v2.2.0 |
661 | 2024-07-29T22:03:17.905Z | Downloaded rand_seeder v0.2.3 |
662 | 2024-07-29T22:03:17.908Z | Downloaded strum_macros v0.25.3 |
663 | 2024-07-29T22:03:17.908Z | Downloaded supports-color v3.0.0 |
664 | 2024-07-29T22:03:17.911Z | Downloaded tempfile v3.10.1 |
665 | 2024-07-29T22:03:17.914Z | Downloaded r2d2 v0.8.10 |
666 | 2024-07-29T22:03:17.916Z | Downloaded sqlformat v0.2.4 |
667 | 2024-07-29T22:03:17.923Z | Downloaded num-bigint-dig v0.8.4 |
668 | 2024-07-29T22:03:17.928Z | Downloaded vte v0.11.1 |
669 | 2024-07-29T22:03:17.930Z | Downloaded serde-big-array v0.5.1 |
670 | 2024-07-29T22:03:17.933Z | Downloaded tls_codec v0.4.1 |
671 | 2024-07-29T22:03:17.936Z | Downloaded group v0.13.0 |
672 | 2024-07-29T22:03:17.936Z | Downloaded foreign-types v0.5.0 |
673 | 2024-07-29T22:03:17.938Z | Downloaded untrusted v0.7.1 |
674 | 2024-07-29T22:03:17.938Z | Downloaded derive_builder v0.20.0 |
675 | 2024-07-29T22:03:17.941Z | Downloaded nom v7.1.3 |
676 | 2024-07-29T22:03:17.947Z | Downloaded phf_shared v0.11.2 |
677 | 2024-07-29T22:03:17.950Z | Downloaded pkg-config v0.3.30 |
678 | 2024-07-29T22:03:17.950Z | Downloaded rand_core v0.6.4 |
679 | 2024-07-29T22:03:17.952Z | Downloaded erased-serde v0.3.31 |
680 | 2024-07-29T22:03:17.955Z | Downloaded resolv-conf v0.7.0 |
681 | 2024-07-29T22:03:17.955Z | Downloaded prettyplease v0.2.20 |
682 | 2024-07-29T22:03:17.958Z | Downloaded url v2.5.2 |
683 | 2024-07-29T22:03:17.962Z | Downloaded time-core v0.1.2 |
684 | 2024-07-29T22:03:17.964Z | Downloaded sec1 v0.7.3 |
685 | 2024-07-29T22:03:17.964Z | Downloaded diesel_derives v2.1.4 |
686 | 2024-07-29T22:03:17.968Z | Downloaded sct v0.7.1 |
687 | 2024-07-29T22:03:17.971Z | Downloaded unicode-truncate v1.0.0 |
688 | 2024-07-29T22:03:17.974Z | Downloaded which v4.4.2 |
689 | 2024-07-29T22:03:17.977Z | Downloaded pretty-hex v0.2.1 |
690 | 2024-07-29T22:03:17.977Z | Downloaded xattr v1.3.1 |
691 | 2024-07-29T22:03:17.980Z | Downloaded tui-tree-widget v0.21.0 |
692 | 2024-07-29T22:03:17.980Z | Downloaded powerfmt v0.2.0 |
693 | 2024-07-29T22:03:17.982Z | Downloaded slog-stdlog v4.1.1 |
694 | 2024-07-29T22:03:17.982Z | Downloaded slog-envlogger v2.2.0 |
695 | 2024-07-29T22:03:17.985Z | Downloaded uuid v1.10.0 |
696 | 2024-07-29T22:03:17.988Z | Downloaded tungstenite v0.20.1 |
697 | 2024-07-29T22:03:17.992Z | Downloaded const_format v0.2.32 |
698 | 2024-07-29T22:03:17.994Z | Downloaded embedded-io v0.4.0 |
699 | 2024-07-29T22:03:17.999Z | Downloaded phf_shared v0.10.0 |
700 | 2024-07-29T22:03:17.999Z | Downloaded derive_builder_macro v0.20.0 |
701 | 2024-07-29T22:03:17.999Z | Downloaded env_logger v0.10.2 |
702 | 2024-07-29T22:03:18.002Z | Downloaded either v1.12.0 |
703 | 2024-07-29T22:03:18.002Z | Downloaded dyn-clone v1.0.17 |
704 | 2024-07-29T22:03:18.005Z | Downloaded unicode-xid v0.2.4 |
705 | 2024-07-29T22:03:18.005Z | Downloaded termios v0.3.3 |
706 | 2024-07-29T22:03:18.008Z | Downloaded http-range v0.1.5 |
707 | 2024-07-29T22:03:18.008Z | Downloaded hmac v0.12.1 |
708 | 2024-07-29T22:03:18.011Z | Downloaded fatfs v0.3.6 |
709 | 2024-07-29T22:03:18.014Z | Downloaded snafu v0.8.2 |
710 | 2024-07-29T22:03:18.017Z | Downloaded untrusted v0.9.0 |
711 | 2024-07-29T22:03:18.020Z | Downloaded zeroize v1.7.0 |
712 | 2024-07-29T22:03:18.020Z | Downloaded stringprep v0.1.4 |
713 | 2024-07-29T22:03:18.022Z | Downloaded futures-macro v0.3.30 |
714 | 2024-07-29T22:03:18.022Z | Downloaded signal-hook-tokio v0.3.1 |
715 | 2024-07-29T22:03:18.025Z | Downloaded hex v0.4.3 |
716 | 2024-07-29T22:03:18.025Z | Downloaded ident_case v1.0.1 |
717 | 2024-07-29T22:03:18.028Z | Downloaded signal-hook-registry v1.4.2 |
718 | 2024-07-29T22:03:18.028Z | Downloaded hyper-tls v0.5.0 |
719 | 2024-07-29T22:03:18.030Z | Downloaded smallvec v1.13.2 |
720 | 2024-07-29T22:03:18.030Z | Downloaded itertools v0.12.1 |
721 | 2024-07-29T22:03:18.036Z | Downloaded futures-io v0.3.30 |
722 | 2024-07-29T22:03:18.042Z | Downloaded tower-service v0.3.2 |
723 | 2024-07-29T22:03:18.042Z | Downloaded postgres-types v0.2.6 |
724 | 2024-07-29T22:03:18.045Z | Downloaded trust-dns-server v0.22.1 |
725 | 2024-07-29T22:03:18.048Z | Downloaded hostname v0.4.0 |
726 | 2024-07-29T22:03:18.048Z | Downloaded wyz v0.5.1 |
727 | 2024-07-29T22:03:18.051Z | Downloaded pin-project v1.1.5 |
728 | 2024-07-29T22:03:18.058Z | Downloaded highway v1.1.0 |
729 | 2024-07-29T22:03:18.061Z | Downloaded toolchain_find v0.4.0 |
730 | 2024-07-29T22:03:18.061Z | Downloaded foreign-types v0.3.2 |
731 | 2024-07-29T22:03:18.064Z | Downloaded fragile v2.0.0 |
732 | 2024-07-29T22:03:18.064Z | Downloaded spin v0.5.2 |
733 | 2024-07-29T22:03:18.069Z | Downloaded httparse v1.8.0 |
734 | 2024-07-29T22:03:18.069Z | Downloaded half v2.4.1 |
735 | 2024-07-29T22:03:18.072Z | Downloaded signal-hook-mio v0.2.3 |
736 | 2024-07-29T22:03:18.072Z | Downloaded serde_arrays v0.1.0 |
737 | 2024-07-29T22:03:18.072Z | Downloaded whoami v1.5.1 |
738 | 2024-07-29T22:03:18.075Z | Downloaded derive-where v1.2.7 |
739 | 2024-07-29T22:03:18.079Z | Downloaded http-body v0.4.6 |
740 | 2024-07-29T22:03:18.082Z | Downloaded heck v0.3.3 |
741 | 2024-07-29T22:03:18.082Z | Downloaded radium v0.7.0 |
742 | 2024-07-29T22:03:18.082Z | Downloaded futures-executor v0.3.30 |
743 | 2024-07-29T22:03:18.085Z | Downloaded deranged v0.3.11 |
744 | 2024-07-29T22:03:18.085Z | Downloaded postgres-protocol v0.6.6 |
745 | 2024-07-29T22:03:18.087Z | Downloaded globset v0.4.14 |
746 | 2024-07-29T22:03:18.087Z | Downloaded universal-hash v0.5.1 |
747 | 2024-07-29T22:03:18.090Z | Downloaded tinyvec v1.6.0 |
748 | 2024-07-29T22:03:18.094Z | Downloaded flate2 v1.0.30 |
749 | 2024-07-29T22:03:18.097Z | Downloaded typed-path v0.7.1 |
750 | 2024-07-29T22:03:18.100Z | Downloaded tokio-macros v2.3.0 |
751 | 2024-07-29T22:03:18.104Z | Downloaded rustc-demangle v0.1.24 |
752 | 2024-07-29T22:03:18.104Z | Downloaded heapless v0.8.0 |
753 | 2024-07-29T22:03:18.108Z | Downloaded topological-sort v0.2.2 |
754 | 2024-07-29T22:03:18.110Z | Downloaded trust-dns-resolver v0.22.0 |
755 | 2024-07-29T22:03:18.113Z | Downloaded tokio-postgres v0.7.10 |
756 | 2024-07-29T22:03:18.117Z | Downloaded hashbrown v0.13.2 |
757 | 2024-07-29T22:03:18.120Z | Downloaded pem v3.0.4 |
758 | 2024-07-29T22:03:18.123Z | Downloaded iana-time-zone v0.1.60 |
759 | 2024-07-29T22:03:18.127Z | Downloaded serde_with_macros v3.8.3 |
760 | 2024-07-29T22:03:18.127Z | Downloaded rustls-pki-types v1.7.0 |
761 | 2024-07-29T22:03:18.130Z | Downloaded rcgen v0.12.1 |
762 | 2024-07-29T22:03:18.133Z | Downloaded serde_derive_internals v0.29.1 |
763 | 2024-07-29T22:03:18.133Z | Downloaded funty v2.0.0 |
764 | 2024-07-29T22:03:18.133Z | Downloaded ron v0.7.1 |
765 | 2024-07-29T22:03:18.137Z | Downloaded flume v0.11.0 |
766 | 2024-07-29T22:03:18.141Z | Downloaded tokio-tungstenite v0.20.1 |
767 | 2024-07-29T22:03:18.144Z | Downloaded tokio-rustls v0.25.0 |
768 | 2024-07-29T22:03:18.147Z | Downloaded smallvec v0.6.14 |
769 | 2024-07-29T22:03:18.147Z | Downloaded pem-rfc7468 v0.7.0 |
770 | 2024-07-29T22:03:18.150Z | Downloaded elliptic-curve v0.13.8 |
771 | 2024-07-29T22:03:18.154Z | Downloaded serde_with v3.8.3 |
772 | 2024-07-29T22:03:18.159Z | Downloaded postcard v1.0.8 |
773 | 2024-07-29T22:03:18.162Z | Downloaded futures-core v0.3.30 |
774 | 2024-07-29T22:03:18.166Z | Downloaded futures-channel v0.3.30 |
775 | 2024-07-29T22:03:18.166Z | Downloaded portable-atomic v1.6.0 |
776 | 2024-07-29T22:03:18.170Z | Downloaded rustls-pemfile v2.1.2 |
777 | 2024-07-29T22:03:18.175Z | Downloaded expectorate v1.1.0 |
778 | 2024-07-29T22:03:18.178Z | Downloaded rand_xorshift v0.3.0 |
779 | 2024-07-29T22:03:18.178Z | Downloaded zerocopy v0.6.6 |
780 | 2024-07-29T22:03:18.178Z | Downloaded unicode_categories v0.1.1 |
781 | 2024-07-29T22:03:18.180Z | Downloaded rsa v0.9.6 |
782 | 2024-07-29T22:03:18.184Z | Downloaded hashbrown v0.12.3 |
783 | 2024-07-29T22:03:18.188Z | Downloaded trust-dns-client v0.22.0 |
784 | 2024-07-29T22:03:18.193Z | Downloaded serde_yaml v0.9.34+deprecated |
785 | 2024-07-29T22:03:18.196Z | Downloaded reqwest v0.11.27 |
786 | 2024-07-29T22:03:18.204Z | Downloaded ron v0.8.1 |
787 | 2024-07-29T22:03:18.209Z | Downloaded tokio-stream v0.1.15 |
788 | 2024-07-29T22:03:18.213Z | Downloaded unsafe-libyaml v0.2.11 |
789 | 2024-07-29T22:03:18.216Z | Downloaded http v0.2.12 |
790 | 2024-07-29T22:03:18.219Z | Downloaded unicode-segmentation v1.11.0 |
791 | 2024-07-29T22:03:18.223Z | Downloaded aho-corasick v1.1.3 |
792 | 2024-07-29T22:03:18.228Z | Downloaded reedline v0.31.0 |
793 | 2024-07-29T22:03:18.235Z | Downloaded futures v0.3.30 |
794 | 2024-07-29T22:03:18.239Z | Downloaded tracing v0.1.40 |
795 | 2024-07-29T22:03:18.243Z | Downloaded x509-cert v0.2.5 |
796 | 2024-07-29T22:03:18.249Z | Downloaded regex-automata v0.1.10 |
797 | 2024-07-29T22:03:18.254Z | Downloaded http v1.1.0 |
798 | 2024-07-29T22:03:18.257Z | Downloaded time v0.3.36 |
799 | 2024-07-29T22:03:18.264Z | Downloaded unicode-normalization v0.1.23 |
800 | 2024-07-29T22:03:18.267Z | Downloaded derive_more v0.99.18 |
801 | 2024-07-29T22:03:18.272Z | Downloaded bindgen v0.69.4 |
802 | 2024-07-29T22:03:18.279Z | Downloaded futures-util v0.3.30 |
803 | 2024-07-29T22:03:18.290Z | Downloaded chrono v0.4.38 |
804 | 2024-07-29T22:03:18.297Z | Downloaded lalrpop v0.19.12 |
805 | 2024-07-29T22:03:18.307Z | Downloaded quick-xml v0.31.0 |
806 | 2024-07-29T22:03:18.313Z | Downloaded hkdf v0.12.4 |
807 | 2024-07-29T22:03:18.315Z | Downloaded tough v0.17.1 |
808 | 2024-07-29T22:03:18.322Z | Downloaded object v0.32.2 |
809 | 2024-07-29T22:03:18.332Z | Downloaded h2 v0.3.26 |
810 | 2024-07-29T22:03:18.338Z | Downloaded sqlparser v0.45.0 |
811 | 2024-07-29T22:03:18.343Z | Downloaded openssl v0.10.66 |
812 | 2024-07-29T22:03:18.352Z | Downloaded rustls-webpki v0.102.4 |
813 | 2024-07-29T22:03:18.369Z | Downloaded rustls-webpki v0.101.7 |
814 | 2024-07-29T22:03:18.382Z | Downloaded smoltcp v0.9.1 |
815 | 2024-07-29T22:03:18.392Z | Downloaded gimli v0.28.1 |
816 | 2024-07-29T22:03:18.399Z | Downloaded bstr v1.9.1 |
817 | 2024-07-29T22:03:18.409Z | Downloaded trust-dns-proto v0.22.0 |
818 | 2024-07-29T22:03:18.420Z | Downloaded nix v0.28.0 |
819 | 2024-07-29T22:03:18.431Z | Downloaded vcpkg v0.2.15 |
820 | 2024-07-29T22:03:18.467Z | Downloaded winnow v0.5.40 |
821 | 2024-07-29T22:03:18.475Z | Downloaded rayon v1.10.0 |
822 | 2024-07-29T22:03:18.483Z | Downloaded rustls v0.21.12 |
823 | 2024-07-29T22:03:18.494Z | Downloaded idna v0.5.0 |
824 | 2024-07-29T22:03:18.500Z | Downloaded rustls v0.22.4 |
825 | 2024-07-29T22:03:18.512Z | Downloaded webpki-roots v0.25.4 |
826 | 2024-07-29T22:03:18.516Z | Downloaded polar-core v0.27.3 |
827 | 2024-07-29T22:03:18.523Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
828 | 2024-07-29T22:03:18.535Z | Downloaded regress v0.9.1 |
829 | 2024-07-29T22:03:18.543Z | Downloaded radix_trie v0.2.1 |
830 | 2024-07-29T22:03:18.548Z | Downloaded tokio v1.38.1 |
831 | 2024-07-29T22:03:18.584Z | Downloaded regex-syntax v0.6.29 |
832 | 2024-07-29T22:03:18.590Z | Downloaded idna v0.3.0 |
833 | 2024-07-29T22:03:18.597Z | Downloaded regex-syntax v0.8.3 |
834 | 2024-07-29T22:03:18.606Z | Downloaded idna v0.2.3 |
835 | 2024-07-29T22:03:18.611Z | Downloaded csv v1.3.0 |
836 | 2024-07-29T22:03:18.631Z | Downloaded diesel v2.1.6 |
837 | 2024-07-29T22:03:18.649Z | Downloaded smoltcp v0.11.0 |
838 | 2024-07-29T22:03:18.661Z | Downloaded openapiv3 v2.0.0 |
839 | 2024-07-29T22:03:18.673Z | Downloaded sled v0.34.7 |
840 | 2024-07-29T22:03:18.683Z | Downloaded curve25519-dalek v4.1.3 |
841 | 2024-07-29T22:03:18.691Z | Downloaded bstr v0.2.17 |
842 | 2024-07-29T22:03:18.700Z | Downloaded regex v1.10.5 |
843 | 2024-07-29T22:03:18.713Z | Downloaded object v0.30.4 |
844 | 2024-07-29T22:03:18.724Z | Downloaded ratatui v0.27.0 |
845 | 2024-07-29T22:03:18.741Z | Downloaded zerocopy-derive v0.6.6 |
846 | 2024-07-29T22:03:18.751Z | Downloaded nix v0.27.1 |
847 | 2024-07-29T22:03:18.761Z | Downloaded finl_unicode v1.2.0 |
848 | 2024-07-29T22:03:18.774Z | Downloaded regex-automata v0.4.6 |
849 | 2024-07-29T22:03:18.790Z | Downloaded hyper v0.14.28 |
850 | 2024-07-29T22:03:18.798Z | Downloaded petgraph v0.6.5 |
851 | 2024-07-29T22:03:18.815Z | Downloaded sha3 v0.10.8 |
852 | 2024-07-29T22:03:18.819Z | Downloaded proptest v1.4.0 |
853 | 2024-07-29T22:03:18.828Z | Downloaded bitvec v1.0.1 |
854 | 2024-07-29T22:03:18.842Z | Downloaded toml_edit v0.19.15 |
855 | 2024-07-29T22:03:18.856Z | Downloaded rand v0.8.5 |
856 | 2024-07-29T22:03:18.860Z | Downloaded blake3 v1.5.1 |
857 | 2024-07-29T22:03:18.867Z | Downloaded rustyline v14.0.0 |
858 | 2024-07-29T22:03:18.871Z | Downloaded tiny-keccak v2.0.2 |
859 | 2024-07-29T22:03:18.875Z | Downloaded encoding_rs v0.8.34 |
860 | 2024-07-29T22:03:18.894Z | Downloaded smawk v0.3.2 |
861 | 2024-07-29T22:03:18.897Z | Downloaded percent-encoding v2.3.1 |
862 | 2024-07-29T22:03:18.897Z | Downloaded serde-hex v0.1.0 |
863 | 2024-07-29T22:03:18.900Z | Downloaded snafu-derive v0.8.2 |
864 | 2024-07-29T22:03:18.900Z | Downloaded rayon-core v1.12.1 |
865 | 2024-07-29T22:03:18.902Z | Downloaded rustc_version v0.4.0 |
866 | 2024-07-29T22:03:18.905Z | Downloaded spki v0.7.3 |
867 | 2024-07-29T22:03:18.908Z | Downloaded sha1 v0.10.6 |
868 | 2024-07-29T22:03:18.908Z | Downloaded itertools v0.13.0 |
869 | 2024-07-29T22:03:18.913Z | Downloaded term v0.7.0 |
870 | 2024-07-29T22:03:18.916Z | Downloaded rand_chacha v0.3.1 |
871 | 2024-07-29T22:03:18.918Z | Downloaded tokio-util v0.7.11 |
872 | 2024-07-29T22:03:18.923Z | Downloaded crossterm v0.27.0 |
873 | 2024-07-29T22:03:18.928Z | Downloaded structmeta v0.2.0 |
874 | 2024-07-29T22:03:18.931Z | Downloaded strip-ansi-escapes v0.2.0 |
875 | 2024-07-29T22:03:18.931Z | Downloaded slog-bunyan v2.5.0 |
876 | 2024-07-29T22:03:18.934Z | Downloaded slog-async v2.8.0 |
877 | 2024-07-29T22:03:18.937Z | Downloaded hyper-staticfile v0.9.5 |
878 | 2024-07-29T22:03:18.940Z | Downloaded humantime v2.1.0 |
879 | 2024-07-29T22:03:18.940Z | Downloaded publicsuffix v2.2.3 |
880 | 2024-07-29T22:03:18.942Z | Downloaded libxml v0.3.3 |
881 | 2024-07-29T22:03:18.946Z | Downloaded ring v0.16.20 |
882 | 2024-07-29T22:03:19.026Z | Downloaded samael v0.0.15 |
883 | 2024-07-29T22:03:19.031Z | Downloaded sqlparser_derive v0.2.2 |
884 | 2024-07-29T22:03:19.034Z | Downloaded rustls-pemfile v1.0.4 |
885 | 2024-07-29T22:03:19.034Z | Downloaded schemars v0.8.21 |
886 | 2024-07-29T22:03:19.044Z | Downloaded derive_builder_core v0.20.0 |
887 | 2024-07-29T22:03:19.046Z | Downloaded pin-project-internal v1.1.5 |
888 | 2024-07-29T22:03:19.051Z | Downloaded pin-project-lite v0.2.14 |
889 | 2024-07-29T22:03:19.054Z | Downloaded libm v0.2.8 |
890 | 2024-07-29T22:03:19.058Z | Downloaded enum-as-inner v0.5.1 |
891 | 2024-07-29T22:03:19.061Z | Downloaded headers v0.3.9 |
892 | 2024-07-29T22:03:19.065Z | Downloaded cc v1.0.97 |
893 | 2024-07-29T22:03:19.067Z | Downloaded serde_urlencoded v0.7.1 |
894 | 2024-07-29T22:03:19.070Z | Downloaded serde_plain v1.0.2 |
895 | 2024-07-29T22:03:19.070Z | Downloaded serde_path_to_error v0.1.16 |
896 | 2024-07-29T22:03:19.073Z | Downloaded tar v0.4.41 |
897 | 2024-07-29T22:03:19.075Z | Downloaded backtrace v0.3.71 |
898 | 2024-07-29T22:03:19.078Z | Downloaded structmeta v0.3.0 |
899 | 2024-07-29T22:03:19.081Z | Downloaded pkcs8 v0.10.2 |
900 | 2024-07-29T22:03:19.083Z | Downloaded unicode-bidi v0.3.15 |
901 | 2024-07-29T22:03:19.086Z | Downloaded tungstenite v0.21.0 |
902 | 2024-07-29T22:03:19.089Z | Downloaded heapless v0.7.17 |
903 | 2024-07-29T22:03:19.092Z | Downloaded tracing-core v0.1.32 |
904 | 2024-07-29T22:03:19.094Z | Downloaded hash32 v0.3.1 |
905 | 2024-07-29T22:03:19.094Z | Downloaded hash32 v0.2.1 |
906 | 2024-07-29T22:03:19.097Z | Downloaded slog-json v2.6.1 |
907 | 2024-07-29T22:03:19.097Z | Downloaded spin v0.9.8 |
908 | 2024-07-29T22:03:19.100Z | Downloaded smf v0.2.3 |
909 | 2024-07-29T22:03:19.100Z | Downloaded similar v2.5.0 |
910 | 2024-07-29T22:03:19.103Z | Downloaded minimal-lexical v0.2.1 |
911 | 2024-07-29T22:03:19.107Z | Downloaded secrecy v0.8.0 |
912 | 2024-07-29T22:03:19.110Z | Downloaded toml v0.5.11 |
913 | 2024-07-29T22:03:19.113Z | Downloaded base64 v0.13.1 |
914 | 2024-07-29T22:03:19.116Z | Downloaded diff v0.1.13 |
915 | 2024-07-29T22:03:19.118Z | Downloaded itertools v0.10.5 |
916 | 2024-07-29T22:03:19.122Z | Downloaded base64 v0.22.1 |
917 | 2024-07-29T22:03:19.125Z | Downloaded ring v0.17.8 |
918 | 2024-07-29T22:03:19.193Z | Downloaded base64 v0.21.7 |
919 | 2024-07-29T22:03:19.197Z | Downloaded arc-swap v1.7.1 |
920 | 2024-07-29T22:03:19.200Z | Downloaded rustc-hash v1.1.0 |
921 | 2024-07-29T22:03:19.203Z | Downloaded ref-cast-impl v1.0.23 |
922 | 2024-07-29T22:03:19.203Z | Downloaded ref-cast v1.0.23 |
923 | 2024-07-29T22:03:19.206Z | Downloaded tls_codec_derive v0.4.1 |
924 | 2024-07-29T22:03:19.206Z | Downloaded der_derive v0.7.2 |
925 | 2024-07-29T22:03:19.208Z | Downloaded socket2 v0.4.10 |
926 | 2024-07-29T22:03:19.208Z | Downloaded schemars_derive v0.8.21 |
927 | 2024-07-29T22:03:19.211Z | Downloaded scheduled-thread-pool v0.2.7 |
928 | 2024-07-29T22:03:19.211Z | Downloaded rustc_version v0.1.7 |
929 | 2024-07-29T22:03:19.211Z | Downloaded signal-hook v0.3.17 |
930 | 2024-07-29T22:03:19.214Z | Downloaded ppv-lite86 v0.2.17 |
931 | 2024-07-29T22:03:19.216Z | Downloaded peg-runtime v0.8.3 |
932 | 2024-07-29T22:03:19.216Z | Downloaded string_cache v0.8.7 |
933 | 2024-07-29T22:03:19.216Z | Downloaded crc32fast v1.4.0 |
934 | 2024-07-29T22:03:19.219Z | Downloaded cookie v0.18.1 |
935 | 2024-07-29T22:03:19.222Z | Downloaded clang-sys v1.7.0 |
936 | 2024-07-29T22:03:19.225Z | Downloaded base64ct v1.6.0 |
937 | 2024-07-29T22:03:19.225Z | Downloaded getopts v0.2.21 |
938 | 2024-07-29T22:03:19.228Z | Downloaded gethostname v0.4.3 |
939 | 2024-07-29T22:03:19.228Z | Downloaded rtoolbox v0.0.2 |
940 | 2024-07-29T22:03:19.228Z | Downloaded poly1305 v0.8.0 |
941 | 2024-07-29T22:03:19.230Z | Downloaded fixedbitset v0.4.2 |
942 | 2024-07-29T22:03:19.230Z | Downloaded zeroize_derive v1.4.2 |
943 | 2024-07-29T22:03:19.233Z | Downloaded psl-types v2.0.11 |
944 | 2024-07-29T22:03:19.233Z | Downloaded proc-macro-crate v1.3.1 |
945 | 2024-07-29T22:03:19.233Z | Downloaded pin-utils v0.1.0 |
946 | 2024-07-29T22:03:19.236Z | Downloaded peg-macros v0.8.4 |
947 | 2024-07-29T22:03:19.236Z | Downloaded precomputed-hash v0.1.1 |
948 | 2024-07-29T22:03:19.236Z | Downloaded cookie v0.17.0 |
949 | 2024-07-29T22:03:19.239Z | Downloaded der v0.7.9 |
950 | 2024-07-29T22:03:19.242Z | Downloaded console v0.15.8 |
951 | 2024-07-29T22:03:19.245Z | Downloaded ciborium v0.2.2 |
952 | 2024-07-29T22:03:19.248Z | Downloaded camino-tempfile v1.1.1 |
953 | 2024-07-29T22:03:19.250Z | Downloaded bzip2 v0.4.4 |
954 | 2024-07-29T22:03:19.250Z | Downloaded bcs v0.1.6 |
955 | 2024-07-29T22:03:19.253Z | Downloaded compact_str v0.7.1 |
956 | 2024-07-29T22:03:19.256Z | Downloaded async-trait v0.1.81 |
957 | 2024-07-29T22:03:19.258Z | Downloaded arrayvec v0.7.4 |
958 | 2024-07-29T22:03:19.258Z | Downloaded httpdate v1.0.3 |
959 | 2024-07-29T22:03:19.261Z | Downloaded thiserror-impl-no-std v2.0.2 |
960 | 2024-07-29T22:03:19.261Z | Downloaded stable_deref_trait v1.2.0 |
961 | 2024-07-29T22:03:19.261Z | Downloaded slog-term v2.9.1 |
962 | 2024-07-29T22:03:19.264Z | Downloaded parking_lot_core v0.8.6 |
963 | 2024-07-29T22:03:19.266Z | Downloaded parking_lot v0.11.2 |
964 | 2024-07-29T22:03:19.269Z | Downloaded indexmap v1.9.3 |
965 | 2024-07-29T22:03:19.271Z | Downloaded slog-dtrace v0.3.0 |
966 | 2024-07-29T22:03:19.272Z | Downloaded shell-words v1.1.0 |
967 | 2024-07-29T22:03:19.272Z | Downloaded indicatif v0.17.8 |
968 | 2024-07-29T22:03:19.275Z | Downloaded defmt-macros v0.3.9 |
969 | 2024-07-29T22:03:19.277Z | Downloaded crossbeam-deque v0.8.5 |
970 | 2024-07-29T22:03:19.280Z | Downloaded cassowary v0.3.0 |
971 | 2024-07-29T22:03:19.280Z | Downloaded zone v0.1.8 |
972 | 2024-07-29T22:03:19.282Z | Downloaded walkdir v2.5.0 |
973 | 2024-07-29T22:03:19.282Z | Downloaded colored v2.1.0 |
974 | 2024-07-29T22:03:19.285Z | Downloaded ciborium-ll v0.2.2 |
975 | 2024-07-29T22:03:19.285Z | Downloaded array-init v0.0.4 |
976 | 2024-07-29T22:03:19.285Z | Downloaded path-slash v0.1.5 |
977 | 2024-07-29T22:03:19.288Z | Downloaded hubpack_derive v0.1.1 |
978 | 2024-07-29T22:03:19.288Z | Downloaded headers-core v0.2.0 |
979 | 2024-07-29T22:03:19.288Z | Downloaded parse-display v0.9.1 |
980 | 2024-07-29T22:03:19.288Z | Downloaded bitfield v0.14.0 |
981 | 2024-07-29T22:03:19.291Z | Downloaded packed_struct v0.10.1 |
982 | 2024-07-29T22:03:19.291Z | Downloaded foreign-types-shared v0.1.1 |
983 | 2024-07-29T22:03:19.291Z | Downloaded oso v0.27.3 |
984 | 2024-07-29T22:03:19.294Z | Downloaded bitflags v1.3.2 |
985 | 2024-07-29T22:03:19.296Z | Downloaded bit-set v0.5.3 |
986 | 2024-07-29T22:03:19.299Z | Downloaded atomic-waker v1.1.2 |
987 | 2024-07-29T22:03:19.299Z | Downloaded ascii-canvas v3.0.0 |
988 | 2024-07-29T22:03:19.300Z | Downloaded debug-ignore v1.0.5 |
989 | 2024-07-29T22:03:19.302Z | Downloaded addr2line v0.21.0 |
990 | 2024-07-29T22:03:19.302Z | Downloaded managed v0.8.0 |
991 | 2024-07-29T22:03:19.305Z | Downloaded cancel-safe-futures v0.1.5 |
992 | 2024-07-29T22:03:19.308Z | Downloaded linked-hash-map v0.5.6 |
993 | 2024-07-29T22:03:19.308Z | Downloaded lazy_static v1.5.0 |
994 | 2024-07-29T22:03:19.316Z | Downloaded keccak v0.1.5 |
995 | 2024-07-29T22:03:19.316Z | Downloaded bitstruct_derive v0.1.0 |
996 | 2024-07-29T22:03:19.316Z | Downloaded atty v0.2.14 |
997 | 2024-07-29T22:03:19.316Z | Downloaded openssl-macros v0.1.1 |
998 | 2024-07-29T22:03:19.316Z | Downloaded ipnetwork v0.20.0 |
999 | 2024-07-29T22:03:19.317Z | Downloaded curve25519-dalek-derive v0.1.1 |
1000 | 2024-07-29T22:03:19.317Z | Downloaded backoff v0.4.0 |
1001 | 2024-07-29T22:03:19.317Z | Downloaded ascii v1.1.0 |
1002 | 2024-07-29T22:03:19.322Z | Downloaded instant v0.1.12 |
1003 | 2024-07-29T22:03:19.322Z | Downloaded indoc v1.0.9 |
1004 | 2024-07-29T22:03:19.323Z | Downloaded ipnet v2.9.0 |
1005 | 2024-07-29T22:03:19.323Z | Downloaded olpc-cjson v0.1.3 |
1006 | 2024-07-29T22:03:19.323Z | Downloaded num_enum_derive v0.5.11 |
1007 | 2024-07-29T22:03:19.327Z | Downloaded data-encoding v2.6.0 |
1008 | 2024-07-29T22:03:19.327Z | Downloaded chacha20 v0.9.1 |
1009 | 2024-07-29T22:03:19.327Z | Downloaded memoffset v0.9.1 |
1010 | 2024-07-29T22:03:19.327Z | Downloaded cobs v0.2.3 |
1011 | 2024-07-29T22:03:19.329Z | Downloaded castaway v0.2.2 |
1012 | 2024-07-29T22:03:19.330Z | Downloaded block-padding v0.3.3 |
1013 | 2024-07-29T22:03:19.330Z | Downloaded linear-map v1.2.0 |
1014 | 2024-07-29T22:03:19.333Z | Downloaded kstat-rs v0.2.4 |
1015 | 2024-07-29T22:03:19.333Z | Downloaded cipher v0.4.4 |
1016 | 2024-07-29T22:03:19.333Z | Downloaded base16ct v0.2.0 |
1017 | 2024-07-29T22:03:19.335Z | Downloaded convert_case v0.4.0 |
1018 | 2024-07-29T22:03:19.336Z | Downloaded bb8 v0.8.5 |
1019 | 2024-07-29T22:03:19.336Z | Downloaded async-recursion v1.1.1 |
1020 | 2024-07-29T22:03:19.342Z | Downloaded arrayref v0.3.7 |
1021 | 2024-07-29T22:03:19.342Z | Downloaded impl-trait-for-tuples v0.2.2 |
1022 | 2024-07-29T22:03:19.345Z | Downloaded lalrpop-util v0.19.12 |
1023 | 2024-07-29T22:03:19.345Z | Downloaded adler v1.0.2 |
1024 | 2024-07-29T22:03:19.345Z | Downloaded libsw v3.3.1 |
1025 | 2024-07-29T22:03:19.432Z | Compiling cfg-if v1.0.0 |
1026 | 2024-07-29T22:03:19.432Z | Compiling serde v1.0.204 |
1027 | 2024-07-29T22:03:19.434Z | Compiling lock_api v0.4.12 |
1028 | 2024-07-29T22:03:19.434Z | Compiling scopeguard v1.2.0 |
1029 | 2024-07-29T22:03:19.434Z | Compiling log v0.4.21 |
1030 | 2024-07-29T22:03:19.566Z | Compiling syn v2.0.72 |
1031 | 2024-07-29T22:03:19.570Z | Compiling cc v1.0.97 |
1032 | 2024-07-29T22:03:19.574Z | Compiling parking_lot_core v0.9.10 |
1033 | 2024-07-29T22:03:19.639Z | Compiling getrandom v0.2.14 |
1034 | 2024-07-29T22:03:19.718Z | Compiling smallvec v1.13.2 |
1035 | 2024-07-29T22:03:19.954Z | Compiling rand_core v0.6.4 |
1036 | 2024-07-29T22:03:20.079Z | Compiling typenum v1.17.0 |
1037 | 2024-07-29T22:03:20.092Z | Compiling generic-array v0.14.7 |
1038 | 2024-07-29T22:03:20.137Z | Compiling pin-project-lite v0.2.14 |
1039 | 2024-07-29T22:03:20.258Z | Compiling signal-hook-registry v1.4.2 |
1040 | 2024-07-29T22:03:20.399Z | Compiling spin v0.9.8 |
1041 | 2024-07-29T22:03:20.419Z | Compiling mio v0.8.11 |
1042 | 2024-07-29T22:03:20.481Z | Compiling parking_lot v0.12.2 |
1043 | 2024-07-29T22:03:20.747Z | Compiling libm v0.2.8 |
1044 | 2024-07-29T22:03:20.805Z | Compiling serde_json v1.0.120 |
1045 | 2024-07-29T22:03:21.088Z | Compiling ahash v0.8.11 |
1046 | 2024-07-29T22:03:21.103Z | Compiling num-traits v0.2.19 |
1047 | 2024-07-29T22:03:21.157Z | Compiling futures-core v0.3.30 |
1048 | 2024-07-29T22:03:21.357Z | Compiling tinyvec_macros v0.1.1 |
1049 | 2024-07-29T22:03:21.435Z | Compiling tinyvec v1.6.0 |
1050 | 2024-07-29T22:03:21.451Z | Compiling socket2 v0.5.7 |
1051 | 2024-07-29T22:03:21.585Z | Compiling num_cpus v1.16.0 |
1052 | 2024-07-29T22:03:21.705Z | Compiling const-oid v0.9.6 |
1053 | 2024-07-29T22:03:21.722Z | Compiling subtle v2.5.0 |
1054 | 2024-07-29T22:03:22.063Z | Compiling slab v0.4.9 |
1055 | 2024-07-29T22:03:22.411Z | Compiling allocator-api2 v0.2.18 |
1056 | 2024-07-29T22:03:22.874Z | Compiling unicode-normalization v0.1.23 |
1057 | 2024-07-29T22:03:22.889Z | Compiling unicode-bidi v0.3.15 |
1058 | 2024-07-29T22:03:22.941Z | Compiling futures-sink v0.3.30 |
1059 | 2024-07-29T22:03:23.314Z | Compiling futures-channel v0.3.30 |
1060 | 2024-07-29T22:03:23.329Z | Compiling futures-io v0.3.30 |
1061 | 2024-07-29T22:03:23.501Z | Compiling futures-task v0.3.30 |
1062 | 2024-07-29T22:03:23.659Z | Compiling vcpkg v0.2.15 |
1063 | 2024-07-29T22:03:23.756Z | Compiling pin-utils v0.1.0 |
1064 | 2024-07-29T22:03:23.784Z | Compiling pkg-config v0.3.30 |
1065 | 2024-07-29T22:03:23.827Z | Compiling ring v0.17.8 |
1066 | 2024-07-29T22:03:23.866Z | Compiling ppv-lite86 v0.2.17 |
1067 | 2024-07-29T22:03:24.042Z | Compiling percent-encoding v2.3.1 |
1068 | 2024-07-29T22:03:24.451Z | Compiling tracing-core v0.1.32 |
1069 | 2024-07-29T22:03:24.578Z | Compiling untrusted v0.9.0 |
1070 | 2024-07-29T22:03:24.672Z | Compiling rand_chacha v0.3.1 |
1071 | 2024-07-29T22:03:24.689Z | Compiling rustix v0.38.34 |
1072 | 2024-07-29T22:03:24.760Z | Compiling time-core v0.1.2 |
1073 | 2024-07-29T22:03:24.945Z | Compiling powerfmt v0.2.0 |
1074 | 2024-07-29T22:03:25.326Z | Compiling syn v1.0.109 |
1075 | 2024-07-29T22:03:25.480Z | Compiling num-conv v0.1.0 |
1076 | 2024-07-29T22:03:25.633Z | Compiling deranged v0.3.11 |
1077 | 2024-07-29T22:03:25.769Z | Compiling time-macros v0.2.18 |
1078 | 2024-07-29T22:03:25.915Z | Compiling rand v0.8.5 |
1079 | 2024-07-29T22:03:25.989Z | Compiling iana-time-zone v0.1.60 |
1080 | 2024-07-29T22:03:26.004Z | Compiling openssl-sys v0.9.103 |
1081 | 2024-07-29T22:03:26.451Z | Compiling base64ct v1.6.0 |
1082 | 2024-07-29T22:03:26.910Z | Compiling httparse v1.8.0 |
1083 | 2024-07-29T22:03:26.972Z | Compiling rustversion v1.0.17 |
1084 | 2024-07-29T22:03:27.264Z | Compiling foreign-types-shared v0.1.1 |
1085 | 2024-07-29T22:03:27.326Z | Compiling num_threads v0.1.7 |
1086 | 2024-07-29T22:03:27.351Z | Compiling openssl v0.10.66 |
1087 | 2024-07-29T22:03:27.448Z | Compiling foreign-types v0.3.2 |
1088 | 2024-07-29T22:03:27.570Z | Compiling pem-rfc7468 v0.7.0 |
1089 | 2024-07-29T22:03:27.715Z | Compiling form_urlencoded v1.2.1 |
1090 | 2024-07-29T22:03:27.770Z | Compiling base64 v0.21.7 |
1091 | 2024-07-29T22:03:27.988Z | Compiling flagset v0.4.5 |
1092 | 2024-07-29T22:03:28.167Z | Compiling rustls v0.21.12 |
1093 | 2024-07-29T22:03:28.275Z | Compiling native-tls v0.2.11 |
1094 | 2024-07-29T22:03:28.393Z | Compiling siphasher v0.3.11 |
1095 | 2024-07-29T22:03:28.451Z | Compiling try-lock v0.2.5 |
1096 | 2024-07-29T22:03:28.553Z | Compiling crossbeam-utils v0.8.19 |
1097 | 2024-07-29T22:03:28.568Z | Compiling want v0.3.1 |
1098 | 2024-07-29T22:03:28.907Z | Compiling time v0.3.36 |
1099 | 2024-07-29T22:03:29.188Z | Compiling serde_derive_internals v0.29.1 |
1100 | 2024-07-29T22:03:29.545Z | Compiling idna v0.5.0 |
1101 | 2024-07-29T22:03:29.976Z | Compiling lazy_static v1.5.0 |
1102 | 2024-07-29T22:03:30.095Z | Compiling aho-corasick v1.1.3 |
1103 | 2024-07-29T22:03:30.285Z | Compiling cookie v0.17.0 |
1104 | 2024-07-29T22:03:30.546Z | Compiling signal-hook v0.3.17 |
1105 | 2024-07-29T22:03:30.782Z | Compiling adler v1.0.2 |
1106 | 2024-07-29T22:03:31.002Z | Compiling schemars v0.8.21 |
1107 | 2024-07-29T22:03:31.085Z | Compiling slog v2.7.0 |
1108 | 2024-07-29T22:03:31.281Z | Compiling regex-syntax v0.8.3 |
1109 | 2024-07-29T22:03:31.536Z | Compiling httpdate v1.0.3 |
1110 | 2024-07-29T22:03:32.020Z | Compiling cpufeatures v0.2.12 |
1111 | 2024-07-29T22:03:32.115Z | Compiling tower-service v0.3.2 |
1112 | 2024-07-29T22:03:32.129Z | Compiling finl_unicode v1.2.0 |
1113 | 2024-07-29T22:03:32.227Z | Compiling openssl-probe v0.1.5 |
1114 | 2024-07-29T22:03:32.630Z | Compiling stringprep v0.1.4 |
1115 | 2024-07-29T22:03:32.715Z | Compiling miniz_oxide v0.7.2 |
1116 | 2024-07-29T22:03:33.976Z | Compiling url v2.5.2 |
1117 | 2024-07-29T22:03:34.262Z | Compiling num-integer v0.1.46 |
1118 | 2024-07-29T22:03:34.296Z | Compiling serde_derive v1.0.204 |
1119 | 2024-07-29T22:03:35.052Z | Compiling zeroize_derive v1.4.2 |
1120 | 2024-07-29T22:03:35.551Z | Compiling zerocopy-derive v0.7.34 |
1121 | 2024-07-29T22:03:35.904Z | Compiling tokio-macros v2.3.0 |
1122 | 2024-07-29T22:03:35.929Z | Compiling thiserror-impl v1.0.63 |
1123 | 2024-07-29T22:03:36.666Z | Compiling zeroize v1.7.0 |
1124 | 2024-07-29T22:03:37.389Z | Compiling futures-macro v0.3.30 |
1125 | 2024-07-29T22:03:37.666Z | Compiling scroll_derive v0.12.0 |
1126 | 2024-07-29T22:03:37.921Z | Compiling zerocopy v0.7.34 |
1127 | 2024-07-29T22:03:38.064Z | Compiling tracing-attributes v0.1.27 |
1128 | 2024-07-29T22:03:38.588Z | Compiling crypto-common v0.1.6 |
1129 | 2024-07-29T22:03:38.817Z | Compiling block-buffer v0.10.4 |
1130 | 2024-07-29T22:03:39.067Z | Compiling digest v0.10.7 |
1131 | 2024-07-29T22:03:39.198Z | Compiling scroll v0.12.0 |
1132 | 2024-07-29T22:03:39.364Z | Compiling thiserror v1.0.63 |
1133 | 2024-07-29T22:03:39.492Z | Compiling futures-util v0.3.30 |
1134 | 2024-07-29T22:03:39.539Z | Compiling pest v2.7.10 |
1135 | 2024-07-29T22:03:39.618Z | Compiling hmac v0.12.1 |
1136 | 2024-07-29T22:03:39.720Z | Compiling goblin v0.8.2 |
1137 | 2024-07-29T22:03:39.852Z | Compiling openssl-macros v0.1.1 |
1138 | 2024-07-29T22:03:40.121Z | Compiling hashbrown v0.14.5 |
1139 | 2024-07-29T22:03:40.577Z | Compiling der_derive v0.7.2 |
1140 | 2024-07-29T22:03:41.530Z | Compiling rustls-webpki v0.101.7 |
1141 | 2024-07-29T22:03:42.123Z | Compiling pest_meta v2.7.10 |
1142 | 2024-07-29T22:03:42.206Z | Compiling tracing v0.1.40 |
1143 | 2024-07-29T22:03:42.474Z | Compiling sct v0.7.1 |
1144 | 2024-07-29T22:03:42.822Z | Compiling md-5 v0.10.6 |
1145 | 2024-07-29T22:03:43.076Z | Compiling sha2 v0.10.8 |
1146 | 2024-07-29T22:03:43.231Z | Compiling der v0.7.9 |
1147 | 2024-07-29T22:03:43.599Z | Compiling pest_generator v2.7.10 |
1148 | 2024-07-29T22:03:45.684Z | Compiling spki v0.7.3 |
1149 | 2024-07-29T22:03:45.770Z | Compiling regex-automata v0.4.6 |
1150 | 2024-07-29T22:03:46.056Z | Compiling schemars_derive v0.8.21 |
1151 | 2024-07-29T22:03:46.452Z | Compiling idna v0.3.0 |
1152 | 2024-07-29T22:03:46.648Z | Compiling backtrace v0.3.71 |
1153 | 2024-07-29T22:03:47.093Z | Compiling hash32 v0.2.1 |
1154 | 2024-07-29T22:03:47.478Z | Compiling stable_deref_trait v1.2.0 |
1155 | 2024-07-29T22:03:47.548Z | Compiling pest_derive v2.7.10 |
1156 | 2024-07-29T22:03:47.598Z | Compiling dyn-clone v1.0.17 |
1157 | 2024-07-29T22:03:47.826Z | Compiling smoltcp v0.9.1 |
1158 | 2024-07-29T22:03:48.083Z | Compiling fallible-iterator v0.2.0 |
1159 | 2024-07-29T22:03:48.329Z | Compiling dtrace-parser v0.2.0 |
1160 | 2024-07-29T22:03:48.574Z | Compiling psl-types v2.0.11 |
1161 | 2024-07-29T22:03:48.763Z | Compiling crc32fast v1.4.0 |
1162 | 2024-07-29T22:03:48.821Z | Compiling gimli v0.28.1 |
1163 | 2024-07-29T22:03:49.255Z | Compiling bytes v1.6.0 |
1164 | 2024-07-29T22:03:49.574Z | Compiling bitflags v2.6.0 |
1165 | 2024-07-29T22:03:50.019Z | Compiling indexmap v2.2.6 |
1166 | 2024-07-29T22:03:50.578Z | Compiling tokio v1.38.1 |
1167 | 2024-07-29T22:03:50.593Z | Compiling http v0.2.12 |
1168 | 2024-07-29T22:03:50.652Z | Compiling uuid v1.10.0 |
1169 | 2024-07-29T22:03:51.425Z | Compiling semver v1.0.23 |
1170 | 2024-07-29T22:03:51.958Z | Compiling rustc_version v0.4.0 |
1171 | 2024-07-29T22:03:52.186Z | Compiling chrono v0.4.38 |
1172 | 2024-07-29T22:03:52.749Z | Compiling heapless v0.7.17 |
1173 | 2024-07-29T22:03:52.921Z | Compiling http-body v0.4.6 |
1174 | 2024-07-29T22:03:53.202Z | Compiling dof v0.3.0 |
1175 | 2024-07-29T22:03:53.445Z | Compiling serde_tokenstream v0.2.1 |
1176 | 2024-07-29T22:03:53.836Z | Compiling serde_spanned v0.6.6 |
1177 | 2024-07-29T22:03:53.999Z | Compiling usdt-impl v0.5.0 |
1178 | 2024-07-29T22:03:54.067Z | Compiling toml_datetime v0.6.6 |
1179 | 2024-07-29T22:03:54.565Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1180 | 2024-07-29T22:03:55.494Z | Compiling terminal_size v0.3.0 |
1181 | 2024-07-29T22:03:55.689Z | Compiling addr2line v0.21.0 |
1182 | 2024-07-29T22:03:55.753Z | Compiling postgres-protocol v0.6.6 |
1183 | 2024-07-29T22:03:56.168Z | Compiling publicsuffix v2.2.3 |
1184 | 2024-07-29T22:03:56.378Z | Compiling pkcs8 v0.10.2 |
1185 | 2024-07-29T22:03:56.418Z | Compiling hubpack_derive v0.1.1 |
1186 | 2024-07-29T22:03:56.844Z | Compiling block-padding v0.3.3 |
1187 | 2024-07-29T22:03:56.920Z | Compiling async-trait v0.1.81 |
1188 | 2024-07-29T22:03:57.082Z | Compiling zerocopy-derive v0.6.6 |
1189 | 2024-07-29T22:03:58.371Z | Compiling phf_shared v0.11.2 |
1190 | 2024-07-29T22:03:58.767Z | Compiling tokio-util v0.7.11 |
1191 | 2024-07-29T22:03:58.904Z | Compiling tokio-rustls v0.24.1 |
1192 | 2024-07-29T22:03:59.161Z | Compiling diesel_table_macro_syntax v0.1.0 |
1193 | 2024-07-29T22:03:59.284Z | Compiling ff v0.13.0 |
1194 | 2024-07-29T22:03:59.347Z | Compiling scheduled-thread-pool v0.2.7 |
1195 | 2024-07-29T22:03:59.488Z | Compiling fs-err v2.11.0 |
1196 | 2024-07-29T22:03:59.577Z | Compiling object v0.32.2 |
1197 | 2024-07-29T22:03:59.750Z | Compiling h2 v0.3.26 |
1198 | 2024-07-29T22:03:59.784Z | Compiling tokio-native-tls v0.3.1 |
1199 | 2024-07-29T22:03:59.950Z | Compiling bitflags v1.3.2 |
1200 | 2024-07-29T22:04:00.021Z | Compiling base16ct v0.2.0 |
1201 | 2024-07-29T22:04:00.046Z | Compiling anyhow v1.0.86 |
1202 | 2024-07-29T22:04:00.063Z | Compiling matches v0.1.10 |
1203 | 2024-07-29T22:04:00.094Z | Compiling managed v0.8.0 |
1204 | 2024-07-29T22:04:00.147Z | Compiling regex-automata v0.1.10 |
1205 | 2024-07-29T22:04:00.332Z | Compiling bit-vec v0.6.3 |
1206 | 2024-07-29T22:04:00.520Z | Compiling ipnet v2.9.0 |
1207 | 2024-07-29T22:04:00.625Z | Compiling winnow v0.5.40 |
1208 | 2024-07-29T22:04:00.645Z | Compiling either v1.12.0 |
1209 | 2024-07-29T22:04:00.782Z | Compiling rustc-demangle v0.1.24 |
1210 | 2024-07-29T22:04:01.058Z | Compiling clap_builder v4.5.9 |
1211 | 2024-07-29T22:04:01.848Z | Compiling bstr v0.2.17 |
1212 | 2024-07-29T22:04:02.429Z | Compiling sec1 v0.7.3 |
1213 | 2024-07-29T22:04:03.065Z | Compiling idna v0.2.3 |
1214 | 2024-07-29T22:04:03.582Z | Compiling diesel_derives v2.1.4 |
1215 | 2024-07-29T22:04:04.188Z | Compiling toml_edit v0.19.15 |
1216 | 2024-07-29T22:04:04.598Z | Compiling r2d2 v0.8.10 |
1217 | 2024-07-29T22:04:04.737Z | Compiling group v0.13.0 |
1218 | 2024-07-29T22:04:04.952Z | Compiling zerocopy v0.6.6 |
1219 | 2024-07-29T22:04:05.072Z | Compiling phf v0.11.2 |
1220 | 2024-07-29T22:04:05.391Z | Compiling signal-hook-mio v0.2.3 |
1221 | 2024-07-29T22:04:05.548Z | Compiling cookie_store v0.20.0 |
1222 | 2024-07-29T22:04:05.833Z | Compiling hubpack v0.1.2 |
1223 | 2024-07-29T22:04:06.119Z | Compiling inout v0.1.3 |
1224 | 2024-07-29T22:04:06.396Z | Compiling hyper v0.14.28 |
1225 | 2024-07-29T22:04:07.066Z | Compiling ipnetwork v0.20.0 |
1226 | 2024-07-29T22:04:07.115Z | Compiling postgres-types v0.2.6 |
1227 | 2024-07-29T22:04:08.665Z | Compiling usdt-attr-macro v0.5.0 |
1228 | 2024-07-29T22:04:08.706Z | Compiling usdt-macro v0.5.0 |
1229 | 2024-07-29T22:04:10.048Z | Compiling regex v1.10.5 |
1230 | 2024-07-29T22:04:10.260Z | Compiling serde_urlencoded v0.7.1 |
1231 | 2024-07-29T22:04:10.395Z | Compiling futures-executor v0.3.30 |
1232 | 2024-07-29T22:04:10.412Z | Compiling enum-as-inner v0.5.1 |
1233 | 2024-07-29T22:04:10.790Z | Compiling hkdf v0.12.4 |
1234 | 2024-07-29T22:04:10.810Z | Compiling crypto-bigint v0.5.5 |
1235 | 2024-07-29T22:04:10.972Z | Compiling num-bigint v0.4.5 |
1236 | 2024-07-29T22:04:11.041Z | Compiling clap_derive v4.5.8 |
1237 | 2024-07-29T22:04:11.197Z | Compiling strum_macros v0.25.3 |
1238 | 2024-07-29T22:04:11.409Z | Compiling serde_repr v0.1.19 |
1239 | 2024-07-29T22:04:12.361Z | Compiling phf_shared v0.10.0 |
1240 | 2024-07-29T22:04:12.613Z | Compiling rustls-pemfile v1.0.4 |
1241 | 2024-07-29T22:04:12.816Z | Compiling float-cmp v0.9.0 |
1242 | 2024-07-29T22:04:13.042Z | Compiling encoding_rs v0.8.34 |
1243 | 2024-07-29T22:04:13.060Z | Compiling new_debug_unreachable v1.0.6 |
1244 | 2024-07-29T22:04:13.148Z | Compiling hyper-rustls v0.24.2 |
1245 | 2024-07-29T22:04:13.498Z | Compiling hyper-tls v0.5.0 |
1246 | 2024-07-29T22:04:13.839Z | Compiling difflib v0.4.0 |
1247 | 2024-07-29T22:04:15.545Z | Compiling webpki-roots v0.25.4 |
1248 | 2024-07-29T22:04:15.700Z | Compiling unicode-segmentation v1.11.0 |
1249 | 2024-07-29T22:04:15.717Z | Compiling mime v0.3.17 |
1250 | 2024-07-29T22:04:16.299Z | Compiling whoami v1.5.1 |
1251 | 2024-07-29T22:04:16.317Z | Compiling minimal-lexical v0.2.1 |
1252 | 2024-07-29T22:04:16.439Z | Compiling static_assertions v1.1.0 |
1253 | 2024-07-29T22:04:16.520Z | Compiling predicates-core v1.0.6 |
1254 | 2024-07-29T22:04:16.537Z | Compiling sync_wrapper v0.1.2 |
1255 | 2024-07-29T22:04:16.658Z | Compiling normalize-line-endings v0.3.0 |
1256 | 2024-07-29T22:04:16.779Z | Compiling fixedbitset v0.4.2 |
1257 | 2024-07-29T22:04:16.820Z | Compiling precomputed-hash v0.1.1 |
1258 | 2024-07-29T22:04:16.866Z | Compiling data-encoding v2.6.0 |
1259 | 2024-07-29T22:04:16.883Z | Compiling diesel v2.1.6 |
1260 | 2024-07-29T22:04:16.926Z | Compiling string_cache v0.8.7 |
1261 | 2024-07-29T22:04:16.943Z | Compiling predicates v3.1.0 |
1262 | 2024-07-29T22:04:16.958Z | Compiling nom v7.1.3 |
1263 | 2024-07-29T22:04:17.231Z | Compiling petgraph v0.6.5 |
1264 | 2024-07-29T22:04:17.381Z | Compiling toml_edit v0.22.16 |
1265 | 2024-07-29T22:04:17.633Z | Compiling trust-dns-proto v0.22.0 |
1266 | 2024-07-29T22:04:18.825Z | Compiling reqwest v0.11.27 |
1267 | 2024-07-29T22:04:19.404Z | Compiling tokio-postgres v0.7.10 |
1268 | 2024-07-29T22:04:20.670Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1269 | 2024-07-29T22:04:21.110Z | Compiling similar v2.5.0 |
1270 | 2024-07-29T22:04:21.622Z | Compiling console v0.15.8 |
1271 | 2024-07-29T22:04:23.204Z | Compiling clap v4.5.9 |
1272 | 2024-07-29T22:04:23.320Z | Compiling yasna v0.5.2 |
1273 | 2024-07-29T22:04:23.820Z | Compiling elliptic-curve v0.13.8 |
1274 | 2024-07-29T22:04:24.517Z | Compiling usdt v0.5.0 |
1275 | 2024-07-29T22:04:24.644Z | Compiling futures v0.3.30 |
1276 | 2024-07-29T22:04:24.763Z | Compiling flate2 v1.0.30 |
1277 | 2024-07-29T22:04:25.017Z | Compiling toml v0.7.8 |
1278 | 2024-07-29T22:04:25.702Z | Compiling cipher v0.4.4 |
1279 | 2024-07-29T22:04:26.115Z | Compiling crossterm v0.27.0 |
1280 | 2024-07-29T22:04:26.190Z | Compiling itertools v0.10.5 |
1281 | 2024-07-29T22:04:26.345Z | Compiling itertools v0.12.1 |
1282 | 2024-07-29T22:04:26.765Z | Compiling bit-set v0.5.3 |
1283 | 2024-07-29T22:04:27.029Z | Compiling tokio-stream v0.1.15 |
1284 | 2024-07-29T22:04:27.046Z | Compiling openapiv3 v2.0.0 |
1285 | 2024-07-29T22:04:27.128Z | Compiling bstr v1.9.1 |
1286 | 2024-07-29T22:04:28.039Z | Compiling hex v0.4.3 |
1287 | 2024-07-29T22:04:28.671Z | Compiling crossbeam-epoch v0.9.18 |
1288 | 2024-07-29T22:04:29.001Z | Compiling num-iter v0.1.45 |
1289 | 2024-07-29T22:04:29.062Z | Compiling dirs-sys-next v0.1.2 |
1290 | 2024-07-29T22:04:29.184Z | Compiling peg-runtime v0.8.3 |
1291 | 2024-07-29T22:04:29.461Z | Compiling lalrpop-util v0.19.12 |
1292 | 2024-07-29T22:04:29.515Z | Compiling unicode-xid v0.2.4 |
1293 | 2024-07-29T22:04:29.683Z | Compiling dirs-next v2.0.0 |
1294 | 2024-07-29T22:04:29.723Z | Compiling thread_local v1.1.8 |
1295 | 2024-07-29T22:04:29.801Z | Compiling slog-async v2.8.0 |
1296 | 2024-07-29T22:04:29.863Z | Compiling term v0.7.0 |
1297 | 2024-07-29T22:04:29.881Z | Compiling xattr v1.3.1 |
1298 | 2024-07-29T22:04:29.900Z | Compiling crossbeam-channel v0.5.12 |
1299 | 2024-07-29T22:04:30.158Z | Compiling strum_macros v0.26.4 |
1300 | 2024-07-29T22:04:30.292Z | Compiling filetime v0.2.23 |
1301 | 2024-07-29T22:04:30.392Z | Compiling is-terminal v0.4.12 |
1302 | 2024-07-29T22:04:30.517Z | Compiling take_mut v0.2.2 |
1303 | 2024-07-29T22:04:30.647Z | Compiling tar v0.4.41 |
1304 | 2024-07-29T22:04:30.985Z | Compiling slog-term v2.9.1 |
1305 | 2024-07-29T22:04:31.497Z | Compiling camino v1.1.7 |
1306 | 2024-07-29T22:04:33.824Z | Compiling strum v0.26.3 |
1307 | 2024-07-29T22:04:45.242Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1308 | 2024-07-29T22:04:45.458Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1309 | 2024-07-29T22:04:50.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1310 | 2024-07-29T22:04:51.049Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1311 | 2024-07-29T22:04:51.090Z | Jul 29 22:04:50.073 INFO Starting download, target: Cockroach |
1312 | 2024-07-29T22:04:51.090Z | Jul 29 22:04:50.073 INFO Starting download, target: Console |
1313 | 2024-07-29T22:04:51.090Z | Jul 29 22:04:50.073 INFO Starting download, target: Clickhouse |
1314 | 2024-07-29T22:04:51.094Z | Jul 29 22:04:50.073 INFO Starting download, target: DendriteOpenapi |
1315 | 2024-07-29T22:04:51.094Z | Jul 29 22:04:50.073 INFO Starting download, target: DendriteStub |
1316 | 2024-07-29T22:04:51.094Z | Jul 29 22:04:50.073 INFO Starting download, target: MaghemiteMgd |
1317 | 2024-07-29T22:04:51.094Z | Jul 29 22:04:50.073 INFO Starting download, target: TransceiverControl |
1318 | 2024-07-29T22:04:51.094Z | Jul 29 22:04:50.074 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1319 | 2024-07-29T22:04:51.094Z | Jul 29 22:04:50.074 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
1320 | 2024-07-29T22:04:51.094Z | Jul 29 22:04:50.074 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1321 | 2024-07-29T22:04:51.094Z | Jul 29 22:04:50.074 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1322 | 2024-07-29T22:04:51.094Z | Jul 29 22:04:50.074 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1323 | 2024-07-29T22:04:51.094Z | Jul 29 22:04:50.074 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1324 | 2024-07-29T22:04:51.094Z | Jul 29 22:04:50.074 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1325 | 2024-07-29T22:04:51.241Z | Jul 29 22:04:50.215 INFO Download complete, target: DendriteOpenapi |
1326 | 2024-07-29T22:04:51.443Z | Jul 29 22:04:50.420 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1327 | 2024-07-29T22:04:51.575Z | Jul 29 22:04:50.551 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1328 | 2024-07-29T22:04:51.741Z | Jul 29 22:04:50.724 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1329 | 2024-07-29T22:04:51.801Z | Jul 29 22:04:50.784 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1330 | 2024-07-29T22:04:52.027Z | Jul 29 22:04:51.009 INFO Download complete, target: Console |
1331 | 2024-07-29T22:04:52.295Z | Jul 29 22:04:51.263 INFO Download complete, target: TransceiverControl |
1332 | 2024-07-29T22:04:53.202Z | Jul 29 22:04:52.185 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1333 | 2024-07-29T22:04:53.763Z | Jul 29 22:04:52.745 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1334 | 2024-07-29T22:04:53.763Z | Jul 29 22:04:52.745 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1335 | 2024-07-29T22:04:55.043Z | Jul 29 22:04:54.025 INFO Download complete, target: DendriteStub |
1336 | 2024-07-29T22:04:55.216Z | Jul 29 22:04:54.198 INFO Download complete, target: MaghemiteMgd |
1337 | 2024-07-29T22:05:02.357Z | Jul 29 22:05:01.337 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1338 | 2024-07-29T22:05:02.711Z | Jul 29 22:05:01.689 INFO Checking that binary works, target: Cockroach |
1339 | 2024-07-29T22:05:02.856Z | Jul 29 22:05:01.835 INFO Download complete, target: Cockroach |
1340 | 2024-07-29T22:05:07.845Z | Jul 29 22:05:06.824 INFO Checking that binary works, target: Clickhouse |
1341 | 2024-07-29T22:05:08.237Z | Jul 29 22:05:07.216 INFO Download complete, target: Clickhouse |
1342 | 2024-07-29T22:05:08.256Z | All builder prerequisites installed successfully, and PATH looks valid |
1343 | 2024-07-29T22:05:08.259Z | |
1344 | 2024-07-29T22:05:08.259Z | real 4:11.994915428 |
1345 | 2024-07-29T22:05:08.259Z | user 11:48.752422391 |
1346 | 2024-07-29T22:05:08.259Z | sys 2:34.353561547 |
1347 | 2024-07-29T22:05:08.259Z | trap 0.419968085 |
1348 | 2024-07-29T22:05:08.259Z | tflt 5.307891307 |
1349 | 2024-07-29T22:05:08.259Z | dflt 6.278531063 |
1350 | 2024-07-29T22:05:08.259Z | kflt 0.339342099 |
1351 | 2024-07-29T22:05:08.259Z | lock 24:01.219288178 |
1352 | 2024-07-29T22:05:08.259Z | slp 35:23.614156171 |
1353 | 2024-07-29T22:05:08.259Z | lat 39.381721627 |
1354 | 2024-07-29T22:05:08.259Z | stop 1:32.222053191 |
1355 | 2024-07-29T22:05:08.259Z | + banner hack-check |
1356 | 2024-07-29T22:05:08.262Z | |
1357 | 2024-07-29T22:05:08.262Z | # # ## #### # # #### # # ###### #### # # |
1358 | 2024-07-29T22:05:08.262Z | # # # # # # # # # # # # # # # # # |
1359 | 2024-07-29T22:05:08.262Z | ###### # # # #### ##### # ###### ##### # #### |
1360 | 2024-07-29T22:05:08.262Z | # # ###### # # # # # # # # # # |
1361 | 2024-07-29T22:05:08.262Z | # # # # # # # # # # # # # # # # # |
1362 | 2024-07-29T22:05:08.262Z | # # # # #### # # #### # # ###### #### # # |
1363 | 2024-07-29T22:05:08.262Z | |
1364 | 2024-07-29T22:05:08.262Z | + export CARGO_INCREMENTAL=0 |
1365 | 2024-07-29T22:05:08.262Z | + CARGO_INCREMENTAL=0 |
1366 | 2024-07-29T22:05:08.262Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1367 | 2024-07-29T22:05:08.761Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1368 | 2024-07-29T22:05:12.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
1369 | 2024-07-29T22:05:12.713Z | Running `target/debug/xtask check-features --ci` |
1370 | 2024-07-29T22:05:12.726Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1371 | 2024-07-29T22:05:12.726Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1372 | 2024-07-29T22:05:13.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1373 | 2024-07-29T22:05:13.187Z | Running `target/debug/xtask download cargo-hack` |
1374 | 2024-07-29T22:05:13.925Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1375 | 2024-07-29T22:05:14.208Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1376 | 2024-07-29T22:05:18.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
1377 | 2024-07-29T22:05:19.079Z | Running `target/debug/xtask-downloader cargo-hack` |
1378 | 2024-07-29T22:05:19.109Z | Jul 29 22:05:18.086 INFO Starting download, target: CargoHack |
1379 | 2024-07-29T22:05:19.112Z | Jul 29 22:05:18.086 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1380 | 2024-07-29T22:05:19.765Z | Jul 29 22:05:18.738 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1381 | 2024-07-29T22:05:19.869Z | Jul 29 22:05:18.844 INFO Download complete, target: CargoHack |
1382 | 2024-07-29T22:05:19.872Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1383 | 2024-07-29T22:05:19.913Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1384 | 2024-07-29T22:05:20.025Z | info: running `cargo check --bins` on api_identity (1/142) |
1385 | 2024-07-29T22:05:20.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1386 | 2024-07-29T22:05:20.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1387 | 2024-07-29T22:05:20.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1388 | 2024-07-29T22:05:20.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1389 | 2024-07-29T22:05:20.568Z | |
1390 | 2024-07-29T22:05:20.568Z | info: running `cargo check --bins` on bootstore (2/142) |
1391 | 2024-07-29T22:05:21.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1392 | 2024-07-29T22:05:21.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1393 | 2024-07-29T22:05:21.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1394 | 2024-07-29T22:05:21.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1395 | 2024-07-29T22:05:21.165Z | |
1396 | 2024-07-29T22:05:21.165Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/142) |
1397 | 2024-07-29T22:05:21.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1398 | 2024-07-29T22:05:21.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1399 | 2024-07-29T22:05:21.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1400 | 2024-07-29T22:05:21.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1401 | 2024-07-29T22:05:21.720Z | |
1402 | 2024-07-29T22:05:21.720Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142) |
1403 | 2024-07-29T22:05:22.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1404 | 2024-07-29T22:05:22.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1405 | 2024-07-29T22:05:22.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1406 | 2024-07-29T22:05:22.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1407 | 2024-07-29T22:05:22.285Z | |
1408 | 2024-07-29T22:05:22.285Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142) |
1409 | 2024-07-29T22:05:22.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1410 | 2024-07-29T22:05:22.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1411 | 2024-07-29T22:05:22.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1412 | 2024-07-29T22:05:22.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1413 | 2024-07-29T22:05:22.702Z | |
1414 | 2024-07-29T22:05:22.702Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142) |
1415 | 2024-07-29T22:05:23.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1416 | 2024-07-29T22:05:23.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1417 | 2024-07-29T22:05:23.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1418 | 2024-07-29T22:05:23.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1419 | 2024-07-29T22:05:23.125Z | |
1420 | 2024-07-29T22:05:23.125Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142) |
1421 | 2024-07-29T22:05:23.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1422 | 2024-07-29T22:05:23.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1423 | 2024-07-29T22:05:23.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1424 | 2024-07-29T22:05:23.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1425 | 2024-07-29T22:05:23.545Z | |
1426 | 2024-07-29T22:05:23.545Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142) |
1427 | 2024-07-29T22:05:23.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1428 | 2024-07-29T22:05:23.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1429 | 2024-07-29T22:05:23.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1430 | 2024-07-29T22:05:23.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1431 | 2024-07-29T22:05:23.968Z | |
1432 | 2024-07-29T22:05:23.968Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142) |
1433 | 2024-07-29T22:05:24.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1434 | 2024-07-29T22:05:24.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1435 | 2024-07-29T22:05:24.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1436 | 2024-07-29T22:05:24.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1437 | 2024-07-29T22:05:24.398Z | |
1438 | 2024-07-29T22:05:24.398Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142) |
1439 | 2024-07-29T22:05:24.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1440 | 2024-07-29T22:05:24.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1441 | 2024-07-29T22:05:24.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1442 | 2024-07-29T22:05:24.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1443 | 2024-07-29T22:05:24.824Z | |
1444 | 2024-07-29T22:05:24.824Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142) |
1445 | 2024-07-29T22:05:25.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1446 | 2024-07-29T22:05:25.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1447 | 2024-07-29T22:05:25.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1448 | 2024-07-29T22:05:25.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1449 | 2024-07-29T22:05:25.249Z | |
1450 | 2024-07-29T22:05:25.249Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142) |
1451 | 2024-07-29T22:05:25.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1452 | 2024-07-29T22:05:25.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1453 | 2024-07-29T22:05:25.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1454 | 2024-07-29T22:05:25.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1455 | 2024-07-29T22:05:25.672Z | |
1456 | 2024-07-29T22:05:25.672Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142) |
1457 | 2024-07-29T22:05:26.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1458 | 2024-07-29T22:05:26.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1459 | 2024-07-29T22:05:26.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1460 | 2024-07-29T22:05:26.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1461 | 2024-07-29T22:05:26.110Z | |
1462 | 2024-07-29T22:05:26.110Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142) |
1463 | 2024-07-29T22:05:26.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1464 | 2024-07-29T22:05:26.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1465 | 2024-07-29T22:05:26.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1466 | 2024-07-29T22:05:26.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1467 | 2024-07-29T22:05:26.530Z | |
1468 | 2024-07-29T22:05:26.530Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142) |
1469 | 2024-07-29T22:05:26.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1470 | 2024-07-29T22:05:26.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1471 | 2024-07-29T22:05:26.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1472 | 2024-07-29T22:05:26.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1473 | 2024-07-29T22:05:26.953Z | |
1474 | 2024-07-29T22:05:26.953Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142) |
1475 | 2024-07-29T22:05:27.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1476 | 2024-07-29T22:05:27.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1477 | 2024-07-29T22:05:27.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1478 | 2024-07-29T22:05:27.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1479 | 2024-07-29T22:05:27.373Z | |
1480 | 2024-07-29T22:05:27.373Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142) |
1481 | 2024-07-29T22:05:27.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1482 | 2024-07-29T22:05:27.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1483 | 2024-07-29T22:05:27.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1484 | 2024-07-29T22:05:27.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1485 | 2024-07-29T22:05:27.794Z | |
1486 | 2024-07-29T22:05:27.794Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142) |
1487 | 2024-07-29T22:05:28.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1488 | 2024-07-29T22:05:28.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1489 | 2024-07-29T22:05:28.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1490 | 2024-07-29T22:05:28.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1491 | 2024-07-29T22:05:28.221Z | |
1492 | 2024-07-29T22:05:28.221Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142) |
1493 | 2024-07-29T22:05:28.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1494 | 2024-07-29T22:05:28.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1495 | 2024-07-29T22:05:28.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1496 | 2024-07-29T22:05:28.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1497 | 2024-07-29T22:05:28.649Z | |
1498 | 2024-07-29T22:05:28.649Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142) |
1499 | 2024-07-29T22:05:29.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1500 | 2024-07-29T22:05:29.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1501 | 2024-07-29T22:05:29.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1502 | 2024-07-29T22:05:29.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1503 | 2024-07-29T22:05:29.073Z | |
1504 | 2024-07-29T22:05:29.073Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142) |
1505 | 2024-07-29T22:05:29.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1506 | 2024-07-29T22:05:29.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1507 | 2024-07-29T22:05:29.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1508 | 2024-07-29T22:05:29.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1509 | 2024-07-29T22:05:29.499Z | |
1510 | 2024-07-29T22:05:29.499Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142) |
1511 | 2024-07-29T22:05:29.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1512 | 2024-07-29T22:05:29.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1513 | 2024-07-29T22:05:29.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1514 | 2024-07-29T22:05:29.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1515 | 2024-07-29T22:05:29.922Z | |
1516 | 2024-07-29T22:05:29.922Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142) |
1517 | 2024-07-29T22:05:30.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1518 | 2024-07-29T22:05:30.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1519 | 2024-07-29T22:05:30.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1520 | 2024-07-29T22:05:30.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1521 | 2024-07-29T22:05:30.347Z | |
1522 | 2024-07-29T22:05:30.347Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142) |
1523 | 2024-07-29T22:05:30.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1524 | 2024-07-29T22:05:30.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1525 | 2024-07-29T22:05:30.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1526 | 2024-07-29T22:05:30.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1527 | 2024-07-29T22:05:30.765Z | |
1528 | 2024-07-29T22:05:30.765Z | info: running `cargo check --bins` on sled-hardware-types (25/142) |
1529 | 2024-07-29T22:05:31.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-07-29T22:05:31.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-07-29T22:05:31.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-07-29T22:05:31.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1533 | 2024-07-29T22:05:31.343Z | |
1534 | 2024-07-29T22:05:31.343Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/142) |
1535 | 2024-07-29T22:05:31.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-07-29T22:05:31.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-07-29T22:05:31.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-07-29T22:05:31.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1539 | 2024-07-29T22:05:31.912Z | |
1540 | 2024-07-29T22:05:31.912Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142) |
1541 | 2024-07-29T22:05:32.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-07-29T22:05:32.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-07-29T22:05:32.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1544 | 2024-07-29T22:05:32.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1545 | 2024-07-29T22:05:32.490Z | |
1546 | 2024-07-29T22:05:32.490Z | info: running `cargo check --bins` on oxlog (28/142) |
1547 | 2024-07-29T22:05:32.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1548 | 2024-07-29T22:05:32.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1549 | 2024-07-29T22:05:33.045Z | Checking cfg-if v1.0.0 |
1550 | 2024-07-29T22:05:33.048Z | Checking libc v0.2.155 |
1551 | 2024-07-29T22:05:33.126Z | Checking scopeguard v1.2.0 |
1552 | 2024-07-29T22:05:33.130Z | Checking serde v1.0.204 |
1553 | 2024-07-29T22:05:33.136Z | Checking memchr v2.7.2 |
1554 | 2024-07-29T22:05:33.139Z | Checking byteorder v1.5.0 |
1555 | 2024-07-29T22:05:33.139Z | Checking log v0.4.21 |
1556 | 2024-07-29T22:05:33.161Z | Checking itoa v1.0.11 |
1557 | 2024-07-29T22:05:33.173Z | Checking zeroize v1.7.0 |
1558 | 2024-07-29T22:05:33.228Z | Checking lock_api v0.4.12 |
1559 | 2024-07-29T22:05:33.342Z | Checking once_cell v1.19.0 |
1560 | 2024-07-29T22:05:33.403Z | Checking smallvec v1.13.2 |
1561 | 2024-07-29T22:05:33.416Z | Checking pin-project-lite v0.2.14 |
1562 | 2024-07-29T22:05:33.522Z | Checking typenum v1.17.0 |
1563 | 2024-07-29T22:05:33.538Z | Checking zerocopy v0.7.34 |
1564 | 2024-07-29T22:05:33.634Z | Checking futures-core v0.3.30 |
1565 | 2024-07-29T22:05:33.647Z | Checking spin v0.9.8 |
1566 | 2024-07-29T22:05:33.724Z | Checking tinyvec_macros v0.1.1 |
1567 | 2024-07-29T22:05:33.798Z | Checking tinyvec v1.6.0 |
1568 | 2024-07-29T22:05:33.810Z | Checking libm v0.2.8 |
1569 | 2024-07-29T22:05:33.978Z | Checking const-oid v0.9.6 |
1570 | 2024-07-29T22:05:33.992Z | Checking subtle v2.5.0 |
1571 | 2024-07-29T22:05:34.172Z | Checking getrandom v0.2.14 |
1572 | 2024-07-29T22:05:34.224Z | Checking parking_lot_core v0.9.10 |
1573 | 2024-07-29T22:05:34.429Z | Checking rand_core v0.6.4 |
1574 | 2024-07-29T22:05:34.543Z | Checking parking_lot v0.12.2 |
1575 | 2024-07-29T22:05:34.677Z | Checking signal-hook-registry v1.4.2 |
1576 | 2024-07-29T22:05:34.729Z | Checking mio v0.8.11 |
1577 | 2024-07-29T22:05:34.784Z | Checking generic-array v0.14.7 |
1578 | 2024-07-29T22:05:34.875Z | Checking socket2 v0.5.7 |
1579 | 2024-07-29T22:05:34.903Z | Checking num_cpus v1.16.0 |
1580 | 2024-07-29T22:05:34.950Z | Checking ryu v1.0.18 |
1581 | 2024-07-29T22:05:35.001Z | Checking ahash v0.8.11 |
1582 | 2024-07-29T22:05:35.036Z | Checking unicode-normalization v0.1.23 |
1583 | 2024-07-29T22:05:35.163Z | Checking num-traits v0.2.19 |
1584 | 2024-07-29T22:05:35.314Z | Checking unicode-bidi v0.3.15 |
1585 | 2024-07-29T22:05:35.328Z | Checking allocator-api2 v0.2.18 |
1586 | 2024-07-29T22:05:35.517Z | Checking futures-sink v0.3.30 |
1587 | 2024-07-29T22:05:35.657Z | Checking equivalent v1.0.1 |
1588 | 2024-07-29T22:05:35.761Z | Checking futures-channel v0.3.30 |
1589 | 2024-07-29T22:05:35.819Z | Checking slab v0.4.9 |
1590 | 2024-07-29T22:05:35.900Z | Checking futures-task v0.3.30 |
1591 | 2024-07-29T22:05:35.903Z | Checking pin-utils v0.1.0 |
1592 | 2024-07-29T22:05:35.966Z | Checking crypto-common v0.1.6 |
1593 | 2024-07-29T22:05:35.984Z | Checking hashbrown v0.14.5 |
1594 | 2024-07-29T22:05:35.987Z | Checking futures-io v0.3.30 |
1595 | 2024-07-29T22:05:36.045Z | Checking block-buffer v0.10.4 |
1596 | 2024-07-29T22:05:36.100Z | Checking ppv-lite86 v0.2.17 |
1597 | 2024-07-29T22:05:36.120Z | Checking percent-encoding v2.3.1 |
1598 | 2024-07-29T22:05:36.136Z | Checking tracing-core v0.1.32 |
1599 | 2024-07-29T22:05:36.167Z | Checking futures-util v0.3.30 |
1600 | 2024-07-29T22:05:36.251Z | Checking digest v0.10.7 |
1601 | 2024-07-29T22:05:36.319Z | Checking untrusted v0.9.0 |
1602 | 2024-07-29T22:05:36.461Z | Checking fnv v1.0.7 |
1603 | 2024-07-29T22:05:36.578Z | Checking ring v0.17.8 |
1604 | 2024-07-29T22:05:36.602Z | Checking thiserror v1.0.63 |
1605 | 2024-07-29T22:05:36.726Z | Checking foreign-types-shared v0.1.1 |
1606 | 2024-07-29T22:05:36.774Z | Checking rand_chacha v0.3.1 |
1607 | 2024-07-29T22:05:36.777Z | Checking tracing v0.1.40 |
1608 | 2024-07-29T22:05:36.812Z | Checking powerfmt v0.2.0 |
1609 | 2024-07-29T22:05:36.902Z | Checking iana-time-zone v0.1.60 |
1610 | 2024-07-29T22:05:37.045Z | Checking base64ct v1.6.0 |
1611 | 2024-07-29T22:05:37.061Z | Checking deranged v0.3.11 |
1612 | 2024-07-29T22:05:37.117Z | Checking rand v0.8.5 |
1613 | 2024-07-29T22:05:37.121Z | Checking foreign-types v0.3.2 |
1614 | 2024-07-29T22:05:37.182Z | Checking hmac v0.12.1 |
1615 | 2024-07-29T22:05:37.204Z | Checking form_urlencoded v1.2.1 |
1616 | 2024-07-29T22:05:37.366Z | Checking openssl-sys v0.9.103 |
1617 | 2024-07-29T22:05:37.396Z | Checking time-core v0.1.2 |
1618 | 2024-07-29T22:05:37.467Z | Checking pem-rfc7468 v0.7.0 |
1619 | 2024-07-29T22:05:37.541Z | Checking flagset v0.4.5 |
1620 | 2024-07-29T22:05:37.723Z | Checking siphasher v0.3.11 |
1621 | 2024-07-29T22:05:37.726Z | Checking try-lock v0.2.5 |
1622 | 2024-07-29T22:05:37.851Z | Checking base64 v0.21.7 |
1623 | 2024-07-29T22:05:37.999Z | Checking num_threads v0.1.7 |
1624 | 2024-07-29T22:05:38.107Z | Checking num-conv v0.1.0 |
1625 | 2024-07-29T22:05:38.268Z | Checking unicode-ident v1.0.12 |
1626 | 2024-07-29T22:05:38.327Z | Checking bytes v1.6.0 |
1627 | 2024-07-29T22:05:38.340Z | Checking bitflags v2.6.0 |
1628 | 2024-07-29T22:05:38.343Z | Checking serde_json v1.0.120 |
1629 | 2024-07-29T22:05:38.395Z | Checking indexmap v2.2.6 |
1630 | 2024-07-29T22:05:38.410Z | Checking uuid v1.10.0 |
1631 | 2024-07-29T22:05:38.613Z | Checking chrono v0.4.38 |
1632 | 2024-07-29T22:05:38.627Z | Checking openssl v0.10.66 |
1633 | 2024-07-29T22:05:38.860Z | Checking time v0.3.36 |
1634 | 2024-07-29T22:05:38.981Z | Checking proc-macro2 v1.0.86 |
1635 | 2024-07-29T22:05:39.112Z | Checking tokio v1.38.1 |
1636 | 2024-07-29T22:05:39.616Z | Checking http v0.2.12 |
1637 | 2024-07-29T22:05:39.673Z | Checking sct v0.7.1 |
1638 | 2024-07-29T22:05:39.850Z | Checking rustls-webpki v0.101.7 |
1639 | 2024-07-29T22:05:40.021Z | Checking want v0.3.1 |
1640 | 2024-07-29T22:05:40.177Z | Checking der v0.7.9 |
1641 | 2024-07-29T22:05:40.503Z | Checking idna v0.5.0 |
1642 | 2024-07-29T22:05:40.581Z | Checking httparse v1.8.0 |
1643 | 2024-07-29T22:05:40.969Z | Checking errno v0.3.9 |
1644 | 2024-07-29T22:05:40.983Z | Checking http-body v0.4.6 |
1645 | 2024-07-29T22:05:41.123Z | Checking aho-corasick v1.1.3 |
1646 | 2024-07-29T22:05:41.303Z | Checking lazy_static v1.5.0 |
1647 | 2024-07-29T22:05:41.369Z | Checking scroll v0.12.0 |
1648 | 2024-07-29T22:05:41.404Z | Checking httpdate v1.0.3 |
1649 | 2024-07-29T22:05:41.419Z | Checking regex-syntax v0.8.3 |
1650 | 2024-07-29T22:05:41.439Z | Checking plain v0.2.3 |
1651 | 2024-07-29T22:05:41.570Z | Checking finl_unicode v1.2.0 |
1652 | 2024-07-29T22:05:41.623Z | Checking tower-service v0.3.2 |
1653 | 2024-07-29T22:05:41.736Z | Checking cpufeatures v0.2.12 |
1654 | 2024-07-29T22:05:41.822Z | Checking ucd-trie v0.1.6 |
1655 | 2024-07-29T22:05:41.833Z | Checking utf8parse v0.2.1 |
1656 | 2024-07-29T22:05:41.960Z | Checking anstyle v1.0.7 |
1657 | 2024-07-29T22:05:42.000Z | Checking openssl-probe v0.1.5 |
1658 | 2024-07-29T22:05:42.073Z | Checking adler v1.0.2 |
1659 | 2024-07-29T22:05:42.117Z | Checking spki v0.7.3 |
1660 | 2024-07-29T22:05:42.131Z | Checking stringprep v0.1.4 |
1661 | 2024-07-29T22:05:42.205Z | Checking miniz_oxide v0.7.2 |
1662 | 2024-07-29T22:05:42.317Z | Checking pest v2.7.10 |
1663 | 2024-07-29T22:05:42.371Z | Checking anstyle-parse v0.2.4 |
1664 | 2024-07-29T22:05:42.384Z | Checking goblin v0.8.2 |
1665 | 2024-07-29T22:05:42.611Z | Checking sha2 v0.10.8 |
1666 | 2024-07-29T22:05:42.728Z | Checking url v2.5.2 |
1667 | 2024-07-29T22:05:42.892Z | Checking rustix v0.38.34 |
1668 | 2024-07-29T22:05:43.156Z | Checking rustls v0.21.12 |
1669 | 2024-07-29T22:05:43.478Z | Checking quote v1.0.36 |
1670 | 2024-07-29T22:05:43.809Z | Checking serde_spanned v0.6.6 |
1671 | 2024-07-29T22:05:43.991Z | Checking toml_datetime v0.6.6 |
1672 | 2024-07-29T22:05:44.153Z | Checking native-tls v0.2.11 |
1673 | 2024-07-29T22:05:44.258Z | Checking num-integer v0.1.46 |
1674 | 2024-07-29T22:05:44.465Z | Checking md-5 v0.10.6 |
1675 | 2024-07-29T22:05:44.582Z | Checking regex-automata v0.4.6 |
1676 | 2024-07-29T22:05:44.671Z | Checking idna v0.3.0 |
1677 | 2024-07-29T22:05:44.691Z | Checking hash32 v0.2.1 |
1678 | 2024-07-29T22:05:44.723Z | Checking colorchoice v1.0.1 |
1679 | 2024-07-29T22:05:44.792Z | Checking psl-types v2.0.11 |
1680 | 2024-07-29T22:05:44.839Z | Checking is_terminal_polyfill v1.70.0 |
1681 | 2024-07-29T22:05:44.952Z | Checking stable_deref_trait v1.2.0 |
1682 | 2024-07-29T22:05:44.966Z | Checking dyn-clone v1.0.17 |
1683 | 2024-07-29T22:05:44.987Z | Checking pretty-hex v0.4.1 |
1684 | 2024-07-29T22:05:45.035Z | Checking gimli v0.28.1 |
1685 | 2024-07-29T22:05:45.091Z | Checking anstyle-query v1.0.3 |
1686 | 2024-07-29T22:05:45.148Z | Checking fallible-iterator v0.2.0 |
1687 | 2024-07-29T22:05:45.201Z | Checking anstream v0.6.14 |
1688 | 2024-07-29T22:05:45.443Z | Checking publicsuffix v2.2.3 |
1689 | 2024-07-29T22:05:45.543Z | Checking schemars v0.8.21 |
1690 | 2024-07-29T22:05:45.656Z | Checking heapless v0.7.17 |
1691 | 2024-07-29T22:05:45.745Z | Checking postgres-protocol v0.6.6 |
1692 | 2024-07-29T22:05:45.939Z | Checking tokio-util v0.7.11 |
1693 | 2024-07-29T22:05:46.271Z | Checking tokio-rustls v0.24.1 |
1694 | 2024-07-29T22:05:46.371Z | Checking tokio-native-tls v0.3.1 |
1695 | 2024-07-29T22:05:46.605Z | Checking terminal_size v0.3.0 |
1696 | 2024-07-29T22:05:46.608Z | Checking dtrace-parser v0.2.0 |
1697 | 2024-07-29T22:05:46.688Z | Checking syn v2.0.72 |
1698 | 2024-07-29T22:05:46.767Z | Checking pkcs8 v0.10.2 |
1699 | 2024-07-29T22:05:46.803Z | Checking h2 v0.3.26 |
1700 | 2024-07-29T22:05:47.017Z | Checking cookie v0.17.0 |
1701 | 2024-07-29T22:05:47.058Z | Checking phf_shared v0.11.2 |
1702 | 2024-07-29T22:05:47.131Z | Checking signal-hook v0.3.17 |
1703 | 2024-07-29T22:05:47.277Z | Checking dof v0.3.0 |
1704 | 2024-07-29T22:05:47.328Z | Checking block-padding v0.3.3 |
1705 | 2024-07-29T22:05:47.407Z | Checking scheduled-thread-pool v0.2.7 |
1706 | 2024-07-29T22:05:47.434Z | Checking ff v0.13.0 |
1707 | 2024-07-29T22:05:47.514Z | Checking thread-id v4.2.1 |
1708 | 2024-07-29T22:05:47.601Z | Checking object v0.32.2 |
1709 | 2024-07-29T22:05:47.615Z | Checking bitflags v1.3.2 |
1710 | 2024-07-29T22:05:47.633Z | Checking matches v0.1.10 |
1711 | 2024-07-29T22:05:47.696Z | Checking managed v0.8.0 |
1712 | 2024-07-29T22:05:47.710Z | Checking rustc-demangle v0.1.24 |
1713 | 2024-07-29T22:05:47.854Z | Checking strsim v0.11.1 |
1714 | 2024-07-29T22:05:48.046Z | Checking clap_lex v0.7.0 |
1715 | 2024-07-29T22:05:48.100Z | Checking regex-automata v0.1.10 |
1716 | 2024-07-29T22:05:48.115Z | Checking ipnet v2.9.0 |
1717 | 2024-07-29T22:05:48.278Z | Checking base16ct v0.2.0 |
1718 | 2024-07-29T22:05:48.468Z | Checking bit-vec v0.6.3 |
1719 | 2024-07-29T22:05:48.481Z | Checking winnow v0.5.40 |
1720 | 2024-07-29T22:05:48.549Z | Checking either v1.12.0 |
1721 | 2024-07-29T22:05:48.768Z | Checking bstr v0.2.17 |
1722 | 2024-07-29T22:05:48.787Z | Checking addr2line v0.21.0 |
1723 | 2024-07-29T22:05:48.891Z | Checking sec1 v0.7.3 |
1724 | 2024-07-29T22:05:49.076Z | Checking regex v1.10.5 |
1725 | 2024-07-29T22:05:49.243Z | Checking clap_builder v4.5.9 |
1726 | 2024-07-29T22:05:49.266Z | Checking smoltcp v0.9.1 |
1727 | 2024-07-29T22:05:49.539Z | Checking idna v0.2.3 |
1728 | 2024-07-29T22:05:49.657Z | Checking group v0.13.0 |
1729 | 2024-07-29T22:05:49.914Z | Checking r2d2 v0.8.10 |
1730 | 2024-07-29T22:05:50.220Z | Checking inout v0.1.3 |
1731 | 2024-07-29T22:05:50.352Z | Checking signal-hook-mio v0.2.3 |
1732 | 2024-07-29T22:05:50.449Z | Checking cookie_store v0.20.0 |
1733 | 2024-07-29T22:05:50.484Z | Checking phf v0.11.2 |
1734 | 2024-07-29T22:05:50.746Z | Checking ipnetwork v0.20.0 |
1735 | 2024-07-29T22:05:50.782Z | Checking postgres-types v0.2.6 |
1736 | 2024-07-29T22:05:51.068Z | Checking num-bigint v0.4.5 |
1737 | 2024-07-29T22:05:51.108Z | Checking futures-executor v0.3.30 |
1738 | 2024-07-29T22:05:51.323Z | Checking hubpack v0.1.2 |
1739 | 2024-07-29T22:05:51.457Z | Checking serde_urlencoded v0.7.1 |
1740 | 2024-07-29T22:05:51.613Z | Checking rustls-pemfile v1.0.4 |
1741 | 2024-07-29T22:05:51.639Z | Checking toml_edit v0.19.15 |
1742 | 2024-07-29T22:05:51.783Z | Checking phf_shared v0.10.0 |
1743 | 2024-07-29T22:05:51.871Z | Checking hkdf v0.12.4 |
1744 | 2024-07-29T22:05:52.058Z | Checking float-cmp v0.9.0 |
1745 | 2024-07-29T22:05:52.070Z | Checking zerocopy v0.6.6 |
1746 | 2024-07-29T22:05:52.133Z | Checking crc32fast v1.4.0 |
1747 | 2024-07-29T22:05:52.221Z | Checking crossbeam-utils v0.8.19 |
1748 | 2024-07-29T22:05:52.340Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1749 | 2024-07-29T22:05:52.568Z | Checking crypto-bigint v0.5.5 |
1750 | 2024-07-29T22:05:52.680Z | Checking hyper v0.14.28 |
1751 | 2024-07-29T22:05:52.811Z | Checking memmap v0.7.0 |
1752 | 2024-07-29T22:05:52.940Z | Checking encoding_rs v0.8.34 |
1753 | 2024-07-29T22:05:52.979Z | Checking usdt-impl v0.5.0 |
1754 | 2024-07-29T22:05:52.994Z | Checking unicode-segmentation v1.11.0 |
1755 | 2024-07-29T22:05:53.408Z | Checking data-encoding v2.6.0 |
1756 | 2024-07-29T22:05:53.502Z | Checking static_assertions v1.1.0 |
1757 | 2024-07-29T22:05:53.516Z | Checking backtrace v0.3.71 |
1758 | 2024-07-29T22:05:53.575Z | Checking predicates-core v1.0.6 |
1759 | 2024-07-29T22:05:53.588Z | Checking unicode-width v0.1.13 |
1760 | 2024-07-29T22:05:53.746Z | Checking normalize-line-endings v0.3.0 |
1761 | 2024-07-29T22:05:53.758Z | Checking minimal-lexical v0.2.1 |
1762 | 2024-07-29T22:05:53.853Z | Checking fixedbitset v0.4.2 |
1763 | 2024-07-29T22:05:53.909Z | Checking webpki-roots v0.25.4 |
1764 | 2024-07-29T22:05:54.042Z | Checking whoami v1.5.1 |
1765 | 2024-07-29T22:05:54.056Z | Checking winnow v0.6.8 |
1766 | 2024-07-29T22:05:54.059Z | Checking difflib v0.4.0 |
1767 | 2024-07-29T22:05:54.081Z | Checking precomputed-hash v0.1.1 |
1768 | 2024-07-29T22:05:54.113Z | Checking sync_wrapper v0.1.2 |
1769 | 2024-07-29T22:05:54.172Z | Checking mime v0.3.17 |
1770 | 2024-07-29T22:05:54.221Z | Checking new_debug_unreachable v1.0.6 |
1771 | 2024-07-29T22:05:54.303Z | Checking string_cache v0.8.7 |
1772 | 2024-07-29T22:05:54.335Z | Checking tokio-postgres v0.7.10 |
1773 | 2024-07-29T22:05:54.356Z | Checking predicates v3.1.0 |
1774 | 2024-07-29T22:05:54.487Z | Checking nom v7.1.3 |
1775 | 2024-07-29T22:05:54.561Z | Checking petgraph v0.6.5 |
1776 | 2024-07-29T22:05:54.978Z | Checking toml v0.7.8 |
1777 | 2024-07-29T22:05:55.122Z | Checking anyhow v1.0.86 |
1778 | 2024-07-29T22:05:55.276Z | Checking elliptic-curve v0.13.8 |
1779 | 2024-07-29T22:05:55.504Z | Checking trust-dns-proto v0.22.0 |
1780 | 2024-07-29T22:05:55.731Z | Checking console v0.15.8 |
1781 | 2024-07-29T22:05:55.944Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1782 | 2024-07-29T22:05:56.272Z | Checking similar v2.5.0 |
1783 | 2024-07-29T22:05:56.962Z | Checking usdt v0.5.0 |
1784 | 2024-07-29T22:05:57.093Z | Checking yasna v0.5.2 |
1785 | 2024-07-29T22:05:57.107Z | Checking toml_edit v0.22.16 |
1786 | 2024-07-29T22:05:57.194Z | Checking crossbeam-epoch v0.9.18 |
1787 | 2024-07-29T22:05:57.377Z | Checking diesel v2.1.6 |
1788 | 2024-07-29T22:05:57.630Z | Checking flate2 v1.0.30 |
1789 | 2024-07-29T22:05:57.893Z | Checking clap v4.5.9 |
1790 | 2024-07-29T22:05:57.948Z | Checking futures v0.3.30 |
1791 | 2024-07-29T22:05:58.000Z | Checking crossterm v0.27.0 |
1792 | 2024-07-29T22:05:58.047Z | Checking cipher v0.4.4 |
1793 | 2024-07-29T22:05:58.275Z | Checking bstr v1.9.1 |
1794 | 2024-07-29T22:05:58.425Z | Checking itertools v0.10.5 |
1795 | 2024-07-29T22:05:58.606Z | Checking hyper-rustls v0.24.2 |
1796 | 2024-07-29T22:05:58.913Z | Checking hyper-tls v0.5.0 |
1797 | 2024-07-29T22:05:59.166Z | Checking itertools v0.12.1 |
1798 | 2024-07-29T22:05:59.182Z | Checking reqwest v0.11.27 |
1799 | 2024-07-29T22:05:59.376Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1800 | 2024-07-29T22:05:59.401Z | Checking bit-set v0.5.3 |
1801 | 2024-07-29T22:05:59.644Z | Checking fs-err v2.11.0 |
1802 | 2024-07-29T22:05:59.658Z | Checking tokio-stream v0.1.15 |
1803 | 2024-07-29T22:05:59.709Z | Checking num-iter v0.1.45 |
1804 | 2024-07-29T22:05:59.863Z | Checking openapiv3 v2.0.0 |
1805 | 2024-07-29T22:06:00.181Z | Checking slog v2.7.0 |
1806 | 2024-07-29T22:06:00.410Z | Checking semver v1.0.23 |
1807 | 2024-07-29T22:06:00.638Z | Checking hex v0.4.3 |
1808 | 2024-07-29T22:06:00.781Z | Checking peg-runtime v0.8.3 |
1809 | 2024-07-29T22:06:00.781Z | Checking lalrpop-util v0.19.12 |
1810 | 2024-07-29T22:06:00.807Z | Checking camino v1.1.7 |
1811 | 2024-07-29T22:06:00.810Z | Checking sigpipe v0.1.3 |
1812 | 2024-07-29T22:06:17.466Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1813 | 2024-07-29T22:06:17.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.23s |
1814 | 2024-07-29T22:06:17.852Z | |
1815 | 2024-07-29T22:06:17.852Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142) |
1816 | 2024-07-29T22:06:18.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1817 | 2024-07-29T22:06:18.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1818 | 2024-07-29T22:06:18.458Z | Compiling regress v0.9.1 |
1819 | 2024-07-29T22:06:18.540Z | Checking sha1 v0.10.6 |
1820 | 2024-07-29T22:06:18.548Z | Checking strum v0.26.3 |
1821 | 2024-07-29T22:06:18.561Z | Checking heck v0.5.0 |
1822 | 2024-07-29T22:06:18.572Z | Compiling getopts v0.2.21 |
1823 | 2024-07-29T22:06:18.575Z | Checking dirs-sys-next v0.1.2 |
1824 | 2024-07-29T22:06:18.591Z | Compiling unsafe-libyaml v0.2.11 |
1825 | 2024-07-29T22:06:18.714Z | Checking http v1.1.0 |
1826 | 2024-07-29T22:06:18.727Z | Checking dirs-next v2.0.0 |
1827 | 2024-07-29T22:06:18.772Z | Checking thread_local v1.1.8 |
1828 | 2024-07-29T22:06:18.837Z | Checking rustls-pki-types v1.7.0 |
1829 | 2024-07-29T22:06:18.963Z | Compiling ident_case v1.0.1 |
1830 | 2024-07-29T22:06:19.025Z | Checking term v0.7.0 |
1831 | 2024-07-29T22:06:19.121Z | Compiling darling_core v0.20.9 |
1832 | 2024-07-29T22:06:19.265Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1833 | 2024-07-29T22:06:19.467Z | Checking crossbeam-channel v0.5.12 |
1834 | 2024-07-29T22:06:19.582Z | Checking is-terminal v0.4.12 |
1835 | 2024-07-29T22:06:19.595Z | Checking atty v0.2.14 |
1836 | 2024-07-29T22:06:19.692Z | Checking utf-8 v0.7.6 |
1837 | 2024-07-29T22:06:19.705Z | Checking base64 v0.22.1 |
1838 | 2024-07-29T22:06:19.879Z | Compiling serde_yaml v0.9.34+deprecated |
1839 | 2024-07-29T22:06:20.076Z | Checking take_mut v0.2.2 |
1840 | 2024-07-29T22:06:20.166Z | Checking humantime v2.1.0 |
1841 | 2024-07-29T22:06:20.181Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1842 | 2024-07-29T22:06:20.209Z | Compiling paste v1.0.15 |
1843 | 2024-07-29T22:06:20.433Z | Compiling rustls v0.22.4 |
1844 | 2024-07-29T22:06:20.486Z | Checking termcolor v1.4.1 |
1845 | 2024-07-29T22:06:20.526Z | Checking slog-async v2.8.0 |
1846 | 2024-07-29T22:06:20.709Z | Checking slog-term v2.9.1 |
1847 | 2024-07-29T22:06:20.785Z | Checking rustls-webpki v0.102.4 |
1848 | 2024-07-29T22:06:20.801Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1849 | 2024-07-29T22:06:20.907Z | Checking env_logger v0.9.3 |
1850 | 2024-07-29T22:06:21.141Z | Compiling proc-macro-crate v1.3.1 |
1851 | 2024-07-29T22:06:21.154Z | Compiling bitstruct_derive v0.1.0 |
1852 | 2024-07-29T22:06:21.312Z | Compiling structmeta-derive v0.3.0 |
1853 | 2024-07-29T22:06:21.552Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-07-29T22:06:21.668Z | Compiling multer v3.1.0 |
1855 | 2024-07-29T22:06:21.908Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1856 | 2024-07-29T22:06:21.926Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1857 | 2024-07-29T22:06:22.230Z | Checking ascii v1.1.0 |
1858 | 2024-07-29T22:06:22.464Z | Checking match_cfg v0.1.0 |
1859 | 2024-07-29T22:06:22.550Z | Checking hostname v0.3.1 |
1860 | 2024-07-29T22:06:22.602Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1861 | 2024-07-29T22:06:22.669Z | Checking bitstruct v0.1.1 |
1862 | 2024-07-29T22:06:22.769Z | Compiling num_enum_derive v0.5.11 |
1863 | 2024-07-29T22:06:23.519Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1864 | 2024-07-29T22:06:23.656Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1865 | 2024-07-29T22:06:24.217Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1866 | 2024-07-29T22:06:24.260Z | Checking slog-json v2.6.1 |
1867 | 2024-07-29T22:06:24.417Z | Compiling structmeta v0.3.0 |
1868 | 2024-07-29T22:06:24.494Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1869 | 2024-07-29T22:06:24.508Z | Checking erased-serde v0.3.31 |
1870 | 2024-07-29T22:06:24.757Z | Checking serde_arrays v0.1.0 |
1871 | 2024-07-29T22:06:24.878Z | Compiling foreign-types-macros v0.2.3 |
1872 | 2024-07-29T22:06:24.901Z | Compiling async-stream-impl v0.3.5 |
1873 | 2024-07-29T22:06:25.132Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1874 | 2024-07-29T22:06:25.414Z | Checking atomic-waker v1.1.2 |
1875 | 2024-07-29T22:06:25.535Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1876 | 2024-07-29T22:06:25.549Z | Checking arc-swap v1.7.1 |
1877 | 2024-07-29T22:06:25.577Z | Checking foreign-types-shared v0.3.1 |
1878 | 2024-07-29T22:06:25.696Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1879 | 2024-07-29T22:06:25.834Z | Checking num_enum v0.5.11 |
1880 | 2024-07-29T22:06:25.978Z | Checking waitgroup v0.1.2 |
1881 | 2024-07-29T22:06:26.003Z | Checking slog-scope v4.4.0 |
1882 | 2024-07-29T22:06:26.167Z | Checking foreign-types v0.5.0 |
1883 | 2024-07-29T22:06:26.180Z | Compiling parse-display-derive v0.9.1 |
1884 | 2024-07-29T22:06:26.193Z | Checking slog-bunyan v2.5.0 |
1885 | 2024-07-29T22:06:26.267Z | Compiling proc-macro-error v1.0.4 |
1886 | 2024-07-29T22:06:26.345Z | Checking async-stream v0.3.5 |
1887 | 2024-07-29T22:06:26.549Z | Compiling darling_macro v0.20.9 |
1888 | 2024-07-29T22:06:26.650Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1889 | 2024-07-29T22:06:26.706Z | Checking toml v0.8.15 |
1890 | 2024-07-29T22:06:26.909Z | Checking rustls-pemfile v2.1.2 |
1891 | 2024-07-29T22:06:26.965Z | Checking tungstenite v0.20.1 |
1892 | 2024-07-29T22:06:27.122Z | Compiling heck v0.3.3 |
1893 | 2024-07-29T22:06:27.169Z | Checking tokio-rustls v0.25.0 |
1894 | 2024-07-29T22:06:27.459Z | Checking newtype-uuid v1.1.0 |
1895 | 2024-07-29T22:06:27.489Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1896 | 2024-07-29T22:06:27.527Z | Compiling darling v0.20.9 |
1897 | 2024-07-29T22:06:27.541Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1898 | 2024-07-29T22:06:27.638Z | Compiling serde_with_macros v3.8.3 |
1899 | 2024-07-29T22:06:27.696Z | Checking cstr-argument v0.1.2 |
1900 | 2024-07-29T22:06:27.809Z | Checking serde_path_to_error v0.1.16 |
1901 | 2024-07-29T22:06:27.864Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1902 | 2024-07-29T22:06:28.351Z | Checking hostname v0.4.0 |
1903 | 2024-07-29T22:06:28.460Z | Checking instant v0.1.12 |
1904 | 2024-07-29T22:06:28.474Z | Checking fastrand v2.1.0 |
1905 | 2024-07-29T22:06:28.568Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1906 | 2024-07-29T22:06:28.619Z | Checking pretty-hex v0.2.1 |
1907 | 2024-07-29T22:06:28.771Z | Checking debug-ignore v1.0.5 |
1908 | 2024-07-29T22:06:28.787Z | Checking tempfile v3.10.1 |
1909 | 2024-07-29T22:06:28.839Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1910 | 2024-07-29T22:06:28.899Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1911 | 2024-07-29T22:06:29.032Z | Checking backoff v0.4.0 |
1912 | 2024-07-29T22:06:29.143Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1913 | 2024-07-29T22:06:29.232Z | Checking tokio-tungstenite v0.20.1 |
1914 | 2024-07-29T22:06:29.315Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1915 | 2024-07-29T22:06:29.440Z | Compiling zone_cfg_derive v0.1.2 |
1916 | 2024-07-29T22:06:29.536Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1917 | 2024-07-29T22:06:29.688Z | Checking slog-stdlog v4.1.1 |
1918 | 2024-07-29T22:06:29.844Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1919 | 2024-07-29T22:06:29.990Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1920 | 2024-07-29T22:06:30.292Z | Checking tungstenite v0.21.0 |
1921 | 2024-07-29T22:06:30.306Z | Checking colored v2.1.0 |
1922 | 2024-07-29T22:06:30.613Z | Checking macaddr v1.0.1 |
1923 | 2024-07-29T22:06:30.867Z | Checking serde_with v3.8.3 |
1924 | 2024-07-29T22:06:30.990Z | Checking socket2 v0.4.10 |
1925 | 2024-07-29T22:06:31.004Z | Checking base64 v0.13.1 |
1926 | 2024-07-29T22:06:31.162Z | Checking tokio-tungstenite v0.21.0 |
1927 | 2024-07-29T22:06:31.186Z | Checking parse-display v0.9.1 |
1928 | 2024-07-29T22:06:31.387Z | Checking ron v0.7.1 |
1929 | 2024-07-29T22:06:31.402Z | Checking zone v0.1.8 |
1930 | 2024-07-29T22:06:31.616Z | Checking slog-envlogger v2.2.0 |
1931 | 2024-07-29T22:06:31.816Z | Checking pem v3.0.4 |
1932 | 2024-07-29T22:06:32.044Z | Checking tabwriter v1.4.0 |
1933 | 2024-07-29T22:06:32.066Z | Checking xattr v1.3.1 |
1934 | 2024-07-29T22:06:32.252Z | Checking portpicker v0.1.1 |
1935 | 2024-07-29T22:06:32.266Z | Checking headers-core v0.2.0 |
1936 | 2024-07-29T22:06:32.374Z | Checking smf v0.2.3 |
1937 | 2024-07-29T22:06:32.390Z | Checking filetime v0.2.23 |
1938 | 2024-07-29T22:06:32.490Z | Checking same-file v1.0.6 |
1939 | 2024-07-29T22:06:32.584Z | Checking tar v0.4.41 |
1940 | 2024-07-29T22:06:32.651Z | Checking walkdir v2.5.0 |
1941 | 2024-07-29T22:06:32.813Z | Checking headers v0.3.9 |
1942 | 2024-07-29T22:06:32.910Z | Checking rcgen v0.12.1 |
1943 | 2024-07-29T22:06:33.074Z | Checking atomicwrites v0.4.3 |
1944 | 2024-07-29T22:06:33.267Z | Checking camino-tempfile v1.1.1 |
1945 | 2024-07-29T22:06:33.340Z | Checking subprocess v0.2.9 |
1946 | 2024-07-29T22:06:34.300Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1947 | 2024-07-29T22:06:34.563Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-07-29T22:06:36.121Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1949 | 2024-07-29T22:06:38.199Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1950 | 2024-07-29T22:06:38.260Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1951 | 2024-07-29T22:06:41.410Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1952 | 2024-07-29T22:06:48.391Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1953 | 2024-07-29T22:06:48.513Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1954 | 2024-07-29T22:06:48.517Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1955 | 2024-07-29T22:06:50.980Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1956 | 2024-07-29T22:06:51.230Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1957 | 2024-07-29T22:06:56.693Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1958 | 2024-07-29T22:06:58.031Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1959 | 2024-07-29T22:06:59.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.20s |
1960 | 2024-07-29T22:06:59.189Z | |
1961 | 2024-07-29T22:06:59.189Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142) |
1962 | 2024-07-29T22:06:59.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1963 | 2024-07-29T22:06:59.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1964 | 2024-07-29T22:06:59.798Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1965 | 2024-07-29T22:07:00.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
1966 | 2024-07-29T22:07:01.072Z | |
1967 | 2024-07-29T22:07:01.072Z | info: running `cargo check --bins` on nexus-config (31/142) |
1968 | 2024-07-29T22:07:01.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1969 | 2024-07-29T22:07:01.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1970 | 2024-07-29T22:07:01.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1971 | 2024-07-29T22:07:01.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1972 | 2024-07-29T22:07:01.642Z | |
1973 | 2024-07-29T22:07:01.642Z | info: running `cargo check --bins` on omicron-rpaths (32/142) |
1974 | 2024-07-29T22:07:02.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1975 | 2024-07-29T22:07:02.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1976 | 2024-07-29T22:07:02.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1977 | 2024-07-29T22:07:02.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1978 | 2024-07-29T22:07:02.191Z | |
1979 | 2024-07-29T22:07:02.191Z | info: running `cargo check --bins` on omicron-certificates (33/142) |
1980 | 2024-07-29T22:07:02.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1981 | 2024-07-29T22:07:02.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1982 | 2024-07-29T22:07:02.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1983 | 2024-07-29T22:07:02.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1984 | 2024-07-29T22:07:02.765Z | |
1985 | 2024-07-29T22:07:02.765Z | info: running `cargo check --bins` on bootstrap-agent-client (34/142) |
1986 | 2024-07-29T22:07:03.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1987 | 2024-07-29T22:07:03.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1988 | 2024-07-29T22:07:03.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1989 | 2024-07-29T22:07:03.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1990 | 2024-07-29T22:07:03.347Z | |
1991 | 2024-07-29T22:07:03.347Z | info: running `cargo check --bins` on cockroach-admin-client (35/142) |
1992 | 2024-07-29T22:07:03.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1993 | 2024-07-29T22:07:03.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1994 | 2024-07-29T22:07:03.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1995 | 2024-07-29T22:07:03.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1996 | 2024-07-29T22:07:03.897Z | |
1997 | 2024-07-29T22:07:03.897Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/142) |
1998 | 2024-07-29T22:07:04.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1999 | 2024-07-29T22:07:04.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2000 | 2024-07-29T22:07:04.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2001 | 2024-07-29T22:07:04.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2002 | 2024-07-29T22:07:04.491Z | |
2003 | 2024-07-29T22:07:04.491Z | info: running `cargo check --bins` on dns-service-client (37/142) |
2004 | 2024-07-29T22:07:04.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2005 | 2024-07-29T22:07:04.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2006 | 2024-07-29T22:07:04.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2007 | 2024-07-29T22:07:04.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2008 | 2024-07-29T22:07:05.041Z | |
2009 | 2024-07-29T22:07:05.041Z | info: running `cargo check --bins` on dpd-client (38/142) |
2010 | 2024-07-29T22:07:05.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2011 | 2024-07-29T22:07:05.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2012 | 2024-07-29T22:07:05.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2013 | 2024-07-29T22:07:05.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2014 | 2024-07-29T22:07:05.600Z | |
2015 | 2024-07-29T22:07:05.600Z | info: running `cargo check --bins` on gateway-client (39/142) |
2016 | 2024-07-29T22:07:06.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2017 | 2024-07-29T22:07:06.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2018 | 2024-07-29T22:07:06.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2019 | 2024-07-29T22:07:06.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2020 | 2024-07-29T22:07:06.144Z | |
2021 | 2024-07-29T22:07:06.144Z | info: running `cargo check --bins` on installinator-client (40/142) |
2022 | 2024-07-29T22:07:06.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2023 | 2024-07-29T22:07:06.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2024 | 2024-07-29T22:07:06.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2025 | 2024-07-29T22:07:06.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2026 | 2024-07-29T22:07:06.735Z | |
2027 | 2024-07-29T22:07:06.735Z | info: running `cargo check --bins` on installinator-common (41/142) |
2028 | 2024-07-29T22:07:07.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2029 | 2024-07-29T22:07:07.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2030 | 2024-07-29T22:07:07.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2031 | 2024-07-29T22:07:07.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2032 | 2024-07-29T22:07:07.330Z | |
2033 | 2024-07-29T22:07:07.330Z | info: running `cargo check --bins` on update-engine (42/142) |
2034 | 2024-07-29T22:07:07.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2035 | 2024-07-29T22:07:07.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2036 | 2024-07-29T22:07:07.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2037 | 2024-07-29T22:07:07.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2038 | 2024-07-29T22:07:07.894Z | |
2039 | 2024-07-29T22:07:07.894Z | info: running `cargo check --bins` on nexus-client (43/142) |
2040 | 2024-07-29T22:07:08.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2041 | 2024-07-29T22:07:08.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2042 | 2024-07-29T22:07:08.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2043 | 2024-07-29T22:07:08.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2044 | 2024-07-29T22:07:08.494Z | |
2045 | 2024-07-29T22:07:08.494Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/142) |
2046 | 2024-07-29T22:07:09.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2047 | 2024-07-29T22:07:09.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2048 | 2024-07-29T22:07:09.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2049 | 2024-07-29T22:07:09.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2050 | 2024-07-29T22:07:09.089Z | |
2051 | 2024-07-29T22:07:09.089Z | info: running `cargo check --bins` on omicron-passwords (45/142) |
2052 | 2024-07-29T22:07:09.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2053 | 2024-07-29T22:07:09.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2054 | 2024-07-29T22:07:09.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2055 | 2024-07-29T22:07:09.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2056 | 2024-07-29T22:07:09.651Z | |
2057 | 2024-07-29T22:07:09.651Z | info: running `cargo check --bins` on nexus-types (46/142) |
2058 | 2024-07-29T22:07:10.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2059 | 2024-07-29T22:07:10.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2060 | 2024-07-29T22:07:10.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2061 | 2024-07-29T22:07:10.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2062 | 2024-07-29T22:07:10.254Z | |
2063 | 2024-07-29T22:07:10.254Z | info: running `cargo check --bins` on oxide-client (47/142) |
2064 | 2024-07-29T22:07:10.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2065 | 2024-07-29T22:07:10.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2066 | 2024-07-29T22:07:10.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2067 | 2024-07-29T22:07:10.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2068 | 2024-07-29T22:07:10.812Z | |
2069 | 2024-07-29T22:07:10.812Z | info: running `cargo check --bins` on oximeter-client (48/142) |
2070 | 2024-07-29T22:07:11.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2071 | 2024-07-29T22:07:11.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2072 | 2024-07-29T22:07:11.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2073 | 2024-07-29T22:07:11.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2074 | 2024-07-29T22:07:11.393Z | |
2075 | 2024-07-29T22:07:11.393Z | info: running `cargo check --bins` on sled-agent-client (49/142) |
2076 | 2024-07-29T22:07:11.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2077 | 2024-07-29T22:07:11.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2078 | 2024-07-29T22:07:11.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2079 | 2024-07-29T22:07:11.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2080 | 2024-07-29T22:07:11.978Z | |
2081 | 2024-07-29T22:07:11.978Z | info: running `cargo check --bins` on wicketd-client (50/142) |
2082 | 2024-07-29T22:07:12.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2083 | 2024-07-29T22:07:12.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2084 | 2024-07-29T22:07:12.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2085 | 2024-07-29T22:07:12.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2086 | 2024-07-29T22:07:12.576Z | |
2087 | 2024-07-29T22:07:12.576Z | info: running `cargo check --bins` on wicket-common (51/142) |
2088 | 2024-07-29T22:07:13.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2089 | 2024-07-29T22:07:13.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2090 | 2024-07-29T22:07:13.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2091 | 2024-07-29T22:07:13.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2092 | 2024-07-29T22:07:13.169Z | |
2093 | 2024-07-29T22:07:13.169Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/142) |
2094 | 2024-07-29T22:07:13.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2095 | 2024-07-29T22:07:13.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2096 | 2024-07-29T22:07:13.771Z | Compiling heapless v0.8.0 |
2097 | 2024-07-29T22:07:13.774Z | Checking hash32 v0.3.1 |
2098 | 2024-07-29T22:07:13.857Z | Compiling smoltcp v0.11.0 |
2099 | 2024-07-29T22:07:13.864Z | Checking embedded-io v0.4.0 |
2100 | 2024-07-29T22:07:13.867Z | Checking cobs v0.2.3 |
2101 | 2024-07-29T22:07:13.877Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2102 | 2024-07-29T22:07:13.880Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2103 | 2024-07-29T22:07:13.899Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2104 | 2024-07-29T22:07:14.006Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2105 | 2024-07-29T22:07:14.006Z | Compiling crucible-workspace-hack v0.1.0 |
2106 | 2024-07-29T22:07:14.027Z | Checking postcard v1.0.8 |
2107 | 2024-07-29T22:07:14.030Z | Checking csv-core v0.1.11 |
2108 | 2024-07-29T22:07:14.168Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2109 | 2024-07-29T22:07:14.337Z | Checking csv v1.3.0 |
2110 | 2024-07-29T22:07:14.351Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2111 | 2024-07-29T22:07:14.351Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2112 | 2024-07-29T22:07:14.553Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2113 | 2024-07-29T22:07:14.712Z | Compiling num-derive v0.4.2 |
2114 | 2024-07-29T22:07:14.726Z | Compiling slog-dtrace v0.3.0 |
2115 | 2024-07-29T22:07:14.756Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2116 | 2024-07-29T22:07:14.874Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2117 | 2024-07-29T22:07:15.125Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2118 | 2024-07-29T22:07:15.615Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2119 | 2024-07-29T22:07:15.703Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2120 | 2024-07-29T22:07:16.331Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2121 | 2024-07-29T22:07:17.447Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2122 | 2024-07-29T22:07:18.232Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2123 | 2024-07-29T22:07:19.211Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2124 | 2024-07-29T22:07:19.375Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2125 | 2024-07-29T22:07:21.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.58s |
2126 | 2024-07-29T22:07:21.873Z | |
2127 | 2024-07-29T22:07:21.873Z | info: running `cargo check --bins` on cockroach-admin-api (53/142) |
2128 | 2024-07-29T22:07:22.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-07-29T22:07:22.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-07-29T22:07:22.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2131 | 2024-07-29T22:07:22.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2132 | 2024-07-29T22:07:22.452Z | |
2133 | 2024-07-29T22:07:22.452Z | info: running `cargo check --bins` on cockroach-admin-types (54/142) |
2134 | 2024-07-29T22:07:22.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2135 | 2024-07-29T22:07:22.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2136 | 2024-07-29T22:07:22.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2137 | 2024-07-29T22:07:22.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2138 | 2024-07-29T22:07:23.024Z | |
2139 | 2024-07-29T22:07:23.024Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142) |
2140 | 2024-07-29T22:07:23.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2141 | 2024-07-29T22:07:23.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2142 | 2024-07-29T22:07:23.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2143 | 2024-07-29T22:07:23.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2144 | 2024-07-29T22:07:23.695Z | |
2145 | 2024-07-29T22:07:23.695Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142) |
2146 | 2024-07-29T22:07:24.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2147 | 2024-07-29T22:07:24.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2148 | 2024-07-29T22:07:24.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2149 | 2024-07-29T22:07:24.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2150 | 2024-07-29T22:07:24.367Z | |
2151 | 2024-07-29T22:07:24.367Z | info: running `cargo check --bins` on dns-server (57/142) |
2152 | 2024-07-29T22:07:24.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2153 | 2024-07-29T22:07:24.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2154 | 2024-07-29T22:07:24.951Z | Compiling parking_lot_core v0.8.6 |
2155 | 2024-07-29T22:07:25.026Z | Checking nibble_vec v0.1.0 |
2156 | 2024-07-29T22:07:25.033Z | Checking endian-type v0.1.2 |
2157 | 2024-07-29T22:07:25.039Z | Checking newline-converter v0.3.0 |
2158 | 2024-07-29T22:07:25.042Z | Checking linked-hash-map v0.5.6 |
2159 | 2024-07-29T22:07:25.042Z | Checking quick-error v1.2.3 |
2160 | 2024-07-29T22:07:25.055Z | Checking toml v0.5.11 |
2161 | 2024-07-29T22:07:25.058Z | Checking fxhash v0.2.1 |
2162 | 2024-07-29T22:07:25.152Z | Checking expectorate v1.1.0 |
2163 | 2024-07-29T22:07:25.164Z | Checking resolv-conf v0.7.0 |
2164 | 2024-07-29T22:07:25.177Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2165 | 2024-07-29T22:07:25.193Z | Checking radix_trie v0.2.1 |
2166 | 2024-07-29T22:07:25.285Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2167 | 2024-07-29T22:07:25.322Z | Checking lru-cache v0.1.2 |
2168 | 2024-07-29T22:07:25.464Z | Checking trust-dns-resolver v0.22.0 |
2169 | 2024-07-29T22:07:25.557Z | Checking trust-dns-client v0.22.0 |
2170 | 2024-07-29T22:07:25.665Z | Checking parking_lot v0.11.2 |
2171 | 2024-07-29T22:07:25.917Z | Checking sled v0.34.7 |
2172 | 2024-07-29T22:07:26.461Z | Checking trust-dns-server v0.22.1 |
2173 | 2024-07-29T22:07:27.957Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2174 | 2024-07-29T22:07:28.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
2175 | 2024-07-29T22:07:29.072Z | |
2176 | 2024-07-29T22:07:29.072Z | info: running `cargo check --bins` on dns-server-api (58/142) |
2177 | 2024-07-29T22:07:29.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-07-29T22:07:29.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-07-29T22:07:29.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-07-29T22:07:29.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2181 | 2024-07-29T22:07:29.636Z | |
2182 | 2024-07-29T22:07:29.636Z | info: running `cargo check --bins` on gateway-test-utils (59/142) |
2183 | 2024-07-29T22:07:30.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-07-29T22:07:30.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-07-29T22:07:30.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-07-29T22:07:30.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2187 | 2024-07-29T22:07:30.249Z | |
2188 | 2024-07-29T22:07:30.249Z | info: running `cargo check --bins` on gateway-types (60/142) |
2189 | 2024-07-29T22:07:30.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-07-29T22:07:30.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-07-29T22:07:30.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-07-29T22:07:30.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2193 | 2024-07-29T22:07:30.831Z | |
2194 | 2024-07-29T22:07:30.831Z | info: running `cargo check --bins` on ipcc (61/142) |
2195 | 2024-07-29T22:07:31.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-07-29T22:07:31.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-07-29T22:07:31.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2198 | 2024-07-29T22:07:31.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2199 | 2024-07-29T22:07:31.402Z | |
2200 | 2024-07-29T22:07:31.402Z | info: running `cargo check --bins` on omicron-gateway (62/142) |
2201 | 2024-07-29T22:07:31.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2202 | 2024-07-29T22:07:31.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2203 | 2024-07-29T22:07:32.025Z | Compiling radium v0.7.0 |
2204 | 2024-07-29T22:07:32.103Z | Compiling maybe-uninit v2.0.0 |
2205 | 2024-07-29T22:07:32.112Z | Checking tap v1.0.1 |
2206 | 2024-07-29T22:07:32.119Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2207 | 2024-07-29T22:07:32.122Z | Checking crc-catalog v2.4.0 |
2208 | 2024-07-29T22:07:32.122Z | Compiling packed_struct v0.10.1 |
2209 | 2024-07-29T22:07:32.128Z | Compiling num-bigint-dig v0.8.4 |
2210 | 2024-07-29T22:07:32.131Z | Checking funty v2.0.0 |
2211 | 2024-07-29T22:07:32.237Z | Checking wyz v0.5.1 |
2212 | 2024-07-29T22:07:32.252Z | Checking crc v3.2.1 |
2213 | 2024-07-29T22:07:32.435Z | Compiling packed_struct_codegen v0.10.1 |
2214 | 2024-07-29T22:07:32.551Z | Checking half v2.4.1 |
2215 | 2024-07-29T22:07:32.583Z | Compiling indexmap v1.9.3 |
2216 | 2024-07-29T22:07:32.633Z | Checking ciborium-io v0.2.2 |
2217 | 2024-07-29T22:07:32.698Z | Checking nodrop v0.1.14 |
2218 | 2024-07-29T22:07:32.744Z | Checking smallvec v0.6.14 |
2219 | 2024-07-29T22:07:32.794Z | Checking array-init v0.0.4 |
2220 | 2024-07-29T22:07:32.892Z | Checking pkcs1 v0.7.5 |
2221 | 2024-07-29T22:07:32.980Z | Checking ciborium-ll v0.2.2 |
2222 | 2024-07-29T22:07:33.078Z | Checking bitvec v1.0.1 |
2223 | 2024-07-29T22:07:33.111Z | Checking signature v2.2.0 |
2224 | 2024-07-29T22:07:33.248Z | Compiling memoffset v0.9.1 |
2225 | 2024-07-29T22:07:33.264Z | Checking hashbrown v0.12.3 |
2226 | 2024-07-29T22:07:33.301Z | Checking bitfield v0.14.0 |
2227 | 2024-07-29T22:07:33.372Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2228 | 2024-07-29T22:07:33.524Z | Checking env_logger v0.10.2 |
2229 | 2024-07-29T22:07:33.647Z | Checking bzip2 v0.4.4 |
2230 | 2024-07-29T22:07:33.680Z | Checking ciborium v0.2.2 |
2231 | 2024-07-29T22:07:33.778Z | Checking serde-hex v0.1.0 |
2232 | 2024-07-29T22:07:33.927Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2233 | 2024-07-29T22:07:33.942Z | Checking x509-cert v0.2.5 |
2234 | 2024-07-29T22:07:34.156Z | Checking ron v0.8.1 |
2235 | 2024-07-29T22:07:34.745Z | Checking hashbrown v0.13.2 |
2236 | 2024-07-29T22:07:34.968Z | Checking crc-any v2.5.0 |
2237 | 2024-07-29T22:07:35.000Z | Checking rsa v0.9.6 |
2238 | 2024-07-29T22:07:35.366Z | Checking zip v0.6.6 |
2239 | 2024-07-29T22:07:35.395Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2240 | 2024-07-29T22:07:35.672Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2241 | 2024-07-29T22:07:35.687Z | Checking path-slash v0.1.5 |
2242 | 2024-07-29T22:07:35.756Z | Checking object v0.30.4 |
2243 | 2024-07-29T22:07:35.814Z | Checking nix v0.27.1 |
2244 | 2024-07-29T22:07:35.938Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2245 | 2024-07-29T22:07:36.011Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2246 | 2024-07-29T22:07:36.029Z | Checking serde-big-array v0.5.1 |
2247 | 2024-07-29T22:07:36.050Z | Checking signal-hook-tokio v0.3.1 |
2248 | 2024-07-29T22:07:38.230Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2249 | 2024-07-29T22:07:38.314Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2250 | 2024-07-29T22:07:44.672Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2251 | 2024-07-29T22:07:45.881Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2252 | 2024-07-29T22:07:47.488Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2253 | 2024-07-29T22:07:49.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.74s |
2254 | 2024-07-29T22:07:49.272Z | |
2255 | 2024-07-29T22:07:49.272Z | info: running `cargo check --bins` on gateway-api (63/142) |
2256 | 2024-07-29T22:07:49.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2257 | 2024-07-29T22:07:49.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2258 | 2024-07-29T22:07:49.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2259 | 2024-07-29T22:07:49.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2260 | 2024-07-29T22:07:49.843Z | |
2261 | 2024-07-29T22:07:49.843Z | info: running `cargo check --bins` on sp-sim (64/142) |
2262 | 2024-07-29T22:07:50.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2263 | 2024-07-29T22:07:50.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2264 | 2024-07-29T22:07:50.428Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2265 | 2024-07-29T22:07:51.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
2266 | 2024-07-29T22:07:52.092Z | |
2267 | 2024-07-29T22:07:52.092Z | info: running `cargo check --bins` on internal-dns (65/142) |
2268 | 2024-07-29T22:07:52.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2269 | 2024-07-29T22:07:52.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2270 | 2024-07-29T22:07:52.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2271 | 2024-07-29T22:07:52.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2272 | 2024-07-29T22:07:52.667Z | |
2273 | 2024-07-29T22:07:52.667Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142) |
2274 | 2024-07-29T22:07:53.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2275 | 2024-07-29T22:07:53.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2276 | 2024-07-29T22:07:53.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2277 | 2024-07-29T22:07:53.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2278 | 2024-07-29T22:07:53.286Z | |
2279 | 2024-07-29T22:07:53.286Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142) |
2280 | 2024-07-29T22:07:53.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2281 | 2024-07-29T22:07:53.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2282 | 2024-07-29T22:07:53.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2283 | 2024-07-29T22:07:53.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2284 | 2024-07-29T22:07:53.917Z | |
2285 | 2024-07-29T22:07:53.917Z | info: running `cargo check --bins` on db-macros (68/142) |
2286 | 2024-07-29T22:07:54.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2287 | 2024-07-29T22:07:54.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2288 | 2024-07-29T22:07:54.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2289 | 2024-07-29T22:07:54.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2290 | 2024-07-29T22:07:54.474Z | |
2291 | 2024-07-29T22:07:54.474Z | info: running `cargo check --bins` on nexus-macros-common (69/142) |
2292 | 2024-07-29T22:07:54.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2293 | 2024-07-29T22:07:54.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2294 | 2024-07-29T22:07:54.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2295 | 2024-07-29T22:07:54.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2296 | 2024-07-29T22:07:55.025Z | |
2297 | 2024-07-29T22:07:55.025Z | info: running `cargo check --bins` on nexus-auth (70/142) |
2298 | 2024-07-29T22:07:55.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2299 | 2024-07-29T22:07:55.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2300 | 2024-07-29T22:07:55.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2301 | 2024-07-29T22:07:55.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2302 | 2024-07-29T22:07:55.635Z | |
2303 | 2024-07-29T22:07:55.635Z | info: running `cargo check --bins` on authz-macros (71/142) |
2304 | 2024-07-29T22:07:56.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2305 | 2024-07-29T22:07:56.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2306 | 2024-07-29T22:07:56.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2307 | 2024-07-29T22:07:56.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2308 | 2024-07-29T22:07:56.188Z | |
2309 | 2024-07-29T22:07:56.188Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/142) |
2310 | 2024-07-29T22:07:56.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2311 | 2024-07-29T22:07:56.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2312 | 2024-07-29T22:07:56.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2313 | 2024-07-29T22:07:56.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2314 | 2024-07-29T22:07:56.776Z | |
2315 | 2024-07-29T22:07:56.776Z | info: running `cargo check --bins` on nexus-db-model (73/142) |
2316 | 2024-07-29T22:07:57.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2317 | 2024-07-29T22:07:57.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2318 | 2024-07-29T22:07:57.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2319 | 2024-07-29T22:07:57.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2320 | 2024-07-29T22:07:57.365Z | |
2321 | 2024-07-29T22:07:57.365Z | info: running `cargo check --bins` on nexus-defaults (74/142) |
2322 | 2024-07-29T22:07:57.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2323 | 2024-07-29T22:07:57.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2324 | 2024-07-29T22:07:57.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2325 | 2024-07-29T22:07:57.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2326 | 2024-07-29T22:07:57.930Z | |
2327 | 2024-07-29T22:07:57.930Z | info: running `cargo check --bins` on oximeter (75/142) |
2328 | 2024-07-29T22:07:58.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2329 | 2024-07-29T22:07:58.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2330 | 2024-07-29T22:07:58.515Z | Compiling rustls-pki-types v1.7.0 |
2331 | 2024-07-29T22:07:58.592Z | Compiling match_cfg v0.1.0 |
2332 | 2024-07-29T22:07:58.595Z | Compiling prettyplease v0.2.20 |
2333 | 2024-07-29T22:07:58.605Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2334 | 2024-07-29T22:07:58.608Z | Compiling slog-json v2.6.1 |
2335 | 2024-07-29T22:07:58.614Z | Compiling http v1.1.0 |
2336 | 2024-07-29T22:07:58.634Z | Compiling base64 v0.22.1 |
2337 | 2024-07-29T22:07:58.637Z | Compiling atomic-waker v1.1.2 |
2338 | 2024-07-29T22:07:58.658Z | Compiling hostname v0.3.1 |
2339 | 2024-07-29T22:07:58.819Z | Compiling waitgroup v0.1.2 |
2340 | 2024-07-29T22:07:58.851Z | Compiling slog-bunyan v2.5.0 |
2341 | 2024-07-29T22:07:58.890Z | Compiling async-stream v0.3.5 |
2342 | 2024-07-29T22:07:58.954Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2343 | 2024-07-29T22:07:59.022Z | Compiling rustls-webpki v0.102.4 |
2344 | 2024-07-29T22:07:59.036Z | Compiling toml v0.8.15 |
2345 | 2024-07-29T22:07:59.040Z | Compiling sha1 v0.10.6 |
2346 | 2024-07-29T22:07:59.148Z | Compiling rustls-pemfile v2.1.2 |
2347 | 2024-07-29T22:07:59.207Z | Compiling newtype-uuid v1.1.0 |
2348 | 2024-07-29T22:07:59.395Z | Compiling serde_path_to_error v0.1.16 |
2349 | 2024-07-29T22:07:59.431Z | Compiling hostname v0.4.0 |
2350 | 2024-07-29T22:07:59.476Z | Compiling instant v0.1.12 |
2351 | 2024-07-29T22:07:59.498Z | Compiling debug-ignore v1.0.5 |
2352 | 2024-07-29T22:07:59.590Z | Compiling backoff v0.4.0 |
2353 | 2024-07-29T22:07:59.614Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2354 | 2024-07-29T22:07:59.634Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2355 | 2024-07-29T22:07:59.663Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2356 | 2024-07-29T22:07:59.824Z | Compiling parse-display v0.9.1 |
2357 | 2024-07-29T22:07:59.911Z | Compiling rustls v0.22.4 |
2358 | 2024-07-29T22:07:59.925Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2359 | 2024-07-29T22:08:00.236Z | Compiling multer v3.1.0 |
2360 | 2024-07-29T22:08:00.493Z | Compiling serde_with v3.8.3 |
2361 | 2024-07-29T22:08:00.863Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2362 | 2024-07-29T22:08:01.025Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2363 | 2024-07-29T22:08:01.072Z | Compiling num-rational v0.4.2 |
2364 | 2024-07-29T22:08:01.212Z | Compiling num-complex v0.4.6 |
2365 | 2024-07-29T22:08:01.227Z | Compiling macaddr v1.0.1 |
2366 | 2024-07-29T22:08:02.264Z | Compiling num v0.4.3 |
2367 | 2024-07-29T22:08:02.324Z | Compiling float-ord v0.3.2 |
2368 | 2024-07-29T22:08:03.316Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2369 | 2024-07-29T22:08:03.739Z | Compiling tokio-rustls v0.25.0 |
2370 | 2024-07-29T22:08:04.049Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2371 | 2024-07-29T22:08:07.387Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2372 | 2024-07-29T22:08:18.659Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2373 | 2024-07-29T22:08:21.727Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2374 | 2024-07-29T22:08:22.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.36s |
2375 | 2024-07-29T22:08:22.424Z | |
2376 | 2024-07-29T22:08:22.424Z | info: running `cargo check --bins` on oximeter-impl (76/142) |
2377 | 2024-07-29T22:08:22.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-07-29T22:08:22.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-07-29T22:08:22.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2380 | 2024-07-29T22:08:22.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2381 | 2024-07-29T22:08:22.994Z | |
2382 | 2024-07-29T22:08:22.994Z | info: running `cargo check --bins` on oximeter-macro-impl (77/142) |
2383 | 2024-07-29T22:08:23.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-07-29T22:08:23.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-07-29T22:08:23.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2386 | 2024-07-29T22:08:23.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2387 | 2024-07-29T22:08:23.538Z | |
2388 | 2024-07-29T22:08:23.538Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/142) |
2389 | 2024-07-29T22:08:24.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-07-29T22:08:24.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-07-29T22:08:24.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2024-07-29T22:08:24.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2393 | 2024-07-29T22:08:24.103Z | |
2394 | 2024-07-29T22:08:24.103Z | info: running `cargo check --bins` on nexus-inventory (79/142) |
2395 | 2024-07-29T22:08:24.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-07-29T22:08:24.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-07-29T22:08:24.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2398 | 2024-07-29T22:08:24.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2399 | 2024-07-29T22:08:24.694Z | |
2400 | 2024-07-29T22:08:24.694Z | info: running `cargo check --bins` on typed-rng (80/142) |
2401 | 2024-07-29T22:08:25.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-07-29T22:08:25.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-07-29T22:08:25.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2404 | 2024-07-29T22:08:25.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2405 | 2024-07-29T22:08:25.237Z | |
2406 | 2024-07-29T22:08:25.237Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142) |
2407 | 2024-07-29T22:08:25.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-07-29T22:08:25.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-07-29T22:08:25.943Z | Checking password-hash v0.5.0 |
2410 | 2024-07-29T22:08:25.943Z | Checking blake2 v0.10.6 |
2411 | 2024-07-29T22:08:25.946Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2412 | 2024-07-29T22:08:25.946Z | Compiling semver v0.1.20 |
2413 | 2024-07-29T22:08:26.045Z | Compiling convert_case v0.4.0 |
2414 | 2024-07-29T22:08:26.052Z | Compiling rayon-core v1.12.1 |
2415 | 2024-07-29T22:08:26.075Z | Compiling crossbeam-deque v0.8.5 |
2416 | 2024-07-29T22:08:26.078Z | Compiling unicase v2.7.0 |
2417 | 2024-07-29T22:08:26.339Z | Compiling rustc_version v0.1.7 |
2418 | 2024-07-29T22:08:26.359Z | Compiling same-file v1.0.6 |
2419 | 2024-07-29T22:08:26.413Z | Compiling fastrand v2.1.0 |
2420 | 2024-07-29T22:08:26.428Z | Compiling libefi-sys v0.1.0 |
2421 | 2024-07-29T22:08:26.431Z | Checking argon2 v0.5.3 |
2422 | 2024-07-29T22:08:26.589Z | Compiling walkdir v2.5.0 |
2423 | 2024-07-29T22:08:26.707Z | Compiling curve25519-dalek v4.1.3 |
2424 | 2024-07-29T22:08:26.972Z | Compiling newtype_derive v0.1.6 |
2425 | 2024-07-29T22:08:26.975Z | Compiling tempfile v3.10.1 |
2426 | 2024-07-29T22:08:26.987Z | Compiling derive-where v1.2.7 |
2427 | 2024-07-29T22:08:27.054Z | Compiling derive_more v0.99.18 |
2428 | 2024-07-29T22:08:27.103Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2429 | 2024-07-29T22:08:27.148Z | Compiling bitfield-struct v0.6.1 |
2430 | 2024-07-29T22:08:27.294Z | Compiling ring v0.16.20 |
2431 | 2024-07-29T22:08:27.372Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2432 | 2024-07-29T22:08:27.387Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2433 | 2024-07-29T22:08:27.691Z | Compiling blake3 v1.5.1 |
2434 | 2024-07-29T22:08:27.724Z | Checking keccak v0.1.5 |
2435 | 2024-07-29T22:08:28.039Z | Checking sha3 v0.10.8 |
2436 | 2024-07-29T22:08:28.495Z | Compiling rayon v1.10.0 |
2437 | 2024-07-29T22:08:28.575Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2438 | 2024-07-29T22:08:28.746Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2439 | 2024-07-29T22:08:28.761Z | Checking universal-hash v0.5.1 |
2440 | 2024-07-29T22:08:28.925Z | Compiling thiserror-impl-no-std v2.0.2 |
2441 | 2024-07-29T22:08:29.036Z | Checking secrecy v0.8.0 |
2442 | 2024-07-29T22:08:29.103Z | Compiling curve25519-dalek-derive v0.1.1 |
2443 | 2024-07-29T22:08:29.133Z | Compiling memmap2 v0.9.4 |
2444 | 2024-07-29T22:08:29.223Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2445 | 2024-07-29T22:08:29.337Z | Checking opaque-debug v0.3.1 |
2446 | 2024-07-29T22:08:29.424Z | Compiling arrayref v0.3.7 |
2447 | 2024-07-29T22:08:29.522Z | Compiling arrayvec v0.7.4 |
2448 | 2024-07-29T22:08:29.571Z | Compiling home v0.5.9 |
2449 | 2024-07-29T22:08:29.839Z | Compiling constant_time_eq v0.3.0 |
2450 | 2024-07-29T22:08:29.906Z | Compiling untrusted v0.7.1 |
2451 | 2024-07-29T22:08:30.016Z | Compiling spin v0.5.2 |
2452 | 2024-07-29T22:08:30.083Z | Compiling toolchain_find v0.4.0 |
2453 | 2024-07-29T22:08:30.248Z | Checking poly1305 v0.8.0 |
2454 | 2024-07-29T22:08:30.737Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2455 | 2024-07-29T22:08:30.752Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2456 | 2024-07-29T22:08:30.982Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2457 | 2024-07-29T22:08:31.026Z | Checking steno v0.4.1 |
2458 | 2024-07-29T22:08:31.195Z | Compiling camino-tempfile v1.1.1 |
2459 | 2024-07-29T22:08:31.635Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2460 | 2024-07-29T22:08:31.635Z | Checking chacha20 v0.9.1 |
2461 | 2024-07-29T22:08:31.991Z | Checking aead v0.5.2 |
2462 | 2024-07-29T22:08:32.214Z | Checking gethostname v0.4.3 |
2463 | 2024-07-29T22:08:32.270Z | Checking thiserror-no-std v2.0.2 |
2464 | 2024-07-29T22:08:32.349Z | Compiling cancel-safe-futures v0.1.5 |
2465 | 2024-07-29T22:08:32.380Z | Compiling topological-sort v0.2.2 |
2466 | 2024-07-29T22:08:32.560Z | Checking vsss-rs v3.3.4 |
2467 | 2024-07-29T22:08:32.582Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2468 | 2024-07-29T22:08:32.685Z | Checking chacha20poly1305 v0.10.1 |
2469 | 2024-07-29T22:08:32.856Z | Compiling mime_guess v2.0.4 |
2470 | 2024-07-29T22:08:33.594Z | Compiling rustfmt-wrapper v0.2.1 |
2471 | 2024-07-29T22:08:33.903Z | Compiling omicron-zone-package v0.11.0 |
2472 | 2024-07-29T22:08:34.192Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2473 | 2024-07-29T22:08:34.212Z | Checking glob v0.3.1 |
2474 | 2024-07-29T22:08:34.759Z | Checking libsw v3.3.1 |
2475 | 2024-07-29T22:08:34.992Z | Checking owo-colors v4.0.0 |
2476 | 2024-07-29T22:08:35.008Z | Checking swrite v0.1.0 |
2477 | 2024-07-29T22:08:35.021Z | Checking linear-map v1.2.0 |
2478 | 2024-07-29T22:08:35.120Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2479 | 2024-07-29T22:08:35.321Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2480 | 2024-07-29T22:08:35.733Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2481 | 2024-07-29T22:08:35.853Z | Checking kstat-rs v0.2.4 |
2482 | 2024-07-29T22:08:35.932Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2483 | 2024-07-29T22:08:35.946Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2484 | 2024-07-29T22:08:35.985Z | Checking nanorand v0.7.0 |
2485 | 2024-07-29T22:08:36.183Z | Checking http-range v0.1.5 |
2486 | 2024-07-29T22:08:36.353Z | Checking hyper-staticfile v0.9.5 |
2487 | 2024-07-29T22:08:36.367Z | Checking flume v0.11.0 |
2488 | 2024-07-29T22:08:36.432Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2489 | 2024-07-29T22:08:36.765Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2490 | 2024-07-29T22:08:36.783Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2491 | 2024-07-29T22:08:36.817Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2492 | 2024-07-29T22:08:37.130Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2493 | 2024-07-29T22:08:37.832Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2494 | 2024-07-29T22:08:38.214Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2495 | 2024-07-29T22:08:38.429Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2496 | 2024-07-29T22:08:39.707Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2497 | 2024-07-29T22:08:40.240Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2498 | 2024-07-29T22:08:40.631Z | Checking display-error-chain v0.2.0 |
2499 | 2024-07-29T22:08:40.664Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2500 | 2024-07-29T22:08:47.017Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2501 | 2024-07-29T22:08:52.001Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2502 | 2024-07-29T22:08:52.004Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2503 | 2024-07-29T22:08:52.641Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2504 | 2024-07-29T22:09:05.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.39s |
2505 | 2024-07-29T22:09:05.781Z | |
2506 | 2024-07-29T22:09:05.781Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142) |
2507 | 2024-07-29T22:09:06.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-07-29T22:09:06.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-07-29T22:09:06.453Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2510 | 2024-07-29T22:09:19.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s |
2511 | 2024-07-29T22:09:19.715Z | |
2512 | 2024-07-29T22:09:19.715Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142) |
2513 | 2024-07-29T22:09:20.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-07-29T22:09:20.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-07-29T22:09:20.378Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2516 | 2024-07-29T22:09:33.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s |
2517 | 2024-07-29T22:09:33.731Z | |
2518 | 2024-07-29T22:09:33.731Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142) |
2519 | 2024-07-29T22:09:34.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-07-29T22:09:34.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-07-29T22:09:34.405Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2522 | 2024-07-29T22:09:47.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s |
2523 | 2024-07-29T22:09:47.714Z | |
2524 | 2024-07-29T22:09:47.714Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142) |
2525 | 2024-07-29T22:09:48.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-07-29T22:09:48.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-07-29T22:09:48.390Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2528 | 2024-07-29T22:10:01.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s |
2529 | 2024-07-29T22:10:01.576Z | |
2530 | 2024-07-29T22:10:01.576Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142) |
2531 | 2024-07-29T22:10:02.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-07-29T22:10:02.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-07-29T22:10:02.248Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2534 | 2024-07-29T22:10:15.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
2535 | 2024-07-29T22:10:15.419Z | |
2536 | 2024-07-29T22:10:15.419Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142) |
2537 | 2024-07-29T22:10:15.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-07-29T22:10:15.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-07-29T22:10:16.100Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2540 | 2024-07-29T22:10:29.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s |
2541 | 2024-07-29T22:10:29.443Z | |
2542 | 2024-07-29T22:10:29.443Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142) |
2543 | 2024-07-29T22:10:30.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-07-29T22:10:30.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-07-29T22:10:30.121Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2546 | 2024-07-29T22:10:43.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s |
2547 | 2024-07-29T22:10:43.428Z | |
2548 | 2024-07-29T22:10:43.428Z | info: running `cargo check --bins` on bootstrap-agent-api (89/142) |
2549 | 2024-07-29T22:10:43.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-07-29T22:10:43.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-07-29T22:10:43.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2024-07-29T22:10:43.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2553 | 2024-07-29T22:10:44.034Z | |
2554 | 2024-07-29T22:10:44.034Z | info: running `cargo check --bins` on sled-agent-types (90/142) |
2555 | 2024-07-29T22:10:44.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-07-29T22:10:44.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-07-29T22:10:44.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2024-07-29T22:10:44.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2559 | 2024-07-29T22:10:44.635Z | |
2560 | 2024-07-29T22:10:44.635Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/142) |
2561 | 2024-07-29T22:10:45.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-07-29T22:10:45.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-07-29T22:10:45.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-07-29T22:10:45.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2565 | 2024-07-29T22:10:45.229Z | |
2566 | 2024-07-29T22:10:45.229Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142) |
2567 | 2024-07-29T22:10:45.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-07-29T22:10:45.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-07-29T22:10:45.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-07-29T22:10:45.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2571 | 2024-07-29T22:10:45.822Z | |
2572 | 2024-07-29T22:10:45.822Z | info: running `cargo check --bins` on key-manager (93/142) |
2573 | 2024-07-29T22:10:46.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-07-29T22:10:46.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-07-29T22:10:46.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-07-29T22:10:46.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2577 | 2024-07-29T22:10:46.397Z | |
2578 | 2024-07-29T22:10:46.397Z | info: running `cargo check --bins` on sled-hardware (94/142) |
2579 | 2024-07-29T22:10:46.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-07-29T22:10:46.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-07-29T22:10:46.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-07-29T22:10:46.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2583 | 2024-07-29T22:10:46.976Z | |
2584 | 2024-07-29T22:10:46.976Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142) |
2585 | 2024-07-29T22:10:47.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-07-29T22:10:47.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-07-29T22:10:47.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2024-07-29T22:10:47.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2589 | 2024-07-29T22:10:47.523Z | |
2590 | 2024-07-29T22:10:47.523Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142) |
2591 | 2024-07-29T22:10:48.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-07-29T22:10:48.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-07-29T22:10:48.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-07-29T22:10:48.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2595 | 2024-07-29T22:10:48.097Z | |
2596 | 2024-07-29T22:10:48.097Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142) |
2597 | 2024-07-29T22:10:48.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-07-29T22:10:48.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-07-29T22:10:48.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-07-29T22:10:48.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2601 | 2024-07-29T22:10:48.671Z | |
2602 | 2024-07-29T22:10:48.671Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142) |
2603 | 2024-07-29T22:10:49.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-07-29T22:10:49.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-07-29T22:10:49.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-07-29T22:10:49.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2607 | 2024-07-29T22:10:49.247Z | |
2608 | 2024-07-29T22:10:49.247Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142) |
2609 | 2024-07-29T22:10:49.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-07-29T22:10:49.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-07-29T22:10:49.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2024-07-29T22:10:49.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2613 | 2024-07-29T22:10:49.823Z | |
2614 | 2024-07-29T22:10:49.823Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142) |
2615 | 2024-07-29T22:10:50.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-07-29T22:10:50.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-07-29T22:10:50.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2618 | 2024-07-29T22:10:50.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2619 | 2024-07-29T22:10:50.396Z | |
2620 | 2024-07-29T22:10:50.396Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142) |
2621 | 2024-07-29T22:10:50.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-07-29T22:10:50.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-07-29T22:10:50.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-07-29T22:10:50.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2625 | 2024-07-29T22:10:50.973Z | |
2626 | 2024-07-29T22:10:50.973Z | info: running `cargo check --bins` on oximeter-producer (102/142) |
2627 | 2024-07-29T22:10:51.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-07-29T22:10:51.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-07-29T22:10:51.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-07-29T22:10:51.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2631 | 2024-07-29T22:10:51.565Z | |
2632 | 2024-07-29T22:10:51.565Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/142) |
2633 | 2024-07-29T22:10:52.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-07-29T22:10:52.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-07-29T22:10:52.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-07-29T22:10:52.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2637 | 2024-07-29T22:10:52.152Z | |
2638 | 2024-07-29T22:10:52.152Z | info: running `cargo check --bins` on nexus-test-interface (104/142) |
2639 | 2024-07-29T22:10:52.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-07-29T22:10:52.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-07-29T22:10:52.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-07-29T22:10:52.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2643 | 2024-07-29T22:10:52.742Z | |
2644 | 2024-07-29T22:10:52.742Z | info: running `cargo check --bins` on oximeter-collector (105/142) |
2645 | 2024-07-29T22:10:53.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-07-29T22:10:53.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-07-29T22:10:53.368Z | Checking bcs v0.1.6 |
2648 | 2024-07-29T22:10:53.368Z | Compiling async-recursion v1.1.1 |
2649 | 2024-07-29T22:10:53.371Z | Checking highway v1.1.0 |
2650 | 2024-07-29T22:10:53.371Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2651 | 2024-07-29T22:10:53.371Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2652 | 2024-07-29T22:10:54.370Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2653 | 2024-07-29T22:10:57.335Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2654 | 2024-07-29T22:10:58.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s |
2655 | 2024-07-29T22:10:59.037Z | |
2656 | 2024-07-29T22:10:59.037Z | info: running `cargo check --bins` on oximeter-api (106/142) |
2657 | 2024-07-29T22:10:59.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-07-29T22:10:59.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-07-29T22:10:59.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2024-07-29T22:10:59.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2661 | 2024-07-29T22:10:59.609Z | |
2662 | 2024-07-29T22:10:59.609Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/142) |
2663 | 2024-07-29T22:11:00.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-07-29T22:11:00.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-07-29T22:11:00.200Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2666 | 2024-07-29T22:11:00.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
2667 | 2024-07-29T22:11:00.864Z | |
2668 | 2024-07-29T22:11:00.864Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142) |
2669 | 2024-07-29T22:11:01.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-07-29T22:11:01.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-07-29T22:11:01.471Z | Compiling cfg_aliases v0.1.1 |
2672 | 2024-07-29T22:11:01.473Z | Compiling vte_generate_state_changes v0.1.1 |
2673 | 2024-07-29T22:11:01.473Z | Checking fd-lock v4.0.2 |
2674 | 2024-07-29T22:11:01.555Z | Checking bytecount v0.6.8 |
2675 | 2024-07-29T22:11:01.567Z | Compiling tabled_derive v0.7.0 |
2676 | 2024-07-29T22:11:01.569Z | Compiling peg-macros v0.8.4 |
2677 | 2024-07-29T22:11:01.569Z | Compiling sqlparser_derive v0.2.2 |
2678 | 2024-07-29T22:11:01.569Z | Checking nu-ansi-term v0.50.0 |
2679 | 2024-07-29T22:11:01.617Z | Compiling nix v0.28.0 |
2680 | 2024-07-29T22:11:01.674Z | Checking papergrid v0.11.0 |
2681 | 2024-07-29T22:11:01.706Z | Checking home v0.5.9 |
2682 | 2024-07-29T22:11:01.835Z | Checking unicode_categories v0.1.1 |
2683 | 2024-07-29T22:11:02.116Z | Checking sqlformat v0.2.4 |
2684 | 2024-07-29T22:11:02.143Z | Checking vte v0.11.1 |
2685 | 2024-07-29T22:11:02.610Z | Checking sqlparser v0.45.0 |
2686 | 2024-07-29T22:11:03.363Z | Checking strip-ansi-escapes v0.2.0 |
2687 | 2024-07-29T22:11:03.496Z | Checking reedline v0.31.0 |
2688 | 2024-07-29T22:11:03.612Z | Checking tabled v0.15.0 |
2689 | 2024-07-29T22:11:04.327Z | Checking peg v0.8.4 |
2690 | 2024-07-29T22:11:04.800Z | Checking rustyline v14.0.0 |
2691 | 2024-07-29T22:11:08.777Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2692 | 2024-07-29T22:11:14.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.20s |
2693 | 2024-07-29T22:11:14.194Z | |
2694 | 2024-07-29T22:11:14.194Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142) |
2695 | 2024-07-29T22:11:14.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2024-07-29T22:11:14.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2024-07-29T22:11:14.795Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2698 | 2024-07-29T22:11:20.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.95s |
2699 | 2024-07-29T22:11:20.287Z | |
2700 | 2024-07-29T22:11:20.287Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142) |
2701 | 2024-07-29T22:11:20.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2024-07-29T22:11:20.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2024-07-29T22:11:20.886Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2704 | 2024-07-29T22:11:26.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
2705 | 2024-07-29T22:11:26.186Z | |
2706 | 2024-07-29T22:11:26.186Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142) |
2707 | 2024-07-29T22:11:26.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-07-29T22:11:26.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-07-29T22:11:26.775Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2710 | 2024-07-29T22:11:30.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
2711 | 2024-07-29T22:11:30.818Z | |
2712 | 2024-07-29T22:11:30.818Z | info: running `cargo check --bins` on crdb-seed (112/142) |
2713 | 2024-07-29T22:11:31.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-07-29T22:11:31.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-07-29T22:11:31.432Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2716 | 2024-07-29T22:11:31.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2717 | 2024-07-29T22:11:31.893Z | |
2718 | 2024-07-29T22:11:31.893Z | info: running `cargo check --bins` on xtask-downloader (113/142) |
2719 | 2024-07-29T22:11:32.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-07-29T22:11:32.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-07-29T22:11:32.546Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2722 | 2024-07-29T22:11:33.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2723 | 2024-07-29T22:11:33.302Z | |
2724 | 2024-07-29T22:11:33.303Z | info: running `cargo check --bins` on omicron-omdb (114/142) |
2725 | 2024-07-29T22:11:33.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-07-29T22:11:33.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-07-29T22:11:34.027Z | Compiling glob v0.3.1 |
2728 | 2024-07-29T22:11:34.027Z | Compiling crunchy v0.2.2 |
2729 | 2024-07-29T22:11:34.030Z | Compiling tiny-keccak v2.0.2 |
2730 | 2024-07-29T22:11:34.128Z | Compiling ascii-canvas v3.0.0 |
2731 | 2024-07-29T22:11:34.133Z | Compiling ena v0.14.3 |
2732 | 2024-07-29T22:11:34.137Z | Compiling libloading v0.8.3 |
2733 | 2024-07-29T22:11:34.142Z | Compiling regex-syntax v0.6.29 |
2734 | 2024-07-29T22:11:34.149Z | Compiling bindgen v0.69.4 |
2735 | 2024-07-29T22:11:34.383Z | Compiling diff v0.1.13 |
2736 | 2024-07-29T22:11:34.500Z | Compiling which v4.4.2 |
2737 | 2024-07-29T22:11:34.579Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2738 | 2024-07-29T22:11:34.659Z | Compiling cexpr v0.6.0 |
2739 | 2024-07-29T22:11:34.799Z | Compiling shlex v1.3.0 |
2740 | 2024-07-29T22:11:34.878Z | Compiling ref-cast v1.0.23 |
2741 | 2024-07-29T22:11:35.054Z | Compiling clang-sys v1.7.0 |
2742 | 2024-07-29T22:11:35.093Z | Compiling lazycell v1.3.0 |
2743 | 2024-07-29T22:11:35.108Z | Compiling rustc-hash v1.1.0 |
2744 | 2024-07-29T22:11:35.233Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2745 | 2024-07-29T22:11:35.248Z | Compiling derive_builder_core v0.20.0 |
2746 | 2024-07-29T22:11:35.250Z | Compiling libxml v0.3.3 |
2747 | 2024-07-29T22:11:35.346Z | Compiling ref-cast-impl v1.0.23 |
2748 | 2024-07-29T22:11:35.422Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2749 | 2024-07-29T22:11:35.500Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2750 | 2024-07-29T22:11:35.629Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2751 | 2024-07-29T22:11:35.901Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2752 | 2024-07-29T22:11:35.918Z | Compiling strum_macros v0.24.3 |
2753 | 2024-07-29T22:11:36.272Z | Compiling cookie v0.18.1 |
2754 | 2024-07-29T22:11:36.516Z | Compiling indoc v1.0.9 |
2755 | 2024-07-29T22:11:36.705Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2756 | 2024-07-29T22:11:36.975Z | Compiling impl-trait-for-tuples v0.2.2 |
2757 | 2024-07-29T22:11:37.571Z | Compiling lalrpop v0.19.12 |
2758 | 2024-07-29T22:11:37.773Z | Compiling derive_builder_macro v0.20.0 |
2759 | 2024-07-29T22:11:38.362Z | Compiling oso-derive v0.27.3 |
2760 | 2024-07-29T22:11:38.637Z | Checking derive_builder v0.20.0 |
2761 | 2024-07-29T22:11:38.783Z | Checking quick-xml v0.31.0 |
2762 | 2024-07-29T22:11:39.863Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2763 | 2024-07-29T22:11:40.146Z | Checking maplit v1.0.2 |
2764 | 2024-07-29T22:11:40.246Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2765 | 2024-07-29T22:11:40.717Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2766 | 2024-07-29T22:11:40.977Z | Checking bb8 v0.8.5 |
2767 | 2024-07-29T22:11:40.989Z | Compiling const_format_proc_macros v0.2.32 |
2768 | 2024-07-29T22:11:41.448Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2769 | 2024-07-29T22:11:42.006Z | Checking crossbeam-deque v0.8.5 |
2770 | 2024-07-29T22:11:42.333Z | Compiling portable-atomic v1.6.0 |
2771 | 2024-07-29T22:11:42.336Z | Checking rayon-core v1.12.1 |
2772 | 2024-07-29T22:11:43.064Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2773 | 2024-07-29T22:11:43.294Z | Checking const_format v0.2.32 |
2774 | 2024-07-29T22:11:43.318Z | Checking castaway v0.2.2 |
2775 | 2024-07-29T22:11:43.458Z | Checking compact_str v0.7.1 |
2776 | 2024-07-29T22:11:43.777Z | Checking rayon v1.10.0 |
2777 | 2024-07-29T22:11:44.205Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2778 | 2024-07-29T22:11:44.400Z | Checking unicode-truncate v1.0.0 |
2779 | 2024-07-29T22:11:44.451Z | Checking itertools v0.13.0 |
2780 | 2024-07-29T22:11:44.615Z | Checking lru v0.12.3 |
2781 | 2024-07-29T22:11:44.888Z | Compiling stability v0.2.0 |
2782 | 2024-07-29T22:11:45.982Z | Checking number_prefix v0.4.0 |
2783 | 2024-07-29T22:11:46.179Z | Checking smawk v0.3.2 |
2784 | 2024-07-29T22:11:46.366Z | Checking unicode-linebreak v0.1.5 |
2785 | 2024-07-29T22:11:46.751Z | Checking cassowary v0.3.0 |
2786 | 2024-07-29T22:11:47.115Z | Checking textwrap v0.16.1 |
2787 | 2024-07-29T22:11:47.194Z | Checking ratatui v0.27.0 |
2788 | 2024-07-29T22:11:47.532Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2789 | 2024-07-29T22:11:47.904Z | Checking indicatif v0.17.8 |
2790 | 2024-07-29T22:11:48.254Z | Checking multimap v0.10.0 |
2791 | 2024-07-29T22:12:11.928Z | Compiling samael v0.0.15 |
2792 | 2024-07-29T22:12:22.114Z | Compiling polar-core v0.27.3 |
2793 | 2024-07-29T22:12:29.305Z | Checking oso v0.27.3 |
2794 | 2024-07-29T22:12:56.400Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2795 | 2024-07-29T22:13:00.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
2796 | 2024-07-29T22:13:00.790Z | |
2797 | 2024-07-29T22:13:00.790Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142) |
2798 | 2024-07-29T22:13:01.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-07-29T22:13:01.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-07-29T22:13:01.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-07-29T22:13:01.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2802 | 2024-07-29T22:13:01.409Z | |
2803 | 2024-07-29T22:13:01.409Z | info: running `cargo check --bins` on nexus-saga-recovery (116/142) |
2804 | 2024-07-29T22:13:01.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-07-29T22:13:01.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-07-29T22:13:01.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-07-29T22:13:01.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2808 | 2024-07-29T22:13:02.024Z | |
2809 | 2024-07-29T22:13:02.024Z | info: running `cargo check --bins` on nexus-test-utils-macros (117/142) |
2810 | 2024-07-29T22:13:02.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-07-29T22:13:02.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-07-29T22:13:02.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-07-29T22:13:02.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2814 | 2024-07-29T22:13:02.579Z | |
2815 | 2024-07-29T22:13:02.579Z | info: running `cargo check --bins` on omicron-nexus (118/142) |
2816 | 2024-07-29T22:13:03.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-07-29T22:13:03.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-07-29T22:13:03.323Z | Compiling pin-project-internal v1.1.5 |
2819 | 2024-07-29T22:13:03.328Z | Compiling snafu-derive v0.8.2 |
2820 | 2024-07-29T22:13:03.415Z | Compiling buf-list v1.0.3 |
2821 | 2024-07-29T22:13:03.422Z | Checking globset v0.4.14 |
2822 | 2024-07-29T22:13:03.425Z | Checking olpc-cjson v0.1.3 |
2823 | 2024-07-29T22:13:03.425Z | Checking rand_seeder v0.2.3 |
2824 | 2024-07-29T22:13:03.425Z | Checking serde_plain v1.0.2 |
2825 | 2024-07-29T22:13:03.425Z | Checking typed-path v0.7.1 |
2826 | 2024-07-29T22:13:03.649Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2827 | 2024-07-29T22:13:03.665Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2828 | 2024-07-29T22:13:03.678Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2829 | 2024-07-29T22:13:03.848Z | Checking parse-size v1.0.0 |
2830 | 2024-07-29T22:13:04.080Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2831 | 2024-07-29T22:13:04.084Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2832 | 2024-07-29T22:13:04.084Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2833 | 2024-07-29T22:13:04.084Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2834 | 2024-07-29T22:13:04.365Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2835 | 2024-07-29T22:13:04.743Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2836 | 2024-07-29T22:13:05.057Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2837 | 2024-07-29T22:13:05.079Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2838 | 2024-07-29T22:13:05.079Z | Checking fatfs v0.3.6 |
2839 | 2024-07-29T22:13:05.277Z | Checking assert_matches v1.5.0 |
2840 | 2024-07-29T22:13:06.275Z | Checking pin-project v1.1.5 |
2841 | 2024-07-29T22:13:07.344Z | Checking snafu v0.8.2 |
2842 | 2024-07-29T22:13:07.604Z | Checking tough v0.17.1 |
2843 | 2024-07-29T22:13:12.779Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2844 | 2024-07-29T22:13:12.779Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2845 | 2024-07-29T22:13:46.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.13s |
2846 | 2024-07-29T22:13:46.866Z | |
2847 | 2024-07-29T22:13:46.866Z | info: running `cargo check --bins` on nexus-internal-api (119/142) |
2848 | 2024-07-29T22:13:47.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2024-07-29T22:13:47.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2024-07-29T22:13:47.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2024-07-29T22:13:47.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2852 | 2024-07-29T22:13:47.473Z | |
2853 | 2024-07-29T22:13:47.473Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (120/142) |
2854 | 2024-07-29T22:13:48.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2024-07-29T22:13:48.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2024-07-29T22:13:48.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2857 | 2024-07-29T22:13:48.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2858 | 2024-07-29T22:13:48.098Z | |
2859 | 2024-07-29T22:13:48.098Z | info: running `cargo check --bins` on nexus-networking (121/142) |
2860 | 2024-07-29T22:13:48.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-07-29T22:13:48.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-07-29T22:13:48.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2024-07-29T22:13:48.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2864 | 2024-07-29T22:13:48.704Z | |
2865 | 2024-07-29T22:13:48.704Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (122/142) |
2866 | 2024-07-29T22:13:49.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2024-07-29T22:13:49.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2024-07-29T22:13:49.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2024-07-29T22:13:49.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2870 | 2024-07-29T22:13:49.322Z | |
2871 | 2024-07-29T22:13:49.322Z | info: running `cargo check --bins` on update-common (123/142) |
2872 | 2024-07-29T22:13:49.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-07-29T22:13:49.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-07-29T22:13:49.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2024-07-29T22:13:49.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2876 | 2024-07-29T22:13:49.917Z | |
2877 | 2024-07-29T22:13:49.917Z | info: running `cargo check --bins` on tufaceous-lib (124/142) |
2878 | 2024-07-29T22:13:50.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-07-29T22:13:50.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-07-29T22:13:50.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2024-07-29T22:13:50.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2882 | 2024-07-29T22:13:50.504Z | |
2883 | 2024-07-29T22:13:50.504Z | info: running `cargo check --bins` on tufaceous (125/142) |
2884 | 2024-07-29T22:13:51.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-07-29T22:13:51.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-07-29T22:13:51.118Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2887 | 2024-07-29T22:13:51.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
2888 | 2024-07-29T22:13:52.072Z | |
2889 | 2024-07-29T22:13:52.072Z | info: running `cargo check --bins` on omicron-dev (126/142) |
2890 | 2024-07-29T22:13:52.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-07-29T22:13:52.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-07-29T22:13:52.823Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2893 | 2024-07-29T22:13:52.823Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2894 | 2024-07-29T22:13:52.823Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2895 | 2024-07-29T22:13:54.067Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2896 | 2024-07-29T22:13:56.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
2897 | 2024-07-29T22:13:56.629Z | |
2898 | 2024-07-29T22:13:56.629Z | info: running `cargo check --bins` on openapi-manager (127/142) |
2899 | 2024-07-29T22:13:57.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2024-07-29T22:13:57.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2024-07-29T22:13:57.280Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2902 | 2024-07-29T22:13:57.280Z | Checking heck v0.4.1 |
2903 | 2024-07-29T22:13:57.280Z | Checking is_ci v1.2.0 |
2904 | 2024-07-29T22:13:57.283Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2905 | 2024-07-29T22:13:57.283Z | Checking indent_write v2.2.0 |
2906 | 2024-07-29T22:13:57.458Z | Checking supports-color v3.0.0 |
2907 | 2024-07-29T22:13:57.504Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2908 | 2024-07-29T22:13:58.788Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2909 | 2024-07-29T22:13:59.580Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2910 | 2024-07-29T22:14:00.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
2911 | 2024-07-29T22:14:00.593Z | |
2912 | 2024-07-29T22:14:00.593Z | info: running `cargo check --bins` on installinator-api (128/142) |
2913 | 2024-07-29T22:14:01.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2024-07-29T22:14:01.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2024-07-29T22:14:01.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2916 | 2024-07-29T22:14:01.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2917 | 2024-07-29T22:14:01.186Z | |
2918 | 2024-07-29T22:14:01.186Z | info: running `cargo check --bins` on wicketd-api (129/142) |
2919 | 2024-07-29T22:14:01.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2024-07-29T22:14:01.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2024-07-29T22:14:01.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2922 | 2024-07-29T22:14:01.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2923 | 2024-07-29T22:14:01.784Z | |
2924 | 2024-07-29T22:14:01.784Z | info: running `cargo check --bins` on reconfigurator-cli (130/142) |
2925 | 2024-07-29T22:14:02.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2024-07-29T22:14:02.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2024-07-29T22:14:02.434Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2928 | 2024-07-29T22:14:03.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
2929 | 2024-07-29T22:14:03.652Z | |
2930 | 2024-07-29T22:14:03.652Z | info: running `cargo check --bins` on omicron-releng (131/142) |
2931 | 2024-07-29T22:14:04.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2024-07-29T22:14:04.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2024-07-29T22:14:04.275Z | Checking memmap2 v0.9.4 |
2934 | 2024-07-29T22:14:04.276Z | Checking constant_time_eq v0.3.0 |
2935 | 2024-07-29T22:14:04.279Z | Checking arrayref v0.3.7 |
2936 | 2024-07-29T22:14:04.279Z | Checking arrayvec v0.7.4 |
2937 | 2024-07-29T22:14:04.279Z | Checking spin v0.5.2 |
2938 | 2024-07-29T22:14:04.279Z | Checking untrusted v0.7.1 |
2939 | 2024-07-29T22:14:04.355Z | Checking cargo-platform v0.1.8 |
2940 | 2024-07-29T22:14:04.358Z | Checking topological-sort v0.2.2 |
2941 | 2024-07-29T22:14:04.447Z | Checking shell-words v1.1.0 |
2942 | 2024-07-29T22:14:04.544Z | Checking ring v0.16.20 |
2943 | 2024-07-29T22:14:04.615Z | Checking cargo_metadata v0.18.1 |
2944 | 2024-07-29T22:14:04.635Z | Checking blake3 v1.5.1 |
2945 | 2024-07-29T22:14:05.633Z | Checking omicron-zone-package v0.11.0 |
2946 | 2024-07-29T22:14:06.666Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2947 | 2024-07-29T22:14:07.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s |
2948 | 2024-07-29T22:14:07.586Z | |
2949 | 2024-07-29T22:14:07.586Z | info: running `cargo check --bins` on xtask (132/142) |
2950 | 2024-07-29T22:14:08.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2951 | 2024-07-29T22:14:08.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2952 | 2024-07-29T22:14:08.021Z | Checking serde v1.0.204 |
2953 | 2024-07-29T22:14:08.021Z | Checking thiserror v1.0.63 |
2954 | 2024-07-29T22:14:08.024Z | Checking scroll v0.12.0 |
2955 | 2024-07-29T22:14:08.024Z | Checking bitflags v2.6.0 |
2956 | 2024-07-29T22:14:08.087Z | Checking log v0.4.21 |
2957 | 2024-07-29T22:14:08.098Z | Checking hashbrown v0.14.5 |
2958 | 2024-07-29T22:14:08.101Z | Checking zerocopy v0.7.34 |
2959 | 2024-07-29T22:14:08.132Z | Checking syn v2.0.72 |
2960 | 2024-07-29T22:14:08.172Z | Checking pest v2.7.10 |
2961 | 2024-07-29T22:14:08.328Z | Checking fs-err v2.11.0 |
2962 | 2024-07-29T22:14:08.359Z | Checking rustix v0.38.34 |
2963 | 2024-07-29T22:14:08.540Z | Checking goblin v0.8.2 |
2964 | 2024-07-29T22:14:08.622Z | Checking tabled v0.15.0 |
2965 | 2024-07-29T22:14:09.221Z | Checking indexmap v2.2.6 |
2966 | 2024-07-29T22:14:09.349Z | Checking terminal_size v0.3.0 |
2967 | 2024-07-29T22:14:09.396Z | Checking anyhow v1.0.86 |
2968 | 2024-07-29T22:14:09.503Z | Checking clap_builder v4.5.9 |
2969 | 2024-07-29T22:14:10.575Z | Checking dtrace-parser v0.2.0 |
2970 | 2024-07-29T22:14:11.961Z | Checking clap v4.5.9 |
2971 | 2024-07-29T22:14:12.590Z | Checking serde_json v1.0.120 |
2972 | 2024-07-29T22:14:12.590Z | Checking toml_datetime v0.6.6 |
2973 | 2024-07-29T22:14:12.590Z | Checking serde_spanned v0.6.6 |
2974 | 2024-07-29T22:14:12.593Z | Checking semver v1.0.23 |
2975 | 2024-07-29T22:14:12.593Z | Checking cargo-platform v0.1.8 |
2976 | 2024-07-29T22:14:12.593Z | Checking camino v1.1.7 |
2977 | 2024-07-29T22:14:12.593Z | Checking macaddr v1.0.1 |
2978 | 2024-07-29T22:14:12.839Z | Checking toml_edit v0.22.16 |
2979 | 2024-07-29T22:14:13.624Z | Checking dof v0.3.0 |
2980 | 2024-07-29T22:14:13.624Z | Checking cargo_metadata v0.18.1 |
2981 | 2024-07-29T22:14:14.011Z | Checking usdt-impl v0.5.0 |
2982 | 2024-07-29T22:14:14.340Z | Checking usdt v0.5.0 |
2983 | 2024-07-29T22:14:14.358Z | Checking toml v0.8.15 |
2984 | 2024-07-29T22:14:14.812Z | Checking cargo_toml v0.20.4 |
2985 | 2024-07-29T22:14:15.922Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2986 | 2024-07-29T22:14:16.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.85s |
2987 | 2024-07-29T22:14:16.519Z | |
2988 | 2024-07-29T22:14:16.519Z | info: running `cargo check --bins` on end-to-end-tests (133/142) |
2989 | 2024-07-29T22:14:16.936Z | Downloading crates ... |
2990 | 2024-07-29T22:14:17.126Z | Downloaded ed25519 v2.2.3 |
2991 | 2024-07-29T22:14:17.129Z | Downloaded dirs-sys v0.4.1 |
2992 | 2024-07-29T22:14:17.137Z | Downloaded md5 v0.7.0 |
2993 | 2024-07-29T22:14:17.140Z | Downloaded dhcproto-macros v0.1.0 |
2994 | 2024-07-29T22:14:17.144Z | Downloaded russh-cryptovec v0.7.2 |
2995 | 2024-07-29T22:14:17.148Z | Downloaded pbkdf2 v0.12.2 |
2996 | 2024-07-29T22:14:17.151Z | Downloaded rand_chacha v0.2.2 |
2997 | 2024-07-29T22:14:17.151Z | Downloaded blowfish v0.9.1 |
2998 | 2024-07-29T22:14:17.151Z | Downloaded rfc6979 v0.4.0 |
2999 | 2024-07-29T22:14:17.154Z | Downloaded primeorder v0.13.6 |
3000 | 2024-07-29T22:14:17.154Z | Downloaded hex-literal v0.4.1 |
3001 | 2024-07-29T22:14:17.154Z | Downloaded cbc v0.1.2 |
3002 | 2024-07-29T22:14:17.158Z | Downloaded getrandom v0.1.16 |
3003 | 2024-07-29T22:14:17.158Z | Downloaded option-ext v0.2.0 |
3004 | 2024-07-29T22:14:17.161Z | Downloaded ctr v0.9.2 |
3005 | 2024-07-29T22:14:17.161Z | Downloaded bcrypt-pbkdf v0.10.0 |
3006 | 2024-07-29T22:14:17.164Z | Downloaded internet-checksum v0.2.1 |
3007 | 2024-07-29T22:14:17.164Z | Downloaded ghash v0.5.1 |
3008 | 2024-07-29T22:14:17.167Z | Downloaded polyval v0.6.2 |
3009 | 2024-07-29T22:14:17.167Z | Downloaded dirs v5.0.1 |
3010 | 2024-07-29T22:14:17.170Z | Downloaded rand_core v0.5.1 |
3011 | 2024-07-29T22:14:17.170Z | Downloaded pbkdf2 v0.11.0 |
3012 | 2024-07-29T22:14:17.173Z | Downloaded ecdsa v0.16.9 |
3013 | 2024-07-29T22:14:17.176Z | Downloaded password-hash v0.4.2 |
3014 | 2024-07-29T22:14:17.179Z | Downloaded p256 v0.13.2 |
3015 | 2024-07-29T22:14:17.184Z | Downloaded dhcproto v0.11.0 |
3016 | 2024-07-29T22:14:17.187Z | Downloaded aes-gcm v0.10.3 |
3017 | 2024-07-29T22:14:17.191Z | Downloaded ed25519-dalek v2.1.1 |
3018 | 2024-07-29T22:14:17.195Z | Downloaded russh-keys v0.43.0 |
3019 | 2024-07-29T22:14:17.198Z | Downloaded russh v0.43.0 |
3020 | 2024-07-29T22:14:17.203Z | Downloaded rand v0.7.3 |
3021 | 2024-07-29T22:14:17.207Z | Downloaded p521 v0.13.3 |
3022 | 2024-07-29T22:14:17.211Z | Downloaded aes v0.8.4 |
3023 | 2024-07-29T22:14:17.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-07-29T22:14:17.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-07-29T22:14:17.341Z | Compiling getrandom v0.1.16 |
3026 | 2024-07-29T22:14:17.431Z | Checking rfc6979 v0.4.0 |
3027 | 2024-07-29T22:14:17.440Z | Checking primeorder v0.13.6 |
3028 | 2024-07-29T22:14:17.443Z | Checking option-ext v0.2.0 |
3029 | 2024-07-29T22:14:17.457Z | Checking ed25519 v2.2.3 |
3030 | 2024-07-29T22:14:17.460Z | Checking polyval v0.6.2 |
3031 | 2024-07-29T22:14:17.460Z | Checking blowfish v0.9.1 |
3032 | 2024-07-29T22:14:17.460Z | Checking ctr v0.9.2 |
3033 | 2024-07-29T22:14:17.538Z | Checking dirs-sys v0.4.1 |
3034 | 2024-07-29T22:14:17.568Z | Checking ecdsa v0.16.9 |
3035 | 2024-07-29T22:14:17.681Z | Checking aes v0.8.4 |
3036 | 2024-07-29T22:14:17.697Z | Checking password-hash v0.4.2 |
3037 | 2024-07-29T22:14:17.712Z | Checking pbkdf2 v0.12.2 |
3038 | 2024-07-29T22:14:17.727Z | Checking dirs v5.0.1 |
3039 | 2024-07-29T22:14:17.742Z | Checking ghash v0.5.1 |
3040 | 2024-07-29T22:14:17.848Z | Checking ed25519-dalek v2.1.1 |
3041 | 2024-07-29T22:14:17.861Z | Checking bcrypt-pbkdf v0.10.0 |
3042 | 2024-07-29T22:14:17.878Z | Checking cbc v0.1.2 |
3043 | 2024-07-29T22:14:17.899Z | Checking russh-cryptovec v0.7.2 |
3044 | 2024-07-29T22:14:18.080Z | Checking md5 v0.7.0 |
3045 | 2024-07-29T22:14:18.094Z | Checking pbkdf2 v0.11.0 |
3046 | 2024-07-29T22:14:18.120Z | Compiling dhcproto-macros v0.1.0 |
3047 | 2024-07-29T22:14:18.123Z | Checking hex-literal v0.4.1 |
3048 | 2024-07-29T22:14:18.159Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3049 | 2024-07-29T22:14:18.247Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3050 | 2024-07-29T22:14:18.250Z | Checking p256 v0.13.2 |
3051 | 2024-07-29T22:14:18.332Z | Checking p521 v0.13.3 |
3052 | 2024-07-29T22:14:18.346Z | Checking internet-checksum v0.2.1 |
3053 | 2024-07-29T22:14:18.390Z | Checking rand_core v0.5.1 |
3054 | 2024-07-29T22:14:18.518Z | Checking aes-gcm v0.10.3 |
3055 | 2024-07-29T22:14:18.653Z | Checking rand_chacha v0.2.2 |
3056 | 2024-07-29T22:14:18.891Z | Checking dhcproto v0.11.0 |
3057 | 2024-07-29T22:14:18.894Z | Checking rand v0.7.3 |
3058 | 2024-07-29T22:14:19.762Z | Checking russh-keys v0.43.0 |
3059 | 2024-07-29T22:14:20.444Z | Checking russh v0.43.0 |
3060 | 2024-07-29T22:14:35.983Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3061 | 2024-07-29T22:14:37.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.66s |
3062 | 2024-07-29T22:14:37.338Z | |
3063 | 2024-07-29T22:14:37.338Z | info: running `cargo check --bins` on gateway-cli (134/142) |
3064 | 2024-07-29T22:14:37.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-07-29T22:14:37.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-07-29T22:14:37.927Z | Checking termios v0.3.3 |
3067 | 2024-07-29T22:14:38.108Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3068 | 2024-07-29T22:14:38.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
3069 | 2024-07-29T22:14:38.922Z | |
3070 | 2024-07-29T22:14:38.922Z | info: running `cargo check --bins --no-default-features` on installinator (135/142) |
3071 | 2024-07-29T22:14:39.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-07-29T22:14:39.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-07-29T22:14:39.572Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3074 | 2024-07-29T22:14:41.426Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3075 | 2024-07-29T22:14:43.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
3076 | 2024-07-29T22:14:43.213Z | |
3077 | 2024-07-29T22:14:43.213Z | info: running `cargo check --bins` on internal-dns-cli (136/142) |
3078 | 2024-07-29T22:14:43.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-07-29T22:14:43.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-07-29T22:14:43.803Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3081 | 2024-07-29T22:14:44.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3082 | 2024-07-29T22:14:44.330Z | |
3083 | 2024-07-29T22:14:44.330Z | info: running `cargo check --bins` on omicron-package (137/142) |
3084 | 2024-07-29T22:14:44.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2024-07-29T22:14:44.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2024-07-29T22:14:44.947Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3087 | 2024-07-29T22:14:46.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
3088 | 2024-07-29T22:14:46.198Z | |
3089 | 2024-07-29T22:14:46.198Z | info: running `cargo check --bins` on wicket-dbg (138/142) |
3090 | 2024-07-29T22:14:46.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-07-29T22:14:46.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-07-29T22:14:46.843Z | Checking rtoolbox v0.0.2 |
3093 | 2024-07-29T22:14:46.843Z | Checking tui-tree-widget v0.21.0 |
3094 | 2024-07-29T22:14:46.843Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3095 | 2024-07-29T22:14:47.034Z | Checking rpassword v7.3.1 |
3096 | 2024-07-29T22:14:50.686Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3097 | 2024-07-29T22:14:53.289Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3098 | 2024-07-29T22:14:54.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.08s |
3099 | 2024-07-29T22:14:54.420Z | |
3100 | 2024-07-29T22:14:54.420Z | info: running `cargo check --bins` on wicket (139/142) |
3101 | 2024-07-29T22:14:54.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-07-29T22:14:54.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-07-29T22:14:55.054Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3104 | 2024-07-29T22:14:55.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
3105 | 2024-07-29T22:14:55.521Z | |
3106 | 2024-07-29T22:14:55.521Z | info: running `cargo check --bins` on wicketd (140/142) |
3107 | 2024-07-29T22:14:56.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-07-29T22:14:56.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-07-29T22:14:56.183Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3110 | 2024-07-29T22:14:59.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
3111 | 2024-07-29T22:14:59.581Z | |
3112 | 2024-07-29T22:14:59.581Z | info: running `cargo check --bins` on omicron-workspace-hack (141/142) |
3113 | 2024-07-29T22:15:00.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-07-29T22:15:00.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-07-29T22:15:00.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3116 | 2024-07-29T22:15:00.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3117 | 2024-07-29T22:15:00.137Z | |
3118 | 2024-07-29T22:15:00.137Z | info: running `cargo check --bins` on zone-setup (142/142) |
3119 | 2024-07-29T22:15:00.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-07-29T22:15:00.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-07-29T22:15:00.814Z | Checking uzers v0.11.3 |
3122 | 2024-07-29T22:15:01.078Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3123 | 2024-07-29T22:15:02.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3124 | 2024-07-29T22:15:02.206Z | |
3125 | 2024-07-29T22:15:02.206Z | real 9:53.800564030 |
3126 | 2024-07-29T22:15:02.206Z | user 21:35.930094863 |
3127 | 2024-07-29T22:15:02.206Z | sys 4:43.303644707 |
3128 | 2024-07-29T22:15:02.206Z | trap 0.477500399 |
3129 | 2024-07-29T22:15:02.206Z | tflt 1.743011954 |
3130 | 2024-07-29T22:15:02.206Z | dflt 2.128975322 |
3131 | 2024-07-29T22:15:02.206Z | kflt 0.000983722 |
3132 | 2024-07-29T22:15:02.206Z | lock 39:02.096727829 |
3133 | 2024-07-29T22:15:02.206Z | slp 1:25:20.196186471 |
3134 | 2024-07-29T22:15:02.206Z | lat 49.841935403 |
3135 | 2024-07-29T22:15:02.206Z | stop 2:14.785441058 |
3136 | 2024-07-29T22:15:02.209Z | process exited: duration 845997 ms, exit code 0 |
|
3137 | 2024-07-29T22:15:02.215Z | found 0 output files |